body.gifts-theme { background: #f0f5f0; font-family: 'Poppins', Arial, sans-serif; }

.gifts-header { background: #1f3d2b; color: #eef6ee; }
.gifts-header a { color: #eef6ee; }
.gifts-header .brand-name { font-family: 'Poppins', Arial, sans-serif; font-weight: 700; font-size: 1.3rem; letter-spacing: 0.01em; }

.gifts-hero { text-align: center; padding: 3rem 0 1rem; }
.gifts-hero h1 { font-family: 'Poppins', Arial, sans-serif; font-weight: 700; font-size: 2.5rem; margin-bottom: 0.5rem; }

.gifts-theme .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  max-width: 900px;
  margin: 0 auto;
}

.gifts-footer { background: #1f3d2b; color: #eef6ee; }
.gifts-footer a { color: #eef6ee; }
