.product-carousel-wrapper{width:100%;overflow:hidden;position:relative;padding:.5rem 0}.product-carousel{display:flex;width:100%;overflow:hidden;position:relative}.carousel-track{display:flex;gap:.75rem;animation:scrollLeft var(--carousel-speed, 30s) linear infinite;will-change:transform}.carousel-reverse .carousel-track{animation-name:scrollRight}.carousel-paused .carousel-track{animation-play-state:paused}.carousel-product-card{flex-shrink:0;width:7rem;height:7rem;background:#fff;border-radius:.75rem;overflow:hidden;cursor:pointer;transition:all .2s ease-out;box-shadow:0 1px 3px #00000014;position:relative}@media (min-width: 640px){.carousel-product-card{width:7.5rem;height:7.5rem}}@media (min-width: 1024px){.carousel-product-card{width:8rem;height:8rem}}.carousel-product-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 24px #0000001f;z-index:10}.product-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#e1e1df,#d8d6d5);overflow:hidden}.product-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-out}.carousel-product-card:hover .product-image{transform:scale(1.05)}.product-info,.product-name,.product-price{display:none}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes scrollRight{0%{transform:translate(-33.333%)}to{transform:translate(0)}}.product-carousel{-webkit-overflow-scrolling:touch;backface-visibility:hidden;perspective:1000px}.carousel-track{transform:translateZ(0);backface-visibility:hidden}@media (max-width: 767px){.carousel-product-card{width:6.5rem;height:6.5rem}}@media (prefers-reduced-motion: reduce){.carousel-track{animation:none}.carousel-product-card:hover,.carousel-product-card:hover .product-image{transform:none}}.compact-store-section{width:100%;padding:1.25rem;background:#fff;contain:layout style paint;content-visibility:auto}.store-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:.75rem}.store-info{display:flex;align-items:center;gap:.75rem;cursor:pointer;flex:1}.store-logo-wrapper{width:2.5rem;height:2.5rem;border-radius:.5rem;overflow:hidden;flex-shrink:0;background:#f3f4f6}.store-logo{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.store-logo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.25rem;font-weight:700}.store-details{flex:1;min-width:0}.store-name{font-size:1rem;font-weight:700;color:#111827;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-location{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#6b7280}.store-menu-button{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:.375rem;transition:background .15s ease-out}.store-menu-button:hover{background:#f3f4f6}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.compact-product-card{background:#fff;border-radius:.75rem;overflow:hidden;cursor:pointer;transition:transform .2s ease-out}.compact-product-card:hover{transform:translateY(-2px)}.product-image-container{position:relative;width:100%;padding-top:100%;background:linear-gradient(to bottom,#e1e1df,#d8d6d5);overflow:hidden}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.discount-badge{position:absolute;top:.375rem;left:.375rem;background:#ef4444;color:#fff;padding:.125rem .375rem;border-radius:.25rem;z-index:2}.wishlist-button{position:absolute;bottom:.5rem;right:.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#fffffff2;border:none;border-radius:50%;cursor:pointer;transition:all .15s ease-out;z-index:2;box-shadow:0 2px 8px #0000001a}.wishlist-button:hover{background:#fff;transform:scale(1.1)}.wishlist-button svg{color:#6b7280}.wishlist-button:hover svg{color:#ef4444}.product-info-compact{padding:.75rem}.product-title-compact{margin:0 0 .5rem}.product-pricing{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.product-price-original{text-decoration:line-through;color:#9ca3af}.product-rating-compact{display:flex;align-items:center;gap:.25rem;font-size:.75rem}.rating-stars{color:#fbbf24;letter-spacing:-.05em}.rating-count-compact{color:#6b7280}.store-loading{display:flex;justify-content:center;align-items:center;padding:3rem}.loading-spinner{width:2.5rem;height:2.5rem;border:3px solid #f3f4f6;border-top-color:#6366f1;border-radius:50%;animation:spin .6s linear infinite}@media (min-width: 640px){.compact-store-section{padding:1.5rem}.products-grid{gap:1rem}.store-name{font-size:1.125rem}}@media (min-width: 1024px){.compact-store-section{padding:2rem}}@media (prefers-reduced-motion: reduce){.compact-product-card:hover,.wishlist-button:hover{transform:none}.loading-spinner{animation:none}}.featured-stores-section{width:100%;padding:0;background:transparent;opacity:0;transform:translateY(20px);transition:all .6s ease-out}.featured-stores-section.visible{opacity:1;transform:translateY(0)}.featured-stores-container{max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:2rem;will-change:contents;transform:translateZ(0);-webkit-transform:translateZ(0)}.stores-loading{display:flex;justify-content:center;align-items:center;padding:3rem}.stores-loading .loading-spinner{width:2.5rem;height:2.5rem;border:3px solid #f3f4f6;border-top-color:#6366f1;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.stores-loading-more{padding:1.25rem;width:100%}.loading-spinner-small{width:2rem;height:2rem;border:2px solid #f3f4f6;border-top-color:#6366f1;border-radius:50%;animation:spin .6s linear infinite}.store-skeleton{background:#fff;padding:1.25rem;border-radius:.5rem;animation:pulse 1.5s ease-in-out infinite}.skeleton-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.skeleton-logo{width:2.5rem;height:2.5rem;border-radius:.5rem;background:#e5e7eb}.skeleton-title{flex:1;height:1.25rem;background:#e5e7eb;border-radius:.25rem;max-width:10rem}.skeleton-products{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.skeleton-product{aspect-ratio:1;background:#e5e7eb;border-radius:.75rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.load-more-sentinel{height:1px;width:100%;visibility:hidden}.no-more-stores{display:flex;justify-content:center;align-items:center;padding:3rem 1rem;text-align:center}.no-more-stores p{font-size:.875rem;color:#6b7280;margin:0;font-weight:500}@media (prefers-reduced-motion: reduce){.featured-stores-section{animation:none;transition:none;opacity:1;transform:none}.loading-spinner,.loading-spinner-small{animation:none}}.new-home-page{min-height:100vh;display:flex;flex-direction:column;background:#fff;padding-top:4rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.product-carousels-section{background:transparent;border-bottom:none;padding:0 0 .75rem;margin-top:0}.carousel-container{width:100%}.carousel-container--spacing{margin-top:.5rem}.featured-stores-wrapper{margin-top:2rem}@media (max-width: 767px){.new-home-page{padding-top:3.5rem}.product-carousels-section{padding:.5rem 0!important}.carousel-container{margin-top:.4rem!important}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
