.currency-converter-list-item{display:flex;flex-direction:row;justify-content:space-between}.currency-converter-list-item:not(:last-of-type){border-bottom:var(--form-border)}.currency-converter-list-item[aria-disabled=false]:hover,.currency-converter-list-item[aria-disabled=false]:focus,.currency-converter-list-item[aria-disabled=false]:active{background:var(--color-gray-superlight)}.currency-converter-list-item[aria-disabled=true]{background:url(/dist/client/default/assets/sprites/fx-diagonal-stripes.svg);cursor:not-allowed;flex-direction:column}.currency-converter-list-item__button{padding:var(--space-10) 0 var(--space-10) var(--space-12);display:flex;flex-direction:row;gap:var(--space-12);align-items:center;width:100%}[aria-disabled=true] .currency-converter-list-item__button{opacity:.6}.currency-converter-list-item__flag{border-radius:4px}.currency-converter-list-item__text-wrapper{display:flex;flex-direction:column;line-height:1.3;text-align:start}.currency-converter-list-item__currency-text{font-size:var(--typography-text-regular)}.currency-converter-list-item__country-text{font-size:var(--typography-text-caption)}.currency-converter-list-item__disabled{display:flex;flex-direction:row;gap:var(--space-4);margin-left:var(--space-12)}.currency-converter-list-item__disabled p{font-size:var(--typography-text-caption);text-align:start;font-weight:600}.currency-converter-list-item__favorite-button{padding:var(--space-18);display:flex}.currency-converter-list-item__favorite-button:hover{padding:var(--space-16)}.currency-converter-list-item__favorite-button:hover svg{width:24px;height:24px}.currency-converter-input{display:flex;flex-direction:column;gap:var(--space-8);margin-bottom:var(--space-16)}.currency-converter-input__label{font-size:var(--typography-text-caption)}.currency-converter-input__wrapper{position:relative;display:grid;grid-template-columns:1fr 1fr;width:100%;background:var(--color-white);border-radius:var(--form-border-radius)}@media screen and (min-width: 1024px){.currency-converter-input__wrapper{grid-template-columns:2fr 1fr}}.currency-converter-input__select-wrapper-disabled,.currency-converter-input__select-wrapper{border-left:var(--form-border);border-top:var(--form-border);border-bottom:var(--form-border);border-radius:var(--form-border-radius) 0 0 var(--form-border-radius);background:var(--color-white);max-height:4.2rem}[data-dropdown-open=true] .currency-converter-input__select-wrapper-disabled,[data-dropdown-open=true] .currency-converter-input__select-wrapper{border-radius:var(--form-border-radius) 0 0 0}@container currency-converter-container (width > 41.4rem){.currency-converter-input__select-wrapper-disabled,.currency-converter-input__select-wrapper{max-height:5.4rem}}.currency-converter-input__select-wrapper-disabled{background:url(/dist/client/default/assets/sprites/fx-diagonal-stripes.svg)}.currency-converter-input__search-input-wrapper{position:relative;height:100%}.currency-converter-input__search-input{outline:0!important;border:0!important;padding:var(--space-12) var(--space-12) var(--space-12) var(--space-40)!important;min-height:var(--space-32)!important;height:100%!important;border-radius:var(--form-border-radius) 0 0 0!important}.currency-converter-input__search-input-icon{position:absolute;top:18px;left:12px}.currency-converter-input__select-button{display:flex;flex-direction:row;justify-content:space-between;padding:var(--space-5) var(--space-10);width:100%;align-items:center}.currency-converter-input__select-button[disabled]{cursor:not-allowed;opacity:.6}@container currency-converter-container (width > 41.4rem){.currency-converter-input__select-button{padding:var(--space-10) var(--space-12)}}.currency-converter-input__select-value{display:flex;flex-direction:row;gap:var(--space-12);align-items:center}.currency-converter-input__select-flag{width:3.2rem;height:2.4rem}@container currency-converter-container (width > 41.4rem){.currency-converter-input__select-flag{width:4.3rem;height:3.2rem}}.currency-converter-input__select-value-text{display:flex;flex-direction:column;gap:var(--space-4);text-align:start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.currency-converter-input__select-value-currency{font-size:var(--typography-text-micro);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:100%}.currency-converter-input__select-value-country{font-size:var(--typography-text-caption);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:100%}.currency-converter-input__currency-input{border-radius:0 var(--form-border-radius) var(--form-border-radius) 0!important;padding:var(--space-24) var(--space-4) var(--space-7) var(--space-4)!important;max-height:4.2rem;background:var(--color-white)}[data-dropdown-open=true] .currency-converter-input__currency-input{border-radius:0 var(--form-border-radius) 0 0!important}@container currency-converter-container (width > 41.4rem){.currency-converter-input__currency-input{max-height:5.4rem}}.currency-converter-input__currency-input-wrapper{position:relative}.currency-converter-input__currency-input-label{position:absolute;top:var(--space-8);left:var(--space-4)}.currency-converter-input__select-chevron{width:17px;height:11px}.currency-converter-input__select-drop-down{left:0;z-index:var(--zindex-dropdown);position:absolute;width:-webkit-fit-content;width:fit-content;width:100%}.currency-converter-input__select-list{background:var(--color-white);padding:0;margin:0;overflow:scroll;overflow-x:hidden;max-height:310px;border-radius:0 0 var(--form-border-radius) var(--form-border-radius);border:var(--form-border)}.currency-converter-input__select-list::-webkit-scrollbar{display:none}.currency-converter-input__select-item{padding:var(--space-10) var(--space-12);border-bottom:var(--form-border)}.currency-converter-input__select-item-heading{padding:var(--space-12);text-transform:uppercase;font-size:var(--typography-text-caption);font-weight:700;color:var(--color-white);background:var(--color-black);align-items:center}.currency-converter-info-box{container:currency-converter-info-box-container/inline-size;border-radius:var(--space-16);background:var(--color-white);padding:var(--space-16)}[data-background=glass] .currency-converter-info-box,[data-background=white] .currency-converter-info-box{background:var(--color-gray-superlight)}.currency-converter-info-box__wrapper{display:flex;flex-direction:column}@container currency-converter-info-box-container (width > 102.4rem){.currency-converter-info-box__wrapper{flex-direction:row;justify-content:space-between;margin-bottom:unset;min-height:10rem}}@container currency-converter-info-box-container (width < 102.4rem){.currency-converter-info-box__price-wrapper>:nth-child(1){padding-bottom:var(--space-16);margin-bottom:var(--space-16);background:linear-gradient(to right,var(--color-gray-dark) 20%,transparent 20%);background-position:bottom;background-size:6px 1px;background-repeat:repeat-x}}@container currency-converter-info-box-container (width > 102.4rem){.currency-converter-info-box__price-wrapper{min-width:530px;margin-right:var(--space-40);padding-right:var(--space-40);background:linear-gradient(0deg,var(--color-gray-dark) 20%,transparent 20%);background-position:right;background-size:1px 6px;background-repeat:repeat-y}.currency-converter-info-box__price-wrapper>:nth-child(1){margin-bottom:var(--space-12)}.currency-converter-info-box__price-wrapper>:nth-child(2){padding-bottom:var(--space-12);margin-bottom:var(--space-12);background:linear-gradient(to right,var(--color-gray-dark) 20%,transparent 20%);background-position:bottom;background-size:6px 1px;background-repeat:repeat-x}}.currency-converter-info-box__price-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-weight:700;font-size:var(--typography-text-micro);line-height:normal}@media screen and (min-width: 768px){.currency-converter-info-box__price-item{font-size:var(--typography-text-small)}}.currency-converter-info-box__message{margin:var(--space-24) 0 0 0;display:flex;font-size:var(--typography-text-caption);line-height:100%;font-style:italic;justify-content:center}@container currency-converter-info-box-container (width > 51.2rem){.currency-converter-info-box__message{justify-content:end}}@container currency-converter-info-box-container (width > 102.4rem){.currency-converter-info-box__message{margin:var(--space-4) 0 var(--space-12) 0;justify-content:start}}.currency-converter-info-box__message-rounding{min-height:var(--space-12)}.currency-converter-info-box__message-warning{display:flex;flex-direction:row;gap:var(--space-4);align-items:center}.currency-converter-info-box__message-warning svg{min-height:1.2rem;min-width:1.2rem}.currency-converter-info-box__icon-and-button{display:flex;flex-direction:column;gap:var(--space-16);align-items:center;justify-content:center;margin-top:var(--space-24)}@container currency-converter-info-box-container (width > 51.2rem){.currency-converter-info-box__icon-and-button{flex-direction:row-reverse;justify-content:space-between}}@container currency-converter-info-box-container (width > 102.4rem){.currency-converter-info-box__icon-and-button{margin-top:unset;margin-left:var(--space-40);padding-left:var(--space-40);flex-direction:column;justify-content:center;background:linear-gradient(0deg,var(--color-gray-dark) 20%,transparent 20%);background-position:left;background-size:1px 6px;background-repeat:repeat-y}}.currency-converter-info-box__cart-button{width:100%}@container currency-converter-info-box-container (width > 51.2rem){.currency-converter-info-box__cart-button{width:unset;margin-top:unset}}@container currency-converter-info-box-container (width > 102.4rem){.currency-converter-info-box__cart-button{min-width:212px;font-size:var(--typography-preamble-textsize-small)}}.currency-converter-info-box__icon-wrapper{display:flex;flex-direction:row;gap:var(--space-12)}.currency-converter-info-box__icon{display:flex;height:20px;max-width:60px}.currency-converter-info-box__icon svg{width:100%;height:100%}@container currency-converter-info-box-container (width > 102.4rem){.currency-converter-info-box__icon{height:16px}}@keyframes pulse{0%{background-color:#a5a5a51a}50%{background-color:#a5a5a566}to{background-color:#a5a5a51a}}.currency-converter-new{container:currency-converter-container/inline-size}.currency-converter__input-wrapper{display:grid;align-items:center;grid-template-columns:1fr auto;grid-template-rows:auto auto}.currency-converter__input-wrapper .currency-converter-input:last-of-type{grid-row:2;grid-column:1/span 2}@container currency-converter-container (width > 41.4rem){.currency-converter__input-wrapper .currency-converter__swap-button{grid-column:2;grid-row:1/span 2;align-self:center}.currency-converter__input-wrapper .currency-converter-input:last-of-type{grid-row:2;grid-column:1/2}}@container currency-converter-container (width > 67.6rem){.currency-converter__input-wrapper{grid-template-columns:1fr auto 1fr;align-items:center}.currency-converter__input-wrapper .currency-converter__swap-button{align-self:end}.currency-converter__input-wrapper .currency-converter-input:last-of-type{grid-row:unset;grid-column:unset}}.currency-converter__input-wrapper-tmc{display:flex;flex-direction:column}.currency-converter__swap-button{border:var(--form-border);border-radius:100%;width:42px;height:42px;transition:.3s ease;margin:var(--space-4) 0 0 var(--space-8)}.currency-converter__swap-button svg{rotate:unset;margin:8px}.currency-converter__swap-button:hover{border:1px solid var(--color-brand-primary);background-color:var(--color-brand-primary)}[data-background=gray-dark] .currency-converter__swap-button,[data-background=black] .currency-converter__swap-button{color:var(--color-white);border:1px solid var(--color-brand-primary);background-color:var(--color-black)}[data-background=gray-dark] .currency-converter__swap-button:hover,[data-background=black] .currency-converter__swap-button:hover{background-color:var(--color-brand-primary);color:var(--color-black)}[data-background=yellow] .currency-converter__swap-button{border:1px solid var(--color-black)}[data-background=yellow] .currency-converter__swap-button:hover{border:1px solid var(--color-white);background-color:var(--color-white);text-decoration:none}.currency-converter__swap-button.disabled,.currency-converter__swap-button[disabled]{cursor:not-allowed;border:1px solid var(--color-gray-dark);background:transparent;color:var(--color-gray-dark);text-decoration:none}.currency-converter__swap-button.disabled:hover,.currency-converter__swap-button[disabled]:hover{border:1px solid var(--color-gray-dark);background-color:transparent;text-decoration:none}@container currency-converter-container (width > 41.4rem){.currency-converter__swap-button{margin:0 0 0 var(--space-8);width:52px;height:52px}}@container currency-converter-container (width > 67.6rem){.currency-converter__swap-button{margin:0 var(--space-8) var(--space-16) var(--space-8)}.currency-converter__swap-button svg{rotate:90deg;margin:13px}}.currency-converter__info-bar{display:flex;align-items:center;margin-bottom:var(--space-16)}@container currency-converter-container (width < 62.7rem){.currency-converter__info-bar{flex-wrap:wrap;row-gap:var(--space-8)}.currency-converter__info-bar>:nth-child(2),.currency-converter__info-bar>:nth-child(4){margin-left:auto}.currency-converter__info-bar>*{flex:0 0 calc(50% - 8px)}}@container currency-converter-container (100rem < width){.currency-converter__info-bar{margin-bottom:var(--space-32)}}.currency-converter__info-bar-rate-text{font-weight:700;font-size:var(--typography-text-micro);margin-right:var(--space-16)}@container currency-converter-container (62.7rem < width){.currency-converter__info-bar-rate-text{font-size:var(--typography-text-small)}}.currency-converter__info-bar-rate{text-align:end;margin-right:0;font-size:var(--typography-text-micro)}@container currency-converter-container (62.7rem < width){.currency-converter__info-bar-rate{font-size:var(--typography-text-small);margin-right:var(--space-16)}}.currency-converter__info-bar-date{font-style:italic;font-size:var(--typography-text-caption);color:var(--color-gray-superdark);margin-right:0}[data-background=yellow] .currency-converter__info-bar-date{color:var(--color-black)}@container currency-converter-container (62.7rem < width){.currency-converter__info-bar-date{margin-right:var(--space-16)}}.currency-converter__info-bar-inventory{display:flex;flex-direction:row;gap:var(--space-4);font-size:var(--typography-text-caption);margin-left:auto;justify-content:end}.currency-converter__rate-update{font-style:italic;font-size:var(--typography-text-caption);text-align:center}
