/* [project]/apps/web-storefront/src/components/shared/componentLoaderPlaceholder/ComponentLoaderPlaceholder.module.css [app-client] (css) */
.ComponentLoaderPlaceholder-module__EzpF4W__placeholder {
  width: 100%;
  height: var(--mobile-height);
}

@media (min-width: 768px) {
  .ComponentLoaderPlaceholder-module__EzpF4W__placeholder {
    height: var(--desktop-height);
  }
}

