/* ==========================================================
   Template: pet-store
   Theme: Pet Supply Store – Warm Brown / Orange / Cream
   Author: Diligent Creators
   ========================================================== */

/* --- Reset & Base --- */
.ps-body {
  margin: 0;
  padding: 0;
  background-color: #e5e3d8;
  -webkit-font-smoothing: antialiased;
}
.ps-outer {
  width: 100%;
  background-color: #e5e3d8;
}
.ps-outer-td {
  padding: 20px 10px;
}
.ps-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(120,53,15,0.12);
}

/* --- Preheader --- */
.ps-preheader {
  background: #fef3c7;
  color: #92400e;
  font-size: 11px;
}

/* --- Header --- */
.ps-header {
  background: #78350f;
  padding: 14px 20px;
}

/* --- Hero --- */
.ps-hero {
  background: #fef3c7;
  padding: 40px 30px;
  text-align: center;
}

/* --- Stats --- */
.ps-stat {
  padding: 22px 10px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.15);
}

/* --- Product Cards --- */
.ps-product-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #fde68a;
  padding: 16px;
}

/* --- Promo --- */
.ps-promo {
  background: linear-gradient(135deg, #78350f, #c2410c);
  padding: 30px;
  text-align: center;
}

/* --- Testimonials --- */
.ps-testimonial {
  background: #fef3c7;
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
}

/* --- CTA --- */
.ps-cta-btn {
  background: #c2410c;
  border-radius: 6px;
  padding: 13px 36px;
}

/* --- Footer --- */
.ps-footer {
  background: #451a03;
  padding: 25px 20px;
  text-align: center;
}

/* --- Responsive --- */
@media screen and (max-width: 600px) {
  .ps-container {
    width: 100% !important;
  }
  .ps-stats-table td {
    display: block !important;
    width: 100% !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
    padding: 18px 10px !important;
  }
  .ps-stats-table td:last-child {
    border-bottom: none !important;
  }
  .ps-product-card {
    width: 100% !important;
    display: block !important;
    margin-bottom: 14px !important;
  }
  .ps-testimonial {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px !important;
  }
  .ps-hero td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
  img {
    height: auto !important;
    max-width: 100% !important;
  }
  .ps-header-links {
    text-align: center !important;
    padding-top: 8px !important;
  }
}
