/* Изолированная галерея товара. Файл подключается после legacy-темы. */
html body .product-gallery .product-gallery-viewer {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
}

html body .product-gallery .product-image-frame {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 320px !important;
    overflow: hidden !important;
}

html body .product-gallery .product-image-frame > img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 620px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

html body .product-gallery .product-gallery-thumbs {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 12px 0 0 !important;
    padding: 2px 2px 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

html body .product-gallery .product-gallery-thumb {
    display: block !important;
    flex: 0 0 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    max-width: 72px !important;
    min-height: 72px !important;
    max-height: 72px !important;
    margin: 0 !important;
    padding: 4px !important;
    border: 1px solid #dce3ea !important;
    border-radius: 10px !important;
    background: #fff !important;
    overflow: hidden !important;
    cursor: pointer !important;
}

html body .product-gallery .product-gallery-thumb.is-active {
    border: 2px solid #2563eb !important;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, .12) !important;
}

html body .product-gallery .product-gallery-thumb > img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
}

@media (max-width: 720px) {
    html body .product-gallery .product-image-frame {
        min-height: 240px !important;
    }

    html body .product-gallery .product-image-frame > img {
        max-height: 480px !important;
    }

    html body .product-gallery .product-gallery-thumb {
        flex-basis: 60px !important;
        width: 60px !important;
        height: 60px !important;
        min-width: 60px !important;
        max-width: 60px !important;
        min-height: 60px !important;
        max-height: 60px !important;
    }
}
