*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body, "Helvetica Neue", Arial, sans-serif);font-weight:var(--font-body-weight, 400);color:var(--color-text, #111827);background-color:var(--color-background, #ffffff);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading, "Helvetica Neue", Arial, sans-serif);font-weight:var(--font-heading-weight, 700);line-height:1.2;color:var(--color-text, #111827)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit}.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}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;padding:.75rem 1.5rem;background:var(--color-primary, #1D4ED8);color:#fff;border-radius:var(--border-radius-sm, 6px);width:auto;height:auto;clip:auto}.container{max-width:var(--page-width, 1200px);margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:var(--border-radius-md, 8px);border:2px solid transparent;cursor:pointer;transition:all .2s ease;text-decoration:none;line-height:1.2;white-space:nowrap;font-family:var(--font-body)}.btn:focus-visible{outline:2px solid var(--color-primary, #1D4ED8);outline-offset:2px}.btn-primary{background:var(--color-primary, #1D4ED8);color:var(--color-primary-text, #ffffff);border-color:var(--color-primary, #1D4ED8)}.btn-primary:hover{background:var(--color-primary-hover, #1e40af);border-color:var(--color-primary-hover, #1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #1d4ed84d}.btn-secondary{background:transparent;color:var(--color-primary, #1D4ED8);border-color:var(--color-primary, #1D4ED8)}.btn-secondary:hover{background:var(--color-primary, #1D4ED8);color:#fff}.btn-outline{background:transparent;color:var(--color-text, #111827);border-color:var(--color-border, #e5e7eb)}.btn-outline:hover{background:var(--color-background-2, #f9fafb);border-color:var(--color-text, #111827)}.btn-dark{background:var(--color-text, #111827);color:#fff;border-color:var(--color-text, #111827)}.btn-dark:hover{background:#374151;border-color:#374151}.btn-lg{padding:1rem 2.5rem;font-size:1.0625rem}.btn-full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.announcement-bar{background:var(--color-text, #111827);color:#fff;text-align:center;padding:.625rem 1rem;font-size:.875rem;font-weight:500;letter-spacing:.02em}.announcement-bar a{color:inherit;text-decoration:underline}.announcement-bar a:hover{opacity:.85}.site-header{background:#fff;border-bottom:1px solid var(--color-border, #e5e7eb);position:sticky;top:0;z-index:100;transition:box-shadow .2s}.site-header.scrolled{box-shadow:0 2px 8px #00000014}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:1rem}.header-logo{display:flex;align-items:center;flex-shrink:0}.header-logo img{height:36px;width:auto}.header-logo-text{font-size:1.375rem;font-weight:800;letter-spacing:-.02em;color:var(--color-text, #111827)}.header-nav{display:none;align-items:center;gap:.25rem;list-style:none}@media(min-width:768px){.header-nav{display:flex}}.header-nav a{padding:.5rem .875rem;font-size:.9375rem;font-weight:500;color:var(--color-text, #111827);border-radius:var(--border-radius-sm, 6px);transition:background .15s}.header-nav a:hover{background:var(--color-background-2, #f9fafb)}.header-actions{display:flex;align-items:center;gap:.5rem}.header-cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--border-radius-sm, 6px);transition:background .15s;color:var(--color-text, #111827)}.header-cart-btn:hover{background:var(--color-background-2, #f9fafb)}.cart-count{position:absolute;top:4px;right:4px;background:var(--color-primary, #1D4ED8);color:#fff;font-size:.6875rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.cart-count[data-count="0"]{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--border-radius-sm, 6px);color:var(--color-text, #111827)}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-menu{display:none;background:#fff;border-top:1px solid var(--color-border, #e5e7eb);padding:1rem 0}.mobile-menu.is-open{display:block}.mobile-menu ul{list-style:none;padding:0 1.5rem}.mobile-menu li a{display:block;padding:.75rem 0;font-size:1rem;font-weight:500;border-bottom:1px solid var(--color-border, #e5e7eb);color:var(--color-text, #111827)}.main-content{min-height:60vh}.hero-section{background:var(--color-background-2, #f9fafb);padding:3rem 0;overflow:hidden}@media(min-width:768px){.hero-section{padding:5rem 0}}.hero-grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:768px){.hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero-content{order:2}@media(min-width:768px){.hero-content{order:1}}.hero-badge{display:inline-flex;align-items:center;gap:.375rem;background:#1d4ed814;color:var(--color-primary, #1D4ED8);padding:.375rem .875rem;border-radius:var(--border-radius-full, 9999px);font-size:.8125rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:.02em}.hero-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15;margin-bottom:1rem;color:var(--color-text, #111827)}.hero-subtitle{font-size:1.0625rem;color:var(--color-text-light, #6b7280);margin-bottom:1.75rem;line-height:1.65}.hero-includes{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.hero-includes-item{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;font-weight:500}.hero-includes-item svg{color:var(--color-primary, #1D4ED8);flex-shrink:0}.hero-price{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.75rem}.hero-price-current{font-size:2rem;font-weight:800;color:var(--color-text, #111827)}.hero-price-compare{font-size:1.25rem;text-decoration:line-through;color:var(--color-text-light, #6b7280)}.hero-price-badge{background:#fee2e2;color:#dc2626;font-size:.8125rem;font-weight:700;padding:.25rem .625rem;border-radius:var(--border-radius-sm, 6px)}.hero-buttons{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.5rem}@media(min-width:480px){.hero-buttons{flex-direction:row;flex-wrap:wrap}}.hero-reassurance{display:flex;flex-wrap:wrap;gap:1rem}.hero-reassurance-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-light, #6b7280)}.hero-reassurance-item svg{color:var(--color-success, #16a34a);flex-shrink:0}.hero-media{order:1}@media(min-width:768px){.hero-media{order:2}}.hero-image-wrap{border-radius:var(--border-radius-lg, 16px);overflow:hidden;aspect-ratio:4/3;background:#e5e7eb;position:relative}.hero-image-wrap img{width:100%;height:100%;object-fit:cover}.trust-bar{padding:1.5rem 0;border-bottom:1px solid var(--color-border, #e5e7eb);border-top:1px solid var(--color-border, #e5e7eb);background:#fff}.trust-bar-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.trust-bar-grid{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;align-items:center;gap:.75rem;padding:.5rem}.trust-icon{width:40px;height:40px;background:#1d4ed814;border-radius:var(--border-radius-md, 8px);display:flex;align-items:center;justify-content:center;color:var(--color-primary, #1D4ED8);flex-shrink:0}.trust-text-title{font-size:.875rem;font-weight:700;color:var(--color-text, #111827)}.trust-text-sub{font-size:.8125rem;color:var(--color-text-light, #6b7280);margin-top:.125rem}.section-padded{padding:var(--section-padding-top, 4rem) 0 var(--section-padding-bottom, 4rem)}.section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;text-align:center;margin-bottom:.75rem}.section-subtitle{font-size:1.0625rem;color:var(--color-text-light, #6b7280);text-align:center;max-width:640px;margin:0 auto 3rem;line-height:1.65}.section-header{margin-bottom:3rem}.problem-solution-grid{display:grid;gap:2rem;align-items:center}@media(min-width:768px){.problem-solution-grid{grid-template-columns:1fr 1fr;gap:4rem}}.problem-list{display:flex;flex-direction:column;gap:.875rem;list-style:none}.problem-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#fef2f2;border-radius:var(--border-radius-md, 8px);border-left:3px solid #ef4444}.problem-item-icon{color:#ef4444;flex-shrink:0;margin-top:2px}.problem-item-text{font-size:.9375rem;line-height:1.5}.solution-block{background:#1d4ed80d;border:1px solid rgba(29,78,216,.15);border-radius:var(--border-radius-lg, 16px);padding:2rem}.solution-title{font-size:1.375rem;font-weight:700;margin-bottom:1rem;color:var(--color-text, #111827)}.solution-list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.solution-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem}.solution-item svg{color:var(--color-primary, #1D4ED8);flex-shrink:0;margin-top:2px}.bundle-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.bundle-grid{grid-template-columns:repeat(5,1fr)}}@media(min-width:480px)and (max-width:767px){.bundle-grid{grid-template-columns:repeat(3,1fr)}}.bundle-item{background:var(--color-background-2, #f9fafb);border-radius:var(--border-radius-lg, 16px);padding:1.25rem 1rem;text-align:center;border:1px solid var(--color-border, #e5e7eb);transition:box-shadow .2s,transform .2s}.bundle-item:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.bundle-item-image{aspect-ratio:1;border-radius:var(--border-radius-md, 8px);overflow:hidden;background:#e5e7eb;margin-bottom:.875rem}.bundle-item-image img{width:100%;height:100%;object-fit:cover}.bundle-item-title{font-size:.875rem;font-weight:700;margin-bottom:.25rem;color:var(--color-text, #111827)}.bundle-item-desc{font-size:.8125rem;color:var(--color-text-light, #6b7280);line-height:1.5}.bundle-item-badge{display:inline-block;background:#16a34a1a;color:#16a34a;font-size:.6875rem;font-weight:700;padding:.2rem .5rem;border-radius:var(--border-radius-sm, 6px);margin-top:.5rem;text-transform:uppercase;letter-spacing:.05em}.demo-section{background:var(--color-background-2, #f9fafb)}.demo-grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:768px){.demo-grid{grid-template-columns:1fr 1fr;gap:4rem}}.demo-media{border-radius:var(--border-radius-lg, 16px);overflow:hidden;background:#e5e7eb;aspect-ratio:16/10}.demo-media img,.demo-media video{width:100%;height:100%;object-fit:cover}.demo-steps{display:flex;flex-direction:column;gap:1.25rem}.demo-step{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#fff;border-radius:var(--border-radius-md, 8px);border:1px solid var(--color-border, #e5e7eb);transition:border-color .2s,box-shadow .2s}.demo-step:hover{border-color:var(--color-primary, #1D4ED8);box-shadow:0 2px 8px #1d4ed81a}.demo-step-num{width:36px;height:36px;background:var(--color-primary, #1D4ED8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.demo-step-title{font-size:.9375rem;font-weight:700;margin-bottom:.25rem;color:var(--color-text, #111827)}.demo-step-desc{font-size:.875rem;color:var(--color-text-light, #6b7280);line-height:1.5}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.benefit-card{background:var(--color-background-2, #f9fafb);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-lg, 16px);padding:1.5rem;transition:box-shadow .2s,transform .2s}.benefit-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.benefit-icon{width:48px;height:48px;background:#1d4ed814;border-radius:var(--border-radius-md, 8px);display:flex;align-items:center;justify-content:center;color:var(--color-primary, #1D4ED8);margin-bottom:1rem}.benefit-title{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--color-text, #111827)}.benefit-desc{font-size:.875rem;color:var(--color-text-light, #6b7280);line-height:1.6}.comparison-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.comparison-table{width:100%;border-collapse:collapse;min-width:520px}.comparison-table th{padding:1rem 1.25rem;text-align:left;font-size:.875rem;font-weight:700;border-bottom:2px solid var(--color-border, #e5e7eb);color:var(--color-text, #111827);background:var(--color-background-2, #f9fafb)}.comparison-table th.highlight{background:var(--color-primary, #1D4ED8);color:#fff;border-radius:var(--border-radius-sm, 6px) var(--border-radius-sm, 6px) 0 0}.comparison-table td{padding:.875rem 1.25rem;font-size:.9375rem;border-bottom:1px solid var(--color-border, #e5e7eb);vertical-align:middle}.comparison-table td.highlight{background:#1d4ed80a;font-weight:600}.comparison-table tr:last-child td{border-bottom:none}.check-yes{color:var(--color-success, #16a34a)}.check-no{color:#9ca3af}.testimonials-section{background:var(--color-background-2, #f9fafb)}.testimonials-grid{display:grid;gap:1.25rem}@media(min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-lg, 16px);padding:1.5rem;box-shadow:0 1px 4px #0000000a}.testimonial-stars{display:flex;gap:2px;margin-bottom:.875rem;color:#f59e0b}.testimonial-text{font-size:.9375rem;line-height:1.65;color:var(--color-text, #111827);margin-bottom:1.25rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--color-background-2, #f9fafb);overflow:hidden;flex-shrink:0}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-name{font-size:.875rem;font-weight:700;color:var(--color-text, #111827)}.testimonial-badge{display:inline-block;font-size:.75rem;color:var(--color-text-light, #6b7280)}.faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-md, 8px);overflow:hidden;background:#fff}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.125rem 1.25rem;font-size:.9375rem;font-weight:600;text-align:left;color:var(--color-text, #111827);gap:1rem;cursor:pointer;font-family:var(--font-body);background:none;border:none;transition:background .15s}.faq-question:hover{background:var(--color-background-2, #f9fafb)}.faq-icon{flex-shrink:0;transition:transform .25s ease;color:var(--color-text-light, #6b7280)}.faq-item.is-open .faq-icon{transform:rotate(45deg)}.faq-answer{display:none;padding:0 1.25rem 1.125rem;font-size:.9375rem;color:var(--color-text-light, #6b7280);line-height:1.65;border-top:1px solid var(--color-border, #e5e7eb)}.faq-item.is-open .faq-answer{display:block}.offer-section{background:var(--color-background-2, #f9fafb)}.offer-card{background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-lg, 16px);padding:2rem;max-width:640px;margin:0 auto;box-shadow:0 4px 20px #0000000f}.offer-title{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.offer-note{font-size:.875rem;color:var(--color-text-light, #6b7280);margin-bottom:1.5rem}.offer-includes{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;list-style:none}.offer-includes li{display:flex;align-items:center;gap:.625rem;font-size:.9375rem}.offer-includes li svg{color:var(--color-success, #16a34a);flex-shrink:0}.offer-price{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.offer-price-current{font-size:2.25rem;font-weight:800}.offer-price-compare{font-size:1.25rem;text-decoration:line-through;color:var(--color-text-light, #6b7280)}.offer-price-save{background:#fee2e2;color:#dc2626;font-size:.8125rem;font-weight:700;padding:.25rem .625rem;border-radius:var(--border-radius-sm, 6px)}.offer-reassurance{display:flex;flex-wrap:wrap;gap:.875rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border, #e5e7eb)}.offer-reassurance-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-light, #6b7280)}.offer-reassurance-item svg{color:var(--color-success, #16a34a)}.guarantee-section{background:linear-gradient(135deg,#eff6ff,#f0fdf4)}.guarantee-card{background:#fff;border-radius:var(--border-radius-lg, 16px);padding:2.5rem;max-width:720px;margin:0 auto;text-align:center;border:1px solid rgba(29,78,216,.1)}.guarantee-icon{width:64px;height:64px;background:#1d4ed814;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--color-primary, #1D4ED8)}.guarantee-title{font-size:1.5rem;font-weight:800;margin-bottom:1rem}.guarantee-text{font-size:1rem;color:var(--color-text-light, #6b7280);line-height:1.7}.final-cta-section{background:var(--color-text, #111827);color:#fff;padding:4rem 0}.final-cta-grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:768px){.final-cta-grid{grid-template-columns:1fr 1fr}}.final-cta-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#fff;margin-bottom:1rem}.final-cta-includes{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.final-cta-includes li{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:#ffffffd9}.final-cta-includes li svg{color:#86efac;flex-shrink:0}.final-cta-buttons{display:flex;flex-direction:column;gap:.875rem}@media(min-width:480px){.final-cta-buttons{flex-direction:row}}.final-cta-media{border-radius:var(--border-radius-lg, 16px);overflow:hidden;aspect-ratio:4/3;background:#374151}.final-cta-media img{width:100%;height:100%;object-fit:cover;opacity:.9}.product-page-grid{display:grid;gap:2rem;padding:2rem 0 4rem}@media(min-width:768px){.product-page-grid{grid-template-columns:1fr 1fr;gap:3.5rem;padding:3rem 0 5rem}}.gallery-main{border-radius:var(--border-radius-lg, 16px);overflow:hidden;background:var(--color-background-2, #f9fafb);aspect-ratio:1;margin-bottom:.75rem;cursor:zoom-in;position:relative}.gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-thumbs{display:flex;gap:.625rem;overflow-x:auto;padding-bottom:.25rem}.gallery-thumb{width:72px;height:72px;flex-shrink:0;border-radius:var(--border-radius-sm, 6px);overflow:hidden;cursor:pointer;border:2px solid transparent;background:var(--color-background-2, #f9fafb);transition:border-color .15s}.gallery-thumb.active{border-color:var(--color-primary, #1D4ED8)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-info-badge{display:inline-flex;align-items:center;gap:.375rem;background:#16a34a1a;color:#16a34a;padding:.3rem .75rem;border-radius:var(--border-radius-full, 9999px);font-size:.8125rem;font-weight:600;margin-bottom:1rem}.product-title{font-size:clamp(1.375rem,3vw,1.875rem);font-weight:800;line-height:1.2;margin-bottom:1rem}.product-price-wrap{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.product-price{font-size:1.875rem;font-weight:800;color:var(--color-text, #111827)}.product-price-compare{font-size:1.125rem;text-decoration:line-through;color:var(--color-text-light, #6b7280)}.product-price-save{background:#fee2e2;color:#dc2626;font-size:.8125rem;font-weight:700;padding:.25rem .625rem;border-radius:var(--border-radius-sm, 6px)}.product-short-desc{font-size:.9375rem;color:var(--color-text-light, #6b7280);line-height:1.65;margin-bottom:1.5rem}.variant-section{margin-bottom:1.25rem}.variant-label{font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text, #111827)}.variant-pills{display:flex;flex-wrap:wrap;gap:.5rem}.variant-pill{padding:.5rem 1rem;border:1.5px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-sm, 6px);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s;background:#fff;color:var(--color-text, #111827);font-family:var(--font-body)}.variant-pill:hover{border-color:var(--color-primary, #1D4ED8)}.variant-pill.active{border-color:var(--color-primary, #1D4ED8);background:#1d4ed80f;color:var(--color-primary, #1D4ED8);font-weight:600}.variant-pill.sold-out{opacity:.4;cursor:not-allowed;text-decoration:line-through}.quantity-wrap{display:flex;align-items:center;gap:0;border:1.5px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-md, 8px);overflow:hidden;width:fit-content;margin-bottom:1.25rem}.quantity-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:1.125rem;color:var(--color-text, #111827);transition:background .15s}.quantity-btn:hover{background:var(--color-background-2, #f9fafb)}.quantity-input{width:48px;height:42px;border:none;border-left:1.5px solid var(--color-border, #e5e7eb);border-right:1.5px solid var(--color-border, #e5e7eb);text-align:center;font-size:.9375rem;font-weight:600;font-family:var(--font-body);color:var(--color-text, #111827);-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.product-benefits-list{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem;list-style:none}.product-benefits-list li{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--color-text-light, #6b7280)}.product-benefits-list li svg{color:var(--color-success, #16a34a);flex-shrink:0}.product-accordions{border-top:1px solid var(--color-border, #e5e7eb);margin-top:1.5rem}.product-accordion-item{border-bottom:1px solid var(--color-border, #e5e7eb)}.product-accordion-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;font-size:.9375rem;font-weight:600;text-align:left;color:var(--color-text, #111827);background:none;border:none;cursor:pointer;font-family:var(--font-body)}.product-accordion-icon{flex-shrink:0;transition:transform .25s ease;color:var(--color-text-light, #6b7280)}.product-accordion-item.is-open .product-accordion-icon{transform:rotate(45deg)}.product-accordion-content{display:none;padding-bottom:1rem;font-size:.9375rem;color:var(--color-text-light, #6b7280);line-height:1.7}.product-accordion-item.is-open .product-accordion-content{display:block}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1px solid var(--color-border, #e5e7eb);box-shadow:0 -4px 16px #00000014;transform:translateY(100%);transition:transform .3s ease;padding:.875rem 1.5rem}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc-inner{display:flex;align-items:center;gap:1rem;max-width:var(--page-width, 1200px);margin:0 auto}.sticky-atc-image{width:48px;height:48px;border-radius:var(--border-radius-sm, 6px);overflow:hidden;background:var(--color-background-2, #f9fafb);flex-shrink:0}.sticky-atc-image img{width:100%;height:100%;object-fit:cover}.sticky-atc-info{flex:1;min-width:0}.sticky-atc-name{font-size:.875rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-text, #111827)}.sticky-atc-price{font-size:.875rem;color:var(--color-text-light, #6b7280)}.sticky-atc-btn{flex-shrink:0}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100%;background:#fff;z-index:300;transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001f}.cart-drawer.is-open{transform:translate(0)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:299;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.is-visible{opacity:1;pointer-events:all}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border, #e5e7eb);flex-shrink:0}.cart-drawer-title{font-size:1.125rem;font-weight:700}.cart-drawer-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius-sm, 6px);transition:background .15s;color:var(--color-text, #111827)}.cart-drawer-close:hover{background:var(--color-background-2, #f9fafb)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;height:100%;text-align:center;color:var(--color-text-light, #6b7280)}.cart-empty svg{color:#d1d5db}.cart-empty-title{font-size:1.125rem;font-weight:700;color:var(--color-text, #111827)}.cart-empty-sub{font-size:.9375rem}.cart-items{display:flex;flex-direction:column;gap:1.25rem}.cart-item{display:flex;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.cart-item:last-child{border-bottom:none}.cart-item-image{width:80px;height:80px;flex-shrink:0;border-radius:var(--border-radius-md, 8px);overflow:hidden;background:var(--color-background-2, #f9fafb)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-size:.9375rem;font-weight:600;margin-bottom:.25rem;color:var(--color-text, #111827)}.cart-item-variant{font-size:.8125rem;color:var(--color-text-light, #6b7280);margin-bottom:.75rem}.cart-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cart-item-price{font-size:1rem;font-weight:700;color:var(--color-text, #111827)}.cart-item-qty{display:flex;align-items:center;gap:0;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-sm, 6px);overflow:hidden}.cart-item-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--color-text, #111827)}.cart-item-qty-val{padding:0 8px;font-size:.875rem;font-weight:600;border-left:1px solid var(--color-border, #e5e7eb);border-right:1px solid var(--color-border, #e5e7eb);min-width:36px;text-align:center}.cart-item-remove{font-size:.75rem;color:#9ca3af;text-decoration:underline;cursor:pointer;background:none;border:none;font-family:var(--font-body);padding:0}.cart-item-remove:hover{color:#dc2626}.cart-drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border, #e5e7eb);flex-shrink:0}.cart-shipping-bar{margin-bottom:1rem}.cart-shipping-text{font-size:.8125rem;color:var(--color-text-light, #6b7280);margin-bottom:.5rem;font-weight:500}.cart-shipping-text strong{color:var(--color-text, #111827)}.cart-progress-bar{height:6px;background:var(--color-background-2, #f9fafb);border-radius:var(--border-radius-full, 9999px);overflow:hidden;border:1px solid var(--color-border, #e5e7eb)}.cart-progress-fill{height:100%;background:linear-gradient(90deg,var(--color-primary, #1D4ED8),#60a5fa);border-radius:var(--border-radius-full, 9999px);transition:width .4s ease}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:1.0625rem}.cart-subtotal-label{font-weight:600}.cart-subtotal-price{font-size:1.25rem;font-weight:800}.cart-checkout-btn{margin-bottom:.75rem}.cart-continue{display:block;text-align:center;font-size:.875rem;color:var(--color-text-light, #6b7280);text-decoration:underline;cursor:pointer;background:none;border:none;width:100%;font-family:var(--font-body)}.cart-continue:hover{color:var(--color-text, #111827)}.cart-drawer-reassurance{display:flex;justify-content:center;gap:1.25rem;padding-top:.875rem}.cart-reassurance-item{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--color-text-light, #6b7280)}.cart-reassurance-item svg{color:var(--color-success, #16a34a)}.site-footer{background:var(--color-text, #111827);color:#ffffffd9;padding:3.5rem 0 1.5rem}.footer-grid{display:grid;gap:2.5rem;margin-bottom:3rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand-logo{color:#fff;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.875rem}.footer-brand-desc{font-size:.875rem;line-height:1.65;color:#fff9;margin-bottom:1.25rem}.footer-socials{display:flex;gap:.75rem}.footer-social-link{width:36px;height:36px;background:#ffffff14;border-radius:var(--border-radius-sm, 6px);display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:background .15s,color .15s}.footer-social-link:hover{background:#ffffff26;color:#fff}.footer-col-title{font-size:.875rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.625rem}.footer-links a{font-size:.875rem;color:#fff9;transition:color .15s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;flex-direction:column;gap:.875rem;align-items:center;text-align:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom-text{font-size:.8125rem;color:#ffffff73}.footer-payment-icons{display:flex;gap:.5rem;align-items:center}.footer-payment-icon{height:24px;background:#ffffff1a;border-radius:4px;padding:2px 6px;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;color:#fff9}.footer-legal-bar{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;margin-top:1rem;display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media(min-width:768px){.footer-legal-bar{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}}.footer-legal-left{flex:1;min-width:0}.footer-legal-links{display:flex;flex-wrap:wrap;gap:.375rem 1.25rem;align-items:center}.footer-legal-link{font-size:.75rem;color:#fff6;transition:color .15s;white-space:nowrap}.footer-legal-link:hover{color:#ffffffbf}.about-hero{background:var(--color-background-2, #f9fafb);padding:4rem 0;text-align:center}.about-hero-title{font-size:clamp(2rem,5vw,3rem);font-weight:900;letter-spacing:-.02em;margin-bottom:1.25rem;color:var(--color-text, #111827)}.about-hero-text{font-size:1.125rem;color:var(--color-text-light, #6b7280);max-width:640px;margin:0 auto;line-height:1.7}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(min-width:768px){.about-values-grid{grid-template-columns:repeat(4,1fr)}}.about-value-card{background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-lg, 16px);padding:1.75rem 1.25rem;text-align:center}.about-value-icon{width:52px;height:52px;background:#1d4ed814;border-radius:var(--border-radius-md, 10px);display:flex;align-items:center;justify-content:center;color:var(--color-primary, #1D4ED8);margin:0 auto 1rem}.about-value-title{font-size:.9375rem;font-weight:700;margin-bottom:.375rem;color:var(--color-text, #111827)}.about-value-text{font-size:.8125rem;color:var(--color-text-light, #6b7280);line-height:1.6}.about-story-grid{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.about-story-grid{grid-template-columns:1fr 1fr;gap:5rem}}.about-story-image{border-radius:var(--border-radius-lg, 16px);overflow:hidden;aspect-ratio:4/3;background:var(--color-background-2, #f9fafb)}.about-story-image img{width:100%;height:100%;object-fit:cover}.about-story-eyebrow{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary, #1D4ED8);margin-bottom:.875rem}.about-story-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:1.25rem;color:var(--color-text, #111827)}.about-story-text{font-size:1rem;color:var(--color-text-light, #6b7280);line-height:1.75}.about-story-text p+p{margin-top:1rem}.about-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.about-team-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.about-team-grid{grid-template-columns:repeat(4,1fr)}}.about-team-card{text-align:center}.about-team-photo{width:96px;height:96px;border-radius:50%;background:var(--color-background-2, #f9fafb);margin:0 auto 1rem;overflow:hidden;border:3px solid var(--color-border, #e5e7eb)}.about-team-photo img{width:100%;height:100%;object-fit:cover}.about-team-name{font-size:1rem;font-weight:700;margin-bottom:.25rem}.about-team-role{font-size:.875rem;color:var(--color-text-light, #6b7280)}.collection-header{padding:2.5rem 0 1.5rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.collection-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:2rem 0}@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card-link{display:block}.product-card{background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-lg, 16px);overflow:hidden;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.product-card-image{aspect-ratio:1;background:var(--color-background-2, #f9fafb);overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card-image img{transform:scale(1.04)}.product-card-body{padding:1rem}.product-card-title{font-size:.9375rem;font-weight:600;margin-bottom:.375rem;color:var(--color-text, #111827);line-height:1.4}.product-card-price{font-size:1rem;font-weight:700;color:var(--color-text, #111827)}.product-card-price-compare{font-size:.875rem;text-decoration:line-through;color:var(--color-text-light, #6b7280);margin-left:.375rem}.cart-page{padding:2rem 0 4rem}.cart-page-title{font-size:1.75rem;font-weight:800;margin-bottom:2rem}.cart-page-grid{display:grid;gap:2rem}@media(min-width:768px){.cart-page-grid{grid-template-columns:1fr 340px}}.contact-page{padding:3rem 0 5rem}.contact-grid{display:grid;gap:3rem;max-width:900px;margin:0 auto}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info-title{font-size:1.5rem;font-weight:800;margin-bottom:1rem}.contact-info-text{color:var(--color-text-light, #6b7280);line-height:1.7;margin-bottom:1.5rem}.contact-info-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.contact-info-item svg{color:var(--color-primary, #1D4ED8);flex-shrink:0;margin-top:2px}.contact-info-label{font-size:.875rem;color:var(--color-text-light, #6b7280)}.contact-info-val{font-size:.9375rem;font-weight:500;color:var(--color-text, #111827)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text, #111827)}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem 1rem;border:1.5px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-md, 8px);font-size:.9375rem;color:var(--color-text, #111827);background:#fff;transition:border-color .15s;outline:none;-webkit-appearance:none;appearance:none}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--color-primary, #1D4ED8);box-shadow:0 0 0 3px #1d4ed81a}.form-textarea{resize:vertical;min-height:120px}.page-content{padding:3rem 0 5rem;max-width:800px;margin:0 auto}.page-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin-bottom:2rem}.page-body{font-size:1rem;line-height:1.75;color:var(--color-text-light, #6b7280)}.page-body h2{font-size:1.375rem;font-weight:700;margin:2rem 0 .875rem;color:var(--color-text, #111827)}.page-body h3{font-size:1.125rem;font-weight:700;margin:1.5rem 0 .75rem;color:var(--color-text, #111827)}.page-body p{margin-bottom:1.125rem}.page-body ul,.page-body ol{padding-left:1.5rem;margin-bottom:1.125rem}.page-body li{margin-bottom:.5rem}.error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:4rem 1.5rem}.error-code{font-size:clamp(5rem,15vw,10rem);font-weight:900;color:var(--color-border, #e5e7eb);line-height:1;margin-bottom:1rem}.error-title{font-size:1.5rem;font-weight:800;margin-bottom:.875rem}.error-text{color:var(--color-text-light, #6b7280);margin-bottom:2rem}.newsletter-section{background:var(--color-background-2, #f9fafb)}.newsletter-card{text-align:center;max-width:560px;margin:0 auto}.newsletter-title{font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.newsletter-sub{color:var(--color-text-light, #6b7280);margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.75rem;max-width:420px;margin:0 auto}@media(max-width:479px){.newsletter-form{flex-direction:column}}.newsletter-input{flex:1}.image-with-text-grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:768px){.image-with-text-grid{grid-template-columns:1fr 1fr;gap:4rem}.image-with-text-grid.reverse-desktop .iwt-text{order:1}.image-with-text-grid.reverse-desktop .iwt-image{order:2}}.iwt-image{border-radius:var(--border-radius-lg, 16px);overflow:hidden;aspect-ratio:4/3;background:var(--color-background-2, #f9fafb)}.iwt-image img{width:100%;height:100%;object-fit:cover}.iwt-eyebrow{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary, #1D4ED8);margin-bottom:.75rem}.iwt-title{font-size:clamp(1.375rem,3vw,1.875rem);font-weight:800;margin-bottom:1rem}.iwt-text-body{color:var(--color-text-light, #6b7280);line-height:1.7;margin-bottom:1.5rem}.search-page{padding:2rem 0 4rem}.search-form{display:flex;gap:.75rem;margin-bottom:2rem}.search-input{flex:1}.search-results-title{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem}.bg-white{background:#fff}.bg-gray{background:var(--color-background-2, #f9fafb)}.text-center{text-align:center}.mt-auto{margin-top:auto}.flash-message{position:fixed;top:1.5rem;right:1.5rem;z-index:500;background:var(--color-success, #16a34a);color:#fff;padding:.875rem 1.25rem;border-radius:var(--border-radius-md, 8px);font-size:.9375rem;font-weight:600;box-shadow:0 4px 16px #0000001f;transform:translate(120%);transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;gap:.625rem}.flash-message.is-visible{transform:translate(0)}.loader{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:767px){.hide-mobile{display:none!important}}@media(min-width:768px){.hide-desktop{display:none!important}}.urgency-bar{padding:.625rem 0}.urgency-bar-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem 2rem}.urgency-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500}.urgency-item--main{font-size:.875rem}.urgency-item--right{color:inherit;opacity:.85}@media(min-width:768px){.urgency-bar-inner{justify-content:space-between}}.scarcity-bar{border:1px solid;border-radius:var(--border-radius-md, 8px);padding:.75rem 1rem;margin:.75rem 0}.scarcity-bar-inner{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.5rem}.scarcity-stock{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.scarcity-stock--low{color:#dc2626}.scarcity-stock--ok{color:#16a34a}.scarcity-stock--custom{color:#d97706}.scarcity-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.scarcity-dot--green{background:#16a34a;animation:pulse-green 2s ease-in-out infinite}.scarcity-dot--red{background:#dc2626;animation:pulse-red 1.5s ease-in-out infinite}@keyframes pulse-green{0%,to{box-shadow:0 0 #16a34a66}50%{box-shadow:0 0 0 4px #16a34a00}}@keyframes pulse-red{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 4px #dc262600}}.scarcity-rarity,.scarcity-demand{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#92400e}.value-stack-wrap{display:grid;gap:2rem;max-width:860px;margin:0 auto}@media(min-width:768px){.value-stack-wrap{grid-template-columns:1fr 340px;gap:3rem;align-items:start}}.value-stack-list{display:flex;flex-direction:column;gap:0}.value-stack-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border, #e5e7eb)}.value-stack-item:first-child{border-top:1px solid var(--color-border, #e5e7eb)}.value-stack-item--bonus{background:#1d4ed805;padding-left:.625rem;padding-right:.625rem;border-radius:var(--border-radius-sm, 6px);margin-left:-.625rem;margin-right:-.625rem}.value-stack-item-left{display:flex;align-items:flex-start;gap:.75rem;flex:1}.value-stack-dot{width:28px;height:28px;background:#16a34a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#16a34a;flex-shrink:0;margin-top:1px}.value-stack-dot--bonus{background:#1d4ed81a;color:var(--color-primary, #1D4ED8)}.value-stack-name{font-size:.9375rem;font-weight:600;color:var(--color-text, #111827);margin-bottom:.125rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.value-stack-bonus-tag{display:inline-block;font-size:.6875rem;font-weight:700;letter-spacing:.05em;background:var(--color-primary, #1D4ED8);color:#fff;padding:.125rem .4375rem;border-radius:var(--border-radius-sm, 6px);text-transform:uppercase}.value-stack-desc{font-size:.8125rem;color:var(--color-text-light, #6b7280)}.value-stack-value{text-align:right;flex-shrink:0}.value-stack-value-label{display:block;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-light, #6b7280);margin-bottom:.125rem}.value-stack-value-amount{font-size:.9375rem;font-weight:700;color:var(--color-text, #111827)}.value-stack-summary{background:#fff;border:1.5px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-lg, 16px);padding:1.5rem;box-shadow:0 4px 20px #0000000f;position:sticky;top:100px}.value-stack-total-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.value-stack-total-label{font-size:.875rem;color:var(--color-text-light, #6b7280)}.value-stack-total-value{font-size:1rem;font-weight:700;text-decoration:line-through;color:var(--color-text-light, #6b7280)}.value-stack-price-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.value-stack-price-label{font-size:.9375rem;font-weight:600;color:var(--color-text, #111827)}.value-stack-price-amount{font-size:1.5rem;font-weight:800;color:var(--color-text, #111827)}.value-stack-savings{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#16a34a;font-weight:600;background:#16a34a0f;padding:.5rem .75rem;border-radius:var(--border-radius-sm, 6px);margin-bottom:.75rem}.value-stack-micro{font-size:.75rem;color:var(--color-text-light, #6b7280);text-align:center;margin-top:.75rem}.bonus-eyebrow{display:inline-block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary, #1D4ED8);background:#1d4ed812;padding:.3rem .875rem;border-radius:var(--border-radius-full, 9999px);margin-bottom:.875rem}.bonus-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:640px){.bonus-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.bonus-grid{grid-template-columns:repeat(3,1fr)}}.bonus-card{background:#fff;border:1.5px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-lg, 16px);padding:1.75rem 1.5rem;position:relative;transition:box-shadow .2s,transform .2s}.bonus-card:hover{box-shadow:0 6px 24px #00000014;transform:translateY(-2px)}.bonus-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.bonus-card-badge{display:inline-block;font-size:.6875rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;background:var(--color-primary, #1D4ED8);color:#fff;padding:.25rem .625rem;border-radius:var(--border-radius-sm, 6px)}.bonus-card-value{display:flex;align-items:center;gap:.375rem}.bonus-free-tag{display:inline-block;font-size:.75rem;font-weight:800;color:#16a34a;background:#16a34a1a;padding:.1875rem .5rem;border-radius:var(--border-radius-sm, 6px);letter-spacing:.03em}.bonus-card-image{border-radius:var(--border-radius-md, 8px);overflow:hidden;margin-bottom:1rem;aspect-ratio:3/2;background:var(--color-background-2, #f9fafb)}.bonus-card-image img{width:100%;height:100%;object-fit:cover}.bonus-card-icon-wrap{width:52px;height:52px;background:#1d4ed814;border-radius:var(--border-radius-md, 8px);display:flex;align-items:center;justify-content:center;color:var(--color-primary, #1D4ED8);margin-bottom:1rem}.bonus-card-title{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:var(--color-text, #111827)}.bonus-card-desc{font-size:.875rem;color:var(--color-text-light, #6b7280);line-height:1.6;margin-bottom:1rem}.bonus-features{list-style:none;display:flex;flex-direction:column;gap:.375rem;padding-top:.875rem;border-top:1px solid var(--color-border, #e5e7eb)}.bonus-features li{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:var(--color-text-light, #6b7280)}.bonus-features li svg{color:#16a34a;flex-shrink:0;margin-top:1px}.guarantee-badge-text{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-primary, #1D4ED8);background:#1d4ed812;padding:.3rem .875rem;border-radius:var(--border-radius-full, 9999px);margin-bottom:.875rem}.guarantee-points{list-style:none;display:grid;grid-template-columns:1fr;gap:.75rem;margin:1.5rem 0;text-align:left}@media(min-width:560px){.guarantee-points{grid-template-columns:repeat(2,1fr)}}.guarantee-point{display:flex;align-items:flex-start;gap:.75rem;background:var(--color-background-2, #f9fafb);border-radius:var(--border-radius-md, 8px);padding:1rem}.guarantee-point-icon{width:36px;height:36px;background:#1d4ed814;border-radius:var(--border-radius-sm, 6px);display:flex;align-items:center;justify-content:center;color:var(--color-primary, #1D4ED8);flex-shrink:0}.guarantee-point-title{font-size:.9rem;font-weight:700;color:var(--color-text, #111827);margin-bottom:.125rem}.guarantee-point-text{font-size:.8125rem;color:var(--color-text-light, #6b7280);line-height:1.5}.guarantee-legal{font-size:.8rem;color:var(--color-text-light, #6b7280);margin-top:1.25rem;font-style:italic}.cart-summary-box{background:var(--color-background-2, #f9fafb);border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-lg, 16px);padding:1.5rem}.cart-summary-title{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.9375rem}.cart-savings-row{color:#16a34a;font-size:.875rem;font-weight:600}.cart-summary-total{font-size:1.125rem;font-weight:800;border-top:1px solid var(--color-border, #e5e7eb);padding-top:.75rem;margin-top:.25rem;margin-bottom:0}.cart-free-shipping-banner{display:flex;align-items:center;gap:.5rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--border-radius-md, 10px);padding:.625rem .875rem;font-size:.875rem;color:#15803d;margin-bottom:1.25rem}.cart-free-shipping-banner svg{flex-shrink:0;color:#16a34a}.cart-free-shipping-note{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#16a34a;font-weight:600;margin-bottom:1.25rem}.cart-free-shipping-note svg{flex-shrink:0}.cart-checkout-cta{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:700;padding:.875rem 1.5rem;margin-bottom:.75rem}.cart-item-original-price{font-size:.75rem;color:var(--color-text-light, #6b7280);text-decoration:line-through}.cart-payment-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:.375rem;padding:.875rem 0;border-top:1px solid var(--color-border, #e5e7eb);border-bottom:1px solid var(--color-border, #e5e7eb);margin:.875rem 0}.cart-payment-icons .footer-payment-icon{background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:4px;padding:3px 6px;height:26px;display:flex;align-items:center;justify-content:center;color:var(--color-text, #111827)}.cart-payment-icons .footer-payment-icon .payment-type-svg{height:16px;width:auto}.cart-trust-badges{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.cart-trust-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.375rem;padding:.75rem .5rem;background:#fff;border:1px solid var(--color-border, #e5e7eb);border-radius:var(--border-radius-md, 10px);font-size:.75rem;color:var(--color-text-light, #6b7280);font-weight:500}.cart-trust-badge svg{color:var(--color-primary, #1D4ED8)}.cart-free-shipping-pill{display:flex;align-items:center;gap:.5rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:99px;padding:.5rem 1rem;font-size:.8125rem;color:#15803d;margin-bottom:1rem;justify-content:center}.cart-free-shipping-pill svg{flex-shrink:0;color:#16a34a}.cart-drawer-savings{text-align:center;font-size:.8125rem;color:#16a34a;font-weight:600;margin-top:-.5rem;margin-bottom:.875rem}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.footer-payment-icon .payment-type-svg{height:20px;width:auto;display:block}.footer-payment-icon{display:flex;align-items:center;justify-content:center}.btn-outline-white{background:transparent;color:#fff;border-color:#ffffff73}.btn-outline-white:hover{background:#ffffff1f;border-color:#fff;color:#fff}
/*# sourceMappingURL=/cdn/shop/t/22/assets/theme.css.map */
