/* .products li {
    box-shadow: 0 1px 3px 0 #0f131a;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px !important;
    border-radius: 8px;
    background: linear-gradient(to bottom, #581412 0%, #232323 40%);
} */

.products li {
    box-shadow: 0 1px 6px 0 #b4b4b4;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    background-color: #fff;
}

.product-type-simple .woocommerce-LoopProduct-link {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}



/* .products .product-type-simple {
    transition: transform 0.3s ease;
}

.products .product-type-simple:hover {
    transform: scale(1.05);
    box-shadow: none;
} */

.product-type-simple .add_to_cart_button {
    width: 40%;
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 !important;
}

.product-type-simple .woocommerce-LoopProduct-link .thumnail-img img {
    height: 280px !important;
    width: 100% !important;
    object-fit: contain;
    transition: transform 0.3s ease;
    border-radius: 4px;
}

/* .product-type-simple .woocommerce-LoopProduct-link img:hover {
    transform: rotate(2deg) translateX(0.25rem) translateY(-0.25rem);
} */
.product-type-simple .woocommerce-LoopProduct-link .thumnail-img img:hover {
    transform: scale(1.05);
}

.product-type-simple .woocommerce-LoopProduct-link .price {
    color: #ffffff;
    font-weight: bold !important;
    font-size: 14px !important;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0 !important;
}


.price ins {
    text-decoration: none !important;
}

.woocommerce span.onsale {
    padding: 0 !important;
}





.woocommerce-ordering select {
    background-color: #3f454b;
    padding: 3px;
    border-radius: 2px;
}

.star-rating {
    color: yellow
}

.woocommerce-loop-product__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
    min-height: 30px;
    text-align: center;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 24px;
    min-height: 36px;
    width: 100%;
}

.swiper-slide li>a>h2 {
    font-size: 18px !important;
    min-height: 30px !important;
}

.woocommerce span.onsale {
    background-color: red !important;
    border-radius: 100%;
    display: none;
}



.price,
.woocommerce ul.products li.product .price {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
}

.price del {
    color: #878C8f !important;
    font-size: medium;
}

.woocommerce ul.products li.product .price del bdi {
    color: #fff !important;
    font-size: small;
}

.woocommerce ul.products.columns-5 {
    columns: auto !important;
}

@media (min-width: 768px) {

    .woocommerce ul.products.columns-5 li.product,
    .woocommerce-page ul.products.columns-5 li.product {
        margin-right: 2%;
        width: calc((100% - (2% * 4)) / 5);
        margin-bottom: 16px;
        float: left;
    }

    .woocommerce ul.products.columns-5 li.product:nth-child(5n),
    .woocommerce-page ul.products.columns-5 li.product:nth-child(5n) {
        margin-right: 0;
    }

}