.selected-products-listing{display:flex;flex-direction:column;gap:5rem;width:100%}@media only screen and (max-width:1199px){.selected-products-listing{gap:4rem}}@media only screen and (max-width:767px){.selected-products-listing{gap:2.5rem}}.selected-products-listing__container{grid-gap:2px;display:grid;gap:2px;grid-template-columns:calc(25% - 2px) calc(25% - 2px) calc(25% - 2px) calc(25% - 2px);overflow:hidden;width:100%}@media only screen and (max-width:991px){.selected-products-listing__container{grid-template-columns:calc(50% - 1px) calc(50% - 1px)}}