.lp-ck {
  background: var(--bg);
  padding-bottom: 88px;
}

.lp-ck .promo-bar {
  position: sticky;
  top: 0;
  z-index: 30;
}

.ck-wrap {
  width: min(100% - 28px, 440px);
  margin: 0 auto;
  padding: 18px 0 28px;
}

.ck-steps {
  list-style: none;
  margin: 4px 0 20px;
  padding: 0 6px 14px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.ck-steps::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 13px;
  height: 2px;
  background: var(--line);
  z-index: 0;
}

.ck-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.ck-step-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d8d3cc;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.ck-step-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.2;
  max-width: 7.4em;
}

.ck-step.is-active .ck-step-num,
.ck-step.is-done .ck-step-num {
  background: var(--accent);
}

.ck-step.is-active .ck-step-label {
  color: var(--ink);
  font-weight: 700;
}

.ck-back-cart {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: -4px 0 10px;
  padding: 4px 2px;
  border: 0;
  background: none;
  color: var(--ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 650;
  cursor: pointer;
}

.ck-back-cart svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.ck-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(28, 25, 22, 0.06);
  padding: 16px 16px 18px;
  margin-bottom: 14px;
}

.ck-resumo {
  padding: 0;
  overflow: hidden;
}

.ck-resumo-toggle {
  appearance: none;
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  cursor: pointer;
}

.ck-resumo-toggle em {
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--muted);
}

.ck-chevron {
  width: 18px;
  height: 18px;
  color: var(--muted);
  transition: transform 0.2s;
}

.ck-resumo.is-collapsed .ck-chevron {
  transform: rotate(180deg);
}

.ck-resumo.is-collapsed .ck-resumo-body {
  display: none;
}

.ck-resumo-body {
  padding: 0 16px 16px;
}

.ck-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: start;
  padding-bottom: 14px;
}

.ck-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: #f4f1ec;
  border-radius: 12px;
}

.ck-item-copy strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.3;
}

.ck-item-copy span {
  display: block;
  margin-top: 3px;
  font-size: 0.8rem;
  color: var(--muted);
}

.ck-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}

.ck-item-price {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.ck-qty {
  display: inline-flex;
  align-items: center;
  margin: 0;
  background: #f3f1ed;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}

.ck-qty button {
  appearance: none;
  border: 0;
  background: transparent;
  width: 34px;
  height: 32px;
  font-size: 1.1rem;
  line-height: 1;
  color: var(--ink);
  cursor: pointer;
}

.ck-qty span {
  min-width: 22px;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
}

.ck-totals {
  background: #f6f4f1;
  border-radius: 12px;
  padding: 10px 14px;
  display: grid;
  gap: 0;
}

.ck-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  color: var(--muted);
}

.ck-total-row.is-total {
  color: var(--ink);
  font-size: 1rem;
}

.ck-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.ck-back {
  appearance: none;
  margin-left: auto;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #f4f1ec;
  color: var(--ink);
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}

.ck-back svg {
  width: 18px;
  height: 18px;
}

.ck-back:hover {
  background: #ece8e2;
}

.ck-card-head h1 {
  margin: 0;
  font-size: 1.12rem;
}

.ck-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--accent);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  flex-shrink: 0;
}

.ck-form .field {
  margin-bottom: 12px;
}

.field-optional {
  color: var(--muted);
  font-weight: 500;
  font-size: 0.78rem;
}

.ck-email-field {
  position: relative;
}

.ck-email-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 6px);
  z-index: 8;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(28, 25, 22, 0.12);
}

.ck-email-list button {
  appearance: none;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 9px 14px;
  font: inherit;
  font-size: 0.9rem;
  cursor: pointer;
}

.ck-email-list button:hover,
.ck-email-list button.is-active {
  background: #fff4ec;
}

.ck-alert {
  margin: 0 0 12px;
  color: var(--danger, #9b2c2c);
  font-size: 0.85rem;
}

.ck-id .btn-primary {
  margin-top: 6px;
}

.ck-soon,
.ck-lead {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.ck-ship .ck-lead {
  display: none;
}

.ck-cep-status {
  margin: 6px 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.ck-cep-status.is-ok {
  color: #2f7a45;
}

.ck-cep-status.is-error {
  color: var(--danger, #9b2c2c);
}

.lp-ck .field input,
.ck-ship .field input {
  border-radius: 10px;
}

.lp-ck .btn {
  border-radius: 999px;
}

.ck-qty {
  border-radius: 999px;
}

.ck-item img {
  border-radius: 12px;
}

.ck-cep-field {
  margin-bottom: 4px;
}

.ck-cep-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.ck-cep-head label {
  margin: 0;
}

.ck-manual-addr {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--accent);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  cursor: pointer;
  flex-shrink: 0;
}

.ck-manual-addr:hover {
  text-decoration: underline;
}

.ck-text-link {
  appearance: none;
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--accent);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.ck-text-link:hover {
  text-decoration: underline;
}

.ck-cep-place {
  margin: 6px 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
  min-height: 0;
}

.ck-cep-place:empty {
  display: none;
}

.ck-addr {
  display: grid;
}

.ck-addr[hidden] {
  display: none;
}

.ck-split {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 10px;
  align-items: start;
}

.ck-split-city {
  grid-template-columns: 1fr 72px;
}

.ck-split-city #estado {
  text-transform: uppercase;
  text-align: center;
}

.ck-split .field {
  align-content: start;
}

.ck-hint {
  margin: 4px 0 0;
  font-size: 0.75rem;
  color: var(--danger, #9b2c2c);
}

.ck-addr-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}

.ck-addr-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
}

.ck-edit-addr {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  color: var(--accent);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}

.ck-saved {
  margin: 0 0 18px;
  padding: 14px 16px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.ck-saved-who {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px 12px;
  margin: 0 0 8px;
}

.ck-saved-who.is-long {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: start;
}

.ck-saved-name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  min-width: 0;
}

.ck-saved-cpf {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.ck-saved-who.is-long .ck-saved-cpf {
  justify-self: start;
}

.ck-saved-street {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: var(--ink);
}

.ck-saved-city {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6px;
  font-size: 0.84rem;
  color: var(--muted);
}

.ck-saved-uf {
  flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 8px;
  background: #f1eeea;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ck-saved-cep {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  color: var(--muted);
}

.ck-ship-title {
  margin: 4px 0 2px;
  font-size: 1.02rem;
  font-weight: 800;
}

.ck-ship-label {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted);
}

.ck-ship-list {
  display: grid;
  gap: 8px;
}

.ck-ship-opt {
  appearance: none;
  width: 100%;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 10px;
  text-align: left;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  background: #fff;
  border-radius: 12px;
  cursor: pointer;
  color: var(--ink);
}

.ck-ship-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.ck-ship-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ck-ship-opt strong {
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
}

.ck-ship-opt small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
}

.ck-ship-opt b {
  font-size: 0.95rem;
}

.ck-ship-opt.is-selected {
  border-color: var(--accent);
  background: #fff8f3;
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.ck-ship-opt.is-selected b {
  color: var(--accent);
}

.ck-ship .btn-ghost {
  margin-top: 8px;
  width: 100%;
}

.ck-ship [data-go-pay] {
  margin-top: 16px;
}

.ck-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px calc(12px + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid var(--line);
  font-weight: 700;
}

.ck-sticky strong {
  font-size: 1.15rem;
}

.lp-ck .field input.is-invalid {
  border-color: #c23b3b;
  background: #fdecec;
}

.ck-review {
  display: grid;
  gap: 12px;
  margin: 0 0 16px;
}

.ck-review-block {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #faf8f5;
}

.ck-review-block h3 {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ck-review-block p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--ink);
}

.ck-review-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 0 0 10px;
}

.ck-review-item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
}

.ck-review-item div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.ck-review-item strong {
  font-size: 0.9rem;
}

.ck-review-item span {
  font-size: 0.8rem;
  color: var(--muted);
}

.ck-review-item b {
  font-size: 0.9rem;
}

.ck-review-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.88rem;
  margin: 0 0 6px;
}

.ck-review-line.is-off b {
  color: #2f7d32;
}

.ck-review-line.is-total {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
  font-weight: 800;
}

.ck-pix {
  margin: 16px 0;
  padding: 14px;
  border: 1.5px solid var(--accent);
  border-radius: 14px;
  background: #fff8f3;
}

.ck-pix h2 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.ck-pix-amount {
  margin: 0 0 6px;
  font-size: 1.2rem;
  font-weight: 800;
}

.ck-pix-code {
  margin: 8px 0 12px;
  font-size: 0.72rem;
  word-break: break-all;
  line-height: 1.4;
}

.ck-pix-qr {
  margin: 10px 0;
  text-align: center;
}

.ck-pix-qr img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}

.ck-pay [data-gerar-pix] {
  width: 100%;
  margin-bottom: 8px;
}

.ck-pay-kicker,
.ck-pay .ck-addr-title,
.ck-pay .ck-ship-title {
  margin: 18px 0 8px;
  font-size: 0.98rem;
  font-weight: 800;
}

.ck-pay-kicker {
  margin-top: 4px;
}

.ck-order {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background: #f3f1ed;
}

.ck-order img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
}

.ck-order div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.ck-order strong {
  font-size: 0.92rem;
}

.ck-order span {
  font-size: 0.8rem;
  color: var(--muted);
}

.ck-order b {
  font-size: 0.92rem;
}

.ck-pay-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff1e6;
  font-weight: 800;
}

.ck-pay-total strong {
  color: var(--accent);
  font-size: 1.05rem;
}

.bump-modal-product span {
  display: block;
  line-height: 1.4;
}
