/*
 Theme Name:   Storefront Dan Child
 Theme URI:    https://example.com/
 Description:  Child theme para WooCommerce con presentaciones (empaques) y piezas por empaque.
 Author:       Dan + ChatGPT
 Version:      1.0.0
 Template:     storefront
 Text Domain:  storefront-dan-child
*/

/* Destacar info de piezas por empaque */
.woo-presentacion-box {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 14px;
  margin: 10px 0 16px;
  font-size: 0.95rem;
}
.woo-presentacion-box strong { font-weight: 600; }

.woo-presentacion-notice {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  padding: 10px 12px;
  margin-top: 8px;
  font-size: 0.9rem;
}
