.elementor-478 .elementor-element.elementor-element-0c7d85c{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-478 .elementor-element.elementor-element-0c7d85c:not(.elementor-motion-effects-element-type-background), .elementor-478 .elementor-element.elementor-element-0c7d85c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-478 .elementor-element.elementor-element-18f2fa6{--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;--margin-top:10px;--margin-bottom:0px;--margin-left:20px;--margin-right:10px;}.elementor-478 .elementor-element.elementor-element-8922524 .woolentor_slider_range.ui-slider{background-color:var( --e-global-color-primary );}.elementor-478 .elementor-element.elementor-element-8922524 .woolentor-filter-wrap .wl_price_filter form button{background-color:var( --e-global-color-primary );color:var( --e-global-color-astglobalcolor5 );padding:6px 6px 6px 6px !important;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-478 .elementor-element.elementor-element-273ba63 .elementor-heading-title{font-family:"Work Sans", Sans-serif;font-size:18px;font-weight:600;}.elementor-478 .elementor-element.elementor-element-7b2c1da .wl-row > [class*="col-"]{padding:0  15px;}.elementor-478 .elementor-element.elementor-element-86b2fdb{--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-478 .elementor-element.elementor-element-11ddebd .elementor-heading-title{font-family:"Work Sans", Sans-serif;font-size:22px;font-weight:600;}@media(min-width:768px){.elementor-478 .elementor-element.elementor-element-0c7d85c{--content-width:1600px;}.elementor-478 .elementor-element.elementor-element-18f2fa6{--width:25%;}.elementor-478 .elementor-element.elementor-element-86b2fdb{--width:75%;}}/* Start custom CSS for shortcode, class: .elementor-element-8c32ca3 *//* Product card border */
.woocommerce ul.products li.product {
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transition: box-shadow 0.3s ease, transform 0.3s ease; 
    padding-left: 5px;
padding-right: 5px;
 background-color: #FFFFFF;
}

/* Hover effect with shadow */
.woocommerce ul.products li.product:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    /*transform: translateY(-5px);*/
    border: 1px solid #333;
}


.woocommerce ul.products li.product .button {
    padding: 6px 12px;
    background-color: #1F2124; /* Change this to match your theme */
    border-radius: 4px;
    box-shadow: none;
    text-transform: none;
    color: #fff !important;
}




/* Hide product title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: none;
}

/* Hide review stars */
.woocommerce ul.products li.product .star-rating {
    display: none !important;
}
.ast-woo-product-category {
    display: none !important;
}



/* Center content inside the product summary */
.astra-shop-summary-wrap {
    text-align: center;
}

/* Optional: center the button more precisely if needed */
.astra-shop-summary-wrap .button {
    display: inline-block;
    margin: 0 auto;
}

.astra-shop-summary-wrap .button {
    display: block;
    width: 100%;
    margin: 0 auto;
}


table.cfvsw-shop-variations, .cfvsw-shop-variations tbody, .cfvsw-shop-variations td, .cfvsw-shop-variations tr {
    display: none;
}

.woocommerce ul.products li.product .button{
    font-size: 16px;
}

.woocommerce ul.products li.product .button:hover
 {
    background: #FC630A;
}


.woocommerce-js ul.products li.product .price, .woocommerce-page ul.products li.product .price
 {
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 60%;
    background: #F8F4F3;
    border-radius: 5px;
    margin: auto;
}

.woocommerce-js ul.products li.product a img {
    width: auto;
    height: 200px;
    /* display: block; */
    margin: auto;
    /* box-shadow: none; */
}/* End custom CSS */