.cqp-cart-page,
.cqp-cart-empty {
  --cqp-red: #C92127;
  --cqp-red-deep: #C92127;
  --cqp-red-soft: #ffffff;
  --cqp-navy: #1d2735;
  --cqp-navy-deep: #1d2735;
  --cqp-ink: #1d2735;
  --cqp-copy: #5a6472;
  background: #ffffff;
  padding-bottom: 36px;
}

.cqp-cart-shell {
  position: relative;
}

.cqp-cart-shell--no-breadcrumb .cqp-cart-hero,
.cqp-cart-shell--no-breadcrumb .cqp-cart-empty__hero {
  margin-top: 18px;
}

.cqp-cart-page .breadcrumb,
.cqp-cart-empty .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(201, 33, 39, 0.14);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 32, 55, 0.05);
}

.cqp-cart-page .breadcrumb > li > a,
.cqp-cart-empty .breadcrumb > li > a {
  color: var(--cqp-red-deep);
  font-weight: 700;
}

.cqp-cart-page .breadcrumb > li + li:before,
.cqp-cart-empty .breadcrumb > li + li:before {
  color: rgba(201, 33, 39, 0.45);
}

.cqp-cart-hero,
.cqp-cart-empty__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.78fr);
  align-items: stretch;
  gap: 26px;
  padding: 34px 36px;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(201, 33, 39, 0.14);
  box-shadow: 0 24px 54px rgba(201, 33, 39, 0.08);
  color: var(--cqp-ink);
  overflow: hidden;
  position: relative;
}

.cqp-cart-hero {
  grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
  gap: 18px;
  min-height: 0;
  padding: 18px 18px 18px 24px;
  align-items: stretch;
  background:
    linear-gradient(135deg, #ffffff 0%, #ffffff 72%, rgba(201, 33, 39, 0.04) 100%);
  border-color: rgba(201, 33, 39, 0.16);
  box-shadow: 0 20px 44px rgba(201, 33, 39, 0.08);
}

.cqp-cart-empty__hero {
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 28px 32px 26px;
  align-items: start;
}

.cqp-cart-empty__hero > div {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 840px;
}

.cqp-cart-hero:before,
.cqp-cart-empty__hero:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  height: auto;
  border-radius: 0;
  background: #C92127;
}

.cqp-cart-hero:before {
  inset: 18px auto 18px 0;
  width: 6px;
  border-radius: 999px;
}

.cqp-cart-hero:after,
.cqp-cart-empty__hero:after {
  content: "";
  position: absolute;
  inset: -24% -8% auto auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(201, 33, 39, 0.12), rgba(201, 33, 39, 0.03) 58%, transparent 72%);
  pointer-events: none;
}

.cqp-cart-hero:after {
  inset: auto -16px -34px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(201, 33, 39, 0.1), rgba(201, 33, 39, 0.01) 70%, transparent 72%);
}

.cqp-cart-hero__main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  padding-right: 8px;
}

.cqp-cart-hero__utility {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.cqp-cart-hero__summary {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.cqp-cart-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.cqp-cart-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cqp-cart-eyebrow,
.cqp-cart-empty__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(201, 33, 39, 0.18);
  background: #ffffff;
  color: var(--cqp-red-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cqp-cart-hero__sync {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #C92127;
  border: 1px solid #C92127;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(201, 33, 39, 0.16);
}

.cqp-cart-hero__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(201, 33, 39, 0.18);
  background: rgba(201, 33, 39, 0.06);
  color: #C92127;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: none;
}

.cqp-cart-title,
.cqp-cart-empty__title {
  margin: 0;
  color: var(--cqp-ink);
  font-size: 38px;
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: none;
}

.cqp-cart-hero .cqp-cart-title {
  max-width: none;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 0.98;
}

.cqp-cart-subtitle,
.cqp-cart-empty__copy {
  margin: 12px 0 0;
  max-width: 620px;
  color: var(--cqp-copy);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  text-transform: none;
}

.cqp-cart-hero .cqp-cart-subtitle {
  max-width: 42ch;
  margin-top: 0;
  font-size: 15px;
  line-height: 1.45;
}

.cqp-cart-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(201, 33, 39, 0.14);
  background: #ffffff;
  color: var(--cqp-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.cqp-cart-chip .fa,
.cqp-cart-hero__sync .fa {
  color: #C92127;
}

.cqp-cart-chip--warn {
  background: rgba(201, 33, 39, 0.08);
}

.cqp-cart-chip--calm {
  background: rgba(29, 39, 53, 0.04);
}

.cqp-cart-hero__sync .fa {
  color: #ffffff;
}

.cqp-cart-hero__snapshot {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 14px 14px 12px;
  border-radius: 22px;
  background:
    linear-gradient(160deg, #C92127 0%, #a61b20 100%);
  box-shadow: 0 18px 38px rgba(201, 33, 39, 0.18);
  color: #ffffff;
}

.cqp-cart-hero__snapshot:before {
  content: "";
  position: absolute;
  inset: auto -20px -26px auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 68%);
  pointer-events: none;
}

.cqp-cart-hero__total {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
}

.cqp-cart-hero__total-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cqp-cart-hero__total-value {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.cqp-cart-hero__stats {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.cqp-cart-hero__stats--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cqp-cart-hero__stats--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cqp-cart-hero__stats--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cqp-cart-hero .cqp-cart-stat {
  min-width: 0;
  min-height: 0;
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 10px 10px 11px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.cqp-cart-stat:hover {
  transform: translateY(-1px);
}

.cqp-cart-hero .cqp-cart-stat--warn {
  background: rgba(255, 255, 255, 0.2);
}

.cqp-cart-stat__label {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2;
}

.cqp-cart-stat__value {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.cqp-cart-form {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.9fr);
  gap: 26px;
  align-items: start;
  margin-top: 26px;
}

.cqp-cart-form.is-syncing {
  cursor: progress;
}

.cqp-cart-stack {
  display: grid;
  gap: 18px;
}

.cqp-cart-card {
  display: grid;
  grid-template-columns: 156px minmax(0, 1fr);
  gap: 20px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(201, 33, 39, 0.12);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 32, 55, 0.08);
  transition: opacity 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.cqp-cart-card.is-syncing,
.cqp-summary-card.is-syncing {
  opacity: 0.72;
}

.cqp-cart-card.is-syncing {
  transform: translateY(1px);
}

.cqp-cart-card--voucher {
  grid-template-columns: 76px minmax(0, 1fr);
}

.cqp-cart-thumb,
.cqp-cart-voucher-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: 156px;
  min-height: 156px;
  padding: 8px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(201, 33, 39, 0.12);
}

.cqp-cart-voucher-icon {
  width: 76px;
  min-height: 76px;
  color: #C92127;
  font-size: 30px;
}

.cqp-cart-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.cqp-cart-body {
  min-width: 0;
}

.cqp-cart-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.cqp-cart-name,
.cqp-cart-name a {
  color: var(--cqp-ink);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.cqp-cart-name a:hover {
  color: var(--cqp-red-deep);
}

.cqp-cart-total {
  flex: 0 0 auto;
  color: var(--cqp-red-deep);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-align: right;
}

.cqp-cart-tags,
.cqp-cart-meta,
.cqp-cart-support {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.cqp-cart-tag,
.cqp-cart-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(201, 33, 39, 0.14);
  color: #C92127;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cqp-cart-tag--warn {
  color: #fff;
  background: linear-gradient(135deg, var(--cqp-red), var(--cqp-red-deep));
  border-color: transparent;
}

.cqp-cart-detail-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.cqp-cart-detail-list li {
  color: var(--cqp-copy);
  font-size: 14px;
  line-height: 1.6;
}

.cqp-cart-detail-list strong {
  color: var(--cqp-ink);
}

.cqp-cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(201, 33, 39, 0.14);
}

.cqp-cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border-radius: 999px;
  border: 1px solid rgba(201, 33, 39, 0.18);
  background: #fff;
  overflow: hidden;
}

.cqp-cart-qty button {
  width: 42px;
  height: 42px;
  border: 0;
  background: #C92127;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  box-shadow: none;
}

.cqp-cart-qty button:hover {
  background: #C92127;
  opacity: 0.92;
}

.cqp-cart-qty input {
  width: 64px;
  height: 42px;
  border: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--cqp-ink);
  box-shadow: none;
}

.cqp-cart-remove {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(201, 33, 39, 0.16);
  background: #fff;
  color: var(--cqp-red-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cqp-cart-remove:hover,
.cqp-cart-remove:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--cqp-red), var(--cqp-red-deep));
  border-color: transparent;
}

.cqp-cart-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 108px;
}

.cqp-summary-card,
.cqp-support-card,
.cqp-cart-modules {
  border-radius: 26px;
  border: 1px solid rgba(201, 33, 39, 0.12);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 32, 55, 0.09);
  overflow: hidden;
}

.cqp-summary-card__header,
.cqp-support-card__header,
.cqp-cart-modules__header {
  padding: 22px 24px 18px;
  border-bottom: 1px solid rgba(201, 33, 39, 0.1);
  background: #ffffff;
}

.cqp-summary-card__eyebrow,
.cqp-support-card__eyebrow,
.cqp-cart-modules__eyebrow {
  display: block;
  color: var(--cqp-red-deep);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.cqp-summary-card__title,
.cqp-support-card__title,
.cqp-cart-modules__title {
  margin: 0;
  color: var(--cqp-ink);
  font-size: 24px;
  line-height: 1.2;
}

.cqp-summary-card__body,
.cqp-support-card__body,
.cqp-cart-modules__body {
  padding: 20px 24px 24px;
}

.cqp-summary-table {
  width: 100%;
}

.cqp-summary-table tr + tr td {
  border-top: 1px solid rgba(201, 33, 39, 0.08);
}

.cqp-summary-table td {
  padding: 14px 0;
  font-size: 15px;
  color: var(--cqp-copy);
}

.cqp-summary-table td:last-child {
  text-align: right;
  color: var(--cqp-ink);
  font-weight: 700;
}

.cqp-summary-table tr:last-child td {
  padding-top: 18px;
  color: var(--cqp-red-deep);
  font-size: 20px;
  font-weight: 800;
}

.cqp-summary-actions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .cqp-summary-actions--dual {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.cqp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  border-radius: 16px;
  border: 0;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.cqp-btn:hover,
.cqp-btn:focus {
  transform: translateY(-1px);
}

.cqp-btn--primary {
  background: #C92127;
  color: #fff;
  box-shadow: 0 16px 36px rgba(201, 33, 39, 0.18);
}

.cqp-btn--primary:hover,
.cqp-btn--primary:focus {
  color: #fff;
  opacity: 0.94;
}

.cqp-btn--outline {
  background: #fff;
  border: 1px solid rgba(201, 33, 39, 0.2);
  color: var(--cqp-red-deep);
}

.cqp-btn--outline:hover,
.cqp-btn--outline:focus {
  color: #C92127;
}

.cqp-btn.is-dirty {
  box-shadow: 0 0 0 3px rgba(201, 33, 39, 0.12);
}

.cqp-cart-form.is-syncing .cqp-btn,
.cqp-cart-form.is-syncing .cqp-cart-remove,
.cqp-cart-form.is-syncing .cqp-qty-step,
.cqp-cart-form.is-syncing .cqp-qty-input {
  pointer-events: none;
}

.cqp-cart-support {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.cqp-cart-support li {
  padding: 14px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(201, 33, 39, 0.1);
  color: #425061;
  font-size: 14px;
  line-height: 1.6;
}

.cqp-cart-modules {
  margin-top: 26px;
}

.cqp-cart-modules__body .panel-group {
  margin-bottom: 0;
}

.cqp-cart-modules__body .panel {
  margin-bottom: 0;
  border: 1px solid rgba(201, 33, 39, 0.12);
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 32, 55, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cqp-cart-modules__body .panel + .panel {
  margin-top: 14px;
}

.cqp-cart-modules__body .panel-heading {
  padding: 0;
  border: 0;
  background: transparent;
}

.cqp-cart-modules__body .panel-title a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 18px 20px 18px 76px;
  background: #ffffff;
  color: var(--cqp-navy);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.cqp-cart-modules__body .panel-title a:before {
  content: "\f07a";
  position: absolute;
  left: 20px;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #C92127;
  color: #fff;
  font-family: FontAwesome;
  font-size: 15px;
  letter-spacing: normal;
  box-shadow: 0 14px 26px rgba(201, 33, 39, 0.22);
}

.cqp-cart-modules__body .panel-title a[href="#collapse-coupon"]:before {
  content: "\f02b";
}

.cqp-cart-modules__body .panel-title a[href="#collapse-shipping"]:before {
  content: "\f0d1";
}

.cqp-cart-modules__body .panel-title a[href="#collapse-voucher"]:before {
  content: "\f06b";
}

.cqp-cart-modules__body .panel-title a[href="#collapse-reward"]:before {
  content: "\f005";
}

.cqp-cart-modules__body .panel-title a .fa {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(201, 33, 39, 0.1);
  color: var(--cqp-red-deep);
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.cqp-cart-modules__body .panel-title a:hover,
.cqp-cart-modules__body .panel-title a:focus {
  color: var(--cqp-red-deep);
  background: #ffffff;
}

.cqp-cart-modules__body .panel-title a:not(.collapsed) {
  color: var(--cqp-red-deep);
}

.cqp-cart-modules__body .panel-title a:not(.collapsed) .fa {
  transform: rotate(180deg);
  background: #C92127;
  color: #fff;
}

.cqp-cart-modules__body .panel.is-open {
  border-color: rgba(201, 33, 39, 0.2);
  box-shadow: 0 22px 44px rgba(15, 32, 55, 0.1);
  transform: translateY(-1px);
}

.cqp-cart-modules__body .panel-collapse {
  border-top: 1px solid rgba(201, 33, 39, 0.08);
}

.cqp-cart-modules__body .panel-body {
  padding: 22px 22px 24px;
  background: #ffffff;
}

.cqp-cart-modules__body .panel-body > p {
  margin-bottom: 16px;
  color: var(--cqp-copy);
  line-height: 1.7;
}

.cqp-cart-modules__body .form-horizontal .control-label,
.cqp-cart-modules__body .panel-body > .control-label {
  color: var(--cqp-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
}

.cqp-cart-modules__body .form-control {
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(201, 33, 39, 0.14);
  background: #fff;
  box-shadow: none;
  color: var(--cqp-ink);
}

.cqp-cart-modules__body textarea.form-control {
  min-height: 120px;
  height: auto;
}

.cqp-cart-modules__body .form-control:focus {
  border-color: rgba(201, 33, 39, 0.4);
  box-shadow: 0 0 0 3px rgba(201, 33, 39, 0.08);
}

.cqp-cart-modules__body .input-group {
  display: flex;
  gap: 10px;
}

.cqp-cart-modules__body .input-group .form-control {
  flex: 1 1 auto;
  width: auto;
}

.cqp-cart-modules__body .input-group-btn {
  width: auto;
  white-space: nowrap;
}

.cqp-cart-modules__body .input-group-btn .btn,
.cqp-cart-modules__body .btn.btn-primary,
.cqp-cart-modules__body .btn.btn-default {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  border: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cqp-cart-modules__body .input-group-btn .btn,
.cqp-cart-modules__body .btn.btn-primary {
  background: #C92127;
  color: #fff;
}

.cqp-cart-modules__body .btn.btn-default {
  background: #fff;
  border: 1px solid rgba(201, 33, 39, 0.16);
  color: var(--cqp-red-deep);
}

.cqp-cart-modules__body .radio {
  margin-top: 12px;
  margin-bottom: 0;
}

.cqp-cart-modules__body .radio label {
  display: block;
  padding: 14px 16px 14px 42px;
  border-radius: 16px;
  border: 1px solid rgba(201, 33, 39, 0.12);
  background: #fff;
  color: var(--cqp-ink);
}

.cqp-cart-modules__body .radio input[type="radio"] {
  margin-left: -24px;
}

.cqp-cart-modules__body .text-danger {
  margin-top: 8px;
  color: #C92127;
  font-size: 12px;
}

.cqp-cart-empty__body {
  margin-top: 26px;
  padding: 36px 34px;
  border-radius: 26px;
  border: 1px solid rgba(201, 33, 39, 0.12);
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 32, 55, 0.09);
}

.cqp-cart-empty__panel {
  margin-top: 10px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.cqp-cart-empty__card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(201, 33, 39, 0.12);
  background: #ffffff;
}

.cqp-cart-empty__card--restart {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 28px 30px;
  border-radius: 28px;
  background:
    linear-gradient(140deg, #ffffff 0%, #ffffff 68%, rgba(201, 33, 39, 0.05) 100%);
  box-shadow: 0 18px 40px rgba(201, 33, 39, 0.08);
}

.cqp-cart-empty__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 24px;
  background: linear-gradient(145deg, #C92127 0%, #a61b20 100%);
  color: #ffffff;
  font-size: 28px;
  box-shadow: 0 18px 34px rgba(201, 33, 39, 0.18);
}

.cqp-cart-empty__card-copy {
  min-width: 0;
}

.cqp-cart-empty__card-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #C92127;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cqp-cart-empty__card h3 {
  margin: 0 0 10px;
  color: var(--cqp-ink);
  font-size: 28px;
  line-height: 1.08;
}

.cqp-cart-empty__card p {
  margin: 0;
  color: var(--cqp-copy);
  line-height: 1.7;
  font-size: 15px;
  max-width: 58ch;
}

.cqp-cart-empty__actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.cqp-cart-empty__actions--restart {
  margin-top: 0;
  justify-self: end;
  min-width: 260px;
}

.cqp-cart-empty__actions--restart .cqp-btn {
  min-width: 260px;
}

@media (min-width: 992px) {
  .cqp-cart-hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 328px);
    gap: 18px;
    padding: 18px 18px 18px 24px;
    align-items: stretch;
  }

  .cqp-cart-hero .cqp-cart-title {
    font-size: clamp(32px, 3vw, 40px);
    white-space: normal;
  }

  .cqp-cart-hero .cqp-cart-subtitle {
    max-width: 46ch;
    font-size: 15px;
    line-height: 1.45;
  }

  .cqp-cart-hero__snapshot {
    padding: 14px 14px 12px;
  }

  .cqp-cart-hero .cqp-cart-stat {
    padding: 10px 10px 11px;
  }

  .cqp-cart-hero .cqp-cart-stat__label {
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 0.13em;
  }

  .cqp-cart-hero .cqp-cart-stat__value {
    font-size: 22px;
  }

  .cqp-cart-hero__total-value {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .cqp-cart-form,
  .cqp-cart-empty__panel {
    grid-template-columns: 1fr;
  }

  .cqp-cart-sidebar {
    position: static;
  }

  .cqp-cart-hero,
  .cqp-cart-empty__hero {
    grid-template-columns: 1fr;
  }

  .cqp-cart-hero__meta {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .cqp-cart-hero {
    gap: 12px;
    padding: 18px 18px 18px 22px;
  }

  .cqp-cart-hero:after {
    inset: auto -18px -28px auto;
    width: 160px;
    height: 160px;
  }

  .cqp-cart-hero:before {
    inset: 16px auto 16px 0;
    width: 5px;
  }

  .cqp-cart-hero__main {
    padding-right: 0;
  }

  .cqp-cart-hero__snapshot {
    padding: 12px;
  }

  .cqp-cart-hero__stats--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cqp-cart-hero__stats--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cqp-cart-hero .cqp-cart-stat {
    gap: 5px;
  }

  .cqp-cart-empty__card--restart {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
  }

  .cqp-cart-empty__actions--restart {
    grid-column: 1 / -1;
    justify-self: stretch;
    min-width: 0;
  }

  .cqp-cart-empty__actions--restart .cqp-btn {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cqp-cart-page,
  .cqp-cart-empty {
    padding-bottom: 18px;
  }

  .cqp-cart-hero,
  .cqp-cart-empty__hero,
  .cqp-cart-empty__body {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .cqp-cart-hero {
    gap: 10px;
    padding: 14px 14px 14px 18px;
    border-radius: 22px;
  }

  .cqp-cart-hero:before {
    inset: 14px auto 14px 0;
    width: 5px;
    border-radius: 999px;
  }

  .cqp-cart-hero:after {
    display: none;
  }

  .cqp-cart-hero__main {
    gap: 8px;
    padding-right: 0;
  }

  .cqp-cart-hero__utility,
  .cqp-cart-hero__signals {
    gap: 6px;
  }

  .cqp-cart-title,
  .cqp-cart-empty__title {
    font-size: 30px;
  }

  .cqp-cart-hero .cqp-cart-title {
    font-size: clamp(26px, 8vw, 30px);
    line-height: 0.98;
  }

  .cqp-cart-subtitle,
  .cqp-cart-empty__copy {
    font-size: 15px;
  }

  .cqp-cart-hero .cqp-cart-subtitle {
    max-width: none;
    font-size: 13px;
    line-height: 1.42;
  }

  .cqp-cart-hero .cqp-cart-eyebrow,
  .cqp-cart-hero .cqp-cart-hero__sync,
  .cqp-cart-hero .cqp-cart-hero__status,
  .cqp-cart-hero .cqp-cart-chip {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .cqp-cart-hero__snapshot {
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  .cqp-cart-hero__total-label {
    font-size: 9px;
  }

  .cqp-cart-hero__total-value {
    font-size: 22px;
  }

  .cqp-cart-hero .cqp-cart-stat {
    gap: 5px;
    padding: 8px 8px 9px;
    border-radius: 14px;
  }

  .cqp-cart-hero .cqp-cart-stat__label {
    min-height: 0;
    margin-bottom: 0;
    font-size: 8px;
    letter-spacing: 0.11em;
    line-height: 1.2;
  }

  .cqp-cart-hero .cqp-cart-stat__value {
    font-size: 18px;
    line-height: 1;
  }

  .cqp-cart-hero__stats--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cqp-cart-hero__stats--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cqp-cart-empty__panel {
    margin-top: 0;
  }

  .cqp-cart-empty__card--restart {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 22px;
  }

  .cqp-cart-empty__card-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    font-size: 24px;
  }

  .cqp-cart-empty__card h3 {
    font-size: 24px;
  }

  .cqp-cart-empty__card p {
    font-size: 14px;
    max-width: none;
  }

  .cqp-cart-empty__actions--restart {
    grid-column: auto;
  }

  .cqp-cart-card,
  .cqp-cart-card--voucher {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .cqp-cart-card--with-thumb {
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 16px;
  }

  .cqp-cart-thumb,
  .cqp-cart-voucher-icon {
    width: 100%;
    min-height: 110px;
  }

  .cqp-cart-card--with-thumb .cqp-cart-thumb {
    width: 104px;
    min-height: 104px;
    padding: 8px;
    border-radius: 18px;
  }

  .cqp-cart-card--with-thumb .cqp-cart-body {
    display: grid;
    gap: 12px;
    align-content: start;
  }

  .cqp-cart-card--with-thumb .cqp-cart-row {
    gap: 10px;
  }

  .cqp-cart-card--with-thumb .cqp-cart-name,
  .cqp-cart-card--with-thumb .cqp-cart-name a {
    font-size: 18px;
    line-height: 1.22;
  }

  .cqp-cart-card--with-thumb .cqp-cart-tags {
    gap: 8px;
    margin-top: 10px;
  }

  .cqp-cart-card--with-thumb .cqp-cart-tag {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .cqp-cart-card--with-thumb .cqp-cart-total {
    font-size: 17px;
    text-align: left;
  }

  .cqp-cart-row,
  .cqp-cart-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cqp-cart-total {
    text-align: left;
  }

  .cqp-cart-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    align-items: stretch;
    gap: 8px;
  }

  .cqp-cart-card--with-thumb .cqp-cart-actions,
  .cqp-cart-card--with-thumb .cqp-cart-detail-list {
    grid-column: 1 / -1;
  }

  .cqp-cart-card--with-thumb .cqp-cart-actions {
    margin-top: 2px;
    padding-top: 12px;
  }

  .cqp-cart-qty {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    width: 100%;
    min-width: 0;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(201, 33, 39, 0.1);
  }

  .cqp-cart-qty button {
    width: 40px;
    height: 38px;
    font-size: 19px;
  }

  .cqp-cart-qty input {
    width: 100%;
    min-width: 0;
    height: 38px;
    flex: 0 0 auto;
    background: linear-gradient(180deg, #fff, #fff8f9);
    font-size: 15px;
  }

  .cqp-btn {
    width: 100%;
  }

  .cqp-cart-remove {
    width: 46px;
    min-width: 46px;
    min-height: 38px;
    justify-content: center;
    padding: 0;
    font-size: 0;
    letter-spacing: 0;
    gap: 0;
  }

  .cqp-cart-remove .fa {
    font-size: 13px;
    margin: 0;
  }

  .cqp-summary-card__header,
  .cqp-summary-card__body,
  .cqp-support-card__header,
  .cqp-support-card__body,
  .cqp-cart-modules__header,
  .cqp-cart-modules__body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cqp-cart-page .breadcrumb,
  .cqp-cart-empty .breadcrumb {
    display: flex;
    border-radius: 22px;
  }

  .cqp-cart-stat {
    min-width: calc(50% - 7px);
  }

  .cqp-cart-modules__body .panel-title a {
    min-height: 66px;
    padding-left: 70px;
  }

  .cqp-cart-modules__body .input-group {
    flex-direction: column;
  }

  .cqp-cart-modules__body .input-group-btn,
  .cqp-cart-modules__body .input-group-btn .btn,
  .cqp-cart-modules__body .btn.btn-primary,
  .cqp-cart-modules__body .btn.btn-default {
    width: 100%;
  }
}
