/** Shopify CDN: Minification failed

Line 264:1 Unexpected "{"

**/
/* =============================================================
   HOW TO USE BEARD OIL — Dawn Theme Asset
   File: assets/how-to-use-beard-oil.css
   ============================================================= */

/* ── Base ── */
.htu-section {
  background-color: #121212;
  padding-top: var(--htu-pt, 44px);
  padding-bottom: var(--htu-pb, 36px);
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

/* subtle grain */
.htu-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.5;
  z-index: 0;
}

.htu-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 28px;
  position: relative;
  z-index: 1;
}

/* ── Header ── */
.htu-header {
  text-align: center;
  margin-bottom: 30px;
}

.htu-title {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--htu-gold, #c8902a);
  margin: 0 0 6px;
  line-height: 1;
}

.htu-subtitle {
  font-size: clamp(0.6rem, 1.1vw, 0.75rem);
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--htu-light, #e0d0b0);
  margin: 0;
  opacity: 0.8;
}

/* ── Steps ── */
.htu-steps {
  display: grid;
  grid-template-columns: repeat(var(--col-count, 6), 1fr);
  gap: 8px;
  margin-bottom: 26px;
}

.htu-step {
  background-color: var(--htu-card-bg, #111007);
  border: 1px solid var(--htu-card-border, #2e2516);
  border-radius: 8px;
  padding: 18px 14px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.htu-step::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(200,144,42,0.08) 0%, transparent 50%);
  pointer-events: none;
}

.htu-step:hover {
  border-color: var(--htu-gold, #c8902a);
}

/* top row: number + icon */
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 14px;
}

.step-num-block {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.step-lbl {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--htu-gold, #c8902a);
  text-transform: uppercase;
  margin-bottom: 2px;
}

.step-num {
  font-size: 50px;
  font-weight: 900;
  color: var(--htu-gold, #c8902a);
  line-height: 0.88;
  letter-spacing: -0.02em;
}

/* icon circle */
.step-icon-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--htu-icon-bg, #d4c4a0);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-icon-circle svg {
  width: 38px;
  height: 38px;
  fill: var(--htu-bg, #1c1510);
}

.step-custom-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

/* step text */
.step-name {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--htu-light, #e0d0b0);
  margin: 0 0 7px;
  line-height: 1.2;
}

.step-desc {
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--htu-muted, #9a8c74);
  margin: 0;
}

/* ── Benefits ── */
.htu-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid var(--htu-card-border, #2e2516);
  padding-top: 20px;
  margin-bottom: 20px;
}

.htu-benefit {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 22px;
  flex: 1;
  min-width: 130px;
}

.benefit-icon-wrap svg {
  width: 26px;
  height: 26px;
  fill: var(--htu-gold, #c8902a);
  flex-shrink: 0;
  display: block;
}
.benefit-icon-wrap img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}
.benefit-label {
  font-size: clamp(0.52rem, 0.85vw, 0.65rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--htu-gold, #c8902a);
  line-height: 1.35;
}

.benefit-sep {
  width: 1px;
  height: 34px;
  background: var(--htu-card-border, #2e2516);
  flex-shrink: 0;
}

/* ── Footer ── */
.htu-footer {
  text-align: center;
}

.htu-footer p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--htu-light, #e0d0b0);
  margin: 0;
  opacity: 0.85;
}
span.benefit-label {
    font-size: 18px;
}
.htu-footer span {
  color: var(--htu-gold, #c8902a);
  font-size: 16px;
}

/* ── Responsive ── */
@media screen and (max-width: 1100px) {
  .htu-steps { grid-template-columns: repeat(3, 1fr); }
}

@media screen and (max-width: 700px) {
  .htu-steps { grid-template-columns: repeat(2, 1fr); }
  .htu-benefit { min-width: 100px; padding: 6px 12px; flex-direction: column; }
  .benefit-sep { display: none; }
  .htu-benefits { gap: 8px 0; }
  span.benefit-label {
    font-size: 12px;
}
}

@media screen and (max-width: 440px) {
  .htu-steps { grid-template-columns: 1fr; }
  .htu-inner { padding: 0 16px; }
 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 14px;
  }
  .step-top { width: auto; margin-bottom: 0; }
  .step-name, .step-desc { width: 100%; }
}

@media (max-width:768px){
.htu-step {
        gap: 0 14px;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
} 
}