*{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #E91E63;--color-primary-light: #F48FB1;--color-accent: #B48246;--color-accent-dark: #8B5A2B;--color-background: #FDF6F8;--color-surface: #FFFFFF;--color-text: #2D2D2D;--color-text-light: #666666;--color-border: #F0E4E8}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-background);color:var(--color-text);line-height:1.6}.simple-header{background:var(--color-surface);padding:1.25rem 3rem;border-bottom:1px solid var(--color-border);box-shadow:0 2px 10px #00000008}.simple-header__logo{font-size:1.75rem;font-weight:700;color:var(--color-primary);text-decoration:none;letter-spacing:-.02em}.simple-footer{background:var(--color-surface);padding:2rem 3rem;text-align:center;border-top:1px solid var(--color-border);color:var(--color-text-light);font-size:.9rem}.hero-flash{background:linear-gradient(180deg,#fdf6f8,#fff,#fdf6f8);padding:4rem 3rem;min-height:80vh;display:flex;align-items:center}.hero-flash__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}@media(max-width:1024px){.hero-flash__container{grid-template-columns:1fr;gap:3rem}}.hero-flash__badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-primary);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.hero-flash__image-wrapper{display:flex;justify-content:center}.hero-flash__image-frame{background:var(--color-surface);border-radius:24px;padding:3rem;box-shadow:0 20px 60px #e91e631a;max-width:450px}.hero-flash__image{width:100%;border-radius:12px}.hero-flash__sale-badge{position:absolute;top:-10px;right:-10px;background:var(--color-accent);color:#fff;padding:.75rem 1rem;border-radius:50px;font-weight:800;font-size:1rem}.hero-flash__details{color:var(--color-text)}.hero-flash__vendor{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--color-primary);margin-bottom:.5rem}.hero-flash__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;margin-bottom:1rem;color:var(--color-text)}.hero-flash__description{font-size:1.1rem;color:var(--color-text-light);margin-bottom:1.5rem;max-width:500px}.hero-flash__price-wrapper{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.hero-flash__price-current{font-size:2.5rem;font-weight:700;color:var(--color-primary)}.hero-flash__price-compare{font-size:1.25rem;color:var(--color-text-light);text-decoration:line-through}.hero-flash__countdown{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem;display:inline-block}.hero-flash__countdown-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-light);display:block;margin-bottom:.5rem}.hero-flash__countdown-timer{display:flex;gap:.5rem}.hero-flash__countdown-unit{background:var(--color-background);border-radius:8px;padding:.5rem .75rem;text-align:center;min-width:55px}.hero-flash__countdown-num{font-size:1.5rem;font-weight:700;color:var(--color-primary);display:block}.hero-flash__countdown-text{font-size:.65rem;text-transform:uppercase;color:var(--color-text-light)}.hero-flash__stock{margin-bottom:1.5rem}.hero-flash__stock-bar{height:6px;background:var(--color-border);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.hero-flash__stock-fill{height:100%;background:var(--color-primary);width:65%}.hero-flash__stock-text{font-size:.9rem;color:var(--color-text-light)}.hero-flash__stock-num{font-weight:700;color:var(--color-primary)}.hero-flash__cta{display:inline-flex;align-items:center;gap:.75rem;background:var(--color-primary);color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2rem;border-radius:50px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #e91e634d}.hero-flash__cta:hover{transform:translateY(-2px);box-shadow:0 8px 30px #e91e6366}.hero-flash__trust{display:flex;gap:2rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.hero-flash__trust-item{display:flex;align-items:center;gap:.5rem;color:var(--color-text-light);font-size:.85rem}.hero-flash__trust-item svg{width:18px;height:18px;stroke:var(--color-primary)}.product-detail{background:var(--color-background);padding:4rem 3rem}.product-detail__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem}@media(max-width:1024px){.product-detail__container{grid-template-columns:1fr;gap:3rem}}.product-detail__gallery{background:var(--color-surface);border-radius:20px;padding:2rem;box-shadow:0 10px 40px #0000000d}.product-detail__image{width:100%;border-radius:12px}.product-detail__sale-badge{position:absolute;top:15px;right:15px;background:var(--color-primary);color:#fff;padding:.5rem 1rem;border-radius:50px;font-weight:700}.product-detail__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-primary);margin-bottom:.5rem}.product-detail__title{font-size:2rem;font-weight:700;margin-bottom:.5rem}.product-detail__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-detail__stars{color:#ffb800}.product-detail__review-count{color:var(--color-text-light);font-size:.9rem}.product-detail__price-wrap{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.product-detail__price{font-size:2rem;font-weight:700;color:var(--color-primary)}.product-detail__price-compare{font-size:1.25rem;color:var(--color-text-light);text-decoration:line-through}.product-detail__description{color:var(--color-text-light);margin-bottom:2rem}.product-detail__option-btn{background:var(--color-surface);border:2px solid var(--color-border);color:var(--color-text);padding:.75rem 1.25rem;border-radius:8px;cursor:pointer;transition:all .2s}.product-detail__option-btn.active{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.product-detail__quantity-selector{display:inline-flex;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.product-detail__qty-btn{width:45px;height:45px;background:transparent;border:none;color:var(--color-text);font-size:1.25rem;cursor:pointer}.product-detail__qty-input{width:50px;height:45px;background:transparent;border:none;text-align:center;font-size:1.1rem}.product-detail__add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--color-primary);color:#fff;font-size:1.1rem;font-weight:600;padding:1.25rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s}.product-detail__add-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e91e634d}.product-detail__trust{display:flex;gap:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.product-detail__trust-item{display:flex;align-items:center;gap:.5rem;color:var(--color-text-light);font-size:.85rem}.product-detail__trust-item svg{width:18px;height:18px;stroke:var(--color-primary)}.bundle-builder{background:var(--color-background);padding:4rem 3rem}.bundle-builder__container{max-width:800px;margin:0 auto}.bundle-builder__title{font-size:2rem;text-align:center;margin-bottom:.5rem}.bundle-builder__subtitle{text-align:center;color:var(--color-text-light);margin-bottom:3rem}.bundle-builder__main-product{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center;background:var(--color-surface);border-radius:16px;padding:2rem;margin-bottom:2rem}.bundle-builder__accessory{background:var(--color-surface);border:2px solid var(--color-border);border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .2s}.bundle-builder__accessory:hover{border-color:var(--color-primary)}.bundle-builder__check-custom{width:24px;height:24px;border:2px solid var(--color-border);border-radius:50%;margin:0 auto 1rem}.bundle-builder__accessory-check input:checked+.bundle-builder__check-custom{background:var(--color-primary);border-color:var(--color-primary)}.bundle-builder__summary{background:var(--color-surface);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.bundle-builder__summary-row{display:flex;justify-content:space-between;padding:.5rem 0}.bundle-builder__summary-total{border-top:1px solid var(--color-border);padding-top:1rem;font-size:1.25rem;font-weight:700}.bundle-builder__summary-total span:last-child{color:var(--color-primary)}.bundle-builder__cta{width:100%;display:flex;align-items:center;justify-content:center;gap:2rem;background:var(--color-primary);color:#fff;font-size:1.1rem;font-weight:600;padding:1.25rem;border:none;border-radius:50px;cursor:pointer}.bundle-builder__qty-selector{display:flex;background:var(--color-background);border-radius:8px;overflow:hidden}.bundle-builder__qty-btn{width:40px;height:40px;background:transparent;border:none;font-size:1.25rem}.bundle-builder__qty-selector input{width:45px;height:40px;background:transparent;border:none;text-align:center}.product-detail__thumbnails{display:flex;gap:.75rem;margin-top:1rem;justify-content:center}.product-detail__thumbnail{width:70px;height:70px;border:2px solid var(--color-border);border-radius:10px;overflow:hidden;cursor:pointer;transition:all .2s;background:var(--color-surface);padding:0}.product-detail__thumbnail:hover{border-color:var(--color-primary-light)}.product-detail__thumbnail.active{border-color:var(--color-primary);border-width:3px}.product-detail__thumbnail img{width:100%;height:100%;object-fit:cover}.product-detail__gallery{position:relative}.product-detail__main-image{position:relative;background:var(--color-surface);border-radius:20px;padding:2rem;box-shadow:0 10px 40px #0000000d}.product-detail__main-image .product-detail__image{width:100%;border-radius:12px}.product-detail__main-image .placeholder-svg{width:100%;height:400px}
/*# sourceMappingURL=/cdn/shop/t/6/assets/flash-deal-v2.css.map */
