.delivery-info {
  margin: 20px 0;
}

.delivery-info.has-zone {
  padding: 20px;
  border-radius: 8px;
  background: #f8f8f8;
}

.delivery-in-zone h4 {
  font-family: var(--font-titre, 'Barlow Condensed', sans-serif);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 15px;
}

.delivery-in-zone.zone-1 h4 { color: #2D9D3F; }
.delivery-in-zone.zone-2 h4 { color: #F5A623; }
.delivery-in-zone.zone-3 h4 { color: #C8102E; }

.delivery-details {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}

.delivery-details:last-of-type {
  border-bottom: none;
}

.delivery-warning {
  background: #FFF4E5;
  border-left: 4px solid #F5A623;
  padding: 12px 15px;
  margin-top: 15px;
  border-radius: 4px;
  color: #8B4513;
  font-size: 14px;
}

.delivery-ok {
  background: #E8F5E9;
  border-left: 4px solid #2D9D3F;
  padding: 12px 15px;
  margin-top: 15px;
  border-radius: 4px;
  color: #1B5E20;
  font-size: 14px;
  font-weight: 600;
}

.delivery-tip {
  background: #E3F2FD;
  border-left: 4px solid #2196F3;
  padding: 12px 15px;
  margin-top: 10px;
  border-radius: 4px;
  color: #0D47A1;
  font-size: 14px;
}

.delivery-out-of-zone {
  background: #FFEBEE;
  border-left: 4px solid #C8102E;
  padding: 20px;
  border-radius: 8px;
}

.delivery-out-of-zone h4 {
  color: #C8102E;
  font-family: var(--font-titre, 'Barlow Condensed', sans-serif);
  font-weight: 900;
  font-style: italic;
  margin: 0 0 10px;
  font-size: 18px;
}

.delivery-out-of-zone p {
  margin: 8px 0;
  color: #5F5E5A;
  font-size: 14px;
  line-height: 1.5;
}

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}

.cart-summary {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.cart-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 16px;
}

.cart-row.cart-total-row {
  border-top: 2px solid #1A1A1A;
  margin-top: 10px;
  padding-top: 15px;
  font-size: 20px;
}

.cart-row.cart-total-row strong {
  color: #C8102E;
  font-family: var(--font-titre, 'Barlow Condensed', sans-serif);
  font-weight: 900;
  font-style: italic;
}
