/* --- Homepage Product Grid Polish --- */
.productGrid {
  gap: 20px !important; }

.productGrid .card {
  padding: 22px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important; }

.productGrid .card-figure {
  margin-bottom: 16px !important; }

.productGrid .card-figure img {
  max-height: 260px !important;
  object-fit: contain !important; }

.productGrid .card-title {
  margin-bottom: 8px !important;
  line-height: 1.2 !important; }

.productGrid .card-text {
  margin-bottom: 14px !important;
  line-height: 1.65 !important; }

.productGrid .card-body {
  padding-top: 14px !important;
  padding-bottom: 14px !important; }

.home .productGrid {
  margin-top: 10px !important; }

/* Fix Product Set Add to Cart button hover text color */
a.css-1b2xzds,
a.css-1b2xzds:hover,
a.css-1b2xzds:focus,
a.css-1b2xzds:active {
  color: #FFFFFF !important;
  text-decoration: none !important; }

a.css-1b2xzds {
  background-color: #9E1B1B !important;
  border-color: #9E1B1B !important; }

a.css-1b2xzds:hover,
a.css-1b2xzds:focus,
a.css-1b2xzds:active {
  background-color: #7F1414 !important;
  border-color: #7F1414 !important; }

/* ==========================================
   OUR HERITAGE PAGE
========================================== */
.heritage-page {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -20px;
  padding: 24px 20px 56px; }

.heritage-hero,
.heritage-section--story,
.heritage-section--craft {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center; }

.heritage-hero {
  padding: 10px 0 72px; }

.heritage-section {
  padding: 40px 0; }

.heritage-section--legacy {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 0 16px; }

.heritage-section__content,
.heritage-closing__content {
  max-width: 640px; }

.heritage-hero__media,
.heritage-section__media {
  text-align: center; }

.heritage-hero__media img,
.heritage-section__media img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.heritage-hero__media img {
  max-width: 460px;
  filter: sepia(10%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); }

.heritage-section__media--bowl img {
  max-width: 420px; }

.heritage-section__media--pot img {
  max-width: 320px; }

.heritage-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #8a8a8a;
  font-weight: 600; }

.heritage-hero h1,
.heritage-section h2,
.heritage-closing h2 {
  margin: 0 0 18px;
  line-height: 1.12;
  font-weight: 700;
  color: #262626; }

.heritage-hero h1 {
  font-size: 48px;
  max-width: 540px; }

.heritage-section h2,
.heritage-closing h2 {
  font-size: 36px; }

.heritage-subheadline,
.heritage-section p,
.heritage-closing p {
  font-size: 17px;
  line-height: 1.85;
  color: #444;
  max-width: 620px; }

.heritage-subheadline {
  max-width: 520px;
  margin: 0; }

.heritage-section p,
.heritage-closing p {
  margin: 0 0 18px; }

.heritage-quote {
  position: relative;
  padding: 60px 0;
  margin: 60px auto;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }

.heritage-quote::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 380px;
  height: 380px;
  transform: translate(-50%, -50%);
  background-image: url("https://cdn11.bigcommerce.com/s-j0pgdvzz98/images/stencil/original/image-manager/mexicaneagle.png?t=1773442492");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.05;
  pointer-events: none; }

.heritage-quote__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px; }

.heritage-quote blockquote {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  font-size: 38px;
  line-height: 1.35;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #333; }

.heritage-mini-line {
  margin-top: 8px;
  font-size: 16px;
  color: #666; }

.heritage-closing {
  max-width: 760px;
  margin: 0 auto;
  padding: 36px 0 20px; }

.heritage-closing__emphasis {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #2f2f2f; }

@media (max-width: 900px) {
  .heritage-hero,
  .heritage-section--story,
  .heritage-section--craft {
    grid-template-columns: 1fr;
    gap: 26px; }
  .heritage-hero {
    padding: 10px 0 44px; }
  .heritage-section {
    padding: 24px 0; }
  .heritage-hero__media img {
    max-width: 300px; }
  .heritage-section__media--bowl img,
  .heritage-section__media--pot img {
    max-width: 240px; }
  .heritage-hero h1 {
    font-size: 36px; }
  .heritage-section h2,
  .heritage-closing h2 {
    font-size: 30px; }
  .heritage-quote::before {
    width: 240px;
    height: 240px;
    opacity: 0.06; }
  .heritage-quote blockquote {
    font-size: 26px; }
  .heritage-subheadline,
  .heritage-section p,
  .heritage-closing p {
    font-size: 16px; } }

@media (max-width: 640px) {
  .heritage-page {
    padding: 10px 18px 42px; }
  .heritage-hero h1 {
    font-size: 32px; }
  .heritage-section h2,
  .heritage-closing h2 {
    font-size: 28px; }
  .heritage-quote {
    padding: 36px 0 24px;
    margin: 40px auto; }
  .heritage-quote blockquote {
    font-size: 24px;
    line-height: 1.4; } }

/* Chili pepper divider */
.heritage-divider {
  text-align: center;
  margin: 30px 0; }

.heritage-divider img {
  width: 44px;
  height: auto;
  opacity: 0.75;
  transform: rotate(-8deg); }

/* =========================
   WHOLESALE SIMPLE PAGE
========================= */
.wholesale-simple-page {
  color: #2b2b2b;
  background: #fff; }

/* HERO */
.wholesale-simple-hero {
  background: #f9f4ec;
  text-align: center;
  padding: 60px 20px 50px; }

.wholesale-simple-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.1;
  margin: 0 0 18px;
  color: #1f1f1f; }

.wholesale-simple-eyebrow {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b6461a;
  margin: 0 0 14px; }

.wholesale-simple-subtext {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #5c5c5c; }

.wholesale-simple-buttons {
  display: flex;
  justify-content: center; }

/* PRODUCT IMAGE */
.wholesale-simple-product-image {
  text-align: center !important;
  margin-top: 20;
  margin-bottom: 40px;
  background: transparent !important;
  padding: 0 !important; }

.wholesale-simple-product-image img {
  width: 220px !important;
  max-width: 220px !important;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
  background: transparent !important; }

/* SECTIONS */
.wholesale-simple-section {
  padding: 70px 20px; }

.wholesale-simple-inner {
  max-width: 1000px;
  margin: 0 auto; }

/* INTRO */
.wholesale-simple-intro {
  background: #ffffff;
  text-align: center; }

.wholesale-simple-intro .wholesale-simple-inner {
  max-width: 820px; }

/* HEADINGS */
.wholesale-simple-section h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.2;
  margin: 0 0 18px;
  color: #1f1f1f;
  text-align: center; }

.wholesale-simple-intro p,
.wholesale-simple-cta-box p {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #5a5a5a;
  margin: 0; }

/* AUDIENCE */
.wholesale-simple-audience {
  background: #fcfaf7; }

.wholesale-simple-pill-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 10px; }

.wholesale-simple-pill {
  display: inline-block;
  background: #f3ece2;
  color: #7a3518;
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04); }

/* BENEFITS */
.wholesale-simple-benefits {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04); }

.wholesale-simple-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 10px; }

.wholesale-simple-benefit-card {
  background: #fcfaf7;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04); }

.wholesale-simple-benefit-card h3 {
  font-size: 1.2rem;
  margin: 0 0 10px;
  color: #1f1f1f; }

.wholesale-simple-benefit-card p {
  font-size: 1rem;
  line-height: 1.75;
  color: #5c5c5c;
  margin: 0; }

/* CTA */
.wholesale-simple-cta {
  background: #f9f4ec;
  padding: 90px 20px; }

.wholesale-simple-cta-box {
  background: #ffffff;
  border-radius: 24px;
  padding: 48px 28px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  max-width: 820px;
  margin: 0 auto; }

.wholesale-simple-cta-box p {
  max-width: 640px;
  margin: 0 auto 24px; }

/* MOBILE */
@media (max-width: 900px) {
  .wholesale-simple-benefit-grid {
    grid-template-columns: 1fr; } }

@media (max-width: 640px) {
  .wholesale-simple-hero {
    padding: 60px 20px 50px; }
  .wholesale-simple-section {
    padding: 60px 20px; }
  .wholesale-simple-benefit-card,
  .wholesale-simple-cta-box {
    padding: 24px; }
  .wholesale-simple-pill {
    width: 100%;
    text-align: center; }
  .wholesale-image-caption {
    text-align: center !important;
    display: block;
    width: 100%;
    font-size: 0.9rem;
    color: #9c4a20;
    margin-top: 10px;
    font-weight: 600; } }
