.property-selector{position:relative}.property-selector__wrapper{display:flex;justify-content:center;align-items:center}.property-selector__heading{text-align:center;color:rgba(var(--color-foreground),1);margin-bottom:2rem}.property-selector__dropdown-container{position:relative;width:max-content;max-width:90dvw}.property-selector__button{display:flex;justify-content:center;align-items:center;gap:2.5rem;width:100%;min-height:5.2rem;padding:2rem;background-color:rgba(var(--color-background),1);border:.2rem solid rgba(var(--color-foreground),1);border-radius:.6rem;color:rgba(var(--color-foreground),1);font-family:var(--font-heading-family, inherit);font-size:1.6rem;font-weight:400;line-height:1.4;letter-spacing:-.04em;text-align:center;cursor:pointer;transition:all .3s ease}.property-selector__button:hover{opacity:.9}.property-selector__button:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset);box-shadow:var(--focused-base-box-shadow)}.property-selector__button[aria-expanded=true]{border-radius:.6rem .6rem 0 0}.property-selector__button-text{flex:1;text-align:center}.property-selector__button-icon{display:flex;align-items:center;width:1.8rem;height:1.4rem;transition:transform .3s ease}.property-selector__button-icon svg{width:100%;height:100%;fill:currentColor}.property-selector__button[aria-expanded=true] .property-selector__button-icon{transform:rotate(180deg)}.property-selector__dropdown-list{position:absolute;top:100%;left:0;right:0;z-index:10;display:flex;flex-direction:column;gap:1.5rem;width:100%;max-height:40rem;padding:2rem;margin:0;list-style:none;background-color:rgba(var(--color-foreground),1);border:.2rem solid rgba(var(--color-foreground),1);border-top:none;border-radius:0 0 .6rem .6rem;overflow-y:auto;box-shadow:0 .4rem 1.2rem rgba(var(--color-shadow),.15)}.property-selector__dropdown-list[hidden]{display:none!important}.property-selector__option{display:flex;align-items:flex-end;gap:1rem;padding:0;cursor:pointer;transition:opacity .2s ease}.property-selector__option:hover,.property-selector__option:focus{opacity:.8;outline:none}.property-selector__option:focus-visible{outline:.2rem solid rgba(var(--color-background),.5);outline-offset:.2rem}.property-selector__option-icon{display:flex;align-items:center;width:1.077rem;height:1.8rem;flex-shrink:0}.property-selector__option-icon svg{width:100%;height:100%;fill:rgba(var(--color-background),1)}.property-selector__option-text{color:rgba(var(--color-background),1);font-family:var(--font-body-family, inherit);font-size:1.6rem;font-weight:400;line-height:1.2em;text-align:left}@media screen and (max-width: 749px){.property-selector__dropdown-container{max-width:100%}.property-selector__button{min-height:4.8rem;padding:1.5rem;font-size:1.4rem}.property-selector__dropdown-list{gap:1rem;padding:1.5rem}.property-selector__option-text{font-size:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-property-selector.css.map */
