@@ -171,25 +171,35 @@ const htmlText = `
171171 <a class="button-link button-link--paypal js-link-paypal" href="${ DEFAULT_LINK_PAYPAL } " target="_blank" rel="noopener" data-s="d-plus-paypal">
172172 <span class="button-link__text">Pay with <span class="button-link__text--paypal">PayPal</span></span>
173173 </a>
174+ -->
174175 <a class="button-link button-link--card js-link-stripe" href="${ DEFAULT_LINK_STRIPE } " target="_blank" rel="noopener" data-s="d-plus-stripe">
176+ <!--
175177 <i class="button-link__card-icon js-card-icon"></i>
176178 <span class="button-link__text" data-text="card">Debit or Credit Card</span>
179+ -->
180+ <span class="button-link__text">
181+ <span data-text="pay">Pay</span>
182+ <span class="js-price-regular">${ DEFAULT_PRICE_PLUS } </span>
183+ </span>
177184 </a>
185+ <!--
178186 <a class="button-link button-link--other button-link--inactive js-link-other" href="${ Links . Redirect . CORPORATE } " target="_blank" rel="noopener" data-s="d-plus-other">
179187 <span class="button-link__text" data-text="more">More options</span>
180188 </a>
181- -->
182189 <a class="button-link button-link--paddle js-link-paddle" href="#pay" data-s="d-plus-paddle">
183190 <span class="button-link__text">
184191 <span data-text="pay">Pay</span>
185192 <span class="${ offer ? 'js-price-discount' : 'js-price-regular' } ">${ offer ? DEFAULT_PRICE_DISCOUNT : DEFAULT_PRICE_PLUS } </span>
186193 </span>
187194 </a>
195+ -->
188196 </div>
189197 <div class="payment-methods">
198+ <!--
190199 <i class="payment-methods__paypal"></i>
191200 <i class="payment-methods__gpay"></i>
192201 <i class="payment-methods__visa"></i>
202+ -->
193203 <i class="payment-methods__mastercard"></i>
194204 <i class="payment-methods__amex"></i>
195205 </div>
@@ -426,6 +436,7 @@ const cssText = `
426436 display: none;
427437}
428438.button-link--card .button-link__text {
439+ font-weight: bold;
429440 text-transform: none;
430441 transform: none;
431442}
0 commit comments