/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 28:0 Unexpected "<"

**/
<style>
  .button-container {
      display: flex;
      gap: 10px;
      margin-top: 20px;
  }

  .selection-button {
      padding: 10px 20px;
      background-color: #007bff;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 16px;
      text-transform: uppercase;
  }

  .selection-button:hover {
      background-color: #0056b3;
  }
</style>
