/* Accent — Elementor global primary + checkout layout width */
.kasro-req-checkout-page,
.kasro-req-checkout,
.kasro-req-header-cart.kasro-request-cart-widget {
  --kasro-req-accent: var(--e-global-color-primary, #8b6b5d);
  --kasro-req-accent-hover: color-mix(in srgb, var(--kasro-req-accent) 82%, #000);
  --kasro-req-accent-soft: color-mix(in srgb, var(--kasro-req-accent) 14%, transparent);
  --kasro-req-border: #e8e2dc;
  --kasro-req-text: #2c2420;
  --kasro-req-text-muted: #7a6f68;
  --kasro-req-page-bg: #f7f4f0;
  --kasro-req-checkout-max: 1600px;
}

/* Hide theme header/footer on request checkout page */
body.kasro-req-checkout-page .whb-header,
body.kasro-req-checkout-page .website-footer,
body.kasro-req-checkout-page .wd-footer,
body.kasro-req-checkout-page footer.footer-container,
body.kasro-req-checkout-page #footer,
body.kasro-req-checkout-page .main-footer,
body.kasro-req-checkout-page .page-title,
body.kasro-req-checkout-page .wd-toolbar {
  display: none !important;
}

body.kasro-req-checkout-page .main-page-wrapper,
body.kasro-req-checkout-page .website-wrapper {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.kasro-req-checkout-page {
  background: var(--kasro-req-page-bg) !important;
}

.kasro-req-checkout-page {
  min-height: 100vh;
}

/* Custom checkout header — home link left, logo center */
.kasro-req-site-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  max-width: var(--kasro-req-checkout-max, 1600px);
  margin: 0 auto;
}

.kasro-req-home-link {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--kasro-req-text-muted);
  text-decoration: none;
  transition: color 0.15s;
}

.kasro-req-home-link:hover {
  color: var(--kasro-req-accent);
}

.kasro-req-logo-link {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--kasro-req-accent);
}

.kasro-req-logo-img {
  display: block;
  max-height: 52px;
  width: auto;
  height: auto;
}

.kasro-req-logo-text {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.kasro-req-header-spacer {
  justify-self: end;
}

/*
 * Full-bleed strip (reference: light cream page behind white cards).
 */
.kasro-req-checkout-shell {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  padding: clamp(12px, 2vw, 24px) clamp(16px, 4vw, 48px) clamp(40px, 5vw, 64px);
  box-sizing: border-box;
  margin-top: 30px;
}

.kasro-req-checkout {
  margin: 0 auto;
  max-width: var(--kasro-req-checkout-max, 1600px);
  font-family: inherit;
  color: var(--kasro-req-text);
  box-sizing: border-box;
}

.kasro-req-checkout *,
.kasro-req-checkout *::before,
.kasro-req-checkout *::after {
  box-sizing: border-box;
}

/* Top bar: “Back to cart” + theme hook (Login / Register) */
.kasro-req-checkout-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: clamp(20px, 3vw, 28px);
  padding-bottom: 4px;
}

.kasro-req-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--kasro-req-text);
  text-decoration: none;
  transition: color 0.15s;
}

.kasro-req-back-link:hover {
  color: var(--kasro-req-accent);
}

.kasro-req-back-link-icon {
  font-size: 1.125rem;
  line-height: 1;
  opacity: 0.85;
}

.kasro-req-checkout-toolbar-end {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* ~55% form / ~45% summary sidebar */
.kasro-req-checkout-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
}

@media (max-width: 960px) {
  .kasro-req-checkout-inner {
    grid-template-columns: 1fr;
  }
}

.kasro-req-col-sidebar {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2.5vw, 28px);
  min-width: 0;
  position: sticky;
  top: 24px;
}

/* Numbered step sections */
.kasro-req-form-card {
  background: #fff;
  border: 1px solid var(--kasro-req-border);
  border-radius: 14px;
  padding: clamp(22px, 3vw, 28px);
  margin-bottom: 20px;
}

.kasro-req-step-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.kasro-req-step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--kasro-req-accent);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.kasro-req-step-title {
  margin: 0 0 4px;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--kasro-req-text);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.kasro-req-step-subtitle {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--kasro-req-text-muted);
}

.kasro-req-summary-card {
  position: relative;
}

/* White cards (reference: subtle border + shadow) */
.kasro-req-panel {
  background: #fff;
  border: 1px solid var(--kasro-req-border);
  border-radius: 12px;
  padding: clamp(22px, 3vw, 32px);
}

@media (max-width: 560px) {
  .kasro-req-panel {
    padding: 20px 16px;
    border-radius: 10px;
  }
}

.kasro-req-col-cart .kasro-req-col-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--kasro-req-border);
  color: var(--kasro-req-text);
  letter-spacing: -0.02em;
}

/* Cart line — compact summary */
.kasro-req-cart-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--kasro-req-border);
}

.kasro-req-cart-item:first-child {
  padding-top: 0;
}

.kasro-req-cart-item--busy {
  opacity: 0.55;
  pointer-events: none;
}

.kasro-req-cart-thumb {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f3f4f6;
  border: 1px solid var(--kasro-req-border);
}

.kasro-req-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 4px;
  box-sizing: border-box;
}

.kasro-req-cart-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.kasro-req-cart-meta-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.kasro-req-cart-meta-bottom {
  display: flex;
  align-items: center;
}

.kasro-req-cart-price-row {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.kasro-req-cart-meta .kasro-req-cart-name {
  font-weight: 600;
  color: var(--kasro-req-text);
  font-size: 0.875rem;
  line-height: 1.35;
  flex: 1;
  min-width: 0;
  text-decoration: none;
}

a.kasro-req-cart-name:hover,
a.kasro-req-cart-name:focus-visible {
  color: var(--kasro-req-accent);
  text-decoration: underline;
}

.kasro-req-cart-meta .kasro-req-cart-price {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--kasro-req-accent);
  white-space: nowrap;
  flex-shrink: 0;
}

.kasro-req-summary-card .kasro-pcalc__qty {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: 80px;
  height: 25px;
  border: 1px solid var(--kasro-req-border);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.kasro-req-summary-card .kasro-pcalc__qty-btn {
  flex: 0 0 22px;
  width: 22px;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: none;
  background: #f3f4f6;
  color: #374151;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.kasro-req-summary-card .kasro-pcalc__qty-btn:hover {
  background: #e5e7eb;
  color: var(--kasro-req-accent);
}

.kasro-req-summary-card .kasro-pcalc__qty-input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0 2px;
  border: none;
  border-left: 1px solid var(--kasro-req-border);
  border-right: 1px solid var(--kasro-req-border);
  background: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--kasro-req-text);
  appearance: textfield;
  -moz-appearance: textfield;
}

.kasro-req-summary-card .kasro-pcalc__qty-input::-webkit-outer-spin-button,
.kasro-req-summary-card .kasro-pcalc__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.kasro-req-summary-card .kasro-pcalc__qty-input:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--kasro-req-accent-soft);
}

.kasro-req-summary-card .kasro-req-remove {
  font-size: 16px;
  padding: 0 2px;
  margin: 0;
}

/* Single separator before totals — avoid double border with cart-totals border-top */
.kasro-req-summary-items .kasro-req-cart-item:last-child {
  border-bottom: none;
}

.kasro-req-qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--kasro-req-border);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  user-select: none;
  transition: background 0.15s, border-color 0.15s;
}

.kasro-req-qty-btn:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.kasro-req-qty-btn:focus {
  outline: 2px solid var(--kasro-req-accent);
  outline-offset: 2px;
}

.kasro-req-qty input {
  width: 52px;
  text-align: center;
  border: 1px solid var(--kasro-req-border);
  border-radius: 8px;
  padding: 8px 6px;
  font-size: 14px;
  font-weight: 500;
}

.kasro-req-remove {
  border: none;
  background: none;
  color: #9ca3af;
  cursor: pointer;
  padding: 6px;
  margin: -6px -6px 0 0;
  font-size: 22px;
  line-height: 1;
  user-select: none;
  border-radius: 6px;
  transition: color 0.15s, background 0.15s;
}

.kasro-req-remove:hover {
  color: var(--kasro-req-accent);
  background: rgba(0, 0, 0, 0.06);
}

.kasro-req-remove:focus {
  outline: 2px solid var(--kasro-req-accent);
  outline-offset: 2px;
}

.kasro-req-cart-totals {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid var(--kasro-req-border);
}

.kasro-req-total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  font-size: 14px;
  padding: 10px 0;
}

.kasro-req-total-row--wash {
  color: var(--kasro-req-text-muted);
}

.kasro-req-total-row--grand {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--kasro-req-border);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--kasro-req-text);
}

/* Single grand row: .kasro-req-cart-totals border-top is enough — avoid second rule */
.kasro-req-total-row--grand:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.kasro-req-total-label {
  color: #374151;
}

.kasro-req-total-value {
  color: var(--kasro-req-text);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.kasro-req-total-row--grand .kasro-req-total-value {
  color: var(--kasro-req-accent);
  font-size: 1.15rem;
}

.kasro-req-vat-note {
  margin-top: -10px;
  padding-top: 0;
  border-top: none;
  font-size: 12px;
  color: var(--kasro-req-text-muted);
  line-height: 1.45;
  text-align: right;
}

/* Form page title + lead (reference: main heading + subtitle) */
.kasro-req-form-header {
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--kasro-req-border);
}

.kasro-req-form-main-title {
  font-size: clamp(1.35rem, 2.8vw, 1.65rem);
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--kasro-req-text);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.kasro-req-form-lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--kasro-req-text-muted);
  font-weight: 400;
}

/* Trust / “Why us” panel under cart */
.kasro-req-trust-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--kasro-req-border);
  color: var(--kasro-req-text);
  letter-spacing: -0.02em;
}

.kasro-req-trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.kasro-req-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #374151;
}

.kasro-req-trust-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.kasro-req-trust-item-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #059669;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.kasro-req-billing-form .kasro-req-form-section {
  margin-bottom: 26px;
}

.kasro-req-billing-form .kasro-req-form-section:last-of-type {
  margin-bottom: 20px;
}

.kasro-req-section-heading {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 14px;
  color: #374151;
}
label.kasro-req-notes-label { display: block; margin: 0 0 10px; }
.kasro-req-section-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #374151;
}

.kasro-req-required {
  color: var(--kasro-req-accent);
  font-weight: 600;
}

.kasro-req-type-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

@media (max-width: 480px) {
  .kasro-req-type-toggle {
    grid-template-columns: 1fr;
  }
}

.kasro-req-type-option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0px 20px;
  border: 2px solid var(--kasro-req-border);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s, box-shadow 0.15s;
  user-select: none;
}

.kasro-req-type-option:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.kasro-req-type-option:focus {
  outline: 2px solid var(--kasro-req-accent);
  outline-offset: 2px;
}

.kasro-req-type-option.is-active {
  border-color: var(--kasro-req-accent);
  background: var(--kasro-req-accent);
  color: #fff;
}
.kasro-req-type-option.is-active .kasro-req-type-icon { color: #fff; }
.kasro-req-type-icon { display: flex; flex-shrink: 0; color: #111827; }
.kasro-req-type-option.is-active .kasro-req-type-icon svg { stroke: #fff; }
.kasro-req-type-icon svg { display: block; }
.kasro-req-type-label { font-size: 0.9375rem; font-weight: 600; }

.kasro-req-person-panel.is-hidden { display: none !important; }

.kasro-req-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
@media (max-width: 560px) { .kasro-req-row { grid-template-columns: 1fr; } }

.kasro-req-field label {
  display: block; font-size: 0.8125rem; font-weight: 500; margin-bottom: 8px; color: #374151;
}
.kasro-req-field input[type="text"],
.kasro-req-field input[type="email"],
.kasro-req-field input[type="tel"],
.kasro-req-field input[type="date"],
.kasro-req-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--kasro-req-border);
  border-radius: 8px;
  font-size: 0.9375rem;
  box-sizing: border-box;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.kasro-req-field input:focus,
.kasro-req-field textarea:focus {
  border-color: var(--kasro-req-accent);
  outline: none;
  box-shadow: 0 0 0 3px var(--kasro-req-accent-soft);
}
.kasro-req-field textarea { min-height: 88px; resize: vertical; line-height: 1.45; }

.kasro-req-checkbox-line { margin-top: 8px; margin-bottom: 8px; }
.kasro-req-checkbox-line label {
  display: inline-flex; align-items: flex-start; gap: 10px; cursor: pointer;
  font-size: 0.875rem; font-weight: 500; color: #374151; line-height: 1.4;
}
.kasro-req-checkbox-line input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; }

.kasro-req-conditional-field { margin-top: 12px; }

/*
 * Submit: themes often style button[type=submit] with gray/inherit — force brand CTA.
 */
.kasro-req-checkout button.kasro-req-submit-btn[type='submit'] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-top: 16px;
  padding: 16px 20px;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.2;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -webkit-appearance: none;
  appearance: none;
  background-image: none !important;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s, opacity 0.15s;
}

.kasro-req-total-row--sub {
  color: var(--kasro-req-text-muted);
  font-size: 0.9375rem;
}

.kasro-req-terms {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--kasro-req-border);
}

.kasro-req-terms-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--kasro-req-text-muted);
  cursor: pointer;
}

.kasro-req-terms-label input {
  margin-top: 3px;
  flex-shrink: 0;
}

.kasro-req-terms-label a {
  color: var(--kasro-req-accent);
  text-decoration: underline;
}

.kasro-req-checkout button.kasro-req-submit-btn[type='submit']:not(:disabled):not([disabled]) {
  background-color: var(--kasro-req-accent) !important;
  border-color: var(--kasro-req-accent) !important;
  color: #ffffff !important;
}

.kasro-req-checkout button.kasro-req-submit-btn[type='submit']:not(:disabled):not([disabled]):hover {
  background-color: var(--kasro-req-accent-hover) !important;
  border-color: var(--kasro-req-accent-hover) !important;
}

.kasro-req-checkout button.kasro-req-submit-btn[type='submit']:disabled,
.kasro-req-checkout button.kasro-req-submit-btn[type='submit'][disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  background-color: #d1d5db !important;
  border-color: #d1d5db !important;
  color: #6b7280 !important;
}

.kasro-req-checkout button.kasro-req-submit-btn:disabled .kasro-req-submit-icon,
.kasro-req-checkout button.kasro-req-submit-btn:disabled .kasro-req-submit-label,
.kasro-req-checkout button.kasro-req-submit-btn[disabled] .kasro-req-submit-icon,
.kasro-req-checkout button.kasro-req-submit-btn[disabled] .kasro-req-submit-label {
  color: #6b7280 !important;
}

.kasro-req-checkout button.kasro-req-submit-btn:not(:disabled):not([disabled]) .kasro-req-submit-label,
.kasro-req-checkout button.kasro-req-submit-btn:not(:disabled):not([disabled]) .kasro-req-submit-icon {
  color: #ffffff !important;
  opacity: 1 !important;
}

.kasro-req-submit-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.kasro-req-submit-icon svg {
  display: block;
}

.kasro-req-submit-label {
  flex: 1;
}

.kasro-req-msg {
  padding: 14px 16px;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.45;
  display: none;
}

.kasro-req-msg.is-error {
  display: block;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}

.kasro-req-msg.is-success {
  display: block;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #166534;
}

.kasro-req-empty {
  padding: 36px 16px;
  text-align: center;
  color: var(--kasro-req-text-muted);
  font-size: 14px;
  line-height: 1.5;
}

/* WooCommerce price accent inside cart (line + widget) */
.kasro-req-col-cart .woocommerce-Price-amount {
  font-variant-numeric: tabular-nums;
}

/*
 * [request-cart] header widget — kasro-* only (no wd-cart-number / wd-tools-* : WooCommerce fragments
 * scripts replace those classes and reset counts to the normal WC cart).
 */
.kasro-req-header-cart.kasro-request-cart-widget {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  font-size: max(14px, 1em);
}

.kasro-req-header-cart.kasro-request-cart-widget .kasro-req-cart-widget-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.kasro-req-header-cart.kasro-request-cart-widget .kasro-req-cart-widget-inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.kasro-req-header-cart.kasro-request-cart-widget .kasro-req-cart-widget-icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.kasro-req-header-cart.kasro-request-cart-widget .kasro-req-cart-widget-img,
.kasro-req-header-cart.kasro-request-cart-widget .kasro-req-cart-svg {
  display: block;
  flex-shrink: 0;
}

/* Count badge (no “items” label) */
.kasro-req-header-cart.kasro-request-cart-widget .kasro-req-cart-widget-badge {
  position: absolute;
  top: -5px;
  right: -9px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--kasro-req-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.kasro-req-header-cart.kasro-request-cart-widget .kasro-req-cart-widget-badge--hidden {
  display: none !important;
}

.kasro-req-header-cart.kasro-request-cart-widget .kasro-req-cart-widget-badge--solo {
  position: static;
  min-width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
}

.kasro-req-header-cart.kasro-request-cart-widget .kasro-req-cart-widget-count-num {
  color: inherit;
  font: inherit;
}

.kasro-req-header-cart.kasro-request-cart-widget .kasro-req-cart-widget-price-wrap {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.kasro-req-header-cart.kasro-request-cart-widget .kasro-req-cart-widget-price .woocommerce-Price-amount {
  display: inline;
}

.kasro-req-header-cart.kasro-request-cart-widget .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.kasro-req-cart-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 999999;
  max-width: min(92vw, 420px);
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #065f46;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.kasro-req-cart-toast--visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.kasro-req-cart-toast--error {
  color: #991b1b;
  background: #fef2f2;
  border-color: #fca5a5;
}
