.payment-methods{display:flex;flex-direction:column;gap:10px}.payment-methods--bar{flex-direction:row;align-items:center;justify-content:center;gap:0}.payment-methods__label{margin:0;font-size:13px;font-weight:500;line-height:1.2;color:var(--text-secondary)}.payment-methods__list{flex-wrap:wrap;gap:10px 16px;margin:0;padding:0;list-style:none}.payment-methods__item,.payment-methods__list{display:flex;align-items:center;justify-content:center}.payment-methods__item{height:32px}.payment-methods__item img{display:block;width:auto;height:100%;object-fit:contain}.payment-methods__visa{width:54px}.payment-methods__mastercard{width:40px}.payment-methods__3ds{width:auto;height:26px;max-width:64px}.payment-methods__apple-wrap{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 8px;border-radius:4px;background:#fff}.payment-methods__apple-pay{width:52px;height:20px}.payment-methods--compact .payment-methods__item{height:26px}.payment-methods--compact .payment-methods__visa{width:46px}.payment-methods--compact .payment-methods__mastercard{width:36px}.payment-methods--compact .payment-methods__3ds{height:22px;max-width:56px}.payment-methods--compact .payment-methods__apple-wrap{height:26px;padding:0 6px}.payment-methods--compact .payment-methods__apple-pay{width:44px;height:18px}@media (max-width:767px){.payment-methods__list{gap:8px 12px}}@media (prefers-reduced-motion:reduce){.payment-methods__item img{transition:none}}