:root{--blue: #0055FF;--blue-dark: #003FCC;--blue-light: #EEF3FF;--blue-mid: #D0DEFF;--dark: #111827;--text: #1F2937;--muted: #6B7280;--border: #E5E7EB;--bg: #F9FAFB;--white: #FFFFFF;--green: #059669;--red: #DC2626;--orange: #EA580C;--radius: 8px;--radius-lg: 16px;--shadow: 0 1px 4px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--max-w: 1280px;--px: 1rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:1rem;line-height:1.5;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased}img,video,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button,input,select,textarea{font:inherit;border:none;outline:none;background:none;cursor:pointer}h1,h2,h3,h4,h5{font-weight:700;line-height:1.2;color:var(--dark)}.skip-to-content{position:absolute;top:-9999px;left:1rem;z-index:9999;padding:.5rem 1rem;background:var(--blue);color:#fff;border-radius:var(--radius);font-weight:600}.skip-to-content:focus{top:1rem}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:var(--px)}.site-header{position:sticky;top:0;z-index:200;background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.header-inner{display:flex;align-items:center;gap:.5rem;padding-block:.625rem}.hamburger-btn{flex-shrink:0;width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:var(--radius)}.hamburger-btn span{display:block;width:20px;height:2px;background:var(--dark);border-radius:2px;transition:.2s}.hamburger-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn[aria-expanded=true] span:nth-child(2){opacity:0}.hamburger-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header-logo{flex-shrink:0;display:flex;align-items:center;gap:.375rem;font-weight:800;font-size:1.125rem;color:var(--blue)}.header-logo img{height:32px;width:auto}.logo-icon{width:32px;height:32px;background:var(--blue);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.125rem}.header-search{flex:1;min-width:0;position:relative}.header-search-input{width:100%;padding:.5rem .75rem .5rem 2.375rem;border:1.5px solid var(--border);border-radius:100px;font-size:.9375rem;background:var(--bg);color:var(--text);transition:border-color .2s,background .2s}.header-search-input:focus{border-color:var(--blue);background:var(--white);outline:none}.header-search-input::placeholder{color:var(--muted)}.header-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--muted)}.header-search-icon svg{width:18px;height:18px}.header-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.header-icon-btn{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);color:var(--dark);transition:background .2s}.header-icon-btn:hover{background:var(--bg)}.header-icon-btn svg{width:22px;height:22px}.cart-count{position:absolute;top:3px;right:3px;width:17px;height:17px;background:var(--blue);color:#fff;font-size:.625rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.cart-count[hidden]{display:none}.nav-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9998;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer}.nav-overlay.active{display:block}.mobile-nav{position:fixed;top:0;left:-100vw;bottom:0;width:300px;z-index:9999;background:#fff;overflow-y:auto;display:flex;flex-direction:column;transition:left .28s cubic-bezier(.4,0,.2,1)}.mobile-nav.is-open{left:0;box-shadow:8px 0 32px #0000002e}.mobile-nav-header{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.25rem;background:var(--blue);color:#fff;flex-shrink:0}.mobile-nav-header .header-logo{color:#fff;font-weight:700;font-size:1.05rem;gap:.5rem}.mobile-nav-header .header-logo .logo-icon{font-size:1.25rem}.mobile-nav-header .header-icon-btn{color:#fff;background:#ffffff26;border-radius:50%;width:34px;height:34px}.mobile-nav-header .header-icon-btn:hover{background:#ffffff47}.mobile-nav-links{padding:.5rem 0;flex:1}.mobile-nav-links a{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem;font-size:1rem;font-weight:500;color:var(--text);text-decoration:none;border-bottom:1px solid var(--border);transition:background .15s,color .15s}.mobile-nav-links a:last-child{border-bottom:none}.mobile-nav-links a:hover,.mobile-nav-links a:active{background:var(--blue-light);color:var(--blue)}.mobile-nav-links a svg{opacity:.3;flex-shrink:0;transition:opacity .15s,transform .15s}.mobile-nav-links a:hover svg{opacity:.7;transform:translate(3px)}.mobile-nav-actions{padding:1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.625rem;flex-shrink:0}.site-nav{display:none;align-items:center;gap:.125rem}.site-nav a{padding:.5rem .875rem;font-size:.9375rem;font-weight:500;color:var(--text);border-radius:var(--radius);white-space:nowrap;transition:background .2s,color .2s}.site-nav a:hover,.site-nav a.active{background:var(--blue-light);color:var(--blue)}@media(min-width:768px){.hamburger-btn{display:none}.site-nav{display:flex}.mobile-nav,.nav-overlay{display:none!important}}@media(min-width:768px){:root{--px: 1.5rem}.header-inner{gap:.75rem}}@media(min-width:1024px){:root{--px: 2rem}}.announcement-bar{background:var(--blue);color:#fff;text-align:center;padding:.5rem var(--px);font-size:.8125rem;font-weight:500}.announcement-bar a{color:#fff;text-decoration:underline}.hero{background:linear-gradient(135deg,var(--dark) 0%,#0a1628 100%);color:#fff;padding:3rem var(--px);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;top:-20%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,rgba(0,85,255,.25) 0%,transparent 70%);pointer-events:none}.hero-inner{position:relative;z-index:1;display:grid;gap:2rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.375rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ffffffe6;padding:.375rem .875rem;border-radius:100px;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.875rem}.hero-title{font-size:clamp(1.875rem,5vw,3rem);font-weight:900;color:#fff;line-height:1.1;margin-bottom:.875rem}.hero-title span{color:#60a5fa}.hero-desc{font-size:1rem;color:#ffffffbf;margin-bottom:1.75rem;max-width:500px}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero-stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.hero-stat-value{display:block;font-size:1.5rem;font-weight:800;color:#60a5fa}.hero-stat-label{font-size:.8125rem;color:#fff9}.hero-image{border-radius:var(--radius-lg);overflow:hidden}.hero-image img{width:100%;object-fit:cover}@media(min-width:768px){.hero{padding:4rem var(--px)}.hero-inner{grid-template-columns:1fr 1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;transition:all .2s;cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.btn-primary:hover{background:var(--blue-dark);border-color:var(--blue-dark)}.btn-outline{background:transparent;color:var(--text);border-color:var(--border)}.btn-outline:hover{border-color:var(--blue);color:var(--blue)}.btn-outline-primary{background:transparent;color:var(--blue);border-color:var(--blue)}.btn-outline-primary:hover{background:var(--blue);color:#fff}.btn-full{width:100%}.btn-lg{padding:.9375rem 2rem;font-size:1rem}.btn:disabled{opacity:.5;cursor:not-allowed}.trust-strip{background:var(--blue);padding:.875rem var(--px)}.trust-strip-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.trust-item{display:flex;align-items:center;gap:.5rem;color:#fff}.trust-icon{width:36px;height:36px;background:#ffffff26;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.125rem}.trust-item-title{font-weight:700;font-size:.8125rem;line-height:1.2}.trust-item-desc{font-size:.6875rem;opacity:.8}@media(min-width:640px){.trust-strip-inner{grid-template-columns:repeat(4,1fr)}}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.products-grid{gap:1rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1280px){.products-grid.grid-4{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}.product-card:hover{box-shadow:var(--shadow-md)}.product-card-image{position:relative;background:var(--bg);aspect-ratio:1;padding:.75rem;display:flex;align-items:center;justify-content:center}.product-card-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.product-card:hover .product-card-image img{transform:scale(1.04)}.card-badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.25rem}.card-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:700;border:1.5px solid}.card-badge-promo{background:#fff;color:var(--orange);border-color:var(--orange)}.card-badge-rec{background:#fff;color:var(--blue);border-color:var(--blue)}.card-badge-new{background:var(--blue);color:#fff;border-color:var(--blue)}.card-badge-sale{background:var(--red);color:#fff;border-color:var(--red)}.product-card-body{padding:.75rem;display:flex;flex-direction:column;flex:1;gap:.375rem}.card-title{font-size:.875rem;font-weight:400;color:var(--text);line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:640px){.card-title{font-size:.9375rem}}.card-type-badge{display:inline-flex;align-items:center;font-size:.6875rem;font-weight:700;letter-spacing:.02em;padding:.2rem .55rem;border-radius:100px;margin-bottom:.25rem}.card-type--split{color:#1d4ed8;background:#eff6ff}.card-type--mobile{color:#b45309;background:#fffbeb}.card-type--ventilateur{color:#15803d;background:#f0fdf4}.card-type--refroidisseur{color:#6d28d9;background:#f5f3ff}.card-price{font-size:1.25rem;font-weight:800;color:var(--dark);margin-top:.125rem}.card-price-original{font-size:.8125rem;color:var(--muted);text-decoration:line-through}.card-rating{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--muted)}.card-stars{color:#f59e0b;font-size:.875rem;letter-spacing:-.05em}.card-delivery{font-size:.8125rem;color:var(--green);font-weight:500;display:flex;align-items:center;gap:.25rem}.card-delivery-normal{font-size:.8125rem;color:var(--muted)}.card-add-btn{margin-top:auto;padding-top:.5rem}.card-add-btn button{width:100%;padding:.625rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.9375rem;font-weight:500;color:var(--text);background:#fff;transition:border-color .2s,color .2s,background .2s;display:flex;align-items:center;justify-content:center;gap:.375rem}.card-add-btn button:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-light)}.collection-header{background:var(--white);border-bottom:1.5px solid var(--border);padding:1.25rem 0 .875rem}.collection-topbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:.875rem}.collection-title-info{display:flex;align-items:baseline;gap:.625rem;flex-wrap:wrap}.collection-title{font-size:1.375rem;font-weight:800;color:var(--dark)}.collection-count{font-size:.8125rem;color:var(--muted);font-weight:400}.collection-controls{display:flex;align-items:center;gap:.5rem}.sort-select{height:38px;padding:0 2rem 0 .75rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.875rem;color:var(--text);background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right .5rem center / 16px;-webkit-appearance:none;appearance:none}.sort-select:focus{border-color:var(--blue);outline:none}.filter-toggle-btn{display:flex;align-items:center;gap:.375rem;height:38px;padding:0 .875rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.875rem;font-weight:500;background:var(--white);cursor:pointer}.filter-toggle-btn:hover{border-color:var(--blue);color:var(--blue)}.filter-chips{display:flex;flex-wrap:nowrap;gap:.4rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.125rem}.filter-chips::-webkit-scrollbar{display:none}.filter-chip{flex-shrink:0;display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border:1.5px solid var(--border);border-radius:100px;font-size:.8125rem;font-weight:500;white-space:nowrap;background:var(--white);color:var(--text);text-decoration:none;transition:border-color .15s,color .15s,background .15s}.chip-area{font-size:.7rem;opacity:.65;font-weight:400}.filter-chip:hover{border-color:var(--blue);color:var(--blue)}.filter-chip.active{background:var(--blue);border-color:var(--blue);color:#fff}.filter-chip.active .chip-area{opacity:.8}.filter-chip-stock{border-color:#16a34a;color:#16a34a}.filter-chip-stock:hover,.filter-chip-stock.active{background:#16a34a;border-color:#16a34a;color:#fff}.products-grid.stock-only .product-card[data-available=false]{display:none}.collection-body{padding:1rem var(--px)}.collection-layout{display:grid;gap:1.5rem}@media(min-width:768px){.collection-layout{grid-template-columns:240px 1fr}}.filter-sidebar{display:none;flex-direction:column;gap:1rem}.filter-sidebar.visible{display:flex}@media(min-width:768px){.filter-sidebar{display:flex}.filter-toggle-btn{display:none}}.filter-panel{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.filter-panel-title{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;background:var(--bg)}.filter-panel-body{padding:.875rem 1rem}.filter-option{display:flex;align-items:center;gap:.5rem;padding:.375rem .25rem;font-size:.875rem;cursor:pointer}.filter-option input{accent-color:var(--blue);width:16px;height:16px;cursor:pointer}.active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem}.active-filter-pill{display:inline-flex;align-items:center;gap:.375rem;padding:.3125rem .75rem;background:var(--blue-light);color:var(--blue);border-radius:100px;font-size:.8125rem;font-weight:600}.active-filter-remove{width:16px;height:16px;background:var(--blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;flex-shrink:0}.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.375rem;margin-top:2rem}.page-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);border:1.5px solid var(--border);font-size:.875rem;font-weight:500;color:var(--text);transition:all .2s}.page-btn:hover{border-color:var(--blue);color:var(--blue)}.page-btn.active{background:var(--blue);border-color:var(--blue);color:#fff}.page-btn-prev,.page-btn-next{width:auto;padding-inline:.875rem}.empty-state{text-align:center;padding:4rem 1rem;grid-column:1/-1}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.empty-state-title{font-size:1.25rem;margin-bottom:.5rem}.empty-state-desc{color:var(--muted);margin-bottom:1.5rem}.product-page{background:#fff}.product-back{display:inline-flex;align-items:center;gap:.375rem;padding:.75rem var(--px);font-size:.875rem;color:var(--muted);border-bottom:1px solid var(--border);width:100%}.product-back:hover{color:var(--blue)}.product-back svg{width:16px;height:16px}.product-gallery-wrap{position:relative;background:var(--bg);border-bottom:1px solid var(--border)}.product-side-actions{position:absolute;left:.75rem;top:.875rem;z-index:2;display:flex;flex-direction:column;gap:.5rem}.product-action-btn{width:38px;height:38px;background:#fff;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow);color:var(--muted);transition:color .2s,border-color .2s}.product-action-btn:hover{color:var(--blue);border-color:var(--blue)}.product-action-btn svg{width:18px;height:18px}.product-action-btn.is-liked{color:#ef4444;border-color:#ef4444}.product-gallery-slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-gallery-slides::-webkit-scrollbar{display:none}.product-gallery-slide{flex-shrink:0;width:100%;scroll-snap-align:start;aspect-ratio:1;display:flex;align-items:center;justify-content:center;padding:1.25rem}@media(min-width:768px){.product-gallery-slide{padding:1.5rem 3rem}}.product-gallery-slide img{max-width:100%;max-height:100%;object-fit:contain}.gallery-dots{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.75rem}.gallery-dot{width:8px;height:8px;border-radius:50%;background:var(--border);cursor:pointer;transition:all .2s;border:none}.gallery-dot.active{background:var(--blue);width:24px;border-radius:4px}.product-info-section{padding:1rem var(--px);border-bottom:1px solid var(--border)}.product-info-section+.product-info-section{border-top:none}.product-vendor-link{font-size:.8125rem;color:var(--blue);font-weight:500;display:inline-block;margin-bottom:.25rem}.product-title{font-size:1rem;font-weight:700;line-height:1.3;margin-bottom:.75rem;color:var(--dark)}@media(min-width:768px){.product-title{font-size:1.125rem}}.product-rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:.625rem;margin-bottom:.625rem;font-size:.875rem}.rating-score{font-weight:700}.rating-stars{color:#f59e0b;font-size:1rem}.rating-link{color:var(--blue);font-weight:500}.rating-sep{color:var(--border)}.product-sku{font-size:.8125rem;color:var(--muted);margin-bottom:.25rem}.product-brand-link{font-size:.8125rem;color:var(--blue)}.product-price-block{display:flex;align-items:baseline;flex-wrap:wrap;gap:.625rem;margin-bottom:.75rem}.product-price-current{font-size:1.625rem;font-weight:900;color:var(--dark)}@media(min-width:768px){.product-price-current{font-size:2rem}}.product-price-original{font-size:1rem;color:var(--muted);text-decoration:line-through}.product-price-discount{display:inline-block;padding:.2rem .5rem;background:#fee2e2;color:var(--red);border-radius:4px;font-size:.8125rem;font-weight:700}.product-shipping-info{font-size:.875rem;color:var(--green);font-weight:600;margin-bottom:.25rem;display:flex;align-items:center;gap:.375rem}.product-shipping-date{font-size:.8125rem;color:var(--muted)}.highlights-card{margin:1rem var(--px);padding:1rem;background:var(--bg);border-radius:var(--radius-lg);border:1px solid var(--border)}.highlights-card-title{font-size:.9375rem;font-weight:700;margin-bottom:.75rem}.highlights-list{display:flex;flex-direction:column;gap:.5rem;padding-left:1.25rem}.highlights-list li{font-size:.9rem;color:var(--text);position:relative}.highlights-list li:before{content:"\2022";position:absolute;left:-1.125rem;color:var(--blue);font-size:1.25rem;line-height:1}.product-cta-area{padding:1rem var(--px);border-bottom:1px solid var(--border)}.qty-wrap{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.qty-label{font-size:.875rem;font-weight:500}.quantity-selector{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;width:fit-content}.qty-btn{width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:background .2s}.qty-btn:hover{background:var(--bg)}.qty-input{width:44px;height:38px;text-align:center;font-size:1rem;font-weight:600;border-inline:1.5px solid var(--border)}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.add-to-cart-btn{width:100%;padding:.9375rem;background:var(--blue);color:#fff;border-radius:var(--radius);font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s;margin-bottom:.625rem}.add-to-cart-btn:hover{background:var(--blue-dark)}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.add-to-cart-btn svg{width:20px;height:20px}.send-to-btn{width:100%;padding:.875rem;background:var(--orange);color:#fff;border-radius:var(--radius);font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s}.send-to-btn:hover{background:#c2410c}.seller-info{display:flex;align-items:center;justify-content:space-between;padding:1rem var(--px);border-bottom:1px solid var(--border);font-size:.9375rem}.seller-info-left{display:flex;align-items:center;gap:.625rem}.seller-logo{width:28px;height:28px;border-radius:6px;overflow:hidden}.seller-logo img{width:100%;height:100%;object-fit:cover}#caracteristiques,#avis,#questions{scroll-margin-top:calc(var(--header-h, 60px) + 56px)}.product-tabs-sticky{background:#fff;border-top:1px solid var(--border);border-bottom:2px solid var(--border);display:flex;align-items:center;overflow-x:auto;scrollbar-width:none}.product-tabs-sticky::-webkit-scrollbar{display:none}.product-tab{flex-shrink:0;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:color .2s,border-color .2s;cursor:pointer}.product-tab.active{color:var(--blue);border-color:var(--blue)}.product-tab:hover{color:var(--blue)}.tab-back-to-top{margin-left:auto;flex-shrink:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;color:var(--muted);border-left:1px solid var(--border)}.tab-back-to-top:hover{color:var(--blue)}.tab-back-to-top svg{width:18px;height:18px}.product-features-section{padding:1.25rem var(--px);border-bottom:1px solid var(--border)}.product-features-title{font-size:1.125rem;margin-bottom:1rem}.feature-cards{display:flex;flex-direction:column;gap:.625rem}.feature-item{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff}.feature-item-icon{width:44px;height:44px;border-radius:var(--radius);background:var(--blue-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.375rem;color:var(--blue)}.feature-item-title{font-size:.9375rem;font-weight:700;margin-bottom:.25rem}.feature-item-desc{font-size:.875rem;color:var(--muted);line-height:1.5}.product-description-section{padding:1.25rem var(--px);border-bottom:1px solid var(--border)}.product-description-section h2{font-size:1.125rem;margin-bottom:1rem}.product-accordion{border-bottom:1px solid var(--border)}.product-accordion>summary{display:flex;align-items:center;justify-content:space-between;padding:1.125rem var(--px);font-size:1rem;font-weight:700;color:var(--dark);cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.product-accordion>summary::-webkit-details-marker{display:none}.product-accordion>summary::marker{display:none;content:""}.product-accordion>summary:hover{color:var(--blue)}.accordion-chevron{transition:transform .25s ease;color:var(--muted);flex-shrink:0}.product-accordion[open]>summary .accordion-chevron{transform:rotate(180deg)}.product-accordion-body{padding:0 var(--px) 1.25rem}.product-description{font-size:.9375rem;line-height:1.75;color:var(--text)}.product-description h2,.product-description h3{font-size:1rem;margin:1rem 0 .5rem}.product-description ul{padding-left:1.25rem;list-style:disc}.product-description li{margin-bottom:.25rem}.product-description table{width:100%;border-collapse:collapse;font-size:.875rem}.product-description td,.product-description th{border:1px solid var(--border);padding:.5rem .75rem}.product-description th{background:var(--bg);font-weight:600}.specs-table{width:100%;border-collapse:collapse;font-size:.875rem}.specs-table tr:nth-child(2n){background:var(--bg)}.specs-table td{padding:.625rem .75rem;border:1px solid var(--border)}.specs-table td:first-child{font-weight:600;width:45%}.gift-offer{border:2px solid #16a34a;border-radius:var(--radius-lg);padding:1rem;margin-bottom:.875rem;background:#f0fdf4}.gift-offer-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;color:#15803d;background:#dcfce7;border:1px solid #bbf7d0;padding:.25rem .625rem;border-radius:100px;margin-bottom:.875rem;letter-spacing:.02em;text-transform:uppercase}.gift-offer-body{display:flex;align-items:center;gap:.875rem;margin-bottom:.875rem}.gift-offer-img{width:64px;height:64px;flex-shrink:0;border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center}.gift-offer-img img{width:100%;height:100%;object-fit:contain}.gift-offer-info{flex:1;min-width:0}.gift-offer-title{font-size:.9rem;font-weight:600;color:var(--dark);line-height:1.35;margin-bottom:.25rem}.gift-offer-desc{font-size:.8rem;color:#166534;line-height:1.4;margin-bottom:.375rem}.gift-offer-pricing{display:flex;align-items:center;gap:.5rem}.gift-offer-free{font-size:1rem;font-weight:800;color:#16a34a}.btn-gift{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#16a34a;color:#fff;border:none;border-radius:var(--radius-lg);padding:.75rem 1.25rem;font-size:.9375rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s}.btn-gift:hover{background:#15803d;transform:translateY(-1px)}.btn-gift:disabled{opacity:.7;cursor:not-allowed;transform:none}.bundle-section{padding:1.25rem var(--px);border-bottom:1px solid var(--border)}.bundle-title{font-size:1rem;font-weight:400;line-height:1.4;margin-bottom:1rem}.bundle-title strong{font-weight:700}.bundle-products{display:flex;align-items:center;gap:.75rem}.bundle-item{flex:1;text-align:center}.bundle-item-img{width:100%;aspect-ratio:1;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;padding:.5rem;background:var(--bg);margin-bottom:.375rem}.bundle-item-img img{width:100%;height:100%;object-fit:contain}.bundle-item-price{font-size:1.125rem;font-weight:800}.bundle-item-rating{font-size:.75rem;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:.25rem}.bundle-item-stars{color:#f59e0b;font-size:.8125rem}.bundle-add-btn{width:100%;margin-top:.5rem;padding:.5rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.875rem;background:#fff;transition:all .2s}.bundle-add-btn:hover{border-color:var(--blue);color:var(--blue)}.bundle-plus{font-size:1.5rem;color:var(--border);font-weight:300;flex-shrink:0}.brand-card{margin:1.25rem var(--px);padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center}.brand-card-logo{max-height:48px;margin:0 auto 1rem}.brand-card-sep{width:80px;height:1px;background:var(--border);margin:.875rem auto}.brand-card-text{font-size:.9rem;color:var(--text);line-height:1.7;text-align:left}.related-section{padding:1.25rem var(--px)}.related-title{font-size:1.125rem;margin-bottom:.875rem}.variant-label{font-size:.875rem;font-weight:600;margin-bottom:.5rem;display:block}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.875rem}.variant-btn{padding:.4375rem .875rem;border:1.5px solid var(--border);border-radius:6px;font-size:.875rem;font-weight:500;transition:all .2s}.variant-btn:hover{border-color:var(--blue);color:var(--blue)}.variant-btn.active{border-color:var(--blue);background:var(--blue-light);color:var(--blue)}.variant-btn[data-available=false]{opacity:.4;text-decoration:line-through;cursor:not-allowed}@media(min-width:768px){.product-back{padding-inline:var(--px)}.product-mobile-layout{display:grid;grid-template-columns:1fr 440px;gap:0}.product-gallery-wrap{border-bottom:none;border-right:1px solid var(--border)}.product-gallery-slide{aspect-ratio:auto;height:480px}}@media(min-width:1024px){.product-mobile-layout{grid-template-columns:1fr 500px}}.cart-page{padding:1.25rem var(--px) 7rem}@media(min-width:768px){.cart-page{padding-bottom:2rem}}.cart-page-heading{font-size:1.5rem;font-weight:800;margin-bottom:1.25rem;display:flex;align-items:center;gap:.625rem}.cart-page-count{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;background:var(--blue);color:#fff;font-size:.75rem;font-weight:700;border-radius:50%}.cart-layout{display:grid;gap:1rem}@media(min-width:768px){.cart-layout{grid-template-columns:1fr 360px;gap:1.5rem;align-items:start}}.cart-items-list{display:flex;flex-direction:column;gap:.75rem}.cart-item{display:grid;grid-template-columns:88px 1fr;gap:.875rem;padding:.875rem;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-lg)}.cart-item-img-wrap{width:88px;height:88px;flex-shrink:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg);padding:.375rem;display:flex;align-items:center;justify-content:center}.cart-item-img-wrap img{width:100%;height:100%;object-fit:contain}.cart-item-body{display:flex;flex-direction:column;gap:.3rem;min-width:0}.cart-item-title{font-size:.875rem;font-weight:600;color:var(--dark);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-variant{font-size:.75rem;color:var(--muted)}.cart-item-price{font-size:1rem;font-weight:800;color:var(--dark);white-space:nowrap}.cart-item-original-price{font-size:.75rem;color:var(--muted);text-decoration:line-through}.cart-item-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.25rem}.cart-item-actions .qty-btn{width:36px;height:36px;font-size:1.125rem}.cart-item-actions .qty-input{width:36px;height:36px;font-size:.875rem}.cart-remove-btn{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--muted);background:none;border:none;cursor:pointer;padding:.25rem;min-height:36px;border-radius:var(--radius-sm);transition:color .15s}.cart-remove-btn:hover{color:#dc2626}.cart-summary{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.125rem;height:fit-content}.cart-summary-lines{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.875rem}.cart-summary-line{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:var(--text)}.cart-summary-total{display:flex;justify-content:space-between;align-items:center;font-size:1.0625rem;font-weight:800;padding-top:.75rem;border-top:1.5px solid var(--border);margin-bottom:1rem}.cart-checkout-form{display:block}@media(max-width:767px){.cart-checkout-form{display:none}}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;width:100%;padding:1rem;background:var(--blue);color:#fff;border:none;border-radius:var(--radius-lg);font-size:1.0625rem;font-weight:800;cursor:pointer;transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 4px 14px #2563eb59;letter-spacing:.01em}.cart-checkout-btn:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.cart-checkout-btn:active{transform:translateY(0)}.cart-trust{display:flex;flex-direction:column;gap:.625rem;margin-top:1.125rem;padding-top:1.125rem;border-top:1px solid var(--border)}.cart-trust-item{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;color:var(--text)}.cart-payments{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:1rem;padding-top:.875rem;border-top:1px solid var(--border)}.cart-discount-wrap{margin-top:1rem}.cart-discount-row{display:flex;gap:.5rem}.cart-discount-input{flex:1;padding:.625rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem}.cart-sticky-bar{display:none}@media(max-width:767px){.cart-sticky-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1.5px solid var(--border);padding:.875rem var(--px) calc(.875rem + env(safe-area-inset-bottom));z-index:90;box-shadow:0 -4px 20px #0000001a}}.cart-sticky-bar-total{display:flex;flex-direction:column;line-height:1.2}.cart-sticky-bar-label{font-size:.75rem;color:var(--muted)}.cart-sticky-bar-amount{font-size:1.125rem;font-weight:800;color:var(--dark)}.section{padding-block:2.5rem}@media(min-width:768px){.section{padding-block:3.5rem}}@media(min-width:1024px){.section{padding-block:4.5rem}}.section-bg{background:var(--bg)}.section-header{text-align:center;margin-bottom:2rem}.section-eyebrow{display:inline-block;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:.5rem}.section-title{font-size:clamp(1.375rem,3vw,2rem);margin-bottom:.625rem}.section-desc{font-size:.9375rem;color:var(--muted);max-width:520px;margin-inline:auto}.features-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;transition:box-shadow .2s}.feature-card:hover{box-shadow:var(--shadow-md)}.feature-icon{width:48px;height:48px;background:var(--blue-light);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.375rem;margin-bottom:.875rem}.feature-title{font-size:1rem;margin-bottom:.375rem}.feature-desc{font-size:.875rem;color:var(--muted);line-height:1.6}.product-points-forts{padding:1.25rem var(--px);border-bottom:1px solid var(--border)}.points-forts-title{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:1rem}.pf-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.pf-metric{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.875rem .5rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg);gap:.25rem}.pf-metric-icon{font-size:1.5rem;line-height:1}.pf-metric-value{font-size:.9375rem;font-weight:800;color:var(--dark)}.pf-metric-label{font-size:.6875rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.pf-checks{display:flex;flex-wrap:wrap;gap:.5rem}.pf-check{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--blue-light);color:var(--blue);border-radius:100px;font-size:.8125rem;font-weight:500}.pf-check svg{color:var(--blue)}.reviews-section{border-bottom:1px solid var(--border)}.reviews-header{padding:1.25rem var(--px) 1rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;border-bottom:1px solid var(--border)}.reviews-title{font-size:1.125rem}.reviews-summary{display:flex;align-items:center;gap:.5rem}.score-number{font-size:1.5rem;font-weight:900;color:var(--dark)}.reviews-stars-big{color:#f59e0b;font-size:1rem;letter-spacing:-.04em}.reviews-count{font-size:.8125rem;color:var(--muted)}.reviews-list{padding:0 var(--px);display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.review-card{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;background:#fff}.review-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.review-stars{color:#f59e0b;font-size:.9375rem;letter-spacing:-.04em}.review-date{font-size:.75rem;color:var(--muted)}.review-title{font-size:.9375rem;font-weight:700;color:var(--dark);margin-bottom:.375rem}.review-body{font-size:.875rem;color:var(--text);line-height:1.6;margin-bottom:.75rem}.review-footer{display:flex;align-items:center;gap:.625rem}.review-author{font-size:.8125rem;font-weight:600;color:var(--text)}.review-verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--green);font-weight:500}.reviews-empty{padding:2rem var(--px);text-align:center}.stock-urgency{display:flex;align-items:center;gap:.5rem;background:#fef2f2;color:var(--red);border:1px solid #FECACA;border-radius:var(--radius);padding:.625rem .75rem;font-size:.8125rem;font-weight:600;margin-bottom:.625rem}.countdown-timer{display:flex;align-items:center;gap:.5rem;background:#fff7ed;color:var(--orange);border:1px solid #FED7AA;border-radius:var(--radius);padding:.625rem .75rem;font-size:.8125rem;font-weight:600;margin-bottom:.875rem}.countdown-time{font-variant-numeric:tabular-nums;font-weight:800;margin-left:auto}.delivery-block{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:.875rem}.delivery-option{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem}.delivery-option+.delivery-option{border-top:1px solid var(--border)}.delivery-option-icon{flex-shrink:0;width:36px;height:36px;background:var(--blue-light);color:var(--blue);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.delivery-option-body{flex:1;min-width:0}.delivery-option-label{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--dark);margin-bottom:.2rem;flex-wrap:wrap}.delivery-price-free{color:var(--green);font-weight:700;font-size:.8125rem}.delivery-option-date{font-size:.8125rem;color:var(--muted)}.delivery-option-date strong{color:var(--text)}.delivery-option-note{font-size:.75rem;color:var(--muted);margin-top:.125rem}.product-trust-badges{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.875rem;padding-top:.875rem;border-top:1px solid var(--border)}.trust-badge{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;color:var(--muted)}.trust-badge svg{flex-shrink:0;color:var(--blue)}.cat-grid{display:grid;grid-template-columns:1fr;gap:.875rem}@media(min-width:640px){.cat-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.cat-card{display:flex;flex-direction:row;align-items:flex-start;gap:1.125rem;padding:1.25rem;border:1.5px solid var(--border);border-left:4px solid var(--blue);border-radius:var(--radius-lg);background:#fff;text-decoration:none;color:inherit;transition:box-shadow .25s,transform .25s,border-color .25s}@media(min-width:640px){.cat-card{flex-direction:column;border-left:1.5px solid var(--border);border-top:4px solid var(--blue);gap:1rem;padding:1.75rem 1.5rem}}.cat-card:hover{box-shadow:0 8px 28px #2563eb1f;transform:translateY(-3px);border-color:var(--blue)}.cat-card-icon-wrap{width:54px;height:54px;flex-shrink:0;border-radius:14px;background:var(--blue-light);display:flex;align-items:center;justify-content:center}@media(min-width:640px){.cat-card-icon-wrap{width:60px;height:60px;border-radius:16px}}.cat-card-icon{font-size:1.75rem;line-height:1}.cat-card-content{flex:1;display:flex;flex-direction:column;gap:.375rem;min-width:0}.cat-card-count{display:inline-block;align-self:flex-start;font-size:.7rem;font-weight:600;color:var(--blue);background:var(--blue-light);padding:.15rem .5rem;border-radius:100px;margin-bottom:.125rem}.cat-card-img{border-radius:var(--radius);overflow:hidden;background:var(--bg);aspect-ratio:16/9}.cat-card-img img{width:100%;height:100%;object-fit:cover}.cat-card-title{font-size:1rem;font-weight:700;color:var(--dark);margin:0}@media(min-width:640px){.cat-card-title{font-size:1.125rem}}.cat-card-desc{font-size:.8125rem;color:var(--muted);line-height:1.55;margin:0}.cat-card-cta{margin-top:.5rem;display:inline-flex;align-items:center;gap:.3rem;font-size:.8125rem;font-weight:600;color:var(--blue)}@media(min-width:640px){.cat-card-cta{margin-top:auto;padding-top:.875rem;border-top:1px solid var(--border);font-size:.875rem}}.newsletter{background:linear-gradient(135deg,var(--blue) 0%,#0033BB 100%);color:#fff;padding:2.5rem var(--px);text-align:center}.newsletter-title{font-size:clamp(1.25rem,3vw,1.875rem);color:#fff;margin-bottom:.625rem}.newsletter-desc{font-size:.9375rem;opacity:.85;max-width:480px;margin:0 auto 1.25rem}.newsletter-form{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;max-width:440px;margin:0 auto}.newsletter-input{flex:1;min-width:180px;padding:.75rem 1rem;border-radius:var(--radius);border:1.5px solid rgba(255,255,255,.3);background:#ffffff26;color:#fff;font-size:.9375rem}.newsletter-input::placeholder{color:#fff9}.newsletter-input:focus{background:#ffffff40;outline:none}.site-footer{background:var(--dark);color:#ffffffb3;padding-top:2.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@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 .header-logo{color:#fff;margin-bottom:.75rem}.footer-brand p{font-size:.875rem;line-height:1.7;max-width:260px}.footer-col-title{font-size:.9375rem;font-weight:700;color:#fff;margin-bottom:.875rem}.footer-links{display:flex;flex-direction:column;gap:.375rem}.footer-links a{font-size:.875rem;color:#fff9;transition:color .2s}.footer-links a:hover{color:#fff}.footer-social{display:flex;gap:.5rem;margin-top:.875rem}.social-btn{width:36px;height:36px;border-radius:var(--radius);background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#ffffffb3;font-size:1.0625rem;transition:background .2s,color .2s}.social-btn:hover{background:var(--blue);color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem var(--px);display:flex;flex-direction:column;align-items:center;gap:.75rem;font-size:.8125rem;text-align:center}.payment-icons{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem}.payment-icon{display:flex;align-items:center;border-radius:4px;overflow:hidden;box-shadow:0 1px 3px #0000004d}@media(min-width:1024px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-size:.8125rem;color:var(--muted);padding:0 var(--px) .75rem}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--blue)}.breadcrumb-sep{opacity:.5}.breadcrumb-current{color:var(--text);font-weight:500}.toast{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%) translateY(80px);z-index:9999;background:var(--dark);color:#fff;padding:.875rem 1.25rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);font-size:.9375rem;font-weight:500;white-space:nowrap;opacity:0;transition:all .3s ease;max-width:calc(100vw - 2rem);white-space:normal;text-align:center}.toast.show{transform:translate(-50%) translateY(0);opacity:1}.toast-success{border-left:4px solid #10B981}.spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.product-faq-section{padding:1.25rem var(--px);border-bottom:1px solid var(--border)}.product-faq-title{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.faq-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.faq-item>summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9375rem 1rem;font-size:.9375rem;font-weight:600;color:var(--dark);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.faq-item>summary::-webkit-details-marker{display:none}.faq-item>summary::marker{display:none;content:""}.faq-item>summary:hover{color:var(--blue);background:var(--bg)}.faq-chevron{width:18px;height:18px;flex-shrink:0;color:var(--muted);transition:transform .25s ease}.faq-item[open]>summary{color:var(--blue);border-bottom:1px solid var(--border)}.faq-item[open]>summary .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:1rem;font-size:.9rem;color:var(--text);line-height:1.7;background:var(--bg)}.faq-contact{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.875rem;color:var(--muted)}.product-rec-section{padding:2rem var(--px) 2.5rem;border-top:1px solid var(--border);background:var(--bg)}.product-rec-title{font-size:1.25rem;font-weight:800;color:var(--dark);margin-bottom:1.25rem}.product-rec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem}@media(min-width:640px){.product-rec-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-rec-grid{grid-template-columns:repeat(4,1fr)}}.rec-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;color:var(--text)}.rec-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.rec-card-img{aspect-ratio:1;background:var(--bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.rec-card-img img{width:100%;height:100%;object-fit:cover}.rec-card-body{padding:.75rem;display:flex;flex-direction:column;gap:.375rem;flex:1}.rec-card-title{font-size:.875rem;font-weight:600;color:var(--dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rec-card-price{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;margin-top:auto}.rec-price-current{font-weight:800;font-size:.9375rem;color:var(--blue)}.rec-price-old{font-size:.8125rem;color:var(--muted);text-decoration:line-through}.rec-price-badge{font-size:.6875rem;font-weight:700;color:#fff;background:var(--red);border-radius:4px;padding:1px 5px}.product-rec-loading{grid-column:1 / -1;display:flex;gap:.5rem;justify-content:center;padding:2rem 0}.product-rec-loading span{width:8px;height:8px;background:var(--border);border-radius:50%;animation:rec-pulse 1.2s ease-in-out infinite}.product-rec-loading span:nth-child(2){animation-delay:.2s}.product-rec-loading span:nth-child(3){animation-delay:.4s}@keyframes rec-pulse{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.contact-page{padding:2rem 0 4rem}.contact-hero{text-align:center;margin-bottom:3rem}.contact-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--dark);margin-bottom:.75rem}.contact-subtitle{font-size:1.0625rem;color:var(--muted);max-width:480px;margin:0 auto}.contact-layout{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.contact-layout{grid-template-columns:1fr 340px;gap:3rem}}.contact-section-title{font-size:1.125rem;font-weight:700;color:var(--dark);margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.125rem}.contact-row{display:grid;grid-template-columns:1fr;gap:1.125rem}@media(min-width:640px){.contact-row{grid-template-columns:1fr 1fr}}.contact-field{display:flex;flex-direction:column;gap:.375rem}.contact-field label{font-size:.875rem;font-weight:500;color:var(--dark)}.contact-field label span[aria-hidden]{color:var(--blue)}.contact-optional{font-weight:400;color:var(--muted);font-size:.8125rem}.contact-field input,.contact-field select,.contact-field textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.9375rem;color:var(--text);background:var(--white);transition:border-color .2s;font-family:inherit}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.contact-field textarea{resize:vertical;min-height:130px}.contact-field select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:18px;padding-right:2.5rem}.contact-submit{margin-top:.25rem;gap:.5rem}.contact-success{display:flex;align-items:center;gap:.75rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius);padding:1rem 1.25rem;color:#166534;font-weight:500}.contact-info-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.contact-info-item{display:flex;align-items:flex-start;gap:.875rem}.contact-info-icon{width:40px;height:40px;border-radius:var(--radius);background:var(--blue-light);color:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info-icon svg{width:18px;height:18px}.contact-info-label{font-size:.8125rem;color:var(--muted);margin-bottom:.125rem}.contact-info-value{font-size:.9375rem;font-weight:500;color:var(--dark);text-decoration:none}a.contact-info-value:hover{color:var(--blue)}.contact-response-time{display:flex;align-items:center;gap:.5rem;background:var(--blue-light);border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem;color:var(--blue);font-weight:500}.ic-blue{background:linear-gradient(145deg,#60a5fa,#2563eb)}.ic-green{background:linear-gradient(145deg,#4ade80,#16a34a)}.ic-orange{background:linear-gradient(145deg,#fb923c,#ea580c)}.ic-amber{background:linear-gradient(145deg,#fcd34d,#d97706)}.ic-purple{background:linear-gradient(145deg,#c084fc,#7c3aed)}.ic-red{background:linear-gradient(145deg,#f87171,#dc2626)}.ic-teal{background:linear-gradient(145deg,#2dd4bf,#0d9488)}.ic-sky{background:linear-gradient(145deg,#38bdf8,#0284c7)}.feat-icon-wrap{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.625rem;margin:0 auto 1.25rem;box-shadow:0 4px 14px #00000026}.trust-icon-circle{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;box-shadow:0 2px 8px #0000001f}.coll-trust-circle{width:32px;height:32px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #0000001f}.coll-trust-circle svg{width:15px;height:15px;stroke:#fff}.collection-trust{background:#f8fafc;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:.875rem 0}.collection-trust-list{display:flex;flex-wrap:wrap;gap:.75rem 2rem;list-style:none;margin:0;padding:0;justify-content:center}.coll-trust-item{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;color:var(--text);white-space:nowrap}.coll-trust-item strong{color:var(--dark)}.card-badge-bestseller{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.25rem .5rem;border-radius:4px;box-shadow:0 2px 6px #f59e0b59}.card-rating{display:flex;align-items:center;gap:.3rem;margin:.25rem 0}.card-stars{color:#f59e0b;font-size:.9375rem;letter-spacing:-.5px;line-height:1}.card-rating-score{font-size:.8125rem;font-weight:700;color:var(--dark)}.card-rating-count{font-size:.75rem;color:var(--muted)}.cart-shipping-bar{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);padding:.875rem 1rem;margin-bottom:1rem}.cart-shipping-bar-msg{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--text);margin:0 0 .625rem}.cart-shipping-bar-msg strong{color:var(--dark)}.cart-shipping-bar-msg--free{color:#16a34a;font-weight:600}.cart-shipping-bar-track{height:8px;background:var(--border);border-radius:99px;overflow:hidden}.cart-shipping-bar-fill{height:100%;background:linear-gradient(90deg,#60a5fa,#2563eb);border-radius:99px;transition:width .4s ease}.cart-shipping-bar-fill.is-complete{background:linear-gradient(90deg,#4ade80,#16a34a)}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
