/*
 * Only the Shadow DOM host is styled in the store document.
 * Component rules live in widget.css, loaded inside each ShadowRoot.
 */
.seel-wfp-root {
    all: initial;
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-family: inherit;
    isolation: isolate;
    width: 100%;
}

.seel-wfp-root:not([data-seel-wfp-shadow-ready="1"]) {
    visibility: hidden !important;
}

.seel-wfp-root[data-seel-wfp-suppressed="1"] {
    display: none !important;
}

.seel-wfp-root.seel-wfp-modal-open {
    position: relative;
    z-index: 2147483647;
}

.seel-wfp-pdp-mount,
.seel-wfp-pdp-root {
    box-sizing: border-box;
    color: inherit;
    display: block;
    font-family: inherit;
    width: 100%;
}

.seel-wfp-pdp-root:not([data-seel-wfp-shadow-ready="1"]) {
    visibility: hidden !important;
}
