/* 商品广告·主推排版：上行 50/50 连体（左封面 + 右单卡居中），下行 4 列网格 */

.zjz-product-featured-section + .zjz-product-featured-section {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.zjz-product-featured-top {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .zjz-product-featured-top {
    margin-bottom: 1.25rem;
  }
}

.zjz-product-featured-cover {
  position: relative;
  height: 100%;
  min-height: 280px;
  overflow: hidden;
  background: #f5f5f5;
}

.zjz-product-featured-cover img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.zjz-product-featured-cover-overlay {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  width: min(72%, 320px);
  padding: 20px 24px 22px;
  text-align: center;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.zjz-product-featured-cover-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #111;
  text-transform: uppercase;
}

.zjz-product-featured-cover-title:last-child {
  margin-bottom: 0;
}

.zjz-product-featured-cover-intro {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #555;
}

.zjz-product-featured-cover-intro:last-child {
  margin-bottom: 0;
}

.zjz-product-featured-cover-btn {
  display: inline-block;
  padding: 10px 28px;
  background: #111;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s;
}

.zjz-product-featured-cover-btn:hover {
  background: #333;
  color: #fff;
}

.zjz-product-featured-hero-col {
  background: #f7f7f7;
  min-height: 280px;
}

.zjz-product-featured-hero-slot .product-card {
  margin-bottom: 0;
}

/* 上行左右连体：内缘无圆角，外缘走 --pb-item-radius */
@media (min-width: 992px) {
  #zjz-home-layout-zone .zjz-product-featured-top .zjz-product-featured-cover-col .zjz-product-featured-cover {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  #zjz-home-layout-zone .zjz-product-featured-top .zjz-product-featured-hero-col {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: var(--pb-item-radius, 8px);
    border-bottom-right-radius: var(--pb-item-radius, 8px);
    overflow: hidden;
  }
}

@media (max-width: 991.98px) {
  #zjz-home-layout-zone .zjz-product-featured-top .zjz-product-featured-cover-col .zjz-product-featured-cover {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  #zjz-home-layout-zone .zjz-product-featured-top .zjz-product-featured-hero-col {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: var(--pb-item-radius, 8px);
    border-bottom-right-radius: var(--pb-item-radius, 8px);
  }
}
