:root{--bg:#000;--fg:#fff}:root[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f5f5f5;--text-primary:#000;--text-secondary:#666;--border-color:#e0e0e0;--card-bg:#fff;--header-bg:#fff}:root[data-theme=dark]{--bg-primary:#1a1a1a;--bg-secondary:#2a2a2a;--text-primary:#fff;--text-secondary:#d0d0d0;--border-color:#404040;--card-bg:#2a2a2a;--header-bg:#1a1a1a}*{box-sizing:border-box}html,body{height:100%;padding:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);margin:0;overflow-x:hidden}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;font-size:16px;font-weight:300;line-height:1.6;transition:background .3s,color .3s}.segment-selection-screen{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;transition:background .3s,opacity .5s;display:flex}.segment-selection-screen.hidden{opacity:0}.segment-selection-screen.visible{opacity:1}.segment-selection-container{grid-template-columns:1fr 1fr;width:100%;max-width:100%;height:100vh;display:grid}.segment-selection-half{cursor:pointer;border-right:1px solid var(--border-color);background:var(--bg-primary);justify-content:center;align-items:center;transition:all .3s;display:flex;position:relative}.segment-selection-half:last-child{border-right:none}.segment-selection-half:hover{background:var(--bg-secondary)}.segment-selection-half.segment-aylo{background:linear-gradient(135deg,var(--bg-primary)0%,var(--bg-secondary)100%);transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.segment-aylo-background-video{object-fit:cover;object-position:center;z-index:0;opacity:.6;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.segment-selection-half.segment-aylo:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(135deg,#0000004d 0%,#00000080 100%);width:100%;height:100%;position:absolute;top:0;left:0}.segment-selection-half.segment-aylo:hover{z-index:10;transform:scale(1.05)}.segment-selection-half.segment-aylo:hover .segment-selection-content{transform:scale(1.1)}.segment-selection-half.segment-minimal-order{background:linear-gradient(135deg,var(--bg-secondary)0%,var(--bg-primary)100%);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.segment-selection-half.segment-minimal-order:hover{z-index:10;transform:scale(1.05)}.segment-selection-half.segment-minimal-order:hover .segment-selection-content{transform:scale(1.1)}.segment-selection-content{text-align:center;z-index:2;max-width:500px;padding:60px 40px;position:relative}.segment-selection-half.segment-aylo .segment-selection-content{text-shadow:0 2px 8px #000c}.segment-selection-icon{object-fit:contain;width:120px;height:auto;margin:0 auto 30px;display:block}.segment-selection-title{letter-spacing:-.02em;color:var(--text-primary);text-transform:uppercase;margin:0 0 20px;font-size:64px;font-weight:300;transition:color .3s}.segment-selection-description{color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;margin:0 0 12px;font-size:18px;font-weight:400;transition:color .3s}.segment-selection-subtitle{color:var(--text-secondary);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:18px;font-weight:400;transition:color .3s}.segment-selection-content{transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.shop-page{background:var(--bg-primary);max-width:100%;min-height:100vh;margin:0;padding:0;transition:background .3s}.shop-header-therow{border-bottom:1px solid var(--border-color);background:var(--header-bg);z-index:100;justify-content:space-between;align-items:center;padding:16px 24px;transition:background .3s,border-color .3s;display:flex;position:relative}.shop-header-left{flex:1;align-items:center;gap:16px;display:flex}.burger-menu-container{position:relative}.burger-menu-btn{cursor:pointer;z-index:10;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;padding:0;display:flex}.burger-line{background:var(--text-primary);transform-origin:50%;border-radius:2px;width:100%;height:2px;transition:all .3s}.burger-line.open:first-child{transform:rotate(45deg)translate(7px,7px)}.burger-line.open:nth-child(2){opacity:0}.burger-line.open:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.burger-menu-dropdown{background:var(--card-bg);border:1px solid var(--border-color);z-index:1002;border-radius:8px;min-width:180px;padding:12px;animation:.2s fadeIn;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 4px 12px #00000026}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.burger-menu-item{color:var(--text-primary);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.theme-toggle-btn{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:14px;transition:all .2s}.theme-toggle-btn:hover{background:var(--border-color)}.burger-menu-section{border-top:1px solid var(--border-color);margin-top:16px;padding-top:16px}.burger-menu-section:first-of-type{border-top:none;margin-top:0;padding-top:0}.burger-menu-section-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:8px;font-size:12px;font-weight:600}.burger-menu-link{color:var(--text-primary);padding:8px 0;font-size:14px;text-decoration:none;transition:color .2s;display:block}.burger-menu-link:hover{color:var(--text-secondary)}.burger-menu-social{flex-direction:column;gap:8px;display:flex}.burger-menu-social-link{color:var(--text-primary);cursor:pointer;z-index:10;pointer-events:auto;-webkit-tap-highlight-color:#0000001a;align-items:center;gap:8px;padding:8px 0;font-size:14px;text-decoration:none;transition:color .2s;display:flex;position:relative}.burger-menu-social-link:hover{color:var(--text-secondary)}.burger-menu-social-link svg{flex-shrink:0}.shop-header-center{text-align:center;flex:1}.shop-header-right{text-align:right;flex:1}.shop-brand-title{letter-spacing:-.02em;color:var(--text-primary);text-transform:uppercase;margin:0;font-size:24px;font-weight:300;transition:opacity .2s,color .3s}.shop-brand-title:hover{opacity:.7}.category-nav{align-items:center;gap:20px;display:flex}.category-nav-item{position:relative}.category-nav-btn{color:var(--text-primary);cursor:pointer;text-transform:uppercase;letter-spacing:.1em;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px 16px;font-size:14px;font-weight:400;transition:all .2s;display:flex}.category-nav-btn:hover{color:var(--text-secondary)}.category-nav-btn.active{color:var(--text-primary);font-weight:500}.category-dropdown-menu{background:var(--card-bg);border:1px solid var(--border-color);z-index:1001;min-width:200px;margin-top:8px;transition:background .3s,border-color .3s;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #00000026}.category-dropdown-item{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;background:0 0;border:none;align-items:center;min-height:44px;padding:12px 16px;font-size:14px;transition:background .2s;display:flex}.category-dropdown-item:hover{background:var(--bg-secondary)}.category-dropdown-item.active{background:var(--bg-secondary);font-weight:500}.category-dropdown-item-container{position:relative}.category-dropdown-item-container>.category-dropdown-menu{z-index:1003;min-width:180px;margin-left:4px;position:absolute;top:0;left:100%}.shopping-bag-btn{color:var(--text-primary);cursor:pointer;text-transform:uppercase;letter-spacing:.1em;background:0 0;border:none;padding:8px 16px;font-size:14px;font-weight:400;transition:all .2s}.shopping-bag-btn:hover{color:var(--text-secondary)}.bag-count{font-weight:500}.shop-container{max-width:1400px;margin:0 auto;padding:30px 20px}.shop-page-content{z-index:1;min-height:calc(100vh - 80px);position:relative}.grid{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}@media (max-width:1400px){.grid{grid-template-columns:repeat(5,1fr)}}@media (max-width:1200px){.grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:900px){.grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.grid{grid-template-columns:repeat(2,1fr)}}.card{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;color:inherit;flex-direction:column;padding:0;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.card:hover{border-color:var(--text-primary);transform:translateY(-4px)}.card img,.product-card-image{object-fit:contain;object-position:center;background:#fafafa;width:100%;height:250px;display:block}.card .meta{padding:20px}.card .title{color:var(--text-primary);margin-bottom:8px;font-size:16px;font-weight:400}.card .price{color:var(--text-primary);font-size:14px;font-weight:500}.product-stock{color:var(--text-secondary);margin-top:4px;font-size:12px;font-weight:400}.product-carousel-container{background:var(--bg-primary);isolation:isolate;border-bottom:2px solid var(--border-color);width:100%;min-height:568px;margin-bottom:0;padding:40px 20px 20px;position:relative;overflow:visible}.product-carousel-promo-banner{z-index:0;opacity:1;pointer-events:none;width:450px;height:608px;max-height:608px;transform:translateY(var(--banner-offset,0px));background:0 0;justify-content:center;align-items:center;transition:opacity .3s,transform .1s ease-out;display:flex;position:fixed;top:80px}.product-carousel-promo-banner.hidden{opacity:0;pointer-events:none}.product-carousel-promo-banner-left{left:-100px}.product-carousel-promo-banner-right{right:-100px}.product-carousel-promo-banner-kid-icon:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#ffffff26 0%,#0000 70%);border-radius:50%;width:120%;height:120%;animation:3s ease-in-out infinite glow-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glow-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.1)}}.product-carousel-promo-avatar-container{justify-content:center;align-items:center;width:100%;height:500px;min-height:500px;max-height:500px;display:flex;position:relative}.product-carousel-promo-image.product-carousel-promo-image-kid-icon{filter:drop-shadow(0 0 30px #ffffff4d)drop-shadow(0 0 60px #ffffff26)drop-shadow(0 12px 40px #fff3)!important;mix-blend-mode:normal!important;object-fit:contain!important;object-position:center!important;visibility:visible!important;background:0 0!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:500px!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.product-carousel-promo-image-kid-icon-1{z-index:3;animation:33s ease-in-out infinite avatar-fade-cycle}.product-carousel-promo-image-kid-icon-2{z-index:2;animation:33s ease-in-out -11s infinite avatar-fade-cycle}.product-carousel-promo-image-kid-icon-3{z-index:1;animation:33s ease-in-out -22s infinite avatar-fade-cycle}@keyframes avatar-fade-cycle{0%{opacity:0}15.15%{opacity:1}18.18%{opacity:1}33.33%{opacity:0}to{opacity:0}}.product-carousel-promo-image{object-fit:contain;object-position:center;background:0 0;width:100%;height:100%}.product-carousel-promo-video{object-fit:contain;object-position:center;width:100%;height:100%}.product-carousel-promo-video-with-sound{cursor:pointer}.product-carousel-promo-video-with-sound:hover{opacity:.95}.product-carousel-kids-videos{flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;width:100%;max-width:280px;height:auto;padding:10px 0;display:flex}.product-carousel-kids-video-item{aspect-ratio:1;object-fit:cover;object-position:center;border-radius:4px;width:100%;max-width:280px}.product-carousel-promo-banner-kids{width:300px!important;max-width:300px!important;height:auto!important;max-height:calc(100vh - 100px)!important}.product-carousel-promo-banner.product-carousel-promo-banner-kids.product-carousel-promo-banner-kid-icon,.product-carousel-promo-banner.product-carousel-promo-banner-kid-icon{overflow:visible;width:700px!important;max-width:700px!important;height:auto!important;min-height:500px!important;max-height:500px!important;position:fixed!important}.product-carousel-promo-banner-left.product-carousel-promo-banner-kid-icon,.product-carousel-promo-banner-left.product-carousel-promo-banner-kids.product-carousel-promo-banner-kid-icon{left:-200px!important}.product-carousel-promo-banner-right.product-carousel-promo-banner-kid-icon,.product-carousel-promo-banner-right.product-carousel-promo-banner-kids.product-carousel-promo-banner-kid-icon{right:-200px!important}@media (max-width:768px){.product-carousel-promo-banner-left.product-carousel-promo-banner-kid-icon,.product-carousel-promo-banner-left.product-carousel-promo-banner-kids.product-carousel-promo-banner-kid-icon,.product-carousel-promo-banner-right.product-carousel-promo-banner-kid-icon,.product-carousel-promo-banner-right.product-carousel-promo-banner-kids.product-carousel-promo-banner-kid-icon,.product-carousel-promo-avatar-container{display:none!important}}.video-presentation-overlay{z-index:9999;background:#000000f2;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}.video-presentation-container{background:var(--bg-primary);border:4px solid var(--border-color);border-radius:12px;justify-content:center;align-items:center;width:85%;max-width:1200px;max-height:70vh;padding:20px;animation:.4s scaleIn;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.video-presentation-grid{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;height:100%;max-height:80vh;display:grid;overflow:hidden}@media (max-width:768px){.video-presentation-grid{gap:10px;max-height:85vh;grid-template-columns:repeat(2,1fr)!important}.video-presentation-item{aspect-ratio:1}}.video-presentation-item{aspect-ratio:1;background:#000;border-radius:8px;width:100%;position:relative;overflow:hidden}.video-presentation{object-fit:cover;object-position:center;width:100%;height:100%;transition:opacity .5s;display:block}.video-presentation.hidden{opacity:0}.video-text-overlay{z-index:10;background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.video-text{color:#fff;text-transform:uppercase;letter-spacing:.1em;opacity:0;font-size:2.5vw;font-weight:300;transform:translateY(20px)}.video-text-aylo.video-text-item-1{animation:.8s ease-out .2s forwards text-fade-in,.6s ease-in 2.2s forwards text-fade-out-wind}.video-text-aylo.video-text-item-2{animation:.8s ease-out .4s forwards text-fade-in,.6s ease-in 2.4s forwards text-fade-out-wind}.video-text-aylo.video-text-item-3{animation:.8s ease-out .6s forwards text-fade-in,.6s ease-in 2.6s forwards text-fade-out-wind}.video-text-aylo.video-text-item-4{animation:.8s ease-out .8s forwards text-fade-in,.6s ease-in 2.8s forwards text-fade-out-wind}.video-text-system.video-text-item-1{animation:.8s ease-out .2s forwards text-fade-in}.video-text-system.video-text-item-2{animation:.8s ease-out .4s forwards text-fade-in}.video-text-system.video-text-item-3{animation:.8s ease-out .6s forwards text-fade-in}.video-text-system.video-text-item-4{animation:.8s ease-out .8s forwards text-fade-in}@keyframes text-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes text-fade-out-wind{0%{opacity:1;transform:translate(0)translateY(0)scale(1)}to{opacity:0;transform:translate(-100px)translateY(-50px)scale(.8)}}.video-presentation-contain{object-fit:contain}.video-presentation-single{justify-content:center;align-items:center;width:95%;max-width:1200px;max-height:85vh;display:flex}.video-presentation-full{object-fit:contain;object-position:center;width:100%;height:100%;max-height:85vh}.video-presentation-close{width:40px;height:40px;color:var(--text-primary);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;background:#000000b3;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;font-size:24px;line-height:1;transition:all .3s;display:flex;position:absolute;top:15px;right:15px}.video-presentation-close:hover{background:#000000e6;border-color:#ffffff80;transform:scale(1.1)}.product-carousel-wrapper{z-index:1;justify-content:center;align-items:center;max-width:1400px;margin:0 auto;display:flex;position:relative;overflow:visible}.product-carousel-wrapper-clip-edges{padding:0!important;overflow:visible!important}.product-carousel-wrapper-clip-edges .product-carousel-track{margin:0!important}.product-carousel-empty{text-align:center;color:#999;padding:60px 20px}.product-carousel-track{perspective:2000px;perspective-origin:50%;touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none;width:100%;height:500px;transform-style:preserve-3d;pointer-events:auto;z-index:2;justify-content:center;align-items:center;margin:0 -160px;display:flex;position:relative;overflow:visible}@media (max-width:768px){.product-carousel-track{touch-action:pan-y;-webkit-overflow-scrolling:touch}.product-carousel-track.dragging{touch-action:pan-x}.product-carousel-card{touch-action:manipulation;-webkit-tap-highlight-color:transparent}}.product-carousel-card{cursor:pointer;width:320px;height:450px;transform-style:preserve-3d;will-change:transform;color:inherit;transform-style:preserve-3d;-webkit-user-select:none;user-select:none;backface-visibility:hidden;flex-direction:column;margin-left:-160px;text-decoration:none;transition:transform .8s cubic-bezier(.34,1.56,.64,1),opacity .3s ease-out;display:flex;position:absolute;left:50%}.product-carousel-card.pants-card{width:240px;height:550px;margin-left:-120px}.product-carousel-card.dragging{transition:none}.product-carousel-card.center{filter:drop-shadow(0 20px 40px #00000026)drop-shadow(0 0 30px #fff3)drop-shadow(0 0 60px #ffffff1a)drop-shadow(0 12px 40px #ffffff26)}.product-carousel-card:not(.center){filter:drop-shadow(0 10px 20px #0000001a)drop-shadow(0 0 20px #ffffff26)drop-shadow(0 0 40px #ffffff14)}.product-carousel-card.center{z-index:2}.product-carousel-image-container{background:#e5e5e5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:320px;margin-bottom:12px;transition:transform .3s;display:flex;overflow:hidden;transform:translateZ(20px);box-shadow:0 8px 24px #0000001f}.product-carousel-card.pants-card .product-carousel-image-container{height:420px;margin-bottom:4px;padding:0}.product-carousel-card.pants-card .product-carousel-image{object-fit:cover;margin:0;padding:0}.product-carousel-card.hovered{filter:drop-shadow(0 25px 50px #00000040)drop-shadow(0 0 40px #ffffff4d)drop-shadow(0 0 80px #ffffff26)drop-shadow(0 15px 50px #fff3)}.product-carousel-card.hovered .product-carousel-image-container{transform:translateZ(30px)scale(1.02)}.product-carousel-image{object-fit:contain;object-position:center;width:100%;height:100%}.product-carousel-placeholder{color:#999;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;font-size:14px;display:flex}.product-carousel-info{background:var(--bg-primary);border-radius:12px;flex-direction:column;flex:1;justify-content:flex-start;min-height:120px;padding:16px 20px;transition:transform .3s;display:flex;transform:translateZ(10px);box-shadow:0 4px 12px #00000014}.product-carousel-card:hover .product-carousel-info{transform:translateZ(15px)}.product-carousel-name{color:var(--text-primary);margin-bottom:8px;font-size:16px;font-weight:400;line-height:1.4}.product-carousel-price{color:var(--text-primary);margin-bottom:4px;font-size:18px;font-weight:500}.product-carousel-stock{color:var(--text-secondary);margin-top:4px;font-size:12px;font-weight:400}.product-carousel-nav{background:var(--bg-primary);width:50px;height:50px;color:var(--text-primary);cursor:pointer;z-index:10;opacity:.6;border:1px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;font-size:24px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.product-carousel-nav:hover{color:#fff;border-color:var(--text-primary);opacity:1;background:#000;transform:translateY(-50%)scale(1.1)}.product-carousel-nav-prev{left:5px}.product-carousel-nav-next{right:5px}.product-carousel-title{text-align:center;color:var(--text-primary);text-transform:capitalize;letter-spacing:-.02em;margin-top:20px;font-size:48px;font-weight:300}@media (max-width:1200px){.product-carousel-card{width:280px;height:400px}.product-carousel-card.pants-card{width:200px;height:480px;margin-left:-100px}.product-carousel-image-container{height:280px}.product-carousel-card.pants-card .product-carousel-image-container{height:360px}.product-carousel-nav{width:40px;height:40px;font-size:20px}.product-carousel-nav-prev{left:5px}.product-carousel-nav-next{right:5px}}@media (max-width:768px){.product-carousel-container{padding:40px 10px}.product-carousel-promo-banner,.product-carousel-promo-banner.product-carousel-promo-banner-kid-icon{display:none!important}.product-carousel-promo-image{max-height:500px}.product-carousel-track{height:400px}.product-carousel-card{width:240px;height:350px;margin-left:-120px!important}.product-carousel-card.pants-card{width:180px;height:420px;margin-left:-90px!important}.product-carousel-image-container{height:240px}.product-carousel-card.pants-card .product-carousel-image-container{height:300px}.product-carousel-info{padding:16px}.product-carousel-name{font-size:14px}.product-carousel-price{font-size:16px}.product-carousel-nav{width:36px;height:36px;font-size:18px}.product-carousel-nav-prev{left:3px}.product-carousel-nav-next{right:3px}.product-carousel-title{margin-top:15px;font-size:32px}.video-presentation-container{width:95%;max-width:100%;max-height:90vh;padding:10px}.video-presentation-grid{gap:10px;max-height:85vh;grid-template-columns:repeat(2,1fr)!important}.video-presentation-item{aspect-ratio:1}.video-text{font-size:4vw}.video-presentation-close{width:36px;height:36px;font-size:20px;top:10px;right:10px}}.promo-banner-full{background:var(--bg-primary);justify-content:center;align-items:center;gap:20px;width:100%;height:calc(100vh - 80px);max-height:800px;margin:0 auto;display:flex;position:relative;overflow:hidden}.promo-banner-image-desktop{object-fit:contain;object-position:center;width:50%;height:100%;max-height:800px;display:block}.promo-banner-image-mobile{display:none}@media (max-width:768px){.promo-banner-full{justify-content:center;align-items:center;gap:0;min-height:300px;padding:20px;display:flex;height:auto!important;max-height:60vh!important}.promo-banner-image-desktop{display:none!important}.promo-banner-image-mobile{object-fit:contain;width:100%!important;max-width:100%!important;height:auto!important;max-height:60vh!important;display:block!important}}.promo-banner-overlay{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.promo-text{color:var(--text-primary);text-transform:uppercase;letter-spacing:.12em;text-shadow:0 2px 10px #fffc;white-space:nowrap;padding:10px;font-size:16px;font-weight:300;line-height:1.4;position:absolute}.promo-text-vertical{writing-mode:vertical-rl;text-orientation:mixed;top:25%;left:6%}.promo-text-horizontal-top{font-size:16px;font-weight:300;top:15%;right:10%}.promo-text-horizontal-bottom{font-size:16px;font-weight:300;bottom:20%;left:35%}.subcategory-selection-page{background:var(--bg-primary);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:60px 20px;transition:background .3s;display:flex}.subcategory-selection-container{width:100%;max-width:1200px}.subcategory-selection-title{letter-spacing:-.02em;color:var(--text-primary);text-align:center;text-transform:uppercase;margin:0 0 40px;font-size:32px;font-weight:300;transition:color .3s}.subcategory-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;max-width:1000px;margin:0 auto;display:grid}.subcategory-card{background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;text-align:center;justify-content:center;align-items:center;min-height:150px;padding:40px 20px;transition:all .3s,background .3s,border-color .3s;display:flex}.subcategory-card:hover{border-color:var(--text-primary);transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.subcategory-card-content{width:100%}.subcategory-card-title{color:var(--text-primary);text-transform:capitalize;letter-spacing:.05em;margin:0;font-size:18px;font-weight:400}@media (max-width:768px){.subcategory-grid{grid-template-columns:repeat(2,1fr);gap:16px}.subcategory-selection-title{margin-bottom:30px;font-size:24px}.subcategory-card{min-height:120px;padding:30px 15px}.subcategory-card-title{font-size:16px}}.modal-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-primary);border-radius:4px;width:100%;max-width:1000px;max-height:90vh;position:relative;overflow-y:auto}.modal-close{cursor:pointer;color:var(--text-primary);z-index:1001;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;background:0 0;border:none;justify-content:center;align-items:center;width:44px;min-width:44px;height:40px;min-height:44px;font-size:32px;transition:opacity .2s;display:flex;position:absolute;top:20px;right:20px}.modal-close:hover{opacity:.6}.modal-grid{grid-template-columns:1fr 1fr;gap:30px;padding:30px;display:grid}@media (max-width:900px){.modal-grid{grid-template-columns:1fr;gap:20px;padding:20px}}.modal-images{flex-direction:column;gap:20px;display:flex}.modal-main-image{aspect-ratio:1;background:#fafafa;width:100%;position:relative;overflow:hidden}.modal-main-image img{object-fit:cover;width:100%;height:100%}.image-nav-btn{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;background:#ffffffe6;border:none;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;font-size:24px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-nav-btn:hover{background:#fff}.image-nav-prev{left:10px}.image-nav-next{right:10px}.modal-thumbnails{gap:10px;display:flex;overflow-x:auto}.modal-thumbnail{cursor:pointer;background:0 0;border:2px solid #0000;flex-shrink:0;width:80px;height:80px;padding:0;overflow:hidden}.modal-thumbnail.active{border-color:var(--text-primary)}.modal-thumbnail img{object-fit:cover;width:100%;height:100%}.modal-details{flex-direction:column;gap:24px;display:flex}.modal-title{color:var(--text-primary);margin:0;font-size:28px;font-weight:300}.modal-price{color:var(--text-primary);font-size:24px;font-weight:500}.modal-description{color:var(--text-secondary);margin:0;font-size:16px;line-height:1.6}.modal-field{flex-direction:column;gap:12px;display:flex}.modal-label{color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:500}.modal-colors{flex-wrap:wrap;gap:12px;display:flex}.color-dot{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;border:2px solid #0000;border-radius:50%;width:44px;min-width:44px;height:44px;min-height:44px;transition:all .2s}.color-dot.selected{border-color:var(--text-primary);transform:scale(1.1)}.modal-sizes{flex-wrap:wrap;gap:12px;display:flex}.size-btn{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;justify-content:center;align-items:center;min-width:50px;min-height:44px;padding:12px 24px;font-size:14px;transition:all .2s;display:flex}.size-btn:hover{border-color:var(--text-primary)}.size-btn.selected{color:#fff;border-color:var(--text-primary);background:#000}.modal-quantity{align-items:center;gap:16px;display:flex}.modal-quantity button{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;font-size:20px;transition:all .2s;display:flex}.modal-quantity button:hover{border-color:var(--text-primary)}.modal-quantity span{text-align:center;min-width:30px;font-size:18px}.modal-total{border-top:1px solid var(--border-color);justify-content:space-between;padding-top:20px;font-size:20px;font-weight:500;display:flex}.modal-actions{gap:12px;display:flex}.btn-add-cart{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;touch-action:manipulation;-webkit-tap-highlight-color:#fff3;background:#000;border:none;flex:1;justify-content:center;align-items:center;min-height:44px;padding:16px;font-size:16px;font-weight:500;transition:opacity .2s;display:flex}.btn-add-cart:hover:not(:disabled){opacity:.8}.btn-add-cart:disabled{opacity:.5;cursor:not-allowed}.cart-overlay{z-index:10000;touch-action:manipulation;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cart-content{background:var(--bg-primary);border-radius:4px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex}.cart-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:24px;display:flex}.cart-header h2{margin:0;font-size:24px;font-weight:300}.cart-close{cursor:pointer;color:var(--text-primary);background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:32px;transition:opacity .2s;display:flex}.cart-close:hover{opacity:.6}.cart-items{flex:1;padding:24px;overflow-y:auto}.cart-empty{text-align:center;color:#999;padding:60px 20px}.cart-item{border-bottom:1px solid var(--border-color);gap:16px;padding:20px 0;display:flex}.cart-item:last-child{border-bottom:none}.cart-item img{object-fit:cover;flex-shrink:0;width:100px;height:100px}.cart-item-details{flex-direction:column;flex:1;gap:8px;display:flex}.cart-item-details h3{margin:0;font-size:16px;font-weight:400}.cart-item-details p{color:var(--text-secondary);margin:0;font-size:14px}.cart-item-quantity{align-items:center;gap:12px;margin-top:8px;display:flex}.cart-item-quantity button{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;font-size:16px;display:flex}.cart-item-quantity span{text-align:center;min-width:20px;font-size:14px}.cart-item-price{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.cart-item-price div{font-size:16px;font-weight:500}.cart-item-remove{color:#999;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;background:0 0;border:none;align-items:center;min-height:44px;padding:8px;font-size:12px;text-decoration:underline;display:flex}.cart-item-remove:hover{color:var(--text-primary)}.cart-footer{border-top:1px solid var(--border-color);padding:24px}.cart-total{justify-content:space-between;margin-bottom:20px;font-size:20px;font-weight:500;display:flex}.btn-checkout{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;touch-action:manipulation;-webkit-tap-highlight-color:#fff3;background:#000;border:none;justify-content:center;align-items:center;width:100%;min-height:44px;padding:16px;font-size:16px;font-weight:500;transition:opacity .2s;display:flex}.btn-checkout:hover{opacity:.8}.checkout-page{background:var(--bg-primary);min-height:100vh;padding:40px 20px}.checkout-container{max-width:1200px;margin:0 auto}.checkout-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;display:flex}.checkout-header h1{margin:0;font-size:32px;font-weight:300}.checkout-back{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:16px;text-decoration:underline}.checkout-grid{grid-template-columns:2fr 1fr;gap:60px;display:grid}@media (max-width:900px){.checkout-grid{grid-template-columns:1fr;gap:40px}}.checkout-form-section h2{margin:0 0 24px;font-size:24px;font-weight:300}.checkout-form{flex-direction:column;gap:20px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.form-field{flex-direction:column;gap:8px;display:flex}.form-field label{color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:500}.form-field input{border:1px solid var(--border-color);padding:12px;font-family:inherit;font-size:16px}.form-field input:focus{border-color:var(--text-primary);outline:none}.btn-submit-order{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;background:#000;border:none;width:100%;margin-top:20px;padding:16px;font-size:16px;font-weight:500;transition:opacity .2s}.btn-submit-order:hover{opacity:.8}.checkout-summary{background:#fafafa;border-radius:4px;height:fit-content;padding:24px;position:sticky;top:20px}.checkout-summary h2{margin:0 0 24px;font-size:24px;font-weight:300}.summary-items{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.summary-item{gap:12px;display:flex}.summary-item img{object-fit:cover;flex-shrink:0;width:80px;height:80px}.summary-item-details{flex-direction:column;flex:1;gap:4px;display:flex}.summary-item-details h3{margin:0;font-size:14px;font-weight:400}.summary-item-details p{color:var(--text-secondary);margin:0;font-size:12px}.summary-item-price{align-self:flex-start;font-size:14px;font-weight:500}.summary-total{border-top:1px solid var(--border-color);justify-content:space-between;padding-top:20px;font-size:20px;font-weight:500;display:flex}@media (max-width:1920px){.shop-container{max-width:1200px;padding:30px 24px}.modal-content{max-width:900px}.promo-banner-full{max-height:700px}}@media (max-width:1440px){.shop-header-therow{padding:14px 20px}.shop-container{max-width:1100px;padding:24px 20px}.modal-content{max-width:850px}.modal-grid{gap:24px;padding:24px}.promo-banner-full{max-height:600px}.segment-selection-content{padding:50px 30px}.segment-selection-icon{width:100px;margin-bottom:24px}.segment-selection-title{font-size:56px}}@media (max-width:1024px){.shop-header-therow{flex-wrap:nowrap;padding:12px 16px}.shop-header-left,.shop-header-center,.shop-header-right{flex:auto;min-width:0}.shop-header-center{flex-basis:auto;order:0;margin-bottom:0}.shop-header-left,.shop-header-right{flex:none}.shop-container{padding:20px 16px}.modal-content{max-width:90%;max-height:85vh}.modal-grid{gap:20px;padding:20px}.promo-banner-full{height:calc(100vh - 100px);max-height:500px}.promo-text{padding:8px;font-size:14px}.promo-text-vertical{top:22%;left:5%}.promo-text-horizontal-top{top:12%;right:8%}.promo-text-horizontal-bottom{bottom:18%;left:30%}.segment-selection-container{grid-template-columns:1fr;height:auto;min-height:100vh}.segment-selection-half{min-height:50vh}.segment-selection-content{padding:40px 24px}.segment-selection-icon{width:80px;margin-bottom:20px}.segment-selection-title{font-size:48px}.checkout-grid{gap:40px}}@media (max-width:768px){.shop-header-therow{padding:12px}.category-nav{gap:12px}.category-nav-btn{padding:6px 12px;font-size:12px}.shop-brand-title{font-size:20px}.shop-container{padding:16px 12px}.grid{gap:16px}.card img{height:200px}.modal-content{max-width:95%;max-height:90vh}.modal-grid{gap:16px;padding:16px}.modal-close{width:36px;height:36px;font-size:28px;top:12px;right:12px}.promo-banner-full{height:auto;min-height:300px;max-height:50vh}.promo-text{letter-spacing:.1em;padding:6px;font-size:12px}.promo-text-vertical{top:20%;left:4%}.promo-text-horizontal-top{top:10%;right:6%}.promo-text-horizontal-bottom{bottom:15%;left:25%}.segment-selection-title{font-size:40px}.segment-selection-description{font-size:16px}.checkout-grid{grid-template-columns:1fr;gap:30px}.checkout-header{flex-direction:column;align-items:flex-start;gap:12px}.cart-content{max-width:95%}}@media (max-width:600px){.shop-header-therow{padding:10px max(8px,env(safe-area-inset-left));padding-right:max(8px,env(safe-area-inset-right));padding-top:max(10px,calc(10px + env(safe-area-inset-top)));flex-flow:row;align-items:center;gap:8px}.shop-header-left{flex:none;order:0;align-items:center;gap:4px;width:auto;display:flex}.shop-header-center{text-align:center;z-index:1;flex:auto;order:0;width:auto;min-width:0;margin-bottom:0;position:absolute;left:50%;transform:translate(-50%)}.shop-header-right{text-align:right;flex:none;order:0;width:auto}.category-nav{display:none!important}.category-grid-mobile{box-sizing:border-box;visibility:visible;opacity:1;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;height:auto;margin-top:0;padding:40px 20px 20px;display:grid;overflow:visible}@media (min-width:769px){.category-grid-mobile{visibility:hidden!important;opacity:0!important;pointer-events:none!important;width:0!important;max-width:0!important;height:0!important;margin:0!important;padding:0!important;display:none!important;position:absolute!important;left:-9999px!important;overflow:hidden!important}.category-grid-card-wrapper{display:none!important}}.category-grid-card{aspect-ratio:1;background:var(--card-bg);border:2px solid var(--border-color);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;border-radius:8px;justify-content:center;align-items:center;min-height:100px;transition:all .3s;display:flex;position:relative;overflow:hidden}.category-grid-card:hover{border-color:var(--text-primary);transform:scale(1.05)}.category-grid-card.active{color:#fff;background:#000;border-color:#000}.category-grid-card.active .category-grid-card-title{color:#fff}.category-grid-card-content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;display:flex}.category-grid-card-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);font-size:18px;font-weight:600;transition:color .3s}.category-grid-card-arrow{margin-top:4px;font-size:12px;transition:transform .3s}.category-grid-card-wrapper{flex-direction:column;display:flex;position:relative}.category-grid-dropdown{background:var(--card-bg);border:2px solid var(--border-color);z-index:100;border-radius:8px;max-height:200px;margin-top:8px;animation:.3s slideDown;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #00000026}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.category-grid-dropdown-item{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;border:none;border-bottom:1px solid var(--border-color);background:0 0;align-items:center;min-height:44px;padding:12px 16px;font-size:14px;transition:background .2s;display:flex}.category-grid-dropdown-item:last-child{border-bottom:none}.category-grid-dropdown-item:hover{background:var(--bg-secondary)}.category-grid-dropdown-item.active{background:var(--bg-secondary);color:var(--text-primary);font-weight:500}@media (max-width:768px){.category-grid-mobile{box-sizing:border-box!important;visibility:visible!important;opacity:1!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important;width:100%!important;height:auto!important;margin-top:0!important;padding:40px 20px 20px!important;display:grid!important;overflow:visible!important}.category-grid-card-wrapper{grid-column:span 1;position:relative}.category-grid-dropdown-overlay{z-index:10000;pointer-events:auto;background:#00000080;animation:.3s fadeIn;position:fixed;inset:0}.category-grid-card-wrapper .category-grid-dropdown{padding-bottom:max(16px,env(safe-area-inset-bottom));will-change:transform;animation:.3s slideUpMobile;bottom:env(safe-area-inset-bottom)!important;max-height:calc(50vh - env(safe-area-inset-bottom))!important;z-index:10001!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important;pointer-events:auto!important;border-radius:16px 16px 0 0!important;margin:0!important;position:fixed!important;top:auto!important;left:0!important;right:0!important;overflow-y:auto!important}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.category-nav::-webkit-scrollbar{display:none}.category-nav-btn{white-space:nowrap;flex-shrink:0;min-width:44px;min-height:44px;padding:8px 12px;font-size:10px}.shop-brand-title{white-space:nowrap;text-overflow:ellipsis;font-size:16px;overflow:hidden}.shopping-bag-btn{white-space:nowrap;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px 12px;font-size:11px;display:flex}.category-dropdown-overlay{z-index:10000;background:#00000080;display:none;position:fixed;inset:0}.category-nav-item .category-dropdown-menu:not([style*="display: none"])~.category-dropdown-overlay{display:block}.category-nav-item:has(.category-dropdown-menu)~.category-dropdown-overlay{display:block}.category-dropdown-menu{max-height:calc(70vh - env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);animation:.3s slideUp;overflow-y:auto;box-shadow:0 -4px 20px #0000004d;top:auto!important;bottom:env(safe-area-inset-bottom)!important;z-index:10001!important;border-radius:16px 16px 0 0!important;width:100%!important;min-width:auto!important;max-width:100%!important;margin:0!important;position:fixed!important;left:0!important;right:0!important}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.category-dropdown-item{min-height:48px;padding:14px 20px;font-size:16px}.category-dropdown-item-container>.category-dropdown-menu{z-index:10002!important;width:100%!important;margin-left:0!important;position:fixed!important;inset:auto 0 0!important}@supports (-webkit-touch-callout:none){.shop-header-therow{-webkit-tap-highlight-color:transparent;padding:10px 8px}.category-nav-btn{-webkit-tap-highlight-color:#0000001a}body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}@media screen and (max-width:600px){*{touch-action:manipulation}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}}@media screen and (-webkit-min-device-pixel-ratio:2){.shop-brand-title{-webkit-font-smoothing:antialiased;font-weight:300}}.video-presentation-grid{gap:8px;max-height:80vh;grid-template-columns:repeat(2,1fr)!important}.video-presentation-item{aspect-ratio:1}.video-text{font-size:4vw}@supports (-webkit-touch-callout:none){.video-presentation{-webkit-tap-highlight-color:transparent}}@media screen and (max-width:600px) and (orientation:portrait){.video-presentation-grid{gap:6px;grid-template-columns:repeat(2,1fr)!important}.video-presentation-item{aspect-ratio:1}.modal-content{max-height:calc(90vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}}@media screen and (max-width:600px) and (orientation:landscape){.video-presentation-grid{gap:4px;grid-template-columns:repeat(2,1fr)!important}.video-presentation-item{aspect-ratio:1}.modal-content{max-height:calc(85vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.category-dropdown-menu{max-height:calc(60vh - env(safe-area-inset-bottom))}}.product-carousel-promo-banner{display:none!important}.shop-container{padding:12px max(8px,env(safe-area-inset-left));padding-right:max(8px,env(safe-area-inset-right));padding-bottom:max(12px,calc(12px + env(safe-area-inset-bottom)))}.grid{gap:12px}.card{border-width:.5px}.card img{height:180px}.card .meta{padding:12px}.card .title{font-size:14px}.card .price{font-size:12px}}.loading-container,.error-container{justify-content:center;align-items:center;min-height:100vh;display:flex}.category-grid-dropdown-item-disabled{color:#999;cursor:default}.link-underline{text-decoration:underline}@media (max-width:600px){.modal-content{max-width:100%;max-height:calc(95vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));margin-top:env(safe-area-inset-top);margin-bottom:env(safe-area-inset-bottom);border-radius:0}.modal-overlay{padding:env(safe-area-inset-top)env(safe-area-inset-right)env(safe-area-inset-bottom)env(safe-area-inset-left)}.cart-content{max-height:calc(90vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));margin-top:env(safe-area-inset-top);margin-bottom:env(safe-area-inset-bottom)}.modal-grid{grid-template-columns:1fr;gap:16px;padding:16px 12px}.modal-close{width:44px;min-width:44px;height:44px;min-height:44px;font-size:24px;top:8px;right:8px}.image-nav-btn{width:44px;min-width:44px;height:44px;min-height:44px}.modal-title{font-size:22px}.modal-price{font-size:20px}.promo-banner-full{height:calc(100vh - 140px);max-height:350px}.promo-text{letter-spacing:.08em;padding:5px;font-size:11px}.promo-text-vertical{top:18%;left:3%}.promo-text-horizontal-top{top:8%;right:5%}.promo-text-horizontal-bottom{bottom:12%;left:20%}.segment-selection-content{padding:30px 16px}.segment-selection-icon{width:60px;margin-bottom:16px}.segment-selection-title{font-size:32px}.segment-selection-description,.segment-selection-subtitle{font-size:14px}.checkout-page{padding:20px 12px}.checkout-container{max-width:100%}.checkout-header{margin-bottom:24px;padding-bottom:16px}.checkout-header h1{font-size:24px}.checkout-form-section h2{margin-bottom:16px;font-size:20px}.form-field input{padding:10px;font-size:14px}.cart-content{border-radius:0;max-width:100%;max-height:95vh}.cart-overlay{padding:0}.cart-header,.cart-items{padding:16px}.cart-item{flex-direction:column;gap:12px}.cart-item img{object-fit:cover;width:100%;height:200px}.cart-footer{padding:16px}}.product-page{background:var(--bg-primary);min-height:100vh}.product-page-header{border-bottom:1px solid var(--border-color);background:var(--bg-primary);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.product-page-back{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:16px;text-decoration:underline}.product-page-brand{color:var(--text-primary);text-transform:uppercase;letter-spacing:-.02em;font-size:20px;font-weight:300;text-decoration:none}.product-page-cart{color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;font-size:14px;text-decoration:none;transition:opacity .2s}.product-page-cart:hover{opacity:.7}.product-page-content{grid-template-columns:1fr 1fr;align-content:start;gap:40px;max-width:1200px;min-height:calc(100vh - 80px);margin:0 auto;padding:20px 24px;display:grid}@media (max-width:900px){.product-page-content{grid-template-columns:1fr;gap:40px;padding:30px 20px}}.product-page-images{flex-direction:column;gap:20px;display:flex}.product-page-main-image{aspect-ratio:1;background:#fafafa;justify-content:center;align-items:center;width:100%;max-height:500px;display:flex;position:relative;overflow:hidden}.product-page-image-full{object-fit:contain;object-position:center;width:100%;height:100%}.product-image-nav-btn{cursor:pointer;z-index:10;background:#ffffffe6;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-image-nav-btn:hover{background:#fff}.product-image-nav-prev{left:10px}.product-image-nav-next{right:10px}.product-page-thumbnails{gap:10px;display:flex;overflow-x:auto}.product-page-thumbnail{cursor:pointer;background:#fafafa;border:2px solid #0000;flex-shrink:0;width:80px;height:80px;padding:0;overflow:hidden}.product-page-thumbnail.active{border-color:var(--text-primary)}.product-page-thumbnail img{object-fit:contain;object-position:center;width:100%;height:100%}.product-page-details{flex-direction:column;gap:10px;max-height:calc(100vh - 120px);padding-bottom:10px;display:flex;position:relative;overflow-y:auto}.product-page-video-background{aspect-ratio:1;object-fit:cover;object-position:center;opacity:.25;z-index:0;pointer-events:none;border-radius:8px;width:100%;min-height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.product-page-video-background.hidden{opacity:0;display:none}.product-page-video-background.active{opacity:.25;display:block}.product-page-title{color:var(--text-primary);margin:0;font-size:32px;font-weight:300}.product-page-price{color:var(--text-primary);font-size:28px;font-weight:500}.product-page-stock{color:var(--text-secondary);margin-top:8px;font-size:16px;font-weight:400}.product-page-description{color:var(--text-secondary);margin:0;font-size:16px;line-height:1.6}.product-page-field{flex-direction:column;gap:8px;display:flex}.product-page-label{color:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;font-size:14px;font-weight:500}.product-page-colors{flex-wrap:wrap;gap:12px;display:flex}.product-color-dot{cursor:pointer;border:2px solid #0000;border-radius:50%;width:40px;height:40px;transition:all .2s}.product-color-dot.selected{border-color:var(--text-primary);transform:scale(1.1)}.product-page-sizes{flex-wrap:wrap;gap:12px;display:flex}.product-size-btn{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;min-width:50px;padding:12px 24px;font-size:14px;transition:all .2s}.product-size-btn:hover{border-color:var(--text-primary)}.product-size-btn.selected{color:#fff;border-color:var(--text-primary);background:#000}.product-page-quantity{align-items:center;gap:16px;margin-top:0;margin-bottom:0;display:flex}.product-page-quantity button{background:var(--bg-primary);border:1px solid var(--border-color);cursor:pointer;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .2s;display:flex}.product-page-quantity button:hover{border-color:var(--text-primary)}.product-page-quantity span{text-align:center;min-width:30px;font-size:18px}.product-page-total{border-top:none;justify-content:space-between;margin-top:0;margin-bottom:0;padding-top:0;font-size:18px;font-weight:500;display:flex}.product-page-actions{flex-direction:column;gap:10px;margin-top:-4px;display:flex}.product-btn-add-cart,.product-btn-checkout{cursor:pointer;text-transform:uppercase;letter-spacing:.15em;border:none;width:100%;padding:18px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;font-size:14px;font-weight:400;transition:all .3s}.product-btn-add-cart{background:var(--bg-primary);color:var(--text-primary);border:1px solid #000}.product-btn-add-cart:hover:not(:disabled){color:#fff;background:#000;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.product-btn-checkout{color:#fff;background:#000;font-weight:500}.product-btn-checkout:hover:not(:disabled){background:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.product-btn-add-cart:disabled,.product-btn-checkout:disabled{opacity:.5;cursor:not-allowed}@media (max-width:600px){.product-page-header{flex-wrap:wrap;gap:8px;padding:12px 16px}.product-page-content{gap:30px;padding:20px 16px}.product-page-title,.product-page-price{font-size:24px}.product-page-main-image{aspect-ratio:4/5}.product-page-video-background{width:100%;min-height:100%;max-height:none;position:absolute;top:0;left:0;opacity:.25!important}.product-page-details{z-index:1;position:relative}}.stripe-checkout-form{flex-direction:column;gap:20px;display:flex}.stripe-payment-element-container{background:var(--bg-primary);border:1px solid #e0e0e0;border-radius:4px;min-height:200px;padding:20px}.stripe-error-message{color:#c33;background:#fee;border:1px solid #fcc;border-radius:4px;padding:12px;font-size:14px}.stripe-submit-button{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.1em;background:#000;border:none;width:100%;margin-top:10px;padding:16px;font-size:16px;font-weight:500;transition:opacity .2s}.stripe-submit-button:hover:not(:disabled){opacity:.8}.stripe-submit-button:disabled{opacity:.5;cursor:not-allowed}.order-success-page{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex}.order-success-container{text-align:center;width:100%;max-width:500px}.order-success-icon{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:48px;font-weight:300;display:flex}.order-success-title{color:var(--text-primary);margin:0 0 16px;font-size:32px;font-weight:300}.order-success-message{color:var(--text-secondary);margin:0 0 24px;font-size:16px;line-height:1.6}.order-success-id{color:#999;background:#fafafa;border-radius:4px;margin-bottom:32px;padding:16px;font-size:14px}.order-success-id strong{color:var(--text-primary);font-weight:500}.order-success-actions{flex-direction:column;gap:12px;display:flex}.order-success-btn{text-align:center;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;padding:16px;font-size:16px;font-weight:500;text-decoration:none;transition:opacity .2s}.order-success-btn-primary{color:#fff;background:#000}.order-success-btn-primary:hover{opacity:.8}.order-success-btn-secondary{color:var(--text-primary);background:0 0;border:1px solid #000}.order-success-btn-secondary:hover{color:#fff;background:#000}@media (max-width:600px){.order-success-page{justify-content:center;align-items:center;min-height:100vh;padding:20px 16px;display:flex}.order-success-container{max-width:100%;padding:20px}.order-success-icon{width:60px;height:60px;margin-bottom:20px;font-size:36px}.order-success-title{font-size:24px}}.site-footer{background:var(--bg-primary);border-top:2px solid var(--border-color);z-index:10;flex-direction:column;min-height:100vh;margin-top:0;padding:60px 20px 30px;transition:background .3s,border-color .3s;display:flex;position:relative}.footer-container{grid-template-columns:repeat(5,1fr);gap:40px;max-width:1200px;margin:0 auto 40px;display:grid}@media (max-width:1024px){.footer-container{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.footer-container{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width:480px){.footer-container{grid-template-columns:1fr}}.footer-column{flex-direction:column;gap:12px;display:flex}.footer-column-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin:0 0 8px;font-size:14px;font-weight:500;transition:color .3s}.footer-column p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6;transition:color .3s}.footer-link{color:var(--text-secondary);font-size:14px;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--text-primary)}.footer-link-inline{color:var(--text-secondary);text-decoration:underline}.footer-newsletter{max-width:300px}.footer-newsletter-text{color:var(--text-secondary);margin-bottom:12px;font-size:14px;transition:color .3s}.footer-newsletter-form{gap:8px;margin-bottom:12px;display:flex}.footer-newsletter-input{border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);flex:1;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .3s,background .3s}.footer-newsletter-input:focus{border-color:var(--text-primary);outline:none}.footer-newsletter-button{color:#fff;cursor:pointer;background:#000;border:none;padding:10px 16px;font-size:16px;transition:opacity .2s}.footer-newsletter-button:hover{opacity:.8}.footer-newsletter-checkbox{color:var(--text-secondary);cursor:pointer;align-items:flex-start;gap:8px;font-size:12px;display:flex}.footer-newsletter-checkbox input[type=checkbox]{cursor:pointer;margin-top:2px}.footer-bottom{border-top:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding-top:30px;transition:border-color .3s;display:flex}.footer-social{align-items:center;gap:16px;display:flex}.footer-social-link{color:var(--text-secondary);cursor:pointer;z-index:10;pointer-events:auto;-webkit-tap-highlight-color:#0000001a;justify-content:center;align-items:center;text-decoration:none;transition:color .2s;display:flex;position:relative}.footer-social-link:hover{color:var(--text-primary)}.footer-social-link svg{width:20px;height:20px}.footer-copyright{color:var(--text-secondary);font-size:14px;transition:color .3s}.footer-copyright p{margin:0}@media (max-width:768px){.footer-bottom{flex-direction:column;align-items:flex-start}.footer-social{gap:20px;padding:10px 0}.footer-social-link{touch-action:manipulation;-webkit-tap-highlight-color:#0003;z-index:100;min-width:44px;min-height:44px;padding:8px;position:relative}.burger-menu-social-link{touch-action:manipulation;-webkit-tap-highlight-color:#0003;z-index:100;min-height:44px;padding:12px 0;position:relative}}.legal-page{background:var(--bg-primary);min-height:100vh;padding:60px 20px}.legal-container{max-width:800px;color:var(--text-primary);margin:0 auto}:root[data-theme=dark] .legal-container{color:#fff}:root[data-theme=dark] .legal-container p,:root[data-theme=dark] .legal-container li{color:#e8e8e8}:root[data-theme=dark] .legal-container h1,:root[data-theme=dark] .legal-container h2,:root[data-theme=dark] .legal-container h3{color:#fff;font-weight:500}:root[data-theme=dark] .legal-container a{color:#4a9eff;text-decoration:underline}:root[data-theme=dark] .legal-container a:hover{color:#6bb3ff}.legal-container h1{color:var(--text-primary);margin:0 0 20px;font-size:36px;font-weight:300}.legal-updated{color:var(--text-secondary);margin-bottom:40px;font-size:14px;font-style:italic}.legal-container section{margin-bottom:40px}.legal-container h2{color:var(--text-primary);margin:0 0 16px;font-size:24px;font-weight:400}.legal-container h3{color:var(--text-primary);margin:0 0 12px;font-size:18px;font-weight:500}.legal-container p{color:var(--text-primary);margin:0 0 16px;font-size:16px;line-height:1.8}.legal-container ul,.legal-container ol{margin:16px 0;padding-left:24px}.legal-container li{color:var(--text-primary);margin-bottom:8px;font-size:16px;line-height:1.8}.legal-container a{color:var(--text-primary);text-decoration:underline}.legal-container a:hover{color:var(--text-secondary)}.legal-back{border-top:1px solid var(--border-color);margin-top:60px;padding-top:40px}.legal-back a{color:var(--text-primary);font-size:16px;text-decoration:none;transition:opacity .2s}.legal-back a:hover{opacity:.7}.faq-item{margin-bottom:32px}.faq-item h3{margin-bottom:8px}.faq-item p{margin-bottom:0}.admin-login-page{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.admin-login-container{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;width:100%;max-width:400px;padding:40px;box-shadow:0 4px 6px #0000001a}.admin-login-title{text-align:center;color:var(--text-primary);margin:0 0 30px;font-size:28px;font-weight:600}.admin-login-form{flex-direction:column;gap:20px;display:flex}.admin-page{background:var(--bg-primary);max-width:1400px;min-height:100vh;margin:0 auto;padding:40px}.admin-header{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:20px;display:flex}.admin-header-actions{gap:10px;display:flex}.admin-title{color:var(--text-primary);letter-spacing:.5px;text-transform:uppercase;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;font-size:20px;font-weight:300}.admin-loading{min-height:400px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:18px;display:flex}.admin-error{color:#c33;background:#fee;border:1px solid #fcc;border-radius:4px;margin-bottom:20px;padding:12px 16px}.admin-btn-primary{color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:#000;border:none;border-radius:4px;padding:10px 20px;font-size:12px;font-weight:400;text-decoration:none;transition:all .2s;display:inline-block}.admin-btn-primary:hover{background:#333}.admin-btn-primary:disabled{cursor:not-allowed;background:#999}.admin-btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;border-radius:4px;padding:12px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.admin-btn-secondary:hover{background:var(--border-color)}.admin-btn-logout{color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:#c33;border:none;border-radius:4px;padding:8px 16px;font-size:11px;font-weight:400;transition:all .2s}.admin-btn-logout:hover{background:#a22}.admin-btn-edit{color:#fff;cursor:pointer;background:#06c;border:none;border-radius:4px;margin-right:8px;padding:6px 12px;font-size:12px;text-decoration:none;transition:background .2s;display:inline-block}.admin-btn-edit:hover{background:#0052a3}.admin-btn-delete{color:#fff;cursor:pointer;background:#c33;border:none;border-radius:4px;padding:6px 12px;font-size:12px;transition:background .2s}.admin-btn-delete:hover{background:#a22}.admin-btn-add{color:#fff;cursor:pointer;white-space:nowrap;background:#06c;border:none;border-radius:4px;padding:8px 16px;font-size:14px;transition:background .2s}.admin-btn-add:hover{background:#0052a3}.admin-dashboard{max-width:1200px}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px;display:grid}.admin-stat-card{background:var(--card-bg);border:1px solid var(--border-color);text-align:center;border-radius:6px;padding:20px;transition:all .3s}.admin-stat-card:hover{border-color:var(--text-secondary);transform:translateY(-2px)}.admin-stat-value{color:var(--text-primary);letter-spacing:.3px;margin-bottom:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;font-size:24px;font-weight:300}.admin-stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;opacity:.7;font-size:11px;font-weight:400}.admin-actions{gap:10px;display:flex}.admin-products-table{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.admin-table{border-collapse:collapse;width:100%}.admin-table thead{background:var(--bg-secondary)}.admin-table th{text-align:left;color:var(--text-primary);border-bottom:2px solid var(--border-color);padding:16px;font-size:14px;font-weight:600}.admin-table td{border-bottom:1px solid var(--border-color);color:var(--text-primary);padding:16px;font-size:14px}.admin-table tbody tr:hover{background:var(--bg-secondary)}.admin-product-thumb{object-fit:cover;border-radius:4px;width:60px;height:60px}.admin-product-thumb-placeholder{background:var(--bg-secondary);border:1px solid var(--border-color);width:60px;height:60px;color:var(--text-secondary);border-radius:4px;justify-content:center;align-items:center;font-size:10px;display:flex}.admin-product-form{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;max-width:900px;padding:40px}.admin-form-section{border-bottom:1px solid var(--border-color);margin-bottom:40px;padding-bottom:30px}.admin-form-section:last-of-type{border-bottom:none}.admin-form-section-title{color:var(--text-primary);margin:0 0 24px;font-size:20px;font-weight:600}.admin-form-group{margin-bottom:20px}.admin-form-group label{color:var(--text-primary);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.admin-form-hint{color:var(--text-secondary);margin-top:6px;font-size:12px;line-height:1.4}.admin-form-hint strong{color:var(--text-primary);font-weight:600}.admin-form-input,.admin-form-select,.admin-form-textarea{border:1px solid var(--border-color);background:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:4px;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.admin-form-input:focus,.admin-form-select:focus,.admin-form-textarea:focus{border-color:#06c;outline:none}.admin-form-textarea{resize:vertical;min-height:100px}.admin-form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;display:grid}.admin-form-array-input{gap:10px;margin-bottom:12px;display:flex}.admin-form-array-input input{flex:1}.admin-form-array-list{flex-wrap:wrap;gap:8px;display:flex}.admin-form-selected-label{color:var(--text-secondary);width:100%;margin-bottom:8px;font-size:12px;font-weight:500}.admin-form-checkbox-group{flex-direction:column;gap:16px;display:flex}.admin-form-checkbox-row{flex-wrap:wrap;gap:16px;display:flex}.admin-form-checkbox-label{cursor:pointer;color:var(--text-primary);-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:14px;display:flex}.admin-form-checkbox{cursor:pointer;accent-color:#06c;width:18px;height:18px}.admin-form-tag{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:14px;display:inline-flex}.admin-form-tag-remove{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:18px;line-height:1;transition:color .2s;display:flex}.admin-form-tag-remove:hover{color:var(--text-primary)}.admin-form-images{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;margin-top:12px;display:grid}.admin-form-image-item{border:1px solid var(--border-color);background:var(--bg-secondary);border-radius:4px;position:relative;overflow:hidden}.admin-form-image-preview{object-fit:cover;width:100%;height:150px;display:block}.admin-form-image-remove{color:#fff;cursor:pointer;background:#cc3333e6;border:none;width:100%;padding:8px;font-size:12px;transition:background .2s}.admin-form-image-remove:hover{background:#aa2222e6}.admin-form-actions{border-top:1px solid var(--border-color);justify-content:flex-end;margin-top:40px;padding-top:30px;display:flex}.admin-brand-filter{background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;margin-bottom:20px;padding:20px}.admin-category-filter{margin-top:20px}.admin-category-grid{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;margin-bottom:20px;display:none}.admin-category-card{aspect-ratio:1;background:var(--card-bg);border:2px solid var(--border-color);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;border-radius:8px;justify-content:center;align-items:center;min-height:44px;transition:all .3s;display:flex;position:relative;overflow:hidden}.admin-category-card:hover{border-color:var(--text-primary);transform:scale(1.05)}.admin-category-card.active{color:#fff;background:#000;border-color:#000}.admin-category-card.active .admin-category-card-title{color:#fff}.admin-category-card-content{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;display:flex}.admin-category-card-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);font-size:18px;font-weight:600;transition:color .3s}@media (max-width:768px){.admin-category-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important;width:100%!important;margin-bottom:20px!important;display:grid!important}.admin-category-card{min-height:100px!important;display:flex!important}.admin-category-filter{display:none!important}}.admin-brand-filter-title{color:var(--text-primary);margin-bottom:12px;font-size:14px;font-weight:600}.admin-brand-filter-buttons{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.admin-brand-filter-btn{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.admin-brand-filter-btn:hover{background:var(--bg-secondary);border-color:var(--text-secondary)}.admin-brand-filter-btn.active{color:#fff;background:#000;border-color:#000}.admin-brand-filter-btn.active:hover{background:#333;border-color:#333}.admin-brand-filter-count{color:var(--text-secondary);font-size:12px}@media (max-width:768px){.admin-page{padding:20px}.admin-header{flex-direction:column;align-items:flex-start}.admin-table{font-size:12px}.admin-table th,.admin-table td{padding:8px}.admin-form-row,.admin-stats{grid-template-columns:1fr}.admin-brand-filter-buttons{flex-direction:column}.admin-brand-filter-btn{width:100%}}
