.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}

.s-block.s-block--fixed-banner.wide-placeholder:first-of-type .container, .s-block.s-block--fixed-banner.wide-placeholder .container {
    margin: 0;
    padding: 0;
    max-width: -webkit-fill-available;
}

.s-product-card-content-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.has-overlay--before:before, .has-overlay--after:after {
  background-color: rgba(0,0,0,.5);
}

.swiper .text-primary {
  color: inherit;
}

.carousel-slider .swiper {
    max-width: 1280px;
    margin: auto;
}

.s-slider-block__title-left {
    /* display: block; */
}

.s-product-card-content-subtitle {
    display: none;
}

.s-metadata-row {
    justify-content: flex-start;
}

.s-metadata-row-name {
    margin-left: 10px;
}

.product-entry__title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 270px;
}

@media (min-width: 640px) {
    section.s-block.s-block--features.container {
        margin: 2rem auto;
    }
    .s-block {
        margin: 0;
    }
    
    #best-offers-1-slider,
    #best-offers-2-slider,
    #best-offers-3-slider,
    #best-offers-4-slider,
    #best-offers-5-slider,
    #best-offers-6-slider {
        padding: 4rem;
        margin: 0;
        max-width: -webkit-fill-available;
        /*background: bisque;*/
    }
}

@media (max-width: 768px) {
    .product-entry__title a {
        width: 200px;
    }
}