:export{bg:#fff;primaryColor:#498632;secondaryColor:#2c2f31}.ProductsListItem{display:block;position:relative}.ProductsListItem .product-image-overlay{position:absolute;width:100%;height:100%;background:hsla(0,0%,53%,.1);z-index:10}.ProductsListItem .product-info{margin-top:11px}.ProductsListItem .product-info .product-name{margin-bottom:5px;line-height:23px;font-weight:500}.ProductsListItem .product-info .product-price{color:#878787;font-weight:300}.ProductsListItem .product-info .product-price p{margin-bottom:0}.ProductsListItem .product-info .product-price .sbarrato{text-decoration:line-through}.ProductsListItem .product-info .product-price .special-price{color:#498632;margin-left:5px}.ProductsListItem .product-info .product-brand{font-weight:300;color:#878787}.ProductsListItem .product-colors{display:flex;margin-top:10px}.ProductsListItem .product-colors .product-color{width:15px;height:15px;border-radius:100%;margin-right:5px}.ProductsListItem .product-image{position:relative;width:100%;height:0;padding-bottom:100%}.ProductsListItem .product_list_item_image_ctn .product_list_item_image{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;position:absolute}.ProductsListItem .AddToCart{position:absolute;bottom:0;right:0;background-color:#2c2f31;color:#fff;padding:5px 10px;cursor:pointer;border:none;border-radius:15px 0 0 0;display:none}.ProductsListItem .AddToCart svg{margin:5px}.ProductsListItem:hover .AddToCart{display:block;z-index:1000}@media screen and (max-width:1199px){.AddToCart{display:block!important;zoom:.7}}