/* =========================
   BIG PREVIEW IMAGE
========================= */

.spec-preview {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.preview-wrap {
    width: 100%;
    max-width: 420px;
    height: 420px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.preview-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}