.wallet-wrapper{width:100%;container-name:wallet;container-type:inline-size;background-color:#fff}.lhv-wallet{max-width:375px;padding:12px;display:flex;flex-direction:column;gap:12px;color:#262633;font-family:Helvetica Neue,Arial,sans-serif;line-height:1.4;font-weight:400}.lhv-wallet--disable-hp .wallet_lhv-hp{display:none}.lhv-wallet--grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:100%;gap:8px;width:598px}.lhv-wallet-method{border:1px solid #DCDADB;border-radius:8px;background-color:#fff}.lhv-wallet-method.active{border:2px solid #C6C4C7}.lhv-wallet-method.active.border-bottom-none{border:2px solid #C6C4C7;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.lhv-wallet-method.active .wallet-container__title{font-weight:600}.lhv-wallet--grid .lhv-wallet-method.active{border:2px solid #C6C4C7;border-radius:8px}.lhv-wallet--grid .lhv-wallet-method{width:192px;height:192px}.wallet-container{display:grid;grid-template-columns:24px 1fr 1fr;padding:16px 12px;gap:0 10px}.lhv-wallet--grid .wallet-container{grid-template-columns:24px 1fr;gap:12px}.wallet-payment{padding:16px 24px 40px 24px;font-size:16px;background-color:#fff}.lhv-wallet--grid .wallet-payment{padding:16px 24px;background-color:transparent}.wallet-payment__title{font-size:16px;font-weight:600;margin-top:16px}.lhv-wallet--grid .wallet-payment__title{font-size:18px}.wallet-payment__description{margin-top:16px}.lhv-wallet--grid .wallet-payment__description{display:grid;grid-template-columns:auto 1fr;gap:24px}.lhv-wallet--grid .wallet-payment__description .wallet-bottom{grid-column:2}.wallet-payment__logo img{height:100px}.wallet-payment a{color:#89868D;font-size:12px;text-decoration:underline}.wallet-payment__disclaimer{font-size:14px;margin-top:8px}.wallet-payment__disclaimer--small{font-size:12px;color:#89868D}.wallet-payment.active{border:2px solid #C6C4C7;border-radius:8px;border-top:0;border-top-right-radius:0;border-top-left-radius:0;margin-top:-12px}.wallet-graph{display:flex;justify-content:space-between;margin:16px 0;position:relative;z-index:0}.wallet-graph__element{display:flex;flex-direction:column;gap:4px;align-items:center;text-align:center}.wallet-graph__element.wallet-graph__element--left{align-items:flex-start;text-align:left}.wallet-graph__element.wallet-graph__element--right{align-items:flex-end;text-align:right}.wallet-graph__circle{height:40px;margin-bottom:8px}.wallet-graph__circle img{width:40px;height:40px;z-index:1}.wallet-graph__circle::before{content:'';position:absolute;height:1px;width:calc(100% - 70px);background-color:#3B3B47;left:35px;top:20px;right:35px;z-index:-1}.wallet-graph__price{font-weight:600;font-size:18px}.wallet-graph__text{margin:0;font-size:14px}.lhv-wallet--grid .wallet-payment{grid-row:2;grid-column:1/4}.lhv-wallet--grid .wallet-payment.active{border:none}.wallet-container__title{font-size:18px}.wallet-container__text{color:#89868D;font-size:12px;margin-top:4px;margin-bottom:0;grid-column:2/3;grid-row:2}.lhv-wallet--grid .wallet-container__text{grid-column:1/3;grid-row:3}.wallet-container__amount{align-self:center;font-size:16px;border-left:1px solid #EDEBEB;grid-row:1/3;grid-column:3;padding-left:10px}.lhv-wallet--grid .wallet-container__amount{grid-column:1/3;grid-row:2;border-left:0;padding-left:0}.wallet-container__amount span{font-size:24px;font-weight:700}input[type=radio].selected-wallet-method{display:none}#ActiveSpanOb::before{content:url(https://pay.lhv.eu/assets/img/Checked.svg);position:absolute}#NotActiveSpanOb::before{content:url(https://pay.lhv.eu/assets/img/UnChecked.svg);position:absolute}#ActiveSpanHp::before{content:url(https://pay.lhv.eu/assets/img/Checked.svg);position:absolute}#NotActiveSpanHp::before{content:url(https://pay.lhv.eu/assets/img/UnChecked.svg);position:absolute}#ActiveSpanBnpl::before{content:url(https://pay.lhv.eu/assets/img/Checked.svg);position:absolute}#NotActiveSpanBnpl::before{content:url(https://pay.lhv.eu/assets/img/UnChecked.svg);position:absolute}.wallet-payment-ob{display:flex;flex-direction:column;gap:16px}.payment-title{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.payment-title .wallet-payment__title{margin:0}.payment-title .payment-title__country{position:relative}.payment-title .payment-title__country select{padding:12px 60px 12px 16px;border-color:#C6C4C7;border-radius:4px;font-size:16px;appearance:none;background:none;background-color:#fff}.payment-title .payment-title__country::after{content:'';position:absolute;border-right:1px solid #89868D;border-top:1px solid #89868D;width:7px;height:7px;right:16px;top:calc(50% - 5px);transform:rotate(135deg)}.wallet-banks{display:flex;flex-direction:column;gap:8px}.wallet-banks.hidden{display:none}.lhv-wallet--grid .wallet-banks{display:grid;grid-template-columns:1fr 1fr;gap:8px}.lhv-wallet--grid .wallet-banks.hidden{display:none}.wc-wallet-bank{display:grid;grid-template-columns:30px 1fr;border:1px solid #DCDADB;border-radius:4px;height:64px;padding:0 11px;background-color:#fff}.wc-wallet-bank.active{border:2px solid #C6C4C7}.wc-wallet-bank input{width:24px;height:24px;align-self:center}.wc-wallet-bank input[type='radio']{appearance:none;width:24px;height:24px;border:1px solid #C6C4C7;border-radius:50%}.wc-wallet-bank input[type='radio']:before{content:'';display:block;width:60%;height:60%;margin:20% auto;border-radius:50%}.wc-wallet-bank input[type="radio"]:checked:before{background:#262633}label.wc-wallet-bank__logo{display:flex!important;justify-content:center}.wc-wallet-bank__logo img{max-height:82px;max-width:150px;align-self:center}@container wallet (max-width:622px){.lhv-wallet.lhv-wallet--grid{max-width:375px;width:auto;display:flex;gap:12px;flex-direction:column}.lhv-wallet--grid .lhv-wallet-method.active{border:2px solid #C6C4C7}.lhv-wallet--grid .lhv-wallet-method.active.border-bottom-none{border:2px solid #C6C4C7;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.lhv-wallet--grid .lhv-wallet-method{width:auto;height:auto}.lhv-wallet--grid .wallet-payment__description{display:flex;flex-direction:column;gap:0}.lhv-wallet--grid .wallet-container{grid-template-columns:24px 1fr 1fr;gap:0 10px}.lhv-wallet--grid .wallet-payment__title{font-size:16px}.lhv-wallet--grid .wallet-payment{grid-row:auto;grid-column:auto;padding:18px 24px}.lhv-wallet--grid .wallet-payment{padding:16px 24px 40px 24px}.lhv-wallet--grid .wallet-payment.active{border:2px solid #C6C4C7;border-top:0;border-top-right-radius:0;border-top-left-radius:0;margin-top:-12px}.lhv-wallet--grid .wallet-container__text{grid-column:2/3;grid-row:2}.lhv-wallet--grid .wallet-container__amount{border-left:1px solid #EDEBEB;grid-row:1/3;grid-column:3;padding-left:10px}.lhv-wallet--grid .wallet-banks{display:flex;flex-direction:column;gap:8px}}@container wallet (max-width:330px){.wallet-container__title{font-size:16px}.wallet-container__text{font-size:10px}.wallet-container__amount{font-size:14px}.wallet-container__amount span{font-size:20px}.wallet-payment__disclaimer{font-size:12px}.wallet-payment a{font-size:10px}.wallet-payment__title{font-size:14px}.wallet-graph__price{font-size:16px}.wallet-graph__text{font-size:12px}.wallet-payment__disclaimer--small{font-size:10px}}.wc-wallet-bank#wallet_checkout_lhv_bnpl_ee{display:none}.hidden{display:none}