.bc-promotion-products-section {
  padding: 56px 0 72px;
  background: #f4f8ff;
}

.bc-promotion-products-heading {
  margin-bottom: 28px;
  text-align: center;
}

.bc-promotion-products-heading h1 {
  margin: 8px 0 10px;
}

.bc-promotion-products-heading p {
  max-width: 720px;
  margin: 0 auto;
}

#promotionProductGrid.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

#promotionProductGrid .product-card[hidden] {
  display: none !important;
}

#promotionProductGrid .product-card {
  min-width: 0;
  height: 100%;
}

.bc-promotion-empty {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid #d8e6ff;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  color: #12336f;
}

.bc-promotion-empty strong,
.bc-promotion-empty span {
  display: block;
}

.bc-promotion-empty span {
  margin-top: 8px;
  color: #5d7099;
}

@media (max-width: 980px) {
  #promotionProductGrid.product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bc-promotion-products-section {
    padding: 36px 0 52px;
  }

  #promotionProductGrid.product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


/* PROMOCIÓN V6: banner eliminado y tarjetas alineadas */
body .bc-promotion-products-section{
  padding-top:42px!important;
  min-height:55vh!important;
}
#promotionProductGrid.product-grid{
  grid-auto-rows:1fr!important;
  align-items:stretch!important;
}
#promotionProductGrid .product-card{
  display:flex!important;
  flex-direction:column!important;
  align-self:stretch!important;
  height:100%!important;
  min-height:100%!important;
  overflow:hidden!important;
}
#promotionProductGrid .product-card .product-img,
#promotionProductGrid .product-card .product-image{
  flex:0 0 250px!important;
  height:250px!important;
  min-height:250px!important;
  max-height:250px!important;
}
#promotionProductGrid .product-card .product-img img,
#promotionProductGrid .product-card .product-image img{
  width:100%!important;
  height:100%!important;
  max-height:220px!important;
  object-fit:contain!important;
}
#promotionProductGrid .product-card .product-body,
#promotionProductGrid .product-card .card-body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  height:auto!important;
  min-height:0!important;
}
#promotionProductGrid .product-card .product-tags{min-height:34px!important;align-content:start!important}
#promotionProductGrid .product-card h3,
#promotionProductGrid .product-card .product-title,
#promotionProductGrid .product-card .product-name{
  min-height:2.7em!important;
  margin-bottom:10px!important;
}
#promotionProductGrid .product-card .product-card-desc,
#promotionProductGrid .product-card .product-description,
#promotionProductGrid .product-card .product-desc{
  min-height:4.65em!important;
  height:4.65em!important;
  max-height:4.65em!important;
}
#promotionProductGrid .product-card .price,
#promotionProductGrid .product-card .product-price{
  min-height:36px!important;
}
#promotionProductGrid .product-card .product-sku-badge{min-height:28px!important;align-self:flex-start!important}
#promotionProductGrid .product-card .view-btn,
#promotionProductGrid .product-card [data-view-product],
#promotionProductGrid .product-card [data-open-product]{
  margin-top:auto!important;
}
#promotionProductGrid .product-card .add-btn,
#promotionProductGrid .product-card .gift-btn{
  width:100%!important;
  flex:0 0 auto!important;
}
@media(max-width:640px){
  #promotionProductGrid .product-card .product-img,
  #promotionProductGrid .product-card .product-image{flex-basis:210px!important;height:210px!important;min-height:210px!important;max-height:210px!important}
  #promotionProductGrid .product-card .product-img img,
  #promotionProductGrid .product-card .product-image img{max-height:185px!important}
  #promotionProductGrid .product-card h3{min-height:0!important}
}
