

/* CSS from section stylesheet blocks */
section.product-favorites .row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}