@media (max-width: 768px) {
  .site-header-utility {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 1210;
    padding-top: env(safe-area-inset-top, 0px);
    background: var(--mobile-header-chrome);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
    border-bottom: 1px solid var(--mobile-header-edge);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  }

  .site-header-utility::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      var(--mobile-header-blend-top) 0%,
      var(--mobile-header-blend-top) calc(env(safe-area-inset-top, 0px) + 6px),
      var(--mobile-header-blend-bottom) calc(env(safe-area-inset-top, 0px) + 32px),
      rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
    z-index: 0;
  }

  .site-header-utility .site-header-inner {
    position: relative;
    z-index: 1;
  }

  .page-reveal-layer {
    margin-top: 0;
    padding-top: var(--utility-header-height);
    min-height: calc(100vh - var(--utility-header-height));
  }

  .site-header-utility .nav-brand [data-site-brand-text] {
    color: var(--text-color) !important;
  }

  body:not(.site-menu-open):not(.dynamic-popup-open):not(.toggle-interacting):not(.featured-modal-open) {
    overflow-y: auto !important;
    touch-action: auto !important;
  }

  html,
  body.home-page {
    overscroll-behavior-y: none;
  }

  body.home-page:not(.site-menu-open):not(.dynamic-popup-open):not(.toggle-interacting):not(.featured-modal-open) {
    overscroll-behavior-y: none !important;
    touch-action: pan-y !important;
  }

  body.featured-modal-open {
    overflow: hidden !important;
    touch-action: none !important;
  }

  html.featured-modal-open-root,
  html.featured-modal-open-root body {
    overflow: hidden !important;
  }

  .nav-list {
    touch-action: none;
  }

  .theme-toggle {
    touch-action: none;
  }

  .carousel-card {
    touch-action: none;
  }

  body.site-menu-open {
    overflow: hidden;
    touch-action: pan-y;
  }

  body.dynamic-popup-open {
    overflow: hidden;
  }

  body.toggle-interacting,
  body.toggle-interacting * {
    user-select: none !important;
    -webkit-user-select: none !important;
  }

  body.toggle-interacting {
    overflow: hidden;
    touch-action: none;
  }

  body.site-menu-open .navmenu-bar .glass-nav-content {
    touch-action: pan-y;
  }

  .featured-categories-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }

  .featured-categories-head {
    align-items: center;
  }

  .featured-categories-head-copy {
    min-width: 0;
  }

  .featured-categories-head-copy h2 {
    font-size: 1.25rem;
  }

  .featured-categories-head-copy p {
    font-size: 0.92rem;
  }

  .featured-categories-head .featured-products-controls {
    display: none;
  }

  .featured-categories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    gap: 12px;
    overflow: visible;
    padding: 6px 0 0;
    scroll-snap-type: none;
  }

  .featured-category-card {
    min-width: 0;
    flex: initial;
    scroll-snap-align: unset;
  }

  .featured-category-card-media {
    aspect-ratio: 1 / 1.08;
  }

  .site-cart-body {
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  .featured-product-details-scroll {
    touch-action: pan-y;
  }
}
