/* ============================================================
   PDP media gallery — vertical thumbs (left) + rounded main image
   ============================================================ */

/* --- Rounded main image --- */
.fotorama__stage,
.fotorama__stage__shaft,
.fotorama__stage .fotorama__img {
    border-radius: 14px;
}
.fotorama__stage {
    overflow: hidden;
}
/* keep fullscreen view square-cornered */
.fotorama--fullscreen .fotorama__stage,
.fotorama--fullscreen .fotorama__stage .fotorama__img {
    border-radius: 0;
}

/* --- Thumbnails (left strip) --- */
.fotorama__nav__frame--thumb {
    border-radius: 8px;
}
.fotorama__nav__frame--thumb .fotorama__thumb {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

/* --- Active thumbnail highlight (Fotorama's moving border box) --- */
.fotorama__thumb-border {
    border: 2px solid #1f3a5f;   /* ESW navy accent */
    border-radius: 8px;
    box-sizing: border-box;
}

/* breathing room above the horizontal thumb strip (below the main image) */
.fotorama__nav--thumbs.fotorama__nav {
    margin-top: 10px;
}
