.custom-select{padding:10px 14px;box-sizing:border-box;position:relative;display:inline-flex;align-items:center;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)}@media (pointer: fine) and (hover: hover){.custom-select:hover{border-color:var(--custom-select-active-border-color, #c79f6c)}}.custom-select.active{border-color:var(--custom-select-active-border-color, #c79f6c)}.custom-select-label{color:var(--Component-colors-Components-Buttons-Secondary-button-secondary-fg, #344054);font-size:14px;line-height:1.4}label.custom-select-label{pointer-events:none}.custom-select select{bottom:0;opacity:0;position:absolute;width:1px;height:1px;pointer-events:none}.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:-1px;right:-1px;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 0 4px 1px #00000008;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:#666;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))}@media (pointer: fine) and (hover: hover){.custom-select-option:hover{background-color:var(--color-primary-background, #C79F6C20);color:var(--color-primary, #C79F6C)}}.custom-select .custom-select-option[checked]{background-color:var(--color-primary-background, #F8F3ED);color:var(--color-primary, #1A1A1A)}.custom-select-label__wrapper{width:100%;display:flex;align-items:center;justify-content:space-between}
/*# sourceMappingURL=/cdn/shop/t/2/assets/components-custom-select.css.map */
