/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.SC-Header {
    -webkit-box-shadow: 0px 8px 12px 0px #52667a40;
    box-shadow: 0px 8px 12px 0px #52667a40;
}

.CB-Component {
    display: none;
}

.opt-topBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    height: 64px;
    width: 100%;
}

.opt-topBar .opt-ctaCompletePlan.opt-Planselected,
.opt-topBar .opt-ctaBasicPlan.opt-Planselected,
.opt-topBar .opt-containerCTAs.opt-onePlan .opt-ctaBasicPlan.opt-Planselected {
    background-color: #e8eff1;
    font-weight: 700;
    border-bottom: 4px solid #52667a;
}

.opt-containerCTAs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 83%;
    height: 100%;
}

.opt-containerCTAs.opt-onePlan > .opt-ctaBasicPlan {
    width: 100%;
}

.opt-topBar .opt-ctaCompletePlan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 100%;
    border-right: 1px solid var(--Colours-Principal-Principal-2, #b2c9d0);
    color: #52667a;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
}

.opt-topBar .opt-ctaCompletePlan:hover {
    font-weight: 700;
}

.opt-topBar .opt-ctaCompletePlan > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #403e41;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    background-color: #f2c659;
    border-radius: 4px;
    width: 120px;
    height: 21px;
    margin-left: 16px;
}

.opt-ctaBasicPlan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 100%;
    color: #52667a;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
    border-left: 1px solid var(--Colours-Principal-Principal-2, #b2c9d0);
}

.opt-ctaBasicPlan:hover {
    font-weight: 700;
}

.opt-ctaComparePlan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17%;
    height: 100%;
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    cursor: pointer;
    background-color: #52667a;
    border-left: 1px solid #b2c9d0;
}

.opt-ctaComparePlan > span {
    text-decoration: underline;
}

.opt-ctaComparePlan > svg {
    margin-left: 8px;
}

@media screen and (max-width: 1024px) {
    .opt-topBar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 104px;
    }

    .opt-topBar.opt-fixedd {
        position: fixed;
        top: 0px;
        -webkit-box-shadow: 0px 8px 12px 0px #52667a40;
        box-shadow: 0px 8px 12px 0px #52667a40;
        z-index: 10000;
    }

    .opt-ctaComparePlan,
    .opt-containerCTAs {
        width: 100%;
    }

    .opt-ctaComparePlan {
        height: 40px;
    }

    .opt-containerCTAs {
        height: 64px;
    }

    .opt-ctaBasicPlan {
        border-left: none;
        font-size: 16px;
    }

    .opt-topBar .opt-ctaCompletePlan {
        border-right: none;
        font-size: 16px;
    }

    .opt-topBar .opt-ctaCompletePlan > span {
        font-size: 10px;
    }

    .opt-ctaComparePlan {
        font-size: 14px;
        line-height: 20px;
    }

    .opt-topBar .opt-ctaCompletePlan.opt-Planselected,
    .opt-topBar .opt-ctaBasicPlan.opt-Planselected {
        background-color: #e8eff1;
        font-weight: 700;
        border-bottom: 4px solid #acd1d7;
    }

    .opt-004 .sc-container {
        margin-top: 35px;
    }
}

@media screen and (max-width: 720px) {
    .opt-topBar .opt-ctaCompletePlan {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .opt-topBar .opt-ctaCompletePlan > span {
        margin-left: 0px;
        margin-bottom: 5px;
    }

    .opt-ctaBasicPlan {
        position: relative;
    }

    .opt-ctaBasicPlan > span {
        position: absolute;
        bottom: 12px;
    }

    .opt-ctaBasicPlan > span.opt-basic {
        bottom: 6px;
    }
}

.opt-no-scroll {
    overflow: hidden;
    position: relative;
}

.opt-004 .SC-Breadcrumb {
    margin-bottom: 56px;
}

.opt-004 {
    overflow-x: hidden !important;
}

.opt-description-tab .anchor-product-content {
    display: block;
}

.opt-description-tab .anchor-product-content > br:nth-child(1),
.opt-description-tab .SC-ContentBlock {
    display: none;
}

.opt-sale-badge {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 2px 8px;
    background: var(--Sale-red, #e60000);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.opt-sale-badge + .sc-mb-small {
    margin: 24px 0 16px;
}

.opt-sale-badge + .sc-mb-small h1 {
    color: #303036;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.opt-product-sku {
    color: #6d6d78;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 16px;
}

.opt-special-offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 2px 0 2px 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    border-left: 3px solid #e60000;
    margin-bottom: 36px;
}

.opt-special-offer_title {
    color: #e60000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.opt-special-offer_text {
    color: #303036;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .opt-special-offer {
        display: none !important;
    }

    .opt-004 .SC-Breadcrumb {
        margin-bottom: 16px;
    }
}

#SC-ProductDisplayDetails > header > .sc-flex-row {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

#SC-ProductDisplayDetails > header > .sc-flex-row > * {
    font-size: 12px;
    margin: 0;
}

.opt-pricing-title {
    color: #303036;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    display: block;
    width: 100%;
    margin: 0 0 8px;
}

.opt-pricing {
    margin: 6px 0;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.opt-pricing > div {
    margin: 0;
}

.opt-pricing [data-spec-line-item-total-primary],
.opt-pricing [data-current-price],
.opt-pricing [data-line-item-amount],
.opt-pricing .opt-deposit {
    color: #52667a;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.opt-pricing > div:last-of-type:not([data-current-price]) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-left: 16px;
}

.opt-pricing-inner > .opt-pricing-total-price > span {
    font-weight: 600;
    color: #303036;
}

.opt-pricing [data-original-price] + [data-current-price],
.opt-pricing .opt-deposit {
    font-size: 24px;
}

.opt-pricing [data-spec-line-item-list-price-total],
.opt-pricing [data-original-price] {
    color: #6d6d78;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: line-through;
    margin-right: 16px;
}

.opt-features {
    border-top: 1px solid#b2c9d0;
    border-bottom: 1px solid #b2c9d0;
    background: #f7f7f8;
    padding: 24px 16px 24px 24px;
}

.opt-features-title {
    color: #303036;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.opt-features-title > a {
    margin-left: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.opt-features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    gap: 8px;
    color: #303036;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.opt-features-item p {
    margin: 0;
}

.opt-features-item svg {
    min-width: 25px;
}

.opt-features-item:not(:first-of-type) {
    margin-top: 16px;
}

.opt-004 .SC-AddToCart input[type='submit'],
.opt-004 [data-bundle-add-to-cart] {
    width: 100%;
    border-radius: 4px;
    background: #1b7d86;
    height: 48px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    text-transform: uppercase;
}

.opt-004 .SC-AddToCart input[type='submit']:hover,
.opt-004 [data-bundle-add-to-cart]:hover {
    background: #145e66;
}

.opt-package {
    margin: 32px 0 16px;
}

.opt-package-title {
    color: #303036;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.opt-package-grid {
    width: 302px;
    padding: 16px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #d7d7db;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}

.opt-package-grid:hover {
    border: 1.5px solid #52667a;
}

.opt-package-grid > span {
    color: #303036;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.opt-package-grid > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 13px 0;
    color: #52667a;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.opt-package-grid > div img {
    margin-bottom: 13px;
    max-width: 92px;
    width: 100%;
}

#SC-ProductDisplayDetails > .sc-gap-small {
    gap: 0px;
}

.opt-cvps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 0px 6px 80px;
    max-width: 473px;
    margin: 0 auto;
}

.opt-cvps-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #303036;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
}

.opt-cvps-item:nth-child(2) {
    padding-top: 5px;
}

.opt-cvps-item svg {
    fill: white;
}

/* Resmed specification outlier */
.opt-004 #SC-ContentBlockContainer-resmed-airsense-11-comparison-table-pdf,
.opt-004 #SC-ContentBlockContainer-resmed-airsense-11-accessories-pdf {
    padding: 0;
}

.opt-004 .TabPanel {
    margin: 60px 0 80px;
    position: relative;
}

.opt-004 [data-bundle-anchor-variants],
.opt-004 #SC-ProductDisplay + .sc-mb-spacious {
    position: relative;
}

.opt-004 [data-bundle-anchor-variants]:before,
.opt-004 #SC-ProductDisplay + .sc-mb-spacious:before {
    content: '';
    width: 100vw;
    height: calc(100% + 160px);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    background: #e8eff1;
}

.opt-004 .TabPanel_body {
    background: #fff;
    padding: 32px;
}

.opt-004 .TabPanel_tab {
    margin: 0;
}

.opt-004 .TabPanel_tab:not(:first-of-type):not(:nth-child(3)) {
    border-left: none;
}

.opt-004 .TabPanel_tab:first-of-type {
    border-top-right-radius: 0;
}

.opt-004 .TabPanel_tab:last-of-type {
    border-top-left-radius: 0;
}

.opt-004 .TabPanel_tab:not(:first-of-type):not(:last-of-type) {
    border-radius: 0 !important;
}

.opt-004 .TabPanel_tab.is-active {
    margin-bottom: -2px;
}

.opt-004 .SC-ProductImages {
    display: none;
}

.opt-product-images_carousel .slick-dots {
    display: none !important;
}

.opt-004 .opt-containerr-productVideos {
    width: 650px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.opt-004 .slick-dotted.slick-slider {
    margin-bottom: 24px;
    border: 0.92px solid #0000;
    border-radius: 3.69px;
    max-width: 549px;
}

.opt-product-images_carousel,
.opt-product-videos_main,
.opt-mobile-videos {
    width: 100%;
}

.opt-product-images_carousel .slick-slide,
.opt-product-videos_main .slick-slide,
.opt-mobile-videos .slick-slide {
    /* margin: 0 12px; */
    /*width: 100%!important;*/
}

.opt-product-images_carousel .slick-track,
.opt-product-videos_main .slick-track,
.opt-mobile-videos .slick-track {
    /* left: -10.7%; */
    /*width: 100%!important;*/
}

.opt-product-images .slick-arrow:before,
.opt-product-videos_main .slick-arrow:before,
.opt-mobile-videos .slick-arrow:before {
    content: unset !important;
}

.opt-product-images .slick-arrow,
.opt-product-videos_main .slick-arrow,
.opt-mobile-videos .slick-arrow {
    z-index: 2;
}

.opt-product-images_carousel .slick-prev,
.opt-product-videos_main .slick-prev,
.opt-mobile-videos .slick-prev {
    left: 0;
}

.opt-product-images_carousel .slick-next,
.opt-product-videos_main .slick-next,
.opt-mobile-videos .slick-next {
    right: 0;
}

.opt-product-images_thumbs-carousel {
    margin-top: 0px;
}

.opt-004 .opt-product-videos_thumbs {
    max-width: 104px;
}

.opt-product-images_thumbs-carousel .slick-prev,
.opt-product-videos_thumbs .slick-prev {
    display: none !important;
}

.opt-product-images_thumbs-carousel .slick-next,
.opt-product-videos_thumbs .slick-next {
    right: 10px;
}

.opt-product-videos_thumbs .slick-next:before {
    content: unset !important;
}

.opt-product-images_thumbs-carousel .slick-list,
.opt-product-videos_thumbs .slick-list {
    /*width: calc(100% - 44px);*/
    width: 100%;
    margin-right: 28px;
}

.opt-product-images_thumbs-carousel .slick-list {
    margin-right: 24px;
}

.slick-slider .slick-list {
    padding: 0px !important;
    max-width: 549px;
    width: 100%;
}

.opt-product-images_thumbs-carousel .slick-track {
    width: 78px !important;
}

.opt-product-images_thumbs-carousel .slick-track,
.opt-product-videos_thumbs .slick-track {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.opt-product-image,
.opt-product-videos_main iframe,
.opt-mobile-videos iframe {
    border-radius: 4px;
    border: 1px solid #d7d7db;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
}

.opt-product-image {
    /*border: none;*/
}

.opt-product-image img {
    width: 100%;
    margin: 0 auto;
    height: 409px;
    -o-object-fit: contain;
    object-fit: contain;
}

.opt-product-videos_main iframe {
    height: 330px;
    max-width: 549px;
    width: 100%;
}

.opt-mobile-videos iframe {
    height: 150px;
}

iframe.opt-product-image {
    height: 420px;
}

.opt-single-image .opt-product-images_thumbs-carousel .slick-track {
    left: -2px;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.opt-004 .SC-ProductDisplay_images {
    max-width: 650px;
    margin-right: 64px;
}

.opt-004 .SC-ProductDisplay_images .opt-product-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.opt-004 .sc-container {
    max-width: 1272px;
    margin-top: 35px;
}

.opt-product-thumbnail {
    width: 78px !important;
    height: 78px;
    border-radius: 2px;
    border: 1px solid #d7d7db;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    margin-bottom: 8px;
}

.opt-product-thumbnail:last-child {
    margin-bottom: 0px;
}

.opt-product-videos_thumbs-item {
    width: 78px !important;
    height: 46.57px;
    border-radius: 2px;
    border: 0.58px solid #e4e4e4;
    margin: 0 4px 8px;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
}

.opt-product-videos_thumbs-item:last-child {
    margin-bottom: 0px;
}

.opt-product-videos_thumbs-item.slick-current {
    border-color: #403e41;
}

.opt-product-thumbnail.slick-current {
    border-color: #6d6d78;
}

@media screen and (min-width: 1024px) {
    .slick-prev,
    .slick-next {
        min-width: 29px;
        min-height: 59px;
    }
}

.opt-no-linethrough {
    text-decoration: none !important;
}

.opt-004 .SC-ProductDisplay_badges {
    display: none;
}

.opt-text {
    margin-top: 32px;
}

.opt-004 #SC-ProductDisplayDetails > header + .sc-me-large {
    display: none;
}

.opt-004 [data-bundle] > *:not(form):not([class*='opt-']) {
    display: none;
}

[data-bundle-add-to-cart-form] + .opt-cvps {
    margin-top: -18px;
}

.opt-004 #you-can-also-find-this-machine-in-a,
.opt-004 #you-can-also-find-this-machine-in-a + div {
    display: none;
}

.opt-package-product.opt-004 #SC-ProductDisplayDetails > header + .sc-me-large {
    display: block;
}

.opt-package-product .opt-pricing {
    margin: 0;
}

.opt-pricing.opt-border {
    border-top: 1px solid #b2c9d0;
    padding: 24px 0;
}

.opt-pricing.opt-border > .opt-no-linethrough {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-left: 0;
}

.opt-pricing.opt-border:last-of-type {
    margin-bottom: 32px !important;
}

.opt-pricing-view {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.opt-pricing-view span {
    color: #303036;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
}

.opt-pricing-trade-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-left: 0 !important;
}

.opt-tooltip-content {
    display: none;
}

.opt-tooltip.active .opt-tooltip-content {
    display: block;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 16px 24px;
    border-radius: 16px;
    background: #e8eff1;
    width: 346px;
    color: #303036;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.opt-tooltip.active .opt-tooltip-content:after {
    content: '';
    width: 18px;
    height: 54px;
    background: url('data:image/svg+xml,<svg width="18" height="54" viewBox="0 0 18 54" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2319_5025)"><mask id="mask0_2319_5025" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="15" width="21" height="23"><path d="M19.1035 15.9322L-0.00726128 26.9658L19.1035 37.9994L19.1035 15.9322Z" fill="%23C4C4C4"></path></mask><g mask="url(%23mask0_2319_5025)"><path d="M30.7559 9.20471L-0.00722122 26.9658L30.7559 44.7269L30.7559 9.20471Z" fill="%23E8EFF1"></path></g></g><defs><clipPath id="clip0_2319_5025"><rect width="54" height="18" fill="white" transform="matrix(0 1 -1 0 18 0)"></rect></clipPath></defs></svg>')
        center/cover no-repeat;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.opt-tooltip {
    cursor: pointer;
    position: relative;
    top: -4px;
    left: 2px;
    margin-right: auto;
}

.opt-pricing-trade-in .box {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 4px;
    border: 1px solid #6d6d78;
    cursor: pointer;
}

.opt-choose {
    padding: 23px 0;
    margin: 8px 0;
    width: 100%;
    position: relative;
}

.opt-choose + .opt-choose {
    padding-top: 0;
}

.opt-choose-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #303036;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.opt-choose-head > a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: underline;
}

.opt-choose-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.opt-choose-grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px;
    color: #303036;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #d7d7db;
    gap: 3px;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.opt-choose-grid-item.active {
    border: 1.5px solid #52667a;
    background: #f7f7f8;
}

.opt-choose-grid.two-cols {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.opt-choose-grid.two-cols > div {
    padding-top: 22px;
}

.opt-choose-grid.two-cols img {
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80%;
}

.opt-choose-grid.three-cols {
    grid-template-columns: repeat(3, 1fr);
}

.opt-choose-grid:not(.two-cols) .opt-choose-grid-item:nth-child(2) {
    gap: 7px;
}

.opt-choose-grid-item svg {
    margin-top: 18px;
    fill: white;
}

.opt-choose-error {
    margin: 16px 0 0;
    color: #e10b16;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    display: none;
}

.opt-choose.has-error .opt-choose-error {
    display: block;
}

.opt-choose.has-error:after,
.opt-choose-options.has-error:after {
    content: '';
    width: calc(100% + 48px);
    height: 100%;
    background: #fff8f8;
    position: absolute;
    left: -24px;
    top: 0;
    z-index: -1;
}

.opt-choose-options.has-error {
    position: relative;
    padding-bottom: 16px;
}

.opt-choose-options {
    margin-top: -16px;
}

.opt-choose-options > label {
    color: #303036;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 16px 0 8px;
    position: relative;
}

.opt-choose-options label:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 5.80005L8 11.8L14 5.80005" stroke="%23171C38" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>')
        center/cover no-repeat;
    position: absolute;
    top: 45px;
    right: 16px;
    z-index: 2;
}

.opt-choose-options > select {
    width: 100%;
    padding: 10px 16px;
    border-radius: 4px;
    border: 0.5px solid #afafb6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: #fff;
    color: #303036;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.opt-airmini-mask-label label {
    margin: 0;
}

.opt-complete-care {
    color: #6d6d78;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 2px 0 2px 5px;
    border-left: 3px solid #f2c725;
    margin: 12px 0;
}

.opt-pricing-inner {
    margin-left: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 4px;
}

.opt-pricing-total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #6d6d78;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 16px;
}

/* .opt-pricing-total-price > span {
    font-weight: 600;
    color: #303036;
} */

.opt-description-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.opt-description-grid > .opt-first-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
}

.opt-description-grid > img {
    max-width: calc(100% - 410px);
    width: 669px;
    margin-left: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.opt-004 #SC-BundleProducts {
    padding-top: 16px;
}

.opt-pricing.opt-border .opt-no-linethrough:last-of-type {
    margin-left: 4px;
}

.opt-pricing.opt-border {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.opt-pricing.opt-border [data-spec-line-item-total-primary] {
    font-size: 24px;
}

.opt-pricing.opt-border .opt-no-linethrough {
    margin-left: 4px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

.opt-004 #SC-ProductDisplayDetails hr {
    display: none;
}

.opt-plan {
    display: none;
}

.opt-plan_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #303036;
    opacity: 0.5;
    z-index: 10000000000;
    display: none;
}

.opt-plan_popup {
    width: 100%;
    max-width: 576px;
    max-height: 100svh;
    border-radius: 10px 0px 0px 10px;
    background: #fff;
    padding: 50px 24px 48px;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 10000000001;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow-y: auto;
}

.opt-plan_popup::-webkit-scrollbar {
    display: none;
}

.opt-plan_popup.active {
    right: 0;
}

.opt-plan_popup-close {
    position: absolute;
    cursor: pointer;
    top: 29px;
    right: 29px;
}

.opt-plan_popup-title {
    color: #303036;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
}

.opt-plan_popup-text {
    margin: 16px 0 40px;
    color: #303036;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.opt-plan_popup-small-text {
    color: #303036;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 40px 0 0;
}

.opt-plan_popup-table {
    border-collapse: collapse;
    position: relative;
    width: calc(100% - 11px);
}

.opt-plan_popup-table:not(.opt-no-after):after {
    content: '';
    width: 100px;
    height: calc(100% + 38px);
    position: absolute;
    right: 0;
    top: -23px;
    border-radius: 15px;
    border: 1px solid #b2c9d0;
    background: rgba(178, 201, 208, 0.03);
    z-index: -1;
}

.opt-plan_popup-table.opt-no-after td:nth-child(3),
.opt-plan_popup-table.opt-no-after th:nth-child(n + 2) {
    opacity: 0;
    -ms-touch-action: none;
    touch-action: none;
}

.opt-plan_popup-table .big {
    min-width: 336px;
    text-align: left;
    padding: 8px 24px 16px;
    color: #303036;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    vertical-align: top;
}

.opt-plan_popup-table th:not(.big) {
    color: #52667a;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    vertical-align: top;
    min-width: 100px;
}

.opt-plan_popup-table tr:not(:last-of-type),
.opt-plan_popup-table thead {
    border-bottom: 1px solid #cbd3dd;
}

.opt-plan_popup-table tr > td:first-of-type {
    padding: 16px 24px;
}

.opt-plan_popup-table tr > td h6 {
    margin: 0 0 12px;
    color: #303036;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.opt-plan_popup-table tr > td ul li,
.opt-plan_popup-table tr > td p {
    color: #303036;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.opt-plan_popup-table tr > td ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6px;
}

.opt-plan_popup-table tr > td.price {
    color: #52667a;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 8px;
}

.opt-plan_popup-table tr > td.price > b {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}

.opt-plan_popup-table tr > td.price > span {
    display: block;
    font-weight: 400;
    margin-top: 18px;
}

.opt-plan_popup-table tr > td svg {
    margin: 0 auto;
    display: block;
}

.opt-plan_popup-table tr:nth-child(n + 4) td h6 {
    margin: 0;
}

.opt-plan_popup-table .opt-learn-more {
    margin: 24px 0 0;
    display: block;
    color: #52667a;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-decoration-line: underline;
}

.opt-add-ons {
    width: 100%;
    padding: 24px;
    border-radius: 4px;
    border: 1px solid #b2c9d0;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 22px;
}

.opt-add-ons-title {
    color: #212121;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}

.opt-add-ons-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.opt-add-ons-product-image {
    min-width: 120px;
    width: 120px;
    padding: 13px 14px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    background: #fff;
}

.opt-add-ons-product-image img {
    width: 100%;
    height: 100%;
}

.opt-add-ons-product > div:nth-child(2) {
    padding: 12px 0 12px 16px;
    max-width: 155px;
}

.opt-add-ons-product-title {
    color: #212121;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.opt-add-ons-product-price {
    color: #52667a;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 8px 0 0;
}

.opt-add-ons-product-qty {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath d='M2 5.19995L8 11.2L14 5.19995' stroke='%23212121' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 22px center;
    appearance: none;
    -webkit-appearance: none; /* To Safari */
    -moz-appearance: none; /* To Firefox */
    max-width: 116px;
    width: 100%;
    height: 48px;
    /*padding: 10px 24px 10px 21px;*/ /* 21px fixes overlap when image is missing */
    padding-right: 18px;
    border-radius: 4px;
    border: 1px solid #d7d7db;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: auto;
    text-align: center;
}

.opt-add-ons-product.opt-updated:after {
    content: 'Quantity updated';
    color: rgba(0, 205, 0);
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 12px;
}

.opt-learn-more-link {
    cursor: pointer;
}

.opt-new-description-title {
    margin-bottom: -4px !important;
    color: #303036;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.opt-new-description {
    position: relative;
    width: calc(100% - 24px);
}

.opt-new-description > div {
    margin-top: 0;
    height: 486px;
    overflow: hidden;
}

.opt-new-description > div.opt-opeen {
    margin-top: 0;
    height: 100%;
}

.opt-new-description .opt-readMore.opt-opeen .opt-ooverlay {
    display: none;
}

.opt-new-description ul:first-of-type {
    list-style-type: decimal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.opt-new-description h2 {
    color: #303036;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
    margin-bottom: 0;
}

.opt-new-description-more {
    color: #00f;
    text-decoration: underline;
    margin: 4px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    display: none !important;
}

.opt-new-description p[style='text-align:center'] {
    display: none !important;
}

.opt-description-popup {
    width: calc(100vw - 32px);
    max-width: 800px;
    height: 600px;
    max-height: calc(100vh - 24px);
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    display: none;
}

.opt-new-description .opt-readMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;

    font-style: normal;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    color: #52667a;
    margin-left: 4.5px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 1px solid var(--Colours-Principal-Principal-2, #b2c9d0);
}

.opt-new-description .opt-readMore .opt-svgReadMore {
    fill: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transaform 0.5s ease;
    transition: transaform 0.5s ease;
}

.opt-new-description .opt-readMore.opt-opeen .opt-svgReadMore {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.opt-new-description.alt-clamp .sc-mb.sc-mt {
    position: relative;
}

.opt-ooverlay {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 120px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.sc-gap {
    gap: 16px;
}

.opt-description-popup div[id*='SC-ContentBlock-purchase-options-buttons'] {
    display: none !important;
}

.opt-overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
    display: none;
}

.opt-description-popup-close {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    cursor: pointer;
}

.opt-description-popup > div {
    overflow-y: scroll;
    max-height: calc(100% - 40px);
    margin-top: 16px;
    padding-right: 16px;
}

.opt-description-popup > div::-webkit-scrollbar {
    width: 5px;
    background: #ccc;
}

.opt-description-popup > div::-webkit-scrollbar-thumb {
    background: #000;
}

.opt-description-popup .opt-description-grid,
.opt-new-description .opt-description-grid {
    display: block;
}

.opt-description-popup .opt-description-grid > img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    height: 100%;
}

.opt-new-description .opt-description-grid > img,
.opt-new-description .SC-ContentBlock {
    display: none;
}

.opt-oos-button {
    width: 100%;
    border-radius: 4px;
    background: #aaa;
    height: 48px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Hide control rental */
.opt-004 div[data-bundle-price]:not(.opt-pricing) {
    display: none;
}

.opt-product-videos {
    margin-top: 40px;
}

.opt-product-videos_title {
    color: var(--Colours-Neutral-100-Black-texts, #303036);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.opt-inclusions-table {
    max-width: 650px;
    padding: 32px;
    border-radius: var(--Rounded-corners-M, 8px);
    border: 1px solid var(--Colours-Neutral-400-Light-grey, #e4e4e4);
    background: #eff2f4;
    margin-top: 40px;
    margin-bottom: 24px;
}

.opt-inclusions-table_title {
    margin: 0 0 16px;
    color: var(--Colours-Neutral-100-Black-texts, #303036);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.opt-inclusions-table .opt-disclaimers,
.opt-container-table .opt-disclaimers {
    padding: 24px 16px 0;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6d6d78;
}

.opt-container-table .opt-disclaimers {
    padding: 16px 0 0;
}

.opt-paragraph-table {
    font-style: normal;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #303036;
    margin-bottom: 24px;
}

.opt-container-table {
    max-width: 602px;
    background-color: #fff;
    border-radius: 16px;
    padding: 24px 20px;
}

.opt-container-table .opt-titles-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 82px;
}

.opt-container-table.opt-tablePlan11Elite .opt-titles-table,
.opt-container-table.opt-tablePlan11Elite .opt-starterPack-1,
.opt-container-table.opt-tablePlan11Elite .opt-starterPack-2,
.opt-container-table.opt-tablePlan11Elite .opt-starterPack-3,
.opt-container-table.opt-tablePlan11Elite .opt-containerPrice {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.opt-container-table .opt-titles-table .opt-featuress {
    font-style: normal;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #303036;
    margin: 0px;
    max-width: 300px;
    width: 100%;
    text-align: center;
}

.opt-container-table .opt-titles-table .opt-basicPlan,
.opt-container-table .opt-titles-table .opt-completeCare {
    font-style: normal;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #52667a;
    margin: 0px;
    text-align: center;
    width: 131px;
    padding: 24px 8px 12px;
}

.opt-container-table .opt-titles-table .opt-completeCare {
    position: relative;
    border-width: 0px 1px;
    border-style: solid;
    border-color: var(--Colours-Principal-Principal-2, #b2c9d0);
    background-color: #b2c9d00d;
}

.opt-container-table .opt-titles-table .opt-completeCare .opt-recommended {
    position: absolute;
    top: -17px;
    left: -1px;
    width: 101.5%;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #403e41;
    background-color: #f2c659;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #f2c659;
}

.opt-starterPack {
    font-style: normal;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #52667a;
    background-color: #e8eff1;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px;
}

.opt-starterPack-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid var(--Colours-Principal-Principal-5, #e8eff1);
}

.opt-starterPack-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid var(--Colours-Principal-Principal-5, #e8eff1);
}

.opt-starterPack-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid var(--Colours-Principal-Principal-5, #e8eff1);
}

.opt-starterPack-1 > .opt-container-1,
.opt-starterPack-3 > .opt-container-1 {
    max-width: 300px;
    width: 100%;
    padding: 8px 24px 16px;
}

.opt-starterPack-1 > .opt-container-1 > h3 {
    font-style: normal;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #303036;
}

.opt-starterPack-3 > .opt-container-1 > h3 {
    font-style: normal;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #303036;
    margin-top: 8px;
}

.opt-starterPack-1 > .opt-container-1 > ul,
.opt-starterPack-3 > .opt-container-1 > ul {
    margin: 4px 0px 0px;
    padding-left: 27px;
}

.opt-containerPrice.opt-price {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.opt-containerPrice.opt-price > h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.opt-starterPack-1 > .opt-container-1 > ul > li,
.opt-starterPack-3 > .opt-container-1 > ul > li {
    font-style: normal;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6d6d78;
}

.opt-starterPack-1 > .opt-containerSVG {
    width: 131px;
    height: 138px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.opt-starterPack-2 > .opt-containerSVG {
    width: 131px;
    min-height: 56px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.opt-starterPack-3 > .opt-containerSVG {
    width: 131px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.opt-starterPack-1 > .opt-containerSVG:last-child,
.opt-starterPack-2 > .opt-containerSVG:last-child,
.opt-starterPack-3 > .opt-containerSVG:last-child {
    border-width: 0px 1px;
    border-style: solid;
    border-color: var(--Colours-Principal-Principal-2, #b2c9d0);
    background-color: #b2c9d00d;
}

.opt-containerPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.opt-containerPrice > h3 {
    padding-left: 24px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #303036;
    max-width: 300px;
    width: 100%;
    margin-bottom: 0px;
}

.opt-containerPrice .opt-prices {
    max-width: 123px;
    width: 100%;
    padding: 19px 0px;
    border-radius: 0px 0px 4px 4px;
}

.opt-container-table.opt-tablePlan11Elite .opt-prices {
    max-width: 131px;
}

.opt-containerPrice .opt-prices:last-child {
    border-bottom: 1px solid #b2c9d0;
    border-left: 1px solid #b2c9d0;
    border-right: 1px solid #b2c9d0;
    background-color: #b2c9d00d;
}

.opt-containerPrice .opt-prices > p:first-child {
    font-style: normal;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #52667a;
    text-align: center;
    margin: 0px;
}

.opt-containerPrice .opt-prices > p:last-child {
    font-style: normal;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #52667a;
    text-align: center;
    margin: 0px;
}

.opt-spanPrice {
    font-weight: 700;
    font-style: normal;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 140%;
    color: #52667a;
    text-align: center;
}

.opt-fortnight {
    font-style: normal;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #52667a;
    text-align: center;
    margin: 0px;
}

.opt-plusMobile {
    display: none;
}

.opt-single-title {
    max-width: 300px;
    width: 100%;
    padding: 0px 24px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #303036;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.opt-inclusions-table img {
    width: 100%;
    height: 100%;
}

.opt-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 690px;
    padding: 8px 24px;
    min-height: 56px;
    border-radius: 8px;
    border: 1px solid #acd1d7;
}

.opt-download .opt-download-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.opt-download svg {
    min-width: 20px;
    min-height: 20px;
    fill: none;
}

.opt-download:not(:first-of-type) {
    margin-top: 16px;
}

.opt-download span {
    color: #6d6d78;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.opt-download-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    color: #52667a;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.56px;
    text-decoration: underline;
    text-transform: uppercase;
}

.opt-download + p {
    display: none;
}

.opt-other-plans {
    padding: 80px 24px;
}

.opt-other-plans_inner {
    max-width: 1144px;
    margin: 0 auto;
}

.opt-other-plans_title {
    margin-bottom: 40px;
    color: #303036;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.opt-other-plans .opt-tooltip {
    display: none !important;
}

.opt-mobile-accordions {
    display: none;
    gap: 16px;
}

.opt-mobile-accordion {
    width: 100%;
}

.opt-mobile-accordion_head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 48px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #acd1d7;
    color: #52667a;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    background: #fff;
}

.opt-mobile-accordion_head > span.opt-titleTab {
    color: #52667a;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    background: #fff;
    max-width: 250px;
}

.opt-mobile-accordion.active .opt-mobile-accordion_head > span.opt-titleTab {
    background: #e8eff1;
}

.opt-mobile-accordion_head svg {
    fill: none;
}

.opt-mobile-accordion_head p {
    margin-bottom: 0;
}

.opt-mobile-accordion_head span {
    font-weight: 400;
}

.opt-mobile-accordion_body {
    display: none;
    padding: 16px;
    border-right: 1px solid #b2c9d0;
    border-bottom: 1px solid #b2c9d0;
    border-left: 1px solid #b2c9d0;
    background: #fff;
}

.opt-mobile-accordion.active .opt-mobile-accordion_head {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #acd1d7;
    background: #e8eff1;
}

.opt-mobile-accordion.active .opt-mobile-accordion_head svg {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.opt-mobile-accordion.active .opt-mobile-accordion_body {
    display: block;
    border-radius: 0px 0px 8px 8px;
}

.opt-other-plans.opt-SOV-005:nth-of-type(1) {
    display: block;
}

.opt-other-plans.opt-SOV-005:nth-of-type(2) {
    display: none;
}

/* Tooltip fixes */
@media (min-width: 1025px) and (max-width: 1700px) {
    .opt-tooltip.active .opt-tooltip-content {
        left: unset;
        right: calc(100% + 20px);
    }

    .opt-tooltip.active .opt-tooltip-content:after {
        right: -18px;
        -webkit-transform: translateY(-50%) scaleX(-1);
        transform: translateY(-50%) scaleX(-1);
    }
}

@media (max-width: 767px) {
    .opt-tooltip.active .opt-tooltip-content {
        left: unset;
        right: calc(100% + 20px);
    }

    .opt-tooltip.active .opt-tooltip-content:after {
        right: -18px;
        -webkit-transform: translateY(-50%) scaleX(-1);
        transform: translateY(-50%) scaleX(-1);
    }

    .opt-tooltip-content {
        max-width: 83vw;
        padding: 8px !important;
    }

    .opt-product-images .slick-next,
    .opt-product-images .slick-prev {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important;
    }
}

@media screen and (max-width: 1250px) {
    .opt-product-images_carousel .slick-slide,
    .opt-product-videos_main .slick-slide,
    .opt-mobile-videos .slick-slide {
        /* width: 485px !important; */
    }

    .opt-product-images_carousel .slick-track {
        margin-bottom: 16px;
        /* left: 0%; */
        /* width: fit-content !important; */
    }
}

@media screen and (max-width: 1152px) {
    .opt-004 .SC-ProductDisplay_images {
        max-width: 600px;
    }

    .opt-004 .slick-dotted.slick-slider,
    .opt-004 .opt-containerr-productVideos {
        max-width: 497px;
    }

    .opt-starterPack-2 > .opt-containerSVG,
    .opt-starterPack-1 > .opt-containerSVG,
    .opt-starterPack-3 > .opt-containerSVG,
    .opt-container-table .opt-titles-table .opt-basicPlan,
    .opt-container-table .opt-titles-table .opt-completeCare,
    .opt-container-table.opt-tablePlan11Elite .opt-prices,
    .opt-container-table.opt-tablePlan11Elite .opt-prices,
    .opt-container-table.opt-tablePlan11Elite .opt-prices {
        max-width: 25%;
        width: 100%;
        height: auto;
    }

    .opt-starterPack-1 > .opt-container-1,
    .opt-starterPack-3 > .opt-container-1,
    .opt-container-table .opt-titles-table .opt-featuress {
        max-width: 50%;
    }

    .opt-starterPack-1 {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media screen and (max-width: 1088px) {
    .opt-004 .SC-ProductDisplay_images {
        max-width: 540px;
    }

    .opt-004 .slick-dotted.slick-slider,
    .opt-004 .opt-containerr-productVideos {
        max-width: 440px;
    }

    .opt-starterPack-2 > .opt-containerSVG,
    .opt-starterPack-1 > .opt-containerSVG,
    .opt-starterPack-3 > .opt-containerSVG,
    .opt-container-table .opt-titles-table .opt-basicPlan,
    .opt-container-table .opt-titles-table .opt-completeCare,
    .opt-container-table.opt-tablePlan11Elite .opt-prices,
    .opt-container-table.opt-tablePlan11Elite .opt-prices,
    .opt-container-table.opt-tablePlan11Elite .opt-prices {
        max-width: 28.4%;
    }

    .opt-starterPack-1 > .opt-container-1,
    .opt-starterPack-3 > .opt-container-1,
    .opt-container-table .opt-titles-table .opt-featuress {
        max-width: 43.2%;
    }
}

/* Tablet Fixes */
@media (min-width: 1025px) and (max-width: 1250px) {
    .opt-004 .SC-ProductDisplay_images {
        /*max-width: 600px;*/
    }
}

@media screen and (max-width: 1104px) {
    .opt-add-ons-product-qty {
        background-position: right 15px center;
    }
}

@media screen and (max-width: 1088px) {
    .opt-add-ons-product-qty {
        background-position: right 22px center;
    }
}

@media screen and (max-width: 1044px) {
    .opt-add-ons-product-qty {
        background-position: right 15px center;
    }
}

@media screen and (max-width: 1030px) {
    .opt-add-ons-product-qty {
        background-position: right 9px center;
    }
}

@media screen and (max-width: 1024px) {
    .opt-add-ons-product-qty {
        background-position: right 22px center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .opt-004 .SC-ProductDisplay_images {
        max-width: 95vw;
    }

    .slick-track .SC-CardGrid_item {
    }
}

/* Mobile Styling */
@media screen and (max-width: 1024px) {
    .opt-004 .SC-ProductDisplay_images .opt-product-images {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0px 24px;
    }

    .opt-004 .slick-dotted.slick-slider {
        margin: 0px auto 21px;
    }

    #SC-ProductDisplay {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .opt-cvps {
        max-width: unset;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        padding: 32px 0px;
        border-top: 1px solid #b2c9d0;
        margin-top: 40px;
    }

    .opt-product-videos,
    .opt-inclusions-table {
        display: none;
    }

    .opt-004 .SC-ProductDisplay_images {
        margin-bottom: 0 !important;
    }

    .opt-product-images_thumbs-carousel {
        display: none !important;
    }

    .opt-004 .SC-ProductDisplay_details {
        margin-top: 40px;
    }

    .opt-004,
    html {
        overflow-x: hidden;
        width: 100vw;
    }

    .opt-product-images_carousel .slick-prev {
        left: calc(0px);
    }

    .opt-complete-care {
        display: none;
    }

    .opt-description-grid {
        display: block;
    }

    .opt-description-grid > img {
        max-width: 100%;
    }

    .opt-product-images_carousel .slick-dots,
    .opt-mobile-videos .slick-dots,
    .opt-other-plans_grid .slick-dots {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: calc(100vw);
        padding: 0 24px;
        border-radius: 3px;
        overflow: hidden;
        left: calc(50%);
        bottom: -48px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .opt-mobile-videos .slick-dots,
    .opt-other-plans_grid .slick-dots {
        width: 100%;
        left: 50%;
    }

    .opt-product-images_carousel .slick-dots > li button,
    .opt-mobile-videos .slick-dots > li button,
    .opt-other-plans_grid .slick-dots > li button {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 6px;
        background: #b2c9d0;
    }

    .opt-product-images_carousel .slick-dots > li.slick-active button,
    .opt-mobile-videos .slick-dots > li.slick-active button,
    .opt-other-plans_grid .slick-dots > li.slick-active button {
        background: #52667a;
        border-radius: 3px !important;
    }

    .opt-product-images_carousel .slick-dots > li button:before,
    .opt-mobile-videos .slick-dots > li button:before,
    .opt-other-plans_grid .slick-dots > li button:before {
        display: none;
    }

    .opt-product-images_carousel .slick-dots > li,
    .opt-mobile-videos .slick-dots > li,
    .opt-other-plans_grid .slick-dots > li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
        width: auto;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .opt-product-images_carousel .slick-dots > li:first-of-type button,
    .opt-mobile-videos .slick-dots > li:first-of-type button,
    .opt-other-plans_grid .slick-dots > li:first-of-type button {
        border-radius: 3px 0 0 3px;
    }

    .opt-product-images_carousel .slick-dots > li:last-of-type button,
    .opt-mobile-videos .slick-dots > li:last-of-type button,
    .opt-other-plans_grid .slick-dots > li:last-of-type button {
        border-radius: 0 3px 3px 0;
    }

    .opt-mobile-accordions {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .opt-mobile-accordions + .opt-new-description-title,
    .opt-new-description-title + .opt-new-description {
        /*display: none;*/
    }

    .opt-mobile-accordions + .opt-new-description-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .opt-new-description-title + .opt-new-description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .opt-add-ons {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .opt-mobile-accordions > .opt-mobile-accordion:nth-of-type(2) {
        display: none;
    }

    .opt-mobile-accordions + .TabPanel {
        display: none !important;
    }

    .opt-004 [data-bundle-anchor-variants]:before,
    .opt-004 #SC-ProductDisplay + .sc-mb-spacious:before {
        height: calc(100% + 100px);
    }

    .opt-004 .sc-container {
        padding: 0 24px;
    }

    .opt-004 .opt-download-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }

    .opt-container-table {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }

    .opt-container-table .opt-titles-table .opt-featuress,
    .opt-single-title,
    .opt-starterPack-1 > .opt-container-1,
    .opt-starterPack-3 > .opt-container-1,
    .opt-containerPrice > h3 {
        max-width: 53.38%;
    }

    .opt-container-table .opt-titles-table .opt-basicPlan,
    .opt-container-table .opt-titles-table .opt-completeCare,
    .opt-starterPack-1 > .opt-containerSVG,
    .opt-starterPack-2 > .opt-containerSVG,
    .opt-starterPack-3 > .opt-containerSVG,
    .opt-containerPrice .opt-prices {
        max-width: none;
        width: 23.31%;
        min-height: 56px;
        height: auto;
    }

    .opt-starterPack-1,
    .opt-starterPack-2,
    .opt-container-table .opt-titles-table {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .opt-single-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .opt-container-table .opt-titles-table .opt-featuress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        font-size: 18px;
        line-height: 140%;
    }

    .opt-container-table .opt-titles-table .opt-basicPlan,
    .opt-container-table .opt-titles-table .opt-completeCare {
        font-size: 12px;
        text-align: center;
        padding: 16px 0px 8px;
    }

    .opt-container-table .opt-titles-table .opt-completeCare .opt-recommended {
        font-size: 9px;
        top: -14px;
    }

    .opt-mobile-accordion.active .opt-mobile-accordion_body {
        padding: 24px 12px;
    }

    .opt-mobile-accordion .opt-mobile-accordion_body .opt-container-table .opt-titles-table {
        height: 58px;
    }

    .opt-starterPack-1 > .opt-container-1 > h3,
    .opt-starterPack-3 > .opt-container-1 > h3,
    .opt-single-title {
        font-size: 14px;
    }

    .opt-starterPack-1 > .opt-container-1 > ul > li,
    .opt-starterPack-3 > .opt-container-1 > ul > li {
        font-size: 14px;
    }

    .opt-starterPack-1 > .opt-container-1,
    .opt-starterPack-3 > .opt-container-1,
    .opt-single-title {
        padding: 0px;
    }

    .opt-features-title > a.opt-learn-more-link {
        display: none;
    }

    .opt-starterPack-1 > .opt-container-1 > h3 {
        margin-top: 8px;
    }

    .opt-starterPack-1 > .opt-container-1 > ul {
        margin-bottom: 16px;
    }

    .opt-container-table.opt-tablePlan11Elite .opt-prices {
        max-width: 23.31%;
    }

    .opt-other-plans.opt-SOV-005:nth-of-type(1) {
        display: none;
    }

    .opt-other-plans.opt-SOV-005:nth-of-type(2) {
        display: block;
    }
}

@media screen and (max-width: 390px) {
    .opt-container-table .opt-titles-table .opt-completeCare .opt-recommended {
        font-size: 7px;
        top: -11px;
    }
}

@media screen and (max-width: 767px) {
    body.mobile-menu-open .opt-topBar.opt-fixedd {
        display: none;
    }

    .opt-sale-badge + .sc-mb-small h1 {
        font-size: 20px;
        line-height: 28px;
    }

    .opt-004 .SC-ProductDisplay_details {
    }

    .opt-004 .SC-ProductDisplay_images {
        margin-bottom: 0 !important;
        margin: 0 auto;
    }

    .opt-product-images_carousel .slick-prev {
        left: calc(0px);
    }

    .opt-product-images_thumbs-carousel {
        display: none;
    }

    .opt-sale-badge + .sc-mb-small {
        margin: 16px 0;
    }

    .opt-pricing [data-spec-line-item-total-primary],
    .opt-pricing [data-current-price] {
        font-size: 24px;
    }

    .opt-pricing [data-spec-line-item-list-price-total],
    .opt-pricing [data-original-price] {
        font-size: 16px;
        margin-right: 8px;
    }

    .opt-pricing > div:last-of-type:not(:first-of-type) {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 8px;
    }

    .opt-pricing.opt-border > .opt-no-linethrough {
        font-size: 14px;
        margin-left: 0 !important;
    }

    .opt-pricing-trade-in {
        width: 100%;
    }

    .opt-pricing-trade-in .opt-tooltip {
        margin-left: auto;
        margin-right: 0;
        top: 0;
        left: 0;
    }

    .opt-pricing-trade-in .opt-tooltip svg {
        width: 20px;
        height: 20px;
    }

    .opt-features {
        padding: 24px;
    }

    .opt-features-item {
        font-size: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .opt-features-item svg {
        width: 18px;
        min-width: 18px;
    }

    .opt-004 [data-bundle-anchor-variants]:before {
        height: calc(100% + 100px);
    }

    .opt-description-popup {
        height: 800px;
    }
}

@media screen and (max-width: 575px) {
    .opt-004 .SC-ProductDisplay_details {
        width: 100%;
    }

    .opt-004 .SC-ProductDisplay_images {
        width: 100vw;
        margin-left: -24px;
        margin-bottom: 0 !important;
    }

    .opt-product-images_carousel .slick-prev {
        left: calc(0px);
    }

    .opt-add-ons-product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .opt-add-ons-product-qty {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-top: 14px;
        background-position: right 44% center;
    }

    .opt-add-ons-product > div:nth-child(2) {
        max-width: calc(100% - 120px);
    }

    .opt-product-image img {
        height: 53vw;
    }

    iframe.opt-product-image {
        height: 53vw;
    }

    .opt-add-ons-product.opt-updated {
        padding-bottom: 30px;
    }

    .opt-add-ons-product.opt-updated:after {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        bottom: 0;
    }

    .opt-004 .TabPanel_tab {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        border-top: 1px solid var(--sc-shade-light);
    }

    .opt-004 .TabPanel_tab.is-active {
        background: white;
        border-bottom: 1px solid transparent;
        color: var(--color-grey-brown);
    }

    .opt-004 .TabPanel_body:not(.sc-hide) {
        display: block;
    }

    .opt-004 .TabPanel_mobile {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
    }

    .opt-new-description {
        max-height: unset;
        max-width: 100vw;
    }

    #SC-ProductDisplayDetails > section.sc-me-large {
        padding-right: 12px;
    }

    .opt-mobile-accordion_body .SC-Traits {
        overflow-x: auto;
    }

    .opt-mobile-accordion_body .SC-Traits_category_trait {
        grid-template-columns: 1fr 1fr;
    }

    .opt-mobile-accordion_body .SC-Traits_category_trait * {
        font-size: 14px;
    }

    .opt-container-table .opt-titles-table .opt-basicPlan,
    .opt-container-table .opt-titles-table .opt-completeCare,
    .opt-starterPack-1 > .opt-containerSVG,
    .opt-starterPack-2 > .opt-containerSVG,
    .opt-starterPack-3 > .opt-containerSVG,
    .opt-containerPrice .opt-prices {
        max-width: 26%;
        width: 100%;
    }

    .opt-container-table.opt-tablePlan11Elite .opt-prices,
    .opt-containerPrice.opt-price .opt-prices {
        max-width: 26%;
        width: 100%;
    }

    .opt-containerPrice .opt-prices {
        padding: 19px 2px;
    }

    .opt-plusMobile {
        display: inline;
        font-weight: 400;
    }

    .opt-plusDesktop {
        display: none;
    }
}

/* Popup Mobile */
@media screen and (max-width: 571px) {
    .opt-plan_popup-table .big {
        min-width: 40vw;
        padding-left: 0;
        padding-right: 0;
        font-size: 20px;
        line-height: 28px;
    }

    .opt-plan_popup-title {
        font-size: 20px;
        line-height: 28px;
    }

    .opt-plan_popup-table tr > td:first-of-type {
        padding-left: 0;
        padding-right: 0;
    }

    .opt-plan_popup-table tr > td p,
    .opt-plan_popup-table tr > td ul li {
        font-size: 12px;
    }

    .opt-plan_popup-table tr > td h6 {
        font-size: 14px;
    }
}

@media screen and (max-width: 511px) {
    .opt-add-ons-product-qty {
        background-position: right 43% center;
    }
}

@media screen and (max-width: 465px) {
    .opt-add-ons-product-qty {
        background-position: right 41% center;
    }
}

@media screen and (max-width: 395px) {
    .opt-add-ons-product-qty {
        background-position: right 40% center;
    }
}

@media screen and (max-width: 380px) {
    .opt-plan_popup-table th:not(.big) {
        min-width: 80px;
    }

    .opt-plan_popup-table:not(.opt-no-after):after {
        width: 80px;
    }
}

@media screen and (max-width: 374px) {
    .opt-add-ons-product-qty {
        background-position: right 37% center;
    }

    .opt-container-table.opt-tablePlan11Elite .opt-prices,
    .opt-containerPrice.opt-price .opt-prices {
        max-width: 31%;
        width: 100%;
    }
}
