.promo-banner {
  background-color: #f4e9d8;
  padding: 24px 32px;
  margin: 60px auto 0;
  text-align: center;
  border-radius: 16px;
  max-width: 600px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  color: #3b2f2f;
}

.promo-banner p {
  margin: 8px 0;
  font-size: 16px;
}

.promo-sub {
  font-size: 18px;
  color: #b57f46;
  font-weight: 600;
}

.promo-btn {
  display: inline-block;
  margin-top: 12px;
  background-color: #d4a96e;
  color: white;
  padding: 10px 24px;
  border-radius: 32px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.promo-btn:hover {
  background-color: #c08d4e;
}

.free-shipping {
  color: #27ae60;
  font-weight: bold;
}

.products-section {
  padding: 80px;
  background-color: #fffefc;
  text-align: center;
}

.products-section h2 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #3b2f2f;
}

.product-grid {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.product-card {
  background-color: #f9f4ed;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  width: 240px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 16px;
}

.product-card h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.product-card p {
  font-size: 14px;
  color: #5c4a3b;
  margin-bottom: 16px;
}

.product-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.fav-btn {
  background-color: transparent;
  border: none;
  background-color: #d4a96e;
  color: #fffefc;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.fav-btn:hover {
  background-color: #c08d4e;
}
.price {
  font-size: 22px;
  font-weight: bold;
  color: #c08d4e;
  text-align: center;
  margin-top: 20px;
}

.on-ikili {
  width: 192px;
  height: 288px;
}
.buy-btn {
  background-color: #d4a96e;
  color: #fffefc;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}

.buy-btn:hover {
  background-color: #c08d4e;
}

.footer {
  background-color: #f4e9d8;
  color: #3b2f2f;
  padding: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: 60px;
}
