/* Toptan ödeme tercihi: tarayıcı varsayılanı yerine iki anlaşılır seçim kartı. */
.wholesale-checkout section:nth-of-type(2){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wholesale-checkout section:nth-of-type(2) h2{grid-column:1/-1;margin:0 0 2px}.wholesale-checkout section:nth-of-type(2) label{display:flex;align-items:center;gap:12px;min-height:88px;margin:0;padding:18px 20px;border:1px solid #f1d2ca;border-radius:14px;background:#fffaf8;color:#241c19;font:700 16px/1.35 Inter,'DM Sans',sans-serif;cursor:pointer;user-select:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.wholesale-checkout section:nth-of-type(2) label:hover{border-color:#ff8069;box-shadow:0 8px 22px rgba(238,83,57,.10);transform:translateY(-1px)}.wholesale-checkout section:nth-of-type(2) input[type=radio]{width:20px;height:20px;margin:0;flex:none;accent-color:#ff593f}.wholesale-checkout section:nth-of-type(2) label:has(input:checked){border-color:#ff593f;background:linear-gradient(135deg,#fff8f5,#fff0eb);box-shadow:0 8px 22px rgba(238,83,57,.12)}@media(max-width:620px){.wholesale-checkout section:nth-of-type(2){grid-template-columns:1fr}.wholesale-checkout section:nth-of-type(2) label{min-height:68px;padding:14px 16px;font-size:15px}}
