select[data-zp-select]{opacity:0!important;position:absolute!important;pointer-events:none!important;width:1px!important;height:1px!important;overflow:hidden!important}.select:has(select[data-zp-select]),.product-form__input .select:has(select[data-zp-select]),variant-selects .select:has(select[data-zp-select]){border:none!important;background:none!important;padding:0!important;box-shadow:none!important;border-radius:0!important}.product-form__input--dropdown:has(select[data-zp-select]){min-height:4.4rem;position:relative}.zp-custom-select{position:relative;display:inline-block;z-index:1}.zp-custom-select--open{z-index:999}.zp-custom-select--full-width{display:block;width:100%}.zp-custom-select--full-width .zp-custom-select__trigger{width:100%}.product-form__input.zp-select-active,.product-form__input--dropdown.zp-select-active{z-index:9999!important;position:relative}.product-form__input:has(.zp-custom-select--open),.product-form__input--dropdown:has(.zp-custom-select--open){z-index:9999!important;position:relative}.zp-custom-select__trigger{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid var(--zp-color-brass-lighter);border-radius:.75rem;padding:.5rem 1rem;color:var(--zp-color-brass-dark);font-size:1.4rem;font-family:inherit;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;min-width:12rem;justify-content:space-between}.zp-custom-select__trigger:hover{border-color:var(--zp-color-brass);background-color:#fff}.zp-custom-select--open .zp-custom-select__trigger{border-color:var(--zp-color-brass-lighter)}.zp-custom-select__trigger:focus,.zp-custom-select__trigger:focus-visible{outline:none;box-shadow:none}.zp-custom-select--sm .zp-custom-select__trigger{padding:.4rem .75rem;font-size:1.2rem;min-width:10rem}.zp-custom-select--lg .zp-custom-select__trigger{padding:1rem 1.25rem;font-size:1.5rem;min-height:4.5rem}.zp-custom-select--match-quantity .zp-custom-select__trigger{height:4.4rem;min-height:unset;padding:0 1.25rem;font-size:1.4rem;border:2px solid var(--zp-color-brass-lighter);border-radius:var(--zp-radius-md);background-color:#fff9}.zp-custom-select--match-quantity .zp-custom-select__trigger:hover{border-color:var(--zp-color-brass-golden);background-color:#d4a5200d}.zp-custom-select__value{flex:1;text-align:left}.zp-custom-select__icon{width:1rem;height:.6rem;transition:transform .275s ease-out}.zp-custom-select--open .zp-custom-select__icon{transform:rotate(180deg)}.zp-custom-select__dropdown{position:absolute;top:calc(100% + .5rem);left:0;min-width:100%;width:max-content;background-color:#fff;border:1px solid var(--zp-color-brass-lighter);border-radius:.75rem;box-shadow:0 8px 32px #00000026,0 2px 8px #0000001a;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .275s ease-out,transform .275s ease-out,visibility .275s;z-index:9999;max-height:30rem;overflow-x:hidden;overflow-y:auto}.zp-custom-select__dropdown::-webkit-scrollbar{width:8px}.zp-custom-select__dropdown::-webkit-scrollbar-track{background:transparent;margin:.5rem 0}.zp-custom-select__dropdown::-webkit-scrollbar-thumb{background-color:var(--zp-color-brass-lighter);border-radius:4px;border:2px solid transparent;background-clip:padding-box}.zp-custom-select__dropdown::-webkit-scrollbar-thumb:hover{background-color:var(--zp-color-brass-light)}.zp-custom-select__scroll-indicator{position:sticky;left:0;right:0;height:2rem;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2;opacity:0;transition:opacity .2s ease;flex-shrink:0}.zp-custom-select__scroll-indicator--top{top:0;background:linear-gradient(to bottom,#faf8f5,#faf8f500);margin-bottom:-2rem}.zp-custom-select__scroll-indicator--bottom{bottom:0;background:linear-gradient(to top,#faf8f5,#faf8f500);margin-top:-2rem}.zp-custom-select__scroll-indicator svg{width:1rem;height:.6rem;color:var(--zp-color-brass-dark)}.zp-custom-select__scroll-indicator--top svg{transform:rotate(180deg)}.zp-custom-select__dropdown--can-scroll-up .zp-custom-select__scroll-indicator--top,.zp-custom-select__dropdown--can-scroll-down .zp-custom-select__scroll-indicator--bottom{opacity:1}.zp-custom-select__dropdown--portal{position:fixed;z-index:99999}.zp-custom-select__dropdown--visible{opacity:1;visibility:visible;transform:translateY(0)}.zp-custom-select__dropdown--closing{opacity:0;transform:translateY(-10px)}.zp-custom-select__group-label{padding:.6rem 1.25rem .5rem;margin:0 1.25rem .35rem;font-size:1.1rem;font-weight:600;color:var(--zp-color-brass);text-transform:uppercase;letter-spacing:.05em;pointer-events:none;-webkit-user-select:none;user-select:none;border-bottom:1px solid var(--zp-color-brass-golden)}.zp-custom-select__group-label:not(:first-child):not(:nth-child(2)){margin-top:.6rem}.zp-brand-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.zp-brand-tab{display:inline-flex;align-items:center;padding:.5rem 1.25rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:2rem;background:rgba(var(--color-foreground),.04);color:rgba(var(--color-foreground),.7);font-size:1.2rem;font-weight:500;cursor:pointer;transition:all var(--zp-transition-fast)}.zp-brand-tab:hover{border-color:var(--zp-color-brass);color:var(--zp-color-brass)}.zp-brand-tab--active{background:var(--zp-color-brass);border-color:var(--zp-color-brass);color:#fff}.zp-brand-tab--active:hover{background:var(--zp-color-brass-dark);border-color:var(--zp-color-brass-dark);color:#fff}.zp-custom-select__option{display:block;width:100%;padding:.85rem 1.25rem;background-color:transparent;border:none;border-radius:0;color:var(--zp-color-brass-dark);font-size:1.4rem;font-family:inherit;text-align:left;cursor:pointer;transition:background-color .3s ease-in-out,transform .2s ease-out;white-space:nowrap}.zp-custom-select__option:first-child{padding-top:1rem}.zp-custom-select__option:last-child{padding-bottom:1rem}.zp-custom-select__option:hover{background-color:#d4a52026;transform:scale(1.02);border-radius:0}.zp-custom-select__option--selected{background-color:#d4a5201a;font-weight:600}.zp-custom-select__option:focus,.zp-custom-select__option:focus-visible{outline:none;box-shadow:none}.zp-custom-select__dropdown button{margin:0}.zp-custom-select select{position:absolute;opacity:0;pointer-events:none}.select:has(.zp-custom-select),.product-form__input .select:has(.zp-custom-select),variant-selects .select:has(.zp-custom-select){border:none!important;background:none!important;padding:0!important;box-shadow:none!important;border-radius:0!important}.select:has(.zp-custom-select):before,.select:has(.zp-custom-select):after{display:none!important;content:none!important}.zp-custom-select .select{display:contents}.zp-custom-select .icon-caret{display:none}.select:has(.zp-custom-select):focus-within{outline:none!important;box-shadow:none!important}.facet-filters .zp-custom-select{position:relative}
/*# sourceMappingURL=/cdn/shop/t/13/assets/zp-input-select.css.map */
