.product-card{display:flex;flex-direction:column;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #1f4d3614;transition:box-shadow .2s ease,transform .2s ease;text-decoration:none;color:inherit}.product-card:hover{box-shadow:0 8px 24px #1f4d3624;transform:translateY(-3px)}.product-card-body{display:flex;flex-direction:column;gap:4px;padding:14px 16px 18px}.product-card-name{font-size:15px;font-weight:700;color:var(--color-brand-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card-category{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-brand-text-muted)}.product-card-price{margin-top:4px;font-size:15px;font-weight:700;color:var(--color-brand-green)}.product-card.is-out-of-stock{position:relative}.product-card.is-out-of-stock .product-carousel-image{opacity:.55}.product-card-stock-badge{position:absolute;top:10px;left:10px;background-color:var(--color-brand-text);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:.25rem .625rem;border-radius:9999px;z-index:1}.product-carousel{position:relative;width:100%;aspect-ratio:1 / 1;background-color:var(--color-brand-cream-dark);overflow:hidden}.product-carousel-track{position:relative;width:100%;height:100%}.product-carousel-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .35s ease}.product-carousel-slide.is-active{opacity:1;visibility:visible}.product-carousel-image{width:100%;height:100%;object-fit:cover}.product-carousel-nav-button{position:absolute;top:50%;transform:translateY(-50%);width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;border-radius:9999px;background-color:#ffffffd9;color:var(--color-brand-green-dark);font-size:13px;opacity:0;transition:opacity .2s ease,background-color .2s ease;z-index:2}.product-carousel:hover .product-carousel-nav-button{opacity:1}.product-carousel-nav-button:hover{background-color:#fff}.product-carousel-nav-prev{left:8px}.product-carousel-nav-next{right:8px}.product-carousel-indicators{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:5px;z-index:2}.product-carousel-indicator{width:6px;height:6px;border-radius:9999px;border:none;background-color:#fff9;padding:0;transition:background-color .2s ease,width .2s ease}.product-carousel-indicator.is-active{background-color:#fff;width:16px;border-radius:9999px}@media(hover:none){.product-carousel-nav-button{opacity:1}}.empty-state-container{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 1.5rem;margin-top:1.5rem;background-color:#fff;border-radius:.75rem;box-shadow:0 2px 10px #1f4d3614}.empty-state-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:9999px;background-color:var(--color-brand-cream-dark);color:var(--color-brand-green);font-size:28px;margin-bottom:1.25rem}.empty-state-title{font-size:1.25rem;font-weight:700;color:var(--color-brand-green)}.empty-state-message{margin-top:.5rem;font-size:.9375rem;color:var(--color-brand-text-muted);max-width:24rem}.empty-state-action-button{display:inline-block;margin-top:1.5rem;background-color:var(--color-brand-green);color:var(--color-brand-cream);font-weight:700;padding:.75rem 1.75rem;border-radius:.5rem;transition:background-color .2s ease}.empty-state-action-button:hover{background-color:var(--color-brand-green-dark)}
