*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:rgb(var(--background));color:rgb(var(--foreground));font-family:var(--font-body);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}.page-width{max-width:var(--page-width, 1440px);margin:0 auto;padding:0 1rem}@media(min-width:1024px){.page-width{padding:0 2rem}}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.heading{font-family:var(--font-heading);font-weight:800;text-transform:uppercase;letter-spacing:-.02em;color:rgb(var(--foreground));margin:0}.eyebrow{color:rgb(var(--primary));font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.25em}.muted{color:rgb(var(--muted-foreground))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;border-radius:var(--radius, 2px);border:1px solid transparent;transition:all .2s ease;white-space:nowrap}.btn-primary{background:rgb(var(--primary));color:rgb(var(--primary-foreground))}.btn-primary:hover{opacity:.9}.btn-outline{background:transparent;border-color:rgb(var(--border));color:rgb(var(--foreground))}.btn-outline:hover{border-color:rgb(var(--primary));color:rgb(var(--primary))}.btn-dark{background:rgb(var(--foreground));color:rgb(var(--background))}.btn-dark:hover{opacity:.9}.btn-block{width:100%}.btn:disabled{opacity:.4;cursor:not-allowed}.card{background:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:var(--radius, 2px)}.badge{display:inline-block;padding:5px 10px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;border-radius:var(--radius, 2px)}.badge-primary{background:rgb(var(--primary));color:rgb(var(--primary-foreground))}.badge-light{background:#fff;color:#000}.section{padding:56px 0}@media(min-width:1024px){.section{padding:80px 0}}.section-tight{padding:40px 0}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:40px}.section-header h2{font-size:28px;margin-top:8px}@media(min-width:640px){.section-header h2{font-size:34px}}@media(min-width:1024px){.section-header h2{font-size:40px}}.hscroll{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;scrollbar-width:none}.hscroll::-webkit-scrollbar{display:none}.hscroll>*{scroll-snap-align:start;flex-shrink:0}.carousel-nav-btn{width:36px;height:36px;border:1px solid rgb(var(--border));background:transparent;color:rgb(var(--muted-foreground));display:flex;align-items:center;justify-content:center;border-radius:var(--radius, 2px);transition:all .2s ease}.carousel-nav-btn:hover{border-color:rgb(var(--primary));color:rgb(var(--primary))}.stars{display:flex;align-items:center;gap:2px}.stars svg{width:13px;height:13px}.star-filled{fill:rgb(var(--primary));color:rgb(var(--primary))}.star-empty{color:rgba(var(--muted-foreground),.3)}.announcement-bar{background:rgb(var(--primary));color:rgb(var(--primary-foreground));text-align:center;padding:8px 16px;font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:50;background:rgb(var(--background));transition:box-shadow .3s ease,background-color .3s ease}.site-header.is-scrolled{background:rgba(var(--background),.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 30px #00000014}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}@media(min-width:1024px){.header-inner{height:80px}}.header-nav{display:none;align-items:center;gap:4px}@media(min-width:1024px){.header-nav{display:flex}}.header-nav a,.header-nav button.nav-link{padding:8px 16px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:rgb(var(--foreground));background:none;border:none;display:flex;align-items:center;gap:6px;transition:color .2s ease}.header-nav a:hover,.header-nav button.nav-link:hover,.header-nav .is-sale{color:rgb(var(--primary))}.header-icons{display:flex;align-items:center;gap:2px}.icon-btn{position:relative;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;outline:none;color:rgb(var(--foreground));transition:color .2s ease;text-decoration:none;line-height:1;vertical-align:middle;margin:0;padding:0;box-sizing:border-box;font:inherit;cursor:pointer;flex-shrink:0}.icon-btn svg{display:block}.icon-btn:hover{color:rgb(var(--primary))}.cart-count{position:absolute;top:4px;right:4px;width:16px;height:16px;border-radius:50%;background:rgb(var(--primary));color:rgb(var(--primary-foreground));font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:block;background:none;border:none;padding:4px;color:rgb(var(--foreground))}@media(min-width:1024px){.mobile-menu-toggle{display:none}}.mega-menu{position:absolute;left:0;right:0;background:rgb(var(--card));border-top:1px solid rgb(var(--border));box-shadow:0 20px 40px #00000026;display:none;z-index:60}.mega-menu.is-open{display:block}.mega-menu-inner{display:flex;gap:32px;padding:32px;max-width:var(--page-width,1440px);margin:0 auto}.mega-cat-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:54%}.mega-cat-item{display:flex;align-items:center;gap:16px;padding:12px;border-radius:var(--radius,2px);transition:background-color .2s ease}.mega-cat-item:hover,.mega-cat-item.is-active{background:rgb(var(--secondary))}.mega-cat-thumb{width:64px;height:64px;border-radius:var(--radius,2px);overflow:hidden;flex-shrink:0;background:rgb(var(--muted))}.mega-cat-thumb img{width:100%;height:100%;object-fit:cover}.mega-sub-panel{width:42%;background:rgba(var(--secondary),.5);border-left:3px solid rgb(var(--primary));border-radius:var(--radius,2px);padding:24px}.mega-sub-link{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;margin:0 -12px;font-size:14px;font-weight:500;color:rgba(var(--foreground),.85);border-radius:var(--radius, 2px);transition:all .15s ease}.mega-sub-link:hover{background:rgb(var(--background));color:rgb(var(--primary))}.mobile-nav{display:none;border-top:1px solid rgb(var(--border));background:rgb(var(--card))}.mobile-nav.is-open{display:block}.mobile-cat-row{display:flex;align-items:stretch;border-radius:var(--radius,2px);overflow:hidden}.mobile-cat-link{flex:1;display:flex;align-items:center;gap:12px;padding:12px;font-size:14px;font-weight:600;text-transform:uppercase}.mobile-cat-link img{width:40px;height:40px;border-radius:var(--radius,2px);object-fit:cover}.mobile-expand-btn{padding:0 12px;color:rgb(var(--primary));background:none;border:none;display:flex;align-items:center}.mobile-sub-panel{display:none;background:rgba(var(--secondary),.3);padding:8px 12px 8px 56px}.mobile-sub-panel.is-open{display:block}.mobile-sub-panel a{display:block;font-size:14px;color:rgb(var(--muted-foreground));border-left:2px solid rgba(var(--primary),.2);padding:8px 0 8px 12px}.search-bar{display:none;border-top:1px solid rgb(var(--border))}.search-bar.is-open{display:block}.search-bar form{position:relative;padding:16px 0}.search-bar input{width:100%;background:rgb(var(--secondary));border:1px solid rgb(var(--border));padding:12px 16px 12px 44px;font-size:14px;border-radius:var(--radius,2px);color:rgb(var(--foreground))}.search-bar svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:rgb(var(--muted-foreground))}.hero{position:relative;width:100%;height:500px;overflow:hidden;background:rgb(var(--background))}@media(min-width:640px){.hero{height:600px}}@media(min-width:1024px){.hero{height:700px}}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .7s ease}.hero-slide.is-active{opacity:1;z-index:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.85),rgba(0,0,0,.55) 50%,transparent)}.hero-overlay-2{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4),transparent)}.hero-content{position:relative;z-index:2;height:100%;display:flex;align-items:center}.hero-content-inner{max-width:560px}.hero-title{font-size:40px;color:#fff;line-height:.95;white-space:pre-line}@media(min-width:640px){.hero-title{font-size:56px}}@media(min-width:1024px){.hero-title{font-size:76px}}.hero-desc{margin-top:20px;color:#ffffffb3;font-size:15px;max-width:420px}.hero-nav{position:absolute;bottom:32px;right:16px;z-index:3;display:flex;align-items:center;gap:12px}@media(min-width:1024px){.hero-nav{right:32px}}.hero-dots{display:flex;align-items:center;gap:8px}.hero-dot{height:2px;width:16px;background:#ffffff4d;border:none;border-radius:999px;transition:all .4s ease}.hero-dot.is-active{width:32px;background:rgb(var(--primary))}.hero-arrow{width:40px;height:40px;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;border-radius:var(--radius,2px)}.hero-arrow:hover{border-color:rgb(var(--primary));background:rgba(var(--primary),.1)}.trust-strip{padding:40px 0;background:rgb(var(--card));border-top:1px solid rgb(var(--border));border-bottom:1px solid rgb(var(--border))}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(min-width:1024px){.trust-grid{grid-template-columns:repeat(4,1fr);gap:32px}}.trust-item{display:flex;align-items:center;gap:16px}.trust-icon{width:44px;height:44px;flex-shrink:0;border:1px solid rgb(var(--border));border-radius:var(--radius,2px);display:flex;align-items:center;justify-content:center;color:rgb(var(--primary))}.trust-item h3{font-size:13px;margin:0 0 2px;text-transform:uppercase}.trust-item p{font-size:11px;margin:0;color:rgb(var(--muted-foreground))}.bento-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;grid-auto-rows:180px}@media(min-width:640px){.bento-grid{grid-auto-rows:220px}}@media(min-width:768px){.bento-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.bento-grid{grid-auto-rows:260px;gap:16px}}.bento-item{position:relative;overflow:hidden;border-radius:var(--radius,2px);display:block}.bento-item.is-large{grid-row:span 1}@media(min-width:768px){.bento-item.is-large{grid-row:span 2}}.bento-item img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.bento-item:hover img{transform:scale(1.1)}.bento-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.2) 60%,transparent)}.bento-caption{position:absolute;left:0;right:0;bottom:0;padding:16px;color:#fff}@media(min-width:1024px){.bento-caption{padding:24px}}.bento-caption h3{font-size:16px;margin:0;text-transform:uppercase}.bento-caption p{font-size:12px;margin:6px 0 0;color:#fff9}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid.cols-4{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{gap:24px}}.product-card{position:relative;display:flex;flex-direction:column;min-width:220px}@media(min-width:640px){.product-card{min-width:260px}}.product-card-media{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:var(--radius,2px);background:rgb(var(--muted));display:block}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .product-card-media img{transform:scale(1.05)}.product-card-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:2}.product-card-wishlist{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#0000004d;color:#fff;border:none;display:flex;align-items:center;justify-content:center;z-index:2;transition:background-color .2s ease}.product-card-wishlist:hover{background:#00000080}.product-card-actions{position:absolute;left:0;right:0;bottom:0;padding:12px;transform:translateY(110%);transition:transform .3s ease;display:flex;gap:8px;z-index:2}.product-card:hover .product-card-actions{transform:translateY(0)}.product-card-actions .btn{flex:1;padding:10px;font-size:11px}.product-card-body{margin-top:12px;display:flex;flex-direction:column;flex:1}.product-card-vendor{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--muted-foreground))}.product-card-title{font-size:14px;font-weight:700;margin:4px 0 0;line-height:1.25}.product-card:hover .product-card-title{color:rgb(var(--primary))}.product-card-rating{display:flex;align-items:center;gap:6px;margin-top:8px}.product-card-rating span{font-size:10px;color:rgb(var(--muted-foreground))}.product-card-price{display:flex;align-items:center;gap:8px;margin-top:8px}.product-card-price .price-current{font-family:var(--font-heading);font-weight:800;font-size:16px}.product-card-price .price-compare{font-size:12px;color:rgb(var(--muted-foreground));text-decoration:line-through}.product-card-stock{margin-top:6px;font-size:10px;font-weight:600;color:rgb(var(--primary));text-transform:uppercase}.promo-banner{position:relative;display:block;width:100%;height:200px;overflow:hidden;border-radius:var(--radius,2px)}@media(min-width:640px){.promo-banner{height:260px}}@media(min-width:1024px){.promo-banner{height:320px}}.promo-banner img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.promo-banner:hover img{transform:scale(1.05)}.promo-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.promo-content-inner{padding:0 24px;max-width:520px}@media(min-width:1024px){.promo-content-inner{padding:0 56px}}.promo-content-inner h2{color:#fff;font-size:24px;margin-top:12px;line-height:.95}@media(min-width:1024px){.promo-content-inner h2{font-size:44px}}.promo-content-inner p{color:#fff9;font-size:14px;margin-top:12px;max-width:380px}.video-section-wrap{text-align:center;max-width:680px;margin:0 auto 40px}.video-frame{position:relative;width:100%;aspect-ratio:16/9;max-width:980px;margin:0 auto;overflow:hidden;border-radius:var(--radius,2px);border:1px solid rgb(var(--border));background:rgb(var(--card))}.video-frame img,.video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;border:none}.video-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0009,#0003 50%,#0006);display:flex;align-items:center;justify-content:center}.video-play-btn{width:72px;height:72px;border-radius:50%;background:rgb(var(--primary));color:rgb(var(--primary-foreground));display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #0000004d;border:none}.testimonial-card{flex-shrink:0;width:300px;padding:24px;display:flex;flex-direction:column}@media(min-width:640px){.testimonial-card{width:360px;padding:32px}}.testimonial-card p.quote{font-size:14px;color:rgba(var(--foreground),.8);line-height:1.6;flex:1}.testimonial-footer{margin-top:24px;padding-top:16px;border-top:1px solid rgb(var(--border))}.testimonial-footer strong{display:block;font-size:14px;font-weight:700}.testimonial-footer span{font-size:12px;color:rgb(var(--muted-foreground))}.blog-card{flex-shrink:0;width:290px;overflow:hidden;display:flex;flex-direction:column}@media(min-width:640px){.blog-card{width:340px}}.blog-card-media{aspect-ratio:16/10;overflow:hidden;background:rgb(var(--muted))}.blog-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-card-media img{transform:scale(1.05)}.blog-card-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}.blog-card-body h3{font-size:16px;margin:0;font-weight:700;line-height:1.3}.blog-card:hover .blog-card-body h3{color:rgb(var(--primary))}.blog-card-body p{font-size:13px;color:rgb(var(--muted-foreground));margin:0;line-height:1.5}.site-footer{background:rgb(var(--footer-bg));color:rgb(var(--footer-text));border-top:1px solid rgb(var(--border))}.footer-columns{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:640px){.footer-columns{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-columns{grid-template-columns:repeat(4,1fr);gap:48px}}.footer-col-title{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-heading);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.18em;padding-bottom:12px;background:none;border:none;text-align:left;color:inherit}.footer-col-title:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:32px;background:rgb(var(--primary))}.footer-col-toggle{display:flex;color:rgb(var(--primary))}@media(min-width:1024px){.footer-col-toggle{display:none}}.footer-col-body{padding-top:20px}.footer-col-body.is-collapsed{display:none}@media(min-width:1024px){.footer-col-body.is-collapsed{display:block}}.footer-col-body ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.footer-col-body a{font-size:14px;color:rgb(var(--muted-foreground))}.footer-col-body a:hover{color:rgb(var(--primary))}.footer-social-icon{width:28px;height:28px;border:1px solid rgb(var(--border));border-radius:var(--radius,2px);display:inline-flex;align-items:center;justify-content:center;margin-right:12px}.footer-newsletter-form{display:flex;flex-direction:column;gap:8px;margin-top:16px}.footer-newsletter-form input{padding:10px 12px;font-size:14px;border:1px solid rgb(var(--border));border-radius:var(--radius,2px);background:rgb(var(--card));color:rgb(var(--foreground))}.footer-bottom{border-top:1px solid rgb(var(--border));background:rgb(var(--card))}.footer-bottom-inner{padding:24px 0;display:flex;flex-direction:column;gap:20px}.footer-region-row{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px}@media(min-width:1024px){.footer-region-row{flex-direction:row}}.footer-payments{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.footer-payment-badge{padding:6px 10px;border:1px solid rgb(var(--border));border-radius:var(--radius,2px);font-size:10px;font-weight:700;text-transform:uppercase;color:rgb(var(--muted-foreground))}.footer-legal-row{border-top:1px solid rgb(var(--border));padding-top:20px;display:flex;flex-direction:column;align-items:center;gap:12px}@media(min-width:1024px){.footer-legal-row{flex-direction:row;justify-content:space-between}}.footer-legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px}.footer-legal-links a{font-size:12px;font-weight:600;color:rgb(var(--muted-foreground))}.footer-legal-links a:hover{color:rgb(var(--primary))}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:rgb(var(--muted-foreground));padding:16px 0}.breadcrumb a:hover{color:rgb(var(--primary))}.product-hero{display:grid;grid-template-columns:1fr;gap:32px;padding-bottom:64px}@media(min-width:1024px){.product-hero{grid-template-columns:1fr 1fr;gap:64px}}.product-gallery-main{position:relative;aspect-ratio:1/1;background:rgb(var(--muted));border-radius:var(--radius,2px);overflow:hidden}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:8px;margin-top:12px}.product-gallery-thumbs button{width:80px;height:80px;border-radius:var(--radius,2px);overflow:hidden;border:2px solid rgb(var(--border));padding:0}.product-gallery-thumbs button.is-active{border-color:rgb(var(--primary))}.product-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:24px}.product-vendor{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:rgb(var(--muted-foreground))}.product-title{font-size:26px;margin-top:8px;line-height:1.1}@media(min-width:640px){.product-title{font-size:32px}}@media(min-width:1024px){.product-title{font-size:38px}}.product-rating-row{display:flex;align-items:center;gap:12px;margin-top:12px;font-size:14px;color:rgb(var(--muted-foreground))}.product-price-row{display:flex;align-items:baseline;gap:12px;margin-top:16px}.product-price-row .price-current{font-family:var(--font-heading);font-weight:800;font-size:30px}.product-price-row .price-compare{font-size:18px;color:rgb(var(--muted-foreground));text-decoration:line-through}.product-save-badge{padding:3px 8px;background:rgba(var(--primary),.1);color:rgb(var(--primary));font-size:11px;font-weight:700;border-radius:var(--radius,2px)}.stock-alert{display:flex;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;background:rgba(var(--primary),.05);border:1px solid rgba(var(--primary),.2);border-radius:var(--radius,2px);font-size:11px;font-weight:700;color:rgb(var(--primary));text-transform:uppercase}.option-block .option-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.swatch-row{display:flex;flex-wrap:wrap;gap:8px}.swatch{width:40px;height:40px;border-radius:var(--radius,2px);border:2px solid rgb(var(--border));cursor:pointer}.swatch.is-selected{border-color:rgb(var(--primary));transform:scale(1.1)}.pill{padding:10px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgb(var(--border));border-radius:var(--radius,2px);background:transparent;color:rgb(var(--foreground))}.pill.is-selected{border-color:rgb(var(--primary));background:rgb(var(--primary));color:rgb(var(--primary-foreground))}.pill:disabled{color:rgba(var(--muted-foreground),.3);text-decoration:line-through;background:rgba(var(--muted-foreground),.05);cursor:not-allowed}.qty-cart-row{display:flex;gap:12px}.qty-selector{display:flex;align-items:center;border:1px solid rgb(var(--border));border-radius:var(--radius,2px)}.qty-selector button{width:40px;height:48px;background:none;border:none;color:rgb(var(--muted-foreground))}.qty-selector span{width:40px;text-align:center;font-size:14px;font-weight:700}.wishlist-btn{width:48px;height:48px;border:1px solid rgb(var(--border));border-radius:var(--radius,2px);display:flex;align-items:center;justify-content:center;color:rgb(var(--muted-foreground));background:none}.trust-badges-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.trust-badge-sm{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px;text-align:center}.trust-badge-sm span{font-size:10px;font-weight:600;text-transform:uppercase;color:rgb(var(--muted-foreground))}.accordion-item{border-bottom:1px solid rgb(var(--border))}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;background:none;border:none;text-align:left}.accordion-trigger span{font-family:var(--font-heading);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.03em}.accordion-panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-panel.is-open{max-height:2000px}.accordion-panel-inner{padding-bottom:20px;font-size:14px;color:rgb(var(--muted-foreground));line-height:1.6}.long-description{margin-top:64px;max-width:900px}.long-description p{font-size:15px;color:rgb(var(--muted-foreground));line-height:1.7;margin-bottom:20px}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;background:rgba(var(--card),.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid rgb(var(--border));padding:12px 16px;transform:translateY(100%);transition:transform .3s ease}.sticky-bar.is-visible{transform:translateY(0)}.sticky-bar-inner{max-width:var(--page-width,1440px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid rgb(var(--border));border-bottom:1px solid rgb(var(--border));margin-bottom:24px}.filter-toggle-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid rgb(var(--border));border-radius:var(--radius,2px);font-size:12px;font-weight:700;text-transform:uppercase}.filter-count{width:20px;height:20px;background:rgb(var(--primary));color:rgb(var(--primary-foreground));border-radius:50%;font-size:10px;display:flex;align-items:center;justify-content:center}.collection-layout{display:flex;gap:32px}.filters-sidebar{width:260px;flex-shrink:0;display:none}.filters-sidebar.is-open{display:block}@media(max-width:1023px){.filters-sidebar{display:none!important}}.filter-group{margin-bottom:24px}.filter-group h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.filter-option{display:block;width:100%;text-align:left;padding:8px 12px;border-radius:var(--radius,2px);font-size:12px;font-weight:500;color:rgb(var(--muted-foreground));background:none;border:none}.filter-option:hover{background:rgb(var(--secondary));color:rgb(var(--foreground))}.filter-option.is-active{background:rgba(var(--primary),.1);color:rgb(var(--primary));border:1px solid rgba(var(--primary),.2)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:90;display:none}.drawer-overlay.is-open{display:block}.drawer-panel{position:fixed;top:0;bottom:0;left:0;width:320px;max-width:85vw;background:rgb(var(--card));z-index:91;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease}.drawer-panel.is-open{transform:translate(0)}.drawer-panel-inner{padding:24px}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:95;display:none}.cart-drawer-overlay.is-open{display:block}.cart-drawer{position:fixed;top:0;bottom:0;right:0;width:420px;max-width:92vw;background:rgb(var(--background));z-index:96;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer.is-open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid rgb(var(--border))}.cart-drawer-items{flex:1;overflow-y:auto;padding:20px}.cart-line-item{display:flex;gap:12px;margin-bottom:20px}.cart-line-item img{width:72px;height:72px;object-fit:cover;border-radius:var(--radius,2px);background:rgb(var(--muted))}.cart-drawer-footer{padding:20px;border-top:1px solid rgb(var(--border))}.load-more-wrap{text-align:center;margin-top:48px}.hidden-mobile{display:none}@media(min-width:1024px){.hidden-mobile{display:revert}}.hidden-desktop{display:revert}@media(min-width:1024px){.hidden-desktop{display:none}}@media(min-width:1024px){.icon-btn.hidden-mobile{display:inline-flex}}html,body{max-width:100%;overflow-x:hidden}*{min-width:0}img,svg,video,iframe{max-width:100%;height:auto}.product-gallery-main img,.product-card-media img,.hero-slide img,.bento-item img,.blog-card-media img,.promo-banner img{height:100%}.heading,.product-title,.product-card-title,h1,h2,h3,p{overflow-wrap:break-word;word-break:break-word}.mega-menu,.search-bar,.mobile-nav,.cart-drawer,.drawer-panel{max-width:100vw}.mega-menu-inner{flex-wrap:wrap}@media(max-width:1024px){.product-hero{grid-template-columns:1fr;gap:32px}.trust-grid,.bento-grid{grid-template-columns:repeat(2,1fr)}.footer-columns{grid-template-columns:repeat(2,1fr);gap:32px}.collection-layout{flex-direction:column}.filters-sidebar{width:100%}}@media(max-width:768px){.section{padding:40px 0}.section-header{flex-wrap:wrap;gap:12px;margin-bottom:28px}.section-header h2{font-size:24px}.header-inner{height:60px;gap:4px}.header-logo img{max-height:30px}.icon-btn{width:36px;height:36px}.announcement-bar{font-size:10px;padding:7px 10px;letter-spacing:.05em}.hero{height:420px}.hero-title{font-size:32px}.hero-desc{font-size:13px}.hero-nav{bottom:16px}.product-gallery-main{aspect-ratio:4/3}.product-title{font-size:22px}.product-price-row{flex-wrap:wrap;gap:8px}.product-price-row .price-current{font-size:24px}.trust-badges-row{grid-template-columns:repeat(3,1fr);gap:6px}.trust-badge-sm{padding:8px 4px}.trust-badge-sm span{font-size:8.5px;line-height:1.3}.qty-cart-row{flex-wrap:wrap}.qty-cart-row .qty-selector{order:1}.qty-cart-row .btn-primary{order:2;flex:1 1 100%;min-width:0}.qty-cart-row .wishlist-btn{order:3}.rating-summary-row{flex-direction:column;align-items:flex-start;gap:12px}.bundle-row{flex-direction:column;align-items:stretch;gap:12px}.bundle-item{width:100%;justify-content:space-between}.bundle-plus{align-self:center}.bundle-summary{margin-left:0;text-align:left;width:100%}.long-description{margin-top:40px}.accordion-panel-inner div[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}.collection-toolbar{flex-wrap:wrap;gap:10px}.collection-toolbar>div{width:100%;justify-content:space-between}.product-grid,.product-grid.cols-4{grid-template-columns:repeat(2,1fr);gap:12px}.hscroll>*{width:200px!important}.carousel-item-width{width:200px!important}.testimonial-card{width:260px;padding:20px}.blog-card{width:240px}.bento-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px;gap:8px}.bento-item.is-large{grid-row:span 1}.footer-columns{grid-template-columns:1fr;gap:28px}.footer-bottom-inner{gap:16px}.footer-region-row{flex-direction:column;align-items:stretch;gap:12px}.footer-payments,.footer-legal-links{justify-content:center}.sticky-bar-inner{gap:8px}.sticky-bar-inner p{max-width:140px}.sticky-bar-inner .btn{padding:10px 14px;font-size:10px;white-space:nowrap}.cart-drawer,.wishlist-drawer,[data-cart-drawer],[data-wishlist-drawer]{width:100%}.video-section-wrap{padding:0 8px}.promo-banner{height:220px}.promo-content-inner h2{font-size:22px}.promo-content-inner p{display:none}}@media(max-width:480px){.page-width{padding:0 12px}.product-title{font-size:19px}.heading{font-size:20px}.trust-badges-row{gap:4px}.trust-badge-sm span{font-size:8px}.stock-alert{font-size:10px}.swatch-row{gap:5px}.pill{padding:7px 10px;font-size:10px}.swatch{width:34px;height:34px}.product-gallery-thumbs button{width:56px;height:56px}.product-grid,.product-grid.cols-4{grid-template-columns:repeat(2,1fr);gap:8px}.product-card{min-width:auto!important}.hscroll>*,.carousel-item-width{width:160px!important}.bento-grid{grid-template-columns:1fr 1fr;grid-auto-rows:130px}.btn{font-size:11px;padding:11px 18px}.buy-now-btn{font-size:11px;padding:12px}.rating-bar-row span:first-child{width:10px;font-size:10px}.review-item-head{flex-wrap:wrap;gap:4px}}@media(max-width:375px){.trust-badges-row{grid-template-columns:1fr 1fr}.trust-badges-row .trust-badge-sm:last-child{grid-column:span 2}.hero-title{font-size:26px}.header-logo img{max-height:26px}.qty-selector button{width:34px;height:42px}.qty-selector span{width:34px}}.product-card-actions{justify-content:space-between}.product-card-actions form{flex:1}.product-card-actions form button{width:100%;height:45px;font-size:14px!important;letter-spacing:0}.product-card-actions button.product-card-quickview{height:45px;width:45px}.product-card-actions button.product-card-quickview svg{width:21px}
/*# sourceMappingURL=/cdn/shop/t/22/assets/theme.css.map */
