.elementor-1588 .elementor-element.elementor-element-2bccde0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1588 .elementor-element.elementor-element-bd11f03.elementor-element{--align-self:stretch;--order:-99999 /* order start hack */;--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for shortcode, class: .elementor-element-bd11f03 *//* Product Title Black & Center */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000000 !important;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

/* Price thori bari & center */
.woocommerce ul.products li.product .price {
    color: #000000 !important;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

/* Button center */
.woocommerce ul.products li.product .button {
    background-color: #f5f5f5 !important;
    color: #000000 !important;
    border: 1px solid #ddd;
    padding: 10px 22px;
    transition: 0.3s ease;
    
    display: block;
    width: fit-content;
    margin: 15px auto 0 auto;   /* 👈 This centers button */
}

/* Button hover golden */
.woocommerce ul.products li.product .button:hover {
    background-color: #C5A253 !important;
    color: #ffffff !important;
    border-color: #C5A253;
}/* End custom CSS */