.default__page-layout {
  gap: 24px;
}

.default__customers-picks {
  display: none;
}

.default__customers-picks .product-highlight__content {
  aspect-ratio: 337 / 250;
  object-fit: cover;
}

.default__highlights {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.default__highlights > * {
  height: 100%;
}

.default__product-list-section {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .default__product-tabs-section .product-tabs-section__panel--products > :nth-last-of-type(-n + 2) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .default__customers-picks {
    display: flex;
  }

  .default__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: start;
  }

  .default__highlights > .default__bestseller-products-slider,
  .default__highlights > .highlight-slider {
    grid-column: 1 / 3;
  }
}

@media (min-width: 1280px) {
  .default__product-tabs-section .product-tabs-section__panel--products > :nth-last-of-type(-n + 2) {
    display: flex;
  }
}
