:root {
    --main-text-color: #00894a!important;
}

body {
    color: #00894a!important;
}

.s-product-options-multiple-options-wrapper {
    max-height: 220px;
    overflow-y: auto;
    padding-left: 6px;
}

.s-product-options-multiple-options-wrapper::-webkit-scrollbar {
    width: 5px;
}
.s-product-options-multiple-options-wrapper::-webkit-scrollbar-thumb {
    background-color: #f2c8d2;
    border-radius: 3px;
}
.s-product-options-multiple-options-wrapper::-webkit-scrollbar-track {
    background: transparent;
}