/* Preserve the storefront theme inside Frappe Page Builder's Bootstrap wrappers. */
section.storefront-home-block {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit;
}

section.storefront-home-block > .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.storefront-home-block h1,
.storefront-home-block h2,
.storefront-home-block h3,
.storefront-home-block p {
  margin-top: 0;
}

.storefront-home-block a:hover {
  text-decoration: none;
}

.storefront-home-block .card-product {
  border: 0;
}

.storefront-prose p {
  margin: 0 0 1.25rem;
}

.storefront-prose p:last-child {
  margin-bottom: 0;
}

.storefront-prose ul,
.storefront-prose ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.storefront-prose ul { list-style: disc; }
.storefront-prose ol { list-style: decimal; }
.storefront-prose a {
  color: hsl(var(--secondary));
  font-weight: 500;
}

@media (max-width: 767.98px) {
  section.storefront-home-block {
    overflow-x: clip;
  }
}
