.pb-nav-content-spacer {
  display: block;
  width: 100%;
  height: var(--pb-nav-content-spacer-height, 80px);
  background-color: var(--pb-nav-content-spacer-bg, #ffffff);
  margin: 0;
  padding: 0;
  border: 0;
  pointer-events: none;
}

.shopify-section.pb-nav-content-spacer-section {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 993px) {
  .pb-nav-content-spacer {
    height: var(--pb-nav-content-spacer-height-desktop, var(--pb-nav-content-spacer-height, 100px));
  }
}
