#free p,
.drawer__heading {
    margin: 0;
}
.drawer {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    transition: visibility var(--duration-default) ease;
}
.drawer__inner,
.drawer__inner-empty {
    padding: 0 1.5rem;
    overflow: hidden;
    flex-direction: column;
    display: flex;
}
.drawer.active {
    visibility: visible;
}
.drawer__inner {
    height: 100%;
    width: 46rem;
    max-width: calc(100vw - 3rem);
    border-right: 0;
    background: none;
    transform: translateX(100%);
    transition: transform var(--duration-default) ease;
}
.drawer__inner:before {
    content: "";
    background: rgb(var(--color-background));
    background: var(--gradient-background);
    background-attachment: fixed;
    position: absolute;
    border-radius: var(--popup-corner-radius);
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all cubic-bezier(.42,0,.36,1.03) .5s;
    transition-delay: .3s;
}
.drawer.active .drawer__inner:before {
    width: 100%;
    transition-delay: 0s;
}
.drawer__inner>* {
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    transition: all cubic-bezier(.42,0,.36,1.03) .5s;
}
.drawer.active .drawer__inner>* {
    opacity: 1;
    visibility: visible;
    transition-delay: .45s;
    padding-right: .5rem;
}
cart-note .text-area {
    border: none;
    box-shadow: none;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    position: relative;
    z-index: 1;
    background: rgb(var(--color-background));
    background: var(--gradient-background);
    background-attachment: fixed;
    left: 1.5rem;
    width: calc(100% - 3rem);
    bottom: 0;
    resize: none;
    height: calc(100% - 1.5rem);
    transition: 0.25s;
}
.dactive.active .text-area {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    opacity: 1 !important;
    visibility: visible !important;
    transition-delay: 0.4s !important;
}
.closeNote,
.drawer__close {
    border: none;
    cursor: pointer;
}
.freeShippingMessage span {
    font-weight: 600;
    color: #000;
}
.cart-drawer__footer.activeNote > *,
.cart-drawer__footer.activeNote ~ .cart__ctas .checkout__buttons,
cart-drawer-items.activeNote .cart-drawer__form {
    opacity: 0.2;
    pointer-events: none;
}
.dactive {
    position: absolute;
    width: 100%;
    height: 17rem;
    bottom: -100%;
    right: 0;
    top: auto;
    z-index: -1;
    transition: 0.5s 0.4s;
    overflow: hidden;
}
.dactive.active {
    z-index: 99;
    bottom: 0;
    opacity: 1;
    pointer-events: auto;
}
.closeNote {
    position: absolute;
    bottom: 1.5rem;
    right: 3rem;
    background: 0 0;
    box-shadow: none;
    color: #df0303;
    font-size: var(--font-body-font-size);
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: 0.3s;
}
.cart-item__name {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 500;
}
.cart-remove-button {
    border: none;
    background: transparent;
    cursor: pointer;
    position: relative;
}
.dactive.active .closeNote {
    opacity: 1;
    visibility: visible;
    bottom: 2.5rem;
    transition-delay: 0.65s;
}
.drawer__inner-empty {
    height: 100%;
}
.cart-drawer__warnings {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}
cart-drawer.is-empty .drawer__inner {
    display: grid;
    grid-template-rows: 1fr;
    align-items: center;
    padding: 0;
}
cart-drawer-items.is-empty + .drawer__footer,
cart-drawer.is-empty .drawer__header,
cart-drawer:not(.is-empty) .cart-drawer__collection,
cart-drawer:not(.is-empty) .cart-drawer__warnings {
    display: none;
}
.cart-drawer__warnings--has-collection .cart__login-title {
    margin-top: 2.5rem;
}
.drawer.active .drawer__inner {
    transform: translateX(0);
}
.drawer__header {
    position: relative;
    padding: 1.5rem 0;
}
.drawer__inner #free {
    margin: 0;
    padding: 1rem 0;
    text-align: center;
    font-size: var(--font-body-font-size);
    font-weight: 500;
    margin-bottom: 0.8rem;
    border-radius: 1rem;
}
.drawer__inner #free.green {
    background-color: #b6dbaa;
}
.drawer__inner #free.red {
    background-color: #dbaaaa;
}
.drawer__heading {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin: 0;
}
.drawer__close {
    display: inline-block;
    padding: 0;
    min-width: 4.4rem;
    min-height: 4.4rem;
    box-shadow: 0 0 0 0.2rem rgba(var(--color-button), 0);
    position: absolute;
    top: 0.5rem;
    right: -1rem;
    color: rgb(var(--color-foreground));
    background-color: transparent;
    transition: all 0.35s;
}
.drawer__close:hover {
    transform: rotate(90deg);
}
.cart-drawer__warnings .drawer__close {
    right: 0.5rem;
}
.drawer__close svg {
    height: 2rem;
    width: 2rem;
}
.drawer__contents {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.drawer__footer {
    padding: 1.2rem 0;
}
.cart-item__image {
    height: 100%;
    width: 100%;
    border-radius: var(--media-radius);
}
.grid__item.cart-item__details>* {
    margin-bottom: 1rem;
}
.cart-drawer .cart-item__media {
    grid-row: 1 / 3;
}
.cart-drawer .cart-item__image {
    max-width: 100%;
    object-fit: cover;
    height: 11rem;
    width: 11rem;
    border-radius: var(--media-radius);
}
.cart-drawer .cart-item {
    display: grid;
    grid-template: repeat(1,auto) / 1fr 2fr 3.5rem;
    gap: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}
.cart-drawer .cart-item__details {
    width: 85%;
    grid-column: 2 / 4;
}
cart-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
}
.cart-drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    -webkit-backdrop-filter: blur(0.2rem);
    backdrop-filter: blur(0.2rem);
    background-color: rgba(18, 18, 18, .6);
    cursor: var(--cursor-close-svg-url) 28 28, auto;
    opacity: 0;
    transition: 0.35s 0.1s;
}
.drawer.active .cart-drawer__overlay {
    opacity: 1;
}
.cart-drawer__overlay:empty {
    display: block;
}
.cart-drawer__form {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}
.cart-drawer__collection {
    margin: 0 auto 3.5rem;
    width: 50%;
}
.cart-drawer .drawer__cart-items-wrapper {
    flex-grow: 1;
}
.cart-drawer .cart-items,
.cart-drawer tbody {
    display: block;
    width: 100%;
}
cart-drawer-items {
    overflow: auto;
    flex: 1;
}
@media screen and (max-height: 650px) {
    cart-drawer-items {
        overflow: visible;
    }
    .drawer__inner {
        overflow: scroll;
    }
}

.cart-drawer .cart-items th {
    border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.cart-drawer .cart-item:last-child {
    margin-bottom: 1.5rem;
}
.cart_drawer_price {
    position: relative;
    padding: 0.6rem 0;
}
.cart-drawer .cart-item > td + td {
    padding-left: 0;
}
.cart-drawer .cart-item__totals {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}
.cart-drawer.cart-drawer .cart-item__price-wrapper {
    font-size: 1.2rem;
    color: rgba(var(--color-foreground), .6);
    line-height: normal;
}
.cart-drawer.cart-drawer .cart-item__price-wrapper > :only-child {
    margin-top: 0;
}
.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
    gap: 0.6rem;
}
.cart-drawer .unit-price {
    margin-top: 0.6rem;
}
.cart-drawer .cart-items .cart-item__quantity {
    padding-top: 0;
    grid-column: 3/3;
    align-self: center;
}
.cart-drawer__footer > * + * {
    margin-top: 1rem;
}
.cart-drawer .totals {
    justify-content: space-between;
}
.cart-drawer .price {
    line-height: 1;
}
.cart-drawer .tax-note {
    display: inline-block;
    margin-bottom: 1rem;
    font-style: italic;
    color: rgba(var(--color-foreground), .6);
    line-height: 1.4;
    margin-top: 0;
    font-size: 1.2rem;
}
.gift-wrapping-checkbox {
    font-size: 1.3rem;
}
.discounts__discount {
    display: inline-flex;
    align-items: center;
    grid-gap: 0.6rem;
    color: rgb(var(--color-foreground));
    font-weight: 600;
    font-size: 1.2rem;
}
.discounts.list-unstyled {
    line-height: normal;
}
.variats__options {
    margin: 0;
}
.cart-item.grid {
    align-items: center;
    gap: 2.5rem;
    justify-content: space-between;
}
.cart-item__error-text:empty+svg {
    display: none;
}
.cart-quantity {
    max-width: 13rem;
    padding: .2rem;
    min-height: 4rem;
}
.cart-quantity button {
    max-height: 4rem;
    width: 4rem;
}
.product-option {
    line-height: normal
}
.product-option * {
    display: inline;
    margin: 0;
    font-size: 1.2rem;
    color: rgba(var(--color-foreground), .6);
    text-transform: capitalize;
}
.cart-drawer .product-option dd {
    word-break: break-word;
}
.additional_checkout_buttons {
    margin-top: 1rem;
}
.drawer__footer .cart__dynamic-checkout-buttons {
    max-width: 100%;
}
cart-drawer-items::-webkit-scrollbar {
    width: 0.3rem;
}
cart-drawer-items::-webkit-scrollbar-thumb {
    background-color: rgba(var(--color-foreground), 0.7);
    border-radius: 10rem;
}
cart-drawer-items::-webkit-scrollbar-track-piece {
    margin-top: 3.1rem;
}
.cart-drawer .quantity-popover-container {
    padding: 0;
}
.cart-drawer .quantity-popover__info.global-settings-popup {
    transform: translateY(0);
    right: 0;
}
.cart-drawer .cart-item__error {
    margin-top: 0.8rem;
}
.cart-drawer .quantity-popover__info + .cart-item__error {
    margin-top: 0.2rem;
}
.cart_card {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(var(--color-background));
    padding: 0.8rem;
}
#trash path {
    fill: rgb(var(--color-foreground));
}
.upsell-product-pagination {
    position: unset;
    display: flex;
    align-items: center;
    transform: none !important;
    width: 100% !important;
    justify-content: center;
    margin-top: 1rem;
}
.upsell_price .price__sale, .upsell_price .price .price-item, .upsell_price .price-item--regular {
    font-size: 1.2rem;
}
.upsell-product-pagination .swiper-pagination-bullet {
    border: 0.1rem solid rgba(var(--color-foreground),.3);
}
.wallet-cart-grid {
    justify-content: center;
}
.upsell-product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(var(--color-foreground));
}
cart-remove-button {
    cursor: pointer;
}
.cart_cart_items {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.cart_image {
    position: relative;
    height: 7rem;
    width: 7rem;
    padding-top: 7rem;
}
.cart_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.title_content {
    width: 65%;
}
.upsell_title {
    line-height: 1.4;
    font-size: 1.2rem;
    font-weight: 500;
}
#upsell {
    display: inline-block;
    height: 100%;
}
@media screen and (min-width: 750px) {
    .cart-drawer .cart-item__quantity--info quantity-popover > * {
        padding-left: 0;
    }
    .cart-drawer .cart-item__error {
        margin-left: 0;
    }
}
@media screen and (max-width: 620px) {
    .cart-drawer__collection {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .drawer__inner {
        max-width: 100vw;
    }
    .cart__ctas.add_note-grid div {
        width: 100%;
    }
    .add_note-grid {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 1rem;
    }
    .cart-drawer .cart-items .cart-item__quantity {
        grid-column: 2/3;
    }
    .cartpage-item__link {
        width: 6.5rem;
        height: 6.5rem;
    }
}
