.currency-switcher{display:inline-block;font-family:inherit;position:relative}.currency-switcher span{color:#333!important;font-size:16px}.currency-switcher__button{align-items:center;background:transparent!important;border:none!important;color:#333!important;cursor:pointer;display:flex;font-size:1rem;font-weight:100!important;outline:none!important;padding:8px 10px;transition:none!important}.currency-switcher__button:active{border:none!important}.currency-switcher__current-symbol{margin-left:.5em}.currency-switcher__caret-icon{display:block;fill:#000;height:auto;margin-left:15px;margin-right:0;transition:transform .2s ease;width:13px}.currency-switcher.is-open .currency-switcher__caret-icon{transform:rotate(180deg)}.currency-switcher__menu{background-color:#fff!important;border:1px solid #e5e7eb!important;border-radius:.375rem!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)!important;display:none;left:0;list-style:none;margin:.125rem 0 0;min-width:100%;padding:0;position:absolute;top:100%;z-index:100}.currency-switcher.is-open .currency-switcher__menu{display:block}.currency-switcher__menu li{margin:0!important}.currency-switcher__item{background:none;border:none;color:#333!important;cursor:pointer!important;display:block;font-size:1rem;font-weight:100!important;padding:8px 16px!important;text-align:left;white-space:nowrap;width:100%}.currency-switcher__item-symbol{color:#6b7280;margin-left:.5em}.currency-switcher__item.active,.currency-switcher__item:hover{background-color:#f2f9fc!important;border:none!important;color:#333!important}.currency-switcher__item.active{font-weight:100!important}