@import url("../miracle-boy/style.css");

.product-page .showcase-photo-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: #0f172a;
    cursor: zoom-in;
    font: inherit;
}

.product-page .showcase-photo-button img {
    transition: transform 0.35s ease, filter 0.35s ease;
}

.product-page .showcase-photo-button:hover img,
.product-page .showcase-photo-button:focus-visible img {
    transform: scale(1.04);
    filter: brightness(0.9);
}

.product-page .showcase-photo-button:focus-visible {
    outline: 3px solid #0284c7;
    outline-offset: -3px;
}

.product-page .showcase-image-modal .brochure-modal-body img {
    width: min(100%, 1100px);
    max-height: 82vh;
    object-fit: contain;
}
