.ks-currency-picker{position:relative;flex:0 0 auto;width:104px;direction:ltr}
.ks-currency-native{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.ks-currency-trigger{width:100%;height:42px;display:flex;align-items:center;justify-content:center;gap:7px;padding:7px 9px;border:1px solid #4a4438;border-radius:12px;background:#141414;color:#fff;font-weight:800;cursor:pointer;white-space:nowrap}
.ks-currency-trigger:hover,.ks-currency-trigger:focus-visible,.ks-currency-picker.open .ks-currency-trigger{border-color:#c79324;outline:none;box-shadow:0 0 0 2px #c7932430}
.ks-currency-trigger::after{content:'⌄';margin-inline-start:auto;color:#d9b254;font-size:13px;line-height:1}
.ks-currency-flag{width:20px;height:20px;flex:0 0 20px;border-radius:50%;object-fit:cover;border:1px solid #f3c85a70;background:#222;box-shadow:0 0 0 2px #0008}
.ks-currency-code{font-size:12px;letter-spacing:.25px}
.ks-currency-menu{position:absolute;top:calc(100% + 7px);right:0;z-index:240;width:142px;padding:6px;margin:0;list-style:none;border:1px solid #625027;border-radius:14px;background:#0d0d0df7;box-shadow:0 18px 45px #000d;backdrop-filter:blur(16px);display:none;overflow:hidden}
.ks-currency-picker.open .ks-currency-menu{display:block;animation:ksCurrencyIn .16s ease-out}
.ks-currency-option{width:100%;min-height:39px;display:flex;align-items:center;gap:9px;padding:7px 9px;border:0;border-radius:9px;background:transparent;color:#f6f6f6;cursor:pointer;text-align:left;font-weight:800}
.ks-currency-option:hover,.ks-currency-option:focus-visible{background:#262014;outline:none}
.ks-currency-option[aria-selected="true"]{background:linear-gradient(135deg,#edbd42,#bd8108);color:#110d05}
.ks-currency-option[aria-selected="true"]::after{content:'✓';margin-inline-start:auto;font-weight:900}
@keyframes ksCurrencyIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
@media(max-width:650px){.ks-currency-picker{width:90px}.ks-currency-trigger{height:36px;padding:5px 7px;gap:5px}.ks-currency-flag{width:18px;height:18px;flex-basis:18px}.ks-currency-code{font-size:11px}.ks-currency-menu{right:auto;left:0;width:132px}}
@media(prefers-reduced-motion:reduce){.ks-currency-picker.open .ks-currency-menu{animation:none}}
