/**
 * SmartPack - Styles front (page produit pack)
 */
.smartpack-block {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.smartpack-block .panel-heading {
  font-size: 1.1rem;
}

.smartpack-items {
  margin-bottom: 1.5rem;
}

.smartpack-item {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fafafa;
}

.smartpack-item-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.smartpack-item-image {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.smartpack-item-info {
  flex: 1;
}

.smartpack-item-name {
  display: block;
}

.smartpack-item-color {
  font-size: 0.9rem;
  color: #666;
}

/* DEBUG: encadré sélecteur de taille */
.smartpack-size-selector-wrapper {
  margin-top: 0.75rem;
  padding: 0.75rem;
  border: 1px solid #0066cc;
  border-radius: 4px;
  background: #fff;
}

.smartpack-size-label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.smartpack-item-sizes label {
  margin-right: 0.5rem;
}

.smartpack-item-sizes .smartpack-size-select {
  max-width: 220px;
  min-width: 140px;
  display: block;
  width: 100%;
}

.smartpack-item-unavailable {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.smartpack-prices {
  margin: 1.5rem 0;
  padding: 1rem 0;
  border-top: 1px solid #eee;
}

.smartpack-original-price {
  margin-bottom: 0.25rem;
}

.smartpack-original-price del {
  color: #999;
  font-size: 1rem;
}

.smartpack-pack-price {
  font-size: 1.25rem;
}

.smartpack-pack-price small {
  font-weight: normal;
  color: #666;
}

.smartpack-actions {
  margin-top: 1rem;
}

.smartpack-actions .smartpack-message {
  margin-top: 0.5rem;
  min-height: 1.5em;
}

.smartpack-add-to-cart:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
