.k2k-product-main-image {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 4px;
    color: #092c50;
    text-align: left;
}
.k2k-product-main-image img { display: block; transition: transform 160ms ease-out; }
.k2k-product-main-image.is-magnifying img { transform: scale(2); }
.k2k-product-main-image.is-zoom-enabled { cursor: crosshair; }
.k2k-gallery-zoom-icon:focus-visible { outline: 3px solid #c9a84c; outline-offset: 3px; }
.k2k-product-main-image .k2k-gallery-zoom-icon {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #e4dfd5;
    border-radius: 4px;
    background: rgba(255, 255, 255, .96);
    color: #092c50;
    box-shadow: 0 2px 8px rgba(9, 44, 80, .1);
    cursor: zoom-in;
}
.k2k-product-main-image .k2k-gallery-zoom-icon:hover { background: #fff; border-color: #092c50; }
.k2k-product-main-image .k2k-gallery-zoom-icon:disabled { opacity: .5; cursor: default; }
.k2k-product-main-image .k2k-gallery-zoom-icon[aria-pressed="true"] { background: #092c50; border-color: #092c50; color: #fff; cursor: zoom-out; }
@media (prefers-reduced-motion: reduce) {
    .k2k-product-main-image img { transition: none; }
}
