.elementor-1621 .elementor-element.elementor-element-604987a{--display:flex;}html, body{overflow-x:auto;}/* Start custom CSS for shortcode, class: .elementor-element-c40a271 *//* Center product grid */
.woocommerce ul.products {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 40px;
}

/* Product Card */
.woocommerce ul.products li.product {
    background: #ffffff;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    text-align: center;
    transition: 0.3s ease;
    max-width: 320px;
}

/* Hover Effect */
.woocommerce ul.products li.product:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* Product Image */
.woocommerce ul.products li.product img {
    border-radius: 12px;
    margin-bottom: 15px;
}

/* Product Title */
.woocommerce ul.products li.product h2 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    min-height: 60px;
}

/* Price Style */
.woocommerce ul.products li.product .price {
    font-size: 18px;
    font-weight: bold;
    color: #ff6600;
    margin: 10px 0;
}

/* Old Price */
.woocommerce ul.products li.product .price del {
    color: #999;
    font-size: 14px;
}

/* Add to Cart Button */
.woocommerce ul.products li.product .button {
    background: linear-gradient(135deg, #ff6600, #ff8533);
    color: #fff !important;
    border-radius: 10px;
    padding: 12px 18px;
    font-weight: 600;
    transition: 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
    background: linear-gradient(135deg, #e65c00, #ff6600);
    transform: scale(1.05);
}

/* Sale Badge */
.woocommerce span.onsale {
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    padding: 12px 8px;
    font-size: 12px;
    font-weight: bold;
}

.woocommerce span.onsale {
    top: 10px;
    left: 10px;
    right: auto;
    border-radius: 50px;
    padding: 6px 12px;
    font-size: 12px;
}/* End custom CSS */