.product.media .gallery-placeholder {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.product.media .gallery-placeholder .gallery-placeholder__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.product.media .gallery-placeholder > .gallery-loading-mask {
    background: rgba(255, 255, 255, 0.45);
    z-index: 2;
}

.product.media .gallery-placeholder > .gallery-loading-mask.gallery-loading-mask--reserved {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    margin: 0;
    pointer-events: none;
}

.product.media .gallery-placeholder > .gallery-loading-mask.gallery-loading-mask--overlay {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    margin: 0;
}

.product.media .gallery-placeholder:not(._block-content-loading) > .gallery-loading-mask.gallery-loading-mask--reserved {
    display: none !important;
    padding-bottom: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

.product.media .gallery-placeholder > .gallery-loading-mask .loader {
    position: absolute;
    inset: 0;
}

.product.media .gallery-placeholder > .gallery-loading-mask .loader > img {
    position: absolute;
    inset: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .catalog-product-view .product.media:has(.gallery-placeholder--has-thumbs) {
        min-height: calc(100vw - 40px + 104px);
    }
}
