:root {
  --cctva-checkout-bg: #05070b;
  --cctva-checkout-card: rgba(12, 16, 24, 0.96);
  --cctva-checkout-card-soft: rgba(17, 24, 39, 0.92);
  --cctva-checkout-border: rgba(255, 255, 255, 0.08);
  --cctva-checkout-border-strong: rgba(255, 255, 255, 0.14);
  --cctva-checkout-text: #f8fafc;
  --cctva-checkout-text-soft: rgba(226, 232, 240, 0.78);
  --cctva-checkout-text-muted: rgba(148, 163, 184, 0.82);
  --cctva-checkout-red: #dc2626;
  --cctva-checkout-red-hover: #ef4444;
  --cctva-checkout-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
  --cctva-checkout-radius-xl: 28px;
  --cctva-checkout-radius-lg: 22px;
  --cctva-checkout-radius-md: 16px;
}

.woocommerce-cart .cctva-main,
.woocommerce-checkout .cctva-main,
.woocommerce-order-received .cctva-main {
  width: min(100% - 32px, 1480px);
  max-width: 1480px;
}

.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-order-received {
  background:
    radial-gradient(circle at top, rgba(220, 38, 38, 0.08), transparent 30%),
    linear-gradient(180deg, #030507 0%, #070b12 100%);
}

.cctva-cart,
.cctva-checkout,
.cctva-order-received {
  color: var(--cctva-checkout-text);
  padding: 36px 0 72px;
}

.cctva-cart__quote-notice {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.cctva-cart__quote-notice.is-success {
  border-color: rgba(74, 222, 128, 0.26);
  background: rgba(20, 83, 45, 0.26);
}

.cctva-cart__quote-notice.is-error {
  border-color: rgba(248, 113, 113, 0.26);
  background: rgba(127, 29, 29, 0.22);
}

.cctva-cart__quote-notice p {
  margin: 0;
  color: var(--cctva-checkout-text);
  line-height: 1.6;
  font-weight: 700;
}

.cctva-cart__hero,
.cctva-checkout__hero,
.cctva-order-received__hero {
  display: grid;
  gap: 20px;
  margin: 0 0 28px;
  padding: 28px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: var(--cctva-checkout-radius-xl);
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.9) 0%, rgba(8, 12, 18, 0.96) 100%);
  box-shadow: var(--cctva-checkout-shadow);
}

.cctva-cart__eyebrow,
.cctva-checkout__eyebrow,
.cctva-order-received__eyebrow,
.cctva-checkout__card-eyebrow {
  display: inline-flex;
  margin: 0 0 8px;
  color: var(--cctva-checkout-red-hover);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cctva-cart__title,
.cctva-checkout__title,
.cctva-order-received__title {
  margin: 0;
  color: var(--cctva-checkout-text);
  font-size: clamp(2rem, 1.1vw + 1.65rem, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.cctva-cart__subtitle,
.cctva-checkout__subtitle,
.cctva-order-received__subtitle {
  margin: 12px 0 0;
  max-width: 820px;
  color: var(--cctva-checkout-text-soft);
  font-size: 1.04rem;
  line-height: 1.7;
}

.cctva-cart__micro,
.cctva-checkout__micro,
.cctva-order-received__next-step,
.cctva-checkout__summary-copy,
.cctva-cart__summary-copy {
  margin: 12px 0 0;
  color: var(--cctva-checkout-text-muted);
  line-height: 1.7;
}

.cctva-cart__trust,
.cctva-checkout__trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cctva-cart__trust-chip,
.cctva-checkout__trust-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.08);
  color: var(--cctva-checkout-text);
  font-size: 0.92rem;
  font-weight: 700;
}

.cctva-checkout__hero {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.75fr);
  align-items: center;
}

.cctva-checkout__hero-copy {
  display: grid;
  gap: 0;
}

.cctva-checkout__hero-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.cctva-checkout__hero-step {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--cctva-checkout-text-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.cctva-checkout__hero-step.is-active {
  border-color: rgba(220, 38, 38, 0.22);
  background: rgba(220, 38, 38, 0.12);
  color: var(--cctva-checkout-text);
}

.cctva-checkout__hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.cctva-checkout__hero-point {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.cctva-checkout__hero-point strong {
  display: block;
  color: var(--cctva-checkout-text);
  font-size: 0.95rem;
  font-weight: 900;
}

.cctva-checkout__hero-point span {
  display: block;
  margin-top: 6px;
  color: var(--cctva-checkout-text-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.cctva-order-received__hero {
  gap: 24px;
}

.cctva-order-received__hero-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.cctva-order-received__hero-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  border: 1px solid rgba(74, 222, 128, 0.24);
  background: radial-gradient(circle at top, rgba(74, 222, 128, 0.24), rgba(20, 83, 45, 0.14));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 34px rgba(0, 0, 0, 0.24);
}

.cctva-order-received__hero-check {
  position: relative;
  width: 28px;
  height: 18px;
  transform: rotate(-45deg);
}

.cctva-order-received__hero-check::before,
.cctva-order-received__hero-check::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #dcfce7;
}

.cctva-order-received__hero-check::before {
  left: 0;
  bottom: 0;
  width: 8px;
  height: 18px;
}

.cctva-order-received__hero-check::after {
  left: 0;
  bottom: 0;
  width: 28px;
  height: 8px;
}

.cctva-order-received__hero-copy {
  min-width: 0;
}

.cctva-order-received__hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cctva-order-received__hero-metric {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  min-width: 0;
}

.cctva-order-received__hero-label {
  display: block;
  margin: 0 0 8px;
  color: var(--cctva-checkout-text-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cctva-order-received__hero-metric strong,
.cctva-order-received__hero-metric .amount,
.cctva-order-received__hero-metric .woocommerce-Price-amount {
  color: var(--cctva-checkout-text) !important;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.45;
  word-break: break-word;
}

.cctva-order-received__hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cctva-order-received__hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(220, 38, 38, 0.16);
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.08);
  color: var(--cctva-checkout-text);
  font-size: 0.9rem;
  font-weight: 700;
}

.cctva-cart__layout,
.cctva-checkout__layout,
.cctva-order-received__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 420px);
  gap: 24px;
  align-items: start;
}

.cctva-cart__items,
.cctva-checkout__form,
.cctva-order-received__main {
  min-width: 0;
}

.cctva-checkout__form {
  display: grid;
  gap: 20px;
}

.cctva-cart__summary,
.cctva-checkout__summary,
.cctva-order-received__side {
  position: sticky;
  top: 24px;
}

.cctva-cart__layout--block,
.cctva-checkout__layout--block {
  align-items: start;
}

.cctva-cart__summary-card,
.cctva-checkout__summary-card,
.cctva-checkout__card,
.cctva-order-received__card,
.cctva-cart__empty-card {
  padding: 24px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: var(--cctva-checkout-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(239, 68, 68, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(12, 16, 24, 0.98) 0%, rgba(9, 13, 19, 0.98) 100%);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(10px);
}

.cctva-checkout__intro-card {
  display: grid;
  gap: 12px;
  padding: 22px 24px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: var(--cctva-checkout-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(239, 68, 68, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(14, 20, 30, 0.98) 0%, rgba(10, 15, 22, 0.98) 100%);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.cctva-order-received__card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.cctva-order-received__card-copy {
  margin: -2px 0 0;
  color: var(--cctva-checkout-text-muted);
  font-size: 0.93rem;
  line-height: 1.65;
}

.cctva-cart__items-head,
.cctva-checkout__card-head,
.cctva-checkout__notes-head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 18px;
}

.cctva-cart__section-title,
.cctva-checkout__summary-title,
.cctva-checkout__card-title,
.cctva-order-received__card-title {
  margin: 0;
  color: var(--cctva-checkout-text);
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.cctva-checkout__section-title {
  margin: 0;
  color: var(--cctva-checkout-text);
  font-size: clamp(1.35rem, 1vw + 1rem, 1.8rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.cctva-checkout__card-copy {
  margin: -4px 0 0;
  color: var(--cctva-checkout-text-muted);
  font-size: 0.93rem;
  line-height: 1.65;
}

.cctva-cart__items-count {
  color: var(--cctva-checkout-text-muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.cctva-cart__items-list {
  display: grid;
  gap: 16px;
}

.cctva-cart__item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(239, 68, 68, 0.05), transparent 30%),
    linear-gradient(180deg, rgba(16, 22, 31, 0.98) 0%, rgba(11, 16, 24, 0.98) 100%);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.cctva-cart__item:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.cctva-cart__item-media a,
.cctva-cart__item-media span,
.cctva-cart__item-media img {
  display: block;
}

.cctva-cart__item-media img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cctva-cart__item-main {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.cctva-cart__item-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.cctva-cart__item-copy {
  min-width: 0;
}

.cctva-cart__item-name {
  margin: 0;
  color: var(--cctva-checkout-text);
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.cctva-cart__item-name a {
  color: inherit;
  text-decoration: none;
}

.cctva-cart__item-sku,
.cctva-cart__muted {
  margin: 6px 0 0;
  color: var(--cctva-checkout-text-muted);
  font-size: 0.82rem;
}

.cctva-cart__item-meta,
.cctva-checkout-review .wc-item-meta,
.cctva-checkout .wc_payment_methods,
.cctva-order-received__trust,
.cctva-cart__sidebar-points {
  margin: 12px 0 0;
  color: var(--cctva-checkout-text-soft);
}

.cctva-cart__item-meta dl,
.cctva-checkout-review .wc-item-meta {
  margin-bottom: 0;
}

.cctva-cart__remove,
.cctva-cart__remove:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(248, 113, 113, 0.24);
  border-radius: 999px;
  background: rgba(127, 29, 29, 0.14);
  color: #fecaca !important;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.cctva-cart__remove:hover,
.cctva-cart__remove:focus {
  transform: translateY(-1px);
  border-color: rgba(248, 113, 113, 0.38);
  background: rgba(127, 29, 29, 0.24);
}

.cctva-cart__item-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.cctva-cart__metric {
  padding: 12px 14px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: var(--cctva-checkout-radius-md);
  background: rgba(255, 255, 255, 0.025);
}

.cctva-cart__metric-label {
  display: block;
  margin: 0 0 8px;
  color: var(--cctva-checkout-text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cctva-cart__metric-value,
.cctva-cart__metric-value .amount,
.cctva-cart__metric-value .woocommerce-Price-amount {
  color: var(--cctva-checkout-text) !important;
  font-size: 0.98rem;
  font-weight: 900;
}

.cctva-cart__item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 4px;
}

.cctva-cart__item-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(239, 68, 68, 0.16);
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.08);
  color: var(--cctva-checkout-text);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cctva-cart__item-total-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.cctva-cart__item-total-label {
  color: var(--cctva-checkout-text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cctva-cart__item-total-value,
.cctva-cart__item-total-value .amount,
.cctva-cart__item-total-value .woocommerce-Price-amount {
  color: var(--cctva-checkout-text) !important;
  font-size: 1rem;
  font-weight: 900;
}

.cctva-cart__qty .quantity {
  display: inline-flex;
  align-items: center;
}

.cctva-cart__qty .qty,
.cctva-checkout .input-text,
.cctva-checkout select,
.cctva-checkout textarea,
.cctva-cart .coupon .input-text {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid var(--cctva-checkout-border-strong);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--cctva-checkout-text);
  box-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.cctva-checkout textarea {
  min-height: 132px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.cctva-checkout .input-text:focus,
.cctva-checkout select:focus,
.cctva-checkout textarea:focus,
.cctva-cart .coupon .input-text:focus,
.cctva-cart__qty .qty:focus {
  border-color: rgba(220, 38, 38, 0.48);
  outline: none;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.cctva-cart__actions-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  margin: 20px 0 0;
}

.cctva-cart__coupon-card {
  padding: 20px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: var(--cctva-checkout-radius-lg);
  background: rgba(255, 255, 255, 0.025);
}

.cctva-cart__card-eyebrow,
.cctva-cart-totals__eyebrow {
  margin: 0 0 8px;
  color: var(--cctva-checkout-red-hover);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cctva-cart__card-title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 900;
}

.cctva-cart__coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cctva-cart__coupon .input-text {
  flex: 1 1 220px;
}

.cctva-cart__primary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  justify-content: flex-end;
}

.cctva-cart__update-panel {
  min-width: min(100%, 320px);
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.cctva-cart__update-copy {
  width: 100%;
  margin: 0;
  color: var(--cctva-checkout-text-soft);
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: left;
}

.cctva-cart .button,
.cctva-checkout .button,
.cctva-order-received .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
}

.cctva-cart__update,
.cctva-checkout #place_order,
.cctva-order-received__whatsapp,
.cctva-cart__whatsapp {
  background: linear-gradient(180deg, var(--cctva-checkout-red-hover) 0%, var(--cctva-checkout-red) 100%) !important;
  color: #fff !important;
  box-shadow: 0 18px 36px rgba(185, 28, 28, 0.28);
}

.cctva-cart__update {
  min-width: 220px;
  min-height: 54px;
  font-size: 0.98rem;
  font-weight: 900;
}

.cctva-cart__update:hover,
.cctva-cart__update:focus,
.cctva-checkout #place_order:hover,
.cctva-checkout #place_order:focus,
.cctva-cart__whatsapp:hover,
.cctva-cart__whatsapp:focus {
  transform: translateY(-1px);
  box-shadow: 0 20px 38px rgba(185, 28, 28, 0.34);
}

.cctva-cart__continue,
.cctva-order-received__continue {
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--cctva-checkout-text) !important;
  border: 1px solid var(--cctva-checkout-border-strong) !important;
}

.cctva-cart__continue:hover,
.cctva-cart__continue:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-1px);
}

.cctva-cart__whatsapp,
.cctva-checkout__whatsapp,
.cctva-order-received__whatsapp,
.cctva-order-received__continue {
  width: 100%;
  margin-top: 14px;
}

.cctva-cart__sidebar-points,
.cctva-checkout__trust-list,
.cctva-order-received__trust {
  display: grid;
  gap: 10px;
  padding-left: 18px;
}

.cctva-cart__discount-message,
.cctva-cart__payment-methods,
.cctva-checkout__payment-methods,
.cctva-cart__quote,
.cctva-checkout__secure-copy {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.028);
}

.cctva-cart__summary-card {
  display: grid;
  gap: 14px;
}

.cctva-checkout__summary-card,
.cctva-checkout__card {
  display: grid;
  gap: 18px;
}

.cctva-order-received__main,
.cctva-order-received__side,
.cctva-order-received__card {
  display: grid;
  gap: 18px;
}

.cctva-checkout__summary-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cctva-checkout__summary-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--cctva-checkout-text);
  font-size: 0.82rem;
  font-weight: 800;
}

.cctva-checkout__summary-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.cctva-checkout__summary-highlight {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.cctva-checkout__summary-highlight strong {
  display: block;
  color: var(--cctva-checkout-text);
  font-size: 0.92rem;
  font-weight: 900;
}

.cctva-checkout__summary-highlight span {
  display: block;
  margin-top: 6px;
  color: var(--cctva-checkout-text-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.cctva-checkout__payment-note {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--cctva-checkout-text-soft);
  line-height: 1.6;
}

.cctva-checkout__payment-note strong {
  color: var(--cctva-checkout-text);
}

.cctva-checkout__review-order {
  display: grid;
  gap: 16px;
}

.cctva-checkout__trust-list {
  margin-bottom: 22px;
}

.cctva-checkout__payment-methods {
  margin-top: 22px;
}

.cctva-checkout__whatsapp,
.cctva-checkout__back,
.cctva-checkout__support {
  margin-top: 14px;
}

.cctva-checkout__summary a + a,
.cctva-checkout__summary .button + .button,
.cctva-checkout__summary .button + a,
.cctva-checkout__summary a + .button,
.cctva-checkout__card a + a,
.cctva-checkout__card .button + .button,
.cctva-checkout__card .button + a,
.cctva-checkout__card a + .button {
  margin-top: 18px;
}

.cctva-cart__discount-message.is-success {
  border-color: rgba(74, 222, 128, 0.26);
  background: rgba(20, 83, 45, 0.26);
}

.cctva-cart__discount-message.is-info {
  border-color: rgba(96, 165, 250, 0.24);
  background: rgba(30, 41, 59, 0.42);
}

.cctva-cart__discount-message.is-muted {
  border-color: rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.38);
}

.cctva-cart__discount-message p,
.cctva-checkout__secure-copy p,
.cctva-cart__payment-copy,
.cctva-checkout__payment-copy {
  margin: 0;
  color: var(--cctva-checkout-text-soft);
  line-height: 1.7;
}

.cctva-cart__payment-title,
.cctva-checkout__payment-title {
  margin: 0 0 12px;
  color: var(--cctva-checkout-text);
  font-size: 1rem;
  font-weight: 900;
}

.cctva-cart__payment-list,
.cctva-checkout__payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.cctva-cart__payment-chip,
.cctva-checkout__payment-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--cctva-checkout-text);
  font-size: 0.88rem;
  font-weight: 700;
}

.cctva-cart__quote-head {
  margin-bottom: 8px;
}

.cctva-cart__quote-details summary {
  list-style: none;
  cursor: pointer;
}

.cctva-cart__quote-details summary::-webkit-details-marker {
  display: none;
}

.cctva-cart__quote-form {
  margin-top: 14px;
}

.cctva-cart__quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.cctva-cart__quote-grid .form-row {
  margin: 0;
}

.cctva-cart__quote-message-row {
  grid-column: 1 / -1;
}

.cctva-cart__quote-privacy-row {
  grid-column: 1 / -1;
}

.cctva-cart__quote-form label {
  display: block;
  margin: 0 0 8px;
  color: var(--cctva-checkout-text-soft);
  font-weight: 700;
}

.cctva-cart__quote-form input,
.cctva-cart__quote-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--cctva-checkout-border-strong);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--cctva-checkout-text);
}

.cctva-cart__quote-form textarea {
  min-height: 120px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.cctva-cart__quote-privacy {
  display: flex !important;
  gap: 10px;
  align-items: flex-start;
  margin: 0;
}

.cctva-cart__quote-privacy input {
  width: 18px;
  min-width: 18px;
  min-height: 18px;
  margin: 4px 0 0;
  padding: 0;
}

.cctva-cart__quote-privacy span {
  color: var(--cctva-checkout-text-soft);
  line-height: 1.6;
}

.cctva-cart__quote-submit,
.cctva-cart__quote-trigger {
  width: 100%;
  margin-top: 12px;
}

.cctva-cart__quote-trigger {
  min-height: 52px;
}

.cctva-cart-block .wp-block-woocommerce-cart,
.cctva-checkout-block .wp-block-woocommerce-checkout {
  padding: 24px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: var(--cctva-checkout-radius-lg);
  background: var(--cctva-checkout-card);
  box-shadow: var(--cctva-checkout-shadow);
}

.cctva-cart-block .wc-block-cart,
.cctva-checkout-block .wc-block-checkout,
.cctva-cart-block .wc-block-components-sidebar-layout,
.cctva-checkout-block .wc-block-components-sidebar-layout {
  color: var(--cctva-checkout-text);
}

.cctva-cart-block .wc-block-components-product-metadata,
.cctva-cart-block .wc-block-components-totals-wrapper,
.cctva-cart-block .wc-block-components-order-summary,
.cctva-checkout-block .wc-block-components-product-metadata,
.cctva-checkout-block .wc-block-components-totals-wrapper,
.cctva-checkout-block .wc-block-components-order-summary {
  color: var(--cctva-checkout-text-soft);
}

.cctva-cart-block .wc-block-components-button,
.cctva-checkout-block .wc-block-components-button,
.cctva-cart-block .wc-block-cart__submit-button,
.cctva-checkout-block .wc-block-components-checkout-place-order-button {
  min-height: 52px;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--cctva-checkout-red-hover) 0%, var(--cctva-checkout-red) 100%) !important;
  color: #fff !important;
  font-weight: 800;
}

.cctva-cart-block .wc-block-components-text-input input,
.cctva-cart-block .wc-block-components-text-input select,
.cctva-checkout-block .wc-block-components-text-input input,
.cctva-checkout-block .wc-block-components-text-input select,
.cctva-checkout-block .wc-block-components-address-form input,
.cctva-checkout-block .wc-block-components-address-form select {
  min-height: 48px;
  border-color: var(--cctva-checkout-border-strong) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--cctva-checkout-text) !important;
}

.cctva-checkout .select2-container .select2-selection--single,
.cctva-checkout .select2-container .select2-selection--multiple,
.cctva-checkout select[name="billing_state"],
.cctva-checkout select[name="billing_country"],
.cctva-checkout select[name="shipping_state"],
.cctva-checkout select[name="shipping_country"],
.cctva-checkout .country_to_state,
.cctva-checkout .state_select,
.cctva-checkout-block .wc-block-components-select,
.cctva-checkout-block .wc-block-components-select select,
.cctva-checkout-block .wc-block-components-select__container,
.cctva-checkout-block .wc-block-components-combobox,
.cctva-checkout-block .components-combobox-control,
.cctva-checkout-block .components-base-control__field,
.cctva-checkout-block .wc-block-components-country-input,
.cctva-checkout-block .wc-block-components-country-input input,
.cctva-checkout-block .wc-block-components-combobox .components-combobox-control__input,
.cctva-checkout-block .wc-block-components-text-input input,
.cctva-checkout-block .wc-block-components-address-form .components-input-control__container,
.cctva-checkout-block .wc-block-components-address-form .components-input-control__input,
.cctva-checkout-block .wc-block-components-state-input input,
.cctva-checkout-block .wc-block-components-state-input select {
  min-height: 48px;
  border: 1px solid var(--cctva-checkout-border-strong) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: var(--cctva-checkout-text) !important;
}

.cctva-checkout-block .wc-block-components-address-form .components-input-control__container,
.cctva-checkout-block .wc-block-components-country-input .components-input-control__container,
.cctva-checkout-block .wc-block-components-state-input .components-input-control__container,
.cctva-checkout-block .wc-block-components-select .components-input-control__container {
  box-shadow: none !important;
}

.cctva-checkout .select2-container .select2-selection__rendered,
.cctva-checkout-block .wc-block-components-select__value,
.cctva-checkout-block .wc-block-components-combobox-control__input,
.cctva-checkout-block .wc-block-components-text-input input,
.cctva-checkout-block .wc-block-components-address-form input,
.cctva-checkout-block .wc-block-components-address-form select,
.cctva-checkout-block .wc-block-components-address-form .components-input-control__input,
.cctva-checkout-block .wc-block-components-country-input input,
.cctva-checkout-block .wc-block-components-country-input .components-combobox-control__input,
.cctva-checkout-block .wc-block-components-state-input {
  color: var(--cctva-checkout-text) !important;
}

.cctva-checkout-block .wc-block-components-text-input input::placeholder,
.cctva-checkout-block .wc-block-components-combobox .components-combobox-control__input::placeholder,
.cctva-checkout-block .wc-block-components-address-form input::placeholder,
.cctva-checkout-block .wc-block-components-address-form .components-input-control__input::placeholder {
  color: var(--cctva-checkout-text-muted) !important;
  opacity: 1;
}

.cctva-checkout-block .wc-block-components-address-form .components-input-control__input:-webkit-autofill,
.cctva-checkout-block .wc-block-components-country-input input:-webkit-autofill,
.cctva-checkout-block .wc-block-components-state-input input:-webkit-autofill {
  -webkit-text-fill-color: var(--cctva-checkout-text) !important;
  box-shadow: 0 0 0 1000px #111821 inset !important;
  transition: background-color 9999s ease-out 0s;
}

.cctva-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b,
.cctva-checkout-block .wc-block-components-select .wc-block-components-select__expand {
  border-color: var(--cctva-checkout-text-muted) transparent transparent transparent !important;
}

.cctva-checkout .select2-dropdown,
.cctva-checkout .select2-results__options,
.cctva-checkout .select2-search__field,
.cctva-checkout select option,
.cctva-checkout-block .wc-block-components-address-form select option,
.cctva-checkout-block .wc-block-components-select select option {
  background: #0b111a !important;
  color: var(--cctva-checkout-text) !important;
  border-color: var(--cctva-checkout-border-strong) !important;
}

.cctva-checkout .select2-results__option,
.cctva-checkout .select2-results__option[aria-selected="true"],
.cctva-checkout .select2-results__option--highlighted[aria-selected] {
  background: transparent !important;
  color: var(--cctva-checkout-text) !important;
}

.cctva-checkout .select2-results__option--highlighted[aria-selected],
.cctva-checkout-block .wc-block-components-select select:focus,
.cctva-checkout-block .wc-block-components-text-input input:focus,
.cctva-checkout-block .wc-block-components-address-form .components-input-control__container:focus-within,
.cctva-checkout-block .wc-block-components-country-input .components-input-control__container:focus-within,
.cctva-checkout-block .wc-block-components-state-input .components-input-control__container:focus-within,
.cctva-checkout-block .wc-block-components-combobox .components-combobox-control__input:focus,
.cctva-checkout-block .wc-block-components-state-input input:focus,
.cctva-checkout-block .wc-block-components-state-input select:focus {
  border-color: rgba(220, 38, 38, 0.48) !important;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12) !important;
  outline: none !important;
}

.cctva-checkout-block .wc-block-components-address-form .components-input-control__container[aria-expanded="true"],
.cctva-checkout-block .wc-block-components-country-input .components-input-control__container[aria-expanded="true"],
.cctva-checkout-block .wc-block-components-state-input .components-input-control__container[aria-expanded="true"],
.cctva-checkout-block .components-combobox-control[aria-expanded="true"] .components-input-control__container {
  border-color: rgba(220, 38, 38, 0.48) !important;
  background: #111821 !important;
}

.cctva-checkout-block .wc-block-components-address-form select:disabled,
.cctva-checkout-block .wc-block-components-address-form input:disabled,
.cctva-checkout-block .wc-block-components-address-form .components-input-control__input:disabled,
.cctva-checkout-block .wc-block-components-address-form .components-input-control__container.is-disabled {
  background: rgba(148, 163, 184, 0.12) !important;
  color: rgba(226, 232, 240, 0.72) !important;
  opacity: 1;
}

.cctva-checkout-block .wc-block-components-checkbox,
.cctva-checkout-block .wc-block-components-checkbox label,
.cctva-checkout-block .wc-block-components-checkbox__label {
  color: var(--cctva-checkout-text) !important;
  font-weight: 700;
}

.cctva-checkout-block .wc-block-components-checkbox .components-checkbox-control__input,
.cctva-checkout-block .wc-block-components-checkbox input[type="checkbox"] {
  accent-color: var(--cctva-checkout-red);
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-input-control__container,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-input-control__backdrop,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-input-control__input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-combobox-control,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-combobox-control__input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-country-input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-country-input input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-state-input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-state-input input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-state-input select,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-input-control__container,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-input-control__backdrop,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-input-control__input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-combobox-control,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-combobox-control__input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-country-input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-country-input input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-state-input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-state-input input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-state-input select,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-input-control__container,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-input-control__backdrop,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-input-control__input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-combobox-control,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-combobox-control__input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-country-input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-country-input input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-state-input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-state-input input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-state-input select {
  background: #171b23 !important;
  color: #f8fafc !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-input-control__backdrop,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-input-control__backdrop,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-input-control__backdrop {
  background: #171b23 !important;
  background-color: #171b23 !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-input-control__input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-combobox-control__input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-country-input input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-state-input input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-state-input select,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-input-control__input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-combobox-control__input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-country-input input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-state-input input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-state-input select,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-input-control__input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-combobox-control__input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-country-input input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-state-input input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-state-input select {
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
  caret-color: #f8fafc !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-input-control__input::placeholder,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-combobox-control__input::placeholder,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-input-control__input::placeholder,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-combobox-control__input::placeholder,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-input-control__input::placeholder,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-combobox-control__input::placeholder {
  color: rgba(226, 232, 240, 0.58) !important;
  -webkit-text-fill-color: rgba(226, 232, 240, 0.58) !important;
  opacity: 1 !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input .wc-block-components-select__expand,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input .wc-block-components-select__expand,
body.woocommerce-checkout .wc-block-checkout .components-combobox-control__toggle,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-country-input .wc-block-components-select__expand,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-state-input .wc-block-components-select__expand,
body.woocommerce-checkout .cctva-checkout-block .components-combobox-control__toggle,
body.woocommerce-checkout .cctva-checkout .wc-block-components-country-input .wc-block-components-select__expand,
body.woocommerce-checkout .cctva-checkout .wc-block-components-state-input .wc-block-components-select__expand,
body.woocommerce-checkout .cctva-checkout .components-combobox-control__toggle {
  color: #f8fafc !important;
  fill: #f8fafc !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-input-control__container:focus-within,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-combobox-control:focus-within,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-input-control__container:focus-within,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-combobox-control:focus-within,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-input-control__container:focus-within,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-combobox-control:focus-within {
  border-color: rgba(220, 38, 38, 0.68) !important;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12) !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form {
  row-gap: 18px !important;
  gap: 16px 18px !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-text-input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-country-input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-state-input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .wc-block-components-textarea,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-text-input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-country-input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-state-input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .wc-block-components-textarea,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-text-input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-country-input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-state-input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .wc-block-components-textarea {
  margin-bottom: 14px !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-checkout__shipping-option,
body.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-shipping-address-block,
body.woocommerce-checkout .wc-block-checkout .wp-block-woocommerce-checkout-shipping-methods-block,
body.woocommerce-checkout .wc-block-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .cctva-checkout-block .wc-block-checkout__shipping-option,
body.woocommerce-checkout .cctva-checkout-block .wp-block-woocommerce-checkout-shipping-address-block,
body.woocommerce-checkout .cctva-checkout-block .wp-block-woocommerce-checkout-shipping-methods-block,
body.woocommerce-checkout .cctva-checkout-block .wc-block-checkout__payment-method,
body.woocommerce-checkout .cctva-checkout .wc-block-checkout__shipping-option,
body.woocommerce-checkout .cctva-checkout .wp-block-woocommerce-checkout-shipping-address-block,
body.woocommerce-checkout .cctva-checkout .wp-block-woocommerce-checkout-shipping-methods-block,
body.woocommerce-checkout .cctva-checkout .wc-block-checkout__payment-method {
  margin-top: 18px !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-input-control__input:-webkit-autofill,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form .components-combobox-control__input:-webkit-autofill,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-input-control__input:-webkit-autofill,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form .components-combobox-control__input:-webkit-autofill,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-input-control__input:-webkit-autofill,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form .components-combobox-control__input:-webkit-autofill {
  -webkit-text-fill-color: #f8fafc !important;
  box-shadow: 0 0 0 1000px #171b23 inset !important;
}

body.woocommerce-checkout .wc-block-checkout input:-webkit-autofill,
body.woocommerce-checkout .wc-block-checkout input:-webkit-autofill:hover,
body.woocommerce-checkout .wc-block-checkout input:-webkit-autofill:focus,
body.woocommerce-checkout .wc-block-checkout input:-webkit-autofill:active,
body.woocommerce-checkout .wc-block-checkout textarea:-webkit-autofill,
body.woocommerce-checkout .wc-block-checkout textarea:-webkit-autofill:hover,
body.woocommerce-checkout .wc-block-checkout textarea:-webkit-autofill:focus,
body.woocommerce-checkout .wc-block-checkout textarea:-webkit-autofill:active,
body.woocommerce-checkout .wc-block-checkout select:-webkit-autofill,
body.woocommerce-checkout .wc-block-checkout select:-webkit-autofill:hover,
body.woocommerce-checkout .wc-block-checkout select:-webkit-autofill:focus,
body.woocommerce-checkout .wc-block-checkout select:-webkit-autofill:active,
body.woocommerce-checkout .wc-block-checkout .components-input-control__input:-webkit-autofill,
body.woocommerce-checkout .wc-block-checkout .components-input-control__input:-webkit-autofill:hover,
body.woocommerce-checkout .wc-block-checkout .components-input-control__input:-webkit-autofill:focus,
body.woocommerce-checkout .wc-block-checkout .components-input-control__input:-webkit-autofill:active,
body.woocommerce-checkout .wc-block-checkout .components-combobox-control__input:-webkit-autofill,
body.woocommerce-checkout .wc-block-checkout .components-combobox-control__input:-webkit-autofill:hover,
body.woocommerce-checkout .wc-block-checkout .components-combobox-control__input:-webkit-autofill:focus,
body.woocommerce-checkout .wc-block-checkout .components-combobox-control__input:-webkit-autofill:active,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form input:-webkit-autofill,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form input:-webkit-autofill:hover,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form input:-webkit-autofill:focus,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form input:-webkit-autofill:active,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form textarea:-webkit-autofill,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form textarea:-webkit-autofill:hover,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form textarea:-webkit-autofill:focus,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form textarea:-webkit-autofill:active,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form select:-webkit-autofill,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form select:-webkit-autofill:hover,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form select:-webkit-autofill:focus,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #1b2029 inset !important;
  box-shadow: 0 0 0 1000px #1b2029 inset !important;
  -webkit-text-fill-color: #f8fafc !important;
  caret-color: #f8fafc !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  transition: background-color 9999s ease-in-out 0s !important;
}

body.woocommerce-checkout .wc-block-checkout .components-input-control__backdrop {
  background-color: #1b2029 !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox__label,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox label,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox__label,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox__label {
  color: #f8fafc !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 32px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.2 !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox label,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox__label,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox__label,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox__label {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  transform: none !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox input[type="checkbox"],
body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox__input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox input[type="checkbox"],
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox__input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox input[type="checkbox"],
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox__input {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 4px !important;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  background: #171b23 !important;
  display: inline-grid !important;
  place-content: center !important;
  box-shadow: none !important;
  position: relative !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  transform: none !important;
  top: auto !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox input[type="checkbox"]:checked,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox__input:checked,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox input[type="checkbox"]:checked,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox__input:checked,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox input[type="checkbox"]:checked,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox__input:checked {
  background: var(--cctva-checkout-red) !important;
  border-color: var(--cctva-checkout-red) !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox input[type="checkbox"]:checked::after,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox__input:checked::after,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox input[type="checkbox"]:checked::after,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox__input:checked::after,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox input[type="checkbox"]:checked::after,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox__input:checked::after {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox__mark,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox__mark,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox__mark {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  fill: #fff !important;
  opacity: 1 !important;
  transform: none !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-checkout__use-address-for-billing,
body.woocommerce-checkout .wc-block-checkout .wc-block-checkout__add-note,
body.woocommerce-checkout .cctva-checkout-block .wc-block-checkout__use-address-for-billing,
body.woocommerce-checkout .cctva-checkout-block .wc-block-checkout__add-note,
body.woocommerce-checkout .cctva-checkout .wc-block-checkout__use-address-for-billing,
body.woocommerce-checkout .cctva-checkout .wc-block-checkout__add-note {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-checkbox .components-checkbox-control__input-container,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-checkbox .components-checkbox-control__input-container,
body.woocommerce-checkout .cctva-checkout .wc-block-components-checkbox .components-checkbox-control__input-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input .components-input-control__container,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input .components-input-control__container,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input .components-input-control__backdrop,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input .components-input-control__backdrop,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input .components-input-control__input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input .components-input-control__input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input .components-combobox-control__input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input .components-combobox-control__input,
body.woocommerce-checkout .wc-block-checkout .components-combobox-control__input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input select,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input select {
  background: #1b2029 !important;
  background-color: #1b2029 !important;
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 14px !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input .components-input-control__backdrop,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input .components-input-control__backdrop {
  background: #1b2029 !important;
  background-color: #1b2029 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input .components-input-control__input::placeholder,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input .components-input-control__input::placeholder,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input .components-combobox-control__input::placeholder,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input .components-combobox-control__input::placeholder {
  color: rgba(226, 232, 240, 0.62) !important;
  -webkit-text-fill-color: rgba(226, 232, 240, 0.62) !important;
  opacity: 1 !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input .components-input-control__container:focus-within,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input .components-input-control__container:focus-within,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input .components-combobox-control:focus-within,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input .components-combobox-control:focus-within,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input select:focus,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input select:focus {
  border-color: rgba(239, 68, 68, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15) !important;
  outline: none !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-country-input select option,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-state-input select option {
  background-color: #111821 !important;
  color: #f8fafc !important;
}

body.woocommerce-checkout .wc-block-checkout .components-input-control__container,
body.woocommerce-checkout .wc-block-checkout .components-input-control__backdrop,
body.woocommerce-checkout .wc-block-checkout .components-input-control__input,
body.woocommerce-checkout .wc-block-checkout .components-combobox-control__input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-combobox .components-combobox-control__input,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form select,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-address-form textarea,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-textarea,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-textarea textarea,
body.woocommerce-checkout .wc-block-checkout textarea,
body.woocommerce-checkout .cctva-checkout-block .components-input-control__container,
body.woocommerce-checkout .cctva-checkout-block .components-input-control__backdrop,
body.woocommerce-checkout .cctva-checkout-block .components-input-control__input,
body.woocommerce-checkout .cctva-checkout-block .components-combobox-control__input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-combobox .components-combobox-control__input,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form select,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-address-form textarea,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-textarea,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-textarea textarea,
body.woocommerce-checkout .cctva-checkout-block textarea,
body.woocommerce-checkout .cctva-checkout .components-input-control__container,
body.woocommerce-checkout .cctva-checkout .components-input-control__backdrop,
body.woocommerce-checkout .cctva-checkout .components-input-control__input,
body.woocommerce-checkout .cctva-checkout .components-combobox-control__input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-combobox .components-combobox-control__input,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form select,
body.woocommerce-checkout .cctva-checkout .wc-block-components-address-form textarea,
body.woocommerce-checkout .cctva-checkout .wc-block-components-textarea,
body.woocommerce-checkout .cctva-checkout .wc-block-components-textarea textarea,
body.woocommerce-checkout .cctva-checkout textarea {
  background: #171b23 !important;
  background-color: #171b23 !important;
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

body.woocommerce-checkout .wc-block-checkout textarea::placeholder,
body.woocommerce-checkout .wc-block-checkout input::placeholder,
body.woocommerce-checkout .cctva-checkout-block textarea::placeholder,
body.woocommerce-checkout .cctva-checkout-block input::placeholder,
body.woocommerce-checkout .cctva-checkout textarea::placeholder,
body.woocommerce-checkout .cctva-checkout input::placeholder {
  color: rgba(226, 232, 240, 0.58) !important;
  -webkit-text-fill-color: rgba(226, 232, 240, 0.58) !important;
  opacity: 1 !important;
}

body.woocommerce-checkout .wc-block-checkout .wc-block-components-textarea,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-textarea textarea,
body.woocommerce-checkout .wc-block-checkout textarea[name="order_comments"],
body.woocommerce-checkout .wc-block-checkout textarea[id*="notes"],
body.woocommerce-checkout .wc-block-checkout textarea[aria-label*="Notas"],
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-textarea,
body.woocommerce-checkout .cctva-checkout-block .wc-block-components-textarea textarea,
body.woocommerce-checkout .cctva-checkout-block textarea[name="order_comments"],
body.woocommerce-checkout .cctva-checkout-block textarea[id*="notes"],
body.woocommerce-checkout .cctva-checkout-block textarea[aria-label*="Notas"],
body.woocommerce-checkout .cctva-checkout .wc-block-components-textarea,
body.woocommerce-checkout .cctva-checkout .wc-block-components-textarea textarea,
body.woocommerce-checkout .cctva-checkout textarea[name="order_comments"],
body.woocommerce-checkout .cctva-checkout textarea[id*="notes"],
body.woocommerce-checkout .cctva-checkout textarea[aria-label*="Notas"] {
  background: #171b23 !important;
  background-color: #171b23 !important;
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
}

.cctva-checkout-block .wc-block-components-address-form,
.cctva-checkout-block .wc-block-checkout__shipping-option,
.cctva-checkout-block .wp-block-woocommerce-checkout-shipping-address-block,
.cctva-checkout-block .wp-block-woocommerce-checkout-shipping-methods-block {
  border-radius: 16px;
}

.cctva-block-shipping-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--cctva-checkout-border);
  color: var(--cctva-checkout-text);
}

.cctva-block-shipping-row__value {
  color: var(--cctva-checkout-text) !important;
  font-weight: 800;
  text-align: right;
}

.cctva-cart-block .wc-block-components-panel,
.cctva-checkout-block .wc-block-components-panel,
.cctva-cart-block .wc-block-components-order-summary,
.cctva-checkout-block .wc-block-components-order-summary,
.cctva-checkout-block .wc-block-checkout__payment-method,
.cctva-checkout-block .wc-block-checkout__shipping-option {
  border-color: var(--cctva-checkout-border) !important;
  background: rgba(255, 255, 255, 0.02);
}

.cctva-cart-block .wc-block-cart-item__product,
.cctva-checkout-block .wc-block-components-order-summary-item {
  color: var(--cctva-checkout-text);
}

.cctva-cart-block .wc-block-components-order-summary-item__quantity,
.cctva-checkout-block .wc-block-components-order-summary-item__quantity {
  color: var(--cctva-checkout-text-muted);
}

.cctva-cart__discount-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.cctva-cart__discount-cta:hover,
.cctva-cart__discount-cta:focus {
  color: #fff;
  opacity: 1;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, 0.24);
}

.cctva-cart-block .wc-block-formatted-money-amount,
.cctva-checkout-block .wc-block-formatted-money-amount,
.cctva-cart-block .wc-block-components-totals-item__value,
.cctva-checkout-block .wc-block-components-totals-item__value {
  color: var(--cctva-checkout-text) !important;
  font-weight: 900;
}

.cctva-cart__collaterals .cross-sells {
  display: none;
}

.cctva-cart .cart_totals,
.cctva-cart .cart_totals table,
.cctva-checkout-review__table {
  width: 100%;
}

.cctva-cart .cart_totals {
  display: grid;
  gap: 14px;
}

.cctva-cart-totals__title {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.cctva-cart-totals__copy {
  margin: -4px 0 0;
  color: var(--cctva-checkout-text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.cctva-cart-totals__table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.cctva-cart .shop_table {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.cctva-cart .shop_table th,
.cctva-cart .shop_table td {
  padding: 15px 0;
}

.cctva-cart .shop_table tr:first-child th,
.cctva-cart .shop_table tr:first-child td {
  padding-top: 8px;
}

.cctva-cart .shop_table tr:last-child th,
.cctva-cart .shop_table tr:last-child td {
  padding-bottom: 8px;
}

.cctva-cart .shop_table th {
  color: var(--cctva-checkout-text-soft);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cctva-cart .shop_table td {
  color: var(--cctva-checkout-text);
  text-align: right;
  font-weight: 800;
}

.cctva-cart .cart-subtotal td,
.cctva-cart .shipping td,
.cctva-cart .tax-rate td,
.cctva-cart .fee td {
  color: var(--cctva-checkout-text-soft);
}

.cctva-cart .order-total th,
.cctva-cart .order-total td {
  color: var(--cctva-checkout-text);
  font-size: 1.05rem;
  font-weight: 900;
}

.cctva-cart-totals__checkout {
  margin-top: 4px;
}

.cctva-cart .wc-proceed-to-checkout a.checkout-button {
  min-height: 58px;
  border-radius: 16px !important;
  background: linear-gradient(180deg, var(--cctva-checkout-red-hover) 0%, var(--cctva-checkout-red) 100%) !important;
  color: #fff !important;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 20px 38px rgba(185, 28, 28, 0.28);
}

.cctva-cart .wc-proceed-to-checkout a.checkout-button:hover,
.cctva-cart .wc-proceed-to-checkout a.checkout-button:focus {
  transform: translateY(-1px);
  box-shadow: 0 24px 42px rgba(185, 28, 28, 0.34);
}

.cctva-cart .cart_totals h2,
.cctva-checkout .woocommerce-checkout-payment .payment_methods > li > label,
.cctva-checkout .woocommerce-checkout-payment .about_paypal,
.cctva-checkout .payment_box,
.cctva-checkout-review__product-name,
.cctva-checkout-review__table th,
.cctva-checkout-review__table td {
  color: var(--cctva-checkout-text);
}

.cctva-cart .shop_table,
.cctva-checkout .shop_table,
.cctva-checkout .woocommerce-checkout-payment,
.cctva-checkout .payment_box,
.cctva-checkout .woocommerce-privacy-policy-text,
.cctva-order-received .woocommerce-order-overview {
  border-color: var(--cctva-checkout-border) !important;
  background: transparent;
}

.cctva-checkout__sections {
  display: grid;
  gap: 20px;
}

.cctva-checkout__section-col {
  width: 100% !important;
  float: none !important;
}

.cctva-checkout__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.cctva-checkout__fields .form-row {
  width: 100% !important;
  float: none !important;
  margin: 0;
}

.cctva-checkout__fields .form-row-wide,
.cctva-checkout__fields .notes,
.cctva-checkout__fields #billing_address_1_field,
.cctva-checkout__fields #billing_address_2_field,
.cctva-checkout__fields #shipping_address_1_field,
.cctva-checkout__fields #shipping_address_2_field,
.cctva-checkout__fields #order_comments_field {
  grid-column: 1 / -1;
}

.cctva-checkout label {
  display: block;
  margin: 0 0 8px;
  color: var(--cctva-checkout-text-soft);
  font-weight: 700;
  line-height: 1.45;
}

.cctva-checkout .required {
  color: #f87171;
}

.cctva-checkout .woocommerce-error,
.cctva-checkout .woocommerce-info,
.cctva-checkout .woocommerce-message,
.cctva-cart .woocommerce-error,
.cctva-cart .woocommerce-info,
.cctva-cart .woocommerce-message,
.cctva-order-received .woocommerce-message,
.cctva-order-received .woocommerce-info,
.cctva-order-received .woocommerce-notice {
  margin: 0 0 18px;
  padding: 16px 18px 16px 48px;
  border: 1px solid var(--cctva-checkout-border-strong);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--cctva-checkout-text);
}

.cctva-checkout .woocommerce-error,
.cctva-cart .woocommerce-error,
.cctva-order-received .woocommerce-notice--error {
  border-color: rgba(248, 113, 113, 0.35);
  background: rgba(127, 29, 29, 0.28);
}

.cctva-checkout .woocommerce-invalid .input-text,
.cctva-checkout .woocommerce-invalid select,
.cctva-checkout .woocommerce-invalid textarea {
  border-color: rgba(248, 113, 113, 0.55);
}

.cctva-checkout .form-row {
  position: relative;
}

.cctva-checkout .form-row label {
  font-size: 0.92rem;
}

.cctva-checkout .form-row .optional {
  color: var(--cctva-checkout-text-muted);
  font-weight: 600;
}

.cctva-checkout .form-row .woocommerce-input-wrapper,
.cctva-checkout .form-row .select2-container,
.cctva-checkout .form-row .selection,
.cctva-checkout .form-row .select2-selection {
  width: 100% !important;
}

.cctva-checkout .woocommerce-account-fields,
.cctva-checkout__additional-fields {
  margin-top: 4px;
}

.cctva-checkout__toggle-title {
  margin: 6px 0 0;
}

.cctva-checkout__toggle-title label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.cctva-checkout__toggle-title input {
  margin-top: 3px;
  accent-color: var(--cctva-checkout-red);
}

.cctva-checkout__shipping-address {
  margin-top: 16px;
}

.cctva-checkout .woocommerce-checkout-payment {
  margin-top: 10px;
  padding: 20px 20px 0;
  border: 1px solid var(--cctva-checkout-border) !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.cctva-checkout .wc_payment_methods {
  padding-left: 0;
  list-style: none;
}

.cctva-checkout .wc_payment_method {
  padding: 14px 0;
  border-bottom: 1px solid var(--cctva-checkout-border);
}

.cctva-checkout .wc_payment_method:last-child {
  border-bottom: 0;
}

.cctva-checkout .wc_payment_method > label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 4px 0;
  font-size: 0.98rem;
  line-height: 1.5;
}

.cctva-checkout .wc_payment_method input[type="radio"] {
  margin-top: 5px;
  accent-color: var(--cctva-checkout-red);
}

.cctva-checkout .payment_box {
  margin: 12px 0 0 !important;
  padding: 16px 16px !important;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--cctva-checkout-text-soft);
  line-height: 1.65;
}

.cctva-checkout .payment_box p:last-child {
  margin-bottom: 0;
}

.cctva-checkout .woocommerce-checkout-payment .about_paypal,
.cctva-checkout .payment_box strong,
.cctva-checkout .payment_box b {
  color: var(--cctva-checkout-text);
}

.cctva-checkout #payment .place-order {
  position: sticky;
  bottom: 0;
  z-index: 8;
  margin: 0 -20px;
  padding: 18px 20px calc(18px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(9, 13, 19, 0.92) 0%, rgba(9, 13, 19, 0.98) 100%);
  backdrop-filter: blur(10px);
}

.cctva-checkout #place_order {
  width: 100%;
  min-height: 58px;
  font-size: 1rem;
  border-radius: 16px;
  font-weight: 900;
}

.cctva-checkout .woocommerce-privacy-policy-text,
.cctva-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-top: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--cctva-checkout-text-soft);
  line-height: 1.65;
}

.cctva-checkout .woocommerce-privacy-policy-text p:last-child,
.cctva-checkout .woocommerce-terms-and-conditions-wrapper p:last-child {
  margin-bottom: 0;
}

.cctva-checkout .woocommerce-form__label-for-checkbox.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.cctva-checkout .woocommerce-form__label-for-checkbox.checkbox input {
  margin-top: 4px;
  accent-color: var(--cctva-checkout-red);
}

.cctva-checkout-review__table th,
.cctva-checkout-review__table td,
.cctva-cart .shop_table th,
.cctva-cart .shop_table td,
.cctva-order-received .woocommerce-order-overview li {
  border-color: var(--cctva-checkout-border) !important;
}

.cctva-order-received__overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cctva-order-received__overview li {
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.cctva-order-received__notice {
  margin-bottom: 18px;
}

.cctva-order-received__notice .woocommerce-notice {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(74, 222, 128, 0.22);
  border-radius: 18px;
  background: rgba(20, 83, 45, 0.24);
  color: var(--cctva-checkout-text);
  font-weight: 800;
}

.cctva-order-received .woocommerce-bacs-bank-details,
.cctva-order-received .wc-bacs-bank-details,
.cctva-order-received .wc-bacs-bank-details-heading,
.cctva-order-received .wc-bacs-bank-details-account-name,
.cctva-order-received .wc-bacs-bank-details.order_details.bacs_details {
  display: none !important;
}

.cctva-order-received__transfer-grid,
.cctva-order-received__customer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cctva-order-received__transfer-item,
.cctva-order-received__customer-item {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  min-width: 0;
}

.cctva-order-received__transfer-item--iban,
.cctva-order-received__customer-item--address {
  grid-column: 1 / -1;
}

.cctva-order-received__transfer-label,
.cctva-order-received__customer-label {
  display: block;
  color: var(--cctva-checkout-text-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cctva-order-received__transfer-item strong,
.cctva-order-received__customer-item strong,
.cctva-order-received__customer-item span {
  color: var(--cctva-checkout-text);
  line-height: 1.65;
  word-break: break-word;
}

.cctva-order-received__transfer-item--iban strong {
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  user-select: all;
}

.cctva-order-received__transfer-copy {
  padding: 14px 16px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.cctva-order-received__transfer-copy--highlight {
  border-color: rgba(220, 38, 38, 0.16);
  background: rgba(220, 38, 38, 0.08);
}

.cctva-order-received__transfer-copy p {
  margin: 0;
  color: var(--cctva-checkout-text-soft);
  line-height: 1.65;
}

.cctva-order-received__summary-list,
.cctva-order-received__totals,
.cctva-order-received__cta-stack {
  display: grid;
  gap: 14px;
}

.cctva-order-received__summary-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--cctva-checkout-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
}

.cctva-order-received__summary-main {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.cctva-order-received__summary-name {
  margin: 0;
  color: var(--cctva-checkout-text);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

.cctva-order-received__summary-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.cctva-order-received__summary-qty {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--cctva-checkout-text);
  font-size: 0.8rem;
  font-weight: 800;
}

.cctva-order-received__summary-sku {
  color: var(--cctva-checkout-text-muted);
  font-size: 0.82rem;
}

.cctva-order-received__summary-item-meta,
.cctva-order-received__summary-item-meta p,
.cctva-order-received__summary-item-meta dl,
.cctva-order-received__summary-item-meta dd,
.cctva-order-received__summary-item-meta dt {
  margin: 0;
}

.cctva-order-received__summary-item-meta,
.cctva-order-received__summary-item-meta * {
  color: var(--cctva-checkout-text-soft);
  font-size: 0.84rem;
  line-height: 1.6;
}

.cctva-order-received__summary-total,
.cctva-order-received__summary-total .amount,
.cctva-order-received__summary-total .woocommerce-Price-amount {
  color: var(--cctva-checkout-text) !important;
  font-size: 1rem;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}

.cctva-order-received__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--cctva-checkout-border);
}

.cctva-order-received__total-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cctva-order-received__total-label {
  color: var(--cctva-checkout-text-soft);
  font-size: 0.88rem;
  font-weight: 700;
}

.cctva-order-received__total-value,
.cctva-order-received__total-value .amount,
.cctva-order-received__total-value .woocommerce-Price-amount {
  color: var(--cctva-checkout-text) !important;
  font-size: 0.98rem;
  font-weight: 900;
  text-align: right;
}

.cctva-order-received__total-row.is-grand-total {
  padding-top: 18px;
}

.cctva-order-received__total-row.is-grand-total .cctva-order-received__total-label,
.cctva-order-received__total-row.is-grand-total .cctva-order-received__total-value,
.cctva-order-received__total-row.is-grand-total .amount,
.cctva-order-received__total-row.is-grand-total .woocommerce-Price-amount {
  color: var(--cctva-checkout-text) !important;
  font-size: 1.08rem;
  font-weight: 900;
}

.cctva-order-received__account {
  width: 100%;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--cctva-checkout-text) !important;
  border: 1px solid var(--cctva-checkout-border-strong) !important;
}

.cctva-order-received__account:hover,
.cctva-order-received__account:focus,
.cctva-order-received__continue:hover,
.cctva-order-received__continue:focus {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.08) !important;
}

.cctva-checkout-review__table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.cctva-checkout-review__table thead th {
  padding: 0 0 14px;
  color: var(--cctva-checkout-text-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cctva-checkout-review__table tbody td,
.cctva-checkout-review__table tfoot th,
.cctva-checkout-review__table tfoot td {
  padding: 16px 0;
  vertical-align: top;
}

.cctva-checkout-review__table tbody tr:first-child td {
  padding-top: 6px;
}

.cctva-checkout-review__product-cell {
  display: grid;
  gap: 8px;
}

.cctva-checkout-review__product-name {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.5;
}

.cctva-checkout-review__product-meta {
  display: grid;
  gap: 6px;
  color: var(--cctva-checkout-text-soft);
}

.cctva-checkout-review__qty {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--cctva-checkout-text);
  font-size: 0.78rem;
  font-weight: 800;
}

.cctva-checkout-review .wc-item-meta {
  display: grid;
  gap: 4px;
  margin: 0;
}

.cctva-checkout-review .wc-item-meta dt,
.cctva-checkout-review .wc-item-meta dd {
  display: inline;
  margin: 0;
  font-size: 0.82rem;
}

.cctva-checkout-review .wc-item-meta dt {
  color: var(--cctva-checkout-text-muted);
  font-weight: 700;
}

.cctva-checkout-review .wc-item-meta dd {
  color: var(--cctva-checkout-text-soft);
}

.cctva-checkout-review__line-total,
.cctva-checkout-review__line-total .amount,
.cctva-checkout-review__line-total .woocommerce-Price-amount {
  color: var(--cctva-checkout-text) !important;
  font-size: 0.98rem;
  font-weight: 900;
}

.cctva-checkout-review__table tfoot th {
  color: var(--cctva-checkout-text-soft);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cctva-checkout-review__table tfoot td {
  text-align: right;
  font-weight: 800;
}

.cctva-checkout-review__table .order-total th,
.cctva-checkout-review__table .order-total td,
.cctva-checkout-review__table .order-total .amount,
.cctva-checkout-review__table .order-total .woocommerce-Price-amount {
  color: var(--cctva-checkout-text) !important;
  font-size: 1.08rem;
  font-weight: 900;
}

.woocommerce-cart-form__contents,
.woocommerce-cart .shop_table_responsive {
  border: 0 !important;
}

.woocommerce-cart table.cart td.actions {
  display: none;
}

@media (max-width: 1100px) {
  .cctva-cart__layout,
  .cctva-checkout__layout,
  .cctva-order-received__layout {
    grid-template-columns: 1fr;
  }

  .cctva-checkout__hero {
    grid-template-columns: 1fr;
  }

  .cctva-order-received__hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cctva-checkout__hero-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cctva-cart__summary,
  .cctva-checkout__summary,
  .cctva-order-received__side {
    position: static;
  }

  .cctva-cart__item {
    grid-template-columns: 1fr;
  }

  .cctva-cart__item-media {
    max-width: 170px;
  }

  .cctva-cart__item-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .cctva-cart__item-remove {
    width: 100%;
  }

  .cctva-cart__actions-row,
  .cctva-cart__coupon,
  .cctva-cart__primary-actions {
    min-width: 0;
  }

  .cctva-cart__coupon .input-text {
    min-width: 0;
  }

  .cctva-cart__summary-card {
    overflow: hidden;
  }

  .cctva-cart__item-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 780px) {
  .cctva-cart,
  .cctva-checkout,
  .cctva-order-received {
    padding: 24px 0 56px;
  }

  .cctva-cart__hero,
  .cctva-checkout__hero,
  .cctva-order-received__hero,
  .cctva-cart__summary-card,
  .cctva-checkout__summary-card,
  .cctva-checkout__card,
  .cctva-order-received__card,
  .cctva-cart__empty-card {
    padding: 20px;
    border-radius: 20px;
  }

  .cctva-cart__item {
    grid-template-columns: 1fr;
  }

  .cctva-cart__item-media img {
    max-width: 220px;
  }

  .cctva-cart__item-bottom,
  .cctva-cart__actions-row,
  .cctva-checkout__fields,
  .cctva-order-received__overview,
  .cctva-cart__quote-grid {
    grid-template-columns: 1fr;
  }

  .cctva-order-received__transfer-grid,
  .cctva-order-received__customer-grid {
    grid-template-columns: 1fr;
  }

  .cctva-order-received__transfer-item--iban,
  .cctva-order-received__customer-item--address {
    grid-column: auto;
  }

  .cctva-checkout__hero-points,
  .cctva-checkout__summary-highlights {
    grid-template-columns: 1fr;
  }

  .cctva-order-received__hero-main,
  .cctva-order-received__summary-item {
    grid-template-columns: 1fr;
  }

  .cctva-order-received__summary-total {
    text-align: left;
    white-space: normal;
  }

  .cctva-checkout__summary-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .cctva-checkout .woocommerce-checkout-payment {
    padding: 18px 18px 0;
  }

  .cctva-checkout #payment .place-order {
    margin: 0 -18px;
    padding: 16px 18px calc(16px + env(safe-area-inset-bottom));
  }

  .cctva-cart__primary-actions {
    justify-content: stretch;
  }

  .cctva-cart__update-panel {
    min-width: 0;
    width: 100%;
  }

  .cctva-cart__primary-actions .button,
  .cctva-cart__coupon .button,
  .cctva-checkout #place_order {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .woocommerce-cart .cctva-main,
  .woocommerce-checkout .cctva-main,
  .woocommerce-order-received .cctva-main {
    width: min(100% - 20px, 1480px);
  }

  .cctva-order-received__hero {
    gap: 18px;
  }

  .cctva-order-received__hero-main {
    gap: 14px;
  }

  .cctva-order-received__hero-icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }

  .cctva-order-received__hero-metrics {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cctva-order-received__hero-chip,
  .cctva-order-received__summary-qty {
    justify-content: center;
  }

  .cctva-order-received__hero-chip {
    width: 100%;
  }

  .cctva-order-received__transfer-item,
  .cctva-order-received__customer-item,
  .cctva-order-received__summary-item,
  .cctva-order-received__transfer-copy {
    padding: 14px;
  }

  .cctva-order-received__transfer-item--iban strong {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .cctva-order-received__summary-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .cctva-order-received__total-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .cctva-order-received__total-value,
  .cctva-order-received__summary-total {
    text-align: left;
  }

  .cctva-order-received__cta-stack .button,
  .cctva-order-received__whatsapp,
  .cctva-order-received__continue,
  .cctva-order-received__account {
    width: 100%;
    min-height: 54px;
  }

  .cctva-checkout__hero-steps {
    gap: 8px;
  }

  .cctva-checkout__hero-step,
  .cctva-checkout__summary-badge {
    width: 100%;
    justify-content: center;
  }

  .cctva-checkout__hero-point,
  .cctva-checkout__summary-highlight,
  .cctva-checkout__payment-note,
  .cctva-checkout__toggle-title label,
  .cctva-checkout .woocommerce-privacy-policy-text,
  .cctva-checkout .woocommerce-terms-and-conditions-wrapper {
    padding: 14px;
  }

  .cctva-checkout .input-text,
  .cctva-checkout select,
  .cctva-checkout textarea {
    font-size: 16px;
  }

  .cctva-checkout .woocommerce-checkout-payment {
    padding: 16px 16px 0;
    border-radius: 16px;
  }

  .cctva-checkout #payment .place-order {
    margin: 0 -16px;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
  }

  .cctva-checkout-review__table thead {
    display: none;
  }

  .cctva-checkout-review__table tbody td,
  .cctva-checkout-review__table tfoot th,
  .cctva-checkout-review__table tfoot td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .cctva-checkout-review__table tbody tr {
    display: grid;
    gap: 10px;
    padding: 14px 0;
  }

  .cctva-checkout-review__table tbody td {
    padding: 0;
  }

  .cctva-checkout-review__line-total,
  .cctva-checkout-review__line-total .amount,
  .cctva-checkout-review__line-total .woocommerce-Price-amount {
    font-size: 1rem;
  }

  .cctva-checkout-review__table tfoot tr {
    display: grid;
    gap: 6px;
    padding: 12px 0;
  }

  .cctva-checkout-review__table tfoot th,
  .cctva-checkout-review__table tfoot td {
    padding: 0;
  }

  .cctva-cart__item-top {
    flex-direction: column;
  }

  .cctva-cart__item-remove {
    align-self: flex-start;
  }

  .cctva-cart__item-footer,
  .cctva-cart__item-total-inline {
    width: 100%;
    justify-content: flex-start;
  }

  .cctva-cart__trust-chip,
  .cctva-checkout__trust-chip {
    width: 100%;
    justify-content: center;
  }

  .cctva-cart .shop_table th,
  .cctva-cart .shop_table td {
    padding: 12px 0;
  }

  .cctva-block-shipping-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .cctva-block-shipping-row__value {
    text-align: left;
  }
}
