/** Shopify CDN: Minification failed

Line 162:0 Unexpected "}"

**/
body[bs-ab-005] .shopify-section:has(+ .shopify-section .bs-results) .rich-text {
    border-bottom: 1px solid #D5D5D5;
    margin-left: 20px;
    margin-right: 20px;
}

.shopify-section:has(.bs-results) {
    margin-top: 48px;
    margin-bottom: 48px;
    display: none;
}

body[bs-ab-005] .shopify-section:has(.bs-results) {
    display: block;
}

.bs-results {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.bs-results__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bs-results__title {
    font-size: 32px;
    line-height: normal;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.bs-results__description * {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #000;
}

.bs-results__description *:first-child {
    margin-top: 0;
}

.bs-results__description *:last-child {
    margin-bottom: 0;
}

.bs-results__swiper-container {
    max-width: 667px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bs-results__swiper {
    overflow-x: hidden;
}

.bs-results__swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bs-results__swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.bs-results__thumbs-swiper {
    overflow: hidden;
}

.bs-results__thumbs-swiper .swiper-slide {
    opacity: .3;
    border: 1px solid transparent;
    aspect-ratio: 1 / 1;
    transition: opacity .3s ease, border .3s ease;
}

.bs-results__thumbs-swiper .swiper-slide:hover {
    cursor: pointer;
}

.bs-results__thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #000;
}

.bs-results__thumbs-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.bs-results__product-link {
    background: #000;
    color: #fff;
    padding: 0 16px;
    border: 1px solid #F7E6CB;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.bs-results__product-link span {
    border-left: 1px solid #F9F9F0;
    padding: 16px 2px 16px 18px;
    display: flex;
}

@media (min-width: 768px) {
    body[bs-ab-005] .shopify-section:has(+ .shopify-section .bs-results) .rich-text {
        border-bottom: none;
        margin-left: unset;
        margin-right: unset;
    }

    .shopify-section:has(.bs-results) {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .bs-results {
        gap: 60px;
        align-items: center;
    }

    .bs-results__swiper-container {
        padding: 16px;
        background: #F1F1E5;
        gap: 20px;
    }

    .bs-results__header {
        max-width: 437px;
        text-align: center;
    }

    .bs-results__title {
        font-size: 36px;
    }

    .bs-results__description {
        font-size: 20px;
    }

    .bs-results__product-link
}

@media (min-width: 1024px) {
    .bs-results {
        flex-direction: row;
        justify-content: space-between;
    }

    .bs-results__header {
        text-align: start;
    }

    .bs-results__swiper-container {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .bs-results__swiper-container {
        max-width: 667px;
    }
}