.text-unit-rem {
  --text-unit: 1rem;
}

.text-unit-em {
  --text-unit: 1em;
}

.text-unit-px {
  --text-unit: 16px;
}

.text-xs {
  font-size: var(--text-xs, 0.6875rem);
}



.b-products-images .b-products-images__image {
    background-color: hwb(0deg 95.18% 4.82%);
}
.b-products-images .b-products-images__image img {
    mix-blend-mode: multiply;
}



.js-read-more__btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  -webkit-appearance: none;
          appearance: none;
  cursor: pointer;
  color: var(--color-primary);
  text-decoration: underline;
}


@media screen and (min-width: 761px) {
    .wa-order-form-wrapper.with-adaptive .wa-step-shipping-section .wa-delivery-types-section .wa-types-list > * {
        width: 31.333333%!important;
    }
}