/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#section-wishlist-loop .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px; }
  @media (min-width: 981px) {
    #section-wishlist-loop .container {
      grid-template-columns: repeat(2, 1fr);
      gap: 90px; }
      #section-wishlist-loop .container .change-text {
        grid-column: 1 / -1; } }

/*# sourceMappingURL=loop.css.map */
