@charset "UTF-8";
.product_block .image_block img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.product_block {
  width: 100%;
  position: relative;
  height: 392px;
  z-index: 1;
}
.product_block.hovered .image_block a {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product_block.hovered .product_name a {
  text-decoration-color: #2E2E31;
}
.product_block .product_inner {
  padding: 15px 40px;
  background: transparent;
  position: relative;
  min-height: 100%;
  background: #ffffff;
}
.product_block .image_block {
  height: 240px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product_block .image_block a {
  display: block;
}
.product_block .image_block img {
  display: block;
  max-width: 100%;
  max-height: 200px;
}
.product_block .info_block {
  padding-top: 17px;
}
.product_block .product_name {
  display: flex;
  justify-content: center;
  height: 32px;
}
.product_block .product_name a {
  color: #2E2E31;
  font-family: "montserrat-bold", "montserrat-arm-bold";
  text-align: center;
  font-size: 130%;
  line-height: 16px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.product_block .product_price {
  color: #2E2E31;
  font-size: 130%;
  line-height: 16px;
  padding-top: 18px;
  white-space: nowrap;
  text-align: center;
}
.product_block .volume_price {
  color: #2E2E31;
  font-family: "montserrat-light", "montserrat-arm-light";
  font-size: 110%;
  line-height: 14px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 4px;
  margin-top: 7px;
}
.product_block .add_to_wish {
  position: absolute;
  top: 19px;
  right: 15px;
  font-size: 190%;
  color: inherit;
  display: block;
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
}
.product_block .add_to_wish:before {
  display: block;
}
.product_block .add_to_wish.active {
  -webkit-text-fill-color: #333333;
}
.product_block .add_to_wish.active:after {
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 42.1%;
  content: "";
  opacity: 0;
}
.product_block .add_button {
  height: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  display: flex;
  justify-content: center;
}
.product_block .add_button a,
.product_block .add_button button {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: transparent;
  margin-top: 20px;
  border: 1px solid #333333;
  color: #000000;
  padding: 10px;
  height: 45px;
  font-size: 120%;
  line-height: 15px;
}

@media screen and (max-width: 1439px) {
  .product_inner {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 1199px) {
  .product_block .product_inner {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 575px) {
  .product_block {
    height: 352px;
  }
  .product_block .image_block {
    height: 200px;
  }
  .product_block .image_block img {
    max-height: 180px;
  }
}
@media screen and (max-width: 479px) {
  .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    display: flex;
  }
  .slick-dots li {
    flex: 1;
  }
  .slick-dots li.slick-active button {
    background: #666666;
  }
  .slick-dots button {
    width: 100%;
    border: none;
    background: #e5e5e5;
  }

  .product_block {
    height: 332px;
  }
  .product_block .image_block {
    height: 180px;
  }
  .product_block .image_block img {
    max-height: 160px;
  }
  .product_block .product_inner {
    padding: 15px 12px;
  }
}
@media screen and (max-width: 399px) {
  .product_block {
    height: 312px;
  }
  .product_block .image_block {
    height: 160px;
  }
  .product_block .image_block img {
    max-height: 140px;
  }
  .product_block .product_inner {
    padding: 15px 12px;
  }
}
.web .product_block {
  -o-transition: z-index 0.3s;
  -ms-transition: z-index 0.3s;
  -moz-transition: z-index 0.3s;
  -webkit-transition: z-index 0.3s;
  transition: z-index 0.3s;
}
.web .product_block:hover {
  z-index: 9;
}
.web .product_block .product_inner {
  -o-transition: z-index 3s;
  -ms-transition: z-index 3s;
  -moz-transition: z-index 3s;
  -webkit-transition: z-index 3s;
  transition: z-index 3s;
}
.web .product_block .product_inner:hover {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
}
.web .product_block .product_inner:hover .add_button {
  height: 70px;
}
.web .product_block .add_to_wish:not(.active):hover {
  -webkit-text-fill-color: rgba(51, 51, 51, 0.5);
}
.web .product_block .add_to_wish.active:hover:after {
  opacity: 1;
}
.web .banner_block a:hover {
  color: redHover;
}

.touch .product_block {
  height: auto;
}
.touch .product_block .product_inner {
  z-index: 3;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
}
.touch .product_block .add_button {
  height: auto;
}
.touch .product_block .add_to_wish:not(.active):active {
  -webkit-text-fill-color: rgba(51, 51, 51, 0.5);
}
.touch .product_block .add_to_wish.active:hover:active {
  opacity: 1;
}
.touch .banner_block a:active {
  color: redHover;
}

.web .product_block .add_to_wish.active:after {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .banner_block a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .product_block .add_button a, .product_block .add_button .web a,
.web .product_block .add_button button,
.product_block .add_button .web button, .product_block .image_block a, .product_block .product_name a, .web .product_block .add_to_wish {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .product_block .add_to_wish.active:after {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .banner_block a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .product_block .add_button a, .product_block .add_button .touch a,
.touch .product_block .add_button button,
.product_block .add_button .touch button, .touch .product_block .add_to_wish {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .product_block .add_button a:hover, .product_block .add_button .web a:hover,
.web .product_block .add_button button:hover,
.product_block .add_button .web button:hover {
  background: #333333;
  color: #ffffff;
}
.touch .product_block .add_button a:active, .product_block .add_button .touch a:active,
.touch .product_block .add_button button:active,
.product_block .add_button .touch button:active {
  background: #333333;
  color: #ffffff;
}

/*# sourceMappingURL=product_block.css.map */
