.edd-custom-body {
  margin: 0;
  background: #f7f4ef;
  font-family: Arial, sans-serif;
  color: #222;
}

edd-custom-body {
  margin: 0;
  background: #f7f4ef;
  font-family: Arial, sans-serif;
  color: #222;
}

.edd-container {
  width: 92%;
  max-width: 1200px;
  margin: auto;
}

.edd-hero,
.edd-checkout-hero {
  background: linear-gradient(135deg, #26170f, #8b1e1e);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.edd-hero h1,
.edd-checkout-hero h1 {
  font-size: 46px;
  margin-bottom: 15px;
}

.edd-hero p,
.edd-checkout-hero p {
  font-size: 18px;
  opacity: 0.9;
}

.edd-hero-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 30px;
  background: #ffcf4a;
  color: #111;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
}

.edd-store-section {
  padding: 60px 0;
}

.edd-store-section h2 {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
}

.edd-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.edd-product-card {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.edd-product-card:hover {
  transform: translateY(-6px);
}

.edd-product-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.edd-no-image {
  height: 280px;
  background: #eee2d1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.edd-product-content {
  padding: 22px;
}

.edd-product-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.edd-product-content p {
  color: #666;
  line-height: 1.6;
}

.edd-product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.edd-product-price {
  font-size: 20px;
  font-weight: bold;
  color: #8b1e1e;
}

.edd-submit,
.edd-add-to-cart {
  background: #8b1e1e !important;
  color: white !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 11px 22px !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.edd-checkout-section {
  padding: 60px 20px;
}

.edd-checkout-box {
  max-width: 850px;
  margin: auto;
  background: white;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

#edd_checkout_form_wrap input,
#edd_checkout_form_wrap select {
  width: 100%;
  padding: 13px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

#edd_checkout_form_wrap fieldset {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .edd-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .edd-products-grid {
    grid-template-columns: 1fr;
  }

  .edd-hero h1,
  .edd-checkout-hero h1 {
    font-size: 34px;
    
  }
}
h1{
    color: white;
}
.edd-container {
  width: 92%;
  max-width: 1200px;
  margin: auto;
}

.edd-hero,
.edd-checkout-hero {
  background: linear-gradient(135deg, #26170f, #8b1e1e);
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.edd-hero h1,
.edd-checkout-hero h1 {
  font-size: 46px;
  margin-bottom: 15px;
}

.edd-hero p,
.edd-checkout-hero p {
  font-size: 18px;
  opacity: 0.9;
}

.edd-hero-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 30px;
  background: #ffcf4a;
  color: #111;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
}

.edd-store-section {
  padding: 60px 0;
}

.edd-store-section h2 {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
}

.edd-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.edd-product-card {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.edd-product-card:hover {
  transform: translateY(-6px);
}

.edd-product-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.edd-no-image {
  height: 280px;
  background: #eee2d1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.edd-product-content {
  padding: 22px;
}

.edd-product-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.edd-product-content p {
  color: #666;
  line-height: 1.6;
}

.edd-product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.edd-product-price {
  font-size: 20px;
  font-weight: bold;
  color: #8b1e1e;
}

.edd-submit,
.edd-add-to-cart {
  background: #8b1e1e !important;
  color: white !important;
  border: none !important;
  border-radius: 25px !important;
  padding: 11px 22px !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

.edd-checkout-section {
  padding: 60px 20px;
}

.edd-checkout-box {
  max-width: 850px;
  margin: auto;
  background: white;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

#edd_checkout_form_wrap input,
#edd_checkout_form_wrap select {
  width: 100%;
  padding: 13px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

#edd_checkout_form_wrap fieldset {
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .edd-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .edd-products-grid {
    grid-template-columns: 1fr;
  }

  .edd-hero h1,
  .edd-checkout-hero h1 {
    font-size: 34px;
  }
}