.NewArrivals_container__N96PM{max-width:1280px;margin:0 auto;padding:2rem 1rem}.NewArrivals_header__3J1lm{text-align:center;margin-bottom:3rem}.NewArrivals_header__3J1lm h1{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:1rem;letter-spacing:-.02em}.NewArrivals_header__3J1lm p{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.NewArrivals_categoriesContainer__8o1qI{display:flex;flex-direction:column;gap:4rem}.NewArrivals_categorySection__7f880{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid #f3f4f6;transition:all .3s ease}.NewArrivals_categorySection__7f880:hover{box-shadow:0 10px 25px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transform:translateY(-2px)}.NewArrivals_categoryHeader__Iq3MG{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.NewArrivals_categoryHeader__Iq3MG h2{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0;position:relative}.NewArrivals_categoryHeader__Iq3MG h2:after{content:"";position:absolute;bottom:-1rem;left:0;width:3rem;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.NewArrivals_categoryHeader__Iq3MG .NewArrivals_viewAllButton__e8dG9{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;font-size:.875rem;transition:all .3s ease}.NewArrivals_categoryHeader__Iq3MG .NewArrivals_viewAllButton__e8dG9:hover{transform:translateX(4px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.NewArrivals_categoryHeader__Iq3MG .NewArrivals_viewAllButton__e8dG9 .NewArrivals_arrowIcon__Ao4H4{width:1rem;height:1rem;transition:transform .3s ease}.NewArrivals_categoryHeader__Iq3MG .NewArrivals_viewAllButton__e8dG9:hover .NewArrivals_arrowIcon__Ao4H4{transform:translateX(2px)}.NewArrivals_productsGrid__GfDgC{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}@media(min-width:640px){.NewArrivals_productsGrid__GfDgC{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.NewArrivals_productsGrid__GfDgC{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.NewArrivals_productsGrid__GfDgC{grid-template-columns:repeat(4,1fr)}}.NewArrivals_productCard__9NsP0{display:block;background:#fff;border-radius:.75rem;overflow:hidden;transition:all .3s ease;border:1px solid #f3f4f6;text-decoration:none;color:inherit}.NewArrivals_productCard__9NsP0:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border-color:#e5e7eb}.NewArrivals_imageContainer__ONzs_{position:relative;aspect-ratio:1;overflow:hidden;background:#f9fafb}.NewArrivals_imageContainer__ONzs_ .NewArrivals_productImage__W77Uf{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease}.NewArrivals_productCard__9NsP0:hover .NewArrivals_imageContainer__ONzs_ .NewArrivals_productImage__W77Uf{transform:scale(1.05)}.NewArrivals_imageContainer__ONzs_ .NewArrivals_discountBadge__ry4BW{position:absolute;top:.75rem;right:.75rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.NewArrivals_productInfo__PE2Ow{padding:1.25rem}.NewArrivals_productInfo__PE2Ow .NewArrivals_productName__sgRR8{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8rem}.NewArrivals_productInfo__PE2Ow .NewArrivals_priceContainer__t8nVe{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.NewArrivals_productInfo__PE2Ow .NewArrivals_priceContainer__t8nVe .NewArrivals_originalPrice__gyWxj{font-size:.875rem;color:#9ca3af;text-decoration:line-through}.NewArrivals_productInfo__PE2Ow .NewArrivals_priceContainer__t8nVe .NewArrivals_currentPrice__I970P{font-size:1.125rem;font-weight:700;color:#1f2937}.NewArrivals_emptyState__Nkd0M{text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:1rem;border:2px dashed #d1d5db}.NewArrivals_emptyState__Nkd0M .NewArrivals_emptyIcon__OpF3Z{font-size:4rem;margin-bottom:1rem;opacity:.6}.NewArrivals_emptyState__Nkd0M h2{font-size:1.5rem;font-weight:600;color:#374151;margin-bottom:.5rem}.NewArrivals_emptyState__Nkd0M p{color:#6b7280;margin-bottom:2rem}.NewArrivals_emptyState__Nkd0M .NewArrivals_browseButton__3b4UP{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:.5rem;font-weight:600;transition:all .3s ease}.NewArrivals_emptyState__Nkd0M .NewArrivals_browseButton__3b4UP:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.4)}.NewArrivals_errorState__RnsaI{text-align:center;padding:3rem 2rem;background:#fef2f2;border:1px solid #fecaca;border-radius:1rem;max-width:500px;margin:0 auto}.NewArrivals_errorState__RnsaI h2{font-size:1.25rem;font-weight:700;color:#dc2626;margin-bottom:.5rem}.NewArrivals_errorState__RnsaI p{color:#7f1d1d;margin-bottom:1.5rem}.NewArrivals_errorState__RnsaI .NewArrivals_errorActions__iADA7{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.NewArrivals_errorState__RnsaI .NewArrivals_errorActions__iADA7{flex-direction:row;justify-content:center}}.NewArrivals_errorState__RnsaI .NewArrivals_retryButton__YmHG9{padding:.75rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.NewArrivals_errorState__RnsaI .NewArrivals_retryButton__YmHG9:hover{background:#b91c1c}.NewArrivals_errorState__RnsaI .NewArrivals_homeButton__L9ibo{padding:.75rem 1.5rem;background:rgba(0,0,0,0);color:#dc2626;border:1px solid #dc2626;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease}.NewArrivals_errorState__RnsaI .NewArrivals_homeButton__L9ibo:hover{background:#dc2626;color:#fff}.NewArrivals_errorState__RnsaI .NewArrivals_errorDetails__QfSae{margin-top:1rem;font-size:.75rem;color:#991b1b}.NewArrivals_loadingContainer__60fl7{padding:2rem}.NewArrivals_loadingContainer__60fl7 .NewArrivals_skeletonGrid__RdZVA{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}@media(min-width:640px){.NewArrivals_loadingContainer__60fl7 .NewArrivals_skeletonGrid__RdZVA{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.NewArrivals_loadingContainer__60fl7 .NewArrivals_skeletonGrid__RdZVA{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.NewArrivals_loadingContainer__60fl7 .NewArrivals_skeletonGrid__RdZVA{grid-template-columns:repeat(4,1fr)}}@keyframes NewArrivals_fadeInUp__d3V64{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.NewArrivals_categorySection__7f880{animation:NewArrivals_fadeInUp__d3V64 .6s ease-out}.NewArrivals_categorySection__7f880:first-child{animation-delay:.1s}.NewArrivals_categorySection__7f880:nth-child(2){animation-delay:.2s}.NewArrivals_categorySection__7f880:nth-child(3){animation-delay:.3s}.NewArrivals_categorySection__7f880:nth-child(4){animation-delay:.4s}.NewArrivals_categorySection__7f880:nth-child(5){animation-delay:.5s}.NewArrivals_categorySection__7f880:nth-child(6){animation-delay:.6s}