.lg-product-image-wrap {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
}

.lg-product-main-image {
    max-width: 100%;
    max-height: 520px;
    transition: opacity .25s ease;
}

.lg-color-options {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.lg-color-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #ddd;
    cursor: pointer;
}

.lg-color-dot.active {
    outline: 3px solid #a50034;
}

.lg-gallery {
    width: 100%;
}

.lg-gallery-main {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
}

.lg-gallery-main-img {
    max-width: 100%;
    max-height: 520px;
    transition: opacity .25s ease;
}

.lg-gallery-thumbs-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}

.lg-gallery-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.lg-gallery-thumb {
    min-width: 72px;
    height: 72px;
    border: 2px solid #e5e5e5;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    padding: 6px;
}

.lg-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lg-gallery-thumb.active {
    border-color: #a50034;
}

.lg-thumb-arrow {
    border: none;
    background: #f0f0f0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
}

.lg-gallery-colors {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.lg-gallery-color {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #ddd;
    background: #fff;
    cursor: pointer;
    padding: 3px;
}

.lg-gallery-color span,
.lg-gallery-color img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.lg-gallery-color.active {
    outline: 3px solid #a50034;
}

.lg-gallery-thumbs-wrap.is-hidden {
    display: none;
}

.lg-gallery-main {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    margin-bottom: 18px;
}

.lg-gallery-main-img {
    max-width: 100%;
    max-height: 520px;
    object-fit: contain;
    transition: opacity .25s ease;
}

.lg-gallery-thumbs-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.lg-gallery-thumbs {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.lg-gallery-thumb {
    min-width: 74px;
    height: 74px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    padding: 6px;
    cursor: pointer;
}

.lg-gallery-thumb.active {
    border: 2px solid #a50034;
}

.lg-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lg-thumb-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #f1f1f1;
    cursor: pointer;
    font-size: 24px;
}

.lg-gallery-colors {
    display: flex;
    gap: 14px;
    align-items: center;
}

.lg-gallery-color {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #ddd;
    padding: 3px;
    background: #fff;
    cursor: pointer;
}

.lg-gallery-color.active {
    outline: 3px solid #a50034;
}

.lg-gallery-color span,
.lg-gallery-color img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}