.logo-icon{color:var(--primary);filter:drop-shadow(0 0 6px var(--primary-glow));font-size:1.1rem}.product-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);flex-direction:column;transition:transform .4s cubic-bezier(.25,.46,.45,.94),border-color .3s,box-shadow .4s;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:var(--primary-dim);transform:translateY(-6px);box-shadow:0 20px 40px #00000059}.product-image{aspect-ratio:1;background:0 0;flex:1 0 auto;justify-content:center;align-items:center;width:100%;padding:10px;font-size:4rem;display:flex;position:relative;overflow:hidden}.product-image img{object-fit:contain;border-radius:var(--radius-xs);will-change:transform;width:calc(100% - 20px);height:calc(100% - 20px);transition:transform .6s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:10px}.product-card:hover .product-image img{transform:scale(1.08)}.product-image-overlay{opacity:0;pointer-events:none;z-index:1;background:linear-gradient(#0000 40%,#0000008c 100%);transition:opacity .4s;position:absolute;inset:0}.product-card:hover .product-image-overlay{opacity:1}.quick-view-btn{background:color-mix(in srgb,var(--bg-card)85%,transparent);-webkit-backdrop-filter:blur(8px);border:1px solid color-mix(in srgb,var(--primary)35%,var(--border));color:var(--text);font-family:var(--font);opacity:0;z-index:3;white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:.78rem;font-weight:600;text-decoration:none;transition:opacity .4s,transform .4s cubic-bezier(.25,.46,.45,.94),background .2s;display:inline-flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%,14px)}.product-card:hover .quick-view-btn{opacity:1;transform:translate(-50%)}.quick-view-btn:hover{background:var(--primary);color:#000;border-color:var(--primary)}.quick-view-btn svg{flex-shrink:0}.product-unavailable-overlay{-webkit-backdrop-filter:blur(2px);z-index:3;pointer-events:none;background:#0f0f0f8c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.product-unavailable-band{color:var(--text);letter-spacing:4px;text-transform:uppercase;border:1px solid var(--border);background:#141414eb;border-radius:4px;padding:8px 40px;font-size:.82rem;font-weight:800;transform:rotate(-12deg);box-shadow:0 4px 20px #00000080}.product-image .placeholder-emoji{filter:grayscale(.2);justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem;line-height:1;display:flex}.placeholder-icon{width:40%;max-width:96px;height:auto;color:var(--primary);opacity:.45;filter:drop-shadow(0 4px 12px var(--primary-glow))}.product-badges{z-index:2;flex-direction:column;align-items:flex-end;gap:6px;display:flex;position:absolute;top:12px;right:12px}.product-badge{white-space:nowrap;letter-spacing:.2px;-webkit-backdrop-filter:blur(6px);border-radius:999px;padding:5px 12px;font-size:.72rem;font-weight:700;box-shadow:0 4px 12px #00000059}.badge-ready{background:var(--gradient-brand);color:#000}.wishlist-btn{background:color-mix(in srgb,var(--bg)65%,transparent);-webkit-backdrop-filter:blur(8px);border:1px solid color-mix(in srgb,var(--text)8%,transparent);color:var(--text-dim);cursor:pointer;width:38px;height:38px;transition:all var(--transition);z-index:3;opacity:0;border-radius:50%;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;top:12px;left:12px;transform:translateY(-6px)}.wishlist-btn svg{transition:fill .2s;display:block}.product-card:hover .wishlist-btn{opacity:1;transform:translateY(0)}.wishlist-btn:hover{color:var(--danger);border-color:var(--danger);background:#ff6b6b33;transform:scale(1.08)}.wishlist-btn.active{opacity:1;color:var(--danger);border-color:var(--danger);transform:translateY(0)}.wishlist-btn.active:hover{transform:scale(1.08)}.wishlist-btn.active{color:var(--danger);opacity:1;transform:translateY(0)}.wishlist-btn.active svg{fill:var(--danger)}@media (width<=600px){.wishlist-btn{display:none!important}}.badge-discount{color:#fff;background:linear-gradient(135deg,#ff5c8a,#ff3a6f)}.badge-unavailable{background:var(--text-dim);color:#fff}.badge-colored{background:var(--gradient-brand);color:#000}.product-price-unavailable{color:var(--text-dim);font-size:.9rem;font-weight:700}.card-unavailable-tag{text-align:center;background:var(--bg-card-hover);width:100%;color:var(--text-muted);border-radius:var(--radius-sm);border:1px solid var(--border);padding:10px 16px;font-size:.85rem;font-weight:700;display:inline-block}.product-link{min-height:0;color:inherit;flex-direction:column;flex:1;display:flex}.product-card.unavailable{opacity:.7}.product-card.unavailable .product-image img,.product-card.unavailable .product-image .placeholder-emoji{filter:grayscale(.6)}.btn-disabled{background:var(--bg-input);color:var(--text-dim);cursor:not-allowed}.price-block{flex-direction:column;gap:2px;display:flex}.price-old{color:var(--text-dim);font-size:.8rem;font-weight:500;text-decoration:line-through}.price-old span{font-size:.7rem}.product-info{flex-direction:column;flex:none;padding:14px 16px 16px;display:flex}.product-card .product-title{font-size:1rem}.product-card .product-price{font-size:1.05rem}.product-card .product-description{margin-bottom:12px;font-size:.8rem}.product-category{color:var(--primary);text-transform:uppercase;margin-bottom:6px;font-size:.8rem;font-weight:600}.product-title{margin-bottom:8px;font-size:1.1rem;font-weight:700;line-height:1.4}.product-description{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:12px;font-size:.82rem;line-height:1.55;display:-webkit-box;overflow:hidden}.product-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.card-oos-label{color:var(--danger);font-size:1rem;font-weight:800}.product-price{background:var(--gradient-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:800}.product-price span{color:var(--text-muted);-webkit-text-fill-color:var(--text-muted);margin-right:4px;font-size:.8rem;font-weight:400}.product-footer .btn{transition:transform .15s,background .2s,box-shadow .2s}.product-footer .btn:active{transform:scale(.94)}.auth-error{opacity:0;max-height:0;padding:0 16px;transition:all .3s;overflow:hidden;transform:translateY(-8px)}.auth-error.show{opacity:1;max-height:100px;margin-bottom:20px;padding:12px 16px;transform:translateY(0)}.order-status.processing{animation:2s ease-in-out infinite statusPulse}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.7}}.empty-state{text-align:center;color:var(--text-muted);padding:80px 20px}.empty-state .empty-icon{opacity:.5;width:88px;height:88px;color:var(--primary);justify-content:center;align-items:center;margin:0 auto 20px;font-size:4rem;display:flex}.empty-state .empty-icon svg{width:64px;height:64px}.empty-state h3{color:var(--text);margin-bottom:8px;font-size:1.3rem}.products-grid .empty-state{flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;min-height:60vh;display:flex}:focus-visible{outline:var(--focus-ring);outline-offset:var(--focus-ring-offset);border-radius:4px}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}@keyframes pageFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-content{padding-top:calc(var(--nav-height) + 20px);animation:.55s cubic-bezier(.25,.46,.45,.94) 50ms backwards pageFadeUp}.hero{animation:.7s ease-out both pageFadeUp}.product-card{animation:.5s ease-out both pageFadeUp}.product-card:first-child{animation-delay:50ms}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card:nth-child(7){animation-delay:.35s}.product-card:nth-child(8){animation-delay:.4s}.feature-card,.category-card,.testimonial-card{animation:.5s ease-out both pageFadeUp}.feature-card:first-child{animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.category-card:first-child{animation-delay:.1s}.category-card:nth-child(2){animation-delay:.2s}.testimonial-card:first-child{animation-delay:.1s}.testimonial-card:nth-child(2){animation-delay:.2s}.testimonial-card:nth-child(3){animation-delay:.3s}.section-header{animation:.5s ease-out both pageFadeUp}@keyframes skeletonShimmer{0%{background-position:-400px 0}to{background-position:calc(400px + 100%) 0}}.skeleton-image,.skeleton-line,.skeleton-cart-image{background:linear-gradient(90deg,var(--bg-input)0%,var(--border)40%,var(--bg-card-hover,var(--border))50%,var(--border)60%,var(--bg-input)100%)!important;background-size:400px 100%!important;animation:1.8s ease-in-out infinite skeletonShimmer!important}.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;display:grid}.skeleton-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);padding:0;overflow:hidden}.skeleton-image{aspect-ratio:1;background:linear-gradient(90deg,var(--bg-input)25%,var(--border)50%,var(--bg-input)75%);background-size:200px 100%;width:100%;animation:1.5s ease-in-out infinite skeletonShimmer}.skeleton-body{padding:16px}.skeleton-line{background:linear-gradient(90deg,var(--bg-input)25%,var(--border)50%,var(--bg-input)75%);background-size:200px 100%;border-radius:8px;height:14px;margin-bottom:10px;animation:1.5s ease-in-out infinite skeletonShimmer}.skeleton-line.short{width:60%}.skeleton-line.medium{width:80%}.skeleton-line.long{width:100%}.skeleton-line.thin{height:10px}.cart-spinner{border:2px solid #0003;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite cartSpin;display:inline-block}@keyframes cartSpin{to{transform:rotate(360deg)}}.skeleton-cart-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);gap:16px;margin-bottom:12px;padding:20px;display:flex}.skeleton-cart-image{border-radius:var(--radius-xs);background:linear-gradient(90deg,var(--bg-input)25%,var(--border)50%,var(--bg-input)75%);background-size:200px 100%;flex-shrink:0;width:100px;height:100px;animation:1.5s ease-in-out infinite skeletonShimmer}.skeleton-cart-body{flex:1;padding:8px 0}