.product_payment_methods{background-color:white;border-radius:var(--border-radius-md)}.product_payment_methods__title{font-weight:var(--font-medium)}.product_payment_methods__container{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem}.product_payment_methods__option{display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-300);border-radius:var(--border-radius-md);height:46px;width:100%}.product_payment_methods__header{padding:14px 20px;border-bottom:1px solid var(--gray-300)}