@media (min-width: 1600px) {
}@media (max-width: 768px) {
}@media (max-width: 767px) {
  .mobile-list .shop-product-kachel {
    margin-bottom: 24px;
    display: flex;
  }
  .mobile-list .shop-product-kachel .shop-product-infos .shop-product-price {
    font-size: 19px;
  }
  .mobile-list .shop-product-kachel .shop-product-caption {
    flex: 0 0 67%;
    background: #FFFFFF;
  }
  .mobile-list .shop-product-kachel .shop-product-name .shop-product-title {
    font-size: 15px;
  }
  .mobile-list .shop-product-kachel .shop-product-image-holder {
    flex: 0 0 33%;
    padding: 5px 6px;
    border-right: 3px solid #fff;
  }
  .mobile-list .shop-product-kachel .shop-product-image-holder picture {
    aspect-ratio: 1 / 1.3;
  }
  .mobile-list .shop-product-kachel .xs-shop-add-to-cart-holder {
    height: auto;
    margin-top: 5px;
  }
  .mobile-list .shop-product-kachel .xs-shop-add-to-cart-holder .black-version .xs-shop-warenkorb-button {
    background: #dcdada;
    color: #2a2e32;
    border-color: #FFF;
    border-left: 0;
  }
  .mobile-list .shop-product-kachel .shop-product-specials-wrapper {
    font-size: 0.8px;
  }
  .mobile-list .shop-product-kachel .xs-shop-product-counter-holder .xs-shop-product-counter {
    background-color: #e4e4e4;
    color: #2c2e33;
  }
  .mobile-list .shop-product-kachel .shop-product-specials-wrapper.left.bottom {
    transform: rotate(-90deg);
    transform-origin: 0 0;
    bottom: -14px;
    left: 0;
  }
}
.shop-product-kachel {
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .shop-product-kachel {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .shop-product-kachel:hover,
  .shop-product-kachel:has(*:focus-visible, *:focus) {
    z-index: 2;
  }
  .shop-product-kachel:hover .xs-shop-add-to-cart-holder,
  .shop-product-kachel:has(*:focus-visible, *:focus) .xs-shop-add-to-cart-holder,
  .shop-product-kachel:hover .specials-bottle-size,
  .shop-product-kachel:has(*:focus-visible, *:focus) .specials-bottle-size,
  .shop-product-kachel:hover .shop-product-availability,
  .shop-product-kachel:has(*:focus-visible, *:focus) .shop-product-availability,
  .shop-product-kachel:hover .shop-product-additional-info,
  .shop-product-kachel:has(*:focus-visible, *:focus) .shop-product-additional-info {
    opacity: 1;
  }
  .shop-product-kachel:hover .shop-product-caption,
  .shop-product-kachel:has(*:focus-visible, *:focus) .shop-product-caption {
    background: #FFFFFF;
  }
  .shop-product-kachel:hover .shop-product-caption hr,
  .shop-product-kachel:has(*:focus-visible, *:focus) .shop-product-caption hr {
    border-top: 1px solid #AAA;
  }
  .shop-product-kachel:hover .shop-product-image-holder.switchable .image,
  .shop-product-kachel:has(*:focus-visible, *:focus) .shop-product-image-holder.switchable .image {
    opacity: 0;
  }
  .shop-product-kachel:hover .shop-product-image-holder.switchable .image.hover-image,
  .shop-product-kachel:has(*:focus-visible, *:focus) .shop-product-image-holder.switchable .image.hover-image {
    opacity: 1!important;
  }
}
.shop-product-kachel:hover .quickview-button,
.shop-product-kachel:has(*:focus-visible, *:focus) .quickview-button {
  opacity: 1;
}
.shop-product-kachel.personalize-item .shop-product-counter .xs-shop-button-holder {
  width: auto;
  padding: 0 1.25em;
}
.shop-product-kachel.personalize-item .shop-product-counter .xs-shop-button-holder .button-text {
  display: block;
}
.shop-product-kachel .quickview-button {
  opacity: 0;
  bottom: 73px;
}
.shop-product-kachel .shop-product-image-holder {
  position: relative;
  z-index: 8;
  margin: 0 auto;
  width: 100%;
  background: #F0F0F0;
  -webkit-transition: background 400ms ease;
  -moz-transition: background 400ms ease;
  -ms-transition: background 400ms ease;
  -o-transition: background 400ms ease;
  transition: background 400ms ease;
}
@media (min-width: 992px) {
}
@media (max-width: 767px) {
  .shop-product-kachel .shop-product-image-holder picture {
    aspect-ratio: 1 / 0.8;
  }
}
.shop-product-kachel .shop-product-image-holder .image {
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  max-width: 100%;
  width: 100%;
  height: auto;
}
.shop-product-kachel .shop-product-image-holder .image.hover-image {
  position: absolute;
  top: 0;
  opacity: 0!important;
}
.shop-product-kachel .shop-product-caption {
  margin-top: 0px;
  text-align: left;
  font-size: 11px;
  padding: 10px 10px 0 10px;
  background: transparent;
  position: relative;
  z-index: 9;
  min-height: 100px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
@media (max-width: 1199px) {
  .shop-product-kachel .shop-product-caption {
    background: #FFF;
  }
}
@media (min-width: 768px) {
  .shop-product-kachel .shop-product-caption {
    padding: 18px 10px 10px 10px;
    min-height: 102px;
    font-size: 12px;
  }
}
.shop-product-kachel .shop-product-caption.no-bg {
  background: transparent;
}
.shop-product-kachel .shop-product-caption .btn {
  padding: 0.5em 3em;
  font-family: 'Kanit', Sans-Serif;
  font-style: normal;
  font-weight: 600;
}
.shop-product-kachel .shop-product-caption hr {
  margin: 5px auto;
  width: 80%;
}
.shop-product-kachel .shop-product-caption .subtitle {
  height: 48px;
}
.shop-product-kachel .shop-product-manufacturer {
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
}
@media (min-width: 768px) {
  .shop-product-kachel .shop-product-manufacturer {
    font-size: 12px;
  }
}
.shop-product-kachel .shop-product-additional-info {
  height: 40px;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.shop-product-kachel .shop-product-additional-info .shop-product-subtitle {
  font-size: 12px;
  letter-spacing: 0.04em;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 400;
}
.shop-product-kachel .shop-product-name .shop-product-title {
  color: inherit;
  font-size: 14px;
  line-height: 1.1;
  height: auto;
  letter-spacing: 0.02em;
  display: block;
  white-space: normal;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 768px) {
  .shop-product-kachel .shop-product-name .shop-product-title {
    font-size: 16px;
  }
}
.shop-product-kachel .shop-product-infos .shop-product-price {
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 992px) {
  .shop-product-kachel .shop-product-infos .shop-product-price {
    line-height: 1;
    font-size: 17px;
  }
}
.shop-product-kachel .shop-product-availability {
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media (min-width: 768px) {
  .shop-product-kachel .shop-product-availability {
    opacity: 0;
  }
}
.shop-product-kachel .shop-product-availability .availability-light {
  display: inline-block;
  vertical-align: center;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-left: 5px;
}
.shop-product-kachel .shop-product-availability .availability-light.not-available {
  background: red;
}
.shop-product-kachel .shop-product-availability .availability-light.available {
  background: #30ca30;
}
.shop-product-kachel .shop-product-year {
  color: inherit;
}
.shop-product-kachel .shop-product-inhalt {
  color: inherit;
  font-size: 1.45em;
}
.shop-product-kachel .shop-product-price {
  color: inherit;
  font-size: 1.45em;
}
.shop-product-kachel .xs-shop-add-to-cart-holder {
  color: #FFF;
  margin-top: 15px;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.shop-product-kachel .xs-shop-add-to-cart-holder:before,
.shop-product-kachel .xs-shop-add-to-cart-holder:after {
  content: "";
  display: block;
  line-height: 0;
}
.shop-product-kachel .xs-shop-add-to-cart-holder:after {
  clear: both;
}
@media (min-width: 1200px) {
  .shop-product-kachel .xs-shop-add-to-cart-holder {
    opacity: 0;
  }
}
.shop-product-kachel .xs-shop-add-to-cart-holder.no-border {
  border: 0;
}
.shop-product-kachel .xs-shop-add-to-cart-holder .btn.btn-white {
  line-height: 36px;
  height: 40px;
  width: 100%;
}
.shop-product-kachel .xs-shop-add-to-cart-holder .xs-shop-product-counter {
  width: 100%;
  border: 0;
  height: 33px;
}
.shop-product-kachel .xs-shop-add-to-cart-holder .xs-shop-warenkorb-button {
  border: 0 solid currentColor;
  border-left: 2px solid currentColor;
}
.shop-product-kachel .xs-shop-add-to-cart-holder .xs-shop-product-counter-holder,
.shop-product-kachel .xs-shop-add-to-cart-holder .xs-shop-warenkorb-button-holder {
  flex: 0 0 50%;
}
@media (min-width: 768px) {
  .shop-product-kachel .shop-product-col {
    display: inline-block;
    vertical-align: bottom;
    float: none;
  }
}
@media (min-width: 768px) {
  .shop-product-kachel .shop-product-col:nth-of-type(1) {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .shop-product-kachel .shop-product-col:nth-of-type(1) {
    width: 38%;
  }
}
@media (min-width: 768px) {
  .shop-product-kachel .shop-product-col:nth-of-type(2) {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .shop-product-kachel .shop-product-col:nth-of-type(2) {
    width: 62%;
  }
}
@media (min-width: 768px) {
  .shop-product-kachel .shop-product-col .shop-product-caption {
    text-align: left;
  }
}
.shop-product-kachel.xs-mam-placement-kachel-wrapper {
  display: none;
  height: 100vw;
}
@media (min-width: 768px) {
  .shop-product-kachel.xs-mam-placement-kachel-wrapper {
    height: calc(100% - 20px);
    display: block;
  }
}
.shop-product-kachel.xs-mam-placement-kachel-wrapper .xs-mam-placement-kachel-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loyalty-product,
.monthly-product {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.loyalty-product.loyalty-product-available .xs-shop-add-to-cart-holder,
.monthly-product.loyalty-product-available .xs-shop-add-to-cart-holder {
  display: block!important;
}
.loyalty-product.loyalty-product-available .progress-wrapper,
.monthly-product.loyalty-product-available .progress-wrapper {
  display: none!important;
}
.loyalty-product .shop-product-image-holder,
.monthly-product .shop-product-image-holder {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  width: 100%;
  background: #efeeef;
  -webkit-transition: background 400ms ease;
  -moz-transition: background 400ms ease;
  -ms-transition: background 400ms ease;
  -o-transition: background 400ms ease;
  transition: background 400ms ease;
  padding: 8px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 95%;
}
@media (min-width: 992px) {
  .loyalty-product .shop-product-image-holder,
  .monthly-product .shop-product-image-holder {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .loyalty-product .shop-product-image-holder picture,
  .monthly-product .shop-product-image-holder picture {
    aspect-ratio: 1 / 0.8;
  }
}
.loyalty-product .shop-product-image-holder .image,
.monthly-product .shop-product-image-holder .image {
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  max-width: 100%;
  height: auto;
}
.loyalty-product .shop-product-caption,
.monthly-product .shop-product-caption {
  padding: 15px 15px 5px 15px;
  flex: auto;
}
.loyalty-product .shop-product-manufacturer,
.monthly-product .shop-product-manufacturer {
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
}
@media (min-width: 768px) {
  .loyalty-product .shop-product-manufacturer,
  .monthly-product .shop-product-manufacturer {
    font-size: 12px;
  }
}
.loyalty-product .shop-product-name .shop-product-title,
.monthly-product .shop-product-name .shop-product-title {
  color: inherit;
  font-size: 14px;
  line-height: 1.1;
  height: auto;
  text-transform: uppercase;
  letter-spacing: 0.016em;
  display: block;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 700;
  white-space: normal;
}
@media (min-width: 768px) {
  .loyalty-product .shop-product-name .shop-product-title,
  .monthly-product .shop-product-name .shop-product-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .loyalty-product .shop-product-name .shop-product-title,
  .monthly-product .shop-product-name .shop-product-title {
    font-size: 17px;
  }
}
.loyalty-product .shop-product-name .shop-product-subtitle,
.monthly-product .shop-product-name .shop-product-subtitle {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 400;
}
.loyalty-product .shop-product-points,
.monthly-product .shop-product-points {
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
  font-size: 20px;
}
.loyalty-product .xs-shop-add-to-cart-holder,
.monthly-product .xs-shop-add-to-cart-holder {
  display: none!important;
  height: auto;
}
.loyalty-product .progress-wrapper,
.monthly-product .progress-wrapper {
  position: relative;
  text-align: center;
}
.loyalty-product .progress-wrapper .progress,
.monthly-product .progress-wrapper .progress {
  display: block!important;
  height: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #D6D6D6;
}
.loyalty-product .progress-wrapper .progress .progress-bar,
.monthly-product .progress-wrapper .progress .progress-bar {
  height: 100%;
}
.loyalty-product .progress-wrapper .xs-shop-warenkorb-button,
.monthly-product .progress-wrapper .xs-shop-warenkorb-button {
  background: #D6D6D6;
  color: #191919;
}
.loyalty-product .xs-shop-add-to-cart-holder .xs-shop-warenkorb-button-holder,
.monthly-product .xs-shop-add-to-cart-holder .xs-shop-warenkorb-button-holder {
  flex: 0 0 100%;
}
.loyalty-product .xs-shop-add-to-cart-holder .xs-shop-warenkorb-button-holder .xs-shop-warenkorb-button,
.monthly-product .xs-shop-add-to-cart-holder .xs-shop-warenkorb-button-holder .xs-shop-warenkorb-button {
  border-left: 0;
}
.loyalty-product .shop-product-specials-wrapper .specials-discount .text,
.monthly-product .shop-product-specials-wrapper .specials-discount .text {
  font-size: 1em;
}
.loyalty-product .xs-shop-warenkorb-button-holder .xs-shop-warenkorb-button,
.monthly-product .xs-shop-warenkorb-button-holder .xs-shop-warenkorb-button {
  padding: 0.7em 2rem;
  font-size: 18px;
}
.loyalty-product .xs-shop-warenkorb-button-holder .xs-shop-warenkorb-button .button-text,
.monthly-product .xs-shop-warenkorb-button-holder .xs-shop-warenkorb-button .button-text {
  display: block;
  font-size: 14px;
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 700;
}
.monthly-product.Gold .shop-product-image-holder {
  background-image: url('/xstorage/1/template/img/edelstoffe_club/Gruppe-694.png');
}
.monthly-product.Platin .shop-product-image-holder {
  background-image: url('/xstorage/1/template/img/edelstoffe_club/Gruppe-695-(1).png');
}
.monthly-product.Diamond .shop-product-image-holder {
  background-image: url('/xstorage/1/template/img/edelstoffe_club/Gruppe-696-(1).png');
}
.monthly-product .shop-product-image-holder {
  background-position: 50% 0;
  background-size: 100% auto;
}
.monthly-product .xs-shop-add-to-cart-holder {
  display: block!important;
}
.monthly-product .shop-product-infos .shop-product-price {
  font-family: 'Roboto', Sans-Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .monthly-product .shop-product-infos .shop-product-price {
    font-size: 24px;
  }
}
/*# sourceMappingURL=/xassets/uncompressed/source_map/51.css.css.map */