{"product_id":"microstop","title":"Filtr HEPA do pochłaniacza pyłu MicroSTOP","description":"\u003cstyle\u003e\n  .hlv-container {\n    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    background-color: #fff;\n    color: #1a1a1a;\n    line-height: 1.6;\n    padding: 20px;\n    width: 100%;\n    max-width: 900px;\n    margin: 0 auto;\n    box-sizing: border-box;\n  }\n  \n  .hlv-header {\n    text-align: center;\n    margin-bottom: 30px;\n    border-bottom: 2px solid #1a1a1a;\n    padding-bottom: 20px;\n  }\n  .hlv-subtitle {\n    font-size: 1rem;\n    color: #666;\n    font-weight: 400;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin: 0;\n  }\n\n  \/* --- SEKCJA WYMIARÓW --- *\/\n  .hlv-diagram-wrapper {\n    background-color: #f9f9f9;\n    border: 1px solid #e2e8f0;\n    border-radius: 8px;\n    padding: 80px 40px 40px; \n    margin-bottom: 30px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    flex-direction: column;\n    position: relative;\n  }\n\n  .hlv-diagram-label {\n    position: absolute;\n    top: 15px;\n    left: 20px;\n    font-weight: 700;\n    text-transform: uppercase;\n    font-size: 0.75rem;\n    color: #888;\n    letter-spacing: 1px;\n  }\n\n  .hlv-visual-box {\n    position: relative;\n    width: 200px; \n    height: 200px;\n    background: #fff;\n    border: 2px solid #1a1a1a;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    background-image: repeating-linear-gradient(90deg, transparent, transparent 9px, #eee 10px);\n    box-shadow: inset 0 0 0 4px #e2e8f0; \/* Symulacja uszczelki bocznej *\/\n  }\n  \n  .hlv-visual-box span {\n    background: white;\n    padding: 4px 10px;\n    border: 1px solid #1a1a1a;\n    font-size: 0.8rem;\n    font-weight: bold;\n    z-index: 2;\n    text-align: center;\n  }\n\n  .dim-line { position: absolute; background: #000; }\n  .dim-line::before, .dim-line::after { content: ''; position: absolute; width: 0; height: 0; }\n  .dim-w1 { width: 100%; height: 1px; top: -30px; left: 0; }\n  .dim-w1::before { border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-right: 8px solid #000; left: 0; top: -3.5px; }\n  .dim-w1::after { border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 8px solid #000; right: 0; top: -3.5px; }\n  .dim-w2 { width: 1px; height: 100%; left: -30px; top: 0; }\n  .dim-w2::before { border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 8px solid #000; top: 0; left: -3.5px; }\n  .dim-w2::after { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 8px solid #000; bottom: 0; left: -3.5px; }\n\n  .dim-label { position: absolute; font-size: 11px; font-weight: 700; background: #f9f9f9; padding: 2px 6px; white-space: nowrap; }\n  .lbl-w1 { top: -45px; left: 50%; transform: translateX(-50%); }\n  .lbl-w2 { left: -85px; top: 50%; transform: translateY(-50%) rotate(-90deg); }\n\n  .hlv-depth-info {\n    margin-top: 30px;\n    font-size: 0.85rem;\n    color: #444;\n    border: 1px solid #e2e8f0;\n    padding: 5px 15px;\n    border-radius: 20px;\n    background: #fff;\n  }\n\n  \/* --- SEKCJA GŁÓWNA --- *\/\n  .hlv-main-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }\n  .hlv-section { border: 1px solid #e2e8f0; padding: 20px; border-radius: 8px; background: #fafafa; }\n  .hlv-section-title { text-transform: uppercase; font-weight: 700; font-size: 0.85rem; border-bottom: 2px solid #000; display: inline-block; margin-bottom: 15px; padding-bottom: 3px; }\n  \n  \/* --- SEKCJA EKSTRA --- *\/\n  .hlv-extra-section { \n    background-color: #fff; \n    border: 2px dashed #2d8a39; \n    border-radius: 12px; \n    padding: 20px; \n    margin: 40px 0; \n  }\n  \n  .hlv-extra-title {\n    font-weight: 800;\n    font-size: 1.1rem;\n    color: #2d8a39;\n    text-transform: uppercase;\n    margin: 0 0 5px 0;\n    display: block;\n  }\n\n  .hlv-extra-desc {\n    font-size: 0.9rem;\n    color: #333;\n    margin-bottom: 15px;\n    display: block;\n    line-height: 1.4;\n  }\n\n  .hlv-upsell-grid { \n    display: flex; \n    align-items: stretch; \n    gap: 25px; \n    margin-bottom: 15px;\n  }\n\n  .hlv-upsell-thumb {\n    flex: 0 0 100px; \n    background: #fff;\n    border: 1px solid #e2e8f0;\n    border-radius: 6px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 4px;\n  }\n  \n  .hlv-upsell-thumb img {\n    max-width: 100%;\n    max-height: 100%;\n    object-fit: contain;\n    display: block;\n  }\n\n  .hlv-upsell-actions { \n    flex: 1; \n    display: flex;\n    align-items: center; \n  }\n\n  .hlv-benefits-list { \n    list-style: none; \n    padding: 0; \n    margin: 0; \n    display: grid; \n    grid-template-columns: 1fr 1fr; \n    gap: 8px 20px; \n    width: 100%;\n  }\n  \n  .hlv-benefits-list li { \n    font-size: 0.8rem; \n    padding-left: 20px; \n    position: relative; \n    color: #444;\n    font-weight: 500;\n    line-height: 1.2;\n  }\n  \n  .hlv-benefits-list li::before { \n    content: '✔'; \n    position: absolute; \n    left: 0; \n    color: #2d8a39; \n    font-weight: bold;\n  }\n\n  .hlv-btn-container {\n    text-align: center;\n    width: 100%;\n  }\n\n  .hlv-btn-link { \n    display: inline-block; \n    background: #2d8a39; \n    color: #fff !important; \n    text-decoration: none; \n    padding: 10px 35px; \n    border-radius: 6px; \n    font-weight: 700; \n    text-transform: uppercase; \n    font-size: 0.8rem;\n    transition: background 0.2s;\n  }\n  \n  .hlv-btn-link:hover { background: #25732f; }\n\n  .hlv-alert { background: #fff5f5; border: 1px solid #feb2b2; border-left: 5px solid #c53030; padding: 15px; margin: 25px 0; font-size: 0.9rem; border-radius: 8px; }\n  .hlv-footer { text-align: center; font-size: 0.8rem; color: #888; margin-top: 30px; border-top: 1px solid #eee; padding-top: 20px; }\n\n  @media (max-width: 600px) {\n    .hlv-upsell-grid { flex-direction: row; gap: 15px; }\n    .hlv-benefits-list { grid-template-columns: 1fr; }\n    .hlv-specs, .hlv-main-grid { grid-template-columns: 1fr; }\n    .hlv-upsell-thumb { flex: 0 0 80px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hlv-container\"\u003e\n  \u003cheader class=\"hlv-header\"\u003e\n    \u003cp class=\"hlv-subtitle\"\u003eKOMPATYBILNOŚĆ: MICROSTOP BASE \/ PRO \/ PROF\u003c\/p\u003e\n  \u003c\/header\u003e\n\n  \u003cdiv class=\"hlv-diagram-wrapper\"\u003e\n    \u003cdiv class=\"hlv-diagram-label\"\u003eSchemat filtra MicroSTOP (cm)\u003c\/div\u003e\n    \u003cdiv class=\"hlv-visual-box\"\u003e\n      \u003cspan\u003eFILTR HEPA\u003cbr\u003e\u003csmall\u003eMICROSTOP\u003c\/small\u003e\u003c\/span\u003e\n      \u003cdiv class=\"dim-line dim-w1\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"dim-label lbl-w1\"\u003eSzerokość: 21.5 cm\u003c\/div\u003e\n      \u003cdiv class=\"dim-line dim-w2\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"dim-label lbl-w2\"\u003eDługość: 21 cm\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hlv-depth-info\"\u003eGrubość: \u003cstrong\u003e2 cm\u003c\/strong\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hlv-main-grid\"\u003e\n    \u003cdiv class=\"hlv-section\"\u003e\n      \u003ch3 class=\"hlv-section-title\"\u003eUszczelnienie i Jakość\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 0.9rem; color: #333; text-align: justify;\"\u003e\n        Wielokrotnego użytku filtr HEPA wykonany z gęstego materiału, który zatrzymuje najdrobniejszy pył. \n        Posiada \u003cstrong\u003edodatkowe uszczelnienia boczne\u003c\/strong\u003e, które eliminują powstawanie szczelin i gwarantują, \n        że pył nie przedostaje się do wnętrza urządzenia.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hlv-section\"\u003e\n      \u003ch3 class=\"hlv-section-title\"\u003eEksploatacja\u003c\/h3\u003e\n      \u003cp style=\"margin: 0; font-size: 0.9rem; color: #333; text-align: justify;\"\u003e\n        Żywotność filtra wynosi \u003cstrong\u003edo 2 miesięcy\u003c\/strong\u003e. Aby zachować pełną moc ssania, filtr należy \n        \u003cstrong\u003eobowiązkowo wytrzepywać nad wilgotnym zlewem po każdym kliencie\u003c\/strong\u003e, co zapobiega unoszeniu się pyłu w powietrzu.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- SEKCJA EKSTRA --\u003e\n  \u003cdiv class=\"hlv-extra-section\"\u003e\n    \u003cspan class=\"hlv-extra-title\"\u003eCHCESZ RZADZIEJ CZYŚCIĆ FILTR?\u003c\/span\u003e \n    \u003cspan class=\"hlv-extra-desc\"\u003eZastosuj podkłady z flizeliny. Stanowią one pierwszą barierę, zatrzymując 90% pyłu zanim trafi on do filtra HEPA, co znacznie ułatwia codzienną pracę.\u003c\/span\u003e\n    \u003cdiv class=\"hlv-upsell-grid\"\u003e\n      \u003cdiv class=\"hlv-upsell-thumb\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0569\/1129\/8765\/files\/Top_Power_30_Ml_-_F.O.X_Patyczki_Drewniane_Do_Manicure_ze_zmianami.png?v=1772564898\" alt=\"Podkłady flizelinowe\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hlv-upsell-actions\"\u003e\n        \u003cul class=\"hlv-benefits-list\"\u003e\n          \u003cli\u003eOchrona filtra głównego\u003c\/li\u003e\n          \u003cli\u003eSzybszy serwis po kliencie\u003c\/li\u003e\n          \u003cli\u003eStała moc pochłaniacza\u003c\/li\u003e\n          \u003cli\u003eMniej pyłu w powietrzu\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hlv-btn-container\"\u003e\n      \u003ca rel=\"noopener\" href=\"https:\/\/holivica.pl\/products\/hl-chust?variant=55783134232902\" class=\"hlv-btn-link\" target=\"_blank\"\u003eSPRAWDŹ PODKŁADY →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hlv-alert\"\u003e\n    \u003cstrong\u003eUWAGA:\u003c\/strong\u003e Praca z zapchanym filtrem powoduje spadek mocy ssania oraz nadmierne obciążenie silnika, co może skutkować przegrzaniem i utratą gwarancji na urządzenie.\n  \u003c\/div\u003e\n\n  \u003cfooter class=\"hlv-footer\"\u003e\n    Filtr kompatybilny z modelami: MicroSTOP Base, MicroSTOP Base Pro, MicroSTOP Prof.\n  \u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Microstop","offers":[{"title":"Default Title","offer_id":57106390155590,"sku":"microstop","price":75.0,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0569\/1129\/8765\/files\/FiltrHEPAdopochlaniaczapyluMicroSTOP.jpg?v=1786446859","url":"https:\/\/holivica.pl\/products\/microstop","provider":"Holivica","version":"1.0","type":"link"}