/* LEDFRAMES catalog visual patch v328
   Restores the original Car Culture catalog rhythm and applies it consistently.
   Pure black page; product artwork has no card/image background. */
:root{
  --catalog-bg:#000;
  --catalog-panel:#000;
  --catalog-line:#24272d;
  --catalog-muted:#a5a9b1;
  --catalog-text:#f6f7f8;
}
html,body{background:#000!important;}
.catalog-page-v324,
.brand-detail-page,
.brand-page{
  background:#000!important;
  color:var(--catalog-text)!important;
}

/* Keep the original v325 Car Culture layout everywhere. */
.catalog-grid-v324,
.brand-products.products-grid,
.brand-page .brand-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  column-gap:28px!important;
  row-gap:54px!important;
}

/* No tile behind a frame. */
.catalog-product-card-v324,
.catalog-grid-v324 .catalog-product-card-v324,
.brand-products .catalog-product-card-v324{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.catalog-product-image-v324,
.catalog-grid-v324 .catalog-product-image-v324,
.brand-products .catalog-product-image-v324{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  aspect-ratio:16/9!important;
  padding:14px 2px!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.catalog-product-image-v324 img,
.catalog-grid-v324 .catalog-product-image-v324 img,
.brand-products .catalog-product-image-v324 img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  transform:none!important;
  filter:none!important;
}
.catalog-product-card-v324:hover .catalog-product-image-v324 img{
  transform:scale(1.015)!important;
  filter:brightness(1.05)!important;
}
.catalog-product-info-v324,
.brand-products .catalog-product-info-v324{
  padding:14px 0 0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.catalog-product-title-v324{
  min-height:0!important;
  font-size:14px!important;
  line-height:1.45!important;
  font-weight:600!important;
}
.catalog-product-price-v324{
  margin-top:8px!important;
  font-size:14px!important;
  font-weight:700!important;
}

/* Car-logo / brand directory: same pure-black, borderless visual language. */
.brand-page .brand-card{
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.brand-page .brand-card:hover{
  border-color:transparent!important;
}

@media(max-width:900px){
  .catalog-grid-v324,
  .brand-products.products-grid,
  .brand-page .brand-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:18px!important;
    row-gap:38px!important;
  }
}
@media(max-width:560px){
  .catalog-grid-v324,
  .brand-products.products-grid,
  .brand-page .brand-grid{
    grid-template-columns:1fr!important;
    row-gap:34px!important;
  }
  .catalog-product-image-v324{
    aspect-ratio:16/9!important;
    padding:8px 0!important;
  }
}
