/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/custom.scss ***!
  \***************************************************************************************************************/
.product__media-list-wrapper .product__zoom-button {
  bottom: unset !important;
  top: 15px;
}
#mobile-menu-drawer .ed-menu-item-title-container {
  display: flex;
  align-items: center;
}
#mobile-menu-drawer .ed-menu-item-title-container .ed-menu-icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.stories-wrapper {
  position: absolute;
  top: var(--menu-height);
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  z-index: 1;
}
@media only screen and (min-width: 1000px) {
  .stories-wrapper.stories-wrapper-show_titles {
    width: min-content;
    margin: auto;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .stories-wrapper {
    width: 75%;
    margin: auto;
  }
}
.stories-wrapper.ed-section {
  position: relative;
  top: 0;
  background: #fff;
}
.stories-wrapper .inner {
  position: relative;
}
.stories-wrapper .inner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 75px;
  background: linear-gradient(to right, #fff0, #fff);
  pointer-events: none;
}
.stories-wrapper .inner .stories-nav {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
  overflow-x: scroll;
}
.stories-wrapper .inner .stories-nav .story-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  padding: 0 10px;
  flex: 1;
}
.stories-wrapper .inner .stories-nav .story-item + .story-item-show_titles {
  margin-left: 5px;
  padding: 0 5px;
}
.stories-wrapper .inner .stories-nav .story-item:first-child {
  margin-left: 13px;
}
.stories-wrapper .inner .stories-nav .story-item:last-child {
  margin-right: 18px;
}
.stories-wrapper .inner .stories-nav .story-item .story-link .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1000px) {
  .stories-wrapper .inner .stories-nav .story-item .story-link .image-wrapper {
    width: 80px;
    height: 80px;
  }
}
.stories-wrapper .inner .stories-nav .story-item .story-link .image-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.stories-wrapper .inner .stories-nav .story-item .story-link .label-wrapper {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.stories-wrapper .inner .stories-nav .story-item .story-link .title__container {
  padding: 10px 15px;
  border: 1px solid black;
  width: 165px;
}
.stories-wrapper .inner .stories-nav .story-item .story-link .title__container .label-wrapper {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.stories-wrapper.section-slideshow-stories {
  position: absolute;
  top: 0;
  left: 0;
}
.stories-wrapper.section-slideshow-stories .inner:after {
  content: '';
  width: 50px;
}
.stories-wrapper.transparent-header-enabled {
  top: 91px;
}
@media only screen and (max-width: 999px) {
  .ed-text-with-icon native-carousel .text-with-icons__list {
    flex-direction: column;
    align-items: center;
    width: fit-content;
    margin: auto;
  }
  .ed-text-with-icon native-carousel .text-with-icons__list .text-with-icons__item {
    margin: 20px 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
  .ed-text-with-icon native-carousel .text-with-icons__list .text-with-icons__item .text-with-icons__icon-wrapper {
    margin-right: 20px;
  }
  .ed-text-with-icon
    native-carousel
    .text-with-icons__list
    .text-with-icons__item
    .text-with-icons__content-wrapper
    .heading--small
    + p {
    margin-top: 12px;
  }
}
.ed-image-with-text {
  margin: 15px 0;
}
@media only screen and (max-width: 999px) {
  .ed-image-with-text image-with-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ed-image-with-text image-with-text .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.ed-image-with-text .image-with-text__wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  image-with-text.ed-image-with-text-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  image-with-text.ed-image-with-text-mobile {
    display: none;
  }
}
ed-video-thumbnail {
  display: flex;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 54px;
  height: 54px;
  z-index: 5;
}
@media (max-width: 640px) {
  ed-video-thumbnail {
    top: 25px;
    left: 13px;
  }
}
ed-video-thumbnail .thumbnail-container {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  cursor: pointer;
}
ed-video-thumbnail .thumbnail-container img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}
ed-video-thumbnail .thumbnail-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  clear: float;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #0003;
  color: #fff;
}
ed-video-thumbnail .play-btn {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
ed-video-thumbnail .play-btn .arrow-right {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 20px solid white;
  transform: rotate(180deg);
  cursor: pointer;
}
ed-video-popup {
  display: none;
}
ed-video-popup[enabled] {
  display: block;
}
ed-video-popup .video-popup-container {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000;
  width: 100%;
  height: 100%;
}
ed-video-popup .video-popup-container.open {
  display: flex;
}
ed-video-popup .video-popup-container .video-container {
  max-height: 90%;
  width: 90%;
  max-width: 90%;
  height: 90%;
}
ed-video-popup .video-popup-container .video-container iframe,
ed-video-popup .video-popup-container .video-container video {
  width: 100%;
  height: 100%;
  border: 1px solid black;
}
ed-video-popup .video-popup-container .btn-close {
  position: fixed;
  top: 5px;
  right: 15px;
  color: #5b6770;
  font-size: 20px;
  cursor: pointer;
}
ed-video-popup .video-popup-container .btn-close:hover {
  color: #fff;
}
.ed-testimonial-with-rating .testimonial-header {
  padding: 25px 0;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .ed-testimonial-with-rating .testimonial-header {
    padding: 40px 0 10px;
  }
}
@media only screen and (max-width: 999px) {
  .ed-testimonial-with-rating .vertical-breather {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .ed-testimonial-with-rating .vertical-breather .ed-testimonial-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.ed-testimonial-with-rating .vertical-breather .ed-testimonial-inner .ed-text-with-icons__list {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 999px) {
  .ed-testimonial-with-rating .vertical-breather .ed-testimonial-inner .ed-text-with-icons__list {
    flex-wrap: wrap;
  }
}
.ed-testimonial-with-rating .vertical-breather .ed-testimonial-inner .ed-text-with-icons__list .ed-testimonial {
  margin-right: 10px;
  margin-left: 10px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .ed-testimonial-with-rating .vertical-breather .ed-testimonial-inner .ed-text-with-icons__list .ed-testimonial {
    flex: 1;
  }
}
@media only screen and (max-width: 999px) {
  .ed-testimonial-with-rating .vertical-breather .ed-testimonial-inner .ed-text-with-icons__list .ed-testimonial {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 4px 0;
    width: 100%;
  }
}
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial:first-child {
  margin-left: 0;
}
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial:last-child {
  margin-right: 0;
}
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial
  .testimonial-item {
  background-color: #fff;
  border: 1px solid black;
  padding-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial
  .testimonial-item
  .text-with-icons__icon-wrapper {
  padding-top: 30px;
  margin-bottom: 8px;
}
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial
  .testimonial-item
  .text-with-icons__icon-wrapper
  .static-rating {
  margin-right: 4px;
}
@media only screen and (max-width: 410px) {
  .ed-testimonial-with-rating
    .vertical-breather
    .ed-testimonial-inner
    .ed-text-with-icons__list
    .ed-testimonial
    .testimonial-item
    .text-with-icons__icon-wrapper
    .static-rating {
    margin-left: 0;
  }
}
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial
  .testimonial-item
  .text-with-icons__icon-wrapper
  .static-rating
  .fa-star,
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial
  .testimonial-item
  .text-with-icons__icon-wrapper
  .static-rating
  .fa-star-half {
  margin-right: 0 !important;
  font-size: 15px;
  color: #000;
}
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial
  .testimonial-item
  .text-with-icons__icon-wrapper
  .static-rating
  .fa-star:last-child,
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial
  .testimonial-item
  .text-with-icons__icon-wrapper
  .static-rating
  .fa-star-half:last-child {
  margin-right: 7px;
}
@media only screen and (max-width: 410px) {
  .ed-testimonial-with-rating
    .vertical-breather
    .ed-testimonial-inner
    .ed-text-with-icons__list
    .ed-testimonial
    .testimonial-item
    .text-with-icons__icon-wrapper
    .static-rating
    .fa-star:last-child,
  .ed-testimonial-with-rating
    .vertical-breather
    .ed-testimonial-inner
    .ed-text-with-icons__list
    .ed-testimonial
    .testimonial-item
    .text-with-icons__icon-wrapper
    .static-rating
    .fa-star-half:last-child {
    margin-right: 0;
  }
}
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial
  .testimonial-item
  .text-icon-seperator {
  border: 1px dashed black;
  border-style: none none dashed;
  color: #000;
  background-color: #fff;
}
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial
  .testimonial-item
  .text-with-icons__content-wrapper {
  margin-top: 8px;
}
@media only screen and (min-width: 1000px) {
  .ed-testimonial-with-rating
    .vertical-breather
    .ed-testimonial-inner
    .ed-text-with-icons__list
    .ed-testimonial
    .testimonial-item
    .text-with-icons__content-wrapper
    .testimonial-text
    p {
    height: 190px;
  }
}
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial
  .testimonial-item
  .text-with-icons__content-wrapper
  p {
  text-transform: none;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ed-testimonial-with-rating
  .vertical-breather
  .ed-testimonial-inner
  .ed-text-with-icons__list
  .ed-testimonial
  .testimonial-item
  .text-with-icons__content-wrapper
  p
  .checked-icon {
  margin-top: 5px;
  margin-right: 5px;
}
.payment-methods-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.payment-methods-list svg {
  filter: grayscale(1);
}
.ed-payment-bar-cart {
  margin-top: 10px;
}
.ed-social-proof-banner {
  margin-top: 7px;
}
.ed-social-proof-banner .eRxizD {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.ed-social-proof-banner .fXzBFz {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 8px;
}
.ed-social-proof-banner .eOwbSc {
  overflow: hidden;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  min-width: 24px;
  box-shadow: #fff 0 0 0 2px;
  background: #efefef;
}
.ed-social-proof-banner .eOwbSc:not(:first-child) {
  margin-left: -4px;
}
.ed-social-proof-banner .eOwbSc .image__cirlce {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  width: initial;
  height: initial;
  background: none;
  opacity: 1;
  border: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ed-social-proof-banner .eOwbSc .image__cirlce img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 0px;
  height: 0px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.ed-social-proof-banner .iABqZZ {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.2px;
  color: gray;
}
.ed-social-proof-banner .btIBWJ {
  font-family:
    Century Gothic,
    Inter,
    sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: inline-block;
}
.ed-social-proof-banner .gziXoO {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #4a4754;
  margin-right: 3px;
}
@media only screen and (min-width: 1000px) {
  .ed-social-proof-banner .gziXoO {
    font-size: 15px;
  }
}
.ed-social-proof-banner .social_proof_text {
  color: #4a4754;
  font-size: 14px;
}
@media only screen and (min-width: 1000px) {
  .ed-social-proof-banner .social_proof_text {
    font-size: 15px;
  }
}
.ed-social-proof-banner .social_proof_icon {
  margin-left: 5px;
}
.product-info-button-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0.85;
  width: 100%;
  transform: translate(-50%);
}
.product-info-button-container .inner {
  display: flex;
  padding: 10px 20px 10px 15px;
}
.product-info-button-container .inner .info-title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 640px) {
  .product-info-button-container .inner .info-title {
    font-size: 14px;
  }
}
.product-info-button-container .info-icon {
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  cursor: pointer;
}
.product-info-button-container .info-icon i {
  color: #fff;
  font-size: 18px;
}
.product-info-button-container .info-icon:hover + .info-content-container {
  opacity: 1;
}
.product-info-button-container .info-content-container {
  position: absolute;
  bottom: 100%;
  right: 8px;
  max-width: 100%;
  background: #fff;
  margin-bottom: 5px;
  box-shadow: 2px 4px 8px #0000000d;
  border-bottom-right-radius: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.product-info-button-container .info-content-container:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  margin-right: 3px;
  box-shadow: 2px 4px 8px #0000000d;
}
.product-info-button-container .info-content-container .inner {
  padding: 10px;
}
.product-info-button-container .info-content-container .inner span {
  font-size: 15px;
}
.totals {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.totals .totals-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
}
.totals .totals-row .totals__subtotal {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 13px;
}
.totals .totals-row .totals__subtotal2 {
  margin-bottom: 0;
  font-weight: bolder;
  font-size: 15px;
}
.totals .totals-row .totals__subtotal .endtotal {
  font-weight: 600;
  color: pink;
}
.totals .totals-row .totals__subtotal-value {
  margin-top: 0;
}
.totals .totals-row .totals__subtotal-value2 {
  font-weight: bolder;
  font-size: 15px;
}
.totals .totals-row .totals__subtotal-value .free-shipping-label {
  color: #007600;
  font-weight: 700;
}
.ed-drawer {
  width: 100%;
}
.ed-drawer footer .mini-cart__discount {
  justify-content: space-between;
}
.ed-drawer footer .mini-cart__discount .mini-cart__discount-badge {
  font-size: 11px;
  background-color: #db1f48;
  padding: 2px 6px;
}
@media screen and (max-width: 740px) {
  .ed-drawer footer .mini-cart__discount .mini-cart__discount-badge {
    font-size: 9px;
  }
}
.ed-drawer footer .mini-cart__discount .mini-cart__discount-price {
  font-size: 14px;
  color: #000;
}
@media screen and (max-width: 740px) {
  .ed-drawer .mini-cart__order-note {
    left: 0 !important;
  }
}
.ed-main-cart .cart__discount-list .cart__discount-badge {
  font-size: 12px;
  background-color: #db1f48;
  padding: 2px 6px;
}
@media screen and (max-width: 740px) {
  .ed-main-cart .cart__discount-list .cart__discount-badge {
    font-size: 9px;
  }
}
.cart-reservation-label {
  padding: 10px 0;
}
.cart-reservation-label .label-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  color: #010101;
}
@media only screen and (min-width: 1000px) {
  .cart-reservation-label .label-container {
    font-size: 15px;
  }
}
.cart-reservation-label .label-container .reservation-text {
  line-height: normal;
}
.cart-reservation-label .label-container svg {
  margin-right: 10px;
}
.shipping-header-info-container .shipping-header-info {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f8f6f3;
}
.shipping-header-info-container .shipping-header-info svg {
  width: 20%;
}
.shipping-header-info-container .shipping-header-info .content {
  width: 65%;
  text-align: center;
  line-height: 14px;
  font-size: 13px;
}
.shipping-header-info-container .shipping-header-info .content .goodchoice {
  font-weight: 700;
}
.good-choice-on-main-cart {
  margin-bottom: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 999px) {
  .ed-good-on-main-cart-desktop {
    display: none;
  }
}
.ed-good-on-main-cart-desktop .shipping-header-info svg {
  width: unset;
  margin-right: 10px;
}
.ed-good-on-main-cart-desktop .shipping-header-info .content {
  width: unset;
}
@media only screen and (min-width: 1000px) {
  .ed-good-on-main-cart-desktop .shipping-header-info .content {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1000px) {
  .ed-good-on-main-cart-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .ed-search-bar {
    display: none;
  }
}
.ed-search-bar .search-bar-container {
  max-height: 60px;
  padding: 12px 10px;
}
.ed-search-bar .search-bar-container .inner-search-bar {
  background: #fff;
  padding: 6px 12px;
}
.ed-search-bar .search-bar-container .inner-search-bar .predictive-search__form {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
announcement-bar announcement-bar-item .ed-announcement-bar__message {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 999px) {
  .ed-product-sticky-form {
    padding-bottom: 0;
  }
  .ed-product-sticky-form .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 999px) {
  .shopify-section--main-collection product-item.ed-spotlight-full-width {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 999px) {
  .shopify-section--main-collection product-item.ed-spotlight-full-width .ed-product_is_spotlight .ed-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(136deg, #0006, #0000);
  }
}
.shopify-section--main-collection
  product-item.ed-spotlight-full-width
  .ed-product_is_spotlight
  .ed-overlay
  .ed-overlay-container {
  position: absolute;
  left: 20px;
}
@media only screen and (min-width: 1000px) {
  .shopify-section--main-collection
    product-item.ed-spotlight-full-width
    .ed-product_is_spotlight
    .ed-overlay
    .ed-overlay-container {
    display: none;
  }
}
.shopify-section--main-collection
  product-item.ed-spotlight-full-width
  .ed-product_is_spotlight
  .ed-overlay
  .ed-overlay-container
  .ed-overlay-content
  .spotlight-subheadline {
  font-size: 15px;
}
.shopify-section--main-collection
  product-item.ed-spotlight-full-width
  .ed-product_is_spotlight
  .ed-overlay
  .ed-overlay-container
  .ed-overlay-content
  .spotlight-headline {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 999px) {
  .shopify-section--main-collection
    product-item.ed-spotlight-full-width
    .ed-product_is_spotlight
    + .product-item__info {
    display: none;
  }
}
.shopify-section--main-collection
  product-item.ed-spotlight-full-width
  .ed-product_is_spotlight
  a
  .product-item__primary-image.ed-highlight-spotlight-thumbnail {
  display: none;
}
@media only screen and (max-width: 999px) {
  .shopify-section--main-collection
    product-item.ed-spotlight-full-width
    .ed-product_is_spotlight
    a
    .product-item__primary-image.ed-highlight-spotlight-thumbnail {
    display: block;
  }
}
@media only screen and (max-width: 999px) {
  .shopify-section--main-collection
    product-item.ed-spotlight-full-width
    .ed-product_is_spotlight
    a
    .product-item__primary-image.ed-product-item__primary-image-hide-mobile {
    display: none;
  }
}
.ed-headline {
  margin-bottom: 0 !important;
}
.ed-headline .ed-section__color-wrapper {
  padding-bottom: 5px !important;
}
announcement-bar {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  announcement-bar {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 321px) {
  announcement-bar {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
announcement-bar .announcement-bar__list {
  display: flex;
  justify-content: space-between;
  width: 90%;
}
@media (max-width: 1024px) {
  announcement-bar .announcement-bar__list {
    width: 95%;
  }
}
@media (max-width: 768px) {
  announcement-bar .announcement-bar__list {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  announcement-bar .announcement-bar__list {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
announcement-bar .announcement-bar__list announcement-bar-item {
  margin-right: 10px;
}
@media (max-width: 768px) {
  announcement-bar .announcement-bar__list announcement-bar-item {
    margin-right: 0;
    order: 2;
  }
  announcement-bar .announcement-bar__list announcement-bar-item:not(:last-child) {
    margin-right: 5px;
  }
}
announcement-bar .announcement-bar__list announcement-bar-item .announcement-bar__message {
  min-width: 0;
}
announcement-bar .announcement-bar__list announcement-bar-item .announcement-bar__message.text--xsmall {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  announcement-bar .announcement-bar__list announcement-bar-item .announcement-bar__message {
    padding-top: 5px;
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  announcement-bar .announcement-bar__list announcement-bar-item.order-mobile-1 {
    flex: 0 0 100%;
    padding: 10px 0 0;
    order: 1;
    margin-right: 0;
    height: auto;
  }
  announcement-bar .announcement-bar__list announcement-bar-item.order-mobile-1 .text--xsmall {
    padding-top: 0;
    padding-bottom: 5px;
  }
  announcement-bar .announcement-bar__list announcement-bar-item:not(.order-mobile-1) {
    padding-top: 0;
    height: auto;
    flex: 0 0 45%;
  }
  announcement-bar .announcement-bar__list announcement-bar-item:not(.order-mobile-1) .text--xsmall {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  announcement-bar .announcement-bar__list announcement-bar-item.order-mobile-2 {
    order: 2;
  }
  announcement-bar .announcement-bar__list announcement-bar-item.order-mobile-3 {
    order: 3;
  }
  announcement-bar .announcement-bar__list announcement-bar-item.order-mobile-4 {
    order: 4;
  }
  announcement-bar .announcement-bar__list announcement-bar-item.order-mobile-5 {
    order: 5;
  }
}
announcement-bar .announcement-bar__list announcement-bar-item[hidden] {
  display: block !important;
  visibility: visible;
  opacity: 1;
}
announcement-bar .tap-area {
  display: none;
}
.ed-ab-bar-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ed-ab-bar-text-container svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1000px) {
  .ed-ab-bar-text-container svg {
    width: 20px;
    height: 20px;
  }
}
.ed-ab-bar-text-container p {
  margin-top: 0;
}
@media only screen and (max-width: 999px) {
  .ed-ab-bar-text-container p {
    font-size: 11px;
  }
}
#text-banner-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #text-banner-widget {
    flex: 0 0 100%;
    padding: 10px 0;
    order: 1;
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  #text-banner-widget {
    padding: 8px 0 8px 20px;
  }
}
@media (max-width: 999px) {
  #text-banner-widget .widget-wrapper {
    font-size: 11px;
  }
}
#text-banner-widget .widget-wrapper .js-reviewStarHeader .fa-star {
  color: #ffd85f;
}
@media (max-width: 768px) {
  #text-banner-widget .widget-wrapper .keyword {
    display: none;
  }
}
.announcement-bar__list > div:first-child#text-banner-widget {
  height: 40px;
}
@media (max-width: 640px) {
  .announcement-bar__list > div:first-child#text-banner-widget {
    height: auto;
  }
}
.ed-additional-announcement-bar {
  background-color: #db1f48;
}
.ed-additional-announcement-bar .ed-announcement-bar-list {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 8px;
}
@media (max-width: 321px) {
  .ed-additional-announcement-bar .ed-announcement-bar-list {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 768px) {
  .ed-additional-announcement-bar .ed-announcement-bar-list .ed-announcement-bar-item p,
  .ed-additional-announcement-bar .ed-announcement-bar-list .ed-announcement-bar-item a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .ed-footer .footer__item-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}
.ed-sticky-collection-menu {
  display: block;
  position: sticky;
  width: 100%;
  background: #fff;
  top: calc(var(--header-height));
  z-index: 2;
}
@media (min-width: 640px) {
  .ed-sticky-collection-menu {
    display: none;
  }
}
.ed-sticky-collection-menu .ed-collection-menu-inner {
  display: flex;
  width: 100%;
  min-height: 50px;
  height: 50px;
  flex-wrap: nowrap;
  padding: 12px 13px;
  overflow: scroll;
}
.ed-sticky-collection-menu .ed-collection-menu-inner .menu-item {
  display: flex;
  margin-right: 13px;
  background: #fff;
  border-radius: 40px;
}
.ed-sticky-collection-menu .ed-collection-menu-inner .menu-item.current {
  background: #3c6e71;
}
.ed-sticky-collection-menu .ed-collection-menu-inner .menu-item.current a {
  color: #fff;
}
.ed-sticky-collection-menu .ed-collection-menu-inner .menu-item .menu-item-inner {
  line-height: 0.9;
  white-space: nowrap;
  padding: 7px 15px;
}
.ed-sticky-collection-menu .ed-collection-menu-inner .menu-item .menu-item-inner a {
  display: inline-block;
}
#mobile-facet-toolbar {
  top: calc(
    var(--enable-sticky-header) * var(--header-height, 0px) + var(--announcement-bar-height, 0px) *
      var(--enable-sticky-announcement-bar) + var(--ed-collection-menu-height, 0px)
  );
}
.ed-product-review-properties {
  display: none;
}
.ed-product-review-properties.review-properties--inner--star_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow-x: hidden;
  justify-content: space-between;
}
@media only screen and (min-width: 1000px) {
  .ed-product-review-properties.review-properties--inner--star_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper {
    justify-content: space-between;
  }
}
.ed-product-review-properties.review-properties--inner--star_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 999px) {
  .ed-product-review-properties.review-properties--inner--star_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper
    .property__item {
    width: 48%;
  }
}
@media only screen and (min-width: 1000px) {
  .ed-product-review-properties.review-properties--inner--star_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper
    .property__item {
    flex: 1;
    margin-right: 5px;
    margin-left: 5px;
  }
  .ed-product-review-properties.review-properties--inner--star_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper
    .property__item:first-child {
    margin-left: 0;
  }
  .ed-product-review-properties.review-properties--inner--star_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper
    .property__item:last-child {
    margin-right: 0;
  }
}
.ed-product-review-properties.review-properties--inner--star_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 1000px) {
  .ed-product-review-properties.review-properties--inner--star_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper
    .property__item
    .property__title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 380px) {
  .ed-product-review-properties.review-properties--inner--star_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper
    .property__item
    .property__title {
    font-size: 10px;
  }
}
.ed-product-review-properties.review-properties--inner--star_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ed-product-review-properties.review-properties--inner--star_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating
  .fa-star {
  color: #ffdc0f;
}
.ed-product-review-properties.review-properties--inner--star_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating
  .fa-star-half {
  position: relative;
  width: 14.98px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.ed-product-review-properties.review-properties--inner--star_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating
  .off-star {
  color: #d3d3d3;
}
.ed-product-review-properties.review-properties--inner--star_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating
  .fa-duotone:before {
  content: '\f089';
  color: #ffdc0f;
}
.ed-product-review-properties.review-properties--inner--star_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating
  .fa-duotone:after {
  content: '\f089';
  color: #f8f6f3;
  transform: rotateY(-180deg);
  position: absolute;
  left: -1px;
}
.ed-product-review-properties.review-properties--inner--status_rating .product-properties-inner-container {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #2d373c;
}
@media only screen and (min-width: 1000px) {
  .ed-product-review-properties.review-properties--inner--status_rating .product-properties-inner-container {
    margin-right: 50px;
    margin-left: 50px;
  }
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .ed-property-title {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1000px) {
  .ed-product-review-properties.review-properties--inner--status_rating
    .product-properties-inner-container
    .ed-property-title {
    text-align: center;
    font-size: 24px;
  }
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow-x: hidden;
  justify-content: space-between;
}
@media only screen and (min-width: 1000px) {
  .ed-product-review-properties.review-properties--inner--status_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper {
    justify-content: center;
    flex-direction: row;
  }
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item {
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 2px 12px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1000px) {
  .ed-product-review-properties.review-properties--inner--status_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper
    .property__item {
    flex: 1;
    margin-right: 5px;
    margin-left: 5px;
  }
  .ed-product-review-properties.review-properties--inner--status_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper
    .property__item:first-child {
    margin-left: 0;
  }
  .ed-product-review-properties.review-properties--inner--status_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper
    .property__item:last-child {
    margin-right: 0;
  }
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
}
@media only screen and (min-width: 1000px) {
  .ed-product-review-properties.review-properties--inner--status_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper
    .property__item
    .property__title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 345px) {
  .ed-product-review-properties.review-properties--inner--status_rating
    .product-properties-inner-container
    .product-review-container
    .ed-wrapper
    .property__item
    .property__title {
    font-size: 12px;
  }
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating
  .fa-star {
  color: #ffdc0f;
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating
  .fa-star-half {
  position: relative;
  width: 14.98px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating
  .off-star {
  color: #d3d3d3;
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating
  .fa-duotone:before {
  content: '\f089';
  color: #ffdc0f;
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .property__rating
  .fa-duotone:after {
  content: '\f089';
  color: #d3d3d3;
  transform: rotateY(-180deg);
  position: absolute;
  left: 7px;
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .rating-skala-container {
  margin-top: 5px;
  position: relative;
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .rating-skala-container
  .indicator-rating {
  display: block !important;
  position: absolute;
  width: 5px;
  height: 10px;
  top: -3px;
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .rating-skala-container
  .rating-line {
  margin-bottom: 4px;
  display: block !important;
  background-color: #0000001a;
  height: 4px;
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .rating-wording-skala {
  display: flex;
  justify-content: space-between;
}
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .rating-wording-skala
  .rating-wording-start,
.ed-product-review-properties.review-properties--inner--status_rating
  .product-properties-inner-container
  .product-review-container
  .ed-wrapper
  .property__item
  .rating-wording-skala
  .rating-wording-end {
  font-size: 12px;
  font-weight: 400px;
}
.product__facts {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product__facts .products__facts__headline {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .product__facts .products__facts__headline {
    font-size: 22.5px;
    margin-bottom: 20px;
  }
}
.product__facts .product__facts__container {
  padding: 16px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1000px) {
  .product__facts .product__facts__container {
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
}
.product__facts .product__facts__container .fact__item {
  flex: 0 0 33.33%;
  text-align: center;
  padding-top: 8px;
  max-width: 33.33%;
}
@media only screen and (min-width: 1000px) {
  .product__facts .product__facts__container .fact__item {
    flex: unset;
    max-width: unset;
  }
}
.product__facts .product__facts__container .fact__item .fact-icon {
  padding: 8px 0;
}
.product__facts .product__facts__container .fact__item .fact__title {
  padding-bottom: 12px;
}
.product__facts .product__facts__container .fact__item .fact__title .heading--small {
  text-transform: unset;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 999px) {
  .product__facts .ed-product__facts__container--two_icons .fact__item {
    flex: 0 0 50% !important;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .product__facts .product__facts__container.title_position--on_the_right_of_the_icon .fact__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
  }
  .product__facts .product__facts__container.title_position--on_the_right_of_the_icon .fact__item .fact__title {
    padding-left: 5px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ed-product-content__tabs.ed-enable-accordion .tabs-nav {
    display: none !important;
  }
  .ed-product-content__tabs.ed-enable-accordion .collapsible-toggle {
    display: flex !important;
  }
  .ed-product-content__tabs.ed-enable-accordion
    .collapsible-toggle[aria-expanded='false']
    + collapsible-content.collapsible {
    height: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .ed-product-content__tabs.ed-enable-accordion .product-tabs__tab-item-wrapper {
    border-top: 1px solid rgb(var(--border-color)) !important;
    padding: 0 20px;
  }
  .ed-product-content__tabs.ed-enable-accordion .product-tabs__tab-item-wrapper[hidden] {
    display: block !important;
  }
  .ed-product-content__tabs.ed-enable-accordion .product-tabs__tab-item-wrapper:last-child {
    border-bottom: 1px solid rgb(var(--border-color));
  }
  .ed-product-content__tabs.ed-enable-accordion .product-tabs__tab-item-wrapper .product-tabs__tab-item-content {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 741px) {
  .ed-product-form__payment-container .product-form__payment-container {
    margin-top: 6px !important;
  }
}
.ed-product-form__payment-container .ed-quantity-atc-container {
  display: flex;
  flex-direction: row;
}
.ed-product-form__payment-container .ed-quantity-atc-container .product-form__quantity {
  margin-right: 10px;
}
@media only screen and (max-width: 345px) {
  .ed-product-form__payment-container .ed-quantity-atc-container .product-form__quantity {
    font-size: 10px;
  }
}
.ed-product-form__payment-container .ed-quantity-atc-container .product-form__quantity .quantity-selector {
  height: 100%;
}
.ed-product-form__payment-container
  .ed-quantity-atc-container
  .product-form__quantity
  .quantity-selector
  .quantity-selector__button {
  width: 25px;
}
@media only screen and (max-width: 345px) {
  .ed-product-form__payment-container .ed-quantity-atc-container button {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 345px) {
  .ed-product-form__payment-container button {
    font-size: 10px !important;
  }
}
.product__teaser {
  color: #a0a09f;
  margin-bottom: 10px;
}
@media only screen and (max-width: 400px) {
  .product__teaser {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .product-meta .h3 {
    margin-bottom: 10px;
  }
}
.ed-shop-rating-bar {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.ed-mobile-navigation-drawer.drawer {
  width: 100%;
}
@media only screen and (max-width: 450px) {
  .ed-mobile-navigation-drawer.drawer {
    max-width: 450px;
  }
}
.product__media-nav .dots-nav .dots-nav__item,
product-image-zoom .dots-nav .dots-nav__item {
  width: 20px;
  height: 4px;
  border-radius: 53px !important;
}
@media only screen and (max-width: 340px) {
  .product__media-nav .dots-nav .dots-nav__item,
  product-image-zoom .dots-nav .dots-nav__item {
    width: 15px;
  }
}
.product__media-nav .dots-nav .dots-nav__item[aria-current='true'],
product-image-zoom .dots-nav .dots-nav__item[aria-current='true'] {
  width: 40px;
}
@media only screen and (max-width: 340px) {
  .product__media-nav .dots-nav .dots-nav__item[aria-current='true'],
  product-image-zoom .dots-nav .dots-nav__item[aria-current='true'] {
    width: 30px;
  }
}
@media only screen and (max-width: 999px) {
  .product__media-nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.shipping-bar__progress {
  border: unset;
  border-radius: 15px;
  height: 10px;
}
.shipping-bar__progress:after {
  border-radius: 15px;
}
.inventory--high .ed-delivery-wrapper {
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
}
.inventory--high .ed-delivery-wrapper .text_container {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #138a36;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  display: flex;
  align-items: center;
}
.inventory--high .ed-delivery-wrapper .text_container:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #138a36;
}
.inventory--high .ed-delivery-wrapper .text_container .inventory.inventory--high {
  margin-right: 5px;
  color: #138a36;
  font-size: 14px;
}
.inventory--high .ed-delivery-wrapper .text_container .colorfont-black {
  color: #000;
  margin-left: 5px;
}
.inventory--low .ed-delivery-wrapper {
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
}
.inventory--low .ed-delivery-wrapper .text_container {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #138a36;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  display: flex;
  align-items: center;
}
.inventory--low .ed-delivery-wrapper .text_container:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: red;
}
.inventory--low .ed-delivery-wrapper .text_container .inventory--low {
  margin-right: 5px;
  color: red;
  font-size: 14px;
}
.inventory--low .ed-delivery-wrapper .text_container .colorfont-black {
  color: red;
  margin-left: 5px;
}
.inventory--empty .ed-delivery-wrapper {
  display: flex;
  margin-top: 10px;
  margin-bottom: 5px;
}
.inventory--empty .ed-delivery-wrapper .text_container {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #138a36;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  display: flex;
  align-items: center;
}
.inventory--empty .ed-delivery-wrapper .text_container:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 0;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #f9ca4f;
}
.inventory--empty .ed-delivery-wrapper .text_container .inventory--empty {
  margin-right: 5px;
  color: #f9ca4f;
  font-size: 14px;
}
.inventory--empty .ed-delivery-wrapper .text_container .colorfont-black {
  color: #000;
  margin-left: 5px;
}
.product-form {
  gap: 10px;
}
.product-item-meta__price-list-container .price.price--compare,
.product-meta__price-list-container .price.price--compare,
.line-item__price-list-container .price.price--compare {
  order: 1;
  margin-right: 5px;
}
.product-item-meta__price-list-container .price.price--highlight,
.product-meta__price-list-container .price.price--highlight,
.line-item__price-list-container .price.price--highlight {
  order: 2;
  margin-right: 5px !important;
}
.product-item-meta__price-list-container .label.label--highlight,
.product-meta__price-list-container .label.label--highlight,
.line-item__price-list-container .label.label--highlight {
  order: 3;
  background: transparent;
  color: #000;
  text-transform: none;
  padding: 0;
}
@media screen and (min-width: 741px) {
  .product-item-meta__price-list-container .label.label--highlight,
  .product-meta__price-list-container .label.label--highlight,
  .line-item__price-list-container .label.label--highlight {
    font-size: 13px;
  }
}
.product-item-meta__price-list-container .product-meta__label-list:not(:empty),
.product-meta__price-list-container .product-meta__label-list:not(:empty),
.line-item__price-list-container .product-meta__label-list:not(:empty) {
  margin-left: 3px;
}
.product-meta__label-list.label-list {
  background-color: #1cad4b;
  border: none;
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 30px;
}
.product-meta__price-list-container .label.label--highlight {
  color: #fff;
}
span.label.label--highlight {
  vertical-align: middle;
}
.alr-display-review-badge {
  margin-bottom: 10px;
}
h1.product-meta__title.heading.h3 {
  margin-bottom: 2px;
}
.countdown-timer {
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  padding: 8px 20px;
  border: 1px solid dimgrey;
  color: #000;
}
.countdown-timer-box {
  font-weight: 700;
  font-size: 13px;
}
.countdown-timer .countdown-timer-box .timer {
  color: red;
}
line-item.line-item[data-handle='docapp-free-gift-kostenloses-armband-fur-kardena\ae-care-care-plus']
  a.quantity-selector__button {
  display: none;
}
.product-bundle .product-bundle-title {
  font-size: 15px;
  line-height: 21px;
  color: #272727;
  margin-bottom: 10px;
  font-weight: 500;
}
.product-bundle-products-selection {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  position: relative;
  width: 100%;
}
.product-bundle-products-selection .product-bundle-add-product-img {
  background-color: #faf8f5;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10% 0;
}
.product-bundle-products-selection .product-bundle-add-product-img .img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.product-bundle-add-product .step-name {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #272727;
  margin-top: 10px;
  margin-left: 2px;
  word-break: break-word;
}
.product-bundle-popup-overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.5;
  z-index: 9;
  top: 0;
  left: 0;
}
.product-bundle-popup-overlay.open {
  display: block;
}
#shopify-section-announcement-bar {
  z-index: 9999 !important;
}
.product-bundle-wrapper {
  position: relative;
}
.product-bundle-popup {
  position: absolute;
  display: none;
  left: 0;
  top: -100px;
  width: 100%;
  padding: 10px 10px 0;
  background: #fff;
  z-index: 99;
}
.product-bundle-popup.open {
  display: block;
}
.product-bundle-popup-header-left {
  font-weight: 500;
  color: #272727;
  font-size: 15px;
}
.product-bundle-popup_header-right {
  font-size: 16px;
  line-height: 24px;
  color: #272727;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.product-bundle-popup_header-right span {
  margin: 0 5px;
}
.product-bundle-popup-header-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 10px;
}
.product-bundle-popup_header-right .bundle-popup-close {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 0;
}
.product-bundle-popup .progress-bar-container {
  width: 100%;
  background-color: transparent;
  border-radius: 25px;
  overflow: hidden;
  height: 10px;
  border: 1px solid #272727;
  margin-bottom: 10px;
}
.product-bundle-popup .progress-bar-container .progress-bar-fill {
  background-color: #272727;
  width: 0%;
  height: 100%;
  transition: width 0.4s;
}
.product-bundle-popup .product-bundle-products-selection .product-bundle-add-product-img {
  background-color: #fff;
}
.bundle-popup-products {
  margin-top: 20px;
}
.bundle-popup-products .bundle-popup-products-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-bottom: 50px;
}
.bundle-popup-products-block-product {
  cursor: pointer;
}
.bundle-popup-products-block-product {
  display: block;
  max-width: 100%;
  width: 100%;
}
.bundle-popup-products-block-product p {
  text-align: center;
  font-size: 10px;
  line-height: normal;
  padding: 0 0 5px;
  margin: 10px auto 0;
}
.bundle-popup-products {
  position: relative;
  margin-top: 20px;
  display: block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  height: 400px;
}
.bundle-popup-products::-webkit-scrollbar {
  width: 1px;
}
.bundle-popup-products::-webkit-scrollbar-track {
  background: #fff;
}
.bundle-popup-products::-webkit-scrollbar-thumb {
  background: #fff;
}
.bundle-popup-products .bundle-popup-products-block-wrapper {
  display: none;
}
.bundle-popup-products .bundle-popup-products-block-wrapper.open {
  display: block;
}
.button-wrapper {
  position: sticky;
  bottom: 0;
  background: #fff;
  display: flex;
  width: 100%;
  padding: 15px;
  border-top: 1px solid rgba(39, 39, 39, 0.2);
}
.button-wrapper button {
  font-size: 15px;
  padding: 12px 30px 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  background-color: #272727;
  color: #fff;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: normal;
  width: 100%;
}
.button-wrapper button[disabled] {
  background: #2727274d;
}
.bundle-product-cross {
  height: 19px;
  width: 19px;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  display: none;
  cursor: pointer;
}
.product-bundle-add-product.added .img,
.product-bundle-add-product.added .step-name {
  display: none;
}
.product-bundle-products-selection .product-bundle-add-product-img {
  padding: 0;
}
.product-bundle-add-product.added .p-img {
  width: 100%;
}
.product-bundle-add-product {
  position: relative;
}
.product-bundle-add-product.added .bundle-product-cross {
  display: block;
}
.product-bundle-products-selection .first-blank .product-bundle-add-product-img {
  border: 2px solid rgba(39, 39, 39, 1);
}
.product-bundle-wrapper .after {
  display: none;
}
.product-bundle-wrapper.filled .after {
  display: block;
}
.product-bundle-wrapper.filled .before {
  display: none;
}
.filled .product-bundle .product-bundle-title,
.filled .product-bundle-popup-header-left,
.filled .product-bundle-popup_header-right {
  color: #53ac34;
}
.bundle-popup-products-block-product {
  position: relative;
}
.soldout_label {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 10px;
  background: #000;
  color: #fff;
  padding: 0 5px;
}
.bundle-popup-products-block-product.soldout {
  opacity: 0.5;
  cursor: not-allowed;
}
.step-name {
  justify-content: space-between;
}
.bundle-product-price {
  text-align: center;
  font-size: 10px;
  line-height: normal;
}
.all_free .inclusive {
  color: #53ac34;
}
@media (max-width: 999px) {
  .product-bundle-popup {
    position: fixed;
    top: 50px;
    height: calc(100vh - 50px);
  }
  .bundle-popup-products {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 370px);
  }
}
.properties_hidden_input {
  display: none !important;
}
.product-bundle-popup-content-info p {
  font-size: 10px;
  padding: 10px 0;
}
.propsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  margin: 10px 0;
}
.color-container .title {
  font-size: 12px;
}
.color-container img {
  max-width: 35px;
  margin-top: 2px;
}
.bundle-button-wrapper {
  position: sticky;
  bottom: 10px;
  background-color: #fff;
}
.hide-bundle-item.line-item {
  display: none !important;
}
.refreshing_cart .checkout-button {
  pointer-events: none !important;
}
.progress-text,
.progress-bar-container {
  display: none !important;
}
.product-bundle-products-selection .first-blank .product-bundle-add-product-img {
  border: none !important;
}
body.template--product .paywhirl-plan-selector .paywhirl-plan-selector-group.paywhirl-group-available > label {
  cursor: unset !important;
}
body.template--product
  .paywhirl-plan-selector.paywhirl-plan-selector
  .paywhirl-plan-selector-group
  > label
  > .paywhirl-plan-selector-icon
  svg {
  opacity: 1;
}
body.template--product
  .paywhirl-plan-selector.paywhirl-plan-selector.paywhirl-plan-selector-theme-modern
  .paywhirl-plan-selector-group.paywhirl-group-available
  > label:hover {
  box-shadow: none !important;
  transition: unset !important;
}
/*# sourceMappingURL=/cdn/shop/t/32/assets/custom.css.map?v=160068988084571463791726570429 */
