/*
 Theme Name: Astra Child
 Template: astra
*/

.hero-section {
  background: linear-gradient(#4B8B3B, #3A6B2E);
  color: white;
  padding: 100px 20px;
  text-align: center;
  border-radius: 8px;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-card {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 calc(50% - 20px);
  text-align: center;
}
