/* GALX Beliebte Marken Produktkarten V8
   Feinschliff nahe an normalen Produktkarten
   - Fernbedienungsbild größer
   - Navy-Button flacher mit kleinem Coral-Icon
   - Preisbox kompakter
   - MwSt.-Hinweis kleiner und ruhiger
*/

.galx-brand-products {
  margin-top: 16px;
}

.galx-brand-products__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
  padding: 0 2px;
}

.galx-brand-products__head strong {
  color: #08233f;
  font-size: 18px;
  font-weight: 900;
}

.galx-brand-products__head span {
  color: #607188;
  font-size: 13px;
  font-weight: 700;
}

.galx-brand-products__loading,
.galx-brand-products__hint,
.galx-brand-products__error {
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(8, 35, 63, 0.10);
  color: #607188;
  text-align: center;
  font-weight: 700;
}

.galx-brand-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.galx-brand-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(8, 35, 63, 0.10);
  box-shadow: 0 12px 28px rgba(8, 35, 63, 0.07);
  overflow: hidden;
}

.galx-brand-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 178px;
  padding: 16px 16px 10px;
  background: linear-gradient(180deg, #f8fafc 0%, #eff4f9 100%);
  text-decoration: none !important;
}

.galx-brand-product-card__image img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.galx-brand-product-card__placeholder {
  color: #607188;
  font-size: 13px;
  font-weight: 800;
}

.galx-brand-product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 12px 12px 14px;
}

.galx-brand-product-card__title {
  display: -webkit-box;
  min-height: 52px;
  margin-bottom: 10px;
  color: #08233f !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 14px;
  line-height: 1.34;
  font-weight: 850;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.galx-brand-product-card__title:hover {
  color: #0c3d6b !important;
}

.galx-brand-product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  margin-bottom: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #032449;
  color: #ffffff !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 9px 20px rgba(3, 36, 73, 0.16);
}

.galx-brand-product-card__btn:hover,
.galx-brand-product-card__btn:focus {
  background: #0a315f;
}

.galx-brand-product-card__btnicon {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 8px;
  border: 1.8px solid #ff6b45;
  border-radius: 999px / 75%;
  flex: 0 0 auto;
}

.galx-brand-product-card__btnicon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  margin-top: -2px;
  background: #ff6b45;
  border-radius: 50%;
}

.galx-brand-product-card__pricebox {
  margin-top: auto;
  padding: 9px 10px 8px;
  border-radius: 16px;
  background: #f5f8fc;
  border: 1px solid rgba(8, 35, 63, 0.08);
  text-align: center;
}

.galx-brand-product-card__price {
  color: #08233f;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
}

.galx-brand-product-card__price-note {
  margin-top: 5px;
  color: #6f7f95;
  font-size: 10px;
  line-height: 1.3;
}

.galx-brands--compact .galx-brand.is-active {
  border-color: rgba(255, 107, 69, 0.44) !important;
  box-shadow: 0 10px 22px rgba(255, 107, 69, 0.13) !important;
}

@media (max-width: 991.98px) {
  .galx-brand-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .galx-brand-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .galx-brand-product-card__image {
    height: 170px;
  }

  .galx-brand-product-card__image img {
    max-height: 142px;
  }
}

@media (max-width: 480px) {
  .galx-brand-products__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .galx-brand-product-card__body {
    padding: 11px 11px 13px;
  }

  .galx-brand-product-card__title {
    min-height: 48px;
    margin-bottom: 9px;
    font-size: 13px;
  }

  .galx-brand-product-card__btn {
    min-height: 36px;
    margin-bottom: 9px;
    padding: 7px 12px;
    font-size: 13px;
    gap: 6px;
  }

  .galx-brand-product-card__btnicon {
    width: 12px;
    height: 7px;
  }

  .galx-brand-product-card__price {
    font-size: 15px;
  }

  .galx-brand-product-card__price-note {
    font-size: 9.5px;
  }
}
