.product_block {
  width: 100%;
  position: relative;
  height: 570px;
}
.product_block .product_inner {
  padding: 15px 15px 25px;
  background: #ffffff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.07);
  position: relative;
}
.product_block.hovered .image_link.combo_link {
  opacity: 0.7;
}
.product_block.hovered .product_name.combo_link {
  opacity: 0.7;
}
.product_block .product_image_block {
  height: 423px;
  padding-bottom: 20px;
}
.product_block .image_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 403px;
  max-height: 100%;
}
.product_block .image_link img {
  max-width: 100%;
  max-height: 100%;
}
.product_block .product_description {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}
.product_block .description_content {
  position: relative;
  overflow: hidden;
  height: 44px;
}
.product_block .product_name {
  color: #333333;
  font-family: "bold";
  text-align: center;
  font-size: 180%;
  line-height: 22px;
  display: block;
}
.product_block .product_price {
  color: #333333;
  font-size: 180%;
  line-height: 22px;
  text-align: center;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product_block .product_price.sale_price {
  text-decoration: line-through;
}
.product_block .product_price.sale_price span {
  color: #DC1616;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}
.product_block .add_to_wish {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 240%;
  color: #000000;
  display: block;
  -webkit-text-stroke: 1.5px;
  -webkit-text-fill-color: transparent;
}
.product_block .add_to_wish.selected {
  -webkit-text-fill-color: inherit;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  max-width: 100%;
  margin-top: 24px;
  color: #ffffff;
  font-size: 130%;
  line-height: 16px;
  padding: 15px;
  border: none;
  background: #272727;
}
.product_block .add_button a:before {
  display: block;
  margin-right: 15px;
  font-size: 120%;
}
.product_block .save_percent {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  color: #333333;
  font-size: 130%;
  line-height: 16px;
  text-align: center;
}

@media (max-width: 1440px) {
  .product_block {
    height: 450px;
  }
  .product_block .product_image_block {
    height: 303px;
  }
  .product_block .image_link {
    height: 283px;
  }
  .product_block .product_name {
    font-size: 160%;
  }
  .product_block .product_price {
    font-size: 160%;
  }
}
@media (max-width: 1199px) {
  .product_block .product_name,
.product_block .product_price {
    font-size: 140%;
  }
  .product_block .product_image_block {
    height: 283px;
  }
  .product_block .image_link {
    height: 263px;
  }
}
.web .product_block .product_inner:hover {
  z-index: 3;
}
.web .product_block .product_inner:hover .add_button {
  height: 70px;
}
.web .product_block .product_inner:hover ~ .save_percent {
  z-index: 3;
}
.web .product_block .add_button a:hover {
  background: rgba(39, 39, 39, 0.7);
}

.touch .product_block .add_button a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .product_block .add_button a:hover {
  background: rgba(39, 39, 39, 0.7);
}
.touch .product_block .add_button {
  height: auto;
}
.touch .save_percent {
  bottom: 80px;
}
@media (max-width: 1440px) {
  .touch .product_block {
    height: auto;
  }
  .touch .product_block .product_image_block {
    height: 303px;
  }
  .touch .product_block .image_link {
    height: 283px;
  }
}
@media (max-width: 768px) {
  .touch .product_block .product_name {
    font-size: 160%;
  }
  .touch .product_block .product_price {
    font-size: 160%;
  }
  .touch .product_block .product_image_block {
    height: 283px;
  }
  .touch .product_block .image_link {
    height: 263px;
  }
}
@media (max-width: 639px) {
  .touch .product_block .product_image_block {
    height: 323px;
  }
  .touch .product_block .image_link {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .touch .product_block .product_image_block {
    height: 423px;
  }
  .touch .product_block .image_link {
    height: 400px;
  }
}
@media (max-width: 399px) {
  .touch .product_block .product_image_block {
    height: 323px;
  }
  .touch .product_block .image_link {
    height: 300px;
  }
  .touch .product_block .add_button a {
    font-size: 120%;
  }
}

.product_block .image_link {
  -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 .product_block .add_button a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*# sourceMappingURL=product_block.css.map */
