/**
 * SafetyMat Shape Picker — v1.1.0 (Native-First)
 *
 * Avada renders all swatches natively. We only hide swatches that don't
 * apply to the currently-selected size, plus the unconfigured Floori button.
 */

/* Ratio-gated shape swatches set by JS */
.safetymat-sp-hide {
	display: none !important;
}

/* Hide Floori "View in your space" button until configured */
.safetymat-sp-floori-btn,
.safetymat-floori-btn,
[data-safetymat-floori] {
	display: none !important;
}
