.drawer--cto {
    background: transparent;
    transition: visibility var(--duration-long) ease-in-out, background-color var(--duration-long) ease-in-out
}

.drawer__inner--cto {
    width: 72rem;
    max-width: 100vw;
    border: none;
    padding: 0;
    transition: transform var(--duration-long) ease-in-out
}

.drawer--cto.active {
    background-color: #00000080
}

.continue_link--cto,
.continue_link--cto .billboard_icon {
    margin: 0 !important
}

cto-cart-drawer cart-items {
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1;
    overscroll-behavior: none
}

cto-cart-drawer cart-items .cart-items {
    margin: 0;
    padding: 0 16px
}

cto-cart-drawer cart-items tbody {
    flex-direction: column-reverse;
    gap: 8px
}

cto-cart-drawer cart-items::-webkit-scrollbar {
    width: 3px
}

cto-cart-drawer cart-items::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-foreground), .7);
    border-radius: 100px
}

cto-cart-drawer cart-items::-webkit-scrollbar-track-piece {
    margin-top: 31px
}

.cart-drawer .cart-item__media--cto {
    width: 60px;
    height: 60px
}

.cart-drawer .cart-item__row--care {
    margin-top: 8px
}

.cart-drawer .cart-item__row--care .cart-item__image {
    padding: 10px
}

.cart-drawer .cart-item__details--cto {
    padding-left: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.cart-drawer .cart-item__details .cart-item__name--cto {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin: 0
}

.cart-item__cto-price {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #000;
    letter-spacing: normal
}

.drawer__header--cto {
    padding: 32px
}

.drawer__heading--cto {
    color: #121212;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
    padding: 0 16px
}

.drawer__footer--cto {
    background-color: #f2f2f2;
    border-top: none;
    padding: 24px 32px;
    text-align: center
}

.drawer__footer--cto .inner {
    display: flex;
    justify-content: center;
    gap: 16px
}

.cto-cart-totals {
    padding-bottom: 8px;
    border-bottom: .4px solid #D9D9D9;
    margin-bottom: 16px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: normal
}

.cto-cart-totals strong {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal
}

.cto-cart-totals .cart-payment-blocks__link {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    cursor: pointer
}

.drawer__close--cto {
    min-width: 21px;
    min-height: 21px;
    position: relative;
    top: 0;
    right: 0
}

.drawer__close--cto svg {
    width: 21px;
    height: 21px
}

.cart-drawer--cto .cart-item__row {
    padding: 0 !important
}

.cart-drawer--cto .two-not-added,
.cart-drawer--cto .two-added {
    grid-column: 2/4 !important;
    margin: 0 16px 0 0
}

.cart-drawer--cto .four-not-added,
.cart-drawer--cto .four-added {
    grid-column: 4 !important;
    grid-row: 1 !important;
    margin: 0 !important
}

.button--cto-cart {
    color: rgb(var(--color-button-text)) !important;
    max-height: 48px;
    padding: 16px 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px
}

.drawer__footer--cto .inner>* {
    flex-grow: 1;
    width: 50%
}

.drawer__footer--cto .expedited-checkout .apple-button {
    width: 100%;
    margin-bottom: 8px;
    -apple-pay-button-type: check-out !important
}

.expedited-checkout .apple-button--cto {
    display: flex !important;
    border-radius: 32px !important;
    gap: 4px;
    width: 214px;
    min-width: 214px;
    height: 52px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border: 1.2px solid #000;
    margin: 0 auto
}

.expedited-checkout .apple-button--cto .apple-button--cto__text {
    color: #fff;
    text-align: center;
    font-family: var(--font-body-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: normal
}

.expedited-checkout .apple-button--cto .apple-button--cto__icon {
    background-image: -webkit-named-image(apple-pay-logo-white);
    width: 39px;
    height: 26px;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-top: 2px
}

.drawer__footer--cto .expedited-checkout .checkout-button {
    margin: 8px auto 0;
    display: flex;
    white-space: nowrap
}

.drawer__divider--cto {
    margin: 32px 0
}

.drawer__divider--cto--mobile {
    margin: 16px 0 32px
}

.cto-gwp-items__inner {
    display: flex;
    gap: 20px;
    padding: 0 32px
}

.cto-gwp-item {
    display: flex;
    flex-direction: column;
    width: 204px;
    min-width: 204px;
    padding: 20px;
    border-radius: 8px;
    border: .4px solid #D9D9D9;
    background: #fff;
    position: relative
}

.cto-gwp-item.incart {
    border: 1.2px solid #0071E3
}

.cto-gwp-item__badge {
    position: absolute;
    border-radius: 8px 0;
    padding: 8px;
    top: -.4px;
    left: -.4px;
    background-color: #5856d6;
    color: #fff;
    font-family: var(--font-body-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: normal
}

.cto-gwp-item.incart .cto-gwp-item__badge {
    top: -1.2px;
    left: -1.2px
}

.cto-gwp-item__title {
    color: #000 !important;
    font-family: var(--font-body-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .36px;
    margin-top: 20px;
    margin-bottom: 8px;
    display: block
}

.cto-gwp-item__price {
    color: #000;
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: normal;
    margin-bottom: 4px
}

.cto-gwp-item__price-slashed {
    color: #666;
    font-family: var(--font-body-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-decoration: line-through;
    letter-spacing: normal;
    margin-bottom: 8px
}

.cto-gwp-item .learnmore {
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 600;
    margin-bottom: 8px
}

.cto-gwp-item__cta-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.cto-gwp-item .care-btn {
    border-radius: 8px;
    width: 100%;
    display: block;
    margin: 16px 0 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: normal;
    font-family: var(--font-body-family)
}

.cto-cart-item--cto-product {
    order: 999
}

.cto-cart-item__promo-banners {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 32px
}

.cto-cart-item__promo-banners .cto-cart-item__promo-banner img {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block
}

.cto-cart-item__promo-banners-text {
    margin-top: 32px
}

.cto-cart-totals__product-price,
.cto-cart-totals__product-price .price {
    display: inline
}

.cto-cart-totals__product-price .price>* {
    vertical-align: baseline
}

.cto-cart-totals__product-price .actual_price {
    margin: 0
}

.cto-cart-totals__product-price .price,
.cto-cart-totals__product-price .actual_price,
.cto-cart-totals__product-price .actual_price_bold {
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit
}

.cto-cart-totals__product-price .actual_price_bold {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal
}

.drawer__footer--sticky-atc #footer-atc {
    width: 100% !important;
    height: auto !important;
    min-width: 0;
    min-height: 0;
    max-width: none;
    max-height: 48px;
    padding: 16px 32px;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 16px
}

.drawer__footer--sticky-atc #footer-out {
    color: #6e6e73 !important;
    background: #d0d0d0;
    cursor: default;
    border: none
}

.drawer__footer--sticky-atc .notify__button {
    min-width: 0;
    min-height: 0
}

.drawer__footer--sticky-atc .expedited-checkout .apple-button {
    display: block
}

.drawer__footer--sticky-atc .checkout-button__link {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 750px) {
    .drawer__divider--cto {
        margin: 32px 0
    }
}

@media screen and (min-width: 767px) {
    .cart-drawer--cto .cart_itemadd .applecare-products-on-cart,
    .cart-drawer--cto .cart_item_applecare .applecare-products-on-cart {
        left: 0 !important
    }
}

@media screen and (min-width: 768px) {
    cto-cart-drawer cart-items .cart-items {
        padding: 0 32px
    }
    .drawer__heading--cto {
        padding: 0 32px
    }
    .cart-drawer--cto .two-not-added,
    .cart-drawer--cto .two-added {
        grid-column: 2/4 !important
    }
    .cart-drawer--cto .four-not-added,
    .cart-drawer--cto .four-added {
        grid-column: 4 !important;
        grid-row: 1 !important
    }
    .cart-drawer--cto .set_applecare-img-info {
        margin: 0
    }
    .drawer__divider--cto {
        margin: 16px 32px 32px
    }
    .drawer__divider--cto--mobile {
        display: none
    }
    .cart-drawer--cto .cart_itemadd .applecare-products-on-cart,
    .cart-drawer--cto .cart_item_applecare .applecare-products-on-cart {
        padding: 24px
    }
    .cto-cart-totals {
        display: none
    }
}

.drawer__footer--sticky-atc {
    display: none
}

@media screen and (max-width: 767px) {
    .drawer__footer--cto .expedited-checkout .checkout-button {
        margin-top: 16px
    }
    .drawer__inner--cto {
        width: 100vw;
        padding: 0
    }
    .drawer__header--cto {
        padding: 16px
    }
    .drawer__footer--cto {
        display: block;
        padding: 16px;
        border-radius: 16px 16px 0 0;
        border: 1px solid #0071E3;
        border-bottom: none;
        position: sticky;
        bottom: 0
    }
    .drawer__footer--sticky-atc {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2
    }
    .drawer__footer--cto.apple-pay-supported checkout-button {
        transition: margin-bottom .5s ease-in-out;
        margin-bottom: -72px
    }
    .drawer__footer--cto.checkout-button-supported checkout-button {
        margin-bottom: -100px
    }
    .drawer__footer--cto.apple-pay-supported.scrolled checkout-button,
    .drawer__footer--cto.checkout-button-supported.scrolled checkout-button {
        margin-bottom: 0
    }
    .drawer__footer--cto .inner {
        flex-direction: column
    }
    .drawer__footer--cto .inner>* {
        width: 100%
    }
    .drawer__footer--cto checkout-button {
        order: 2
    }
    cto-cart-drawer cart-items tbody {
        gap: 12px
    }
    .cart-drawer--cto .cart_itemadd .applecare-products-on-cart,
    .cart-drawer--cto .cart_item_applecare .applecare-products-on-cart {
        padding: 24px 16px;
        left: 0 !important
    }
    .cto-gwp-items {
        overflow-x: auto;
        max-width: calc(100vw - 3px)
    }
    .cto-gwp-items__inner {
        padding: 0 16px 16px
    }
    .cto-cart-item__promo-banners {
        flex-direction: column;
        padding: 0 16px
    }
    .cto-cart-item__promo-banners .cto-cart-item__promo-banner {
        display: grid;
        place-items: center;
        width: 100%
    }
    .cto-cart-item__promo-banners .cto-cart-item__promo-banner img {
        max-width: 100%
    }
}

@media screen and (max-height: 650px) {
    .drawer__inner--cto {
        overflow: visible
    }
}

@media screen and (max-height: 500px) {
    .drawer__inner--cto {
        overflow-y: auto;
        overflow-x: hidden
    }
    cto-cart-drawer cart-items {
        overflow: visible
    }
    .drawer__footer--cto {
        position: relative
    }
    .drawer__footer--cto.apple-pay-supported checkout-button,
    .drawer__footer--cto.checkout-button-supported checkout-button {
        margin-bottom: 0
    }
}

.cart-drawer .cart-items .cto-cart-item:not(.active),
.cto-cart-item:not(.active) {
    display: none !important
}

/*# sourceMappingURL=/cdn/shop/t/14/assets/component-cto-cart-drawer.css.map?v=87861508187535145881742784888 */