/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 44:0 Unexpected "<"
Line 78:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.custom-links-list {
  
  list-style-type: none;
  padding: 0;
  margin: 0;
  
}

.custom-links-list li {
  margin-right: 20px; /* 调整每个链接之间的间距 */
  margin-bottom: 10px; /* 调整每行链接之间的间距 */
}

.custom-links-list li:last-child {
  margin-right: 0; /* 最后一个链接去除右侧间距 */
}

.custom-links-list li a {
  text-decoration: none; /* 去除链接的下划线 */
  color: #333; /* 设置链接颜色 */
  padding: 5px 10px; /* 设置链接的内边距 */
  border: 1px solid #ccc; /* 添加边框 */
  border-radius: 5px; /* 添加圆角 */
  transition: all 0.3s ease; /* 添加过渡效果 */
}

.custom-links-list li a:hover {
  background-color: #f0f0f0; /* 鼠标悬停时添加背景色 */
}

  
 
</style>
<style>
.custom-links-list {
  
  list-style-type: none;
  padding: 0;
  margin: 0;
  
}

.custom-links-list li {
  margin-right: 20px; /* 调整每个链接之间的间距 */
  margin-bottom: 10px; /* 调整每行链接之间的间距 */
}

.custom-links-list li:last-child {
  margin-right: 0; /* 最后一个链接去除右侧间距 */
}

.custom-links-list li a {
  text-decoration: none; /* 去除链接的下划线 */
  color: #333; /* 设置链接颜色 */
  padding: 5px 10px; /* 设置链接的内边距 */
  border: 1px solid #ccc; /* 添加边框 */
  border-radius: 5px; /* 添加圆角 */
  transition: all 0.3s ease; /* 添加过渡效果 */
}

.custom-links-list li a:hover {
  background-color: #f0f0f0; /* 鼠标悬停时添加背景色 */
}

  
 
</style>