/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 131:0 Unexpected "<"

**/

<style>
/* ===== Base Section ===== */
.curing-barrel-section {
  background-color: #f9fafb;
}

.curing-container {
    max-width: 900px;
    margin: 0 auto;
    background: #4f0e0e;
    border-radius: 20px;
}
/* ===== Typography ===== */
.curing-heading {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    color: white;
    padding-top: 20px;
    text-align: center;
}

.curing-intro {
    font-size: 16px;
    line-height: 1.6;
    color: white;
    margin-bottom: 24px;
    padding: 0px 60px;
     text-align: center;
}
/* ===== Card ===== */
.curing-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    margin: 0px 20px;
}
.curing-subheading {
  font-size: px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #1f2933;
}

/* ===== Steps ===== */
.curing-steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.curing-step {
  position: relative;
  padding-left: 36px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: black;
}

.curing-step::before {
  content: counter(step);
}

.curing-steps {
  counter-reset: step;
}

.curing-step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #111827;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}

.curing-note {
    font-size: 14px;
    color: white;
    line-height: 1.6;
    padding-bottom: 20px;
     text-align: center;
}

/* ===== Tablet ===== */
@media (min-width: 768px) {
  .curing-heading {
    font-size: 32px;
  }
  section.curing-barrel-section {
    padding: 0px 20px;
}

  .curing-intro {
    font-size: 17px;
  }
}

/* ===== Desktop ===== */
@media (min-width: 1024px) {
  .curing-heading {
    font-size: 36px;
  }

  .curing-card {
    padding: 32px;
  }
    .curing-container {
    padding: 0px 10px;
}
}
</style>
