/** Shopify CDN: Minification failed

Line 18:22 Unexpected "{"
Line 18:31 Expected ":"
Line 26:22 Unexpected "{"
Line 26:31 Expected ":"
Line 32:22 Unexpected "{"
Line 32:31 Expected ":"
Line 39:22 Unexpected "{"
Line 39:31 Expected ":"
Line 45:22 Unexpected "{"
Line 45:31 Expected ":"
... and 72 more hidden warnings

**/
/* Flavor Profile Section - Fully Scoped Styles */

#flavor-profile-root-{{ section.id }} .flavor-profile-section,
[id^="flavor-profile-root-"] .flavor-profile-section {
  width: 100%;
  color: var(--fp-text-color, #1f1815);
  padding-top: var(--fp-padding-top, 60px);
  padding-bottom: var(--fp-padding-bottom, 60px);
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__container,
[id^="flavor-profile-root-"] .flavor-profile-section__container {
  width: 100%;
  margin: 0 auto;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__container--boxed,
[id^="flavor-profile-root-"] .flavor-profile-section__container--boxed {
  max-width: 1200px;
  padding-left: 2rem;
  padding-right: 2rem;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__container--full-width,
[id^="flavor-profile-root-"] .flavor-profile-section__container--full-width {
  padding-left: 2rem;
  padding-right: 2rem;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__wrapper,
[id^="flavor-profile-root-"] .flavor-profile-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* Text Area */
#flavor-profile-root-{{ section.id }} .flavor-profile-section__text-area,
[id^="flavor-profile-root-"] .flavor-profile-section__text-area {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__heading,
[id^="flavor-profile-root-"] .flavor-profile-section__heading {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
  color: inherit;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__subtitle,
[id^="flavor-profile-root-"] .flavor-profile-section__subtitle {
  font-size: 1rem;
  line-height: 1.6;
  color: inherit;
  opacity: 0.9;
  max-width: 48ch;
}

/* Content Area */
#flavor-profile-root-{{ section.id }} .flavor-profile-section__content-area,
[id^="flavor-profile-root-"] .flavor-profile-section__content-area {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

/* Tasting Notes */
#flavor-profile-root-{{ section.id }} .flavor-profile-section__notes-wrapper,
[id^="flavor-profile-root-"] .flavor-profile-section__notes-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__notes-heading,
[id^="flavor-profile-root-"] .flavor-profile-section__notes-heading {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
  color: inherit;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__notes-grid,
[id^="flavor-profile-root-"] .flavor-profile-section__notes-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__note-item,
[id^="flavor-profile-root-"] .flavor-profile-section__note-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
  min-width: 4rem;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__note-icon-wrapper,
[id^="flavor-profile-root-"] .flavor-profile-section__note-icon-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__note-icon,
[id^="flavor-profile-root-"] .flavor-profile-section__note-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__note-icon[role="img"],
[id^="flavor-profile-root-"] .flavor-profile-section__note-icon[role="img"] {
  color: currentColor;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__note-icon svg,
[id^="flavor-profile-root-"] .flavor-profile-section__note-icon svg {
  width: 100%;
  height: 100%;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__note-label,
[id^="flavor-profile-root-"] .flavor-profile-section__note-label {
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  color: inherit;
  font-weight: 500;
}

/* Tasting Scales */
#flavor-profile-root-{{ section.id }} .flavor-profile-section__scales-wrapper,
[id^="flavor-profile-root-"] .flavor-profile-section__scales-wrapper {
  display: flex;
  flex-direction: column;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__scale-row,
[id^="flavor-profile-root-"] .flavor-profile-section__scale-row {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.25rem 0;
  border-top: 1px solid currentColor;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__scale-row:first-child,
[id^="flavor-profile-root-"] .flavor-profile-section__scale-row:first-child {
  border-top: none;
  padding-top: 0;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__scale-label,
[id^="flavor-profile-root-"] .flavor-profile-section__scale-label {
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  color: inherit;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__scale-bar-container,
[id^="flavor-profile-root-"] .flavor-profile-section__scale-bar-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-content: space-between;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__scale-endpoint,
[id^="flavor-profile-root-"] .flavor-profile-section__scale-endpoint {
  font-size: 0.875rem;
  line-height: 1.3;
  color: inherit;
  white-space: nowrap;
  flex-shrink: 0;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__scale-endpoint--left,
[id^="flavor-profile-root-"] .flavor-profile-section__scale-endpoint--left {
  text-align: left;
  max-width: 6rem;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__scale-endpoint--right,
[id^="flavor-profile-root-"] .flavor-profile-section__scale-endpoint--right {
  text-align: right;
  max-width: 6rem;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__scale-bar-wrapper,
[id^="flavor-profile-root-"] .flavor-profile-section__scale-bar-wrapper {
  flex: 1;
  min-width: 0;
  height: 1.25rem;
  display: flex;
  align-items: center;
}

#flavor-profile-root-{{ section.id }} .flavor-profile-section__scale-bar-wrapper svg,
[id^="flavor-profile-root-"] .flavor-profile-section__scale-bar-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}

/* Focus States */
#flavor-profile-root-{{ section.id }} *:focus-visible,
[id^="flavor-profile-root-"] *:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Responsive - Tablet */
@media screen and (min-width: 768px) {
  #flavor-profile-root-{{ section.id }} .flavor-profile-section__wrapper,
  [id^="flavor-profile-root-"] .flavor-profile-section__wrapper {
    gap: 3rem;
  }

  #flavor-profile-root-{{ section.id }} .flavor-profile-section__heading,
  [id^="flavor-profile-root-"] .flavor-profile-section__heading {
    font-size: 3rem;
  }

  #flavor-profile-root-{{ section.id }} .flavor-profile-section__subtitle,
  [id^="flavor-profile-root-"] .flavor-profile-section__subtitle {
    font-size: 1.125rem;
  }

  #flavor-profile-root-{{ section.id }} .flavor-profile-section__notes-grid,
  [id^="flavor-profile-root-"] .flavor-profile-section__notes-grid {
    gap: 2.5rem;
  }

  #flavor-profile-root-{{ section.id }} .flavor-profile-section__note-icon-wrapper,
  [id^="flavor-profile-root-"] .flavor-profile-section__note-icon-wrapper {
    width: 4rem;
    height: 4rem;
  }

  #flavor-profile-root-{{ section.id }} .flavor-profile-section__note-label,
  [id^="flavor-profile-root-"] .flavor-profile-section__note-label {
    font-size: 1rem;
  }

  #flavor-profile-root-{{ section.id }} .flavor-profile-section__scale-bar-container,
  [id^="flavor-profile-root-"] .flavor-profile-section__scale-bar-container {
    gap: 1rem;
  }

  #flavor-profile-root-{{ section.id }} .flavor-profile-section__scale-endpoint,
  [id^="flavor-profile-root-"] .flavor-profile-section__scale-endpoint {
    font-size: 1rem;
  }
}

/* Responsive - Desktop */
@media screen and (min-width: 1024px) {
  #flavor-profile-root-{{ section.id }} .flavor-profile-section__wrapper,
  [id^="flavor-profile-root-"] .flavor-profile-section__wrapper {
    flex-direction: row;
    gap: 4rem;
  }

  #flavor-profile-root-{{ section.id }} .flavor-profile-section__text-area,
  [id^="flavor-profile-root-"] .flavor-profile-section__text-area {
    flex: 0 0 35%;
    max-width: 35%;
  }

  #flavor-profile-root-{{ section.id }} .flavor-profile-section__content-area,
  [id^="flavor-profile-root-"] .flavor-profile-section__content-area {
    flex: 1;
    min-width: 0;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  #flavor-profile-root-{{ section.id }} *,
  [id^="flavor-profile-root-"] * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

