/* Final geometry calibration against the Tibet collection reference. */
@media (min-width: 801px) {
  .breadcrumbs { height: 81.68px; }

  .subcollections {
    height: 773.35px;
    margin-top: 22.53px;
    grid-template-columns: repeat(5, 254.4px);
    grid-auto-rows: 219.78px;
    gap: 40px 22px;
  }

  .subcollections button {
    width: 254.4px;
    height: 219.78px;
  }

  .subcollections button > span {
    width: 254.4px;
    height: 190.78px;
  }

  .subcollections button > b { height: 29px; }
  .catalog-toolbar { height: 59px; }

  .catalog-grid {
    grid-template-columns: repeat(4, 323.5px);
    gap: 30px 22px;
    align-items: start;
  }

  .catalog-card,
  .catalog-card-image,
  .catalog-card-image img { width: 323.5px; }

  .catalog-card-image,
  .catalog-card-image img { height: 323.5px; }

  .catalog-card-body {
    height: auto;
    padding: 10px 0 5.99px;
  }

  .catalog-card-body h2 {
    margin: 0;
    font-size: 17px;
    line-height: 23.8px;
  }

  .catalog-card-body h2::after {
    content: '★★★★★ (38)';
    font-size: 14.45px;
    line-height: 20.23px;
  }

  .catalog-price {
    margin-top: 9.42px;
    font-size: 14.45px;
    line-height: 20.23px;
  }

  .pagination {
    height: 164px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
  }

  .target-footer {
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 800px) {
  .breadcrumbs { height: 46.7px; }
  .collection-banner { margin-top: 23.5px; }

  .subcollections {
    height: 1108px;
    margin-top: 30.8px;
    grid-template-columns: repeat(2, 169.5px);
    grid-auto-rows: 170.5px;
    gap: 17px;
  }

  .subcollections button {
    width: 169.5px;
    height: 170.5px;
  }

  .subcollections button > span {
    width: 135px;
    height: 132px;
  }

  .subcollections button > b { height: 38.5px; }
  .catalog-toolbar { height: 112.67px; }

  .catalog-grid {
    grid-template-columns: repeat(2, 169.5px);
    gap: 15px 17px;
    align-items: start;
  }

  .catalog-card-body {
    height: auto;
    padding: 10px 0 5.975px;
  }

  .catalog-card-body h2 {
    margin: 0;
    font-size: 14.45px;
    line-height: 20.235px;
  }

  .catalog-card-body h2::after {
    content: '★★★★★ (38)';
    font-size: 12px;
    line-height: 20.235px;
  }

  .catalog-price {
    margin-top: 6.29px;
    font-size: 14.45px;
    line-height: 20.235px;
  }

  .pagination {
    height: 162px;
    margin-top: 15.23px;
  }
  .target-footer { margin-top: 0; }
}

.catalog-price em {
  color: #ef4b4b;
  font-style: normal;
  margin-left: 4px;
}

.catalog-empty {
  grid-column: 1 / -1;
  padding: 72px 20px;
  text-align: center;
  color: #746d64;
  font: 400 17px / 1.6 Figtree, Helvetica, Arial, sans-serif;
}
