/* Parche responsive Mi Tienda — móvil y tableta */

.pf-barcode-row{display:flex;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}
.pf-barcode-row input{flex:1 1 12rem;min-width:0;font-size:16px}
.product-form input,.product-form select,.product-form textarea{font-size:16px}

.stat-label{word-break:break-word;line-height:1.25}
.stat-value{word-break:break-word}

@media (max-width:1024px){
#product-modal.modal-overlay{align-items:flex-start!important;padding:0!important;overflow-y:auto}
#product-modal .modal{max-width:100%!important;max-height:none!important;width:100%}
.product-modal-actions{flex-direction:column}
.product-modal-actions .btn,#pf-delete-product{width:100%!important}

table.data-table.data-table--mobile-cards{border:0;width:100%}
table.data-table.data-table--mobile-cards thead{display:none}
table.data-table.data-table--mobile-cards tbody tr{display:block;margin-bottom:.85rem;padding:.75rem;border:1.5px solid #dde5e0;border-radius:12px;background:#fff;box-shadow:0 4px 20px rgba(26,107,74,.08)}
table.data-table.data-table--mobile-cards td{display:flex!important;justify-content:space-between;gap:.75rem;white-space:normal!important;word-break:break-word;padding:.4rem 0;border-bottom:1px solid #dde5e0;text-align:right}
table.data-table.data-table--mobile-cards td:last-child{border-bottom:none;padding-top:.65rem}
table.data-table.data-table--mobile-cards td::before{content:attr(data-label);font-weight:700;font-size:.78rem;color:#6b7c73;text-transform:uppercase;flex:0 0 42%;text-align:left}
table.data-table.data-table--mobile-cards td.table-actions,table.data-table.data-table--mobile-cards td.product-actions{flex-direction:column;align-items:stretch}
table.data-table.data-table--mobile-cards td .btn{width:100%}
}

@media (max-width:640px){
#product-modal .modal{min-height:100dvh!important;padding:1rem!important}
.pf-barcode-row{flex-direction:column}
.pf-barcode-row input,.pf-barcode-row .btn{width:100%}
.form-row--product-prices,.form-row--product-stock{grid-template-columns:1fr!important}
}
