:root {
  --pf09-red: #bc2521;
  --pf09-red-dark: #981d1a;
  --pf09-orange: #f98f03;
  --pf09-graphite: #232120;
  --pf09-muted: #77736d;
  --pf09-beige: #f2e6c9;
  --pf09-canvas: #f7f5f1;
  --pf09-surface: #fdfcfa;
  --pf09-white: #ffffff;
  --pf09-line: rgba(35, 33, 32, 0.12);
  --pf09-line-strong: rgba(35, 33, 32, 0.2);
  --pf09-danger-soft: #fff3f1;
  --pf09-shadow: 0 16px 48px rgba(35, 33, 32, 0.07);
}

/* Podil Food checkout v09. All rules are scoped to the dedicated page class. */

html.pf09-simplecheckout-active,
html.pf09-simplecheckout-active body {
  background: var(--pf09-canvas);
}

.pf09-simplecheckout-page {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 22px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto 56px !important;
  padding: 0 !important;
  color: var(--pf09-graphite) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pf09-simplecheckout-page *,
.pf09-simplecheckout-page *::before,
.pf09-simplecheckout-page *::after {
  box-sizing: border-box;
}

.pf09-simplecheckout-page a {
  color: inherit;
}

.pf09-simplecheckout-page #simplecheckout_form_customer,
.pf09-simplecheckout-page .supplier-checkout-wrapper {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.pf09-simplecheckout-page #simplecheckout_form_customer {
  order: 1 !important;
}

.pf09-simplecheckout-page .supplier-checkout-wrapper {
  order: 2 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pf09-simplecheckout-page .supplier-checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 12px;
  padding: 0 4px;
}

.pf09-simplecheckout-page .supplier-checkout-title {
  color: var(--pf09-graphite);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
}

.pf09-simplecheckout-page .supplier-checkout-status {
  color: var(--pf09-muted);
  font-size: 13px;
}

.pf09-simplecheckout-page .simplecheckout,
.pf09-simplecheckout-page .simplecheckout-block,
.pf09-simplecheckout-page .simplecheckout-block-content,
.pf09-simplecheckout-page fieldset,
.pf09-simplecheckout-page .form-horizontal {
  min-width: 0 !important;
}

.pf09-simplecheckout-page .simplecheckout-block[data-hide="true"] {
  display: none !important;
}

.pf09-simplecheckout-page .pf09-panel {
  width: 100%;
  margin: 0 !important;
  padding: 24px !important;
  overflow: visible !important;
  border: 1px solid var(--pf09-line) !important;
  border-radius: 22px !important;
  background: var(--pf09-white) !important;
  box-shadow: var(--pf09-shadow) !important;
}

.pf09-simplecheckout-page .pf09-section-heading,
.pf09-simplecheckout-page .checkout-heading.pf09-section-heading {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  min-height: 44px !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--pf09-graphite) !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  box-shadow: none !important;
}

.pf09-simplecheckout-page .pf09-heading-main {
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
  min-width: 0;
  float: none !important;
}

.pf09-simplecheckout-page .pf09-heading-main > span:last-child {
  display: grid !important;
  gap: 3px;
  min-width: 0;
  float: none !important;
}

.pf09-simplecheckout-page .pf09-heading-main strong {
  display: block;
  color: var(--pf09-graphite);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}

.pf09-simplecheckout-page .pf09-heading-main small {
  display: block;
  color: var(--pf09-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.pf09-simplecheckout-page .pf09-step-number {
  display: grid !important;
  flex: 0 0 36px;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--pf09-beige);
  color: var(--pf09-graphite);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  float: none !important;
}

.pf09-simplecheckout-page .checkout-heading-button {
  display: block !important;
  flex: 0 0 auto;
  float: none !important;
  color: var(--pf09-red) !important;
  font-size: 13px !important;
  font-weight: 750 !important;
}

.pf09-simplecheckout-page .checkout-heading-button a {
  color: var(--pf09-red) !important;
  text-decoration: none !important;
}

.pf09-simplecheckout-page .checkout-heading-button a:hover {
  text-decoration: underline !important;
}

.pf09-simplecheckout-page .simplecheckout-block-content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: left !important;
}

.pf09-simplecheckout-page fieldset.form-horizontal,
.pf09-simplecheckout-page .form-horizontal {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.pf09-simplecheckout-page .form-group,
.pf09-simplecheckout-page .form-horizontal .form-group {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.pf09-simplecheckout-page .control-label,
.pf09-simplecheckout-page label.control-label {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #55514d !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

.pf09-simplecheckout-page .form-group > [class*="col-sm-"],
.pf09-simplecheckout-page .form-horizontal [class*="col-sm-"] {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pf09-simplecheckout-page .form-control,
.pf09-simplecheckout-page input.form-control,
.pf09-simplecheckout-page select.form-control,
.pf09-simplecheckout-page textarea.form-control {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid var(--pf09-line-strong) !important;
  border-radius: 13px !important;
  background: var(--pf09-surface) !important;
  color: var(--pf09-graphite) !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 24px !important;
  outline: 0 !important;
  box-shadow: none !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease !important;
}

.pf09-simplecheckout-page .form-control::placeholder {
  color: #9a9690 !important;
  opacity: 1;
}

.pf09-simplecheckout-page .form-control:focus {
  border-color: rgba(188, 37, 33, 0.6) !important;
  background: var(--pf09-white) !important;
  box-shadow: 0 0 0 4px rgba(188, 37, 33, 0.09) !important;
}

.pf09-simplecheckout-page select.form-control {
  padding-right: 38px !important;
}

.pf09-simplecheckout-page textarea.form-control {
  min-height: 118px !important;
  height: 118px !important;
  resize: vertical !important;
}

.pf09-simplecheckout-page .input-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 48px !important;
  width: 100% !important;
}

.pf09-simplecheckout-page .input-group .form-control {
  border-radius: 13px 0 0 13px !important;
}

.pf09-simplecheckout-page .input-group-btn {
  display: block !important;
  width: 48px !important;
}

.pf09-simplecheckout-page .input-group-btn .btn {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  min-width: 48px !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--pf09-line-strong) !important;
  border-left: 0 !important;
  border-radius: 0 13px 13px 0 !important;
  background: var(--pf09-beige) !important;
  color: var(--pf09-graphite) !important;
  box-shadow: none !important;
}

.pf09-simplecheckout-page .required .control-label::before,
.pf09-simplecheckout-page .simplecheckout-required {
  color: var(--pf09-red) !important;
}

.pf09-simplecheckout-page .simplecheckout-error-text,
.pf09-simplecheckout-page .simplecheckout-warning-text,
.pf09-simplecheckout-page .simplecheckout-warning-block {
  display: block;
  margin: 10px 0 !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(188, 37, 33, 0.2) !important;
  border-radius: 11px !important;
  background: var(--pf09-danger-soft) !important;
  color: #8d211d !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.pf09-simplecheckout-page .alert-success {
  margin: 0 0 14px !important;
  border-radius: 11px !important;
}

/* Customer and optional registration */

.pf09-simplecheckout-page .pf09-customer-root {
  width: 100% !important;
}

.pf09-simplecheckout-page .pf09-customer-card fieldset.form-horizontal {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.pf09-simplecheckout-page .row-customer_register {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr) !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 16px !important;
  border: 1px solid var(--pf09-line) !important;
  border-radius: 14px !important;
  background: var(--pf09-canvas) !important;
}

.pf09-simplecheckout-page .row-customer_register > .control-label {
  margin: 0 !important;
  color: var(--pf09-graphite) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.pf09-simplecheckout-page .row-customer_register .col-sm-8 > div {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.pf09-simplecheckout-page .row-customer_register .radio {
  display: block !important;
  margin: 0 !important;
}

.pf09-simplecheckout-page .row-customer_register .radio label {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 8px 13px 8px 37px !important;
  border: 1px solid var(--pf09-line) !important;
  border-radius: 11px !important;
  background: var(--pf09-white) !important;
  color: var(--pf09-graphite) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

.pf09-simplecheckout-page .row-customer_register input[type="radio"] {
  position: absolute !important;
  top: 50% !important;
  left: 12px !important;
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  transform: translateY(-50%) !important;
  accent-color: var(--pf09-red) !important;
}

.pf09-simplecheckout-page .row-customer_register .radio:has(input:checked) label {
  border-color: rgba(188, 37, 33, 0.42) !important;
  background: #fff7f6 !important;
  color: var(--pf09-red) !important;
}

.pf09-simplecheckout-page .row-customer_password,
.pf09-simplecheckout-page .row-customer_confirm_password,
.pf09-simplecheckout-page .row-customer_email {
  min-width: 0;
}

/* Two-column supplier layout */

@media (min-width: 992px) {
  .pf09-simplecheckout-page .supplier-checkout-wrapper > [id^="simplecheckout_form_"] > .simplecheckout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr) !important;
    gap: 18px !important;
    align-items: start !important;
  }

  .pf09-simplecheckout-page .supplier-checkout-wrapper .simplecheckout-left-column {
    display: contents !important;
  }

  .pf09-simplecheckout-page .supplier-checkout-wrapper .simplecheckout-right-column {
    display: none !important;
  }

  .pf09-simplecheckout-page .supplier-checkout-wrapper #simplecheckout_cart {
    grid-column: 1 !important;
    grid-row: 1 / span 12 !important;
  }

  .pf09-simplecheckout-page .supplier-checkout-wrapper #simplecheckout_shipping,
  .pf09-simplecheckout-page .supplier-checkout-wrapper #simplecheckout_shipping_address,
  .pf09-simplecheckout-page .supplier-checkout-wrapper .pf09-schedule-slot,
  .pf09-simplecheckout-page .supplier-checkout-wrapper #simplecheckout_payment,
  .pf09-simplecheckout-page .supplier-checkout-wrapper #simplecheckout_comment,
  .pf09-simplecheckout-page .supplier-checkout-wrapper .pf09-order-footer {
    grid-column: 2 !important;
  }

  .pf09-simplecheckout-page .supplier-checkout-wrapper #simplecheckout_bottom,
  .pf09-simplecheckout-page .supplier-checkout-wrapper #simplecheckout_proceed_payment,
  .pf09-simplecheckout-page .supplier-checkout-wrapper #agreement_warning,
  .pf09-simplecheckout-page .supplier-checkout-wrapper #simplecheckout_payment_form {
    grid-column: 1 / -1 !important;
  }
}

.pf09-simplecheckout-page .supplier-checkout-wrapper .simplecheckout {
  gap: 18px !important;
}

.pf09-simplecheckout-page .supplier-checkout-wrapper .simplecheckout-left-column {
  min-width: 0 !important;
}

.pf09-simplecheckout-page .supplier-checkout-wrapper .simplecheckout-left-column > .simplecheckout-block,
.pf09-simplecheckout-page .supplier-checkout-wrapper .simplecheckout-left-column > .pf09-schedule-slot {
  margin-bottom: 18px !important;
}

/* Cart */

.pf09-simplecheckout-page .pf09-cart-card {
  align-self: start;
}

.pf09-simplecheckout-page .pf09-cart-list {
  display: grid;
  gap: 10px;
}

.pf09-simplecheckout-page .pf09-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 34px;
  gap: 14px;
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--pf09-line);
  border-radius: 16px;
  background: var(--pf09-surface);
}

.pf09-simplecheckout-page .pf09-cart-image {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: 13px;
  background: var(--pf09-white);
}

.pf09-simplecheckout-page .pf09-cart-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pf09-simplecheckout-page .pf09-cart-body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.pf09-simplecheckout-page .pf09-cart-name {
  display: block;
  padding-right: 4px;
  overflow: hidden;
  color: var(--pf09-graphite) !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none !important;
  text-overflow: ellipsis;
}

.pf09-simplecheckout-page .pf09-cart-name:hover {
  color: var(--pf09-red) !important;
}

.pf09-simplecheckout-page .pf09-cart-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 7px;
}

.pf09-simplecheckout-page .pf09-cart-options span {
  display: inline-flex;
  max-width: 100%;
  padding: 4px 7px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--pf09-beige);
  color: #5b554c;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf09-simplecheckout-page .pf09-cart-recurring,
.pf09-simplecheckout-page .pf09-cart-reward,
.pf09-simplecheckout-page .pf09-pack-note {
  margin: 6px 0 0;
  color: var(--pf09-muted);
  font-size: 10px;
  line-height: 1.3;
}

.pf09-simplecheckout-page .pf09-cart-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 10px;
}

.pf09-simplecheckout-page .quantity_div {
  display: grid !important;
  grid-template-columns: 32px 38px 32px !important;
  width: 102px !important;
  min-width: 102px !important;
  max-width: 102px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--pf09-line-strong) !important;
  border-radius: 11px !important;
  background: var(--pf09-white) !important;
}

.pf09-simplecheckout-page .quantity_div .pf09-qty-button {
  display: grid !important;
  place-items: center !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--pf09-graphite) !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.pf09-simplecheckout-page .quantity_div .pf09-qty-button:hover {
  background: var(--pf09-beige) !important;
}

.pf09-simplecheckout-page .quantity_div .input-quantity,
.pf09-simplecheckout-page #simplecheckout_cart .quantity_div .input-quantity {
  display: block !important;
  width: 38px !important;
  min-width: 0 !important;
  max-width: 38px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--pf09-graphite) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 34px !important;
  text-align: center !important;
  box-shadow: none !important;
}

.pf09-simplecheckout-page .pf09-cart-price {
  display: grid;
  gap: 2px;
  text-align: right;
}

.pf09-simplecheckout-page .pf09-cart-price strong {
  color: var(--pf09-graphite);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.1;
  white-space: nowrap;
}

.pf09-simplecheckout-page .pf09-old-price {
  color: var(--pf09-muted);
  font-size: 11px;
  text-decoration: line-through;
}

.pf09-simplecheckout-page .pf09-remove-button {
  display: grid;
  place-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: var(--pf09-white);
  color: #8b8781;
  outline: 0;
  box-shadow: none;
}

.pf09-simplecheckout-page .pf09-remove-button:hover {
  background: var(--pf09-danger-soft);
  color: var(--pf09-red);
}

.pf09-simplecheckout-page .pf09-cart-totals {
  display: grid;
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px dashed var(--pf09-line-strong);
}

.pf09-simplecheckout-page .pf09-total-row,
.pf09-simplecheckout-page .simplecheckout-cart-total {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--pf09-muted) !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

.pf09-simplecheckout-page .simplecheckout-cart-total-value {
  margin: 0 !important;
  color: var(--pf09-graphite) !important;
  font-weight: 800 !important;
  text-align: right !important;
  white-space: nowrap;
}

.pf09-simplecheckout-page #total_total {
  margin-top: 4px !important;
  padding-top: 14px !important;
  border-top: 1px solid var(--pf09-line) !important;
  color: var(--pf09-graphite) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
}

.pf09-simplecheckout-page #total_total .simplecheckout-cart-total-value {
  color: var(--pf09-red) !important;
  font-size: 20px !important;
}

.pf09-simplecheckout-page .simplecheckout-cart-total-remove {
  display: none !important;
}

.pf09-simplecheckout-page .pf09-promo-row .inputs {
  display: grid !important;
  grid-template-columns: 1fr minmax(130px, 0.65fr);
  align-items: center;
  gap: 10px;
  width: 100%;
}

.pf09-simplecheckout-page .pf09-voucher-image {
  color: var(--pf09-red);
  font-size: 28px;
}

.pf09-simplecheckout-page .pf09-recurring-note {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 11px;
  background: var(--pf09-canvas);
  color: var(--pf09-muted);
  font-size: 11px;
}

.pf09-simplecheckout-page .pf09-recurring-note img {
  width: 20px;
  height: 20px;
}

/* Delivery and payment methods */

.pf09-simplecheckout-page .pf09-method-grid {
  display: grid;
  gap: 9px;
}

.pf09-simplecheckout-page .pf09-method-option {
  width: 100%;
}

.pf09-simplecheckout-page .pf09-method-option > label {
  position: relative;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 66px;
  margin: 0 !important;
  padding: 11px 13px !important;
  border: 1px solid var(--pf09-line);
  border-radius: 15px;
  background: var(--pf09-surface);
  color: var(--pf09-graphite);
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.pf09-simplecheckout-page .pf09-method-option > label:hover {
  border-color: rgba(188, 37, 33, 0.32);
  background: var(--pf09-white);
}

.pf09-simplecheckout-page .pf09-method-option > label > input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.pf09-simplecheckout-page .pf09-method-option:has(input:checked) > label,
.pf09-simplecheckout-page .pf09-method-option.is-selected > label {
  border-color: rgba(188, 37, 33, 0.52);
  background: #fff8f7;
  box-shadow: 0 0 0 3px rgba(188, 37, 33, 0.07);
}

.pf09-simplecheckout-page .pf09-method-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--pf09-beige);
  color: var(--pf09-graphite);
}

.pf09-simplecheckout-page .pf09-method-icon svg {
  width: 23px;
  height: 23px;
}

.pf09-simplecheckout-page .pf09-method-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.pf09-simplecheckout-page .pf09-method-copy strong {
  color: var(--pf09-graphite);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.pf09-simplecheckout-page .pf09-method-copy small {
  color: var(--pf09-muted);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
}

.pf09-simplecheckout-page .pf09-radio-mark {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border: 1.5px solid var(--pf09-line-strong);
  border-radius: 50%;
  background: var(--pf09-white);
}

.pf09-simplecheckout-page .pf09-method-option:has(input:checked) .pf09-radio-mark,
.pf09-simplecheckout-page .pf09-method-option.is-selected .pf09-radio-mark {
  border: 6px solid var(--pf09-red);
}

.pf09-simplecheckout-page .simplecheckout-methods-description {
  margin: 7px 0 0 !important;
  padding: 9px 11px !important;
  border-radius: 11px !important;
  background: var(--pf09-canvas) !important;
  color: var(--pf09-muted) !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

.pf09-simplecheckout-page .pf09-method-extra {
  margin-top: 10px;
}

.pf09-simplecheckout-page .pf09-method-select {
  width: 100% !important;
}

/* Address, schedule and comment */

.pf09-simplecheckout-page .pf09-address-card fieldset.form-horizontal {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.pf09-simplecheckout-page .pf09-address-card .row-shipping_address_address_1,
.pf09-simplecheckout-page .pf09-address-card .row-shipping_address_field21,
.pf09-simplecheckout-page .pf09-address-card .row-shipping_address_address_id {
  grid-column: 1 / -1 !important;
}

.pf09-simplecheckout-page .pf09-schedule-slot:empty {
  display: none !important;
}

.pf09-simplecheckout-page .pf09-schedule-slot:not(:empty) {
  display: block !important;
  position: relative !important;
  clear: both !important;
  width: 100%;
  min-width: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

.pf09-simplecheckout-page .pf09-schedule-card {
  display: flow-root !important;
  position: relative !important;
  clear: both !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: max-content !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.pf09-simplecheckout-page #simplecheckout_form_customer .pf09-schedule-card {
  margin-top: 18px !important;
}

.pf09-simplecheckout-page .pf09-schedule-card .simplecheckout-block-content,
.pf09-simplecheckout-page .pf09-schedule-grid {
  display: flow-root !important;
  position: relative !important;
  width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: visible !important;
}

.pf09-simplecheckout-page .pf09-schedule-grid fieldset {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100%;
  min-height: 0 !important;
  height: auto !important;
  margin: 0;
  padding: 0;
  overflow: visible !important;
  border: 0;
}

.pf09-simplecheckout-page .pf09-schedule-grid fieldset::before,
.pf09-simplecheckout-page .pf09-schedule-grid fieldset::after {
  display: none !important;
  content: none !important;
}

.pf09-simplecheckout-page .pf09-schedule-grid .form-group {
  position: relative !important;
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
}

.pf09-simplecheckout-page .pf09-schedule-grid .input-group {
  position: relative !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
}

.pf09-simplecheckout-page .pf09-schedule-grid .input-group .form-control {
  min-width: 0 !important;
}

/* Smart schedule v12 */

.pf09-simplecheckout-page .pf12-schedule-controls {
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
}

.pf09-simplecheckout-page .pf12-schedule-fields {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(108px, .75fr);
  gap: 10px;
  width: 100%;
  min-width: 0;
}

.pf09-simplecheckout-page .pf12-schedule-field {
  display: grid;
  gap: 7px;
  min-width: 0;
  margin: 0;
  cursor: pointer;
}

.pf09-simplecheckout-page .pf12-schedule-label {
  color: var(--pf09-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

.pf09-simplecheckout-page .pf12-schedule-input-wrap {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--pf09-line-strong);
  border-radius: 13px;
  background: var(--pf09-white);
  color: var(--pf09-graphite);
  box-sizing: border-box;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.pf09-simplecheckout-page .pf12-schedule-field:focus-within .pf12-schedule-input-wrap {
  border-color: var(--pf09-red);
  box-shadow: 0 0 0 3px rgba(191, 24, 55, .09);
}

.pf09-simplecheckout-page .pf12-schedule-input-wrap > svg {
  width: 20px;
  height: 20px;
  color: var(--pf09-red);
}

.pf09-simplecheckout-page .pf12-schedule-input-wrap input,
.pf09-simplecheckout-page .pf12-schedule-input-wrap select {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--pf09-graphite) !important;
  font-family: inherit;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 46px !important;
  box-shadow: none !important;
  color-scheme: light;
}

.pf09-simplecheckout-page .pf12-schedule-input-wrap select {
  cursor: pointer;
}

.pf09-simplecheckout-page .pf12-schedule-input-wrap input::-webkit-calendar-picker-indicator {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: .62;
}

.pf09-simplecheckout-page .pf12-schedule-status {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 10px;
  border-radius: 11px;
  background: var(--pf09-canvas);
  color: var(--pf09-graphite);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

.pf09-simplecheckout-page .pf12-schedule-status-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--pf09-red);
}

.pf09-simplecheckout-page .pf12-schedule-status-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pf09-simplecheckout-page .pf09-schedule-grid fieldset.pf12-schedule-source {
  display: none !important;
}

.pf09-simplecheckout-page .pf12-schedule-controls.has-error .pf12-schedule-input-wrap {
  border-color: var(--pf09-red);
}

.pf09-simplecheckout-page .pf12-schedule-error {
  margin-top: -3px;
  color: var(--pf09-red);
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

.pf09-simplecheckout-page .pf09-comment-card textarea {
  min-height: 118px !important;
}

/* Agreements and final action */

.pf09-simplecheckout-page .pf09-order-footer {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 18px !important;
  border: 1px solid var(--pf09-line) !important;
  border-radius: 18px !important;
  background: var(--pf09-white) !important;
  text-align: left !important;
  box-shadow: var(--pf09-shadow) !important;
}

.pf09-simplecheckout-page .simplecheckout-button-left,
.pf09-simplecheckout-page .simplecheckout-button-right {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}

.pf09-simplecheckout-page .simplecheckout-button-left + .simplecheckout-button-left {
  margin-top: 8px !important;
}

.pf09-simplecheckout-page #agreement_checkbox {
  display: block !important;
  float: none !important;
  width: 100% !important;
  margin: 0 0 12px !important;
}

.pf09-simplecheckout-page #agreement_checkbox .checkbox {
  min-height: 0 !important;
  margin: 0 !important;
}

.pf09-simplecheckout-page #agreement_checkbox label {
  position: relative;
  display: flex !important;
  align-items: flex-start !important;
  margin: 0 !important;
  padding: 0 0 0 28px !important;
  color: var(--pf09-muted) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.pf09-simplecheckout-page #agreement_checkbox input[type="checkbox"] {
  position: absolute !important;
  top: 1px !important;
  left: 0 !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  accent-color: var(--pf09-red) !important;
}

.pf09-simplecheckout-page #agreement_checkbox a {
  color: var(--pf09-red) !important;
  text-decoration: underline !important;
}

.pf09-simplecheckout-page #simplecheckout_button_confirm,
.pf09-simplecheckout-page #simplecheckout_button_next {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 14px 20px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: var(--pf09-red) !important;
  color: var(--pf09-white) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-shadow: 0 10px 26px rgba(188, 37, 33, 0.2) !important;
}

.pf09-simplecheckout-page #simplecheckout_button_confirm:hover,
.pf09-simplecheckout-page #simplecheckout_button_confirm:active,
.pf09-simplecheckout-page #simplecheckout_button_next:hover,
.pf09-simplecheckout-page #simplecheckout_button_next:active {
  background: var(--pf09-red-dark) !important;
}

.pf09-simplecheckout-page #simplecheckout_button_confirm[disabled] {
  opacity: 0.55 !important;
  pointer-events: none !important;
}

.pf09-simplecheckout-page .pf09-secure-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
  color: var(--pf09-muted);
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}

.pf09-simplecheckout-page .pf09-secure-note svg {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  margin-top: 1px;
}

.pf09-simplecheckout-page #simplecheckout_button_back,
.pf09-simplecheckout-page #simplecheckout_button_prev {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: var(--pf09-graphite) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.pf09-simplecheckout-page .pf09-table-mode {
  order: 0;
  justify-self: start;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--pf09-beige);
  color: var(--pf09-graphite);
  font-size: 12px;
  font-weight: 750;
}

/* Native Simple Checkout login popup */

html.pf09-simplecheckout-active #simple_login_layer {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(20, 18, 17, 0.5) !important;
  backdrop-filter: blur(4px);
}

html.pf09-simplecheckout-active #simple_login {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  width: min(390px, calc(100vw - 28px)) !important;
  height: auto !important;
  max-height: calc(100vh - 28px) !important;
  padding: 20px !important;
  overflow: auto !important;
  border: 1px solid var(--pf09-line) !important;
  border-radius: 20px !important;
  background: var(--pf09-white) !important;
  transform: translate(-50%, -50%) !important;
  box-shadow: 0 24px 80px rgba(20, 18, 17, 0.24) !important;
}

html.pf09-simplecheckout-active #simple_login .simplecheckout-block-content {
  padding: 0 !important;
}

html.pf09-simplecheckout-active #simple_login_header {
  height: 28px;
}

html.pf09-simplecheckout-active #simple_login_header img {
  width: 22px;
  height: 22px;
}

html.pf09-simplecheckout-active #simple_login fieldset {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}

html.pf09-simplecheckout-active #simple_login .control-label {
  display: block;
  margin-bottom: 6px;
  color: var(--pf09-graphite);
  font-size: 12px;
  font-weight: 700;
}

html.pf09-simplecheckout-active #simple_login .form-control {
  width: 100%;
  height: 48px;
  border: 1px solid var(--pf09-line-strong);
  border-radius: 12px;
  box-shadow: none;
}

html.pf09-simplecheckout-active #simplecheckout_button_login {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border: 0;
  border-radius: 13px;
  background: var(--pf09-red);
  color: var(--pf09-white);
  font-weight: 800;
}

html.pf09-simplecheckout-active #simple_login .pf11-login-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--pf09-muted);
  font-size: 12px;
  text-align: center;
}

html.pf09-simplecheckout-active #simple_login .pf11-login-divider::before,
html.pf09-simplecheckout-active #simple_login .pf11-login-divider::after {
  flex: 1 1 auto;
  height: 1px;
  background: var(--pf09-line);
  content: "";
}

html.pf09-simplecheckout-active #simple_login .pf11-google-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  padding: 11px 16px;
  border: 1px solid var(--pf09-line-strong);
  border-radius: 13px;
  background: var(--pf09-white);
  color: var(--pf09-graphite);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

html.pf09-simplecheckout-active #simple_login .pf11-google-login:hover,
html.pf09-simplecheckout-active #simple_login .pf11-google-login:focus {
  border-color: #4285f4;
  background: #f8faff;
  outline: 0;
}

html.pf09-simplecheckout-active #simple_login .pf11-google-mark {
  display: grid;
  flex: 0 0 24px;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #e6e9ee;
  border-radius: 50%;
  color: #4285f4;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

/* Tablet and mobile */

@media (max-width: 991.98px) {
  .pf09-simplecheckout-page {
    max-width: 720px !important;
    gap: 14px !important;
  }

  .pf09-simplecheckout-page .supplier-checkout-wrapper > [id^="simplecheckout_form_"] > .simplecheckout {
    display: block !important;
  }

  .pf09-simplecheckout-page .supplier-checkout-wrapper .simplecheckout-left-column,
  .pf09-simplecheckout-page .supplier-checkout-wrapper .simplecheckout-right-column {
    display: block !important;
    float: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .pf09-simplecheckout-page .supplier-checkout-wrapper .simplecheckout-right-column:empty {
    display: none !important;
  }

  .pf09-simplecheckout-page .supplier-checkout-wrapper .pf09-panel,
  .pf09-simplecheckout-page .supplier-checkout-wrapper .pf09-order-footer {
    margin-bottom: 14px !important;
  }

  .pf09-simplecheckout-page .pf09-customer-card fieldset.form-horizontal {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pf09-simplecheckout-page .row-customer_register {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767.98px) {
  html.pf09-simplecheckout-active body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom)) !important;
  }

  html.pf09-simplecheckout-active body > footer,
  html.pf09-simplecheckout-active body > .footer,
  html.pf09-simplecheckout-active footer {
    display: none !important;
  }

  html.pf09-simplecheckout-active .breadcrumb_bg {
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
    padding: 14px 12px 28px !important;
    background: transparent !important;
  }

  html.pf09-simplecheckout-active .breadcrumb_bg > .breadcrumbs {
    display: none !important;
  }

  html.pf09-simplecheckout-active .breadcrumb_bg > .row {
    margin: 0 !important;
  }

  html.pf09-simplecheckout-active .breadcrumb_bg #content {
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  html.pf09-simplecheckout-active .breadcrumb_bg #content > h1 {
    margin: 6px 4px 16px !important;
    color: var(--pf09-graphite) !important;
    font-size: 27px !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
  }

  .pf09-simplecheckout-page {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .pf09-simplecheckout-page #simplecheckout_form_customer {
    margin-bottom: 14px !important;
  }

  .pf09-simplecheckout-page .pf09-panel {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .pf09-simplecheckout-page .pf09-section-heading,
  .pf09-simplecheckout-page .checkout-heading.pf09-section-heading {
    align-items: flex-start !important;
    gap: 10px !important;
    margin-bottom: 16px !important;
  }

  .pf09-simplecheckout-page .pf09-heading-main {
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .pf09-simplecheckout-page .pf09-heading-main strong {
    font-size: 17px;
  }

  .pf09-simplecheckout-page .pf09-heading-main small {
    font-size: 10px;
  }

  .pf09-simplecheckout-page .pf09-step-number {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    font-size: 12px;
  }

  .pf09-simplecheckout-page .checkout-heading-button {
    padding-top: 7px;
    font-size: 11px !important;
    white-space: nowrap;
  }

  .pf09-simplecheckout-page fieldset.form-horizontal,
  .pf09-simplecheckout-page .form-horizontal,
  .pf09-simplecheckout-page .pf09-customer-card fieldset.form-horizontal,
  .pf09-simplecheckout-page .pf09-address-card fieldset.form-horizontal {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .pf09-simplecheckout-page .pf09-schedule-grid fieldset {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    height: auto !important;
    min-height: 0 !important;
  }

  .pf09-simplecheckout-page .pf09-schedule-grid .form-group,
  .pf09-simplecheckout-page .pf09-schedule-grid .input-group {
    flex: 0 0 auto !important;
    height: auto !important;
  }

  .pf09-simplecheckout-page .row-customer_register {
    padding: 12px !important;
  }

  .pf09-simplecheckout-page .form-control,
  .pf09-simplecheckout-page input.form-control,
  .pf09-simplecheckout-page select.form-control {
    height: 48px !important;
    padding: 11px 12px !important;
    font-size: 14px !important;
  }

  .pf09-simplecheckout-page .input-group-btn .btn {
    height: 48px !important;
  }

  .pf09-simplecheckout-page .pf09-cart-item {
    grid-template-columns: 72px minmax(0, 1fr) 30px;
    gap: 10px;
    min-height: 100px;
    padding: 10px;
    border-radius: 14px;
  }

  .pf09-simplecheckout-page .pf09-cart-image {
    width: 72px;
    height: 72px;
    border-radius: 11px;
  }

  .pf09-simplecheckout-page .pf09-cart-name {
    font-size: 12px;
  }

  .pf09-simplecheckout-page .pf09-cart-actions {
    align-items: center;
    gap: 8px;
  }

  .pf09-simplecheckout-page .quantity_div {
    grid-template-columns: 28px 32px 28px !important;
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    height: 34px !important;
  }

  .pf09-simplecheckout-page .quantity_div .pf09-qty-button {
    width: 28px !important;
    min-width: 28px !important;
    height: 32px !important;
  }

  .pf09-simplecheckout-page .quantity_div .input-quantity,
  .pf09-simplecheckout-page #simplecheckout_cart .quantity_div .input-quantity {
    width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
  }

  .pf09-simplecheckout-page .pf09-cart-price strong {
    font-size: 13px;
  }

  .pf09-simplecheckout-page .pf09-remove-button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .pf09-simplecheckout-page .pf09-remove-button svg {
    width: 18px;
    height: 18px;
  }

  .pf09-simplecheckout-page .pf09-method-option > label {
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    gap: 10px;
    min-height: 62px;
    padding: 10px 11px !important;
  }

  .pf09-simplecheckout-page .pf09-method-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .pf09-simplecheckout-page .pf09-method-icon svg {
    width: 21px;
    height: 21px;
  }

  .pf09-simplecheckout-page .pf09-order-footer {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .pf09-simplecheckout-page #simplecheckout_button_confirm,
  .pf09-simplecheckout-page #simplecheckout_button_next {
    min-height: 52px !important;
    border-radius: 13px !important;
  }
}

@media (max-width: 389.98px) {
  html.pf09-simplecheckout-active .breadcrumb_bg {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .pf09-simplecheckout-page .pf09-panel {
    padding: 13px !important;
  }

  .pf09-simplecheckout-page .pf09-heading-main strong {
    font-size: 16px;
  }

  .pf09-simplecheckout-page .pf09-heading-main small {
    display: none;
  }

  .pf09-simplecheckout-page .pf09-cart-item {
    grid-template-columns: 64px minmax(0, 1fr) 28px;
    gap: 8px;
    padding: 8px;
  }

  .pf09-simplecheckout-page .pf09-cart-image {
    width: 64px;
    height: 64px;
  }

  .pf09-simplecheckout-page .pf09-cart-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 359.98px) {
  .pf09-simplecheckout-page .pf12-schedule-fields {
    grid-template-columns: 1fr;
  }
}

/* Checkout v13: unified authentication and QR table mode */

.pf09-simplecheckout-page .row-customer_register {
  display: none !important;
}

.pf09-simplecheckout-page #simplecheckout_shipping.pf13-table-order {
  border-color: rgba(185, 151, 79, 0.32) !important;
  background:
    linear-gradient(135deg, rgba(246, 238, 210, 0.92), rgba(255, 253, 247, 0.98)) !important;
}

.pf09-simplecheckout-page .pf13-table-heading {
  margin-bottom: 0 !important;
}

.pf09-simplecheckout-page .pf13-table-title {
  display: flex;
  align-items: center;
  gap: 11px;
}

.pf09-simplecheckout-page .pf13-table-title strong {
  font-size: 18px !important;
}

.pf09-simplecheckout-page .pf13-table-icon {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(185, 151, 79, 0.28);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.75);
  color: #8e6f2d;
}

.pf09-simplecheckout-page .pf13-table-icon svg {
  width: 24px;
  height: 24px;
}

.pf09-simplecheckout-page #simplecheckout_shipping.pf13-table-order > .simplecheckout-block-content {
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Checkout v14: optional login in QR table mode */

.pf09-simplecheckout-page .checkout-heading-button a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(188, 37, 33, 0.22);
  border-radius: 12px;
  background: #fff6f5;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.pf09-simplecheckout-page .checkout-heading-button a:hover {
  border-color: rgba(188, 37, 33, 0.42);
  background: #ffefed;
  text-decoration: none !important;
}

.pf09-simplecheckout-page .pf14-qr-customer-root {
  margin-bottom: 14px !important;
}

.pf09-simplecheckout-page .pf14-qr-login-card {
  padding: 12px !important;
}

.pf09-simplecheckout-page .pf14-qr-login-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  padding: 14px 20px;
  border: 0;
  border-radius: 15px;
  background: var(--pf09-red);
  color: var(--pf09-white) !important;
  font-size: 16px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(188, 37, 33, 0.18);
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.pf09-simplecheckout-page .pf14-qr-login-button:hover,
.pf09-simplecheckout-page .pf14-qr-login-button:focus {
  background: #a81f1c;
  color: var(--pf09-white) !important;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(188, 37, 33, 0.24);
}

.pf09-simplecheckout-page .pf14-qr-login-button:active {
  transform: translateY(1px);
}

.pf09-simplecheckout-page .pf14-qr-login-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
}

.pf09-simplecheckout-page .pf14-qr-login-icon svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 540px) {
  .pf09-simplecheckout-page .checkout-heading-button {
    padding-top: 0;
  }

  .pf09-simplecheckout-page .checkout-heading-button a {
    min-height: 40px;
    padding: 8px 13px;
    font-size: 13px !important;
  }

  .pf09-simplecheckout-page .pf14-qr-login-card {
    padding: 10px !important;
  }

  .pf09-simplecheckout-page .pf14-qr-login-button {
    min-height: 56px;
    font-size: 16px;
  }
}

html.pf09-simplecheckout-active #simple_login .pf13-auth-title {
  margin: -22px 34px 16px 0;
  color: var(--pf09-graphite);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}

html.pf09-simplecheckout-active #simple_login .pf13-auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin-bottom: 18px;
  padding: 4px;
  border-radius: 13px;
  background: var(--pf09-canvas);
}

html.pf09-simplecheckout-active #simple_login .pf13-auth-tab {
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--pf09-muted);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

html.pf09-simplecheckout-active #simple_login .pf13-auth-tab.is-active {
  background: var(--pf09-white);
  color: var(--pf09-red);
  box-shadow: 0 2px 10px rgba(20, 18, 17, 0.08);
}

html.pf09-simplecheckout-active #simple_login .pf13-auth-panel[hidden] {
  display: none !important;
}

html.pf09-simplecheckout-active #simple_login .pf13-auth-register-copy {
  margin: 0 0 16px;
  color: var(--pf09-muted);
  font-size: 13px;
  line-height: 1.5;
}

html.pf09-simplecheckout-active #simple_login .pf13-register-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 13px;
  background: var(--pf09-red);
  color: var(--pf09-white);
  font-weight: 800;
  text-decoration: none;
}

html.pf09-simplecheckout-active #simple_login .pf11-login-divider {
  margin: 16px 0;
}

@media (prefers-reduced-motion: reduce) {
  .pf09-simplecheckout-page *,
  .pf09-simplecheckout-page *::before,
  .pf09-simplecheckout-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
