/** Shopify CDN: Minification failed

Line 2450:0 Unexpected "}"

**/
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/custom.scss ***!
  \***************************************************************************************************************/
/*
DO NOT TOUCH THIS FILE OUTSIDE OF /src DIRECTORY
this file gets compiled ./assets/custom.css - make sure to import every .scss here.
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

.product__media-list-wrapper .product__zoom-button {
  bottom: unset !important;
  right: unset !important;
  top: 15px;
  left: 15px;
}

/** PARTIALS **/
#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;
} /** MODULES **/
.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: #FFFFFF;
}
.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, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  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%;
  object-fit: cover;
}
.stories-wrapper .inner .stories-nav .story-item .story-link .image-wrapper svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.stories-wrapper .inner .stories-nav .story-item .story-link .label-wrapper {
  text-align: center;
  color: black;
  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: black;
  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;
  right: 15px;
  width: 54px;
  height: 54px;
  z-index: 5;
}
@media (min-width: 1024px) {
  ed-video-thumbnail {
    top: 25px;
    right: 25px;
    width: 100px;
    height: 100px;
  }
}
ed-video-thumbnail .thumbnail-container {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
}
ed-video-thumbnail .thumbnail-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
ed-video-thumbnail .thumbnail-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  clear: float;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid;
  color: #ffffff;
}
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: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 12px 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: rgb(0, 0, 0);
  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: white;
  font-size: 35px;
  cursor: pointer;
}
ed-video-popup .video-popup-container .btn-close:hover {
  color: white;
}

.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 0;
  }
}
@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: white;
  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: black;
}
.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: black;
  background-color: white;
}
.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;
  margin-bottom: 16px;
  padding: 10px;
}
.ed-social-proof-banner .eRxizD {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.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: rgb(255, 255, 255) 0px 0px 0px 2px;
  background: rgb(239, 239, 239);
}
.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: 0px;
  padding: 0px;
  position: absolute;
  inset: 0px;
}
.ed-social-proof-banner .eOwbSc .image__cirlce img {
  position: absolute;
  inset: 0px;
  box-sizing: border-box;
  padding: 0px;
  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: rgb(128, 128, 128);
}
.ed-social-proof-banner .btIBWJ {
  font-weight: 400;
  font-size: 14px;
  color: rgb(0, 0, 0);
  display: inline-block;
}
.ed-social-proof-banner .gziXoO {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: rgb(74, 71, 84);
  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: rgb(74, 71, 84);
  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: translateX(-50%);
}
.product-info-button-container .inner {
  display: flex;
  padding: 10px 20px 10px 15px;
}
.product-info-button-container .inner .info-title {
  color: white;
  font-weight: bold;
  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: white;
  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: white;
  margin-bottom: 5px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.05);
  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 rgba(0, 0, 0, 0.05);
}
.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: normal;
  font-size: 13px;
}
.totals .totals-row .totals__subtotal-value {
  margin-top: 0;
}
.totals .totals-row .totals__subtotal-value .free-shipping-label {
  color: #007600;
  font-weight: bold;
}

.ed-drawer {
  width: 100%;
}
.ed-drawer line-item .line-item__discount-badge {
  line-height: 1.4;
}
.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 (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: black;
}
@media (max-width: 740px) {
  .ed-drawer .mini-cart__order-note {
    left: 0 !important;
  }
}
@media (max-width: 999px) {
  .ed-drawer .product-item__cta-wrapper .popover {
    left: 0 !important;
  }
  .ed-drawer .product-item__cta-wrapper .popover .product-form {
    margin-bottom: 10px !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;
  height: 47px;
  margin-left: var(--container-gutter);
  margin-right: var(--container-gutter);
  margin-top: 17px;
  border-radius: 2px;
}
.font-bold {
  font-weight: bold;
  font-family: 'Inter';
}
.text-in-bold {
  justify-content: flex-start;
  display: flex;
  font-family: 'Inter';
}
.good-choice-dates {
  text-wrap: wrap;
  font-family: 'Inter';
  text-align: left;
}
.shipping-header-info-container .shipping-header-info svg {
  width: 20%;
}
.shipping-header-info-container .shipping-header-info .content {
  text-align: center;
  line-height: 14.52px;
  font-size: 12px;
  font-weight: 400;
}

.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: white;
  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.ed-sticky-elements-active .container:not(.sticky-atc-container-with-no-variants) {
    padding: 10px 24px;
  }
  .ed-product-sticky-form.ed-sticky-elements-active .container:not(.sticky-atc-container-with-no-variants) .product-sticky-form__inner .product-sticky-form__form {
    padding-top: 10px;
  }
  .ed-product-sticky-form.ed-sticky-elements-active .container:not(.sticky-atc-container-with-no-variants) .product-sticky-form__inner .product-sticky-form__form .ed-product-sticky-form__variants-mobile {
    display: flex;
  }
  .ed-product-sticky-form.ed-sticky-elements-active .container:not(.sticky-atc-container-with-no-variants) .product-sticky-form__inner .product-sticky-form__form .ed-product-sticky-form__variants-mobile .select-wrapper {
    flex: 1 1 0;
  }
  .ed-product-sticky-form.ed-sticky-elements-active .container:not(.sticky-atc-container-with-no-variants) .product-sticky-form__inner .product-sticky-form__form .ed-product-sticky-form__variants-mobile .select-wrapper.select-wrapper-1 {
    margin-right: 5px;
  }
  .ed-product-sticky-form.ed-sticky-elements-active .container:not(.sticky-atc-container-with-no-variants) .product-sticky-form__inner .product-sticky-form__form .ed-product-sticky-form__variants-mobile .select-wrapper.select-wrapper-2 {
    margin-left: 5px;
  }
  .ed-product-sticky-form.ed-sticky-elements-active .container:not(.sticky-atc-container-with-no-variants) .product-sticky-form__inner .product-sticky-form__form #StickyAddToCart {
    margin-top: 10px;
  }
  .ed-product-sticky-form .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.ed-product-sticky-form .ed-product-sticky-form__bottom-info {
  display: flex;
  align-items: center;
  line-height: normal;
}
@media only screen and (max-width: 999px) {
  .ed-product-sticky-form .ed-product-sticky-form__bottom-info {
    justify-content: space-between;
  }
}
.ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-sticky-form__title {
  font-weight: 600;
  font-size: 17px;
}
@media only screen and (max-width: 999px) {
  .ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-square-separator-mobile {
    display: none;
  }
}
.ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-sticky-form__price-hide {
  display: none !important;
}
.ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-meta__price-list-container-sticky {
  margin-top: 0;
  line-height: normal;
}
@media only screen and (max-width: 999px) {
  .ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-meta__price-list-container-sticky {
    margin-left: auto;
  }
}
.ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-meta__price-list-container-sticky .price-list .price.price--highlight.price--large {
  order: 2;
}
.ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-meta__price-list-container-sticky .price-list .price.price--compare {
  order: 1;
}
.ed-product-sticky-form .ed-product-sticky-form__bottom-info .ed-product-meta__price-list-container-sticky .price-list .product-meta__label-list.label-list {
  display: block !important;
  order: 3;
}

@media (max-width: 999px) {
  .shopify-section--main-collection product-item.ed-spotlight-full-width {
    grid-column: span 2;
  }
}
@media (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, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.shopify-section--main-collection product-item.ed-spotlight-full-width .ed-product_is_spotlight .ed-overlay .ed-overlay-container {
  position: absolute;
  left: 20px;
}
@media (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 (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 (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 (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;
  }
}
@media (max-width: 768px) {
  .shopify-section--main-collection product-item.ed-spotlight-full-width .product-item__quick-form {
    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 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: black;
  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: white;
  border-radius: 40px;
}
.ed-sticky-collection-menu .ed-collection-menu-inner .menu-item.current {
  background: rgb(60, 110, 113);
}
.ed-sticky-collection-menu .ed-collection-menu-inner .menu-item.current a {
  color: white;
}
.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: 0px;
  }
  .ed-product-review-properties.review-properties--inner--star_rating .product-properties-inner-container .product-review-container .ed-wrapper .property__item:last-child {
    margin-right: 0px;
  }
}
.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: lightgrey;
}
.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: 0px;
  }
  .ed-product-review-properties.review-properties--inner--status_rating .product-properties-inner-container .product-review-container .ed-wrapper .property__item:last-child {
    margin-right: 0px;
  }
}
.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: black;
}
@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: lightgrey;
}
.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: lightgrey;
  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: rgba(0, 0, 0, 0.1);
  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 16px 16px 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;
  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;
  }
}

.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 16px 16px 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;
  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 .ed-product__facts__container--three_icons.title_position--on_the_right_of_the_icon .fact__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
  }
  .product__facts .ed-product__facts__container--three_icons.title_position--on_the_right_of_the_icon .fact__item .fact__title {
    padding-left: 5px;
    padding-bottom: 0;
  }
}

.store-benefits {
  margin: 15px 0 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.store-benefits .store-benefit-item {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 50%;
}
.store-benefits .first-store-benefit {
  justify-content: flex-start;
}
.store-benefits .second-store-benefit {
  justify-content: flex-end;
}
.store-benefits .store-benefit-item .store-benefit-icon img {
  height: auto;
  width: 30px;
}
.store-benefits .store-benefit-item .store-benefit-icon svg {
  height: auto;
  width: 30px;
  display: block;
}
.store-benefits .store-benefit-item .store-benefit-texte {
  font-style: normal;
  line-height: normal;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ed-ModelView .ed-ModelViewToggle {
  align-items: center;
  display: flex;
  cursor: pointer;
  touch-action: manipulation;
}
.ed-ModelView .ed-ModelViewToggle .ed-ModelViewToggle_Label {
  margin-right: 7px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
}
.ed-ModelView .ed-ModelViewToggle .ed-ModelViewToggle_Input {
  position: absolute;
  left: -999em;
  visibility: hidden;
}
.ed-ModelView .ed-ModelViewToggle input:not([type=range]) {
  touch-action: manipulation;
}
.ed-ModelView .ed-ModelViewToggle .ed-ModelViewToggle_Outer {
  flex: 0 0 36px;
  width: 36px;
  border-radius: 20px;
  transition: background 0.15s;
}
.ed-ModelView .ed-ModelViewToggle .ed-ModelViewToggle_Outer .ed-ModelViewToggle_Inner {
  display: block;
  width: 14px;
  height: 14px;
  margin: 3px;
  background: #fff;
  border-radius: 50%;
  transition: margin 0.15s, background 0.15s;
}
.ed-ModelView .ed-ModelViewToggle .ed-ModelViewToggle_Input:checked + .ed-ModelViewToggle_Outer .ed-ModelViewToggle_Inner {
  margin-left: 19px;
  background-color: black;
}

.ed-model-view-product-facet__meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 740px) {
  .ed-model-view-product-facet__meta-bar {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen and (min-width: 1000px) {
  .ed-model-view-product-facet__meta-bar .ed-ModelView {
    order: 2;
  }
  .ed-model-view-product-facet__meta-bar .product-facet__meta-bar-item--count {
    order: 1;
    visibility: hidden;
  }
}

.shopify-section--main-collection .ed-product-item-model-view .ed-model-view-wrapper .ed-primary-image-hide {
  visibility: hidden;
  opacity: 0;
}
.shopify-section--main-collection .ed-product-item-model-view .ed-model-view-wrapper .ed-secondary-image-hide {
  visibility: hidden;
  opacity: 0;
}
.shopify-section--main-collection .ed-product-item-model-view .ed-model-view-wrapper .ed-secondary-image-show {
  display: block;
  visibility: visible;
  opacity: 1;
}
.shopify-section--main-collection .ed-product-item-model-view .ed-model-view-wrapper:hover .ed-primary-image-hide {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}
.shopify-section--main-collection .ed-product-item-model-view .ed-model-view-wrapper:hover .ed-secondary-image-show {
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 1000px) {
  .shopify-section--main-collection .ed-product-item-model-view-spotlight .ed-model-view-wrapper .ed-highlight-spotlight-thumbnail {
    display: none !important;
  }
  .shopify-section--main-collection .ed-product-item-model-view-spotlight .ed-model-view-wrapper .ed-secondary-image-hide {
    visibility: hidden;
    opacity: 0;
  }
  .shopify-section--main-collection .ed-product-item-model-view-spotlight .ed-model-view-wrapper .ed-secondary-image-show {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .shopify-section--main-collection .ed-product-item-model-view-spotlight .ed-model-view-wrapper:hover .ed-primary-image-hide {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }
  .shopify-section--main-collection .ed-product-item-model-view-spotlight .ed-model-view-wrapper:hover .ed-secondary-image-show {
    visibility: hidden;
    opacity: 0;
  }
}

.ed-product-facet {
  margin-top: 10px;
}

.ed-application-steps {
  margin: 15px 0;
}
.ed-application-steps .ed-application-steps-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ed-application-steps .ed-application-steps-container .ed-application-steps-item {
  margin: 5px 0;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.ed-application-steps .ed-application-steps-container .ed-application-steps-item .ed-application-steps-image-wrapper {
  position: relative;
  width: 100%;
  height: 80px;
  border-radius: 5px;
}
@media (min-width: 500px) and (max-width: 750px) {
  .ed-application-steps .ed-application-steps-container .ed-application-steps-item .ed-application-steps-image-wrapper {
    height: 120px;
  }
}
@media (min-width: 751px) and (max-width: 999px) {
  .ed-application-steps .ed-application-steps-container .ed-application-steps-item .ed-application-steps-image-wrapper {
    height: 150px;
  }
}
.ed-application-steps .ed-application-steps-container .ed-application-steps-item .ed-application-steps-image-wrapper img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ed-application-steps .ed-application-steps-container .ed-application-steps-item .ed-application-steps-image-wrapper .application-step-number {
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  left: 50%;
  bottom: -17px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 13px;
  line-height: 17px;
  background: blue;
  border: 2px solid;
  text-align: center;
  font-weight: bold;
}
.ed-application-steps .ed-application-steps-container .ed-application-steps-item .ed-application-steps-text {
  margin-top: 10px;
  line-height: normal;
}

.ed-application-step-3 .ed-application-steps-item {
  width: 30%;
}

.ed-application-step-4 .ed-application-steps-item, .ed-application-step-2 .ed-application-steps-item {
  width: 48% !important;
}

@media only screen and (min-width: 1000px) {
  .ed-application-steps-snippet {
    display: none;
  }
}

.shopify-section--ed-application-steps-steps {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1000px) {
  .ed-application-inner-container-section {
    margin-left: calc(var(--grid-column-width) + var(--grid-gap));
    margin-right: calc(var(--grid-column-width) + var(--grid-gap));
  }
  .ed-application-inner-container-section .ed-application-steps-container {
    justify-content: center;
  }
  .ed-application-inner-container-section .ed-application-steps-container .ed-application-steps-item {
    margin: 5px 10px;
    max-width: 200px;
  }
  .ed-application-inner-container-section .ed-application-steps-container .ed-application-steps-item .ed-application-steps-image-wrapper {
    height: 100px !important;
  }
}
.ed-application-inner-container-section .ed-application-step-3 .ed-application-steps-item {
  width: 30%;
}
.ed-application-inner-container-section .ed-application-step-4 .ed-application-steps-item, .ed-application-inner-container-section .ed-application-step-2 .ed-application-steps-item {
  width: 48% !important;
}

/** ELEMENTS **/
/*
This file is not specified for one section or snippet. It is responsible for some elements in the product form block.
*/
@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;
  font-size: 19px;
}
@media only screen and (max-width: 400px) {
  .product__teaser {
    font-size: 16px;
  }
}

@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--large, .product-meta__price-list-container .price.price--large {
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .product-item-meta__price-list-container .price.price--large, .product-meta__price-list-container .price.price--large {
    font-size: 15px;
  }
}
.product-item-meta__price-list-container .price.price--compare, .product-meta__price-list-container .price.price--compare {
  order: 1;
  margin-right: 3px !important;
}
.product-item-meta__price-list-container .price.price--highlight, .product-meta__price-list-container .price.price--highlight {
  order: 2;
  margin-right: 5px !important;
  font-size: 13px;
}
@media screen and (min-width: 1000px) {
  .product-item-meta__price-list-container .price.price--highlight, .product-meta__price-list-container .price.price--highlight {
    font-size: 14px;
  }
}

.product-item-meta__price-list-container .label.label--highlight, .product-meta__price-list-container .label.label--highlight {
  order: 3;
  background: transparent;
  color: #000;
  text-transform: none;
  padding: 0;
  font-size: 17px;
}
@media screen and (min-width: 1000px) {
  .product-item-meta__price-list-container .label.label--highlight, .product-meta__price-list-container .label.label--highlight {
    font-size: 17px !important;
  }
}
.product-item-meta__price-list-container .product-meta__label-list:not(:empty), .product-meta__price-list-container .product-meta__label-list:not(:empty) {
  margin-left: 3px;
}

@media screen and (max-width: 999px) {
  .line-item__content-wrapper .price.price--large {
    font-size: 13px;
  }
}
.line-item__content-wrapper .price.price--highlight {
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .line-item__content-wrapper .price.price--highlight {
    font-size: 14px;
  }
}
.line-item__content-wrapper .label.label--highlight {
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .line-item__content-wrapper .label.label--highlight {
    font-size: 14px !important;
  }
}
.line-item__content-wrapper .product-meta__label-list:not(:empty) {
  margin-left: 3px;
}

.line-item__price-list-container .price.price--large {
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .line-item__price-list-container .price.price--large {
    font-size: 15px;
  }
}
.line-item__price-list-container .price.price--compare {
  order: 1;
  margin-right: 0px !important;
}
.line-item__price-list-container .price.price--highlight {
  order: 2;
  margin-right: 0px !important;
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .line-item__price-list-container .price.price--highlight {
    font-size: 13px;
  }
}
.line-item__price-list-container .label.label--highlight {
  order: 3;
  background: transparent;
  color: #000;
  text-transform: none;
  padding: 0;
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .line-item__price-list-container .label.label--highlight {
    font-size: 13px !important;
  }
}
.line-item__price-list-container .product-meta__label-list:not(:empty) {
  margin-left: 3px;
}

.product__info .label-list {
  font-size: 13px;
}
@media screen and (min-width: 1000px) {
  .product__info .label-list {
    font-size: 14px !important;
  }
}

.mini-cart__recommendations-list .product-item-meta .price-list--centered {
  justify-content: left;
}

@media screen and (min-width: 1000px) {
.mini-cart__recommendations-list .product-item-meta .price-list--centered {
    justify-content: center;
}
}

.product-meta__taxes-included {
  font-size: 12px;
  color: #A0A09F;
}

.ed-product-teaser-on-collection {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: normal;
  display: block;
}
@media only screen and (max-width: 999px) {
  .ed-product-teaser-on-collection {
    font-size: 10px !important;
  }
}

.ed-klarna-custom-payment .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.ed-klarna-custom-payment .inner img {
  margin-right: 5px;
  filter: grayscale(100%);
}

@media only screen and (min-width: 1000px) {
  .ed-product-form__image .ed-block-image-mobile {
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  .ed-product-form__image .ed-block-image-desktop.ed-block-image-desktop-hide {
    display: none;
  }
}

@media (max-width: 768px) {
  .product-item__quick-buy-button.hidden-no-touch {
    display: block !important;
  }
}

.ed-popular-variant {
  display: none;
  position: absolute;
  font-size: 10px;
  z-index: 3;
  top: -12px;
  background: darkorange;
  padding: 3px;
  border-radius: 5px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

.ed-buy-box {
  border: 1px solid rgba(var(--border-color));
  padding-bottom: 15px;
}
.ed-buy-box .ed-social-proof-banner {
  margin-top: 0;
}
.ed-buy-box > product-meta, .ed-buy-box > .product-form, .ed-buy-box > .product-meta__aside {
  padding: 0 15px;
}
@media (max-width: 640px) {
  .ed-buy-box > product-meta, .ed-buy-box > .product-form, .ed-buy-box > .product-meta__aside {
    padding: 0 8px 8px;
  }
}
.ed-buy-box .product-meta {
  border-bottom: none !important;
}

.ed-quantity-discount-container .title-container {
  margin-bottom: 7px;
}

.ed-quantity-discounts input {
  display: none;
}
.ed-quantity-discounts .inner {
  display: flex;
  flex-direction: column;
}
.ed-quantity-discounts .inner .quantity-item {
  display: block;
  border: 1px solid rgb(var(--border-color));
  border-radius: var(--button-border-radius);
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ed-quantity-discounts .inner .quantity-item:hover, .ed-quantity-discounts .inner .quantity-item.selected {
  border: 2px solid #000000;
}
.ed-quantity-discounts .inner .quantity-item:hover .item-inner *:not(.ed-discount-badge), .ed-quantity-discounts .inner .quantity-item.selected .item-inner *:not(.ed-discount-badge) {
  opacity: 1 !important;
}
.ed-quantity-discounts .inner .quantity-item .item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.ed-quantity-discounts .inner .quantity-item .item-inner:not(.selected) > *:not(.ed-discount-badge) {
  opacity: 0.6;
}
.ed-quantity-discounts .inner .quantity-item .item-inner .label {
  font-size: inherit;
  font-weight: 500;
  padding-left: 0;
  color: #000000;
}
.ed-quantity-discounts .inner .quantity-item .item-inner .ed-discount-badge {
  border-radius: 5px;
  padding: 0 7px;
  background: #A3D4A9;
}
.ed-quantity-discounts .inner .quantity-item .item-inner .ed-discount-badge span {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.header__icon-wrapper.tap-area.hidden-pocket.hidden-lap {
    display: none;
}

.ed-search-bar-on-header.header__icon-wrapper.tap-area.hidden-desk {
    display: none;
}


@media only screen and (min-width: 10000px) {
  .price.price--highlight.price--large {
    font-size:35px;
}
  }

.price.price--highlight.price--large {
    font-weight: 500;
    color: #F132A1;
    font-size:28px;
  }

.psy-text-before-price-highlight {
    display: block;
}

.psy-text-after-price-highlight {
  display:inline-block;
  font-size:16px;
  font-weight: 600;
}

.price.price--highlight.price--large {
  display:inline-block;
}

.psy-text-before-price-highlight {
  font-size:20px;
  font-weight: 700;
  color: #F132A1;
}

.label.label--highlight {
  font-size: 17px;
  font-weight: 500;
  color: #3AAA35;
  font-style: normal;
  text-decoration: none;
}

.psy-text-before-price-highlight {
  font-size: 16px;
  font-weight: 700;
}

.price.price--highlight.price--large {
  font-size: 17px;
}

.product__info shopify-payment-terms {
  font-size: 13px;
}

.psy-text-after-price-highlight {
  font-size: 12px;
  font-weight: 600;
}

.psy-text-before-price-discount {
  color: #000;
  font-size: 16px;
}

.product__info .price-compare {
  line-height: 20px;
  margin-bottom: 6px;
}

.shopify-installments {
  display:none;
}

.product-meta__reference {
  padding-bottom:10px;
}

.line-item__price-list-container .price.price--compare,
.totals .totals-row .totals__subtotal-value {
  font-size: 13px;
}

.psy-text-before-price {
  color: #000000;
  font-size: 16px;
}

.price.price--compare {
  font-size: 14px;
}

.price-list.price-list--stack span {
	font-size: 13px !important;
}
.mini-cart__recommendations-inner {
	padding-inline: 25px;
}
.product-item__info .price-list.price-list--centered span {
  font-size: 13px !important;
}

@media screen and (max-width: 768px) {
.cart__content {
  padding-top: 20px
}
  }

.normal_info_buttons {
  display:none !important;
}

.price-list.hidden-tablet-and-up {
    display: flex;
    gap: 2px;
    align-items: center;
}
.price-list.hidden-tablet-and-up span {
    font-size: 13px !important;
    line-height: 1.5em;
    margin-block: 8px;
}

.price-list.price-list--centered {
	display: flex;
	gap: 3px;
	align-items: center;
}
.price-list.price-list--centered span {
    font-size: 13px !important;
    line-height: 1.5em;
    margin-block: 8px;
}
}

/* @media (max-width:480px){

.price-list.hidden-tablet-and-up span {
    font-size: 11px !important;
    
}


.price-list.price-list--centered span {
    font-size: 11px !important;
  
} */
