/* SizeMe storefront widget — optional hardening.
 * The widget (storefront.js) inlines all critical CSS itself, so this file is a
 * no-op safety net (registering a CSS URL is optional in the OpoShop portal). Kept
 * minimal + namespaced so it can never affect the merchant's own storefront styles. */
.fitly-host,
.fitly-host * {
  box-sizing: border-box;
}
.fitly-overlay {
  -webkit-tap-highlight-color: transparent;
}
