.wc-swatches {
    margin-top: 20px;
}

.wc-swatches .swatch-attribute {
    margin-bottom: 15px;
}

.wc-swatches .swatch-attribute h3 {
    margin-bottom: 10px;
    font-weight: bold;
}

.wc-swatches .swatch-list {
    display: flex;
    gap: 0px;
}table.variations {    overflow: visible !important;    display: none;}

.wc-swatches .swatch-option {
    cursor: pointer;
    padding: 0px;
    border: 1px solid transparent;
    transition: border-color 0.3s;
}

.wc-swatches .swatch-option.selected {
    border-color: #333;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.wc-swatches .swatch-option img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.wc-swatches .swatch-option .swatch-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.wc-swatches .swatch-option .swatch-box span {
    font-size: 12px;
    font-weight: 600;
}

.wc-swatches .swatch-option:hover {
    border-color: #999;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.swatch-options-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; /* Allows horizontal scrolling if there are too many swatches */
}

.swatch-option {
    margin-right: 10px; /* Adjust the spacing between swatches */
}

.swatch-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px; /* Adjust the size as needed */
    height: 50px;
}
