.c-custom-select{display:block;background:#fff;position:relative;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:var(--variant-pills-border-width) solid rgba(var(--disabled-button-background),var(--variant-pills-border-opacity));border-radius:var(--variant-pills-radius);cursor:pointer;height:6rem;min-width:9.9rem}@media screen and (min-width: 992px){.c-custom-select{height:7.5rem}}.c-custom-select select{position:absolute;top:0;left:0;opacity:0;height:0;width:0;visibility:hidden}.c-custom-select__selected-input{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 2rem);color:rgb(var(--color-base-accent-2))}.c-custom-select__selected-item{font-family:var(--font-heading-family);font-size:calc(var(--font-heading-scale) * 2rem);position:absolute;top:0;right:0;left:0;height:100%;line-height:5.6rem;white-space:nowrap;overflow:hidden;padding-right:4.4rem;padding-left:2rem;color:rgb(var(--color-base-accent-2));max-width:100%;text-overflow:unset}.is-active{border-bottom-left-radius:0;border-bottom-right-radius:0}@media screen and (min-width: 992px){.c-custom-select__selected-input,.c-custom-select__selected-item{line-height:7rem;font-size:calc(var(--font-heading-scale) * 2.6rem)}}.c-custom-select__selected-item:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAyMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY3OTQgMTIuMjg4M0wyMS42MzU2IDEuODM4OTFDMjEuODAxOCAxLjY2NDU2IDIxLjg5NDUgMS40MzI5MiAyMS44OTQ1IDEuMTkyMDRDMjEuODk0NSAwLjk1MTE1NyAyMS44MDE4IDAuNzE5NTE4IDIxLjYzNTYgMC41NDUxNjVMMjEuNjI0NCAwLjUzMzkxNEMyMS41NDM4IDAuNDQ5MDk5IDIxLjQ0NjggMC4zODE1NjEgMjEuMzM5MyAwLjMzNTQxMUMyMS4yMzE4IDAuMjg5MjYgMjEuMTE2IDAuMjY1NDYxIDIwLjk5OSAwLjI2NTQ2MUMyMC44ODIxIDAuMjY1NDYxIDIwLjc2NjMgMC4yODkyNiAyMC42NTg4IDAuMzM1NDExQzIwLjU1MTMgMC4zODE1NjEgMjAuNDU0MyAwLjQ0OTA5OCAyMC4zNzM3IDAuNTMzOTEzTDEwLjk5ODcgMTAuMzczOUwxLjYyNzQ4IDAuNTMzOTEyQzEuNTQ2OSAwLjQ0OTA5NyAxLjQ0OTkxIDAuMzgxNTU5IDEuMzQyNDIgMC4zMzU0MDlDMS4yMzQ5MiAwLjI4OTI1OCAxLjExOTE1IDAuMjY1NDU5IDEuMDAyMTYgMC4yNjU0NTlDMC44ODUxNzcgMC4yNjU0NTkgMC43Njk0MTQgMC4yODkyNTggMC42NjE5MTQgMC4zMzU0MDlDMC41NTQ0MTQgMC4zODE1NTkgMC40NTc0MjcgMC40NDkwOTcgMC4zNzY4NTMgMC41MzM5MTJMMC4zNjU2MDIgMC41NDUxNjNDMC4xOTkzOTMgMC43MTk1MTYgMC4xMDY2NzEgMC45NTExNTUgMC4xMDY2NzEgMS4xOTIwNEMwLjEwNjY3MSAxLjQzMjkyIDAuMTk5MzkzIDEuNjY0NTYgMC4zNjU2MDIgMS44Mzg5MUwxMC4zMjE5IDEyLjI4ODNDMTAuNDA5NCAxMi4zODAyIDEwLjUxNDcgMTIuNDUzMyAxMC42MzE0IDEyLjUwMzNDMTAuNzQ4MSAxMi41NTMzIDEwLjg3MzcgMTIuNTc5MSAxMS4wMDA2IDEyLjU3OTFDMTEuMTI3NSAxMi41NzkxIDExLjI1MzEgMTIuNTUzMyAxMS4zNjk4IDEyLjUwMzNDMTEuNDg2NSAxMi40NTMzIDExLjU5MTggMTIuMzgwMiAxMS42Nzk0IDEyLjI4ODNaIiBmaWxsPSIjM0E2NjczIi8+Cjwvc3ZnPgo=) no-repeat center center / cover;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(0);content:"";display:block;width:2.1rem;height:1.2rem}@media screen and (min-width: 992px){.c-custom-select__selected-item:before{width:2.2rem;height:1.3rem;right:1.9rem}}.c-custom-select.is-active .c-custom-select__selected-item:before{transform:translateY(-50%) rotate(180deg)}.c-custom-select__list{list-style:none;margin:0;padding:0;display:block;position:absolute;top:100%;left:-.2rem;right:-.2rem;background:#fff;border:var(--variant-pills-border-width) solid rgba(var(--disabled-button-background),var(--variant-pills-border-opacity));border-bottom-left-radius:var(--variant-pills-radius);border-bottom-right-radius:var(--variant-pills-radius);opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:.2s;z-index:2}.c-custom-select.is-active .c-custom-select__list{opacity:1;visibility:visible}.c-custom-select.is-default .c-custom-select__selected-input,.c-custom-select.is-default .c-custom-select__selected-item{color:#979797}.c-custom-select__item{margin:0;padding:1.018rem 0;line-height:1.183;font-size:1.6rem;text-align:center}.c-custom-select__item.is-selected{background:rgb(var(--color-base-background-5));transition-property:color;transition-duration:.3s}.c-custom-select__item:not(:first-of-type){border-top:.1rem solid rgb(var(--disabled-button-background))}@media screen and (min-width: 992px){.c-custom-select__item{font-size:2rem}}.c-custom-select__item:hover{background:rgb(var(--color-base-background-5))}.c-custom-select__item[rel=hide]{display:none}@media (min-width: 1024px) and (max-width: 1600px){.c-custom-select{height:6rem}.c-custom-select__selected-input,.c-custom-select__selected-item{line-height:5.6rem}.c-custom-select__selected-item:before{width:2rem}}.c-custom-select__selected-input{border:none;outline:none;-moz-appearance:textfield}.c-custom-select__selected-input::-webkit-outer-spin-button,.c-custom-select__selected-input::-webkit-inner-spin-button{appearance:none;-webkit-appearance:none}.c-custom-select__selected-input:focus,.c-custom-select__selected-input:focus-visible{box-shadow:none}
/*# sourceMappingURL=/cdn/shop/t/206/assets/component-custom-select.css.map */
