/*Home Shop*/
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    max-width: 100%;
    width: 32.33%;
    float: none;
    display: inline-block;
    padding: 20px 30px;
}
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){ 
	float: none;
}

.woocommerce ul.products[class*=columns-] li.product h2{ 
	font-family: "Unbounded-VariableFont_wght";
	font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}
/*.woocommerce ul.products[class*=columns-] li.product img{
	border-radius: 80% 20% 32% 68% / 58% 22% 78%;
	box-shadow: 0 0 10px #000;
}*/
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
    background: #fff;
}

 #body-wrapp #content-wrapp h1, #body-wrapp #content-wrapp h2, #body-wrapp #content-wrapp h3, #body-wrapp #content-wrapp h4, #body-wrapp #content-wrapp h5{font-family: "Unbounded-VariableFont_wght"; }

 @media screen and (max-width: 500px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
         width: 100%;
    }

 }