body.product-detail-page{color:#333;--primary:#e60012;--border-color:#e5e7eb;--text-main:#111;--text-muted:#64748b;--radius:2px;background:#f8f9fa}body.product-detail-page .product-detail{--primary:#e60012;--border-color:#e5e7eb;--text-main:#111;--text-muted:#64748b;--radius:2px}body.product-detail-page .container{max-width:1200px;margin:0 auto;padding:0 24px}body.product-detail-page .section{border-bottom:1px solid var(--border-color);padding:80px 0}body.product-detail-page .section-white,body.product-detail-page .industrial-applications{background:#fff}body.product-detail-page .product-hero{border-bottom:1px solid var(--border-color);background:#fff;padding:24px 0 48px}body.product-detail-page .hero-grid{align-items:center;gap:40px;display:grid}@media (width>=960px){body.product-detail-page .hero-grid{grid-template-columns:1.1fr .9fr}}body.product-detail-page .hero-title{color:var(--text-main);letter-spacing:normal;text-transform:none;margin:0 0 16px;font-family:inherit;font-size:clamp(2.1rem,3.8vw,3rem);font-weight:800;line-height:1.15}body.product-detail-page .hero-title span{color:var(--primary)}body.product-detail-page .hero-copy{color:var(--text-muted);max-width:600px;margin-bottom:24px;font-size:1rem;line-height:1.6}body.product-detail-page .badge-list{gap:10px;margin-bottom:24px;padding:0;list-style:none;display:grid}@media (width>=620px){body.product-detail-page .badge-list{grid-template-columns:1fr 1fr}}body.product-detail-page .badge-list li{color:var(--text-main);align-items:center;gap:10px;font-size:.95rem;font-weight:700;display:flex}body.product-detail-page .badge-list svg{color:var(--primary);flex-shrink:0;width:1rem;height:1rem}body.product-detail-page .hero-actions{flex-wrap:wrap;gap:15px;display:flex}body.product-detail-page .hero-media{flex-direction:column;gap:0;display:flex;position:relative}body.product-detail-page .hero-image-frame{border:1px solid var(--border-color);min-height:320px;color:inherit;background:#f8f9fa;justify-content:center;align-items:center;padding:24px;text-decoration:none;display:flex}body.product-detail-page .hero-image-frame img{object-fit:contain;filter:drop-shadow(0 15px 25px #00000014);width:auto;max-width:100%;height:auto;max-height:280px}body.product-detail-page .section-desc{color:var(--text-muted);max-width:800px;margin-bottom:40px;font-size:1.05rem;line-height:1.6}body.product-detail-page .product-list{border-top:1px solid var(--border-color)}body.product-detail-page .product-list-item{border-bottom:1px solid var(--border-color);padding:36px 0 48px;scroll-margin-top:96px}body.product-detail-page .product-list-item:last-child{border-bottom:0;padding-bottom:0}body.product-detail-page .product-list-header{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:14px;margin-bottom:26px;display:grid}body.product-detail-page .product-list-heading{min-width:0}body.product-detail-page .series-index{color:#fff;background:var(--primary);justify-content:center;align-items:center;min-width:36px;min-height:28px;padding:4px 8px;font-size:.78rem;font-weight:900;line-height:1;display:inline-flex}body.product-detail-page .product-list-title{color:var(--text-main);min-width:0;margin:0;font-size:clamp(1.25rem,2vw,1.55rem);font-weight:800;line-height:1.25}body.product-detail-page .product-list-series{color:var(--primary);margin:5px 0 0;font-size:.92rem;font-weight:800;line-height:1.45}body.product-detail-page .product-list-layout{gap:36px;min-width:0;display:grid}@media (width>=900px){body.product-detail-page .product-list-layout{grid-template-columns:minmax(240px,320px) minmax(0,1fr);align-items:start}}body.product-detail-page .product-list-image{background:0 0;justify-content:center;align-items:center;min-width:0;display:flex}body.product-detail-page .product-list-image a{justify-content:center;align-items:center;width:100%;display:flex}body.product-detail-page .product-list-image img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:320px}body.product-detail-page .product-list-content p{color:var(--text-muted);margin-bottom:20px;font-size:.95rem;line-height:1.6}body.product-detail-page .product-list-content>p:first-child{margin-top:0}body.product-detail-page .product-list-content,body.product-detail-page .tech-specs-container,body.product-detail-page .tech-panel,body.product-detail-page .tech-table-wrap{min-width:0}body.product-detail-page .feature-list{gap:14px;margin:0 0 25px;padding:0;list-style:none;display:grid}body.product-detail-page .feature-list li{color:var(--text-muted);padding-left:18px;font-size:.9rem;line-height:1.55;position:relative}body.product-detail-page .feature-list li:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.62em;left:0}body.product-detail-page .feature-list strong{color:var(--text-main)}body.product-detail-page .tech-specs-container{gap:0;margin-top:25px;display:grid}body.product-detail-page .tech-panel{border:1px solid var(--border-color);background:#fff;border-bottom:0;overflow:hidden}body.product-detail-page .tech-panel:last-child{border-bottom:1px solid var(--border-color)}body.product-detail-page .tech-panel-title{border-bottom:1px solid var(--border-color);color:var(--text-main);cursor:pointer;background:#f8f9fa;justify-content:space-between;align-items:center;gap:16px;margin:0;padding:14px 18px;font-size:.95rem;font-weight:700;list-style:none;display:flex}body.product-detail-page .tech-panel-title::-webkit-details-marker{display:none}body.product-detail-page .tech-panel:not([open]) .tech-panel-title{border-bottom:0}body.product-detail-page .tech-panel-icon{color:var(--primary);flex:none;font-size:1.1rem;line-height:1;transition:transform .2s}body.product-detail-page .tech-panel-icon:before{content:"+"}body.product-detail-page .tech-panel[open] .tech-panel-icon{transform:rotate(45deg)}body.product-detail-page .tech-table-wrap{border-top:1px solid var(--border-color);background:#fff;max-width:100%;transition:border-color .16s;position:relative;overflow-x:auto}body.product-detail-page .tech-table-shell{min-width:0;position:relative}body.product-detail-page .tech-table-toggle{z-index:6;width:44px;height:44px;color:var(--primary);font:inherit;cursor:pointer;opacity:0;pointer-events:none;background:#fffffff5;border:1px solid #e600124d;border-radius:50%;place-items:center;padding:0;transition:opacity .18s,transform .22s,background-color .18s,color .18s;display:grid;position:absolute;top:12px;right:12px;transform:scale(.78);box-shadow:0 10px 24px #0f172a29}body.product-detail-page .tech-table-shell:hover .tech-table-toggle,body.product-detail-page .tech-table-toggle:focus-visible,body.product-detail-page .tech-table-toggle.is-expanded{opacity:1;pointer-events:auto;transform:scale(1)}body.product-detail-page .tech-table-toggle:hover,body.product-detail-page .tech-table-toggle:focus-visible{background:var(--primary);color:#fff}body.product-detail-page .tech-table-toggle:focus-visible{outline-offset:3px;outline:3px solid #e6001233}body.product-detail-page .tech-table-toggle:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;border:1px solid;position:absolute;inset:-6px}body.product-detail-page .tech-table-shell:hover .tech-table-toggle:after{animation:1.5s ease-out infinite tech-table-expand-pulse}body.product-detail-page .tech-table-toggle-icon{width:20px;height:20px;display:block;position:relative}body.product-detail-page .tech-table-toggle-icon svg{width:20px;height:20px;transition:opacity .18s,transform .22s;position:absolute;inset:0}body.product-detail-page .tech-table-toggle-tooltip{color:#fff;opacity:0;pointer-events:none;background:#111827;border-radius:3px;width:max-content;max-width:190px;padding:7px 10px;font-size:.72rem;font-weight:800;line-height:1.25;transition:opacity .18s,transform .22s;position:absolute;top:50%;right:calc(100% + 10px);transform:translate(6px,-50%)}body.product-detail-page .tech-table-shell:hover .tech-table-toggle-tooltip,body.product-detail-page .tech-table-toggle:focus-visible .tech-table-toggle-tooltip{opacity:1;transform:translateY(-50%)}body.product-detail-page .tech-table-collapse-icon{opacity:0;transform:scale(.55)rotate(-12deg)}body.product-detail-page .tech-table-toggle.is-expanded .tech-table-expand-icon{opacity:0;transform:scale(.55)rotate(12deg)}body.product-detail-page .tech-table-toggle.is-expanded .tech-table-collapse-icon{opacity:1;transform:scale(1)rotate(0)}@keyframes tech-table-expand-pulse{0%{opacity:.45;transform:scale(.86)}70%,to{opacity:0;transform:scale(1.28)}}@media (hover:none){body.product-detail-page .tech-table-toggle{opacity:.9;pointer-events:auto;transform:scale(.9)}body.product-detail-page .tech-table-toggle-tooltip{display:none}}@media (prefers-reduced-motion:reduce){body.product-detail-page .tech-table-toggle,body.product-detail-page .tech-table-toggle:after,body.product-detail-page .tech-table-toggle-icon svg,body.product-detail-page .tech-table-toggle-tooltip{transition:none;animation:none}}body.product-detail-page .tech-table{border-collapse:separate;border-spacing:0;width:100%;min-width:680px}body.product-detail-page .tech-table th,body.product-detail-page .tech-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #e8edf3;padding:10px 14px;font-size:.85rem}body.product-detail-page .tech-table th{color:#334155;text-transform:none;letter-spacing:0;z-index:1;background:#eef3f8;font-size:.8rem;font-weight:800;position:sticky;top:0}body.product-detail-page .tech-table th:first-child,body.product-detail-page .tech-table td:first-child{z-index:2;border-right:1px solid #e8edf3;position:sticky;left:0}body.product-detail-page .tech-table th:first-child{z-index:3;background:#e7eef6}body.product-detail-page .tech-table td:first-child{color:var(--text-main);background:#fff;font-weight:800}body.product-detail-page .tech-table tbody tr:nth-child(2n) td,body.product-detail-page .tech-table tbody tr:nth-child(2n) td:first-child{background:#fafcff}body.product-detail-page .tech-table tbody tr:hover td,body.product-detail-page .tech-table tbody tr:hover td:first-child{background:#fff7f7}body.product-detail-page .tech-table tr:last-child td{border-bottom:none}body.product-detail-page .tech-table-extra{display:none}body.product-detail-page .tech-table-wrap.is-expanded .tech-table-extra{display:table-row-group}body.product-detail-page .tech-table-wrap.is-expanded .tech-table-preview{display:none}body.product-detail-page .tech-table-pagination{background:#fbfdff;border-top:1px solid #e8edf3;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}body.product-detail-page .tech-table-page-info{color:#64748b;white-space:nowrap;font-size:.8rem;font-weight:700}body.product-detail-page .tech-table-page-buttons{flex-wrap:wrap;align-items:center;gap:6px;display:flex}body.product-detail-page .tech-table-page-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e8edf3;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 8px;font-size:.8rem;font-weight:700;line-height:1;transition:border-color .2s,background .2s,color .2s;display:inline-flex}body.product-detail-page .tech-table-page-btn:hover:not(:disabled):not(.is-active){border-color:var(--primary);color:var(--primary)}body.product-detail-page .tech-table-page-btn.is-active{background:var(--primary);border-color:var(--primary);color:#fff}body.product-detail-page .tech-table-page-btn:disabled{opacity:.4;cursor:not-allowed}body.product-detail-page .tech-panel-body{color:var(--text-muted);padding:18px;font-size:.9rem;line-height:1.6}body.product-detail-page .tech-panel-body ul{margin:10px 0 0;padding-left:20px}body.product-detail-page .tech-panel-images{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));align-items:start;gap:18px;margin-bottom:15px;display:grid}body.product-detail-page .tech-panel-images img{object-fit:contain;width:100%;max-width:320px;max-height:280px}body.product-detail-page .tech-panel-images.has-multiple-images{grid-template-columns:repeat(2,minmax(0,1fr))}body.product-detail-page .tech-panel-images.has-multiple-images img{max-width:none}body.product-detail-page .tech-panel-images a{justify-content:center;align-items:center;width:100%;max-width:100%;display:flex}body.product-detail-page .tech-panel-images.only-images{margin-bottom:0}body.product-detail-page .series-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;margin-top:24px;display:flex}body.product-detail-page .series-grid{gap:25px;display:grid}@media (width>=640px){body.product-detail-page .series-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){body.product-detail-page .series-grid{grid-template-columns:repeat(4,1fr)}}body.product-detail-page .series-card{border:1px solid var(--border-color);background:#fff;flex-direction:column;transition:all .2s;display:flex}body.product-detail-page .series-card:hover{border-color:var(--primary);box-shadow:0 10px 25px #0000000d}body.product-detail-page .series-image{border-bottom:1px solid var(--border-color);background:#f8f9fa;justify-content:center;align-items:center;height:200px;padding:20px;display:flex}body.product-detail-page .series-image img{object-fit:contain;max-height:100%}body.product-detail-page .series-image a,body.product-detail-page .product-list-image a{justify-content:center;align-items:center;width:100%;height:100%;display:flex}body.product-detail-page .product-list-image a{height:auto}body.product-detail-page .series-body{flex-direction:column;flex:1;padding:20px;display:flex}body.product-detail-page .series-body h3{margin:0 0 10px;font-size:1.1rem;font-weight:700}body.product-detail-page .series-body p{color:var(--text-muted);margin:0 0 15px;font-size:.9rem;line-height:1.5}body.product-detail-page .series-specs{border-top:1px solid #f1f5f9;gap:8px;margin-top:auto;padding-top:15px;display:grid}body.product-detail-page .spec-row{justify-content:space-between;font-size:.8rem;display:flex}body.product-detail-page .spec-label{color:var(--text-muted);text-transform:uppercase;font-weight:700}body.product-detail-page .spec-val{color:var(--text-main);font-weight:700}body.product-detail-page .material-header-row{justify-content:space-between;align-items:flex-end;margin-bottom:30px;display:flex}@media (width<=700px){body.product-detail-page .material-header-row{flex-direction:column;align-items:flex-start;gap:20px}}body.product-detail-page .materials-table-wrap{border:1px solid var(--border-color);background:#fff;width:100%;overflow-x:auto;box-shadow:0 10px 25px #00000008}body.product-detail-page .materials-table{border-collapse:collapse;width:100%;min-width:700px}body.product-detail-page .materials-table th,body.product-detail-page .materials-table td{text-align:left;vertical-align:top;border-bottom:1px solid #f1f5f9;padding:24px}body.product-detail-page .materials-table th{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#111827;font-size:.8rem;font-weight:700}body.product-detail-page .materials-table tr:hover{background:#fcfcfc}body.product-detail-page .materials-table tr.featured{background:#fff1f2}body.product-detail-page .materials-table tr:last-child td{border-bottom:none}body.product-detail-page .materials-table td strong{color:#111;margin-bottom:8px;font-size:1.1rem;display:block}body.product-detail-page .material-badge{border:1px solid var(--border-color);text-transform:uppercase;background:#fff;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-flex}body.product-detail-page .materials-table tr.featured .material-badge{background:var(--primary);color:#fff;border-color:var(--primary)}body.product-detail-page .materials-table td p{color:#475569;margin:0;font-size:.95rem;line-height:1.6}body.product-detail-page .faq-layout{align-items:start;gap:50px;display:grid}@media (width>=900px){body.product-detail-page .faq-layout{grid-template-columns:minmax(260px,.9fr) minmax(0,1.7fr)}}body.product-detail-page .faq-intro{max-width:360px}body.product-detail-page .faq-intro p{color:#64748b;margin:0;font-size:1rem;line-height:1.7}body.product-detail-page .related-products{border-top:1px solid var(--border-color);background:#fff}body.product-detail-page .related-products-header{justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px;display:flex}body.product-detail-page .related-products-header .b2b-section-title{margin-bottom:0}body.product-detail-page .related-products-eyebrow{color:var(--primary);text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:800;display:block}body.product-detail-page .related-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;display:grid}body.product-detail-page .related-product{min-width:0;color:inherit;text-decoration:none}body.product-detail-page .related-product-image{background:#f8fafc;border-bottom:2px solid #0000;justify-content:center;align-items:center;width:100%;height:170px;padding:14px;transition:border-color .18s;display:flex}body.product-detail-page .related-product-image img{object-fit:contain;width:100%;height:100%;transition:transform .28s}body.product-detail-page .related-product h3{color:#111827;margin:16px 0 8px;font-size:1.05rem;line-height:1.35}body.product-detail-page .related-product p{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.88rem;line-height:1.55;display:-webkit-box;overflow:hidden}body.product-detail-page .related-product-link{color:var(--primary);align-items:center;gap:6px;margin-top:14px;font-size:.86rem;font-weight:800;display:inline-flex}body.product-detail-page .related-product:hover .related-product-image{border-bottom-color:var(--primary)}body.product-detail-page .related-product:hover .related-product-image img{transform:scale(1.04)}@media (width<=900px){body.product-detail-page .section{padding:60px 0}body.product-detail-page .product-hero{padding:20px 0 36px}body.product-detail-page .hero-grid{gap:24px}body.product-detail-page .hero-image-frame{min-height:240px;padding:22px}body.product-detail-page .hero-image-frame img{max-height:200px}body.product-detail-page .related-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){body.product-detail-page .container{padding:0 16px}body.product-detail-page .section{padding:48px 0}body.product-detail-page .section-desc{margin-bottom:28px;font-size:.98rem}body.product-detail-page .product-hero{padding:22px 0 24px}body.product-detail-page .hero-title{font-size:clamp(1.75rem,8vw,2.15rem);line-height:1.1}body.product-detail-page .hero-copy{margin-bottom:18px;font-size:.92rem;line-height:1.48}body.product-detail-page .badge-list{gap:8px;margin-bottom:16px}body.product-detail-page .badge-list li{gap:8px;font-size:.9rem;line-height:1.35}body.product-detail-page .hero-media{gap:12px}body.product-detail-page .hero-actions{gap:10px}body.product-detail-page .hero-image-frame{min-height:150px;padding:14px}body.product-detail-page .hero-image-frame img{max-height:126px}body.product-detail-page .hero-actions a,body.product-detail-page .series-actions .btn-red,body.product-detail-page .material-header-row .btn-outline{text-align:center;width:100%}body.product-detail-page .product-list-item{padding:28px 0 36px}body.product-detail-page .product-list-layout{gap:20px}body.product-detail-page .product-list-header{align-items:start;gap:10px;margin-bottom:20px}body.product-detail-page .series-index{min-width:32px;min-height:26px;font-size:.74rem}body.product-detail-page .product-list-title{font-size:1.2rem;line-height:1.25}body.product-detail-page .product-list-series{margin-top:4px;font-size:.86rem;line-height:1.4}body.product-detail-page .product-list-image{min-height:0;padding:0}body.product-detail-page .product-list-image img{max-height:210px}body.product-detail-page .feature-list{grid-template-columns:1fr;gap:10px}body.product-detail-page .tech-specs-container{gap:10px}body.product-detail-page .tech-panel-title{padding:13px 14px;font-size:.9rem}body.product-detail-page .tech-panel-body{padding:14px}body.product-detail-page .tech-table th,body.product-detail-page .tech-table td{padding:12px 10px;font-size:.8rem}body.product-detail-page .series-actions{margin-top:20px}body.product-detail-page .materials-table-wrap{box-shadow:none;background:0 0;border:0;overflow:visible}body.product-detail-page .materials-table,body.product-detail-page .materials-table thead,body.product-detail-page .materials-table tbody,body.product-detail-page .materials-table tr,body.product-detail-page .materials-table td{width:100%;min-width:0;display:block}body.product-detail-page .materials-table thead{display:none}body.product-detail-page .materials-table tbody{gap:14px;display:grid}body.product-detail-page .materials-table tr{border:1px solid var(--border-color);background:#fff;padding:18px}body.product-detail-page .materials-table th,body.product-detail-page .materials-table td{border-bottom:0;padding:0}body.product-detail-page .materials-table td+td{margin-top:14px}body.product-detail-page .materials-table td strong{font-size:1rem}body.product-detail-page .faq-layout{gap:32px}body.product-detail-page .related-products-header{flex-direction:column;align-items:start}body.product-detail-page .related-products-header .btn-outline{width:auto}}@media (width<=420px){body.product-detail-page .hero-title{font-size:1.62rem}body.product-detail-page .hero-image-frame{min-height:132px}body.product-detail-page .hero-image-frame img{max-height:110px}body.product-detail-page .related-products-grid{grid-template-columns:1fr}}.product-detail-page .model-table-link{color:#202124;text-underline-offset:3px;font-weight:800;text-decoration-color:#e60012;text-decoration-thickness:2px}.product-detail-page .model-table-link:hover{color:#e60012}body.product-detail-page .product-family-selection{padding-top:64px;padding-bottom:64px}body.product-detail-page .family-selection-table-wrap,body.product-detail-page .product-comparison-table-wrap{border:1px solid var(--border-color);background:#fff;overflow-x:auto}body.product-detail-page .family-selection-table,body.product-detail-page .product-comparison-table{border-collapse:collapse;text-align:left;width:100%;min-width:780px}body.product-detail-page .family-selection-table th,body.product-detail-page .product-comparison-table th{border-bottom:1px solid var(--border-color);color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#111827;padding:14px 16px;font-size:.78rem}body.product-detail-page .family-selection-table td,body.product-detail-page .product-comparison-table td{border-bottom:1px solid var(--border-color);color:var(--text-muted);vertical-align:top;padding:16px;font-size:.92rem;line-height:1.5}body.product-detail-page .family-selection-table tbody tr:last-child td,body.product-detail-page .product-comparison-table tbody tr:last-child td{border-bottom:0}body.product-detail-page .family-selection-table tbody tr:hover{background:#fff8f8}body.product-detail-page .family-selection-table td:first-child a{color:var(--text-main);text-decoration-color:var(--primary);text-underline-offset:3px;align-items:center;gap:7px;font-weight:800;display:inline-flex}body.product-detail-page .family-selection-table td:first-child svg{color:var(--primary);flex:none}body.product-detail-page .buying-guide-grid{gap:56px;display:grid}@media (width>=960px){body.product-detail-page .buying-guide-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}}body.product-detail-page .selection-guide-list{counter-reset:selection-step;gap:0;margin:0;padding:0;list-style:none;display:grid}body.product-detail-page .selection-guide-list li{border-bottom:1px solid var(--border-color);counter-increment:selection-step;grid-template-columns:38px minmax(0,1fr);column-gap:14px;padding:17px 0;display:grid;position:relative}body.product-detail-page .selection-guide-list li:before{color:#fff;content:counter(selection-step, decimal-leading-zero);background:#111827;grid-row:1/span 2;place-items:center;width:34px;height:34px;font-size:.74rem;font-weight:800;display:grid}body.product-detail-page .selection-guide-list strong{color:var(--text-main);font-size:.96rem}body.product-detail-page .selection-guide-list span{color:var(--text-muted);margin-top:4px;font-size:.9rem;line-height:1.55}body.product-detail-page .terminology-list{gap:12px;margin:0;display:grid}body.product-detail-page .terminology-list>div{border-left:3px solid var(--primary);background:#f8f9fa;padding:17px 18px}body.product-detail-page .terminology-list dt{color:var(--text-main);font-weight:800}body.product-detail-page .terminology-list dd{color:var(--text-muted);margin:5px 0 0;font-size:.9rem;line-height:1.55}body.product-detail-page .product-comparison-table th:first-child,body.product-detail-page .product-comparison-table td:first-child{width:22%;color:var(--text-main);font-weight:800}body.product-detail-page .comparison-cta{color:var(--text-main);text-decoration-color:var(--primary);text-underline-offset:4px;align-items:center;gap:8px;margin-top:20px;font-weight:800;display:inline-flex}body.product-detail-page .comparison-cta:hover{color:var(--primary)}@media (width<=720px){body.product-detail-page .product-family-selection{padding-top:48px;padding-bottom:48px}body.product-detail-page .family-selection-table th,body.product-detail-page .product-comparison-table th,body.product-detail-page .family-selection-table td,body.product-detail-page .product-comparison-table td{padding:12px}body.product-detail-page .buying-guide-grid{gap:44px}}@media (width<=900px){body.product-detail-page .product-hero{border-bottom:1px solid var(--border-color);background:#f7f8f9;padding:16px 0 36px}body.product-detail-page .hero-grid{gap:22px}body.product-detail-page .hero-media{order:-1}body.product-detail-page .hero-image-frame{border:1px solid var(--border-color);background:#fff;border-radius:2px;min-height:0;padding:18px}body.product-detail-page .hero-image-frame img{max-height:190px}}@media (width<=720px){body.product-detail-page .product-hero{padding:14px 0 30px}body.product-detail-page .hero-title{font-size:clamp(1.6rem,7.4vw,2rem)}body.product-detail-page .hero-copy{font-size:.92rem;line-height:1.55}body.product-detail-page .badge-list{grid-template-columns:1fr 1fr;gap:8px}body.product-detail-page .badge-list li{border:1px solid var(--border-color);background:#fff;border-radius:2px;align-items:flex-start;padding:10px 12px;font-size:.8rem;font-weight:700;line-height:1.35}body.product-detail-page .badge-list svg{margin-top:2px}body.product-detail-page .hero-actions{gap:10px;display:grid}body.product-detail-page .hero-actions a{border-radius:2px;justify-content:center;width:100%;min-height:50px}body.product-detail-page .hero-image-frame img{max-height:150px}}@media (width<=480px){body.product-detail-page .badge-list{grid-template-columns:1fr}}
