body {
  font-family: 'Oswald', sans-serif;
  #background: linear-gradient(135deg, #ffdddd, #ffffff, #ddeeff);
  background: linear-gradient(135deg, #ffd6d6, #fff, #d6e3ff);
  margin: 0;
  padding: 0;
  color: #111;
}
.container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

a.back-link {
  font-size: 18px;
  text-decoration: none;
  margin-left: 20px;
  color: #003366;
}

.sale-title {
  font-size: 50px;
  color: #b30000;
  text-align: center;
  margin-bottom: 10px;
}

.sub-title {
  font-size: 32px;
  color: #003366;
  text-align: center;
  margin-top: 0;
}

.sale-detail {
  font-size: 20px;
  color: #111;
  text-align: center;
  margin-bottom: 30px;
}

h2 {
  font-size: 26px;
  color: #002244;
  margin-top: 20px;
}

h3 {
  font-size: 22px;
  color: #111;
}

ul {
  list-style: none;
  padding-left: 20px;
}

ul li::before {
  content: "🔹 ";
}

.strike {
  color: red;
  font-size: 24px;
  text-decoration: line-through;
}

.highlight-price {
  color: green;
  font-size: 30px;
  font-weight: bold;
}

img {
  margin: 10px;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.15);
}

hr {
  border: none;
  height: 2px;
  background: linear-gradient(to right, red, white, blue);
  margin: 40px 0;
}

footer {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.paypal-button {
  margin-top: 15px;
}

.extra-images {
  text-align: center;
  margin-top: 30px;
}

.video-section {
  text-align: center;
}

