@charset "UTF-8";
/* Reset Styles */
/* line 2, app/assets/stylesheets/base/reset.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 8, app/assets/stylesheets/base/reset.scss */
html,
body {
  height: 100%;
}

/* line 13, app/assets/stylesheets/base/reset.scss */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}

/* line 20, app/assets/stylesheets/base/reset.scss */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* line 29, app/assets/stylesheets/base/reset.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* line 36, app/assets/stylesheets/base/reset.scss */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* line 46, app/assets/stylesheets/base/reset.scss */
ul,
ol {
  list-style: none;
}

/* line 51, app/assets/stylesheets/base/reset.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 56, app/assets/stylesheets/base/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* stylelint-disable */
/* line 167, app/assets/stylesheets/base/color.module.scss */
:export {
  dlsGrayWhite: #fff;
  dlsBeigeWhite: #fbfaf9;
  dlsFontOrange: #ed654b;
  dlsFontGray: #909090;
  dlsFontLight: #fff;
}

/* stylelint-enable */
/* line 22, app/assets/stylesheets/base/fonts.module.scss */
.dls-quote, .dls-caption, .dls-intro-text, .dls-link, .dls-body, .dls-label {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/base/fonts.module.scss */
.taste-profile__title {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 29, app/assets/stylesheets/base/fonts.module.scss */
.dls-overline, .dls-nav > a, .dls-nav > button, .dls-button-text, .dls-sh2, .dls-sh1 {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* line 56, app/assets/stylesheets/base/fonts.module.scss */
.dls-h4, .dls-h3 {
  font-family: "Quarto A", "Quarto B", Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
}

/* line 23, app/assets/stylesheets/base/typography.module.scss */
.seo-home-page .index p a, .seo-home-page .index .section {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 49, app/assets/stylesheets/base/typography.module.scss */
.link-underline {
  text-decoration: underline;
}

/* Deprecated: The dls-sh1 class is deprecated due to design system updates. */
/* line 54, app/assets/stylesheets/base/typography.module.scss */
.dls-sh1 {
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/base/typography.module.scss */
  .dls-sh1 {
    font-size: 24px;
    line-height: 32px;
  }
}

/* Deprecated: The .dls-sh2 class is deprecated due to design system updates. */
/* line 70, app/assets/stylesheets/base/typography.module.scss */
.dls-sh2 {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/base/typography.module.scss */
  .dls-sh2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Deprecated: The .dls-h3 class is deprecated due to design system updates. */
/* line 86, app/assets/stylesheets/base/typography.module.scss */
.dls-h3 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/base/typography.module.scss */
  .dls-h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1024px) {
  /* line 86, app/assets/stylesheets/base/typography.module.scss */
  .dls-h3 {
    font-size: 40px;
  }
}

/* Deprecated: The .dls-h4 class is deprecated due to design system updates. */
/* line 106, app/assets/stylesheets/base/typography.module.scss */
.dls-h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 106, app/assets/stylesheets/base/typography.module.scss */
  .dls-h4 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  /* line 106, app/assets/stylesheets/base/typography.module.scss */
  .dls-h4 {
    font-size: 36px;
  }
}

/* line 125, app/assets/stylesheets/base/typography.module.scss */
.dls-button-text {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 125, app/assets/stylesheets/base/typography.module.scss */
  .dls-button-text {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  /* line 125, app/assets/stylesheets/base/typography.module.scss */
  .dls-button-text {
    line-height: 16px;
  }
}

/* line 145, app/assets/stylesheets/base/typography.module.scss */
.dls-label {
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  background-color: inherit;
  font-weight: bold;
}

@media (min-width: 768px) {
  /* line 145, app/assets/stylesheets/base/typography.module.scss */
  .dls-label {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 162, app/assets/stylesheets/base/typography.module.scss */
.dls-nav > a, .dls-nav > button {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

/* line 175, app/assets/stylesheets/base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > a:active, .dls-nav > button:hover, .dls-nav > button:active {
  text-decoration: none;
  color: #ed654b;
  background-color: inherit;
  outline: none;
}

/* line 183, app/assets/stylesheets/base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > button:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 188, app/assets/stylesheets/base/typography.module.scss */
.dls-nav > a.selected, .dls-nav > button.selected {
  color: #ed654b;
  background-color: inherit;
  pointer-events: none;
  cursor: default;
}

/* line 197, app/assets/stylesheets/base/typography.module.scss */
.dls-overline {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 208, app/assets/stylesheets/base/typography.module.scss */
.dls-overline.small {
  font-size: 14px;
}

/* line 213, app/assets/stylesheets/base/typography.module.scss */
.dls-body {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #212121;
}

/* line 221, app/assets/stylesheets/base/typography.module.scss */
.dls-body.small {
  font-size: 14px;
  line-height: 24px;
}

/* line 226, app/assets/stylesheets/base/typography.module.scss */
.dls-body.bold {
  font-weight: bold;
}

/* line 230, app/assets/stylesheets/base/typography.module.scss */
.dls-body.italic {
  font-style: italic;
}

/* line 235, app/assets/stylesheets/base/typography.module.scss */
.dls-link {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #ed654b;
}

/* line 244, app/assets/stylesheets/base/typography.module.scss */
.dls-link.small {
  font-size: 14px;
}

/* line 249, app/assets/stylesheets/base/typography.module.scss */
.dls-intro-text {
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 249, app/assets/stylesheets/base/typography.module.scss */
  .dls-intro-text {
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 263, app/assets/stylesheets/base/typography.module.scss */
.dls-caption {
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: #212121;
}

/* line 272, app/assets/stylesheets/base/typography.module.scss */
.dls-quote {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/base/typography.module.scss */
  .dls-quote {
    font-size: 18px;
    line-height: 28px;
  }
}

/* line 291, app/assets/stylesheets/base/typography.module.scss */
.cellar-p1, .cellar-h3, .cellar-h2, .cellar-h1 {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  color: #212121;
}

/* line 310, app/assets/stylesheets/base/typography.module.scss */
.cellar-h1 {
  font-size: 40px !important;
  line-height: 62px !important;
}

@media (max-width: 767px) {
  /* line 310, app/assets/stylesheets/base/typography.module.scss */
  .cellar-h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

/* line 340, app/assets/stylesheets/base/typography.module.scss */
.cellar-h2 {
  font-size: 32px !important;
  line-height: 42px !important;
}

@media (max-width: 767px) {
  /* line 340, app/assets/stylesheets/base/typography.module.scss */
  .cellar-h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}

/* line 370, app/assets/stylesheets/base/typography.module.scss */
.cellar-h3 {
  font-size: 24px !important;
  line-height: 34px !important;
}

@media (max-width: 767px) {
  /* line 370, app/assets/stylesheets/base/typography.module.scss */
  .cellar-h3 {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

/* line 400, app/assets/stylesheets/base/typography.module.scss */
.cellar-p1 {
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (max-width: 767px) {
  /* line 400, app/assets/stylesheets/base/typography.module.scss */
  .cellar-p1 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

/* line 420, app/assets/stylesheets/base/typography.module.scss */
.cellar-p2 {
  font-size: 12px !important;
  line-height: 22px !important;
}

/* line 22, app/assets/stylesheets/wine_directory/../base/fonts.module.scss */
.dls-label, .dls-body, .dls-link, .dls-intro-text, .dls-caption, .dls-quote {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/wine_directory/../base/fonts.module.scss */
.taste-profile__title {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 29, app/assets/stylesheets/wine_directory/../base/fonts.module.scss */
.dls-sh1, .dls-sh2, .dls-button-text, .dls-nav > a, .dls-nav > button, .dls-overline {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* line 56, app/assets/stylesheets/wine_directory/../base/fonts.module.scss */
.dls-h3, .dls-h4 {
  font-family: "Quarto A", "Quarto B", Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
}

/* line 23, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.seo-home-page .index p a, .seo-home-page .index .section {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 49, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.link-underline {
  text-decoration: underline;
}

/* Deprecated: The dls-sh1 class is deprecated due to design system updates. */
/* line 54, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-sh1 {
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .dls-sh1 {
    font-size: 24px;
    line-height: 32px;
  }
}

/* Deprecated: The .dls-sh2 class is deprecated due to design system updates. */
/* line 70, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-sh2 {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .dls-sh2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Deprecated: The .dls-h3 class is deprecated due to design system updates. */
/* line 86, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-h3 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .dls-h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1024px) {
  /* line 86, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .dls-h3 {
    font-size: 40px;
  }
}

/* Deprecated: The .dls-h4 class is deprecated due to design system updates. */
/* line 106, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 106, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .dls-h4 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  /* line 106, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .dls-h4 {
    font-size: 36px;
  }
}

/* line 125, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-button-text {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 125, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .dls-button-text {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  /* line 125, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .dls-button-text {
    line-height: 16px;
  }
}

/* line 145, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-label {
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  background-color: inherit;
  font-weight: bold;
}

@media (min-width: 768px) {
  /* line 145, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .dls-label {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 162, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-nav > a, .dls-nav > button {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

/* line 175, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > a:active, .dls-nav > button:hover, .dls-nav > button:active {
  text-decoration: none;
  color: #ed654b;
  background-color: inherit;
  outline: none;
}

/* line 183, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > button:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 188, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-nav > a.selected, .dls-nav > button.selected {
  color: #ed654b;
  background-color: inherit;
  pointer-events: none;
  cursor: default;
}

/* line 197, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-overline {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 208, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-overline.small {
  font-size: 14px;
}

/* line 213, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-body {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #212121;
}

/* line 221, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-body.small {
  font-size: 14px;
  line-height: 24px;
}

/* line 226, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-body.bold {
  font-weight: bold;
}

/* line 230, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-body.italic {
  font-style: italic;
}

/* line 235, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-link {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #ed654b;
}

/* line 244, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-link.small {
  font-size: 14px;
}

/* line 249, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-intro-text {
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 249, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .dls-intro-text {
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 263, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-caption {
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: #212121;
}

/* line 272, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.dls-quote {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .dls-quote {
    font-size: 18px;
    line-height: 28px;
  }
}

/* line 291, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.cellar-h1, .cellar-h2, .cellar-h3, .cellar-p1 {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  color: #212121;
}

/* line 310, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.cellar-h1 {
  font-size: 40px !important;
  line-height: 62px !important;
}

@media (max-width: 767px) {
  /* line 310, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .cellar-h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

/* line 340, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.cellar-h2 {
  font-size: 32px !important;
  line-height: 42px !important;
}

@media (max-width: 767px) {
  /* line 340, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .cellar-h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}

/* line 370, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.cellar-h3 {
  font-size: 24px !important;
  line-height: 34px !important;
}

@media (max-width: 767px) {
  /* line 370, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .cellar-h3 {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

/* line 400, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.cellar-p1 {
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (max-width: 767px) {
  /* line 400, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
  .cellar-p1 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

/* line 420, app/assets/stylesheets/wine_directory/../base/typography.module.scss */
.cellar-p2 {
  font-size: 12px !important;
  line-height: 22px !important;
}

/* line 2, app/assets/stylesheets/wine_directory/_common.scss */
.seo-page-container {
  margin: 90px auto 0;
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
}

/* line 7, app/assets/stylesheets/wine_directory/_common.scss */
.container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  margin: auto;
  max-width: 848px;
}

/* line 16, app/assets/stylesheets/wine_directory/_common.scss */
.container h4 {
  font-size: 20px;
}

/* line 20, app/assets/stylesheets/wine_directory/_common.scss */
.container .top-image {
  margin: 30px 0 10px;
}

/* line 24, app/assets/stylesheets/wine_directory/_common.scss */
.container .text-section {
  width: 100%;
  margin: 10px 0;
}

/* line 30, app/assets/stylesheets/wine_directory/_common.scss */
.wine-grid-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 30px auto;
  padding: 0 20px;
}

/* line 41, app/assets/stylesheets/wine_directory/_common.scss */
.full-width {
  width: 100%;
}

/* line 1, app/assets/stylesheets/wine_directory/components/_header.scss */
.seo-header {
  background-color: #f7f5f8;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 848px;
  padding: 30px 16px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/wine_directory/components/_header.scss */
  .seo-header {
    padding: 56px 24px;
  }
}

/* line 15, app/assets/stylesheets/wine_directory/components/_header.scss */
.seo-header .header-title {
  font-size: 36px;
  font-weight: 500;
  color: #212121;
  letter-spacing: -1px;
  line-height: 48px;
  margin: 0;
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/wine_directory/components/_header.scss */
  .seo-header .header-title {
    font-size: 40px;
    line-height: 62px;
  }
}

/* line 29, app/assets/stylesheets/wine_directory/components/_header.scss */
.seo-header .header-body {
  color: #212121;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

/* line 35, app/assets/stylesheets/wine_directory/components/_header.scss */
.seo-header .header-body p {
  margin-bottom: 1rem;
}

/* line 38, app/assets/stylesheets/wine_directory/components/_header.scss */
.seo-header .header-body p:last-child {
  margin-bottom: 0;
}

/* line 44, app/assets/stylesheets/wine_directory/components/_header.scss */
.seo-header .header-cta {
  margin-top: 2rem;
}

/* stylelint-disable */
/* line 167, app/assets/stylesheets/wine_directory/components/../../base/color.module.scss */
:export {
  dlsGrayWhite: #fff;
  dlsBeigeWhite: #fbfaf9;
  dlsFontOrange: #ed654b;
  dlsFontGray: #909090;
  dlsFontLight: #fff;
}

/* stylelint-enable */
/* line 22, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-label, .dls-body, .dls-link, .dls-intro-text, .dls-caption, .dls-quote {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.taste-profile__title {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 29, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-sh1, .dls-sh2, .dls-button-text, .dls-nav > a, .dls-nav > button, .dls-overline {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* line 56, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-h3, .dls-h4 {
  font-family: "Quarto A", "Quarto B", Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
}

/* line 5, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav {
  position: fixed;
  width: 100%;
  z-index: 190;
  top: 70.5px;
  left: 0;
  background-color: #37024b;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
  height: 48px;
  padding: 2.5px 25px;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/wine_directory/components/_nav.scss */
  .seo-nav {
    height: 57px;
  }
}

/* line 20, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .nav-container {
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
}

/* line 25, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .nav-container .nav-inner-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 34, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 30px;
}

/* line 42, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links {
  display: flex;
  gap: 30px;
  height: 100%;
  align-items: center;
}

/* line 48, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-link {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  text-decoration: none;
}

/* line 63, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-link .name {
  color: inherit;
  position: relative;
  display: inline-block;
}

/* line 68, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-link .name::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
  transition: width 0.1s ease;
}

/* line 80, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-link:hover .name::after {
  width: 100%;
}

/* line 86, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .directory-link {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 8px 0;
}

/* line 93, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

/* line 99, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .section-link {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}

/* line 113, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .section-link .name {
  color: inherit;
  position: relative;
  display: inline-block;
}

/* line 118, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .section-link .name::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
  transition: width 0.1s ease;
}

/* line 130, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .section-link:hover .name::after {
  width: 100%;
}

/* line 135, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .dropdown-content {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 4px;
  padding: 8px 0;
  display: none;
  margin-top: -2px;
  z-index: 1000;
}

/* line 145, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .dropdown-content.active {
  display: block;
}

/* line 150, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown:hover .dropdown-content {
  display: block;
}

/* line 154, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .categories-list {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 260px;
}

/* line 161, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .categories-list .subsections-container .dropdown-item {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 8px 16px;
  display: block;
  transition: background-color 0.2s ease;
}

/* line 171, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .categories-list .subsections-container .dropdown-item:hover {
  background-color: #f5f5f5;
  outline: none;
  text-decoration: none;
}

/* line 177, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .categories-list .subsections-container .dropdown-item .name {
  color: inherit;
}

/* line 182, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .categories-list .subsections-container .subsections {
  padding-left: 8px;
  margin-left: 8px;
}

/* line 186, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .categories-list .subsections-container .subsections .subsection {
  font-weight: 400;
  font-size: 13px;
  padding: 6px 16px;
}

/* line 194, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .categories-list .dropdown-item {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 8px 16px;
  display: block;
  transition: background-color 0.2s ease;
}

/* line 204, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .categories-list .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #6B2C91;
}

/* line 209, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .desktop-nav .section-links-container .section-links .section-dropdown .categories-list .dropdown-item .name {
  color: inherit;
}

/* line 220, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

/* line 226, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-menu-button {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #FFF;
  font-weight: 600;
  gap: 8px;
}

/* line 240, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-menu-button .mobile-menu-button-arrow {
  font-size: 12px;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}

/* line 246, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-menu-button.active .mobile-menu-button-arrow {
  transform: rotate(0deg);
}

/* line 251, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections {
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 999;
  overflow-y: auto;
}

/* line 262, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections.active {
  display: block;
}

/* line 266, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections .mobile-section-panel {
  padding: 12px;
}

/* line 270, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections .mobile-section-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 277, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections .mobile-dropdown .mobile-dropdown-button {
  width: 100%;
  display: flex;
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: none;
  border: none;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  border-top: 1px solid #e0e0e0;
}

/* line 293, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections .mobile-dropdown .mobile-dropdown-button::after {
  content: "+";
  font-size: 20px;
  transition: transform 0.2s ease;
}

/* line 299, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections .mobile-dropdown .mobile-dropdown-button[aria-expanded="true"]::after {
  content: "−";
}

/* line 304, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections .mobile-dropdown .mobile-dropdown-content {
  display: none;
  padding-left: 16px;
}

/* line 308, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections .mobile-dropdown .mobile-dropdown-content.active {
  display: block;
}

/* line 314, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections .mobile-dropdown-item {
  display: block;
  padding: 12px 16px;
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  color: #212121;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.2s ease;
}

/* line 323, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections .mobile-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 327, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections .mobile-dropdown-item.home-link {
  font-weight: 500;
}

/* line 331, app/assets/stylesheets/wine_directory/components/_nav.scss */
.seo-nav .mobile-nav .mobile-sections .mobile-dropdown-item.subsection {
  padding-left: 32px;
  font-size: 14px;
}

/* line 340, app/assets/stylesheets/wine_directory/components/_nav.scss */
body {
  padding-top: 70px;
}

@media (max-width: 768px) {
  /* line 346, app/assets/stylesheets/wine_directory/components/_nav.scss */
  .seo-nav .desktop-nav {
    display: none;
  }
  /* line 350, app/assets/stylesheets/wine_directory/components/_nav.scss */
  .seo-nav .mobile-nav {
    display: flex;
  }
}

@media (min-width: 769px) {
  /* line 358, app/assets/stylesheets/wine_directory/components/_nav.scss */
  .seo-nav .mobile-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  /* line 365, app/assets/stylesheets/wine_directory/components/_nav.scss */
  .mobile-sections {
    display: none;
  }
}

/* stylelint-disable */
/* line 167, app/assets/stylesheets/wine_directory/components/../../base/color.module.scss */
:export {
  dlsGrayWhite: #fff;
  dlsBeigeWhite: #fbfaf9;
  dlsFontOrange: #ed654b;
  dlsFontGray: #909090;
  dlsFontLight: #fff;
}

/* stylelint-enable */
/* line 22, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-label, .dls-body, .dls-link, .dls-intro-text, .dls-caption, .dls-quote {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.taste-profile__title {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 29, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-sh1, .dls-sh2, .dls-button-text, .dls-nav > a, .dls-nav > button, .dls-overline {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* line 56, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-h3, .dls-h4 {
  font-family: "Quarto A", "Quarto B", Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
}

/* line 5, app/assets/stylesheets/wine_directory/components/_breadcrumbs.scss */
.breadcrumbs {
  max-width: 1320px;
  margin: 0 auto;
  padding: 12px;
  height: 100%;
}

@media (min-width: 768px) {
  /* line 5, app/assets/stylesheets/wine_directory/components/_breadcrumbs.scss */
  .breadcrumbs {
    padding: 12px 20px;
  }
}

/* line 15, app/assets/stylesheets/wine_directory/components/_breadcrumbs.scss */
.breadcrumbs .breadcrumbs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

/* line 25, app/assets/stylesheets/wine_directory/components/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

/* line 32, app/assets/stylesheets/wine_directory/components/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #757575;
}

/* line 38, app/assets/stylesheets/wine_directory/components/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-item.current {
  color: #757575;
}

/* line 43, app/assets/stylesheets/wine_directory/components/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-link {
  color: #212121;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
}

/* line 49, app/assets/stylesheets/wine_directory/components/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-link:hover {
  color: #e27c54;
  text-decoration: underline;
}

/* line 55, app/assets/stylesheets/wine_directory/components/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-text {
  color: #757575;
  display: inline-block;
}

/* line 60, app/assets/stylesheets/wine_directory/components/_breadcrumbs.scss */
.breadcrumbs .breadcrumb-link + .breadcrumb-text,
.breadcrumbs .breadcrumb-text + .breadcrumb-link,
.breadcrumbs .breadcrumb-text + .breadcrumb-text,
.breadcrumbs .breadcrumb-link + .breadcrumb-link {
  margin-left: 8px;
}

/* line 22, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-label, .dls-body, .dls-link, .dls-intro-text, .dls-caption, .dls-quote {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.taste-profile__title {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 29, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-sh1, .dls-sh2, .dls-button-text, .dls-nav > a, .dls-nav > button, .dls-overline {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* line 56, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-h3, .dls-h4 {
  font-family: "Quarto A", "Quarto B", Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
}

/* line 23, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.seo-home-page .index p a, .seo-home-page .index .section {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 49, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.link-underline {
  text-decoration: underline;
}

/* Deprecated: The dls-sh1 class is deprecated due to design system updates. */
/* line 54, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-sh1 {
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .dls-sh1 {
    font-size: 24px;
    line-height: 32px;
  }
}

/* Deprecated: The .dls-sh2 class is deprecated due to design system updates. */
/* line 70, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-sh2 {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .dls-sh2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Deprecated: The .dls-h3 class is deprecated due to design system updates. */
/* line 86, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-h3 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .dls-h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1024px) {
  /* line 86, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .dls-h3 {
    font-size: 40px;
  }
}

/* Deprecated: The .dls-h4 class is deprecated due to design system updates. */
/* line 106, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 106, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .dls-h4 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  /* line 106, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .dls-h4 {
    font-size: 36px;
  }
}

/* line 125, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-button-text {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 125, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .dls-button-text {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  /* line 125, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .dls-button-text {
    line-height: 16px;
  }
}

/* line 145, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-label {
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  background-color: inherit;
  font-weight: bold;
}

@media (min-width: 768px) {
  /* line 145, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .dls-label {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 162, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-nav > a, .dls-nav > button {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

/* line 175, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > a:active, .dls-nav > button:hover, .dls-nav > button:active {
  text-decoration: none;
  color: #ed654b;
  background-color: inherit;
  outline: none;
}

/* line 183, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > button:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 188, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-nav > a.selected, .dls-nav > button.selected {
  color: #ed654b;
  background-color: inherit;
  pointer-events: none;
  cursor: default;
}

/* line 197, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-overline {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 208, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-overline.small {
  font-size: 14px;
}

/* line 213, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-body {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #212121;
}

/* line 221, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-body.small {
  font-size: 14px;
  line-height: 24px;
}

/* line 226, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-body.bold {
  font-weight: bold;
}

/* line 230, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-body.italic {
  font-style: italic;
}

/* line 235, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-link {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #ed654b;
}

/* line 244, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-link.small {
  font-size: 14px;
}

/* line 249, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-intro-text {
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 249, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .dls-intro-text {
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 263, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-caption {
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: #212121;
}

/* line 272, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.dls-quote {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .dls-quote {
    font-size: 18px;
    line-height: 28px;
  }
}

/* line 291, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.cellar-h1, .cellar-h2, .cellar-h3, .cellar-p1 {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  color: #212121;
}

/* line 310, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.cellar-h1 {
  font-size: 40px !important;
  line-height: 62px !important;
}

@media (max-width: 767px) {
  /* line 310, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .cellar-h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

/* line 340, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.cellar-h2 {
  font-size: 32px !important;
  line-height: 42px !important;
}

@media (max-width: 767px) {
  /* line 340, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .cellar-h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}

/* line 370, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.cellar-h3 {
  font-size: 24px !important;
  line-height: 34px !important;
}

@media (max-width: 767px) {
  /* line 370, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .cellar-h3 {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

/* line 400, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.cellar-p1 {
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (max-width: 767px) {
  /* line 400, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
  .cellar-p1 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

/* line 420, app/assets/stylesheets/wine_directory/components/../../base/typography.module.scss */
.cellar-p2 {
  font-size: 12px !important;
  line-height: 22px !important;
}

/* line 5, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
.quiz-cta-wrapper {
  align-items: center;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  margin: 1rem 0;
  max-width: 840px;
  overflow: hidden;
  padding: 24px 16px;
  margin-bottom: 24px;
  width: 100%;
}

/* line 19, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
.quiz-cta-wrapper.primary {
  background: #f7f5f8;
  padding: 24px 16px;
}

/* line 23, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
.quiz-cta-wrapper.primary .quiz-cta-title {
  color: #212121;
  background-color: inherit;
  font-size: 26px;
  line-height: 36px;
}

@media (min-width: 768px) {
  /* line 23, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
  .quiz-cta-wrapper.primary .quiz-cta-title {
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 35, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
.quiz-cta-wrapper.primary .quiz-cta-subtitle {
  color: #212121;
  background-color: inherit;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 768px) {
  /* line 35, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
  .quiz-cta-wrapper.primary .quiz-cta-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 48, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
.quiz-cta-wrapper.secondary {
  background: #37024b;
  min-height: 136px;
  padding: 24px;
}

@media (min-width: 768px) {
  /* line 48, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
  .quiz-cta-wrapper.secondary {
    min-height: 154px;
  }
}

/* line 57, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
.quiz-cta-wrapper.secondary .quiz-cta-title {
  color: #fff;
  background-color: inherit;
  font-size: 16px;
  line-height: 28px;
}

@media (min-width: 768px) {
  /* line 57, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
  .quiz-cta-wrapper.secondary .quiz-cta-title {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 71, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
.quiz-cta-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 330px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 71, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
  .quiz-cta-text {
    max-width: unset;
  }
}

/* line 83, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
.quiz-cta-title {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  margin: 0;
  text-align: center;
}

/* line 89, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
.quiz-cta-subtitle {
  margin: 0;
  text-align: center;
}

/* line 94, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
.quiz-cta-button {
  display: inline-block;
  background-color: #e4571b;
  color: white;
  padding: 12px 32px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: background-color 0.2s ease;
  border: none;
  box-shadow: none;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 94, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
  .quiz-cta-button {
    width: auto;
    min-width: 160px;
  }
}

/* line 114, app/assets/stylesheets/wine_directory/components/_quiz_cta.scss */
.quiz-cta-button:hover {
  background-color: #c74300;
}

/* line 1, app/assets/stylesheets/wine_directory/components/_table_of_contents.scss */
.table-of-contents {
  background-color: #fff;
  border: 1px solid #f7f5f8;
  border-radius: 8px;
  padding: 16px 32px 16px 16px;
  width: 100%;
}

/* line 8, app/assets/stylesheets/wine_directory/components/_table_of_contents.scss */
.table-of-contents .toc-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: initial;
  margin: 0;
  padding: 0 16px;
}

/* line 17, app/assets/stylesheets/wine_directory/components/_table_of_contents.scss */
.table-of-contents .toc-item {
  margin: 0;
}

/* line 20, app/assets/stylesheets/wine_directory/components/_table_of_contents.scss */
.table-of-contents .toc-item::marker {
  color: #d95723;
}

/* line 25, app/assets/stylesheets/wine_directory/components/_table_of_contents.scss */
.table-of-contents .toc-link {
  color: #d95723;
  list-style: disc;
  margin: 0;
}

/* line 30, app/assets/stylesheets/wine_directory/components/_table_of_contents.scss */
.table-of-contents .toc-link:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.seo-text-content {
  width: 100%;
  border-radius: 12px;
  padding: 32px 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
}

/* line 9, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.seo-text-content:has(+ .seo-text-content) {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/wine_directory/components/_text_content.scss */
  .seo-text-content {
    padding: 24px 16px;
    gap: 8px;
  }
}

/* line 19, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: #212121;
  margin: 0;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/wine_directory/components/_text_content.scss */
  .title {
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 32, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.divisor {
  height: 1px;
  background-color: #e0e0e0;
  border: none;
  margin: 12px 0;
}

/* line 39, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.subtitle {
  font-size: 16px;
  line-height: 28px;
  color: #212121;
  margin: 0;
}

/* line 46, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.images {
  width: 100%;
  margin: 15px 0;
}

/* line 51, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.divisor + .images {
  margin-top: 8px;
}

/* line 55, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.body {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #212121;
}

/* line 62, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.body *:not(:has(+ *)) {
  margin-bottom: 0;
}

/* line 67, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.body *:has(+ ul) {
  margin-bottom: 4px;
}

/* line 71, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.body p {
  margin-bottom: 4px;
}

/* line 75, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.body a {
  color: #c74300;
  text-decoration: none;
  text-decoration: underline;
}

/* line 80, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.body a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 85, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.body a:has(+ ul), .body a:has(+ p) {
  margin-bottom: 4px;
}

/* line 91, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.body ul {
  list-style-type: disc;
  padding-left: 12px;
  margin-bottom: 4px;
}

/* line 97, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.body li {
  list-style: disc;
  margin-left: 14px;
}

/* line 102, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.body hr {
  height: 1px;
  background-color: #f7f5f8;
  border: none;
  margin: 12px 0;
  width: 100%;
}

/* line 111, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.content-sources {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 2px solid #e8e8e8;
}

/* line 116, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.content-sources .sources-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

/* line 123, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.content-sources .sources-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 129, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.content-sources .sources-list .source-item:last-child {
  margin-bottom: 0;
}

/* line 134, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.content-sources .sources-list .source-link {
  color: #4a4a4a;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.2s;
}

/* line 140, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.content-sources .sources-list .source-link:hover {
  color: #d5440b;
  text-decoration: underline;
}

/* line 148, app/assets/stylesheets/wine_directory/components/_text_content.scss */
.winery-text-section {
  background: #fafafa;
}

/* line 1, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper {
  margin-bottom: 32px;
}

/* line 4, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .grid-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #212121;
  background-color: inherit;
}

/* line 12, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .section-divisor {
  background-color: #e0e0e0;
  border: none;
  height: 1px;
  margin-bottom: 16px;
}

/* line 19, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .wine-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 19, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
  .wine-grid-wrapper .wine-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1320px) {
  /* line 19, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
  .wine-grid-wrapper .wine-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 34, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .wine-card {
  background: #FFF;
  border-radius: 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: border 0.3s;
  border: 1px solid #FFF;
}

/* line 48, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .wine-card:hover {
  border: 1px solid #37024b;
  outline: none;
}

/* line 54, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .wine-card-image {
  background-color: #f5f5f5;
  height: auto;
  padding: 16px 0;
  width: 100%;
  position: relative;
  border-radius: 12px;
}

/* line 63, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .award-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #8c734b;
  color: #fff;
  font-weight: 700;
  z-index: 2;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  font-size: 12px;
  line-height: 24px;
  padding: 1px 8px;
}

/* line 80, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .wine-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 180px;
  margin-bottom: 12px;
}

/* line 89, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .wine-image {
  height: 245px;
  object-fit: contain;
  width: 100%;
}

/* line 95, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .flavors {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
}

/* line 105, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .flavor-icon {
  width: 48px;
  height: 48px;
  padding: 9px;
  margin-left: -12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* line 115, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .wine-info {
  text-align: left;
  padding: 16px 16px 24px 16px;
  width: 100%;
}

/* line 121, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .wine-name {
  font-weight: 700;
  font-size: 18px;
}

/* line 126, app/assets/stylesheets/wine_directory/components/_wine_grid.scss */
.wine-grid-wrapper .wine-subtitle {
  font-size: 15px;
  color: #666;
  background-color: inherit;
  margin-top: 4px;
}

/* line 2, app/assets/stylesheets/wine_directory/components/product_card/_wine_image.scss */
.wine-card .wine-card-image {
  background-color: #f5f5f5;
  height: auto;
  padding: 16px 0;
  width: 100%;
  position: relative;
  border-radius: 12px;
}

/* line 11, app/assets/stylesheets/wine_directory/components/product_card/_wine_image.scss */
.wine-card .award-badge {
  position: absolute;
  top: 0;
  left: 0;
  background: #8c734b;
  color: #fff;
  font-weight: 700;
  z-index: 2;
  border-bottom-right-radius: 12px;
  border-top-left-radius: 12px;
  font-size: 12px;
  line-height: 24px;
  padding: 1px 8px;
}

/* line 26, app/assets/stylesheets/wine_directory/components/product_card/_wine_image.scss */
.wine-card .wine-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 180px;
  margin-bottom: 12px;
}

/* line 35, app/assets/stylesheets/wine_directory/components/product_card/_wine_image.scss */
.wine-card .wine-image {
  height: 245px;
  object-fit: contain;
  width: 100%;
}

/* line 41, app/assets/stylesheets/wine_directory/components/product_card/_wine_image.scss */
.wine-card .flavors {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 12px;
}

/* line 51, app/assets/stylesheets/wine_directory/components/product_card/_wine_image.scss */
.wine-card .flavor-icon {
  width: 48px;
  height: 48px;
  padding: 9px;
  margin-left: -12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

/* line 2, app/assets/stylesheets/wine_directory/components/product_card/_wine_info.scss */
.wine-card .wine-info {
  text-align: left;
  padding: 16px 16px 24px 16px;
  width: 100%;
}

/* line 8, app/assets/stylesheets/wine_directory/components/product_card/_wine_info.scss */
.wine-card .wine-name {
  font-weight: 700;
  font-size: 18px;
}

/* line 13, app/assets/stylesheets/wine_directory/components/product_card/_wine_info.scss */
.wine-card .wine-subtitle {
  font-size: 15px;
  color: #666;
  background-color: inherit;
  margin-top: 4px;
}

/* line 4, app/assets/stylesheets/wine_directory/components/product_card/_product_card.scss */
.wine-card {
  background: #FFF;
  border-radius: 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  transition: border 0.3s;
  border: 1px solid #FFF;
}

/* line 18, app/assets/stylesheets/wine_directory/components/product_card/_product_card.scss */
.wine-card:hover {
  border: 1px solid #37024b;
  outline: none;
}

/* line 1, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-desktop {
  width: 100%;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 24px 0;
  display: none;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
  .comparison-table-desktop {
    display: block;
  }
}

/* line 12, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-desktop .comparison-table-row {
  display: flex;
  width: 100%;
  align-items: stretch;
  min-height: 56px;
}

/* line 18, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-desktop .comparison-table-row.comparison-table-header {
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  min-height: unset;
}

/* line 23, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-desktop .comparison-table-row.comparison-table-header .comparison-table-cell {
  padding: 16px;
  border-left: 1px solid #f5f5f5;
}

/* line 27, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-desktop .comparison-table-row.comparison-table-header .comparison-table-cell .comparison-table-cell-value {
  background: #f5f5f5;
  padding: 16px 12px;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}

/* line 37, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-desktop .comparison-table-row .comparison-table-cell {
  flex: 1 1 0;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  word-break: break-word;
  text-align: center;
  border-left: 1px solid #f5f5f5;
}

/* line 48, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-desktop .comparison-table-row .comparison-table-cell:first-child {
  justify-content: flex-start;
  font-weight: 500;
  min-width: 160px;
  max-width: 240px;
  text-align: left;
}

/* line 56, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-desktop .comparison-table-row .comparison-table-cell .comparison-table-cell-value {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  padding: 0 16px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* line 70, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-desktop .comparison-table-row:last-child .comparison-table-cell .comparison-table-cell-value {
  border-bottom: none;
}

/* line 77, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-desktop .comparison-table-label {
  background: transparent;
}

/* line 82, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-mobile {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 82, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
  .comparison-table-mobile {
    display: none;
  }
}

/* line 90, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-mobile .comparison-table-header {
  display: flex;
  width: 100%;
  font-weight: bold;
  text-align: center;
  align-items: center;
  padding: 16px 8px;
  position: relative;
}

/* line 99, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-mobile .comparison-table-header .comparison-table-varietal-name {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 8px;
}

/* line 107, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-mobile .comparison-table-header .comparison-table-divider {
  width: 1px;
  background-color: #f5f5f5;
  align-self: stretch;
}

/* line 114, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-mobile .comparison-table-category {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 119, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-mobile .comparison-table-category .comparison-table-title {
  width: 100%;
  font-weight: bold;
  padding: 8px;
  border-radius: 8px;
  background: #f7f3fa;
  text-align: center;
}

/* line 128, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-mobile .comparison-table-category .comparison-table-values {
  display: flex;
  justify-content: center;
  padding: 16px 12px;
}

/* line 133, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-mobile .comparison-table-category .comparison-table-values .comparison-table-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 0 8px;
  text-align: center;
}

/* line 141, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-mobile .comparison-table-category .comparison-table-values .comparison-table-item:not(:last-child) {
  position: relative;
}

/* line 144, app/assets/stylesheets/wine_directory/components/_comparison_table.scss */
.comparison-table-mobile .comparison-table-category .comparison-table-values .comparison-table-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #f5f5f5;
}

/* line 1, app/assets/stylesheets/wine_directory/components/_images.scss */
.seo-images {
  margin: 2rem 0;
}

/* line 5, app/assets/stylesheets/wine_directory/components/_images.scss */
.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 0 auto;
  max-width: 1200px;
}

/* line 13, app/assets/stylesheets/wine_directory/components/_images.scss */
.image-wrapper {
  max-width: 848px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* line 20, app/assets/stylesheets/wine_directory/components/_images.scss */
.image-wrapper .image-item {
  width: calc(50% - 8px);
}

@media (min-width: 768px) {
  /* line 13, app/assets/stylesheets/wine_directory/components/_images.scss */
  .image-wrapper {
    gap: 32px;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  /* line 29, app/assets/stylesheets/wine_directory/components/_images.scss */
  .image-wrapper .image-item {
    width: calc(50% - 16px);
  }
}

/* line 35, app/assets/stylesheets/wine_directory/components/_images.scss */
.dark-image-wrapper {
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  /* line 35, app/assets/stylesheets/wine_directory/components/_images.scss */
  .dark-image-wrapper {
    padding: 0 16px;
  }
}

/* line 43, app/assets/stylesheets/wine_directory/components/_images.scss */
.dark-image-wrapper .image-item {
  width: 50%;
}

/* line 48, app/assets/stylesheets/wine_directory/components/_images.scss */
.image-item {
  text-align: center;
  position: relative;
  width: 100%;
}

/* line 54, app/assets/stylesheets/wine_directory/components/_images.scss */
.seo-image {
  width: 100%;
  max-height: 282px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 343/230;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/wine_directory/components/_images.scss */
  .seo-image {
    max-height: 314px;
    aspect-ratio: 840/314;
  }
}

/* line 68, app/assets/stylesheets/wine_directory/components/_images.scss */
.seo-image.contained {
  object-fit: contain;
}

/* line 72, app/assets/stylesheets/wine_directory/components/_images.scss */
.image-caption {
  margin-top: 0.5rem;
  color: #757575;
  font-size: 0.9rem;
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
}

/* stylelint-disable */
/* line 167, app/assets/stylesheets/wine_directory/components/../../base/color.module.scss */
:export {
  dlsGrayWhite: #fff;
  dlsBeigeWhite: #fbfaf9;
  dlsFontOrange: #ed654b;
  dlsFontGray: #909090;
  dlsFontLight: #fff;
}

/* stylelint-enable */
/* line 22, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-label, .dls-body, .dls-link, .dls-intro-text, .dls-caption, .dls-quote {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.taste-profile__title {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 29, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-sh1, .dls-sh2, .dls-button-text, .dls-nav > a, .dls-nav > button, .dls-overline {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* line 56, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-h3, .dls-h4 {
  font-family: "Quarto A", "Quarto B", Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
}

/* line 6, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu-overlay {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 44, 56, 0.6);
  z-index: 39;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* line 19, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu-open {
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu-open .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

/* line 27, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu-open .mobile-menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* line 34, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu-open .main-header .header-content.mobile-header .header-right .burger-btn .close-icon {
  display: block;
}

/* line 38, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu-open .main-header .header-content.mobile-header .header-right .burger-btn .hamburger-icon {
  display: none;
}

/* line 44, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70.5px;
  background-color: #FFF;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 54, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  /* line 54, app/assets/stylesheets/wine_directory/components/_main_header.scss */
  .main-header .header-content {
    padding: 0 0 0 0;
  }
}

/* line 68, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header {
  display: none;
  font-weight: 500;
}

@media (min-width: 1226px) {
  /* line 72, app/assets/stylesheets/wine_directory/components/_main_header.scss */
  .main-header .header-content.desktop-header .nav {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  /* line 68, app/assets/stylesheets/wine_directory/components/_main_header.scss */
  .main-header .header-content.desktop-header {
    display: flex;
  }
}

/* line 82, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left {
  display: flex;
  align-items: center;
}

/* line 86, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .logo {
  float: left;
  margin-right: 30px;
  margin-bottom: 2px;
  width: 117px;
  height: 18px;
  display: flex;
  align-items: center;
}

/* line 95, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .logo img {
  height: 100%;
  width: auto;
}

/* line 101, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper {
  display: flex;
  align-items: center;
}

/* line 105, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper .dropdown-wrapper {
  position: relative;
}

/* line 109, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper .dropdown-wrapper.desktop .about-button {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  background: none;
  background-color: inherit;
  margin-bottom: 1px;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
  align-items: baseline;
}

/* line 125, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper .dropdown-wrapper.desktop .about-button svg {
  position: relative;
  width: 11.61px;
  height: 6.75px;
  bottom: 1px;
  transition: transform 0.2s ease;
}

/* line 133, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper .dropdown-wrapper.desktop .about-button span {
  background-color: #fff;
  margin-right: 9px;
}

/* line 139, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper .dropdown-wrapper.desktop .dropdown-content {
  display: none;
  position: absolute;
  top: 0;
  left: -10px;
  background: #FFF;
  min-width: 200px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  z-index: 1001;
  margin-top: 45px;
  width: 260px;
}

/* line 153, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper .dropdown-wrapper.desktop .dropdown-content a {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  background-color: #fff;
  border: none;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: 30px 0;
  padding-left: 20px;
  text-align: left;
}

/* line 168, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper .dropdown-wrapper.desktop.active .about-button {
  color: #ed654b;
  background-color: inherit;
}

/* line 171, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper .dropdown-wrapper.desktop.active .about-button svg path {
  fill: #ed654b;
}

/* line 174, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper .dropdown-wrapper.desktop.active .about-button svg {
  transform: rotate(180deg);
}

/* line 178, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper .dropdown-wrapper.desktop.active .dropdown-content {
  display: block;
}

/* line 186, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper > a {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  background-color: inherit;
  text-decoration: none;
  margin-left: 26px;
  transition: color 0.2s ease;
}

/* line 196, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper > a:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 201, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-left .nav-wrapper > a.store-link {
  font-weight: bolder;
}

/* line 208, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-right {
  display: flex;
  align-items: center;
  height: 100%;
  column-gap: 8px;
}

/* line 215, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-right .button-wrapper .quiz-button {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  line-height: 1;
  display: inline-block;
  padding: 12px 16px;
  cursor: pointer;
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  background-color: #d5440b;
  color: #FFF;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border: 1px solid #d5440b;
}

/* line 232, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-right .button-wrapper .quiz-button:hover {
  background-color: #e83d1d;
}

/* line 238, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-right .cart-button {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  background-color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-left: 24px;
}

/* line 248, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.desktop-header .header-right .cart-button:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 257, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.mobile-header {
  display: flex;
}

@media (min-width: 1024px) {
  /* line 257, app/assets/stylesheets/wine_directory/components/_main_header.scss */
  .main-header .header-content.mobile-header {
    display: none;
  }
}

/* line 265, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.mobile-header .header-left .logo {
  display: block;
  height: 20px;
}

/* line 269, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.mobile-header .header-left .logo img {
  object-fit: contain;
  width: 117px;
  height: 18px;
}

/* line 277, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.mobile-header .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* line 282, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.mobile-header .header-right .burger-btn {
  border: none;
  background: none;
  padding: 10px;
  cursor: pointer;
  color: #212121;
  background-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
}

/* line 296, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.mobile-header .header-right .burger-btn .close-icon {
  display: none;
}

/* line 300, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.mobile-header .header-right .burger-btn .hamburger-icon {
  display: block;
}

/* line 304, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.mobile-header .header-right .burger-btn:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 310, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.mobile-header .header-right .cart-button {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  background-color: inherit;
  text-decoration: none;
}

/* line 318, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .header-content.mobile-header .header-right .cart-button:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 329, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu {
  position: fixed;
  top: 70px;
  right: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background: #FFF;
  padding: 16px 0;
  overflow-y: auto;
  z-index: 40;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  will-change: transform;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  box-shadow: 0 1px 0 0 #e6e6e6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  /* line 329, app/assets/stylesheets/wine_directory/components/_main_header.scss */
  .mobile-menu {
    width: 400px;
  }
}

/* line 355, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu .mobile-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 360, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu .mobile-nav a {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  padding: 0 20px;
  margin: 10px 0;
  line-height: 28px;
  background-color: #fff;
  display: block;
}

/* line 372, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu .mobile-nav a.store-link {
  font-weight: 500;
}

/* line 376, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu .mobile-nav a:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 383, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu .mobile-buttons {
  width: 100%;
  padding: 20px;
}

/* line 387, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu .mobile-buttons .quiz-button {
  display: block;
  width: 100%;
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  background-color: #d5440b;
  color: #FFF;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  line-height: 1;
}

/* line 402, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.mobile-menu .mobile-buttons .quiz-button:hover {
  background-color: #e83d1d;
}

/* line 410, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .dropdown-wrapper.mobile .about-button {
  width: 100%;
  text-align: left;
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  background: none;
  background-color: inherit;
  border: none;
  padding: 18px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 28px;
  transition: color 0.2s;
  gap: 8px;
}

/* line 428, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .dropdown-wrapper.mobile .about-button svg {
  width: 12px;
  height: 7px;
  transition: transform 0.2s, fill 0.2s;
}

/* line 432, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .dropdown-wrapper.mobile .about-button svg path {
  fill: #212121;
}

/* line 437, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .dropdown-wrapper.mobile.active .about-button {
  color: #ed654b;
  background-color: inherit;
}

/* line 440, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .dropdown-wrapper.mobile.active .about-button svg path {
  fill: #ed654b;
}

/* line 441, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .dropdown-wrapper.mobile.active .about-button svg {
  transform: rotate(180deg);
}

/* line 443, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .dropdown-wrapper.mobile.active .dropdown-content {
  display: flex;
  flex-direction: column;
}

/* line 449, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .dropdown-wrapper.mobile .dropdown-content {
  display: none;
  padding-left: 20px;
  margin-top: 0;
  background: none;
  box-shadow: none;
  border: none;
}

/* line 457, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .dropdown-wrapper.mobile .dropdown-content a {
  color: #212121;
  background-color: inherit;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
}

/* line 469, app/assets/stylesheets/wine_directory/components/_main_header.scss */
.main-header .dropdown-wrapper.mobile .dropdown-content a:hover {
  color: #ed654b;
  background-color: inherit;
}

/* stylelint-disable */
/* line 167, app/assets/stylesheets/wine_directory/components/../../base/color.module.scss */
:export {
  dlsGrayWhite: #fff;
  dlsBeigeWhite: #fbfaf9;
  dlsFontOrange: #ed654b;
  dlsFontGray: #909090;
  dlsFontLight: #fff;
}

/* stylelint-enable */
/* line 22, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-label, .dls-body, .dls-link, .dls-intro-text, .dls-caption, .dls-quote {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.taste-profile__title {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 29, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-sh1, .dls-sh2, .dls-button-text, .dls-nav > a, .dls-nav > button, .dls-overline {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* line 56, app/assets/stylesheets/wine_directory/components/../../base/fonts.module.scss */
.dls-h3, .dls-h4 {
  font-family: "Quarto A", "Quarto B", Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
}

/* line 5, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  background: #37024b;
  color: #fff;
  width: 100%;
  flex-shrink: 0;
}

/* line 12, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer a {
  color: #fff;
  background-color: inherit;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
}

/* line 19, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer a:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 25, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 25, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container {
    flex-direction: row;
  }
}

/* line 36, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-mobile-badges-container-mobile {
  display: flex;
  margin-top: 24px;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-mobile-badges-container-mobile {
    display: none;
  }
}

/* line 44, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-mobile-badges-container-mobile .app-links-desktop {
  display: flex;
  margin-bottom: 40px;
  column-gap: 24px;
}

/* line 49, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-mobile-badges-container-mobile .app-links-desktop img {
  width: 135px;
  height: 40px;
}

/* line 56, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-mobile-badges-container-desktop {
  display: none;
}

@media (min-width: 768px) {
  /* line 56, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-mobile-badges-container-desktop {
    display: block;
  }
}

/* line 63, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-mobile-badges-container-desktop .app-links-desktop {
  display: flex;
  margin-bottom: 31px;
  column-gap: 24px;
}

/* line 68, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-mobile-badges-container-desktop .app-links-desktop img {
  width: 135px;
  height: 40px;
}

/* line 75, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top {
  background: #37024b;
  letter-spacing: 1px;
  padding: 42px 28px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 75, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-top {
    max-width: 750px;
    padding: 68px 0 116px;
  }
}

@media (min-width: 992px) {
  /* line 75, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-top {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 75, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-top {
    max-width: 1170px;
  }
}

/* line 94, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-container {
  align-items: flex-start;
}

/* line 97, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-container .container {
  padding: 0;
}

/* line 102, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-need-help-txt {
  width: 100%;
}

/* line 105, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-need-help-txt h2 {
  font-family: Quarto A, Quarto B, Times New Roman, serif;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 44px;
  margin-bottom: 14px;
  margin-top: 0;
}

@media (min-width: 768px) {
  /* line 105, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-top .footer-need-help-txt h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}

/* line 121, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-need-help-txt address {
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
}

/* line 126, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-need-help-txt address p {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 121, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-top .footer-need-help-txt address {
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
    max-width: 300px;
    text-align: left;
  }
}

/* line 139, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-need-help-txt address a[href^="tel:"] {
  color: #f16f5a;
  display: block;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  /* line 139, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-top .footer-need-help-txt address a[href^="tel:"] {
    font-size: 24px;
    letter-spacing: 1.1px;
    line-height: 29px;
    margin-bottom: 14px;
  }
}

/* line 154, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-need-help-txt address a[href^="mailto:"] {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  /* line 102, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-top .footer-need-help-txt {
    width: 30%;
  }
}

/* line 167, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-need-help-txt .footer-help {
  font-weight: 600;
  font-size: 38px;
  line-height: 34px;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  /* line 167, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-top .footer-need-help-txt .footer-help {
    font-size: 42px;
    line-height: 48px;
  }
}

/* line 180, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-need-help-txt address .footer-phone-firstleaf {
  font-size: 24px;
  line-height: 26px;
  color: #ed654b;
  background-color: inherit;
  display: block;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
}

/* line 190, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-need-help-txt address .footer-phone-firstleaf:hover {
  color: #fff;
  background-color: inherit;
}

/* line 196, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-need-help-txt address .footer-email-firstleaf {
  font-size: 16px;
  line-height: 19px;
  display: block;
  font-style: normal;
  font-weight: 500;
}

/* line 204, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-need-help-txt address .footer-phone-hours-days {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background-color: inherit;
  margin-top: 0.6em;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 768px) {
  /* line 204, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-top .footer-need-help-txt address .footer-phone-hours-days {
    line-height: 26px;
  }
}

/* line 220, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-links {
  width: 100%;
  padding: 0;
  list-style: none;
  margin: 0;
}

@media (min-width: 768px) {
  /* line 220, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-top .footer-links {
    width: 23%;
    margin: 10px 0 0;
  }
}

/* line 232, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-links li {
  margin-bottom: 19px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

/* line 239, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-links li a {
  text-transform: uppercase;
  font-weight: 500;
}

/* line 245, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-links .footer-new-tag {
  border-radius: 100px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 31px;
  line-height: 22px;
  padding: 4px 10px;
  white-space: nowrap;
  color: #00444d;
  background-color: #e6f1f2;
  text-transform: capitalize;
  margin-left: 8px;
}

/* line 261, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-top .footer-guarantee {
  width: 100%;
  font-size: 16px;
  color: #fff;
  background-color: inherit;
  line-height: 26px;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  /* line 261, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-top .footer-guarantee {
    width: 47%;
    margin-top: 10px;
  }
}

/* line 277, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-bot {
  background: #21012d;
  font-size: 14px;
  color: #fff;
}

/* line 282, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-bot .footer-container {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  row-gap: 14px;
  padding: 23px 26px 33px;
  max-width: 1300px;
}

@media (min-width: 768px) {
  /* line 282, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-bot .footer-container {
    align-items: center;
    flex-direction: row;
  }
}

@media (min-width: 1550px) {
  /* line 282, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-bot .footer-container {
    max-width: 1400px;
    padding-bottom: 25px;
  }
}

/* line 301, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-bot .footer-logo-hold {
  display: none;
  margin-right: 65px;
  width: 60px;
}

@media (min-width: 768px) {
  /* line 301, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-bot .footer-logo-hold {
    display: block;
  }
}

/* line 310, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-bot .footer-logo-hold img {
  width: 60px;
  height: 60px;
}

/* line 316, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-bot .footer-links-2 {
  padding: 0;
  display: flex;
  row-gap: 7px;
  margin-top: 14px;
  flex-direction: column;
}

@media (min-width: 768px) {
  /* line 316, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-bot .footer-links-2 {
    flex: 0 0 auto;
    margin: 0 0 0 auto;
  }
}

@media (min-width: 1250px) {
  /* line 316, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-bot .footer-links-2 {
    column-gap: 30px;
    flex-direction: row;
  }
}

/* line 333, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-bot .footer-links-2 li {
  line-height: 28px;
}

@media (min-width: 768px) {
  /* line 333, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-bot .footer-links-2 li {
    line-height: 28px;
  }
}

/* line 340, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-bot .footer-links-2 li a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff;
  font-weight: 500;
}

/* line 352, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
.main-footer .footer-container-bot .footer-copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

@media (min-width: 768px) {
  /* line 352, app/assets/stylesheets/wine_directory/components/_main_footer.scss */
  .main-footer .footer-container-bot .footer-copyright {
    line-height: 19px;
  }
}

/* line 1, app/assets/stylesheets/wine_directory/components/_carousel_seo.scss */
.product-carousel {
  width: 530px;
  margin: 0 auto;
  max-width: 90vw;
}

/* line 6, app/assets/stylesheets/wine_directory/components/_carousel_seo.scss */
.product-carousel img {
  aspect-ratio: 375 / 330;
  padding: 20px 86px 50px;
  width: 100%;
  height: 100%;
  aspect-ratio: 375 / 330;
  object-fit: contain;
}

/* line 13, app/assets/stylesheets/wine_directory/components/_carousel_seo.scss */
.product-carousel img:hover {
  animation: none;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/wine_directory/components/_carousel_seo.scss */
  .product-carousel img {
    aspect-ratio: 530 / 360;
    max-width: 530px;
  }
}

/* line 2, app/assets/stylesheets/wine_directory/components/_text_header.scss */
.seo-text-header .title {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: #212121;
  background-color: inherit;
  margin: 0;
}

@media (min-width: 768px) {
  /* line 2, app/assets/stylesheets/wine_directory/components/_text_header.scss */
  .seo-text-header .title {
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 16, app/assets/stylesheets/wine_directory/components/_text_header.scss */
.seo-text-header .divisor {
  height: 1px;
  background-color: #e0e0e0;
  border: none;
  margin: 12px 0;
}

/* line 1, app/assets/stylesheets/wine_directory/components/_notes.scss */
.notes {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 16px;
}

/* line 9, app/assets/stylesheets/wine_directory/components/_notes.scss */
.notes .notesContent {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #212121;
  background-color: inherit;
}

/* line 17, app/assets/stylesheets/wine_directory/components/_notes.scss */
.notes .notesImages {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
}

/* line 24, app/assets/stylesheets/wine_directory/components/_notes.scss */
.notes .notesImages .flavor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 8px;
}

/* line 32, app/assets/stylesheets/wine_directory/components/_notes.scss */
.notes .notesImages .flavor picture, .notes .notesImages .flavor img {
  width: 78px;
  height: 70px;
  object-fit: contain;
}

@media (min-width: 768px) {
  /* line 32, app/assets/stylesheets/wine_directory/components/_notes.scss */
  .notes .notesImages .flavor picture, .notes .notesImages .flavor img {
    width: 84px;
    height: 82px;
  }
}

/* line 43, app/assets/stylesheets/wine_directory/components/_notes.scss */
.notes .notesImages .flavor p {
  margin: 0;
  font-size: 12px;
  line-height: 15px;
}

@media (min-width: 768px) {
  /* line 43, app/assets/stylesheets/wine_directory/components/_notes.scss */
  .notes .notesImages .flavor p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  /* line 17, app/assets/stylesheets/wine_directory/components/_notes.scss */
  .notes .notesImages {
    width: fit-content;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/wine_directory/components/_notes.scss */
  .notes {
    flex-direction: row;
    gap: 68px;
  }
}

/* line 1, app/assets/stylesheets/wine_directory/components/_flavor_profile.scss */
.flavor-profile {
  margin: 0 auto;
  max-width: 624px;
  width: 100%;
}

/* line 7, app/assets/stylesheets/wine_directory/components/_flavor_profile.scss */
.flavor-profile__content {
  margin-top: 24px;
}

/* line 11, app/assets/stylesheets/wine_directory/components/_flavor_profile.scss */
.flavor-profile__title {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0;
}

/* Reset Styles */
/* line 2, app/assets/stylesheets/base/reset.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 8, app/assets/stylesheets/base/reset.scss */
html,
body {
  height: 100%;
}

/* line 13, app/assets/stylesheets/base/reset.scss */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}

/* line 20, app/assets/stylesheets/base/reset.scss */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* line 29, app/assets/stylesheets/base/reset.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* line 36, app/assets/stylesheets/base/reset.scss */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* line 46, app/assets/stylesheets/base/reset.scss */
ul,
ol {
  list-style: none;
}

/* line 51, app/assets/stylesheets/base/reset.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 56, app/assets/stylesheets/base/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* stylelint-disable */
/* line 167, app/assets/stylesheets/base/color.module.scss */
:export {
  dlsGrayWhite: #fff;
  dlsBeigeWhite: #fbfaf9;
  dlsFontOrange: #ed654b;
  dlsFontGray: #909090;
  dlsFontLight: #fff;
}

/* stylelint-enable */
/* line 22, app/assets/stylesheets/base/fonts.module.scss */
.dls-label, .dls-body, .dls-link, .dls-intro-text, .dls-caption, .dls-quote {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/base/fonts.module.scss */
.taste-profile__title {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 29, app/assets/stylesheets/base/fonts.module.scss */
.dls-sh1, .dls-sh2, .dls-button-text, .dls-nav > a, .dls-nav > button, .dls-overline {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* line 56, app/assets/stylesheets/base/fonts.module.scss */
.dls-h3, .dls-h4 {
  font-family: "Quarto A", "Quarto B", Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
}

/* line 23, app/assets/stylesheets/base/typography.module.scss */
.seo-home-page .index p a, .seo-home-page .index .section {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 49, app/assets/stylesheets/base/typography.module.scss */
.link-underline {
  text-decoration: underline;
}

/* Deprecated: The dls-sh1 class is deprecated due to design system updates. */
/* line 54, app/assets/stylesheets/base/typography.module.scss */
.dls-sh1 {
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/base/typography.module.scss */
  .dls-sh1 {
    font-size: 24px;
    line-height: 32px;
  }
}

/* Deprecated: The .dls-sh2 class is deprecated due to design system updates. */
/* line 70, app/assets/stylesheets/base/typography.module.scss */
.dls-sh2 {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/base/typography.module.scss */
  .dls-sh2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Deprecated: The .dls-h3 class is deprecated due to design system updates. */
/* line 86, app/assets/stylesheets/base/typography.module.scss */
.dls-h3 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/base/typography.module.scss */
  .dls-h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1024px) {
  /* line 86, app/assets/stylesheets/base/typography.module.scss */
  .dls-h3 {
    font-size: 40px;
  }
}

/* Deprecated: The .dls-h4 class is deprecated due to design system updates. */
/* line 106, app/assets/stylesheets/base/typography.module.scss */
.dls-h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 106, app/assets/stylesheets/base/typography.module.scss */
  .dls-h4 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  /* line 106, app/assets/stylesheets/base/typography.module.scss */
  .dls-h4 {
    font-size: 36px;
  }
}

/* line 125, app/assets/stylesheets/base/typography.module.scss */
.dls-button-text {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 125, app/assets/stylesheets/base/typography.module.scss */
  .dls-button-text {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  /* line 125, app/assets/stylesheets/base/typography.module.scss */
  .dls-button-text {
    line-height: 16px;
  }
}

/* line 145, app/assets/stylesheets/base/typography.module.scss */
.dls-label {
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  background-color: inherit;
  font-weight: bold;
}

@media (min-width: 768px) {
  /* line 145, app/assets/stylesheets/base/typography.module.scss */
  .dls-label {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 162, app/assets/stylesheets/base/typography.module.scss */
.dls-nav > a, .dls-nav > button {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

/* line 175, app/assets/stylesheets/base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > a:active, .dls-nav > button:hover, .dls-nav > button:active {
  text-decoration: none;
  color: #ed654b;
  background-color: inherit;
  outline: none;
}

/* line 183, app/assets/stylesheets/base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > button:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 188, app/assets/stylesheets/base/typography.module.scss */
.dls-nav > a.selected, .dls-nav > button.selected {
  color: #ed654b;
  background-color: inherit;
  pointer-events: none;
  cursor: default;
}

/* line 197, app/assets/stylesheets/base/typography.module.scss */
.dls-overline {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 208, app/assets/stylesheets/base/typography.module.scss */
.dls-overline.small {
  font-size: 14px;
}

/* line 213, app/assets/stylesheets/base/typography.module.scss */
.dls-body {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #212121;
}

/* line 221, app/assets/stylesheets/base/typography.module.scss */
.dls-body.small {
  font-size: 14px;
  line-height: 24px;
}

/* line 226, app/assets/stylesheets/base/typography.module.scss */
.dls-body.bold {
  font-weight: bold;
}

/* line 230, app/assets/stylesheets/base/typography.module.scss */
.dls-body.italic {
  font-style: italic;
}

/* line 235, app/assets/stylesheets/base/typography.module.scss */
.dls-link {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #ed654b;
}

/* line 244, app/assets/stylesheets/base/typography.module.scss */
.dls-link.small {
  font-size: 14px;
}

/* line 249, app/assets/stylesheets/base/typography.module.scss */
.dls-intro-text {
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 249, app/assets/stylesheets/base/typography.module.scss */
  .dls-intro-text {
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 263, app/assets/stylesheets/base/typography.module.scss */
.dls-caption {
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: #212121;
}

/* line 272, app/assets/stylesheets/base/typography.module.scss */
.dls-quote {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/base/typography.module.scss */
  .dls-quote {
    font-size: 18px;
    line-height: 28px;
  }
}

/* line 291, app/assets/stylesheets/base/typography.module.scss */
.cellar-h1, .cellar-h2, .cellar-h3, .cellar-p1 {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  color: #212121;
}

/* line 310, app/assets/stylesheets/base/typography.module.scss */
.cellar-h1 {
  font-size: 40px !important;
  line-height: 62px !important;
}

@media (max-width: 767px) {
  /* line 310, app/assets/stylesheets/base/typography.module.scss */
  .cellar-h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

/* line 340, app/assets/stylesheets/base/typography.module.scss */
.cellar-h2 {
  font-size: 32px !important;
  line-height: 42px !important;
}

@media (max-width: 767px) {
  /* line 340, app/assets/stylesheets/base/typography.module.scss */
  .cellar-h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}

/* line 370, app/assets/stylesheets/base/typography.module.scss */
.cellar-h3 {
  font-size: 24px !important;
  line-height: 34px !important;
}

@media (max-width: 767px) {
  /* line 370, app/assets/stylesheets/base/typography.module.scss */
  .cellar-h3 {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

/* line 400, app/assets/stylesheets/base/typography.module.scss */
.cellar-p1 {
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (max-width: 767px) {
  /* line 400, app/assets/stylesheets/base/typography.module.scss */
  .cellar-p1 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

/* line 420, app/assets/stylesheets/base/typography.module.scss */
.cellar-p2 {
  font-size: 12px !important;
  line-height: 22px !important;
}

/* line 3, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 8, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 14, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__header {
  display: flex;
  align-items: center;
}

/* line 19, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__title {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
  display: flex;
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  /* line 19, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
  .taste-profile__title {
    font-size: 16px;
    line-height: 28px;
  }
}

/* line 37, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__locked-icon {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6667 7.33333H3.33333C2.59695 7.33333 2 7.93028 2 8.66667V13.3333C2 14.0697 2.59695 14.6667 3.33333 14.6667H12.6667C13.403 14.6667 14 14.0697 14 13.3333V8.66667C14 7.93028 13.403 7.33333 12.6667 7.33333Z' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66667 7.33333V4.66667C4.66667 3.60581 5.08786 2.58839 5.83797 1.83828C6.58808 1.08817 7.6055 0.666992 8.66667 0.666992C9.72783 0.666992 10.7453 1.08817 11.4954 1.83828C12.2455 2.58839 12.6667 3.60581 12.6667 4.66667V7.33333' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 45, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__pill {
  line-height: 16px;
  align-items: center;
  border-radius: 100px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  margin-left: 8px;
  padding: 4px 10px;
}

/* line 59, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__bar {
  height: 16px;
  margin: 16px 0 8px;
  white-space: nowrap;
  width: 100%;
  display: flex;
  gap: 2px;
}

/* line 68, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__bar-segment {
  height: 100%;
  background-color: #e5e5e5;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

/* line 74, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__bar-segment--locked {
  background-color: #f5f5f5;
}

/* line 77, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__bar-segment:first-of-type {
  border-radius: 16px 0 0 16px;
}

/* line 81, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__bar-segment:last-of-type {
  border-radius: 0 16px 16px 0;
}

/* line 86, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  line-height: 14px;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}

/* line 99, app/assets/stylesheets/wine_directory/components/_taste_profile.scss */
.taste-profile__label--locked {
  color: #999;
}

/* line 1, app/assets/stylesheets/wine_directory/components/_pagination.scss */
.pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin: 1.5rem 0 0.5rem;
}

/* line 7, app/assets/stylesheets/wine_directory/components/_pagination.scss */
.pagination a, .pagination span, .pagination em {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

/* line 17, app/assets/stylesheets/wine_directory/components/_pagination.scss */
.pagination .gap {
  background: transparent;
  cursor: default;
}

/* line 22, app/assets/stylesheets/wine_directory/components/_pagination.scss */
.pagination .current, .pagination em {
  background: #333;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

/* line 29, app/assets/stylesheets/wine_directory/components/_pagination.scss */
.pagination a:hover:not(.current) {
  background: #e0e0e0;
}

/* line 1, app/assets/stylesheets/wine_directory/components/_sub_regions.scss */
.subregions {
  background-color: #fff;
  border: 1px solid #f7f5f8;
  border-radius: 8px;
  padding: 16px 32px 16px 16px;
  width: 100%;
}

/* line 8, app/assets/stylesheets/wine_directory/components/_sub_regions.scss */
.subregions .subregions-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: initial;
  margin: 0;
  padding: 0 16px;
}

/* line 17, app/assets/stylesheets/wine_directory/components/_sub_regions.scss */
.subregions .subregions-item {
  margin: 0;
}

/* line 19, app/assets/stylesheets/wine_directory/components/_sub_regions.scss */
.subregions .subregions-item::marker {
  color: #d95723;
}

/* line 24, app/assets/stylesheets/wine_directory/components/_sub_regions.scss */
.subregions .subregions-link {
  color: #d95723;
  list-style: disc;
  margin: 0;
}

/* line 28, app/assets/stylesheets/wine_directory/components/_sub_regions.scss */
.subregions .subregions-link:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

/* line 22, app/assets/stylesheets/wine_directory/pages/../../base/fonts.module.scss */
.dls-label, .dls-body, .dls-link, .dls-intro-text, .dls-caption, .dls-quote {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/wine_directory/pages/../../base/fonts.module.scss */
.taste-profile__title {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 29, app/assets/stylesheets/wine_directory/pages/../../base/fonts.module.scss */
.dls-sh1, .dls-sh2, .dls-button-text, .dls-nav > a, .dls-nav > button, .dls-overline {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* line 56, app/assets/stylesheets/wine_directory/pages/../../base/fonts.module.scss */
.dls-h3, .dls-h4 {
  font-family: "Quarto A", "Quarto B", Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
}

/* line 23, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.seo-home-page .index p a, .seo-home-page .index .section {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 49, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.link-underline {
  text-decoration: underline;
}

/* Deprecated: The dls-sh1 class is deprecated due to design system updates. */
/* line 54, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-sh1 {
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-sh1 {
    font-size: 24px;
    line-height: 32px;
  }
}

/* Deprecated: The .dls-sh2 class is deprecated due to design system updates. */
/* line 70, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-sh2 {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-sh2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Deprecated: The .dls-h3 class is deprecated due to design system updates. */
/* line 86, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-h3 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1024px) {
  /* line 86, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-h3 {
    font-size: 40px;
  }
}

/* Deprecated: The .dls-h4 class is deprecated due to design system updates. */
/* line 106, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 106, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-h4 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  /* line 106, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-h4 {
    font-size: 36px;
  }
}

/* line 125, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-button-text {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 125, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-button-text {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  /* line 125, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-button-text {
    line-height: 16px;
  }
}

/* line 145, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-label {
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  background-color: inherit;
  font-weight: bold;
}

@media (min-width: 768px) {
  /* line 145, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-label {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 162, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-nav > a, .dls-nav > button {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

/* line 175, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > a:active, .dls-nav > button:hover, .dls-nav > button:active {
  text-decoration: none;
  color: #ed654b;
  background-color: inherit;
  outline: none;
}

/* line 183, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > button:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 188, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-nav > a.selected, .dls-nav > button.selected {
  color: #ed654b;
  background-color: inherit;
  pointer-events: none;
  cursor: default;
}

/* line 197, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-overline {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 208, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-overline.small {
  font-size: 14px;
}

/* line 213, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-body {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #212121;
}

/* line 221, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-body.small {
  font-size: 14px;
  line-height: 24px;
}

/* line 226, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-body.bold {
  font-weight: bold;
}

/* line 230, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-body.italic {
  font-style: italic;
}

/* line 235, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-link {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #ed654b;
}

/* line 244, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-link.small {
  font-size: 14px;
}

/* line 249, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-intro-text {
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 249, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-intro-text {
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 263, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-caption {
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: #212121;
}

/* line 272, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-quote {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-quote {
    font-size: 18px;
    line-height: 28px;
  }
}

/* line 291, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-h1, .cellar-h2, .cellar-h3, .cellar-p1 {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  color: #212121;
}

/* line 310, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-h1 {
  font-size: 40px !important;
  line-height: 62px !important;
}

@media (max-width: 767px) {
  /* line 310, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .cellar-h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

/* line 340, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-h2 {
  font-size: 32px !important;
  line-height: 42px !important;
}

@media (max-width: 767px) {
  /* line 340, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .cellar-h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}

/* line 370, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-h3 {
  font-size: 24px !important;
  line-height: 34px !important;
}

@media (max-width: 767px) {
  /* line 370, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .cellar-h3 {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

/* line 400, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-p1 {
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (max-width: 767px) {
  /* line 400, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .cellar-p1 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

/* line 420, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-p2 {
  font-size: 12px !important;
  line-height: 22px !important;
}

/* line 4, app/assets/stylesheets/wine_directory/pages/_index.scss */
.seo-home-page {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 848px;
  padding: 0 12px;
}

@media (min-width: 768px) {
  /* line 4, app/assets/stylesheets/wine_directory/pages/_index.scss */
  .seo-home-page {
    padding: 0;
  }
}

/* line 18, app/assets/stylesheets/wine_directory/pages/_index.scss */
.seo-home-page .seo-header {
  width: 100%;
  margin-bottom: 30px;
}

/* line 23, app/assets/stylesheets/wine_directory/pages/_index.scss */
.seo-home-page .index {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}

/* line 28, app/assets/stylesheets/wine_directory/pages/_index.scss */
.seo-home-page .index .section {
  font-weight: 600;
  color: #212121;
  background-color: inherit;
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 12px;
}

/* line 40, app/assets/stylesheets/wine_directory/pages/_index.scss */
.seo-home-page .index p {
  margin-bottom: 8px;
}

/* line 43, app/assets/stylesheets/wine_directory/pages/_index.scss */
.seo-home-page .index p a {
  color: #212121;
  background-color: inherit;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* line 53, app/assets/stylesheets/wine_directory/pages/_index.scss */
.seo-home-page .index p a:hover {
  color: #e27c54;
  background-color: inherit;
  text-decoration: underline;
}

/* line 61, app/assets/stylesheets/wine_directory/pages/_index.scss */
.seo-home-page .index .subitem {
  margin-left: 24px;
  margin-top: 4px;
}

/* line 68, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container {
  width: 100%;
  margin-top: 57px;
}

/* line 72, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .container {
  padding: 0 12px;
}

@media (min-width: 768px) {
  /* line 72, app/assets/stylesheets/wine_directory/pages/_index.scss */
  .pdp-container .container {
    padding: 0;
  }
}

/* line 79, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .wrapper {
  padding-top: 6px;
  padding-bottom: 16px;
  width: 100%;
  max-width: 843px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  /* line 79, app/assets/stylesheets/wine_directory/pages/_index.scss */
  .pdp-container .wrapper {
    padding-top: 24px;
  }
}

/* line 91, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .textSection {
  margin-bottom: 40px;
}

/* line 94, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .textSection hr {
  margin-bottom: 16px;
}

/* line 99, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .carouselWrapper {
  position: relative;
  width: 100%;
}

/* line 104, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .regionWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

@media (min-width: 768px) {
  /* line 104, app/assets/stylesheets/wine_directory/pages/_index.scss */
  .pdp-container .regionWrapper {
    flex-direction: row;
    gap: 48px;
  }
}

/* line 117, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .regionImage {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 117, app/assets/stylesheets/wine_directory/pages/_index.scss */
  .pdp-container .regionImage {
    width: 40%;
  }
}

/* line 125, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .regionTextContent {
  max-width: 450px;
  width: 100%;
}

/* line 130, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .flavorsWrapper {
  width: 100%;
  max-width: 624px;
  margin: 0 auto;
}

/* line 136, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .region-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

@media (min-width: 768px) {
  /* line 136, app/assets/stylesheets/wine_directory/pages/_index.scss */
  .pdp-container .region-wrapper {
    flex-direction: row;
    gap: 48px;
  }
}

/* line 148, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .region-wrapper .image-wrapper {
  max-width: 848px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

/* line 155, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .region-wrapper .image-wrapper .double-image {
  width: calc(50% - 16px);
}

@media (min-width: 768px) {
  /* line 148, app/assets/stylesheets/wine_directory/pages/_index.scss */
  .pdp-container .region-wrapper .image-wrapper {
    gap: 32px;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}

/* line 166, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .region-wrapper .region-image {
  width: 100%;
}

@media (min-width: 768px) {
  /* line 166, app/assets/stylesheets/wine_directory/pages/_index.scss */
  .pdp-container .region-wrapper .region-image {
    width: 40%;
  }
}

/* line 174, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .region-wrapper .image {
  width: 100%;
  max-height: 282px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 343/230;
}

/* line 182, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .region-wrapper .image.contained {
  object-fit: contain;
  aspect-ratio: unset;
}

@media (min-width: 768px) {
  /* line 174, app/assets/stylesheets/wine_directory/pages/_index.scss */
  .pdp-container .region-wrapper .image {
    max-height: 314px;
    aspect-ratio: 840/314;
  }
  /* line 191, app/assets/stylesheets/wine_directory/pages/_index.scss */
  .pdp-container .region-wrapper .image.contained {
    aspect-ratio: initial;
    min-height: 482px;
  }
}

/* line 198, app/assets/stylesheets/wine_directory/pages/_index.scss */
.pdp-container .region-wrapper .region-text-content {
  max-width: 450px;
  width: 100%;
}

/* line 22, app/assets/stylesheets/wine_directory/pages/../../base/fonts.module.scss */
.dls-label, .dls-body, .dls-link, .dls-intro-text, .dls-caption, .dls-quote {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/wine_directory/pages/../../base/fonts.module.scss */
.taste-profile__title {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 29, app/assets/stylesheets/wine_directory/pages/../../base/fonts.module.scss */
.dls-sh1, .dls-sh2, .dls-button-text, .dls-nav > a, .dls-nav > button, .dls-overline {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
}

/* line 56, app/assets/stylesheets/wine_directory/pages/../../base/fonts.module.scss */
.dls-h3, .dls-h4 {
  font-family: "Quarto A", "Quarto B", Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
}

/* line 23, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.seo-home-page .index .section, .seo-home-page .index p a {
  font-family: "Gotham A", "Gotham B", Calibri, Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 49, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.link-underline {
  text-decoration: underline;
}

/* Deprecated: The dls-sh1 class is deprecated due to design system updates. */
/* line 54, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-sh1 {
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-sh1 {
    font-size: 24px;
    line-height: 32px;
  }
}

/* Deprecated: The .dls-sh2 class is deprecated due to design system updates. */
/* line 70, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-sh2 {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 70, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-sh2 {
    font-size: 18px;
    line-height: 28px;
  }
}

/* Deprecated: The .dls-h3 class is deprecated due to design system updates. */
/* line 86, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-h3 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 86, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (min-width: 1024px) {
  /* line 86, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-h3 {
    font-size: 40px;
  }
}

/* Deprecated: The .dls-h4 class is deprecated due to design system updates. */
/* line 106, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 106, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-h4 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  /* line 106, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-h4 {
    font-size: 36px;
  }
}

/* line 125, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-button-text {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: inherit;
}

@media (min-width: 768px) {
  /* line 125, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-button-text {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  /* line 125, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-button-text {
    line-height: 16px;
  }
}

/* line 145, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-label {
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  background-color: inherit;
  font-weight: bold;
}

@media (min-width: 768px) {
  /* line 145, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-label {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 162, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-nav > a, .dls-nav > button {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #212121;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

/* line 175, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > a:active, .dls-nav > button:hover, .dls-nav > button:active {
  text-decoration: none;
  color: #ed654b;
  background-color: inherit;
  outline: none;
}

/* line 183, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-nav > a:hover, .dls-nav > button:hover {
  color: #ed654b;
  background-color: inherit;
}

/* line 188, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-nav > a.selected, .dls-nav > button.selected {
  color: #ed654b;
  background-color: inherit;
  pointer-events: none;
  cursor: default;
}

/* line 197, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-overline {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  background-color: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 208, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-overline.small {
  font-size: 14px;
}

/* line 213, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-body {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #212121;
}

/* line 221, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-body.small {
  font-size: 14px;
  line-height: 24px;
}

/* line 226, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-body.bold {
  font-weight: bold;
}

/* line 230, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-body.italic {
  font-style: italic;
}

/* line 235, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-link {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #ed654b;
}

/* line 244, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-link.small {
  font-size: 14px;
}

/* line 249, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-intro-text {
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 249, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-intro-text {
    font-size: 24px;
    line-height: 32px;
  }
}

/* line 263, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-caption {
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: #212121;
}

/* line 272, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.dls-quote {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  color: #212121;
}

@media (min-width: 768px) {
  /* line 272, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .dls-quote {
    font-size: 18px;
    line-height: 28px;
  }
}

/* line 291, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-h1, .cellar-h2, .cellar-h3, .cellar-p1 {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  color: #212121;
}

/* line 310, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-h1 {
  font-size: 40px !important;
  line-height: 62px !important;
}

@media (max-width: 767px) {
  /* line 310, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .cellar-h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

/* line 340, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-h2 {
  font-size: 32px !important;
  line-height: 42px !important;
}

@media (max-width: 767px) {
  /* line 340, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .cellar-h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}

/* line 370, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-h3 {
  font-size: 24px !important;
  line-height: 34px !important;
}

@media (max-width: 767px) {
  /* line 370, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .cellar-h3 {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

/* line 400, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-p1 {
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (max-width: 767px) {
  /* line 400, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
  .cellar-p1 {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

/* line 420, app/assets/stylesheets/wine_directory/pages/../../base/typography.module.scss */
.cellar-p2 {
  font-size: 12px !important;
  line-height: 22px !important;
}

/* line 4, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 16px;
}

/* line 14, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .content-list {
  flex: 1;
  padding: 2rem 1rem 2rem 0;
  scroll-behavior: smooth;
}

/* line 20, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .page-title {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  background-color: inherit;
  margin-bottom: 2rem;
  padding: 32px 0;
  position: sticky;
  top: 0;
  z-index: 5;
}

/* line 33, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .alpha-nav {
  width: 100%;
  margin: 0 0 2rem 0;
}

/* line 37, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .alpha-nav ul {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

/* line 50, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .alpha-nav li {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* line 57, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .alpha-nav a {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  color: #3a2c1a;
  background-color: inherit;
  text-decoration: none;
  padding: 0 2px;
  transition: color 0.15s;
  font-weight: 500;
}

/* line 65, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .alpha-nav a:hover, .seo-library-page .alpha-nav a:focus {
  color: #a67c52;
  background-color: inherit;
  text-decoration: underline;
}

/* line 71, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .alpha-nav .pipe {
  color: #888;
  background-color: inherit;
  margin: 0 2px;
  user-select: none;
  font-weight: 400;
}

/* line 80, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .letter-section {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  margin-bottom: 2.5rem;
  scroll-margin-top: 120px;
}

/* line 86, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .letter-section h2 {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #3a2c1a;
  background-color: inherit;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2rem;
  letter-spacing: 2px;
}

/* line 99, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .letter-section ul {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  margin: 0 0 0 24px;
  padding: 0;
  list-style: disc;
}

/* line 106, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .letter-section li {
  font-family: Gotham A, Gotham B, Calibri, Roboto, sans-serif;
  font-size: 1.08rem;
  color: #222;
  background-color: inherit;
  margin-bottom: 4px;
  background: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: list-item;
  align-items: initial;
  justify-content: initial;
  min-height: initial;
}

/* line 120, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .letter-section li a {
  color: #3a2c1a;
  background-color: inherit;
  text-decoration: none;
}

/* line 124, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .letter-section li a:hover, .seo-library-page .letter-section li a:focus {
  text-decoration: underline;
  color: #a67c52;
  background-color: inherit;
}

/* line 130, app/assets/stylesheets/wine_directory/pages/_library.scss */
.seo-library-page .letter-section li.empty {
  color: #eee;
  background-color: inherit;
  font-size: 1.2rem;
  list-style: none;
}

@media (max-width: 900px) {
  /* line 139, app/assets/stylesheets/wine_directory/pages/_library.scss */
  .seo-library-page .seo-library-page {
    flex-direction: column;
    gap: 0.5rem;
  }
  /* line 143, app/assets/stylesheets/wine_directory/pages/_library.scss */
  .seo-library-page .content-list {
    padding: 1rem 0.5rem;
  }
}

/* line 149, app/assets/stylesheets/wine_directory/pages/_library.scss */
.disabled-letter {
  color: #ccc;
  background-color: inherit;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
