/* Scoped to the unified product hero; original markup is the no-JS/parse fallback. */
.spc-stage-one .spc-timer .spc-reference-timer__view[hidden] { display: none !important; }
.spc-stage-one .spc-timer .spc-reference-timer__label[hidden] { display: none !important; }
.spc-stage-one .spc-timer .wcrbp-fake-timer.spc-reference-timer {
    position: relative;
    display: block;
    margin: 0;
    font-family: inherit;
    line-height: 1.2;
}
/* Retain the original complete countdown, including seconds, for assistive technology. */
.spc-stage-one .spc-timer .spc-reference-timer > .wcrbp-fake-timer__top {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
/* A verified semantic sale label is rendered by PHP; never show two labels for it. */
.spc-stage-one.spc-design-compact .spc-timer .wcrbp-fake-timer__badge,
.spc-stage-one:has(.spc-sale-badge) .spc-timer .wcrbp-fake-timer__badge { display: none; }
.spc-stage-one .spc-timer .spc-reference-timer__view {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(4 * var(--spc-u, 1px));
}
.spc-stage-one .spc-timer .spc-reference-timer__label {
    color: #565954;
    font-size: calc(9 * var(--spc-u, 1px));
    font-weight: 400;
    line-height: 1.25;
    white-space: nowrap;
}
.spc-stage-one .spc-timer .spc-reference-timer__units {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
}
.spc-stage-one .spc-timer .spc-reference-timer__unit {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: calc(35 * var(--spc-u, 1px));
    min-height: calc(28 * var(--spc-u, 1px));
    padding: 4px 5px;
    background: #fff0ee;
    border: 0;
    border-radius: 5px;
    color: #db0714;
    box-sizing: border-box;
}
.spc-stage-one .spc-timer .spc-reference-timer__number {
    font-family: inherit;
    font-size: calc(13 * var(--spc-u, 1px));
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
    letter-spacing: 0;
}
.spc-stage-one .spc-timer .spc-reference-timer__caption {
    margin-top: 0;
    color: #db0714;
    font-size: calc(10 * var(--spc-u, 1px));
    font-weight: 400;
    line-height: 1.1;
}
