body {
  background: #f5f7fb;
}

.shop-body {
  background: #f8f9fb;
}

.auth-body {
  min-height: 100vh;
  background: linear-gradient(135deg, #eef4ff, #f8f9fb);
}

.auth-card {
  width: min(100%, 420px);
  border: 0;
  border-radius: 1rem;
}

.auth-card-wide {
  width: min(100%, 640px);
}

.hero-slide {
  min-height: 360px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.product-thumb {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.placeholder-product-image,
.product-thumb.placeholder {
  aspect-ratio: 4 / 3;
}

.product-image-frame img {
  max-height: 540px;
  object-fit: cover;
}

.shopping-cart-link {
  white-space: nowrap;
}

.admin-body .nav-link.active {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
}

.CodeMirror {
  height: auto;
  min-height: 240px;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
}

.min-editor .ql-editor {
  min-height: 220px;
}

.repeater-row {
  align-items: center;
}

.product-editor .card {
  border-radius: 1rem;
}

.cart-summary-item:last-child {
  border-bottom: 0 !important;
}

.hero-carousel .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.table td,
.table th {
  vertical-align: middle;
}
