.dropdown-component__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;border-radius:3px;border:1px solid #231f20;padding:10px;color:#9d9da4}.dropdown-component__options{position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #231f20;border-radius:4px;border-top:none;z-index:999;max-height:400px;overflow-y:auto}.dropdown-component__options--hidden{display:none}.dropdown-component__options--visible{display:block}.dropdown-component__icon{width:20px;height:20px;color:#231f20;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.dropdown-component__icon--open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-component__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer;border-bottom:1px solid #231f20}.dropdown-component__option:hover{background-color:#f0f0f0}.dropdown-component__option:last-child{border-bottom:none}.dropdown-component__option-text{padding:10px;font-size:16px;font-style:normal;font-weight:400;line-height:24px;cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/77/assets/dropdown.css.map */
