https://adstxt.journeymv.com/sites/cbc42799-8b9b-4747-8531-27ab76059d65/ads.txt
.srh-amazon-shop-wrap {
}

.srh-amazon-disclosure {
  font-size: 0.95rem;
  color: #666;
}

.srh-amazon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.srh-amazon-card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.srh-amazon-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

.srh-amazon-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 14px;
}

.srh-amazon-card h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.srh-amazon-card p {
  font-size: 0.96rem;
  margin-bottom: 14px;
  line-height: 1.5;
}

.srh-amazon-card a {
  display: inline-block;
  background: #6f8b5e;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 600;
}

.srh-amazon-card a:hover {
  opacity: 0.92;
}

@media (max-width: 768px) {
  .srh-amazon-shop-intro h1 {
    font-size: 2rem;
  }

  .srh-amazon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

}

.srh-shop-promo {
  background: #f8f4ee;
  border: 1px solid #e8dfd2;
  border-radius: 18px;
  padding: 36px 28px;
  margin: 30px 0;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.srh-shop-promo-text {
  max-width: 700px;
  margin: 0 auto;
}

.srh-shop-eyebrow {
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6f8b5e;
  font-weight: 700;
  margin-bottom: 10px;
}

.srh-shop-promo h2 {
  font-size: 2rem;
  margin: 0 0 12px;
  color: #2f2a26;
}

.srh-shop-promo p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a433d;
  margin: 0 0 18px;
}

.srh-shop-button {
  display: inline-block;
  background: #6f8b5e;
  color: #fff !important;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.srh-shop-button:hover {
  background: #5f784f;
  color: #fff !important;
}

@media (max-width: 768px) {
  .srh-shop-promo {
    padding: 28px 20px;
  }

  .srh-shop-promo h2 {
    font-size: 1.6rem;
  }

  .srh-shop-promo p {
    font-size: 1rem;
  }
}