.products__container{text-align:center}.products__text{max-width:700px;margin:20px auto 0}.products__list{margin-top:40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px 30px}.product-card{display:flex;flex-flow:column;gap:10px}.product-card__link{margin:0 auto;display:block;width:100%;font-size:0;overflow:hidden}@media(hover:hover){.product-card__link:hover img{transform:scale(1.1)}}.product-card__pic{height:150px;display:flex;align-items:center;justify-content:center;border-radius:20px;overflow:hidden}.product-card__img{height:100%;width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:inherit;overflow:inherit;transition:all .3s}.product-card__title{margin-top:10px;text-align:left;transition:all .3s}.product-card__title a{color:#8c622e}@media(hover:hover){.product-card__title a:hover{color:#1a1a1a}}.product-card__text{text-align:left;font-size:16px}
/*# sourceMappingURL=products.css.map*/