:root{--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}[data-theme=dark]{--bg-primary:#050505;--bg-secondary:#0d0d0d;--bg-tertiary:#141414;--bg-hover:#1c1c1c;--text-primary:#f0f0f0;--text-secondary:#7a7a7a;--text-tertiary:#4a4a4a;--border:#1e1e1e;--border-strong:#2e2e2e;--accent:#ebfc68;--accent-hover:#d9f040;--error:#ef4444;--success:#10b981;--warning:#f59e0b;--logo-filter:drop-shadow(0 0 12px hsla(0,0%,100%,.4));--orange:#ebfc68;--orange-text:#0a0a0a;--orange-glow:hsla(67,96%,70%,.22);--orange-subtle:hsla(67,96%,70%,.07);--card-shadow:0 2px 12px rgba(0,0,0,.5);--card-shadow-hover:0 12px 40px rgba(0,0,0,.7),0 0 0 1px var(--border-strong)}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f7f7f7;--bg-tertiary:#efefef;--bg-hover:#e8e8e8;--text-primary:#0a0a0a;--text-secondary:#5a5a5a;--text-tertiary:#a0a0a0;--border:#e5e5e5;--border-strong:#d0d0d0;--accent:#c8e000;--accent-hover:#b5cc00;--error:#dc2626;--success:#059669;--warning:#d97706;--logo-filter:none;--orange:#b8d600;--orange-text:#0a0a0a;--orange-glow:rgba(184,214,0,.25);--orange-subtle:rgba(184,214,0,.08);--card-shadow:0 2px 12px rgba(0,0,0,.06);--card-shadow-hover:0 12px 40px rgba(0,0,0,.12),0 0 0 1px var(--border)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:auto}body{.horizontal-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:12px}.horizontal-scroll>div{display:flex;flex-wrap:nowrap}font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);transition:var(--transition);font-weight:400;letter-spacing:-.01em}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}.animate-fade-in{animation:fadeIn .5s ease-out}.animate-slide-in{animation:slideIn .3s ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.container{max-width:1280px;margin:0 auto;padding:0 20px}.btn{padding:12px 24px;border:none;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:1.5px;font-family:Inter,sans-serif;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background-color:var(--orange);color:var(--orange-text,#0a0a0a);box-shadow:0 4px 16px var(--orange-glow);border:1px solid var(--orange)}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px var(--orange-glow)}.btn-secondary{background-color:transparent;color:var(--text-primary);border:1px solid var(--border-strong,var(--border))}.btn-secondary:hover{background-color:var(--bg-hover);border-color:var(--text-secondary)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important}.input{width:100%;padding:12px 16px;background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:2px;color:var(--text-primary);font-size:14px;transition:var(--transition)}.input:focus{outline:none;border-color:var(--accent);background-color:var(--bg-tertiary)}.card{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:4px;padding:24px;transition:var(--transition)}.card:hover{border-color:var(--text-tertiary)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Inter,serif;font-weight:700;line-height:1.2;letter-spacing:-.02em}h1{font-size:48px;font-weight:800}h2{font-size:36px}h2,h3{font-weight:700}h3{font-size:28px}h4{font-size:24px}h4,h5{font-weight:600}h5{font-size:20px}h6{font-size:18px;font-weight:600}p{line-height:1.6;color:var(--text-secondary)}a{color:inherit;text-decoration:none;transition:var(--transition)}a:hover{opacity:.8}.grid{display:grid;grid-gap:24px;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(3,1fr)}}.home-section-header{width:100%}.home-section-header__text{text-align:left}.home-section-header__cta{display:inline-flex}@media (max-width:768px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}h1{font-size:36px}h2{font-size:28px}.home-section-header{flex-direction:column;align-items:center!important;text-align:center;gap:16px!important}.home-section-header__text{text-align:center}.home-section-header__cta{align-self:center}}@media (max-width:480px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{padding:0 12px}h1{font-size:22px}h2{font-size:20px}h3{font-size:18px}.product-detail-hero h1{font-size:26px!important;line-height:1.2!important}.product-detail-hero [class*=priceCluster]{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.product-detail-hero [class*=metaRow]{flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:8px!important;-webkit-overflow-scrolling:touch!important}div[style*=productsGrid],div[style*=statsGrid]{grid-template-columns:1fr!important}.btn{padding:10px 20px;font-size:12px}.input{padding:10px 12px;font-size:14px}.card{padding:16px}nav[style*=mobileNav] span[style*=icon]{font-size:20px!important}nav[style*=mobileNav] span[style*=label]{font-size:10px!important}div[style*="gap: 24px"]{gap:12px!important}div[style*=timeline]{flex-direction:column;align-items:flex-start}div[style*=timelineStep]{flex-direction:row;width:100%;text-align:left}div[style*=timelineLine]{display:none}}@media (min-width:769px){.admin-menu-btn,.admin-mobile-header,.admin-mobile-nav,.mobile-menu-toggle,.mobile-nav-bottom,.mobile-nav-menu,[style*=menuButton],[style*=mobileHeader],[style*=mobileNav]{display:none!important}.admin-sidebar{transform:translateX(0)!important;position:-webkit-sticky!important;position:sticky!important}.admin-layout-container{display:flex!important}.admin-overlay{display:none!important}}@media (max-width:768px){.admin-mobile-nav,.mobile-nav-bottom,[style*=mobileNav]{display:flex!important}main{padding-bottom:80px!important}.desktop-nav,header nav[style*=desktopNav]{display:none!important}.mobile-search{display:block!important}.admin-menu-btn,.mobile-menu-toggle,.mobile-nav-menu,button[style*=menuButton]{display:flex!important}header{position:-webkit-sticky;position:sticky;top:0;z-index:100}a[style*=logo]{font-size:20px!important}.admin-mobile-header{display:flex!important}.admin-sidebar{transform:translateX(-100%)!important;transition:transform .3s ease!important;position:fixed!important;z-index:999!important;height:100vh!important;left:0!important;top:0!important;width:260px!important;box-shadow:2px 0 10px rgba(0,0,0,.3)!important}.admin-sidebar.mobile-open{transform:translateX(0)!important}.admin-sidebar~main{margin-left:0!important;width:100%!important}.admin-layout-container{display:block!important;position:relative!important}.admin-menu-toggle-btn,button[style*=menuButton],div[style*=mobileHeader]{display:flex!important}div[style*="display: flex"]>main{margin-left:0!important;width:100%!important}div[style*=modalOverlay]{padding:12px}div[style*=modal]{max-height:90vh}.card,div[style*=card]{padding:16px}.btn-mobile-full{width:100%}.input{font-size:16px}div[style*=timeline]{padding-bottom:12px}div[style*=grid]{grid-template-columns:1fr!important;gap:16px}table{display:block;overflow-x:auto;white-space:nowrap}nav[style*=mobileNav]{display:flex!important}div[style*=checkout] div[style*=grid]{grid-template-columns:1fr!important}div[style*=productsGrid]{grid-template-columns:repeat(2,1fr)!important;gap:12px}.product-detail-hero{display:flex!important;flex-direction:column!important;gap:24px!important}.product-detail-hero>div:first-child{position:relative!important;top:0!important;width:100%!important;display:flex!important;flex-direction:column!important;gap:12px!important}.product-detail-hero>div:first-child>div:first-child{width:100%!important;max-width:100%!important;height:auto!important;min-height:350px!important;aspect-ratio:1/1!important}.product-detail-hero>div:first-child>div:first-child img{width:100%!important;height:100%!important;object-fit:cover!important}.product-detail-hero>div:first-child>div:last-child{flex-direction:row!important;overflow-x:auto!important;gap:8px!important;padding:4px 0!important;-webkit-overflow-scrolling:touch!important;width:100%!important}.product-detail-hero>div:first-child>div:last-child>div{flex-shrink:0!important;width:60px!important;height:60px!important}.product-detail-hero>div:last-child{width:100%!important;padding:0!important}.product-detail-hero .info-accordions{margin-top:24px!important}.product-detail-hero .info-accordions>div{margin-bottom:0!important}.product-detail-grid{grid-template-columns:1fr!important;gap:20px!important}.product-images{position:relative!important;top:0!important;margin-bottom:20px!important}.product-details{padding-top:0!important}div[style*=actionButtons]{flex-direction:column!important}div[style*=actionButtons] button{width:100%!important}.info-accordion-section{padding:32px 0!important}.cart-grid{display:block!important}.cart-items{margin-bottom:0!important;padding-bottom:20px!important}.cart-summary{bottom:auto!important;left:auto!important;right:auto!important;width:100%!important;max-width:100%!important;margin:20px 0 100px!important;padding:20px!important;z-index:1!important;border-radius:8px!important;box-shadow:0 2px 10px rgba(0,0,0,.1)!important;background-color:var(--bg-secondary)!important;overflow:visible!important;max-height:none!important;height:auto!important}.cart-item,.cart-summary{position:relative!important}.cart-item{display:flex!important;flex-wrap:wrap!important;gap:12px!important;padding:16px!important}.cart-item>div:first-child{flex:0 0 80px!important}.cart-item>div:nth-child(2){flex:1 1!important;min-width:0!important}.cart-item>div:nth-child(3){flex:0 0 100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;margin-top:8px!important}.cart-item>div:nth-child(4){position:absolute!important;top:16px!important;right:16px!important;font-weight:600!important;font-size:16px!important}div[style*=item],div[style*=orderItem]{grid-template-columns:60px 1fr!important}div[style*=statsGrid]{grid-template-columns:repeat(2,1fr)!important}form{width:100%}div[style*=modal]{margin:0;max-width:100%;height:100%;max-height:100vh;border-radius:0}div[style*=timeline]{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}footer{display:block;padding-bottom:80px!important}main[style*=main]{padding:20px 16px 80px!important}header[style*=header] div[style*=container]{height:60px}a[style*=logo]{font-size:18px!important}div[style*=productCard]{padding:12px}div[style*=productCard] img{height:200px!important}h1[style*=title]{font-size:24px!important;margin-bottom:24px!important}h3[style*=sectionTitle]{font-size:18px!important}div[style*=inputGrid]{grid-template-columns:1fr!important}div[style*=paymentMethods] button{width:100%}div[style*=couponSection]{padding:16px}div[style*=orderSummary]{position:-webkit-sticky;position:sticky;bottom:64px;background:var(--bg-secondary);border:1px solid var(--border);padding:16px;margin:0 -16px}}@media (min-width:769px) and (max-width:1024px){.container{padding:0 24px}aside[style*=sidebar]{width:200px}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1440px){.container{max-width:1440px}}@media (hover:none) and (pointer:coarse){a,button,input,select,textarea{min-height:44px}}.mobile-filter-btn{display:none!important}@media (max-width:1024px){.mobile-filter-btn{display:flex!important}.desktop-filters{display:none!important}}@media (max-width:768px){form[style*=searchForm]{flex-direction:column!important}div[style*=headerRight]{width:100%;justify-content:space-between}select[style*=sortSelect]{min-width:0!important;flex:1 1}div[style*="gridTemplateColumns: '300px 1fr'"]{grid-template-columns:1fr!important}div[style*=mobileFilterSidebar]{width:100%!important;max-width:100%!important}div[style*=sizeGrid]{grid-template-columns:repeat(2,1fr)!important}div[style*=filterGrid]{grid-template-columns:1fr!important}}@media (max-width:480px){button[style*=searchButton],input[style*=searchInput]{width:100%!important}div[style*=headerLeft]{margin-bottom:12px}span[style*=filterBadge]{font-size:10px!important;padding:2px 6px!important}div[style*=quickPriceGrid]{grid-template-columns:1fr!important}div[style*=mobileFilterSidebar]{padding:20px!important}div[style*=sizeGrid]{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){div[style*=productGrid]{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}input[placeholder*=Search]{min-width:0!important;width:100%!important}a[style*=viewAll]{font-size:12px!important}div[style*=sectionHeader]{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}div[style*=bannerItem]{font-size:11px!important;gap:6px!important}div[style*=bannerItem] svg{width:14px!important;height:14px!important}div[style*=whyChooseGrid]{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}}@media (max-width:480px){div[style*=productGrid]{gap:10px!important}div[style*=productGrid],div[style*=whyChooseGrid]{grid-template-columns:repeat(2,1fr)!important}form[style*=searchContainer]{padding:10px!important;gap:8px!important}form[style*=searchContainer] input{padding:10px 0!important;font-size:14px!important}form[style*=searchContainer] button{width:100%!important;justify-content:center!important}div[style*=bannerItems]{gap:40px!important;padding-right:40px!important}div[style*=discountContent] svg{width:32px!important;height:32px!important}}.productScroll::-webkit-scrollbar,div[style*=productScroll]::-webkit-scrollbar{display:none}@media (max-width:768px){div[style*=productScroll]{-webkit-overflow-scrolling:touch}div[style*=productItem]{min-width:180px!important;width:calc(50% - 10px)!important}div[style*=arrowButtons]{display:none!important}header{isolation:isolate}.mobile-search{isolation:auto;z-index:1!important}}.flash-sale-banner{position:relative}.flash-banner-content{padding:60px 40px!important;min-height:500px!important}.flash-banner-content-inner{display:grid!important;grid-template-columns:1fr 400px!important;grid-gap:60px!important;gap:60px!important;align-items:center!important}@media (max-width:968px){.flash-banner-content-inner{grid-template-columns:1fr!important;gap:40px!important}.flash-banner-left{text-align:center!important}.flash-banner-right{justify-content:center!important;align-items:center!important}}@media (max-width:768px){.flash-banner-content{padding:40px 20px!important;min-height:auto!important}.flash-banner-content-inner{gap:30px!important}.flash-banner-left h2{font-size:clamp(28px,6vw,48px)!important}.flash-banner-left p{font-size:14px!important}.flash-banner-right>div{flex-wrap:wrap!important;gap:8px!important;justify-content:center!important}}.compact-flash-banner{position:relative}@media (max-width:768px){.compact-flash-banner{padding:20px 16px!important;flex-direction:column!important;text-align:center!important}.compact-flash-banner>div{flex:1 1 100%!important;min-width:100%!important}.compact-flash-banner h2{font-size:clamp(20px,5vw,28px)!important}.compact-flash-banner p{font-size:13px!important}.compact-flash-banner>div:last-child{margin-top:20px}.compact-flash-banner>div:last-child>div{flex-wrap:wrap!important;gap:8px!important;justify-content:center!important}.compact-flash-banner>div:last-child>div>div{padding:8px 12px!important;min-width:50px!important}.compact-flash-banner>div:last-child>div>div>div:first-child{font-size:20px!important}.compact-flash-banner>div:last-child>div>div>div:last-child{font-size:9px!important}}@media (max-width:968px){div[style*=grid][style*="gridTemplateColumns: 1fr 1fr"],div[style*=grid][style*="gridTemplateColumns: 1fr 2fr"],div[style*=grid][style*="gridTemplateColumns: 2fr 1fr"]{grid-template-columns:1fr!important}}@media (max-width:768px){table{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;white-space:nowrap!important}.admin-layout-container div[style*="display: grid"][style*=gridTemplateColumns]{grid-template-columns:1fr!important;gap:16px!important}.admin-layout-container div[style*="display: flex"][style*="gap: 20px"]{flex-direction:column!important}.admin-layout-container div[style*="display: flex"][style*="gap: 12px"] button{flex:1 1!important;min-width:0!important}div[style*=previewSection]{padding:12px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}div[style*=previewSection]>div:last-child{padding:12px!important;overflow:visible!important;min-width:100%!important}div[style*=previewSection] .flash-sale-banner{max-width:100%!important;overflow:hidden!important}div[style*="maxWidth: '1400px'"]{max-width:100%!important;padding:0 16px!important}.flash-sale-banner *{max-width:100%!important}div[style*="display: flex"][style*="justifyContent: space-between"]{flex-direction:column!important;gap:16px!important;align-items:flex-start!important}div[style*="display: flex"][style*="justifyContent: space-between"]>div:last-child{width:100%!important;display:flex!important;flex-direction:column!important;gap:8px!important}div[style*="display: flex"][style*="justifyContent: space-between"] button{width:100%!important}}.desktop-filters{display:block}.mobile-filter-btn{display:none}@media (max-width:968px){.desktop-filters{display:none!important}.mobile-filter-btn{display:flex!important}}@media (max-width:768px){.grid-4{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}}@media (max-width:480px){.grid-4{grid-template-columns:1fr!important}.mobile-filter-btn{flex:1 1 100%!important;justify-content:center!important}.mobile-filter-btn+select{flex:1 1 100%!important;width:100%!important}}.mobile-horizontal-scroll{width:100%}.mobile-horizontal-scroll::-webkit-scrollbar{display:none}.product-carousel{display:flex;flex-wrap:nowrap;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;padding-bottom:12px}.product-carousel::-webkit-scrollbar{display:none}.product-carousel__item{flex:0 0 260px;min-width:240px;max-width:260px;scroll-snap-align:start}@media (max-width:768px){.product-carousel__item{flex:0 0 80%;max-width:80%;min-width:220px}}@media (max-width:480px){.product-carousel__item{flex-basis:85%;max-width:85%;min-width:200px}}@media (max-width:768px){.mobile-horizontal-scroll{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;gap:16px!important;margin:0 -12px!important;padding:4px 0 12px 12px!important;scroll-padding-left:12px!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none}.mobile-horizontal-scroll__item{flex:0 0 72%!important;width:auto!important;max-width:72%!important;min-width:220px!important;scroll-snap-align:start}}@media (max-width:480px){.mobile-horizontal-scroll__item{flex-basis:85%!important;width:auto!important;max-width:85%!important;min-width:200px!important}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px hsla(0,0%,100%,.1)}50%{box-shadow:0 0 40px hsla(0,0%,100%,.25)}}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes slide-up-fade{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.skeleton{background:linear-gradient(90deg,var(--bg-secondary) 25%,var(--bg-tertiary) 50%,var(--bg-secondary) 75%);background-size:1000px 100%;animation:shimmer 1.8s linear infinite;border-radius:4px}.section-header-premium{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px;gap:20px}.section-header-premium__left{display:flex;align-items:center;gap:16px}.section-header-premium__accent{width:4px;height:48px;background:var(--orange);border-radius:2px;flex-shrink:0}.section-header-premium__title{font-size:clamp(22px,3vw,32px);font-weight:900;letter-spacing:-1px;color:var(--text-primary);margin:0 0 4px;line-height:1.1;font-family:Inter,sans-serif}.section-header-premium__subtitle{font-size:13px;color:var(--text-secondary);font-weight:400;letter-spacing:.3px}.section-header-premium__cta{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.5px;color:var(--orange);text-decoration:none;border:1px solid var(--orange-glow);padding:7px 16px;border-radius:100px;background:var(--orange-subtle);transition:all .2s ease;white-space:nowrap}.section-header-premium__cta:hover{background:var(--orange);color:#fff;border-color:var(--orange);opacity:1}.product-card:hover .product-card-image:after{opacity:1}@media (max-width:768px){.section-header-premium{flex-direction:row;align-items:center;margin-bottom:24px}.section-header-premium__accent{height:36px}.section-header-premium__title{font-size:clamp(18px,5vw,24px);letter-spacing:-.5px}}.category-chips{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:4px 0 12px;-webkit-overflow-scrolling:touch}.category-chips::-webkit-scrollbar{display:none}.category-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:1.5px solid var(--border);border-radius:50px;font-size:13px;font-weight:600;letter-spacing:.5px;cursor:pointer;white-space:nowrap;transition:all .25s ease;background:var(--bg-primary);color:var(--text-primary);text-decoration:none;flex-shrink:0}.category-chip.active,.category-chip:hover{background:var(--orange);color:#fff;border-color:var(--orange);transform:translateY(-2px);box-shadow:0 6px 20px var(--orange-glow);opacity:1}.product-card-premium{position:relative;cursor:pointer;overflow:hidden}.product-card-premium__image-wrap{position:relative;overflow:hidden;background:var(--bg-secondary)}.product-card-premium__image-wrap img{transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%;display:block}.product-card-premium:hover .product-card-premium__image-wrap img{transform:scale(1.06)}.product-card-premium__overlay{position:absolute;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:flex-end;justify-content:center;padding:20px;opacity:0;transition:opacity .3s ease}.product-card-premium:hover .product-card-premium__overlay{opacity:1}.rank-badge{position:absolute;top:12px;left:12px;width:32px;height:32px;border-radius:50%;background:var(--text-primary);color:var(--bg-primary);font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;z-index:3}.marquee-track{display:flex;animation:marquee 28s linear infinite;width:max-content}.marquee-track:hover{animation-play-state:paused}.yml-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:var(--text-primary);color:var(--bg-primary);border-radius:50px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}@media (max-width:1024px){footer [style*=grid]{grid-template-columns:1fr 1fr!important}}@media (max-width:768px){footer [style*=grid]{grid-template-columns:1fr!important;gap:32px!important}footer [style*=tagline]{max-width:100%!important}footer [style*=bottom]{flex-direction:column!important;align-items:flex-start!important}[style*=heroTitle]{font-size:clamp(38px,11vw,56px)!important;letter-spacing:-1px!important}[style*=heroInner]{padding:48px 20px!important;gap:24px!important}[style*=heroCtas],[style*=heroInner]{flex-direction:column!important}[style*=heroPrimaryBtn],[style*=heroSecondaryBtn]{width:100%!important;justify-content:center!important}}.carousel-track,.product-scroll-track,[class*=scroll-track],div[style*="overflow-x: auto"][style*="display: flex"],div[style*="overflowX: auto"][style*="display: flex"],div[style*="scrollbarWidth: none"],div[style*=WebkitOverflowScrolling],div[style*=scrollSnapType]{flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important}.carousel-track>div,.product-scroll-track>div,div[style*=scrollSnapAlign]{flex-shrink:0!important;width:clamp(180px,44vw,270px)!important;min-width:0!important;max-width:280px!important}.recently-viewed-track{flex-direction:row!important;flex-wrap:nowrap!important;display:flex!important;overflow-x:auto!important}.recently-viewed-track>div{flex-shrink:0!important;width:clamp(180px,44vw,260px)!important}.category-chips{flex-direction:row!important;flex-wrap:nowrap!important}@media (max-width:480px){div[style*=featuresGrid]{grid-template-columns:repeat(2,1fr)!important}}[data-theme=light] .crowfy-logo,[data-theme=light] img[alt=Crowfy]{filter:none!important}[data-theme=dark] .crowfy-logo,[data-theme=dark] img[alt=Crowfy]{filter:drop-shadow(0 0 12px rgba(255,255,255,.4))!important}@media (max-width:640px){.hero-cta-row{flex-direction:column!important}.hero-cta-row a button,.hero-cta-row button{width:100%!important;justify-content:center!important}}@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:640px){.footer-grid{grid-template-columns:1fr!important;gap:28px!important}}.skeleton{background-color:var(--bg-secondary);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.05) 20%,hsla(0,0%,100%,.1) 60%,hsla(0,0%,100%,0));background-size:200% 100%;background-position:100% 0;animation:shimmer 1.5s linear infinite}[data-theme=light] .skeleton{background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.05) 20%,rgba(0,0,0,.1) 60%,transparent)}@keyframes shimmer{to{background-position:-100% 0}}@media (max-width:900px){.promise-inner-grid{grid-template-columns:1fr!important}}@media (max-width:640px){.hero-cta-row{flex-direction:column!important;align-items:flex-start!important}.hero-cta-row button{width:100%!important;justify-content:center!important}}.btn-orange{background-color:var(--orange)!important;color:var(--orange-text,#0a0a0a)!important;border-color:var(--orange)!important;box-shadow:0 4px 20px var(--orange-glow)!important}.btn-orange:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 8px 30px var(--orange-glow)!important}@media (max-width:768px){.desktop-actions{display:none!important}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}@media (min-width:769px){button[style*=menuButton],div[style*=mobileHeader],nav[style*="position: fixed"][style*="bottom: 0"]{display:none!important}aside[style*=sidebar]{transform:translateX(0)!important;position:-webkit-sticky!important;position:sticky!important}}@media (max-width:768px){nav[style*="position: fixed"][style*="bottom: 0"]{display:flex!important;visibility:visible!important;opacity:1!important}[data-mobile-nav=true]{display:flex!important}.admin-sidebar{position:fixed!important;left:0;top:0;height:100vh;width:280px!important;transform:translateX(-100%);transition:transform .3s ease;z-index:999}.admin-sidebar.mobile-open{transform:translateX(0)}.admin-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:998}.checkout-container{display:flex;flex-direction:column;gap:16px}.checkout-form{order:1}.checkout-summary{order:2;position:-webkit-sticky;position:sticky;bottom:64px;background:var(--bg-secondary);border:1px solid var(--border);padding:16px;z-index:10}.product-card{min-width:150px}.product-card-image{height:180px}.product-card-title{font-size:14px}.product-card-price{font-size:16px}.cart-item{display:flex;flex-direction:row;gap:12px}.cart-item-image{width:80px;height:100px}.cart-item-details{flex:1 1}.cart-item-quantity{display:flex;flex-direction:column;align-items:flex-end}.profile-card,.profile-container{padding:16px}.order-detail-grid{grid-template-columns:1fr!important}.order-timeline{overflow-x:auto;padding-bottom:16px}.order-item{display:flex;flex-direction:row;gap:12px}.order-item-image{width:60px;height:75px}.admin-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px}.admin-stat-card{padding:16px}.admin-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.admin-table{min-width:600px}.settings-section{padding:16px}.settings-grid{grid-template-columns:1fr!important}.modal-container{padding:8px}.modal-content{max-height:90vh;border-radius:12px;overflow:hidden}.modal-body,.modal-header{padding:16px}.modal-body{max-height:calc(90vh - 120px)}.address-modal{max-width:100%;margin:8px}.address-card{padding:12px}.btn-group{flex-direction:column;width:100%}.btn-group button{width:100%}.form-row{flex-direction:column}.form-group{width:100%}.coupon-card{flex-direction:column;align-items:flex-start}.coupon-card-button{width:100%;margin-top:8px}.payment-methods{flex-direction:column;gap:12px}.payment-method{width:100%}.header-container{padding:0 16px}.header-actions{gap:12px}.header-logo{font-size:18px}footer{display:none}.filters-container{position:fixed;bottom:64px;left:0;right:0;background:var(--bg-secondary);border-top:1px solid var(--border);padding:12px;z-index:50}.search-bar{width:100%}.breadcrumbs{font-size:12px;overflow-x:auto;white-space:nowrap}}@media (max-width:375px){.container{padding:0 12px}.admin-stats-grid{grid-template-columns:1fr!important}.product-card-image{height:150px}.mobile-nav{padding:0 4px}.mobile-nav-item{padding:4px}.mobile-nav-label{font-size:9px}h1{font-size:20px}h2{font-size:18px}h3{font-size:16px}}@media (max-width:768px) and (orientation:landscape){.mobile-header,.mobile-nav{height:50px}body{padding-bottom:50px}.product-card-image{height:120px}.order-timeline{flex-direction:row;overflow-x:auto}}@supports (padding-top:env(safe-area-inset-top)){.mobile-header{padding-top:env(safe-area-inset-top)}.mobile-nav{padding-bottom:env(safe-area-inset-bottom)}body{padding-bottom:calc(64px + env(safe-area-inset-bottom))}}@supports (-webkit-touch-callout:none){.btn,.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px}.modal-content{-webkit-overflow-scrolling:touch}}