/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 44:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
 .button-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button-row-wrapper a {
  display: inline-flex; /* ✅ makes alignment & padding better */
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}


  .justify-left   { justify-content: flex-start; }
  .justify-center { justify-content: center; }
  .justify-right  { justify-content: flex-end; }

  .primary   { background-color: #000; color: #fff; }
  .secondary { background-color: #eee; color: #333; }
  .white     { background-color: #fff; color: #000; border: 1px solid #ccc; }
  .underline { background: transparent; color: #000; text-decoration: underline; }

  .small  { font-size: 12px; padding: 6px 14px; }
  .medium { font-size: 16px; padding: 10px 20px; }
  .large  { font-size: 20px; padding: 14px 28px; }

  .container-box { max-width: 1200px; margin: 0 auto; }
</style>