.wmac-box {
  margin: 1rem 0 1.25rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: .65rem;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,247,247,.98));
  box-shadow: 0 8px 22px rgba(0,0,0,.05);
}

.wmac-kicker {
  display: flex;
  align-items: center;
  gap: .45rem;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.wmac-dot {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: currentColor;
  opacity: .7;
}

.wmac-date {
  margin-top: .3rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.wmac-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(58px, 1fr));
  gap: .55rem;
  margin-top: .95rem;
}

.wmac-unit {
  padding: .55rem .45rem;
  text-align: center;
  border-radius: .45rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .09);
}

.wmac-unit strong,
.wmac-unit small {
  display: block;
}

.wmac-unit strong {
  font-size: 1.25rem;
  line-height: 1.1;
}

.wmac-unit small {
  margin-top: .18rem;
  font-size: .7rem;
}

.wmac-note {
  margin-top: .8rem;
  font-size: .9rem;
  line-height: 1.45;
}

.wmac-disabled {
  cursor: not-allowed !important;
  opacity: .55 !important;
}

.wmac-list-badge {
  display: inline-flex;
  flex-direction: column;
  gap: .1rem;
  margin: .35rem 0;
  padding: .4rem .6rem;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: .4rem;
  background: rgba(247,247,247,.96);
  font-size: .78rem;
  line-height: 1.2;
}

.wmac-list-badge__title {
  font-weight: 700;
}

.wmac-list-badge__date {
  font-size: .72rem;
}

@media (max-width: 575.98px) {
  .wmac-countdown {
    grid-template-columns: repeat(2, minmax(72px, 1fr));
  }
}


/* Countdown aktiv: Express-/Sofortkauf-Elemente vollständig unbedienbar. */
.wmac-product-locked .wmac-express-locked {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.wmac-product-locked .wmac-express-locked iframe,
.wmac-product-locked .wmac-express-locked button,
.wmac-product-locked .wmac-express-locked a,
.wmac-product-locked .wmac-express-locked input {
  pointer-events: none !important;
}


/* Vip Vape Design – v0.4.3 */
.wmac-box.wmac-box--vip {
  position: relative;
  overflow: hidden;
  margin: 1.1rem 0 1.35rem;
  padding: 0;
  border: 1px solid #e7eaee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 24, 40, .06);
}

.wmac-box--vip .wmac-box__accent {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #15c7d8 0%, #00a9bd 100%);
}

.wmac-box--vip .wmac-box__content {
  padding: 1.2rem 1.25rem 1.15rem 1.4rem;
}

.wmac-box--vip .wmac-head {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.wmac-box--vip .wmac-kicker {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1c2633;
}

.wmac-box--vip .wmac-kicker__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #12bfd0;
  box-shadow: 0 0 0 4px rgba(18, 191, 208, .10);
}

.wmac-box--vip .wmac-date-row {
  display: flex;
  align-items: baseline;
  gap: .4rem;
}

.wmac-box--vip .wmac-date {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.25;
  font-weight: 750;
  color: #111820;
}

.wmac-box--vip .wmac-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: .65rem;
  margin-top: 1rem;
}

.wmac-box--vip .wmac-unit {
  position: relative;
  display: flex;
  min-height: 72px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .65rem .45rem;
  border: 1px solid #e7eaee;
  border-radius: 10px;
  background: #f8fafb;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

.wmac-box--vip .wmac-unit strong {
  display: block;
  margin: 0;
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 800;
  color: #0d1820;
  font-variant-numeric: tabular-nums;
}

.wmac-box--vip .wmac-unit small {
  display: block;
  margin-top: .28rem;
  font-size: .68rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #6f7b85;
}

.wmac-box--vip .wmac-unit::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: #14bdcf;
  opacity: .75;
}

.wmac-box--vip .wmac-note {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  margin-top: .9rem;
  padding-top: .85rem;
  border-top: 1px solid #eef1f4;
  font-size: .84rem;
  line-height: 1.45;
  color: #5c6771;
}

.wmac-box--vip .wmac-note__icon {
  display: inline-flex;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border: 1px solid rgba(20, 189, 207, .35);
  border-radius: 50%;
  background: rgba(20, 189, 207, .07);
  color: #009eb2;
  font-size: .7rem;
  font-weight: 800;
  font-style: normal;
}

.wmac-list-badge {
  border-color: rgba(18, 191, 208, .25) !important;
  background: rgba(18, 191, 208, .07) !important;
  color: #17212b;
}

.wmac-list-badge__title {
  color: #008fa3;
  font-weight: 800;
}

@media (max-width: 767.98px) {
  .wmac-box--vip .wmac-box__content {
    padding: 1rem 1rem 1rem 1.2rem;
  }

  .wmac-box--vip .wmac-countdown {
    grid-template-columns: repeat(2, minmax(88px, 1fr));
  }

  .wmac-box--vip .wmac-date {
    font-size: 1.1rem;
  }
}

@media (max-width: 420px) {
  .wmac-box--vip .wmac-countdown {
    gap: .5rem;
  }

  .wmac-box--vip .wmac-unit {
    min-height: 66px;
  }

  .wmac-box--vip .wmac-unit strong {
    font-size: 1.22rem;
  }
}
