/* Add custom CSS styles below */ 
.gap-5 {
    display: none; }

.s-product-options-colors-wrapper {
    display: inline;}

.s-product-options-option-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
}


.s-product-options-option-content {
    column-gap: 12px !important;
}

.s-product-options-option-content > * {
    white-space: nowrap !important;
}

.center-between {
    align-items: center;
    display: none;
}