.catalogue-page{position:relative;padding:1em;width:100%;margin:0 auto;background-color:#fff}.products{display:flex;flex-direction:column;gap:2em}.row{position:relative;will-change:transform,opacity}.column,.row{display:flex;gap:1em}.column{flex:1 1;flex-direction:column}.product-card{display:flex;flex-direction:column}.product-card-image{width:100%;aspect-ratio:5/7;margin-bottom:.5em;overflow:hidden}.product-card-img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;justify-content:space-between;align-items:center;width:100%}.scroll-padding-top{width:100%;height:25vh}.scroll-padding-bottom{width:100%;height:50vh}@media (max-width:900px){.row{flex-direction:column;gap:3em}.column{width:100%}.empty-column{display:none}.products{gap:3em}.product-card-image{aspect-ratio:4/3}}