.selected-collections-grid{display:flex;flex-wrap:wrap;gap:2px}.selected-collections-grid__item{--items-in-row:4}.selected-collections-grid__item--one{--aspect-ratio:4/1;width:100%}@media only screen and (max-width:991px){.selected-collections-grid__item--one{--aspect-ratio:2/1}}.selected-collections-grid__item--two{--aspect-ratio:2/1;width:calc(50% - 2px)}@media only screen and (max-width:991px){.selected-collections-grid__item--two{--aspect-ratio:1/1}}.selected-collections-grid__item--three{--aspect-ratio:4/3;width:calc(33.33333% - 2px)}@media only screen and (max-width:991px){.selected-collections-grid__item--three{--aspect-ratio:1/1;width:calc(50% - 2px)}.selected-collections-grid__item--three:last-child{--aspect-ratio:2/1;width:100%}}.selected-collections-grid__item--default{--aspect-ratio:1/1;width:calc(100%/var(--items-in-row) - 2px)}@media only screen and (max-width:991px){.selected-collections-grid__item--default{width:calc(50% - 2px)}}.selected-collections-grid__item>a{aspect-ratio:1/1;aspect-ratio:var(--aspect-ratio,1/1)}