/* Moosalp Recommendations Slider - scoped frontend styles */
.mrs-section {
    width: 100%;
    /* overflow: hidden;
    padding: clamp(44px, 5.6vw, 74px) 0 clamp(28px, 4vw, 50px); */
    color: #333;
    background: #fff;
}

.mrs-heading-wrap,
.mrs-slider-wrap {
    /*width: min(100% - 104px, 1184px);*/
    margin-inline: auto;
}

.mrs-heading-wrap {
    margin-bottom: clamp(38px, 4.8vw, 58px);
}

.mrs-eyebrow {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .01em;
    text-transform: uppercase;
    color: #333;
}

.mrs-title {
    max-width: 560px;
    margin: 0;
    font-size: clamp(40px, 4.4vw, 52px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #333;
}

.mrs-slider-wrap {
    overflow: visible;
    overscroll-behavior-x: contain;
}

.mrs-swiper.swiper {
    overflow: visible;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
    touch-action: pan-y pinch-zoom;
}

.mrs-swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}


.mrs-swiper .swiper-slide {
    width: auto;
    height: auto;
    flex-shrink: 0;
}

.mrs-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 350 / 506;
    overflow: hidden;
    background: #222;
    color: #fff;
    text-decoration: none;
    isolation: isolate;
}

.mrs-card:hover,
.mrs-card:focus {
    color: #fff;
    text-decoration: none;
}

.mrs-card--no-link {
    cursor: default;
}

.mrs-card:focus-visible {
    outline: 4px solid #008ff5;
    outline-offset: 3px;
}

.mrs-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.001);
    transition: transform .45s ease;
    z-index: 1;
}

.mrs-card:hover .mrs-card-image {
    transform: scale(1.045);
}

.mrs-card-image--empty {
    display: block;
    background: #d9d9d9;
}

.mrs-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 46%, rgba(0,0,0,.74) 100%);
    z-index: 2;
}

.mrs-card-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 20px;
    z-index: 3;
}

.mrs-card-subtitle,
.mrs-card-title {
    display: block;
    color: #fff;
}

.mrs-card-subtitle {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
}

.mrs-card-title {
    font-size: clamp(21px, 2vw, 25px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.035em;
}

/* Screenshot-like active card outline. Remove this block if the live design should not show the blue active border. */
.mrs-swiper .swiper-slide-active .mrs-card {
    outline: 4px solid #008ff5;
    outline-offset: -4px;
}

.mrs-swiper-scrollbar.swiper-scrollbar {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: 2px;
    margin-top: 30px;
    background: #d9d9d9;
    border-radius: 0;
}

.mrs-swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    top: -1px;
    background: #111;
    border-radius: 0;
}

@media (max-width: 1024px) {
    .mrs-heading-wrap,
    .mrs-slider-wrap {
        /*width: min(100% - 64px, 1184px);*/
    }
}

@media (max-width: 767px) {
    .mrs-section {
        padding: 40px 0 34px;
    }

    .mrs-heading-wrap,
    .mrs-slider-wrap {
        /*width: min(100% - 28px, 1184px);*/
    }

    .mrs-heading-wrap {
        margin-bottom: 28px;
    }

    .mrs-title {
        font-size: clamp(34px, 10vw, 44px);
    }

    .mrs-card-content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    /*.mrs-swiper .swiper-slide {*/
    /*    width: 78vw;*/
    /*    max-width: 340px;*/
    /*}*/
}
