/* Alpine startup visibility helper for strict style-attribute CSP migration. */
[x-cloak] {
    display: none !important;
}
/* Phase 5D3B2: static inline-style migration. */
.product-gallery-touch-pan { touch-action: pan-y; }
.revaq-announcement { background: #4c1d95; color: #fff; text-align: center; padding: 10px 14px; font-size: 13px; font-weight: 800; line-height: 1.8; }
.revaq-announcement-link { color: #fff; text-decoration: none; }

/* CSP-safe order progress widths: server status via data-order-status. */
.order-progress-bar {
    width: 5%;
}

.order-progress-bar--made-to-order[data-order-status="pending"] { width: 5%; }
.order-progress-bar--made-to-order[data-order-status="paid"] { width: 20%; }
.order-progress-bar--made-to-order[data-order-status="accounting"] { width: 38%; }
.order-progress-bar--made-to-order[data-order-status="making"] { width: 55%; }
.order-progress-bar--made-to-order[data-order-status="preparing"] { width: 72%; }
.order-progress-bar--made-to-order[data-order-status="shipped"] { width: 88%; }
.order-progress-bar--made-to-order[data-order-status="delivered"] { width: 100%; }

.order-progress-bar--standard[data-order-status="pending"] { width: 5%; }
.order-progress-bar--standard[data-order-status="paid"] { width: 25%; }
.order-progress-bar--standard[data-order-status="accounting"] { width: 45%; }
.order-progress-bar--standard[data-order-status="preparing"] { width: 68%; }
.order-progress-bar--standard[data-order-status="shipped"] { width: 88%; }
.order-progress-bar--standard[data-order-status="delivered"] { width: 100%; }
