.pg-3765f552-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pg-3765f552-main-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.pg-3765f552-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.pg-3765f552-thumb {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.pg-3765f552-thumb.pg-3765f552-active {
    border-color: #000;
}

.pg-3765f552-thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 1/1;
}