/* Add custom CSS styles below */ 
.s-product-options-multiple-options-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    padding: 10px 0 !important;
    width: 100% !important;
}
.s-product-options-multiple-options-wrapper input {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    width: 18px !important;
    height: 18px !important;
    accent-color: #ffffff;
    z-index: 10;
}
.s-product-options-multiple-options-wrapper label{
  color: #fff !important;
}

.s-product-options-multiple-options-wrapper label {
    position: relative !important;
    background: linear-gradient(145deg, #b89cc9, #594d7a) !important;
    border: none;
    border-radius: 12px !important;
    padding: 35px 10px 15px 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 100px !important;
    width: 100% !important;
    margin: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
}