@media (max-width: 1080px) {
  .jb-home-shell {
    width: min(100vw - 24px, 100%);
  }

  .jb-home-header {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .jb-home-header__nav,
  .jb-home-header__actions {
    justify-content: center;
  }

  .jb-hero,
  .jb-customizer {
    grid-template-columns: 1fr;
  }

  .jb-hero h1,
  .jb-section-heading h2 {
    max-width: none;
  }

  .jb-products-grid,
  .jb-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jb-quick-grid,
  .jb-feature-grid,
  .jb-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 921px) {
  :root {
    --jb-header-height: 72px;
  }

  .jb-design-system .site-content {
    padding-bottom: var(--jb-space-7);
  }

  .jb-home-redesign .site-content {
    padding-bottom: var(--jb-space-8);
  }

  .jb-home-header {
    top: 10px;
  }

  .jb-hero__visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jb-hero__visual-card:nth-child(2) {
    transform: none;
  }

  .jb-customizer__product-card img {
    min-height: 420px;
  }
}

@media (max-width: 768px) {
  .jb-design-system .main-header-bar-wrap {
    background: rgba(255, 255, 255, 0.96);
  }

  .jb-design-system .woocommerce ul.products[class*="columns-"] li.product,
  .jb-design-system .wc-block-grid.has-4-columns .wc-block-grid__product,
  .jb-design-system .wc-block-grid.has-3-columns .wc-block-grid__product {
    width: 100%;
    margin-right: 0;
  }

  .jb-design-system .main-header-menu > .menu-item > a::after {
    display: none;
  }

  .jb-content-page .entry-header .entry-title {
    max-width: none;
  }

  .jb-home-shell {
    width: min(100vw - 18px, 100%);
    padding-top: 10px;
  }

  .jb-home-header {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 68px;
    padding: 10px 14px;
    border-radius: 18px;
  }

  .jb-home-header__nav {
    display: none;
  }

  .jb-home-header__actions {
    width: auto;
    order: initial;
  }

  .jb-home-header__menu-toggle {
    display: inline-flex;
  }

  .jb-home-header__account {
    display: none;
  }

  .jb-home-header__cart {
    margin-right: 2px;
  }

  .jb-home-header__wordmark {
    font-size: 1.5rem;
  }

  .jb-home-header__logo img,
  .jb-home-header__brand img {
    max-height: 40px;
    width: auto;
  }

  .jb-hero,
  .jb-home-section {
    margin-top: var(--jb-space-6);
  }

  .jb-hero,
  .jb-home-section {
    padding: 22px;
    border-radius: 24px;
  }

  .jb-hero__actions,
  .jb-chip-grid {
    gap: 10px;
  }

  .jb-products-grid,
  .jb-quick-grid,
  .jb-feature-grid,
  .jb-trust-grid,
  .jb-review-grid {
    grid-template-columns: 1fr;
  }

  .jb-section-heading--inline {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 544px) {
  .jb-design-system .site-content > .ast-container,
  .jb-design-system .ast-container {
    width: min(100vw - 20px, 100%);
  }

  .jb-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .jb-button,
  .jb-design-system button,
  .jb-design-system .button,
  .jb-design-system .wp-element-button,
  .jb-design-system .woocommerce a.button,
  .jb-design-system .woocommerce button.button,
  .jb-design-system .woocommerce input.button,
  .jb-design-system .added_to_cart {
    width: 100%;
  }

  .jb-hero__visual-grid {
    grid-template-columns: 1fr;
  }

  .jb-hero__visual-card:nth-child(3) {
    grid-column: auto;
  }

  .jb-steps li {
    padding-left: 54px;
    font-size: 0.96rem;
  }

  .jb-customizer__product-card img {
    min-height: 320px;
  }

  .jb-home-header {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    min-height: 64px;
    padding: 10px 12px;
  }

  .jb-home-header__brand {
    display: flex;
    align-items: center;
  }

  .jb-home-header__actions {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: auto;
  }

  .jb-home-header__logo img,
  .jb-home-header__brand img {
    max-height: 34px;
  }

  .jb-mobile-menu__panel {
    width: min(90vw, 360px);
    padding-inline: 16px;
  }
}
