body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f2f2f2;
}

/* ===== ETALASE ===== */
.etalase-wrapper {
  width: 100%;
}

.etalase-img {
  width: 100%;       /* 🔥 tampil full lebar */
  display: block;
}

/* ===== OVERLAY ===== */
#overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
}

/* ===== CARD ===== */
#card {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  max-width: 420px;
  background: #fff;
  border-radius: 14px;
  z-index: 1001;
  overflow: hidden;
}

.close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 26px;
  cursor: pointer;
}

.card-img {
  width: 100%;
}

.card-body {
  padding: 16px;
}

.price {
  font-weight: bold;
  color: green;
  font-size: 18px;
}

.wa {
  display: block;
  margin-top: 14px;
  background: #25d366;
  color: white;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}
