


.wcv-promo-bar{
  position: sticky;
  top: 0;
  z-index: 1200;
  background: var(--promo-bar-bg, linear-gradient(90deg,#0c5a41 0%,#12805e 50%,#0c5a41 100%));
  border-bottom: 2px solid #d4af37;
  box-shadow: 0 2px 12px rgba(0,0,0,.18);
  color: var(--promo-bar-color, #fff);
  -webkit-font-smoothing: antialiased;
}
.wcv-promo-bar__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  flex-wrap: wrap;
}
.wcv-promo-bar__icon{ font-size: 16px; }
.wcv-promo-bar__text b{ font-weight: 700; }
.wcv-promo-bar__badge{
  background: #d4af37;
  color: #22160a;
  font-weight: 700;
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 13px;
  white-space: nowrap;
}


.wcv-promo-old{
  text-decoration: line-through;
  opacity: .65;
  margin-right: 6px;
  white-space: nowrap;
}
.wcv-promo-tag{
  display: inline-block;
  margin-left: 6px;
  background: #e5484d;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  border-radius: 4px;
  padding: 1px 6px;
  white-space: nowrap;
}


.wcv-promo-badge{
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  background: #e5484d;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  pointer-events: none;
  white-space: nowrap;
}

.product-card,
.wcv-our-products-img,
.wcv-nc-product-card-img{ position: relative; }

@media (max-width: 600px){
  .wcv-promo-bar__inner{ font-size: 13px; padding: 7px 12px; gap: 8px; }
  .wcv-promo-badge{ font-size: 11px; padding: 4px 6px; }
}
