/** Shopify CDN: Minification failed

Line 9:0 Unexpected "{"
Line 9:1 Expected identifier but found "%"
Line 524:0 Unexpected "{"
Line 524:1 Expected identifier but found "%"

**/
{% style %}

cart-drawer.drawer .drawer__heading-count {
    display: flex;
    width: 24px;
    height: 24px;
    background: #61B0FF;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    border-radius: 50%;
}
cart-drawer.drawer .drawer__heading {
    margin: 0px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    gap: 8px;
    font-family: 'Manrope-Bold';
}
cart-drawer.drawer .drawer__inner {
    background: #FFFDF4;
    padding: 0px;
    border: none;
}
cart-drawer.drawer .drawer__header {
    background: transparent;
    padding: 10px 20px;
}
cart-drawer.drawer .drawer__close {
    width: 28px;
    height: 28px;
    min-width: unset;
    min-height: unset;
    border: 1px solid #000000;
    border-radius: 50%;
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
cart-drawer.drawer .drawer__close svg {
    width: 14px;
    height: auto;
}
cart-drawer.drawer .custom_drawer_text {
    display: none;
}
cart-drawer.drawer .cart-drawer-promo-text {
    display: block;
    background: #FC7E80;
    color: #fff;
    text-align: center;
    border: 1px solid #000000;
    border-left: none;
    border-right: none;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 10px;
    line-height: 1.1;
    font-family: 'Manrope-Bold';
    letter-spacing: 0px;
}
cart-drawer.drawer .cart-drawer-promo-text strong {
    font-weight: bold;
}
cart-drawer.drawer table.cart-items {
    padding: 10px 20px 0px;
}
cart-drawer.drawer .cart-items th {
    font-size: 14px;
    color: #00000080;
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'Manrope-Medium';
    border-bottom: 1px solid #00000099 !important;
    opacity: 1;
}
cart-drawer.drawer thead {
    background: #fffdf4 !important;
    margin: 0px !important;
}
cart-drawer.drawer .cart-items td {
    padding-top: 15px;
}
cart-drawer.drawer .cart-item+.cart-item {
    margin-top: 0px;
}
cart-drawer.drawer .cart-item{
    border-bottom: 1px solid #00000099;
    padding-bottom: 5px;
}
cart-drawer.drawer .cart-items td.cart-item__media {
    max-width: 86px;
    min-width: 86px;
}
cart-drawer.drawer .cart-items td.cart-item__media img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
cart-drawer.drawer .cart-items td.cart-item__details {
    padding-left: 0px;
}
cart-drawer.drawer .cart-items td.cart-item__details .cart-item__name {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0px;
    font-family: 'Manrope-Bold';
    text-decoration: none !important;
}
.cart-drawer .cart-items td.cart-item__details .cart-item__name + .product-option {
    display: none;
}
cart-drawer.drawer .cart-items td.cart-item__details > p.product-option {
    font-size: 14px;
    font-weight: 700;
    color: #E6B800;
    letter-spacing: 0px;
    line-height: 1;
    font-family: 'Manrope-Bold';
}
cart-drawer.drawer .cart-items td.cart-item__details > p.product-option::before{
    content: '';
    background-image: url('/cdn/shop/files/yellow_tick.svg?v=1762933969');
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-size: contain;
}
cart-drawer.drawer .cart-items td.cart-item__details dl div.product-option {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    font-family: 'Manrope-Bold';
    letter-spacing: 0px;
    border: 1px solid #000000;
    border-radius: 4px;
    line-height: 1;
    padding: 5px 5px;
    text-align: center;
    width: max-content;
}
cart-drawer.drawer .cart-items td.cart-item__totals {
    padding-left: 0px;
}
cart-drawer.drawer .cart-items td.cart-item__totals .price {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0px;
    font-weight: 800;
    font-family: 'Manrope-Bold';
    line-height: 1;
}
cart-drawer.drawer .cart-items td.cart-item__quantity {
    padding-left: 0px;
}
cart-drawer.drawer .cart-items td.cart-item__quantity quantity-input.quantity {
    max-width: 90px;
    width: 90px;
    min-width: 90px;
    min-height: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 50px;
}
cart-drawer.drawer .cart-items td.cart-item__quantity quantity-input.quantity::before,
cart-drawer.drawer .cart-items td.cart-item__quantity quantity-input.quantity::after{
    display: none;
}
cart-drawer.drawer .cart-items td.cart-item__quantity quantity-input.quantity .quantity__button {
    width: 20px;
    height: 20px;
    color: #000000;
}
cart-drawer.drawer .cart-items td.cart-item__quantity quantity-input.quantity input.quantity__input {
    padding: 0px;
    max-width: 30px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manrope-Bold';
    letter-spacing: 0px;
    line-height: 1;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
}
cart-drawer.drawer .cart-items td.cart-item__quantity cart-remove-button {
    width: 36px;
    height: 36px;
    margin-top: 0px;
    margin-left: 5px;
}
cart-drawer.drawer .cart-items td.cart-item__quantity cart-remove-button button.button {
    width: 100%;
    height: 100%;
    min-width: unset;
    min-height: unset;
    color: #000;
}
cart-drawer.drawer .cart-items td.cart-item__totals .cart-item__price-wrapper:not(cart-drawer.drawer .cart-items td.cart-item__totals .hidden + .cart-item__price-wrapper){
    visibility: hidden !important;
}
cart-drawer.drawer .cart-items td.cart-item__totals circle{
    stroke: #000000 !important;
}
cart-drawer.drawer .cart-drawer__review {
    display: block;
    padding: 0px 20px 10px;
}
.cart-drawer__review-title h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0px;
    font-family: 'Manrope-Bold';
    line-height: 20px;
}
.cart-drawer__review-slider .swiper-slide {
    height: auto;
    padding: 8px 10px;
    border: 1px solid #000000;
    box-sizing: border-box;
}
.cart-drawer__review-item {
    display: flex;
    gap: 12px;
    align-items: center;
    height: 100%;
}
.cart-drawer__review-item-image {
    width: 55px;
    min-width: 55px;
}
.cart-drawer__review-item-image img {
    display: block;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
}
.cart-drawer__review-item-text p {
    margin: 0px;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    font-family: 'Manrope-Medium';
    letter-spacing: 0px;
}
.cart-drawer__review-item-name {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}
.cart-drawer__review-item-stars {
    display: flex;
    gap: 1px;
}
.cart-drawer__review-item-name p {
    margin: 0px;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 1;
    font-family: 'Manrope-Bold';
}
.cart-drawer__review-slider .swiper-pagination {
    position: relative;
    bottom: unset;
    top: unset;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
}
.cart-drawer__review-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0px;
    width: 12px;
    height: 12px;
    background: #EDEADF;
    opacity: 1;
}
.cart-drawer__review-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000000;
}
.cart-drawer__review-slider {
    margin-top: 16px;
}
cart-drawer.drawer .drawer__footer {
    padding: 0px;
    background: transparent;
    border-top: 1px solid #000000;
    padding: 15px 20px 24px;
}
cart-drawer.drawer .cart-drawer__footer h2.totals__subtotal {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 1.1;
    letter-spacing: 0px;
    font-family: 'Manrope-Bold';
}
cart-drawer.drawer .cart-drawer__footer .totals__subtotal-value {
    font-size: 20px;
    color: #000000;
    font-weight: 800;
    letter-spacing: 0px;
    font-family: 'Manrope-Bold';
    line-height: 1.1;
}
cart-drawer.drawer .cart-drawer__footer .tax-note {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0px;
    line-height: 18px;
    margin: 3px 0px 0px;
}
cart-drawer.drawer .cart-drawer__footer .tax-note a {
    color: #E6B800;
    font-family: 'Manrope-Bold';
    font-weight: 800;
}
cart-drawer.drawer .drawer__footer .cart__ctas {
    margin: 20px 0px;
}
cart-drawer.drawer .cart-drawer__footer-icon-text {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 8px;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
cart-drawer.drawer .cart-drawer__footer-icon-text-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    font-family: 'Manrope-Bold';
    letter-spacing: 0px;
    line-height: 15px;
}
cart-drawer.drawer .custom_footer_icons_test {
    display: none !important;
}
cart-drawer.drawer .footer__payment ul.list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0px 0px;
}
cart-drawer.drawer .footer__payment ul.list li.list-payment__item {
    padding: 0px;
    width: auto;
}
cart-drawer.drawer .footer__payment ul.list li.list-payment__item svg.icon {
    width: 26px;
    height: auto;
    display: block;
}
span.cart__update-button-old-text {
    display: none !important;
}
span.cart__update-button-new-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    letter-spacing: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1;
    font-family: 'Manrope-Bold';
    width: 100%;
}
cart-drawer.drawer .drawer__footer .cart__ctas .cart__checkout-button {
    --color-button: 0, 0, 0;
    min-height: 55px;
    display: flex;
}
cart-drawer-items.is-empty .cart-drawer__review {
    display: none;
}
.drawer__inner-empty {
    position: relative;
}
cart-drawer.drawer .drawer__inner-empty button.drawer__close {
    top: 20px;
    position: absolute;
    right: 20px;
}
cart-drawer.drawer {
    height: 100dvh;
}
html:has(body.overflow-hidden){
    overflow: hidden;
}
.cart-drawer .cart-item:last-child {
    margin-bottom: 8px;
}
.CartDrawerreviewSlider .swiper-arrow{
    display: none;
}

@media screen and (max-width: 767px){
    cart-drawer.drawer .drawer__inner {
        max-width: 100vw;
        width: 100vw;
    }
    cart-drawer.drawer .drawer__header {
        padding: 10px 20px;
    }
    cart-drawer.drawer table.cart-items {
        padding: 10px 20px 0px;
    }
    cart-drawer.drawer .cart-items th {
        padding-bottom: 10px;
    }
    cart-drawer.drawer .cart-items thead tr {
        display: flex;
        justify-content: space-between;
        border: none;
    }
    .cart-drawer .cart-items thead tr th#CartDrawer-ColumnProductImage {
        display: none;
    }
    .cart-drawer .cart-items thead tr th {
        flex: 1;
    }
    .cart-drawer .cart-items thead tr th#CartDrawer-ColumnQuantity {
        display: none;
    }
    cart-drawer.drawer .cart-items td {
        padding-top: 10px;
    }
    cart-drawer.drawer .cart-item {
        padding-bottom: 10px;
        gap: 7px;
    }
    cart-drawer.drawer .cart-items td.cart-item__media {
        max-width: 70px;
        min-width: 70px;
    }
    cart-drawer.drawer .cart-items td.cart-item__details .cart-item__name {
        font-size: 14px;
    }
    cart-drawer.drawer .cart-items td.cart-item__details dl div.product-option {
        font-size: 12px;
        text-align: center;
    }
    cart-drawer.drawer .cart-items td.cart-item__details > p.product-option {
        font-size: 12px;
    }
    cart-drawer.drawer .cart-items td.cart-item__details > p.product-option::before {
        width: 14px;
        height: 14px;
    }
    cart-drawer.drawer .cart-items td.cart-item__totals .price {
        font-size: 14px;
    }
    cart-drawer.drawer .cart-items td.cart-item__quantity quantity-input.quantity {
        min-height: 30px;
        height: 30px;
    }
    cart-drawer.drawer .cart-items td.cart-item__quantity quantity-input.quantity input.quantity__input {
        font-size: 14px;
    }
    cart-drawer.drawer .cart-items td.cart-item__quantity cart-remove-button {
        width: 30px;
        height: 30px;
    }
    cart-drawer.drawer .drawer__footer {
        padding: 15px 20px 10px;
    }
    cart-drawer.drawer .cart-drawer__footer h2.totals__subtotal,
    cart-drawer.drawer .cart-drawer__footer .totals__subtotal-value {
        font-size: 18px;
    }
    cart-drawer.drawer .drawer__footer .cart__ctas {
        margin: 15px 0px;
    }
    cart-drawer.drawer .footer__payment ul.list {
        gap: 3px;
        margin-top: 0px;
        padding-top: 10px;
    }
}
{% endstyle %}