
/* FIX MOBILE LAYOUT BREAK */
@media (max-width:991px){

section.rr-ml-archive-main{
  width:100% !important;
}

.rr-ml-archive{
  grid-template-columns:1fr !important;
}

.rr-ml-products ul.products{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  gap:12px !important;
}

}

/* prevent horizontal overflow */
html,body{
overflow-x:hidden !important;
max-width:100% !important;
}
