/* 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;
  }
}


/* V13: Amazon/eBay Produktgitter - echte Produktpräsentation im sichtbaren Bereich */
.galx-home--v6 .galx-brand-products{margin-top:10px!important}
.galx-home--v6 .galx-brand-products__head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;margin:0 0 10px!important;padding:0 2px!important}
.galx-home--v6 .galx-brand-products__head strong{font-size:22px!important;line-height:1.12!important;font-weight:900!important;color:#08233f!important;letter-spacing:-.02em!important}
.galx-home--v6 .galx-brand-products__head span{font-size:12px!important;color:#65758a!important}
.galx-home--v6 .galx-brand-products__grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important}
.galx-home--v6 .galx-brand-product-card{background:#fff!important;border:1px solid rgba(8,35,63,.12)!important;border-radius:13px!important;box-shadow:0 5px 14px rgba(8,35,63,.06)!important;overflow:hidden!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important}
.galx-home--v6 .galx-brand-product-card:hover{transform:translateY(-2px)!important;border-color:rgba(255,107,69,.35)!important;box-shadow:0 10px 24px rgba(8,35,63,.11)!important}
.galx-home--v6 .galx-brand-product-card__image{height:148px!important;padding:12px 12px 8px!important;background:#f6f8fb!important;display:flex!important;align-items:center!important;justify-content:center!important}
.galx-home--v6 .galx-brand-product-card__image img{max-height:126px!important;width:auto!important;max-width:100%!important;object-fit:contain!important}
.galx-home--v6 .galx-brand-product-card__body{padding:9px 10px 11px!important}
.galx-home--v6 .galx-brand-product-card__title{display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:48px!important;margin:0 0 8px!important;text-align:left!important;font-size:12.5px!important;line-height:1.28!important;font-weight:800!important;color:#08233f!important;text-decoration:none!important}
.galx-home--v6 .galx-brand-product-card__pricebox{order:2!important;margin:0 0 8px!important;padding:0!important;background:transparent!important;border:0!important;text-align:left!important}
.galx-home--v6 .galx-brand-product-card__price{font-size:18px!important;line-height:1.1!important;font-weight:900!important;color:#111827!important}
.galx-home--v6 .galx-brand-product-card__price-note{font-size:9.5px!important;color:#6b7280!important;margin-top:2px!important}
.galx-home--v6 .galx-brand-product-card__btn{display:flex!important;align-items:center!important;justify-content:center!important;min-height:32px!important;margin:8px 0 0!important;padding:7px 10px!important;border-radius:9px!important;background:#08233f!important;color:#fff!important;font-size:12.5px!important;font-weight:850!important;box-shadow:none!important;text-decoration:none!important}
.galx-home--v6 .galx-brand-product-card__btn:hover{background:#061b32!important;color:#fff!important}
@media(max-width:1199.98px){.galx-home--v6 .galx-brand-products__grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:991.98px){.galx-home--v6 .galx-brand-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:767.98px){.galx-home--v6 .galx-brand-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.galx-home--v6 .galx-brand-product-card__image{height:132px!important}.galx-home--v6 .galx-brand-product-card__image img{max-height:112px!important}.galx-home--v6 .galx-brand-products__head{display:block!important}.galx-home--v6 .galx-brand-products__head strong{font-size:19px!important}.galx-home--v6 .galx-brand-products__head span{display:block!important;margin-top:2px!important}}


/* V14: Markenbereich wie Chips, nicht als Zeilenblock */
.galx-home--v6 #galx-popular-brands .galx-brands.galx-brands--compact{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:8px !important;
  margin:0 0 12px !important;
  padding:10px !important;
  background:#f7f9fc !important;
  border:1px solid rgba(8,35,63,.08) !important;
  border-radius:14px !important;
}
.galx-home--v6 #galx-popular-brands .galx-brands.galx-brands--compact > .galx-brand{
  display:inline-flex !important;
  flex:0 0 auto !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  white-space:nowrap !important;
  align-items:center !important;
  justify-content:center !important;
  padding:6px 11px !important;
  min-height:30px !important;
  border-radius:999px !important;
  text-align:center !important;
}
.galx-home--v6 #galx-popular-brands .galx-brands.galx-brands--compact > .galx-brand span,
.galx-home--v6 #galx-popular-brands .galx-brands.galx-brands--compact > .galx-brand em{
  display:inline !important;
  width:auto !important;
}
.galx-home--v6 .galx-brand-products__grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:12px !important;
}
@media(max-width:1199.98px){
  .galx-home--v6 .galx-brand-products__grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
}
@media(max-width:991.98px){
  .galx-home--v6 .galx-brand-products__grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media(max-width:767.98px){
  .galx-home--v6 #galx-popular-brands .galx-brands.galx-brands--compact{
    overflow-x:auto !important;
    flex-wrap:nowrap !important;
    -webkit-overflow-scrolling:touch !important;
  }
  .galx-home--v6 #galx-popular-brands .galx-brands.galx-brands--compact > .galx-brand{
    flex:0 0 auto !important;
  }
  .galx-home--v6 .galx-brand-products__grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}


/* V15: 15 Produktkarten etwas kompakter */
.galx-brand-products__head strong{font-size:24px !important;}
.galx-brand-products__grid{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:14px !important;
}
.galx-brand-product-card__image{
  height:170px !important;
}
.galx-brand-product-card__image img{
  max-height:142px !important;
}
.galx-brand-product-card__body{
  padding:10px 10px 12px !important;
}
.galx-brand-product-card__title{
  min-height:48px !important;
  font-size:13px !important;
  line-height:1.3 !important;
}
.galx-brand-product-card__btn{
  min-height:34px !important;
  font-size:13px !important;
  margin-bottom:8px !important;
}
.galx-brand-product-card__price{
  font-size:16px !important;
}
@media (max-width:1199.98px){
  .galx-brand-products__grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
}
@media (max-width:991.98px){
  .galx-brand-products__grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width:767.98px){
  .galx-brand-products__grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
