:root{--store-bg:#fff;--store-surface:#fff;--store-text:#000;--store-text-muted:#666;--store-border:#eaeaea;--store-accent:#000;--header-bg:#2d2d2d;--header-text:#fff;--header-text-muted:#aaa;--header-height:60px;--mobile-nav-height:60px}.store-layout{background-color:var(--store-bg);min-height:100vh;color:var(--store-text);font-family:var(--font-sans), system-ui, -apple-system, sans-serif;-webkit-font-smoothing:antialiased;flex-direction:column;display:flex}.store-layout__content{padding-top:var(--header-height);padding-bottom:var(--mobile-nav-height);flex:1}@media (min-width:768px){.store-layout__content{padding-bottom:0}}.store-header{height:var(--header-height);background-color:var(--header-bg);color:var(--header-text);z-index:100;border-bottom:1px solid #222;position:fixed;top:0;left:0;right:0}.store-header__inner{justify-content:space-between;align-items:center;height:100%;padding:0 24px;display:flex}.store-header__left{flex:1;align-items:center;gap:32px;display:flex}.store-header__brand{color:var(--header-text);z-index:2;align-items:center;gap:8px;text-decoration:none;display:flex}.store-header__logo-text{letter-spacing:-.05em;text-transform:uppercase;font-size:1.5rem;font-weight:800}.store-header__nav-link{color:var(--header-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:none}@media (min-width:768px){.store-header__nav-link{display:block}}.store-header__nav-link:hover{color:var(--header-text)}.store-header__center{flex:2;justify-content:center;padding:0 24px;display:flex}.store-header__search{background-color:#ffffff1a;border:1px solid #0000;border-radius:24px;align-items:center;gap:12px;width:100%;max-width:480px;padding:8px 16px;transition:all .2s;display:flex}.store-header__search:focus-within{background-color:#ffffff26;border-color:#ffffff4d}.search-icon{color:var(--header-text-muted)}.search-input{color:var(--header-text);background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.9rem}.search-input::placeholder{color:var(--header-text-muted)}.store-header__actions{z-index:2;flex:1;justify-content:flex-end;align-items:center;gap:16px;display:flex}@media (max-width:767px){.store-header__actions{display:none}}.store-header__btn{cursor:pointer;color:var(--header-text);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.store-header__btn:hover{opacity:.8}.store-header__btn--cart{text-decoration:none;position:relative}.store-header__user-wrap{position:relative}.store-header__user-btn{cursor:pointer;color:var(--header-text);background:0 0;border:none;border-radius:20px;align-items:center;gap:8px;padding:4px 8px;transition:background-color .2s;display:flex}.store-header__user-btn:hover{background-color:#0000000d}.store-header__avatar{object-fit:cover;border-radius:50%}.store-header__avatar-fallback{color:#fff;background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:600;display:flex}.store-header__user-name{white-space:nowrap;text-overflow:ellipsis;max-width:80px;font-size:.9rem;font-weight:600;overflow:hidden}.store-header__dropdown{z-index:100;background:#fff;border:1px solid #eee;border-radius:8px;min-width:150px;padding:8px;animation:.2s dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 4px 20px #00000026}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.store-header__logout-btn{cursor:pointer;color:#ef4444;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:10px 12px;font-size:.9rem;font-weight:500;transition:background-color .2s;display:flex}.store-header__logout-btn:hover{background-color:#fef2f2}.store-header__cart-badge{color:#000;background-color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.login-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.login-modal{color:#000;background:#fff;border-radius:12px;width:90%;max-width:400px;padding:32px;animation:.3s modalFadeIn;box-shadow:0 10px 40px #0003}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.login-modal__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.login-modal__header h3{margin:0;font-size:1.25rem;font-weight:700}.login-modal__close{cursor:pointer;color:#666;background:0 0;border:none;font-size:1.5rem;line-height:1}.login-modal__body{text-align:center;flex-direction:column;gap:20px;display:flex}.login-modal__desc{color:#666;margin:0;font-size:.95rem;line-height:1.5}.login-input{border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:14px 16px;font-size:.95rem;transition:border-color .2s}.login-input:focus{border-color:#000}.login-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;width:100%;margin-top:8px;padding:14px;font-size:1rem;font-weight:600;transition:background .2s}.login-btn:hover{background:#333}.login-btn-google{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.login-btn-google:hover{background:#f9f9f9;border-color:#ccc;box-shadow:0 4px 8px #00000014}.store-mobile-nav{height:var(--mobile-nav-height);background-color:var(--header-bg);z-index:100;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid #222;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}@media (min-width:768px){.store-mobile-nav{display:none}}.store-mobile-nav__item{color:var(--header-text-muted);flex-direction:column;justify-content:center;align-items:center;width:100%;text-decoration:none;display:flex}.store-mobile-nav__item--active{color:var(--header-text)}.store-mobile-nav__icon{margin-bottom:4px;position:relative}.store-mobile-nav__label{font-size:.65rem;font-weight:500}.home{background-color:var(--store-bg);overflow-x:hidden}.home-section-header{justify-content:space-between;align-items:center;padding:40px 16px 20px;display:flex}.home-section-title{text-transform:uppercase;letter-spacing:.05em;text-align:left;font-size:1.25rem;font-weight:700}.home-section-link{color:var(--store-text-muted);text-transform:uppercase;align-items:center;gap:4px;font-size:.8rem;font-weight:600;text-decoration:none;display:flex}.home-section-link:hover{color:var(--store-text)}.home-hero{width:100%;height:100vh;position:relative;overflow:hidden}.home-hero__img-wrap{position:absolute;inset:0}.home-hero__img{object-fit:cover;object-position:center top}.home-hero__overlay{background:linear-gradient(#0000 50%,#00000080 100%);position:absolute;inset:0}.home-hero__content{color:#fff;text-align:left;flex-direction:column;align-items:flex-start;gap:20px;padding:0 24px;display:flex;position:absolute;bottom:10%;left:0;right:0}@media (min-width:768px){.home-hero__content{padding:0 40px;bottom:12%}}.home-hero__title{letter-spacing:.1em;text-transform:uppercase;font-size:clamp(2.5rem,6vw,4rem);font-weight:900}.home-hero__cta{color:#000;letter-spacing:.05em;text-transform:uppercase;background-color:#fff;align-items:center;padding:12px 32px;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.home-hero__cta:hover{background-color:#f0f0f0}.home-arrivals{padding-bottom:40px;position:relative}.product-carousel-wrapper{position:relative}.carousel-btn{cursor:pointer;z-index:10;background:#ffffffe6;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .2s;display:flex;position:absolute;top:40%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}.carousel-btn:disabled{opacity:0;pointer-events:none}.carousel-btn--left{left:16px}.carousel-btn--right{right:16px}.home-arrivals__scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:0;display:flex;overflow-x:auto}.home-arrivals__scroll::-webkit-scrollbar{display:none}.home-arrivals__card,.home-arrivals__card-override{min-width:0;color:var(--store-text);flex-direction:column;flex:0 0 50%;padding:0;text-decoration:none;display:flex}@media (min-width:768px){.home-arrivals__card,.home-arrivals__card-override{flex:0 0 25%}}.home-arrivals__card-img{aspect-ratio:3/4;background-color:#f5f5f5;width:100%;position:relative;overflow:hidden}.home-arrivals__card-photo{object-fit:cover}.home-arrivals__card-info{padding:12px 0 0}.home-arrivals__card-name{margin-bottom:4px;font-size:.85rem}.home-arrivals__card-meta{align-items:center;gap:12px;display:flex}.home-arrivals__card-price{font-size:.85rem;font-weight:700}.home-arrivals__card-size{color:var(--store-text-muted);font-size:.8rem}.home-categories{padding-bottom:40px}.home-categories__grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}@media (min-width:768px){.home-categories__grid{grid-template-columns:repeat(6,1fr)}}.home-categories__card{color:var(--store-text);text-align:center;flex-direction:column;text-decoration:none;display:flex}.home-categories__card-img{aspect-ratio:3/4;background-color:#fff;width:100%;position:relative;overflow:hidden}.home-categories__card-photo{object-fit:contain;padding:16px}.home-categories__card-label{padding:12px 0;font-size:.85rem;font-weight:600}.home-trending{padding-bottom:40px}.home-trending__grid{grid-template-columns:repeat(2,1fr);gap:2px;display:grid}@media (min-width:768px){.home-trending__grid{grid-template-columns:repeat(4,1fr)}}.home-trending__card{aspect-ratio:3/4;text-decoration:none;position:relative;overflow:hidden}.home-trending__card-img{object-fit:cover;object-position:center top}.home-trending__card-overlay{background:linear-gradient(#0000 60%,#0009 100%);position:absolute;inset:0}.home-trending__card-label{color:#fff;text-transform:uppercase;text-align:left;z-index:1;font-size:1rem;font-weight:700;position:absolute;bottom:20px;left:20px;right:20px}.home-brands{padding-bottom:40px}.home-brands__grid{grid-template-columns:repeat(3,1fr);gap:2px;display:grid}@media (min-width:768px){.home-brands__grid{grid-template-columns:repeat(6,1fr)}}.home-brands__card{aspect-ratio:4/3;background-color:#fff;justify-content:center;align-items:center;display:flex;position:relative}.home-brands__card-img{object-fit:contain;mix-blend-mode:multiply;padding:4px}.product-card{color:#000;background:#fff;flex-direction:column;min-width:0;text-decoration:none;transition:transform .2s;display:flex}.product-card:hover{transform:translateY(-4px)}.product-card__img-wrap{background-color:#fff;flex-shrink:0;width:100%;height:320px;position:relative;overflow:hidden}@media (min-width:768px){.product-card__img-wrap{height:360px}}@media (min-width:1024px){.product-card__img-wrap{height:400px}}.product-card__photo{object-fit:contain}.product-card__sold-overlay{z-index:10;background-color:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.product-card__sold-text{color:#fff;letter-spacing:.1em;border:3px solid #fff;padding:8px 16px;font-size:1.5rem;font-weight:800;transform:rotate(-15deg)}.product-card__info{flex-direction:column;gap:4px;padding:8px 12px 16px;display:flex}.product-card__name{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.product-card__meta{justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.product-card__price{font-weight:700}.product-card__size{color:#666}.shop-page{max-width:var(--max-width);min-height:80vh;margin:0 auto;padding:24px 16px}.shop-katalog__header-top{top:var(--header-height);z-index:20;background:#fff;justify-content:space-between;align-items:center;margin-bottom:10px;padding:16px 0;display:flex;position:sticky}.shop-katalog__results-count{font-size:.9rem;font-weight:500}.shop-katalog__results-count .shop-katalog__results-count-value{color:#000;font-size:1.4rem;font-weight:700}.shop-katalog__controls{align-items:center;gap:16px;display:flex}.shop-katalog__hide-filters-btn,.shop-katalog__mobile-filter-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:1rem;font-weight:600;display:flex}.shop-katalog__hide-filters-btn{display:none}@media (min-width:1024px){.shop-katalog__hide-filters-btn{display:flex}.shop-katalog__mobile-filter-btn{display:none}}.shop-katalog__sort{align-items:center;gap:8px;display:flex}.shop-katalog__sort label{font-size:1rem;font-weight:600}.shop-katalog__sort-select{cursor:pointer;background:0 0;border:none;outline:none;font-size:1rem;font-weight:500}.shop-layout{gap:40px;display:flex}.shop-layout__sidebar{flex-shrink:0;width:250px;display:none}@media (min-width:1024px){.shop-layout__sidebar{display:block}}.shop-layout__main{flex:1}.shop-grid-new{grid-template-columns:repeat(2,1fr);align-items:start;gap:16px;display:grid}@media (min-width:768px){.shop-grid-new{grid-template-columns:repeat(3,1fr);align-items:start;gap:16px}}.shop-card-override{width:100%}.filter-accordion{margin-bottom:8px}.sidebar-clear-btn{color:#fff;cursor:pointer;text-align:left;background:#000;border:none;border-radius:6px;width:100%;margin-bottom:16px;padding:10px 16px;font-size:.9rem;font-weight:600;display:block}.sidebar-clear-btn:hover{background:#333}.filter-check{font-weight:700}.filter-accordion__title{cursor:pointer;justify-content:space-between;align-items:center;padding:16px 0;font-size:1.1rem;font-weight:600;list-style:none;display:flex}.filter-accordion__title::-webkit-details-marker{display:none}.filter-accordion__title:after{content:"+";font-size:1.2rem;font-weight:400}.filter-accordion[open] .filter-accordion__title:after{content:"−"}.filter-accordion__content{padding-bottom:16px}.filter-divider{border:none;border-top:1px solid #eaeaea;margin:0}.filter-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.filter-list__btn{color:#333;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.95rem}.filter-list__btn:hover{color:#000;text-decoration:underline}.filter-list__btn--active{color:#000;font-weight:700}.filter-checkbox{cursor:pointer;align-items:center;gap:8px;font-size:.95rem;display:flex}.filter-checkbox input{accent-color:#000}.filter-size-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.filter-size-btn{text-align:center;cursor:pointer;background:#fff;border:1px solid #eaeaea;border-radius:4px;padding:10px 0;font-size:.9rem;transition:border-color .2s}.filter-size-btn:hover{border-color:#000}.filter-size-btn--active{color:#fff;background:#000;border-color:#000}.filter-price-form{flex-direction:column;gap:12px;display:flex}.filter-price-inputs{align-items:flex-end;gap:8px;display:flex}.filter-price-field{flex-direction:column;flex:1;gap:4px;display:flex}.filter-price-field label{color:#666;font-size:.8rem;font-weight:500}.filter-price-input-wrap{border:1px solid #ddd;border-radius:6px;align-items:center;gap:4px;padding:0 8px;transition:border-color .2s;display:flex}.filter-price-input-wrap:focus-within{border-color:#000}.filter-price-input-wrap span{color:#666;flex-shrink:0;font-size:.85rem}.filter-price-input{background:0 0;border:none;outline:none;width:100%;padding:8px 0;font-family:inherit;font-size:.9rem}.filter-price-sep{color:#bbb;flex-shrink:0;padding-bottom:8px}.filter-price-apply{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;width:100%;padding:10px;font-size:.9rem;font-weight:600;transition:background .2s}.filter-price-apply:hover{background:#333}.filter-price-clear{color:#666;cursor:pointer;background:0 0;border:none;margin-top:4px;padding:0;font-size:.85rem;text-decoration:underline}.filter-price-clear:hover{color:#000}.shop-mobile-filter-backdrop{z-index:999;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.shop-mobile-filter-backdrop.is-open{opacity:1;pointer-events:auto}body.filter-drawer-open .store-layout__content{z-index:1001;position:relative}body.filter-drawer-open .store-mobile-nav{z-index:99}.shop-mobile-filter{z-index:1000;overscroll-behavior:contain;background:#fff;border-top-left-radius:20px;border-bottom-left-radius:20px;flex-direction:column;width:85vw;max-width:360px;height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;inset:0 0 0 auto;transform:translate(100%);box-shadow:-10px 0 40px #00000026}.shop-mobile-filter.is-open{transform:translate(0)}.shop-mobile-filter__header{border-bottom:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.shop-mobile-filter__header h3{margin:0;font-size:1.15rem;font-weight:700}.shop-mobile-filter__close{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:1.5rem;line-height:1;display:flex}.shop-mobile-filter__reset{color:#666;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:.9rem;font-weight:600;transition:color .2s}.shop-mobile-filter__reset:hover{color:#000}.shop-mobile-filter .filter-list{flex-flow:wrap;gap:8px;display:flex}.shop-mobile-filter .filter-list li{flex:calc(50% - 4px);min-width:110px;margin:0}.shop-mobile-filter .filter-list__btn{color:#444;text-align:center;background:#fcfcfc;border:1px solid #eaeaea;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px 12px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.shop-mobile-filter .filter-list__btn:hover{border-color:#999;text-decoration:none}.shop-mobile-filter .filter-list__btn--active{color:#fff;background:#000;border-color:#000;font-weight:600}.shop-mobile-filter .filter-list__btn--active:hover{color:#fff;text-decoration:none}.shop-mobile-filter .filter-check{margin-left:2px}.shop-mobile-filter .filter-accordion{margin-bottom:4px}.shop-mobile-filter .filter-accordion__title{padding:12px 0;font-size:1rem}.shop-mobile-filter .filter-accordion__content{padding-bottom:12px}.store-header__search-trigger{cursor:text;text-align:left;width:100%;color:var(--header-text-muted);background-color:#ffffff1a;border:1px solid #0000;border-radius:24px;align-items:center;gap:10px;padding:8px 16px;transition:all .2s;display:flex}.store-header__search-trigger:hover{background-color:#ffffff26;border-color:#ffffff4d}.search-placeholder{color:var(--header-text-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.9rem;overflow:hidden}@media (max-width:500px){.store-header__center{padding:0 12px}.store-header__search-trigger{padding:6px 12px}.search-placeholder{font-size:.85rem}}.search-overlay{z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;justify-content:center;align-items:flex-start;padding-top:60px;display:flex;position:fixed;inset:0}.search-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:600px;margin:0 16px;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000026}.search-modal__form{border-bottom:1px solid #eee;align-items:center;gap:12px;padding:16px;display:flex}.search-modal__icon{color:#666;flex-shrink:0}.search-modal__input{border:none;outline:none;flex:1;padding:4px 0;font-size:1.1rem}.search-modal__clear{color:#666;cursor:pointer;background:#eee;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.2rem;line-height:1;display:flex}.search-modal__clear:hover{color:#000;background:#ddd}.search-modal__close-btn{color:#000;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:.95rem;font-weight:500}.search-modal__content{max-height:60vh;padding:16px;overflow-y:auto}.search-modal__recent-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.search-modal__recent-header h4{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.search-modal__recent-header button{color:#000;cursor:pointer;background:0 0;border:none;font-size:.85rem;text-decoration:underline}.search-modal__recent-list{flex-direction:column;gap:4px;display:flex}.search-modal__recent-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:12px;padding:10px;font-size:1rem;transition:background .2s;display:flex}.search-modal__recent-item:hover{background:#f5f5f5}.search-modal__loading{text-align:center;color:#666;padding:30px}.search-modal__results h4{color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:.9rem;font-weight:600}.search-modal__results-list{flex-direction:column;gap:8px;display:flex}.search-modal__result-item{color:#000;border-radius:8px;align-items:center;gap:16px;padding:8px;text-decoration:none;transition:background .2s;display:flex}.search-modal__result-item:hover{background:#f5f5f5}.search-modal__result-img{background:#f0f0f0;border-radius:6px;flex-shrink:0;width:60px;height:60px;position:relative;overflow:hidden}.search-modal__result-info{flex-direction:column;gap:4px;display:flex}.search-modal__result-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.95rem;font-weight:500;display:-webkit-box;overflow:hidden}.search-modal__result-price{color:#666;font-size:.9rem}.search-modal__view-all{color:#fff;cursor:pointer;background:#000;border:none;border-radius:6px;width:100%;margin-top:16px;padding:14px;font-weight:600;display:block}.search-modal__empty{text-align:center;color:#666;padding:40px 20px;font-size:.95rem}.search-header-title{border-bottom:1px solid #eee;margin-bottom:20px;padding:0 20px 20px}.search-header-title h1{font-size:1.5rem;font-weight:600}.shop-mobile-filter__body{overscroll-behavior:contain;flex:1;padding:16px 20px;overflow-y:auto}.shop-mobile-filter__footer{padding:16px 20px calc(16px + env(safe-area-inset-bottom));z-index:10;background:#fff;border-top:1px solid #eaeaea;justify-content:center;display:flex}.shop-mobile-filter__footer-btn{color:#fff;cursor:pointer;text-align:center;background:#000;border:none;border-radius:8px;width:100%;padding:14px;font-size:1rem;font-weight:600;transition:background-color .2s}.shop-mobile-filter__footer-btn:hover{background:#333}.store-footer{color:#fff;background-color:#2d2d2d;padding:60px 16px 20px}.store-footer__inner{max-width:var(--max-width);margin:0 auto}.store-footer__grid{grid-template-columns:1fr;gap:40px;margin-bottom:60px;display:grid}@media (min-width:768px){.store-footer__grid{grid-template-columns:1.5fr 2fr;gap:80px}}.store-footer__logo{letter-spacing:-.05em;margin-bottom:16px;font-size:1.5rem;font-weight:800}.store-footer__desc{color:#aaa;max-width:320px;font-size:.95rem;line-height:1.6}.store-footer__links{grid-template-columns:repeat(2,1fr);gap:40px;display:grid}@media (min-width:640px){.store-footer__links{grid-template-columns:repeat(3,1fr)}}.store-footer__title{text-transform:uppercase;letter-spacing:.05em;color:#fff;margin-bottom:20px;font-size:.85rem;font-weight:700}.store-footer__col{flex-direction:column;gap:12px;display:flex}.store-footer__col a{color:#aaa;font-size:.85rem;text-decoration:none}.store-footer__col a:hover{color:#fff;text-decoration:underline}.store-footer__bottom{text-align:center;color:#aaa;border-top:1px solid #333;margin-top:60px;padding-top:20px;font-size:.75rem}.product-detail-page{max-width:var(--max-width);margin:0 auto;padding:24px 7.5%}.product-detail__breadcrumb{color:var(--store-text-muted);align-items:center;gap:8px;margin-bottom:24px;font-size:.85rem;display:flex}.product-detail__breadcrumb a{color:var(--store-text-muted);font-weight:500;text-decoration:none}.product-detail__breadcrumb a:hover{color:var(--store-text)}.product-detail__breadcrumb-current{color:var(--store-text);font-weight:600}.product-detail__grid{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:768px){.product-detail__grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px}.product-detail__gallery-wrapper{position:sticky;top:100px}}.product-gallery{flex-direction:column;gap:16px;width:100%;display:flex;position:relative}@media (min-width:768px){.product-gallery{flex-direction:row;height:500px}}.product-gallery--empty{aspect-ratio:1;background-color:#f5f5f5;justify-content:center;align-items:center;display:flex}.product-gallery__placeholder{color:#999;font-size:.9rem;font-weight:500}.product-gallery__thumbnails{display:none}@media (min-width:768px){.product-gallery__thumbnails{scrollbar-width:none;flex-direction:column;flex-shrink:0;gap:12px;width:60px;display:flex;overflow-y:auto}.product-gallery__thumbnails::-webkit-scrollbar{display:none}}.product-gallery__thumbnail{aspect-ratio:3/4;cursor:pointer;background-color:#f5f5f5;border:1px solid #0000;width:100%;padding:0;transition:opacity .2s;position:relative}.product-gallery__thumbnail:hover{opacity:.8}.product-gallery__thumbnail--active{opacity:.5}.product-gallery__thumbnail-img{object-fit:cover;object-position:center}.product-gallery__main{aspect-ratio:3/4;background-color:#0000;flex:1;justify-content:center;align-items:center;display:flex;position:relative}@media (min-width:768px){.product-gallery__main{aspect-ratio:auto;height:100%}}.product-gallery__main-image-wrap{padding:24px;position:absolute;inset:0}.product-gallery__main-image{object-fit:contain;object-position:center}.product-gallery__nav{cursor:pointer;z-index:10;color:#000;background-color:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-gallery__nav:hover{background-color:#fff}.product-gallery__nav--prev{left:16px}.product-gallery__nav--next{right:16px}.product-gallery__mobile-dots{justify-content:center;gap:8px;margin-top:8px;display:flex}@media (min-width:768px){.product-gallery__mobile-dots{display:none}}.product-gallery__mobile-dot{cursor:pointer;background-color:#ddd;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background-color .2s}.product-gallery__mobile-dot--active{background-color:#000}.product-detail__header{margin-bottom:24px}.product-detail__title{margin-bottom:8px;font-size:1.8rem;font-weight:800;line-height:1.2}.product-detail__price-wrap{align-items:center;gap:12px;display:flex}.product-detail__price{font-size:1.25rem;font-weight:700}.product-detail__badge{text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:800}.product-detail__badge--sold{color:#fff;background-color:#ef4444}.product-detail__badge--reserved{color:#fff;background-color:#f59e0b}.product-detail__specs{border-top:1px solid #eee;border-bottom:1px solid #eee;flex-direction:column;gap:12px;margin-bottom:24px;padding:24px 0;display:flex}.product-detail__spec-item{justify-content:space-between;align-items:center;display:flex}.product-detail__spec-label{color:var(--store-text-muted);font-size:.9rem}.product-detail__spec-value{font-size:.95rem;font-weight:600}.product-detail__section-title{text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:1.1rem;font-weight:700}.product-detail__description-content{color:#333;white-space:pre-wrap;font-size:.95rem;line-height:1.6}.product-detail__shipping-info{color:#555;background-color:#f9f9f9;border-radius:8px;align-items:center;gap:12px;margin-top:32px;padding:16px;font-size:.9rem;font-weight:500;display:flex}.product-detail__action{margin-bottom:32px}.product-detail__btn-buy{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;background-color:#018849;border:none;border-radius:8px;width:100%;padding:16px 24px;font-size:1.1rem;font-weight:700;transition:background-color .2s}.product-detail__btn-buy:hover:not(:disabled){background-color:#16a34a}.product-detail__btn-buy:disabled{cursor:not-allowed;opacity:.8;background-color:#94a3b8}.cart-toast{color:#fff;z-index:10000;background:#2d2d2d;border-radius:8px;align-items:center;gap:10px;padding:12px 24px;font-size:.95rem;animation:.3s ease-out forwards slideUp;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.cart-toast--error{background:#d32f2f}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.product-detail__btn-buy--incart{cursor:not-allowed;border:1px solid #ddd;color:#666!important;background-color:#f5f5f5!important}.product-detail__btn-buy--incart:hover{transform:none}.checkout-page{max-width:1200px;min-height:calc(100vh - 120px);margin:0 auto;padding:24px 16px}.checkout-header{border-bottom:1px solid #eaeaea;margin-bottom:32px;padding-bottom:16px}.checkout-header h1{margin-bottom:8px;font-size:1.8rem;font-weight:700}.checkout-header p{color:#666}.checkout-grid{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:992px){.checkout-grid{grid-template-columns:1.6fr 1fr;align-items:start}}.checkout-form-section{flex-direction:column;gap:32px;display:flex}.checkout-section{background:#fff;border:1px solid #eaeaea;border-radius:12px;padding:24px}.checkout-section h2{margin-bottom:20px;font-size:1.25rem;font-weight:600}.form-group{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:500px){.form-row{grid-template-columns:1fr}}.form-group label{color:#333;font-size:.9rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:12px;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#000;outline:none}.checkout-autocomplete{position:relative}.autocomplete-dropdown{z-index:100;background:#fff;border:1px solid #000;border-radius:8px;max-height:250px;margin-top:4px;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #0000001a}.autocomplete-dropdown li{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:12px 16px;font-size:.95rem;transition:background .2s}.autocomplete-dropdown li:last-child{border-bottom:none}.autocomplete-dropdown li:hover{color:#000;background:#f9f9f9}.autocomplete-loading,.autocomplete-noresults{color:#666;margin-top:4px;font-size:.85rem;font-style:italic}.shipping-placeholder{color:#666;text-align:center;background:#f9f9f9;border-radius:8px;padding:16px;font-style:italic}.shipping-error-banner{color:#dc2626;background:#fff5f5;border:1px solid #fecaca;border-radius:8px;align-items:flex-start;gap:12px;padding:16px;display:flex}.shipping-error-banner div p{color:#7f1d1d;margin:4px 0 0;font-size:.875rem;line-height:1.5}.shipping-options{flex-direction:column;gap:24px;display:flex}.shipping-category-group{flex-direction:column;gap:12px;display:flex}.shipping-category-title{color:#333;border-bottom:2px solid #eaeaea;margin-bottom:4px;padding-bottom:8px;font-size:1rem;font-weight:700;display:inline-block}.shipping-card{cursor:pointer;border:1px solid #ddd;border-radius:8px;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex}.shipping-card--active{background-color:#fafafa;border-color:#000}.order-success-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50vh;padding:16px 24px;display:flex}.order-success-icon-wrapper{background-color:#f0fdf4;border-radius:50%;margin-bottom:16px;padding:16px}.order-success-icon{color:#22c55e;width:48px;height:48px}.order-success-title{color:#111;margin-bottom:6px;font-size:1.75rem;font-weight:700}.order-success-desc{color:#666;max-width:400px;margin-bottom:20px;font-size:.95rem;line-height:1.4}.order-success-box{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;width:100%;max-width:460px;margin-bottom:20px;padding:16px 20px}.order-success-box-label{color:#6b7280;margin-bottom:4px;font-size:.875rem}.order-success-box-id{color:#111;word-break:break-all;font-family:monospace;font-weight:600}.order-success-actions{gap:16px;display:flex}.order-success-btn{color:#fff;background-color:#000;border-radius:6px;padding:12px 24px;font-weight:500;text-decoration:none;transition:background-color .2s}.order-success-btn:hover{background-color:#333}.shipping-card__info{flex-direction:column;flex:1;gap:4px;display:flex}.shipping-card__courier{font-size:1rem;font-weight:600}.shipping-card__etd{color:#666;font-size:.85rem}.shipping-card__price{font-size:1.1rem;font-weight:700}.checkout-summary-section{position:relative}.checkout-summary-sticky{background:#f9f9f9;border:1px solid #eaeaea;border-radius:12px;padding:24px;position:sticky;top:80px}.checkout-summary-sticky h2{margin-bottom:20px;font-size:1.25rem;font-weight:600}.checkout-items{flex-direction:column;gap:16px;max-height:400px;margin-bottom:24px;display:flex;overflow-y:auto}.checkout-item{align-items:center;gap:12px;display:flex}.checkout-item__img{background:#fff;border:1px solid #eee;border-radius:8px;width:60px;height:60px;position:relative}.checkout-item__info{flex-direction:column;flex:1;display:flex}.checkout-item__name{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.95rem;font-weight:500;display:-webkit-box;overflow:hidden}.checkout-item__size{color:#666;font-size:.85rem}.checkout-item__price{font-size:.95rem;font-weight:600}.checkout-totals{border-top:1px solid #ddd;flex-direction:column;gap:12px;margin-bottom:24px;padding-top:16px;display:flex}.checkout-total-row{color:#333;justify-content:space-between;font-size:.95rem;display:flex}.checkout-total-row--final{color:#000;margin-top:8px;font-size:1.25rem;font-weight:700}.checkout-submit-btn{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;width:100%;padding:16px;font-size:1.1rem;font-weight:600;transition:opacity .2s}.checkout-submit-btn:disabled{cursor:not-allowed;background:#ccc}.checkout-submit-btn:hover:not(:disabled){opacity:.9}.cart-page{max-width:800px;min-height:calc(100vh - 120px);margin:0 auto;padding:24px 16px}.cart-page--empty{justify-content:center;align-items:center;display:flex}.cart-empty-state{text-align:center;max-width:400px}.cart-empty-icon{margin-bottom:16px;font-size:4rem}.cart-empty-state h2{margin-bottom:8px;font-size:1.5rem}.cart-empty-state p{color:#666;margin-bottom:24px}.cart-empty-cta{color:#fff;background:#000;border-radius:8px;padding:12px 32px;font-weight:600;text-decoration:none;display:inline-block}.cart-header{border-bottom:1px solid #eaeaea;margin-bottom:24px;padding-bottom:16px}.cart-header h1{font-size:1.5rem;font-weight:700}.cart-container{flex-direction:column;gap:24px;padding-bottom:100px;display:flex}.cart-fomo-warning{color:#d84315;background-color:#fff3e0;border-left:4px solid #ff9800;border-radius:4px;margin-bottom:16px;padding:12px 16px;font-size:.9rem}.cart-unavailable-warning{background-color:#ffebee;border:1px solid #ef5350;border-radius:8px;flex-direction:column;gap:12px;margin-bottom:16px;padding:12px 16px;display:flex}.cart-unavailable-warning p{color:#c62828;margin:0;font-size:.9rem}.cart-remove-unavailable-btn{color:#fff;cursor:pointer;background:#c62828;border:none;border-radius:4px;align-self:flex-start;padding:8px 16px;font-weight:500}.cart-items{flex-direction:column;gap:16px;display:flex}.cart-loading{text-align:center;color:#666;padding:40px}.cart-item{background:#fff;border:1px solid #eaeaea;border-radius:12px;gap:16px;padding:16px;display:flex;position:relative}.cart-item--unavailable{opacity:.6;background:#f9f9f9}.cart-item__image-wrap{background:#f5f5f5;border-radius:8px;flex-shrink:0;width:80px;height:100px;position:relative;overflow:hidden}.cart-item__details{flex-direction:column;flex:1;gap:4px;display:flex}.cart-item__name{color:#000;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:600;text-decoration:none;display:-webkit-box;overflow:hidden}.cart-item__size{color:#666;font-size:.9rem}.cart-item__price{margin-top:auto;font-size:1rem;font-weight:600}.cart-item__sold-badge{color:#fff;background:#d32f2f;border-radius:4px;align-self:flex-start;margin-top:4px;padding:2px 6px;font-size:.7rem;font-weight:700;display:inline-block}.cart-item__actions{align-items:flex-start;display:flex}.cart-item__remove-btn{color:#999;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s}.cart-item__remove-btn:hover{color:#d32f2f;background:#ffebee}.cart-summary-sticky{bottom:var(--mobile-nav-height);z-index:50;padding:16px 24px;padding-bottom:calc(16px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #eaeaea;position:fixed;left:0;right:0;box-shadow:0 -4px 12px #0000000d}@media (min-width:768px){.cart-summary-sticky{bottom:0}}.cart-summary-inner{justify-content:space-between;align-items:center;gap:16px;max-width:800px;margin:0 auto;display:flex}.cart-summary-text{flex-direction:column;display:flex}.cart-summary-label{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem}.cart-summary-total{color:#000;font-size:1.25rem;font-weight:700}.cart-checkout-btn{color:#fff;white-space:nowrap;cursor:pointer;background:#000;border-radius:8px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .2s}.cart-checkout-btn:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.cart-checkout-btn:active:not(:disabled){transform:translateY(0)}.cart-checkout-btn:disabled{cursor:not-allowed;background:#ccc}.skeleton{background:#e2e8f0 linear-gradient(90deg,#e2e8f0 0,#f1f5f9 40px,#e2e8f0 80px) 0 0/200% 100%;border-radius:4px;animation:1.5s linear infinite shimmer}@keyframes shimmer{0%{background-position:-150% 0}to{background-position:150% 0}}.page-fade-in{animation:.4s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.toast-container{z-index:10001;flex-direction:column;gap:12px;width:100%;max-width:360px;display:flex;position:fixed;top:24px;right:24px}.toast-item{color:#1e293b;background:#fff;border-left:4px solid #94a3b8;border-radius:8px;align-items:start;gap:12px;padding:16px 20px;transition:all .2s;animation:.3s cubic-bezier(.16,1,.3,1) forwards toastSlideIn;display:flex;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.toast-item--success{border-left-color:#10b981}.toast-item--error{border-left-color:#ef4444}.toast-item--info{border-left-color:#3b82f6}.toast-item__content{flex:1}.toast-item__message{font-size:.9rem;font-weight:500;line-height:1.4}.toast-item__close{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:2px;font-size:1.1rem;line-height:1}.toast-item__close:hover{color:#475569}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)translateY(0)}to{opacity:1;transform:translate(0)translateY(0)}}@keyframes toastFadeOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(100%)scale(.9)}}.shop-load-more{justify-content:center;align-items:center;width:100%;margin-top:48px;margin-bottom:32px;display:flex}.shop-load-more__btn{color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#000;border:2px solid #000;border-radius:0;padding:14px 40px;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shop-load-more__btn:hover:not(:disabled){color:#000;background:0 0;transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shop-load-more__btn:active:not(:disabled){transform:translateY(-1px)}.shop-load-more__btn:disabled{color:#94a3b8;cursor:not-allowed;box-shadow:none;background:#e2e8f0;border-color:#e2e8f0;transform:none}
