/* Mobile-specific styles for ProductDetailShow */

@media (max-width: 1199px) {
    .ProductDetailShow_addToCartBtn__XfJbn {
        width: 100% !important;
    }
}

/* Desktop styles remain unchanged */
@media (min-width: 1200px) {
    .ProductDetailShow_addToCartBtn__XfJbn {
        /* Default desktop styles */
    }
}

.ProductPicSlider_sliderContainer__E5SpF {
    width: 100%;
}

.ProductPicSlider_mainSlider__WvkFN {
    margin: 0 auto;
}

/* Mobile devices (0px to 480px) */
@media (max-width: 480px) {
    .ProductPicSlider_mainSlider__WvkFN {
        max-width: 330px;
        margin: 0 auto;
    }
}

/* Small devices (481px to 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .ProductPicSlider_mainSlider__WvkFN {
        max-width: 350px;
        margin: 0 auto;
    }
}

/* Tablets and larger (769px and up) */
@media (min-width: 769px) {
    .ProductPicSlider_mainSlider__WvkFN {
        max-width: 100%;
    }
}

/* Modal overlay */
.ProductPicSlider_modalOverlay__URfY_ {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.92);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 24px;
}

.ProductPicSlider_modalContent__Qqe8F {
    position: relative;
    width: min(92vw, 1000px);
    height: min(88vh, 900px);
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductPicSlider_modalSlide__9WB4w {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.ProductPicSlider_modalImageWrapper__y8qFl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.ProductPicSlider_modalImage__Onzn6 {
    width: 100% !important;
    max-width: 100%;
    max-height: 82vh;
    height: auto !important;
    object-fit: contain;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
}

.ProductPicSlider_modalTitle__akiP6 {
    margin-top: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 480px) {
    .ProductPicSlider_modalOverlay__URfY_ {
        padding: 10px;
    }

    .ProductPicSlider_modalContent__Qqe8F {
        width: 100%;
        height: 78vh;
        max-width: 100%;
    }

    .ProductPicSlider_modalImageWrapper__y8qFl {
        padding: 8px;
    }

    .ProductPicSlider_modalImage__Onzn6 {
        max-height: 72vh;
        width: 100% !important;
    }
}

.ProductPicSlider_closeButton__GjHa5 {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #111;
    font-size: 24px;
    font-weight: bold;
    width: 42px;
    height: 42px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1001;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.ProductPicSlider_closeButton__GjHa5:hover {
    background: #fff;
}

