.pcs-244-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.pcs-244-main-image-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.pcs-244-main-image {
    width: 100%;
    height: 100%;
    display: block;
}

.pcs-244-swatches-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pcs-244-swatch {
    cursor: pointer;
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.pcs-244-swatch:hover {
    transform: scale(1.1);
}