.elementor-545 .elementor-element.elementor-element-1018277{--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;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-feb95d2 */.woocommerce ul.products li.product .button {
    display: none !important;
}

/* Product title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #000 !important;
}

/* =========================
   SALE BADGE – COLOR CHANGE
========================= */
.woocommerce span.onsale {
    background: #006e0b !important; /* NEW COLOR */
    color: #fff !important;
    font-weight: 600;
    border-radius: 50%;
    padding: 6px 10px;
}

/* Price styling */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del {
    color: #000 !important;
    font-weight: 600;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
}

/* =========================
   PRODUCT IMAGE STYLE
========================= */
.woocommerce ul.products li.product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;

    /* VERY LIGHT 10% SHADOW */
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
}

/* Performance fix */
.woocommerce ul.products li.product img {
    will-change: transform;
    transform: translateZ(0);
}

/* =========================
   MOBILE SLIDER
========================= */
@media (max-width: 767px) {

    .woocommerce ul.products {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 14px;
        padding: 0 12px 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .woocommerce ul.products li.product {
        flex: 0 0 75%;
        max-width: 75%;
        scroll-snap-align: start;
        margin: 0 !important;
        position: relative !important;
        overflow: visible !important;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px;
    }

    .woocommerce ul.products::-webkit-scrollbar {
        display: none;
    }

    /* Sale badge fix on mobile */
    .woocommerce span.onsale {
        top: 10px !important;
        right: 10px !important;
        left: auto !important;
        margin: 0 !important;
        z-index: 9 !important;
    }

    .woocommerce ul.products li.product a {
        display: block;
        position: relative;
    }
}








/* =====================================
   IMAGE ONLY SHADOW (NO CARD EFFECT)
===================================== */

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
}

/* Shadow layer behind image */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%; /* square ratio */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.10); /* 10% soft shadow */
    z-index: 0;
}

/* Image above shadow */
.woocommerce ul.products li.product img {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: transparent;
}
.woocommerce ul.products li.product .button {
    display: none !important;
}

/* Product title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: #000 !important;
}

/* =========================
   SALE BADGE – COLOR CHANGE
========================= */
.woocommerce span.onsale {
    background: #006e0b !important; /* NEW COLOR */
    color: #fff !important;
    font-weight: 600;
    border-radius: 50%;
    padding: 6px 10px;
}

/* Price styling */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price del {
    color: #000 !important;
    font-weight: 600;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none !important;
}

/* =========================
   PRODUCT IMAGE STYLE
========================= */
.woocommerce ul.products li.product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;

    /* VERY LIGHT 10% SHADOW */
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.10);
}

/* Performance fix */
.woocommerce ul.products li.product img {
    will-change: transform;
    transform: translateZ(0);
}

/* =========================
   MOBILE SLIDER
========================= */
@media (max-width: 767px) {

    .woocommerce ul.products {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 14px;
        padding: 0 12px 10px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .woocommerce ul.products li.product {
        flex: 0 0 75%;
        max-width: 75%;
        scroll-snap-align: start;
        margin: 0 !important;
        position: relative !important;
        overflow: visible !important;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 14px;
    }

    .woocommerce ul.products::-webkit-scrollbar {
        display: none;
    }

    /* Sale badge fix on mobile */
    .woocommerce span.onsale {
        top: 10px !important;
        right: 10px !important;
        left: auto !important;
        margin: 0 !important;
        z-index: 9 !important;
    }

    .woocommerce ul.products li.product a {
        display: block;
        position: relative;
    }
}








/* =====================================
   IMAGE ONLY SHADOW (NO CARD EFFECT)
===================================== */

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    position: relative;
}

/* Shadow layer behind image */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%; /* square ratio */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.10); /* 10% soft shadow */
    z-index: 0;
}

/* Image above shadow */
.woocommerce ul.products li.product img {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: transparent;
}/* End custom CSS */