.brand-page .product-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 1.2rem !important;
}

.brand-page .fd-live-product-card {
  display: flex !important;
  min-width: 0 !important;
  overflow: hidden !important;
  flex-direction: column !important;
  color: #0b1220 !important;
  background: #fff !important;
  border: 1px solid var(--border) !important;
  border-radius: 16px !important;
  box-shadow: var(--shadow-soft) !important;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

.brand-page .fd-live-product-card:hover {
  box-shadow: var(--shadow) !important;
  transform: translateY(-4px) !important;
}

.brand-page .fd-live-product-image {
  display: flex !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
}

.brand-page .fd-live-product-image img {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 100% !important;
  padding: 1rem !important;
  object-fit: contain !important;
}

.brand-page .fd-live-product-body {
  display: flex !important;
  box-sizing: border-box !important;
  flex: 1 !important;
  flex-direction: column !important;
  padding: 1rem !important;
}

.brand-page .fd-live-brand {
  min-height: 18px;
  margin: 0 0 6px;
  color: #667085;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-page .fd-live-sku {
  display: block !important;
  margin: .15rem 0 .45rem !important;
  color: #65758b !important;
  font-size: .76rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: .015em !important;
}

.brand-page .fd-live-product-body > strong {
  display: -webkit-box !important;
  min-height: 2.4em !important;
  margin: .4rem 0 !important;
  overflow: hidden !important;
  color: #0b1220 !important;
  font-size: .95rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.brand-page .fd-live-product-bottom {
  display: flex !important;
  align-items: baseline !important;
  gap: .5rem !important;
  margin-top: auto !important;
  padding-top: .5rem !important;
}

.brand-page .fd-live-product-bottom b {
  color: #0b1220 !important;
  font-size: 1.2rem !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

.brand-page .fd-live-product-bottom .is-stock {
  display: none !important;
}

@media (max-width: 1100px) {
  .brand-page .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .brand-page .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  .brand-page .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .75rem !important;
  }

  .brand-page .fd-live-product-body {
    padding: .8rem !important;
  }

  .brand-page .fd-live-product-body > strong {
    font-size: .85rem !important;
  }

  .brand-page .fd-live-product-bottom b {
    font-size: 1rem !important;
  }
}

@media (max-width: 390px) {
  .brand-page .product-grid {
    grid-template-columns: 1fr !important;
  }
}
