.products{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-left:2px solid var(--color-white)}@media (max-width:1920px){.products{grid-template-columns:repeat(3,1fr)}}@media (max-width:1440px){.products{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.products{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products{grid-template-columns:repeat(1,1fr)}}.products--empty{grid-template-columns:100%;border-left:none}.products--empty li{text-align:center;padding:3em 0 0 0}.products li:nth-child(1){border-top:2px solid var(--color-white)}.products li:nth-child(2){border-top:2px solid var(--color-white)}@media (max-width:768px){.products li:nth-child(2){border-top:none}}.products li:nth-child(3){border-top:2px solid var(--color-white)}@media (max-width:1024px){.products li:nth-child(3){border-top:none}}.products li:nth-child(4){border-top:2px solid var(--color-white)}@media (max-width:1920px){.products li:nth-child(4){border-top:none}}