
.bc-checkout {
  max-width: 1200px;
  margin: 0 auto 60px;
  font-family: inherit;
}

.bc-steps-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 20px;
}

.bc-logo-area {
  width: 140px;
  height: 140px;
}

.bc-steps-list {
  display: flex;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

.bc-step-item {
  padding: 10px 18px;
  border: 1px solid #d7c1aa;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: #f7f4f1;
  color: #7a5a3c;
}

.bc-step-item.is-current {
  background: #c5763a;
  color: #fff;
}

.bc-checkout-body {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(260px, 1fr);
  gap: 40px;
}

.bc-step-panel {
  background: #fff;
}

.bc-step-title {
  font-size: 26px;
  margin-bottom: 25px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bc-form-step .bc-field {
  margin-bottom: 18px;
}

.bc-label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
}

.bc-input,
.bc-textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 12px;
  font-size: 14px;
}

.bc-textarea {
  min-height: 140px;
}

.bc-form-footer {
  margin-top: 20px;
}

.bc-form-footer-multi .bc-button {
  margin-right: 10px;
}

.bc-button {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 2px;
  border: 1px solid #c5763a;
  background: transparent;
  color: #c5763a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-decoration: none;
  cursor: pointer;
}

.bc-button-primary {
  background: #c5763a;
  color: #fff;
}

.bc-button-ghost {
  background: #fff;
}

.bc-delivery-modes {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.bc-delivery-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bc-checkout-sidebar .bc-cart-box {
  background: #f7f2ea;
  padding: 25px 30px;
}

.bc-cart-title {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 20px;
}

.bc-cart-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #e3d7c8;
  padding-bottom: 10px;
}

.bc-cart-subline,
.bc-cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
}

.bc-cart-total {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
}

/* Catalogue */

.bc-catalog-wrapper {
  max-width: 1200px;
  margin: 0 auto 60px;
}

.bc-catalog-item {
  margin-bottom: 60px;
}

.bc-catalog-item .bc-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.bc-title {
  font-size: 26px;
  margin: 18px 0 5px;
}

.bc-price {
  font-weight: bold;
  margin-bottom: 5px;
}

.bc-short-desc {
  margin-bottom: 12px;
}

/* Vérification bon côté front */

.bc-voucher-check {
  max-width: 800px;
  margin: 0 auto 60px;
}

.bc-voucher-details {
  margin-top: 20px;
  padding: 20px;
  background: #f7f2ea;
}

.bc-error {
  color: #c0392b;
}

/* Tableau des bons */

.bc-table {
  width: 100%;
  border-collapse: collapse;
}

.bc-table th,
.bc-table td {
  border: 1px solid #eee;
  padding: 8px 10px;
  text-align: left;
}

/* Dashboard */

.bc-dashboard {
  max-width: 1200px;
  margin: 0 auto 60px;
}

.bc-dashboard-cards {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.bc-card {
  flex: 1;
  background: #f7f2ea;
  padding: 20px;
}

.bc-card-amount {
  font-size: 24px;
  margin: 10px 0 0;
}

.bc-card-count {
  margin: 0;
  font-size: 13px;
}
