/** Shopify CDN: Minification failed

Line 1797:75 Unexpected "{"
Line 2253:0 Unexpected "}"

**/
.product {
  margin: 0;
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product__media-wrapper, .product__media-wrapper-printed {
  padding-left: 0;
  padding-bottom: 0;
}

.product__info-wrapper, .product__info-wrapper-printed {
  padding-left: 0;
  padding-bottom: 0;
}


@media screen and (max-width: 749px) {
  .product-section {
    margin-top: 0;
  }
}

@media screen and (min-width: 750px) {
  .product__info-container--sticky {
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .product__media-container .slider-buttons {
    display: none;
  }

  .product__info-container {
    background-color: #FFF;
    padding: 10px 25px 0px 25px;
    border-radius: 2px;
    margin-bottom: 50px;
    /* min-height: calc(100% - 35px); */
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 990px) {
  .product:not(.product--no-media):not(.featured-product) .product__media-wrapper {
    max-width: 64%;
    width: calc(64% - 1rem / 2);
  }
    .product:not(.product--no-media):not(.featured-product) .product__media-wrapper-printed {
    max-width: 55%;
    width: calc(55% - 1rem / 2);
  }


  .product:not(.product--no-media):not(.featured-product) .product__info-wrapper {
    padding-left: 4rem;
    max-width: 36%;
    width: calc(36% - 1rem / 2);
  }

    .product:not(.product--no-media):not(.featured-product) .product__info-wrapper-printed  {
    padding-left: 4rem;
    max-width: 45%;
    width: calc(45% - 1rem / 2);
  }

  .product__info-wrapper, .product__info-wrapper-printed {
    padding-left: 5rem;
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  border-radius: 0;
  font-family: inherit;
  min-height: 4.6rem;
}

.shopify-payment-button__button [role="button"].focused,
.no-js .shopify-payment-button__button [role="button"]:focus {
  outline: .2rem solid rgba(var(--color-foreground), .5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 .1rem rgba(var(--color-button), var(--alpha-button-border)), 0 0 0 .3rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3) !important;
}

.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.shopify-payment-button__button [role="button"]:focus-visible {
  outline: .2rem solid rgba(var(--color-foreground), .5) !important;
  box-shadow: 0 0 0 .1rem rgba(var(--color-button), var(--alpha-button-border)), 0 0 0 .3rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  box-shadow: 0 0 0 0.2rem rgba(var(--color-button), var(--alpha-button-border));
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button--hidden {
  display: none;
}

/* Product form */

.product-form {
  display: block;
}

/* @media screen and (max-width: 989px) {
} */
/* .product-form {
  margin-left: 20px;
} */
.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  margin-top: 0.5rem;
}

/* Form Elements */
.product-form__input {
  /* flex: 0 0 100%; */
  padding: 0;
  margin: 0 0 1.2rem 0;
  /* max-width: 37rem; */
  min-width: fit-content;
  border: none;
}

variant-radios,
variant-selects {
  display: block;
}

.product-form__input--dropdown {
  margin-bottom: 1.6rem;
}

.product-form__input .form__label {
  padding-left: 0;
}

fieldset.product-form__input .form__label {
  margin-bottom: 0.2rem;
}

.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-form__input input[type='radio']+label {
  border: 0.1rem solid rgba(var(--color-foreground), 0.55);
  border-radius: 4rem;
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
}

.product-form__input input[type='radio']+label:hover {
  border: 0.1rem solid rgb(var(--color-foreground));
}

.product-form__input input[type='radio']:checked+label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

@media screen and (forced-colors: active) {
  .product-form__input input[type=radio]:checked+label {
    text-decoration: underline;
  }
}

.product-form__input input[type='radio']:checked+label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input input[type='radio']:disabled+label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.4);
  text-decoration: line-through;
}

.product-form__input input[type='radio']:focus-visible+label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.product-form__input input[type='radio'].focused+label,
.no-js .shopify-payment-button__button [role="button"]:focus+label {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* No outline when focus-visible is available in the browser */
.no-js .product-form__input input[type='radio']:focus:not(:focus-visible)+label {
  box-shadow: none;
}

.product-form__input .select {
  max-width: 25rem;
}

.product-form__submit {
  margin-bottom: 1rem;
}

.no-js .product-form__submit.button--secondary {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
}

.product-form__submit[aria-disabled="true"]+.shopify-payment-button,
.product-form__submit[disabled]+.shopify-payment-button {
  display: none;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled="true"] {
    color: Window;
  }
}

/* Overrides */
.shopify-payment-button__more-options {
  color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */

.product__info-container>*+* {
  margin: 1.5rem 0;
}

@media (max-width: 989px) {
  .product__usp--container {}

  .description__container {
    margin-top: 30px;
  }
}

/* .product__info-container .product-form,
.product__info-container .product__description {
  margin: 2.5rem 0;
} */

.product__text {
  margin: 24px 0 0 0;
  font-weight: 700;
  font-size: 16px;
  padding: 0 8px;
  background-color: #ffe100;
  text-align: center;

}

a.product__text {
  display: block;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title {
  word-break: break-word;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 749px) {
  .product__title {
    font-size: 20px;
  }
}


.product__title+.product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing+.product__title {
  margin-top: 0;
}

.product__accordion .accordion__content {
  padding: 0 1rem;
}

.product .price {
  /* align-items: flex-start; */
  align-items: center;
}

.tax__label {
  margin: 0 0 0 8px;
  padding: 8px 4px;
  font-size: 13px;
  color: rgba(var(--color-foreground), 1);
}

.product .price .badge {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sold-out {
  background: transparent;
  color: rgb(var(--color-background));
  border: none;
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

@media screen and (min-width: 750px) {
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.6rem;
  }

  .product__info-container>*:first-child {
    margin-top: 0;
  }
}

.product__description-title {
  font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media noscript .product-form__input,
.product--no-media .product__tax {
  text-align: center;
}

.product__tax {
  margin-top: -1.4rem;
}

.product--no-media noscript .product-form__input,
.product--no-media .share-button {
  max-width: 100%;
}

.product--no-media fieldset.product-form__input,
.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form {
  flex-direction: column;
}

.product--no-media .product-form>.form {
  max-width: 30rem;
  width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

.product--no-media fieldset.product-form__input {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product__info-container>modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  justify-content: center;
}

.product--no-media .product__info-wrapper, .product--no-media .product__info-wrapper-printed {
  padding-left: 0;
}


.inhoud__list {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0;
}

.inhoud__list .inhoud__list--item {
  display: flex;
  align-items: center;
}

.inhoud__list .inhoud__list--item span:first-of-type {
  display: flex;
  align-items: center;
}

.inhoud__list .inhoud__list--item span:last-of-type {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 500;
}

.inhoud__list .inhoud__list--item span .icon-box {
  fill: rgba(var(--color-foreground), 0.7);
  width: 14px;
  height: 14px;
}

.inhoud__list .inhoud__list--item span .icon-nature {
  fill: rgb(var(--color-custom-quaternary));
  width: 16px;
  height: 16px;
}

.product__media {
  background-color: transparent;
  padding-top: calc(500 / 750 * 100%) !important;

}

.product__media img {
  max-width: 750px !important;
  max-height: 500px;
  object-fit: contain;
}

.product__bio {
  position: absolute;
  bottom: 10px;
  right: 5px;
}

.product__bio svg {
  width: 40px;
  height: 40px;
  fill: rgb(var(--color-custom-quaternary));
}

.quantity_and_button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0px;
}

.quantity_and_button .button--primary {
  background-color: rgb(var(--color-custom-quaternary));
  border-color: rgb(var(--color-custom-quaternary));
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  box-shadow: none;
  outline: 0;
}

.quantity_and_button .button--primary:hover {
  color: rgb(var(--color-custom-primary));
  background-color: rgba(var(--color-foreground), 1);
}

.quantity_and_button .button--primary:hover {
  box-shadow: none;
  outline: 0;
  border-color: transparent;
}

.quantity_and_button .button--primary svg {
  fill: white;
}

.quantity_and_button .button--primary:hover svg {
  fill: rgba(var(--color-custom-primary), 1);
}

.quantity_and_button>div:last-of-type {
  width: 295px;
}

@media (max-width: 989px) {
  .quantity_and_button>div:last-of-type {
    width: 100%;
  }
}

.icon__label {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon__label>span:last-of-type {
  margin-left: 10px;
}

.icon__label svg {
  width: 28px;
  height: 28px;
}

.wishlist--button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  float: left;
  border-radius: 0;
  background-color: transparent;
  border: 0px;
  padding: 10px 0;
  margin-left: 1rem;
  cursor: pointer;
  font-family: var(--font-body-family);
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 350px) {
  .wishlist--button {
    float: right;
  }
}

.wishlist--button>span:first-of-type {
  position: relative;
}

.wishlist--button>span:first-of-type .icon-wishlist {
  margin-top: 5px;
  width: 28px;
  height: 28px;
  fill: #FFF;
  stroke: #c5c5c5;
  stroke-width: 1px;
  shape-rendering: auto;
}

.wishlist--button>span:first-of-type span.circle {
  display: flex;
  width: 16px;
  height: 16px;
  background-color: rgb(var(--color-custom-quaternary));
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.wishlist--button>span:first-of-type .circle svg {
  width: 12px;
  height: 12px;
  fill: rgb(var(--color-background));
}

.wishlist--button>span:last-of-type {
  margin-left: 0px;
  font-size: 18px;
}

/* CUSTOM PRODUCT STYLE */
.product--container {
  position: relative;
}

.product--container .product {
  align-items: center;
}

.product:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
  max-height: 250px;
  z-index: -1;
}

.background-grey {
  background-color: #f5f5f5;
}

@media screen and (max-width: 749px) {
  .product:before {
    height: 10em;
    max-height: inherit;
  }

}

/* WISHLIST BUTTON */
.wishlist--button.active {
  /*  background-color: rgba(var(--color-custom-quaternary), 1); */
  border-color: #ff5146;
}

.wishlist--button.active .circle {
  background-color: rgba(var(--color-custom-primary), 1) !important;
}

.wishlist--button.active .circle .icon {
  fill: #000;
}

.wishlist--button.active>span:first-of-type .icon-wishlist {
  fill: #ff5146;
  stroke: #ff5146;
  stroke-width: 2px;
}

/* PRODUCT BADGE */
.product-section .product-piece-price-badge {
  /* width: 118px;
  height: 118px; */
}

.product-section .product__suggestion .product-piece-price-badge {
  width: 80px;
  height: 80px;
}

.product-section .product-piece-price-badge div {
  font-size: 18px;
}

.product-section .product__suggestion .product-piece-price-badge div {
  font-size: 13px;
}

.product-section .product-piece-price-badge div span:nth-of-type(2) {
  font-size: 25px;
}

.product-section .product__suggestion .product-piece-price-badge div span:nth-of-type(2) {
  font-size: 16px;
}

@media screen and (max-width: 989px) {
  .product-section .product-piece-price-badge {
    right: 12px;
  }
}

/* PROS-CONS DESCRIPTION */
.pros--cons__section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pros--cons__section ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.pros--cons__section ul li:before {
  width: 17px;
  height: 17px;
  font-size: 18px;
  font-weight: 500;
  color: rgb(var(--color-background));
  /* display: flex;
  align-items: center;
  justify-content: center; */
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  transform: translateY(-50%);
  left: 0;
}

.pros--cons__section ul.pros li:before {
  content: "+";
  background-color: rgb(var(--color-custom-quaternary));
  padding: 1px 0 0 1.5px;
}

.pros--cons__section ul.cons li:before {
  content: "-";
  background-color: rgba(var(--color-foreground), 0.5);
  padding: 0px 0 0 1.3px;
}

@media screen and (min-width: 990px) {
  .description__container {
    margin-top: 50px;
  }
}

/* PRODUCT TABLE */
.char__container {
  flex: 0 0 47%;
}

.specs__container {
  flex: 0 0 47%;
}

.spectd {
  border: none;
}

.product-section table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (min-width: 990px) {

  .product-section .char__container,
  .product-section .specs__container {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .product-section .specs__container {
    margin-left: 6%;
  }
}

.product-section .specs__container table {
  width: 100%;
}

.product-section table th {
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
}

.specification__container table th,
.specification__container table td {
  padding: 6px 4px;
}

.product-section table tr:nth-child(even) {
  background-color: rgb(var(--color-background));
}

.product-section table svg.cursor-pointer {
  width: 16px;
  height: 16px;
  fill: rgba(var(--color-foreground), 0.6);
}

.product-section table svg.text-usp {
  width: 24px;
  height: 24px;
  fill: rgb(var(--color-custom-quaternary));
}

/* SLIDER */
.product__slide {
  position: relative;
}

.Splide--thumb .media img {
  padding: 10px;
  object-fit: contain;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.Splide--main .media img {
  max-height: 500px;
  object-fit: contain;
  max-width: 750px !important;
  margin: 0 auto;
  width: 100% !important;
}

@media screen and (max-width: 749px) {
  .Splide--main .media img {
    max-height: 300px;
  }
}

.Splide--thumb {
  padding: 0 50px;
}

/* .Splide--thumb .media img {
  width: calc(100% / 2) !important;
  height: calc(100% / 2) !important;
} */
.Splide--thumb li.splide__slide:not(.is-active) {
  border: 1px solid rgba(var(--color-foreground), 0.2) !important;
}

.Splide--thumb li.splide__slide.is-active {
  border-width: 1px !important;
}

.Splide--thumb .splide__arrow {
  background-color: transparent;
}

.Splide--thumb .splide__arrow svg {
  width: 56px;
  height: 56px;
}

@media screen and (min-width:990px) {
  .Splide--thumb {
    position: absolute !important;
    /* bottom: -30%; */
    bottom: -200px;
  }
}

@media screen and (max-width:989px) {
  .Splide--thumb {
    padding: 0;
  }

  .Splide--thumb .splide__arrow {
    display: none;
  }
}

/* PRODUCT USP */
.product__usp--text {
  display: flex;
  align-items: center;
  margin: 8px 0 8px;
}

.product__usp--text .icon {
  width: 16px;
  height: 12px;
  /* margin-top: 8px; */

  fill: rgb(var(--color-custom-quaternary));
}

.product__usp--text>div {
  margin-left: 10px;
}

.product__usp--text>div p {
  margin: 0;
}

@media screen and (min-width: 990px) {
  .product__usp--container {
    /*    display: flex; */
    justify-content: space-around;
    /* position: absolute; */
    /* bottom: -25%; */
    /* bottom: -170px; */
  }
}

/* ON SCROLL PRODUCT DETAILS */
#Product__add-to-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 100;
}

#Product__add-to-cart>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}

#Product__add-to-cart .price_1 {
  font-size: 16px;
}

#Product__add-to-cart .price_2 {
  font-size: 12px;
}

#Product__add-to-cart .product__usp--text {
  margin: 0;
}

#Product__add-to-cart .product__usp--text>div p {
  font-size: 14px;
}

#Product__add-to-cart .price__regular {
  padding: 0;
}

@media screen and (max-width: 989px) {
  #Product__add-to-cart>div {
    justify-content: center;
  }
}

#Product__add-to-cart .product__details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#Product__add-to-cart .product__details>div:last-of-type {
  margin-left: 10px;
}

#Product__add-to-cart .product__details h2 {
  margin: 0 0 6px;
}

#Product__add-to-cart>div>div {
  margin-right: 10px;
}

#Product__add-to-cart>div>div:last-of-type {
  margin-right: 0;
}

#Product__add-to-cart>div .product__usp--container {
  position: relative;
  bottom: 0;
}

#Product__add-to-cart .product-form__input {
  margin: 0;
}

/* #Product__add-to-cart .product__form .product-form__buttons {
  margin-left: 10px;
} */
@media screen and (max-width: 989px) {
  #Product__add-to-cart .product__form .product-form__buttons button {
    width: auto !important;
    margin: 0 auto;
  }
}

/* Product details */
#Product__add-to-cart {
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
}

#Product__add-to-cart.fade-out {
  opacity: 0;
  visibility: hidden;
}

#Product__add-to-cart.fade-in {
  opacity: 1;
  visibility: visible;
}

/* PRODUCT MODAL */
[class*="--modal--btn"] {
  display: none;
}

.char__container table span.block .cursor-pointer {
  cursor: pointer;
}

/* PRICE STYLE */
.product-section .price .price-item {
  margin: 0 !important;
  letter-spacing: normal;
  font-weight: 700;
  line-height: normal;
}

.product__info-container .price.price--on-sale .price__sale {
  position: relative;
}

.product__details .sale__badge {
  display: none;
}

.product__info-container .price.price--on-sale .price__sale .sale__badge {
  position: absolute;
  top: -25%;
  right: -60%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  background-color: rgb(var(--color-custom-primary));
  font-size: 25px;
  border-radius: 50%;
  transform: rotate(-10deg);
  font-weight: 700;
}

.product-section .price.price--on-sale .price__sale {
  background-color: transparent;
  align-items: flex-end;
  display: block;
}

.product-section .price__sale .sale_text {
  display: none;
}

.product-section .tax__price-sale_price {
  order: 1 !important;
  line-height: 1 !important;
}
.product-section .compare_price_wrapper{
  order: 2;
}
.product-section .tax__price-regular{
  display: flex;
  align-items: flex-end;
  gap: 2px;
  line-height: 1 !important;
}
.product-section .tax__price-compare-regular{
  font-size: 14px !important;
}

.product-section .tax__price-sale_price span:first-child, .product-section .tax__price-regular .price-text:first-child{
  font-size: 25px;
}
.product-section .tax__price-sale_price span:last-child,  .product-section .tax__price-regular .price-text:last-child{
  font-size: 20px;
}
/* 
.product-section .price__sale span.price-item.price-item--sale.price-item--last span:first-of-type {
  font-size: 25px;
}

.product-section .regular_price .price_2 {
  font-size: 20px !important;
} */

/* .product-section .price__sale span.price-item.price-item--sale.price-item--last span:last-of-type {
  font-size: 20px;
  margin-left: 0;
} */
/* 
.product-section .price__sale span.price-item.price-item--sale.price-item--last span {
  margin-left: 10px;
} */

.product-section .price {
  align-items: flex-end;
}

.product-section .tax__label {
  margin: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
}


/* Product media */
.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.product__media-list .product__media-item {
  max-width: 750px;
  max-height: 500px;
  overflow: hidden;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item {
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide),
    .product__media-wrapper-printed slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }



  .product--mobile-columns .product__media-item {
    width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
  }
}

@media screen and (min-width: 750px) {

  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
  }

  .product__media-list {
    padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
  }

  /* .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  } */

  .product-media-modal__content>.product__media-item--variant.product__media-item--variant {
    display: none;
  }

  .product-media-modal__content>.product__media-item--variant:first-child {
    display: block;
  }
}

.product__media-item.product__media-item--variant {
  display: none;
}

.product__media-item--variant:first-child {
  display: block;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }

  .product__media-list .product__media-item {
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: calc(1.2rem + var(--media-border-width));
  top: calc(1.2rem + var(--media-border-width));
  z-index: 1;
  transition: color var(--duration-short) ease,
    opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
  opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }

  .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 5rem;
    width: 5rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 4.2rem;
    width: 4.2rem;
  }

  .product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button {
    height: 3.6rem;
    width: 3.6rem;
  }

  .product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

@media screen and (min-width: 990px) {
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product:not(.product--columns) .product__media-list .product__media-item:first-child,
  .product:not(.product--columns) .product__media-list .product__media-item--full {
    width: 100%;
    max-width: 100%;
  }

  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

.product__media-item>* {
  display: block;
  position: relative;
}

.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}

.product__media-toggle::after {
  content: '';
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {

  .product__media-toggle:focus-visible,
  .product__media-toggle:focus-visible:after,
  .product-form__input input[type="radio"]:focus-visible+label {
    outline: transparent solid 1px;
    outline-offset: 2px;
  }
}

.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}

.product__media-toggle:focus-visible:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product-media-modal {
  background-color: rgb(var(--color-background));
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

.product-media-modal__content>*:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }

  .product-media-modal__content>*:not(.active) {
    display: block;
  }

  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product__media-list .deferred-media {
    display: block;
  }
}

@media screen and (max-width: 749px) {

  .product--thumbnail .is-active>.product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider .is-active>.product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
}

.product-media-modal__content>* {
  display: block;
  height: auto;
  margin: auto;
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}

.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content>* {
    width: 100%;
  }

  .product-media-modal__content>*+* {
    margin-top: 2rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content>*+* {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/* Product popup */

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.4);
  backdrop-filter: blur(2px);
  height: 100%;
  transition: ease 0.5s;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: auto;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  /* border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;*/
  border-width: 0px;
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}


#PopupModal-supModal h1 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
}

.product-popup-modal__content.focused {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
    var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }

  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }

  .product-media-modal__dialog .global-media-settings,
  .product-media-modal__dialog .global-media-settings video,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings iframe,
  .product-media-modal__dialog .global-media-settings img {
    border: none;
    border-radius: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
}

.product-popup-modal__button {
  font-size: 1.5rem;
  padding-right: 1.3rem;
  padding-left: 0;
  height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__content-info {
  line-height: 1.5;
}

.product-popup-modal__content-info h1 {
  padding-right: 4.4rem;
  margin-bottom: 20px;
}

.product-popup-modal__content-info>* {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info>* {
    max-height: 100%;
  }
}

.product-popup-modal__toggle {
  background-color: rgb(var(--color-background));
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

.product__media-list .media>* {
  overflow: hidden;
}

.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
  content: none;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }

  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

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

  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .product__media-item {
    display: flex;
    align-items: center;
  }

  .product__modal-opener {
    width: 100%;
  }

  .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.6rem);
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
    margin-bottom: 30px;
  }

  .product__media-wrapper .slider-mobile-gutter .slider-button,
     .product__media-wrapper-printed .slider-mobile-gutter .slider-button, {
    display: none;
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }

  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }
}

.alt_products {
  margin: 2rem 0px;
}

.alt_products strong {
  font-size: 18px;
  padding-bottom: 10px;
  display: inline-block;
}

.alt_products img {
  padding: 0px 1rem;
  background-color: #f5f5f5;
  max-width: 100%;
}

.alt_thumbnail {
  cursor: pointer;
  /*  background-color: transparent; */
  border: 1px solid #dddd;
}
.alt_box{
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  overflow: auto;
}
.alt_products a {
  margin-right: 0.8rem;
  flex: 1 0 28%;
}

@media screen and (max-width: 750px) {
  .alt_products img {
    width: 110px;
    /* height: 90px; */
    background-color: #FFF;
  }
}

.alt_products a:last-child {
  margin-right: 0rem;
}

.alt_thumbnail:hover {
  border: 1px solid #000;
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-base-text));
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #dddd;
}

.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.global-media-settings img {
  border-radius: 0;
}

.thumbnail[aria-current] {
  box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
  border: 1px solid #979797;
}

.thumbnail[aria-current]:focus-visible {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {

  .thumbnail[aria-current]:focus,
  .thumbnail.focused {
    outline: transparent solid 1px;
  }
}

.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.thumbnail img {
  pointer-events: none;
}

.thumbnail--narrow img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.thumbnail--wide img {
  height: auto;
  width: 100%;
}

.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}

.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}

.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.thumbnail-list__item {
  position: relative;
}

.thumbnail-list__item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.modal-wrapper {
  position: fixed;
  z-index: 100;
  border: solid 1px #979797;
  background-color: #fff;
  top: 50%;
  left: 50%;
  max-width: 932px;

  transform: translate(-50%, -50%);
}

@media screen and (max-width: 749px) {
  .modal-wrapper {
    width: 90%;
  }
}

.modal-wrapper .modal-title {
  position: relative;
  font-size: 26px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.13px;
  color: #222;
  padding: 10px 0;
  margin: 0;
}

.modal-body {
  max-height: 500px;
  overflow: scroll;
}

.modal-title-wrapper,
.modal-body-wrapper {
  padding: 1.3rem 23px;
}

.modal-wrapper .modal-title-wrapper {
  border-bottom: solid 1px #979797;
}

.modal-body-wrapper img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.modal-wrapper .button-wrapper {
  padding: 20px 23px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal-button-openner {
  display: inline-flex;
  padding-right: 10px;
  width: 100%;
  margin-top: 12px;
  position: absolute;
  bottom: 10px;
}

.modal-button-open {
  cursor: pointer;
}

@media screen and (max-width: 749px) {
  .modal-button-openner {
    position: absolute;
    bottom: 0;
  }
}

.modal-button-openner button {
  padding: 10px 9px;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  border: solid 1px #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  outline: 0;
  color: inherit;
}

@media screen and (max-width: 749px) {
  .modal-button-openner button {
    margin-left: 35px;
  }
}

.modal-button-openner button .icon {
  color: #ffe102;
  margin-right: 5px;
}

.modal-button-openner button:hover {
  color: #000;
  background-color: rgb(var(--color-custom-primary));
  outline: none;
  border: solid 1px rgb(var(--color-custom-primary));

}

.modal-button-openner button:hover .icon {
  color: #000;

}

.modal-wrapper p {
  font-size: 1.4rem;
  color: #777;
  margin: 0.4rem 0 0.2rem;
}

.modal-wrapper button {
  background-color: #000;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.07px;
  cursor: pointer;
  color: #fff;
  border: 0;
  padding: 10px 22px;
}

.modal-wrapper button:hover {
  color: #000;
  background-color: rgb(var(--color-custom-primary));
}

.modal-wrapper .btn {
  display: inline-block;
  padding: 0.8rem 1.4rem;
  font-weight: 700;
  background-color: black;
  color: white;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
}

.btn-open {}

.modal-wrapper .btn-close {
  transform: translate(10px, -20px);
  padding: 0.5rem 0.7rem;
  background: #eee;
  border-radius: 50%;
}

.overlay-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 3;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hidden {
  display: none;
}

.product-popup-modal-content__usp_text,
.liquid-popup-modal-content {
  max-width: 800px !important;
  margin-top: 2.5rem !important;
  border-radius: 7px;
}

.product-usp-text-popup-modal__button {
  padding-right: 0px;
  height: 2rem;
}

.liquid-popup-modal--container {
  margin: 5px 0 0;
}

.liquid-popup-modal-content {
  padding-bottom: 3rem;
}

.liquid-popup-modal--title button {
  padding-right: 0px;
  height: 1rem;
  cursor: pointer;
  font-size: 1.6rem;
  padding-left: 0;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-family: inherit;
}

.liquid-popup-modal--title .icon {
  width: 16px;
  height: 12px;
  fill: rgb(var(--color-custom-quaternary));
  margin-right: 10px;
}

.liquid-popup-modal--title modal-opener {
  display: flex;
  align-items: center;
}

.liquid-popup-modal--title modal-opener p {
  margin: 0px !important;
  padding: 0px !important;
}

.product .badges-container {
  position: absolute;
  top: 30px;
  left: 0px;
}

@media screen and (max-width: 740px) {
  .product .badges-container {
    margin-left: 10px;
  }

  .product .badges-container {
  position: absolute;
  top: 0px;
  left: 0px;
}
}

.volume_discount_table{
  margin: 0;
  padding-bottom: 2rem;

}
.volume_discount {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #FFF;
}

.volume_discount th,
.volume_discount td {
  color: #646464;
  padding: 10px 15px;
  text-align: left;
  font-weight: 300;
}

.volume_discount strong{
    background-color: rgb(255, 225, 0);
    padding-top: 3px;
    color: #000000;
    padding-bottom: 3px;
}
}


.volume_discount td .product-form {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.volume_discount tbody tr:nth-child(odd) {
  background: #f4f4f4 !important;
}

.volume_discount_atc{
  display: flex;
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 40px;
  align-items: center;
  gap: 2px;
  cursor: pointer;
}
.volume_discount_atc .loading-overlay__spinner svg circle {
  stroke: #898D95 !important;
}

.volume_discount_atc .small_cart_icon{
  width: 100%;
  height: 100%;
  display: block;
}
.volume_discount_atc .plus__icon{
  font-size: 16px;
  color: #000000;
}
.volume_discount_atc:hover .small_cart_icon svg{
  fill: #000000;
}
.volume_discount_atc:hover .plus__icon{
  color: #000000;
}

@media screen and (max-width: 749px) {
.volume_discount_atc .small_cart_icon{
  min-width: 30px;
}
}
/* Snackbar */
#volume-discount-account-drawer-notif {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #41CB42;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 12px;
  position: fixed;
  z-index: 999;
  right: 30px;
  top: 30px;
  font-size: 14px;
}

#volume-discount-account-drawer-notif.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#volume-discount-account-drawer-notif-error {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #FC6352;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 12px;
  position: fixed;
  z-index: 1;
  right: 30px;
  top: 30px;
  font-size: 14px;
}

#volume-discount-account-drawer-notif-error.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {right: 0; opacity: 0;} 
  to {right: 30px; opacity: 1;}
}

@keyframes fadein {
  from {right: 0; opacity: 0;}
  to {right: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {right: 30px; opacity: 1;} 
  to {right: 0; opacity: 0;}
}

@keyframes fadeout {
  from {right: 30px; opacity: 1;}
  to {right: 0; opacity: 0;}
}


@media screen and (max-width: 749px) {
  .volume_discount th,
  .volume_discount td {
    text-align: left;
  }
}

.pdp-price {
  display: inline-block;
}

.b2b-base__price{
  margin: 0;
}
.b2b-base__price + * + div{
  margin-top: 5px;
}
.b2b-base__price span{
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6c6c7a;
}
.datemsg {
  font-weight: 600;
  margin-bottom: 2px;
}

.product__customizable {
  margin-left: 10px;
  margin-bottom: 10px;
}
.customizable-button {
  background-color: yellow; /* Yellow background */
  color: black; /* Black text */
  font-family: 'Poppins', sans-serif; /* Poppins font */
  font-weight: 700; /* Font weight 700 */
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.customizable-button:hover {
  background-color: #f7f700; /* Slightly darker yellow on hover */
}

/* bedrukt */
.bedrukt-klantenservice {
  margin-top:-75px;
}

.bedrukt-klantenservice img{
  width: 150px;

}

#bedruktform {
  background-color: #ffffff;
}

