ul.products:is(.rey-wcGrid-scattered,.rey-wcGrid-scattered2){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:calc(-1*var(--gap));grid-gap:unset;grid-template-columns:unset;grid-auto-flow:unset}ul.products:is(.rey-wcGrid-scattered,.rey-wcGrid-scattered2) li.product{--size: calc( 100% / var(--cols) );-webkit-box-flex:0;-ms-flex:0 0 calc(var(--size));flex:0 0 calc(var(--size));max-width:calc(var(--size));padding-left:var(--gap);margin-bottom:var(--v-gap)}ul.products:is(.rey-wcGrid-scattered,.rey-wcGrid-scattered2) li.product[data-colspan]{--size: calc( (100% / var(--cols)) * var(--colspan-size, 1) )}ul.products:is(.rey-wcGrid-scattered,.rey-wcGrid-scattered2).splide__list{-ms-flex-wrap:nowrap;flex-wrap:nowrap}ul.products:is(.rey-wcGrid-scattered,.rey-wcGrid-scattered2).splide__list li.product{--size: calc( (100% + var(--gap)) / (var(--cols) + var(--size-threshold, 0)) - var(--gap) );padding-left:0}@media(min-width: 1025px){ul.products.rey-wcGrid-scattered .scGrid-offset{margin-left:calc(100%/var(--cols))}ul.products.rey-wcGrid-scattered li.product{margin-top:calc(var(--gap)*1.5)}}@media(min-width: 1025px){ul.products.rey-wcGrid-scattered2 .scGrid-offset-1{margin-left:calc(100% / 8)}ul.products.rey-wcGrid-scattered2 .scGrid-offset-2{margin-left:calc(100% / 7)}ul.products.rey-wcGrid-scattered2 .scGrid-offset-3{margin-left:calc(100% / 6)}ul.products.rey-wcGrid-scattered2 .scGrid-offset-4{margin-left:calc(100% / 5)}ul.products.rey-wcGrid-scattered2 .scGrid-offset-5{margin-left:calc(100% / 4)}ul.products.rey-wcGrid-scattered2 .scGrid-offset-6{margin-left:calc(100% / 3)}ul.products.rey-wcGrid-scattered2 .scGrid-offset-7{margin-left:calc(100% / 2)}ul.products.rey-wcGrid-scattered2 .scGrid-offset-8{margin-left:calc(100% / 1)}ul.products.rey-wcGrid-scattered2 li.product{margin-top:calc(var(--gap)*1.5)}}