/* general  */
.wizz4-cart-drawer-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2147483640;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.wizz4-cart-drawer-background.wizz4-visible {
    visibility: visible;
    opacity: 1;
    display: block;
}

.wizz4-cart-drawer {
    position: fixed;
    top: 0;
    max-width: 640px;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    /* transform: translateX(100%); */
    transition: transform 0.3s ease-in-out;
    z-index: 2147483641;
}
.wizz4-cart-drawer.wizz4-visible {
    transform: translateX(0) !important;
}
.hover-underline-div:hover{
    text-decoration: underline !important;
}
.no-scroll {
    overflow: hidden;
    touch-action: none;
}

/* end general  */

/* header  */
.wizz4-cart-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    height: 56px;
}
.wizz4-title-cart {
    font-size: 2.4rem;
    font-weight: 650;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #000;
}

@media (max-width: 640px){
    #w4-upsellbeside-mobile{
        display: block !important;
    }
    #w4-upsellbeside-pc{
        display: none !important;
    }
}

/* end header  */
@media (max-width: 440px) {
    #w4-storefront-drawer {
        width: 100% !important;
    }
    .wizz4-cart-drawer.custom-width {
        width: calc(100% - 30px) !important;
        min-width: unset !important;
        max-width: unset !important;
    }
    .wizz4-cart-drawer {
        width: 100% !important;
    }
    #w4-storefront-item {
        gap: 6px !important;
    }
    #w4-storefront-item-img {
        width: 90px !important;
        /* height: auto !important; */
    }
    #w4-storefront-upsell {
        gap: 10px !important;
    }
    #w4-storefont-upsell-img {
        width: 80px !important;
    }
    .w4-storefront-upsell-btnAdd span{
        margin: 4px 8px !important;
    }
    #w4-storefront-upsell-title {
        max-width: 200px !important;
    }

    #product-review-wizz {
        flex-direction: column !important;
        align-items: end !important;
    }
    #product-saving-wizz {
        white-space: wrap !important;
    }
    #w4-storefront-upsell-item {
        padding: 0 !important;
    }
}

#w4-express-payment-cart {
    --shopify-accelerated-checkout-button-block-size: 52px;
    --shopify-accelerated-checkout-button-inline-size: 54px;
    --shopify-accelerated-checkout-button-border-radius: 4px;
    --shopify-accelerated-checkout-button-box-shadow: none;
    --shopify-accelerated-checkout-inline-alignment: flex-start;
    --shopify-accelerated-checkout-row-gap: 8px;
    --shopify-accelerated-checkout-skeleton-background-color: #dedede;
    --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
    --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
    --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
    --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;

}

.special-shop-layout {
    flex-direction: row !important;
    align-items: center !important;
    display: flex !important;
}