/* public/js/front/components/QuickViewModal.css
   Extracted from the <style scoped> block in resources/js/index/components/QuickViewModal.vue.
   Scoping is dropped (per the CDN-build convention already used elsewhere in this cluster). */

.custom-modal .modal-dialog .modal-content {
    max-height: 90vh;
    overflow-y: auto;
}

.custom-modal .modal-dialog {
    width: 90%;
}

.gallry_thumbs {
    position: relative;
    margin-top: 10px;
}

.gallry_thumbs .swiper-slide {
    position: relative;
    cursor: pointer;
}

.gallry_thumbs .swiper-slide img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.gallry_thumbs .swiper-slide-thumb-active img {
    border-color: #005f85;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 35%;
    z-index: 10;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
}

.custom-prev {
    left: -8px;
}

.custom-next {
    right: -8px;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    color: #fff;
}

.product-video {
    width: 100%;
    min-height: 360px;
    border: 0;
}
