.fs-bundles {
    background-color: #f2efeb
}

.fs-bundles__wrapper {
    max-width: 1920px;
    padding-top: 50px;
    padding-bottom: 50px
}

.fs-bundles__items-wrapper {
    --active-switcher: 0;
    margin-top: 50px;
    overflow: hidden
}

.fs-bundles__items-wrapper--subscription {
    --active-switcher: 1
}

.fs-bundles__items-wrapper--subscription .fs-bundles__switcher.fs-bundles__switcher:first-child {
    color: #484847
}

.fs-bundles__items-wrapper--subscription .fs-bundles__switcher.fs-bundles__switcher:last-child {
    color: #fff
}

.fs-bundles__items-wrapper--subscription .fs-bundles__item[data-purchase-type=subscription] {
    display: flex
}

.fs-bundles__items-wrapper--subscription .fs-bundles__item[data-purchase-type=one-time] {
    display: none
}

.fs-bundles__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -20px
}

.fs-bundles__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 348px;
    margin-top: 20px;
    background-color: #fff
}

.fs-bundles__item[data-purchase-type=subscription] {
    display: none
}

.fs-bundles__item-image-wrapper {
    display: flex;
    align-items: center;
    -moz-column-gap: 4px;
    column-gap: 4px;
    padding-top: 18px;
    padding-right: 15px
}

.fs-bundles__item-image {
    --responsive-wrapper-max-width: 133px;
    --aspect-ratio: var(--mobile-aspect-ratio);
    flex-shrink: 0
}

.fs-bundles__item-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 12px 15px 20px
}

.fs-bundles__item-title {
    font-size: 18px;
    line-height: 1.1;
    text-align: left;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.fs-bundles__item-title a {
    text-decoration: none
}

.fs-bundles__item-best-seller {
    background-color: #66291e;
    padding: 10px 24px;
    font-weight: 700
}

.fs-bundles__item-best-seller--secondary {
    background-color: #fff;
    color: #66291E;
}

.fs-bundles__item-bottom-content {
    padding-top: 10px
}

.fs-bundles__item-price {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18182
}

.fs-bundles__item-price-label {
    font-size: 14px;
    font-weight: 400
}

.fs-bundles__item-compare {
    margin: 0;
    font-size: 17px;
    line-height: 1.52941;
    text-decoration: line-through
}

.fs-bundles__item-discount {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 9px 4px 6px;
    border-radius: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.26645;
    background-color: #af2b32
}

.fs-bundles__item-form,
.fs-bundles__item-button {
    margin-top: 16px;
}

.fs-bundles__switchers {
    position: relative;
    display: flex;
    max-width: 560px;
    margin: 0 auto 32px;
    padding: 4px;
    border: 2px solid #bf9983;
    border-radius: 100px
}

.fs-bundles__switchers:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    border-radius: 100px;
    background-color: #66291e;
    transition: translate .2s cubic-bezier(.4, 0, .2, 1);
    translate: calc(var(--active-switcher, 0) * 100%) 0
}

.fs-bundles__speak-bubble-wrapper {
    display: flex;
    justify-content: flex-end;
    max-width: 560px;
    margin: -8px auto 32px
}

.fs-bundles__speak-bubble {
    position: relative;
    background-color: #af2b32;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, .15))
}

.fs-bundles__speak-bubble:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    right: 32px;
    border: 18px solid transparent;
    border-top: none;
    border-bottom: 18px solid #af2b32
}

.fs-bundles__switcher.fs-bundles__switcher {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 8px;
    text-align: center;
    border-radius: 100px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    line-height: 1.1;
    color: #484847;
    white-space: normal;
    transition-property: color, background-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    z-index: 1;
}

.fs-bundles__switcher.fs-bundles__switcher:hover {
    background-color: transparent;
    border-radius: 100px;
    border: none;
}

.fs-bundles__switcher.fs-bundles__switcher:focus {
    outline: none;
    background-color: transparent;
    border-radius: 100px;
    border: none;
}

.fs-bundles__switcher.fs-bundles__switcher:first-child {
    color: #fff;
}

@media (-moz-touch-enabled: 0),(hover: hover) {
    .fs-bundles__switcher.fs-bundles__switcher:hover {
        background-color: rgba(102, 41, 30, .12549019607843137)
    }
}

.fs-bundles__benefits {
    max-width: 450px;
    margin: 32px auto 0
}

.fs-bundles__item-note {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.14286
}

.fs-bundles__item-total {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.18182
}

.fs-bundles__item-total-compare {
    text-decoration: line-through
}

.fs-bundles__item-savings {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.18182
}

@media only screen and (min-width: 480px) {
    .fs-bundles__item-image-wrapper {
        display: block;
        padding-top: 0;
        padding-right: 0
    }

    .fs-bundles__item-image {
        --responsive-wrapper-max-width: 100%;
        --aspect-ratio: var(--desktop-aspect-ratio)
    }

    .fs-bundles__item-title {
        display: flex;
        align-items: center;
        min-height: 52px;
        margin: 11px 26px 0;
        font-size: 22px;
        line-height: 26px
    }

    .fs-bundles__item-discount {
        top: 65px;
        padding: 6px 9px 6px 10px;
        border-radius: 0 15px 15px 0;
        font-size: 22px;
        line-height: 1.18182
    }

    .fs-bundles__item-bottom-content {
        margin-top: auto;
        padding-top: 16px
    }

    .fs-bundles__item-form,
    .fs-bundles__item-button {
        margin-top: 8px;
    }

    .fs-bundles__item-content {
        padding: 8px 26px 25px
    }
}

@media only screen and (min-width: 768px) {
    .fs-bundles__items {
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        margin: -20px -21px 0
    }

    .fs-bundles__item {
        width: calc(50% - 42px);
        margin: 65px 21px 0
    }

    .fs-bundles__item--labeled {
        margin-top: 20px
    }

    .fs-bundles__switchers {
        margin-bottom: 48px
    }

    .fs-bundles__switcher.fs-bundles__switcher {
        font-size: 15px;
        padding: 12px
    }

    .fs-bundles__speak-bubble-wrapper {
        margin-top: -20px;
        margin-bottom: 48px
    }
}

@media only screen and (min-width: 1024px) {
    .fs-bundles__wrapper {
        padding-top: 100px;
        padding-bottom: 100px
    }

    .fs-bundles__item {
        width: calc(33.33333% - 42px)
    }

    .fs-bundles__item--large {
        width: calc(50% - 42px)
    }
}

@media only screen and (min-width: 1440px) {
    .fs-bundles__item {
        width: calc(25% - 42px)
    }

    .fs-bundles__item--large {
        width: calc(50% - 42px)
    }
}