/** Shopify CDN: Minification failed

Line 66:0 Unexpected "{"
Line 66:1 Expected identifier but found "%"
Line 66:23 Expected identifier but found "{"
Line 66:24 Expected identifier but found "%"
Line 69:2 Unexpected "{"
Line 69:3 Expected identifier but found "%"
Line 69:22 Expected identifier but found whitespace
Line 69:23 Unexpected "2px"
Line 69:33 Expected identifier but found "%"

**/
/* Place any CSS overrides in this file. */
body {

}
.b-calc {
  margin: 30px auto;
  width: 1240px;
  max-width: calc(100% - 30px);
}
.b-calc__head {
  max-width: 630px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.b-calc__wrap {
  border-radius: 16px;
  padding: 24px 15px;
}

.b-calc__content {
  text-align: center;
}
.b-calc__item {
  margin-bottom: 32px;
}
.b-calc__img {
  display: block;
  width: 140px;
  margin: 0 auto 16px;
}
.b-calc__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.c-calc__subtitle {

}
.b-calc__input {
  margin: 16px 0 7px;
  border-radius: 16px;
  background-color: #fff;
  border: none!important;
  text-align: center;
  font-size: 24px;
  height: 60px;
  color: #000;
  padding: 0;
  display: block;
  width: 100%;
  -moz-appearance: textfield;
{% comment %}max-width:{% endcomment %}
  &:focus,
  &:active {
  {% comment %}border: 2px soldi{% endcomment %}
  }
  &::-webkit-outer-spin-button,
  &::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}
.b-calc__btn-wrap {

}
.b-calc .b-calc__btn {
  display: block;
  margin: 20px auto 25px;
  width: fit-content;
}

.b-calc__right {
  background-color: #fff;
  border-radius: 16px;
  padding: 48px 24px 24px;
}
.b-calc__right-title {
  font-weight: bold;
  text-align: center;
}
.b-calc__result {
  padding: 124px 0;
  width: 100%;
  text-align: center;
  font-size: 65px;
  font-style: italic;
}
.b-calc__error-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  &.active {
    display: flex;
  }
}
.b-calc__error {
  max-width: 612px;
  width: calc(100% - 30px);
  border-radius: 16px;
  background-color: #fff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
}
.b-calc__error-text {
  width: calc(100% - 40px);
}
.b-calc__error-close {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, .5);
  cursor: pointer;
  svg {
    fill: #000;
  }
}

@media all and (min-width: 992px) {
  .b-calc__head {
    margin-bottom: 80px;
  }
  .b-calc__wrap {
    display: flex;
    padding: 64px 100px;
    flex-wrap: wrap;
  }
  .b-calc__left {
    width: calc(100% - 308px);
    padding-right: 20px;
  }
  .b-calc__right {
    width: 308px;
  }
  .b-calc__btn-wrap {
    order: 3;
    width: 100%;
  }
  .b-calc__item {
    display: flex;
    align-items: center;
  }
  .b-calc__img {
    width: 200px;
    margin: 0 64px 0 0;
  }
  .b-calc__input-wrap {
    display: flex;
    align-items: center;
  }
  .b-calc__input {
    margin: 0;
    margin-right: 8px;
    width: 92px;
    height: 52px;
    font-size: 15px;
  }
  .b-calc__input-label {
    margin: 0;
  }
  .b-calc__content {
    text-align: left;
    width: calc(100% - 264px);
  }
  .b-calc__subtitle {
    margin: 8px 0 16px;
  }
  .b-calc__result {
    padding: 114px 0;
  }
  .b-calc .b-calc__btn {
    margin: 60px auto 0;
  }

  .drawer .b-calc__wrap {
    padding: 40px 20px;
  }
}
.variant__inventory {
  margin-bottom: 24px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.contacts {
  padding: 0 20px;
  margin-bottom: 48px;
  .b-calc__head {
    margin: 48px auto;
  }
}
.contacts__block {
  border-radius: 16px;
  padding: 32px 24px 48px;
  text-align: center;
  margin-bottom: 16px;
}
.contacts__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  img {
    width: 32px;
  }
}
.contacts__title {
  margin: 24px 0 48px;
  font-size: 24px;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .contacts {
    margin: 80px 0 64px;
  }
  .contacts .b-calc__head {
    margin-bottom: 80px;
  }
  .contacts__list {
    display: flex;
    justify-content: space-between;
  }
  .contacts__block {
    width: calc(50% - 8px);
  }
}

.related__slider {
  overflow: hidden;
}
@media all and (min-width: 991px) {
  .related__slider-less .swiper-wrapper {
    justify-content: center;
  }
  .related__slider-less .swiper-button--prev,
  .related__slider-less .swiper-button--next {
    display: none!important;
  }
}

.related__slider .swiper-button--next,
.related__slider .swiper-button--prev {
  display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 40px);
    text-align: center;
    background: var(--text-color);
    color: var(--body-color);
    border-radius: 0;
    width: 40px;
    height: 40px;
    transform: scale(.95);
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    transition-duration: .2s;
    z-index: 9;
  
}
.swiper-button--next i, .swiper-button--prev i {
  padding: 13px 13px;
}
@media screen and (min-width: 769px) {
  .product-page-related-products .swiper-button--next {
      right: 5px;
  }
}
@media screen and (min-width: 769px) {
  .product-page-related-products .swiper-button--prev {
      left: 5px;
  }
}
.related__slider .swiper-button-disabled {
  background: rgba(36, 36, 36, 0.5);
}

.product__stock-alert,
.cart__stock-alert{
  display: flex;
  align-items:center;
  width:100%;
  margin-top:10px;
}
.product__stock-alert img,
.cart__stock-alert img{
  margin-right:8px;
  width:17px;
}
.product__stock-alert,
.cart__stock-alert {
  display: none;
}
.product__stock-alert {
  margin-top: -12px;
  margin-bottom: 12px;
}

@media all and (max-width: 400px) {
  .site-nav--mobile .standalone-icon--wrapper:not(.icon-no-padding) {
    padding: 12px 6px!important;
    min-width: 32px;
  }
}
@media all and (max-width: 989px) {
  .site-nav--mobile .search-button.standalone-icon--wrapper {
    padding-top: 4px!important;
  }
}

.s-video__wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
.s-video {
  position: relative;
}
.s-video__video video {
  width: 100%;
}
.s-video__link {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
  color: #fff;
}
.product-grid--label-wrap {
  width: fit-content;
}
.product-grid--label {
  display: inline-block;
  padding: 0 6px;
  font-size: 0.6rem;
}
.product-details--form-wrapper .product-grid--label {
  margin-bottom: 8px;
}
