{"id":985,"date":"2025-11-20T22:44:56","date_gmt":"2025-11-20T19:44:56","guid":{"rendered":"https:\/\/dariapureschool.com\/black-friday\/"},"modified":"2025-11-29T01:22:11","modified_gmt":"2025-11-28T22:22:11","slug":"black-friday-2025","status":"publish","type":"page","link":"https:\/\/dariapureschool.com\/no\/black-friday-2025\/","title":{"rendered":"Black friday"},"content":{"rendered":"    <style>\n    .wp-block-dariapureschool-banner.banner-block {\n      margin: 20px 0 0;\n      padding: 0;\n      width: 100%;\n      max-width: 100%;\n      display: block;\n      margin-bottom: 0;\n      min-height: auto;\n      height: auto;\n      line-height: 0;\n    }\n\n    .banner-block-image-only {\n      position: relative;\n      height: auto;\n      overflow: hidden;\n    }\n\n    .banner-block-image-only img {\n      display: block;\n      width: 100%;\n      height: auto;\n    }\n\n    @media (max-width: 767px) {\n      .wp-block-dariapureschool-banner.banner-block {\n        margin-top: 0;\n      }\n\n      .banner-block-image-only {\n        height: 100vh;\n      }\n\n      .banner-block-image-only img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n      }\n    }\n    <\/style>\n    <div class=\"wp-block-dariapureschool-banner banner-block banner-block-image-only\">\n        <img decoding=\"async\" src=\"https:\/\/dariapureschool.com\/wp-content\/uploads\/2025\/11\/beliy-ponedelnik-1.webp\" alt=\"Black Friday\" \/>\n    <\/div>\n    \n\n\n\n<div class=\"product-filter-wrapper\">\n<!-- \u041a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440 \u0442\u043e\u0432\u0430\u0440\u043e\u0432 -->\n<div class=\"filtered-products-container\">\n            <p class=\"woocommerce-info\">Varer er forel\u00f8pig ikke tilgjengelige p\u00e5 dette spr\u00e5ket. Bytt til russisk versjon av nettbutikken \u2014 hele utvalget er allerede tilgjengelig der.<\/p>\n    <\/div>\n\n<script>\njQuery(document).ready(function($) {\n    'use strict';\n    \n    \/\/ \u0423\u0431\u0438\u0440\u0430\u0435\u043c \u043b\u0438\u0448\u043d\u0438\u0435 inline \u0441\u0442\u0438\u043b\u0438 \u0441 \u0442\u043e\u0432\u0430\u0440\u043e\u0432\n    function cleanProductStyles() {\n        $('.filtered-products-container ul.products li.product').each(function() {\n            var $product = $(this);\n            var style = $product.attr('style') || '';\n            \n            \/\/ \u0423\u0434\u0430\u043b\u044f\u0435\u043c transform, transition, visibility, opacity \u0438\u0437 inline \u0441\u0442\u0438\u043b\u0435\u0439\n            if (style) {\n                style = style.replace(\/transform[^;]*;?\/gi, '');\n                style = style.replace(\/transition[^;]*;?\/gi, '');\n                style = style.replace(\/visibility[^;]*;?\/gi, '');\n                style = style.replace(\/opacity[^;]*;?\/gi, '');\n                style = style.replace(\/will-change[^;]*;?\/gi, '');\n                style = style.replace(\/matrix3d[^;]*;?\/gi, '');\n                style = style.trim();\n                \n                \/\/ \u0423\u0431\u0438\u0440\u0430\u0435\u043c \u043b\u0438\u0448\u043d\u0438\u0435 \u0442\u043e\u0447\u043a\u0438 \u0441 \u0437\u0430\u043f\u044f\u0442\u043e\u0439\n                style = style.replace(\/;;+\/g, ';');\n                style = style.replace(\/^;|;$\/g, '');\n                style = style.trim();\n                \n                if (style && style !== '' && style !== ';') {\n                    $product.attr('style', style);\n                } else {\n                    \/\/ \u0415\u0441\u043b\u0438 \u0441\u0442\u0438\u043b\u0435\u0439 \u043d\u0435 \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c, \u0443\u0434\u0430\u043b\u044f\u0435\u043c \u0430\u0442\u0440\u0438\u0431\u0443\u0442 style\n                    $product.removeAttr('style');\n                }\n            }\n        });\n    }\n    \n    \/\/ \u041e\u0447\u0438\u0449\u0430\u0435\u043c \u0441\u0442\u0438\u043b\u0438 \u0441\u0440\u0430\u0437\u0443 \u0438 \u043f\u043e\u0441\u043b\u0435 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0437\u0430\u0434\u0435\u0440\u0436\u043a\u0438\n    cleanProductStyles();\n    setTimeout(cleanProductStyles, 100);\n    setTimeout(cleanProductStyles, 500);\n    setTimeout(cleanProductStyles, 1000);\n    \n    \/\/ \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c MutationObserver \u0434\u043b\u044f \u043e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439 \u0430\u0442\u0440\u0438\u0431\u0443\u0442\u043e\u0432\n    if (typeof MutationObserver !== 'undefined') {\n        var observer = new MutationObserver(function(mutations) {\n            mutations.forEach(function(mutation) {\n                if (mutation.type === 'attributes' && mutation.attributeName === 'style') {\n                    var $target = $(mutation.target);\n                    if ($target.hasClass('product')) {\n                        cleanProductStyles();\n                    }\n                }\n            });\n        });\n        \n        \/\/ \u041d\u0430\u0431\u043b\u044e\u0434\u0430\u0435\u043c \u0437\u0430 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f\u043c\u0438 \u0432 \u043a\u043e\u043d\u0442\u0435\u0439\u043d\u0435\u0440\u0435 \u0442\u043e\u0432\u0430\u0440\u043e\u0432\n        var productsContainer = document.querySelector('.filtered-products-container');\n        if (productsContainer) {\n            observer.observe(productsContainer, {\n                attributes: true,\n                attributeFilter: ['style'],\n                subtree: true\n            });\n        }\n    }\n});\n<\/script>\n\n<\/div>\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-985","page","type-page","status-publish","hentry"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/dariapureschool.com\/no\/wp-json\/wp\/v2\/pages\/985","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dariapureschool.com\/no\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dariapureschool.com\/no\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dariapureschool.com\/no\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dariapureschool.com\/no\/wp-json\/wp\/v2\/comments?post=985"}],"version-history":[{"count":2,"href":"https:\/\/dariapureschool.com\/no\/wp-json\/wp\/v2\/pages\/985\/revisions"}],"predecessor-version":[{"id":1108,"href":"https:\/\/dariapureschool.com\/no\/wp-json\/wp\/v2\/pages\/985\/revisions\/1108"}],"wp:attachment":[{"href":"https:\/\/dariapureschool.com\/no\/wp-json\/wp\/v2\/media?parent=985"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}