.greka-ms-stepper {
  margin: 0 0 28px;
}

body.greka-multistep-checkout form.checkout {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}

.greka-ms-stepper ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.greka-ms-stepper li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  border-bottom: 3px solid #dedede;
  color: #777;
  font-weight: 600;
}

.greka-ms-stepper li.is-current {
  border-color: #ec2f8a;
  color: #1b2940;
}

.greka-ms-stepper li.is-complete {
  border-color: #ec2f8a;
  color: #b92770;
}

.greka-ms-number {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 13px;
}

.greka-ms-stepper li.is-current .greka-ms-number {
  border-color: #ec2f8a;
  background: #ec2f8a;
  color: #fff;
}

.greka-ms-stepper li.is-complete .greka-ms-number {
  border-color: #f5b5d2;
  background: #fff0f6;
  font-size: 0;
}

.greka-ms-stepper li.is-complete .greka-ms-number::after {
  content: "\2713";
  font-size: 14px;
  font-weight: 800;
}

.greka-ms-feedback {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-left: 4px solid #b42318;
  border-radius: 4px;
  background: #fff1f0;
  color: #7a1912;
}

.greka-ms-feedback[hidden],
.greka-multistep-checkout [hidden] {
  display: none !important;
}

.greka-ms-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
  grid-template-areas: "main summary";
  gap: 40px;
  align-items: start;
}

.greka-ms-main {
  grid-area: main;
  min-width: 0;
}

.greka-ms-summary {
  grid-area: summary;
  position: sticky;
  top: 48px;
  min-width: 0;
  padding: 26px;
  border: 1px solid rgba(236, 47, 138, .12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(49, 35, 69, .09);
}

.greka-ms-mobile-summary-toggle {
  display: none;
  grid-area: mobile-summary;
}

.greka-ms-summary > h2 {
  margin: 0 0 24px;
  padding: 0;
  color: #1b2940;
  font-size: 25px;
  line-height: 1.25;
}

.greka-ms-payment-heading {
  margin: 0 0 22px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e5e0ea;
  color: #1b2940;
  font-size: 27px;
  line-height: 1.25;
}

.greka-ms-delivery-options {
  margin: 30px 0 8px;
}

.greka-ms-delivery-options > h2 {
  margin: 0 0 20px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e5e0ea;
  color: #1b2940;
  font-size: 27px;
  line-height: 1.25;
}

.greka-ms-delivery-table,
.greka-ms-delivery-table tbody,
.greka-ms-delivery-rows > tr,
.greka-ms-delivery-rows > tr > td {
  display: block;
  width: 100%;
  margin: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.greka-ms-delivery-rows > tr > th {
  display: none !important;
}

.greka-ms-delivery-rows > tr > td {
  padding: 0 !important;
}

.greka-ms-delivery-options .woocommerce-shipping-methods,
.greka-ms-delivery-options #shipping_method {
  display: grid;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.greka-ms-delivery-options .woocommerce-shipping-methods li,
.greka-ms-delivery-options #shipping_method li {
  position: relative;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 62px;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #ded9e4;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}

.greka-ms-delivery-options .woocommerce-shipping-methods li:has(input:checked),
.greka-ms-delivery-options #shipping_method li:has(input:checked) {
  border-color: #ec2f8a;
  background: #fff0f6;
  box-shadow: 0 0 0 1px #ec2f8a;
}

.greka-ms-delivery-options input[name^="shipping_method"] {
  position: absolute !important;
  top: 50% !important;
  left: 18px !important;
  z-index: 2;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-50%) !important;
}

.greka-ms-delivery-options .woocommerce-shipping-methods label,
.greka-ms-delivery-options #shipping_method label {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 72px;
  align-items: center;
  column-gap: 14px;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  min-height: 62px;
  margin: 0 !important;
  padding: 12px 18px 12px 58px !important;
  overflow: hidden;
  color: #29354a;
  line-height: 1.4;
  box-sizing: border-box;
}

.greka-ms-delivery-options .astros-shipping-icon {
  position: static !important;
  align-self: center;
  width: 17px;
  height: 17px;
  margin: 0;
  transform: none !important;
  vertical-align: middle;
}

.greka-ms-delivery-options .woocommerce-shipping-methods label .astros-shipping-icon,
.greka-ms-delivery-options #shipping_method label .astros-shipping-icon {
  display: none !important;
}

.greka-ms-delivery-options .astros-shipping-method-copy {
  min-width: 0;
  overflow-wrap: anywhere;
}

.greka-ms-delivery-options .astros-shipping-price {
  justify-self: end;
  min-width: 48px;
  width: auto;
  margin-left: 4px;
  color: #1b2940;
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
}

.greka-ms-delivery-options .astros-shipping-price.is-free {
  color: #159447;
}

@media (min-width: 821px) {
  .greka-ms-delivery-options .woocommerce-shipping-methods li,
  .greka-ms-delivery-options #shipping_method li {
    min-height: 66px;
    padding: 0 !important;
  }

  .greka-ms-delivery-options input[name^="shipping_method"] {
    left: 18px !important;
    margin: 0 !important;
  }

  .greka-ms-delivery-options .woocommerce-shipping-methods label,
  .greka-ms-delivery-options #shipping_method label {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 86px;
    align-items: center;
    gap: 16px;
    min-height: 66px;
    padding: 14px 18px 14px 58px !important;
    overflow: visible;
  }

  .greka-ms-delivery-options .astros-shipping-method-copy {
    font-size: 15px;
    line-height: 1.35;
  }

  .greka-ms-delivery-options .astros-shipping-price {
    min-width: 86px;
    margin-left: 0;
    font-size: 14px;
    text-align: right;
  }
}

.greka-ms-delivery-options tr.astros-envio-info,
.greka-ms-delivery-options tr.astros-andreani-checkout-row {
  margin-top: 12px;
}

.greka-ms-delivery-options .astros-envio-box {
  justify-content: flex-start;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f7f5fa;
  color: #596171;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

.greka-ms-summary .woocommerce-checkout-review-order-table {
  width: 100%;
  margin: 0;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  table-layout: auto;
  box-shadow: none !important;
}

.greka-ms-summary .woocommerce-checkout-review-order-table thead {
  display: none;
}

.greka-ms-summary .woocommerce-checkout-review-order-table th,
.greka-ms-summary .woocommerce-checkout-review-order-table td {
  padding: 9px 6px;
  border: 0;
  background: transparent;
  vertical-align: middle;
}

.greka-ms-summary .woocommerce-checkout-review-order-table th:first-child,
.greka-ms-summary .woocommerce-checkout-review-order-table td:first-child {
  padding-left: 0;
}

.greka-ms-summary .woocommerce-checkout-review-order-table th:last-child,
.greka-ms-summary .woocommerce-checkout-review-order-table td:last-child {
  padding-right: 0;
  text-align: right;
}

.greka-ms-summary .woocommerce-checkout-review-order-table tbody td {
  padding-top: 12px;
  padding-bottom: 12px;
}

.greka-ms-summary .woocommerce-checkout-review-order-table tbody tr + tr td {
  border-top: 1px solid rgba(32, 42, 60, .07);
}

.greka-ms-summary .woocommerce-checkout-review-order-table .product-name {
  color: #344157;
  font-size: 14px;
  line-height: 1.45;
}

.greka-ms-summary .greka-checkout-product {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
}

.greka-ms-summary .greka-checkout-img {
  width: 62px;
  height: 62px;
}

.greka-ms-summary .greka-checkout-name {
  min-width: 0;
  color: #29354a;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.greka-ms-summary .product-quantity {
  display: block;
  margin-top: 3px;
  color: #737985;
  font-size: 12px;
  font-weight: 500;
}

.greka-ms-summary dl.variation {
  margin: 6px 0 0;
  color: #777e8a;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
}

.greka-ms-summary dl.variation dt {
  display: none;
}

.greka-ms-summary dl.variation dd,
.greka-ms-summary dl.variation p {
  margin: 0;
}

.greka-ms-summary .woocommerce-checkout-review-order-table .product-total {
  padding-left: 14px;
  color: #1b2940;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.greka-ms-summary .woocommerce-checkout-review-order-table img {
  float: left !important;
  width: 62px;
  height: 62px;
  margin: 0 13px 0 0 !important;
  border: 1px solid rgba(236, 47, 138, .14);
  object-fit: cover;
  border-radius: 11px;
  background: #fff;
}

.greka-ms-summary .woocommerce-checkout-review-order-table tfoot tr:first-child th,
.greka-ms-summary .woocommerce-checkout-review-order-table tfoot tr:first-child td {
  padding-top: 20px;
  border-top: 1px solid rgba(32, 42, 60, .13);
}

.greka-ms-summary .woocommerce-checkout-review-order-table tfoot th {
  color: #5f6673;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.greka-ms-summary .woocommerce-checkout-review-order-table tfoot td {
  color: #1b2940;
  font-size: 14px;
  font-weight: 600;
}

.greka-ms-summary .woocommerce-checkout-review-order-table .order-total th,
.greka-ms-summary .woocommerce-checkout-review-order-table .order-total td {
  padding-top: 17px;
  padding-bottom: 4px;
  border-top: 1px solid rgba(32, 42, 60, .13);
  color: #1b2940;
  font-size: 17px;
  font-weight: 700;
}

.greka-ms-summary-shipping-method {
  display: block;
  color: #5f6673;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.greka-ms-summary-shipping-amount {
  display: block;
  margin-top: 3px;
  color: #1b2940;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.astros-shipping-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  margin-right: 6px;
  color: #d96b99;
  vertical-align: -3px;
}

.astros-shipping-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.astros-envio-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
}

.astros-envio-box .astros-shipping-icon {
  flex: 0 0 17px;
  margin: 2px 0 0;
}

.greka-ms-ready #order_review,
.greka-ms-ready #order_review_heading {
  display: none !important;
}

.greka-ms-step-1 #customer_details,
.greka-ms-step-2 #customer_details {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
}

.greka-ms-step-1 #customer_details .col-1,
.greka-ms-step-1 #customer_details .col-2,
.greka-ms-step-2 #customer_details .col-1,
.greka-ms-step-2 #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}

.greka-ms-step-1 .woocommerce-additional-fields,
.greka-ms-step-1 .greka-ms-delivery-options,
.greka-ms-step-1 .greka-ms-payment-heading,
.greka-ms-step-1 #payment,
.greka-ms-step-2 .greka-ms-payment-heading,
.greka-ms-step-2 #payment,
.greka-ms-step-3 .greka-ms-delivery-options,
.greka-ms-step-3 #customer_details,
.greka-ms-step-3 .greka-ms-next {
  display: none !important;
}

.greka-ms-step-2 .greka-ms-delivery-options {
  display: block;
}

.greka-ms-step-3 .greka-ms-payment-heading,
.greka-ms-step-3 #payment {
  display: block;
  float: none;
  width: 100%;
}

.greka-ms-main #payment {
  margin: 0;
}

.greka-ms-main #payment .payment_box {
  width: auto;
  max-width: none;
}

.greka-ms-main .form-row {
  margin-bottom: 17px;
}

.greka-ms-main .form-row label {
  margin-bottom: 7px;
  color: #29354a;
  font-size: 13px;
  font-weight: 650;
}

.greka-ms-main .form-row input.input-text,
.greka-ms-main .form-row textarea {
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #d9d4df;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.greka-ms-main .form-row input.input-text:focus,
.greka-ms-main .form-row textarea:focus {
  border-color: #ec2f8a;
  box-shadow: 0 0 0 3px rgba(236, 47, 138, .12);
  outline: 0;
}

.greka-ms-main select,
.greka-ms-main #billing_country,
.greka-ms-main #billing_state {
  min-height: 48px !important;
  height: 48px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 46px !important;
  border-radius: 8px !important;
}

.greka-ms-main .select2-container .select2-selection--single,
.greka-ms-main .select2-container--default .select2-selection--single {
  display: flex !important;
  align-items: center !important;
  min-height: 48px !important;
  height: 48px !important;
  border-color: #d9d4df !important;
  border-radius: 8px !important;
}

.greka-ms-main .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 46px !important;
  overflow: visible;
}

.greka-ms-main .select2-container .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  height: 46px !important;
}

.greka-ms-navigation {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 22px 0;
}

.greka-ms-navigation .button {
  min-height: 48px;
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 700;
}

.greka-ms-next {
  margin-left: auto;
  border-color: #ec2f8a !important;
  background: #ec2f8a !important;
  color: #fff !important;
  box-shadow: 0 9px 22px rgba(236, 47, 138, .2);
}

.greka-ms-back {
  border: 1px solid #d9d4df !important;
  background: #fff !important;
  color: #1b2940 !important;
}

.greka-ms-step-3 .greka-ms-navigation {
  justify-content: flex-start;
}

body.greka-ms-current-1 .woocommerce-form-coupon-toggle,
body.greka-ms-current-1 form.checkout_coupon,
body.greka-ms-current-2 .woocommerce-form-coupon-toggle,
body.greka-ms-current-2 form.checkout_coupon {
  display: none !important;
}

/* Payment choices: large touch targets and a clear selected state. */
.greka-ms-main #payment {
  border-radius: 16px;
  background: transparent;
}

.greka-ms-main #payment ul.payment_methods {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
}

.greka-ms-main #payment li.wc_payment_method {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid #ded9e4;
  border-radius: 14px;
  background: #fff;
}

.greka-ms-main #payment li.wc_payment_method:has(input:checked) {
  border-color: #ec2f8a;
  background: #fff0f6;
  box-shadow: 0 0 0 1px #ec2f8a;
}

.greka-ms-main #payment li.wc_payment_method > input {
  position: absolute;
  top: 23px;
  left: 18px;
  z-index: 2;
}

.greka-ms-main #payment li.wc_payment_method > label {
  display: block !important;
  min-height: 64px;
  margin: 0 !important;
  padding: 17px 18px 15px 52px !important;
  color: #1b2940;
  font-weight: 700;
  line-height: 1.35;
}

.greka-ms-main #payment li.wc_payment_method > label img {
  float: right;
  max-height: 26px;
  width: auto;
  margin: -3px 0 0 10px;
}

.greka-ms-main #payment li.greka-ms-payment-collapsible > label {
  padding-right: 62px !important;
}

.greka-ms-main #payment li.greka-ms-payment-collapsible > label img {
  display: none !important;
}

.greka-ms-payment-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #1b2940;
  cursor: pointer;
}

.greka-ms-payment-toggle span {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.greka-ms-payment-toggle[aria-expanded="true"] span {
  transform: translateY(2px) rotate(225deg);
}

.greka-ms-main #payment li.is-greka-collapsed > .payment_box {
  display: none !important;
}

.greka-ms-payment-note {
  display: block;
  margin-top: 4px;
  color: #b92770;
  font-size: 12px;
  font-weight: 650;
}

.greka-ms-main #payment .payment_box {
  margin: 0 !important;
  padding: 4px 18px 18px 52px !important;
  background: transparent !important;
  color: #5f6673;
}

.greka-ms-main #payment .payment_box::before {
  display: none !important;
}

.greka-ms-main #payment .place-order {
  margin: 20px 0 0;
  padding: 0 !important;
}

.greka-ms-main #payment #place_order {
  float: none;
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  background: #ec2f8a;
  color: #fff;
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(236, 47, 138, .22);
}

/* Andreani must stay inside the delivery step and use the full available width. */
.greka-ms-delivery-options .astros-andreani-checkout-row,
.greka-ms-delivery-options .astros-andreani-checkout-row > td,
.greka-ms-delivery-options [data-aa-open] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.greka-ms-delivery-options [data-aa-open] {
  min-height: 48px;
  padding: 11px 16px;
  border: 1px solid #ec2f8a;
  border-radius: 999px;
  background: #fff;
  color: #b92770;
  font-weight: 750;
}

/* Cart progress toward the six-installment threshold. */
.greka-installment-progress {
  display: grid;
  gap: 13px;
  margin: 0 0 22px;
  padding: 19px;
  border: 1px solid #f1bed6;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7fb 0%, #fff 100%);
  color: #1b2940;
  box-shadow: 0 10px 28px rgba(71, 43, 60, .07);
}

.greka-installment-progress__heading {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.greka-installment-progress__heading strong,
.greka-installment-progress__message {
  display: block;
}

.greka-installment-progress__heading strong {
  font-size: 15px;
  line-height: 1.35;
}

.greka-installment-progress__message {
  margin-top: 3px;
  color: #6f7787;
  font-size: 13px;
  line-height: 1.4;
}

.greka-installment-progress__icon {
  display: inline-grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fbd4e6;
  color: #b92770;
  font-size: 17px;
}

.greka-installment-progress__amount {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
}

.greka-installment-progress__amount strong {
  color: #b92770;
  font-size: 17px;
}

.greka-installment-progress__track {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #efdfe7;
}

.greka-installment-progress__track > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ec2f8a, #f47aaf);
  transition: width 240ms ease;
}

.greka-installment-progress.is-complete {
  border-color: #b9dfc4;
  background: linear-gradient(135deg, #f3fff6 0%, #fff 100%);
}

.greka-installment-progress.is-complete .greka-installment-progress__icon,
.greka-installment-progress.is-complete .greka-installment-progress__track > span {
  background: #159447;
  color: #fff;
}

.greka-installment-progress.is-complete .greka-installment-progress__amount strong {
  color: #14783d;
}

@media (max-width: 1040px) {
  .greka-ms-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 380px);
    gap: 24px;
  }

  .greka-ms-summary {
    padding: 20px;
  }
}

@media (max-width: 820px) {
  .greka-ms-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "mobile-summary"
      "summary"
      "main";
    gap: 0;
  }

  .greka-ms-mobile-summary-toggle {
    position: sticky;
    top: 0;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 14px 4px;
    border: 0;
    border-top: 1px solid #ded9e4;
    border-bottom: 1px solid #ded9e4;
    border-radius: 0;
    background: rgba(255, 255, 255, .97);
    color: #20242d;
    box-shadow: 0 8px 20px rgba(35, 27, 44, .06);
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    backdrop-filter: blur(8px);
  }

  body.admin-bar .greka-ms-mobile-summary-toggle {
    top: 46px;
  }

  .greka-ms-mobile-summary-copy {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .greka-ms-mobile-summary-copy svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    transition: transform 160ms ease;
  }

  .greka-ms-summary-open .greka-ms-mobile-summary-copy svg {
    transform: rotate(180deg);
  }

  .greka-ms-mobile-summary-total {
    margin-left: 12px;
    font-size: 17px;
    font-weight: 750;
    white-space: nowrap;
  }

  .greka-ms-main {
    margin-top: 26px;
  }

  .greka-ms-summary {
    position: static;
    display: none;
    margin: 0 0 26px;
    padding: 20px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 14px 34px rgba(49, 35, 69, .08);
  }

  .greka-ms-summary-open .greka-ms-summary {
    display: block;
  }

  .greka-ms-summary > h2 {
    display: none;
  }

  .greka-ms-summary .woocommerce-checkout-review-order-table {
    table-layout: fixed;
  }

  .greka-ms-summary .woocommerce-checkout-review-order-table tbody .product-name {
    width: 68%;
  }

  .greka-ms-summary .woocommerce-checkout-review-order-table tbody .product-total {
    width: 32%;
  }

  .greka-ms-delivery-options > h2 {
    font-size: 24px;
  }

  .greka-ms-delivery-options {
    margin-right: 12px;
    margin-left: 12px;
  }

  .greka-ms-delivery-options .woocommerce-shipping-methods li,
  .greka-ms-delivery-options #shipping_method li {
    min-height: 70px;
    padding: 0 !important;
  }

  .greka-ms-delivery-options .astros-shipping-icon {
    display: none !important;
  }

  .greka-ms-delivery-options .woocommerce-shipping-methods label,
  .greka-ms-delivery-options #shipping_method label {
    grid-template-columns: minmax(0, 1fr) 72px;
    column-gap: 12px;
    min-height: 70px;
    padding: 14px 16px 14px 58px !important;
    overflow: visible;
  }

  .greka-ms-delivery-options .astros-shipping-method-copy {
    font-size: 16px;
    line-height: 1.3;
  }

  .greka-ms-delivery-options .astros-shipping-price {
    min-width: 72px;
    margin-left: 0;
    font-size: 15px;
    text-align: right;
  }
}

@media (max-width: 680px) {
  .greka-ms-stepper li {
    flex-direction: column;
    gap: 4px;
    min-height: 68px;
    font-size: 12px;
    text-align: center;
  }

  .greka-ms-number {
    width: 25px;
    height: 25px;
  }

  .greka-ms-navigation {
    position: static;
    bottom: auto;
    z-index: auto;
    margin: 24px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .greka-ms-navigation .button {
    flex: 1 1 auto;
    padding-right: 14px;
    padding-left: 14px;
  }

  .greka-ms-payment-heading {
    font-size: 23px;
  }

  .greka-ms-mobile-summary-toggle {
    padding-right: 2px;
    padding-left: 2px;
  }

  .greka-ms-main #payment li.wc_payment_method > label {
    min-height: 70px;
    padding-right: 14px !important;
    padding-left: 48px !important;
  }

  .greka-ms-main #payment li.wc_payment_method > input {
    left: 16px;
  }

  .greka-ms-main #payment li.wc_payment_method > label img {
    max-width: 92px;
  }

  .greka-ms-main #payment .payment_box {
    padding-right: 14px !important;
    padding-left: 48px !important;
  }

  .greka-installment-progress {
    padding: 16px;
    border-radius: 14px;
  }

  .greka-installment-progress__amount {
    align-items: flex-end;
  }
}

/* Prevent iOS Safari from auto-zooming checkout fields while keeping manual zoom available. */
@media (max-width: 820px) {
  body.greka-multistep-checkout form.checkout input.input-text,
  body.greka-multistep-checkout form.checkout input[type="text"],
  body.greka-multistep-checkout form.checkout input[type="email"],
  body.greka-multistep-checkout form.checkout input[type="tel"],
  body.greka-multistep-checkout form.checkout input[type="number"],
  body.greka-multistep-checkout form.checkout input[type="password"],
  body.greka-multistep-checkout form.checkout select,
  body.greka-multistep-checkout form.checkout textarea,
  body.greka-multistep-checkout form.checkout .select2-selection__rendered,
  body.greka-multistep-checkout form.checkout .select2-search__field {
    font-size: 16px !important;
  }

  body.greka-multistep-checkout form.checkout input.input-text,
  body.greka-multistep-checkout form.checkout input[type="text"],
  body.greka-multistep-checkout form.checkout input[type="email"],
  body.greka-multistep-checkout form.checkout input[type="tel"],
  body.greka-multistep-checkout form.checkout input[type="number"],
  body.greka-multistep-checkout form.checkout input[type="password"],
  body.greka-multistep-checkout form.checkout textarea {
    line-height: 1.4 !important;
  }
}
