.product-item{transition:all .3s ease-in-out;opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.product-item:nth-child(1){animation-delay:.1s}.product-item:nth-child(2){animation-delay:.2s}.product-item:nth-child(3){animation-delay:.3s}.product-item:nth-child(4){animation-delay:.4s}.product-item:nth-child(5){animation-delay:.5s}.product-item:nth-child(6){animation-delay:.6s}.product-image-container{position:relative;height:200px;overflow:hidden;transition:all 1.2s cubic-bezier(.25,.46,.45,.94)}.product-image-container:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.5));pointer-events:none;z-index:2}.product-image{width:100%;height:100%;object-fit:cover;object-position:top;transition:all 1.2s cubic-bezier(.25,.46,.45,.94);cursor:pointer}.product-image-container a{display:block;text-decoration:none;height:100%}.product-card:hover .product-image{transform:scale(1.02)}.product-image-container.expanded{z-index:100;position:relative;box-shadow:0 8px 25px #0006;overflow:hidden;transform:translateY(-5px)}.product-image-container.expanded .product-image{transform:scale(1);width:100%!important;min-width:100%!important;max-width:100%!important;object-fit:cover}.product-image-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(102,126,234,.1),rgba(118,75,162,.1));opacity:0;transition:opacity 1.2s ease;pointer-events:none;z-index:1}.product-image-container.expanded:before{opacity:1}.no-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#333;color:#888}@media (max-width: 768px){.product-image-container{height:150px}.product-image-container:hover{transform:translateY(-3px)}}@media (hover: none) and (pointer: coarse){.product-image-container:hover{transform:none;box-shadow:none}.product-image-container:hover .product-image{transform:none;width:100%!important;min-width:100%!important;max-width:100%!important}.product-image-container:hover:before{opacity:0}}
