.elementor-4452 .elementor-element.elementor-element-100ca03{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-4452 .elementor-element.elementor-element-99848ad{--display:flex;}.elementor-4452 .elementor-element.elementor-element-dac29fb{--display:flex;--justify-content:space-between;}@media(min-width:768px){.elementor-4452 .elementor-element.elementor-element-99848ad{--width:15%;}.elementor-4452 .elementor-element.elementor-element-dac29fb{--width:85%;}}/* Start custom CSS for shortcode, class: .elementor-element-7e2fa49 *//* Product Card */

.woocommerce ul.products li.product,
.products .product{

    background:#fff;
    border-radius:12px;
    overflow:hidden;
    transition:.3s ease;
    padding-bottom:15px;
}

.woocommerce ul.products li.product:hover{

    transform:translateY(-5px);
}

/* Product Image */

.woocommerce ul.products li.product img{

    border-radius:10px;
    transition:.4s ease;
}

.woocommerce ul.products li.product:hover img{

    transform:scale(1.03);
}

/* Product Title */

.woocommerce ul.products li.product h2,
.woocommerce-loop-product__title{

    font-size:18px !important;
    font-weight:500 !important;
    color:#1f2937 !important;
    line-height:1.5;
    margin-top:15px !important;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* Sale Price */

.price ins{

    text-decoration:none;
}

.price ins .woocommerce-Price-amount{

    font-size:20px !important;
    font-weight:700;
    color:#111827 !important;
}

/* Old Price */

.price del .woocommerce-Price-amount{

    font-size:15px;
    color:#9ca3af !important;
}

/* Discount */

.discount,
.sale-badge{

    color:#22a447;
    font-size:14px;
    font-weight:500;
}

/* Add To Cart */

.woocommerce ul.products li.product .button{

    width:100%;
    background:#fff !important;
    border:2px solid #F4A300 !important;
    color:#333 !important;

    border-radius:8px !important;

    padding:14px 20px !important;

    font-size:16px !important;
    font-weight:500 !important;

    transition:.3s ease;
}

.woocommerce ul.products li.product .button:hover{

    background:#F4A300 !important;
    color:#fff !important;
}

/* Sale Badge */

.onsale{

    background:#F4A300 !important;
    color:#fff !important;

    border-radius:30px !important;

    min-height:32px !important;
    min-width:32px !important;

    line-height:32px !important;

    font-size:12px !important;
}

/* Mobile */

@media(max-width:768px){

.woocommerce-loop-product__title{

font-size:15px !important;

}

.price ins .woocommerce-Price-amount{

font-size:18px !important;

}

}
.added_to_cart,
.woocommerce ul.products li.product .button{

    width:100%;
    border-radius:7px;
    border-color: black;
    text-align:center;
    font-size:16px;
    font-weight:500;
}/* End custom CSS */