/* Scoped to the industrial catalog and its existing detail modal. */
#productos .catalog-title { margin-bottom: 26px; }
#productos .catalog-title h2 { font-size: clamp(32px, 4vw, 56px); line-height: 1.05; }
#productos .product-image img { object-fit: contain; background: #eeece5; }
#productos .catalog-no-photo, .catalog-product-gallery .catalog-no-photo {
  display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
  gap: 12px; width: 100%; height: 100%; padding: 24px;
  color: #151512; background: #e9e5dc; text-align: left;
}
#productos .catalog-no-photo strong { font-size: 18px; line-height: 1.15; }
#productos .filter-strip button { min-height: 44px; }
#productos .search-box input { font-size: 16px; }
.product-modal .catalog-product-gallery { display: flex; flex-direction: column; justify-content: center; min-height: 0; background: #eeeae2; }
.product-modal .catalog-product-gallery > img { display: block; width: 100%; height: auto; max-height: 68vh; object-fit: contain; }
.product-modal .catalog-photo-choices { display: flex; flex-wrap: wrap; gap: 8px; padding: 16px; }
.product-modal .catalog-photo-choices button { cursor: pointer; background: #fff; border: 2px solid transparent; padding: 3px; width: 64px; height: 64px; }
.product-modal .catalog-photo-choices button[aria-pressed="true"] { border-color: #f75b1c; }
.product-modal .catalog-photo-choices img { width: 100%; height: 100%; object-fit: contain; }
.product-modal .modal-description { white-space: pre-line; }
.product-modal .catalog-detail-link { display: block; padding-block: 14px; margin-bottom: 16px; color: #b83908; text-decoration: underline; font-weight: 700; }
.product-modal .catalog-photo-choices button:focus-visible, .product-modal .catalog-detail-link:focus-visible { outline: 3px solid #f75b1c; outline-offset: 3px; }
@media(max-width:680px) {
  .product-modal .catalog-product-gallery { height: auto; min-height: 240px; }
  .product-modal .catalog-product-gallery > img { max-height: 48vh; }
  .product-modal .catalog-photo-choices { padding: 12px; gap: 6px; }
  .product-modal .catalog-photo-choices button { width: 56px; height: 56px; }
}
