[data-behaviour="cart-drawer"] .elc-overlay-shadow {
    background-color: rgba(38, 38, 38, .5);
}

.elc-overlay-sidebar .elc-cart-sidebar-loading {
    background: var(--color-primary) url(/media/export/cms/479-01%20Clinique_LoadingGif_R22.gif) no-repeat scroll center 60px;
}

.elc-overlay-sidebar .elc-cart-sidebar-close {
    padding-top: 0;
    margin-top: 21px;
    padding-left: 30px;
    margin-bottom: 47px;
    align-items: baseline;
    justify-content: flex-start;
}

.elc-overlay-sidebar .elc-cart-sidebar-close>div {
    font-weight: 900;
    font-family: 'HelveticaNeueLTStd65Medium', Verdana, Arial, Sans-Serif;
    font-size: 17px;
}

.elc-overlay-sidebar .tabs {
    height: 100%;
    min-height: 100%;
    display: contents;
}

.elc-overlay-sidebar.elc-overlay-sidebar-slidein {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.elc-overlay-sidebar .elc-cart-sidebar-tab-content {
    flex: initial;
    overflow: visible;
}

.elc-overlay-sidebar .elc-cart-sidebar-header {
    border-bottom: 1px solid var(--color-button-sku);
    justify-content: center;
}

.elc-overlay-sidebar .elc-cart-sidebar-close .elc-cart-sidebar-header-title {
    width: 7.2rem;
    font-size: 22px;
    letter-spacing: .02em;
}

.elc-overlay-sidebar .elc-cart-sidebar-header-container {
    width: 95%;
    display: flex;
    align-items: baseline;
}

.elc-overlay-sidebar .elc-cart-sidebar-close .elc-cart-sidebar-close-icon {
    width: 17px;
    height: 17px;
    margin-right: 12px;
    padding-bottom: 25px;
}

.elc-overlay-sidebar .elc-cart-sidebar-title {
    width: 50%;
    height: 42px;
    border: none;
    flex: initial;
}

.elc-overlay-sidebar .elc-cart-sidebar-title[aria-selected="true"] {
    border-bottom: 1px solid var(--color-button-sku);
}

.elc-cart-sidebar-title .elc-cart-sidebar-counter-icon {
    border: none;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    vertical-align: super;
}

.elc-cart-sidebar-title .elc-cart-sidebar-counter.counter-0 {
    margin-left: -5px;
    margin-bottom: 12px;
}

.elc-cart-sidebar-title .elc-cart-sidebar-counter.counter-1 {
    margin-left: 4px;
    margin-bottom: 10px;
}

.elc-cart-sidebar-title .elc-cart-sidebar-counter.counter-1 .elc-cart-sidebar-counter-icon {
    width: 15px;
    height: 15px;
    color: var(--color-primary);
    font-size: 10px;
    background: var(--color-button-sku);
}

.elc-overlay-sidebar .elc-cart-sidebar-sidebar-items {
    width: 100%;
    align-self: flex-start;
}

.elc-overlay-sidebar .elc-cart-item-panel {
    border: none;
    padding: 12px 0;
    align-items: flex-start;
    justify-content: space-around;
    position: relative;
}

.elc-cart-item-panel.sample .elc-cart-item-image,
.elc-cart-item-panel.sample .elc-cart-item-description-wrapper .elc-cart-item-description>a {
    cursor: none;
    pointer-events: none;
}
.elc-cart-item-description-product-wrapper.js-cart-item-description-product-wrapper .elc-cart-item-description-product-wrapper-size.js-cart-item-description-product-wrapper-size {
    display: block;
}
.elc-overlay-sidebar .elc-elc-cart-item-details-wrapper {
    width: 100%;
    padding-top: 10px;
    margin-right: 10px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.elc-overlay-sidebar .elc-cart-item-description-product-wrapper .elc-cart-item-description-product-wrapper-size.js-cart-item-description-product-wrapper-size {
    display: none;
}

.elc-overlay-sidebar .elc-cart-item-description {
    width: 100%;
    display: grid;
    max-height: 74px;
    align-items: start;
    grid-template-areas:
            "name qty"
            "shade shade";
    grid-template-columns: 1fr 60px;
}

.elc-overlay-sidebar .elc-cart-item-description .elc-cart-item-description-link {
    padding: 0;
    grid-area: name;
    max-width: 100%;
    width: auto;
}

.elc-overlay-sidebar .elc-cart-item-description-wrapper {
    width: 70%;
}

.elc-overlay-sidebar .elc-cart-item-image {
    width: 80px;
    min-width: 80px;
    margin-left: 11px;
    margin-right: 10px;
}

.elc-overlay-sidebar .elc-cart-item-description-product {
    display: contents;
}

.elc-overlay-sidebar .elc-cart-item-description-product-wrapper {
    width: 100%;
}

.elc-overlay-sidebar .elc-cart-item-description-product-wrapper>p {
    padding: 0;
    border: none;
    font-size: 11px;
    line-height: 19px;
}

.elc-overlay-sidebar .elc-cart-item-description-product-wrapper>p::before {
    width: 20px;
    height: 20px;
    border-radius: 0%;
    margin-right: 6px;
}

.elc-overlay-sidebar .elc-cart-item-description-product-quantity {
    padding: 0;
    overflow: hidden;
    grid-area: qty;
    margin-left: 18px;
}

.elc-overlay-sidebar .elc-cart-item-description-name.elc-subtitle--2::after {
    content: '';
    width: 40%;
    height: 1em;
    left: 100px;
    margin-top: 6px;
    position: absolute;
    transform: scaleY(0);
    transition: transform .3s;
    border-bottom-color: transparent;
    border-bottom: 1px solid transparent;
}

.elc-overlay-sidebar .elc-cart-item-description-name.elc-subtitle--2:hover::after {
    transform: scaleY(1);
    border-bottom: 1px solid var(--color-secondary-700);
}

.elc-overlay-sidebar .elc-cart-item-price {
    min-width: 55px;
    align-items: flex-end;
    flex-direction: column-reverse;
}

.elc-overlay-sidebar .elc-cart-item-price>p {
    line-height: 1.2;
    padding-left: 0;
}

.elc-overlay-sidebar .elc-cart-item-buttons-container {
    width: 19px;
    overflow: hidden;
}

.elc-overlay-sidebar .elc-cart-item-remove {
    padding-top: 4px;
}

.elc-overlay-sidebar .elc-cart-item-remove .elc-remove-icon {
    width: 13px;
    height: 13px;
    min-width: 10px;
    min-height: 10px;
    background-color: var(--color-secondary-800);
    -webkit-mask: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' preserveAspectRatio='none' fill='transparent' stroke='%23000000' stroke-width='3px' %3E%3Cpath d='M1,1 L19,19' /%3E%3Cpath d='M19,1 L1,19' /%3E%3C/svg%3E ") center center no-repeat;
    mask: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' preserveAspectRatio='none' fill='transparent' stroke='%23000000' stroke-width='3px' %3E%3Cpath d='M1,1 L19,19' /%3E%3Cpath d='M19,1 L1,19' /%3E%3C/svg%3E ") center center no-repeat;
}

.elc-overlay-sidebar .elc-cart-sidebar-footer {
    box-shadow: none;
    margin: 4px 5px 0 0;
}

.elc-overlay-sidebar .elc-cart-sidebar-sub-total {
    padding: 14px;
}

.elc-overlay-sidebar .elc-cart-sidebar-footer .elc-cart-sidebar-footer-buttons {
    gap: 10px;
    padding: 0 10px;
}

.elc-overlay-sidebar .elc-cart-sidebar-go-shopping-button,
.elc-overlay-sidebar .elc-cart-sidebar-footer .elc-cart-sidebar-edit-button,
.elc-overlay-sidebar .elc-cart-sidebar-footer .elc-cart-sidebar-checkout-button {
    width: 50%;
    flex: initial;
    padding: 30px;
    border-radius: 0;
    margin: 0 0 60px 0;
}

.elc-overlay-sidebar .elc-cart-sidebar-go-shopping-button {
    width: 90%;
    margin: auto;
    font-size: 17px;
    font-weight: 700;
    color: var(--color-primary);
}

.elc-overlay-sidebar .elc-cart-sidebar-footer .elc-cart-sidebar-edit-button>.elc-subtitle--2 {
    color: var(--color-secondary-800);
}

.elc-overlay-sidebar .elc-cart-sidebar-go-shopping-button,
.elc-overlay-sidebar .elc-cart-sidebar-footer .elc-cart-sidebar-checkout-button {
    border: 2px solid var(--color-secondary-800);
    background-color: var(--color-secondary-800);
}

.elc-overlay-sidebar .elc-cart-sidebar-go-shopping-button:hover,
.elc-overlay-sidebar .elc-cart-sidebar-footer .elc-cart-sidebar-checkout-button:hover {
    border-color: var(--color-button-hover);
    background-color: var(--color-button-hover);
}

.elc-overlay-sidebar .elc-cart-sidebar-footer .elc-cart-sidebar-edit-button {
    border: 2px solid var(--color-secondary-50);
    background-color: var(--color-primary);
}

.elc-overlay-sidebar .elc-cart-sidebar-footer .elc-cart-sidebar-edit-button:hover {
    border-color: var(--color-secondary-700);
}

.elc-overlay-sidebar .elc-offer-tout-location {
    background-color: var(--color-primary-100);
}

.elc-overlay-sidebar .elc-offer-tout-location .elc-offer-tout-title {
    margin-left: 14px;
    padding: 19px 0 14px;
}

.elc-overlay-sidebar .elc-offers-tab-content .elc-offer-header-icon,
.elc-overlay-sidebar .elc-offer-tout-location .elc-offer-tout-title-icon {
    width: 24px;
    height: 24px;
    margin-right: 3px;
    background: url('/media/export/cms/gift.gif');
}

.elc-overlay-sidebar .elc-offers-tab-content .elc-offer-header-text,
.elc-overlay-sidebar .elc-offer-tout-location .elc-offer-tout-title-text {
    color: var(--color-success-text);
    margin-top: 9px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .02em;
    font-family: 'HelveticaNeueLTStd65Medium', Verdana, Arial, Sans-Serif;
}

.elc-overlay-sidebar .elc-offer-item-content-wrapper {
    justify-content: space-between;
}

.elc-overlay-sidebar .elc-offer-item-content {
    min-height: 99px;
    padding-bottom: 1px;
}

.elc-overlay-sidebar .elc-offer-item-content .elc-offer-item-content-description-messaging {
    display: none;
}

.elc-overlay-sidebar .elc-offer-item-content-description-caption {
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    color: var(--color-secondary-300);
    line-height: 1.41176;
    letter-spacing: .02em;
    font-family: 'HelveticaNeueLTStd65Medium', Verdana, Arial, Sans-Serif;
}

.elc-offers-tab-content .elc-offer-item-content-image-container,
.elc-overlay-sidebar .elc-offer-item-content-image-container {
    width: 183px;
    max-width: 183px;
    max-height: 83px;
    margin: 0 11px 0 15px;
}

.elc-offers-tab-content .elc-offer-item-content-image-container>img,
.elc-overlay-sidebar .elc-offer-item-content-image-container>img {
    margin-top: 1px;
    align-self: flex-start;
    border: 1px solid var(--color-product-card-image-bg);
}

.elc-offers-tab-content .elc-offer-item-content-description-interaction>a,
.elc-overlay-sidebar .elc-offer-item-content-description-interaction>a {
    margin-top: 7px;
    font-size: 14px;
    font-weight: 900;
    color: var(--color-button-sku);
    text-transform: capitalize;
    text-underline-offset: 4px;
    font-family: 'HelveticaNeueLTStd65Medium', Verdana, Arial, Sans-Serif;
}

.elc-overlay-sidebar .elc-offers-tab-content .elc-offer-tout-location {
    min-height: 148px;
}

.elc-overlay-sidebar .elc-offer-tout.qualified-offers .elc-offer-tout-location {
    border: none;
}

.elc-overlay-sidebar .elc-offer-header {
    width: 100%;
    justify-content: flex-start;
    background-color: var(--color-primary-100);
}

.elc-overlay-sidebar .elc-offer-tout.qualified-offers .elc-offer-tout-title {
    display: none;
}

.elc-overlay-sidebar .elc-offer-tout.non-qualified-offers .elc-offer-tout-title>p {
    color: var(--color-button-hover);
    font-size: 15px;
    font-weight: 900;
}

.elc-overlay-sidebar .elc-cart-sidebar-sub-total>.elc-subtitle--2 {
    margin: 0;
    font-weight: 400;
    font-family: 'HelveticaNeueLTStd75Bold', Verdana, Arial, Sans-Serif;
}

.elc-cart-sidebar-title .elc-subtitle--2 {
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'HelveticaNeueLTStd65Medium', Verdana, Arial, Sans-Serif;
}

.elc-overlay-sidebar .elc-cart-sidebar-checkout-button>p,
.elc-overlay-sidebar .elc-cart-sidebar-edit-button>p {
    font-size: 17px;
    font-weight: 900;
}

.elc-overlay-sidebar .elc-cart-sidebar-close .elc-cart-sidebar-edit-btn {
    width: fit-content;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-size: 17px;
}

[class*="elc-offer-item-content-description-expiration-date"],
.elc-offers-tab-content .elc-offer-header-icon>path,
.elc-offer-tout-location .elc-offer-tout-title-icon>path,
.elc-overlay-sidebar .elc-cart-sidebar-loading__icon-wrapper,
.elc-overlay-sidebar .elc-cart-item-description-product-wrapper .elc-cart-item-description-product-wrapper-size,
.elc-cart-sidebar-checkout-button>.elc-cart-sidebar-checkout-button-icon-lock,
.elc-overlay-sidebar .elc-cart-item-total-price-wrapper {
    display: none;
}

.elc-overlay-sidebar .elc-cart-sidebar-header,
.elc-overlay-sidebar .elc-shopping-tab-content,
.elc-overlay-sidebar .elc-offer-tout-location,
.elc-overlay-sidebar .elc-offers-tab-content {
    width: 100%;
    max-width: 100%;
}

.elc-overlay-sidebar .elc-cart-empty-content {
    width: 95%;
    margin: auto;
}

.elc-overlay-sidebar .elc-cart-empty-content .elc-heading--6 {
    color: var(--color-red-50);
    font-weight: 400;
    font-size: 17px;
}

.elc-overlay-sidebar .elc-cart-item-description-name {
    max-width: 100%;
    width: auto;
}
.elc-overlay-sidebar p.elc-cart-item-description-product-wrapper-size.elc-caption {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.33333;
    margin: 0;
    color: var(--color-secondary-400);
    clear: both;
}

.elc-overlay-sidebar .elc-cart-item-description-product-wrapper {
    width: fit-content;
    margin-left: 0;
}

.elc-overlay-sidebar .elc-cart-item-description-product-quantity.js-cart-item-description-product-quantity {
    margin: 0 5px;
    display: flex;
    align-items: flex-start;
    width: 30px;
}

.elc-cart-item-price.js-cart-item-price {
    margin-right: 15px;
}
.elc-cart-item-description-product-wrapper-size.js-cart-item-description-product-wrapper-size {
    font-size: 15px;
    letter-spacing: .02em;
    line-height: 1.33333;
    margin: 0;
    color: var(--color-secondary-400);
    clear: both;
}

.elc-cart-item-total.js-cart-item-total.elc-subtitle--2 {
    line-height: 16px;
}

.elc-overlay-sidebar .elc-cart-item-percent {
    display: none;
}

.elc-overlay-sidebar .elc-cart-item-price-wrapper .elc-cart-item-price {
    display: inline-block;
}

.elc-overlay-sidebar .elc-cart-item-price-wrapper > .elc-cart-item-price-wrapper {
    display: inline-block;
    margin: 0;
}

.elc-overlay-sidebar .elc-cart-item-price-wrapper .elc-cart-item-old-price {
    color: var(--color-gray-100);
    min-width: 55px;
    opacity: 1;
    padding: 0;
    text-decoration: none;
    margin-right: 15px;
}

.elc-overlay-sidebar .elc-cart-item-price-wrapper .elc-cart-item-old-price.elc-cart-item-markdown-price,
.elc-overlay-sidebar .elc-cart-item-price-wrapper .elc-cart-item-old-price~.elc-cart-item-price {
    display: none;
}

.elc-overlay-sidebar .elc-cart-item-price-wrapper .elc-cart-item-price {
    display: inline-block;
    margin-right: 15px;
}

.elc-overlay-sidebar .elc-cart-item-price-wrapper .elc-cart-item-price.elc-cart-item-markdown-price {
    display: inline-block;
}

@media (min-width: 1024px) {

    .elc-overlay-sidebar .elc-cart-sidebar-header,
    .elc-overlay-sidebar .elc-shopping-tab-content,
    .elc-overlay-sidebar .elc-offer-tout-location,
    .elc-overlay-sidebar .elc-offers-tab-content,
    .elc-overlay-sidebar.elc-overlay-sidebar-slidein {
        width: 534px;
    }
}

.elc-overlay-sidebar .elc-cart-item-description-product-quantity-label {
    transform: translateX(-28px);
}

.elc-overlay-sidebar .elc-subtitle--2,
.elc-overlay-sidebar .elc-cart-item-description-product-quantity-label {
    font-size: 15px;
    line-height: 1.41176;
    letter-spacing: .02em;
    white-space: unset;
}

.elc-cart-sidebar-close .elc-cart-sidebar-close-icon .elc-remove-icon {
    -webkit-mask: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' preserveAspectRatio='none' fill='transparent' stroke='%23000000' stroke-width='3px' %3E%3Cpath d='M1,1 L19,19' /%3E%3Cpath d='M19,1 L1,19' /%3E%3C/svg%3E ") center center no-repeat;
    mask: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' preserveAspectRatio='none' fill='transparent' stroke='%23000000' stroke-width='3px' %3E%3Cpath d='M1,1 L19,19' /%3E%3Cpath d='M19,1 L1,19' /%3E%3C/svg%3E ") center center no-repeat;
    width: 17px;
    height: 17px;
    background-color: var(--color-gray-100)
}

@media (min-width: 768px) {

    .elc-overlay-sidebar .elc-subtitle--2,
    .elc-overlay-sidebar .elc-cart-item-description-product-quantity-label {
        font-size: 17px;
    }
    .elc-overlay-sidebar .elc-cart-item-description-product-quantity-label {
        transform: translateX(-32px);
    }

    .elc-overlay-sidebar .elc-cart-item-description-wrapper {
        width: 73%;
    }
}

.elc-overlay-sidebar .elc-offer-item-content-description {
    width: 65%;
    flex: initial;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .elc-overlay-sidebar .elc-cart-item-description {
        display: grid;
        max-height: 74px;
        align-items: start;
        grid-template-areas:
            "name  name  qty"
            "shade shade shade";
        grid-template-columns: 1fr 60px;
    }

    .elc-cart-item-price.js-cart-item-price {
        margin-left: auto;
    }
}

@media (min-width: 1024) {
    .elc-overlay-sidebar .elc-offer-item-content-description {
        width: 57%;
    }
}