.terroir-highlight {
  background: rgba(212, 175, 55, 0.08);
  padding: 40px;
  border-left: 4px solid #d4af37;
  border-radius: 4px;
  margin-top: 40px;
}

.terroir-highlight__title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #2c2c2c;
  margin-bottom: 15px;
}

.terroir-highlight__list {
  list-style: none;
  padding: 0;
}

.terroir-highlight__list-item {
  margin-bottom: 12px;
  color: #555;
}

.terroir-link-section {
  margin-top: 60px;
  text-align: center;
}

.terroir-link-text {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
}

.terroir-link {
  color: var(--accent-wine, #722f37);
  text-decoration: underline;
  font-weight: 600;
}

.news-card__image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 3px;
  margin: 20px 0;
}

.filter-container {
  text-align: center;
  margin-bottom: 40px;
}

.category-filter-wrapper {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.category-filter-btn {
  padding: 10px 24px;
  border: 2px solid #9b8860;
  background: white;
  color: #9b8860;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 14px;
  cursor: pointer;
}

.category-filter-btn:hover {
  background: #9b8860;
  color: white;
}

.category-filter-btn.active {
  background: #9b8860;
  color: white;
}

.form-header-container {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.form-badge {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(114, 47, 55, 0.08), rgba(212, 175, 55, 0.08));
  border-radius: 20px;
  margin-bottom: 16px;
}

.form-badge-text {
  font-size: 12px;
  font-weight: 600;
  color: #722f37;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-header-title {
  color: #722f37;
  margin-bottom: 8px;
  font-size: 28px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.form-header-desc {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.form-header-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #722f37, #d4af37);
  margin: 16px auto 0;
  border-radius: 2px;
}

.checkout-section-title {
  margin-bottom: 20px;
}

.checkout-delivery-title {
  margin: 30px 0 20px;
}

.checkout-submit {
  width: 100%;
  margin-top: 20px;
}

.cart-empty-text {
  color: #666;
  margin-bottom: 20px;
}

.cart-continue-link {
  color: #9b8860;
}

.cart-item-image {
  background-size: cover;
  background-position: center;
}

.announcements-subtitle {
  color: #666;
  font-size: 18px;
}

.sustainability-list {
  list-style: none;
  padding: 0;
}

.sustainability-list li {
  padding: 10px 0;
  color: #555;
}
