/*!
 * RBF Cosmetics — Utility Classes
 * ------------------------------------------------------------------
 * A deliberately SMALL utility set — this is not an atomic/Tailwind-
 * style framework. Every class here exists because it was needed
 * repeatedly during Phase 2/3 planning; utilities are not added
 * speculatively, per the "nothing exists just because it looks nice"
 * brief. Prefer a real component class (rbf-base.css) over stacking
 * utilities for anything that will be reused more than twice.
 * ------------------------------------------------------------------
 */.rbf-mt-1{margin-top:var(--rbf-space-1)!important}.rbf-mt-2{margin-top:var(--rbf-space-2)!important}.rbf-mt-3{margin-top:var(--rbf-space-3)!important}.rbf-mt-4{margin-top:var(--rbf-space-4)!important}.rbf-mt-5{margin-top:var(--rbf-space-5)!important}.rbf-mt-6{margin-top:var(--rbf-space-6)!important}.rbf-mb-1{margin-bottom:var(--rbf-space-1)!important}.rbf-mb-2{margin-bottom:var(--rbf-space-2)!important}.rbf-mb-3{margin-bottom:var(--rbf-space-3)!important}.rbf-mb-4{margin-bottom:var(--rbf-space-4)!important}.rbf-mb-5{margin-bottom:var(--rbf-space-5)!important}.rbf-mb-6{margin-bottom:var(--rbf-space-6)!important}.rbf-ml-2{margin-left:var(--rbf-space-2)!important}.rbf-flex{display:flex}.rbf-flex--column{flex-direction:column}.rbf-flex--center{align-items:center;justify-content:center}.rbf-flex--between{align-items:center;justify-content:space-between}.rbf-flex--wrap{flex-wrap:wrap}.rbf-gap-2{gap:var(--rbf-space-2)}.rbf-gap-3{gap:var(--rbf-space-3)}.rbf-gap-4{gap:var(--rbf-space-4)}.rbf-gap-5{gap:var(--rbf-space-5)}.rbf-text-center{text-align:center}.rbf-text-left{text-align:left}.rbf-hidden{display:none!important}.rbf-hide-mobile{display:none}.rbf-hide-desktop{display:block}@media(min-width:750px){.rbf-hide-mobile{display:block}.rbf-hide-desktop{display:none}}.rbf-text-navy{color:var(--rbf-color-navy)!important}.rbf-text-blue{color:var(--rbf-color-action)!important}.rbf-text-muted{color:var(--rbf-color-text-muted)!important}.rbf-text-success{color:var(--rbf-color-success-text)!important}.rbf-text-error{color:var(--rbf-color-error-text)!important}
/*# sourceMappingURL=/cdn/shop/t/29/assets/rbf-utilities.css.map */
