/** Shopify CDN: Minification failed

Line 1460:20 Unexpected "/"

**/
.previewCart {
    padding: 12px 20px 0px 20px;
}

.previewCartItem {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0;
    letter-spacing: 0;
    padding: 20px 0 0 0;
}

.previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 80px;
    text-align: center;
    position: relative;
    top: 6px;
}

.previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit: contain;
    object-position: center;
}

.previewCartItem-image:before {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 107px;
}

.previewCartItem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
}

.previewCartItem-content .cart-item-allocation {
    font-size: var(--font-body-size);
    color: var(--color-text2);
    margin-top: 0;
    margin-bottom: 6px;
}

.previewCartItem-name {
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-family: var(--product-title-font);
    font-size: var(--product-title-font-size);
    font-weight: var(--product-title-font-weight);
    line-height: 20px;
    letter-spacing: var(--body-letter-spacing);
    color: var(--product-title-color);
    text-transform: var(--product-title-text-transform);
    margin: 0;
}

.previewCartItem-vendor {
    display: block;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    color: var(--color-text2);
    text-transform: capitalize;
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
}

.previewCartItem-options {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px 0 0;
    margin: 0 0 7px 0;
}

.previewCartItem-variant {
    display: block;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    /* color: var(--color-text2); */
    color: #8b8b8b;
    letter-spacing: var(--body-letter-spacing);
    line-height: 20px;
}

.previewCartItem-edit {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%);
    background: none;
    border: none;
}

.previewCartItem-edit .icon {
    width: 18px;
    height: 16px;
    fill: var(--color-text2);
    position: relative;
    top: -2px;
}

.previewCartItem-price {
    margin: 0 0 10px 0;
}

.previewCartItem-price .price {
    display: block;
    font-size: var(--product-price-font-size);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0;
    line-height: var(--body-line-height);
    color: var(--product-price-color);
}

.previewCartItem-qty {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 132px;
    margin-top: 15px;
    position: relative;
}

.previewCartItem-qty .quantity {
    padding: 11px 14px 10px 20px;
}

.previewCartItem-qty input {
    text-align: center;
    padding: 0;
}

.previewCartItem-qty input::-webkit-outer-spin-button,
.previewCartItem-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

.previewCartItem-qty input[type="number"] {
    -moz-appearance: textfield;
}

.previewCartItem-qty .btn-quantity {
    width: 32px;
    height: 45px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border: none;
}

.previewCartItem-qty .btn-quantity:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    left: 10px;
    top: 22px;
    background: #5a5a5a;
}

.previewCartItem-qty .btn-quantity.plus {
    right: 0;
    left: auto;
}

.previewCartItem-qty .btn-quantity.plus:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    left: 10px;
    top: 22px;
    background: #5a5a5a;
    transform: rotate(90deg);
}

.previewCartItem-remove {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #8b8b8b;
}

.previewCartItem-remove.has_vol_pricing {
    bottom: 92px;
}

.previewCartItem-remove svg {
    fill: var(--icon);
    width: 18px;
    height: 18px;
}

.previewCartItem + .previewCartItem {
    border-top: 0;
    margin-top: 19px;
}

.previewCartItem {
    border-bottom: var(--cart-item-border-width) var(--cart-item-border-style) var(--cart-item-border);
    padding-bottom: 20px;
    background-color: var(--cart-item-bg);
}

.previewCartItem:last-child {
    border-bottom: none;
}

.previewCartItem:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.previewCart-emptyBody .empty {
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    color: var(--color-text2);
    margin: 0 0 22px 0;
}

.previewCartCollection {
    padding: 20px 0px 7px 0px;
    position: relative;
}

.previewCartTitle {
    font-family: var(--font-heading-family);
    /* font-size: var(--font-heading-size); */
    /* font-weight: var(--font-weight-semibold); */
    font-style: var(--font-heading-style);
    /* line-height: var(--heading-line-height); */
    letter-spacing: var(--body-letter-spacing);
    text-transform: unset;
    position: relative;
    font-size: 16px;
    font-weight: bolder;
    line-height: normal;
    margin: 0 0 12px 0;
}

.previewCartCollection .product-item-custom .card-title {
    margin-bottom: 7px;
}

.previewCartCollection .card-button {
    font-size: var(--font-body-size);
    font-weight: var(--font-body-weight);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    color: var(--color-text);
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.previewCartCollection .card-swatch {
    text-align: left;
    justify-content: flex-start !important;
    margin-bottom: 14px;
}

.previewCartCollection .product-card-layout-02 .card {
    border: none;
}

.previewCartCarousel .product {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.previewCartCarousel .slick-arrow {
    padding: 6px;
    width: 35px;
    height: 35px;
    top: -35px;
}

.previewCartCarousel .slick-arrow.slick-prev {
    left: auto !important;
    right: 45px;
    transform: translateY(-50%) rotate(0);
}

.previewCartCarousel .slick-arrow.slick-next {
    right: 0px !important;
}

.previewCartCarousel .slick-arrow.slick-disabled {
    display: block !important;
}

.previewCartCarousel:not(.slick-initialized) {
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
}

.previewCartInfo {
    position: relative;
    padding: 5px 30px 90px 30px;
}

.previewCartTotals {
    display: block;
    font-size: 0;
    letter-spacing: 0;
}

.previewCartTotalsPrice {
    /*border-top: 1px solid var(--cart-item-border);*/
    padding-top: 0;
}

.previewCartTotals[data-coupon-discount] .previewCartTotals-label {
    width: 145px;
}

.cart-discounts .discounts__discount {
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    color: var(--color-text2);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    padding: 3px 0;
}

.card-discount .discounts__discount .icon {
    margin-top: 2px;
    margin-right: 8px;
    width: 0.9rem;
    height: 0.9rem;
}

.previewCartTotals .previewCartTotals-label,
.previewCartTotals .previewCartTotals-value {
    display: inline-block;
    vertical-align: top;
    font-size: var(--font-body-size);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
}

.previewCartTotals .previewCartTotals-label {
    width: 120px;
    text-align: left;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
}

.previewCartTotals .previewCartTotals-value {
    width: calc(100% - 120px);
    font-size: calc(var(--font-body-size) + 1px);
    text-align: right;
    font-weight: var(--font-weight-normal);
    color: var(--color-grey);
    font-style: normal;
    letter-spacing: 0;
}

.previewCartTotals.shipTotal .previewCartTotals-value {
    width: 100%;
    text-align: left;
}

.previewCartTotals.total .previewCartTotals-value {
    font-size: calc(var(--font-body-size) + 4px);
}

.previewCartTotals.total .previewCartTotals-value,
.previewCartTotals.subTotal .previewCartTotals-value {
    color: var(--color-text);
    font-weight: var(--font-weight-semibold);
}

.previewCartTotals.shipTotal .previewCartTotals-value {
    font-size: var(--font-body-size);
}

.previewCartTotals + .previewCartTotals {
    margin-top: 9px;
}

.previewCartAction {
    margin: 15px 0 0 0;
}

.previewCartCheckbox input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: var(--font-body-size);
    padding-left: 25px;
    line-height: 20px;
    font-weight: var(--font-weight-normal);
    color: var(--text-cart);
    text-transform: unset;
}

.previewCartCheckbox input[type="checkbox"] ~ button {
    display: inline-block;
    vertical-align: top;
    font-size: var(--font-body-size);
    line-height: 20px;
    color: var(--text-cart);
    margin: 0 0 0 5px;
    padding: 0;
    background: none;
    background-image: linear-gradient(transparent 97%, var(--color-text) 3%);
    background-repeat: repeat-x;
    background-position-y: -2px;
    border: none;
    letter-spacing: var(--body-letter-spacing);
    font-family: var(--font-body-family);
    font-weight: var(--font-weight-normal);
}

.previewCartGroup {
    margin: 12px 0 0 0;
}

.previewCartGroup .button + .button {
    margin-top: 15px;
}

.previewCartGroup .dynamic-checkout__content {
    margin: 10px 0;
}

.previewCartGroup .dynamic-checkout__content shopify-accelerated-checkout {
    --shopify-accelerated-checkout-button-border-radius: var(--btn-1-border-radius);
}

.previewCartGroup .dynamic-checkout__content shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-border-radius: var(--btn-1-border-radius);
}

.previewCart .button-continue {
    width: auto;
}

.wrapper-cartCount {
    color: #727272;
    margin-top: 8px;
    /*margin-bottom: 13px;*/
    margin-bottom: 0;
}

.previewCartTool {
    padding: 10px 30px 12px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cartTool-item {
    width: 25%;
    text-align: center;
    padding: 16px 10px;
    background-color: #fff;
    border-right: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
    pointer-events: auto;
}

.cartTool-item:hover {
    background-color: #f8f8f8;
}

.cartTool-item:first-child {
    border-left: 1px solid #e2e2e2;
}

.cartTool-item span {
    pointer-events: none;
}

.cartTool-item svg {
    width: 24px;
    height: 24px;
    color: #464646;
}

.cartTool-item.cart-tool-gift svg {
    width: 26px;
}

.cartTool-item.cart-tool-shipping svg {
    width: 32px;
}

body.cart-sidebar-show {
    overflow-y: hidden;
    /*height: 100%;*/
}

body.cart-sidebar-show .background-overlay {
    opacity: 1;
    pointer-events: all;
}

body.cart-sidebar-show .halo-cart-sidebar {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.halo-cart-sidebar .previewCartItem {
    padding-bottom: 25px;
}

.previewCart-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.product-option {
    font-size: var(--font-body-size);
    line-height: 1.5;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 10px;
}

.product-option .definitionList-key {
    float: none;
}

.product-option .definitionList-value {
    flex: 1;
    margin-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* -------------------- */
.previewCart.active-tool:before {
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}

.popup-toolDown {
    border-top: 1px solid #e3e3e3;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: var(--bg-white);
    padding: 30px;
    z-index: 9;
    transform: translate3d(0, 50%, 0);
    opacity: 0;
    visibility: hidden;
    transition: transform var(--duration-default) ease, visibility var(--duration-default) ease,
        opacity var(--duration-default) ease;
}

.popup-toolDown.show {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.popup-toolDown .cart__note {
    display: block;
}

.popup-toolDown label {
    font-family: var(--font-heading-family);
    font-size: calc(var(--font-body-size) + 2px);
    font-weight: var(--font-weight-semibold);
    text-transform: capitalize;
    color: var(--color-text);
    margin-bottom: 7px;
    display: block;
}

.popup-toolDown label svg {
    width: 20px;
    height: 20px;
    margin-right: 9px;
    position: relative;
    top: -2px;
}

.popup-toolDown button {
    margin-top: 15px;
    margin-bottom: 10px;
}

.popup-toolDown #shipping-calculator h3 {
    font-size: 0;
}

.popup-toolDown #shipping-calculator-form-wrapper label {
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-normal);
    color: var(--color-text2);
}

.popup-toolDown #shipping-calculator-form-wrapper p {
    font-size: calc(var(--font-body-size) + 2px);
    font-weight: var(--font-weight-semibold);
    text-transform: capitalize;
    color: var(--color-text);
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
}

.popup-toolDown #shipping-calculator-form-wrapper p svg {
    width: 22px;
    height: 22px;
    margin-right: 9px;
    position: relative;
    top: -3px;
}

.template-cart .hidden-cart {
    display: none;
}

.discount-code-field p {
    margin-top: 0;
    margin-bottom: 14px;
    color: var(--color-text2);
}

#popup-tool-shipping .special-select,
#popup-tool-shipping .styled-input {
    margin-bottom: 10px;
}

#popup-tool-shipping {
    padding-bottom: 12px;
}

#popup-tool-gift {
    text-align: center;
    padding-bottom: 42px;
}

#popup-tool-gift svg {
    width: 26px;
    height: 26px;
    margin-bottom: 12px;
    color: #464646;
}

#shipping-calculator #wrapper-response {
    color: #8b714a;
    background-color: #fbf8e5;
    padding: 14px 20px 12px;
    margin-top: 15px;
}

#popup-tool-discount {
    padding-bottom: 36px;
}

.halo-cart-sidebar .previewCartItem-price .discounts__discount,
.cart-discounts .discounts__discount {
    /* font-size: calc(var(--font-body-size) - 2px); */
    /* font-weight: var(--font-weight-normal); */
    /* color: var(--color-text2); */
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);

    color: #2e8f76;
    padding: 3px 0;
    background-color: #e8f5f2;
    margin-top: 12px;
    padding: 8px 20px 8px 15px;
    font-size: 13px;
    font-weight: 600;
}

.halo-cart-sidebar .previewCartItem-price .previewCartItem-saving-price {
    display: flex;
    flex-direction: row;
}

.halo-cart-sidebar .previewCartItem-price .previewCartItem-saving-price .price__label_sale {
    line-height: 1.2;
    overflow: visible;
    clip-path: none;
    height: auto;
}

.halo-cart-sidebar .previewCartItem-price .previewCartItem-saving-price .price__label_sale .label_sale {
    font-size: 12px;
    padding: 3px 8px;
}

.halo-cart-sidebar .previewCartItem-price .previewCartItem-saving-price .discounted-price {

    color: var(--product-sale-price-color);
}

.halo-cart-sidebar .previewCartItem-price .before-discount-price,
.halo-cart-sidebar .previewCartItem-price .discounted-price {
    font-size: 14.2px;
    letter-spacing: var(--product-price-letter-spacing);
    font-weight: var(--product-price-font-weight);
    font-weight: 400;
    line-height: 21.3px;
}

.halo-cart-sidebar .previewCartItem-price .before-discount-price {
    color: var(--product-compare-price-color);
    font-weight: var(--font-weight-normal);
}

.halo-cart-sidebar .previewCartItem-price .discounted-price {
    color: var(--product-sale-price-color);
    margin-left: 8px;
}

.previewCartTotalsPrice .cart-total-savings {
    display: flex;
}

.cart-discounts + .previewCartItem-change {
    margin-top: 15px;
}

.body-custom-width.style-arrows-6 .previewCartCarousel .slick-arrow {
    width: 45px;
}

/* START: Update May Also You Like */
.previewCartCollection .card-information {
    position: static;
    padding-bottom: 2px !important;
}

.previewCartCollection .product-item .card-action,
.previewCartCollection .product-item .card-button {
    box-shadow: none;
}

.previewCartCollection .product-item .card-button:hover {
    background-color: transparent;
    color: initial !important;
}

.previewCartCollection .product-item .card-button.is-loading {
    overflow: visible;
}

body.cart-sidebar-show.quick_shop_option_3.quickshop-popup-show .halo-cart-sidebar,
body.cart-sidebar-show.quick_shop_option_3.quick_shop_popup_mobile .halo-cart-sidebar {
    opacity: 0;
    pointer-events: none;
}

.previewCartCollection .card-button {
    color: initial !important;
    background: transparent;
    border: none;
    padding: 0;
    text-transform: initial;
    text-align: left;
    width: fit-content;
    margin: 0;
    min-width: initial;
    padding-block: 0 !important;
}

body:not(.quick_shop_option_3) .previewCartCollection .card-action .variants-popup-content .variants {
    max-height: 80px;
}

body:not(.quick_shop_option_3) .previewCartCollection .previewCartCarousel .product {
    min-height: 180px;
}

body:not(.quick_shop_option_3) .previewCartCollection .card-action .variants-popup-content {
    height: 100%;
}

.product-card-layout-02 .previewCartCollection .previewCartCollection .card-swatch {
    margin-bottom: 8px;
}

.product-card-layout-02 .previewCartCollection .product-item .card-action {
    margin-top: 0;
}

.product-card-layout-02.quick_shop_option_2 .previewCartCollection .product-item .card-action {
    padding-left: 0;
}

.product-card-layout-04.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content {
    background: #fff;
}

.product-card-layout-06 .previewCartCollection .product-item .card-action {
    position: static;
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
}

.product-card-layout-05 .previewCartCollection .card-information {
    position: relative;
}

body:not(.quick_shop_option_3) .previewCartCollection .card-action .variants-popup {
    top: 0;
    height: auto;
    max-height: 100%;
    min-height: 180px;
}

body:not(.quick_shop_option_3) .previewCartCollection .product-card__button2 {
    bottom: 1px;
}

.product-card-layout-07:not(.quick_shop_option_3) .previewCartCollection .product-item .card-action,
.product-card-layout-05:not(.quick_shop_option_3) .previewCartCollection .product-item .card-action,
.product-card-layout-04:not(.quick_shop_option_3) .previewCartCollection .product-item .card-action,
.product-card-layout-02:not(.quick_shop_option_3) .previewCartCollection .product-item .card-action,
.product-card-layout-03:not(.quick_shop_option_3) .previewCartCollection .product-item .card-action {
    position: static;
    transform: none !important;
}

.quick_shop_option_2 .previewCartCollection .variants-popup-content .variants {
    min-height: initial !important;
    max-height: 80px !important;
}

.product-card-layout-06.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content {
    overflow-y: initial;
}

/* END: Update May Also You Like */

.previewCartCollection .previewCartCarousel .product-item.enable_custom_position_swatch .card-price {
    margin-bottom: 10px;
}

.previewCartCollection .previewCartCarousel .product-item.enable_custom_position_swatch .card-swatch .swatch-label {
    width: calc(var(--w-product-swatch-custom) - 10px);
    height: calc(var(--h-product-swatch-custom) - 10px);
}

.previewCartCollection .previewCartCarousel .product-item.enable_custom_position_swatch .card-swatch .number-showmore {
    height: calc(var(--h-product-swatch-custom) - 10px);
    line-height: calc(var(--h-product-swatch-custom) - 10px);
}

.product-card-layout-01 .previewCartCarousel .product-item.enable_custom_position_swatch .card-action {
    padding: 0;
}

@media (max-width: 1024px) {
    .previewCartTool {
        padding: 10px 20px 12px 20px;
    }

    .previewCartInfo {
        padding: 5px 20px 70px 20px;
    }

    .previewCart {
        /*height: calc(100vh - 450px);*/
        overflow-y: auto;
        overflow-x: hidden;
        flex-grow: 1;
    }

    #popup-tool-gift,
    #popup-tool-shipping,
    #popup-tool-discount,
    #popup-tool-note {
        padding-bottom: 22px;
    }

    /* START: Update May Also You Like */
    .previewCartCollection .card-action {
        position: static;
    }

    .quick_shop_option_2 #halo-card-mobile-popup .card-action .variants-popup {
        bottom: 0 !important;
    }

    body:not(.quick_shop_option_3, .quick_shop_option_2).product-card-layout-06 .previewCartCollection .card-action .variants-popup {
        top: 0;
    }

    body:not(.quick_shop_option_3, .quick_shop_option_2).product-card-layout-06 .previewCartCollection .product-item:hover .card-action {
        transform: none;
    }

    body:not(.quick_shop_option_3, .quick_shop_option_2).product-card-layout-06 .previewCartCollection .card:after {
        display: none;
    }

    body:not(.quick_shop_option_3, .quick_shop_option_2).product-card-layout-05 .previewCartCollection .product-item.quickshop-popup-show .card-action .variants-popup {
        top: 0;
        height: auto;
        max-height: 100%;
        min-height: 180px;
    }

    body:not(.quick_shop_option_3, .quick_shop_option_2) .previewCartCollection .card-action {
        transform: none !important;
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    /* END: Update May Also You Like */
}

@media (max-width: 551px) {
    .halo-cart-sidebar .previewCartItem {
        padding-top: 0;
    }

    .previewCartItem-remove.has_vol_pricing {
        bottom: 98px;
    }

    .previewCartGroup .dynamic-checkout__content shopify-accelerated-checkout {
        --shopify-accelerated-checkout-button-block-size: 42px;
        --shopify-accelerated-checkout-button-inline-size: 42px;
    }

    .previewCartGroup .dynamic-checkout__content shopify-accelerated-checkout-cart {
        --shopify-accelerated-checkout-button-block-size: 42px;
        --shopify-accelerated-checkout-button-inline-size: 42px;
    }
}

@media (max-width: 768px) {

    /* START: Update May Also You Like */
    #halo-card-mobile-popup .product-item-custom .card-information {
        display: block;
        width: 100%;
    }

    #halo-card-mobile-popup .product-item-custom .card-swatch,
    #halo-card-mobile-popup .product-item-custom .card-product,
    #halo-card-mobile-popup .product-item-custom .card-price,
    #halo-card-mobile-popup .product-item-custom .card-title {
        display: none;
    }

    body.cart-sidebar-show.quickshop-popup-show .halo-cart-sidebar,
    body.cart-sidebar-show.quick_shop_popup_mobile .halo-cart-sidebar {
        opacity: 0;
        pointer-events: none;
    }

    .product-card-layout-08.quick_shop_option_2 #halo-card-mobile-popup .product-item-custom .card-action {
        display: block;
        position: static;
    }

    #halo-quickshop-popup-option-3 .productView-see-details {
        margin-right: 0;
        margin-bottom: 0;
    }

    .product-card-layout-02.quick_shop_option_2 #halo-card-mobile-popup .product-item-custom .card-information .card-information__wrapper,
    .product-card-layout-06.quick_shop_option_2 #halo-card-mobile-popup .product-item-custom .card-information .card-information__wrapper {
        display: block;
    }

    .product-card-layout-02.quick_shop_option_2 #halo-card-mobile-popup .product-item-custom .card-information .card-action .variants-popup,
    .product-card-layout-06.quick_shop_option_2 #halo-card-mobile-popup .product-item-custom .card-information .card-action .variants-popup {
        padding: 16px 8px 8px;
    }

    body:not(.quick_shop_option_3, .quick_shop_option_2).product-card-layout-06 .previewCartCollection .card-action .variants-popup {
        height: auto;
        max-height: 100%;
        min-height: 180px;
    }

    /* END: Update May Also You Like */
}

@media (min-width: 551px) {
    .previewCartItem {
        padding-top: 0;
    }

    .previewCartItem-image {
        width: 80px;
    }

    .previewCartItem-content {
        width: calc(100% - 80px);
        padding: 0px 20px 0 20px;
        position: relative;
    }

    .previewCartItem-price {
        width: calc(100% - 132px);
        margin-bottom: 0;
    }

    .previewCartItem-qty {
        display: block;
    }

    .previewCartItem-remove {
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        border: none;
    }

    .previewCartItem-remove svg {
        fill: var(--icon);
        width: 18px;
        height: 18px;
    }
}

@media (min-width: 769px) {

    /* START: Update May Also You Like */
    .quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content {
        padding: 25px 0 60px;
    }

    .quick_shop_option_2 .previewCartCollection .variants-popup .variants-popup-close {
        display: block;
    }

    .previewCartCollection .product-item.quickshop-popup-show .card-action .variants-popup {
        height: auto;
        max-height: 100%;
        min-height: 180px;
    }

    .product-card-layout-06.quick_shop_option_2 .previewCartCollection .quickshop-popup-show .card-information {
        position: static;
    }

    .product-card-layout-06.quick_shop_option_2 .previewCartCollection .card-action .variants-popup {
        overflow: hidden auto;
    }

    .product-card-layout-05.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content {
        height: 100%;
        background: var(--bg-white);
    }

    .product-card-layout-05.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content .variants {
        max-height: 100% !important;
    }

    .product-card-layout-04.quick_shop_option_2 .previewCartCollection .quickshop-popup-show .card-action > form {
        opacity: 0;
    }

    .product-card-layout-03.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content {
        height: 100%;
        background: var(--bg-white);
    }

    .product-card-layout-03.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content .variants {
        max-height: 100% !important;
    }

    .product-card-layout-01.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content {
        height: 100%;
        background: var(--bg-white);
    }

    .product-card-layout-01.quick_shop_option_2 .previewCartCollection .card-action .variants-popup-content .variants {
        max-height: 100% !important;
    }

    /* END: Update May Also You Like */
}

@media (min-width: 1025px) {
    .popup-toolDown.show {
        transform: translateY(-15%) !important;
    }

    .previewCart {
        overflow-y: auto;
        overflow-x: hidden;
        flex-grow: 1;
        /*height: calc(100vh - 470px);*/
    }

    .previewCartItem-name:hover {
        color: var(--product-title-color-hover);
    }

    .previewCartCarousel .product-item .product-image svg {
        display: block;
    }

    .previewCartCarousel .product-item .product-image:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.3);
        transition: var(--anchor-transition);
    }

    .previewCartCarousel .product-item .product-image:hover svg {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .previewCartCarousel .product-item .product-image:hover:before {
        opacity: 1;
        visibility: visible;
    }

    /* START: Update May Also You Like */
    .previewCartCollection .card-action {
        transform: none !important;
        position: static;
        opacity: 1;
        visibility: visible;
    }

    .previewCartCollection .card-action .variants-popup {
        top: 0;
    }

    .previewCartCollection .card-action > form {
        margin-inline: 0;
        width: 100%;
    }

    .product-card-layout-04 .previewCartCollection .card-action .variants-popup {
        bottom: 0;
    }

    .product-card-layout-06 .previewCartCollection .product-item.quickshop-popup-show .card:after {
        display: none;
    }

    .product-card-layout-05 .previewCartCollection .card-action .button {
        bottom: 0;
        max-width: 100%;
    }

    .product-card-layout-04.quick_shop_option_2 .previewCartCollection .card-action {
        padding: 0;
    }

    .product-card-layout-02.quick_shop_option_2 .previewCartCollection .card-action .variants-popup {
        padding: 0;
    }

    .product-card-layout-02.quick_shop_option_2 .previewCartCollection .variants-popup-content .variants {
        min-height: initial !important;
    }

    .product-card-layout-04 .previewCartCollection .card-action {
        padding: 0;
    }

    /* END: Update May Also You Like */
}

/* Mint start custom */
.previewCartProduct .card {
    background: #f5f5f5 !important;
    margin-bottom: 0;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: grab;
}

.previewCartProduct .card .card-product {
    width: 64px;
    height: 64px;
}

.previewCartProduct .card .card-media img {
    width: 100%;
}

.previewCartProduct .card .card-title {
    font-size: 14.2px;
    line-height: 1.5;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: unset !important;
    margin-bottom: 0;
}

.previewCartProduct .card .price-item .money {
    font-size: 14.2px;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
}

.previewCartProduct .card .card-action {
    width: fit-content;
    height: fit-content;
}

.previewCartProduct .card .card-action a,
.previewCartProduct .card .card-action button {
    line-height: 1.45;
    border-radius: 5px;
    padding: 9px 22px;
    border: 1px solid rgba(33, 33, 33, 0.35);
    font-size: 11.5px;
    font-weight: 400;
    text-transform: uppercase;
    min-width: 120px;
    min-height: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.previewCartProduct .card .card-action a:not(:hover),
.previewCartProduct .card .card-action button:not(:hover) {
    background: #fff;
    color: #212121;
}

.previewCartProduct .card-information {
    padding: 0 !important;
}

.previewCartProduct .card-information__wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.previewCartProduct .card-information__left {
    max-width: 238px;
    width: 100%;
}

.previewCartProduct .slick-track {
    display: flex !important;
}

.previewCartProduct .slick-slide {
    height: inherit !important;
}

.previewCartProduct .slick-slide + .slick-slide {
    margin-left: 8px;
}

.previewCartProduct .slick-arrow {
    display: flex;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0 2px 6px #000 24, 0 0 2px #000 17;
    background-color: #fff;
    z-index: 1;
    transition: opacity 0.25s ease-in-out;
    border: none;
    width: 32px;
    height: 32px;
}

.previewCartProduct .slick-arrow.slick-prev {
    left: 4px !important;
}

.previewCartProduct .slick-arrow.slick-next {
    right: 4px !important;
}

.previewCartProduct .slick-arrow.slick-disabled {
    display: none !important;
}

.previewCartProduct .slick-arrow svg {
    --arrow-color: #212121;
    --arrow-color-hover: #212121;
}

.previewCartProduct .previewCartCarousel:hover .slick-arrow {
    opacity: 1;
}

#halo-cart-sidebar .previewCartInfo {
    width: calc(100% - 40px);
    margin: 0 auto;
    border-top: 1px solid #b4b4b4;
    padding-top: 16px;
    padding-bottom: 125px;
    padding-left: 0;
    padding-right: 0;
}

#halo-cart-sidebar .previewCartTotals {
    line-height: 1;
}

#halo-cart-sidebar .previewCartTotals-label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #212121;
}

#halo-cart-sidebar .previewCartTotals-value {
    font-size: 18px;
    line-height: 20px;
}

#halo-cart-sidebar .previewCartTotals-note {
    opacity: 0.65;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #8b8b8b;
    margin: 0;
}

#halo-cart-sidebar .icon-discount {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: inline-block;
}

#halo-cart-sidebar .icon-discount svg {
    width: 100%;
    height: 100%;
    display: block;
    stroke: none;
}

#halo-cart-sidebar .cart-total-savings {
    margin: 0;
}

#halo-cart-sidebar .cart-total-savings .previewCartTotals-label {
    display: inline-flex;
    align-content: center;
}

#halo-cart-sidebar .cart-total-savings .previewCartTotals-value {
    color: #212121;
    font-weight: 600;
}

#halo-cart-sidebar .previewCartGroup button {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 8px 0;
}

#halo-cart-sidebar .payment-methods {
    margin-top: 18px;
    margin-bottom: 53px;
}

#halo-cart-sidebar .payment-methods ul {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

#halo-cart-sidebar .payment-methods li {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#halo-cart-sidebar .payment-methods li svg {
    width: auto;
    height: auto;
    stroke: none;
}

 Mint start custom */
.CartReservationCountdown {
    margin: 0 -20px;
    padding: calc(20px / 2) 20px;
    background-color: #fafafa;
    color: #212121;
    text-align: center;
    font-size: 16px;
    animation: focus-background-to-default 2s ease-out;
}

@keyframes focus-background-to-default {
    0% {
        background-color: #6d6d6d;
    }

    100% {
        background-color: #fafafa;
    }
}

/*
@media (min-width: 750px) {
	 shopify-paypal-button {
		 max-width: calc(100% - (100% - 600px + 40px));
		 width: calc(100% - (100% - 600px + 40px));
		 display: flex;
		 align-items: center;
		 max-height: 40px;
		 overflow: hidden;
		 border-radius: 5px;
	}
}
*/
 .halo-sidebar_search .halo-sidebar-wrapper .search-modal {
	 padding: 0;
}
 