.elementor-454 .elementor-element.elementor-element-edb6c8d{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-750d3ba *//* ===============================
   PROFESSIONAL SHOP PAGE DESIGN
   =============================== */

/* Product Card Box */
.woocommerce ul.products li.product {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 6px 15px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

/* Product Image */
.woocommerce ul.products li.product img {
    border-radius: 8px;
    margin-bottom: 10px;
}

/* Product Title */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000000 !important;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    min-height: 45px;
}

/* Price */
.woocommerce ul.products li.product .price {
    color: #000000 !important;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 5px 0;
}

/* Rating Stars */
.woocommerce ul.products li.product .star-rating span:before {
    color: #000000 !important;
}

/* Rating Center */
.woocommerce ul.products li.product .star-rating {
    margin: 5px auto;
}

/* Add to Cart Button */
.woocommerce ul.products li.product a.button {
    background: #FFD54F !important; /* Light Mustard */
    color: #000000 !important;
    border-radius: 6px;
    padding: 10px 15px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border: none;
}

.woocommerce ul.products li.product a.button:hover {
    background: #FFC107 !important;
    color: #000000 !important;
}

/* Sale Badge */
.woocommerce span.onsale {
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
}

/* Product Spacing Fix */
.woocommerce ul.products {
    gap: 20px;
}

/* Mobile Friendly */
@media (max-width: 768px) {
    .woocommerce ul.products li.product {
        padding: 12px;
    }
    
    .woocommerce ul.products li.product h2 {
        font-size: 14px;
    }
}
/* FORCE PRICE COLOR BLACK */

.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price *,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000000 !important;
}

/* FORCE RATING STARS BLACK */

.woocommerce .star-rating span:before,
.woocommerce .star-rating::before,
.woocommerce .star-rating span {
    color: #000000 !important;
}

/* FORCE OLD PRICE (STRIKE PRICE) */

.woocommerce ul.products li.product del,
.woocommerce ul.products li.product del span {
    color: #555555 !important;
}/* End custom CSS */