.page-policy #main-content {
  background: linear-gradient(180deg, #fffef9 0%, #f8f0df 100%);
}

.policy-page {
  padding: 32px 0 48px;
}

.policy-page-inner {
  max-width: 820px;
}

.policy-breadcrumb {
  font-size: 0.88rem;
  color: #6b5f4a;
  margin-bottom: 16px;
}

.policy-breadcrumb a {
  color: #5c4f20;
  font-weight: 600;
}

.policy-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 700;
  color: #2f2314;
  margin: 0 0 10px;
}

.policy-intro {
  color: #53442d;
  line-height: 1.6;
  margin-bottom: 24px;
}

.policy-card {
  background: #fffdf7;
  border: 1px solid #e9dabd;
  border-radius: 16px;
  padding: 20px 22px;
  margin-bottom: 14px;
  box-shadow: 0 8px 24px rgba(120, 98, 39, 0.08);
}

.policy-card h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #6c451a;
  margin: 0 0 10px;
}

.policy-body {
  color: #3f3428;
  line-height: 1.65;
  font-size: 0.95rem;
}

.policy-back {
  margin-top: 20px;
  font-size: 0.9rem;
}

.policy-back a {
  color: #8f6424;
  font-weight: 600;
}

.pdp-price-saved {
  margin: 6px 0 0;
  font-size: 0.88rem;
  color: #e85d04;
  font-weight: 600;
}
