.SC-Grid {
    padding: 12px 0;
}

.SC-Grid_sidebar.SC-Grid_sidebar_spacious {
    display: none;
}

.SC-Modal .SC-Modal_inner {
    border-radius: 20px 20px 16px 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.SC-Modal_inner_header.sc-ps-large.sc-pt-large.sc-pb-small {
    background: #52667a;
    border-radius: 16px 16px 0px 0px;
    padding: 24px 64px;
}

.SC-Grid .SC-Grid_main .sc-pt-small.sc-pb-base.sc-ps-large {
    padding-left: 0;
    padding-right: 0;
    max-height: 500px !important;
}

.opt-is-cushion .SC-Grid .SC-Grid_main .sc-pt-small.sc-pb-base.sc-ps-large {
    max-height: 306px !important;
    overflow: visible !important;
}

.SC-Grid .SC-Grid_main .sc-pt-small.sc-pb-base.sc-ps-large .SC-OptionCard.SC-OptionCard-parent {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.SC-Modal_inner_footer.sc-ps-large {
    border: none;
    padding: 20px 64px;
}

.SC-Modal .SC-Modal_inner .SC-Modal_inner_header > h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #fff;
}

.opt-spanBack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
}

.opt-spanBack > p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    margin: 0px;
}

.opt-spanBack > svg {
    fill: none;
    margin-left: 4px;
}

.opt-qntMasksFound,
.opt-qntCushionFound {
    margin: 40px 40px 0px 40px;
    background: #dae5e8;
    padding: 8px 20px;
    border-radius: 12px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #303036;
}

.opt-qntCushionFound {
    margin-top: 10px;
}

button[data-add-option-to-bundle][disabled].SC-Button.SC-Button-primary {
    background: #b5b5b5;
    border-color: #b5b5b5;
}

.opt-is-mask button[data-add-option-to-bundle].SC-Button.SC-Button-primary {
    display: none;
}

.opt-buttonAddToCart[disabled] {
    background: #b5b5b5;
}

.opt-buttonAddToCart > .btn-price {
    display: none;
}

.opt-buttonAddToCart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #1b7d86;
    border-radius: 4px;
    width: 266px;
    height: 48px;

    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
}

.opt-svgClose {
    display: none;
}

.opt-buttonSkip {
    display: none;
}

.opt-maskChoose .opt-maskChoose {
    padding-top: 40px;
}

.opt-maskChoose.opt-cushion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(225, 224, 220, 0.2);
    border: 1px solid #e8eff1;
    border: 1px solid var(--Colours-Principal-Principal-5, #e8eff1);
    padding: 14px 16px 16px 16px;
    border-radius: 16px;
    gap: 16px;
}

.opt-maskChoose.opt-cushion .opt-containerCTA.opt-cushion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.opt-maskChoose.opt-cushion .opt-containerCTA.opt-cushion .opt-cushionTitle {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #303036;
    margin-bottom: 0px;
}

.opt-maskChoose.opt-cushion .opt-containerCTA.opt-cushion .opt-containerCTAcushion {
    --column-count: 1;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    grid-gap: 12px;
    gap: 12px;

    grid-template-columns: repeat(1, minmax(0%, 100%));

    grid-template-columns: repeat(var(--column-count), minmax(0%, 100%));
}

.opt-maskChoose.opt-cushion .opt-containerCTA.opt-cushion .opt-containerCTAcushion[data-option-count='1'] {
        --column-count: 1;
    }

.opt-maskChoose.opt-cushion .opt-containerCTA.opt-cushion .opt-containerCTAcushion[data-option-count='2'] {
        --column-count: 2;
    }

.opt-maskChoose.opt-cushion .opt-containerCTA.opt-cushion .opt-containerCTAcushion[data-option-count='3'] {
        --column-count: 3;
    }

.opt-maskChoose .opt-maskTitle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #303036;
    margin-bottom: 16px;
}

.opt-maskChoose .opt-maskTitle > svg {
    fill: #8b8e9c;
}

.opt-maskChoose .opt-containerCTA {
    max-width: 767px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
}

.opt-maskChoose .opt-ctaButton {
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #303036;
    height: 64px;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.opt-maskChoose .opt-ctaButton.opt-selected,
.opt-maskChoose .opt-ctaButton:hover {
    border: 2px solid #82aeb8;
    background: #e9f1f3;
}

.SC-Modal .SC-Modal_inner {
    max-width: 895px !important;

    height: -webkit-fit-content;

    height: -moz-fit-content;

    height: fit-content;

    max-height: -webkit-calc(100vh - 48px);

    max-height: -moz-calc(100vh - 48px);

    max-height: calc(100vh - 48px);
}

.sov-mask-selection-modal .SC-Modal.is-active {
    visibility: visible;
}

.SC-Modal.is-active.opt-is-mask {
    z-index: 9999999999;
}

.opt-imageMobileCushion {
    display: none;
}

.SC-Modal.is-active .SC-Modal_inner .SC-Modal_inner_body {
    overflow: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
}

#SC-Main .SC-Grid .SC-Grid_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
}

[data-bundle-filterable]::-webkit-scrollbar {
        width: 12px;
    }

[data-bundle-filterable]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
        width: 12px;
    }

[data-bundle-filterable]::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
        border: 3px solid #f1f1f1;
    }

[data-bundle-filterable]::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }

@media screen and (min-width: 540px) and (max-width: 991px) {
        .opt-maskChoose.opt-cushion .opt-containerCTA.opt-cushion .opt-containerCTAcushion[data-even] {
            --column-count: 2;
        }

        .opt-maskChoose.opt-cushion .opt-containerCTA.opt-cushion .opt-containerCTAcushion[data-odd] {
            --column-count: 3;
        }
}

@media only screen and (min-width: 992px) {
    #SC-Main .SC-Grid .SC-Grid_main {
        grid-column: main;
        padding: 0 64px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
        .opt-maskChoose.opt-cushion .opt-containerCTA.opt-cushion .opt-containerCTAcushion[data-even] {
            --column-count: 2;
        }

        .opt-maskChoose.opt-cushion .opt-containerCTA.opt-cushion .opt-containerCTAcushion[data-odd] {
            --column-count: 3;
        }
}

@media screen and (min-width: 1024px) {

.opt-maskChoose.opt-cushion .opt-containerCTA.opt-cushion .opt-containerCTAcushion {
        --column-count: 4
}
}

@media screen and (max-width: 1000px) {
    .opt-buttonAddToCart > .btn-price {
        display: block;
        margin-left: 10px;
    }

    .SC-Modal.is-active .SC-Modal_inner {
        top: auto;
        left: auto;
        bottom: 0px;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
                transform: none;
        border-radius: 0px;
        max-width: 100% !important;
    }

    .SC-Modal_inner_header.sc-ps-large.sc-pt-large.sc-pb-small {
        border-radius: 0px;
        padding: 20px 41.5px;
    }

    .SC-Modal .SC-Modal_inner .SC-Modal_inner_header > h2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0px;
        text-align: center;
        vertical-align: middle;
    }

    .opt-spanBack {
        display: none;
    }

    .SC-Grid .SC-Grid_main .sc-pt-small.sc-pb-base.sc-ps-large {
        padding: 0;
        margin-bottom: 16px;
    }

    .opt-svgClose {
        display: block;
        position: absolute;
        right: 0px;
        top: -48px;
    }

    .SC-Modal_inner_footer.sc-ps-large {
        padding: 8px;
    }

    .opt-buttonAddToCart {
        width: 100%;
    }

    #SC-Main .SC-Grid .SC-Grid_main,
    #SC-Main .SC-Grid .SC-Grid_sidebar.SC-Grid_sidebar_spacious {
        padding: 0px 20px !important;
        grid-column: main;
    }

    .opt-qntCushionFound,
    .opt-qntMasksFound {
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }

    .opt-buttonSkip {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1.5px solid #1b7d86;
        border: 1.5px solid var(--Colours-Principal-Teal, #1b7d86);
        width: 100%;
        height: 48px;
        margin-top: 8px;
        border-radius: 4px;

        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #1b7d86;
    }

    .SC-Modal_inner_footer.sc-ps-large {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .SC-Modal.is-active .SC-Modal_inner .SC-Modal_inner_body {
        padding: 0px 0px 0px 0px;
    }

    .opt-is-cushion .SC-Grid .SC-Grid_main .sc-pt-small.sc-pb-base.sc-ps-large {
        max-height: 445px !important;
    }

    .SC-Modal.is-active .SC-Modal_inner .SC-Modal_inner_body .SC-Grid {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(0%, 100%);
    }

    .SC-Grid .SC-Grid_main .sc-pt-small.sc-pb-base.sc-ps-large .SC-OptionCard.SC-OptionCard-parent {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 767px) {
    .SC-Modal_inner_body.sc-m-none.sc-p-none .SC-Grid {
        display: block;
    }
}

@media screen and (max-width: 520px) {
    .SC-Grid .SC-Grid_main .sc-pt-small.sc-pb-base.sc-ps-large {
        overflow-y: scroll !important;
    }

    .opt-maskChoose .opt-ctaButton {
        font-size: 14px;
    }

    .opt-imageMobileCushion {
        display: block;
    }

    .opt-containerCTA.opt-cushion .opt-cushionTitle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 16px;
    }

    .opt-imageDesktopCushion {
        display: none;
    }
}

.sov-mask-selection-modal .opt-popupWarning {
    padding: 24px;
    position: absolute;
    top: -30px;
    right: 37px;
    background: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 28.1px 0px rgba(0, 0, 0, 0.12941);
    box-shadow: 0px 4px 28.1px 0px rgba(0, 0, 0, 0.12941);
    z-index: 999;
    max-width: 730px;
    width: 100%;
}

.sov-mask-selection-modal .opt-popupWarning.opt-hideWarningPopUp {
    display: none;
}

.sov-mask-selection-modal .opt-popupWarning .opt-titleWarning {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #303036;
    margin-bottom: 8px;
}

.sov-mask-selection-modal .opt-popupWarning .opt-textWarning {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #303036;
    margin: 0px;
}

.sov-mask-selection-modal .opt-popupWarning .opt-svgWarning {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.sov-mask-selection-modal .opt-popupWarning .opt-chevronWarning {
    position: absolute;
    bottom: -6px;
    left: 34px;
}

.sov-mask-selection-modal .opt-chooseAMask .opt-maskTitle > svg {
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .sov-mask-selection-modal .opt-popupWarning {
        top: -140px;
        right: auto;
        left: 180px;
        max-width: 435px;
    }
}

@media screen and (max-width: 988px) {
    .sov-mask-selection-modal .opt-popupWarning {
        left: 170px;
    }
}

@media screen and (max-width: 970px) {
    .sov-mask-selection-modal .opt-popupWarning {
        left: 160px;
    }
}

@media screen and (max-width: 950px) {
    .sov-mask-selection-modal .opt-popupWarning {
        left: 150px;
    }
}

@media screen and (max-width: 930px) {
    .sov-mask-selection-modal .opt-popupWarning {
        left: 140px;
    }
}

@media screen and (max-width: 910px) {
    .sov-mask-selection-modal .opt-popupWarning {
        left: 130px;
    }
}

@media screen and (max-width: 890px) {
    .sov-mask-selection-modal .opt-popupWarning {
        left: 120px;
    }
}

@media screen and (max-width: 870px) {
    .sov-mask-selection-modal .opt-popupWarning {
        left: 110px;
    }
}

@media screen and (max-width: 850px) {
    .sov-mask-selection-modal .opt-popupWarning {
        left: 100px;
    }
}

@media screen and (max-width: 830px) {
    .sov-mask-selection-modal .opt-popupWarning {
        left: 90px;
    }
}

@media screen and (max-width: 810px) {
    .sov-mask-selection-modal .opt-popupWarning {
        left: 85px;
    }
}

@media screen and (max-width: 540px) {
    .sov-mask-selection-modal .opt-popupWarning {
        max-width: 335px;
        left: 85px;
    }

    .sov-mask-selection-modal .opt-popupWarning .opt-titleWarning {
        font-family: Montserrat;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0px;
    }

    .sov-mask-selection-modal .opt-popupWarning .opt-textWarning {
        font-family: Montserrat;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 140%;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 430px) {
    .sov-mask-selection-modal .opt-popupWarning {
        max-width: 335px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .sov-mask-selection-modal .opt-popupWarning .opt-chevronWarning {
        left: 70px;
    }
}

@media screen and (max-width: 410px) {
    .sov-mask-selection-modal .opt-popupWarning .opt-chevronWarning {
        left: 83px;
    }
}

@media screen and (max-width: 390px) {
    .sov-mask-selection-modal .opt-popupWarning .opt-chevronWarning {
        left: 96px;
    }
}

@media screen and (max-width: 374px) {
    .sov-mask-selection-modal .opt-popupWarning {
        max-width: 300px;
        top: -130px;
    }

    .sov-mask-selection-modal .opt-popupWarning .opt-svgWarning {
        right: -3px;
        top: -3px;
    }

    .sov-mask-selection-modal .opt-popupWarning .opt-chevronWarning {
        left: 88px;
    }
}

@media screen and (max-width: 350px) {
    .sov-mask-selection-modal .opt-popupWarning .opt-chevronWarning {
        left: 98px;
    }
}

@media screen and (max-width: 330px) {
    .sov-mask-selection-modal .opt-popupWarning .opt-chevronWarning {
        left: 108px;
    }
}
