body.single-wh_product { font-family: 'Inter', sans-serif; }

section#breadcrumb { padding: 0.85rem 0; border-bottom: 1px solid #111; font-size: 13px; color: #9E9E9E; }
section#breadcrumb .container { display: flex; align-items: center; gap: 0.5rem; flex-wrap: nowrap; min-width: 0; }
section#breadcrumb a, section#breadcrumb .sep { flex-shrink: 0; }
section#breadcrumb .current { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; flex: 0 1 auto; }
section#breadcrumb a { font-size: 13px; }
section#breadcrumb a:hover { color: #fff; }
section#breadcrumb .sep { color: #555; }
section#breadcrumb .current { color: #fff; }

section#pdp-top { padding: 1.5rem 0 4rem; }
section#pdp-top .grid2 { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; }
section#pdp-top .gallery { position: relative; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--br-md); padding: 2.5rem; display: flex; align-items: center; justify-content: center; min-height: 480px; }
section#pdp-top .gallery img { max-width: 100%; max-height: 400px; object-fit: contain; }
section#pdp-top .gallery .badge-overlay { position: absolute; top: 1rem; right: 1rem; display: flex; flex-direction: column; gap: 0.4rem; z-index: 2; }
section#pdp-top .gallery .badge-overlay img { width: 44px; height: 44px; }

section#pdp-top .info .eyebrow { font: 500 11px/1 'Inter', sans-serif; letter-spacing: 0.3em; text-transform: uppercase; color: var(--color-primary); margin-bottom: 1.1rem; display: block; }
section#pdp-top .info h1 { font: 700 2.25rem/1.15 'Montserrat', sans-serif; margin-bottom: 1.25rem; color: var(--color-text); }
section#pdp-top .info .tagline { color: #c2c2c2; font-size: 16px; margin-bottom: 2.25rem; line-height: 1.55; }
section#pdp-top .info .usp-list { list-style: none; padding: 0; margin: 0 0 2rem; display: flex; flex-direction: column; gap: 0.55rem; }
section#pdp-top .info .usp-list li { font-size: 14px; color: #ddd; padding-left: 1.5rem; position: relative; }
section#pdp-top .info .usp-list li::before { content: ''; position: absolute; left: 0; top: 6px; width: 10px; height: 10px; border-radius: 2px; background: var(--color-primary); }

section#pdp-top .variant-selector { margin-bottom: 2.25rem; }
section#pdp-top .variant-selector .label-row { font: 500 12px/1 'Inter', sans-serif; letter-spacing: 0.18em; text-transform: uppercase; color: #9E9E9E; margin-bottom: 0.65rem; }
section#pdp-top .variant-selector .opts { display: flex; gap: 0.5rem; flex-wrap: wrap; }
section#pdp-top .variant-selector .opt { padding: 0.7rem 1.1rem; background: #0a0a0a; border: 1px solid #2a2a2a; border-radius: 0.4rem; font: 500 13px/1 'Inter', sans-serif; color: #fff; cursor: pointer; text-decoration: none; display: inline-block; }
section#pdp-top .variant-selector .opt.active { border-color: var(--color-primary); background: rgba(211, 47, 47, 0.08); }

section#pdp-top .ctas { display: flex; gap: 0.75rem; flex-wrap: wrap; }
section#pdp-top .ctas .btn { width: 100%; text-align: center; padding: 0.75rem 1.25rem; font-size: 0.875rem; }

section#usp-strip { padding: 1.25rem 0 1.25rem; border-top: 1px solid #111; border-bottom: 1px solid #111; }
section#usp-strip .strip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; }
section#usp-strip .usp-item { padding: 0.5rem 1.5rem; display: flex; align-items: center; gap: 0.85rem; border-left: 1px solid #1a1a1a; }
section#usp-strip .usp-item:first-child { border-left: none; padding-left: 0; }
section#usp-strip .usp-item svg { flex-shrink: 0; width: 22px; height: 22px; color: var(--color-primary); }
section#usp-strip .usp-item p { font: 500 14px/1.4 'Inter', sans-serif; color: #ddd; margin: 0; }

section#desc-section { padding: 5rem 0; }
section#desc-section .split { display: grid; grid-template-columns: 1fr 360px; gap: 5rem; align-items: start; }
section#desc-section .col-left { padding-right: 0; }
section#desc-section .col-right { padding: 2rem 1.75rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: var(--br-md); }

section#desc-section .col-left .section-eyebrow,
section#desc-section .col-right .section-eyebrow { font: 500 11px/1 'Inter', sans-serif; letter-spacing: 0.3em; text-transform: uppercase; color: var(--color-primary); margin-bottom: 1rem; display: block; }
section#desc-section .col-left h2 { font: 700 2rem/1.15 'Montserrat', sans-serif; margin-bottom: 1.25rem; color: var(--color-text); }
section#desc-section .col-left .lede { color: #c2c2c2; font-size: 17px; line-height: 1.7; margin: 0 0 3rem; }
section#desc-section .col-left .lede strong { color: #fff; font-weight: 600; }

section#desc-section .num-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 1.5rem; }
section#desc-section .num-list li { display: block; }
section#desc-section .num-list li .body h4 { font: 600 1rem/1.3 'Montserrat', sans-serif; color: #fff; margin: 0 0 0.4rem; }
section#desc-section .num-list li .body p { font-size: 14px; color: #9E9E9E; margin: 0; line-height: 1.6; }

section#desc-section .data-sheet h3 { font: 700 1.05rem/1 'Montserrat', sans-serif; color: #fff; margin: 0 0 1.25rem; text-transform: uppercase; letter-spacing: 0.12em; }
section#desc-section .data-sheet h3:not(:first-of-type) { margin-top: 3rem; }
section#desc-section .spec-rows { display: flex; flex-direction: column; }
section#desc-section .spec-rows .row { display: flex; justify-content: space-between; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px dashed #1f1f1f; font-size: 13.5px; }
section#desc-section .spec-rows .row .k { color: #9E9E9E; letter-spacing: 0.02em; }
section#desc-section .spec-rows .row .v { color: #fff; font-weight: 500; text-align: right; }

section#desc-section .pill-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
section#desc-section .pill { display: inline-grid; grid-template-columns: auto 1fr; column-gap: 0.55rem; row-gap: 0.15rem; align-items: center; padding: 0.6rem 0.9rem; border: 1px solid #2a2a2a; background: #0a0a0a; border-radius: 0.85rem; font: 500 12.5px/1.2 'Inter', sans-serif; color: #fff; }
section#desc-section .pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--color-primary); grid-row: 1 / span 2; }
section#desc-section .pill .sub { color: #9E9E9E; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; grid-column: 2; }

section#related { padding: 4rem 0; border-top: 1px solid #111; }
section#related h2 { font: 700 1.6rem/1.2 'Montserrat', sans-serif; margin-bottom: 2rem; color: var(--color-text); }
section#related .rel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
section#related .rel-card { background: #0d0d0d; border: 1px solid #1a1a1a; border-radius: 0.5rem; overflow: hidden; text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: var(--transition); }
section#related .rel-card:hover { border-color: var(--color-primary); transform: translateY(-3px); }
section#related .rel-card .image { height: 200px; background: #0a0a0a; display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
section#related .rel-card .image img { max-width: 100%; max-height: 100%; object-fit: contain; }
section#related .rel-card .content { padding: 1.25rem; }
section#related .rel-card .tag { font: 500 10px/1 'Inter', sans-serif; letter-spacing: 0.2em; text-transform: uppercase; color: var(--color-primary); margin-bottom: 0.5rem; display: block; }
section#related .rel-card h4 { font: 600 1rem/1.3 'Montserrat', sans-serif; color: #fff; }

@media screen and (max-width: 900px) {
    section#pdp-top .grid2 { grid-template-columns: 1fr; gap: 2rem; }
    section#desc-section .split { grid-template-columns: 1fr; }
    section#desc-section .col-left { padding-right: 0; }
    section#desc-section .col-right { margin-top: 1rem; }
    section#pdp-top .gallery { min-height: 320px; }
    section#usp-strip { padding: 1.25rem 0 0; }
    section#usp-strip .strip-grid { grid-template-columns: 1fr; }
    section#usp-strip .usp-item { border-left: none; border-top: 1px solid #1a1a1a; padding: 0.85rem 0; }
    section#usp-strip .usp-item:first-child { border-top: none; padding-top: 0; }
}
