{"reviews":"<div class=\"Review \" data-review-id=\"13474828\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/brite-decking\/13474828'>Ben Shephard<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                        \n                            <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Buyer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_13474828\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_13474828\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_13474828' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Terrible service, slot of simple mistakes made<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_13474828'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_13474828\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 4 years ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(13474828)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 13474828)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-13474828\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-13474828\"\n                           tabindex=\"0\"\n                           data-review-id=\"13474828\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-13474828\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 13474828)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 13474828)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 13474828)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 13474828)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-twitter-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/brite-decking\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'http:\/\/twitter.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=13474828'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 4 years ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"12584138\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/brite-decking\/12584138'>Ken<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                        \n                            <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Buyer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_12584138\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_12584138\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_12584138' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>The product expands up to 15mm in direct sunlight which makes it too difficult to measure accurately and keep straight.Overview is I would not use this product again.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_12584138'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_12584138\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 4 years ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(12584138)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 12584138)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-12584138\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-12584138\"\n                           tabindex=\"0\"\n                           data-review-id=\"12584138\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-12584138\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 12584138)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 12584138)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 12584138)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 12584138)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-twitter-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/brite-decking\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'http:\/\/twitter.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=12584138'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 4 years ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"12573662\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/brite-decking\/12573662'>Marko<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                        \n                            <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Buyer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_12573662\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_12573662\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_12573662' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Hi, we were extreemly dissapointed with the colour variance in the boards supplied<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_12573662'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_12573662\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 4 years ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(12573662)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 12573662)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-12573662\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-12573662\"\n                           tabindex=\"0\"\n                           data-review-id=\"12573662\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-12573662\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 12573662)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 12573662)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 12573662)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 12573662)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-twitter-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/brite-decking\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'http:\/\/twitter.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=12573662'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 4 years ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"12563274\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/brite-decking\/12563274'>Tate<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                        \n                            <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Buyer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_12563274\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_12563274\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_12563274' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>It has bowed. Not even 6 months in the sun<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_12563274'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_12563274\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 4 years ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(12563274)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 12563274)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-12563274\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-12563274\"\n                           tabindex=\"0\"\n                           data-review-id=\"12563274\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-12563274\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 12563274)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 12563274)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 12563274)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 12563274)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-twitter-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/brite-decking\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'http:\/\/twitter.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=12563274'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 4 years ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"12539279\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/brite-decking\/12539279'>Chris<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                        \n                            <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Buyer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_12539279\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_12539279\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_12539279' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>We did not have the most positive experience with Brite deck, mostly due to their lack of communication with us. They were not good at returning calls and emails, and they made a few mistakes with our order.\r\n\r\nWe also have not had a good experience with composite decking, I will share my review after having the product for 8 months.\r\n\r\nAll the research we did about composite decking was about how \u2018maintenance free\u2019 it\u2019s supposed to be, but for us it\u2019s been the complete opposite. If I had my time again I would not be spending thousands of dollars on composite decking. \r\n\r\nStarting from the beginning, our delivery was delayed twice, we were promised it would arrive on a certain day and the delivery driver just didn\u2019t show up and didn\u2019t call. After our builder began to install it we realised there were 2 different colours delivered. It was very hard to speak to anyone over the phone about our stock because no one would return our calls. Eventually Brite deck delivered a new batch of boards this time they were 3mm wider than our original boards.  Brite deck ended up refunding some of the costs for the error which we were satisfied with and the only good part about our experience. \r\n\r\nFor us, the delivery delays meant we had to reschedule our builder each time, and by the time the final product arrived, our builder had other commitments so it dragged on a lot longer than it should have. \r\n\r\nWe selected a light grey coloured deck that only looks good when squeaky clean, otherwise it shows all dirt and marks, I would recommend a darker colour as we have spent most of 2021 cleaning our deck. \r\n\r\nOur deck started growing mould everywhere and looked horrible. The problem just kept getting worse with all the Brisbane rain this year. We\u2019ve had to bleach wash\/scrub it at least 6 times to remove the mould, it\u2019s permanently stained in some areas now. When we tried to get in contact with Brite deck again for some advice, no one would call us back, I had to call 3 times and send 3 emails to get someone to respond. \r\n\r\nEventually we received some advice from Steve at Brite deck to buy a deck sealer to protect it from mould. This has somewhat worked for us in most but not all parts of the deck. Note this is not a brite deck product. The sealant is very visible when wet due and looks like a bad paint job but we\u2019d rather have that then the mould. \r\n\r\nSome people seem to have positive experiences with Brite Deck and composite decking, so I wanted to leave this honest review to help others make their decisions when planning a project like this.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_12539279'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_12539279\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 4 years ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(12539279)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 12539279)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-12539279\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-12539279\"\n                           tabindex=\"0\"\n                           data-review-id=\"12539279\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-12539279\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 12539279)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 12539279)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 12539279)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 12539279)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-twitter-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/brite-decking\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'http:\/\/twitter.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=12539279'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 4 years ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"12421791\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/brite-decking\/12421791'>Steven<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                        \n                            <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Buyer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_12421791\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_12421791\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_12421791' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>My experience with Brite Deck has been poor to say the least. The warranty isn&#039;t worth the  paper it\u2019s written on. I have had the product for less than a year now and it looks 10 years old.\r\nThe boards do not match and have rough edges which I was told to sand back myself as the product is still fit for purpose.\r\nThis product has been installed in a brand new house and looks awful. I will be ripping it up and throwing it out.\r\nEveryone that comes to the house comments on how poor the decking looks and even ask if they are second hand boards.\r\nPhotos don&#039;t lie.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_12421791'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_12421791\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 4 years ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(12421791)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 12421791)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-12421791\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-12421791\"\n                           tabindex=\"0\"\n                           data-review-id=\"12421791\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-12421791\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 12421791)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 12421791)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 12421791)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 12421791)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-twitter-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/brite-decking\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'http:\/\/twitter.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=12421791'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 4 years ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"12412550\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/brite-decking\/12412550'>Tom<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                        \n                            <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Buyer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_12412550\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_12412550\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_12412550' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>No support with on going issues. We where left with the issue with no support going forward<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_12412550'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_12412550\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 4 years ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(12412550)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 12412550)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-12412550\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-12412550\"\n                           tabindex=\"0\"\n                           data-review-id=\"12412550\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-12412550\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 12412550)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 12412550)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 12412550)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 12412550)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-twitter-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/brite-decking\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'http:\/\/twitter.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=12412550'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 4 years ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"12412276\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/brite-decking\/12412276'>Stefi<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                        \n                            <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Buyer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_12412276\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_12412276\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_12412276' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>You guys do not care. We been here at least 3 times. Someone meant to come and have a look months ago.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_12412276'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_12412276\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 4 years ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(12412276)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 12412276)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-12412276\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-12412276\"\n                           tabindex=\"0\"\n                           data-review-id=\"12412276\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-12412276\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 12412276)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 12412276)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 12412276)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 12412276)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-twitter-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/brite-decking\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'http:\/\/twitter.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=12412276'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 4 years ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"12404124\">\n    \n    <div class=\"review-alert\" style=\"display:none\">\n        <div class=\"controlbtnFeedback\"><\/div>\n    <\/div>\n\n            <div class=\"Review__header\">\n                        <a class=\"Review__author\" href='\/company-review\/store\/brite-decking\/12404124'>Andrew<\/a>\n            \n            <div class=\"Review__overallStars\">\n                <div class=\"Review__overallStars__stars\">\n                    <div class=\"Rating Rating--md \">\n    <div class=\"Rating__stars u-marginBottom--none\">\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--0\"><\/i>\n        <\/div>\n<\/div>                <\/div>\n            <\/div>\n\n                            <div class=\"Review__badge-container\">\n                    <a href=\"\/profile-modal\/verified-reviews\" data-toggle=\"ajaxmodal\" class=\"Review__badge Review__badge--buyer\">\n\n                        \n                            <div class=\"BadgeElement\">\n                                <div class=\"BadgeElement__icon ricon-badge--checkmark\"><\/div>\n                                <div class=\"BadgeElement__text\">\n                                    <div class=\"TextBody TextBody--xxxs TextBody--inline u-textLeft--all u-marginBottom--none\">\n                                        Verified Buyer\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n\n                                            <\/a>\n                <\/div>\n            \n\n            <div class=\"Review__showDetails\" id=\"review_show_details_12404124\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_12404124\" class=\"showDetails__btn collapsed js-showDetails\">\n                    Show Details <i class=\"icon-arrow-down-thin-1-01\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <div class=\"Review__content\">\n\n            <div class=\"Review__container\">\n\n                                <div id='details_12404124' class=\"Review__subratings collapse\" >\n                <\/div>\n\n\n\n                                <span class=\"Review__body u-wordBreak--wordBreak\"><span class=\"Review__quotationMark Review__quotationMark--left\">&ldquo;<\/span>Horrible product and really bad customer service<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_12404124'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_12404124\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 4 years ago\n                                           <\/div>\n                <\/div> -->\n                <style>\n                    a.controlButtons__btn.controlButtons__btn--helpful:focus,\n                    a.controlButtons__btn.controlButtons__btn--report:focus,\n                    span.controlButtons__btn.controlButtons__btn--share:focus {\n                        border: 2px solid black !important;\n                        outline: none;\n                    }\n\n                    span.controlButtons__btn.controlButtons__btn--share.isFocused .textContainer {\n                        max-width: 100px !important;\n                        margin-left: 3px !important;\n                        opacity: 1 !important;\n                    }\n\n                    span.shareIcon.shareIcon--fb:focus-visible, .shareIcon.shareIcon--tw:focus-visible {\n                        outline: 2px solid black !important;\n                        border: unset !important;\n                        margin: 2px !important;\n                        padding: 0 !important;\n                    }\n                <\/style>\n                <div class=\"Review__controlButtons\">\n\n                    <div class=\"controlButtons__inner\">\n                    \n                                                    <a class=\"controlButtons__btn controlButtons__btn--helpful\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               tabindex=\"0\"\n                               aria-label=\"Mark review as helpful\"\n                               onclick=\"flagReviewAsHelpful(12404124)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 12404124)\"\n                               title=\"Was this review helpful?\"\n                            >\n                                <i class=\"ricon-thumbsup\"><\/i>\n                                                                <span class=\"textContainer\">Helpful<\/span>\n                            <\/a>\n                        \n                        <span id=\"shareOptionsContainer-12404124\" class=\"controlButtons__btn controlButtons__btn--share\"\n                           rel=\"nofollow\"\n                           role=\"button\"\n                           aria-label=\"Share on social media\"\n                           aria-expanded=\"false\"\n                           aria-controls=\"shareOptions-12404124\"\n                           tabindex=\"0\"\n                           data-review-id=\"12404124\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-12404124\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 12404124)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 12404124)\"\n                                    aria-label=\"Share on Facebook\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-facebook-favicon\"><\/i>\n                                <\/span>\n\n                                <span class=\"shareIcon shareIcon--tw\"\n                                    onclick=\"share('tw', 12404124)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 12404124)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-twitter-favicon\"><\/i>\n                                <\/span>\n                            <\/span>\n                        <\/span>\n\n                        <script>\n                            function toggleShareOptions(event, element) {\n                                const reviewId = element.getAttribute('data-review-id');\n                                const shareContainer = document.getElementById('shareOptionsContainer-' + reviewId);\n                                const shareOptions = document.getElementById('shareOptions-' + reviewId);\n                                const shareIcons = shareOptions.querySelectorAll('.shareIcon');\n\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault();\n                                    showShareOptions(element, shareIcons);\n                                }\n\n                                \/\/ Hide share options when focus leaves the container\n                                shareContainer.addEventListener('focusout', function(e) {\n                                    if (!shareOptions.contains(e.relatedTarget) && !shareContainer.contains(e.relatedTarget)) {\n                                        hideShareOptions(element, shareIcons);\n                                    }\n                                }); \n                            }\n\n                            function showShareOptions(element, shareIcons) {\n                                element.setAttribute('aria-expanded', 'true');\n                                element.classList.add('isFocused');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '0');\n                                    icon.setAttribute('aria-hidden', 'false');\n                                });\n                            }\n\n                            function hideShareOptions(element, shareIcons) {\n                                element.classList.remove('isFocused');\n                                element.setAttribute('aria-expanded', 'false');\n\n                                shareIcons.forEach(icon => {\n                                    icon.setAttribute('tabindex', '-1');\n                                    icon.setAttribute('aria-hidden', 'true');\n                                });\n                            }\n\n                            function shareKeydown(event, type, review_id) {\n                                if (event.key === 'Enter' || event.key === ' ') {\n                                    event.preventDefault(); \n                                    share(type, review_id);\n                                }\n                            }\n\n                            function share(type, review_id) {\n                                var url =  'https:\/\/reviews.io\/company-review\/store\/brite-decking\/' + review_id;\n                                var shareLink = '';\n\n                                switch(type) {\n                                    case 'fb':\n                                        shareLink = 'http:\/\/www.facebook.com\/sharer\/sharer.php?u=' + encodeURIComponent(url);\n                                        break;\n                                    case 'tw':\n                                        shareLink = 'http:\/\/twitter.com\/intent\/tweet?hashtags=REVIEWSio&text=' + encodeURIComponent(url);\n                                        break;\n                                }\n                                \/\/ Open url in new window\n                                window.open(shareLink,'targetWindow','toolbar=no,location=0,status=no,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480');\n                            };\n                        <\/script>\n\n                                                    <a class=\"controlButtons__btn controlButtons__btn--report\"\n                               rel=\"nofollow\"\n                               role=\"button\"\n                               href='\/profile-modal\/report-review?id=12404124'\n                               title=\"Report this review\"\n                               data-toggle='ajaxmodal'\n                            >\n                                <i class=\"ricon-flag\"><\/i>\n                                <span class=\"textContainer\">Report<\/span>\n                            <\/a>\n                                            <\/div>\n\n                    <div class=\"Review__dateSource\">\n                        \n                                                    Posted 4 years ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n<script>\n    setAjaxModals();\n\n        getStoreAdditionalData(\"13474828|12584138|12573662|12563274|12539279|12421791|12412550|12412276|12404124\", \"en\", \"bLnkL\");\n    \n<\/script>","pagination":"<ul class=\"pagination\">\n        \n                    <li><a href=\"https:\/\/www.reviews.io\/company-reviews\/store\/brite-decking?filters%5Brating%5D%5B0%5D=1\">&laquo;<\/a><\/li>\n        \n        \n                    \n            \n            \n                                \n                                                <li><a href=\"https:\/\/www.reviews.io\/company-reviews\/store\/brite-decking?filters%5Brating%5D%5B0%5D=1\">1<\/a><\/li>\n                                                                <li class=\"active\"><span>2<\/span><\/li>\n                            \n            \n                    \n        \n                    <li class=\"disabled\"><span>&raquo;<\/span><\/li>\n            <\/ul>\n\n\n<script>\n    setPagination();\n<\/script>"}