.product-group-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 2px 8px;
    margin-bottom: 8px;
    color: #9a7200;
    background: rgba(253, 192, 5, .11);
    border: 1px solid rgba(253, 192, 5, .34);
    border-radius: 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

.product-group-select-btn {
    width: 34px !important;
    min-width: 34px;
    height: 34px;
    padding: 0 !important;
    flex: 0 0 34px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none;
}

.product-group-select-btn .button-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 12px;
    line-height: 1;
    opacity: 1;
}

.product-group-options .product-group-option {
    text-decoration: none;
}

.ds-product-options .radio a.product-group-option {
    position: relative;
    display: inline-block;
    padding: .375rem .75rem;
    color: var(--ds-secondary-text-color);
    font-size: .75rem;
    line-height: normal;
    background: var(--ds-light-bg-color);
    border: var(--ds-main-border);
    border-radius: 7px;
    cursor: pointer;
    white-space: nowrap;
    transition: background var(--ds-main-transition), border var(--ds-main-transition), color var(--ds-main-transition);
}

.ds-product-options .radio a.product-group-option.selected,
.ds-product-options .radio a.product-group-option:focus,
.ds-product-options .radio a.product-group-option:hover {
    color: var(--ds-primary-color);
    background: var(--ds-light-bg-color);
    border: 1px solid var(--ds-primary-color);
    text-decoration: none;
}

.product-group-options-standalone {
    margin-top: 16px;
}

.product-group-options .product-group-option-out-of-stock {
    color: #8c95a6;
    background: #f3f4f6;
    border-color: #d9dde5;
    opacity: .72;
}

.product-group-quantity-price {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--ds-secondary-text-color);
}

.ds-product-options .radio a.product-group-option.product-group-option-out-of-stock,
.ds-product-options .radio a.product-group-option.product-group-option-out-of-stock:focus,
.ds-product-options .radio a.product-group-option.product-group-option-out-of-stock:hover {
    color: #8c95a6;
    background: #f3f4f6;
    border-color: #d9dde5;
    opacity: .72;
}

.product-group-primary-notice {
    color: #25314c;
    background: rgba(253, 192, 5, .11);
    border: 1px solid rgba(253, 192, 5, .34);
}

.product-group-primary-notice-title {
    font-size: 16px;
    line-height: 22px;
}

.product-group-primary-notice-text {
    line-height: 20px;
}
