.related .products-list{grid-template-columns:repeat(4,1fr)}.products-list{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.products-list a.product{display:flex;flex-direction:column;justify-content:stretch;text-decoration:none;border-radius:20px;background:#f7f7fa}.products-list a.product:hover{border-color:#cec7c7;box-shadow:0 0 15px #00102033}.products-list a.product .img{position:relative;overflow:hidden;background:#fff;border-radius:20px 20px 0 0;width:100%;height:260px;-webkit-transition:.15s;-moz-transition:.15s;-ms-transition:.15s;-o-transition:.15s;transition:.15s}.products-list a.product .img img{width:100%;height:260px}.products-list a.product .name{padding:16px;color:#595856}.products-list a.product .name strong{color:#060402;font-size:22px;font-weight:600;letter-spacing:-.44px}.products-list a.product .price{display:flex;align-items:center}.products-list a.product .price .is{color:#001020;font-size:16px;font-weight:500;line-height:32px;letter-spacing:-.8px;margin-right:8px}.products-list a.product .calc-rate{display:inline-flex;background:#1d0085;color:#fff;border-radius:50px;padding:10px 15px;font-size:14px;line-height:16px}
