@keyframes spinner{to{transform:rotate(360deg)}}ul.products,.twz-product-list__products{--product-card-width: 30rem;--columns: 3;margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(var(--columns), 1fr);gap:3rem}@media(max-width: 1024px){ul.products,.twz-product-list__products{--columns: 2}}@media(max-width: 767px){ul.products,.twz-product-list__products{--columns: 1}}ul.products>*,.twz-product-list__products>*{min-width:0}.row[style*="--backgroundColor"]{--btn-bg: var(--white)}.twz-product-list__content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}
