/* quick-view.css */
#wc-quick-view-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#wc-quick-view-content {
    background: #fff;
    padding: 20px;
    max-width: 1050px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    height: 700px;
}
@media screen and (max-width: 1060px) {
    #wc-quick-view-content {
        max-width: 90%; 
    }
}
.quickview__success-message {
    color: #002366;
    font-weight: 500;
    margin-top: 20px;
}
.quickview__success-message a {
    color: #f04a00;
}
.add-to-cart-quick-view {
    width: 200px !important;
}
.close-quick-view {
    float: right;
}
.modal__message {
    text-align: center;
    display: none;
}
.modal__view-cart {
    color: var(--st-theme-1);
}
.modal-body .single__after-cart .add__success-message {
    display: none;
}

.modal-body .variations_form .variable-1 {
    margin-top: 20px;
}
.external__product {
    margin: 20px 0 5px 0;
}

.quick__view-image {
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

/* .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
} */