.payment-options{display:flex;align-items:flex-end;gap:12px;width:100%}.payment-options__item{position:relative;display:flex;align-items:center;justify-content:center}.payment-options__image{display:block;transition:opacity .2s ease,transform .2s ease}.payment-options__image--grey{opacity:1}.payment-options__image--colored{position:absolute;top:0;left:0;opacity:0}.payment-options__item:hover .payment-options__image--grey{opacity:0}.payment-options__item:hover .payment-options__image--colored{opacity:1;transform:translateY(-1px)}.payment-options__image.klarna{width:60.9px;height:13.3px}.payment-options__image.affirm{width:51.1px;height:20.3px}.payment-options__image.carecredit{width:96.6px;height:12.6px}.payment-options__image.afterpay{width:91px;height:18.9px;transform:translateY(5px)}.payment-options__item:hover .payment-options__image.afterpay.payment-options__image--colored{transform:translateY(4px)}