.product-item{border-radius:15px;display:flex;flex-direction:column;max-width:400px;min-height:370px;overflow:hidden;padding:24px;position:relative;text-align:center}.product-item.clickable{cursor:pointer}.product-item.center{align-items:center}.product-item.center .product-item__info{text-align:center}.product-item.left .product-item__info{text-align:left}.product-item.left .product-item__btn{justify-content:start}.product-item.big{background:#363636;padding:0}.product-item.big .product-item__img{aspect-ratio:400/296;height:auto;margin-bottom:14px;max-width:100%;width:100%}.product-item.big .product-item__img img{aspect-ratio:400/296;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.product-item.big .product-item__bg{display:none}.product-item.big .product-item__info{padding:0 20px 20px}.product-item.big .product-item__title{color:#fff;font-size:18px}.product-item.big .product-item__descr{color:#e6e6e6}.product-item__img{height:170px;max-width:340px}.product-item__img img{height:100%;width:auto}.product-item__img{margin-bottom:8px}.product-item__info{max-width:344px}.product-item__title{color:#000;font-size:16px;font-weight:600;line-height:130%;margin-bottom:12px}.product-item__descr{color:#666;font-size:13px;line-height:135%;margin-bottom:16px}.product-item__price{color:#101010;font-size:18px;font-weight:700;line-height:130%;margin-bottom:16px}.product-item__btn{align-items:center;color:#62cb3d;display:inline-flex;font-size:15px;font-weight:600;gap:6px;justify-content:center;line-height:110%}.product-item__btn svg{transition:all .3s}.product-item__btn:hover{opacity:.8}.product-item__btn:hover svg{transform:translate(4px)}.product-item__btn span{min-height:18px}.product-item__tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:16px}.product-item__tags--top{margin-bottom:12px}.product-item__tag{align-items:center;background:#ececec;border-radius:5px;color:#101010;display:flex;font-size:14px;justify-content:center;line-height:130%;min-height:24px;padding:0 8px}.product-item__bg{inset:0;position:absolute;z-index:-1}.product-item__bg img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-list{display:grid;gap:20px}@media(max-width:992px){.product-list{gap:10px}}.product-list.columns-3{align-items:stretch;grid-template-columns:repeat(3,1fr)}@media(max-width:992px){.product-list.columns-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.product-list.columns-3{align-items:center;grid-template-columns:repeat(1,1fr);justify-content:center}.product-list.columns-3 .product-item{max-width:100%}}.product-list.columns-4{grid-template-columns:repeat(4,1fr)}@media(max-width:1254px){.product-list.columns-4{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.product-list.columns-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.product-list.columns-4{align-items:center;grid-template-columns:repeat(1,1fr);justify-content:center}.product-list.columns-4 .product-item{max-width:100%}}
