/**
 * Universal Page Content Alignment System
 * Now using top-placeholder system instead of --header-height padding
 * Keeping only essential rules for specific cases
 */

/* We keep this variable defined for possible other uses, but it's no longer needed for top-placeholder */
.page-with-sticky-navbar {
  /* This is the height of the sticky product navbar when it appears */
  --additional-navbar-height: 60px; /* Not used for top-placeholder anymore */
}

/* Keep these utility classes for compatibility, but they're rarely needed now */
.content-z-index {
  z-index: 2;
}

.content-positioning {
  position: relative;
}

/*# sourceMappingURL=page-content-alignment.css.map */
