.productsList{display:flex;flex-wrap:wrap;gap:40px;padding:0 0 100px}.productsList__item{background:var(--secondaryColor-500);border-radius:16px;display:flex;flex-direction:column;min-width:310px;padding:12px 16px;text-decoration:none;width:calc(25% - 40px)}.productsList__item:hover .linkArrow__circle{opacity:1}.productsList__item:hover .linkArrow__arrow path{fill:var(--primaryColor-500)}.productsList__item--disabled{opacity:.7;pointer-events:none}.productsList__footer{align-items:center;display:flex;justify-content:space-between;margin-top:7px}.productsList__title{font-size:18px;line-height:125%;white-space:pre-wrap}@media screen and (max-width:1089px){.productsList{gap:20px}.productsList__item{width:calc(50% - 20px)}}@media screen and (max-width:680px){.productsList{gap:20px}.productsList__item{width:100%}}@media screen and (max-width:450px){.productsList__item{min-width:auto}}
