/*
 * ARCHIVO OBSOLETO - CONTENIDO MOVIDO A ana-delgar-global.css
 * SE CONSERVA COMO BACKUP POR SI ACASO
 * 

taller-ceramica/public/shop/themes/classic-child/assets/css/custom.css
 * Ana Delgar - Custom Checkout Styles
 * Clean, minimal aesthetic while preserving PrestaShop functionality
 

 Hide step numbers and form comment hints 
.step-number,
.form-control-comment {
  display: none !important;
}

 White button styling 
.btn-primary {
  background-color: white !important;
  border-color: white !important;
  color: black !important;
}

 Payment and delivery options - clean appearance 
.delivery-option,
.payment-option {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #eee !important;
  margin-bottom: 0 !important;
  padding: 1rem 0 !important;
}

.payment-options,
.delivery-options-list {
  border: none !important;
  background: transparent !important;
}

 Checkout step base styling 
.checkout-step {
  border: none !important;
  border-bottom: 1px solid #eee !important;
  padding: 2rem 0 !important;
}

.step-title {
  font-weight: 400 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-size: 1.2rem !important;
}

.step-edit {
  font-size: 1rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  float: right !important;
}

 Form styling 
.form-group {
  padding-top: 1rem !important;
}

 Sticky cart summary - stays visible when scrolling 
.sticky-cart-summary {
  position: sticky;
  top: 80px;
   Navbar height + offset 
  align-self: flex-start;
}

 Cambios visuales no borrar 

.form-control-comment {
  display: none;
}

.form-group.row {
  margin-bottom: 0.25rem;
}

.page-header {
  margin-top: 2.5rem;
}
*/