.custom-select{padding:10px 14px;box-sizing:border-box;position:relative;display:inline-flex;align-items:center;justify-content:space-between;width:auto;-webkit-user-select:none;user-select:none;outline:none;cursor:pointer;transition:all ease-out .2s;border-radius:var(--radius-md, 8px);border:1px solid var(--custom-select-border-color, #D0D5DD);background:var(--Component-colors-Components-Buttons-Secondary-button-secondary-bg, #FFF);box-shadow:0 0 0 var(--custom-select-shadow-width, 1px) var(--custom-select-shadow-color, rgba(16, 24, 40, .18)) inset}@media (pointer: fine) and (hover: hover){.custom-select:hover{box-shadow:0 0 0 1px #475467 inset}}.custom-select.active{border-color:var(--Colors-Indigo-500, #6172F3);box-shadow:0 0 0 var(--custom-select-active-shadow-width, 1px) var(--Colors-Indigo-500, #6172F3) inset}.custom-select-label{color:var(--Component-colors-Components-Buttons-Secondary-button-secondary-fg, #344054);font-size:14px;font-weight:600;line-height:1.4}label.custom-select-label{pointer-events:none}.custom-select select{visibility:hidden;opacity:0;position:absolute;width:1px;height:1px}.arrow-out{position:relative;margin-bottom:-1px;margin-left:6px;transform:rotate(0);transition:transform .3s}.arrow-out>svg{width:20px;height:20px;display:block}.custom-select.active .arrow-out{transform:rotate(180deg);transition:transform .3s}.custom-select-options{white-space:nowrap;font-weight:500;z-index:10;position:absolute;top:calc(100% + 10px);left:auto;right:0;background-color:#fff;visibility:hidden;min-width:100%;border-radius:8px;opacity:0;transform:scale(.95);transform-origin:top;transition:opacity .4s cubic-bezier(0,1,.4,1),transform .4s cubic-bezier(.18,1.25,.4,1),visibility .4s linear;box-shadow:0 1px 5px 2px #0000001a;overflow:hidden}.custom-select.active .custom-select-options{opacity:1;visibility:visible;transform:scale(1);transition:opacity .4s cubic-bezier(0,1,.4,1),transform .4s cubic-bezier(.18,1.25,.4,1),visibility .4s linear}.custom-select-option{display:block;line-height:1.2;padding:8px 24px;text-align:inherit;color:inherit;border-radius:2px;-webkit-user-select:none;user-select:none;background-color:#fff;transition:color .15s ease-in-out,background .15s ease-in-out}.custom-select-option:before{display:block;position:absolute;bottom:100%;right:20px;width:18px;height:8px;z-index:2;filter:drop-shadow(0 -2px 2px rgba(0,0,0,.12))}.custom-select-option:hover,.custom-select .custom-select-option[checked]{background-color:var(--color-primary-background, #EEF4FF);color:var(--color-primary, #6172F3)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-custom-select.css.map */
