/* Add custom CSS styles below */ 
/*panner full width*/
section.s-block.s-block--fixed-banner,
section.s-block.s-block--fixed-banner .container {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0;
}
/*transparent to img*/
.s-block--fixed-banner .banner--fixed img,
.s-block--banners .grid .banner-entry {
    background-color: transparent !important;
}
/*element list */
.s-block--banners>.grid a.banner-entry {
    grid-row: span 1 / span 2;
}

@media(min-width:768px) {
    .s-block--banners>.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 1200px;
        margin: auto;
    }
  .s-block--banners>.grid a.banner-entry {
        height: 400px;
    }
}

@media(max-width:768px) {
    .s-block--banners>.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .s-block--banners>.grid a.banner-entry {
        height: 150px;
    }
}
/*-------footer--------*/
.store-footer__inner {
    background-color: #E0E3E5 !important;

}

.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #E0E3E5 !important;
    margin: 0;
    max-width: 100% !important;
}

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}

.s-product-card-image {
    background-color: transparent !important;
}

.s-product-card-entry:hover img {
    scale: 1.2;
}

.s-product-card-entry img {
    transition: all 0.3s;
}

.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content-title a {
    color: #000 !important;
}

body:not(body.product-single) .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover .sicon-heart {
    color: #fff !important;
}