﻿@media (min-width:1025px) {
.prolist-0{display: grid;gap:20px;grid-template-columns: repeat(3,1fr);}
.prolist-0 .pro-item{margin-bottom: 0;height: auto;padding: 20px;}
.prolist-0 .pro-item:hover{margin-bottom: 0;}
.prolist-0 .pro-img{width: 100%;aspect-ratio: 1;height: auto;margin: 0;}
.prolist-0 .pro-info article{display: none;}
.pro-item .pro-btn{opacity: 1;}
.pro-name{-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;height: 96px;}}