/* Beauty & Cosmetics Category Styles */

.amz-category-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/cosmetic-background.png') center/cover no-repeat;
  padding: 40px 20px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  min-height: 280px;
}

.amz-category-hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="100" cy="100" r="80" fill="rgba(255,153,0,0.08)"/></svg>') no-repeat center;
  background-size: contain;
  opacity: 0.3;
}

.amz-category-hero-content {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.amz-category-hero h1 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.amz-category-hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.amz-category-hero .fa-leaf { color: #007600; }
.amz-category-hero .fa-shield-alt { color: #007600; }
.amz-category-hero .fa-check-circle { color: #007600; }
