/* Product image lightbox v1: familiar ecommerce modal instead of edge-to-edge fullscreen. */
.fotorama--fullscreen {
    background: rgba(7, 25, 45, .88) !important;
    box-sizing: border-box;
    padding: 28px !important;
}

.fotorama--fullscreen .fotorama__wrap {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 18px 55px rgba(0, 0, 0, .38);
    height: 100% !important;
    margin: 0 auto;
    max-width: 1180px;
    overflow: hidden;
}

.fotorama--fullscreen .fotorama__stage {
    background: #fff;
}

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    max-height: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    object-fit: contain;
}

.fotorama--fullscreen .fotorama__nav-wrap {
    background: #f5f7f8;
    border-top: 1px solid #dfe5e8;
    padding: 8px 52px;
}

.fotorama--fullscreen .fotorama__thumb {
    background: #fff;
    border: 1px solid #d8dee3;
}

.fotorama--fullscreen .fotorama__thumb-border {
    border-color: #d18a16;
}

.fotorama--fullscreen .fotorama__arr,
.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-color: #102e4a;
    border: 2px solid #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .28);
    opacity: 1 !important;
}

.fotorama--fullscreen .fotorama__arr {
    border-radius: 50%;
    height: 52px;
    width: 52px;
}

.fotorama--fullscreen .fotorama__arr--prev {
    left: 18px;
}

.fotorama--fullscreen .fotorama__arr--next {
    right: 18px;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    border-radius: 0 0 0 4px;
    height: 48px;
    right: 0;
    top: 0;
    width: 48px;
}

@media (max-width: 767px) {
    .fotorama--fullscreen {
        padding: 12px !important;
    }

    .fotorama--fullscreen .fotorama__wrap {
        border-radius: 3px;
    }

    .fotorama--fullscreen .fotorama__nav-wrap {
        padding: 6px 12px;
    }

    .fotorama--fullscreen .fotorama__arr {
        height: 44px;
        width: 44px;
    }

    .fotorama--fullscreen .fotorama__arr--prev {
        left: 8px;
    }

    .fotorama--fullscreen .fotorama__arr--next {
        right: 8px;
    }
}
