.woocommerce .checkout-container {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.woocommerce-order-pay {
  background-color: #f8f9fa;
  overflow-x: hidden;
}

.woocommerce-order-pay .sheovation-orderpay-template {
  font-family: "Manrope", "Montserrat", sans-serif;
  overflow-x: hidden;
}

.woocommerce-order-pay .pay-screen-wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 36px;
}

.woocommerce-order-pay .pay-header {
  background: #fff;
  border-left: 5px solid #e67e22;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.woocommerce-order-pay .header-icon {
  width: 50px;
  height: 50px;
  background: #fff4e6;
  color: #e67e22;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.woocommerce-order-pay .header-text h1 {
  font-size: 22px;
  margin: 0 0 5px;
  color: #333;
}

.woocommerce-order-pay .header-text p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.woocommerce-order-pay .order-summary-box {
  background: #fff;
  border-radius: 12px;
  padding: 26px;
  border: 1px solid #eef0f2;
  margin-bottom: 24px;
}

.woocommerce-order-pay .box-title {
  font-size: 18px;
  color: #590097;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid #f4f6f8;
  padding-bottom: 15px;
}

.woocommerce-order-pay .box-title.box-title--plain {
  border-bottom: none;
  margin-bottom: 15px;
  padding-bottom: 0;
}

.woocommerce-order-pay table.pay-table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-order-pay table.pay-table th {
  text-align: left;
  color: #888;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.woocommerce-order-pay table.pay-table td {
  padding: 15px 0;
  border-bottom: 1px solid #f9f9f9;
  font-size: 15px;
  color: #333;
}

.woocommerce-order-pay .total-row td {
  border-top: 2px solid #eee;
  border-bottom: none;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #590097;
}

.woocommerce-order-pay .payment-methods-box {
  background: #fbf9fd;
  border: 2px solid #590097;
  border-radius: 12px;
  padding: 26px;
}

.woocommerce-order-pay .sheovation-orderpay-methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-order-pay .sheovation-orderpay-methods .wc_payment_method {
  margin-bottom: 12px;
}

.woocommerce-order-pay .payment-option {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.woocommerce-order-pay .payment-option .input-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.woocommerce-order-pay .radio-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: relative;
  flex-shrink: 0;
}

.woocommerce-order-pay .method-name {
  font-weight: 700;
  color: #333;
  flex: 1;
  min-width: 0;
}

.woocommerce-order-pay .method-icon {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 46%;
}

.woocommerce-order-pay .method-icon img {
  max-width: 100%;
  height: auto;
  max-height: 22px;
}

.woocommerce-order-pay .wc_payment_method.is-active .payment-option {
  border-color: #590097;
  background-color: #fdfdff;
  box-shadow: 0 0 0 1px #590097;
}

.woocommerce-order-pay .wc_payment_method.is-active .radio-circle {
  border-color: #590097;
}

.woocommerce-order-pay .wc_payment_method.is-active .radio-circle::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #590097;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.woocommerce-order-pay .payment_box {
  background: #fff;
  border: 1px dashed #ccc;
  padding: 16px;
  border-radius: 8px;
  margin-top: 10px;
}

.woocommerce-order-pay .sheovation-gateway-receipt {
  margin-top: 10px;
}

.woocommerce-order-pay #place_order.pay-btn {
  display: block !important;
  width: 100% !important;
  background: #e67e22 !important;
  color: #fff !important;
  border: none !important;
  padding: 18px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  border-radius: 8px !important;
  cursor: pointer;
  margin-top: 20px !important;
  box-shadow: 0 5px 15px rgba(230, 126, 34, 0.3);
  transition: transform 0.2s;
}

.woocommerce-order-pay #place_order.pay-btn:hover {
  background: #d35400 !important;
  transform: translateY(-2px);
}

.woocommerce-order-pay .secure-note {
  text-align: center;
  font-size: 12px;
  color: #777;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.sheovation-checkout-page-header,
.sheovation-thankyou-design .sheovation-order-page-header {
  max-width: 1100px;
  margin: 12px auto 14px;
  padding: 12px 14px;
  border: 1px solid #f1edf6;
  border-radius: 12px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 8px 20px rgba(23, 16, 33, 0.04);
}

.woocommerce-order-pay .sheovation-checkout-page-header {
  max-width: 800px;
  margin: 12px auto 18px;
  padding: 12px;
  position: relative;
  z-index: 2;
}

/* Eski cache'li JS injecti kaldıysa gizle. */
.woocommerce .sheovation-iyzico-brand-head {
  display: none !important;
}

.sheovation-page-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
}

.sheovation-checkout-page-header img,
.sheovation-thankyou-design .sheovation-order-page-header img {
  max-width: min(62vw, 220px) !important;
  max-height: 54px !important;
  width: auto !important;
  height: auto !important;
  display: block;
  object-fit: contain;
}

.woocommerce-order-pay .sheovation-order-pay-header .sheovation-page-logo-link {
  width: min(220px, 58vw);
  max-width: 220px;
}

.woocommerce-order-pay .sheovation-order-pay-header .sheovation-page-logo-link img {
  width: 100% !important;
  max-width: 220px !important;
  max-height: 56px !important;
}

.woocommerce .form-column {
  flex: 1.4;
  order: 1;
}

.woocommerce .summary-column {
  flex: 1;
  order: 2;
}

.woocommerce .sticky-summary {
  position: sticky;
  top: 20px;
  border: 1px solid #f0edf5;
  background: #faf9fb;
  border-radius: 16px;
  padding: 24px;
}

.woocommerce .section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  border-bottom: 2px solid #f1eff4;
  padding-bottom: 14px;
}

.woocommerce .step-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
}

.woocommerce .section-title h3 {
  margin: 0;
  font-size: 1.2rem;
}

.woocommerce form.checkout .form-row label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #555;
}

.woocommerce form.checkout .input-text,
.woocommerce form.checkout select,
.woocommerce form.checkout textarea {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 0.95rem;
}

.woocommerce form.checkout .input-text:focus,
.woocommerce form.checkout select:focus,
.woocommerce form.checkout textarea:focus {
  border-color: #590097;
  box-shadow: 0 0 0 3px rgba(89, 0, 151, 0.1);
  outline: none;
}

.sheovation-create-account-box {
  background: #fcfbfd;
  border: 1px solid #efe9f5;
  border-radius: 12px;
  padding: 15px;
  margin: 10px 0 18px;
}

.sheovation-create-account-box .account-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.sheovation-create-account-box .account-checkbox input {
  display: none;
}

.sheovation-create-account-box .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #590097;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  background: #fff;
  flex-shrink: 0;
}

.sheovation-create-account-box .account-checkbox input:checked + .checkmark {
  background: #590097;
}

.sheovation-create-account-box .account-checkbox input:checked + .checkmark::after {
  content: "\2714";
  color: #fff;
  font-size: 0.75rem;
}

.sheovation-create-account-box .account-text strong {
  display: block;
  color: #590097;
  font-size: 0.95rem;
}

.sheovation-create-account-box .account-text p {
  margin: 2px 0 0;
  color: #666;
  font-size: 0.85rem;
  line-height: 1.4;
}

.sheovation-account-password {
  margin-top: 14px;
  display: none;
}

.woocommerce .create-account {
  display: none;
}

.sheovation-pre-info {
  margin-top: 12px;
}

.sheovation-pre-info label {
  font-size: 0.86rem;
  font-weight: 600;
  color: #444;
}

.sheovation-inline-link {
  border: 0;
  background: none;
  color: #590097;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.sheovation-pre-info-modal {
  position: fixed;
  inset: 0;
  background: rgba(17, 17, 17, 0.62);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.sheovation-pre-info-modal.is-open {
  display: flex;
}

.sheovation-pre-info-modal__dialog {
  width: min(760px, 100%);
  max-height: min(86vh, 900px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 22px 20px 18px;
  overflow: hidden;
}

.sheovation-pre-info-modal__dialog h3 {
  margin: 0 24px 14px 0;
  font-size: 1.2rem;
}

.sheovation-pre-info-modal__close {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 0;
  background: none;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
}

.sheovation-pre-info-modal__content {
  overflow-y: auto;
  max-height: calc(86vh - 100px);
  border: 1px solid #f0edf5;
  border-radius: 10px;
  padding: 14px;
}

.woocommerce .woocommerce-checkout-review-order-table {
  margin: 0;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

.woocommerce .woocommerce-checkout-review-order-table th,
.woocommerce .woocommerce-checkout-review-order-table td {
  padding: 14px;
  border-bottom: 1px solid #f1f1f1;
}

.woocommerce .woocommerce-checkout #payment {
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 14px;
}

.woocommerce .woocommerce-checkout #payment div.payment_box {
  background: #faf7ff;
}

.woocommerce #place_order,
.woocommerce-page #place_order {
  background: linear-gradient(135deg, #f39c12 0%, #d35400 100%);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 14px 20px;
  font-weight: 800;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.sheovation-checkout-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  min-width: 112px;
}

.sheovation-checkout-qty button {
  width: 34px;
  height: 34px;
  border: 0;
  background: #fff;
  font-size: 1rem;
  cursor: pointer;
}

.sheovation-checkout-qty input {
  width: 44px;
  height: 34px;
  border: 0;
  text-align: center;
  font-weight: 700;
  padding: 0;
}

.sheovation-thankyou-design {
  padding: 60px 20px;
  background: #fdfdfd;
  min-height: 100vh;
  text-align: center;
}

.sheovation-thankyou-design .success-header {
  margin-bottom: 40px;
}

.sheovation-thankyou-design .success-icon {
  font-size: 5rem;
  color: #27ae60;
  margin-bottom: 15px;
  animation: scaleIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sheovation-thankyou-design .success-header h1 {
  font-size: 2.2rem;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-weight: 800;
}

.sheovation-thankyou-design .success-header p {
  color: #666;
  font-size: 1.1rem;
}

.sheovation-thankyou-design .success-container {
  max-width: 800px;
  margin: 0 auto;
}

.sheovation-thankyou-design .order-info-card {
  background: #fff;
  border: 1px solid #f0edf5;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.sheovation-thankyou-design .info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.sheovation-thankyou-design .info-item span {
  display: block;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sheovation-thankyou-design .info-item strong {
  color: #1a1a1a;
  font-size: 1rem;
}

.sheovation-thankyou-design .order-timeline {
  margin-bottom: 50px;
}

.sheovation-thankyou-design .order-timeline h3 {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: #333;
}

.sheovation-thankyou-design .timeline-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.sheovation-thankyou-design .t-step {
  flex: 1;
  position: relative;
  z-index: 2;
}

.sheovation-thankyou-design .t-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 1.2rem;
  color: #ccc;
  transition: 0.3s;
}

.sheovation-thankyou-design .t-text {
  font-size: 0.85rem;
  color: #999;
  font-weight: 600;
}

.sheovation-thankyou-design .t-step.completed .t-icon {
  border-color: #27ae60;
  color: #27ae60;
}

.sheovation-thankyou-design .t-step.completed .t-text {
  color: #27ae60;
}

.sheovation-thankyou-design .t-step.active .t-icon {
  border-color: #590097;
  color: #590097;
  background: #fcfbfd;
}

.sheovation-thankyou-design .t-step.active .t-text {
  color: #590097;
}

.sheovation-thankyou-design .t-line {
  flex: 1;
  height: 2px;
  background: #eee;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.sheovation-thankyou-design .t-line.active {
  background: #27ae60;
}

.sheovation-thankyou-design .loyalty-box {
  background: #fcfbfd;
  border: 1px solid #efe9f5;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  text-align: left;
}

.sheovation-thankyou-design .loyalty-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sheovation-thankyou-design .loyalty-box i {
  font-size: 3rem;
  color: #590097;
  opacity: 0.8;
}

.sheovation-thankyou-design .l-text h4 {
  margin: 0 0 5px;
  color: #1a1a1a;
}

.sheovation-thankyou-design .l-text p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

.sheovation-thankyou-design .loyalty-action {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.sheovation-thankyou-design .loyalty-action input {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 220px;
}

.sheovation-thankyou-design .mini-btn {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
}

.sheovation-thankyou-design .action-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}

.sheovation-thankyou-design .primary-btn {
  background: linear-gradient(135deg, #f39c12 0%, #d35400 100%);
  color: #fff;
  padding: 18px 40px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(211, 84, 0, 0.2);
  transition: 0.3s;
}

.sheovation-thankyou-design .primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(211, 84, 0, 0.3);
}

.sheovation-thankyou-design .secondary-btn {
  background: #fff;
  color: #25d366;
  border: 2px solid #25d366;
  padding: 16px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.sheovation-thankyou-design .secondary-btn:hover {
  background: #25d366;
  color: #fff;
}

.sheovation-thankyou-design .social-invite {
  color: #aaa;
  font-size: 0.9rem;
}

.sheovation-thankyou-design .s-links a {
  color: #590097;
  font-size: 1.2rem;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.sheovation-login-page {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
}

.sheovation-login-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.sheovation-login-card,
.sheovation-register-card {
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  padding: 24px;
}

.sheovation-login-card h2,
.sheovation-register-card h2 {
  margin: 0 0 16px;
  font-size: 1.4rem;
}

.sheovation-login-page .button {
  border: 0;
  border-radius: 8px;
  background: #590097;
  color: #fff;
  padding: 12px 18px;
  font-weight: 700;
}

.sheovation-account-shell {
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
}

.sheovation-account-sidebar {
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  padding: 18px;
  align-self: start;
}

.sheovation-myaccount-nav h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.sheovation-myaccount-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sheovation-myaccount-nav li {
  margin-bottom: 8px;
}

.sheovation-myaccount-nav a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #2a2a2a;
  text-decoration: none;
  font-weight: 600;
}

.sheovation-myaccount-nav li.is-active a,
.sheovation-myaccount-nav a:hover {
  background: #f4ecfb;
  color: #590097;
}

.sheovation-account-content {
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  padding: 22px;
}

.sheovation-dashboard-header h2 {
  margin: 0 0 6px;
  font-size: 1.8rem;
}

.sheovation-dashboard-header p {
  color: #666;
  margin: 0 0 20px;
}

.sheovation-dashboard-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.sheovation-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
  text-decoration: none;
  color: #1a1a1a;
}

.sheovation-card strong {
  font-size: 1.15rem;
}

.sheovation-card-label {
  font-size: 0.85rem;
  color: #666;
}

.sheovation-dashboard-orders h3 {
  margin-top: 0;
}

.sheovation-dashboard-table-wrap {
  overflow-x: auto;
}

.sheovation-dashboard .shop_table {
  width: 100%;
  border-collapse: collapse;
}

.sheovation-dashboard .shop_table th,
.sheovation-dashboard .shop_table td {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 8px;
  text-align: left;
}

.sheovation-kargo-endpoint h3 {
  margin-top: 0;
}

.sheovation-kargo-endpoint .shop_table {
  width: 100%;
  border-collapse: collapse;
}

.sheovation-kargo-endpoint .shop_table th,
.sheovation-kargo-endpoint .shop_table td {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 8px;
  text-align: left;
}

@media (max-width: 900px) {
  .woocommerce .checkout-container {
    flex-direction: column;
    gap: 20px;
  }

  .woocommerce-order-pay .pay-header {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .woocommerce-order-pay .total-row td {
    font-size: 18px;
  }

  .woocommerce-order-pay .pay-screen-wrapper {
    padding: 0 14px 30px;
  }

  .woocommerce .form-column {
    order: 1;
  }

  .woocommerce .summary-column {
    order: 2;
  }

  .woocommerce .sticky-summary {
    position: static;
  }

  .sheovation-login-grid {
    grid-template-columns: 1fr;
  }

  .sheovation-account-shell {
    grid-template-columns: 1fr;
  }

  .sheovation-dashboard-cards {
    grid-template-columns: 1fr 1fr;
  }

  .sheovation-thankyou-design .info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sheovation-thankyou-design .loyalty-box {
    flex-direction: column;
    text-align: center;
  }

  .sheovation-thankyou-design .loyalty-action {
    flex-direction: column;
    width: 100%;
  }

  .sheovation-thankyou-design .loyalty-action input {
    width: 100%;
  }

  .sheovation-thankyou-design .action-buttons {
    flex-direction: column;
  }

  .sheovation-thankyou-design .t-text {
    font-size: 0.7rem;
  }

  .sheovation-checkout-page-header,
  .sheovation-thankyou-design .sheovation-order-page-header {
    margin: 10px auto 12px;
    padding: 8px 10px;
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(23, 16, 33, 0.05);
  }

  .sheovation-checkout-page-header img,
  .sheovation-thankyou-design .sheovation-order-page-header img {
    max-width: min(72vw, 170px);
    max-height: 38px;
  }

  .woocommerce-order-pay .sheovation-checkout-page-header {
    margin: 8px auto 14px;
    padding: 8px 10px;
  }

  .woocommerce-order-pay .sheovation-order-pay-header .sheovation-page-logo-link {
    width: min(180px, 62vw);
    max-width: 180px;
  }

  .woocommerce-order-pay .sheovation-order-pay-header .sheovation-page-logo-link img {
    max-height: 40px !important;
  }

  .woocommerce-order-pay .payment-option {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .woocommerce-order-pay .method-name {
    flex-basis: calc(100% - 38px);
  }

  .woocommerce-order-pay .method-icon {
    margin-left: 32px;
    max-width: calc(100% - 32px);
  }
}
