:root{--checkout-box-min-height: 42px;--checkout-box-item-max-height: 30px}.currency-checkout-box{display:contents}.currency-checkout-box__container{display:block;position:absolute;top:var(--default-header-min-height);left:0;transition:.4s;border-radius:0 0 var(--box-border-radius) var(--box-border-radius);background:var(--color-white);padding:var(--space-16);width:100%}[aria-hidden=true] .currency-checkout-box__container{display:none}.currency-checkout-box__container:after{position:fixed;opacity:.35;z-index:-1;top:0;right:0;bottom:0;left:0;background-color:#18161f;width:100%;content:""}@media screen and (min-width: 768px){.currency-checkout-box__container{top:128px;right:0;left:auto;border-radius:var(--box-border-radius);padding:var(--space-24);width:400px}[data-sticky=true] .currency-checkout-box__container{top:104px}.currency-checkout-box__container:after{content:none}}.currency-checkout-box__container *{margin-bottom:0}.currency-checkout-box__heading{display:flex;justify-content:space-between;align-items:center}.currency-checkout-box__close{border:1px solid var(--color-black);border-radius:100%;padding:var(--space-12);max-height:var(--checkout-box-min-height)}.currency-checkout-box__currency{display:flex;flex-direction:column;gap:var(--space-12);padding:0}.currency-checkout-box__currency-item{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--color-black);border-radius:var(--box-border-radius);padding:var(--space-12);max-height:var(--checkout-box-item-max-height)}.currency-checkout-box__currency-item p{font-weight:700;font-size:var(--typography-text-small)}.currency-checkout-box__currency-info{display:flex;align-items:center;gap:var(--space-8)}.currency-checkout-box__currency-name{display:flex;flex-direction:column}.currency-checkout-box__currency-name p{font-weight:400;font-size:var(--typography-text-caption)}.currency-checkout-box__currency-name p:first-child{font-size:var(--typography-text-micro)}.currency-checkout-box__currency-name p:first-child span{font-weight:700}.currency-checkout-box__secondary-button{margin-top:var(--space-12);padding:var(--space-15) var(--space-24);width:100%;text-align:center}@media screen and (min-width: 768px){.currency-checkout-box__secondary-button{padding:var(--space-18) var(--space-24)}}.currency-checkout-box__number{display:flex;position:absolute;top:-1rem;right:.4rem;justify-content:center;align-items:center;border-radius:9000px;background:var(--color-brand-red);width:1.8rem;height:1.8rem;color:var(--color-white);font-size:1rem!important;text-align:unset}@media screen and (min-width: 768px){.currency-checkout-box__number{top:-1.2rem;right:0;width:2.2rem;height:2.2rem;font-size:1.2rem!important}}.currency-checkout-box__number-cobranding{display:flex;position:absolute;top:.3rem;right:10.7rem;justify-content:center;align-items:center;border-radius:9000px;background:var(--color-brand-red);width:1.8rem;height:1.8rem;color:var(--color-white);font-size:1rem!important;text-align:unset}@media screen and (min-width: 768px){.currency-checkout-box__number-cobranding{top:.8rem;right:140px;width:2.2rem;height:2.2rem;font-size:1.2rem!important}}
