.products {
  margin-right: -12px;
  font-size: 0;
}
.products_item {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% /4 - 12px);
  width: calc(100% /4 - 12px);
  margin-right: 11px;
  margin-bottom: 16px;
  position: relative;
  border: 2px solid #fff;
  background-color: #fff;
  padding: 16px 14px;
}
.products_item:nth-child(4) {
  margin-right: 0px;
}
.products_item:hover {
  border: 2px solid #c5c0cf;
}
.products_item:hover .products_title {
  color: #6248ce;
}
.products_item:hover .linkImage:before {
  opacity: 1;
}
.products_image {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/themes/comp1/img/placeholder.png");
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
/*&__inCart
			display: block;
			position: relative;
			overflow: hidden;
		
			&:before
				content: "";
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 2;
				background-color: rgba(255,255,255,0.8);
				background-image: url("/themes/comp1/img/in-cart.png");
				background-position: center;
				background-repeat: no-repeat;
				-webkit-transition: opacity 0.5s;
				transition: opacity 0.5s;*/
}
.products_title {
  display: block;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 700;
  margin-top: 14px;
  color: #912490;
  margin-bottom: 13px;
}
.products_description {
  font-size: 1rem;
}
.products_priceOld {
  text-decoration: line-through;
  color: #919191;
  min-height: 1em;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.products_description + .products_priceOld,
.products_title + .products_priceOld {
  margin-top: 16px;
}
.products_priceAvailable {
  position: relative;
  font-size: 1.5rem;
  min-height: 1em;
  margin-bottom: 5px;
  line-height: 30px;
}
.products_Price {
  font-size: 1.5rem;
  font-weight: 400;
}
.products_availableStatus {
  position: absolute;
  right: 0;
  bottom: 16px;
  font-weight: 400;
  font-size: 0.875rem;
}
.products_availableStatus__available {
  color: #00b070;
}
.products_availableStatus__unavailable {
  color: #909090;
}
.products_quantity {
  position: absolute;
  right: 0;
  bottom: -2px;
  font-weight: 400;
  font-size: 0.875rem;
}
.products_orderButton {
  min-height: 40px;
  text-align: center;
}
.products_orderButton .button-link.counter {
  width: 24px;
  height: 24px;
  line-height: 20px;
  margin-top: 8px;
  float: left;
  text-decoration: none;
  font-weight: 300;
  padding: 0;
  border-radius: 0;
  font-size: 18px;
}
.products_orderButton .form_action {
  float: right;
  width: 92px;
  padding: 0;
  height: 40px;
  line-height: 38px;
}
.products_orderButton .form_input__text {
  width: 32px;
  height: 24px;
  border: 2px solid #c5c0cf;
  background-color: #fff;
  text-align: center;
  color: #373737;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-top: 8px;
  vertical-align: top;
  float: left;
}
.products_orderButton .form_field {
  margin-bottom: 0;
  float: left;
}
.products_orderButton .form_actions {
  float: right;
}
.products_spacer {
  bottom: 0;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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