.banner-interactive-0 .container {
    max-width: 100%;
    padding: 0;
}
.banner-interactive-0 .info {
    background: unset;
    max-width: 500px;
    margin-right: 3rem;
    align-items: center;
    text-align: center;
}
@media (min-width: 768px) {
    .banner-interactive-0 .md\:aspect-\[1280\/500\] {
        aspect-ratio: unset;
    }
}

/* ab-about-us */
.ab-about-us .images > div:first-child,
.ab-about-us .images > div:last-child {
    display: none;
}

/* wide banner */
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-bottom: 3rem;
}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    padding: 0;
}

/* ab_offers */
.ab_offers .data {
  background-color: #fff !important;
}

/*  */
/* ab_offers */
.ab_offers .container .overlay salla-slider .ab-offers-content .reight salla-count-down .s-count-down-list .s-count-down-item .s-count-down-item-value {
    background-color: #fff;
    color: #000;
}
.ab_offers .container .overlay salla-slider .ab-offers-content .reight salla-count-down .s-count-down-list .s-count-down-item .s-count-down-item-label {
    color: #fff;
}

/* footer */
.store-footer * {
    color: #fff !important;
}
.store-footer img[alt="Taraf Pieces"] {
    filter: brightness(0) invert();
}

/* Responsiveness */
@media (max-width: 576px) {
    /* main */
    .banner-interactive-0 .info {
        margin-right: 0;
        justify-content: end;
        padding-block: 1rem;
        background-image: linear-gradient(0deg, #00000055, transparent);
    }
    .banner-interactive-0 img {
        object-position: 20%;
    }
    
    /* products */
    .selected_products .s-slider-block__display-all {
        font-size: 15px !important;
    }
    .selected_products h2 {
        font-size: 22px !important;
    }

    /* cats */
    .ab-categories .category-item {
        flex-basis: 47%;
        margin-top: 1rem;
    }
    .ab-categories .category-item .image {
        width: 120px;
        height: unset;
    }
    .ab-categories .category-item a {
        font-size: 14px !important;
    }
}
.s-product-card-wishlist{
    display: none;
}

@media(max-width:768px){
.ab-about-us p{
    font-size:14px
}
.s-product-card-entry .s-product-card-content .s-product-card-content-main .s-product-card-content-title a {
    font-size: 1rem!important;
    line-height: 1.5rem !important;
}
}
.s-product-card-entry .s-product-card-image,
.s-product-card-entry .s-product-card-image img
.s-product-card-entry .s-product-card-image a{
    height: 220px !important;
    max-height: 220px !important;
}

.s-product-card-entry .s-product-card-image a{
    display:block !important;
}

@media(max-width:768px){
    .s-product-card-entry .s-product-card-image,
.s-product-card-entry .s-product-card-image img
.s-product-card-entry .s-product-card-image a{
    height: 120px !important;
    max-height: 120px !important;
}
}
/** Edits **/
body.product-index .image {
    display: none;
}
/* single-product */
.single-product .main-content .btn--wishlist .btn--wishlist,
.single-product .bg-secondary_color {
    background-color: transparent !important;
}
.single-product .bg-text_secondary {
    background-color: transparent;
}
body.product-single salla-comments {
    display: none;
}
/* top-navbar */
.store-header .top-navbar {
    display: none;
}