/* .custom-variation-options {
display: flex;
justify-content: space-between;
gap: 1rem;
margin-bottom: 20px;
}
.variation-option {
padding: 16px;
border-radius: 12px;
border: 2px solid #ccc;
cursor: pointer;
flex: 1;
text-align: center;
background: #f9f9f9;
transition: all 0.3s ease;
}
.variation-option.selected {
border-color: #6c63ff;
background: #e6e6ff;
}
*/


