/* Hide unavailable extras for the selected variation. */
.pine-product-attr-btn .wapf-checkable.wts-addon-unavailable,
.wapf-checkable.wts-addon-unavailable {
    display: none !important;
}

/* When a variation has no priced extras, keep the field heading and show a clear message. */
.wapf-field-container.wts-no-addons .wapf-field-label {
    display: block !important;
}

.wapf-field-container.wts-no-addons .wapf-field-input {
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wapf-field-container.wts-no-addons .wapf-checkboxes {
    display: none !important;
}
