.product {
  overflow: hidden;
}
.product_photo {
  display: block !important;
  width: 100%;
  height: -webkit-calc(100vw - 2rem);
  height: calc(100vw - 2rem);
  max-height: -webkit-calc(100vh - 3rem);
  max-height: calc(100vh - 3rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #efefef;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.product_photoWrapper {
  margin-bottom: 1.5rem !important;
  background-color: #efefef;
}
.product_price {
  margin-bottom: 0.75rem;
  text-align: center;
  font-weight: 400;
}
.product_priceDiscountWrapper {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.product_priceDiscountCurrency {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.product_priceOldWrapper {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: line-through;
  color: #919191;
}
.product_priceOldCurrency {
  font-family: "Roboto", sans-serif;
}
.product_availableStatus {
  display: block;
  margin-bottom: 1.25rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.product_availableStatus__available {
  color: #00b070;
}
.product_availableStatus__unavailable {
  color: #909090;
}
.product_typography {
  margin-top: 2rem;
}
.product_params {
  margin-top: 1rem;
}
.product_param {
  margin: 0;
}
.product_param:not(:last-child) {
  margin-bottom: 1rem;
}
.product_paramTitle {
  display: block;
  font-weight: 600;
}
/* Dots */
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1rem;
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  background-color: #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  margin: 0 0.5rem;
}
.slick-dots li button {
  border: 0;
  padding: 0;
  border-radius: 50%;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  outline: none;
  cursor: pointer;
  background-color: #8f0d2f;
}
.slick-dots li button:hover {
  background-color: #00bbfe;
}
.slick-dots li.slick-active button {
  background-color: #5d5d5d;
}

/*# sourceMappingURL=../maps/component/product.css.map */
