.recharge-form{display:flex;flex-direction:column;align-items:stretch;font-family:Satoshi,sans-serif;width:100%}.recharge-form input{display:none}.recharge-form__section{border-radius:8px;background:#ffffff80;padding:13px;display:flex;flex-direction:column;gap:20px}.recharge-form__section-content{display:none;flex-direction:column;gap:12px}.recharge-form input[name=recharge-form-type]:checked+.recharge-form__section [data-hide-if-checked]{display:none}.recharge-form input[name=recharge-form-type]:checked+.recharge-form__section{background:#fff;border:1px solid #ffffff}.recharge-form input[name=recharge-form-type]:checked+.recharge-form__section .recharge-form__section-content{display:flex}.recharge-form__section-title{padding-left:35px;position:relative;display:flex;align-items:center;justify-content:space-between;color:#1e1e1e}.recharge-form__section-title>span{font-size:17px;font-weight:500;line-height:22px;font-family:Gelica}.recharge-form__section-title:before{content:"";width:25px;height:25px;border-radius:100%;background:#fff;border:1px solid rgba(0,0,0,.3);position:absolute;left:0;top:50%;transform:translateY(-50%)}.recharge-form input[name=recharge-form-type]:checked+.recharge-form__section .recharge-form__section-title:before{border:1px solid #000}.recharge-form input[name=recharge-form-type]:checked+.recharge-form__section .recharge-form__section-title:after{content:"";width:16px;height:16px;border-radius:100%;background:#000;position:absolute;left:12.5px;top:50%;transform:translate(-50%,-50%)}.recharge-form__section-title-block{display:flex;flex-direction:column;align-items:flex-end}.recharge-form__section-price-block{display:flex;gap:10px}.recharge-form__section-price{color:#000;text-align:right;font-family:Satoshi,sans-serif;font-size:16px;font-weight:700;line-height:22px}.recharge-form__section-price--compared{color:#1e1e1e;opacity:.8;font-size:12px;font-weight:500;text-decoration:line-through}.recharge-form__section-price--sale{color:#ec91d8}.recharge-form__section-variants{display:flex;align-items:stretch;gap:10px}.recharge-form__section-variant{width:calc((100% - 20px) / 3)}.recharge-form__section-variant label{padding:10px 15px;display:flex;flex-direction:column;width:100%;border-radius:8px;color:#312325;border:1px solid rgba(49,35,37,.2);text-align:center;align-items:center;position:relative;cursor:pointer}@media (max-width: 500px){.recharge-form__section-variant label{padding:13px}}.recharge-form__section-variant label span{font-size:13px;font-weight:400;line-height:22px}.recharge-form__section-variant input:checked+label{border:1px solid #130C0C;background:#312325;color:#fff}.recharge-form__section-variant label span.recharge-form__section-variant-price{font-weight:700}.recharge-form__section-variant label span.recharge-form__section-variant-sale-badge{color:#fff;text-align:center;font-size:11px;font-weight:700;line-height:normal;padding:3px 5px;border-radius:16px;background:#ec91d8;position:absolute;right:-5px;top:0;transform:translateY(-50%)}.recharge-form__section-features-title{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center}.recharge-form__section-features-title span{color:#1e1e1e;font-size:13px;font-weight:700;line-height:22px}.recharge-form__section-features-title button{color:#31232580;text-align:right;font-family:Satoshi,sans-serif;font-size:13px;font-weight:500;line-height:22px;text-decoration-line:underline;border:none;outline:none}.recharge-form__section-features{display:flex;flex-direction:column;gap:10px}.recharge-form__section-feature{display:flex;gap:10px;color:#000}.recharge-form__section-feature span{font-size:13px;font-weight:400;line-height:22px;text-align:left}.recharge-form__section-feature svg{width:20px;flex:0 0 20px}.recharge-form__section-gift{border-radius:6px;background:#f0e7e0cc;padding:7px 10px;justify-content:space-between;display:flex}.recharge-form__section-gift-left{display:flex;gap:10px}.recharge-form__section-gift-left img{height:auto;width:auto;object-fit:cover;max-width:45px;max-height:45px}.recharge-form__section-selling-plans-content{display:flex;gap:15px;align-items:center}.recharge-form__section-gift-content{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.recharge-form__section-selling-plans{display:flex;flex-direction:column}.recharge-form__section-gift-title{color:#312325;font-size:13px;font-weight:700;line-height:normal;text-align:left}.recharge-form__section-gift-badge{border-radius:6px;background:#312325;color:#fff;text-align:center;font-size:11px;font-weight:700;line-height:22px;padding:0 5px}.recharge-form__section-gift-price{color:#1e1e1e;text-align:right;font-size:13px;font-weight:700;line-height:22px;display:flex;flex-direction:column;font-family:Satoshi,sans-serif}.recharge-form__section-gift-price span{text-decoration:line-through;opacity:.5}.recharge-form__section-gift-price span.recharge-form__section-gift-price-free{color:#ec91d8;text-align:right;font-size:13px;font-weight:700;line-height:22px;text-decoration:none;opacity:1}.recharge-form__section-selling-plans-title{color:#312325;font-size:13px;font-weight:700;line-height:22px;text-align:left}.recharge-form__section-selling-plans select{border-radius:6px;border:1px solid #D9CBBF;background:#fff;color:#000;font-family:Satoshi,sans-serif;font-size:12px;font-weight:400;line-height:22px;padding:7px 15px}.recharge-form__section-selling-plans-badge{display:flex}.recharge-form__section-selling-plans-badge span{font-size:13px;font-weight:400;line-height:22px;font-family:Satoshi,sans-serif;color:#312325}.recharge-form__section-selling-plans-badge img{width:25px;height:25px}.recharge-form__section-shipping{color:#31232580;text-align:right;font-size:11px;font-weight:500;line-height:22px}.recharge-form__section>.recharge-form__section-features{padding-left:2px}.recharge-form__popover-show-btn{position:relative;cursor:pointer}.recharge-form__popover{border-radius:15px;background:#fff;padding:17px 30px;position:absolute;left:50%;top:100%;transform:translate(-50%,15px);display:none;flex-direction:column;gap:10px;z-index:999;width:100vw;max-width:345px;box-shadow:#000000bf 0 0 36px -3px}@media (max-width: 400px){.recharge-form__popover{transform:translate(calc(-50% - 23px));max-width:calc(100vw - 40px)}}.recharge-form__popover-show-btn:hover>.recharge-form__popover{display:flex}.recharge-form__popover:before{content:"";width:0;height:0;border-style:solid;border-width:0 13.5px 20px 13.5px;border-color:transparent transparent #FFFFFF transparent;transform:rotate(0) translate(-50%,-80%);position:absolute;left:50%;top:0}.recharge-form__popover-title,.recharge-form__popover-text{color:#000;font-family:Satoshi,sans-serif;font-size:12px!important;font-style:normal;font-weight:400;line-height:22.1px;text-align:left}.recharge-form__popover-title{font-weight:700;font-size:15px!important}.recharge-form__section-content variant-inventory{font-size:13px;display:flex;gap:8px;align-items:center;margin-right:auto}.recharge-form__section-content variant-inventory>div{display:flex;gap:8px}.recharge-form__section-content variant-inventory i:before{content:"\25cf"}@media screen and (max-width: 699px){.recharge-form{gap:26px;margin-bottom:34px}}@media screen and (min-width: 700px){.recharge-form{gap:28px;margin-bottom:40px}}
/*# sourceMappingURL=/cdn/shop/t/301/assets/recharge-form.css.map */
