.hw-product-page{--hw-black:#14161c;--hw-black-2:#1c1f27;--hw-yellow:#f5c518;--hw-yellow-dark:#d9ad0f;--hw-bg:#f4f5f7;--hw-bg-2:#eaecf0;--hw-surface:#ffffff;--hw-border:#e4e6ea;--hw-border-strong:#c7cbd3;--hw-text:#1c1f27;--hw-text-muted:#6b7078;--hw-text-faint:#9aa0a8;--radius-sm:8px;--radius:12px;--shadow-card:0 2px 10px rgba(20,22,28,0.05);--shadow-hover:0 10px 26px rgba(20,22,28,0.09);background:var(--hw-bg);color:var(--hw-text);font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}.hw-product-page a{color:inherit;text-decoration:none}.hw-product-page ul{list-style:none;margin:0;padding:0}.hw-product-page button{font-family:inherit}.hw-product-page .wrapper{max-width:1180px;margin:0 auto;padding:40px 20px 90px}.hw-product-page .product-hero{display:grid;grid-template-columns:1.2fr 0.9fr;gap:48px;align-items:start}.hw-product-page .product-info h1{font-size:26px;font-weight:800;line-height:1.28;color:var(--hw-black);margin:0 0 18px;letter-spacing:-0.015em}.hw-product-page .product-info__desc{color:var(--hw-text-muted);font-size:15px;max-width:56ch}@media (min-width:821px){.hw-product-page .product-info__desc{max-width:calc(56ch+20px)}}.hw-product-page .product-info__desc p{margin:0 0 14px}.hw-product-page .product-info__desc p:last-child{margin-bottom:0}.hw-product-page .product-info__desc strong,.hw-product-page .product-info__desc b{color:var(--hw-text);font-weight:600}.hw-product-page .cta-row{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}.hw-product-page .btn{display:inline-flex;align-items:center;gap:9px;padding:14px 24px;border-radius:9px;font-weight:700;font-size:14.5px;cursor:pointer;border:1.5px solid transparent;transition:transform 0.15s ease,background 0.15s ease,box-shadow 0.15s ease}.hw-product-page .btn svg{width:17px;height:17px;flex-shrink:0}.hw-product-page .btn-primary{background:var(--hw-yellow);color:var(--hw-black)}.hw-product-page .btn-primary:hover,.hw-product-page .btn-primary:focus-visible{background:var(--hw-yellow-dark);transform:translateY(-1px);box-shadow:0 6px 16px rgba(217,173,15,0.35);outline:none}.hw-product-page .btn-dark{background:var(--hw-black);color:#fff}.hw-product-page .btn-dark:hover,.hw-product-page .btn-dark:focus-visible{background:var(--hw-black-2);transform:translateY(-1px);outline:none}.hw-product-page .trust-strip{display:flex;gap:0;margin-top:28px;padding-top:22px;border-top:1px solid var(--hw-border);flex-wrap:wrap}.hw-product-page .trust-item{flex:1;min-width:120px;padding-right:20px;border-right:1px solid var(--hw-border)}.hw-product-page .trust-item:last-child{border-right:none}.hw-product-page .trust-item .val{font-size:19px;font-weight:800;color:var(--hw-black);letter-spacing:-0.01em}.hw-product-page .trust-item .lbl{font-size:12px;color:var(--hw-text-muted);margin-top:2px}.hw-product-page .product-gallery{background:var(--hw-surface);border:1px solid var(--hw-border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-card)}.hw-product-page .main-image{width:100%;aspect-ratio:4 / 3;background:linear-gradient(180deg,#fbfbfc 0%,#f1f2f4 100%);border:1px solid var(--hw-border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:12px;position:relative;cursor:zoom-in;padding:0}.hw-product-page .main-image img{max-width:78%;max-height:78%;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(20,22,28,0.12));transition:transform 0.25s ease}.hw-product-page .main-image:hover img{transform:scale(1.04)}.hw-product-page .main-image .brand-tag{position:absolute;left:12px;top:12px;background:var(--hw-black);color:var(--hw-yellow);font-size:11px;font-weight:800;letter-spacing:0.04em;padding:5px 10px;border-radius:6px}.hw-product-page .main-image .zoom-hint{position:absolute;right:12px;top:12px;width:32px;height:32px;border-radius:50%;background:rgba(20,22,28,0.72);color:#fff;display:flex;align-items:center;justify-content:center;transition:background 0.15s ease;pointer-events:none}.hw-product-page .main-image:hover .zoom-hint{background:var(--hw-black)}.hw-product-page .zoom-hint svg{width:16px;height:16px}.hw-product-page .thumb-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.hw-product-page .thumb{aspect-ratio:1 / 1;background:#f9f9fa;border:1.5px solid transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:border-color 0.15s ease,transform 0.15s ease;padding:0}.hw-product-page .thumb:hover{transform:translateY(-2px)}.hw-product-page .thumb.active{border-color:var(--hw-yellow-dark);box-shadow:0 0 0 1px var(--hw-yellow-dark)}.hw-product-page .thumb img{max-width:78%;max-height:78%;object-fit:contain}.hw-product-page .gallery-brand{display:flex;align-items:center;gap:10px;padding-top:14px;border-top:1px solid var(--hw-border)}.hw-product-page .gallery-brand .logo-badge{width:32px;height:32px;background:var(--hw-black);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:900;color:var(--hw-yellow);font-size:12px;flex-shrink:0}.hw-product-page .gallery-brand .brand-name-block{display:flex;flex-direction:column;line-height:1.3;flex:1}.hw-product-page .gallery-brand .brand-name-block b{font-size:13.5px;color:var(--hw-text);letter-spacing:0.01em}.hw-product-page .gallery-brand .brand-name-block span{font-size:12px;color:var(--hw-text-muted)}.hw-product-page .gallery-brand .call-btn{width:34px;height:34px;border-radius:50%;background:var(--hw-bg);display:flex;align-items:center;justify-content:center;color:var(--hw-text);flex-shrink:0;transition:background 0.15s ease,color 0.15s ease}.hw-product-page .gallery-brand .call-btn:hover,.hw-product-page .gallery-brand .call-btn:focus-visible{background:var(--hw-yellow);color:var(--hw-black);outline:none}.hw-product-page .gallery-brand .call-btn svg{width:15px;height:15px}.hw-product-page .lightbox-overlay{position:fixed;inset:0;background:rgba(15,16,20,0.88);display:none;align-items:center;justify-content:center;z-index:200;padding:32px}.hw-product-page .lightbox-overlay.open{display:flex}.hw-product-page .lightbox-overlay img{max-width:min(900px,92vw);max-height:86vh;object-fit:contain}.hw-product-page .lightbox-close{position:absolute;top:22px;right:22px;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.1);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;transition:background 0.15s ease}.hw-product-page .lightbox-close:hover,.hw-product-page .lightbox-close:focus-visible{background:rgba(255,255,255,0.2);outline:none}.hw-product-page .lightbox-close svg{width:18px;height:18px}.hw-product-page .tabs{display:flex;gap:4px;margin-top:44px;border-bottom:1px solid var(--hw-border);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity}.hw-product-page .tabs::-webkit-scrollbar{display:none}.hw-product-page .tab{padding:14px 18px;font-weight:700;font-size:14px;color:var(--hw-text-muted);cursor:pointer;border:none;background:transparent;border-bottom:3px solid transparent;transition:color 0.15s ease;user-select:none;white-space:nowrap;flex-shrink:0;scroll-snap-align:start}.hw-product-page .tab:hover{color:var(--hw-text)}.hw-product-page .tab.active{color:var(--hw-black);border-bottom-color:var(--hw-yellow)}.hw-product-page .tab-panel{display:none}.hw-product-page .tab-panel.active{display:block}.hw-product-page .section-title-row{display:flex;align-items:baseline;justify-content:space-between;margin:32px 0 16px;flex-wrap:wrap;gap:8px}.hw-product-page .section-title{font-size:12.5px;font-weight:800;letter-spacing:0.05em;text-transform:uppercase;color:var(--hw-text-muted)}.hw-product-page .section-hint{font-size:12.5px;color:var(--hw-text-faint)}.hw-product-page .index-list{background:var(--hw-surface);border:1px solid var(--hw-border);border-radius:var(--radius);overflow:hidden}.hw-product-page .index-row{border-bottom:1px solid var(--hw-border)}.hw-product-page .index-row:last-child{border-bottom:none}.hw-product-page .index-row summary{list-style:none;display:flex;align-items:center;gap:12px;padding:16px 20px;cursor:pointer;transition:background 0.15s ease}.hw-product-page .index-row summary::-webkit-details-marker{display:none}.hw-product-page .index-row summary:hover{background:var(--hw-bg)}.hw-product-page .index-name{flex:1;font-weight:700;font-size:14.5px;color:var(--hw-text)}.hw-product-page .index-meta{font-size:11.5px;font-weight:700;color:var(--hw-black);background:var(--hw-bg);padding:4px 10px;border-radius:20px;white-space:nowrap;flex-shrink:0}.hw-product-page .index-row summary .chev{width:22px;height:22px;border-radius:50%;background:var(--hw-bg);display:flex;align-items:center;justify-content:center;color:var(--hw-text-muted);font-size:10px;transition:transform 0.25s ease,background 0.2s ease,color 0.2s ease;flex-shrink:0}.hw-product-page .index-row[open] summary{background:var(--hw-bg-2);border-bottom:1px solid var(--hw-border-strong)}.hw-product-page .index-row[open] summary .chev{transform:rotate(180deg);background:var(--hw-yellow);color:var(--hw-black)}.hw-product-page .index-body{background:var(--hw-bg-2);padding:16px 20px 20px}.hw-product-page .code-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:8px}.hw-product-page .code-grid a{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--hw-border-strong);border-radius:8px;padding:11px 13px;font-size:13px;color:var(--hw-text);transition:border-color 0.15s ease,transform 0.15s ease,box-shadow 0.15s ease}.hw-product-page .code-grid a:hover,.hw-product-page .code-grid a:focus-visible{border-color:var(--hw-yellow-dark);transform:translateY(-1px);box-shadow:var(--shadow-card);outline:none}.hw-product-page .code-grid a .code-num{color:var(--hw-black);font-weight:800;font-size:13px;flex-shrink:0}.hw-product-page .code-grid a .code-desc{color:var(--hw-text-muted);flex:1}.hw-product-page .code-grid a .arrow{color:var(--hw-text-faint);font-size:13px;flex-shrink:0}.hw-product-page .code-grid-inactive{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--hw-border-strong);border-radius:8px;padding:11px 13px;font-size:13px}.hw-product-page .vd-models{display:flex;flex-wrap:wrap;gap:8px}.hw-product-page .vd-models a{display:inline-flex;align-items:center;background:#fff;border:1px solid var(--hw-border-strong);border-radius:8px;padding:9px 14px;font-size:13px;font-weight:600;color:var(--hw-text);transition:border-color 0.15s ease,background 0.15s ease,color 0.15s ease}.hw-product-page .vd-models a:hover,.hw-product-page .vd-models a:focus-visible{border-color:var(--hw-yellow-dark);background:var(--hw-yellow);color:var(--hw-black);outline:none}.hw-product-page .serial-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:8px}.hw-product-page .serial-item{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--hw-border-strong);border-radius:8px;padding:9px 8px 9px 12px;font-size:12px;transition:border-color 0.15s ease}.hw-product-page .serial-item:hover{border-color:var(--hw-yellow-dark)}.hw-product-page .serial-item a{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.hw-product-page .serial-item b{color:var(--hw-text);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hw-product-page .serial-item span{color:var(--hw-text-muted)}.hw-product-page .serial-item--static span{display:flex;flex-direction:column;gap:1px}.hw-product-page .symptoms-box{background:#fff;border:1px solid var(--hw-border);border-radius:var(--radius);padding:26px 28px}.hw-product-page .symptoms-empty{margin:0;font-size:0.875rem;line-height:1.5;color:var(--hw-text-muted)}.hw-product-page .symptoms-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px 28px}.hw-product-page .symptoms-list li{display:flex;gap:11px;align-items:flex-start;font-size:14px;color:var(--hw-text-muted);line-height:1.5}.hw-product-page .symptom-icon{flex-shrink:0;width:20px;height:20px;margin-top:1px;color:var(--hw-yellow-dark)}.hw-product-page .symptom-icon svg{width:20px;height:20px;display:block}@media (max-width:820px){.hw-product-page .product-hero{grid-template-columns:1fr}.hw-product-page .product-info h1{font-size:23px}.hw-product-page .trust-strip{gap:14px 0}}@media (max-width:480px){.hw-product-page .wrapper{padding:24px 14px 70px}.hw-product-page .trust-item{min-width:100px;padding-right:12px}.hw-product-page .trust-item .val{font-size:16px}.hw-product-page .cta-row .btn{flex:1;justify-content:center}}@media (prefers-reduced-motion:reduce){.hw-product-page .btn,.hw-product-page .main-image img,.hw-product-page .thumb,.hw-product-page .code-grid a,.hw-product-page .index-row summary .chev{transition:none}}body.single-naprawa .site-main,body.single-naprawa #main-content.site-main{padding:0;max-width:none}body.single-naprawa .hw-product-page--missing{padding:3rem 1.25rem;text-align:center}