.custom-select{padding:4px;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;transition-delay:.2s}.custom-select select{visibility:hidden;opacity:0;position:absolute;width:1px;height:1px}.arrow-out{position:relative;margin-top:1px;margin-left:6px;transform:rotate(0);transition:transform .3s}.arrow-out>svg{display:block}.custom-select.active>.arrow-out{transform:rotate(180deg);transition:transform .3s}.custom-select-options{padding:15px 0;white-space:nowrap;z-index:10;position:absolute;top:calc(100% + 10px);left:auto;right:-25px;background-color:#fff;visibility:hidden;min-width:100%;border-radius:3px;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 25px;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, rgba(255, 97, 40, .08));color:var(--color-primary, #FF6128)}
/*# sourceMappingURL=/cdn/shop/t/73/assets/components-custom-select.css.map?v=84563869869999298351735040952 */
