/* SIDEWAY CATALOG FIX: fixed card size + hide package label on landing/catalog */

body.sideway-catalog-fixed #products,
body.sideway-catalog-fixed .product-grid,
body.sideway-catalog-fixed .products-grid,
body.sideway-catalog-fixed .catalog-grid {
  align-items: stretch !important;
}

body.sideway-catalog-fixed #products .product-card,
body.sideway-catalog-fixed .product-grid .product-card,
body.sideway-catalog-fixed .products-grid .product-card,
body.sideway-catalog-fixed .catalog-grid .product-card {
  height: 368px !important;
  min-height: 368px !important;
  max-height: 368px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  justify-content: flex-start !important;
}

body.sideway-catalog-fixed #products .product-card .logo,
body.sideway-catalog-fixed .product-grid .product-card .logo {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  flex: 0 0 64px !important;
  margin-bottom: 14px !important;
}

body.sideway-catalog-fixed #products .product-card .logo img,
body.sideway-catalog-fixed .product-grid .product-card .logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  padding: 10px !important;
}

body.sideway-catalog-fixed #products .product-card h3,
body.sideway-catalog-fixed .product-grid .product-card h3 {
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 0 8px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.28 !important;
}

body.sideway-catalog-fixed #products .product-card .desc,
body.sideway-catalog-fixed .product-grid .product-card .desc,
body.sideway-catalog-fixed #products .product-card p,
body.sideway-catalog-fixed .product-grid .product-card p {
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 0 10px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.5 !important;
}

/* Hide Paket / Paket Custom badge on landing catalog */
body.sideway-catalog-fixed #products .product-card .plan-name,
body.sideway-catalog-fixed .product-grid .product-card .plan-name,
body.sideway-catalog-fixed #products .product-card .duration,
body.sideway-catalog-fixed .product-grid .product-card .duration,
body.sideway-catalog-fixed #products .product-card .package-badge,
body.sideway-catalog-fixed .product-grid .product-card .package-badge,
body.sideway-catalog-fixed #products .product-card [data-package-label],
body.sideway-catalog-fixed .product-grid .product-card [data-package-label] {
  display: none !important;
}

body.sideway-catalog-fixed #products .product-card .plans,
body.sideway-catalog-fixed .product-grid .product-card .plans {
  min-height: 58px !important;
  max-height: 58px !important;
  margin: 2px 0 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

body.sideway-catalog-fixed #products .product-card .plan-line,
body.sideway-catalog-fixed .product-grid .product-card .plan-line {
  display: grid !important;
  gap: 2px !important;
  justify-items: center !important;
  width: 100% !important;
}

body.sideway-catalog-fixed #products .product-card .price,
body.sideway-catalog-fixed .product-grid .product-card .price {
  display: block !important;
  min-height: 28px !important;
  line-height: 1.15 !important;
}

body.sideway-catalog-fixed #products .product-card .stock,
body.sideway-catalog-fixed .product-grid .product-card .stock {
  display: block !important;
  line-height: 1.2 !important;
}

body.sideway-catalog-fixed #products .product-card .card-footer,
body.sideway-catalog-fixed .product-grid .product-card .card-footer {
  margin-top: auto !important;
  min-height: 72px !important;
  display: grid !important;
  gap: 10px !important;
  align-content: end !important;
}

body.sideway-catalog-fixed #products .product-card .link-more,
body.sideway-catalog-fixed .product-grid .product-card .link-more {
  min-height: 18px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

body.sideway-catalog-fixed #products .product-card .btn,
body.sideway-catalog-fixed .product-grid .product-card .btn {
  min-height: 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (max-width: 1100px) {
  body.sideway-catalog-fixed #products .product-card,
  body.sideway-catalog-fixed .product-grid .product-card {
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }
}

@media (max-width: 560px) {
  body.sideway-catalog-fixed #products .product-card,
  body.sideway-catalog-fixed .product-grid .product-card {
    height: 260px !important;
    min-height: 260px !important;
    max-height: 260px !important;
    padding: 14px 10px !important;
  }
  body.sideway-catalog-fixed #products .product-card .desc,
  body.sideway-catalog-fixed .product-grid .product-card .desc,
  body.sideway-catalog-fixed #products .product-card p,
  body.sideway-catalog-fixed .product-grid .product-card p {
    display: none !important;
  }
  body.sideway-catalog-fixed #products .product-card h3,
  body.sideway-catalog-fixed .product-grid .product-card h3 {
    min-height: 36px !important;
    max-height: 36px !important;
    font-size: 14px !important;
  }
  body.sideway-catalog-fixed #products .product-card .plans,
  body.sideway-catalog-fixed .product-grid .product-card .plans {
    min-height: 48px !important;
    max-height: 48px !important;
  }
  body.sideway-catalog-fixed #products .product-card .card-footer,
  body.sideway-catalog-fixed .product-grid .product-card .card-footer {
    min-height: 66px !important;
  }
}
