*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--navy: #0d1b2a;--navy2: #1a2d42;--teal: #0a9396;--teal-light: #94d2bd;--cream: #faf8f4;--warm: #e9c46a;--text: #1a1a1a;--muted: #6b7280;--border: #e5e7eb;--red: #dc2626;--green: #16a34a;--white: #ffffff;--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1)}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--text);line-height:1.6;font-size:16px}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.2}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body)}.announcement-bar{background:var(--navy);color:#fff;text-align:center;padding:10px 20px;font-size:13px;font-weight:500;letter-spacing:.4px}.announcement-bar a{color:var(--warm);text-decoration:underline}.announcement-bar .highlight{color:var(--warm)}.site-header{background:var(--white);border-bottom:1px solid var(--border);padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:68px;position:sticky;top:0;z-index:200;box-shadow:var(--shadow-sm)}.site-header__logo{font-family:var(--font-display);font-size:24px;font-weight:700;color:var(--navy)}.site-header__logo span{color:var(--teal)}.site-header__logo img{height:40px;width:auto}.site-header__nav{display:flex;gap:32px}.site-header__nav a{font-size:14px;color:var(--muted);font-weight:500;transition:color .2s}.site-header__nav a:hover{color:var(--navy)}.site-header__actions{display:flex;align-items:center;gap:16px}.header-cart-btn{background:var(--navy);color:var(--white);border:none;padding:10px 22px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;transition:background .2s}.header-cart-btn:hover{background:var(--teal)}.header-cart-count{background:var(--teal);color:#fff;border-radius:50%;width:20px;height:20px;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-left:6px}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:88vh;background:var(--white)}.hero__content{padding:72px 64px;display:flex;flex-direction:column;justify-content:center}.hero__badge{display:inline-flex;align-items:center;gap:6px;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:20px;padding:6px 16px;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:24px;width:fit-content}.hero__title{font-size:54px;line-height:1.1;color:var(--navy);margin-bottom:20px}.hero__title em{color:var(--teal);font-style:normal}.hero__subtitle{font-size:17px;color:var(--muted);max-width:440px;line-height:1.75;margin-bottom:28px}.hero__stars{display:flex;align-items:center;gap:8px;margin-bottom:24px}.stars{color:#f59e0b;font-size:17px;letter-spacing:1px}.stars-text{font-size:14px;color:var(--muted)}.stars-text strong{color:var(--text)}.urgency-bar{background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-sm);padding:12px 16px;display:flex;align-items:center;gap:10px;margin-bottom:20px}.urgency-dot{width:8px;height:8px;border-radius:50%;background:var(--red);flex-shrink:0;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.urgency-text{font-size:13px;color:#991b1b;font-weight:500}.price-block{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px 24px;margin-bottom:24px}.price-row{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:6px}.price-current{font-family:var(--font-display);font-size:42px;font-weight:700;color:var(--navy)}.price-original{font-size:18px;color:var(--muted);text-decoration:line-through}.price-badge{background:#fef2f2;color:var(--red);border:1px solid #fecaca;font-size:12px;font-weight:700;padding:4px 10px;border-radius:4px}.price-note{font-size:12px;color:var(--muted)}.variant-label{font-size:14px;font-weight:600;color:var(--navy);margin-bottom:10px}.color-swatches{display:flex;gap:10px;margin-bottom:20px}.color-swatch{width:32px;height:32px;border-radius:50%;border:3px solid transparent;transition:all .2s;cursor:pointer}.color-swatch.active,.color-swatch:hover{outline:2px solid var(--teal);outline-offset:2px}.size-options{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.size-option{border:1.5px solid var(--border);background:var(--white);color:var(--text);padding:10px 20px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;transition:all .2s}.size-option:hover,.size-option.active{border-color:var(--teal);color:var(--teal);background:#f0fdfa}.size-option.sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}.btn-primary{width:100%;background:var(--navy);color:var(--white);border:none;padding:18px;border-radius:var(--radius-sm);font-size:18px;font-weight:600;letter-spacing:.3px;transition:background .25s;margin-bottom:12px}.btn-primary:hover{background:var(--teal)}.btn-secondary{width:100%;background:transparent;color:var(--navy);border:2px solid var(--navy);padding:15px;border-radius:var(--radius-sm);font-size:16px;font-weight:600;transition:all .25s;margin-bottom:20px}.btn-secondary:hover{background:var(--navy);color:var(--white)}.trust-row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);font-weight:500}.payment-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.payment-badge{background:#f3f4f6;border:1px solid var(--border);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700;color:var(--muted)}.hero__visual{background:linear-gradient(145deg,var(--navy) 0%,var(--navy2) 100%);display:flex;align-items:center;justify-content:center;padding:60px;position:relative;overflow:hidden}.hero__visual:before{content:"";position:absolute;top:-120px;right:-80px;width:400px;height:400px;border-radius:50%;background:#0a93961a}.hero__visual:after{content:"";position:absolute;bottom:-80px;left:-60px;width:260px;height:260px;border-radius:50%;background:#94d2bd12}.hero__product-card{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:40px 32px;text-align:center;position:relative;z-index:1;max-width:360px;width:100%}.hero__product-card img{border-radius:var(--radius-md);margin:0 auto 20px}.product-card-label{color:#ffffffe6;font-size:18px;font-weight:600;margin-bottom:6px}.product-card-sub{color:#ffffff80;font-size:14px;margin-bottom:24px}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ba-card{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:16px}.ba-label{color:#ffffff80;font-size:10px;font-weight:700;letter-spacing:1.5px;margin-bottom:8px}.ba-body{color:#ffffffbf;font-size:13px;line-height:1.5}.bestseller-tag{position:absolute;top:20px;right:20px;background:var(--warm);color:var(--navy);font-size:11px;font-weight:700;padding:6px 12px;border-radius:6px}.stats-bar{background:var(--navy);padding:36px 80px;display:flex;justify-content:space-around;flex-wrap:wrap;gap:24px}.stat{text-align:center}.stat__number{font-family:var(--font-display);font-size:40px;font-weight:700;color:var(--teal-light)}.stat__label{font-size:13px;color:#ffffff8c;margin-top:4px}.section{padding:80px}.section--white{background:var(--white)}.section--cream{background:var(--cream)}.section--navy{background:var(--navy);color:var(--white)}.section__tag{font-size:11px;font-weight:700;letter-spacing:2.5px;color:var(--teal);margin-bottom:12px;text-transform:uppercase}.section--navy .section__tag{color:var(--teal-light)}.section__heading{font-size:44px;color:var(--navy);margin-bottom:16px}.section--navy .section__heading{color:var(--white)}.section__subheading{font-size:17px;color:var(--muted);max-width:560px;line-height:1.75}.section--navy .section__subheading{color:#ffffff8c}.section__header{margin-bottom:56px}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.benefit-card{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;transition:transform .25s,box-shadow .25s}.benefit-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.benefit-card__icon{font-size:36px;margin-bottom:16px}.benefit-card__title{font-family:var(--font-display);font-size:20px;color:var(--navy);margin-bottom:10px}.benefit-card__text{font-size:15px;color:var(--muted);line-height:1.75}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step{text-align:center;padding:0 16px}.step__number{width:68px;height:68px;border-radius:50%;background:#0a939626;border:2px solid var(--teal);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:28px;color:var(--teal-light);margin:0 auto 20px}.step__title{font-family:var(--font-display);font-size:24px;color:var(--white);margin-bottom:12px}.step__text{font-size:15px;color:#fff9;line-height:1.75}.size-guide-table{width:100%;border-collapse:collapse;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border);margin-top:40px}.size-guide-table th{background:var(--navy);color:var(--white);padding:14px 20px;font-size:14px;font-weight:600;text-align:left}.size-guide-table td{padding:14px 20px;font-size:14px;border-bottom:1px solid var(--border)}.size-guide-table tr:last-child td{border-bottom:none}.size-guide-table tr:nth-child(2n) td{background:var(--cream)}.size-guide-table tr.popular td{background:#ecfdf5!important;color:#065f46;font-weight:600}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px}.review-stars{color:#f59e0b;font-size:16px;margin-bottom:12px;letter-spacing:2px}.review-text{font-size:15px;color:var(--muted);line-height:1.75;margin-bottom:20px;font-style:italic}.review-author{display:flex;align-items:center;gap:12px}.review-avatar{width:42px;height:42px;border-radius:50%;background:var(--navy);color:var(--white);font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-name{font-weight:600;font-size:14px}.review-date{font-size:12px;color:var(--muted)}.review-verified{font-size:11px;color:var(--green);font-weight:600;margin-top:2px}.faq-list{max-width:780px}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:22px 0;font-size:17px;font-weight:600;color:var(--navy);background:none;border:none;text-align:left;gap:16px}.faq-toggle{font-size:24px;color:var(--teal);line-height:1;flex-shrink:0;transition:transform .3s}.faq-item.open .faq-toggle{transform:rotate(45deg)}.faq-answer{font-size:15px;color:var(--muted);line-height:1.75;padding-bottom:22px;display:none}.faq-item.open .faq-answer{display:block}.cta-section{background:var(--navy);padding:100px 80px;text-align:center}.cta-section h2{font-size:52px;color:var(--white);margin-bottom:16px}.cta-section p{font-size:18px;color:#ffffff8c;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}.btn-cta-big{background:var(--teal);color:var(--white);border:none;padding:22px 64px;border-radius:var(--radius-sm);font-size:20px;font-weight:700;letter-spacing:.3px;transition:background .25s,transform .2s}.btn-cta-big:hover{background:#0d7377;transform:translateY(-2px)}.cta-guarantee{color:#ffffff59;font-size:13px;margin-top:20px}.site-footer{background:#0a1520;padding:48px 80px}.site-footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:40px;flex-wrap:wrap}.footer-brand__logo{font-family:var(--font-display);font-size:22px;color:var(--white);font-weight:700;margin-bottom:12px}.footer-brand__logo span{color:var(--teal-light)}.footer-brand__text{font-size:14px;color:#fff6;max-width:280px;line-height:1.7}.footer-col__title{font-size:13px;font-weight:700;letter-spacing:1px;color:#fff9;margin-bottom:16px;text-transform:uppercase}.footer-col a{display:block;font-size:14px;color:#fff6;margin-bottom:10px;transition:color .2s}.footer-col a:hover{color:var(--white)}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:28px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-copy{font-size:13px;color:#ffffff4d}.footer-payments{display:flex;gap:8px}.footer-payment-badge{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:700;color:#fff6}@media(max-width:1024px){.hero{grid-template-columns:1fr;min-height:auto}.hero__visual{min-height:400px}.hero__content{padding:48px 32px}.hero__title{font-size:40px}.benefits-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:1fr;gap:32px}.reviews-grid{grid-template-columns:repeat(2,1fr)}.stats-bar{padding:36px 32px}.section{padding:60px 32px}.cta-section{padding:72px 32px}.site-footer{padding:48px 32px}}@media(max-width:768px){.site-header{padding:0 20px}.site-header__nav{display:none}.benefits-grid,.reviews-grid{grid-template-columns:1fr}.hero__title{font-size:34px}.section__heading{font-size:32px}.cta-section h2{font-size:36px}.stats-bar{padding:32px 20px}.site-footer__top{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/theme.css.map */
