/* Main upsell css */
/*.wsu-upsell {
    width: 500px !important;
}*/

/* grid template code */
.wsu-upsell-grid.wsu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.wsu-stacked {
    display: grid;
    gap: 20px;
}

.main-wsu-flex-view {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: left;
}

.wsu-one-click-stacked .main-product-section{
    gap: 20px;
    margin-bottom: 20px;
    display: grid;
}

.wsu-one-click-stacked .wsu-stack-item.wsu-upsell-item {
    text-align: center;
}

/* upsell-slider */
.slick-dots li button:before {
    font-size: 40px !important;
}

/* wsu-upsell-templates-section.php */
.main-form-wrap {
    display: flex;
    gap: 20px;
}

/* cart button */
.wsu-add-to-cart-btn {
    width: 100%;
    text-align: center;
    border: 2px solid transparent;
    cursor: pointer;
}

.wsu-add-to-cart-btn.loading {
    opacity: 0.6;
    pointer-events: none;
}

#wsu-post-upsell-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
    animation: wsuFadeIn 0.3s ease;
}

#wsu-post-upsell-popup .wsu-upsell {
    width: 800px !important;
    height: auto;
}

#wsu-post-upsell-popup .wsu-popup-content {
    background: #ffffff;
    width: 880px;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    position: relative;
    animation: wsuSlideUp 0.35s ease;
}

.wsu-grid-item.wsu-upsell-product, .wsu-flex-item.wsu-upsell-product {
    text-align: center;
}

.scrool-hidden {
    overflow: hidden;
}

/* Mobile css grid template code */

@media (max-width: 767px) {
    .main-wsu-flex-view {
        gap: 10px;
    }

    #wsu-post-upsell-popup .wsu-upsell {
        width: 275px !important;
        height: auto;
    }
}

span.wsu-qty-fixed {
    border: 1px solid 
color-mix(in srgb, currentColor 30%, transparent);
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    position: relative;
    width: 107px;
    padding: 5px;
}