.pm-product-gallery {
    display: flex;
    flex-direction: column;
    gap: 0.85em;
    width: 100%;
}

.pm-product-gallery__item {
    width: 100%;
}

.pm-product-gallery__item .pm-product-image-trigger,
.pm-product-gallery__item .pm-product-image-trigger img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    float: none;
}

.pm-product-gallery__item .pm-product-image-trigger img {
    transition: opacity 0.2s ease;
}

.pm-product-gallery__item .pm-product-image-trigger:hover img {
    opacity: 0.9;
}

.product-detail__image--gallery {
    background-image: none;
    padding: 0;
}
