.sale-landing {
    margin-bottom: 30px;
}

.sale-landing img {
    max-height: none !important;
}

.sale-landing__hero {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: 6px;
    background: #3f3f3f;
}

.sale-landing__hero::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(40, 40, 40, .74), rgba(40, 40, 40, .34) 54%, rgba(40, 40, 40, .08));
}

.sale-landing__hero--no-image {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}

.sale-landing__hero--no-image::after {
    background: linear-gradient(90deg, rgba(30, 161, 153, .16), rgba(217, 61, 136, .10));
}

.sale-landing__hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none !important;
    object-fit: cover;
    object-position: center;
}

.sale-landing__hero-content {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    padding: 42px;
    color: #fff;
}

.sale-landing__hero--no-image .sale-landing__hero-content {
    color: #4d4d4d;
}

.sale-landing__eyebrow {
    margin: 0 0 8px;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.sale-landing__hero--no-image .sale-landing__eyebrow {
    color: #1ea199;
}

.sale-landing__title {
    margin: 0 0 12px;
    color: inherit;
    font-family: "Roboto Slab", serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.12;
}

.sale-landing__subtitle,
.sale-landing__intro {
    max-width: 520px;
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.45;
}

.sale-landing__intro p:last-child {
    margin-bottom: 0;
}

.sale-landing__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 4px;
    background: #d93d88;
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    text-decoration: none;
}

.sale-landing__cta:hover {
    color: #fff;
    text-decoration: none;
    filter: brightness(96%);
}

.sale-landing__tiles {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.sale-landing-tile {
    position: relative;
    display: block;
    min-height: 132px;
    overflow: hidden;
    border-radius: 6px;
    background: #f2f2f2;
    color: #fff;
    text-decoration: none;
}

.sale-landing-tile:hover {
    color: #fff;
    text-decoration: none;
}

.sale-landing-tile__image {
    width: 100%;
    height: 100%;
    min-height: 132px;
    max-height: none !important;
    object-fit: cover;
    transition: transform 180ms ease;
}

.sale-landing-tile:hover .sale-landing-tile__image {
    transform: scale(1.03);
}

.sale-landing-tile__label {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 8px 10px;
    background: rgba(40, 40, 40, .72);
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.sale-landing-tile--no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    border: 1px solid #e1e1e1;
    background: #fff7fb;
    color: #4d4d4d;
}

.sale-landing-tile--no-image .sale-landing-tile__label {
    position: static;
    background: transparent;
    color: #4d4d4d;
    text-align: center;
}

.sale-landing-discounts {
    margin-top: 26px;
    padding-bottom: 28px;
    border-bottom: 1px solid #f2f2f2;
}

.sale-landing-discounts__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.sale-landing-discounts__title {
    margin: 0;
    color: #1ea199;
    font-family: "Roboto Slab", serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.sale-landing-discounts__note {
    color: #777;
    font-size: 14px;
}

.sale-landing-discounts__products {
    row-gap: 16px;
}

.sale-landing-product {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 12px;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    background: #fff;
    color: #4d4d4d;
    text-decoration: none;
}

.sale-landing-product:hover {
    color: #4d4d4d;
    text-decoration: none;
    border-color: #d93d88;
}

.sale-landing-product__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    padding: 4px 7px;
    border-radius: 4px;
    background: #d93d88;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.sale-landing-product__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
}

.sale-landing .sale-landing-product__image {
    max-width: 100%;
    max-height: 190px !important;
    object-fit: contain;
}

.sale-landing-product__title {
    display: block;
    min-height: 42px;
    color: #4d4d4d;
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.sale-landing-product__price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
}

.sale-landing-product__price {
    color: #d93d88;
    font-family: "Roboto Slab", serif;
    font-size: 19px;
    font-weight: 700;
}

.sale-landing-product__rrp {
    color: #777;
    font-size: 14px;
    text-decoration: line-through;
}

.sale-landing__listing-title {
    margin-top: 0;
}

.sale-landing__bottom-content {
    margin-top: 16px;
}

@media only screen and (max-width: 991px) {
    .sale-landing__tiles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .sale-landing {
        margin-bottom: 22px;
    }

    .sale-landing__hero {
        min-height: 260px;
    }

    .sale-landing__hero::after {
        background: linear-gradient(0deg, rgba(40, 40, 40, .78), rgba(40, 40, 40, .12));
    }

    .sale-landing__hero-content {
        width: 100%;
        padding: 28px 20px;
    }

    .sale-landing__title {
        font-size: 28px;
    }

    .sale-landing__subtitle,
    .sale-landing__intro {
        font-size: 16px;
    }

    .sale-landing__tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .sale-landing-discounts__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .sale-landing-discounts__title {
        font-size: 22px;
    }

    .sale-landing-product {
        padding: 10px;
    }

    .sale-landing-product__title {
        font-size: 14px;
    }

    .sale-landing-product__price-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }
}
