
.sleep-hub-banner.banner-overlay,
.archive .sleep-hub-banner.banner-overlay {
    background-size: cover;
}

@media (max-width: 1199px) {

    .sleep-hub-banner.banner-overlay,
    .archive .sleep-hub-banner.banner-overlay {
        min-height: 340px !important;
        background-size: cover;
        background-position: 50%;
    }

}


.absolute-right .elementor-button {
    position: relative;
    bottom: 0;
}
@media (min-width: 992px) {
    .absolute-right .elementor-button {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
}


/* Mattress Filter Tweaks */
.post-type-archive-mattress .alm-filters-container .alm-filter--group {
    border-bottom: none;
    margin-bottom: 0;
}
.post-type-archive-mattress .alm-filters-container .alm-filter--title .alm-filter--toggle {
    padding-bottom: 15px;
}


.m-selector .slide .swiper-button-next, .m-selector .slide .swiper-button-prev {
    background-repeat: no-repeat;
}


.m-selector .slide .swiper-button-next:after,
.m-selector .slide .swiper-button-prev:after {
    display: none;
}

.promotion-products-list {
    display: flex;
    flex-direction: column;
}
.promotion-product-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}
.promotion-product-item:last-child {
    border-bottom: none;
}
.promotion-product-image {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 20px;
    box-sizing: border-box;
}
.promotion-product-image img {
    width: 100%;
    height: auto;
    display: block;
}
.promotion-product-content {
    flex: 0 0 60%;
    max-width: 60%;
    box-sizing: border-box;
}
.promotion-product-heading {
    margin-bottom: 16px;
}
.promotion-product-title {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2em;
    text-transform: none;
    font-weight: bold;
}
.promotion-product-subtitle {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.2em;
    text-transform: none;
    font-weight: normal;
}
.promotion-product-description {
    margin: 0 0 16px;
    line-height: 1.6;
}
.promotion-product-shop-button,
.promotion-main-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    border: solid 1px var(--e-global-color-primary);
    background-color: transparent;
    color: var(--e-global-color-primary);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
    transition: background-color .2s ease;
}

.promotion-main-button {
    margin: 20px auto 20px;
}

.promotion-product-shop-button:hover,
.promotion-main-button:hover {
    background-color: var(--e-global-color-primary);
    color: #fff;
}

.promotion-product-shop-button:hover :after,
.promotion-main-button:hover :after {
    width: 0;
}

.promotion-product-shop-button {
    margin-top: 12px;
}
.promotion-main-button-wrap {
    margin-top: 30px;
    text-align: center;
}
@media (max-width: 767px) {
    .promotion-product-image,
    .promotion-product-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .promotion-product-image {
        margin-bottom: 15px;
    }
}

