@media (min-width: 900px) {
  #menu {
    display: none;
  }

  #brand > img {
    font-size: var(--text-xl);
  }

  #nav-links {
    display: block;
  }

  #toolbar {
    flex: 1;
    flex-shrink: 0;
    justify-content: flex-end;
  }

  .footer-bottom .row {
    flex-direction: row;
  }

  .customize {
    justify-content: start;
    margin: 0;
    margin-left: auto;
  }

  .payment {
    justify-content: start;
    margin: 0;
  }

  .info-box {
    width: 20%;
    min-width: 200px;
  }

  .image-grid {
    display: flex;
    flex-wrap: nowrap;
  }

  .small-images {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .small-images img {
    margin-bottom: 0 !important;
  }

  .large-image {
    flex: 1;
    margin-left: 15px;
  }

  .product-list-title {
    font-size: var(--text-xl);
    margin: 6px 0;
  }
}

@media (min-width: 991px) {
  #nav {
    grid-template-columns: 1fr auto 1fr;
  }

  #search-trigger {
    display: none;
  }
}

@media (min-width: 1080px) {
  #nav {
    grid-template-columns: 30% 40% 30%;
  }
}


@media (min-width: 768px) {
  :root {
    --product-cards-per-row: 3;
  }
}
@media (min-width: 901px) {
  :root {
    --product-cards-per-row: 2;
  }
}
@media (min-width: 1080px) {
  :root {
    --product-cards-per-row: 3;
  }
}
@media (min-width: 1380px) {
  :root {
    --product-cards-per-row: 4;
  }
}

ld-primary-product-list,
ld-recommendation-product-list {
  --product-cards-per-row: 2;
}

@media (min-width: 768px) {
  ld-primary-product-list,
  ld-recommendation-product-list {
    --product-cards-per-row: 3;
  }
}
@media (min-width: 1080px) {
  ld-primary-product-list,
  ld-recommendation-product-list {
    --product-cards-per-row: 4;
  }
}

@media (max-width: 900px) {
  #nav ld-store-selector {
    display: none;
  }
}


@media (max-width: 990px) {
  :root {
    --headline-font-size: 19px;
    --headline-font-weight: 800;
    --body-font-size: 15px;
    --body2-font-size: 13px;
    --product-title-font-size: 11px;
    --product-subtitle-font-size: 9px;
  }

  #search {
    display: none;
  }
}
