.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]{flex-direction:column;cursor:not-allowed;background:url(/dist/client/default/assets/sprites/fx-diagonal-stripes.svg)}.currency-converter-list-item__button{display:flex;flex-direction:row;align-items:center;gap:var(--space-12);padding:var(--space-10) 0 var(--space-10) var(--space-12);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-weight:600;font-size:var(--typography-text-caption);text-align:start}.currency-converter-list-item__favorite-button{display:flex;padding:var(--space-18)}.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{display:grid;position:relative;grid-template-columns:1fr 1fr;border-radius:var(--form-border-radius);background:var(--color-white);width:100%}@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-top:var(--form-border);border-bottom:var(--form-border);border-left: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}@media screen and (min-width: 768px){.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;border-radius:var(--form-border-radius) 0 0 0!important;padding:var(--space-12) var(--space-12) var(--space-12) var(--space-40)!important;height:100%!important;min-height:var(--space-32)!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;align-items:center;padding:var(--space-5) var(--space-10);width:100%}.currency-converter-input__select-button[disabled]{opacity:.6;cursor:not-allowed}@media screen and (min-width: 768px){.currency-converter-input__select-button{padding:var(--space-10) var(--space-12)}}.currency-converter-input__select-value{display:flex;flex-direction:row;align-items:center;gap:var(--space-12)}.currency-converter-input__select-flag{width:3.2rem;height:2.4rem}@media screen and (min-width: 768px){.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);overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap}.currency-converter-input__select-value-currency{overflow:hidden;font-size:var(--typography-text-micro);line-height:100%;text-overflow:ellipsis;white-space:nowrap}.currency-converter-input__select-value-country{overflow:hidden;font-size:var(--typography-text-caption);line-height:100%;text-overflow:ellipsis;white-space:nowrap}.currency-converter-input__currency-input{border-radius:0 var(--form-border-radius) var(--form-border-radius) 0!important;background:var(--color-white);padding:var(--space-24) var(--space-4) var(--space-7) var(--space-4)!important;max-height:4.2rem}[data-dropdown-open=true] .currency-converter-input__currency-input{border-radius:0 var(--form-border-radius) 0 0!important}@media screen and (min-width: 768px){.currency-converter-input__currency-input{height:5.4rem;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{position:absolute;left:0;z-index:var(--zindex-dropdown);width:-webkit-fit-content;width:fit-content;width:100%}.currency-converter-input__select-list{margin:0;border:var(--form-border);border-radius:0 0 var(--form-border-radius) var(--form-border-radius);background:var(--color-white);padding:0;max-height:310px;overflow:scroll;overflow-x:hidden}.currency-converter-input__select-list::-webkit-scrollbar{display:none}.currency-converter-input__select-item{border-bottom:var(--form-border);padding:var(--space-10) var(--space-12)}.currency-converter-input__select-item-heading{align-items:center;background:var(--color-black);padding:var(--space-12);color:var(--color-white);font-weight:700;font-size:var(--typography-text-caption);text-transform:uppercase}.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){margin-bottom:var(--space-16);padding-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{margin-right:var(--space-40);padding-right:var(--space-40);min-width:530px;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){margin-bottom:var(--space-12);padding-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{display:flex;justify-content:center;margin:var(--space-24) 0 0 0;font-style:italic;font-size:var(--typography-text-caption);line-height:100%}@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{justify-content:start;margin:var(--space-4) 0 var(--space-12) 0}}.currency-converter-info-box__message-rounding{min-height:var(--space-12)}.currency-converter-info-box__message-warning{display:flex;flex-direction:row;align-items:center;gap:var(--space-4)}.currency-converter-info-box__message-warning svg{min-width:1.2rem;min-height:1.2rem}.currency-converter-info-box__icon-and-button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--space-16);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{flex-direction:column;justify-content:center;margin-top:unset;margin-left:var(--space-40);padding-left:var(--space-40);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{margin-top:unset;width: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;max-width:60px;height:20px}.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;grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center}.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-row:1/span 2;grid-column: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__input-wrapper-checkout{display:flex;flex-direction:row;gap:var(--space-16);width:100%}.currency-converter__input-wrapper-checkout .currency-converter-input{width:50%}.currency-converter__swap-button{transition:.3s ease;margin:var(--space-4) 0 0 var(--space-8);border:var(--form-border);border-radius:100%;width:42px;height:42px}.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{border:1px solid var(--color-brand-primary);background-color:var(--color-black);color:var(--color-white)}[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{row-gap:var(--space-8);flex-wrap:wrap}.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{margin-right:var(--space-16);font-weight:700;font-size:var(--typography-text-micro)}@container currency-converter-container (62.7rem < width){.currency-converter__info-bar-rate-text{font-size:var(--typography-text-small)}}.currency-converter__info-bar-rate{margin-right:0;font-size:var(--typography-text-micro);text-align:end}@container currency-converter-container (62.7rem < width){.currency-converter__info-bar-rate{margin-right:var(--space-16);font-size:var(--typography-text-small)}}.currency-converter__info-bar-date{margin-right:0;color:var(--color-gray-superdark);font-style:italic;font-size:var(--typography-text-caption)}[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;justify-content:end;gap:var(--space-4);margin-left:auto;font-size:var(--typography-text-caption)}.currency-converter__rate-update{font-style:italic;font-size:var(--typography-text-caption);text-align:center}
