.woo-gallery-container-21032769 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.woo-gallery-container-21032769.pos-top {
    flex-direction: column-reverse;
}

.woo-gallery-container-21032769.pos-left {
    flex-direction: row-reverse;
}

.woo-gallery-container-21032769.pos-right {
    flex-direction: row;
}

.woo-gallery-main-21032769 {
    flex: 1;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.woo-gallery-main-track-21032769 {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
}

.woo-gallery-main-img-21032769 {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woo-gallery-main-img-21032769 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    display: block;
}

.woo-gallery-thumbs-wrapper-21032769 {
    overflow: hidden;
    position: relative;
}

.woo-gallery-container-21032769.pos-left .woo-gallery-thumbs-wrapper-21032769,
.woo-gallery-container-21032769.pos-right .woo-gallery-thumbs-wrapper-21032769 {
    width: 20%;
    height: auto;
}

.woo-gallery-container-21032769.pos-left .woo-gallery-main-21032769,
.woo-gallery-container-21032769.pos-right .woo-gallery-main-21032769 {
    width: 80%;
}

.woo-gallery-thumbs-21032769 {
    display: flex;
    gap: 15px;
    transition: all 0.3s ease;
}

.woo-gallery-container-21032769.pos-left .woo-gallery-thumbs-21032769,
.woo-gallery-container-21032769.pos-right .woo-gallery-thumbs-21032769 {
    flex-direction: column;
}

.woo-gallery-thumb-21032769 {
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.3s ease, border-color 0.3s ease;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}

.woo-gallery-thumb-21032769.active,
.woo-gallery-thumb-21032769:hover {
    opacity: 1;
    border-color: #333;
}

.woo-gallery-thumb-21032769 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
