/** Shopify CDN: Minification failed

Line 683:32 Expected ":"

**/
.main-product {
  padding: 32px;
  max-width: 1340px;
  margin: 0 auto;

  --font-body-scale: 1.0;

  --color-foreground: 0, 0, 0;
  --color-background: 245, 243, 240;
  --color-link: 224, 104, 55;

  --inputs-radius-outset: 0px;
  --inputs-radius: 50px;
  --inputs-border-width: 1px;
  --inputs-border-opacity: 0.55;
  --inputs-shadow-opacity: 0.0;
  --inputs-shadow-horizontal-offset: 0px;
  --inputs-margin-offset: 0px;
  --inputs-shadow-vertical-offset: 4px;
  --inputs-shadow-blur-radius: 5px;

  --variant-pills-radius: 50px;
  --variant-pills-border-width: 1px;
  --variant-pills-border-primary: 224, 104, 55;
  --variant-pills-border-secondary: 227, 227, 227;

  --duration-short: 100ms;
}

/* Start rewrite theme.css*/
.main-product .form__label {
  padding-bottom: 0;
}

.main-product .hidden {
  display: none !important;
}
/* end rewrite theme.css*/

.main-product__grid {
  display: flex;
  gap: 80px;
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.main-product__grid {
		width: calc(100% - 32px);
	}
}
@media screen and (min-width: 992px){
	.main-product__grid {
		width: calc(100% - 80px);
	}
}

product-slideshow {
  display: block;
  width: 40%;
  position: relative;
}

.product__info-wrapper {
  width: 60%;
}

.product-slideshow--thumb {
  margin-top: 16px;
}

.product-slideshow--thumb .swiper-slide {
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
}

.product-slideshow--thumb .swiper-slide-thumb-active {
  border-color: #E06837;
}

.product-slideshow--thumb .product__media-item-wrapper {
  width: 80px;
}

.product__media-item {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

.product__media-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.product__badges .bwp-badge {
  position: unset;
}

.product__badges .sale-box,
.product__badges .preorder-box,
.product__badges .badge-box {
  text-align: center;
  width: auto;
  margin-bottom: 4px;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .product__badges .sale-box,
  .product__badges .preorder-box,
  .product__badges .badge-box {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.product__badges .sale-box {
  color: var(--sale-text);
  background: var(--sale-bg);
}

.product__badges .preorder-box,
.product__badges .badge-box {
  color: var(--product-badge-text-color);
  background: var(--product-badge-bg-color);
}

.product__badges.product__badges--circle .badge-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 6px;
  font-size: 13px;
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .product__badges.product__badges--circle .badge-box {
    width: 75px;
    height: 75px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1100px) {
  .product__badges.product__badges--circle .badge-box {
    width: 100px;
    height: 100px;
    padding: 10px;
    font-size: 20px;
  }
}

product-slideshow .swiper-button-next,
product-slideshow .swiper-button-prev {
	background: rgba(128, 128, 128, 0.596);	
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

product-slideshow .swiper-button-next:hover,
product-slideshow .swiper-button-prev:hover {
	background: #e06837;
}

product-slideshow .swiper-button-next {
	right: -15px;
}

product-slideshow .swiper-button-prev {
	left: -15px;
}
/* Dynamic checkout */

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

.shopify-payment-button__button [role='button'].focused,
.no-js .shopify-payment-button__button [role='button']:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
  0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.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: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
  0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  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));
}

.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 + .shopify-payment-button__button--hidden {
  display: none;
}

.inline-richtext a {
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.inline-richtext a,
.rte.inline-richtext a {
  color: currentColor;
}

.inline-richtext a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

/* Product info */

.product-info__container > * + * {
  /*margin: 1.5rem 0;*/
}

.product-info__container iframe {
  max-width: 100%;
}

.product-info__container .product-info__description,
.product-info__container .icon-with-text {
  margin: 0.75rem 0 1.5rem;
}

.product-info__description,
.product-info__description p,
.product-info__text {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(108, 108, 108);
}

.product-info__text {
  margin-bottom: 0.75rem;
  font-weight: 500;
  color: #e06837;
}

a.product-info__text {
  display: block;
  text-decoration: none;
}

.product-info__title {
  word-break: break-word;
  margin-bottom: 1rem;
}

.product-info__title > h1 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}

.main-product .price__container {
  margin: 0.75rem 0 1.5rem;
}

.product-info__container > *:first-child {
  margin-top: 0;
}

.product-qty-buy-buttons {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
  margin-bottom: 24px;
}

.product-qty-buy-buttons > .ui-button {
  margin-top: 16px;
}

.product-qty-buy-buttons__container {
  width: 100%;
}

.product-qty-buy-buttons__container.is-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  background-color: #fff;
  padding: 24px;
}

@media screen and (max-width: 767px) {
  .product-qty-buy-buttons__container.is-fixed .product-form__quantity {
    display: none;
  }
}

.product-qty-buy-buttons__container.is-fixed .shopify-payment-button {
  display: none;
}

.product-qty-buy-buttons__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.product-form__input.product-form__quantity {
  flex: 0 1 180px;
  margin-bottom: 0;
  min-width: auto;
}

.product-form-wrapper {
  flex: 1 0 180px;
}

.product-form__buttons button {
  /*--btn-top: 15px;*/
  /*---radius: 60px;*/
  /*text-transform: uppercase;*/
  padding-top: 18px;
  padding-bottom: 18px;
}

.product-form__buttons .product-form__submit--space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Product form */

.product-form {
  display: block;
}

.product-form .shopify-payment-button {
  margin-top: 8px;
}

.product-form .shopify-payment-button [role="button"] {
  border-radius: 60px;
}

.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 8px;
}

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

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

variant-radios,
variant-selects {
  display: block;
  margin: 0.75rem 0 2rem;
}

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

.product-form__input--dropdown {
  max-width: 300px;
}

.product-form__input .form__label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(108, 108, 108);
  padding-left: 0;
  margin-bottom: 0.5rem;
}

.product-form__input .form__label > span {
  color: rgba(0, 0, 0);
}

.radio__button-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.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-swatch {
  background-image: var(--background-label);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  min-width: 64px;
  height: 64px;
  padding: 10px;
  text-align: center;
}

.radio__button-grid--quantity {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.product-form__input input[type='radio'] + .label-quantity {
  padding: 12px 16px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.label-quantity__container {
  width: 100%;
  display: flex;
}

.label-quantity .label-quantity__checkbox {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: var(--variant-pills-border-width) solid rgba(var(--variant-pills-border-secondary));
  background-color: #ffffff;
  overflow: hidden;
  background-image: unset;
  Background-position: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.label-quantity .label-quantity__content {
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000000;
}

.label-quantity .label-quantity__content-value {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 3px;
}

.label-quantity  .label-quantity__content-value span {
  color: #6C6C6C;
}

.label-quantity .label-quantity__price {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.56;
}

.label-quantity .label-quantity__price span:first-child {
  line-height: 1.4;
}

.label-quantity .label-quantity__price-badge {
  display: block;
  padding: 0 8px;
  color: #E03737;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #FBE8E8;
  border-radius: 32px;
  overflow: hidden;
  margin-left: 8px;
}

.label-quantity .label-quantity__price-label {
  color: #A6A6A6;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4;
  margin-left: 8px;
}

.product-form__input input[type='radio'] + label {
  border: var(--variant-pills-border-width) solid rgba(var(--variant-pills-border-secondary));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
}

.product-form__input input[type='radio'] + label:before {
  content: '';
  position: absolute;
  top: calc(var(--variant-pills-border-width) * -1);
  right: calc(var(--variant-pills-border-width) * -1);
  bottom: calc(var(--variant-pills-border-width) * -1);
  left: calc(var(--variant-pills-border-width) * -1);
  z-index: -1;
  border-radius: var(--variant-pills-radius);
}

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

.product-form__input input[type='radio']:checked + label {
  border-color: rgba(var(--variant-pills-border-primary));
}

.product-form__input input[type='radio']:checked + label.label-quantity {
  border-color: #F5F3F0;
  background-color: #F5F3F0;
}


.product-form__input input[type='radio']:checked + .label-quantity .label-quantity__checkbox {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><g clip-path="url(%23clip0_2702_6345)"><path d="M0 7.44669L4.79421 12.2501L14 3.05337L12.6784 1.75L4.79421 9.62499L1.30334 6.13414L0 7.44669Z" fill="white"/></g><defs><clipPath id="clip0_2702_6345"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>');
  background-color: #E06837;
}

.product-form__input input[type='radio']:not(.disabled) + label > .visually-hidden:last-child {
  display: none;
}

@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,
.product-form__input input[type='radio'].disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.6);
  text-decoration: line-through;
}

.product-form__input input[type='radio'].disabled:checked + label,
.product-form__input input[type='radio']:disabled:checked + label {
  color: rgba(var(--color-background), 0.6);
}
.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;*/
  /*border-radius: 60px;*/
}

.no-js .product-form__submit.button--secondary {
  --color-button: inherit;
  --color-button-text: inherit;z
  --alpha-button-background: 1;
}

.product-form__submit[aria-disabled='true'] + .shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

@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: 16px;
  letter-spacing: 0.1rem;
}

.quantity {
  background: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  position: relative;
  width: 100%;
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: 56px;
  overflow: hidden;
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  height: 13px;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-form */
.select__select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 3.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  z-index: -1;
}

.select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

/*.select__select {*/
/*  font-family: var(--font-body-family);*/
/*  font-style: var(--font-body-style);*/
/*  font-weight: var(--font-body-weight);*/
/*  font-size: 1.2rem;*/
/*  color: rgba(var(--color-foreground), 0.75);*/
/*}*/

.select:hover.select:after,
.select__select:hover.select__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width))
  rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.select__select:focus-visible {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.select__select:focus {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.select {
  display: flex;
  position: relative;
  width: 100%;
}

.select .icon-caret {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(1px + 1.5rem);
}

.select__select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
  background-image: unset;
}

@media screen and (max-width: 991px) {
  .main-product__grid {
    gap: 32px;
  }

  .product-form__input.product-form__quantity {
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-product {
    padding: 0 24px 24px;
  }

  .main-product__grid {
    gap: 24px;
    flex-direction: column;
  }

  .main-product__grid > * {
    width: 100%;
  }

  .product-info__title > h1 {
    font-size: 26px;
    line-height: 1.46;
  }

  .product-info__title {
    margin-bottom: 0.75rem;
  }

  .product-info__description,
  .product-info__description p,
  .product-info__text {
    font-size: 14px;
  }
}

.pdp-block-iwt-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 28px;
}

.pdp-block-iwt-row + .pdp-block-iwt-row {
  margin-top: -20px;
}

.pdp-block-iwt-row p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.pdp-block-iwt-row img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.pdp-block-iwt-row p:not(:first-child) {
  margin-left: 12px;
}

product-tab {
  display: block;
}

.product-tab__container {
  padding: 12px 0;
  border-top: 1px solid rgb(227, 227, 227);
  border-bottom: 1px solid rgb(227, 227, 227);
}

.product-tab__title {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.product-tab__body {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(108, 108, 108);
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .product-tab__title {
    font-size: 18px;
  }

  .product-tab__body {
    font-size: 14px;
  }
}

.product-tab__body-products {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.product-tab__body-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: calc(25% - 15px);
  /*min-width: 120px;*/
}

@media screen and (max-width: 1099px) {
  .product-tab__body-product {
    width: calc(100% / 3 - 14px);
  }
}

@media screen and (max-width: 767px) {
  .product-tab__body-product  {
    width: calc(100% / 3 - 14px);
  }
}

@media screen and (max-width: 439px) {
  .product-tab__body-product {
    width: calc(50% - 10px);
  }

	.product-info__title > h1 {
		font-size: 22px;
	}
}

.product-tab__body-product-icon {
  width: 100px;
  height: 100px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.product-tab__body-product-title {

}

.product-collections-block {
  padding-top: 24px;
  padding-bottom: 24px;
}

.product-collections-block__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
}

.product-collections-block__tags {
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-collections-block__tags > a {
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid rgb(166, 166, 166);
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-collections-block__tags > a:hover {
  color: var(---color-primary);
  border-color: var(---color-primary);
}

.okeReviews[data-oke-container] .oke-sr-stars .oke-stars .oke-stars-foreground svg use:not(:last-child),
.okeReviews[data-oke-container] .oke-sr-stars .oke-stars .oke-stars-background svg use:not(:last-child) {
  display: inline-block;
}

.bwp__recommendation {
	width: 100%;
}

.bwp_products__slideshow {
	width: 100%;
	padding: 20px 0;
}

.bwp_products__slideshow .upsell-product__item {
	height: auto;
	padding: 15px 10px;
	border: 1px solid rgba(128, 128, 128, 0.645);
	border-radius: 4px;
}

.bwp_products__slideshow .upsell-product__image-container {
	padding-top: 30%;
	margin-right: 10px;
}

.bwp_products__slideshow .upsell-product__content {
	align-self: stretch;
	justify-content: space-between;
}

.bwp_products__slideshow .upsell-product__form {
	align-self: flex-start;
}

@media screen and (ma-width: 440px) {
	.bwp_products__slideshow .upsell-product__form {
		align-self: center;
	}
}

.bwp_products__slideshow .bwp_button {
	border: 2px solid #E06837;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}

.bwp_products__slideshow.swiper-initialized .bwp_button {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}

.bwp_products__slideshow .bwp_button:hover {
	cursor: pointer;
	background-color: #E06837;
}

.bwp_products__slideshow .upsell-product__button {
	padding: 9px;
}

