body.cpap-mask-bundle-active .cpap-mask-bundle-form > .single_variation_wrap {
    display: none !important;
}

body.cpap-mask-bundle-active .cpap-mask-bundle-form > .quantity,
body.cpap-mask-bundle-active .cpap-mask-bundle-form > .single_add_to_cart_button {
    display: none !important;
}

.single form.cart.sticky .cpap-mask-bundle,
.cpap-desktop-sticky-cart .cpap-mask-bundle {
    display: none !important;
}

.single form.cart.sticky.cpap-mask-bundle-form > .single_variation_wrap {
    display: block !important;
}

.single form.cart.sticky.cpap-mask-bundle-form > .quantity,
.single form.cart.sticky.cpap-mask-bundle-form > .single_add_to_cart_button {
    display: inline-flex !important;
}

.cpap-mask-bundle,
.cpap-mask-bundle * {
    box-sizing: border-box;
}

.cpap-mask-bundle {
    --cpap-bundle-blue: #3285d4;
    --cpap-bundle-border-blue: #82b8eb;
    --cpap-bundle-green: #8cc63f;
    --cpap-bundle-text: #111;
    --cpap-bundle-muted: #5c5c5c;
    width: 100%;
    margin-top: 30px;
    color: var(--cpap-bundle-text);
    font-family: inherit;
}

.cpap-mask-bundle__heading {
    margin: 0 0 14px;
    padding: 0;
    color: var(--cpap-bundle-text);
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.25;
}

.cpap-mask-bundle__options {
    display: grid;
    gap: 14px;
}

.cpap-mask-bundle__card {
    position: relative;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 14px;
    width: 100%;
    margin: 0;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    background: #fff;
    color: var(--cpap-bundle-text);
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.cpap-mask-bundle__card:hover {
    border-color: #aaa;
}

.cpap-mask-bundle__card.is-selected {
    padding: 18px;
    border: 3px solid var(--cpap-bundle-border-blue);
}

.cpap-mask-bundle__card.is-disabled {
    opacity: .48;
    cursor: not-allowed;
}

.cpap-mask-bundle__card > input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.cpap-mask-bundle__radio {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    border: 3px solid #a9a9a9;
    border-radius: 50%;
    background: #fff;
}

.cpap-mask-bundle__card.is-selected .cpap-mask-bundle__radio {
    border-color: var(--cpap-bundle-blue);
    background: var(--cpap-bundle-blue);
}

.cpap-mask-bundle__card.is-selected .cpap-mask-bundle__radio::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
    content: '';
    transform: translate(-50%, -50%);
}

.cpap-mask-bundle__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: var(--cpap-bundle-muted);
    font-size: 14px;
    line-height: 1.28;
}

.cpap-mask-bundle__copy > strong,
.cpap-mask-bundle__title-row > strong {
    color: var(--cpap-bundle-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.cpap-mask-bundle__title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    column-gap: 12px;
}

.cpap-mask-bundle__price {
    color: var(--cpap-bundle-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.cpap-mask-bundle__card > .cpap-mask-bundle__price {
    margin-left: 12px;
}

.cpap-mask-bundle__card--double .cpap-mask-bundle__copy {
    grid-column: 2 / 4;
}

.cpap-mask-bundle__separate-line {
    margin-top: 2px;
}

.cpap-mask-bundle__regular-price {
    color: var(--cpap-bundle-muted);
}

.cpap-mask-bundle__different-size {
    display: inline;
    width: auto;
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none !important;
    box-shadow: none !important;
    color: #17558f;
    font: inherit;
    line-height: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.cpap-mask-bundle__different-size:hover,
.cpap-mask-bundle__different-size:focus {
    color: #0c3e6d;
    text-decoration: underline;
}

.cpap-mask-bundle__second-size {
    display: grid;
    grid-template-columns: auto minmax(120px, 1fr);
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.cpap-mask-bundle__second-size[hidden] {
    display: none !important;
}

.cpap-mask-bundle__second-size label {
    color: var(--cpap-bundle-text);
    font-size: 13px;
    font-weight: 700;
}

.cpap-mask-bundle__second-size select {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 36px 0 12px;
    border: 1px solid #bbb;
    border-radius: 9px;
    background-color: #fff;
    font: inherit;
}

.cpap-mask-bundle__benefit {
    display: grid;
    grid-template-columns: 23px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    max-width: 390px;
    margin-top: 14px;
}

.cpap-mask-bundle__check svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #555;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.cpap-mask-bundle__badge {
    align-self: flex-start;
    margin-top: 14px;
    padding: 5px 13px;
    border-radius: 13px;
    background: #cfe5fa;
    color: #14548f;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
}

.cpap-mask-bundle__free-shipping {
	margin: 0;
}

.cpap-mask-bundle__free-shipping.cpap-free-shipping-active {
	margin: 18px 0 0;
}

.cpap-mask-bundle__free-shipping .cpap-free-shipping-label {
    font-size: 14px;
    font-weight: 600 !important;
}

.cpap-mask-bundle__free-shipping.cpap-free-shipping-active + .cpap-mask-bundle__add {
	margin-top: 12px !important;
}

.cpap-mask-bundle__add {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    min-height: 78px;
    margin: 18px 0 0 !important;
    padding: 18px 24px !important;
    border: 0 !important;
    border-radius: 15px !important;
    background: var(--cpap-bundle-green) !important;
    box-shadow: none !important;
    color: #050505 !important;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.15;
    text-transform: none;
    cursor: pointer;
    transition: filter .18s ease, opacity .18s ease, transform .18s ease;
}

.cpap-mask-bundle__add-main {
    display: block;
}

.cpap-mask-bundle__add-detail {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
}

.cpap-mask-bundle__add-detail[hidden] {
    display: none !important;
}

.cpap-mask-bundle__add:hover:not(:disabled):not(.is-disabled) {
    filter: brightness(.94);
    transform: translateY(-1px);
}

.cpap-mask-bundle__add:disabled,
.cpap-mask-bundle__add.is-disabled {
    opacity: .48;
    cursor: not-allowed;
}

.cpap-mask-bundle__add.is-loading {
    cursor: wait;
}

.cpap-mask-bundle__error {
    margin-top: 10px;
    padding: 10px 12px;
    border: 1px solid #c92a2a;
    border-radius: 8px;
    background: #fff2f2;
    color: #9f1717;
    font-size: 14px;
}

.cpap-mask-bundle__delivery {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    margin-top: 20px;
    padding: 20px 22px;
    border-radius: 14px;
    background: #fbfbfa;
}

.cpap-mask-bundle__delivery[hidden] {
    display: none !important;
}

.cpap-mask-bundle__delivery-icon {
    padding-top: 1px;
    color: #087a0a;
}

.cpap-mask-bundle__delivery-icon svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
}

.cpap-mask-bundle__delivery-copy {
    display: grid;
    gap: 8px;
    color: var(--cpap-bundle-muted);
    font-size: 14px;
    line-height: 1.28;
}

.cpap-mask-bundle__delivery-title {
    color: var(--cpap-bundle-text);
}

.cpap-mask-bundle__delivery-title strong,
.cpap-mask-bundle__dispatch strong {
    color: var(--cpap-bundle-text);
    font-weight: 700;
}

.cpap-mask-bundle__reorder-note {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    margin: 20px 0 50px;
    color: var(--cpap-bundle-muted);
    font-size: 14px;
    line-height: 1.25;
}

.cpap-mask-bundle__reorder-icon svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

@media (max-width: 690px) {
    .cpap-mask-bundle {
        margin-top: 24px;
    }

    .cpap-mask-bundle__card {
        grid-template-columns: 30px minmax(0, 1fr) auto;
        gap: 10px;
        padding: 16px;
        border-radius: 17px;
    }

    .cpap-mask-bundle__card.is-selected {
        padding: 14px;
    }

    .cpap-mask-bundle__radio {
        width: 27px;
        height: 27px;
    }

    .cpap-mask-bundle__copy,
    .cpap-mask-bundle__delivery-copy {
        font-size: 14px;
    }

    .cpap-mask-bundle__copy > strong,
    .cpap-mask-bundle__title-row > strong,
    .cpap-mask-bundle__price {
        font-size: 14px;
    }

    .cpap-mask-bundle__second-size {
        grid-template-columns: 1fr;
    }

    .cpap-mask-bundle__add {
        min-height: 66px;
        font-size: 18px;
    }

    .cpap-mask-bundle__delivery {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 10px;
        padding: 17px 15px;
    }

    .cpap-mask-bundle__delivery-icon svg {
        width: 26px;
        height: 26px;
    }
}
