{"title":"Remmers","description":"\u003cstyle\u003e\n  \/* VERBERGEN VAN DE STANDAARD SHOPIFY COLLECTIETITEL *\/\n  .collection-hero__title, \n  .collection-title, \n  .page-title,\n  h1.main-collection-title {\n    display: none !important;\n  }\n\n  \/* CONFIGURATIE \u0026 STYLING PAINTDISCOUNT *\/\n  .pd-coll-wrapper {\n    font-family: Arial, sans-serif;\n    color: #4d4e4d;\n    line-height: 1.6;\n    max-width: 100%;\n    margin: 0 auto;\n    padding: 10px 0 25px 0;\n  }\n\n  \/* TITEL EN SERVICE BANNER *\/\n  .pd-brand-header {\n    background: #fdfbf7;\n    border: 2px solid #dfdfdf;\n    border-radius: 8px;\n    padding: 25px 20px;\n    text-align: center;\n    margin-bottom: 25px;\n  }\n  .pd-brand-logo-wrap {\n    margin-bottom: 20px;\n  }\n  .pd-brand-logo {\n    max-width: 240px;\n    height: auto;\n    display: inline-block;\n  }\n  .pd-brand-header h1 {\n    font-size: 26px;\n    color: #4d4e4d;\n    margin: 0 0 12px 0;\n    font-weight: bold;\n  }\n  .pd-status-pitch-box {\n    background: #009fb2;\n    color: #ffffff;\n    padding: 14px 20px;\n    border-radius: 6px;\n    font-weight: bold;\n    display: inline-block;\n    max-width: 850px;\n    text-align: left;\n    box-shadow: 0 2px 4px rgba(0,0,0,0.05);\n  }\n\n  \/* INTRO TEKST SECTION *\/\n  .pd-coll-intro {\n    font-size: 16px;\n    text-align: center;\n    max-width: 850px;\n    margin: 20px auto 35px auto;\n  }\n\n  \/* PRODUCTEN GRID EN CATEGORIE TITELS *\/\n  .pd-category-title {\n    font-size: 22px;\n    color: #4d4e4d;\n    border-bottom: 2px solid #009fb2;\n    padding-bottom: 6px;\n    margin-bottom: 25px;\n    font-weight: bold;\n    margin-top: 30px;\n  }\n  .pd-products-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 20px;\n  }\n  .pd-product-card {\n    background: #ffffff;\n    border: 1px solid #dfdfdf;\n    border-radius: 8px;\n    padding: 15px;\n    text-align: center;\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    box-shadow: 0 2px 5px rgba(0,0,0,0.03);\n    transition: transform 0.2s, box-shadow 0.2s;\n  }\n  .pd-product-card:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 15px rgba(0,0,0,0.08);\n  }\n  .pd-prod-img-wrap {\n    height: 160px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 12px;\n    background: #fafafa;\n    border-radius: 6px;\n    padding: 5px;\n  }\n  .pd-prod-img {\n    max-width: 100% !important;\n    max-height: 150px !important;\n    object-fit: contain;\n    display: block;\n  }\n  .pd-prod-title {\n    font-size: 14px;\n    color: #4d4e4d;\n    font-weight: bold;\n    margin-bottom: 5px;\n    min-height: 36px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    line-height: 1.3;\n  }\n  .pd-prod-desc {\n    font-size: 12px;\n    color: #777;\n    margin-bottom: 12px;\n    min-height: 50px;\n    line-height: 1.4;\n  }\n  .pd-prod-btn {\n    display: block;\n    background: #009fb2;\n    color: #ffffff !important;\n    padding: 9px 12px;\n    font-weight: bold;\n    border-radius: 6px;\n    font-size: 13px;\n    text-decoration: none;\n    margin-top: 5px;\n  }\n  .pd-prod-btn:hover {\n    background: #008293;\n  }\n  \n  \/* SPLIT BUTTONS VOOR LAKKEN *\/\n  .pd-btn-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n    margin-top: 5px;\n  }\n  .pd-btn-split .pd-prod-btn {\n    margin-top: 0;\n    padding: 9px 5px;\n    font-size: 12px;\n  }\n\n  \/* SERVICE BANNER \/ KLANTENSERVICE *\/\n  .pd-support-banner {\n    background: #f4fbfc;\n    border: 1px dashed #009fb2;\n    border-radius: 8px;\n    padding: 20px;\n    text-align: center;\n    margin: 40px auto;\n    max-width: 850px;\n    font-size: 15px;\n  }\n\n  \/* SEO BLOK ONDERAAN *\/\n  .pd-coll-details { border: none; background: transparent; }\n  .pd-coll-summary { display: block; text-align: center; margin: 20px auto 0 auto; cursor: pointer; outline: none; list-style: none; }\n  .pd-coll-summary::-webkit-details-marker { display: none; }\n  .pd-coll-btn-text { display: inline-block; background: #ffffff; color: #009fb2; border: 2px solid #009fb2; padding: 8px 24px; font-weight: bold; border-radius: 20px; font-size: 14px; }\n  .pd-coll-btn-text:hover { background: #009fb2; color: #ffffff; }\n  .pd-coll-details .pd-close-txt { display: inline; }\n  .pd-coll-details .pd-open-txt { display: none; }\n  .pd-coll-details[open] .pd-close-txt { display: none; }\n  .pd-coll-details[open] .pd-open-txt { display: inline; }\n\n  .pd-coll-seo-content { background: #f9f9f9; border: 1px solid #dfdfdf; border-radius: 8px; padding: 30px; margin-top: 15px; font-size: 15px; text-align: left; }\n  .pd-coll-seo-content h2 { font-size: 20px; color: #4d4e4d; margin-top: 25px; margin-bottom: 12px; border-bottom: 2px solid #009fb2; padding-bottom: 4px; }\n  .pd-coll-seo-content h2:first-of-type { margin-top: 0; }\n  .pd-coll-seo-content p { margin-bottom: 16px; }\n\n  \/* RESPONSIVE DESIGN *\/\n  @media (max-width: 992px) {\n    .pd-products-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 768px) {\n    .pd-products-grid { grid-template-columns: 1fr; gap: 20px; }\n    .pd-prod-img-wrap { height: 160px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-coll-wrapper\"\u003e\n  \n  \u003c!-- BRAND HEADER MET REMMERS LOGO --\u003e\n  \u003cdiv class=\"pd-brand-header\"\u003e\n    \u003cdiv class=\"pd-brand-logo-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/7749\/5992\/files\/remmers-logo.png?v=1779798085\" alt=\"Remmers Logo\" class=\"pd-brand-logo\"\u003e\n    \u003c\/div\u003e\n    \u003ch1\u003eDe Beste Alternatieven voor Remmers Houtbescherming\u003c\/h1\u003e\n    \u003cdiv class=\"pd-status-pitch-box\"\u003e\n      💬 Slimme inkoop, rechtstreeks uit de fabriek: Wij voeren het merk Remmers niet in ons assortiment. In plaats daarvan kiezen we bewust voor een kortere supply chain met ons onafhankelijke topmerk Afinol. Omdat de producten van Remmers een enorme overlap hebben met het hoogwaardige Afinol-assortiment, profiteer je van exact dezelfde professionele bescherming, maar dan voor een veel scherpere prijs!\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"pd-coll-intro\"\u003e\n    Hieronder vind je de meest gezochte Remmers artikelen, direct gekoppeld aan het hoogwaardige en voordelige alternatief van \u003cstrong\u003eAfinol\u003c\/strong\u003e. Klik op het product om jouw waardige vervanger te bekijken!\n  \u003c\/p\u003e\n\n\n  \u003c!-- ================= POPULAIRE REMMERS PRODUCTEN \u0026 AFINOL ALTERNATIEVEN ================= --\u003e\n  \u003cdiv class=\"pd-category-title\"\u003ePopulairste Remmers Producten \u0026amp; Directe Alternatieven\u003c\/div\u003e\n  \u003cdiv class=\"pd-products-grid\"\u003e\n    \n    \u003c!-- 1. HK-Lazuur -\u003e Afinol Roco Transparant --\u003e\n    \u003cdiv class=\"pd-product-card\"\u003e\n      \u003cdiv class=\"pd-prod-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/7749\/5992\/files\/Remmers_HK-Lazuur-3in1.png?v=1780418600\" class=\"pd-prod-img\" alt=\"Remmers HK-Lazuur 3-in-1\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-prod-title\"\u003eRemmers HK-Lazuur 3-in-1\u003c\/div\u003e\n        \u003cdiv class=\"pd-prod-desc\"\u003eDe bekende oplosmiddelhoudende impregnerende buitenbeits met nerfbehoud. Vergelijkbaar met: \u003cstrong\u003eAfinol Tuinbeits Roco Transparant\u003c\/strong\u003e.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ca href=\"https:\/\/paintdiscount.nl\/products\/afinol-tuinbeits-roco-transparant\" class=\"pd-prod-btn\"\u003eBekijk Afinol Alternatief\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 2. Induline T-670 Plus -\u003e Afinol Houtbeits AQ --\u003e\n    \u003cdiv class=\"pd-product-card\"\u003e\n      \u003cdiv class=\"pd-prod-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/7749\/5992\/files\/Remmers_Induline_T-670_Plus.png?v=1780418600\" class=\"pd-prod-img\" alt=\"Remmers Induline T-670 Plus\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-prod-title\"\u003eRemmers Induline T-670 Plus\u003c\/div\u003e\n        \u003cdiv class=\"pd-prod-desc\"\u003eWatergedragen, zeer flexibele elastische houtcoating voor niet-maathoudend hout buiten. Vergelijkbaar met: \u003cstrong\u003eAfinol Houtbeits AQ\u003c\/strong\u003e.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ca href=\"https:\/\/paintdiscount.nl\/products\/afinol-houtbeits-aq\" class=\"pd-prod-btn\"\u003eBekijk Afinol Alternatief\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 3. Tuinhoutolie -\u003e Afinol Douglas Olie --\u003e\n    \u003cdiv class=\"pd-product-card\"\u003e\n      \u003cdiv class=\"pd-prod-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/7749\/5992\/files\/Remmers_Tuinhoutolie.png?v=1780418600\" class=\"pd-prod-img\" alt=\"Remmers Tuinhoutolie\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-prod-title\"\u003eRemmers Tuinhoutolie \/ Douglas-Öl\u003c\/div\u003e\n        \u003cdiv class=\"pd-prod-desc\"\u003eTerpentinedragende olie ter bescherming en kleurbehoud van o.a. Douglas- en Larikshout. Vergelijkbaar met: \u003cstrong\u003eAfinol Douglas Olie\u003c\/strong\u003e.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ca href=\"https:\/\/paintdiscount.nl\/products\/afinol-douglas-olie\" class=\"pd-prod-btn\"\u003eBekijk Afinol Alternatief\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 4. Venti-Lack 3in1 -\u003e Afinol Roco Dekkend --\u003e\n    \u003cdiv class=\"pd-product-card\"\u003e\n      \u003cdiv class=\"pd-prod-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/7749\/5992\/files\/Remmers_VL-60-sm-venti-lak-3in1.png?v=1780418601\" class=\"pd-prod-img\" alt=\"Remmers Venti-Lack 3in1\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-prod-title\"\u003eRemmers Venti-Lack 3in1 (VL-60)\u003c\/div\u003e\n        \u003cdiv class=\"pd-prod-desc\"\u003eOplosmiddelhoudende, vochtregulerende dekkende buitenbeits\/schakelverf. Vergelijkbaar met: \u003cstrong\u003eAfinol Tuinbeits Roco Dekkend\u003c\/strong\u003e.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003ca href=\"https:\/\/paintdiscount.nl\/products\/afinol-tuinbeits-roco-dekkend\" class=\"pd-prod-btn\"\u003eBekijk Afinol Alternatief\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 5. Aqua DL-65 -\u003e Afinol Matte \/ Zijdeglans Lak AQ --\u003e\n    \u003cdiv class=\"pd-product-card\"\u003e\n      \u003cdiv class=\"pd-prod-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0578\/7749\/5992\/files\/Remmers_Aqua_DL-65-houtlak_PU.png?v=1780418600\" class=\"pd-prod-img\" alt=\"Remmers Aqua DL-65\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-prod-title\"\u003eRemmers Aqua DL-65 Houtlak PU\u003c\/div\u003e\n        \u003cdiv class=\"pd-prod-desc\"\u003eHoogwaardige watergedragen PU-houtlak voor binnen en buiten. Beschikbaar in twee uitstekende Afinol AQ varianten:\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-btn-split\"\u003e\n        \u003ca href=\"https:\/\/paintdiscount.nl\/products\/afinol-matte-lak-aq\" class=\"pd-prod-btn\"\u003eKies Mat\u003c\/a\u003e\n        \u003ca href=\"https:\/\/paintdiscount.nl\/products\/afinol-zijdeglanslak-aq\" class=\"pd-prod-btn\"\u003eKies Zijdeglans\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- HELP \u0026 KLANTENSERVICE CALLOUT --\u003e\n  \u003cdiv class=\"pd-support-banner\"\u003e\n    📞 \u003cstrong\u003eZoek je een ander specifiek Remmers product?\u003c\/strong\u003e\u003cbr\u003e\n    Het assortiment van Remmers kan soms overweldigend zijn. Heb je advies nodig voor een specifieke klus of zoek je een andere Remmers-tegenhanger? Neem gerust contact op met onze klantenservice of stel je vraag in de live chat. Onze verfspecialisten adviseren je graag het juiste Afinol product! Zie onze contactgegevens onderaan de pagina.\n  \u003c\/div\u003e\n\n\n  \u003c!-- INTERACTIEF UITVOUWBARE SEO SECTIE ONDERAAN --\u003e\n  \u003cdetails class=\"pd-coll-details\"\u003e\n    \u003csummary class=\"pd-coll-summary\"\u003e\n      \u003cspan class=\"pd-coll-btn-text\"\u003e\n        \u003cspan class=\"pd-close-txt\"\u003eWaarom kiezen voor Afinol in plaats van Remmers? 👇\u003c\/span\u003e\n        \u003cspan class=\"pd-open-txt\"\u003eInformatie sluiten ☝️\u003c\/span\u003e\n      \u003c\/span\u003e\n    \u003c\/summary\u003e\n    \n    \u003cdiv class=\"pd-coll-seo-content\"\u003e\n      \u003ch2\u003eAfinol houtbescherming: Hoge kwaliteit zonder de hoofdprijs\u003c\/h2\u003e\n      \u003cp\u003eRemmers is een bekende speler op het gebied van houtverduurzaming en industriële coatings, vaak gekenmerkt door ingewikkelde Duitse benamingen of technische productcodes zoals HK-Lazuur, Induline en Venti-Lack. Bij Paintdiscount geloven we in transparantie en een eerlijke prijs-kwaliteitverhouding. Wij kiezen er daarom bewust voor om Remmers niet op te nemen in ons assortiment, maar bieden met trots het onafhankelijke topmerk \u003cstrong\u003eAfinol\u003c\/strong\u003e aan.\u003c\/p\u003e\n      \n      \u003cp\u003eAfinol beschikt over een modern, compact en uiterst doeltreffend assortiment dat speciaal ontwikkeld is voor het grillige Nederlandse klimaat. Omdat Afinol rechtstreeks vanuit de eigen fabriek geleverd wordt met een zeer korte keten (supply chain), worden onnodige importkosten en merkmarges overgeslagen. Je profiteert dus van dezelfde professionele vloeiing, hechting en extreme UV-bescherming die je van Remmers gewend bent, maar dan voor een aanzienlijk lagere prijs per liter.\u003c\/p\u003e\n\n      \u003ch2\u003eNaadloze aansluiting op bekende Remmers klassiekers\u003c\/h2\u003e\n      \u003cp\u003eVoor elke bekende Remmers toepassing hebben we een ijzersterk Afinol alternatief klaarstaan:\u003c\/p\u003e\n      \u003cp\u003eGa je aan de slag met schuttingen, gevelbekleding of rabatdelen en zocht je de populaire \u003cem\u003eRemmers HK-Lazuur\u003c\/em\u003e? Met \u003cstrong\u003eAfinol Tuinbeits Roco Transparant\u003c\/strong\u003e haal je een evenwaardige vochtregulerende, impregnerende beits in huis die diep in de nerf trekt. Voor elastische, dekkende watergedragen systemen vervang je de \u003cem\u003eInduline T-670\u003c\/em\u003e moeiteloos door de uiterst flexibele \u003cstrong\u003eAfinol Houtbeits AQ\u003c\/strong\u003e, welke perfect meebeweegt met het krimpen og uitzetten van het buitenhout.\u003c\/p\u003e\n      \n      \u003cp\u003eOok voor dekkend lakwerk op terpentinebasis (zoals \u003cem\u003eVenti-Lack 3in1\u003c\/em\u003e) of de bescherming van kostbaar Douglas- en Larikshout (zoals \u003cem\u003eRemmers Tuinhoutolie\u003c\/em\u003e) biedt de Roco Dekkende beits en de speciale Afinol Douglas Olie exact de voeding en bescherming die jouw houtwerk nodig heeft om jarenlang mooi te blijven.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e","products":[],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0578\/7749\/5992\/collections\/remmers-logo.png?v=1780419050","url":"https:\/\/paintdiscount.nl\/collections\/remmers.oembed","provider":"Paintdiscount.nl","version":"1.0","type":"link"}