
.product__variants-wrapper  {
    select {
        color: black;
        border-radius: 12px;
        border-width: 2px;  

        option {
            background-color: white;
            border-radius: 12px;
        }
    }   

    select:hover, select:focus, select:focus-within, select:active {
        border-color: var(--color-border-input);
    }
}

.popup__tab {
    border-radius: 12px;
}
