/* THERMOCON Product Catalog — product page
   Loads only on single thc_product. Deliberately small: this template exists
   to escape the page-builder weight of the old WooCommerce product page. */

.thcc-single { max-width: 1180px; margin: 0 auto; padding: 28px 20px 60px; color: #1c2530; }

.thcc-crumbs { font-size: 13px; color: #5b6875; margin-bottom: 18px; display: flex; flex-wrap: wrap; gap: 7px; }
.thcc-crumbs a { color: #5b6875; text-decoration: none; }
.thcc-crumbs a:hover { color: #1f4e79; text-decoration: underline; }

.thcc-single-grid { display: grid; grid-template-columns: minmax(0,5fr) minmax(0,6fr); gap: 44px; align-items: start; }
@media (max-width: 900px) { .thcc-single-grid { grid-template-columns: 1fr; gap: 28px; } }

.thcc-media-main { margin: 0; background: #f6f8fa; border: 1px solid #e2e8ee; border-radius: 12px; padding: 22px; }
.thcc-media-img { display: block; width: 100%; height: auto; }

.thcc-media-thumbs { list-style: none; display: flex; gap: 9px; margin: 12px 0 0; padding: 0; flex-wrap: wrap; }
.thcc-media-thumbs img { width: 68px; height: 68px; object-fit: contain; border: 1px solid #e2e8ee; border-radius: 6px; background: #fff; }

.thcc-eyebrow { margin: 0 0 6px; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; color: #1f4e79; font-weight: 600; }
.thcc-title { margin: 0 0 8px; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.15; }
.thcc-sku { margin: 0 0 16px; font-size: 13px; color: #5b6875; }
.thcc-sku span { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; color: #1c2530; }

.thcc-status { margin: 0 0 16px; padding: 10px 14px; border-radius: 6px; font-size: 13.5px; }
.thcc-status-out { background: #fdf0f0; color: #8a2b2c; }
.thcc-status-req { background: #fff8e6; color: #7a5c00; }

.thcc-lede { font-size: 15.5px; line-height: 1.65; color: #38434f; }
.thcc-lede p { margin: 0 0 .8em; }

.thcc-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 30px; }
.thcc-secondary { display: inline-flex; align-items: center; padding: 12px 20px; border: 1px solid #1f4e79; color: #1f4e79; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 14px; }
.thcc-secondary:hover { background: #1f4e79; color: #fff; }

.thcc-specs h2, .thcc-variants h2, .thcc-description h2, .thcc-related h2 { font-size: 19px; margin: 0 0 12px; }

.thcc-spec-table, .thcc-variant-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.thcc-spec-table th, .thcc-spec-table td,
.thcc-variant-table th, .thcc-variant-table td { padding: 9px 12px; border-bottom: 1px solid #e8edf2; text-align: left; vertical-align: top; }
.thcc-spec-table th { width: 42%; font-weight: 600; color: #38434f; background: #fafbfc; }
.thcc-variant-table thead th { background: #f2f5f8; font-weight: 600; }
.thcc-variant-table code { font-size: 12.5px; }

.thcc-variants, .thcc-description, .thcc-related { margin-top: 44px; }
.thcc-variants-note { margin: 0 0 12px; font-size: 13.5px; color: #5b6875; }
.thcc-table-scroll { overflow-x: auto; }

.thcc-prose { font-size: 15px; line-height: 1.7; max-width: 76ch; }

.thcc-related-grid { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 14px; margin: 0; padding: 0; }
.thcc-related-card a { display: block; text-decoration: none; color: #1c2530; border: 1px solid #e2e8ee; border-radius: 9px; padding: 12px; text-align: center; }
.thcc-related-card a:hover { border-color: #1f4e79; }
.thcc-related-card .thcc-img { width: 100%; height: 92px; object-fit: contain; display: block; margin-bottom: 8px; }
.thcc-related-name { font-size: 13px; font-weight: 600; line-height: 1.3; }

.thcc-back { margin-top: 38px; }
.thcc-back a { color: #1f4e79; text-decoration: none; font-weight: 600; }
.thcc-back a:hover { text-decoration: underline; }
