.custom-dropdown{position:relative;width:100%}.custom-dropdown__toggle{width:100%;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:14px;color:#333}.custom-dropdown__toggle:hover{border-color:#f49c92}.custom-dropdown__toggle.is-open{border-color:#f49c92;border-radius:8px 8px 0 0}.custom-dropdown__toggle.is-open--dropup{border-color:#f49c92;border-radius:0 0 8px 8px}.custom-dropdown__toggle.is-open .custom-dropdown__arrow{transform:rotate(180deg)}.custom-dropdown__toggle.is-open--dropup .custom-dropdown__arrow{transform:rotate(0)}.custom-dropdown__selected{flex:1;text-align:left}.custom-dropdown__arrow{transition:transform .3s ease;flex-shrink:0;margin-left:8px}.custom-dropdown__menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-top:none;border-radius:0 0 8px 8px;max-height:0;overflow:hidden;transition:max-height .3s ease;z-index:1003;box-shadow:0 4px 6px #0000001a}.custom-dropdown__menu.is-open{max-height:200px}.custom-dropdown__menu--dropup{top:auto;bottom:100%;border-top:1px solid #e0e0e0;border-bottom:none;border-radius:8px 8px 0 0;box-shadow:0 -4px 6px #0000001a;padding-bottom:10px}.custom-dropdown__menu--dropup .custom-dropdown__option:first-child{border-radius:8px 8px 0 0}.custom-dropdown__menu--dropup .custom-dropdown__option:last-child{border-radius:0}.custom-dropdown__option{width:100%;padding:12px 16px;text-align:left;background:none;border:none;cursor:pointer;font-size:14px;color:#333;transition:background-color .3s ease}.custom-dropdown__option:hover{background-color:#f5f5f5}.custom-dropdown__option:first-child{border-radius:0}.custom-dropdown__option:last-child{border-radius:0 0 8px 8px}.custom-dropdown__option:not(:last-child){border-bottom:1px solid #f0f0f0}.custom-dropdown--small .custom-dropdown__toggle,.custom-dropdown--small .custom-dropdown__option{padding:8px 12px;font-size:12px}.custom-dropdown--large .custom-dropdown__toggle,.custom-dropdown--large .custom-dropdown__option{padding:16px 20px;font-size:16px}.custom-dropdown--dark .custom-dropdown__toggle{background:#333;border-color:#555;color:#fff}.custom-dropdown--dark .custom-dropdown__toggle:hover{border-color:#f49c92}.custom-dropdown--dark .custom-dropdown__menu{background:#333;border-color:#555}.custom-dropdown--dark .custom-dropdown__option{color:#fff}.custom-dropdown--dark .custom-dropdown__option:hover{background-color:#555}.custom-dropdown--dark .custom-dropdown__option:not(:last-child){border-bottom-color:#555}
/*# sourceMappingURL=/cdn/shop/t/15/assets/custom-dropdown.css.map */
