.shop-info-payment-wrapper .payment-methods{flex:1 1;display:flex;flex-direction:column;gap:0;padding:0}.shop-info-payment-wrapper .payment-methods .methods-list{line-height:1.5;font-size:.875rem;white-space:pre-wrap}.shop-info-payment-wrapper .payment-methods .methods-rows{display:flex;flex-direction:row;gap:0;border:1px solid var(--gray-alpha-300);border-radius:.5rem;background:var(--background);overflow:hidden}.shop-info-payment-wrapper .payment-methods .methods-rows .payment-method-item{flex:1 1;background:var(--background);border-right:1px solid var(--gray-alpha-300);padding:1rem;width:100%;position:relative;text-align:center;transition:all .2s ease}.shop-info-payment-wrapper .payment-methods .methods-rows .payment-method-item:last-child{border-right:none}.shop-info-payment-wrapper .payment-methods .methods-rows .payment-method-item.disabled{opacity:.6;background:var(--gray-alpha-200)}.shop-info-payment-wrapper .payment-methods .methods-rows .payment-method-item.disabled .row-label{color:var(--gray-alpha-500);font-weight:400}.shop-info-payment-wrapper .payment-methods .methods-rows .payment-method-item.disabled .methods-list{color:var(--gray-alpha-500)}.shop-info-payment-wrapper .payment-methods .methods-rows .methods-row{display:flex;flex-direction:column;align-items:center}.shop-info-payment-wrapper .payment-methods .methods-rows .methods-row.cash-method-row{margin-bottom:0}.shop-info-payment-wrapper .payment-methods .methods-rows .methods-row .row-label{font-size:.9rem;font-weight:700;color:var(--foreground)}.shop-info-payment-wrapper .payment-methods .methods-rows .methods-detail{margin-top:.5rem}@media(max-width:1179px){.shop-info-payment-wrapper .payment-methods .methods-rows{flex-direction:column;gap:1px}.shop-info-payment-wrapper .payment-methods .methods-rows .payment-method-item{border-right:none;border-bottom:1px solid var(--gray-alpha-300);aspect-ratio:5/1;display:flex;flex-direction:column;justify-content:center;align-items:center}.shop-info-payment-wrapper .payment-methods .methods-rows .payment-method-item:last-child{border-bottom:none}}