 .product-item {
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .product-active {
            flex: 3 !important;
        }

        .hero-overlay {
            background: rgba(0, 0, 0, 0.6);
        }