*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7f7f8;--text:#111;--muted:#6b7280;--card:#fff;--border:#e5e7eb;--accent:#2563eb;--r-card:20px;--r-btn:12px;--r-pill:999px;--shadow:0 10px 30px #0000000d;--max:1200px;--px:40px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;font-size:15px;line-height:1.6}#header{z-index:100;-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#fffc;height:72px;position:sticky;top:0}.header-inner{max-width:var(--max);padding:0 var(--px);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:var(--text);font-size:14px;text-decoration:none;transition:color .2s}.header-right{align-items:center;gap:12px;display:flex}.cart-icon-btn{border:1px solid var(--border);background:var(--card);width:42px;height:42px;color:var(--text);border-radius:12px;justify-content:center;align-items:center;text-decoration:none;transition:background .2s,border-color .2s;display:flex}.catalog-hero{background:var(--card);border-bottom:1px solid var(--border);padding:56px 0 48px}.catalog-hero-inner{max-width:var(--max);padding:0 var(--px);margin:0 auto}.catalog-eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--r-pill);background:#eff6ff;border:1px solid #bfdbfe;align-items:center;gap:8px;margin-bottom:28px;padding:6px 14px;font-size:12px;font-weight:500;display:inline-flex}.catalog-eyebrow:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.catalog-hero h1{letter-spacing:-.5px;color:var(--text);margin-bottom:24px;font-family:Playfair Display,serif;font-size:clamp(38px,4.5vw,56px);font-weight:500;line-height:1.15}.catalog-hero h1 em{color:var(--accent);font-style:italic}.catalog-hero-sub{color:var(--muted);max-width:480px;font-size:17px;line-height:1.7}.catalog-body{max-width:var(--max);padding:40px var(--px) 80px;grid-template-columns:220px 1fr;align-items:start;gap:40px;margin:0 auto;display:grid}.catalog-sidebar{position:sticky;top:88px}.sidebar-section{border-bottom:1px solid var(--border)}.sidebar-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;margin-bottom:0;padding:14px 2px;font-size:11px;font-weight:600;display:flex}.sidebar-chevron{width:14px;height:14px;color:var(--muted);flex-shrink:0;transition:transform .2s}.sidebar-section.open .sidebar-chevron{transform:rotate(180deg)}.sidebar-collapse{padding-bottom:14px;display:none}.sidebar-section.open .sidebar-collapse{display:block}.sidebar-options{flex-direction:column;gap:2px;display:flex}.sidebar-option{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;padding:6px 10px;transition:background .15s;display:flex}.sidebar-option:hover{background:#f3f4f6}.sidebar-option.active{border-color:var(--border);background:#f3f4f6}.sidebar-option-left{color:var(--text);font-size:13px}.sidebar-option.active .sidebar-option-left{font-weight:500}.sidebar-count{color:var(--muted);font-size:11px}.sidebar-tag-list{flex-wrap:wrap;gap:6px;display:flex}.sidebar-tag{border-radius:var(--r-pill);border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;padding:4px 10px;font-size:11px;transition:all .15s}.sidebar-tag:hover{border-color:var(--text);color:var(--text)}.sidebar-tag.active{background:var(--text);color:#fff;border-color:var(--text)}.price-slider-wrap{padding:4px 2px 8px}.price-range-display{color:var(--text);align-items:center;gap:6px;margin-bottom:16px;font-size:13px;font-weight:500;display:flex}.price-range-sep{color:var(--muted);font-weight:400}.price-slider-track-wrap{align-items:center;height:20px;display:flex;position:relative}.price-slider-track{background:var(--border);pointer-events:none;border-radius:2px;height:3px;position:absolute;left:0;right:0}.price-slider-fill{background:var(--text);border-radius:2px;height:100%;position:absolute}.price-range-input{appearance:none;pointer-events:none;background:0 0;outline:none;width:100%;height:3px;position:absolute;left:0}.price-range-input::-webkit-slider-thumb{-webkit-appearance:none;background:var(--text);cursor:pointer;pointer-events:all;border:2px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #0003}.grid-toolbar{justify-content:flex-end;margin-bottom:16px;display:flex}.sort-select{border:1px solid var(--border);border-radius:var(--r-btn);color:var(--text);cursor:pointer;background:0 0;outline:none;height:38px;padding:6px 12px;font-family:Inter,sans-serif;font-size:12px}.catalog-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.product-card{background:var(--card);border-radius:var(--r-card);border:1px solid var(--border);box-shadow:var(--shadow);cursor:pointer;color:inherit;flex-direction:column;text-decoration:none;transition:transform .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #00000017}.product-img-link{text-decoration:none;display:block}.product-name-link{color:inherit;text-decoration:none}.product-badge{letter-spacing:.06em;text-transform:uppercase;border-radius:var(--r-pill);z-index:2;padding:4px 9px;font-size:10px;font-weight:600;position:absolute;top:12px;left:12px}.product-badge.popular{color:var(--accent);background:#eff6ff;border:1px solid #bfdbfe}.product-badge.sale{color:var(--accent);letter-spacing:.08em;background:#eff6ff;border:1px solid #bfdbfe;font-size:10px}.product-badge.new{color:#fff;background:#111}.product-img{aspect-ratio:4/3;background:#f3f4f6;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.vial-placeholder{border-radius:6px;flex-direction:column;justify-content:flex-end;align-items:center;width:60px;height:90px;padding-bottom:8px;display:flex;position:relative;box-shadow:0 4px 20px #00000026}.vial-placeholder:before{content:"";background:#ffffff40;border-radius:6px 6px 0 0;height:38%;position:absolute;top:0;left:0;right:0}.vial-label{letter-spacing:.06em;text-transform:uppercase;color:#ffffffd9;text-align:center;z-index:1;padding:0 4px;font-size:7px;font-weight:700;line-height:1.3;position:relative}.product-body{flex-direction:column;flex:1;padding:20px;display:flex}.product-name{color:var(--text);margin-bottom:12px;font-size:16px;font-weight:600;line-height:1.3}.product-sizes{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.size-pill{border-radius:var(--r-pill);border:1.5px solid var(--border);color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;padding:5px 12px;font-size:11px;font-weight:500;transition:all .15s}.size-pill:hover{border-color:var(--text)}.size-pill.selected{border-color:var(--text);background:var(--text);color:#fff}.product-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:14px;display:flex}.product-price-from{color:var(--muted);font-size:10px;font-weight:400}.product-price{color:var(--text);font-size:17px;font-weight:600;line-height:1}.product-price-original{color:#9ca3af;vertical-align:middle;margin-left:5px;font-size:12px;font-weight:400;text-decoration:line-through}.btn-add{background:var(--text);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:6px;padding:9px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;transition:opacity .18s;display:flex}.btn-add:hover{opacity:.8}.product-detail{max-width:var(--max);padding:60px var(--px) 80px;grid-template-columns:1fr 1fr;align-items:start;gap:80px;margin:0 auto;display:grid}.product-detail-img{aspect-ratio:1;border-radius:var(--r-card);border:1px solid var(--border);background:#f3f4f6;justify-content:center;align-items:center;display:flex}.product-detail-category{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px;font-size:11px;font-weight:500}.product-detail-name{letter-spacing:-.02em;color:var(--text);margin-bottom:24px;font-family:Inter,sans-serif;font-size:clamp(28px,3.2vw,38px);font-weight:600;line-height:1.2}.product-detail-price{color:var(--text);letter-spacing:-.01em;margin-bottom:0;font-family:Inter,sans-serif;font-size:clamp(24px,2.6vw,30px);font-weight:700;line-height:1.1}.product-detail-sizes-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:12px;font-size:11px;font-weight:600}.product-detail-sizes{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.product-detail-size-pill{border-radius:var(--r-pill);border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:#fff;padding:10px 20px;font-size:13px;font-weight:500;transition:all .15s}.product-detail-size-pill:hover{border-color:var(--text)}.product-detail-size-pill.selected{border-color:var(--text);background:var(--text);color:#fff}.btn-add-lg{background:var(--text);color:#fff;border-radius:var(--r-btn);cursor:pointer;border:none;width:100%;padding:15px 32px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;transition:opacity .18s}.btn-add-lg:hover{opacity:.8}.back-link{color:var(--muted);align-items:center;gap:6px;margin-bottom:32px;font-size:13px;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--text)}.trust-bar{background:var(--text);color:#fff;padding:28px 0}.trust-bar-inner{max-width:var(--max);padding:0 var(--px);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;margin:0 auto;display:flex}.trust-item{align-items:center;gap:12px;display:flex}.trust-icon{background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.trust-icon svg{color:#60a5fa}.trust-text-label{color:#fff;font-size:13px;font-weight:500}.trust-text-sub{color:#ffffff73;font-size:11px}.trust-divider{background:#ffffff1a;width:1px;height:32px}footer{background:var(--text);color:#fff;padding:60px 0 32px}.footer-top{max-width:var(--max);padding:0 var(--px);border-bottom:1px solid #ffffff14;grid-template-columns:1.4fr 1fr;gap:60px;margin:0 auto;padding-bottom:48px;display:grid}.footer-logo-img{width:auto;height:52px;margin-bottom:16px;display:block}.footer-desc{color:#ffffff73;max-width:300px;margin-bottom:16px;font-size:13px;line-height:1.7}.footer-email{color:#fff9;font-size:13px;text-decoration:none}.footer-email:hover{color:#fff}.footer-col-title{letter-spacing:.12em;text-transform:uppercase;color:#ffffff4d;margin-bottom:16px;font-size:10px;font-weight:600}.footer-links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-links a{color:#ffffff8c;font-size:13px;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#fff}.footer-bottom{max-width:var(--max);padding:28px var(--px) 0;flex-direction:column;gap:12px;margin:0 auto;display:flex}.footer-copy{color:#ffffff4d;font-size:12px}.footer-disclaimer{color:#fff3;max-width:860px;font-size:10px;line-height:1.7}@media (max-width:900px){.catalog-body{grid-template-columns:1fr}.catalog-sidebar{position:static}.catalog-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){:root{--px:20px}.nav-links{display:none}.catalog-hero h1{font-size:clamp(34px,9vw,48px)}.catalog-hero-sub{font-size:15px}.catalog-hero{padding:40px 0 32px}.catalog-grid{grid-template-columns:1fr}.trust-bar-inner{flex-direction:column;align-items:flex-start;gap:20px}.trust-divider{display:none}.footer-top{grid-template-columns:1fr;gap:32px}}@media (max-width:480px){.catalog-hero h1{font-size:clamp(30px,10vw,40px)}}.home-page .container{max-width:var(--max);padding:0 var(--px);margin:0 auto}.home-page .hero-inner{max-width:var(--max);padding:0 var(--px);grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin:0 auto;display:grid}.home-page .hero-eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--r-pill);background:#eff6ff;border:1px solid #bfdbfe;align-items:center;gap:8px;margin-bottom:28px;padding:6px 14px;font-size:12px;font-weight:500;display:inline-flex}.home-page .hero-eyebrow:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px}.home-page .hero-title{letter-spacing:-.5px;color:var(--text);margin-bottom:24px;font-family:Playfair Display,serif;font-size:clamp(38px,4.5vw,56px);font-weight:500;line-height:1.15}.home-page .hero-title em{color:var(--accent);font-style:italic}.home-page .hero-sub{color:var(--muted);max-width:480px;margin-bottom:40px;font-size:17px;line-height:1.7}.home-page .hero-actions-row{flex-wrap:wrap;align-items:flex-end;gap:16px;display:flex}.home-page .hero-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.home-page .hero-email-form{width:100%;max-width:420px;margin-top:20px}.home-page .hero-email-wrap{border:1.5px solid var(--border);border-radius:var(--r-btn);background:#fff;align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0000000f}.home-page .hero-email-wrap:focus-within{border-color:var(--text);box-shadow:0 4px 20px #0000001a}.home-page .hero-email-input{color:var(--text);letter-spacing:.04em;background:0 0;border:none;outline:none;flex:1;padding:13px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:500}.home-page .hero-email-input::placeholder{color:var(--muted);letter-spacing:.06em}.home-page .hero-email-submit{background:var(--text);cursor:pointer;color:#fff;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin:3px;transition:opacity .2s;display:flex}.home-page .hero-email-submit:hover{opacity:.8}.home-page .hero-email-label{color:var(--muted);letter-spacing:.05em;margin-bottom:6px;font-size:11px;font-weight:500}.home-page .hero-email-disclaimer{color:#b0b7c3;margin-top:6px;font-size:9px;line-height:1.5}.home-page .hero-email-disclaimer a{color:#b0b7c3;text-decoration:underline;transition:color .2s}.home-page .hero-email-disclaimer a:hover{color:var(--muted)}.home-page .btn-ghost{color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:14px;text-decoration:none;transition:color .2s;display:inline-flex}.home-page .btn-ghost:hover{color:var(--text)}.home-page .btn-ghost svg{transition:transform .2s}.home-page .btn-ghost:hover svg{transform:translate(3px)}.home-page .hero-stats{display:none}.home-page #hero{padding:110px 0 0;overflow:hidden}.home-page .hero-carousel-wrap{border-top:1px solid var(--border);border-bottom:1px solid var(--border);border-left:1px solid var(--border);border-right:1px solid var(--border);max-width:calc(var(--max) + var(--px) * 2);border-radius:0 0 20px 20px;margin-top:60px;margin-left:auto;margin-right:auto;padding:28px 0;position:relative;overflow:hidden}.home-page .hero-carousel-wrap:before,.home-page .hero-carousel-wrap:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.home-page .hero-carousel-wrap:before{background:linear-gradient(to right, var(--bg), transparent);left:0}.home-page .hero-carousel-wrap:after{background:linear-gradient(to left, var(--bg), transparent);right:0}.home-page .hero-carousel-track{gap:0;width:max-content;animation:22s linear infinite carousel-scroll;display:flex}.home-page .hero-carousel-track:hover{animation-play-state:paused}@keyframes carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-page .carousel-item{white-space:nowrap;color:var(--muted);letter-spacing:.02em;align-items:center;gap:10px;padding:0 40px;font-size:13px;font-weight:500;display:flex}.home-page .carousel-dot{background:var(--accent);opacity:.6;border-radius:50%;flex-shrink:0;width:5px;height:5px}.home-page .hero-image-panel{border-radius:var(--r-card);box-shadow:none;aspect-ratio:4/3;transform-origin:50%;background:0 0;position:relative;overflow:visible;transform:scale(1.18)}.home-page .hero-image-panel img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.home-page .hero-visual{position:relative}.home-page .hero-card-stack{height:460px;position:relative}.home-page .hc{background:var(--card);border-radius:var(--r-card);box-shadow:var(--shadow);border:1px solid var(--border);padding:28px;position:absolute}.home-page .hc-main{padding:32px;top:0;left:0;right:0}.home-page .hc-main-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:20px;font-size:11px;font-weight:600}.home-page .hc-product-row{border-bottom:1px solid #f3f4f6;align-items:center;gap:16px;padding:16px 0;display:flex}.home-page .hc-product-row:last-child{border-bottom:none}.home-page .hc-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.home-page .hc-product-name{flex:1;font-family:Playfair Display,serif;font-size:15px}.home-page .hc-purity{color:#16a34a;font-size:13px;font-weight:600}.home-page .hc-badge-row{gap:8px;margin-top:20px;display:flex}.home-page .hc-badge{border-radius:var(--r-pill);color:var(--muted);background:#f3f4f6;padding:5px 10px;font-size:11px;font-weight:500}.home-page .hc-badge.green{color:#15803d;background:#dcfce7}.home-page .hc-badge.blue{color:#1d4ed8;background:#eff6ff}.home-page .hc-floating{background:var(--text);color:#fff;width:210px;bottom:0;right:0}.home-page .hc-floating .f-label{letter-spacing:.08em;text-transform:uppercase;opacity:.5;margin-bottom:14px;font-size:11px}.home-page .hc-floating .f-number{margin-bottom:4px;font-family:Playfair Display,serif;font-size:32px;font-weight:500;line-height:1}.home-page .hc-floating .f-sub{opacity:.6;margin-bottom:16px;font-size:12px}.home-page .hc-floating .f-bar-track{background:#ffffff26;border-radius:2px;height:3px}.home-page .hc-floating .f-bar-fill{background:var(--accent);border-radius:2px;width:87%;height:3px}.home-page #catalog{padding:100px 0}.home-page .section-header{margin-bottom:56px}.home-page .section-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:12px;font-weight:500;display:inline-block}.home-page .section-title{letter-spacing:-.3px;color:var(--text);margin-bottom:16px;font-family:Playfair Display,serif;font-size:clamp(28px,3vw,38px);font-weight:500;line-height:1.2}.home-page .section-sub{color:var(--muted);max-width:540px;font-size:16px;line-height:1.7}.home-page .catalog-filters{flex-wrap:wrap;gap:8px;margin-bottom:40px;display:flex}.home-page .filter-pill{border-radius:var(--r-pill);border:1px solid var(--border);background:var(--card);color:var(--muted);cursor:pointer;padding:7px 16px;font-size:13px;font-weight:500;transition:all .18s}.home-page .filter-pill:hover{border-color:var(--text);color:var(--text)}.home-page .filter-pill.active{background:var(--text);color:#fff;border-color:var(--text)}.home-page .catalog-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.home-page .product-card{background:var(--card);border-radius:var(--r-card);border:1px solid var(--border);box-shadow:var(--shadow);cursor:pointer;transition:transform .22s,box-shadow .22s;overflow:hidden}.home-page .product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #00000017}.home-page .product-img{aspect-ratio:4/3;background:#f3f4f6;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.home-page .product-img-inner{background:linear-gradient(160deg,#e8e8e8 0%,#d0d0d0 100%);border-radius:8px;flex-direction:column;justify-content:flex-end;align-items:center;width:70px;height:100px;padding-bottom:8px;display:flex;position:relative;box-shadow:0 4px 16px #0000001f}.home-page .product-img-inner:before{content:"";background:linear-gradient(#ffffff4d 0%,#0000 100%);border-radius:8px 8px 0 0;height:40%;position:absolute;top:0;left:0;right:0}.home-page .product-img-label{letter-spacing:.08em;text-transform:uppercase;color:#555;text-align:center;padding:0 4px;font-size:8px;font-weight:700}.home-page .product-purity-badge{color:#15803d;border-radius:var(--r-pill);background:#dcfce7;border:1px solid #bbf7d0;padding:4px 9px;font-size:11px;font-weight:600;position:absolute;top:12px;right:12px}.home-page .product-body{padding:20px}.home-page .product-category{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:11px;font-weight:500}.home-page .product-name{color:var(--text);margin-bottom:8px;font-family:Inter,sans-serif;font-size:17px;font-weight:600;line-height:1.3}.home-page .product-desc{color:var(--muted);margin-bottom:18px;font-size:13px;line-height:1.6}.home-page .product-sizes{flex-wrap:wrap;gap:8px;margin:12px 0 16px;display:flex}.home-page .size-pill{border-radius:var(--r-pill);border:2px solid var(--border);color:var(--text);cursor:default;-webkit-user-select:none;user-select:none;background:#fff;padding:5px 14px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;box-shadow:0 2px 6px #0000000f}.home-page .shipping-pill{border-radius:var(--r-pill);color:#15803d;cursor:default;-webkit-user-select:none;user-select:none;background:#f0fdf4;border:none;align-items:center;gap:6px;width:fit-content;margin:0 0 16px;padding:5px 12px;font-family:Inter,sans-serif;font-size:11px;font-weight:500;display:inline-flex}.home-page .shipping-pill:before{content:"";background:#16a34a;border-radius:50%;flex-shrink:0;width:6px;height:6px}.home-page .catalog-mobile-cta{justify-content:center;margin-top:16px;display:none}.home-page .catalog-mobile-cta a{text-align:center;width:100%;padding:14px 24px;font-size:15px}.home-page .product-footer{justify-content:space-between;align-items:center;display:flex}.home-page .product-price{color:var(--text);font-size:18px;font-weight:600}.home-page .product-price span{color:var(--muted);margin-left:2px;font-size:13px;font-weight:400}.home-page .btn-add{background:var(--text);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:9px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:opacity .18s}.home-page .btn-add:hover{opacity:.8}.home-page .verified-transition-top,.home-page .verified-transition-bottom{z-index:1;width:100%;height:320px;line-height:0;display:block;position:relative;overflow:hidden}.home-page .verified-transition-top{background:#f7f7f8;margin-bottom:-2px}.home-page .verified-transition-bottom{background:var(--accent);margin-top:-2px}.home-page .verified-transition-top img,.home-page .verified-transition-bottom img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.home-page .verified-transition-bottom img{filter:invert()sepia()saturate(5)hue-rotate(200deg);transform:scaleY(-1)}.home-page #verified{background:var(--text);color:#fff;padding:100px 0}.home-page #verified .section-sub{color:#ffffff8c;max-width:600px}.home-page .verified-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:56px;display:grid}.home-page .verified-card{border-radius:var(--r-card);background:#ffffff0d;border:1px solid #ffffff1a;padding:36px 32px;transition:background .2s}.home-page .verified-icon{background:#2563eb33;border:1px solid #2563eb4d;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;display:flex}.home-page .verified-step{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:12px;font-size:11px}.home-page .verified-title{color:#fff;margin-bottom:14px;font-family:Inter,sans-serif;font-size:21px;font-weight:600;line-height:1.3}.home-page .verified-desc{color:#ffffff8c;font-size:14px;line-height:1.7}.home-page .verified-cta-row{align-items:center;gap:20px;margin-top:60px;display:flex}.home-page .btn-white{color:var(--text);border-radius:var(--r-btn);cursor:pointer;background:#fff;border:none;padding:12px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-block}.home-page .btn-white:hover{opacity:.9}.home-page .btn-ghost-white{color:#ffffff8c;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:14px;text-decoration:none;transition:color .2s;display:inline-flex}.home-page .btn-ghost-white:hover{color:#fff}.home-page #testimonials{padding:100px 0}.home-page .testimonials-header{justify-content:space-between;align-items:flex-end;margin-bottom:56px;display:flex}.home-page .rating-row{align-items:center;gap:10px;margin-top:14px;display:flex}.home-page .stars{gap:3px;display:flex}.home-page .star{color:#f59e0b;font-size:16px}.home-page .rating-text{color:var(--muted);font-size:14px}.home-page .testimonials-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.home-page .testimonial-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-card);box-shadow:var(--shadow);padding:32px}.home-page .testimonial-stars{gap:3px;margin-bottom:20px;display:flex}.home-page .testimonial-text{color:var(--text);margin-bottom:24px;font-family:Inter,sans-serif;font-size:15px;font-style:normal;line-height:1.75}.home-page .testimonial-meta{border-top:1px solid var(--border);align-items:center;gap:12px;padding-top:20px;display:flex}.home-page .testimonial-avatar{width:38px;height:38px;color:var(--muted);background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:15px;display:flex}.home-page .testimonial-name{color:var(--text);font-size:14px;font-weight:600}.home-page .testimonial-role{color:var(--muted);font-size:12px}.home-page .testimonial-verified{color:#16a34a;border-radius:var(--r-pill);background:#dcfce7;border:1px solid #bbf7d0;margin-left:auto;padding:4px 9px;font-size:11px;font-weight:500}.home-page #faq{background:#fff;padding:100px 0}.home-page .faq-inner{grid-template-columns:1fr 2fr;align-items:start;gap:80px;display:grid}.home-page .faq-list{flex-direction:column;gap:4px;display:flex}.home-page .faq-item{border:1px solid var(--border);background:var(--bg);border-radius:14px;transition:border-color .2s;overflow:hidden}.home-page .faq-item.open{border-color:#d1d5db}.home-page .faq-q{cursor:pointer;width:100%;color:var(--text);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:22px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;display:flex}.home-page .faq-chevron{background:var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:background .2s,transform .25s;display:flex}.home-page .faq-item.open .faq-chevron{background:var(--text);transform:rotate(45deg)}.home-page .faq-item.open .faq-chevron svg{color:#fff}.home-page .faq-a{max-height:0;color:var(--muted);padding:0 24px;font-size:14px;line-height:1.75;transition:max-height .3s,padding .3s;overflow:hidden}.home-page .faq-item.open .faq-a{max-height:300px;padding:0 24px 22px}.home-page #footer{background:var(--text);color:#fff;padding:60px 0 40px}.home-page .footer-top{border-bottom:1px solid #ffffff1a;grid-template-columns:1.4fr 1fr 1fr;gap:60px;padding-bottom:48px;display:grid}.home-page .footer-logo{color:#fff;margin-bottom:16px;font-family:Playfair Display,serif;font-size:20px;display:block}.home-page .footer-logo-img{width:auto;height:52px;margin-bottom:16px;display:block}.home-page .footer-email{color:#ffffff80;margin-top:12px;font-size:13px;text-decoration:none;transition:color .2s;display:inline-block}.home-page .footer-email:hover{color:#fff}.home-page .footer-desc{color:#ffffff80;max-width:280px;font-size:14px;line-height:1.7}.home-page .footer-col-title{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:20px;font-size:11px;font-weight:600}.home-page .footer-links{flex-direction:column;gap:12px;list-style:none;display:flex}.home-page .footer-links a{color:#fff9;font-size:14px;text-decoration:none;transition:color .2s}.home-page .footer-links a:hover{color:#fff}.home-page .footer-compliance{flex-direction:column;gap:10px;display:flex}.home-page .compliance-item{color:#ffffff80;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5;display:flex}.home-page .compliance-item:before{content:"—";opacity:.4;flex-shrink:0}.home-page .footer-bottom{text-align:left;padding-top:32px}.home-page .footer-copy{color:#ffffff59;margin-bottom:16px;font-size:12px}.home-page .footer-disclaimer{color:#ffffff38;max-width:860px;font-size:11px;line-height:1.7}@media (max-width:768px){.home-page :root{--px:20px}.home-page #header{height:64px}.home-page .logo img{height:48px}.home-page .nav-links{display:none}.home-page #hero{padding:72px 0 0}.home-page .hero-inner{padding:0 var(--px);text-align:center;grid-template-columns:1fr;gap:0}.home-page .hero-copy{flex-direction:column;align-items:center;display:flex}.home-page .hero-title{font-size:clamp(34px,9vw,48px)}.home-page .hero-sub{max-width:100%;font-size:15px}.home-page .hero-actions{justify-content:center;width:100%}.home-page .hero-email-form{flex:1;max-width:none;margin-top:0}.home-page .hero-actions-row{align-items:flex-end;gap:10px;width:100%;display:flex}.home-page .hero-email-label{font-size:10px}.home-page .hero-email-input{padding:10px;font-size:10px}.home-page .hero-email-submit{border-radius:7px;width:34px;height:34px;margin:2px}.home-page .hero-email-wrap{border-radius:10px}.home-page .hero-email-disclaimer{font-size:8px}.home-page .hero-visual{order:-1;justify-content:center;width:100%;margin-bottom:16px;display:flex}.home-page .hero-image-panel{aspect-ratio:4/3;width:90%;transform:scale(1.05)}.home-page .hero-carousel-wrap{border-left:none;border-right:none;border-radius:0;max-width:100%;margin-top:40px}.home-page .carousel-item{padding:0 24px;font-size:12px}.home-page #catalog .section-header{gap:12px;flex-direction:column!important;align-items:flex-start!important}.home-page #catalog .section-header a.btn-primary{display:none}.home-page .catalog-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-direction:row!important;gap:16px!important;margin:0 -20px!important;padding:4px 20px 16px!important;display:flex!important;overflow:auto visible!important}.home-page .catalog-grid::-webkit-scrollbar{display:none}.home-page #verified{padding:60px 0}.home-page #verified .section-header{margin-bottom:32px}.home-page .verified-grid{gap:16px;margin-top:32px;grid-template-columns:1fr!important}.home-page .verified-card{padding:24px 20px}.home-page .verified-icon{width:40px;height:40px;margin-bottom:16px}.home-page .verified-title{font-size:18px}.home-page .verified-cta-row{flex-direction:column;align-items:stretch;gap:12px;margin-top:36px}.home-page .btn-white{text-align:center;padding:14px 24px}.home-page .btn-ghost-white{text-align:center;justify-content:center}.home-page .verified-transition-top,.home-page .verified-transition-bottom{height:200px}.home-page #testimonials{padding:60px 0}.home-page .testimonials-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:32px}.home-page .testimonials-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;gap:16px;margin:0 -20px;padding:4px 20px 16px;display:flex;overflow-x:auto}.home-page .testimonials-grid::-webkit-scrollbar{display:none}.home-page .testimonial-card{scroll-snap-align:start;flex-shrink:0;min-width:280px;max-width:280px;padding:24px}.home-page .testimonial-text{font-size:14px}.home-page #faq{padding:60px 0}.home-page .faq-inner{grid-template-columns:1fr;gap:32px}.home-page .faq-sidebar .section-title{font-size:clamp(24px,6vw,32px)}.home-page .faq-sidebar .section-sub{font-size:14px}.home-page .catalog-mobile-cta{display:flex!important}.home-page .product-card{scroll-snap-align:start;flex-shrink:0;flex-direction:column!important;min-width:220px!important;max-width:220px!important;display:flex!important}.home-page .product-img{background:#f7f7f8;aspect-ratio:1!important;width:100%!important;height:190px!important}.home-page .product-img img{width:100%;height:100%;padding:12px;object-fit:contain!important}.home-page .product-body{flex-direction:column;padding:16px;display:flex}.home-page .product-sizes{margin:8px 0 10px}.home-page .shipping-pill{margin:0 0 10px}.home-page .product-footer .btn-add{width:100%}}@media (max-width:480px){.home-page .hero-title{font-size:clamp(30px,10vw,40px)}.home-page .hero-image-panel{width:100%;transform:scale(1)}}.home-page .btn-primary{background:var(--text);color:#fff;border-radius:var(--r-btn);cursor:pointer;border:none;padding:10px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s,transform .15s;display:inline-block}.home-page .btn-primary:hover{opacity:.85;transform:translateY(-1px)}.home-page .product-price-wrap{flex-direction:column;gap:2px;display:flex}.pdp-section{margin-bottom:24px}.pdp-section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px;font-size:11px;font-weight:600}.pdp-qty{border:1.5px solid var(--border);background:#fff;border-radius:12px;align-items:center;display:inline-flex;overflow:hidden}.pdp-qty-btn{width:42px;height:42px;color:var(--text);cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:18px;font-weight:500;transition:background .15s;display:flex}.pdp-qty-btn:hover:not(:disabled){background:#f3f4f6}.pdp-qty-btn:disabled{color:#d1d5db;cursor:not-allowed}.pdp-qty-val{text-align:center;width:48px;color:var(--text);font-variant-numeric:tabular-nums;font-size:15px;font-weight:600}.pdp-price-row{align-items:baseline;gap:10px;margin:4px 0 24px;display:flex}.pdp-price-original{color:#9ca3af;margin-left:12px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;text-decoration:line-through}.pdp-bundle{margin:0 0 24px}.pdp-bundle-header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.pdp-bundle-icon{background:var(--text);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.pdp-bundle-title{color:var(--text);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:600}.pdp-bundle-tiers{grid-template-columns:1fr 1fr;gap:8px;display:grid}.pdp-bundle-tier{border:1.5px solid var(--border);cursor:pointer;background:0 0;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:10px 14px;font-family:Inter,sans-serif;transition:border-color .18s,background .18s,color .18s;display:flex}.pdp-bundle-tier:hover{border-color:#9ca3af}.pdp-bundle-tier.active{border-color:var(--text);background:0 0}.pdp-bundle-qty{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:500}.pdp-bundle-tier.active .pdp-bundle-qty{color:var(--text)}.pdp-bundle-pct{color:var(--text);letter-spacing:.02em;font-size:13px;font-weight:700}.pdp-cart-summary{border:1px solid var(--border);background:#f9fafb;border-radius:12px;flex-direction:column;gap:6px;margin-top:14px;padding:14px 16px;display:flex}.pdp-summary-row{color:var(--text);justify-content:space-between;align-items:center;font-size:13px;display:flex}.pdp-summary-row span:first-child{color:var(--muted)}.pdp-summary-discount span:first-child,.pdp-summary-discount span:last-child{color:var(--accent);font-weight:500}.pdp-summary-total{border-top:1px dashed var(--border);margin-top:4px;padding-top:8px;font-size:15px;font-weight:600}.pdp-summary-total span:first-child{color:var(--text)!important}.pdp-trust-row{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0 28px;padding:16px 0;display:grid}.pdp-trust-item{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.pdp-trust-item svg{color:var(--text);flex-shrink:0}.pdp-trust-item span{color:var(--text);letter-spacing:.02em;font-size:11px;font-weight:500}.pdp-description{margin:0 0 28px}.pdp-description-text{color:var(--text);font-size:14px;line-height:1.7}@media (max-width:640px){.pdp-bundle-tiers{grid-template-columns:1fr}.pdp-trust-row{grid-template-columns:1fr;gap:14px}.pdp-trust-item{flex-direction:row;justify-content:flex-start;gap:10px}}.static-page{background:var(--bg);min-height:calc(100vh - 200px);padding:80px 0 100px}.static-page-inner{max-width:760px;padding:0 var(--px);margin:0 auto}.static-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#eff6ff;border-radius:999px;margin-bottom:20px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-block}.static-title{letter-spacing:-.5px;color:var(--text);margin-bottom:24px;font-family:Playfair Display,serif;font-size:clamp(36px,5vw,56px);font-weight:500;line-height:1.1}.static-lede{color:var(--text);margin-bottom:36px;font-family:Inter,sans-serif;font-size:17px;font-weight:400;line-height:1.7}.static-h2{color:var(--text);margin:44px 0 14px;font-family:Playfair Display,serif;font-size:clamp(22px,2.5vw,28px);font-weight:500;line-height:1.25}.static-body{color:#374151;margin-bottom:16px;font-size:15px;line-height:1.75}.static-body a{color:var(--accent);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.static-body a:hover{opacity:.85}.static-body strong{color:var(--text);font-weight:600}.static-list{flex-direction:column;gap:10px;margin:0 0 16px;padding:0;list-style:none;display:flex}.static-list li{color:#374151;padding-left:22px;font-size:15px;line-height:1.7;position:relative}.static-list li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:11px;left:4px}.static-list li strong{color:var(--text);font-weight:600}.static-cta-block{border:1.5px solid var(--border);text-align:center;background:#fff;border-radius:20px;margin:56px 0 0;padding:36px 32px}.static-cta-title{color:var(--text);margin-bottom:8px;font-family:Playfair Display,serif;font-size:24px;font-weight:500}.static-cta-body{color:var(--muted);margin-bottom:18px;font-size:14px}.static-cta-btn{background:var(--text);color:#fff;border-radius:var(--r-btn);padding:12px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s,transform .15s;display:inline-block}.static-cta-btn:hover{opacity:.85;transform:translateY(-1px)}.contact-card-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin:36px 0 16px;display:grid}.contact-card{border:1.5px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;gap:6px;padding:22px;display:flex}.contact-card-icon{width:36px;height:36px;color:var(--accent);background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.contact-card-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.contact-card-value{color:var(--text);word-break:break-word;font-size:15px;font-weight:600;text-decoration:none}a.contact-card-value:hover{color:var(--accent)}.contact-card-note{color:var(--muted);margin-top:2px;font-size:12px}@media (max-width:768px){.static-page{padding:56px 0 72px}.contact-card-grid{grid-template-columns:1fr}.static-cta-block{padding:28px 22px}}.cart-icon-btn{border:1.5px solid var(--border);cursor:pointer;width:44px;height:44px;color:var(--text);background:0 0;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:border-color .18s,background .18s;display:flex;position:relative}.cart-icon-btn:hover{background:#f9fafb;border-color:#9ca3af}.cart-badge{background:var(--accent);color:#fff;letter-spacing:.02em;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:2px 6px;font-family:Inter,sans-serif;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}.cart-overlay{pointer-events:none;z-index:998;background:#1110;transition:background .25s;position:fixed;inset:0}.cart-overlay.open{pointer-events:auto;background:#11111173}.cart-drawer{z-index:999;background:#fff;flex-direction:column;width:100%;max-width:440px;height:100vh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-16px 0 48px #00000014}.cart-drawer.open{transform:translate(0)}.cart-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.cart-header-title{color:var(--text);align-items:center;gap:8px;font-family:Playfair Display,serif;font-size:22px;font-weight:500;display:flex}.cart-header-count{background:var(--text);color:#fff;letter-spacing:.02em;border-radius:999px;padding:2px 8px;font-family:Inter,sans-serif;font-size:12px;font-weight:600}.cart-close{cursor:pointer;width:36px;height:36px;color:var(--text);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:background .15s;display:flex}.cart-close:hover{background:#f3f4f6}.cart-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px 24px;display:flex}.cart-empty-icon{color:#d1d5db;margin-bottom:8px}.cart-empty-title{color:var(--text);font-family:Playfair Display,serif;font-size:22px;font-weight:500}.cart-empty-sub{color:var(--muted);margin-bottom:16px;font-size:14px}.cart-empty-btn{background:var(--text);color:#fff;border-radius:var(--r-btn);padding:12px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s}.cart-empty-btn:hover{opacity:.85}.cart-lines{flex-direction:column;flex:1;gap:4px;padding:8px 24px;display:flex;overflow-y:auto}.cart-line{border-bottom:1px solid var(--border);gap:14px;padding:16px 0;display:flex}.cart-line:last-child{border-bottom:none}.cart-line-img{border-radius:10px;flex-shrink:0;justify-content:center;align-items:flex-end;width:64px;height:84px;padding-bottom:8px;display:flex}.cart-line-img-label{color:#ffffffd9;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.cart-line-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cart-line-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.cart-line-name{color:var(--text);font-size:14px;font-weight:600;line-height:1.3;text-decoration:none}.cart-line-name:hover{color:var(--accent)}.cart-line-remove{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:color .15s;display:flex}.cart-line-remove:hover{color:var(--text)}.cart-line-size{color:var(--muted);font-size:12px;font-weight:500}.cart-line-bottom{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.cart-line-qty{border:1px solid var(--border);background:#fff;border-radius:8px;align-items:center;display:inline-flex;overflow:hidden}.cart-line-qty-btn{width:28px;height:28px;color:var(--text);cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:background .15s;display:flex}.cart-line-qty-btn:hover{background:#f3f4f6}.cart-line-qty-val{text-align:center;width:32px;color:var(--text);font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.cart-line-price{color:var(--text);font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.cart-footer{border-top:1px solid var(--border);background:#fafafa;flex-direction:column;flex-shrink:0;gap:12px;padding:18px 24px 22px;display:flex}.cart-summary{flex-direction:column;gap:6px;display:flex}.cart-summary-row{color:var(--muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}.cart-summary-row span:last-child{color:var(--text);font-weight:500}.cart-summary-discount span:first-child,.cart-summary-discount span:last-child{font-weight:500;color:var(--accent)!important}.cart-summary-total{border-top:1px dashed var(--border);margin-top:4px;padding-top:8px;font-size:16px}.cart-summary-total span:first-child{color:var(--text);font-weight:600}.cart-summary-total span:last-child{font-size:16px;font-weight:700}.cart-bundle-hint{color:var(--accent);text-align:center;letter-spacing:.01em;background:#eff6ff;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:500}.cart-checkout-btn{background:var(--text);color:#fff;border-radius:var(--r-btn);letter-spacing:.01em;justify-content:center;align-items:center;padding:16px 20px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s,transform .15s;display:flex}.cart-checkout-btn:hover{opacity:.9;transform:translateY(-1px)}.cart-continue-btn{color:var(--muted);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:4px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:underline;transition:color .15s}.cart-continue-btn:hover{color:var(--text)}@media (max-width:480px){.cart-drawer{max-width:100%}.cart-header{padding:18px 20px}.cart-lines{padding:8px 20px}.cart-footer{padding:16px 20px 20px}}.pdp-add-row{align-items:stretch;gap:12px;margin:0 0 16px;display:flex}.pdp-add-row .pdp-qty{border-radius:14px;flex-shrink:0;height:auto}.pdp-add-row .pdp-qty-btn{width:46px;height:auto;min-height:52px}.pdp-add-row .pdp-qty-val{width:44px;font-size:16px}.pdp-add-btn{flex:1;margin:0}@media (max-width:480px){.pdp-add-row{flex-direction:column;gap:10px}.pdp-add-row .pdp-qty{justify-content:space-between;width:100%}.pdp-add-row .pdp-qty-val{flex:1}}.pdp-section-wrap{max-width:var(--max);padding:0 var(--px);margin:0 auto}.pdp-section-wrap+.pdp-section-wrap{margin-top:24px}.reviews-section{border:1px solid var(--border);background:#fff;border-radius:20px;margin:32px 0 24px;padding:36px}.reviews-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.reviews-title{color:var(--text);letter-spacing:-.01em;margin-top:4px;font-family:Inter,sans-serif;font-size:22px;font-weight:600}.reviews-write-btn{background:var(--text);color:#fff;border-radius:var(--r-btn);cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;padding:10px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:opacity .2s,transform .15s}.reviews-write-btn:hover{opacity:.85;transform:translateY(-1px)}.reviews-stars{gap:4px;line-height:1;display:inline-flex}.reviews-star{color:#d1d5db;-webkit-user-select:none;user-select:none;-webkit-text-stroke:1px #9ca3af;transition:color .15s,transform .1s}.reviews-star.filled{color:#f59e0b;-webkit-text-stroke:1px #d97706}.reviews-star.interactive{cursor:pointer;outline:none;padding:2px 4px;font-size:1.6em!important}.reviews-star.interactive:hover{transform:scale(1.1)}.reviews-star.interactive:active{transform:scale(.95)}.reviews-star.interactive:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.reviews-aggregate{border-bottom:1px solid var(--border);grid-template-columns:200px 1fr;align-items:center;gap:32px;margin-bottom:28px;padding:20px 0 28px;display:grid}.reviews-aggregate-score{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.reviews-aggregate-number{color:var(--text);letter-spacing:-.03em;font-family:Inter,sans-serif;font-size:56px;font-weight:700;line-height:1}.reviews-aggregate-count{color:var(--muted);letter-spacing:.02em;font-size:12px}.reviews-distribution{flex-direction:column;gap:6px;display:flex}.reviews-bar-row{grid-template-columns:32px 1fr 32px;align-items:center;gap:12px;font-size:12px;display:grid}.reviews-bar-star{color:var(--muted);font-variant-numeric:tabular-nums;font-weight:500}.reviews-bar-track{background:#f3f4f6;border-radius:999px;height:8px;overflow:hidden}.reviews-bar-fill{background:#f59e0b;border-radius:999px;height:100%;transition:width .35s}.reviews-bar-count{text-align:right;color:var(--muted);font-variant-numeric:tabular-nums}.reviews-form{border:1.5px solid var(--border);background:#fafafa;border-radius:16px;flex-direction:column;gap:20px;margin-bottom:28px;padding:28px;display:flex}.reviews-form-title{color:var(--text);margin-bottom:-4px;font-family:Inter,sans-serif;font-size:17px;font-weight:600}.reviews-form-field{flex-direction:column;gap:8px;display:flex}.reviews-form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.reviews-form-label{color:var(--text);letter-spacing:.02em;font-size:12px;font-weight:600}.reviews-form-input{border:1.5px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:10px;padding:11px 14px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .18s,box-shadow .18s}.reviews-form-input:focus{border-color:var(--text);outline:none;box-shadow:0 0 0 3px #1111110f}.reviews-form-textarea{resize:vertical;min-height:120px;font-family:Inter,sans-serif;line-height:1.5}.reviews-form-hint{color:var(--muted);font-size:11px}.reviews-form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 14px;font-size:13px}.reviews-form-actions{justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.reviews-form-cancel{border:1.5px solid var(--border);color:var(--text);border-radius:var(--r-btn);cursor:pointer;background:0 0;padding:10px 18px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:border-color .18s,background .18s}.reviews-form-cancel:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.reviews-form-cancel:disabled{opacity:.5;cursor:not-allowed}.reviews-form-submit{background:var(--text);color:#fff;border-radius:var(--r-btn);cursor:pointer;border:none;padding:10px 22px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:opacity .2s,transform .15s}.reviews-form-submit:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.reviews-form-submit:disabled{opacity:.5;cursor:not-allowed}.reviews-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;margin-bottom:24px;padding:12px 16px;font-size:13px;font-weight:500}.reviews-list{flex-direction:column;gap:0;display:flex}.reviews-loading,.reviews-empty{text-align:center;color:var(--muted);padding:32px 0;font-size:14px}.review-card{border-bottom:1px solid var(--border);padding:22px 0}.review-card:last-child{border-bottom:none}.review-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.review-card-date{color:var(--muted);letter-spacing:.01em;font-size:12px}.review-card-title{color:var(--text);letter-spacing:-.01em;margin:4px 0 8px;font-family:Inter,sans-serif;font-size:15px;font-weight:600}.review-card-body{color:#374151;margin-bottom:10px;font-size:14px;line-height:1.65}.review-card-author{color:var(--text);letter-spacing:.02em;font-size:12px;font-weight:600}@media (max-width:720px){.reviews-section{padding:24px 22px}.reviews-aggregate{grid-template-columns:1fr;gap:20px}.reviews-form-grid{grid-template-columns:1fr}.reviews-aggregate-number{font-size:44px}}.catalog-carousel{margin:24px 0 48px}.catalog-carousel-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.catalog-carousel-title{color:var(--text);letter-spacing:-.01em;margin-top:4px;font-family:Inter,sans-serif;font-size:22px;font-weight:600}.catalog-carousel-arrows{gap:8px;display:flex}.catalog-carousel-arrow{border:1.5px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--text);background:#fff;border-radius:999px;justify-content:center;align-items:center;transition:border-color .18s,background .18s,opacity .18s;display:flex}.catalog-carousel-arrow:hover:not(:disabled){border-color:var(--text);background:var(--text);color:#fff}.catalog-carousel-arrow:disabled{opacity:.35;cursor:not-allowed}.catalog-carousel-viewport{position:relative}.catalog-carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:16px;padding-bottom:4px;scroll-padding:0;display:flex;overflow-x:auto}.catalog-carousel-track::-webkit-scrollbar{display:none}.catalog-carousel-card{border:1px solid var(--border);color:inherit;scroll-snap-align:start;background:#fff;border-radius:16px;flex-direction:column;flex:0 0 240px;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s;display:flex;overflow:hidden}.catalog-carousel-card:hover{border-color:#9ca3af;transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}.catalog-carousel-card-img{justify-content:center;align-items:flex-end;height:180px;padding-bottom:16px;display:flex;position:relative}.catalog-carousel-card-sku{color:#ffffffd9;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.catalog-carousel-card-body{flex-direction:column;gap:6px;padding:16px;display:flex}.catalog-carousel-card-category{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:600}.catalog-carousel-card-name{color:var(--text);letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:1.3}.catalog-carousel-card-price{flex-wrap:wrap;align-items:baseline;gap:6px;margin-top:6px;display:flex}.catalog-carousel-card-price-from{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:500}.catalog-carousel-card-price-current{color:var(--text);letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:16px;font-weight:700}.catalog-carousel-card-price-original{color:#9ca3af;font-size:12px;font-weight:400;text-decoration:line-through}@media (max-width:720px){.catalog-carousel-card{flex:0 0 200px}.catalog-carousel-card-img{height:150px}.catalog-carousel-title{font-size:18px}}.checkout-steps{min-width:0}.checkout-title{letter-spacing:-.02em;color:var(--text);margin-bottom:28px;font-family:Inter,sans-serif;font-size:clamp(28px,3.2vw,36px);font-weight:700;line-height:1.15}.co-panel{border:1.5px solid var(--border);background:#fff;border-radius:18px;margin-bottom:14px;transition:border-color .2s,box-shadow .2s}.co-panel.active{border-color:var(--text);box-shadow:0 1px #0000000a}.co-panel.locked{opacity:.65}.co-panel-header{justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.co-panel.active .co-panel-header,.co-panel.complete .co-panel-header{padding-bottom:16px}.co-panel-step{align-items:center;gap:12px;display:flex}.co-step-num{width:26px;height:26px;color:var(--text);background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-size:12px;font-weight:700;display:flex}.co-panel.active .co-step-num{background:var(--text);color:#fff}.co-panel.complete .co-step-num{color:#065f46;background:#ecfdf5}.co-panel.complete .co-step-num:before{content:"✓";font-size:14px;font-weight:700}.co-panel.complete .co-step-num{font-size:0}.co-step-title{color:var(--text);letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.co-edit{color:var(--accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:4px 8px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:underline}.co-edit:hover{opacity:.8}.co-panel-body{flex-direction:column;gap:18px;padding:0 24px 24px;display:flex}.co-summary-row{flex-direction:column;gap:2px;padding:4px 24px 20px;display:flex}.co-summary-line{color:var(--text);font-size:14px;line-height:1.5}.co-summary-muted{color:var(--muted)}.co-section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:11px;font-weight:600}.co-field{flex-direction:column;gap:6px;display:flex}.co-field-row{gap:12px;display:flex}.co-label{color:var(--text);letter-spacing:.01em;font-size:12px;font-weight:600}.co-optional{color:var(--muted);font-weight:400}.co-input{border:1.5px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:10px;padding:12px 14px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .18s,box-shadow .18s}.co-input:focus{border-color:var(--text);outline:none;box-shadow:0 0 0 3px #1111110f}.co-textarea{resize:vertical;min-height:72px;line-height:1.5}select.co-input{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:12px;padding-right:34px}.co-help{color:var(--muted);font-size:12px;line-height:1.5}.co-checkbox-row{color:var(--text);cursor:pointer;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.co-checkbox-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--text);cursor:pointer;margin-top:2px}.co-continue-btn,.co-place-btn{background:var(--text);color:#fff;border-radius:var(--r-btn);cursor:pointer;letter-spacing:.01em;border:none;margin-top:4px;padding:15px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:opacity .2s,transform .15s}.co-continue-btn:hover:not(:disabled),.co-place-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.co-continue-btn:disabled,.co-place-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.co-place-btn{padding:17px 24px;font-size:16px}.co-place-hint{color:var(--muted);text-align:center;margin-top:4px;font-size:11px;line-height:1.6}.co-place-hint a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.co-shipping-block{margin-top:4px}.co-shipping-options{flex-direction:column;gap:8px;display:flex}.co-shipping-option{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;grid-template-columns:22px 1fr auto;align-items:center;gap:14px;padding:14px 16px;transition:border-color .18s,background .18s;display:grid}.co-shipping-option:hover{border-color:#9ca3af}.co-shipping-option.selected{border-color:var(--text);background:#fafafa}.co-shipping-option input[type=radio]{opacity:0;pointer-events:none;position:absolute}.co-shipping-radio{border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:border-color .15s;display:flex}.co-shipping-option.selected .co-shipping-radio{border-color:var(--text)}.co-shipping-radio-dot{background:var(--text);border-radius:50%;width:8px;height:8px}.co-shipping-text{flex-direction:column;gap:2px;min-width:0;display:flex}.co-shipping-name{color:var(--text);letter-spacing:-.01em;font-size:14px;font-weight:600}.co-shipping-desc{color:var(--muted);font-size:12px}.co-shipping-price{color:var(--text);font-variant-numeric:tabular-nums;align-items:baseline;gap:6px;font-size:14px;font-weight:600;display:flex}.co-shipping-free{color:#065f46;letter-spacing:.04em;font-weight:700}.co-shipping-was{color:#9ca3af;font-size:12px;font-weight:400;text-decoration:line-through}.co-pay-options{flex-direction:column;gap:10px;display:flex}.co-pay-option{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;grid-template-columns:22px 1fr auto;align-items:center;gap:14px;padding:16px 18px;transition:border-color .18s,background .18s;display:grid}.co-pay-option:hover{border-color:#9ca3af}.co-pay-option.selected{border-color:var(--text);background:#fafafa}.co-pay-option input[type=radio]{opacity:0;pointer-events:none;position:absolute}.co-pay-radio{border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:border-color .15s;display:flex}.co-pay-option.selected .co-pay-radio{border-color:var(--text)}.co-pay-radio-dot{background:var(--text);border-radius:50%;width:8px;height:8px}.co-pay-text{flex-direction:column;gap:2px;min-width:0;display:flex}.co-pay-name{color:var(--text);font-size:14px;font-weight:600}.co-pay-desc{color:var(--muted);font-size:12px}.co-pay-icon{width:38px;height:38px;color:var(--text);background:#f3f4f6;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.co-pay-instructions{border:1px solid var(--border);background:#f9fafb;border-radius:12px;flex-direction:column;gap:4px;margin-top:4px;padding:14px 16px;display:flex}.co-pay-instructions-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.co-pay-instructions-body{color:var(--text);font-size:13px;line-height:1.6}.co-discount-block{flex-direction:column;gap:6px;margin-top:4px;display:flex}.co-discount-toggle{color:var(--accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;align-self:flex-start;padding:0;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:underline}.co-discount-toggle:hover{opacity:.8}.co-discount-row{gap:8px;display:flex}.co-discount-apply{background:var(--text);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:0 18px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:opacity .2s}.co-discount-apply:hover:not(:disabled){opacity:.85}.co-discount-apply:disabled{opacity:.5;cursor:not-allowed}.checkout-summary{border:1.5px solid var(--border);background:#fff;border-radius:18px;position:sticky;top:24px}.checkout-summary-mobile-toggle{display:none}.checkout-summary-inner{flex-direction:column;gap:16px;padding:24px;display:flex}.checkout-summary-title{color:var(--text);letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:15px;font-weight:600}.checkout-summary-lines{border-bottom:1px solid var(--border);flex-direction:column;gap:14px;padding-bottom:16px;display:flex}.co-line{grid-template-columns:48px 1fr auto;align-items:center;gap:12px;display:grid}.co-line-img{border-radius:8px;flex-shrink:0;width:48px;height:60px;position:relative}.co-line-img-qty{background:var(--text);color:#fff;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:1px 6px;font-family:Inter,sans-serif;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.co-line-info{flex-direction:column;gap:2px;min-width:0;display:flex}.co-line-name{color:var(--text);font-size:13px;font-weight:600;line-height:1.3}.co-line-meta{color:var(--muted);font-size:11px}.co-line-price{color:var(--text);font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}.checkout-summary-totals{flex-direction:column;gap:6px;display:flex}.co-total-row{color:var(--muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}.co-total-row span:last-child{color:var(--text);font-weight:500}.co-total-discount span:first-child,.co-total-discount span:last-child{font-weight:500;color:var(--accent)!important}.co-total-hint{color:var(--accent);letter-spacing:.01em;background:#eff6ff;border-radius:8px;margin-top:4px;padding:8px 12px;font-size:12px;font-weight:500}.co-total-final{border-top:1px dashed var(--border);margin-top:8px;padding-top:12px;font-size:16px}.co-total-final span:first-child{color:var(--text);font-size:16px;font-weight:700}.co-total-final span:last-child{font-size:18px;font-weight:700}@media (max-width:920px){.checkout-grid{grid-template-columns:1fr;gap:20px}.checkout-summary{order:-1;position:static}.checkout-summary-mobile-toggle{border:none;border-bottom:1px solid var(--border);cursor:pointer;width:100%;color:var(--text);background:0 0;justify-content:space-between;align-items:center;padding:16px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;display:flex}.checkout-summary-mobile-total{font-size:16px;font-weight:700}.checkout-summary-inner.collapsed{display:none}.co-panel-body{padding:0 18px 20px}.co-panel-header{padding:18px 20px}.co-summary-row{padding:4px 20px 18px}.co-field-row{flex-direction:column}}.co-success-icon{color:#065f46;background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;display:flex}.co-success-ref{border:1.5px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;gap:4px;margin:24px 0 32px;padding:22px 24px;display:flex}.co-success-ref-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.co-success-ref-value{color:var(--text);letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-family:Inter,sans-serif;font-size:22px;font-weight:700}.co-success-ref-help{color:var(--muted);margin-top:2px;font-size:12px}.co-success-pay{border:1.5px solid var(--border);background:#fff;border-radius:14px;margin-bottom:16px;padding:4px 0}.co-success-pay-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.co-success-pay-row:last-child{border-bottom:none}.co-success-pay-label{letter-spacing:.04em;color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:600}.co-success-pay-value{color:var(--text);letter-spacing:-.01em;font-variant-numeric:tabular-nums;word-break:break-all;text-align:right;font-size:15px;font-weight:700}.co-success-payment-help{color:#374151;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;margin-bottom:24px;padding:14px 16px;font-size:13px;line-height:1.6}.co-success-payment-help code{background:#0000000f;border-radius:4px;padding:1px 6px;font-family:Inter,sans-serif;font-weight:700}.co-success-summary{border:1.5px solid var(--border);background:#fff;border-radius:14px;margin-bottom:16px;padding:18px 22px}.co-success-lines{border-bottom:1px solid var(--border);flex-direction:column;padding-bottom:12px;display:flex}.co-success-line{justify-content:space-between;align-items:center;gap:16px;padding:8px 0;display:flex}.co-success-line-info{flex-direction:column;gap:2px;display:flex}.co-success-line-name{color:var(--text);font-size:14px;font-weight:600}.co-success-line-meta{color:var(--muted);font-size:12px}.co-success-line-price{color:var(--text);font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.co-success-totals{flex-direction:column;gap:6px;padding-top:12px;display:flex}.co-success-address{border:1.5px solid var(--border);color:var(--text);background:#fff;border-radius:14px;margin-bottom:24px;padding:18px 22px;font-size:14px;line-height:1.7}.co-success-address div:first-child{font-weight:600}.co-success-actions{margin:16px 0 24px}.co-success-disclaimer{color:var(--muted);border-top:1px solid var(--border);padding-top:16px;font-size:12px;line-height:1.6}.checkout-page{background:var(--bg);min-height:calc(100vh - 200px);padding:56px 0 80px}.checkout-grid{max-width:1200px;padding:0 var(--px);grid-template-columns:1fr 380px;align-items:flex-start;gap:48px;margin:0 auto;display:grid}.checkout-page-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#eff6ff;border-radius:999px;margin-bottom:16px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-block}.checkout-page-title{letter-spacing:-.02em;color:var(--text);margin-bottom:32px;font-family:Inter,sans-serif;font-size:clamp(28px,3vw,36px);font-weight:700;line-height:1.15}.checkout-step{border:1.5px solid var(--border);background:#fff;border-radius:18px;margin-bottom:16px;transition:border-color .2s;overflow:hidden}.checkout-step.active{border-color:var(--text)}.checkout-step.disabled{opacity:.55}.checkout-step-header{align-items:center;gap:14px;padding:18px 24px;display:flex}.checkout-step.active .checkout-step-header{border-bottom:1px solid var(--border)}.checkout-step-number{width:28px;height:28px;color:var(--muted);background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.checkout-step.active .checkout-step-number{background:var(--text);color:#fff}.checkout-step-title{color:var(--text);flex:1;font-family:Inter,sans-serif;font-size:17px;font-weight:600}.checkout-step-summary{color:var(--muted);align-items:center;gap:12px;font-size:13px;display:flex}.checkout-step-edit{color:var(--accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:underline}.checkout-step-edit:hover{opacity:.8}.checkout-step-body{flex-direction:column;gap:16px;padding:24px;display:flex}.checkout-field{flex-direction:column;gap:6px;display:flex}.checkout-row{gap:12px;display:grid}.checkout-row-3{grid-template-columns:1.5fr 1fr 1fr}.checkout-label{color:var(--text);letter-spacing:.02em;font-size:12px;font-weight:600}.checkout-input{border:1.5px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:10px;padding:12px 14px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .18s,box-shadow .18s}.checkout-input:focus{border-color:var(--text);outline:none;box-shadow:0 0 0 3px #1111110f}.checkout-input.has-error{background:#fef2f2;border-color:#dc2626}.checkout-textarea{resize:vertical;min-height:80px;line-height:1.5}.checkout-error{color:#b91c1c;margin-top:2px;font-size:12px;font-weight:500}.checkout-hint{color:var(--muted);font-size:12px}.checkout-checkbox{color:var(--text);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-size:13px;display:flex}.checkout-checkbox input{cursor:pointer;width:16px;height:16px;accent-color:var(--text)}.checkout-step-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.checkout-back-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:10px 4px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:color .15s}.checkout-back-btn:hover{color:var(--text)}.checkout-continue-btn{background:var(--text);color:#fff;border-radius:var(--r-btn);cursor:pointer;border:none;margin-left:auto;padding:13px 24px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:opacity .2s,transform .15s}.checkout-continue-btn:hover{opacity:.85;transform:translateY(-1px)}.checkout-place-btn{background:var(--text);color:#fff;border-radius:var(--r-btn);cursor:pointer;letter-spacing:.01em;border:none;margin-left:auto;padding:16px 28px;font-family:Inter,sans-serif;font-size:15px;font-weight:700;transition:opacity .2s,transform .15s}.checkout-place-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.checkout-place-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.checkout-shipping-methods{flex-direction:column;gap:8px;margin-top:8px;display:flex}.shipping-option{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:14px;padding:14px 18px;transition:border-color .18s,background .18s;display:flex}.shipping-option:hover{border-color:#9ca3af}.shipping-option.selected{border-color:var(--text);background:#fafafa}.shipping-option input{width:16px;height:16px;accent-color:var(--text);cursor:pointer;flex-shrink:0}.shipping-option-info{flex-direction:column;flex:1;gap:2px;display:flex}.shipping-option-name{color:var(--text);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.shipping-option-meta{color:var(--muted);font-size:12px}.shipping-option-price{color:var(--text);font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.shipping-tag{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#16a34a;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700}.shipping-free{color:#16a34a;font-weight:700}.checkout-shipping-hint{color:var(--accent);background:#eff6ff;border-radius:10px;margin-top:4px;padding:10px 14px;font-size:12px;font-weight:500}.checkout-payment-methods{flex-direction:column;gap:10px;display:flex}.payment-option{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:14px;align-items:center;gap:14px;padding:14px 18px;transition:border-color .18s,background .18s;display:flex}.payment-option:hover{border-color:#9ca3af}.payment-option.selected{border-color:var(--text);background:#fafafa}.payment-option input{width:16px;height:16px;accent-color:var(--text);cursor:pointer;flex-shrink:0}.payment-option-icon{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.payment-option-info{flex-direction:column;gap:2px;display:flex}.payment-option-name{color:var(--text);font-size:14px;font-weight:600}.payment-option-meta{color:var(--muted);font-size:12px}.checkout-payment-note{border:1px solid var(--border);color:var(--muted);background:#f9fafb;border-radius:12px;padding:14px 16px;font-size:13px;line-height:1.5}.checkout-summary{position:sticky;top:24px}.checkout-summary-inner{border:1.5px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;gap:18px;padding:24px;display:flex}.checkout-summary-title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-family:Inter,sans-serif;font-size:13px;font-weight:700}.checkout-summary-lines{flex-direction:column;gap:14px;max-height:320px;padding-right:4px;display:flex;overflow-y:auto}.checkout-summary-line{align-items:flex-start;gap:12px;display:flex}.checkout-summary-line-img{border-radius:8px;flex-shrink:0;justify-content:flex-end;align-items:flex-start;width:44px;height:56px;display:flex;position:relative;background:#f3f4f6!important}.checkout-summary-line-qty{background:var(--text);color:#fff;text-align:center;font-variant-numeric:tabular-nums;border:2px solid #fff;border-radius:999px;min-width:18px;padding:2px 6px;font-size:11px;font-weight:700;position:absolute;top:-6px;right:-6px}.checkout-summary-line-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.checkout-summary-line-name{color:var(--text);font-size:13px;font-weight:600;line-height:1.3}.checkout-summary-line-meta{color:var(--muted);font-size:11px;font-weight:500}.checkout-summary-line-price{color:var(--text);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:13px;font-weight:600}.checkout-summary-code{border-top:1px solid var(--border);padding-top:14px}.checkout-summary-code-toggle{color:var(--accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:underline}.checkout-summary-code-row{gap:8px;display:flex}.checkout-summary-code-apply{background:var(--text);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:0 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:opacity .2s}.checkout-summary-code-apply:hover{opacity:.85}.checkout-summary-totals{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:14px;display:flex}.checkout-summary-row{color:var(--muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}.checkout-summary-row span:last-child{color:var(--text);font-weight:500}.checkout-summary-discount span:first-child,.checkout-summary-discount span:last-child{font-weight:500;color:var(--accent)!important}.checkout-summary-total{border-top:1px dashed var(--border);margin-top:4px;padding-top:10px;font-size:16px}.checkout-summary-total span:first-child{color:var(--text);font-weight:700}.checkout-summary-total span:last-child{font-size:18px;font-weight:700}.checkout-summary-hint{color:var(--accent);text-align:center;background:#eff6ff;border-radius:10px;padding:10px 14px;font-size:12px;font-weight:500}.checkout-summary-trust{border-top:1px solid var(--border);justify-content:center;gap:14px;padding-top:14px;display:flex}.checkout-summary-trust-item{color:var(--muted);align-items:center;gap:6px;font-size:11px;font-weight:500;display:flex}.checkout-summary-trust-item svg{flex-shrink:0}@media (max-width:920px){.checkout-grid{grid-template-columns:1fr;gap:24px}.checkout-summary{order:-1;position:static}.checkout-row-3{grid-template-columns:1fr}}@media (max-width:540px){.checkout-page{padding:32px 0 56px}.checkout-step-header{padding:14px 18px}.checkout-step-body,.checkout-summary-inner{padding:18px}.checkout-step-actions{flex-wrap:wrap}.checkout-continue-btn,.checkout-place-btn{width:100%}.checkout-back-btn{order:2;margin:0 auto}}.checkout-success{text-align:center}.checkout-success-icon{color:#16a34a;background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;margin:0 auto 20px;display:flex}.checkout-success-meta{border:1px solid var(--border);text-align:left;background:#fff;border-radius:16px;flex-direction:column;gap:10px;margin:28px 0 24px;padding:20px 24px;display:flex}.checkout-success-meta-row{justify-content:space-between;align-items:center;font-size:13px;display:flex}.checkout-success-meta-row span:first-child{color:var(--muted);font-weight:500}.checkout-success-meta-row span:last-child{color:var(--text);font-weight:600}.checkout-success-meta-row .mono{letter-spacing:.02em;font-family:JetBrains Mono,Menlo,Consolas,monospace;font-size:14px}.checkout-success-instructions{border:1.5px solid var(--border);text-align:left;background:#fafafa;border-radius:16px;margin:0 0 24px;padding:24px}.checkout-success-instructions-title{color:var(--text);margin-bottom:12px;font-family:Inter,sans-serif;font-size:15px;font-weight:700}.checkout-success-instructions-body{color:#374151;margin-bottom:8px;font-size:14px;line-height:1.65}.checkout-success-instructions-body:last-child{margin-bottom:0}.checkout-success-instructions-body .mono{border:1px solid var(--border);background:#fff;border-radius:4px;padding:2px 6px;font-family:JetBrains Mono,Menlo,Consolas,monospace;font-size:13px}.checkout-success-instructions-stub{border-top:1px dashed var(--border);padding-top:14px;color:var(--muted)!important;margin-top:14px!important;font-size:13px!important}.checkout-success-instructions-stub a{color:var(--accent);text-decoration:underline}.checkout-success-actions{flex-direction:column;align-items:center;gap:14px;margin-top:32px;display:flex}.checkout-success-secondary{color:var(--muted);text-underline-offset:2px;font-size:13px;text-decoration:underline}.checkout-success-secondary:hover{color:var(--text)}.co-discount-applied{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;margin-top:8px;padding:8px 12px;font-size:12px}.card-form{border:1.5px solid var(--border);background:#fff;border-radius:16px;margin-bottom:16px;overflow:hidden}.card-form-header{border-bottom:1px solid var(--border);background:linear-gradient(#fafafa 0%,#fff 100%);justify-content:space-between;align-items:center;gap:12px;padding:18px 20px 14px;display:flex}.card-form-titlewrap{align-items:center;gap:12px;min-width:0;display:flex}.card-form-icon{background:var(--text);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.card-form-title{color:var(--text);letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:14px;font-weight:600}.card-accepted-img{object-fit:contain;flex-shrink:0;width:auto;height:32px}.card-form-fields{flex-direction:column;gap:14px;padding:18px 20px 20px;display:flex}.card-field{flex-direction:column;gap:6px;display:flex}.card-field-row{gap:12px;display:flex}.card-label{color:var(--text);letter-spacing:.01em;font-size:12px;font-weight:600}.card-optional{color:var(--muted);font-weight:400}.card-input{border:1.5px solid var(--border);width:100%;color:var(--text);-webkit-text-security:none;background:#fff;border-radius:10px;padding:11px 14px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .18s,box-shadow .18s}.card-input:focus{border-color:var(--text);outline:none;box-shadow:0 0 0 3px #1111110f}.card-input:disabled{color:var(--muted);cursor:not-allowed;background:#f9fafb}select.card-input{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:12px;padding-right:34px}.card-input-wrap{position:relative}.card-input-brand{letter-spacing:.08em;color:var(--muted);pointer-events:none;background:#f3f4f6;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.card-section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:4px;margin-bottom:4px;font-size:11px;font-weight:600}.card-checkbox-row{color:var(--text);cursor:pointer;align-items:center;gap:10px;margin-top:2px;font-size:13px;display:flex}.card-checkbox-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--text);cursor:pointer}.card-billing-block{border:1px solid var(--border);background:#fafafa;border-radius:12px;flex-direction:column;gap:12px;margin-top:4px;padding:16px;display:flex}.card-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 14px;font-size:13px;line-height:1.5}.card-submit-btn{background:var(--text);color:#fff;border-radius:var(--r-btn);cursor:pointer;letter-spacing:.01em;border:none;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:15px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:opacity .2s,transform .15s;display:flex}.card-submit-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.card-submit-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.card-secure-note{color:var(--muted);letter-spacing:.01em;justify-content:center;align-items:center;gap:6px;margin-top:6px;font-size:11px;display:flex}.card-secure-note svg{color:#065f46;flex-shrink:0}.co-pay-divider{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:12px;margin:8px 0 16px;font-size:11px;font-weight:500;display:flex}.co-pay-divider:before,.co-pay-divider:after{content:"";background:var(--border);flex:1;height:1px}@media (max-width:480px){.card-form-header{flex-wrap:wrap}.card-accepted-img{height:24px}.card-field-row{flex-direction:column}}.co-pay-options-slim{gap:8px}.co-pay-option-slim{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;grid-template-columns:22px 1fr auto;align-items:center;gap:14px;min-height:52px;padding:10px 16px;transition:border-color .18s,background .18s;display:grid}.co-pay-option-slim:hover{border-color:#9ca3af}.co-pay-option-slim.selected{border-color:var(--text);background:#fafafa}.co-pay-option-slim input[type=radio]{opacity:0;pointer-events:none;position:absolute}.co-pay-option-slim .co-pay-name{color:var(--text);letter-spacing:-.01em;font-size:14px;font-weight:600}.co-pay-logo{flex-shrink:0;justify-content:center;align-items:center;height:28px;display:flex}.co-pay-logo img{width:auto;height:28px;display:block}.co-pay-logo-cashapp img{border-radius:6px;width:28px;height:28px}.co-pay-logo-zelle img{height:24px}#header{z-index:50;-webkit-backdrop-filter:saturate(180%)blur(8px);border-bottom:1px solid var(--border);background:#fffffff5;height:auto;min-height:64px;position:sticky;top:0}.header-inner{max-width:var(--max);padding:14px var(--px);grid-template-columns:auto 1fr auto auto;align-items:center;gap:14px;height:auto;margin:0 auto;display:grid}.header-hamburger{border:1.5px solid var(--border);cursor:pointer;width:40px;height:40px;color:var(--text);background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:none}.header-hamburger:hover{border-color:#9ca3af}.logo{grid-column:1;align-items:center;text-decoration:none;display:flex}.logo-img{width:auto;height:32px;display:block}.nav-links{grid-column:2;justify-self:center;gap:32px;margin:0;padding:0;list-style:none;display:flex}.nav-links li{list-style:none}.nav-links a{color:var(--text);font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--accent)}.mobile-menu-overlay{pointer-events:none;z-index:998;background:#1110;transition:background .25s;position:fixed;inset:0}.mobile-menu-overlay.open{pointer-events:auto;background:#11111173}.mobile-menu{z-index:999;background:#fff;flex-direction:column;width:88%;max-width:360px;height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:16px 0 48px #00000014}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.mobile-menu-logo{width:auto;height:28px}.mobile-menu-close{cursor:pointer;width:36px;height:36px;color:var(--text);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;display:flex}.mobile-menu-close:hover{background:#f3f4f6}.mobile-menu-nav{flex-direction:column;flex:1;gap:4px;padding:16px 22px;display:flex}.mobile-menu-nav a{color:var(--text);border-bottom:1px solid var(--border);letter-spacing:-.01em;padding:14px 4px;font-family:Inter,sans-serif;font-size:17px;font-weight:600;text-decoration:none;display:block}.mobile-menu-nav a:hover,.mobile-menu-nav a:active{color:var(--accent)}.mobile-menu-divider{height:16px}.mobile-menu-link-muted{color:var(--muted)!important;font-size:14px!important;font-weight:500!important}.mobile-menu-footer{border-top:1px solid var(--border);flex-shrink:0;padding:18px 22px 24px}.mobile-menu-footer a{color:var(--accent);font-size:13px;text-decoration:none}@media (max-width:880px){.header-inner{grid-template-columns:auto 1fr auto}.header-hamburger{grid-column:1;display:flex}.nav-links{display:none}.logo{grid-column:2;justify-self:center}.logo-img{height:28px}.cart-icon-btn{grid-column:3}.home-page #hero{padding:36px 0 24px}.home-page .hero-inner{padding:0 var(--px);grid-template-columns:1fr!important;gap:4px!important}.home-page .hero-copy{text-align:left!important;align-items:flex-start!important}.home-page .hero-eyebrow{align-self:flex-start;font-size:11px;margin-bottom:18px!important}.home-page .hero-title{letter-spacing:-.02em;text-align:left!important;margin-bottom:18px!important;font-size:clamp(36px,8vw,56px)!important;line-height:1.05!important}.home-page .hero-sub{text-align:left!important;margin-bottom:24px!important;font-size:15px!important;line-height:1.6!important}.home-page .hero-actions{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.home-page .hero-actions .btn-primary,.home-page .hero-actions .btn-ghost{text-align:center;justify-content:center;width:100%}.home-page .hero-image-panel{width:100%!important;margin:0 auto -12px!important;transform:none!important}.home-page .hero-image-panel img{width:100%;height:auto;display:block}.home-page #catalog{padding:56px 0!important}.home-page #catalog .section-header{margin-bottom:28px;flex-direction:column!important;align-items:flex-start!important;gap:14px!important}.home-page .section-title{font-size:clamp(26px,6vw,34px)!important}.home-page .catalog-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}}@media (max-width:480px){.home-page .catalog-grid{grid-template-columns:1fr!important}}@media (max-width:880px){.home-page .hero-carousel-wrap,.home-page .carousel-track{width:100%}.home-page .carousel-item{padding:10px 16px!important;font-size:13px!important}.home-page #verified{padding:60px var(--px)!important}.home-page #verified .verified-grid{grid-template-columns:1fr!important;gap:20px!important}.home-page #verified .section-title{color:#fff;font-size:clamp(28px,7vw,40px)!important}.home-page #testimonials .testimonial-grid{grid-template-columns:1fr!important;gap:16px!important}.home-page #faq .faq-inner{grid-template-columns:1fr!important;gap:24px!important}.home-page .faq-sidebar{position:static!important}.home-page .faq-q{font-size:15px!important}.home-page .faq-a{font-size:14px!important}footer .footer-top,#footer .footer-top{grid-template-columns:1fr!important;gap:28px!important}.footer-logo-img{height:32px}.peptides-page-layout{grid-template-columns:1fr!important;gap:0!important}.sidebar{display:none}.catalog-content{padding:24px var(--px) 60px!important}.catalog-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.catalog-title{font-size:clamp(28px,7vw,38px)!important}.catalog-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.product-card{padding:14px!important}.product-name{font-size:15px!important}.product-price{font-size:17px!important}.trust-bar{padding:20px var(--px)!important;flex-direction:column!important;gap:12px!important}.trust-bar-item{width:100%}}@media (max-width:480px){.catalog-grid{grid-template-columns:1fr!important}}@media (max-width:880px){.product-detail{padding:24px var(--px) 40px!important;grid-template-columns:1fr!important;gap:24px!important}.product-detail-img{padding:32px var(--px)!important;min-height:260px!important}.product-detail-name{font-size:clamp(24px,7vw,32px)!important}.product-detail-price{font-size:clamp(22px,6vw,28px)!important}.pdp-section{margin-bottom:18px}.product-detail-sizes{flex-wrap:wrap;gap:8px}.product-detail-size-pill{flex:auto;min-width:70px}}@media (max-width:920px){.checkout-page{padding:24px 0 60px!important}.checkout-grid{padding:0 var(--px)}.checkout-title{margin-bottom:18px!important;font-size:clamp(24px,6vw,30px)!important}.co-panel-header{padding:16px 18px!important}.co-panel-body{padding:0 18px 18px!important}.co-summary-row{padding:4px 18px 16px!important}.co-field-row{flex-direction:column!important;gap:14px!important}.card-form-fields{padding:16px 18px 18px!important}.card-form-header{padding:14px 18px 12px!important}.card-form-title{font-size:13px!important}.card-accepted-img{height:26px!important}}@media (max-width:480px){.card-form-header{flex-direction:column;align-items:flex-start;gap:10px}.card-accepted-img{height:24px!important}.co-pay-option-slim{padding:10px 14px!important}}@media (max-width:880px){.static-page{padding:36px 0 60px!important}.static-title{margin-bottom:18px!important;font-size:clamp(28px,8vw,44px)!important;line-height:1.1!important}.static-lede{font-size:16px!important}.static-h2{margin-top:36px!important;font-size:clamp(20px,5vw,26px)!important}.contact-card-grid{grid-template-columns:1fr!important;gap:12px!important}.static-cta-block{padding:28px 22px!important}.reviews-section{padding:24px 20px!important}.reviews-aggregate{grid-template-columns:1fr!important;gap:18px!important}.reviews-aggregate-number{font-size:44px!important}.reviews-form{padding:20px!important}.reviews-form-grid{grid-template-columns:1fr!important;gap:14px!important}.reviews-write-btn{text-align:center;align-self:stretch}.catalog-carousel-card{flex:0 0 200px!important}.catalog-carousel-card-img{height:140px!important}.catalog-carousel-title{font-size:18px!important}}@media (max-width:480px){.cart-drawer{max-width:100%}}@media (max-width:880px){body,html{overflow-x:hidden}.co-input,.co-input:focus,.card-input,.card-input:focus,.checkout-input,.checkout-input:focus,.reviews-form-input,.reviews-form-input:focus,input[type=text],input[type=email],input[type=tel],input[type=number],input[type=password],input[type=search],input[type=url],textarea,select{font-size:16px!important}}.lc-flow{min-width:0}.lc-progress{margin-bottom:20px}.lc-progress-track{background:var(--border);border-radius:999px;height:4px;margin-bottom:6px;overflow:hidden}.lc-progress-fill{background:var(--text);border-radius:999px;height:100%;transition:width .3s}.lc-progress-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.lc-card{border:1.5px solid var(--border);background:#fff;border-radius:18px;flex-direction:column;gap:16px;padding:28px;display:flex}.lc-step-header{align-items:center;gap:10px;margin-bottom:4px;display:flex}.lc-back{border:1.5px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--text);background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:border-color .15s,background .15s;display:inline-flex}.lc-back:hover{background:#f9fafb;border-color:#9ca3af}.lc-step-title{color:var(--text);letter-spacing:-.01em;margin:0;font-family:Inter,sans-serif;font-size:clamp(18px,2.4vw,22px);font-weight:700;line-height:1.25}.lc-field{flex-direction:column;gap:6px;display:flex}.lc-row{gap:12px;display:flex}.lc-label{color:var(--text);letter-spacing:.01em;font-size:12px;font-weight:600}.lc-optional{color:var(--muted);font-weight:400}.lc-input{border:1.5px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:12px;padding:14px 16px;font-family:Inter,sans-serif;font-size:15px;transition:border-color .18s,box-shadow .18s}.lc-input:focus{border-color:var(--text);outline:none;box-shadow:0 0 0 3px #1111110f}select.lc-input{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:12px;padding-right:36px}.lc-help{color:var(--muted);margin-top:2px;font-size:12px}.lc-section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:11px;font-weight:600}.lc-next-btn{background:var(--text);color:#fff;border-radius:var(--r-btn);cursor:pointer;letter-spacing:.01em;border:none;margin-top:4px;padding:16px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:opacity .2s,transform .15s}.lc-next-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.lc-next-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.lc-shipping-block{border-top:1px solid var(--border);margin-top:8px;padding-top:16px}.lc-shipping-options{flex-direction:column;gap:8px;display:flex}.lc-shipping-option{border:1.5px solid var(--border);cursor:pointer;background:#fff;border-radius:12px;grid-template-columns:22px 1fr auto;align-items:center;gap:14px;padding:14px 16px;transition:border-color .18s,background .18s;display:grid}.lc-shipping-option:hover{border-color:#9ca3af}.lc-shipping-option.selected{border-color:var(--text);background:#fafafa}.lc-shipping-option input[type=radio]{opacity:0;pointer-events:none;position:absolute}.lc-shipping-radio{border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;transition:border-color .15s;display:flex}.lc-shipping-option.selected .lc-shipping-radio{border-color:var(--text)}.lc-shipping-radio-dot{background:var(--text);border-radius:50%;width:8px;height:8px}.lc-shipping-text{flex-direction:column;gap:2px;min-width:0;display:flex}.lc-shipping-name{color:var(--text);letter-spacing:-.01em;font-size:14px;font-weight:600}.lc-shipping-desc{color:var(--muted);font-size:12px}.lc-shipping-price{color:var(--text);font-variant-numeric:tabular-nums;align-items:baseline;gap:6px;font-size:14px;font-weight:600;display:flex}.lc-shipping-free{color:#065f46;letter-spacing:.04em;font-weight:700}.lc-shipping-was{color:#9ca3af;font-size:12px;font-weight:400;text-decoration:line-through}.lc-summary{border:1px solid var(--border);background:#fafafa;border-radius:14px;flex-direction:column;gap:12px;padding:18px 20px;display:flex;position:relative}.lc-summary-row{grid-template-columns:80px 1fr;gap:12px;font-size:14px;line-height:1.5;display:grid}.lc-summary-label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;padding-top:1px;font-size:12px;font-weight:600}.lc-summary-value{color:var(--text);font-weight:500}.lc-edit-link{color:var(--accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:4px 8px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:underline;position:absolute;top:14px;right:16px}.lc-edit-link:hover{opacity:.85}.lc-summary-items{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:8px;display:flex}.lc-summary-item{justify-content:space-between;align-items:baseline;gap:12px;font-size:14px;display:flex}.lc-summary-item-name{color:var(--text);font-weight:500}.lc-summary-item-meta{color:var(--muted);font-size:13px;font-weight:400}.lc-summary-item-price{color:var(--text);font-variant-numeric:tabular-nums;font-weight:600}.lc-total-row{border-top:1px solid var(--border);color:var(--text);letter-spacing:-.01em;justify-content:space-between;align-items:baseline;padding-top:12px;font-family:Inter,sans-serif;font-size:18px;font-weight:700;display:flex}.lc-total-row span:last-child{font-variant-numeric:tabular-nums}.lc-place-hint{color:var(--muted);text-align:center;margin-top:4px;font-size:11px;line-height:1.6}.lc-place-hint a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.lc-summary-lines-clean{border-bottom:none!important;padding-bottom:16px!important}.lc-clean-line{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:12px;padding:8px 0;display:flex}.lc-clean-line:last-child{border-bottom:none}.lc-clean-line-info{flex-direction:column;gap:2px;min-width:0;display:flex}.lc-clean-line-name{color:var(--text);font-size:13px;font-weight:600;line-height:1.3}.lc-clean-line-meta{color:var(--muted);font-size:11px}.lc-clean-line-price{color:var(--text);font-variant-numeric:tabular-nums;font-size:13px;font-weight:600}@media (max-width:920px){.lc-card{padding:22px 18px}.lc-row{flex-direction:column;gap:14px}.lc-summary-row{grid-template-columns:70px 1fr}}@media (max-width:880px){.lc-input,.lc-input:focus{font-size:16px!important}}.addr-wrap{width:100%;position:relative}.addr-input-row{border:1.5px solid var(--border);background:#fff;border-radius:12px;align-items:center;width:100%;padding:0 6px 0 12px;transition:border-color .18s,box-shadow .18s;display:flex;position:relative}.addr-input-row:focus-within{border-color:var(--text);box-shadow:0 0 0 3px #1111110f}.addr-icon{color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;margin-right:6px;display:flex}.addr-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:14px 6px 14px 0;font-family:Inter,sans-serif;font-size:15px}.addr-input::placeholder{color:#9ca3af}.addr-clear{cursor:pointer;width:24px;height:24px;color:var(--text);background:#e5e7eb;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-right:4px;padding:0;transition:background .15s,color .15s;display:inline-flex}.addr-clear:hover{background:var(--text);color:#fff}.addr-suggestions{border:1px solid var(--border);z-index:30;background:#fff;border-radius:10px;max-height:320px;margin:0;padding:0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 6px 18px #0000000f}.addr-suggestion{cursor:pointer;border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:8px 12px;transition:background .12s;display:flex}.addr-suggestion:last-of-type{border-bottom:none}.addr-suggestion.active,.addr-suggestion:hover{background:#f9fafb}.addr-pin{color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.addr-text{flex-direction:column;gap:1px;min-width:0;display:flex}.addr-primary{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:1.3;overflow:hidden}.addr-secondary{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:400;line-height:1.25;overflow:hidden}.addr-attribution{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);text-align:right;border-top:1px solid var(--border);background:#fafafa;padding:6px 12px;font-size:10px;font-weight:500;list-style:none}.addr-loading{border:1px solid var(--border);color:var(--muted);z-index:30;background:#fff;border-radius:10px;padding:10px 14px;font-size:12px;position:absolute;top:calc(100% + 4px);left:0;right:0}@media (max-width:720px){.addr-suggestions{max-height:50vh}.addr-input{font-size:16px}.addr-suggestion{padding:10px 14px}.addr-primary{font-size:14px}.addr-secondary{font-size:12px}}.addr-suggestion{border:none;border-bottom:1px solid var(--border);text-align:left;background:0 0;width:100%;font-family:Inter,sans-serif}.addr-suggestion-icon{color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.addr-suggestion-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.addr-suggestion-main{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:1.3;overflow:hidden}.addr-suggestion-secondary{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;font-weight:400;line-height:1.25;overflow:hidden}.addr-match{background:0 0;font-weight:500}@media (max-width:720px){.addr-suggestion{padding:9px 12px}.addr-suggestion-main{font-size:14px}}.co-collapse{transition:max-height .32s cubic-bezier(.22,.61,.36,1),opacity .22s;overflow:hidden}.co-pay-divider-left{justify-content:flex-start;margin:12px 0 6px}.co-pay-divider-left:before{display:none}.co-pay-divider-left:after{flex:1}.co-pay-divider-tight{margin:14px 0 4px}.co-continue-with-row{flex-wrap:wrap;align-items:stretch;gap:8px;margin:0 0 6px;display:flex}.co-continue-with-btn{border:1.5px solid var(--border);cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;justify-content:center;align-items:center;height:auto;min-height:0;padding:2px 13px;transition:border-color .18s,box-shadow .18s,transform .1s,filter .18s;display:inline-flex}.co-continue-with-btn:hover:not(:disabled){border-color:var(--text);box-shadow:0 1px #0000000a}.co-continue-with-btn:active:not(:disabled){transform:translateY(1px)}.co-continue-with-btn:disabled{opacity:.5;cursor:not-allowed}.co-continue-with-btn .co-continue-logo{flex-shrink:0;width:auto;height:22px;display:block}.co-continue-cashapp{background:#00d54b;border-color:#00d54b}.co-continue-cashapp:hover:not(:disabled){filter:brightness(1.05);border-color:#00d54b;box-shadow:0 2px 8px #00d54b40}.co-continue-cashapp .co-continue-logo{height:24px}.co-continue-zelle{background:#6d1ed4;border-color:#6d1ed4}.co-continue-zelle:hover:not(:disabled){filter:brightness(1.08);border-color:#6d1ed4;box-shadow:0 2px 8px #6d1ed440}.co-continue-zelle .co-continue-logo{height:22px}.co-continue-applepay{background:#000;border-color:#000}.co-continue-applepay:hover:not(:disabled){background:#1a1a1a;border-color:#1a1a1a;box-shadow:0 2px 8px #0003}.co-continue-applepay .co-continue-logo{height:22px}.co-continue-ach{border-color:var(--border);background:#fff}.co-continue-ach:hover:not(:disabled){border-color:var(--text);box-shadow:0 1px #0000000a}.co-continue-ach .co-continue-logo{height:22px}@media (max-width:480px){.co-continue-with-row{flex-wrap:wrap}.co-continue-with-btn{padding:3px 14px}.co-continue-with-btn .co-continue-logo{height:24px}.co-continue-cashapp .co-continue-logo{height:26px}.co-continue-zelle .co-continue-logo,.co-continue-applepay .co-continue-logo,.co-continue-ach .co-continue-logo{height:24px}}.co-coupon-section{margin:4px 0 0;padding-top:4px}.co-coupon-toggle{cursor:pointer;color:var(--accent);letter-spacing:.01em;background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-family:Inter,sans-serif;font-size:12px;font-weight:500;transition:opacity .15s;display:inline-flex}.co-coupon-toggle:hover{opacity:.8}.co-coupon-toggle svg{flex-shrink:0}.co-coupon-input-wrap{flex-direction:column;gap:6px;display:flex}.co-coupon-input-row{align-items:stretch;gap:6px;display:flex}.co-coupon-input{border:1.5px solid var(--border);min-width:0;color:var(--text);letter-spacing:.04em;text-transform:uppercase;background:#fff;border-radius:8px;flex:1;padding:8px 12px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:border-color .15s,box-shadow .15s}.co-coupon-input:focus{border-color:var(--text);outline:none;box-shadow:0 0 0 3px #1111110f}.co-coupon-apply{background:var(--text);color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:8px;padding:0 14px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:opacity .15s,transform .1s}.co-coupon-apply:hover:not(:disabled){opacity:.9}.co-coupon-apply:active:not(:disabled){transform:translateY(1px)}.co-coupon-apply:disabled{opacity:.4;cursor:not-allowed}.co-coupon-error{color:#b91c1c;font-size:11px;font-weight:500}.co-coupon-applied{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.co-coupon-applied-info{color:#065f46;align-items:center;gap:8px;min-width:0;display:flex}.co-coupon-applied-info svg{flex-shrink:0}.co-coupon-applied-code{color:#064e3b;letter-spacing:.04em;font-size:12px;font-weight:700;line-height:1.2}.co-coupon-applied-detail{color:#065f46;margin-top:1px;font-size:11px;font-weight:500}.co-coupon-remove{cursor:pointer;color:#065f46;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:background .15s,color .15s;display:flex}.co-coupon-remove:hover{color:#fff;background:#065f46}@media (max-width:880px){.co-coupon-input,.co-coupon-input:focus{font-size:16px!important}}.co-substep{flex-direction:column;gap:14px;animation:.28s cubic-bezier(.22,.61,.36,1) co-substep-fade-in;display:flex}@keyframes co-substep-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.co-substep-back{cursor:pointer;color:var(--muted);letter-spacing:.01em;background:0 0;border:none;align-self:flex-start;align-items:center;gap:5px;margin-bottom:-6px;padding:4px 8px 4px 0;font-family:Inter,sans-serif;font-size:12px;font-weight:500;transition:color .15s;display:inline-flex}.co-substep-back:hover{color:var(--text)}.co-substep-back svg{flex-shrink:0}@media (max-width:880px){.product-card,.home-page .product-card{min-width:0!important;overflow:hidden!important}.product-footer,.home-page .product-footer{flex-wrap:nowrap!important;align-items:flex-end!important;gap:8px!important}.product-footer .product-price-wrap,.home-page .product-footer .product-price-wrap{flex:auto!important;min-width:0!important;overflow:hidden!important}.product-footer .product-price,.home-page .product-footer .product-price{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:15px!important;overflow:hidden!important}.product-footer .product-price-original,.home-page .product-footer .product-price-original{font-size:11px!important}.product-footer .btn-add,.home-page .product-footer .btn-add{flex-shrink:0!important;padding:8px 12px!important;font-size:11px!important}}@media (max-width:480px){.product-footer .btn-add,.home-page .product-footer .btn-add{padding:8px 10px!important}.product-footer .product-price,.home-page .product-footer .product-price{font-size:14px!important}}.hero-verified{color:var(--accent);padding-bottom:14px;display:inline-block;position:relative}.hero-verified-stroke{pointer-events:none;width:104%;height:22px;position:absolute;bottom:-2px;left:-2%;overflow:visible}.hero-verified-stroke path{stroke-dasharray:600;stroke-dashoffset:600px;animation:1.4s cubic-bezier(.65,0,.35,1) .4s forwards hero-stroke-draw}@keyframes hero-stroke-draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.hero-verified-stroke path{stroke-dasharray:none;stroke-dashoffset:0;animation:none}}@media (max-width:880px){.hero-verified{padding-bottom:12px}.hero-verified-stroke{height:18px;bottom:0}.hero-verified-stroke path{stroke-width:3.5px}}.catalog-body-full{max-width:var(--max);padding:32px var(--px) 80px;margin:0 auto;grid-template-columns:none!important;display:block!important}.grid-toolbar-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;padding:0;display:flex}.filter-trigger-btn{color:var(--text);border:1.5px solid var(--border);cursor:pointer;letter-spacing:.01em;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:border-color .18s,background .18s;display:inline-flex}.filter-trigger-btn:hover{border-color:var(--text)}.filter-trigger-btn svg{flex-shrink:0}.filter-trigger-count{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:2px;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.filter-panel-overlay{pointer-events:none;z-index:998;background:#1110;transition:background .25s;position:fixed;inset:0}.filter-panel-overlay.open{pointer-events:auto;background:#11111173}.filter-panel{z-index:999;background:#fff;flex-direction:column;width:92%;max-width:380px;height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:16px 0 48px #00000014}.filter-panel.open{transform:translate(0)}.filter-panel-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.filter-panel-title{color:var(--text);letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:17px;font-weight:700}.filter-panel-close{cursor:pointer;width:36px;height:36px;color:var(--text);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;transition:background .15s;display:flex}.filter-panel-close:hover{background:#f3f4f6}.filter-panel-body{flex:1;padding:8px 4px 24px;overflow-y:auto}.filter-panel-body .catalog-sidebar{background:0 0!important;border:none!important;width:100%!important;margin:0!important;padding:0 16px!important;position:static!important}.filter-panel-body .sidebar-section{border-bottom:1px solid var(--border);padding:14px 0}.filter-panel-body .sidebar-section:last-child{border-bottom:none}.filter-panel-body .sidebar-label{cursor:pointer;letter-spacing:.08em;text-transform:uppercase;color:var(--text);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}.filter-panel-body .sidebar-section-static .sidebar-label{cursor:default}.filter-panel-footer{border-top:1px solid var(--border);background:#fafafa;flex-shrink:0;padding:16px 24px 22px}.filter-panel-apply{background:var(--text);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:999px;width:100%;padding:14px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;transition:opacity .15s,transform .1s}.filter-panel-apply:hover{opacity:.9}.filter-panel-apply:active{transform:translateY(1px)}@media (max-width:480px){.filter-panel{width:100%;max-width:100%}.grid-toolbar-row{margin-bottom:18px}}.home-page #verified{border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:var(--text)!important;background:#fff!important}.home-page #verified .section-tag{color:var(--accent)!important}.home-page #verified .section-title{color:var(--text)!important}.home-page #verified .section-sub{color:var(--muted)!important}.home-page .verified-card{border:1px solid var(--border)!important;background:#fafafa!important}.home-page .verified-card:hover{background:#f3f4f6!important}.home-page .verified-card h3,.home-page .verified-card .verified-card-title,.home-page .verified-card-title{color:var(--text)!important}.home-page .verified-card p,.home-page .verified-card .verified-card-body,.home-page .verified-card-body{color:var(--muted)!important}.home-page .verified-icon{background:#eff6ff!important;border:1px solid #bfdbfe!important}.home-page .verified-icon svg,.home-page .verified-step{color:var(--accent)!important}.home-page .verified-title{color:var(--text)!important}.home-page .verified-desc{color:var(--muted)!important}.home-page #verified .btn-white{background:var(--text)!important;color:#fff!important}.home-page #verified .btn-white:hover{opacity:.9}.home-page #verified .btn-ghost-white{color:var(--muted)!important}.home-page #verified .btn-ghost-white:hover{color:var(--text)!important}.vtl-wrap{margin:64px 0 24px;padding:12px 0;position:relative}.vtl-track,.vtl-fill{pointer-events:none;border-radius:2px;width:2px;position:absolute;top:24px;bottom:24px;left:23px}.vtl-track{background:var(--border)}.vtl-fill{background:var(--accent);height:0%;transition:height 60ms linear}.vtl-row{grid-template-columns:48px 1fr;align-items:flex-start;gap:24px;padding:14px 0 32px;display:grid;position:relative}.vtl-row:last-child{padding-bottom:12px}.vtl-dot-col{justify-content:center;width:48px;display:flex;position:relative}.vtl-dot{border:2px solid var(--border);z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-top:22px;transition:border-color .3s,transform .25s,box-shadow .3s;display:flex;position:relative}.vtl-dot-inner{background:var(--accent);border-radius:50%;width:0;height:0;transition:width .3s,height .3s}.vtl-row.is-active .vtl-dot{border-color:var(--accent);transform:scale(1.06);box-shadow:0 0 0 6px #2563eb1f}.vtl-row.is-active .vtl-dot-inner{width:8px;height:8px}.vtl-row.is-done .vtl-dot{border-color:var(--accent);background:var(--accent)}.vtl-row.is-done .vtl-dot-inner{background:#fff;width:6px;height:6px}.vtl-card{border:1px solid var(--border);border-radius:var(--r-card,18px);background:#fff;padding:28px 28px 26px;transition:border-color .3s,box-shadow .3s,transform .3s}.vtl-row.is-active .vtl-card{border-color:#2563eb66;transform:translateY(-1px);box-shadow:0 6px 22px #2563eb14}.vtl-card-icon{width:44px;height:44px;color:var(--accent);background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.vtl-card-step{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:6px;font-size:11px;font-weight:600}.vtl-card-title{color:var(--text);letter-spacing:-.01em;margin-bottom:10px;font-family:Inter,sans-serif;font-size:19px;font-weight:600;line-height:1.3}.vtl-card-body{color:var(--muted);margin:0;font-size:14px;line-height:1.65}@media (max-width:720px){.vtl-wrap{margin:48px 0 16px}.vtl-track,.vtl-fill{left:15px}.vtl-row{grid-template-columns:32px 1fr;gap:14px;padding:10px 0 22px}.vtl-dot-col{width:32px}.vtl-dot{width:14px;height:14px;margin-top:18px}.vtl-card{padding:20px 20px 18px}.vtl-card-title{font-size:17px}.vtl-card-icon{width:38px;height:38px;margin-bottom:14px}}.product-img .product-photo{object-fit:contain;width:100%;height:100%;padding:8px;display:block}.product-detail-photo{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:360px;margin:0 auto;display:block}.cart-line-img-photo{padding:4px;overflow:hidden;background:#f7f7f8!important;justify-content:center!important;align-items:center!important;display:flex!important}.cart-line-img-photo img{object-fit:contain;max-width:100%;max-height:100%;display:block}.catalog-carousel-card-img-photo{padding:12px;background:#f7f7f8!important;justify-content:center!important;align-items:center!important;display:flex!important}.catalog-carousel-card-img-photo img{object-fit:contain;max-width:100%;max-height:100%;display:block}.co-line-img-photo{padding:4px;overflow:hidden;background:#f7f7f8!important;justify-content:center!important;align-items:center!important;display:flex!important}.co-line-img-photo img{object-fit:contain;max-width:100%;max-height:100%;display:block}.pdp-gallery{flex-direction:column;gap:14px;width:100%;display:flex}.pdp-gallery-main{border:1px solid var(--border);background:#f7f7f8;border-radius:16px;justify-content:center;align-items:center;min-height:360px;padding:24px;display:flex;overflow:hidden}.pdp-gallery-main img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:480px;animation:.22s pdp-gallery-fade;display:block}@keyframes pdp-gallery-fade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.pdp-gallery-thumbs{flex-wrap:wrap;gap:8px;display:flex}.pdp-gallery-thumb{border:1.5px solid var(--border);cursor:pointer;background:#f7f7f8;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;padding:4px;transition:border-color .18s,transform .1s;display:flex;position:relative;overflow:hidden}.pdp-gallery-thumb:hover{border-color:#9ca3af}.pdp-gallery-thumb.active{border-color:var(--text);border-width:2px;padding:3.5px}.pdp-gallery-thumb img{object-fit:contain;width:100%;height:100%;display:block}.pdp-gallery-thumb-label{letter-spacing:.06em;text-transform:uppercase;color:#fff;text-align:center;pointer-events:none;background:#111111b3;border-radius:4px;padding:1px 4px;font-family:Inter,sans-serif;font-size:9px;font-weight:700;position:absolute;bottom:3px;left:4px;right:4px}.pdp-coa-download{border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:8px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;text-decoration:none;transition:border-color .18s,background .18s;display:inline-flex}.pdp-coa-download:hover{border-color:var(--text);background:#fafafa}.pdp-coa-download svg{flex-shrink:0}@media (max-width:880px){.pdp-gallery-main{min-height:280px;padding:16px}.pdp-gallery-main img{max-height:360px}.pdp-gallery-thumb{width:64px;height:64px}.pdp-gallery-thumb-label{font-size:8px}}button.pdp-gallery-main{border:1px solid var(--border);cursor:zoom-in;width:100%;font-family:inherit;transition:border-color .18s,transform .1s}button.pdp-gallery-main:hover{border-color:#9ca3af}button.pdp-gallery-main:active{transform:scale(.998)}.lightbox-overlay{z-index:9999;cursor:zoom-out;background:#111111eb;justify-content:center;align-items:center;padding:5vh 5vw;animation:.18s lightbox-fade;display:flex;position:fixed;inset:0}@keyframes lightbox-fade{0%{opacity:0}to{opacity:1}}.lightbox-close{cursor:pointer;color:#fff;z-index:10000;background:#ffffff1f;border:1px solid #ffffff40;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s;display:flex;position:fixed;top:18px;right:18px}.lightbox-close:hover{background:#ffffff38}.lightbox-content{cursor:default;justify-content:center;align-items:center;max-width:100%;max-height:100%;display:flex}.lightbox-img{object-fit:contain;background:#fff;border-radius:6px;width:auto;max-width:100%;height:auto;max-height:90vh;animation:.22s cubic-bezier(.22,.61,.36,1) lightbox-img-in;display:block;box-shadow:0 20px 60px #00000080}@keyframes lightbox-img-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:480px){.lightbox-overlay{padding:4vh 4vw}.lightbox-close{width:40px;height:40px;top:12px;right:12px}}.header-actions{align-items:center;gap:8px;display:flex}.header-account-wrap{position:relative}.header-signin-link{border:1.5px solid var(--border);color:var(--text);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:6px;padding:9px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:border-color .18s,background .18s;display:inline-flex}.header-signin-link:hover{border-color:var(--text);background:#fafafa}.header-account-btn{border:1.5px solid var(--border);cursor:pointer;width:44px;height:44px;color:var(--text);background:0 0;border-radius:12px;justify-content:center;align-items:center;padding:0;transition:border-color .18s,background .18s;display:flex}.header-account-btn:hover{background:#f9fafb;border-color:#9ca3af}.header-account-menu{border:1px solid var(--border);z-index:100;background:#fff;border-radius:12px;min-width:220px;padding:8px 0;font-family:Inter,sans-serif;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #00000014}.header-account-email{color:var(--muted);border-bottom:1px solid var(--border);word-break:break-all;margin-bottom:4px;padding:8px 16px 10px;font-size:12px;line-height:1.4}.header-account-item{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;padding:9px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:background .12s;display:block}.header-account-item:hover{background:#f9fafb}.header-account-divider{background:var(--border);height:1px;margin:4px 0}.header-account-logout{color:#b91c1c}.header-account-logout:hover{background:#fef2f2}@media (max-width:880px){.header-signin-link span{display:none}.header-signin-link{border-radius:12px;justify-content:center;width:44px;height:44px;padding:0}.header-account-wrap{display:none}.header-actions{grid-column:auto}}.mobile-menu-account{flex-direction:column;gap:0;padding-bottom:4px;display:flex}.mobile-menu-account-email{color:var(--muted);letter-spacing:.01em;word-break:break-all;padding:6px 4px 12px;font-size:13px;font-weight:600}.mobile-menu-account-link{color:var(--text);border-bottom:1px solid var(--border);letter-spacing:-.01em;text-align:left;cursor:pointer;width:100%;font-family:Inter,sans-serif;font-size:17px;font-weight:600;font:inherit;background:0 0;border-top:none;border-left:none;border-right:none;padding:14px 4px;font-size:17px;font-weight:600;text-decoration:none;display:block}.mobile-menu-signin{background:var(--text);border-radius:999px;align-self:flex-start;align-items:center;gap:8px;margin:4px 0 8px;text-decoration:none;color:#fff!important;border-bottom:none!important;width:auto!important;padding:13px 18px!important;font-size:14px!important;font-weight:600!important;display:inline-flex!important}.mobile-menu-signin:hover{color:#fff!important}.mobile-menu-signout{color:#b91c1c!important}.login-page{max-width:480px}.login-form{flex-direction:column;gap:8px;margin-top:28px;display:flex}.login-label{color:var(--text);letter-spacing:.01em;margin-bottom:4px;font-size:12px;font-weight:600}.login-input{border:1.5px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:12px;padding:14px 16px;font-family:Inter,sans-serif;font-size:15px;transition:border-color .18s,box-shadow .18s}.login-input:focus{border-color:var(--text);outline:none;box-shadow:0 0 0 3px #1111110f}@media (max-width:880px){.login-input,.login-input:focus{font-size:16px!important}}.login-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-top:4px;padding:10px 14px;font-size:13px;line-height:1.5}.login-submit{background:var(--text);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:999px;margin-top:12px;padding:16px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:opacity .2s,transform .15s}.login-submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.login-submit:disabled{opacity:.4;cursor:not-allowed;transform:none}.login-textlink{color:var(--accent);text-underline-offset:2px;font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline}.login-textlink:hover{opacity:.8}.login-footnote{color:var(--muted);margin-top:24px;font-size:12px;line-height:1.6}.login-footnote a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.account-page{max-width:880px}.account-title{margin-top:0!important;margin-bottom:32px!important}.account-tabs{border-bottom:1px solid var(--border);gap:4px;margin-bottom:32px;display:flex;overflow-x:auto}.account-tab{color:var(--muted);white-space:nowrap;border-bottom:2px solid #0000;margin-bottom:-1px;padding:14px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s;display:inline-block}.account-tab:hover{color:var(--text)}.account-tab.active{color:var(--text);border-bottom-color:var(--text);font-weight:600}.account-empty{text-align:center;padding:48px 0}.account-orders-list{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:0;display:flex;overflow:hidden}.account-order-row{border-bottom:1px solid var(--border);color:inherit;grid-template-columns:1fr auto auto auto;align-items:center;gap:16px;padding:18px 20px;text-decoration:none;transition:background .12s;display:grid}.account-order-row:last-child{border-bottom:none}.account-order-row:hover{background:#fafafa}.account-order-row-main{flex-direction:column;gap:2px;min-width:0;display:flex}.account-order-meta{color:var(--muted);font-size:12px}.account-order-row-total{color:var(--text);font-variant-numeric:tabular-nums;font-family:Inter,sans-serif;font-size:14px;font-weight:600}.account-order-row-arrow{color:var(--muted);align-items:center;display:flex}@media (max-width:640px){.account-order-row{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:6px 12px}.account-order-row-status{grid-area:1/2}.account-order-row-total{color:var(--muted);grid-area:2/1;font-size:13px;font-weight:500}.account-order-row-arrow{grid-area:2/2;justify-self:end}}.order-status-badge{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;padding:4px 10px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;display:inline-flex}.order-status-badge-lg{padding:6px 14px;font-size:12px}.order-status-pending{color:#92400e;background:#fef3c7}.order-status-paid{color:#1e40af;background:#dbeafe}.order-status-shipped{color:#5b21b6;background:#ede9fe}.order-status-delivered{color:#065f46;background:#d1fae5}.order-status-cancelled{color:#6b7280;background:#f3f4f6}.account-back-link{color:var(--muted);margin-bottom:16px;font-size:13px;font-weight:500;text-decoration:none;display:inline-block}.account-back-link:hover{color:var(--text)}.account-order-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.account-order-placed{color:var(--muted);margin-top:4px;font-size:13px}.account-order-card{border:1px solid var(--border);background:#fff;border-radius:14px;margin-bottom:16px;padding:22px 24px}.account-order-card-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;font-size:11px;font-weight:600}.account-order-tracking{background:#fafafa}.account-order-tracking-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.account-order-carrier{color:var(--text);margin-bottom:2px;font-size:13px;font-weight:600}.account-order-tracking-num{color:var(--muted);font-variant-numeric:tabular-nums;letter-spacing:.01em;font-size:13px}.account-order-tracking-link{background:var(--text);color:#fff;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:10px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .18s;display:inline-flex}.account-order-tracking-link:hover{opacity:.9}.account-order-items{border-top:1px solid var(--border);flex-direction:column;padding-top:6px;display:flex}.account-order-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:16px;padding:10px 0;display:flex}.account-order-item-name{color:var(--text);font-size:14px;font-weight:600}.account-order-item-meta{color:var(--muted);margin-top:2px;font-size:12px}.account-order-totals{border-top:1px solid var(--border);flex-direction:column;gap:6px;margin-top:14px;padding-top:14px;display:flex}.account-order-total-row{color:var(--muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}.account-order-total-row span:last-child{color:var(--text);font-weight:500}.account-order-total-discount span:first-child,.account-order-total-discount span:last-child{font-weight:500;color:var(--accent)!important}.account-order-total-final{border-top:1px dashed var(--border);margin-top:4px;padding-top:10px;font-size:16px;font-weight:700}.account-order-total-final span:first-child{color:var(--text)!important}.account-order-total-final span:last-child{font-size:17px}.account-order-address{color:var(--text);font-size:14px;line-height:1.65}.account-order-address-name{margin-bottom:2px;font-weight:600}.account-order-address-phone{color:var(--muted);margin-top:4px;font-size:13px}.account-order-payment-method{color:var(--text);font-size:14px;font-weight:500}.account-order-payment-last4{color:var(--muted);font-weight:400}.account-order-payment-pending{color:#92400e;background:#fef3c7;border-radius:8px;margin-top:8px;padding:8px 12px;font-size:12px;display:inline-block}.mono{letter-spacing:.01em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.account-nav{border-bottom:1px solid var(--border);scrollbar-width:none;gap:4px;margin-bottom:28px;display:flex;overflow-x:auto}.account-nav::-webkit-scrollbar{display:none}.account-nav-link{color:var(--muted);white-space:nowrap;border-bottom:2px solid #0000;margin-bottom:-1px;padding:12px 18px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s}.account-nav-link:hover{color:var(--text)}.account-nav-link.active{color:var(--text);border-bottom-color:var(--text);font-weight:600}.account-empty{flex-direction:column;align-items:flex-start;gap:14px;margin-top:24px;display:flex}.account-orders-list{flex-direction:column;gap:12px;margin-top:12px;display:flex}.account-order-row{border:1px solid var(--border);color:inherit;background:#fff;border-radius:14px;flex-direction:column;gap:8px;padding:18px 20px;text-decoration:none;transition:border-color .15s,transform .1s,box-shadow .15s;display:flex}.account-order-row:hover{border-color:var(--text);transform:translateY(-1px);box-shadow:0 6px 16px #0000000a}.account-order-row-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-order-ref{color:var(--text);letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-family:Inter,sans-serif;font-size:15px;font-weight:700}.account-order-row-mid{color:var(--muted);font-size:13px;line-height:1.4}.account-order-items{color:var(--muted);font-size:13px}.account-order-row-bot{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.account-order-date{color:var(--muted);font-size:12px}.account-order-total{color:var(--text);font-variant-numeric:tabular-nums;font-size:16px;font-weight:700}.account-order-status{letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;padding:4px 10px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;display:inline-flex}.account-order-status.status-pending{color:#92400e;background:#fef3c7}.account-order-status.status-paid{color:#1e40af;background:#dbeafe}.account-order-status.status-shipped{color:#5b21b6;background:#ede9fe}.account-order-status.status-delivered{color:#065f46;background:#d1fae5}.account-order-status.status-cancelled{color:#6b7280;background:#f3f4f6}.account-order-detail-back{margin-bottom:18px}.account-order-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;padding-bottom:18px;display:flex}.account-order-title{letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums;margin:4px 0 6px;font-family:Inter,sans-serif;font-size:clamp(28px,4vw,36px);font-weight:700}.account-order-placed{color:var(--muted);font-size:13px}.account-order-banner{color:#78350f;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;margin-bottom:24px;padding:14px 16px;font-size:13px;line-height:1.6}.account-order-tracking{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;margin-bottom:24px;padding:16px 18px}.account-order-tracking-title{letter-spacing:.08em;text-transform:uppercase;color:#065f46;margin-bottom:6px;font-size:11px;font-weight:700}.account-order-tracking-body{color:#065f46;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:14px;display:flex}.account-order-tracking-link{color:#065f46;text-underline-offset:2px;font-weight:600;text-decoration:underline}.account-order-items{border:1px solid var(--border);border-radius:14px;flex-direction:column;margin-top:8px;display:flex;overflow:hidden}.account-order-item{border-bottom:1px solid var(--border);grid-template-columns:60px 1fr auto;align-items:center;gap:14px;padding:14px 18px;display:grid}.account-order-item:last-child{border-bottom:none}.account-order-item-img{background:#f7f7f8;border-radius:10px;justify-content:center;align-items:center;width:60px;height:70px;padding:4px;display:flex;overflow:hidden}.account-order-item-img img{object-fit:contain;max-width:100%;max-height:100%;display:block}.account-order-item-info{flex-direction:column;gap:2px;min-width:0;display:flex}.account-order-item-name{color:var(--text);letter-spacing:-.01em;font-size:14px;font-weight:600;text-decoration:none}.account-order-item-name:hover{color:var(--accent)}.account-order-item-meta{color:var(--muted);font-size:12px}.account-order-item-price{color:var(--text);font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.account-order-totals{border:1px solid var(--border);background:#fafafa;border-radius:14px;flex-direction:column;gap:8px;margin:24px 0;padding:18px 22px;display:flex}.account-order-twocol{grid-template-columns:1fr 1fr;gap:24px;margin-top:12px;display:grid}.account-order-address{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:14px;padding:16px 18px;font-size:14px;line-height:1.65}.account-order-address div:first-child{font-weight:600}.account-order-muted{color:var(--muted);font-size:13px}.mono{font-variant-numeric:tabular-nums;font-family:SF Mono,Menlo,Consolas,monospace}@media (max-width:720px){.account-order-twocol{grid-template-columns:1fr;gap:16px}.account-order-header{flex-direction:column;align-items:flex-start}.account-order-item{grid-template-columns:50px 1fr auto;padding:12px 14px}.account-order-item-img{width:50px;height:60px}}.mobile-menu-account-card{border:1px solid var(--border);background:#fafafa;border-radius:14px;margin-bottom:12px;overflow:hidden}.mobile-menu-account-toggle{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:12px 14px;font-family:Inter,sans-serif;display:flex}.mobile-menu-account-toggle-left{align-items:center;gap:12px;min-width:0;display:flex}.mobile-menu-account-avatar{background:var(--text);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mobile-menu-account-toggle-text{flex-direction:column;gap:2px;min-width:0;display:flex}.mobile-menu-account-toggle-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.mobile-menu-account-toggle-email{color:var(--text);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:14px;font-weight:600;overflow:hidden}.mobile-menu-account-chevron{color:var(--muted);flex-shrink:0;transition:transform .22s cubic-bezier(.4,0,.2,1)}.mobile-menu-account-card.open .mobile-menu-account-chevron{transform:rotate(180deg)}.mobile-menu-account-options{max-height:0;transition:max-height .28s cubic-bezier(.4,0,.2,1);overflow:hidden}.mobile-menu-account-card.open .mobile-menu-account-options{max-height:320px}.mobile-menu-nav .mobile-menu-account-card a.mobile-menu-account-option,.mobile-menu-nav .mobile-menu-account-card button.mobile-menu-account-option{border:none;border-top:1px solid var(--border);width:100%;color:var(--text);text-align:left;cursor:pointer;letter-spacing:0;background:0 0;border-bottom:none;padding:9px 14px 9px 60px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:1.3;text-decoration:none;display:block}.mobile-menu-nav .mobile-menu-account-card a.mobile-menu-account-option:hover,.mobile-menu-nav .mobile-menu-account-card button.mobile-menu-account-option:hover{color:var(--text);background:#f3f4f6}.mobile-menu-nav .mobile-menu-account-card .mobile-menu-account-signout{color:#b91c1c}.mobile-menu-nav .mobile-menu-account-card .mobile-menu-account-signout:hover{color:#b91c1c;background:#fef2f2}.account-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.account-add-btn{background:var(--text);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;align-items:center;gap:4px;padding:9px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:opacity .15s,transform .1s;display:inline-flex}.account-add-btn:hover{opacity:.9}.account-add-btn:active{transform:translateY(1px)}.account-form{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:16px;margin:24px 0;padding:22px 24px 24px;display:flex}.account-form-title{letter-spacing:-.01em;color:var(--text);margin:0 0 4px;font-family:Inter,sans-serif;font-size:18px;font-weight:700}.account-checkbox-row{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text);align-items:flex-start;gap:10px;font-family:Inter,sans-serif;font-size:14px;line-height:1.5;display:flex}.account-checkbox-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--text);cursor:pointer;flex-shrink:0;margin-top:2px}.account-form-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.account-cancel-btn{border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:999px;padding:14px 22px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:border-color .15s,background .15s}.account-cancel-btn:hover{border-color:var(--text);background:#fafafa}.account-saved-flash{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600}.account-field-hint{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.5}.account-field-hint a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.account-form input[disabled],.account-form input[readonly]{color:var(--muted);cursor:not-allowed;background:#f3f4f6}.account-addresses-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;margin-top:18px;display:grid}.account-address-card{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:10px;padding:18px 20px;display:flex}.account-address-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.account-address-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-family:Inter,sans-serif;font-size:12px;font-weight:700}.account-address-default-badge{letter-spacing:.08em;text-transform:uppercase;color:#1e40af;background:#dbeafe;border-radius:999px;align-items:center;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.account-address-body{color:var(--text);font-size:14px;line-height:1.6}.account-address-name{margin-bottom:2px;font-weight:600}.account-address-phone{color:var(--muted);margin-top:4px}.account-address-actions{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:14px;margin-top:6px;padding-top:12px;display:flex}.account-action-link{color:var(--text);cursor:pointer;letter-spacing:0;background:0 0;border:none;padding:0;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:color .15s}.account-action-link:hover{color:var(--accent)}.account-action-danger{color:#b91c1c}.account-action-danger:hover{color:#991b1b}.account-danger-zone{background:#fef2f2;border:1px solid #fecaca;border-radius:14px;margin-top:56px;padding:22px 24px 24px}.account-danger-zone h2{color:#991b1b;margin:0 0 8px}.account-danger-zone .static-body{color:#7f1d1d;margin-bottom:16px}.account-danger-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:#dc2626;border:none;border-radius:999px;padding:12px 20px;font-family:Inter,sans-serif;font-size:13px;font-weight:600;transition:opacity .15s,transform .1s}.account-danger-btn:hover:not(:disabled){opacity:.9}.account-danger-btn:active:not(:disabled){transform:translateY(1px)}.account-danger-btn:disabled{opacity:.5;cursor:not-allowed}.account-danger-confirm{background:#fff;border:1px solid #fecaca;border-radius:10px;margin-top:14px;padding:16px}.account-danger-confirm-text{color:#7f1d1d;margin:0 0 12px;font-size:14px;font-weight:500}@media (max-width:720px){.account-addresses-list{grid-template-columns:1fr}.account-form,.account-danger-zone{padding:18px 18px 20px}}.admin-shell{grid-template-columns:220px 1fr;gap:32px;max-width:1280px;margin:0 auto;padding:28px 24px 80px;display:grid}.admin-sidebar{align-self:start;height:fit-content;position:sticky;top:80px}.admin-sidebar-title{letter-spacing:.12em;color:var(--muted);margin-bottom:14px;padding:0 12px;font-family:Inter,sans-serif;font-size:11px;font-weight:700}.admin-sidebar-nav{flex-direction:column;gap:2px;display:flex}.admin-sidebar-link{color:var(--text);border-radius:8px;padding:9px 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:background .12s;display:block}.admin-sidebar-link:hover{background:#f3f4f6}.admin-sidebar-link.active{background:var(--text);color:#fff}.admin-content{min-width:0}.admin-title{letter-spacing:-.02em;color:var(--text);margin:0 0 24px;font-family:Inter,sans-serif;font-size:clamp(28px,4vw,36px);font-weight:700}.admin-h2{letter-spacing:-.01em;color:var(--text);margin:28px 0 14px;font-family:Inter,sans-serif;font-size:18px;font-weight:700}.admin-help-text{color:var(--muted);margin-top:12px;font-size:12px;line-height:1.5}.admin-stats-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;margin-bottom:32px;display:grid}.admin-stat-card{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:4px;padding:18px 20px;display:flex}.admin-stat-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:600}.admin-stat-value{letter-spacing:-.02em;color:var(--text);font-variant-numeric:tabular-nums;margin-top:2px;font-family:Inter,sans-serif;font-size:24px;font-weight:700}.admin-stat-sub{color:var(--muted);font-size:12px}.admin-stat-link{color:var(--accent);text-underline-offset:2px;align-self:flex-start;margin-top:auto;font-size:12px;text-decoration:underline}.admin-table-wrap{border:1px solid var(--border);background:#fff;border-radius:14px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-family:Inter,sans-serif;font-size:13px}.admin-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);background:#fafafa;padding:10px 14px;font-size:11px;font-weight:700}.admin-table td{border-bottom:1px solid var(--border);vertical-align:middle;color:var(--text);padding:11px 14px}.admin-table tr:last-child td{border-bottom:none}.admin-table-link{color:var(--accent);font-weight:500;text-decoration:none}.admin-table-link:hover{text-underline-offset:2px;text-decoration:underline}.admin-table-muted{color:var(--muted);font-size:12px}.admin-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.admin-search-input{border:1.5px solid var(--border);min-width:240px;color:var(--text);border-radius:10px;flex:1;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px;transition:border-color .15s}.admin-search-input:focus{border-color:var(--text);outline:none}.admin-filter-select{border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:10px;padding:10px 14px;font-family:Inter,sans-serif;font-size:14px}@media (max-width:880px){.admin-search-input,.admin-filter-select{font-size:16px!important}}.admin-pagination{justify-content:center;align-items:center;gap:14px;margin-top:18px;padding:14px 0;display:flex}.admin-page-btn{border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:999px;padding:8px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:border-color .15s}.admin-page-btn:hover:not(:disabled){border-color:var(--text)}.admin-page-btn:disabled{opacity:.4;cursor:not-allowed}.admin-page-status{color:var(--muted);font-size:13px}.admin-card{border:1px solid var(--border);background:#fff;border-radius:14px;margin:18px 0;padding:22px 24px}.admin-status-buttons{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.admin-status-btn{border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:999px;padding:8px 14px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;transition:border-color .15s,background .15s}.admin-status-btn:hover:not(:disabled){border-color:var(--text)}.admin-status-btn.active{background:var(--text);border-color:var(--text);color:#fff;cursor:default}.admin-status-btn:disabled:not(.active){opacity:.5;cursor:not-allowed}.admin-tracking-grid{grid-template-columns:1fr 2fr;gap:14px;display:grid}@media (max-width:720px){.admin-tracking-grid{grid-template-columns:1fr}}.admin-twocol{grid-template-columns:1fr 1fr;gap:18px;margin:18px 0;display:grid}@media (max-width:720px){.admin-twocol{grid-template-columns:1fr}}.admin-order-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;padding-bottom:18px;display:flex}.admin-timestamps{color:var(--muted);flex-direction:column;gap:4px;margin-top:12px;font-size:13px;display:flex}.admin-timestamps strong{color:var(--text);margin-right:6px;font-weight:600}.admin-permissions{flex-direction:column;gap:12px;display:flex}.admin-role-badge{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;margin-right:4px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-flex}.admin-role-admin{color:#1e40af;background:#dbeafe}.admin-role-affiliate{color:#5b21b6;background:#ede9fe}.admin-modal-overlay{z-index:1000;background:#1111118c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.admin-modal{background:#fff;border-radius:14px;width:100%;max-width:480px;max-height:90vh;padding:26px 28px;overflow-y:auto}@media (max-width:880px){.admin-shell{grid-template-columns:1fr;gap:16px;padding:16px}.admin-sidebar{position:static}.admin-sidebar-nav{scrollbar-width:none;flex-direction:row;overflow-x:auto}.admin-sidebar-nav::-webkit-scrollbar{display:none}.admin-sidebar-link{white-space:nowrap;flex-shrink:0}}.affiliate-progress{background:var(--border);border-radius:2px;height:4px;margin-top:10px;overflow:hidden}.affiliate-progress-fill{background:var(--accent);border-radius:2px;height:100%;transition:width .3s}.affiliate-cta{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border:1px solid #bfdbfe;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:24px 0;padding:22px 26px;display:flex}.affiliate-code-large{color:var(--text);letter-spacing:.04em;margin-top:2px;font-family:SF Mono,Menlo,Consolas,monospace;font-size:26px;font-weight:800}.affiliate-copy-row{flex-wrap:wrap;align-items:stretch;gap:10px;margin-top:12px;display:flex}.affiliate-copy-display{border:1px solid var(--border);min-width:200px;color:var(--text);word-break:break-all;background:#f7f7f8;border-radius:10px;flex:1;align-items:center;padding:12px 16px;font-family:SF Mono,Menlo,Consolas,monospace;font-size:14px;font-weight:600;display:flex}.affiliate-copy-display-url{font-size:13px;font-weight:400}.affiliate-template-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.affiliate-template-body{border:1px solid var(--border);color:var(--text);white-space:pre-wrap;word-break:break-word;background:#f7f7f8;border-radius:10px;padding:14px 16px;font-family:Inter,sans-serif;font-size:13px;line-height:1.6}.affiliate-copy-btn{background:var(--text);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:8px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:opacity .15s,transform .1s}.affiliate-copy-btn:hover{opacity:.9}.affiliate-copy-btn:active{transform:translateY(1px)}.affiliate-info-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:12px;display:grid}@media (max-width:720px){.affiliate-cta{flex-direction:column;align-items:flex-start}.affiliate-code-large{font-size:22px}}.skeleton{vertical-align:middle;background:linear-gradient(90deg,#f3f4f6 0%,#e5e7eb 50%,#f3f4f6 100%) 0 0/200% 100%;border-radius:4px;animation:1.4s ease-in-out infinite skeleton-shimmer;display:inline-block}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{display:block}.skeleton-card{border:1px solid var(--border);background:#fff;border-radius:14px;margin-bottom:12px;padding:18px 20px}.skeleton-table{border:1px solid var(--border);background:#fff;border-radius:14px;overflow:hidden}.skeleton-table-row{border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:14px 18px;display:flex}.skeleton-table-row:last-child{border-bottom:none}@media (prefers-reduced-motion:reduce){.skeleton{background:#e5e7eb;animation:none}}.admin-reviews-list{flex-direction:column;gap:12px;margin-top:12px;display:flex}.admin-review-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:18px 20px}.admin-review-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.admin-review-meta{color:var(--text);margin-bottom:10px;font-size:13px}.admin-review-title{color:var(--text);letter-spacing:-.01em;margin-bottom:6px;font-family:Inter,sans-serif;font-size:15px;font-weight:600}.admin-review-body{color:var(--text);white-space:pre-wrap;margin-bottom:14px;font-size:14px;line-height:1.6}.admin-review-actions{border-top:1px solid var(--border);flex-wrap:wrap;gap:14px;padding-top:12px;display:flex}.pay-page{max-width:920px}.pay-timer{color:#78350f;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;align-items:center;gap:8px;margin:14px 0 24px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.pay-timer-label{font-weight:500}.pay-timer-value{letter-spacing:.04em;font-family:SF Mono,Menlo,Consolas,monospace;font-weight:700}.pay-grid{grid-template-columns:280px 1fr;align-items:start;gap:32px;margin:12px 0 24px;display:grid}.pay-qr-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:16px;padding:22px 18px 18px;position:sticky;top:90px}.pay-qr-canvas-wrap{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:240px;height:240px;margin:0 auto;display:flex;overflow:hidden}.pay-qr-canvas{max-width:100%;height:auto;display:block}.pay-qr-placeholder{width:100%;height:100%;color:var(--muted);background:#f7f7f8;border-radius:8px;justify-content:center;align-items:center;font-size:13px;display:flex}.pay-qr-caption{color:var(--muted);margin-top:14px;font-size:12px;line-height:1.5}.pay-instructions{flex-direction:column;gap:6px;display:flex}.pay-section-title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:4px 0 12px;font-family:Inter,sans-serif;font-size:13px;font-weight:700}.pay-section-title-spaced{margin-top:24px}.pay-detail-row{border:1px solid var(--border);background:#fff;border-radius:12px;margin-bottom:10px;padding:14px 16px}.pay-detail-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px;font-size:11px;font-weight:600}.pay-detail-value-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.pay-detail-value{color:var(--text);letter-spacing:-.01em;word-break:break-all;flex:1;min-width:0;font-size:17px;font-weight:700}.pay-copy-btn{background:var(--text);color:#fff;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;padding:7px 14px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;transition:opacity .15s,transform .1s}.pay-copy-btn:hover{opacity:.9}.pay-copy-btn:active{transform:translateY(1px)}.pay-detail-help{color:var(--muted);margin-top:8px;font-size:12px;line-height:1.55}.pay-detail-help strong{color:#b91c1c}.pay-steps{color:var(--text);flex-direction:column;gap:10px;margin:0;padding-left:22px;font-size:14px;line-height:1.6;display:flex}.pay-steps li::marker{color:var(--accent);font-weight:700}.pay-status-pill{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;gap:8px;margin-top:18px;padding:9px 14px;font-size:12px;font-weight:600;display:inline-flex}.pay-status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:1.6s ease-in-out infinite pay-pulse}@keyframes pay-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.pay-help{border-top:1px solid var(--border);color:var(--muted);margin-top:24px;padding-top:18px;font-size:13px;line-height:1.6}.pay-help a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.pay-confirmed{text-align:center}.pay-confirmed-icon{color:#065f46;background:#ecfdf5;border:2px solid #6ee7b7;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:24px;animation:.5s cubic-bezier(.22,1,.36,1) pay-confirmed-pop;display:inline-flex}@keyframes pay-confirmed-pop{0%{opacity:0;transform:scale(.6)}70%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@media (max-width:720px){.pay-grid{grid-template-columns:1fr;gap:18px}.pay-qr-card{max-width:280px;margin:0 auto;position:static}}.card-disabled-banner{color:#7f1d1d;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin-bottom:16px;padding:12px 16px;font-size:13px;line-height:1.55}.card-disabled-banner strong{color:#991b1b}.admin-toggle-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;padding:8px 0 4px;display:flex}.admin-toggle-info{flex:1;min-width:240px}.admin-toggle-title{color:var(--text);letter-spacing:-.01em;margin-bottom:4px;font-family:Inter,sans-serif;font-size:15px;font-weight:600}.admin-toggle-desc{color:var(--muted);font-size:13px;line-height:1.55}.admin-toggle{cursor:pointer;background:#d1d5db;border:none;border-radius:999px;flex-shrink:0;width:48px;height:28px;padding:0;transition:background .18s;position:relative}.admin-toggle.is-on{background:#10b981}.admin-toggle:disabled{opacity:.5;cursor:not-allowed}.admin-toggle-thumb{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .18s cubic-bezier(.22,.61,.36,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.admin-toggle.is-on .admin-toggle-thumb{transform:translate(20px)}.static-h3{letter-spacing:-.01em;color:var(--text);margin:22px 0 10px;font-family:Inter,sans-serif;font-size:18px;font-weight:700}.static-list{margin:0 0 18px;padding-left:20px}.static-list li{color:var(--text);margin-bottom:8px;font-size:15px;line-height:1.65}.static-list li::marker{color:var(--accent);font-weight:700}.affiliate-landing-cta-row{flex-wrap:wrap;align-items:center;gap:18px;margin:24px 0 8px;display:flex}.static-cta-link{color:var(--accent);font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none}.static-cta-link:hover{text-underline-offset:2px;text-decoration:underline}.affiliate-how-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 32px;display:grid}@media (max-width:880px){.affiliate-how-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.affiliate-how-grid{grid-template-columns:1fr}}.affiliate-how-card{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:8px;padding:18px 20px;display:flex}.affiliate-how-num{color:var(--accent);margin-bottom:4px;font-family:Playfair Display,serif;font-size:32px;font-weight:700;line-height:1}.affiliate-how-title{letter-spacing:-.01em;color:var(--text);font-family:Inter,sans-serif;font-size:15px;font-weight:700}.affiliate-how-body{color:var(--muted);font-size:13px;line-height:1.55}.affiliate-terms-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin:14px 0 32px;display:grid}@media (max-width:720px){.affiliate-terms-grid{grid-template-columns:1fr 1fr}}.affiliate-term{border:1px solid var(--border);background:#fafafa;border-radius:12px;padding:14px 16px}.affiliate-term-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-size:11px;font-weight:700}.affiliate-term-value{color:var(--text);letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:18px;font-weight:700}.shipping-options-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0 32px;display:grid}@media (max-width:720px){.shipping-options-grid{grid-template-columns:1fr}}.shipping-option-card{border:1px solid var(--border);background:#fff;border-radius:14px;flex-direction:column;gap:4px;padding:22px 24px;display:flex}.shipping-option-name{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-family:Inter,sans-serif;font-size:14px;font-weight:700}.shipping-option-price{color:var(--text);letter-spacing:-.02em;margin-top:2px;font-family:Inter,sans-serif;font-size:28px;font-weight:700}.shipping-option-time{color:var(--text);margin-top:2px;font-size:14px}.shipping-option-note{color:var(--accent);margin-top:4px;font-size:12px;font-weight:600}.faq-page-list{flex-direction:column;gap:8px;margin:18px 0 32px;display:flex}.faq-page-item{border:1px solid var(--border);background:#fff;border-radius:12px;padding:18px 22px}.faq-page-q{letter-spacing:-.01em;color:var(--text);margin:0 0 8px;font-family:Inter,sans-serif;font-size:16px;font-weight:700}.faq-page-a{color:var(--text);margin:0;font-size:14px;line-height:1.65}.catalog-body-full{max-width:1280px;margin:0 auto;padding:28px 24px 80px}.grid-toolbar-row{align-items:center;margin-bottom:18px;display:flex}.category-other-row{border-top:1px solid var(--border);margin-top:60px;padding-top:32px}.category-pill-list{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.category-pill{border:1.5px solid var(--border);color:var(--text);background:#fff;border-radius:999px;align-items:center;padding:8px 16px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.category-pill:hover{border-color:var(--accent);color:var(--accent)}.blog-list{flex-direction:column;gap:0;margin:18px 0 32px;display:flex}.blog-list-item{border-bottom:1px solid var(--border);color:inherit;flex-direction:column;gap:6px;padding:24px 0;text-decoration:none;transition:background .15s;display:flex}.blog-list-item:hover{background:#fafafa}.blog-list-item:hover .blog-list-title{color:var(--accent)}.blog-list-meta{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:4px;display:flex}.blog-tag{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:#eff6ff;border-radius:999px;align-items:center;padding:3px 10px;font-family:Inter,sans-serif;font-size:11px;font-weight:700;display:inline-flex}.blog-list-date{color:var(--muted);font-size:12px}.blog-list-title{letter-spacing:-.01em;color:var(--text);margin:4px 0 6px;font-family:Playfair Display,serif;font-size:clamp(22px,3vw,28px);font-weight:600;line-height:1.2;transition:color .15s}.blog-list-excerpt{color:var(--muted);margin:0 0 8px;font-size:14px;line-height:1.6}.blog-list-readmore{color:var(--accent);letter-spacing:-.01em;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.blog-article{max-width:720px;margin:0 auto}.blog-article-meta{flex-wrap:wrap;align-items:center;gap:12px;margin:14px 0 12px;display:flex}.blog-article-date{color:var(--muted);font-size:13px}.blog-article-title{letter-spacing:-.02em;color:var(--text);margin:8px 0 16px;font-family:Playfair Display,serif;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.15}.blog-article-excerpt{color:var(--muted);margin:0 0 32px;font-size:17px;font-style:italic;line-height:1.6}.blog-article-body{color:var(--text);font-family:Inter,sans-serif;font-size:16px;line-height:1.7}.blog-article-body p{margin:0 0 18px}.blog-article-body h2{letter-spacing:-.01em;color:var(--text);margin:36px 0 14px;font-family:Inter,sans-serif;font-size:22px;font-weight:700}.blog-article-body h3{letter-spacing:-.01em;color:var(--text);margin:28px 0 10px;font-family:Inter,sans-serif;font-size:18px;font-weight:700}.blog-article-body ul,.blog-article-body ol{margin:0 0 18px;padding-left:22px}.blog-article-body li{margin-bottom:8px;line-height:1.7}.blog-article-body strong{color:var(--text);font-weight:700}.blog-article-body a{color:var(--accent);text-underline-offset:2px;text-decoration:underline;text-decoration-thickness:1px}.blog-article-body a:hover{text-decoration-thickness:2px}.blog-article-body blockquote{border-left:3px solid var(--accent);color:var(--text);margin:0 0 18px;padding:6px 0 6px 18px;font-style:italic}.blog-article-body code{background:#f3f4f6;border-radius:4px;padding:2px 6px;font-family:SF Mono,Menlo,Consolas,monospace;font-size:14px}.blog-article-body pre{background:#f3f4f6;border-radius:8px;margin:0 0 18px;padding:16px;overflow-x:auto}.blog-article-body pre code{background:0 0;padding:0}.blog-article-body table{border-collapse:collapse;width:100%;margin:0 0 22px;font-size:14px}.blog-article-body table th,.blog-article-body table td{text-align:left;border-bottom:1px solid var(--border);padding:10px 14px}.blog-article-body table th{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:#fafafa;font-size:12px;font-weight:700}.blog-article-body hr{border:0;border-top:1px solid var(--border);margin:32px 0}.blog-article-footer{border-top:1px solid var(--border);margin-top:40px;padding-top:24px}.blog-article-byline{color:var(--muted);margin:0;font-size:13px}.blog-related{border-top:1px solid var(--border);margin-top:60px;padding-top:32px}.blog-related-list{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}@media (max-width:720px){.blog-related-list{grid-template-columns:1fr}}.blog-related-card{border:1px solid var(--border);color:inherit;background:#fff;border-radius:14px;padding:18px 20px;text-decoration:none;transition:border-color .15s,transform .1s}.blog-related-card:hover{border-color:var(--text);transform:translateY(-1px)}.blog-related-card .blog-tag{margin-bottom:8px}.blog-related-title{letter-spacing:-.01em;color:var(--text);margin:0 0 6px;font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:1.3}.blog-related-excerpt{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.age-gate-overlay{-webkit-backdrop-filter:blur(8px);z-index:10000;background:#0a0a0ac7;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out age-gate-fade-in;display:flex;position:fixed;inset:0}@keyframes age-gate-fade-in{0%{opacity:0}to{opacity:1}}.age-gate-card{text-align:center;background:#fff;border-radius:18px;width:100%;max-width:460px;padding:40px 36px 32px;animation:.32s cubic-bezier(.22,1,.36,1) age-gate-slide-in;box-shadow:0 24px 60px #0006}@keyframes age-gate-slide-in{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.age-gate-logo{width:auto;height:32px;margin:0 auto 22px;display:block}.age-gate-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;font-family:Inter,sans-serif;font-size:11px;font-weight:700}.age-gate-title{letter-spacing:-.01em;color:var(--text);margin:0 0 14px;font-family:Playfair Display,serif;font-size:28px;font-weight:700;line-height:1.2}.age-gate-body{color:var(--muted);margin:0 0 24px;font-family:Inter,sans-serif;font-size:14px;line-height:1.6}.age-gate-actions{flex-direction:column;gap:10px;margin-bottom:18px;display:flex}.age-gate-btn{cursor:pointer;letter-spacing:-.01em;border-radius:999px;width:100%;padding:14px 20px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:opacity .15s,transform .1s,background .15s,border-color .15s}.age-gate-btn:active{transform:translateY(1px)}.age-gate-btn-primary{background:var(--text);color:#fff;border:1.5px solid var(--text)}.age-gate-btn-primary:hover{opacity:.9}.age-gate-btn-secondary{color:var(--text);border:1.5px solid var(--border);background:0 0}.age-gate-btn-secondary:hover{border-color:var(--text);background:#fafafa}.age-gate-fineprint{color:var(--muted);border-top:1px solid var(--border);margin:14px 0 0;padding-top:16px;font-family:Inter,sans-serif;font-size:11px;line-height:1.6}@media (max-width:480px){.age-gate-card{padding:32px 24px 24px}.age-gate-title{font-size:24px}}
