:root{--teal: #2ABFAB;--teal-hover: #229e8e;--teal-light: rgba(42,191,171,.1);--navy: #1A1A2E;--navy-light: #2a2a4e;--gold: #C9A96E;--coral: #FF6B6B;--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--text-dark: #1A1A2E;--font-display: "Playfair Display", serif;--font-body: "DM Sans", sans-serif;--font-mono: "JetBrains Mono", monospace;--transition: .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text-dark);background:var(--white);line-height:1.6;overflow-x:hidden;max-width:100vw}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2;color:var(--text-dark)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.75rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}a{color:var(--teal);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--teal-hover)}img{max-width:100%;height:auto;display:block}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}.page-width{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.page-width{padding:0 1.5rem}}@media (min-width: 1024px){.page-width{padding:0 2rem}}.text-teal{color:var(--teal)}.section-header{text-align:center;margin-bottom:3rem}.section-subtitle{font-family:var(--font-body);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--teal);margin-bottom:.75rem}.section-title .teal{color:var(--teal)}.section-desc{color:var(--gray-500);max-width:600px;margin:.75rem auto 0;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-body);font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;border-radius:.75rem;border:none;cursor:pointer;transition:all var(--transition);text-decoration:none;padding:.875rem 1.75rem}.btn-primary{background:var(--teal);color:var(--white);box-shadow:0 10px 25px #2abfab33}.btn-primary:hover{background:var(--teal-hover);color:var(--white);transform:translateY(-2px);box-shadow:0 15px 35px #2abfab4d}.btn-outline{background:transparent;color:var(--text-dark);border:2px solid var(--gray-200)}.btn-outline:hover{border-color:var(--teal);color:var(--teal)}.btn-large{padding:1rem 2rem;font-size:.875rem}.btn-full{width:100%}.announcement-bar{background:var(--navy);color:var(--white);text-align:center;padding:.5rem 1rem;font-size:.875rem;font-family:var(--font-body)}.announcement-bar-inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.announcement-bar span{display:inline-flex;align-items:center;gap:.375rem}.announcement-bar strong{color:var(--teal)}.announcement-bar svg{width:14px;height:14px}.site-header{position:sticky;top:0;z-index:100;background:var(--white);transition:all var(--transition)}.site-header.scrolled{background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 30px #0000000d}.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.header-logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--text-dark);text-decoration:none;letter-spacing:-.01em}.header-logo .teal{color:var(--teal)}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{font-size:.875rem;font-weight:500;color:var(--text-dark);transition:color var(--transition);text-decoration:none;position:relative}.header-nav a:hover,.header-nav a.active{color:var(--teal)}.header-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--teal);transition:width var(--transition)}.header-nav a:hover:after,.header-nav a.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:.75rem}.header-shop-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--teal);color:var(--white);padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:600;transition:all var(--transition);text-decoration:none;box-shadow:0 4px 15px #2abfab33}.header-shop-btn:hover{background:var(--teal-hover);color:var(--white);box-shadow:0 6px 20px #2abfab4d}.header-cart-btn{display:flex;align-items:center;position:relative;color:var(--text-dark);padding:.5rem;transition:color var(--transition)}.header-cart-btn:hover{color:var(--teal)}.header-cart-count{position:absolute;top:-2px;right:-4px;min-width:18px;height:18px;background:var(--coral);color:var(--white);font-size:10px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono)}.header-mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--text-dark);padding:.5rem}.mobile-menu{display:none;background:var(--white);border-top:1px solid var(--gray-100)}.mobile-menu.open{display:block}.mobile-menu-inner{display:flex;flex-direction:column;padding:1rem}.mobile-menu-inner a{color:var(--text-dark);padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;border-radius:.5rem;transition:background var(--transition)}.mobile-menu-inner a:hover{background:var(--gray-50)}.mobile-menu-inner a.active{background:var(--teal-light);color:var(--teal)}@media (max-width: 768px){.header-nav{display:none}.header-mobile-toggle{display:block}.header-shop-btn{display:none}}.hero-section{background:var(--white);padding:3rem 0 4rem;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--teal-light);border-radius:9999px;padding:.375rem 1rem;margin-bottom:1.5rem}.hero-badge svg{width:14px;height:14px;color:var(--teal)}.hero-badge span{font-size:.75rem;font-weight:600;color:var(--teal);text-transform:uppercase;letter-spacing:.05em}.hero-title{color:var(--text-dark);margin-bottom:1.5rem;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.1}.hero-title .teal{color:var(--teal);position:relative}.hero-desc{font-size:1.125rem;color:var(--gray-500);margin-bottom:2rem;line-height:1.7;max-width:32rem}.hero-btns{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.hero-mini-trust{display:flex;gap:1.25rem;flex-wrap:wrap;font-size:.75rem;color:var(--gray-400)}.hero-mini-trust span{display:inline-flex;align-items:center;gap:.375rem}.hero-mini-trust svg{width:16px;height:16px;color:var(--teal)}.hero-right{position:relative}.hero-img-box{border-radius:1rem;overflow:hidden;box-shadow:0 25px 60px #0000001a}.hero-img-box img{width:100%;height:400px;object-fit:cover;display:block}@media (min-width: 1024px){.hero-img-box img{height:500px}}.hero-float-card{position:absolute;bottom:-1rem;left:-1rem;background:var(--white);border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 30px #0000001a;border:1px solid var(--gray-100)}.hero-float-icon{width:40px;height:40px;border-radius:50%;background:var(--teal-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hero-float-icon svg{width:20px;height:20px;color:var(--gold);fill:var(--gold)}.hero-float-title{font-size:.875rem;font-weight:700;color:var(--text-dark)}.hero-float-sub{font-size:.75rem;color:var(--gray-400)}@media (max-width: 768px){.hero-grid{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-btns,.hero-mini-trust{justify-content:center}.hero-section{padding:2rem 0 3rem}.hero-float-card{display:none}.hero-desc{margin-left:auto;margin-right:auto}}.trust-bar-section{background:var(--gray-50);border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100);padding:1.5rem 0}.trust-bar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-bar-item{display:flex;align-items:center;gap:.75rem}.trust-bar-icon{width:40px;height:40px;border-radius:.5rem;background:var(--teal-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-bar-icon svg{width:20px;height:20px;color:var(--teal)}.trust-bar-title{font-size:.875rem;font-weight:600;color:var(--text-dark)}.trust-bar-desc{font-size:.75rem;color:var(--teal)}@media (max-width: 768px){.trust-bar-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}.section-products{padding:4rem 0 5rem;background:var(--white)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width: 768px){.products-grid{grid-template-columns:1fr}}@media (min-width: 769px) and (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}.pcard-link{text-decoration:none;color:inherit;display:block}.pcard-link:hover{color:inherit}.pcard{background:var(--white);border-radius:1rem;overflow:hidden;border:1px solid var(--gray-100);transition:all var(--transition);display:flex;flex-direction:column;height:100%}.pcard:hover{box-shadow:0 20px 40px #0000000d;transform:translateY(-4px)}.pcard-img{position:relative;aspect-ratio:4/3;background:#f5f5f5;overflow:hidden}.pcard-img img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .5s ease}.pcard:hover .pcard-img img{transform:scale(1.05)}.pcard-badge{position:absolute;top:.75rem;left:.75rem;font-size:10px;font-weight:700;padding:.25rem .625rem;border-radius:.375rem;color:var(--white);z-index:2}.pcard-badge-gold{background:var(--gold)}.pcard-badge-teal{background:var(--teal)}.pcard-badge-coral{background:var(--coral)}.pcard-body{padding:1.25rem;flex:1;display:flex;flex-direction:column}.pcard-name{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.pcard-tagline{font-size:.875rem;color:var(--gray-400);margin-bottom:.75rem}.pcard-price{margin-bottom:1rem;display:flex;align-items:baseline;gap:.5rem}.pcard-price-current{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:var(--text-dark)}.pcard-price-original{font-family:var(--font-mono);font-size:.875rem;color:var(--gray-400);text-decoration:line-through}.pcard-features{list-style:none;margin-bottom:1rem}.pcard-features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-500);padding:.1875rem 0}.pcard-features li svg{width:14px;height:14px;color:var(--teal);flex-shrink:0}.pcard-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid var(--gray-100)}.pcard-stars{display:flex;align-items:center;gap:.125rem}.pcard-stars svg{width:14px;height:14px;color:var(--gold);fill:var(--gold)}.pcard-review-count{color:var(--gray-400);font-size:.75rem;margin-left:.25rem}.pcard-shop-link{font-size:.875rem;font-weight:600;color:var(--teal)}.pcard:hover .pcard-shop-link{text-decoration:underline}.section-featured{padding:4rem 0 5rem}.section-featured.bg-gray{background:var(--gray-50)}.section-featured.bg-white{background:var(--white)}.featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.featured-img{border-radius:1rem;overflow:hidden}.featured-img img{width:100%;height:400px;object-fit:cover;border-radius:1rem}.featured-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.featured-badge.gold{color:var(--gold)}.featured-badge.teal{color:var(--teal)}.featured-badge svg{width:14px;height:14px}.featured-title{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--text-dark);margin-bottom:1rem}.featured-title .teal{color:var(--teal)}.featured-desc{color:var(--gray-500);line-height:1.7;margin-bottom:1.5rem}.featured-desc+.featured-desc{margin-top:-.5rem}@media (max-width: 768px){.featured-grid{grid-template-columns:1fr;gap:2rem}.featured-grid.reverse{direction:ltr}.featured-img img{height:300px}}.section-science{position:relative;padding:5rem 0;overflow:hidden}.section-science .bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a2ecc}.section-science .bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.section-science .content{position:relative;z-index:2}.section-science .section-subtitle{color:var(--teal)}.section-science h2{color:var(--white)}.section-science .section-desc{color:#ffffffb3}.certs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.cert-card{background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;padding:1rem;border:1px solid rgba(255,255,255,.1);text-align:center}.cert-card svg{width:24px;height:24px;color:var(--teal);margin:0 auto .5rem}.cert-card-title{font-size:.875rem;font-weight:600;color:var(--white)}.cert-card-desc{font-size:10px;color:#fff6}@media (max-width: 768px){.certs-grid{grid-template-columns:repeat(2,1fr)}}.section-stats{background:var(--navy);padding:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-number{font-family:var(--font-mono);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--teal);line-height:1;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#ffffff80}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.section-testimonials{padding:4rem 0 5rem;background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:72rem;margin:0 auto}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:var(--white);border:1px solid var(--gray-100);border-radius:1rem;padding:1.5rem;transition:all var(--transition)}.testimonial-card:hover{box-shadow:0 10px 25px #0000000d}.testimonial-stars{display:flex;gap:2px;margin-bottom:.75rem}.testimonial-stars svg{width:16px;height:16px;color:var(--gold);fill:var(--gold)}.testimonial-text{color:var(--gray-600);line-height:1.7;margin-bottom:1rem;font-style:italic;font-size:.875rem}.testimonial-footer{display:flex;align-items:center;justify-content:space-between}.testimonial-name{font-size:.875rem;font-weight:600;color:var(--text-dark)}.testimonial-location{font-size:.75rem;color:var(--gray-400)}.testimonial-verified{font-size:10px;font-weight:600;color:var(--teal);background:var(--teal-light);padding:.25rem .5rem;border-radius:9999px}.section-cta{padding:4rem 0 5rem;background:var(--navy);text-align:center}.section-cta h2{color:var(--white)}.section-cta .teal{color:var(--teal)}.section-cta p{color:#fff9;max-width:36rem;margin:0 auto 2rem}.footer-trust{background:var(--navy);border-bottom:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.footer-trust-item{display:flex;align-items:center;gap:.75rem}.footer-trust-icon{width:40px;height:40px;border-radius:.5rem;background:#2abfab1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-trust-icon svg{width:20px;height:20px;color:var(--teal)}.footer-trust-title{font-size:.875rem;font-weight:600;color:var(--white)}.footer-trust-desc{font-size:.75rem;color:#ffffff80}@media (max-width: 768px){.footer-trust-grid{grid-template-columns:repeat(2,1fr)}}.site-footer{background:var(--navy);color:#fff9;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:2.5rem;margin-bottom:2.5rem}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 480px){.footer-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.footer-grid>div:first-child{grid-column:1 / -1}.footer-grid>div:last-child{grid-column:1 / -1}}.footer-logo{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:.75rem}.footer-logo .teal{color:var(--teal)}.footer-brand-desc{color:#fff9;line-height:1.7;margin-bottom:1rem;font-size:.875rem}.footer-certs{display:flex;gap:.5rem}.footer-cert-badge{font-size:10px;font-weight:700;padding:.25rem .5rem;border-radius:.25rem;color:var(--teal);border:1px solid rgba(42,191,171,.3)}.footer-col-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff6;margin-bottom:1rem}.footer-link{display:block;color:#fff9;font-size:.875rem;padding:.3rem 0;transition:color var(--transition);text-decoration:none}.footer-link:hover{color:var(--teal)}.footer-newsletter-desc{color:#fff9;font-size:.875rem;margin-bottom:.75rem}.footer-newsletter-form{display:flex;gap:.5rem}.footer-newsletter-input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:.625rem .75rem;font-size:.875rem;color:var(--white)}.footer-newsletter-input::placeholder{color:#ffffff4d}.footer-newsletter-input:focus{outline:none;border-color:#2abfab80}.footer-newsletter-btn{background:var(--teal);color:var(--white);border:none;padding:.625rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background var(--transition);flex-shrink:0}.footer-newsletter-btn:hover{background:var(--teal-hover)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.75rem;color:#fff6}.breadcrumb{background:var(--gray-50);border-bottom:1px solid var(--gray-100);padding:.75rem 0}.breadcrumb-inner{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-400)}.breadcrumb a{color:var(--gray-400);text-decoration:none;transition:color var(--transition)}.breadcrumb a:hover{color:var(--teal)}.breadcrumb .current{color:var(--gray-600)}.product-page{padding:2rem 0 3rem;background:var(--white)}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;overflow:hidden}@media (min-width: 1024px){.product-layout{gap:4rem}}@media (max-width: 768px){.product-layout{grid-template-columns:1fr;gap:2rem}.product-gallery,.product-info{max-width:100%;overflow:hidden}}.product-gallery{position:relative}.product-main-image{aspect-ratio:1;background:var(--gray-50);border-radius:1rem;overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-video-wrap{display:flex;align-items:center;justify-content:center}.product-hero-video{width:100%;height:100%;object-fit:cover;border-radius:1rem}.product-badge{position:absolute;top:1rem;left:1rem;z-index:2;font-size:.75rem;font-weight:700;color:var(--white);padding:.375rem .75rem;border-radius:.5rem}.product-info .subtitle{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--teal);margin-bottom:.75rem;display:inline-flex;align-items:center;gap:.375rem}.product-info .subtitle svg{width:14px;height:14px}.product-info h1{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--text-dark);margin-bottom:.5rem}.product-info .tagline{color:var(--gray-500);margin-bottom:1rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.product-rating .stars{display:flex;gap:2px}.product-rating .stars svg{width:16px;height:16px;fill:var(--gold);color:var(--gold)}.product-rating .rating-text{font-size:.875rem;font-weight:600;color:var(--text-dark)}.product-rating .review-count{font-size:.875rem;color:var(--gray-400)}.product-certs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.product-cert{display:inline-flex;align-items:center;gap:.375rem;background:var(--gray-50);border-radius:9999px;padding:.375rem .75rem}.product-cert svg{width:14px;height:14px;color:var(--teal)}.product-cert span{font-size:11px;font-weight:600;color:var(--gray-600)}.pack-label-header{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);margin-bottom:.625rem}.pack-selector{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem}.pack-option{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border:2px solid var(--gray-200);border-radius:.75rem;cursor:pointer;transition:all .2s;background:var(--white)}.pack-option:hover{border-color:var(--gray-300)}.pack-option.active{border-color:var(--teal);background:#2abfab08}.pack-option-left{display:flex;align-items:center;gap:.75rem}.pack-radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--gray-300);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pack-option.active .pack-radio{border-color:var(--teal)}.pack-radio-dot{width:10px;height:10px;border-radius:50%;background:var(--teal);display:none}.pack-option.active .pack-radio-dot{display:block}.pack-name{font-size:.875rem;font-weight:600;color:var(--text-dark)}.pack-tag{font-size:10px;font-weight:700;color:var(--white);padding:.125rem .5rem;border-radius:9999px;margin-left:.5rem}.pack-tag-teal{background:var(--teal)}.pack-tag-coral{background:var(--coral)}.pack-per-unit{font-size:.75rem;color:var(--gray-400)}.pack-option-right{text-align:right}.pack-price{font-family:var(--font-mono);font-weight:700;font-size:1.125rem;color:var(--text-dark)}.pack-original{font-family:var(--font-mono);font-size:.875rem;color:var(--gray-400);text-decoration:line-through;margin-left:.5rem}.add-to-cart-btn{width:100%;background:var(--teal);color:var(--white);border:none;padding:1rem;border-radius:.75rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .2s;box-shadow:0 10px 25px #2abfab33;margin-bottom:1rem}.add-to-cart-btn:hover{background:var(--teal-hover);box-shadow:0 15px 35px #2abfab4d}.product-trust-badges{display:flex;align-items:center;justify-content:center;gap:1.5rem;font-size:.75rem;color:var(--gray-400)}.product-trust-badges span{display:inline-flex;align-items:center;gap:.25rem}.product-trust-badges svg{width:14px;height:14px}.subscription-upsell{margin-bottom:1.5rem;border-radius:.75rem;overflow:hidden;border:1px solid var(--gray-200)}.subscription-upsell.active{border-color:var(--teal)}.subscription-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:var(--navy)}.subscription-badge{font-size:9px;font-weight:700;color:var(--white);background:var(--teal);padding:.125rem .5rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.subscription-body{display:flex;gap:1rem;padding:1rem;background:var(--white)}.subscription-image{width:80px;height:80px;border-radius:.5rem;overflow:hidden;flex-shrink:0}.subscription-image img{width:100%;height:100%;object-fit:cover}.subscription-content{flex:1;min-width:0}.subscription-check{width:20px;height:20px;border-radius:50%;border:2px solid var(--gray-300);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer}.subscription-benefit{display:inline-flex;align-items:center;gap:.25rem;font-size:10px;color:var(--gray-500)}.review-card{padding:1.5rem;border-radius:1rem;border:1px solid var(--gray-100);background:var(--white);transition:all var(--transition)}.review-card:hover{border-color:#2abfab4d;box-shadow:0 10px 25px #2abfab0d}.review-stars{display:flex;gap:2px;margin-bottom:.75rem}.review-text{font-size:.875rem;color:var(--gray-600);line-height:1.6;margin-bottom:1rem;font-style:italic}.review-name{font-size:.875rem;font-weight:700;color:var(--text-dark)}.review-location{font-size:.75rem;color:var(--gray-400)}@media (max-width: 768px){.review-card+.review-card+.review-card+.review-card,.review-card+.review-card+.review-card+.review-card+.review-card,.review-card+.review-card+.review-card+.review-card+.review-card+.review-card{display:none}}.product-thumbnails{display:flex;gap:.5rem;margin-top:.75rem}.product-thumbnail{width:64px;height:64px;border-radius:.5rem;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;opacity:.7}.product-thumbnail.active{border-color:var(--teal);opacity:1}.product-thumbnail:hover{opacity:1}.product-thumbnail img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){[style*="grid-template-columns: repeat(4"]{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 768px){[style*="grid-template-columns: repeat(3"]{grid-template-columns:1fr!important}}.section-benefits{padding:4rem 0 5rem;background:var(--white)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 768px){.benefits-grid{grid-template-columns:1fr}}.benefit-card{padding:1.5rem;border-radius:1rem;border:1px solid var(--gray-100);transition:all var(--transition)}.benefit-card:hover{border-color:#2abfab4d;box-shadow:0 10px 25px #2abfab0d}.benefit-icon{width:48px;height:48px;border-radius:.75rem;background:var(--teal-light);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background var(--transition)}.benefit-card:hover .benefit-icon{background:#2abfab33}.benefit-icon svg{width:24px;height:24px;color:var(--teal)}.benefit-title{font-family:var(--font-display);font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.benefit-desc{font-size:.875rem;color:var(--gray-500);line-height:1.6}.section-video{padding:4rem 0 5rem;background:var(--gray-50)}.video-container{max-width:48rem;margin:0 auto;border-radius:1rem;overflow:hidden;box-shadow:0 25px 60px #00000026;background:var(--navy)}.video-container video{width:100%;aspect-ratio:16/9;object-fit:cover}.video-placeholder{position:relative;aspect-ratio:16/9;background:var(--navy);display:flex;align-items:center;justify-content:center;cursor:pointer}.video-placeholder img{width:100%;height:100%;object-fit:cover;opacity:.4}.video-play-btn{position:absolute;width:80px;height:80px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #2abfab4d;transition:transform var(--transition)}.video-play-btn:hover{transform:scale(1.1)}.video-play-btn svg{width:32px;height:32px;color:var(--white);fill:var(--white);margin-left:4px}.section-faq{padding:4rem 0 5rem;background:var(--white)}.faq-list{display:flex;flex-direction:column;max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--gray-100)}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--text-dark);cursor:pointer;text-align:left;padding:1.25rem 0;transition:color var(--transition)}.faq-question:hover{color:var(--teal)}.faq-question span{flex:1}.faq-chevron{transition:transform var(--transition);flex-shrink:0;margin-left:1rem;color:var(--teal)}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-answer p{color:var(--gray-500);line-height:1.7;padding-bottom:1.25rem}.faq-item.open .faq-answer{max-height:500px}.section-comparison{padding:4rem 0;background:var(--gray-50)}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:48rem;margin:0 auto}@media (max-width: 768px){.comparison-grid{grid-template-columns:1fr}}.comparison-col{padding:2rem;border-radius:1rem}.comparison-col.without{background:#ff6b6b0d;border:1px solid rgba(255,107,107,.15)}.comparison-col.with{background:#2abfab0d;border:1px solid rgba(42,191,171,.15)}.comparison-col h3{font-size:1.125rem;margin-bottom:1rem}.comparison-col.without h3{color:var(--coral)}.comparison-col.with h3{color:var(--teal)}.comparison-list{list-style:none}.comparison-list li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-600);padding:.375rem 0}.comparison-list li svg{width:16px;height:16px;flex-shrink:0}.comparison-col.without .comparison-list li svg{color:var(--coral)}.comparison-col.with .comparison-list li svg{color:var(--teal)}.cart-page,.collection-page,.page-content{padding:3rem 0;background:var(--white);min-height:60vh}.page-content .rte{color:var(--gray-600);line-height:1.8}.page-404{padding:5rem 0;text-align:center;background:var(--white);min-height:60vh}.search-page{padding:3rem 0;background:var(--white);min-height:60vh}.search-page input{background:var(--gray-50);border:1px solid var(--gray-200);color:var(--text-dark);padding:.75rem 1rem;border-radius:.5rem;font-size:1rem;width:100%;max-width:500px}.blog-page,.article-page{padding:3rem 0;background:var(--white)}.customer-page{padding:3rem 0;background:var(--white);min-height:60vh}.customer-page input{background:var(--gray-50);border:1px solid var(--gray-200);color:var(--text-dark);padding:.75rem 1rem;border-radius:.5rem}.customer-page label{color:var(--gray-500);display:block;margin-bottom:.5rem}.spin-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0e27f2;z-index:9998;display:none;align-items:center;justify-content:center;overflow-y:auto}.spin-overlay.active{display:flex}.spin-modal{background:linear-gradient(180deg,#141833,#0d1025);border-radius:0;padding:2.5rem 2rem 2rem;max-width:520px;width:100%;min-height:100vh;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center}@media (min-width: 600px){.spin-modal{border-radius:1.5rem;min-height:auto;padding:2.5rem 2.5rem 2rem}}.spin-close{position:absolute;top:1.25rem;right:1.25rem;background:#ffffff14;border:none;color:#ffffff80;cursor:pointer;font-size:1.25rem;line-height:1;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:5}.spin-close:hover{color:#fff;background:#ffffff26}.spin-label{color:var(--teal);font-size:.8rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;margin-bottom:.25rem}.spin-heading{font-family:Playfair Display,Georgia,serif;font-size:2.75rem;color:#fff;margin:0 0 .25rem;font-weight:700;line-height:1.1}.spin-heading-amp{font-style:italic;color:#fff}.spin-heading-win{color:var(--teal)}.spin-subtitle{color:#ffffff8c;font-size:.95rem;margin-bottom:1.25rem}.spin-wheel-wrapper{position:relative;width:340px;height:340px;margin:0 auto 1.5rem}@media (max-width: 400px){.spin-wheel-wrapper{width:280px;height:280px}.spin-wheel-wrapper canvas{width:280px!important;height:280px!important}}.spin-wheel-wrapper canvas{width:340px;height:340px;display:block}.spin-pointer-top{position:absolute;top:-12px;left:50%;transform:translate(-50%);color:#c5a55a;font-size:1.75rem;z-index:3;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}.spin-center-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:#0d1025;border:3px solid var(--teal);color:var(--teal);font-weight:800;font-size:.85rem;letter-spacing:.05em;display:flex;align-items:center;justify-content:center;z-index:3;cursor:default;box-shadow:0 0 20px #2abfab40}.spin-email-form{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:400px;margin-bottom:.75rem}.spin-email-row{display:flex;align-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:.5rem;padding:0 1rem;gap:.75rem}.spin-email-icon{color:#ffffff59;font-size:1.1rem;flex-shrink:0}.spin-email-input{background:transparent;border:none;padding:1rem 0;color:#fff;font-size:.95rem;width:100%;outline:none}.spin-email-input::placeholder{color:#ffffff59}.spin-email-error{color:#ef4444;font-size:.8rem;margin:0}.spin-btn{background:#ffffff14;color:#ffffff80;border:1px solid rgba(255,255,255,.1);padding:1rem 2.5rem;border-radius:.5rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s;width:100%;max-width:400px;letter-spacing:.05em}.spin-btn:hover{background:#ffffff1f;color:#ffffffb3}.spin-btn.active-btn{background:var(--teal);color:#fff;border-color:var(--teal)}.spin-btn.active-btn:hover{background:var(--teal-hover);transform:translateY(-2px)}.spin-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.spin-terms{color:#ffffff4d;font-size:.7rem;line-height:1.5;max-width:400px;margin-top:.5rem}.spin-result{display:none;width:100%;max-width:400px}.spin-result-title{font-family:Playfair Display,Georgia,serif;font-size:2rem;color:var(--teal);margin-bottom:.5rem}.spin-result-desc{color:#fffc;font-size:1.1rem;margin-bottom:.5rem}.spin-result-applied{color:var(--teal);font-size:.9rem;margin-bottom:1.5rem;font-weight:600}.spin-gift-btn{position:fixed;bottom:2rem;right:2rem;z-index:9990;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--teal),#2bb8b1);color:#fff;border:3px solid rgba(255,255,255,.25);cursor:pointer;font-size:1.6rem;display:none;align-items:center;justify-content:center;box-shadow:0 4px 25px #2abfab66,0 0 #2abfab66;transition:transform .3s,box-shadow .3s}.spin-gift-btn.visible{display:flex;animation:giftSlideIn .6s cubic-bezier(.34,1.56,.64,1) forwards,giftAttention 3s 1s infinite}.spin-gift-btn:hover{transform:scale(1.15);box-shadow:0 6px 30px #2abfab80}@keyframes giftSlideIn{0%{opacity:0;transform:translate(80px) scale(.5)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes giftAttention{0%,to{box-shadow:0 4px 25px #2abfab66,0 0 #2abfab66;transform:scale(1) rotate(0)}10%{transform:scale(1.1) rotate(-8deg)}20%{transform:scale(1.1) rotate(8deg)}30%{transform:scale(1.1) rotate(-5deg)}40%{transform:scale(1) rotate(0)}50%{box-shadow:0 4px 25px #2abfab66,0 0 0 12px #2abfab00}}.discount-banner{position:fixed;bottom:0;left:0;right:0;z-index:9995;background:var(--teal);padding:.65rem 1.5rem;display:none;box-shadow:0 -4px 20px #00000026}.discount-banner.active{display:block}.discount-banner-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.discount-banner-left{display:flex;align-items:center;gap:.75rem}.discount-banner-icon{width:24px;height:24px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;font-weight:700;flex-shrink:0}.discount-banner-text{color:#fff;font-size:.9rem}.discount-banner-text strong{color:#fff;font-weight:800}.discount-banner-right{display:flex;align-items:center;gap:1rem}.discount-timer{font-family:var(--font-mono);font-weight:700;font-size:.95rem;color:#fff;min-width:50px;text-align:center;background:#00000026;padding:.2rem .5rem;border-radius:.25rem}.discount-banner-close{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:1.25rem;padding:.25rem}.discount-banner-close:hover{color:#fff}@media (max-width: 768px){.discount-banner{padding:.5rem 1rem}.discount-banner-inner{flex-direction:row;gap:.5rem}.discount-banner-text{font-size:.8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[data-animate]{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}[data-animate].visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.section-products,.section-benefits,.section-stats,.section-testimonials,.section-faq,.section-cta,.section-featured,.section-science{padding:3rem 0}}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.active{opacity:1;pointer-events:all}.cart-sidebar{position:fixed;top:0;right:-480px;width:440px;max-width:90vw;height:100vh;background:#fff;z-index:9999;display:flex;flex-direction:column;box-shadow:-8px 0 30px #00000026;transition:right .35s cubic-bezier(.4,0,.2,1);overflow-y:auto}.cart-sidebar.active{right:0}.cart-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.cart-sidebar-title{font-family:var(--font-heading);font-size:1.375rem;font-weight:700;color:#0f172a}.cart-sidebar-count{font-weight:400;color:#94a3b8;font-size:.875rem;font-family:var(--font-body)}.cart-sidebar-close{width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.cart-sidebar-close:hover{background:#e2e8f0;color:#0f172a}.cart-timer-bar{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.5rem;background:#fef3c7;color:#92400e;font-size:.8125rem;font-weight:600;font-family:var(--font-body)}.cart-timer-bar svg{stroke:#92400e}.cart-shipping-progress{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9}.cart-shipping-text{font-size:.8125rem;font-weight:600;color:var(--teal);margin-bottom:.5rem;display:flex;align-items:center;gap:.375rem}.cart-shipping-text:before{content:"\1f69a";font-size:.875rem}.cart-shipping-bar{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.cart-shipping-fill{height:100%;background:var(--teal);border-radius:3px;transition:width .5s ease}.cart-shipping-milestones{display:flex;justify-content:space-between;font-size:.6875rem;color:#94a3b8}.cart-shipping-milestones .milestone{display:flex;align-items:center;gap:.25rem}.cart-shipping-milestones .milestone.active{color:var(--teal)}.cart-shipping-milestones .milestone.active svg{stroke:var(--teal)}.cart-items{flex:1;overflow-y:auto;padding:0}.cart-item{display:flex;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;align-items:flex-start}.cart-item-image{width:72px;height:72px;border-radius:.5rem;object-fit:cover;background:#f8fafc;flex-shrink:0}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-weight:600;font-size:.875rem;color:#0f172a;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-variant{font-size:.75rem;color:#94a3b8;margin-bottom:.5rem}.cart-item-subscription{display:inline-flex;align-items:center;gap:.25rem;background:#2dd4bf1a;color:var(--teal);font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:.25rem;margin-bottom:.25rem}.cart-item-sub-details{font-size:.6875rem;color:#94a3b8}.cart-item-sub-cancel{color:var(--teal);cursor:pointer;font-size:.6875rem;text-decoration:underline}.cart-item-qty{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:.375rem;overflow:hidden;width:fit-content}.cart-item-qty-row{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.cart-item-qty button{width:28px;height:28px;border:none;background:#f8fafc;cursor:pointer;font-size:.875rem;color:#64748b;display:flex;align-items:center;justify-content:center;transition:background .2s}.cart-item-qty button:hover{background:#e2e8f0}.cart-item-qty span{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;color:#0f172a}.cart-item-prices{text-align:right;flex-shrink:0}.cart-item-original{font-size:.75rem;color:#94a3b8;text-decoration:line-through}.cart-item-price{font-size:.9375rem;font-weight:700;color:#0f172a;font-family:var(--font-mono)}.cart-item-saved{font-size:.6875rem;color:var(--teal);font-weight:600}.cart-item-free{font-size:.9375rem;font-weight:700;color:var(--teal)}.cart-shipping-protection{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.shipping-protection-left{display:flex;align-items:center;gap:.75rem}.sp-title{font-size:.8125rem;font-weight:600;color:#0f172a}.sp-desc{font-size:.6875rem;color:#94a3b8}.shipping-protection-right{display:flex;align-items:center;gap:.75rem}.sp-price{font-size:.8125rem;font-weight:600;color:#0f172a}.sp-toggle{position:relative;width:40px;height:22px;display:inline-block}.sp-toggle input{opacity:0;width:0;height:0}.sp-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#cbd5e1;border-radius:22px;transition:.3s}.sp-toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:2px;bottom:2px;background:#fff;border-radius:50%;transition:.3s}.sp-toggle input:checked+.sp-toggle-slider{background:var(--teal)}.sp-toggle input:checked+.sp-toggle-slider:before{transform:translate(18px)}.cart-summary{padding:.875rem 1.5rem}.cart-summary-row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;font-size:.8125rem;color:#64748b}.cart-summary-row.savings .savings-amount{color:var(--teal);font-weight:700}.cart-summary-row .free-shipping{color:var(--teal);font-weight:600}.cart-summary-row.total-row{font-size:1.0625rem;font-weight:700;color:#0f172a;padding-top:.75rem;border-top:1px solid #f1f5f9;margin-top:.25rem}.cart-total{font-family:var(--font-mono)}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:calc(100% - 3rem);margin:0 1.5rem .75rem;padding:.9375rem;background:var(--teal);color:#fff;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:700;font-family:var(--font-body);cursor:pointer;letter-spacing:.05em;transition:all .3s ease}.cart-checkout-btn:hover{background:#0d9488;transform:translateY(-1px);box-shadow:0 4px 12px #2dd4bf4d}.cart-trust-row{display:flex;justify-content:center;gap:1.5rem;padding:0 1.5rem 1.25rem;font-size:.6875rem;color:#94a3b8}.cart-trust-row span{display:flex;align-items:center;gap:.25rem}.cart-empty{text-align:center;padding:3rem 1.5rem}@media (max-width: 768px){.cart-sidebar{width:100%;max-width:100%;right:-100%}.cart-sidebar-header{padding:1rem}.cart-item{padding:.75rem}.cart-item-img{width:55px;height:55px}}.cart-item-remove{position:static;width:22px;height:22px;border-radius:50%;border:none;background:#f1f5f9;color:#94a3b8;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1;padding:0;z-index:5;flex-shrink:0;margin-left:.5rem}.cart-item-remove:hover{background:#fee2e2;color:#ef4444}.subscription-check{width:22px;height:22px;border-radius:50%;border:2px solid var(--gray-300);display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.subscription-check.checked{background:var(--teal);border-color:var(--teal)}.subscription-check:not(.checked){background:transparent;border-color:var(--gray-300)}.gel-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.gel-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.specs-bar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}.ba-case-grid{display:grid;grid-template-columns:3fr 2fr;gap:1.5rem;align-items:start}.ba-images-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stats-section-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.reviews-section-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:72rem;margin:0 auto}@media (max-width: 768px){.gel-detail-grid{grid-template-columns:1fr;gap:2rem}.gel-stats-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.gel-stats-grid>div{padding:.75rem .5rem!important}.gel-stats-grid p:first-child{font-size:1.25rem!important}.specs-bar-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.ba-case-grid{grid-template-columns:1fr;gap:1rem}.ba-images-grid{grid-template-columns:1fr 1fr;gap:.75rem}.stats-section-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.reviews-section-grid{grid-template-columns:1fr;gap:1rem}.spin-gift-btn{width:48px;height:48px;font-size:1.3rem;bottom:1.2rem;right:1.2rem}.footer-bottom{flex-direction:column;text-align:center}.ba-case-header{flex-wrap:wrap}.ba-case-header span:last-child{margin-left:0!important;width:100%;margin-top:.25rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
