.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));margin-right:-1px;position:relative}.products__items:after,.products__items:before{background-color:var(--white-100);content:"";position:absolute}.grey-bg .products__items:after,.grey-bg .products__items:before{background-color:var(--grey-5)}.products__items:before{height:100%;right:0;top:0;width:1px}.products__items:after{bottom:0;height:1px;left:0;width:100%}.products__items:not(:last-child){margin-bottom:48px}.products__items .product-card{border-bottom:1px solid var(--grey-15);border-right:1px solid var(--grey-15)}.products__more{margin:0 auto}@media (width <= 47.99875em){.products{margin-bottom:80px}.products__items:not(:last-child),.products__title{margin-bottom:24px}}@media (width <= 40.62375em){.products__items{grid-template-columns:repeat(2,1fr)}}@media (width <= 23.12375em){.products__items{grid-template-columns:1fr}}