
.wc-vertical-gallery {
    display: flex;
    gap: 24px;
}

.wc-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wc-thumbnails img {
    width: 95px;
    cursor: pointer;
    border: 2px solid #e5e5e5;
    padding: 4px;
    background: #fff;
}

.wc-thumbnails img.active-thumb {
    border-color: #000;
}

.wc-main-image img {
    width: 540px;
    max-width: 100%;
    transition: opacity 0.1s ease-in-out;
}
