.products-wrapper{
/*	background: lightgreen;*/
/*	padding: 2em;*/
/*	background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);*/
}
body{
/*background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%)*/
}
.product-box{
 	padding: 1em;
	margin-bottom: 2em;

/*	border: .2em solid #ddd;*/
	border-radius: .5em;
	display: flex;
	flex-direction: column;

/*	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px;

/*background-image: linear-gradient(120deg, #ffffff 0%, #fff9fe 100%);*/
/*background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);*/
  background-color: #fdfdfd;
}

.product-box > div > img{
	width: 100%;
	height: auto;
	object-fit: cover;
}


.product-box > div > span{

}

.list-product__caption-box{
	margin-top: 1em;

}
.list-product__caption-box span{
	text-align: center;
	font-size: 70%;
}


.list-product__buy *{
/*	margin-right: .2em;*/
/*	float: right;*/
}


.rect-img-container {
  position: relative;
}

.rect-img-container::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.rect-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}








.list-product__price{
	margin: 0 auto;
	text-align: center;

}


.list-product__caption-box .form-item-quantity-0-value input{
  color: #000;
  border-color: #3C5C5B;
  padding: 0 .3em;
}

.list-product__caption-box .commerce-order-item-add-to-cart-form{
  justify-content: center;
}
