/** Shopify CDN: Minification failed

Line 687:4 Unexpected "#"
Line 687:6 Unexpected "{"
Line 687:18 Expected ":"
Line 695:4 Unexpected "#"
Line 695:6 Unexpected "{"
Line 695:18 Expected ":"
Line 702:2 Unexpected "#"
Line 702:4 Unexpected "{"
Line 702:16 Expected ":"
Line 708:2 Unexpected "#"
... and 41 more hidden warnings

**/
.price__default {
  display: flex;
  gap: 8px;
}
.price__default *:not(.price__current) {
  margin-top: auto;
  margin-bottom: 1px;
}
.price__unit {
  font-size: 0.8em;
}
.price__unit.small-card {
  display: none;
}
@media screen and (max-width: 770px) {
  .small-cards-mobile .price__unit.small-card {
    display: block;
    text-align: center;
  }
  .small-cards-mobile .price__unit.normal-card {
    display: none;
  }
}
.category-chips__content {
  display: flex;
  gap: 32px;
  padding-bottom: 32px;
}
.category-chips__wrapper {
  display: flex;
  position: relative;
}
.category-chips__slider {
  overflow-x: auto;
  scrollbar-width: thin;
  margin: 5px auto;
}
@media screen and (max-width: 599px) {
  .category-chips__slider {
    overflow-x: auto;
  }
  .category-chips__content {
    gap: 24px;
    padding-bottom: 24px;
  }
  .category-chips__wrapper.container {
    position: relative;
    margin-bottom: 24px;
  }
  .category-chips__wrapper:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 80px;
    height: 25px;
    top: 0;
    background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
    transition: opacity 0.3s ease;
    pointer-events: none;
    opacity: 0;
  }
  .category-chips__wrapper:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 80px;
    height: 25px;
    top: 0;
    background: linear-gradient(270deg, #fff 20%, rgba(255, 255, 255, 0) 100%);
    transition: opacity 0.3s ease;
    pointer-events: none;
    opacity: 1;
  }
  .category-chips__wrapper.hide-fade-right:after {
    opacity: 0;
  }
  .category-chips__wrapper.show-fade-left:before {
    opacity: 1;
  }
}
.category-chip {
  text-transform: uppercase;
  min-width: fit-content;
  color: rgb(var(--text-color));
  opacity: 65%;
}
.category-chip.current {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  opacity: 100%;
  display: none;
}
::-webkit-scrollbar {
  height: 2px !important;
}
::-webkit-scrollbar-track {
  background: rgba(52, 58, 65, 0.15) !important;
}
::-webkit-scrollbar-thumb {
  background: #343a41 !important;
}
.rating__wrapper {
  display: flex;
  justify-content: center;
  font-size: 1.2em;
}
.card__subtitle {
  line-height: normal;
  font-size: 13.2px;
}
.card__subtitle.text-sm {
  font-size: 12px;
}
.rating__count {
  font-size: 12px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 769px) {
  .product-label-container.mobile-top-left {
    top: -16px;
    left: -16px;
  }
}
.product-badges__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: absolute;
  z-index: 2;
  max-width: 120px;
  padding: 16px 8px;
  margin: auto 50px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 599px) {
  .product-badges__wrapper {
    left: -5px;
    padding: 8px 8px;
    gap: 8px;
    margin: auto;
  }
}
.product-media {
  position: relative;
}
@media screen and (max-width: 599px) {
  .product-badge__content {
    gap: 1px;
    font-size: 10px;
  }
}
.product-badge__content {
  display: flex;
  flex-direction: column;
  gap: 1px;
  text-align: center;
  font-size: 12px;
}
.product-badge__content {
  a {
    text-decoration: underline;
  }
}
.product-badge__content * {
  margin: 0px auto;
}
.new-design.container {
  display: flex;
  flex-direction: column;
  padding: 25px 176px;
}
.new-design.container h2 {
  margin: 0px auto;
  text-align: center;
  font-size: 24.15px;
}
@media screen and (max-width: 1200px) {
  .new-design.container {
    padding: 70px 64px;
  }
}
.wine-glass__block {
  display: flex;
  justify-content: space-between;
}
.wine-glass__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  min-height: 408px;
}
.wine-glass__content {
  width: calc((100% - 408px - 64px) / 2);
  text-align: left;
}
.wine-glass__content .wine-glass__name {
  font-size: 13.2px;
  font-weight: 700;
  margin-bottom: 0px;
  padding-bottom: 8px;
  border-bottom: solid rgba(52, 58, 65, 0.15) 1px;
}
.wine-glass__content {
  p {
    font-size: 13.2px;
    margin-bottom: 0px;
    padding-top: 4px;
  }
}
.wine-glass__content:last-child {
  text-align: right;
}
.wine-glass__content:only-child {
  text-align: left;
}
@media screen and (max-width: 799px) {
  .wine-glass__content:last-child {
    text-align: left;
  }
  .wine-glass__content {
    width: calc((100% - 32px) / 2);
    height: fit-content;
  }
  .wine-glass__content .wine-glass__name {
    padding-bottom: 4px;
  }
  .wine-glass__content .wine-glass__value {
    padding-top: 4px;
  }
  .new-design.container {
    padding: 50px 20px;
  }
  .new-design.container h2 {
    font-size: 20.58px;
  }
  .wine-glass__container {
    gap: 20px;
    min-height: fit-content;
  }
}
.product-badge__label {
  font-size: 11.25px;
  line-height: 140%;
}

.geschmacksprofil__wrapper.new-design {
  justify-content: center;
  max-width: 1460px;
}
.geschmacksprofil__wrapper.new-design > * {
  margin: 0px auto;
}
.geschmacksprofil__container {
  display: flex;
  gap: 64px;
  width: 100%;
  justify-content: center;
}
.geschmacksprofil__container h3 {
  font-size: 20.22px;
  line-height: 26.28px;
}
.geschmacksprofil__container h4 {
  font-size: 13.2px;
  line-height: 19.8px;
}
.geschmacksprofil__container > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.geschmacksprofil__container > div > h3 {
  margin: 0px auto;
}
.aromen__wrapper {
  max-width: 600px;
  flex-grow: 1;
}
.aromen__container {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 0px;
  row-gap: 24px;
}
.profiles__container {
  width: 100%;
  max-width: 424px;
}
.aromen__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 101px;
  text-align: center;
}
.aromen__content * {
  margin: 0px auto;
}
.aromen__content img {
  border-radius: 50%;
}
.aromen__content p {
  font-size: 13.2px;
  font-weight: 700;
}
.profile-scale__content {
  display: flex;
  gap: 4px;
  border-radius: 11px;
  overflow: hidden;
}
.profile-scale__content .profile-scale__unit {
  height: 6px;
  flex-grow: 1;
  background-color: rgba(52, 58, 65, 0.15);
}
.profile__wrapper {
  display: flex;
  gap: 0px;
  flex-direction: column;
}
.profile__wrapper h4 {
  margin: 0px;
}
.profile-scale__wrapper {
  flex-grow: 1;
  padding-top: 8px;
}
.profile-scale__legend {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}
.profile-scale__legend p {
  font-size: 12px;
  margin: 0px;
}
.profiles__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .geschmacksprofil__container {
    flex-direction: column;
    gap: 32px;
  }
  .geschmacksprofil__container > * {
    margin: 0px auto;
  }
  .geschmacksprofil__container h3 {
    font-size: 18.235px;
    line-height: 23.7px;
  }
  .geschmacksprofil__wrapper.new-design {
    padding: 49px 20px;
  }
  .profiles__content {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .price__default.vertical {
    flex-direction: column;
    gap: 4px;
  }
}
.text-align-left .rating__wrapper {
  justify-content: start;
}
.card:not(.card--related) .price--bottom.card-align-left {
  margin: 0px;
}

.product-label--bio {
  background-color: #557b44;
  color: #ffffff;
}

.product-label--vegan {
  background-color: #557b44;
  color: #ffffff;
}

.product-label--fruchtig-frisch {
  background-color: #e67e22;
  color: #ffffff;
}

.product-label--elegant-fruchtig {
  background-color: #f39c12;
  color: #ffffff;
}

.product-label--aromatisch-frisch {
  background-color: #009688;
  color: #ffffff;
}

.product-label--vollmundig-gehaltvoll {
  background-color: #af601a;
  color: #ffffff;
}

.product-label--elegant-leicht {
  background-color: #c0392b;
  color: #ffffff;
}

.product-label--samtig-weich {
  background-color: #922b21;
  color: #ffffff;
}

.product-label--opulent-uppig {
  background-color: #6c3483;
  color: #ffffff;
}

.product-label--gehaltvoll-wurzig {
  background-color: #7b241c;
  color: #ffffff;
}

.product-label--promotion {
  background-color: rgb(var(--sale-label-bg-color));
  color: #ffffff;
}

.product-info__Vendor {
  margin: 0;
}

.text-vendor {
  opacity: 0.7;
  font-weight: 700;
}

.product_title {
  margin: 0;
}

.sh-payment-icons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 5px;
}
  
.sh-payment-icon {
  min-width: 0;
  flex: 1 1 0;
  max-width: 45px;
  filter: grayscale(0);
}

.bullet-points-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bullet-point-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.bullet-point-item:last-child {
  margin-bottom: 0;
}

.bullet-point-icon {
  flex-shrink: 1;
  margin-top: 0.25rem;
  max-width: 20px;
  max-height: 20px;
}

  .sh-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: -20px;
  }

  .sh-trust__unten {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: -10px;
    width: 100%;
  }

  .sh-advantage {
    background-color: #f5f5f5;
    color: #343a41;
    border-radius: 10px;
    height: 50px;
    padding: 0px 20px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .sh-advantage img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }

  .sh-meta_text {
    display: flex;
    flex-direction: column;
  }

  .sh-meta_titel {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 1;
  }

  .sh-meta_untertitel {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 1;
  }
@media screen and (max-width: 599px) {
.sh-meta_titel {
    font-size: 12px;
    margin: 0;
    font-weight: bold;
    line-height: 1;
  }
.sh-meta_untertitel {
    font-size: 12px;
    margin-top: 2px;
    margin-bottom: 0;
    line-height: 1;
  }
.sh-advantage {
    background-color: #f5f5f5;
    color: #343a41;
    border-radius: 10px;
    height: 50px;
    padding: 0px 8px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: start;
  }
}
.alphabetical-section {
  padding: 3rem 0;
  max-width: 1470px;
  margin: 0 auto;
}

.alphabetical-title {
  text-align: center;
  margin-bottom: 2rem;
}

.alphabet-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}

.alphabet-button {
  min-width: 40px;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
}

.alphabet-button:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

.alphabet-button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.search-wrapper {
  max-width: 400px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

.search-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 1rem;
}

.search-input:focus {
  outline: none;
  border-color: #999;
}

.letter-section {
  margin-bottom: 3rem;
  padding: 0 1rem;
}

.letter-heading {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
  scroll-margin-top: 150px;
}

.items-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

@media (min-width: 750px) {
  .items-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media (min-width: 990px) {
  .items-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.item-link {
  text-decoration: underline;
  transition: opacity 0.2s;
}

.item-link:hover {
  text-decoration: underline;
  opacity: 0.7;
}

.item-hidden {
  display: none;
}

 @media (min-width: 769px) {
    #{{ section_id }} .mdesc__wrapper {
      max-width: calc(var(--page-width, 1320px) + var(--gutter) * 2);
      margin: 20px auto;
      padding: 0 var(--gutter);
    }
  }

  @media (max-width: 749px) {
    #{{ section_id }} .mdesc__wrapper {
      max-width: calc(var(--page-width, 1320px) + var(--gutter) * 2);
      margin: 20px auto;
      padding:  var(--gutter) 15px;
    }
  }

  #{{ section_id }} .mdesc__toggle {
    cursor: pointer;
    text-decoration: underline;
    margin-top: 0.75rem;
  }

  #{{ section_id }}[data-state="expanded"] .mdesc__toggle::after {
    content: " ▲";
  }

  @media (min-width: 750px) {
    #{{ section_id }} .mdesc__toggle { display: none !important; }
    #{{ section_id }} [data-md-desc] > * { display: block !important; }
  }

  @media (max-width: 749px) {
    #{{ section_id }}:not([data-state]) [data-md-desc] > *,
    #{{ section_id }}[data-state="collapsed"] [data-md-desc] > * {
      display: none;
    }

    #{{ section_id }}:not([data-state]) [data-md-desc] > .mdesc__show,
    #{{ section_id }}[data-state="collapsed"] [data-md-desc] > .mdesc__show {
      display: block;
    }

    #{{ section_id }}:not([data-state]) [data-md-desc] > .mdesc__teaser,
    #{{ section_id }}[data-state="collapsed"] [data-md-desc] > .mdesc__teaser {
      display: block;
      opacity: 0.65;
      overflow: hidden;
      position: relative;
      max-height: var(--mdesc-teaser-max, 0px);
    }

    #{{ section_id }}:not([data-state]) [data-md-desc] > .mdesc__teaser::after,
    #{{ section_id }}[data-state="collapsed"] [data-md-desc] > .mdesc__teaser::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2.5em;
      pointer-events: none;
      background: linear-gradient(
        to bottom,
        rgba(255,255,255,0),
        var(--color-background, rgba(255,255,255,1))
      );
    }

    #{{ section_id }}[data-state="expanded"] [data-md-desc] > * {
      display: block;
    }

    #{{ section_id }}[data-state="expanded"] [data-md-desc] > .mdesc__teaser {
      opacity: 1;
      overflow: visible;
      max-height: none;
    }

    #{{ section_id }}[data-state="expanded"] [data-md-desc] > .mdesc__teaser::after {
      display: none;
    }
  }

  .dw-banner{
  display: flex;
  align-items: center;
  justify-content: center;   /* zentriert */
  gap: 8px;                 /* sauberer, kontrollierter Abstand */

  width: 100%;
  padding: 10px 14px;      /* angenehme, kompakte Höhe */

  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 6px;

  font: inherit;
  color: inherit;
  text-align: center;
}

.dw-banner__icon{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;          /* verhindert vertikale Verschiebung */
}

.dw-banner__icon svg{
  display: block;
  width: 28px;             /* Originalgröße wie vorher */
  height: 28px;
}

.dw-banner__text{
  display: inline-block;
  line-height: 1.35;
  white-space: nowrap;    /* bleibt sauber in einer Zeile */
}

.dw-banner__text strong{
  font-weight: 700;
  }