/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 48:2 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
    .collection-list-section {
      text-align: center;
    }
    .collection-list-container {
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .collection-list-container ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .collection-list-container li {
      margin: 4px 0;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding: 10px 20px;
      border-radius: 8px;
    }
    .collection-list-container li:hover {
      transform: scale(1.12);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }
    .collection-list-container a {
      text-decoration: none;
      color: #000;
      font-weight: 600;
      font-size: 20px;
      display: inline-block;
      transition: color 0.3s ease;
    }
    .collection-list-container a:hover {
      color: #007aff;
    }
  </style>