/* Compact mobile product matrix: 2x2 hero product layout */
@media (max-width: 760px) {
  html {
    scroll-padding-top: 112px !important;
  }

  #products {
    scroll-margin-top: 112px !important;
  }

  .product-matrix-block {
    width: 100% !important;
    margin-top: .72rem !important;
    padding: .34rem !important;
    border-radius: 18px !important;
  }

  .product-matrix-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .62rem !important;
    align-items: stretch !important;
  }

  .product-matrix-card {
    min-width: 0 !important;
    min-height: 318px !important;
    display: grid !important;
    grid-template-rows: 178px minmax(44px, auto) 36px !important;
    gap: .42rem !important;
    padding: .56rem !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  .product-matrix-topline {
    display: none !important;
  }

  .product-matrix-number {
    display: none !important;
  }

  .product-matrix-brand {
    display: none !important;
  }

  .product-matrix-media {
    min-height: 178px !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.58) !important;
  }

  .product-matrix-media::before,
  .product-matrix-media::after,
  .product-matrix-orbit {
    opacity: .18 !important;
  }

  .product-matrix-card img,
  .product-matrix-card:nth-child(1) img,
  .product-matrix-card:nth-child(2) img,
  .product-matrix-card:nth-child(4) img,
  .product-matrix-card:nth-child(5) img,
  .product-matrix-card:nth-child(8) img {
    width: 100% !important;
    height: 100% !important;
    max-width: 108% !important;
    max-height: 176px !important;
    object-fit: contain !important;
    transform: scale(var(--mobile-product-scale, 1.16)) translateY(-4px) !important;
    transform-origin: center center !important;
  }

  .product-matrix-card:nth-child(1) {
    --mobile-product-scale: 1.22;
  }

  .product-matrix-card:nth-child(2) {
    --mobile-product-scale: 1.2;
  }

  .product-matrix-card:nth-child(3) {
    --mobile-product-scale: 1.28;
  }

  .product-matrix-card:nth-child(4) {
    --mobile-product-scale: 1.18;
  }

  .product-matrix-info {
    min-width: 0 !important;
    min-height: 48px !important;
    gap: 0 !important;
    padding: 0 .48rem !important;
    overflow: hidden !important;
  }

  .product-matrix-name {
    width: 100% !important;
    min-height: 2.65em !important;
    max-height: 2.65em !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: .78rem !important;
    line-height: 1.24 !important;
    letter-spacing: -.04em !important;
    text-align: left !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
    -webkit-line-clamp: 2 !important;
  }

  .product-matrix-buy-btn {
    height: 36px !important;
    min-height: 36px !important;
    padding-inline: .42rem !important;
    border-radius: 12px !important;
    font-size: .7rem !important;
    letter-spacing: -.04em !important;
    white-space: nowrap !important;
  }

  .product-matrix-buy-btn::after {
    display: none !important;
  }

  #products .product-matrix-card {
    min-height: 322px !important;
    grid-template-rows: 184px 50px 36px !important;
    gap: .48rem !important;
  }

  #products .product-matrix-media {
    min-height: 184px !important;
  }

  #products .product-matrix-info {
    min-height: 50px !important;
    padding: 0 .54rem !important;
    align-content: center !important;
  }

  #products .product-matrix-name {
    min-height: 2.55em !important;
    max-height: 2.55em !important;
    text-align: left !important;
  }

  #products .product-matrix-card img,
  #products .product-matrix-card:nth-child(1) img,
  #products .product-matrix-card:nth-child(2) img,
  #products .product-matrix-card:nth-child(4) img,
  #products .product-matrix-card:nth-child(5) img,
  #products .product-matrix-card:nth-child(8) img {
    max-height: 180px !important;
    transform: scale(var(--mobile-product-scale, 1.12)) translateY(-3px) !important;
  }
}

@media (max-width: 420px) {
  .product-matrix-card {
    min-height: 306px !important;
    grid-template-rows: 168px minmax(42px, auto) 36px !important;
  }

  .product-matrix-media {
    min-height: 168px !important;
  }

  .product-matrix-card img,
  .product-matrix-card:nth-child(1) img,
  .product-matrix-card:nth-child(2) img,
  .product-matrix-card:nth-child(4) img,
  .product-matrix-card:nth-child(5) img,
  .product-matrix-card:nth-child(8) img {
    max-height: 166px !important;
  }

  .product-matrix-info {
    padding-inline: .42rem !important;
  }

  .product-matrix-name {
    font-size: .75rem !important;
    line-height: 1.26 !important;
  }

  #products .product-matrix-card {
    min-height: 312px !important;
    grid-template-rows: 176px 48px 36px !important;
  }

  #products .product-matrix-media {
    min-height: 176px !important;
  }

  #products .product-matrix-info {
    min-height: 48px !important;
    padding-inline: .48rem !important;
  }

  #products .product-matrix-card img,
  #products .product-matrix-card:nth-child(1) img,
  #products .product-matrix-card:nth-child(2) img,
  #products .product-matrix-card:nth-child(4) img,
  #products .product-matrix-card:nth-child(5) img,
  #products .product-matrix-card:nth-child(8) img {
    max-height: 172px !important;
  }
}
