{"reviews":"<div class=\"Review \" data-review-id=\"28492272\">\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\/best-to-have1\/28492272'>Rebekah R<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28492272\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28492272\" 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_28492272' 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>Me and my partner got our wedding bands from Best to have and I would highly recommend we are both very happy with them my ring and wedding band is absolutely beautiful very well made so far so good<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28492272'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28492272\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 7 months 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(28492272)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28492272)\"\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-28492272\" 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-28492272\"\n                           tabindex=\"0\"\n                           data-review-id=\"28492272\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28492272\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28492272)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28492272)\"\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', 28492272)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28492272)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28492272'\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 7 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28489165\">\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\/best-to-have1\/28489165'>Maria T<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28489165\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28489165\" 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_28489165' 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>Beautiful ring, honestly amazing service and delivery time was great well before Christmas. I\u2019ve been ordering since 2022 and quality is great every time<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28489165'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28489165\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 7 months 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(28489165)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28489165)\"\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-28489165\" 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-28489165\"\n                           tabindex=\"0\"\n                           data-review-id=\"28489165\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28489165\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28489165)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28489165)\"\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', 28489165)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28489165)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28489165'\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 7 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28478882\">\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\/best-to-have1\/28478882'>Kim H<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28478882\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28478882\" 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_28478882' 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>Good selection of products. Photos of products were very good making it easy to choose items. Easy to order and make payment online.  Items arrived in good time and quality is very good. The items look far more expensive than they cost.  All in all I am extremely pleased with my shopping experience and have recommended this retailer to friends.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28478882'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28478882\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 7 months 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(28478882)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28478882)\"\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-28478882\" 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-28478882\"\n                           tabindex=\"0\"\n                           data-review-id=\"28478882\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28478882\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28478882)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28478882)\"\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', 28478882)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28478882)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28478882'\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 7 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28457444\">\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\/best-to-have1\/28457444'>Anonymous<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28457444\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28457444\" 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_28457444' 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>Brilliant service \ud83d\udc4f so helpful ordered the wrong size only had to give one call so helpful easy to return and got the correct size very quick before Christmas so happy with the service and how fast they action my query happy customer \ud83d\ude09<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28457444'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28457444\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 7 months 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(28457444)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28457444)\"\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-28457444\" 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-28457444\"\n                           tabindex=\"0\"\n                           data-review-id=\"28457444\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28457444\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28457444)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28457444)\"\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', 28457444)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28457444)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28457444'\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 7 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28453339\">\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\/best-to-have1\/28453339'>Iain K<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28453339\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28453339\" 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_28453339' 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>Great service, knew the ring size I needed. Chose the ring style and delivery was quick.  Very pleased with service and presentation when gift arrived. \r\n\r\nWould use site again.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28453339'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28453339\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 7 months 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(28453339)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28453339)\"\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-28453339\" 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-28453339\"\n                           tabindex=\"0\"\n                           data-review-id=\"28453339\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28453339\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28453339)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28453339)\"\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', 28453339)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28453339)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28453339'\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 7 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28449756\">\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\/best-to-have1\/28449756'>Susan H<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28449756\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28449756\" 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_28449756' 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>I am highly delighted with my purchase from Best to Have. So easy to order, perfect sizing, well packaged, fast delivery, especially as I ordered over the Christmas period and most importantly the rings are beautifully made and true to online images. Will definitely purchases from this company again and will recommend to friends and family.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28449756'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28449756\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 7 months 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(28449756)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28449756)\"\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-28449756\" 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-28449756\"\n                           tabindex=\"0\"\n                           data-review-id=\"28449756\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28449756\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28449756)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28449756)\"\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', 28449756)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28449756)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28449756'\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 7 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28419688\">\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\/best-to-have1\/28419688'>Pauline W<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28419688\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28419688\" 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_28419688' 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>Absolutely lovely.  Well made, looks great. Great price and looks expensive.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28419688'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28419688\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 7 months 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(28419688)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28419688)\"\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-28419688\" 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-28419688\"\n                           tabindex=\"0\"\n                           data-review-id=\"28419688\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28419688\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28419688)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28419688)\"\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', 28419688)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28419688)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28419688'\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 7 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28414991\">\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\/best-to-have1\/28414991'>Lee P<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28414991\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28414991\" 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_28414991' 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>Absolutely stunning, we both love them<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28414991'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28414991\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 8 months 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(28414991)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28414991)\"\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-28414991\" 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-28414991\"\n                           tabindex=\"0\"\n                           data-review-id=\"28414991\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28414991\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28414991)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28414991)\"\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', 28414991)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28414991)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28414991'\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 8 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28392124\">\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\/best-to-have1\/28392124'>Paul M<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28392124\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28392124\" 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_28392124' 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>Thankyou for the fantastic leather jacket.\r\nFits me perfectly<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28392124'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28392124\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 8 months 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(28392124)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28392124)\"\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-28392124\" 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-28392124\"\n                           tabindex=\"0\"\n                           data-review-id=\"28392124\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28392124\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28392124)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28392124)\"\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', 28392124)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28392124)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28392124'\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 8 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28391380\">\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\/best-to-have1\/28391380'>Anonymous<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28391380\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28391380\" 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_28391380' 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>Beautiful Rings! The quality is amazing and I would definitely recommend and purchase from here again.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28391380'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28391380\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 8 months 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(28391380)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28391380)\"\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-28391380\" 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-28391380\"\n                           tabindex=\"0\"\n                           data-review-id=\"28391380\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28391380\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28391380)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28391380)\"\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', 28391380)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28391380)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28391380'\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 8 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28387710\">\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\/best-to-have1\/28387710'>Andrew G<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28387710\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28387710\" 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_28387710' 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>Great items,memorable pieces. Feels good to wear.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28387710'>\n                    <div class='Review__photos'>\n                                                                            <a class=\"photos__item\"\n                                loading=\"lazy\"\n                               href=\"#modalPreview\"\n                               data-toggle=\"modal\"\n                               alt=\"safsfg\"\n                               onClick='setImageReview(28387710); setImages([\"https:\\\/\\\/media.reviews.co.uk\\\/resize\\\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-cfe0e80a019b8b5c32c775aa0cc2e4d5-1766092918.jpg&height=720&width=720\"], 0, \"Best To Have 5 star review on 18th December 2025\")'\n                            ><img loading=\"lazy\" class=\"image__src\" src=\"https:\/\/media.reviews.co.uk\/resize\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-cfe0e80a019b8b5c32c775aa0cc2e4d5-1766092918.jpg&height=720&width=720\" alt=\"Best To Have 5 star review on 18th December 2025\"><\/a>\n                        \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28387710\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 8 months 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(28387710)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28387710)\"\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-28387710\" 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-28387710\"\n                           tabindex=\"0\"\n                           data-review-id=\"28387710\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28387710\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28387710)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28387710)\"\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', 28387710)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28387710)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28387710'\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 8 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28354106\">\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\/best-to-have1\/28354106'>Anonymous<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28354106\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28354106\" 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_28354106' 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>Bought this for a Xmas present for my husband it looks great<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28354106'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28354106\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 8 months 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(28354106)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28354106)\"\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-28354106\" 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-28354106\"\n                           tabindex=\"0\"\n                           data-review-id=\"28354106\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28354106\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28354106)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28354106)\"\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', 28354106)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28354106)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28354106'\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 8 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28353967\">\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\/best-to-have1\/28353967'>Danielle G<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28353967\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28353967\" 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_28353967' 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>Very beautiful set, been looking for a replacement for a while best to have where amazing, fast delivery<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28353967'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28353967\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 8 months 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(28353967)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28353967)\"\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-28353967\" 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-28353967\"\n                           tabindex=\"0\"\n                           data-review-id=\"28353967\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28353967\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28353967)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28353967)\"\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', 28353967)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28353967)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28353967'\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 8 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28328547\">\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\/best-to-have1\/28328547'>K O<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28328547\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28328547\" 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_28328547' 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>Great service and quick delivery<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28328547'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28328547\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 8 months 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(28328547)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28328547)\"\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-28328547\" 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-28328547\"\n                           tabindex=\"0\"\n                           data-review-id=\"28328547\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28328547\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28328547)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28328547)\"\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', 28328547)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28328547)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28328547'\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 8 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28309578\">\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\/best-to-have1\/28309578'>Sharon N<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28309578\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28309578\" 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_28309578' 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 received our wedding bands this week, we will be wearing them after Christmas, as a replacement for our original rings, we have tried them on and the fit is perfect, they look amazing, can&#039;t wait to wear them all day. Thank you for your quick delivery.<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28309578'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28309578\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 8 months 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(28309578)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28309578)\"\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-28309578\" 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-28309578\"\n                           tabindex=\"0\"\n                           data-review-id=\"28309578\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28309578\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28309578)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28309578)\"\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', 28309578)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28309578)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28309578'\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 8 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28280783\">\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\/best-to-have1\/28280783'>Cheryl S<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28280783\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28280783\" 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_28280783' 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>First time using best to have and received my jewellery which is beautiful unfortunately due to my own mistake the ring i purchased does not fit me however spoke to a lovely customer service advisor and they were extremely helpful and even sent me a email with the steps moving forwards will definitely be ordering again<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28280783'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28280783\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 8 months 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(28280783)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28280783)\"\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-28280783\" 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-28280783\"\n                           tabindex=\"0\"\n                           data-review-id=\"28280783\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28280783\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28280783)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28280783)\"\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', 28280783)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28280783)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28280783'\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 8 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28214490\">\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\/best-to-have1\/28214490'>Alison T<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28214490\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28214490\" 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_28214490' 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>Absolutely love my wedding ring always heard so much feedback so I thought why not thank you BESTOHAVE \ud83d\ude0a<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28214490'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28214490\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 8 months 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(28214490)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28214490)\"\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-28214490\" 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-28214490\"\n                           tabindex=\"0\"\n                           data-review-id=\"28214490\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28214490\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28214490)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28214490)\"\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', 28214490)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28214490)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28214490'\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 8 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28172922\">\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\/best-to-have1\/28172922'>Bill P<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28172922\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28172922\" 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_28172922' 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>A great company to deal with,easy to navigate site,payment is so easy,they have a wide range of jewellery including larger sizes for girls like me with thick fingers,I am so pleased with my first purchase,great quality items from rings,bracelets and necklaces,I would recommend them to everybody who asks as I just love these rings.\r\nMany Thanks Marie xx<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28172922'>\n                    <div class='Review__photos'>\n                                                                            <a class=\"photos__item\"\n                                loading=\"lazy\"\n                               href=\"#modalPreview\"\n                               data-toggle=\"modal\"\n                               alt=\"safsfg\"\n                               onClick='setImageReview(28172922); setImages([\"https:\\\/\\\/media.reviews.co.uk\\\/resize\\\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-d559424d1afe006ea6a037f5ab10eb81-1764529822.jpg&height=720&width=720\",\"https:\\\/\\\/media.reviews.co.uk\\\/resize\\\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-915b15e729ab23686de7a2dbb3abc99d-1764529823.jpg&height=720&width=720\",\"https:\\\/\\\/media.reviews.co.uk\\\/resize\\\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-a5dbba876979152fe00ef56c967b19d3-1764529824.jpg&height=720&width=720\"], 0, \"Best To Have 5 star review on 30th November 2025\")'\n                            ><img loading=\"lazy\" class=\"image__src\" src=\"https:\/\/media.reviews.co.uk\/resize\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-d559424d1afe006ea6a037f5ab10eb81-1764529822.jpg&height=720&width=720\" alt=\"Best To Have 5 star review on 30th November 2025\"><\/a>\n                                                    <a class=\"photos__item\"\n                                loading=\"lazy\"\n                               href=\"#modalPreview\"\n                               data-toggle=\"modal\"\n                               alt=\"safsfg\"\n                               onClick='setImageReview(28172922); setImages([\"https:\\\/\\\/media.reviews.co.uk\\\/resize\\\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-d559424d1afe006ea6a037f5ab10eb81-1764529822.jpg&height=720&width=720\",\"https:\\\/\\\/media.reviews.co.uk\\\/resize\\\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-915b15e729ab23686de7a2dbb3abc99d-1764529823.jpg&height=720&width=720\",\"https:\\\/\\\/media.reviews.co.uk\\\/resize\\\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-a5dbba876979152fe00ef56c967b19d3-1764529824.jpg&height=720&width=720\"], 1, \"Best To Have 5 star review on 30th November 2025\")'\n                            ><img loading=\"lazy\" class=\"image__src\" src=\"https:\/\/media.reviews.co.uk\/resize\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-915b15e729ab23686de7a2dbb3abc99d-1764529823.jpg&height=720&width=720\" alt=\"Best To Have 5 star review on 30th November 2025\"><\/a>\n                                                    <a class=\"photos__item\"\n                                loading=\"lazy\"\n                               href=\"#modalPreview\"\n                               data-toggle=\"modal\"\n                               alt=\"safsfg\"\n                               onClick='setImageReview(28172922); setImages([\"https:\\\/\\\/media.reviews.co.uk\\\/resize\\\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-d559424d1afe006ea6a037f5ab10eb81-1764529822.jpg&height=720&width=720\",\"https:\\\/\\\/media.reviews.co.uk\\\/resize\\\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-915b15e729ab23686de7a2dbb3abc99d-1764529823.jpg&height=720&width=720\",\"https:\\\/\\\/media.reviews.co.uk\\\/resize\\\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-a5dbba876979152fe00ef56c967b19d3-1764529824.jpg&height=720&width=720\"], 2, \"Best To Have 5 star review on 30th November 2025\")'\n                            ><img loading=\"lazy\" class=\"image__src\" src=\"https:\/\/media.reviews.co.uk\/resize\/create?src=https%3A%2F%2Fs3-eu-west-1.amazonaws.com%2Freviewscouk%2Fassets%2Fupload-a5dbba876979152fe00ef56c967b19d3-1764529824.jpg&height=720&width=720\" alt=\"Best To Have 5 star review on 30th November 2025\"><\/a>\n                        \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28172922\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 8 months 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(28172922)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28172922)\"\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-28172922\" 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-28172922\"\n                           tabindex=\"0\"\n                           data-review-id=\"28172922\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28172922\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28172922)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28172922)\"\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', 28172922)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28172922)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28172922'\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 8 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28076025\">\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\/best-to-have1\/28076025'>Charlotte C<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28076025\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28076025\" 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_28076025' 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>Really impressed bueatiful set and fast delivery really great quality<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28076025'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28076025\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 9 months 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(28076025)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28076025)\"\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-28076025\" 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-28076025\"\n                           tabindex=\"0\"\n                           data-review-id=\"28076025\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28076025\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28076025)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28076025)\"\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', 28076025)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28076025)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28076025'\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 9 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n    <div class=\"Review \" data-review-id=\"28042104\">\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\/best-to-have1\/28042104'>Anonymous<\/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--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/i>\n                    <i class=\"stars__icon ricon-percentage-star--100 stars__icon--100\"><\/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_28042104\" style='display:none'>\n                <a role=\"button\" data-toggle=\"collapse\" href=\"#details_28042104\" 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_28042104' 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>Perfect great quality brilliant sizing definitely worth it<span class=\"Review__quotationMark Review__quotationMark--right\">&rdquo;<\/span><\/span>\n\n                \n                <div class=\"Review__photos Review__photos--fullwidth\" id='review_photos_28042104'>\n                    <div class='Review__photos'>\n                                                \n                    <\/div>\n                <\/div>\n\n\n                <!-- <div class=\"Review__controlButtons\" id=\"review_controls_28042104\">\n                    <div class=\"Review__dateSource\">\n\n\n                        \n                                                    Posted 9 months 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(28042104)\"\n                               onkeydown=\"flagReviewAsHelpfulKeydown(event, 28042104)\"\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-28042104\" 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-28042104\"\n                           tabindex=\"0\"\n                           data-review-id=\"28042104\"\n                           onkeydown=\"toggleShareOptions(event, this)\"\n                        >\n                            <i class=\"ricon-share\"><\/i>\n                            <span id=\"shareOptions-28042104\" class=\"textContainer\">\n                                <span class=\"shareIcon shareIcon--fb\"\n                                    onclick=\"share('fb', 28042104)\"\n                                    onkeydown=\"shareKeydown(event, 'fb', 28042104)\"\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', 28042104)\"\n                                    onkeydown=\"shareKeydown(event, 'tw', 28042104)\"\n                                    aria-label=\"Share on X\"\n                                    aria-hidden=\"true\"\n                                    tabindex=\"-1\"\n                                >\n                                    <i class=\"ricon-x-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\/best-to-have1\/' + 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 = 'https:\/\/x.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=28042104'\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 9 months ago\n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    \n                    \n    <\/div>\n\n<script>\n    setAjaxModals();\n\n        getStoreAdditionalData(\"28492272|28489165|28478882|28457444|28453339|28449756|28419688|28414991|28392124|28391380|28387710|28354106|28353967|28328547|28309578|28280783|28214490|28172922|28076025|28042104\", \"en\", \"G6e9\");\n    \n<\/script>","pagination":"<ul class=\"pagination\">\n        \n                    <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/best-to-have1\/Na?filters%5Brating%5D%5B0%5D=5\">&laquo;<\/a><\/li>\n        \n        \n                    \n                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/best-to-have1?filters%5Brating%5D%5B0%5D=5\">1<\/a><\/li>\n                                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/best-to-have1\/Qr?filters%5Brating%5D%5B0%5D=5\">2<\/a><\/li>\n                            \n            \n                            <li class=\"disabled\"><span>...<\/span><\/li>\n                                \n                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/best-to-have1\/4p?filters%5Brating%5D%5B0%5D=5\">3<\/a><\/li>\n                                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/best-to-have1\/Na?filters%5Brating%5D%5B0%5D=5\">4<\/a><\/li>\n                                                                <li class=\"active\"><span>5<\/span><\/li>\n                                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/best-to-have1\/EJ?filters%5Brating%5D%5B0%5D=5\">6<\/a><\/li>\n                                                                <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/best-to-have1\/jR?filters%5Brating%5D%5B0%5D=5\">7<\/a><\/li>\n                            \n            \n                    \n        \n                    <li><a href=\"https:\/\/www.reviews.co.uk\/company-reviews\/store\/best-to-have1\/EJ?filters%5Brating%5D%5B0%5D=5\">&raquo;<\/a><\/li>\n            <\/ul>\n\n\n<script>\n    setPagination();\n<\/script>"}