/* ===== 促銷條幅（全站） ===== */
.promo-bar{background:#d7263d;color:#fff;font-size:12px}
.promo-inner{height:32px;display:flex;align-items:center;justify-content:center;gap:18px}
.promo-text{color:#fff;font-weight:700}
.promo-text:hover{text-decoration:underline}
.promo-countdown{font-variant-numeric:tabular-nums;font-weight:800;background:rgba(0,0,0,.18);padding:2px 10px;border-radius:99px;white-space:nowrap}
/* 條幅顯示時，sticky header 高度 +32px，hero 與 mobile-nav 偏移同步調整 */
body.has-promo .hero{height:calc(100vh - 140px);height:calc(100dvh - 140px)}
body.has-promo .mobile-nav{inset:140px 0 0}
body.has-promo .hero.lc-slider{--hero-height:clamp(640px,calc(100vh - 140px),830px);--hero-height:clamp(640px,calc(100dvh - 140px),830px);height:var(--hero-height)}
/* ===== 促銷價與標籤 ===== */
.promo-price{color:#d7263d}
.promo-original{color:#9aa4a1;font-weight:500;text-decoration:line-through;font-size:.8em}
.product-promo-tag{position:absolute;z-index:2;left:16px;bottom:16px;background:#d7263d;color:#fff;font-size:11px;font-weight:800;padding:7px 9px;border-radius:5px}
.catalog-product__image{position:relative}
.promo-badge{display:inline-block;background:#d7263d;color:#fff;font-size:12px;font-weight:800;padding:6px 10px;border-radius:5px}
.promo-detail{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin:16px 0}
.promo-detail .promo-countdown{background:#fdecef;color:#d7263d;padding:6px 10px}
@media(max-width:640px){
  .promo-inner{height:30px;font-size:10px;gap:10px}
  .promo-detail{gap:8px}
  body.has-promo .hero{height:calc(100vh - 124px);height:calc(100dvh - 124px)}
  body.has-promo .mobile-nav{inset:124px 0 0}
  body.has-promo .hero.lc-slider{--hero-height:clamp(660px,calc(100vh - 124px),740px);--hero-height:clamp(660px,calc(100dvh - 124px),740px);height:var(--hero-height)}
}
