/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 51:0 Unexpected "<"

**/
<style>
  .yo-nice-style {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.yo-nice-style .nice-select {
    height: 48px;
    position: relative;
    border: solid 2px;
    border-radius: 33px;
    line-height: 44px;
  	max-width: 290px;
  	background-color: initial;
}
.yo-nice-style .nice-select .option.selected {
    font-weight: initial;
}
.nice-select .option.focus, .nice-select .option.selected.focus{
	background-color: initial;
}
.yo-nice-style .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 7px;
    right: 22px;
    top: 50%;
    width: 7px;
}

.nice-select.wide.round.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition-duration: .3s;
}
.nice-select.wide .list {
    left: 0!important;
    right: 0!important;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
   transition-duration: .3s;
}

</style>