custom-select{--color-custom-select-background: var(--color-surface-100);--color-custom-select-background-active: var(--color-surface-100);--color-custom-select-text: var(--color-text-default);--color-custom-select-text-active: var(--color-text-default);position:relative;display:block;box-shadow:var(--elevated-shadow)}custom-select .select-button,custom-select .select-drop>div{display:flex;justify-content:space-between;background-color:var(--color-custom-select-background);border:1px solid var(--color-border-alt);align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--color-custom-select-text);transition:color .15s,background-color .15s,border .15s;padding:0}custom-select .select-drop>div{padding:var(--micropad-large) var(--padding-medium);gap:var(--micropad-x-large)}custom-select .select-button>.select-icon{fill:var(--color-custom-select-text);background:var(--color-background);align-self:stretch;display:flex;align-items:center;justify-content:center;width:64px}custom-select .select-button>.select-icon svg{fill:var(--color-custom-select-text);width:24px;height:24px}custom-select .select-button:hover,custom-select .select-button:hover *,custom-select .select-drop>div:hover,custom-select .select-drop>div:hover *{color:var(--color-custom-select-text-active)}custom-select .select-drop>div:hover{background-color:var(--color-custom-select-background-active)}custom-select .select-button.active>.select-icon svg{rotate:180deg}custom-select .select-drop{position:absolute;bottom:0;transform:translateY(calc(100% + 5px));left:0;right:0;border:1px solid var(--color-border-alt);z-index:99;overflow:hidden;box-shadow:0 4px 16px #0002}custom-select .select-drop>div{border:none;border-radius:0;border-top:1px solid var(--color-border-alt);justify-content:flex-start}custom-select .select-drop>div:first-child{border:none}custom-select .select-label{display:grid;padding:var(--micropad-large) var(--padding-medium)}custom-select .select-label>span{grid-area:1 / 1;visibility:hidden;display:flex;gap:var(--micropad-x-large);align-items:center}custom-select .select-label>span.active{visibility:visible}custom-select .ante-image{height:44px;min-width:44px;border-radius:50%}custom-select .ante-image img{width:100%;height:100%}@media (max-width: 600px){custom-select .select-button>.select-icon svg{min-width:22px;width:22px;height:22px}custom-select .select-drop>div{padding-right:calc(var(--micropad-x-large) * 2 + 22px)}custom-select .ante-image{height:32px;min-width:32px}custom-select .select-button>.select-icon{width:52px}}
/*# sourceMappingURL=/cdn/shop/t/150/compiled_assets/styles.css.map */
