.sifency-products-grid-wrapper .woocommerce ul.products {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid
}

.sifency-products-grid-wrapper .woocommerce ul.products li.product {
    margin: 0;
    width: auto;
    float: none;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .35s, box-shadow .35s
}

.sifency-products-grid-wrapper .onsale {
    z-index: 3
}

.sifency-products-grid-wrapper .product .woocommerce-loop-product__link,
.sifency-products-slider-wrapper .product .woocommerce-loop-product__link {
    display: block;
    overflow: hidden
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%
}

.sifency-products-grid-wrapper .product .woocommerce-loop-product__link img {
    margin: 0 auto;
    transition: transform .4s
}

.sifency-products-grid-wrapper .product:hover .woocommerce-loop-product__link img {
    transform: scale(1.05)
}

.sifency-products-grid-wrapper .product span.onsale {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    margin: 0;
    padding: 5px 10px;
    background-color: #000;
    color: var(--sifency-addons-whitecolor)
}

.sifency-products-grid-wrapper ul li::before,
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    display: none
}

.sifency-product-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 15px 20px 20px;
    text-align: left
}

.sifency-products-grid-wrapper .product .star-rating {
    order: 1;
    margin-bottom: 8px;
    color: #ffc107
}

.sifency-products-grid-wrapper .product .woocommerce-loop-product__title {
    order: 2;
    margin: 0 0 5px;
    font-weight: 600;
    color: #222
}

.sifency-products-grid-wrapper .product .price {
    order: 3;
    margin-top: auto;
    color: #555
}

.sifency-products-grid-wrapper .product .price ins {
    text-decoration: none
}

.sifency-products-grid-wrapper .product .price del {
    opacity: .5
}

.sifency-product-footer {
    padding: 0 20px 20px
}

.sifency-products-grid-wrapper .product .button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 20px;
    text-align: center;
    background-color: var(--e-global-color-primary);
    color: var(--sifency-addons-whitecolor);
    opacity: 0;
    transform: translateY(15px);
    transition: opacity .35s, transform .35s
}

.sifency-products-grid-wrapper .product:hover .button {
    opacity: 1;
    transform: translateY(0);
    background: #5634e1;
    color: var(--sifency-addons-whitecolor)
}

.sifency-products-slider-wrapper {
    position: relative;
    padding: 0;
    margin: 0 auto;
    max-width: 1400px
}

.sifency-products-slider-wrapper .swiper-container {
    overflow: hidden
}

.sifency-products-slider-wrapper .swiper-slide .product {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .4s;
    height: 100%
}

.sifency-products-slider-wrapper .product .woocommerce-loop-product__link img {
    width: 100%;
    transition: transform .45s cubic-bezier(.19, 1, .22, 1);
    object-fit: cover
}

.sifency-products-slider-wrapper .product:hover .woocommerce-loop-product__link img {
    transform: scale(1.08)
}

.sifency-products-slider-wrapper .product .price,
.sifency-products-slider-wrapper .product .star-rating,
.sifency-products-slider-wrapper .product .woocommerce-loop-product__title {
    padding: 0 20px;
    text-align: left
}

.sifency-products-slider-wrapper .product .woocommerce-loop-product__title {
    margin: 18px 0 6px;
    color: #1a1a1a;
}

.sifency-products-slider-wrapper .product .price {
    color: #444;
    margin-bottom: 60px;
}

.sifency-products-slider-wrapper .product .price ins {
    text-decoration: none;
    color: #111
}

.sifency-products-slider-wrapper .product .price del {
    opacity: .4;
    margin-right: 5px
}

.sifency-products-slider-wrapper .product .button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    opacity: 0;
    transform: translateY(-50px);
    transition: .35s;
    padding: 10px 0;
    text-align: center;
    background: var(--e-global-color-primary);
    color: var(--sifency-addons-whitecolor);
    font-weight: 600;
    border: none;
    letter-spacing: .3px
}

.sifency-products-slider-wrapper .product:hover .button {
    opacity: 1;
    transform: translateY(-60px)
}

.sifency-products-slider-wrapper .product .button:hover {
    background: var(--e-global-color-primary)
}

.sifency-products-slider-wrapper .product span.onsale {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #101010;
    color: var(--sifency-addons-whitecolor);
    padding: 6px 10px;
    z-index: 999 !important
}