/* Keep purchasing controls inaccessible until the selected options are loaded.
   The product-page link remains usable without JavaScript or after a failure. */
.addToCartFormWrapper[data-sl-options-state]:not([data-sl-options-state="ready"]) .addToCartForm > :not(.variantsProductWrapper) {
    display: none !important;
}
.sl-options-error:not([hidden]) {
    display: block;
    margin-top: .5rem;
}
.sl-catalog-purchase:not([hidden]) {
    display: contents;
}
