*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #1a1a2e;--accent: #e8c547;--accent-dark: #c9a830;--bg: #f9f6f0;--white: #ffffff;--text: #1a1a2e;--text-muted: #6b6b7a;--light: #f0ede8;--border: #e2ddd7;--green: #2d7a4f;--red: #c0392b;--shadow-sm: 0 2px 8px rgba(0,0,0,.08);--shadow-md: 0 8px 24px rgba(0,0,0,.12);--shadow-lg: 0 16px 48px rgba(0,0,0,.16);--radius: 12px;--radius-sm: 6px;--radius-lg: 20px;--transition: .25s ease;--font-head: "Montserrat", sans-serif;--font-body: "Inter", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}ul,ol{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4{font-family:var(--font-head);font-weight:800;line-height:1.15;letter-spacing:-.02em}.section-label{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-dark);margin-bottom:12px}.section-title{font-size:clamp(28px,4vw,44px);margin-bottom:16px}.section-sub{font-size:17px;color:var(--text-muted);max-width:600px;margin-bottom:40px;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;border-radius:8px;font-family:var(--font-head);font-weight:700;font-size:15px;letter-spacing:.03em;transition:all var(--transition);cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn--primary{background:var(--accent);color:var(--primary);border-color:var(--accent)}.btn--primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 24px #e8c54766}.btn--secondary{background:var(--primary);color:var(--white);border-color:var(--primary)}.btn--secondary:hover{background:#2d2d4a;transform:translateY(-2px);box-shadow:0 8px 24px #1a1a2e4d}.btn--ghost{background:transparent;color:var(--white);border-color:#ffffff80}.btn--ghost:hover{background:#ffffff1a;border-color:var(--white)}.btn--full{width:100%}.btn--hero{font-size:17px;padding:20px 40px;border-radius:10px;box-shadow:0 8px 32px #e8c54759}.btn--atc{flex:1;font-size:16px;padding:18px 24px;border-radius:10px}.btn--small{padding:10px 20px;font-size:13px}.announcement-bar{background:var(--primary);color:var(--accent);overflow:hidden;height:46px;display:flex;align-items:center;border-bottom:1px solid rgba(232,197,71,.2)}.announcement-bar__ticker{width:100%;overflow:hidden}.ticker-track{display:flex;gap:80px;width:max-content;animation:ticker 25s linear infinite}.ticker-track span{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.1em;white-space:nowrap}.ticker-track span svg{width:13px;height:13px;flex-shrink:0;opacity:.85}.ticker-dot{display:inline-block;width:3px;height:3px;border-radius:50%;background:#e8c54759;margin:0 10px;vertical-align:middle}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:1000;background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:24px}.logo-text{font-family:var(--font-head);font-size:22px;font-weight:900;color:var(--primary);letter-spacing:-.03em}.nav-links{display:flex;gap:32px}.nav-links a{font-family:var(--font-head);font-size:14px;font-weight:600;color:var(--text);transition:color var(--transition);letter-spacing:.02em}.nav-links a:hover{color:var(--accent-dark)}.header-actions{display:flex;align-items:center;gap:16px}.header-icon{position:relative;color:var(--text);transition:color var(--transition);padding:4px}.header-icon:hover{color:var(--accent-dark)}.cart-badge{position:absolute;top:-4px;right:-8px;background:var(--accent);color:var(--primary);width:18px;height:18px;border-radius:50%;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;font-family:var(--font-head)}.nav-toggle{display:none;flex-direction:column;gap:5px;padding:4px}.nav-toggle span{width:22px;height:2px;background:var(--text);border-radius:2px;transition:all var(--transition)}.mobile-nav{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--border);padding:16px 24px;gap:16px}.mobile-nav a{font-family:var(--font-head);font-weight:700;font-size:16px;color:var(--text);padding:8px 0;border-bottom:1px solid var(--light)}.mobile-nav.open{display:flex}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__img--placeholder{background:linear-gradient(135deg,#1a1a2e,#2d2d5a,#1a1a2e)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#1a1a2ed1,#1a1a2e73 60%,#1a1a2e26)}.hero__content{position:relative;z-index:2;max-width:680px;padding-top:60px;padding-bottom:80px}.hero__badges{display:flex;gap:10px;margin-bottom:24px;flex-wrap:wrap}.badge-pill{background:#e8c54726;border:1px solid rgba(232,197,71,.4);color:var(--accent);padding:6px 14px;border-radius:100px;font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:.05em}.hero__headline{font-size:clamp(40px,6vw,76px);color:var(--white);margin-bottom:20px;line-height:1.08}.hero__headline em{font-style:normal;color:var(--accent)}.hero__sub{font-size:18px;color:#ffffffd9;margin-bottom:36px;line-height:1.65;max-width:520px}.hero__cta{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:32px}.hero__trust{display:flex;gap:20px;flex-wrap:wrap}.hero__trust span{font-size:13px;color:#ffffffbf;font-weight:500}.hero__scroll-indicator{position:absolute;bottom:32px;left:50%;transform:translate(-50%);z-index:2}.scroll-arrow{width:24px;height:24px;border-right:2px solid rgba(255,255,255,.6);border-bottom:2px solid rgba(255,255,255,.6);transform:rotate(45deg);animation:bounce 1.8s ease infinite}@keyframes bounce{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(6px)}}.trust-bar{background:var(--white);border-bottom:1px solid var(--border);padding:20px 0}.trust-bar__inner{display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px}.trust-item{display:flex;align-items:center;gap:12px}.trust-icon{font-size:28px}.trust-item div{display:flex;flex-direction:column}.trust-item strong{font-family:var(--font-head);font-size:14px;font-weight:700}.trust-item small{font-size:12px;color:var(--text-muted)}section{padding:80px 0}.section-centered{text-align:center}.section-centered .section-sub{margin-left:auto;margin-right:auto}.how-it-works{background:var(--white)}.hiw-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:60px}.hiw-step{text-align:center;padding:36px 24px;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border);transition:transform var(--transition),box-shadow var(--transition)}.hiw-step:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.hiw-step__num{font-family:var(--font-head);font-size:11px;font-weight:800;letter-spacing:.15em;color:var(--accent-dark);margin-bottom:12px}.hiw-step__icon{font-size:48px;margin-bottom:16px}.hiw-step h3{font-size:20px;margin-bottom:12px}.hiw-step p{font-size:15px;color:var(--text-muted);line-height:1.7}.hiw-compare{display:flex;gap:0;align-items:stretch;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}.compare-card{flex:1;padding:36px}.compare-card--bad{background:#fff5f5}.compare-card--good{background:#f0faf5}.compare-card__label{font-family:var(--font-head);font-weight:800;font-size:14px;margin-bottom:20px;display:flex;align-items:center;gap:8px}.compare-card__label.bad{color:var(--red)}.compare-card__label.good{color:var(--green)}.compare-card li{padding:8px 0;font-size:15px;border-bottom:1px solid rgba(0,0,0,.06);color:var(--text)}.compare-vs{background:var(--primary);color:var(--accent);display:flex;align-items:center;justify-content:center;padding:0 20px;font-family:var(--font-head);font-weight:900;font-size:20px;min-width:60px}.featured-product{background:var(--bg)}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-top:40px}.gallery-main{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow-md);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-main:hover img{transform:scale(1.03)}.gallery-placeholder{width:100%;aspect-ratio:1;background:var(--light);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--text-muted);font-size:14px}.badge-bestseller{position:absolute;top:16px;left:16px;background:var(--primary);color:var(--accent);padding:6px 14px;border-radius:100px;font-family:var(--font-head);font-size:12px;font-weight:800;letter-spacing:.05em}.gallery-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.gallery-thumbs .thumb{width:70px;height:70px;object-fit:cover;border-radius:8px;border:2px solid var(--border);cursor:pointer;transition:border-color var(--transition)}.gallery-thumbs .thumb.active,.gallery-thumbs .thumb:hover{border-color:var(--accent)}.product-info{display:flex;flex-direction:column;gap:20px}.breadcrumb{font-size:13px;color:var(--text-muted)}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--primary)}.product-badges{display:flex;gap:10px;flex-wrap:wrap}.badge{padding:5px 12px;border-radius:100px;font-family:var(--font-head);font-size:12px;font-weight:700}.badge--star{background:#fff8e0;color:#b8860b;border:1px solid #f0d060}.badge--green{background:#e8f5ee;color:var(--green);border:1px solid #b2d8c2}.product-title{font-size:clamp(26px,3.5vw,38px);line-height:1.1}.product-price{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.price-original{font-size:18px;color:var(--text-muted);text-decoration:line-through}.price-sale{font-family:var(--font-head);font-size:32px;font-weight:900;color:var(--primary)}.price-save{background:#ffe5e5;color:var(--red);padding:4px 10px;border-radius:100px;font-family:var(--font-head);font-size:13px;font-weight:700}.bundle-selector__label{font-size:14px;margin-bottom:12px}.bundle-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bundle-option{position:relative;cursor:pointer}.bundle-option input{display:none}.bundle-card{border:2px solid var(--border);border-radius:var(--radius);padding:14px 10px;text-align:center;transition:all var(--transition);background:var(--white)}.bundle-option:hover .bundle-card,.bundle-option.selected .bundle-card{border-color:var(--accent);background:#fffbec}.bundle-option--popular .bundle-card,.bundle-option--popular:hover .bundle-card{border-color:var(--accent);background:#fffbec;box-shadow:0 0 0 1px var(--accent)}.bundle-popular-badge,.bundle-value-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--accent);color:var(--primary);font-family:var(--font-head);font-size:9px;font-weight:800;letter-spacing:.1em;padding:3px 8px;border-radius:100px;white-space:nowrap}.bundle-value-badge{background:var(--primary);color:var(--accent)}.bundle-qty{font-family:var(--font-head);font-weight:800;font-size:15px;margin-bottom:4px}.bundle-price{font-family:var(--font-head);font-weight:900;font-size:20px;color:var(--primary)}.bundle-per{font-size:11px;color:var(--text-muted)}.bundle-save{font-family:var(--font-head);font-size:11px;font-weight:700;color:var(--green);margin-top:4px}.option-group{display:flex;flex-direction:column;gap:10px}.option-label{font-family:var(--font-head);font-size:14px;font-weight:600}.option-pills{display:flex;gap:8px;flex-wrap:wrap}.option-pill{padding:8px 18px;border:2px solid var(--border);border-radius:8px;font-family:var(--font-head);font-size:13px;font-weight:600;background:var(--white);transition:all var(--transition)}.option-pill:hover{border-color:var(--accent)}.option-pill.active{border-color:var(--primary);background:var(--primary);color:var(--white)}.atc-wrapper{display:flex;gap:12px}.quantity-selector{display:flex;align-items:center;border:2px solid var(--border);border-radius:10px;overflow:hidden}.quantity-selector button{width:44px;height:56px;font-size:20px;font-weight:700;color:var(--text);transition:background var(--transition)}.quantity-selector button:hover{background:var(--light)}.quantity-selector input{width:48px;height:56px;text-align:center;border:none;font-family:var(--font-head);font-weight:700;font-size:16px;color:var(--text);background:var(--white)}.buy-now-btn{font-size:15px;margin-top:0}.micro-trust{display:flex;gap:16px;flex-wrap:wrap;padding:14px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.micro-trust span{font-size:13px;color:var(--text-muted);font-weight:500}.payment-icons{display:flex;gap:8px;flex-wrap:wrap}.payment-icons span{background:var(--light);border:1px solid var(--border);padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;font-family:var(--font-head);color:var(--text-muted)}.product-details{display:flex;flex-direction:column}.details-toggle{display:flex;justify-content:space-between;align-items:center;padding:14px 0;font-family:var(--font-head);font-weight:700;font-size:14px;color:var(--text);border-bottom:1px solid var(--border);cursor:pointer;transition:color var(--transition)}.details-toggle:hover{color:var(--accent-dark)}.details-toggle span{font-size:20px;font-weight:400;color:var(--text-muted)}.details-body{max-height:0;overflow:hidden;transition:max-height .35s ease;font-size:14px;color:var(--text-muted);line-height:1.7}.details-body.open{max-height:500px;padding:16px 0}.details-body li{padding:4px 0 4px 16px;position:relative}.details-body li:before{content:"\2713";position:absolute;left:0;color:var(--green);font-weight:700}.benefits{background:var(--primary)}.benefits .section-label{color:var(--accent)}.benefits .section-title{color:var(--white)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.benefit-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:32px 24px;transition:all var(--transition)}.benefit-card:hover{background:#e8c5471a;border-color:#e8c5474d;transform:translateY(-4px)}.benefit-icon{font-size:40px;margin-bottom:16px}.benefit-card h3{font-size:18px;color:var(--white);margin-bottom:10px}.benefit-card p{font-size:14px;color:#ffffffa6;line-height:1.7}.press{background:var(--white);padding:40px 0}.press__label{text-align:center;font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.2em;color:var(--text-muted);margin-bottom:24px}.press-logos{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.press-logo{font-family:var(--font-head);font-weight:800;font-size:18px;color:#c0bdb8;letter-spacing:-.02em;transition:color var(--transition)}.press-logo:hover{color:var(--text-muted)}.stats{background:var(--accent);padding:60px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.stat-card{padding:20px}.stat-num{font-family:var(--font-head);font-size:52px;font-weight:900;color:var(--primary);line-height:1;margin-bottom:8px}.stat-label{font-family:var(--font-head);font-size:13px;font-weight:700;color:var(--primary);opacity:.7;letter-spacing:.05em}.reviews{background:var(--bg)}.review-summary{display:flex;gap:48px;align-items:center;background:var(--white);border-radius:var(--radius-lg);padding:36px 40px;margin-bottom:48px;box-shadow:var(--shadow-sm)}.review-summary__score{text-align:center;min-width:140px}.score-num{font-family:var(--font-head);font-size:64px;font-weight:900;color:var(--primary);line-height:1}.score-stars{font-size:24px;color:var(--accent);letter-spacing:2px;margin:8px 0}.score-count{font-size:13px;color:var(--text-muted)}.review-summary__bars{flex:1;display:flex;flex-direction:column;gap:8px}.bar-row{display:flex;align-items:center;gap:10px;font-size:13px}.bar{flex:1;height:8px;background:var(--light);border-radius:100px;overflow:hidden}.bar-fill{height:100%;background:var(--accent);border-radius:100px}.reviews-carousel{overflow:hidden;margin-bottom:32px}.reviews-track{display:flex;gap:20px;transition:transform .4s ease}.review-card{min-width:calc(33.333% - 14px);background:var(--white);border-radius:var(--radius);padding:28px;border:1px solid var(--border);box-shadow:var(--shadow-sm);flex-shrink:0;transition:box-shadow var(--transition)}.review-card:hover{box-shadow:var(--shadow-md)}.review-card__header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary);color:var(--accent);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:800;font-size:16px;flex-shrink:0}.review-card__header>div{flex:1}.review-card__header strong{font-size:14px;display:block}.review-stars{font-size:13px;color:var(--accent)}.review-verified{font-size:11px;color:var(--green);font-weight:600;white-space:nowrap}.review-img-placeholder{background:var(--light);border-radius:8px;height:160px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-muted);margin-bottom:16px}.review-photo{width:100%;border-radius:8px;margin-bottom:16px;object-fit:cover;max-height:200px}.review-text{font-size:14px;line-height:1.7;color:var(--text);margin-bottom:12px}.review-meta{font-size:12px;color:var(--text-muted)}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:16px}.carousel-btn{width:44px;height:44px;border-radius:50%;border:2px solid var(--border);background:var(--white);font-size:18px;color:var(--text);transition:all var(--transition);display:flex;align-items:center;justify-content:center}.carousel-btn:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.carousel-dots{display:flex;gap:8px}.carousel-dot{width:8px;height:8px;border-radius:50%;background:var(--border);transition:background var(--transition)}.carousel-dot.active{background:var(--primary)}.testimonials{background:var(--primary);padding:60px 0}.testimonials .section-label{color:var(--accent)}.testimonials .section-title{color:var(--white)}.testimonial-featured{max-width:720px;margin:0 auto;text-align:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:48px}.testimonial-quote{font-size:80px;color:var(--accent);line-height:.5;margin-bottom:24px;font-family:Georgia,serif}.testimonial-featured>p{font-size:20px;color:#ffffffe6;line-height:1.7;margin-bottom:28px;font-style:italic}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:14px}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--primary);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:800;font-size:18px}.testimonial-author strong{display:block;font-size:15px;color:var(--white)}.testimonial-author span{font-size:12px;color:#fff9}.testimonial-stars{color:var(--accent);font-size:16px}.ugc-section{background:var(--bg)}.ugc-carousel{overflow:hidden;margin-bottom:32px}.ugc-track{display:flex;gap:20px;transition:transform .4s ease}.ugc-video-card{min-width:calc(33.333% - 14px);flex-shrink:0;background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow var(--transition)}.ugc-video-card:hover{box-shadow:var(--shadow-md)}.ugc-video-wrapper{position:relative;padding-bottom:56.25%}.ugc-video-wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ugc-video-placeholder{background:var(--primary);height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff9;font-size:13px;text-align:center;padding:20px}.play-btn{width:56px;height:56px;border-radius:50%;background:var(--accent);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:8px}.ugc-card__info{padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.ugc-card__info strong{font-family:var(--font-head);font-size:14px}.ugc-stars{color:var(--accent);font-size:13px}.faq{background:var(--white)}.faq-grid{display:grid;grid-template-columns:2fr 1fr;gap:48px;margin-top:40px}.faq-item{border-bottom:1px solid var(--border);cursor:pointer}.faq-q{display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-family:var(--font-head);font-weight:700;font-size:15px;color:var(--text);transition:color var(--transition)}.faq-q span{font-size:22px;font-weight:400;color:var(--text-muted);transition:transform var(--transition)}.faq-item:hover .faq-q{color:var(--accent-dark)}.faq-a{max-height:0;overflow:hidden;font-size:15px;color:var(--text-muted);line-height:1.7;transition:max-height .35s ease,padding .35s ease}.faq-item.open .faq-a{max-height:300px;padding-bottom:18px}.faq-cta{display:flex;align-items:flex-start}.faq-cta__card{background:var(--primary);border-radius:var(--radius-lg);padding:40px 32px;text-align:center;color:var(--white)}.faq-cta__icon{font-size:48px;margin-bottom:16px}.faq-cta__card h3{font-size:22px;margin-bottom:12px}.faq-cta__card p{font-size:14px;opacity:.75;margin-bottom:24px}.faq-cta__sub{font-size:12px;margin-top:12px;opacity:.5}.guarantee{background:var(--bg)}.guarantee-inner{display:flex;gap:40px;align-items:center;background:var(--white);border-radius:var(--radius-lg);padding:48px;box-shadow:var(--shadow-md);border:2px solid var(--border)}.guarantee-badge{flex-shrink:0}.guarantee-content h2{font-size:28px;margin-bottom:12px}.guarantee-content p{color:var(--text-muted);font-size:16px;line-height:1.7;margin-bottom:16px}.guarantee-points{display:flex;gap:20px;flex-wrap:wrap}.guarantee-points span{font-size:14px;font-weight:600;color:var(--green)}.final-cta{background:var(--primary)}.final-cta__inner{text-align:center;max-width:600px;margin:0 auto}.final-cta__inner .section-label{color:var(--accent)}.final-cta__inner h2{font-size:40px;color:var(--white);margin-bottom:16px}.final-cta__inner>p{font-size:17px;color:#ffffffbf;margin-bottom:32px}.final-cta__trust{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:24px}.final-cta__trust span{font-size:13px;color:#fff9}.collection-page{padding:60px 0}.collection-header{text-align:center;margin-bottom:48px}.collection-header h1{font-size:40px;margin-bottom:12px}.collection-header p{font-size:16px;color:var(--text-muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:all var(--transition);border:1px solid var(--border)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.product-card__img-link{display:block;position:relative;overflow:hidden;aspect-ratio:1;background:var(--light)}.product-card__img-link img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover img{transform:scale(1.05)}.product-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--text-muted);background:var(--light)}.product-card__sale-badge{position:absolute;top:12px;right:12px;background:var(--red);color:var(--white);padding:4px 10px;border-radius:100px;font-family:var(--font-head);font-size:11px;font-weight:800}.product-card__bestseller-badge{position:absolute;top:12px;left:12px;background:var(--primary);color:var(--accent);padding:4px 10px;border-radius:100px;font-family:var(--font-head);font-size:10px;font-weight:800}.product-card__body{padding:20px}.product-card__body h3{font-size:16px;margin-bottom:8px}.product-card__body h3 a{color:var(--text)}.product-card__body h3 a:hover{color:var(--accent-dark)}.product-card__stars{font-size:13px;color:var(--accent);margin-bottom:10px}.product-card__stars span{color:var(--text-muted)}.product-card__price{display:flex;gap:10px;align-items:center;margin-bottom:16px}.empty-collection{grid-column:1/-1;text-align:center;padding:60px;color:var(--text-muted);font-size:16px}.empty-collection a{color:var(--accent-dark);font-weight:600}.pagination{display:flex;justify-content:center;margin-top:48px;gap:8px}.cart-page-section{padding:60px 0}.cart-page-section h1{font-size:36px;margin-bottom:40px}.cart-page-grid{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-page-item{display:flex;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border)}.cart-page-item img{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-item-details{flex:1}.cart-item-details p{font-weight:600;margin-bottom:4px}.cart-item-variant{font-size:13px;color:var(--text-muted);margin-bottom:10px}.cart-item-qty{display:flex;align-items:center;gap:10px}.cart-item-qty button{width:28px;height:28px;border:1px solid var(--border);border-radius:4px;font-size:16px;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.cart-item-qty button:hover{background:var(--light)}.cart-item-qty span{font-weight:600;width:24px;text-align:center}.cart-item-price{text-align:right}.cart-item-price p{font-weight:700;font-size:16px;margin-bottom:8px}.remove-btn{font-size:12px;color:var(--text-muted);text-decoration:underline;cursor:pointer}.cart-summary-box{background:var(--white);border-radius:var(--radius);padding:28px;border:1px solid var(--border);box-shadow:var(--shadow-sm);margin-bottom:16px}.cart-summary-box h3{font-size:18px;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;padding:8px 0;font-size:15px}.summary-row--total{font-size:18px;padding:14px 0}.summary-divider{height:1px;background:var(--border);margin:8px 0}.cart-secure-note{text-align:center;font-size:12px;color:var(--text-muted);margin:12px 0}.cart-upsell-box{background:#fffbec;border:1px solid var(--accent);border-radius:var(--radius);padding:16px}.cart-upsell-box>p{font-size:14px;margin-bottom:12px}.cart-upsell-product{display:flex;align-items:center;justify-content:space-between;gap:12px}.upsell-info p{font-weight:600;font-size:14px}.upsell-info span{font-size:12px;color:var(--green);font-weight:600}.empty-cart{text-align:center;padding:80px 0}.empty-cart p{font-size:20px;color:var(--text-muted);margin-bottom:24px}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease}.cart-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:420px;max-width:100vw;background:var(--white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-lg)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}.cart-drawer__header h3{font-size:18px}.cart-drawer__close{width:32px;height:32px;border-radius:50%;background:var(--light);font-size:14px;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.cart-drawer__close:hover{background:var(--border)}.cart-drawer__free-ship{padding:14px 24px;background:var(--light);border-bottom:1px solid var(--border)}.free-ship-bar{height:6px;background:var(--border);border-radius:100px;overflow:hidden;margin-bottom:8px}.free-ship-bar__fill{height:100%;background:var(--green);border-radius:100px;transition:width .5s ease;width:0%}#free-ship-msg{font-size:13px;color:var(--text-muted)}.cart-drawer__items{flex:1;overflow-y:auto;padding:16px 24px}.cart-drawer-item{display:flex;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--border)}.cart-drawer-item img{width:64px;height:64px;object-fit:cover;border-radius:8px}.cart-drawer-item__details{flex:1}.cart-drawer-item__details p{font-weight:600;font-size:14px}.cart-drawer-item__price{font-weight:700;font-size:15px}.cart-upsell{padding:16px 24px;background:#fffbec;border-top:1px solid var(--accent)}.cart-upsell__label{font-family:var(--font-head);font-size:13px;font-weight:700;margin-bottom:10px}.cart-upsell__product{display:flex;align-items:center;gap:12px}.cart-upsell__product img{width:48px;height:48px;border-radius:6px;object-fit:cover}.cart-upsell__info{flex:1}.cart-upsell__info p{font-size:13px;font-weight:600}.cart-upsell__info span{font-size:12px;color:var(--green);font-weight:600}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--border)}.cart-subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:16px;margin-bottom:16px}.cart-secure{text-align:center;font-size:12px;color:var(--text-muted);margin-top:12px;display:flex;align-items:center;justify-content:center;gap:6px}.footer{background:var(--primary);color:#ffffffbf;padding:64px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-logo{font-family:var(--font-head);font-size:24px;font-weight:900;color:var(--white);margin-bottom:16px;letter-spacing:-.03em}.footer-brand p{font-size:14px;line-height:1.7;margin-bottom:20px}.footer-social{display:flex;gap:14px}.footer-social a{width:36px;height:36px;border-radius:8px;background:#ffffff14;display:flex;align-items:center;justify-content:center;transition:background var(--transition);color:#ffffffb3}.footer-social a:hover{background:var(--accent);color:var(--primary)}.footer-links h4{font-family:var(--font-head);font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:20px}.footer-links{display:flex;flex-direction:column;gap:0}.footer-links a{font-size:14px;color:#fff9;padding:6px 0;transition:color var(--transition);display:block}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:24px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-bottom p{font-size:13px;color:#fff6}.footer-payment{display:flex;gap:8px;flex-wrap:wrap}.footer-payment span{background:#ffffff14;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;font-family:var(--font-head);color:#ffffff80}.animate-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.animate-up.visible{opacity:1;transform:translateY(0)}.delay-1{transition-delay:.1s!important}.delay-2{transition-delay:.2s!important}.delay-3{transition-delay:.3s!important}.delay-4{transition-delay:.4s!important}.product-page{padding:40px 0 80px}@media(max-width:1024px){.benefits-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.hiw-grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.hiw-compare{flex-direction:column}.compare-vs{padding:12px 0;text-align:center}.faq-grid,.cart-page-grid{grid-template-columns:1fr}}@media(max-width:768px){section{padding:60px 0}.nav-links{display:none}.nav-toggle{display:flex}.hero{min-height:80vh}.hero__cta{flex-direction:column}.hero__cta .btn{width:100%}.product-main{grid-template-columns:1fr;gap:32px}.bundle-options{grid-template-columns:1fr}.atc-wrapper{flex-direction:column}.quantity-selector{justify-content:center}.reviews-track .review-card,.ugc-track .ugc-video-card{min-width:calc(100% + -0px)}.trust-bar__inner{justify-content:flex-start}.trust-item{width:calc(50% - 10px)}.product-grid{grid-template-columns:repeat(2,1fr)}.review-summary{flex-direction:column}.guarantee-inner{flex-direction:column;text-align:center}.guarantee-points{justify-content:center}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-num{font-size:36px}.cart-drawer__panel{width:100vw}.hiw-compare{border-radius:var(--radius)}}@media(max-width:480px){.product-grid{grid-template-columns:1fr}.section-title{font-size:28px}.hero__headline{font-size:36px}.press-logos{gap:20px}.press-logo{font-size:14px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*:focus-visible{outline:2px solid var(--accent);outline-offset:2px}:root{--hp-bg: #0f0f1c;--hp-card: #1a1a2e;--hp-gold: #e8c547;--hp-cream: #f9f6f0;--hp-muted: #6b6b7a;--hp-border:rgba(255,255,255,.07);--hp-r: 20px}.hp-wrap{max-width:1200px;margin:0 auto;padding:0 28px}.hp-eyebrow{display:block;font-family:var(--font-head);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--hp-gold);margin-bottom:14px}.hp-h2{font-family:var(--font-head);font-size:clamp(28px,4.5vw,50px);font-weight:900;line-height:1.05;letter-spacing:-.02em;color:var(--hp-cream);margin-bottom:16px}.hp-h2 em{font-style:normal;color:var(--hp-gold)}.hp-body{font-family:var(--font-body);font-size:16px;color:var(--hp-muted);line-height:1.75;margin-bottom:28px;max-width:500px}.hp-btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-head);font-size:14px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:17px 34px;border-radius:100px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease;border:none;cursor:pointer}.hp-btn--cta{background:linear-gradient(180deg,#f0d054,var(--hp-gold));color:#0f0f1c;box-shadow:0 10px 32px -6px #e8c5478c}.hp-btn--cta:hover{transform:translateY(-3px);box-shadow:0 16px 40px -4px #e8c547b8}.hp-btn--cta:active{transform:translateY(-1px)}.hp-btn--lg{padding:20px 44px;font-size:15px}.hp-checklist{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}.hp-checklist li{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:15px;color:var(--hp-cream);font-weight:500}.hp-checklist svg{flex-shrink:0;width:18px;height:18px;color:#2d7a4f}.hp-fade{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease}.hp-fade.hp-in{opacity:1;transform:translateY(0)}.hp-ph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#444;background:#1a1a2e;aspect-ratio:1/1;border-radius:var(--hp-r);border:1px solid var(--hp-border)}.hp-ph svg{width:40px;height:40px}.hp-ph span{font-size:12px;color:#555;text-align:center;padding:0 20px}.hp-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.hp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hp-hero__bg-img{width:100%;height:100%;object-fit:cover}.hp-hero__bg-ph{background:linear-gradient(135deg,#08081a,#14142a 60%,#08081a)}.hp-hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(108deg,#08081ae6,#08081a99 55%,#08081a2e)}.hp-hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding-top:100px;padding-bottom:80px;min-height:100vh}.hp-hero__rating{display:flex;align-items:center;gap:10px;margin-bottom:20px}.hp-stars{color:var(--hp-gold);font-size:18px;letter-spacing:2px}.hp-hero__rating span{font-family:var(--font-body);font-size:13px;color:#fff9}.hp-hero__rating strong{color:#fff}.hp-hero__h1{font-family:var(--font-head);font-size:clamp(38px,5.5vw,72px);font-weight:900;line-height:1.04;letter-spacing:-.03em;color:#fff;margin-bottom:20px}.hp-hero__h1 em{font-style:normal;color:var(--hp-gold)}.hp-hero__sub{font-family:var(--font-body);font-size:17px;color:#ffffffad;line-height:1.65;max-width:460px;margin-bottom:36px}.hp-hero__trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px;list-style:none;padding:0}.hp-hero__trust li{display:flex;align-items:center;gap:6px;font-family:var(--font-head);font-size:11.5px;font-weight:700;color:#ffffff73;letter-spacing:.04em}.hp-hero__trust svg{color:var(--hp-gold);flex-shrink:0}.hp-hero__card-wrap{display:flex;justify-content:center;align-items:center;perspective:900px}.hp-hero__card{position:relative;width:100%;max-width:460px;border-radius:28px;transform-style:preserve-3d;transform:rotateY(-5deg) rotateX(3deg);transition:transform .12s ease;animation:hpFloat 5s ease-in-out infinite;box-shadow:-14px 24px 64px #0000008c,-4px 8px 24px #0000004d,0 0 0 1px #ffffff0f}.hp-hero__card-img{width:100%;border-radius:28px;display:block;object-fit:cover}.hp-hero__card-ph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#555;background:#1a1a2e;aspect-ratio:1/1;border-radius:28px;font-size:12px;text-align:center;padding:20px}.hp-hero__card-ph svg{width:48px;height:48px}@keyframes hpFloat{0%,to{transform:rotateY(-5deg) rotateX(3deg) translateY(0)}50%{transform:rotateY(-5deg) rotateX(3deg) translateY(-14px)}}.hp-card-badge{position:absolute;top:18px;left:18px;z-index:4;display:flex;align-items:center;gap:8px;background:#ffffff21;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.28);color:#fff;font-family:var(--font-head);font-size:11px;font-weight:800;letter-spacing:.06em;padding:8px 16px;border-radius:100px;box-shadow:0 4px 20px #0000004d,inset 0 1px #fff3;animation:hpBadgePop .7s cubic-bezier(.34,1.56,.64,1) both,hpBadgeGlow 3.5s .8s ease-in-out infinite;white-space:nowrap}.hp-card-badge__dot{width:8px;height:8px;border-radius:50%;background:#4ade80;flex-shrink:0;animation:hpDotPing 2s ease-in-out infinite}@keyframes hpBadgePop{0%{opacity:0;transform:scale(.55) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes hpBadgeGlow{0%,to{box-shadow:0 4px 20px #0000004d,0 0 #fff3}50%{box-shadow:0 4px 20px #0000004d,0 0 0 7px #fff0}}@keyframes hpDotPing{0%,to{box-shadow:0 0 #4ade80a6}55%{box-shadow:0 0 0 5px #4ade8000}}.hp-pill{position:absolute;z-index:5;display:flex;align-items:center;background:#0f0f1ce6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(232,197,71,.25);color:var(--hp-gold);font-family:var(--font-head);font-size:11px;font-weight:800;letter-spacing:.04em;padding:8px 14px;border-radius:100px;box-shadow:0 4px 16px #0000004d;white-space:nowrap}.hp-pill--a{bottom:22%;right:-26px;animation:hpPillA 4s ease-in-out infinite}.hp-pill--b{top:20%;right:-34px;animation:hpPillB 4.8s ease-in-out infinite}.hp-pill--c{top:48%;right:-28px;animation:hpPillA 5.5s ease-in-out infinite}@keyframes hpPillA{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes hpPillB{0%,to{transform:translateY(0)}50%{transform:translateY(9px)}}.hp-scroll-arrow{position:absolute;bottom:28px;left:50%;transform:translate(-50%);width:22px;height:22px;z-index:3;border-right:2px solid rgba(255,255,255,.35);border-bottom:2px solid rgba(255,255,255,.35);transform:translate(-50%) rotate(45deg);animation:hpArrow 1.8s ease infinite}@keyframes hpArrow{0%,to{opacity:.5;transform:translate(-50%) rotate(45deg) translateY(0)}50%{opacity:1;transform:translate(-50%) rotate(45deg) translateY(6px)}}.hp-bar{background:#0d0d1a;border-top:1px solid var(--hp-border);border-bottom:1px solid var(--hp-border);padding:28px 0}.hp-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.hp-bar__item{text-align:center;flex:1;min-width:90px}.hp-bar__num{font-family:var(--font-head);font-size:34px;font-weight:900;color:var(--hp-cream);line-height:1;margin-bottom:5px}.hp-bar__num span{font-size:18px;color:var(--hp-gold);font-weight:900}.hp-bar__lbl{font-family:var(--font-body);font-size:11px;color:#555;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.hp-bar__sep{width:1px;height:38px;background:var(--hp-border);flex-shrink:0}.hp-product{background:#14142a;padding:100px 0}.hp-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.hp-product__img{border-radius:24px;overflow:hidden;box-shadow:0 24px 64px #0006}.hp-product__img img{width:100%;display:block;object-fit:cover}.hp-reviews{background:#0f0f1c;padding:100px 0;border-top:1px solid var(--hp-border)}.hp-reviews__head{text-align:center;margin-bottom:52px}.hp-reviews__head .hp-h2{margin-bottom:0}.hp-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.hp-rc{background:#1a1a2e;border:1px solid var(--hp-border);border-radius:var(--hp-r);padding:26px;display:flex;flex-direction:column;gap:14px;transition:border-color .2s,box-shadow .2s}.hp-rc:hover{border-color:#e8c54747;box-shadow:0 8px 32px #0000004d}.hp-rc__stars{color:var(--hp-gold);font-size:14px;letter-spacing:2px}.hp-rc>p{font-family:var(--font-body);font-size:14px;color:#888;line-height:1.65;flex:1}.hp-rc__author{display:flex;align-items:center;gap:12px}.hp-rc__av{width:38px;height:38px;border-radius:50%;background:#e8c5471f;border:1px solid rgba(232,197,71,.22);display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-weight:900;font-size:15px;color:var(--hp-gold);flex-shrink:0}.hp-rc__author strong{display:block;font-family:var(--font-head);font-size:13px;font-weight:800;color:var(--hp-cream)}.hp-rc__author span{font-size:11px;color:#444;font-family:var(--font-head)}.hp-guarantee{background:linear-gradient(160deg,#14142a,#0a0a14);padding:120px 0;border-top:1px solid var(--hp-border)}.hp-guarantee__inner{text-align:center;max-width:620px;margin:0 auto}.hp-guarantee__icon{display:flex;justify-content:center;margin-bottom:24px;color:var(--hp-gold)}.hp-guarantee__icon svg{width:52px;height:52px}.hp-guarantee__inner .hp-h2{margin-bottom:16px}.hp-guarantee__inner .hp-body{margin:0 auto 36px}.hp-guarantee__micro{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:20px;font-family:var(--font-head);font-size:11px;font-weight:700;color:#ffffff40;letter-spacing:.05em}@media(max-width:900px){.hp-hero__inner{grid-template-columns:1fr;min-height:auto;padding-top:80px;padding-bottom:60px;gap:36px}.hp-hero__card-wrap{display:none}.hp-hero__h1{font-size:clamp(34px,9vw,52px)}.hp-product__grid{grid-template-columns:1fr;gap:40px}.hp-reviews__grid{grid-template-columns:1fr}.hp-bar__sep{display:none}.hp-bar__inner{justify-content:center;gap:24px}.hp-pill{display:none}}@media(max-width:600px){.hp-btn--lg{padding:18px 28px;font-size:13px}.hp-h2{font-size:28px}.hp-reviews__grid{grid-template-columns:1fr}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:hidden;pointer-events:none}.cart-drawer.open{visibility:visible;pointer-events:all}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;opacity:0;transition:opacity .3s ease}.cart-drawer.open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:420px;max-width:100vw;background:#0f0f1c;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-12px 0 60px #00000080;border-left:1px solid rgba(255,255,255,.06)}.cart-drawer.open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid rgba(255,255,255,.07)}.cart-drawer__header h3{font-family:var(--font-head);font-size:16px;font-weight:800;color:#f9f6f0;letter-spacing:.02em}.cart-drawer__close{width:32px;height:32px;border-radius:50%;background:#ffffff12;display:flex;align-items:center;justify-content:center;transition:background .15s;color:#f9f6f0}.cart-drawer__close:hover{background:#ffffff24}.cart-drawer__close svg{width:16px;height:16px}.cart-ship-bar{padding:16px 22px 12px;background:#e8c5470f;border-bottom:1px solid rgba(232,197,71,.12)}.cart-ship-bar__track{position:relative;height:8px;background:#ffffff14;border-radius:100px;margin-bottom:26px;overflow:visible}.cart-ship-bar__fill{height:100%;border-radius:100px;background:linear-gradient(90deg,#e8c547,#f0d054);transition:width .6s cubic-bezier(.4,0,.2,1);width:0%;box-shadow:0 0 10px #e8c54780}.cart-ship-fill--done{background:linear-gradient(90deg,#e8c547,#f7dc6f)!important;box-shadow:0 0 14px #e8c547b3!important}.cart-ship-bar__truck{position:absolute;top:-14px;left:0%;transform:translate(-50%);transition:left .6s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}.cart-ship-bar__truck svg{display:block}.truck-wheel-l,.truck-wheel-r{transform-box:fill-box;transform-origin:center;animation:truckWheel .8s linear infinite}.truck-wheel-r{animation-delay:.1s}@keyframes truckWheel{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cart-truck--done .cart-ship-bar__truck{filter:drop-shadow(0 2px 6px rgba(232,197,71,.7))}.cart-ship-bar__msg{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.04em;color:#ffffff80;line-height:1.4}.cart-ship-bar__msg strong{color:#e8c547}.cart-drawer__items{flex:1;overflow-y:auto;padding:14px 22px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.cart-drawer-item{display:flex;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06)}.cart-drawer-item img{width:60px;height:60px;object-fit:cover;border-radius:10px;flex-shrink:0;border:1px solid rgba(255,255,255,.08)}.cart-drawer-item__details{flex:1;min-width:0}.cart-drawer-item__details p{font-weight:700;font-size:13px;color:#f9f6f0}.cart-drawer-item__price{font-weight:800;font-size:14px;color:#e8c547;flex-shrink:0}.cart-upsell-v2{margin:0 22px 14px;border:1px solid rgba(232,197,71,.25);border-radius:14px;background:#e8c5470f;overflow:hidden}.cart-upsell-v2__label{display:flex;align-items:center;gap:7px;padding:9px 14px;font-family:var(--font-head);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#e8c547;background:#e8c54714;border-bottom:1px solid rgba(232,197,71,.15)}.cart-upsell-v2__card{display:flex;align-items:center;gap:12px;padding:12px 14px}.cart-upsell-v2__img{flex-shrink:0}.cart-upsell-v2__img img{width:50px;height:50px;object-fit:cover;border-radius:8px;border:1px solid rgba(255,255,255,.08)}.cart-upsell-v2__info{flex:1;min-width:0}.cart-upsell-v2__info p{font-family:var(--font-head);font-size:12px;font-weight:700;color:#f9f6f0;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-upsell-v2__deal{display:block;font-family:var(--font-head);font-size:11px;font-weight:800;color:#4ade80;letter-spacing:.03em}.cart-upsell-v2__save{display:block;font-size:10px;color:#fff6;margin-top:1px}.cart-upsell-v2__btn{flex-shrink:0;padding:9px 16px;background:linear-gradient(180deg,#f0d054,#e8c547);color:#0f0f1c;border-radius:100px;font-family:var(--font-head);font-size:12px;font-weight:800;letter-spacing:.04em;text-decoration:none;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 12px #e8c54759}.cart-upsell-v2__btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #e8c54780}.cart-drawer__footer{padding:16px 22px 20px;border-top:1px solid rgba(255,255,255,.07)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-head);font-weight:800;font-size:16px;color:#f9f6f0;margin-bottom:14px}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:17px;background:linear-gradient(180deg,#f0d054,#e8c547);color:#0f0f1c;border-radius:12px;font-family:var(--font-head);font-size:15px;font-weight:800;letter-spacing:.04em;text-decoration:none;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 8px 28px -6px #e8c5478c;margin-bottom:14px}.cart-checkout-btn:hover{transform:translateY(-2px);box-shadow:0 14px 36px -4px #e8c547b3}.cart-payment-icons{display:flex;justify-content:center;gap:6px;flex-wrap:wrap;margin-bottom:12px}.cart-payment-icons span{background:#ffffff12;border:1px solid rgba(255,255,255,.1);padding:4px 9px;border-radius:5px;font-family:var(--font-head);font-size:10px;font-weight:700;color:#ffffff73;letter-spacing:.04em}.cart-secure-note{display:flex;align-items:center;justify-content:center;gap:5px;font-family:var(--font-head);font-size:10.5px;font-weight:700;color:#ffffff40;letter-spacing:.04em;text-align:center}.cart-gift-banner{display:none;align-items:center;gap:12px;margin:0 22px 14px;padding:12px 14px;border-radius:14px;background:linear-gradient(135deg,#4ade8024,#4ade800a);border:1px solid rgba(74,222,128,.3);animation:giftBannerIn .4s cubic-bezier(.34,1.56,.64,1) both}.cart-gift-banner.visible{display:flex}@keyframes giftBannerIn{0%{opacity:0;transform:scale(.92) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}.cart-gift-banner__icon{flex-shrink:0;width:36px;height:36px;border-radius:10px;background:#4ade802e;display:flex;align-items:center;justify-content:center;color:#4ade80}.cart-gift-banner__icon svg{width:18px;height:18px}.cart-gift-banner__text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cart-gift-banner__text strong{font-family:var(--font-head);font-size:12.5px;font-weight:800;color:#f9f6f0}.cart-gift-banner__text span{font-family:var(--font-body);font-size:10.5px;color:#ffffff80}.cart-gift-banner__img{flex-shrink:0}.cart-gift-banner__img img{width:38px;height:38px;border-radius:8px;object-fit:cover;border:1px solid rgba(74,222,128,.3)}.gift-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;visibility:hidden;pointer-events:none}.gift-popup.open{visibility:visible;pointer-events:all}.gift-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;opacity:0;transition:opacity .3s ease}.gift-popup.open .gift-popup__overlay{opacity:1}.gift-popup__card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.85);width:360px;max-width:calc(100vw - 40px);background:#1a1a2e;border:1px solid rgba(232,197,71,.25);border-radius:24px;padding:36px 28px 28px;text-align:center;opacity:0;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .25s ease;box-shadow:0 30px 80px #00000080;overflow:hidden}.gift-popup.open .gift-popup__card{transform:translate(-50%,-50%) scale(1);opacity:1}.gift-popup__close{position:absolute;top:16px;right:16px;width:30px;height:30px;border-radius:50%;background:#ffffff14;border:none;color:#f9f6f0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.gift-popup__close:hover{background:#ffffff29}.gift-popup__confetti{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.confetti-piece{position:absolute;top:-10px;width:7px;height:12px;opacity:.9;animation:confettiFall 1.8s ease-in forwards}@keyframes confettiFall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(220px) rotate(540deg);opacity:0}}.gift-popup__icon-wrap{display:flex;justify-content:center;margin-bottom:18px}.gift-popup__icon{width:72px;height:72px;border-radius:50%;background:radial-gradient(circle,#e8c54740,#e8c5470d);border:1.5px solid rgba(232,197,71,.4);display:flex;align-items:center;justify-content:center;color:#e8c547;animation:giftIconPop .6s .15s cubic-bezier(.34,1.56,.64,1) both,giftIconWiggle 1.8s 1s ease-in-out infinite}.gift-popup__icon svg{width:32px;height:32px}@keyframes giftIconPop{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes giftIconWiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-8deg)}75%{transform:rotate(8deg)}}.gift-popup__title{font-family:var(--font-head);font-size:22px;font-weight:900;color:#f9f6f0;margin-bottom:8px;letter-spacing:-.01em}.gift-popup__sub{font-family:var(--font-body);font-size:13.5px;color:#ffffff8c;line-height:1.6;margin-bottom:22px}.gift-popup__product{display:flex;align-items:center;gap:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px;margin-bottom:22px;text-align:left}.gift-popup__product img{width:56px;height:56px;border-radius:10px;object-fit:cover;flex-shrink:0}.gift-popup__product-info p{font-family:var(--font-head);font-size:13px;font-weight:700;color:#f9f6f0;margin-bottom:4px}.gift-popup__free-tag{display:inline-block;font-family:var(--font-head);font-size:11px;font-weight:800;letter-spacing:.04em;color:#4ade80;background:#4ade801f;padding:3px 9px;border-radius:100px}.gift-popup__btn{width:100%;padding:15px;background:linear-gradient(180deg,#f0d054,#e8c547);color:#0f0f1c;border:none;border-radius:100px;font-family:var(--font-head);font-size:14px;font-weight:800;letter-spacing:.03em;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 8px 24px -6px #e8c54780}.gift-popup__btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px -4px #e8c547a6}
/*# sourceMappingURL=/cdn/shop/t/100/assets/theme.css.map */
