/**
 * Overrides producción — carrito sandbox (/carrito/)
 */
body.todoexiste-cart-page {
  background: var(--te-bg, #f5f5f7) !important;
  overflow-x: hidden;
}

body.todoexiste-cart-page #header,
body.todoexiste-cart-page .ct-header,
body.todoexiste-cart-page #offcanvas,
body.todoexiste-cart-page .ct-breadcrumbs {
  display: none !important;
}

body.todoexiste-cart-page .te-header {
  background: rgba(22, 22, 24, 0.95) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.te-cart-page-grid {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 1.25rem;
  align-items: start;
}

.te-cart-page-grid--order {
  grid-template-columns: minmax(0, 480px);
  justify-content: center;
}

body.todoexiste-cart-page .te-mp-btn {
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.875rem 1rem;
  border: none;
  border-radius: 9999px;
  background: #009ee3;
  color: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
}

body.todoexiste-cart-page .te-mp-btn:hover {
  background: #008ecf;
  color: #fff;
}

body.todoexiste-cart-page .te-mp-btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.te-cart-remove {
  color: #94a3b8;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0.25rem;
}

.te-cart-remove:hover {
  color: #b91c1c;
}

@media (max-width: 900px) {
  .te-cart-page-grid {
    grid-template-columns: 1fr;
  }
}
