/** Shopify CDN: Minification failed

Line 22:13 Expected identifier but found whitespace
Line 22:15 Unexpected "{"
Line 22:24 Expected ":"
Line 34:8 Expected identifier but found whitespace
Line 34:10 Unexpected "{"
Line 34:19 Expected ":"
Line 41:8 Expected identifier but found whitespace
Line 41:10 Unexpected "{"
Line 41:19 Expected ":"
Line 73:29 Expected identifier but found whitespace
... and 14 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:journey (INDEX:3) */
.pbs-origin {
  background: {{ section.settings.bg_color }};
  border-radius: 16px;
  padding: 40px 32px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 32px 0;
  box-sizing: border-box;
}
.pbs-origin *, .pbs-origin *::before, .pbs-origin *::after { box-sizing: border-box; }
.pbs-origin .pbs-header { text-align: center; margin-bottom: 32px; }
.pbs-origin .pbs-eyebrow {
  font-size: 11px;
  letter-spacing: 2.5px;
  color: {{ section.settings.brand_color }};
  margin-bottom: 10px;
  font-weight: 600;
}
.pbs-origin .pbs-title {
  font-size: 24px;
  font-weight: 500;
  color: {{ section.settings.text_color }};
  margin: 0;
  line-height: 1.3;
}
.pbs-journey { position: relative; }
.pbs-journey-line {
  position: absolute;
  top: 32px;
  left: 10%;
  right: 10%;
  height: 2px;
  background-image: linear-gradient(90deg, {{ section.settings.accent_color }} 50%, transparent 50%);
  background-size: 12px 2px;
  z-index: 0;
}
.pbs-journey-grid {
  display: grid;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.pbs-step { text-align: center; }
.pbs-step-circle {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.pbs-step-dark  { background: {{ section.settings.dark_color }}; }
.pbs-step-mid   { background: {{ section.settings.mid_color }}; }
.pbs-step-light { background: {{ section.settings.light_color }}; }
.pbs-step-title {
  font-size: 13px;
  font-weight: 500;
  color: {{ section.settings.text_color }};
  margin-bottom: 4px;
}
.pbs-step-detail {
  font-size: 11px;
  color: {{ section.settings.muted_color }};
  line-height: 1.5;
}
@media (max-width: 749px) {
  .pbs-origin { padding: 28px 18px; }
  .pbs-origin .pbs-title { font-size: 19px; }
  .pbs-origin .pbs-journey-line { display: none; }
  .pbs-origin .pbs-journey-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 20px 12px; }
  .pbs-origin .pbs-step-circle { width: 56px; height: 56px; font-size: 22px; }
}
/* END_SECTION:journey */

/* START_SECTION:brew-selector (INDEX:7) */
.pbs-brew {
  background: var(--pbs-bg, #FFFFFF);
  border: 1px solid var(--pbs-border, #E8D5C4);
  border-radius: 16px;
  padding: 40px 32px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 32px 0;
  box-sizing: border-box;
}
.pbs-brew *,
.pbs-brew *::before,
.pbs-brew *::after { box-sizing: border-box; }

.pbs-brew .pbs-header { text-align: center; margin-bottom: 28px; }

.pbs-brew .pbs-eyebrow {
  font-size: 11px;
  letter-spacing: 2.5px;
  color: var(--pbs-brand, #8B4513);
  margin-bottom: 10px;
  font-weight: 600;
}

.pbs-brew .pbs-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--pbs-text, #2C1810);
  margin: 0;
  line-height: 1.3;
}

.pbs-brew .pbs-brew-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.pbs-brew .pbs-tab {
  background: var(--pbs-tab-bg, #FAF6F0);
  color: var(--pbs-brand, #8B4513);
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 13px;
  border: 1px solid var(--pbs-border, #E8D5C4);
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  line-height: 1.2;
}
.pbs-brew .pbs-tab:hover { opacity: 0.88; }
.pbs-brew .pbs-tab:focus-visible {
  outline: 2px solid var(--pbs-active-bg, #2C1810);
  outline-offset: 2px;
}

.pbs-brew .pbs-tab-active,
.pbs-brew .pbs-tab-active:hover {
  background: var(--pbs-active-bg, #2C1810);
  color: var(--pbs-active-text, #F5E6D3);
  border-color: var(--pbs-active-bg, #2C1810);
  opacity: 1;
}

.pbs-brew .pbs-brew-recipe {
  background: var(--pbs-recipe-bg, #FAF6F0);
  border-radius: 12px;
  padding: 24px;
}

.pbs-brew .pbs-recipe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.pbs-brew .pbs-recipe-cell { text-align: center; min-width: 0; }

.pbs-brew .pbs-recipe-label {
  font-size: 11px;
  color: var(--pbs-brand, #8B4513);
  letter-spacing: 1.5px;
  margin-bottom: 6px;
  font-weight: 600;
}

.pbs-brew .pbs-recipe-value {
  font-size: 22px;
  font-weight: 500;
  color: var(--pbs-text, #2C1810);
  word-break: break-word;
}

.pbs-brew .pbs-recipe-text { font-size: 15px; padding-top: 6px; }

.pbs-brew .pbs-recipe-footer {
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid var(--pbs-border, #E8D5C4);
  font-size: 14px;
  color: var(--pbs-muted, #8B6F47);
}
.pbs-brew .pbs-recipe-footer span {
  color: var(--pbs-text, #2C1810);
  font-weight: 500;
}

.pbs-brew .pbs-empty {
  text-align: center;
  color: var(--pbs-muted, #8B6F47);
  margin: 0;
}

/* Tablet */
@media (max-width: 749px) {
  .pbs-brew { padding: 32px 22px; }
  .pbs-brew .pbs-title { font-size: 21px; }
  .pbs-brew .pbs-tab { padding: 10px 16px; font-size: 12.5px; }
  .pbs-brew .pbs-recipe-value { font-size: 20px; }
}

/* Mobile */
@media (max-width: 599px) {
  .pbs-brew { padding: 26px 16px; border-radius: 14px; }
  .pbs-brew .pbs-title { font-size: 19px; }
  .pbs-brew .pbs-eyebrow { font-size: 10.5px; letter-spacing: 2px; }
  .pbs-brew .pbs-brew-tabs { gap: 6px; margin-bottom: 20px; }
  .pbs-brew .pbs-tab { padding: 9px 12px; font-size: 12px; border-radius: 8px; }
  .pbs-brew .pbs-brew-recipe { padding: 20px 16px; }
  .pbs-brew .pbs-recipe-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 14px;
  }
  .pbs-brew .pbs-recipe-value { font-size: 18px; }
  .pbs-brew .pbs-recipe-text { font-size: 14px; }
  .pbs-brew .pbs-recipe-footer { font-size: 13px; }
}
/* END_SECTION:brew-selector */