.products{margin-bottom:120px}.products__title{margin-bottom:48px;text-align:center}.products__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));position:relative}.products__items:after{background-color:var(--clr-white);content:"";height:100%;position:absolute;right:0;top:0;width:1px}.products__items:not(:last-child){margin-bottom:48px}.products__items .product-card{border-bottom:1px solid var(--clr-gray-350);border-right:1px solid var(--clr-gray-350)}.products__more{margin:0 auto}@media (width <= 47.99875em){.products{margin-bottom:80px}.products__items:not(:last-child),.products__title{margin-bottom:36px}}@media (width <= 40.62375em){.products__items{grid-template-columns:repeat(2,1fr)}}@media (width <= 29.99875em){.products__more{font-size:14px;min-height:36px;min-width:36px;padding:6px 10px}.products__more img,.products__more svg{height:20px;object-fit:cover;width:20px}}@media (width <= 23.12375em){.products__items{grid-template-columns:1fr}}