/* Apple modelové řady: na telefonu upřednostnit čitelnost před počtem sloupců. */
@media (max-width: 520px) {
  .gpc-apple-shop .gpc-apple-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
  }

  .gpc-apple-shop .gpc-apple-card {
    height: 112px !important;
    min-height: 112px !important;
    padding: 14px !important;
  }

  .gpc-apple-shop .gpc-apple-copy {
    width: calc(100% - 116px) !important;
  }

  .gpc-apple-shop .gpc-apple-card h3 {
    margin: 4px 0 !important;
    font-size: 17px !important;
    line-height: 1.15 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .gpc-apple-shop .gpc-apple-family {
    font-size: 9px !important;
  }

  .gpc-apple-shop .gpc-apple-meta {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  .gpc-apple-shop .gpc-apple-price {
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
  }

  .gpc-apple-shop .gpc-apple-price small {
    font-size: 9px !important;
  }

  .gpc-apple-shop .gpc-apple-image {
    right: 6px !important;
    width: 112px !important;
    height: 108px !important;
    object-fit: contain !important;
  }
}
