/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 79:0 Unexpected "<"

**/
<style>
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 20px;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M7%2010l5%205%205-5'%20stroke%3D'%23333'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px;
}

  .finder-container {
    max-width: 600px;
    margin: 40px auto;
    font-family: sans-serif;
    padding: 0 16px 20px;
  }

  .finder-group {
    margin-bottom: 25px;
  }

  .finder-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
  }

  .finder-group select {
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 18px;
  }

  #codeResult {
  color: #333;
}

#codeResult .label {
  font-size: 18px;
  font-weight: bold;
}

#codeResult .value {
  font-size: 36px;
  font-weight: bold;
}


  .choices__list--dropdown {
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999 !important;
    position: absolute !important;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

.choices {
  position: relative; /* ensures absolute child positioning works properly */
}
</style>