.featured-collection-banner_with-list {
    display: flex;
    gap: 20px;
    align-items: stretch;
    height: 100%;
}
.featured-collection-banner_with-list .featured-banner_image {
    max-width: 300px;
    width: 100%;
}
.featured-collection-banner_with-list .banner-image-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.featured-collection-banner_with-list .block-product-list__carousel {
    
    width: 100%;
    height: 100%;
}
.banner-image-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1111;
}
smart-push-popup {
    display: none;
}
.featured-collection-banner_with-list .block-product-card__title {
    font-size: 18px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: #000;
    padding: 0pc 14px;
}

.section-featured-collection span.product-price__item {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.section-featured-collection span.product-price__item--compare{
    font-size: 14px;
}
.section-featured-collection .block-product-list li {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.banner-image-content:before {
    width: 100%;
    height: 100%;
    background: #00000096;
    content: '';
    position: absolute;
    z-index: 1;
}
.block-product-list__carousel {
    overflow: hidden;
    position: relative;
}

.section-featured-collection .block-product-list li {
    border: 0px
}
.featured-btn {
    position: absolute;
    top: 40%;
    justify-content: space-between;
    display: flex;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}
 .block-product-list__button:after {
    content: unset;
}
.block-product-card__title.product-card-style--normal {
    font-size: 16px;
    font-weight: 500;
    -webkit-line-clamp: 2;
}

.product-price__item {
    font-size: 18px !important;
    font-weight: 600 !important;
}.product-price__item--compare.body2 {
    font-weight: 500 !important;
}
.block-product-list__button {
    position: unset;
    background: #fbfbfbad;
    border-radius: 0px !important;
    width: 30px !important;
    height: 72px !important;
}
.block-product-list__button:hover {
    background: #2b989c3b;
}

.heading-with-link__title {
    font-size: 23px;
    font-weight: 600 !important;
}
.heading-with-link__view-more {
  justify-content: end;
}
.heading-with-link__view-more span {
    font-size: 14px;
    text-decoration: underline;
    color: #2B989C !important;
}
.heading-with-link__view-more svg.icon {
    display: none;
}
/* .block-product-card__quick-add {
    background: #2B989C !important;
    border-radius: 6px !important;
} */
.block-product-card__quick-add .cart-text {
    font-size: 16px;
    font-weight: 600;
}