{"id":2830,"date":"2021-09-09T11:01:34","date_gmt":"2021-09-09T11:01:34","guid":{"rendered":"http:\/\/dummy.xtemos.com\/woodmart2\/elementor\/?page_id=2830"},"modified":"2025-10-11T17:58:23","modified_gmt":"2025-10-11T14:58:23","slug":"home-jewellery","status":"publish","type":"page","link":"https:\/\/soul2sevenshop.com\/","title":{"rendered":"Anasayfa"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2830\" class=\"elementor elementor-2830\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-d4f9009 wd-section-stretch e-flex e-con-boxed e-con e-parent\" data-id=\"d4f9009\" data-element_type=\"container\" id=\"celestial\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7cda7d0 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"7cda7d0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <style>\r\n        {\r\n            box-sizing: border-box;\r\n            margin: 0;\r\n            padding: 0;\r\n            font-family: Arial, Helvetica, sans-serif;\r\n        }\r\n        body {\r\n            min-height: 100vh;\r\n            justify-content: center;\r\n            align-items: center;\r\n            flex-direction: column;\r\n        }\r\n        button, input, select, textarea {\r\n            font-family: inherit;\r\n            font-size: 100%;\r\n        }\r\n        .column {\r\n            float: left;\r\n            width: 24%;\r\n        }\r\n        .column + .column{\r\n            margin-left:5%;\r\n        }\r\n        form {\r\n            width: 100%;\r\n            text-align: center;\r\n        }\r\n        select {\r\n            color: rgb(149,111,48);\r\n            border-color: rgb(149,111,48);\r\n            \r\n        }\r\n        label {\r\n            color: rgb(149,111,48);\r\n        }\r\n        .button {\r\n            background-color: rgb(30,102,84);\r\n            color: white;\r\n        }\r\n        .button:hover {\r\n            background-color: rgb(60,132,84);\r\n            color: white;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body style=\"opacity:0;\" onload=\"sayfa_yuklenirken()\">\r\n    <div class=\"form-container\">\r\n        <form>\r\n            <div class=\"row\">\r\n                <div class=\"column\">\r\n                    <label for=\"day\"><b>G\u00dcN<\/b><\/label>\r\n                    <select name=\"day\" id=\"day\"><\/select>\r\n                <\/div>\r\n                <div class=\"column\">\r\n                    <label for=\"month\"><b>AY<\/b><\/label>\r\n                    <select name=\"month\" id=\"month\"><\/select>\r\n                <\/div>\r\n                <div class=\"column\">\r\n                    <label for=\"year\"><b>YIL<\/b><\/label>\r\n                    <select name=\"year\" id=\"year\"><\/select>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"row\">\r\n                <div class=\"column\"><\/div>\r\n                <div class=\"column\">\r\n                    <br>\r\n                    <button onclick=\"btn_hesapla()\", type=\"button\", class=\"button\"><b>Hesapla<\/b><\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/form>\r\n    <\/div>\r\n\r\n    <script>\r\n        const yearSelect = document.getElementById(\"year\");\r\n        const monthSelect = document.getElementById(\"month\");\r\n        const daySelect = document.getElementById(\"day\");\r\n        \r\n        const urunler = document.getElementById(\"urunler\");\r\n        \r\n        const months = ['Ocak', '\u015eubat', 'Mart', 'Nisan', 'May\u0131s', 'Haziran', 'Temmuz', 'A\u011fustos', 'Eyl\u00fcl', 'Ekim', 'Kas\u0131m', 'Aral\u0131k'];\r\n        \r\n        function populateMonths() {\r\n            for (let i = 0; i < months.length; i++) {\r\n                const option = document.createElement('option');\r\n                option.textContent = months[i];\r\n                monthSelect.appendChild(option);\r\n            }\r\n            monthSelect.value = 'Ocak';\r\n        }\r\n        \r\n        let previousDay;\r\n        \r\n        function populateDays(month) {\r\n            while(daySelect.firstChild) {\r\n                daySelect.removeChild(daySelect.firstChild)\r\n            }\r\n            let dayNum;\r\n            let year = yearSelect.value;\r\n            if (month === 'Ocak' || month === 'Mart' || month === 'May\u0131s' || month === 'Temmuz' || month === 'A\u011fustos' || month === 'Ekim' || month === 'Aral\u0131k') {\r\n                dayNum = 31;\r\n            } else if (month === 'Nisan' || month === 'Haziran' || month === 'Eyl\u00fcl' || month === 'Kas\u0131m') {\r\n                dayNum = 30;\r\n            } else {\r\n                if(new Date(year, 1, 29).getMonth() == 1) {\r\n                    dayNum = 29;\r\n                } else {\r\n                    dayNum = 28;\r\n                }\r\n            }\r\n            for(let i = 1; i <= dayNum; i++) {\r\n                const option = document.createElement(\"option\");\r\n                option.textContent = i;\r\n                daySelect.appendChild(option);\r\n            }\r\n            if(previousDay) {\r\n                daySelect.value = previousDay;\r\n                if(daySelect.value === \"\") {\r\n                    daySelect.value = previousDay - 1;\r\n                }\r\n                if(daySelect.value === \"\") {\r\n                    daySelect.value = previousDay - 2;\r\n                }\r\n                if(daySelect.value === \"\") {\r\n                    daySelect.value = previousDay - 3;\r\n                }\r\n            }\r\n        }\r\n        \r\n        function populateYears() {\r\n            let year = new Date().getFullYear();\r\n            for(let i = 0; i < 101; i++) {\r\n                const option = document.createElement(\"option\");\r\n                option.textContent = year - i;\r\n                yearSelect.appendChild(option);\r\n            }\r\n        }\r\n        \r\n        populateMonths();\r\n        populateDays(monthSelect.value);\r\n        populateYears();\r\n        \r\n        yearSelect.onchange = function() {\r\n            populateDays(monthSelect.value);\r\n        }\r\n        \r\n        monthSelect.onchange = function() {\r\n            populateDays(monthSelect.value);\r\n        }\r\n        \r\n        daySelect.onchange = function() {\r\n            previousDay = daySelect.value;\r\n        }\r\n        \r\n        const weekDay = [\"Pazar\",\"Pazartesi\",\"Sal\u0131\",\"\u00c7ar\u015famba\",\"Per\u015fembe\",\"Cuma\",\"Cumartesi\"];\r\n        \r\n        \/\/var textItem = document.getElementById(\"text-1\");\r\n        var yasam_yolu_sayisi_no;\r\n        var hafta_gunu;\r\n        \r\n        function btn_hesapla() {\r\n            \/\/var textItem = document.getElementById(\"text-1\");\r\n            hafta_gunu = new Date(yearSelect.value.concat(\"-\",month_to_num(monthSelect.value),\"-\",day_to_num(daySelect.value))).getDay();\r\n            \/\/textItem.innerHTML = \"G\u00fcn\u00fcn\u00fcz: \".concat(weekDay[hafta_gunu]);\r\n            \r\n            yasam_yolu_sayisi_hesapla(day_to_num(daySelect.value),month_to_num(monthSelect.value),yearSelect.value);\r\n            \/\/var textTwo = document.getElementById(\"text-2\");\r\n            \/\/textTwo.innerHTML = \"Ya\u015fam Yolu Say\u0131n\u0131z: \".concat(yasam_yolu_sayisi_no);\r\n            \r\n            urunleri_getir();\r\n        }\r\n        \r\n        function month_to_num(month) {\r\n            if(month === \"Ocak\") {\r\n                return '01';\r\n            } else if(month === \"\u015eubat\") {\r\n                return '02';\r\n            } else if(month === \"Mart\") {\r\n                return '03';\r\n            } else if(month === \"Nisan\") {\r\n                return '04';\r\n            } else if(month === \"May\u0131s\") {\r\n                return '05';\r\n            } else if(month === \"Haziran\") {\r\n                return '06';\r\n            } else if(month === \"Temmuz\") {\r\n                return '07';\r\n            } else if(month === \"A\u011fustos\") {\r\n                return '08';\r\n            } else if(month === \"Eyl\u00fcl\") {\r\n                return '09';\r\n            } else if(month === \"Ekim\") {\r\n                return '10';\r\n            } else if(month === \"Kas\u0131m\") {\r\n                return '11';\r\n            } else if(month === \"Aral\u0131k\") {\r\n                return '12';\r\n            }\r\n                \r\n        }\r\n        \r\n        function day_to_num(day) {\r\n            if(day.length === 1) {\r\n                return '0'.concat(day);\r\n            } else {\r\n                return day;\r\n            }\r\n        }\r\n        \r\n        function yasam_yolu_sayisi_hesapla(day,month,year) {\r\n            var result = 0;\r\n            \r\n            result += parseInt(Array.from(day)[0]) + parseInt(Array.from(day)[1]);\r\n            result += parseInt(Array.from(month)[0]) + parseInt(Array.from(month)[1]);\r\n            result += parseInt(Array.from(year)[0]) + parseInt(Array.from(year)[1]) + parseInt(Array.from(year)[2]) + parseInt(Array.from(year)[3]);\r\n            \r\n            while(result > 9) {\r\n                if (result === 11) {\r\n                    yasam_yolu_sayisi_no = '11\/2';\r\n                    return;\r\n                } else if (result === 22) {\r\n                    yasam_yolu_sayisi_no = '22\/4';\r\n                    return;\r\n                } else if (result === 33) {\r\n                    yasam_yolu_sayisi_no = '33\/6';\r\n                    return;\r\n                }\r\n                \r\n                result = parseInt(Array.from(result.toString())[0]) + parseInt(Array.from(result.toString())[1]);\r\n            }\r\n            \r\n            yasam_yolu_sayisi_no = result;\r\n        }\r\n        \r\n        const elements = [];\r\n        var arr_id = 0;\r\n        \r\n        function urunleri_getir() {\r\n            urunleri_gizle();\r\n            \r\n            if (hafta_gunu === 0) {\r\n                hafta_gunu = 7;\r\n            }\r\n            \r\n            if (yasam_yolu_sayisi_no === '11\/2') {\r\n                yasam_yolu_sayisi_no = '11';\r\n            } else if (yasam_yolu_sayisi_no === '22\/4') {\r\n                yasam_yolu_sayisi_no = '22';\r\n            } else if (yasam_yolu_sayisi_no === '33\/6') {\r\n                yasam_yolu_sayisi_no = '33';\r\n            }\r\n            \r\n            document.getElementById('number-'.concat(yasam_yolu_sayisi_no.toString())).style.display = 'block';\r\n            document.getElementById('day-'.concat(hafta_gunu.toString())).style.display = 'block';\r\n        }\r\n        \r\n        function urunleri_gizle() {\r\n            for (let i = 1; i <= arr_id; i++) {\r\n                elements[i].style.display = 'none';\r\n            }\r\n        }\r\n        \r\n        function sayfa_yuklenirken() {\r\n            for (let i = 1; i <= 9; i++) {\r\n                arr_id = arr_id + 1;\r\n                elements[arr_id] = document.getElementById('number-'.concat(i.toString()));\r\n            }\r\n            \r\n            arr_id = arr_id + 1;\r\n            elements[arr_id] = document.getElementById('number-11');\r\n            arr_id = arr_id + 1;\r\n            elements[arr_id] = document.getElementById('number-22');\r\n            arr_id = arr_id + 1;\r\n            elements[arr_id] = document.getElementById('number-33');\r\n            \r\n            for (let i = 1; i <= 7; i++) {\r\n                arr_id = arr_id + 1;\r\n                elements[arr_id] = document.getElementById('day-'.concat(i.toString()));\r\n            }\r\n            \r\n            urunleri_gizle();\r\n            \r\n            document.body.style.opacity = 1;\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-e4b8bed e-flex e-con-boxed e-con e-parent\" data-id=\"e4b8bed\" data-element_type=\"container\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ec2dec6 e-con-full e-flex e-con e-child\" data-id=\"ec2dec6\" data-element_type=\"container\" id=\"number-1\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62878cd eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"62878cd\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"62878cd\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=big-number-1\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img fetchpriority=\"high\" decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Remove-bg.ai_1727018562681-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 1\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=big-number-1\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 1<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>E\u015eS\u0130Z K\u0130\u015e\u0130L\u0130KLER: Do\u011fu\u015ftan lider ve ba\u011f\u0131ms\u0131z bireylerdir. \u00d6zg\u00fcveni y\u00fcksek 1'lerin...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=big-number-1\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21812\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21812\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 1&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21812\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-1\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/gold-gumus-860x860.jpg\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 1\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-1\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 1<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>E\u015eS\u0130Z K\u0130\u015e\u0130L\u0130KLER: Do\u011fu\u015ftan lider ve ba\u011f\u0131ms\u0131z bireylerdir. \u00d6zg\u00fcveni y\u00fcksek 1'lerin...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-1\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_19036\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"19036\" data-product_sku=\"nr1\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 1&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_19036\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-62878cd\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72bd66f e-con-full e-flex e-con e-child\" data-id=\"72bd66f\" data-element_type=\"container\" id=\"number-2\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be12e80 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"be12e80\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"be12e80\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-2\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/09\/Remove-bg.ai_1727019515115-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 2\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-2\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 2<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>SEVG\u0130 DA\u011eITAN 2'LER \u00c7ok samimi ve naziktirler. A\u015fk i\u00e7in yarat\u0131lm\u0131\u015flard\u0131r....<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-2\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21830\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21830\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 2&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21830\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-2\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/2-y-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 2\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-2\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 2<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>SEVG\u0130 DA\u011eITAN 2'LER \u00c7ok samimi ve naziktirler. A\u015fk i\u00e7in yarat\u0131lm\u0131\u015flard\u0131r....<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-2\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21561\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21561\" data-product_sku=\"nr2\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 2&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21561\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-be12e80\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7b33368 e-con-full e-flex e-con e-child\" data-id=\"7b33368\" data-element_type=\"container\" id=\"number-3\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a3c788 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"9a3c788\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"9a3c788\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-3\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/09\/Remove-bg.ai_1727019522042-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 3\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-3\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 3<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>HAYALPEREST 3'LER Orjinal, yarat\u0131c\u0131 ve muziptirler. Espri yetenekleriyle dikkat \u00e7ekerler....<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-3\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21834\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21834\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 3&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21834\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-3\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/3-y-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 3\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-3\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 3<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>HAYALPEREST 3'LER Orjinal, yarat\u0131c\u0131 ve muziptirler. Espri yetenekleriyle dikkat \u00e7ekerler....<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-3\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_19939\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"19939\" data-product_sku=\"nr3\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 3&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_19939\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-9a3c788\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8171a3 e-con-full e-flex e-con e-child\" data-id=\"d8171a3\" data-element_type=\"container\" id=\"number-4\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b96b2f3 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"b96b2f3\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"b96b2f3\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-4\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/09\/Remove-bg.ai_1727019519799-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 4\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-4\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 4<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>\u00c7ALI\u015eKAN 4'LER Sistematik, disiplinli ve sab\u0131rl\u0131d\u0131rlar. \u0130li\u015fkilerinde de bu tutumda...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-4\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21837\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21837\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 4&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21837\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-4\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/4-y-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 4\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-4\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 4<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>\u00c7ALI\u015eKAN 4'LER Sistematik, disiplinli ve sab\u0131rl\u0131d\u0131rlar. \u0130li\u015fkilerinde de bu tutumda...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-4\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_19941\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"19941\" data-product_sku=\"nr4\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 4&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_19941\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-b96b2f3\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-20d3551 e-con-full e-flex e-con e-child\" data-id=\"20d3551\" data-element_type=\"container\" id=\"number-5\">\n\t\t\t\t<div class=\"elementor-element elementor-element-547370e eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"547370e\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"547370e\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-5\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/09\/Remove-bg.ai_1727019510393-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 5\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-5\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 5<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>YETENEKL\u0130 5'LER De\u011fi\u015fim insan\u0131d\u0131rlar. Yeni \u015feyler ke\u015ffetmek, kendilerini s\u00fcrekli geli\u015ftirmek...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-5\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21840\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21840\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 5&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21840\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-5\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/5-y-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 5\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-5\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 5<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>YETENEKL\u0130 5'LER De\u011fi\u015fim insan\u0131d\u0131rlar. Yeni \u015feyler ke\u015ffetmek, kendilerini s\u00fcrekli geli\u015ftirmek...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-5\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_19943\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"19943\" data-product_sku=\"nr5\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 5&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_19943\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-547370e\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c6d7de4 e-con-full e-flex e-con e-child\" data-id=\"c6d7de4\" data-element_type=\"container\" id=\"number-6\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52e4cf7 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"52e4cf7\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"52e4cf7\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-6\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/09\/Remove-bg.ai_1727019517695-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 6\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-6\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 6<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>G\u00d6N\u00dcLDEN BA\u011eLI 6'LAR Kalpleri onlar\u0131n pusulas\u0131d\u0131r. \u0130\u00e7lerinden gelen sese kulak...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-6\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21843\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21843\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 6&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21843\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-6\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/6-y-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 6\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-6\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 6<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>G\u00d6N\u00dcLDEN BA\u011eLI 6'LAR Kalpleri onlar\u0131n pusulas\u0131d\u0131r. \u0130\u00e7lerinden gelen sese kulak...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-6\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_19945\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"19945\" data-product_sku=\"nr6\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 6&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_19945\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-52e4cf7\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12e48ae e-con-full e-flex e-con e-child\" data-id=\"12e48ae\" data-element_type=\"container\" id=\"number-7\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3bf0867 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"3bf0867\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"3bf0867\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-7\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/09\/Remove-bg.ai_1727019512975-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 7\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-7\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 7<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>SORUN \u00c7\u00d6Z\u00dcC\u00dc 7LER Do\u011fu\u015ftan iyi gelen bir enerji ta\u015f\u0131rlar. \u015eifa...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-7\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21846\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21846\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 7&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21846\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-7\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/7-y-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 7\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-7\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 7<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>SORUN \u00c7\u00d6Z\u00dcC\u00dc 7LER Do\u011fu\u015ftan iyi gelen bir enerji ta\u015f\u0131rlar. \u015eifa...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-7\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_19951\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"19951\" data-product_sku=\"nr7\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 7&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_19951\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-3bf0867\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-19778cd e-con-full e-flex e-con e-child\" data-id=\"19778cd\" data-element_type=\"container\" id=\"number-8\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b3fc11b eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"b3fc11b\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"b3fc11b\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-8\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/09\/Remove-bg.ai_1727019499568-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 8\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-8\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 8<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>BEREKETL\u0130 8LER G\u00fc\u00e7l\u00fc bir imaja sahip olan 8ler bazen \u00e7ok...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-8\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21849\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21849\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 8&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21849\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-8\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/8-y-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 8\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-8\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 8<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>BEREKETL\u0130 8LER G\u00fc\u00e7l\u00fc bir imaja sahip olan 8ler bazen \u00e7ok...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-8\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_19953\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"19953\" data-product_sku=\"nr8\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 8&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_19953\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-b3fc11b\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7fbeeb7 e-con-full e-flex e-con e-child\" data-id=\"7fbeeb7\" data-element_type=\"container\" id=\"number-9\">\n\t\t\t\t<div class=\"elementor-element elementor-element-90803e3 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"90803e3\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"90803e3\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-9\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/09\/Remove-bg.ai_1727019496867-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 9\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-9\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 9<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>\u0130NCE RUHLU 9LAR Olaylara yakla\u015f\u0131mlar\u0131 ile dikkat \u00e7ekerler. Yo\u011fun ya\u015farlar....<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-9\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21852\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21852\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 9&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21852\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-9\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/9-y-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 9\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-9\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 9<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>\u0130NCE RUHLU 9LAR Olaylara yakla\u015f\u0131mlar\u0131 ile dikkat \u00e7ekerler. Yo\u011fun ya\u015farlar....<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-9\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_19955\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"19955\" data-product_sku=\"nr9\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 9&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_19955\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-90803e3\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fc28fbd e-con-full e-flex e-con e-child\" data-id=\"fc28fbd\" data-element_type=\"container\" id=\"number-11\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e18cff8 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"e18cff8\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"e18cff8\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-11-2\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/09\/Remove-bg.ai_1727019502324-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 11\/2\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-11-2\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 11\/2<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>\u0130LHAM VEREN 11'LER Kainat\u0131n ilham\u0131n\u0131 do\u011frudan al\u0131r ve yans\u0131t\u0131rlar. Bazen...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-11-2\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21855\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21855\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 11\/2&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21855\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-11-2\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/11-y-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 11\/2\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-11-2\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 11\/2<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>\u0130LHAM VEREN 11'LER Kainat\u0131n ilham\u0131n\u0131 do\u011frudan al\u0131r ve yans\u0131t\u0131rlar. Bazen...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-11-2\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_19957\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"19957\" data-product_sku=\"nr11\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 11\/2&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_19957\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-e18cff8\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-edf25be e-con-full e-flex e-con e-child\" data-id=\"edf25be\" data-element_type=\"container\" id=\"number-22\">\n\t\t\t\t<div class=\"elementor-element elementor-element-771e480 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"771e480\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"771e480\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-22-4\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/09\/Remove-bg.ai_1727019505486-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 22\/4\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-22-4\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 22\/4<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>DO\u011eU\u015eTAN L\u0130DER 22'LER \u00c7ok zeki insanlard\u0131r. Her \u015feye anlam y\u00fcklerler...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-22-4\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21858\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21858\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 22\/4&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21858\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-22-4\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/22-y-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 22\/4\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-22-4\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 22\/4<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>DO\u011eU\u015eTAN L\u0130DER 22'LER \u00c7ok zeki insanlard\u0131r. Her \u015feye anlam y\u00fcklerler...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-22-4\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_19959\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"19959\" data-product_sku=\"nr22\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 22\/4&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_19959\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-771e480\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e2a0cba e-con-full e-flex e-con e-child\" data-id=\"e2a0cba\" data-element_type=\"container\" id=\"number-33\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99a7321 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"99a7321\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"99a7321\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-33-6\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/09\/Remove-bg.ai_1727019507964-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 33\/6\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-33-6\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 33\/6<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>\u0130Y\u0130LE\u015eT\u0130REN 33'LER Al\u0131\u015f\u0131lm\u0131\u015f\u0131n d\u0131\u015f\u0131ndad\u0131rlar. Ho\u015fg\u00f6r\u00fcleri ve empati duygular\u0131 \u00e7ok g\u00fc\u00e7l\u00fcd\u00fcr....<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=buyuk-numara-33-6\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_21862\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"21862\" data-product_sku=\"\" aria-label=\"&ldquo;B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 33\/6&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_21862\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-33-6\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/33-y-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Ya\u015fam Say\u0131s\u0131 33\/6\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=numara-33-6\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Ya\u015fam Say\u0131s\u0131 33\/6<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>\u0130Y\u0130LE\u015eT\u0130REN 33'LER Al\u0131\u015f\u0131lm\u0131\u015f\u0131n d\u0131\u015f\u0131ndad\u0131rlar. Ho\u015fg\u00f6r\u00fcleri ve empati duygular\u0131 \u00e7ok g\u00fc\u00e7l\u00fcd\u00fcr....<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=numara-33-6\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_19961\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"19961\" data-product_sku=\"nr33\" aria-label=\"&ldquo;Ya\u015fam Say\u0131s\u0131 33\/6&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_19961\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-99a7321\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a44c088 e-con-full e-flex e-con e-child\" data-id=\"a44c088\" data-element_type=\"container\" id=\"day-1\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8dd58ec eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"8dd58ec\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"8dd58ec\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=pazartesi\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/m1-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Pazartesi\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=pazartesi\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Pazartesi<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>Sizin g\u00fcn\u00fcn\u00fcz Pazartesi! \u0130ngilizce'de 'Moon Day' yani 'Ay G\u00fcn\u00fc'. Ay'\u0131n...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=pazartesi\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20746\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"20746\" data-product_sku=\"moon\" aria-label=\"&ldquo;Pazartesi&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20746\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-8dd58ec\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e9223fd e-con-full e-flex e-con e-child\" data-id=\"e9223fd\" data-element_type=\"container\" id=\"day-2\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c757ad eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"7c757ad\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"7c757ad\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=sali\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/tu-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Sal\u0131\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=sali\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Sal\u0131<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>Sizin g\u00fcn\u00fcn\u00fcz Sal\u0131! Tyr's Day kelimesi zamanla Tuesday'e d\u00f6n\u00fc\u015fm\u00fc\u015ft\u00fcr. Tyr...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=sali\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20750\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"20750\" data-product_sku=\"tyr\" aria-label=\"&ldquo;Sal\u0131&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20750\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-7c757ad\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4971b6e e-con-full e-flex e-con e-child\" data-id=\"4971b6e\" data-element_type=\"container\" id=\"day-3\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfa6da5 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"dfa6da5\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"dfa6da5\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=carsamba\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/w1-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"\u00c7ar\u015famba\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=carsamba\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">\u00c7ar\u015famba<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>Sizin g\u00fcn\u00fcn\u00fcz \u00c7ar\u015famba! \u00c7ar\u015famba kelimesi \u0130ngilizce'de \"Odin's day\" yani Odin'in...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=carsamba\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20759\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"20759\" data-product_sku=\"odin\" aria-label=\"&ldquo;\u00c7ar\u015famba&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20759\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-dfa6da5\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c85e075 e-con-full e-flex e-con e-child\" data-id=\"c85e075\" data-element_type=\"container\" id=\"day-4\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a6d6640 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"a6d6640\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"a6d6640\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=persembe\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/th1-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Per\u015fembe\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=persembe\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Per\u015fembe<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>Sizin g\u00fcn\u00fcn\u00fcz Per\u015fembe! Per\u015fembe kelimesi \u0130ngilizcede \"Thor's day\" yani Thor'un...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=persembe\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20756\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"20756\" data-product_sku=\"thor\" aria-label=\"&ldquo;Per\u015fembe&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20756\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-a6d6640\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7fdf518 e-con-full e-flex e-con e-child\" data-id=\"7fdf518\" data-element_type=\"container\" id=\"day-5\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4a8a3c6 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"4a8a3c6\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"4a8a3c6\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=cuma\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/friday-clr-1-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Cuma\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=cuma\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Cuma<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>Sizin g\u00fcn\u00fcn\u00fcz Cuma! Cuma kelimesi \u0130ngilizcede \"Frigg's day\" yani Frigg'in...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=cuma\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20761\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"20761\" data-product_sku=\"frigg\" aria-label=\"&ldquo;Cuma&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20761\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-4a8a3c6\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12b4b96 e-con-full e-flex e-con e-child\" data-id=\"12b4b96\" data-element_type=\"container\" id=\"day-6\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7f7167 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"d7f7167\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"d7f7167\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=cumartesi\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/sa1-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Cumartesi\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=cumartesi\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Cumartesi<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>Sizin g\u00fcn\u00fcn\u00fcz Cumartesi! Cumartesi kelimesi \u0130ngilizcede \"Saturn's day\" yani Sat\u00fcrn'\u00fcn...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=cumartesi\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20763\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"20763\" data-product_sku=\"saturn\" aria-label=\"&ldquo;Cumartesi&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20763\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-d7f7167\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9fbb2e8 e-con-full e-flex e-con e-child\" data-id=\"9fbb2e8\" data-element_type=\"container\" id=\"day-7\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8963262 eael-product-list-column-1 elementor-widget elementor-widget-eicon-woocommerce\" data-id=\"8963262\" data-element_type=\"widget\" data-widget_type=\"eicon-woocommerce.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n        <div class=\"eael-product-grid  list\" id=\"eael-product-grid\" data-widget-id=\"8963262\" data-page-id=\"2830\" data-nonce=\"3866dd0497\" >\n            <div class=\"woocommerce\">\n                <ul class=\"products eael-post-appender\" data-layout-mode=\"list\" data-ssi-desktop=\"no\" data-ssi-tablet=\"no\" data-ssi-mobile=\"no\"><li class=\"product  eael-product-list-preset-1\">\n    <div class=\"eael-product-wrap\">\n        <div class=\"product-image-wrap\">\n            <div class=\"image-wrap\">\n                <a href=\"https:\/\/soul2sevenshop.com\/?product=pazar\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><img decoding=\"async\" width=\"860\" height=\"860\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/su1-860x860.png\" class=\"attachment-woodmart_shop_catalog_x2 size-woodmart_shop_catalog_x2\" alt=\"Pazar\" loading=\"eager\" \/><\/a>            <\/div>\n        <\/div>\n        <div class=\"product-details-wrap\">\n            <div class=\"eael-product-title\">\n                                <a href=\"https:\/\/soul2sevenshop.com\/?product=pazar\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><h2 class=\"woocommerce-loop-product__title\">Pazar<\/h2><\/a><\/div><div class=\"eael-product-price\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.750,00<\/span><\/div><div class=\"eael-star-rating star-rating\"><span style=\"width:0%\">5 \u00fczerinden <strong class=\"rating\">0<\/strong> oy ald\u0131<\/span><\/div><div class=\"eael-product-excerpt\">\n                <p>Sizin g\u00fcn\u00fcn\u00fcz Pazar! Pazar kelimesi \u0130ngilizcede \"Sun day\" yani G\u00fcne\u015f...<\/p><\/div>\n            <ul class=\"icons-wrap details-block-style\">\n                                <li class=\"add-to-cart\"><a href=\"https:\/\/soul2sevenshop.com\/?product=pazar\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_20765\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"20765\" data-product_sku=\"sun\" aria-label=\"&ldquo;Pazar&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_20765\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/li>\n\n                                            <\/ul>\n                    <\/div>\n    <\/div>\n<\/li><\/ul>            <\/div>\n        <\/div>\n\n        <script type=\"text\/javascript\">\n            jQuery(document).ready(function($) {\n                var $scope = jQuery(\".elementor-element-8963262\");\n                var $products = $('.products', $scope);\n                var $layout_mode = $products.data('layout-mode');\n                \n                if ( $layout_mode === 'masonry' ) {\n                    \/\/ init isotope\n                    var $isotope_products = $products.isotope({\n                        itemSelector: \"li.product\",\n                        layoutMode: $layout_mode,\n                        percentPosition: true\n                    });\n\n                    $isotope_products.imagesLoaded().progress( function() {\n                        $isotope_products.isotope('layout');\n                    })\n                    \n                }\n            });\n        <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-d4f8dcf e-flex e-con-boxed e-con e-parent\" data-id=\"d4f8dcf\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac9afd3 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"ac9afd3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-primary wd-title-style-underlined-2 wd-title-size-default text-center\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l\">KATEGOR\u0130LER\u0130M\u0130Z<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-37dd9a2 e-flex e-con-boxed e-con e-parent\" data-id=\"37dd9a2\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-146720e wd-width-100 wd-nav-accordion-mb-on elementor-widget elementor-widget-wd_product_categories\" data-id=\"146720e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"wd_product_categories.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-cats-element\">\n\t\t\t\t\t<div class=\"wd-grid-g wd-cats products woocommerce columns-4 elements-grid\" style=\"--wd-col-lg:4;--wd-col-md:4;--wd-col-sm:2;--wd-gap-lg:20px;--wd-gap-sm:10px;\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n<div class=\"wd-col wd-cat cat-design-zoom-out without-product-count wd-with-subcat product-category product first\" data-loop=\"1\">\n\t\n\t<div class=\"wd-cat-inner\">\n\t\t<div class=\"wd-cat-thumb\">\n\t\t\t\t\t\t<div class=\"wd-cat-image\">\n\t\t\t\t\n\t\t\t\t<img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/gunler-toplu-500x500.jpg\" class=\"attachment-500x500 size-500x500\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/gunler-toplu-500x500.jpg 500w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/gunler-toplu-300x300.jpg 300w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/gunler-toplu-800x800.jpg 800w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/gunler-toplu-150x150.jpg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/gunler-toplu-768x768.jpg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/gunler-toplu-860x860.jpg 860w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/gunler-toplu-430x430.jpg 430w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/gunler-toplu-700x700.jpg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/gunler-toplu.jpg 1000w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"wd-cat-content wd-fill\">\n\t\t\t<a class=\"wd-fill\" href=\"https:\/\/soul2sevenshop.com\/?product_cat=kutsal-gunler\" aria-label=\"Product category kutsal-gunler\"><\/a>\n\t\t\t<div class=\"wd-cat-header\">\n\t\t\t\t<h3 class=\"wd-entities-title\">\n\t\t\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=kutsal-gunler\">\n\t\t\t\t\t\tKutsal G\u00fcnler\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n<div class=\"wd-col wd-cat cat-design-zoom-out without-product-count wd-with-subcat product-category product\" data-loop=\"2\">\n\t\n\t<div class=\"wd-cat-inner\">\n\t\t<div class=\"wd-cat-thumb\">\n\t\t\t\t\t\t<div class=\"wd-cat-image\">\n\t\t\t\t\n\t\t\t\t<img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/sayilar-cicek-500x500.jpg\" class=\"attachment-500x500 size-500x500\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/sayilar-cicek-500x500.jpg 500w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/sayilar-cicek-300x300.jpg 300w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/sayilar-cicek-800x800.jpg 800w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/sayilar-cicek-150x150.jpg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/sayilar-cicek-768x768.jpg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/sayilar-cicek-860x860.jpg 860w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/sayilar-cicek-430x430.jpg 430w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/sayilar-cicek-700x700.jpg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/sayilar-cicek.jpg 1000w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"wd-cat-content wd-fill\">\n\t\t\t<a class=\"wd-fill\" href=\"https:\/\/soul2sevenshop.com\/?product_cat=yasam-sayisi\" aria-label=\"Product category yasam-sayisi\"><\/a>\n\t\t\t<div class=\"wd-cat-header\">\n\t\t\t\t<h3 class=\"wd-entities-title\">\n\t\t\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yasam-sayisi\">\n\t\t\t\t\t\tYa\u015fam Say\u0131s\u0131\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n<div class=\"wd-col wd-cat cat-design-zoom-out without-product-count wd-with-subcat product-category product\" data-loop=\"3\">\n\t\n\t<div class=\"wd-cat-inner\">\n\t\t<div class=\"wd-cat-thumb\">\n\t\t\t\t\t\t<div class=\"wd-cat-image\">\n\t\t\t\t\n\t\t\t\t<img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/toprak-burc-1-500x500.jpg\" class=\"attachment-500x500 size-500x500\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/toprak-burc-1-500x500.jpg 500w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/toprak-burc-1-300x300.jpg 300w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/toprak-burc-1-800x800.jpg 800w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/toprak-burc-1-150x150.jpg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/toprak-burc-1-768x768.jpg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/toprak-burc-1-860x860.jpg 860w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/toprak-burc-1-430x430.jpg 430w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/toprak-burc-1-700x700.jpg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/toprak-burc-1.jpg 1000w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"wd-cat-content wd-fill\">\n\t\t\t<a class=\"wd-fill\" href=\"https:\/\/soul2sevenshop.com\/?product_cat=astroloji\" aria-label=\"Product category astroloji\"><\/a>\n\t\t\t<div class=\"wd-cat-header\">\n\t\t\t\t<h3 class=\"wd-entities-title\">\n\t\t\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=astroloji\">\n\t\t\t\t\t\tAstroloji\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n<div class=\"wd-col wd-cat cat-design-zoom-out without-product-count wd-with-subcat product-category product last\" data-loop=\"4\">\n\t\n\t<div class=\"wd-cat-inner\">\n\t\t<div class=\"wd-cat-thumb\">\n\t\t\t\t\t\t<div class=\"wd-cat-image\">\n\t\t\t\t\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/janus-3lu-500x500.jpg\" class=\"attachment-500x500 size-500x500\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/janus-3lu-500x500.jpg 500w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/janus-3lu-300x300.jpg 300w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/janus-3lu-800x800.jpg 800w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/janus-3lu-150x150.jpg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/janus-3lu-768x768.jpg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/janus-3lu-860x860.jpg 860w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/janus-3lu-430x430.jpg 430w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/janus-3lu-700x700.jpg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/janus-3lu.jpg 1000w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"wd-cat-content wd-fill\">\n\t\t\t<a class=\"wd-fill\" href=\"https:\/\/soul2sevenshop.com\/?product_cat=mitoloji\" aria-label=\"Product category mitoloji\"><\/a>\n\t\t\t<div class=\"wd-cat-header\">\n\t\t\t\t<h3 class=\"wd-entities-title\">\n\t\t\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=mitoloji\">\n\t\t\t\t\t\tMitoloji\t\t\t\t\t<\/a>\n\t\t\t\t<\/h3>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-98214fc e-flex e-con-boxed e-con e-parent\" data-id=\"98214fc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b823b0 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"9b823b0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;,&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-primary wd-title-style-underlined-2 wd-title-size-default text-center\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l\">YEN\u0130 GELENLER<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-04168f9 wd-width-100 elementor-widget elementor-widget-wd_products\" data-id=\"04168f9\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"wd_products.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\n\t\t\t<div id=\"carousel-546\" class=\"wd-carousel-container  wd-products-element wd-products products\">\n\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-carousel-inner\">\n\t\t\t\t\t<div class=\" wd-carousel wd-grid scroll-init\" data-scroll_per_page=\"yes\" style=\"--wd-col-lg:2;--wd-col-md:2;--wd-col-sm:2;--wd-gap-lg:20px;--wd-gap-sm:10px;\">\n\t\t\t\t\t\t<div class=\"wd-carousel-wrap\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22475 status-publish instock product_cat-yeni-gelenler product_cat-yuzuk has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"1\" data-id=\"22475\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=amora-ring\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=amora-ring\" class=\"product-image-link\" aria-label=\"Amora Ring\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-1-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-1-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-1-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-1-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-1-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-1-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-1-700x933.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-1-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-1.jpeg 1200w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22475\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22475\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22475\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cAmora Ring\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Amora Ring&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22475\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=amora-ring\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22475\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22475\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=amora-ring\">Amora Ring<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yuzuk\" rel=\"tag\">Y\u00fcz\u00fck<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22475\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22475\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22475\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cAmora Ring\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Amora Ring&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22475\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22317 status-publish instock product_cat-kolye product_cat-yeni-gelenler has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"2\" data-id=\"22317\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=believe-necklace\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=believe-necklace\" class=\"product-image-link\" aria-label=\"Believe Necklace\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00026-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00026-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00026-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00026-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00026-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00026-1536x2048.jpeg 1536w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00026-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00026-700x933.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00026-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00026-scaled.jpeg 1920w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22317\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22317\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22317\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cBelieve Necklace\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Believe Necklace&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22317\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=believe-necklace\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22317\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22317\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=believe-necklace\">Believe Necklace<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=kolye\" rel=\"tag\">Kolye<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.400,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22317\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22317\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22317\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cBelieve Necklace\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Believe Necklace&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22317\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22453 status-publish last instock product_cat-kolye product_cat-yeni-gelenler has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"3\" data-id=\"22453\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=cameo-necklace\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=cameo-necklace\" class=\"product-image-link\" aria-label=\"Cameo Necklace\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.39-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.39-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.39-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.39-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.39-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.39-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.39-700x933.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.39-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.39.jpeg 1200w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22453\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22453\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22453\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cCameo Necklace\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Cameo Necklace&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22453\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=cameo-necklace\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22453\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22453\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=cameo-necklace\">Cameo Necklace<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=kolye\" rel=\"tag\">Kolye<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.000,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22453\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22453\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22453\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cCameo Necklace\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Cameo Necklace&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22453\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22473 status-publish first instock product_cat-yeni-gelenler product_cat-yuzuk has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"4\" data-id=\"22473\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=cordelia-ring\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=cordelia-ring\" class=\"product-image-link\" aria-label=\"Cordelia Ring\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-6-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-6-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-6-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-6-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-6-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-6-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-6-700x933.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-6-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-6.jpeg 1200w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22473\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22473\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22473\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cCordelia Ring\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Cordelia Ring&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22473\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=cordelia-ring\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22473\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22473\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=cordelia-ring\">Cordelia Ring<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yuzuk\" rel=\"tag\">Y\u00fcz\u00fck<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.600,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22473\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22473\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22473\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cCordelia Ring\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Cordelia Ring&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22473\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22481 status-publish instock product_cat-yeni-gelenler product_cat-yuzuk has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\" data-loop=\"5\" data-id=\"22481\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=eclipse-ring\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=eclipse-ring\" class=\"product-image-link\" aria-label=\"Eclipse Ring\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-700x933.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.42.jpeg 1200w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"https:\/\/soul2sevenshop.com\/?product=eclipse-ring\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22481\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"22481\" data-product_sku=\"\" aria-label=\"&ldquo;Eclipse Ring&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22481\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=eclipse-ring\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22481\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22481\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=eclipse-ring\">Eclipse Ring<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yuzuk\" rel=\"tag\">Y\u00fcz\u00fck<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.800,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"https:\/\/soul2sevenshop.com\/?product=eclipse-ring\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22481\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"22481\" data-product_sku=\"\" aria-label=\"&ldquo;Eclipse Ring&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22481\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22477 status-publish instock product_cat-yeni-gelenler product_cat-yuzuk has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"6\" data-id=\"22477\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=eros-ring\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=eros-ring\" class=\"product-image-link\" aria-label=\"Eros Ring\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-5-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-5-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-5-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-5-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-5-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-5-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-5-700x933.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-5-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/10\/WhatsApp-Image-2025-10-06-at-20.18.41-5.jpeg 1200w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22477\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22477\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22477\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cEros Ring\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Eros Ring&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22477\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=eros-ring\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22477\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22477\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=eros-ring\">Eros Ring<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yuzuk\" rel=\"tag\">Y\u00fcz\u00fck<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.500,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22477\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22477\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22477\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cEros Ring\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Eros Ring&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22477\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22445 status-publish last instock product_cat-kolye product_cat-yeni-gelenler has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"7\" data-id=\"22445\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=halo-necklace\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=halo-necklace\" class=\"product-image-link\" aria-label=\"Halo Necklace\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image000111-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image000111-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image000111-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image000111-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image000111-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image000111-1536x2048.jpeg 1536w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image000111-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image000111-700x933.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image000111-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image000111-scaled.jpeg 1920w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22445\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22445\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22445\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cHalo Necklace\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Halo Necklace&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22445\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=halo-necklace\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22445\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22445\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=halo-necklace\">Halo Necklace<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=kolye\" rel=\"tag\">Kolye<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>3.000,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22445\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22445\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22445\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cHalo Necklace\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Halo Necklace&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22445\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22319 status-publish first instock product_cat-kolye product_cat-yeni-gelenler has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"8\" data-id=\"22319\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=hope-necklace\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=hope-necklace\" class=\"product-image-link\" aria-label=\"Hope Necklace\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00028-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00028-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00028-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00028-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00028-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00028-1536x2048.jpeg 1536w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00028-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00028-700x933.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00028-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00028-scaled.jpeg 1920w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22319\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22319\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22319\" data-product_sku=\"hope\" aria-label=\"Sepete ekle: \u201cHope Necklace\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Hope Necklace&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22319\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=hope-necklace\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22319\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22319\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=hope-necklace\">Hope Necklace<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=kolye\" rel=\"tag\">Kolye<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.400,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22319\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22319\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22319\" data-product_sku=\"hope\" aria-label=\"Sepete ekle: \u201cHope Necklace\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Hope Necklace&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22319\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22325 status-publish instock product_cat-bileklik product_cat-yeni-gelenler has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\" data-loop=\"9\" data-id=\"22325\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=linka-bracelet\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=linka-bracelet\" class=\"product-image-link\" aria-label=\"Linka Bracelet\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00023-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00023-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00023-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00023-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00023-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00023-1536x2048.jpeg 1536w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00023-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00023-700x933.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00023-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00023-scaled.jpeg 1920w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"https:\/\/soul2sevenshop.com\/?product=linka-bracelet\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22325\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"22325\" data-product_sku=\"linka\" aria-label=\"&ldquo;Linka Bracelet&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22325\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=linka-bracelet\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22325\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22325\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=linka-bracelet\">Linka Bracelet<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=bileklik\" rel=\"tag\">Bileklik<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.250,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"https:\/\/soul2sevenshop.com\/?product=linka-bracelet\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22325\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"22325\" data-product_sku=\"linka\" aria-label=\"&ldquo;Linka Bracelet&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22325\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22337 status-publish instock product_cat-bileklik product_cat-yeni-gelenler has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\" data-loop=\"10\" data-id=\"22337\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=lumi-bar-bracelet\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=lumi-bar-bracelet\" class=\"product-image-link\" aria-label=\"Lumi Bar Bracelet\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image00031-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image00031-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image00031-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image00031-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image00031-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image00031-1536x2048.jpeg 1536w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image00031-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image00031-700x933.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image00031-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/09\/image00031-scaled.jpeg 1920w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"https:\/\/soul2sevenshop.com\/?product=lumi-bar-bracelet\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22337\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"22337\" data-product_sku=\"\" aria-label=\"&ldquo;Lumi Bar Bracelet&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22337\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=lumi-bar-bracelet\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22337\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22337\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=lumi-bar-bracelet\">Lumi Bar Bracelet<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=bileklik\" rel=\"tag\">Bileklik<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.750,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"https:\/\/soul2sevenshop.com\/?product=lumi-bar-bracelet\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22337\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"22337\" data-product_sku=\"\" aria-label=\"&ldquo;Lumi Bar Bracelet&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22337\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22336 status-publish last instock product_cat-kolye product_cat-yeni-gelenler has-post-thumbnail taxable shipping-taxable purchasable product-type-simple\" data-loop=\"11\" data-id=\"22336\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=lumi-bar-necklace\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=lumi-bar-necklace\" class=\"product-image-link\" aria-label=\"Lumi Bar Necklace\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00034-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00034-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00034-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00034-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00034-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00034-1536x2048.jpeg 1536w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00034-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00034-700x934.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00034-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00034-scaled.jpeg 1920w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22336\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22336\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22336\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cLumi Bar Necklace\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Lumi Bar Necklace&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22336\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=lumi-bar-necklace\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22336\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22336\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=lumi-bar-necklace\">Lumi Bar Necklace<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=kolye\" rel=\"tag\">Kolye<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>2.750,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F2830&#038;add-to-cart=22336\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22336\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"22336\" data-product_sku=\"\" aria-label=\"Sepete ekle: \u201cLumi Bar Necklace\u201d\" rel=\"nofollow\" data-success_message=\"&quot;Lumi Bar Necklace&quot; sepetinize eklendi\" role=\"button\"><span>Sepete Ekle<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22336\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-icons product-grid-item product type-product post-22281 status-publish first instock product_cat-kolye product_cat-yeni-gelenler has-post-thumbnail taxable shipping-taxable purchasable product-type-variable\" data-loop=\"12\" data-id=\"22281\">\n\t\n\t<a href=\"https:\/\/soul2sevenshop.com\/?product=marina-necklace\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product=marina-necklace\" class=\"product-image-link\" aria-label=\"Marina Necklace\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"800\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00039-600x800.jpeg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00039-600x800.jpeg 600w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00039-225x300.jpeg 225w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00039-768x1024.jpeg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00039-1152x1536.jpeg 1152w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00039-1536x2048.jpeg 1536w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00039-9x12.jpeg 9w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00039-700x933.jpeg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00039-150x200.jpeg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2025\/08\/image00039-scaled.jpeg 1920w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wrapp-buttons\">\n\t\t\t<div class=\"wd-buttons\">\n\t\t\t\t<div class=\"wd-add-btn wd-action-btn wd-style-icon wd-add-cart-icon\"><a href=\"https:\/\/soul2sevenshop.com\/?product=marina-necklace\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22281\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"22281\" data-product_sku=\"\" aria-label=\"&ldquo;Marina Necklace&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22281\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/soul2sevenshop.com\/?product=marina-necklace\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"22281\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?page_id=45\" data-id=\"22281\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span>Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div> \n\t\t<\/div>\n\t<\/div>\n\t\t\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/soul2sevenshop.com\/?product=marina-necklace\">Marina Necklace<\/a><\/h3>\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/soul2sevenshop.com\/?product_cat=kolye\" rel=\"tag\">Kolye<\/a>, <a href=\"https:\/\/soul2sevenshop.com\/?product_cat=yeni-gelenler\" rel=\"tag\">Yeni Gelenler<\/a>\t\t<\/div>\n\t\t\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#8378;<\/span>1.500,00<\/bdi><\/span><\/span>\n\n\t\t<\/a><a href=\"https:\/\/soul2sevenshop.com\/?product=marina-necklace\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_22281\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button add-to-cart-loop\" data-product_id=\"22281\" data-product_sku=\"\" aria-label=\"&ldquo;Marina Necklace&rdquo; i\u00e7in se\u00e7enekleri se\u00e7in\" rel=\"nofollow\"><span>Se\u00e7enekler<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_22281\" class=\"screen-reader-text\">\n\t\tBu \u00fcr\u00fcn\u00fcn birden fazla varyasyonu var. Se\u00e7enekler \u00fcr\u00fcn sayfas\u0131ndan se\u00e7ilebilir\t<\/span>\n\n\t\t\n\t\t\t<\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"wd-nav-pagin-wrap text-center wd-style-shape wd-hide-md-sm\">\n\t\t\t<ul class=\"wd-nav-pagin\"><\/ul>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-a7f210f e-flex e-con-boxed e-con e-parent\" data-id=\"a7f210f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5db02d6 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"5db02d6\" data-element_type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-primary wd-title-style-underlined-2 wd-title-size-default text-center\">\n\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l\">INSTAGRAM HESABIMIZ<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-06c6c00 wd-section-stretch e-flex e-con-boxed e-con e-parent\" data-id=\"06c6c00\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51ef37f wd-width-100 elementor-widget elementor-widget-wd_instagram\" data-id=\"51ef37f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"wd_instagram.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div id=\"carousel-786\" data-atts=\"{&quot;carousel_id&quot;:&quot;5000&quot;,&quot;speed&quot;:null,&quot;slides_per_view&quot;:&quot;3&quot;,&quot;slides_per_view_tablet&quot;:{&quot;size&quot;:&quot;&quot;},&quot;slides_per_view_mobile&quot;:{&quot;size&quot;:&quot;&quot;},&quot;wrap&quot;:&quot;&quot;,&quot;loop&quot;:false,&quot;autoplay&quot;:&quot;&quot;,&quot;autoheight&quot;:&quot;yes&quot;,&quot;hide_pagination_control&quot;:&quot;no&quot;,&quot;hide_pagination_control_tablet&quot;:&quot;yes&quot;,&quot;hide_pagination_control_mobile&quot;:&quot;yes&quot;,&quot;dynamic_pagination_control&quot;:&quot;no&quot;,&quot;hide_prev_next_buttons&quot;:&quot;no&quot;,&quot;hide_prev_next_buttons_tablet&quot;:&quot;&quot;,&quot;hide_prev_next_buttons_mobile&quot;:&quot;&quot;,&quot;carousel_arrows_position&quot;:null,&quot;hide_scrollbar&quot;:&quot;yes&quot;,&quot;hide_scrollbar_tablet&quot;:&quot;yes&quot;,&quot;hide_scrollbar_mobile&quot;:&quot;yes&quot;,&quot;scroll_per_page&quot;:&quot;yes&quot;,&quot;dragEndSpeed&quot;:200,&quot;center_mode&quot;:null,&quot;custom_sizes&quot;:{&quot;desktop&quot;:&quot;4&quot;,&quot;tablet&quot;:&quot;4&quot;,&quot;mobile&quot;:2},&quot;sliding_speed&quot;:false,&quot;animation&quot;:false,&quot;content_animation&quot;:false,&quot;post_type&quot;:&quot;&quot;,&quot;slider&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;,&quot;css&quot;:&quot;&quot;,&quot;effect&quot;:&quot;&quot;,&quot;spacing&quot;:&quot;1&quot;,&quot;spacing_tablet&quot;:&quot;&quot;,&quot;spacing_mobile&quot;:&quot;&quot;,&quot;carousel_sync&quot;:&quot;&quot;,&quot;sync_parent_id&quot;:null,&quot;sync_child_id&quot;:null,&quot;scroll_carousel_init&quot;:&quot;no&quot;,&quot;disable_overflow_carousel&quot;:&quot;no&quot;,&quot;username&quot;:&quot;soul2seven&quot;,&quot;number&quot;:null,&quot;size&quot;:null,&quot;target&quot;:&quot;_blank&quot;,&quot;link&quot;:&quot;Soul 2 Seven&quot;,&quot;design&quot;:&quot;slider&quot;,&quot;spacing_custom&quot;:&quot;10&quot;,&quot;spacing_custom_tablet&quot;:&quot;&quot;,&quot;spacing_custom_mobile&quot;:&quot;&quot;,&quot;rounded&quot;:&quot;&quot;,&quot;per_row&quot;:&quot;4&quot;,&quot;per_row_tablet&quot;:{&quot;size&quot;:&quot;4&quot;},&quot;per_row_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;hide_mask&quot;:&quot;1&quot;,&quot;content&quot;:&quot;&quot;,&quot;data_source&quot;:&quot;images&quot;,&quot;content_color_scheme&quot;:&quot;&quot;,&quot;images&quot;:[{&quot;id&quot;:20729,&quot;url&quot;:&quot;https:\\\/\\\/soul2sevenshop.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Gentle-reminder-Celestial-Days-collection-stocks-out-quickly-Do-you-know-which-day-you-were-born-1.jpg&quot;},{&quot;id&quot;:20726,&quot;url&quot;:&quot;https:\\\/\\\/soul2sevenshop.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/Summer-Inspo-Zodiac-Like-Yay-Burcu-Kolye-1.jpg&quot;},{&quot;id&quot;:20711,&quot;url&quot;:&quot;https:\\\/\\\/soul2sevenshop.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/270238587_616073072935981_7203989245805151725_n-1.jpg&quot;},{&quot;id&quot;:20017,&quot;url&quot;:&quot;https:\\\/\\\/soul2sevenshop.com\\\/wp-content\\\/uploads\\\/2024\\\/04\\\/277327628_532850661593227_6651734867020674262_n.jpg&quot;}],&quot;images_size&quot;:&quot;full&quot;,&quot;images_link&quot;:&quot;&quot;,&quot;images_likes&quot;:&quot;1000-10000&quot;,&quot;images_comments&quot;:&quot;0-1000&quot;,&quot;scroll_y&quot;:null,&quot;_animation_mobile&quot;:&quot;none&quot;,&quot;extra_width_classes&quot;:&quot;wd-width-100&quot;,&quot;carousel_arrows_position_popover&quot;:&quot;&quot;,&quot;_title&quot;:&quot;&quot;,&quot;_element_width&quot;:&quot;&quot;,&quot;_element_width_tablet&quot;:&quot;&quot;,&quot;_element_width_mobile&quot;:&quot;&quot;,&quot;_position&quot;:&quot;&quot;,&quot;_element_id&quot;:&quot;&quot;,&quot;_css_classes&quot;:&quot;&quot;,&quot;_element_cache&quot;:&quot;&quot;,&quot;trp_language_restriction&quot;:&quot;&quot;,&quot;trp_language_restriction_automatic_translation&quot;:&quot;&quot;,&quot;trp_restricted_languages&quot;:&quot;&quot;,&quot;trp_exclude_handler&quot;:&quot;&quot;,&quot;trp_excluded_languages&quot;:&quot;&quot;,&quot;eael_wrapper_link_switch&quot;:&quot;&quot;,&quot;eael_wrapper_link&quot;:null,&quot;eael_wrapper_link_disable_traditional&quot;:null,&quot;eael_hover_effect_switch&quot;:&quot;&quot;,&quot;eael_hover_effect_enable_live_changes&quot;:null,&quot;eael_hover_effect_opacity_popover&quot;:null,&quot;eael_hover_effect_opacity&quot;:null,&quot;eael_hover_effect_filter_popover&quot;:null,&quot;eael_hover_effect_blur_is_on&quot;:null,&quot;eael_hover_effect_blur&quot;:null,&quot;eael_hover_effect_contrast_is_on&quot;:null,&quot;eael_hover_effect_contrast&quot;:null,&quot;eael_hover_effect_grayscale_is_on&quot;:null,&quot;eael_hover_effect_grayscal&quot;:null,&quot;eael_hover_effect_invert_is_on&quot;:null,&quot;eael_hover_effect_invert&quot;:null,&quot;eael_hover_effect_saturate_is_on&quot;:null,&quot;eael_hover_effect_saturate&quot;:null,&quot;eael_hover_effect_sepia_is_on&quot;:null,&quot;eael_hover_effect_sepia&quot;:null,&quot;eael_hover_effect_offset_popover&quot;:null,&quot;eael_hover_effect_offset_left&quot;:null,&quot;eael_hover_effect_offset_left_tablet&quot;:null,&quot;eael_hover_effect_offset_left_mobile&quot;:null,&quot;eael_hover_effect_offset_top&quot;:null,&quot;eael_hover_effect_offset_top_tablet&quot;:null,&quot;eael_hover_effect_offset_top_mobile&quot;:null,&quot;eael_hover_effect_transform_popover&quot;:null,&quot;eael_hover_effect_rotate_is_on&quot;:null,&quot;eael_hover_effect_transform_rotatex&quot;:null,&quot;eael_hover_effect_transform_rotatey&quot;:null,&quot;eael_hover_effect_transform_rotatez&quot;:null,&quot;eael_hover_effect_scale_is_on&quot;:null,&quot;eael_hover_effect_transform_scalex&quot;:null,&quot;eael_hover_effect_transform_scaley&quot;:null,&quot;eael_hover_effect_skew_is_on&quot;:null,&quot;eael_hover_effect_transform_skewx&quot;:null,&quot;eael_hover_effect_transform_skewy&quot;:null,&quot;eael_hover_effect_general_settings_duration&quot;:null,&quot;eael_hover_effect_general_settings_delay&quot;:null,&quot;eael_hover_effect_general_settings_easing&quot;:null,&quot;eael_hover_effect_opacity_popover_hover&quot;:null,&quot;eael_hover_effect_opacity_hover&quot;:null,&quot;eael_hover_effect_filter_hover_popover&quot;:null,&quot;eael_hover_effect_blur_hover_is_on&quot;:null,&quot;eael_hover_effect_blur_hover&quot;:null,&quot;eael_hover_effect_contrast_hover_is_on&quot;:null,&quot;eael_hover_effect_contrast_hover&quot;:null,&quot;eael_hover_effect_grayscale_hover_is_on&quot;:null,&quot;eael_hover_effect_grayscal_hover&quot;:null,&quot;eael_hover_effect_invert_hover_is_on&quot;:null,&quot;eael_hover_effect_invert_hover&quot;:null,&quot;eael_hover_effect_saturate_hover_is_on&quot;:null,&quot;eael_hover_effect_saturate_hover&quot;:null,&quot;eael_hover_effect_sepia_hover_is_on&quot;:null,&quot;eael_hover_effect_sepia_hover&quot;:null,&quot;eael_hover_effect_offset_hover_popover&quot;:null,&quot;eael_hover_effect_offset_hover_left&quot;:null,&quot;eael_hover_effect_offset_hover_left_tablet&quot;:null,&quot;eael_hover_effect_offset_hover_left_mobile&quot;:null,&quot;eael_hover_effect_offset_hover_top&quot;:null,&quot;eael_hover_effect_offset_hover_top_tablet&quot;:null,&quot;eael_hover_effect_offset_hover_top_mobile&quot;:null,&quot;eael_hover_effect_transform_hover_popover&quot;:null,&quot;eael_hover_effect_rotate_hover_is_on&quot;:null,&quot;eael_hover_effect_transform_hover_rotatex&quot;:null,&quot;eael_hover_effect_transform_hover_rotatey&quot;:null,&quot;eael_hover_effect_transform_hover_rotatez&quot;:null,&quot;eael_hover_effect_scale_hover_is_on&quot;:null,&quot;eael_hover_effect_transform_hover_scalex&quot;:null,&quot;eael_hover_effect_transform_hover_scaley&quot;:null,&quot;eael_hover_effect_skew_hover_is_on&quot;:null,&quot;eael_hover_effect_transform_hover_skewx&quot;:null,&quot;eael_hover_effect_transform_hover_skewy&quot;:null,&quot;eael_hover_effect_general_settings_hover_duration&quot;:null,&quot;eael_hover_effect_general_settings_hover_delay&quot;:null,&quot;eael_hover_effect_general_settings_hover_easing&quot;:null,&quot;eael_hover_effect_hover_tilt&quot;:null,&quot;eael_liquid_glass_effect_switch&quot;:&quot;&quot;,&quot;eael_liquid_glass_effect&quot;:null,&quot;eael_liquid_glass_shadow_effect&quot;:null,&quot;element_parallax&quot;:&quot;&quot;,&quot;scroll_x&quot;:null,&quot;scroll_z&quot;:null,&quot;scroll_smoothness&quot;:null,&quot;wd_animation&quot;:&quot;&quot;,&quot;wd_animation_duration&quot;:null,&quot;wd_animation_delay&quot;:null,&quot;_animation&quot;:&quot;&quot;,&quot;_animation_tablet&quot;:&quot;&quot;,&quot;animation_duration&quot;:null,&quot;_animation_delay&quot;:null,&quot;_transform_rotate_popover&quot;:&quot;&quot;,&quot;_transform_rotateZ_effect&quot;:null,&quot;_transform_rotateZ_effect_tablet&quot;:null,&quot;_transform_rotateZ_effect_mobile&quot;:null,&quot;_transform_rotate_3d&quot;:null,&quot;_transform_rotateX_effect&quot;:null,&quot;_transform_rotateX_effect_tablet&quot;:null,&quot;_transform_rotateX_effect_mobile&quot;:null,&quot;_transform_rotateY_effect&quot;:null,&quot;_transform_rotateY_effect_tablet&quot;:null,&quot;_transform_rotateY_effect_mobile&quot;:null,&quot;_transform_perspective_effect&quot;:null,&quot;_transform_perspective_effect_tablet&quot;:null,&quot;_transform_perspective_effect_mobile&quot;:null,&quot;_transform_translate_popover&quot;:&quot;&quot;,&quot;_transform_translateX_effect&quot;:null,&quot;_transform_translateX_effect_tablet&quot;:null,&quot;_transform_translateX_effect_mobile&quot;:null,&quot;_transform_translateY_effect&quot;:null,&quot;_transform_translateY_effect_tablet&quot;:null,&quot;_transform_translateY_effect_mobile&quot;:null,&quot;_transform_scale_popover&quot;:&quot;&quot;,&quot;_transform_keep_proportions&quot;:&quot;yes&quot;,&quot;_transform_scale_effect&quot;:null,&quot;_transform_scale_effect_tablet&quot;:null,&quot;_transform_scale_effect_mobile&quot;:null,&quot;_transform_scaleX_effect&quot;:null,&quot;_transform_scaleX_effect_tablet&quot;:null,&quot;_transform_scaleX_effect_mobile&quot;:null,&quot;_transform_scaleY_effect&quot;:null,&quot;_transform_scaleY_effect_tablet&quot;:null,&quot;_transform_scaleY_effect_mobile&quot;:null,&quot;_transform_skew_popover&quot;:&quot;&quot;,&quot;_transform_skewX_effect&quot;:null,&quot;_transform_skewX_effect_tablet&quot;:null,&quot;_transform_skewX_effect_mobile&quot;:null,&quot;_transform_skewY_effect&quot;:null,&quot;_transform_skewY_effect_tablet&quot;:null,&quot;_transform_skewY_effect_mobile&quot;:null,&quot;_transform_flipX_effect&quot;:&quot;&quot;,&quot;_transform_flipY_effect&quot;:&quot;&quot;,&quot;_transform_rotate_popover_hover&quot;:&quot;&quot;,&quot;_transform_rotateZ_effect_hover&quot;:null,&quot;_transform_rotateZ_effect_hover_tablet&quot;:null,&quot;_transform_rotateZ_effect_hover_mobile&quot;:null,&quot;_transform_rotate_3d_hover&quot;:null,&quot;_transform_rotateX_effect_hover&quot;:null,&quot;_transform_rotateX_effect_hover_tablet&quot;:null,&quot;_transform_rotateX_effect_hover_mobile&quot;:null,&quot;_transform_rotateY_effect_hover&quot;:null,&quot;_transform_rotateY_effect_hover_tablet&quot;:null,&quot;_transform_rotateY_effect_hover_mobile&quot;:null,&quot;_transform_perspective_effect_hover&quot;:null,&quot;_transform_perspective_effect_hover_tablet&quot;:null,&quot;_transform_perspective_effect_hover_mobile&quot;:null,&quot;_transform_translate_popover_hover&quot;:&quot;&quot;,&quot;_transform_translateX_effect_hover&quot;:null,&quot;_transform_translateX_effect_hover_tablet&quot;:null,&quot;_transform_translateX_effect_hover_mobile&quot;:null,&quot;_transform_translateY_effect_hover&quot;:null,&quot;_transform_translateY_effect_hover_tablet&quot;:null,&quot;_transform_translateY_effect_hover_mobile&quot;:null,&quot;_transform_scale_popover_hover&quot;:&quot;&quot;,&quot;_transform_keep_proportions_hover&quot;:&quot;yes&quot;,&quot;_transform_scale_effect_hover&quot;:null,&quot;_transform_scale_effect_hover_tablet&quot;:null,&quot;_transform_scale_effect_hover_mobile&quot;:null,&quot;_transform_scaleX_effect_hover&quot;:null,&quot;_transform_scaleX_effect_hover_tablet&quot;:null,&quot;_transform_scaleX_effect_hover_mobile&quot;:null,&quot;_transform_scaleY_effect_hover&quot;:null,&quot;_transform_scaleY_effect_hover_tablet&quot;:null,&quot;_transform_scaleY_effect_hover_mobile&quot;:null,&quot;_transform_skew_popover_hover&quot;:&quot;&quot;,&quot;_transform_skewX_effect_hover&quot;:null,&quot;_transform_skewX_effect_hover_tablet&quot;:null,&quot;_transform_skewX_effect_hover_mobile&quot;:null,&quot;_transform_skewY_effect_hover&quot;:null,&quot;_transform_skewY_effect_hover_tablet&quot;:null,&quot;_transform_skewY_effect_hover_mobile&quot;:null,&quot;_transform_flipX_effect_hover&quot;:&quot;&quot;,&quot;_transform_flipY_effect_hover&quot;:&quot;&quot;,&quot;_background_color&quot;:null,&quot;_background_color_b&quot;:null,&quot;_background_image&quot;:null,&quot;_background_video_link&quot;:null,&quot;_background_video_start&quot;:null,&quot;_background_video_end&quot;:null,&quot;_background_play_once&quot;:null,&quot;_background_play_on_mobile&quot;:null,&quot;_background_privacy_mode&quot;:null,&quot;_background_slideshow_gallery&quot;:null,&quot;_background_slideshow_loop&quot;:null,&quot;_background_slideshow_slide_duration&quot;:null,&quot;_background_slideshow_slide_transition&quot;:null,&quot;_background_slideshow_transition_duration&quot;:null,&quot;_background_slideshow_lazyload&quot;:null,&quot;_background_slideshow_ken_burns&quot;:null,&quot;_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;_background_hover_color&quot;:null,&quot;_background_hover_color_b&quot;:null,&quot;_background_hover_image&quot;:null,&quot;_background_hover_video_link&quot;:null,&quot;_background_hover_video_start&quot;:null,&quot;_background_hover_video_end&quot;:null,&quot;_background_hover_play_once&quot;:null,&quot;_background_hover_play_on_mobile&quot;:null,&quot;_background_hover_privacy_mode&quot;:null,&quot;_background_hover_slideshow_gallery&quot;:null,&quot;_background_hover_slideshow_loop&quot;:null,&quot;_background_hover_slideshow_slide_duration&quot;:null,&quot;_background_hover_slideshow_slide_transition&quot;:null,&quot;_background_hover_slideshow_transition_duration&quot;:null,&quot;_background_hover_slideshow_lazyload&quot;:null,&quot;_background_hover_slideshow_ken_burns&quot;:null,&quot;_background_hover_slideshow_ken_burns_zoom_direction&quot;:null,&quot;_mask_switch&quot;:&quot;&quot;,&quot;hide_desktop&quot;:&quot;&quot;,&quot;hide_tablet&quot;:&quot;&quot;,&quot;hide_mobile&quot;:&quot;&quot;}\" data-username=\"soul2seven\" class=\"wd-insta data-source-images wd-carousel-container\">\n\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-inner\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\" wd-carousel wd-grid\" data-autoheight=\"yes\" data-scroll_per_page=\"yes\" style=\"--wd-col-lg:4;--wd-col-md:4;--wd-col-sm:2;--wd-gap-lg:10px;\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-wrap\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"wd-insta-item\">\n\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" aria-label=\"Instagram picture\"><\/a>\n\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1056\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Gentle-reminder-Celestial-Days-collection-stocks-out-quickly-Do-you-know-which-day-you-were-born-1.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Gentle-reminder-Celestial-Days-collection-stocks-out-quickly-Do-you-know-which-day-you-were-born-1.jpg 1080w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Gentle-reminder-Celestial-Days-collection-stocks-out-quickly-Do-you-know-which-day-you-were-born-1-150x147.jpg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Gentle-reminder-Celestial-Days-collection-stocks-out-quickly-Do-you-know-which-day-you-were-born-1-700x684.jpg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Gentle-reminder-Celestial-Days-collection-stocks-out-quickly-Do-you-know-which-day-you-were-born-1-307x300.jpg 307w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Gentle-reminder-Celestial-Days-collection-stocks-out-quickly-Do-you-know-which-day-you-were-born-1-818x800.jpg 818w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Gentle-reminder-Celestial-Days-collection-stocks-out-quickly-Do-you-know-which-day-you-were-born-1-768x751.jpg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Gentle-reminder-Celestial-Days-collection-stocks-out-quickly-Do-you-know-which-day-you-were-born-1-860x841.jpg 860w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"wd-insta-item\">\n\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" aria-label=\"Instagram picture\"><\/a>\n\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1083\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Summer-Inspo-Zodiac-Like-Yay-Burcu-Kolye-1.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Summer-Inspo-Zodiac-Like-Yay-Burcu-Kolye-1.jpg 1080w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Summer-Inspo-Zodiac-Like-Yay-Burcu-Kolye-1-430x430.jpg 430w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Summer-Inspo-Zodiac-Like-Yay-Burcu-Kolye-1-150x150.jpg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Summer-Inspo-Zodiac-Like-Yay-Burcu-Kolye-1-700x702.jpg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Summer-Inspo-Zodiac-Like-Yay-Burcu-Kolye-1-299x300.jpg 299w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Summer-Inspo-Zodiac-Like-Yay-Burcu-Kolye-1-798x800.jpg 798w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Summer-Inspo-Zodiac-Like-Yay-Burcu-Kolye-1-768x770.jpg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/Summer-Inspo-Zodiac-Like-Yay-Burcu-Kolye-1-860x862.jpg 860w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"wd-insta-item\">\n\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" aria-label=\"Instagram picture\"><\/a>\n\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1351\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/270238587_616073072935981_7203989245805151725_n-1.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/270238587_616073072935981_7203989245805151725_n-1.jpg 1080w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/270238587_616073072935981_7203989245805151725_n-1-150x188.jpg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/270238587_616073072935981_7203989245805151725_n-1-700x876.jpg 700w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/270238587_616073072935981_7203989245805151725_n-1-240x300.jpg 240w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/270238587_616073072935981_7203989245805151725_n-1-640x800.jpg 640w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/270238587_616073072935981_7203989245805151725_n-1-768x961.jpg 768w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/270238587_616073072935981_7203989245805151725_n-1-860x1076.jpg 860w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-carousel-item\">\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"wd-insta-item\">\n\t\t\t\t\t\t\t<a href=\"\" target=\"_blank\" aria-label=\"Instagram picture\"><\/a>\n\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"624\" height=\"624\" src=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/277327628_532850661593227_6651734867020674262_n.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/277327628_532850661593227_6651734867020674262_n.jpg 624w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/277327628_532850661593227_6651734867020674262_n-430x430.jpg 430w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/277327628_532850661593227_6651734867020674262_n-150x150.jpg 150w, https:\/\/soul2sevenshop.com\/wp-content\/uploads\/2024\/04\/277327628_532850661593227_6651734867020674262_n-300x300.jpg 300w\" sizes=\"(max-width: 624px) 100vw, 624px\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-nav-arrows wd-pos-sep wd-hover-1 wd-icon-1\">\n\t\t\t<div class=\"wd-btn-arrow wd-prev wd-disabled\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"wd-btn-arrow wd-next\">\n\t\t\t\t<div class=\"wd-arrow-inner\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"wd-nav-pagin-wrap text-center wd-style-shape wd-hide-md-sm wd-hide-sm\">\n\t\t\t<ul class=\"wd-nav-pagin\"><\/ul>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<a href=\"\/\/www.instagram.com\/soul2seven\" class=\"wd-insta-link\" rel=\"me\" target=\"_blank\">Soul 2 Seven<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>G\u00dcN AY YIL Hesapla B\u00fcy\u00fck Ya\u015fam Say\u0131s\u0131 1 &#8378;1.650,00Rated 0 out of 5 E\u015eS\u0130Z K\u0130\u015e\u0130L\u0130KLER: Do\u011fu\u015ftan lider ve ba\u011f\u0131ms\u0131z bireylerdir.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-2830","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/soul2sevenshop.com\/index.php?rest_route=\/wp\/v2\/pages\/2830","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/soul2sevenshop.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/soul2sevenshop.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/soul2sevenshop.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/soul2sevenshop.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2830"}],"version-history":[{"count":692,"href":"https:\/\/soul2sevenshop.com\/index.php?rest_route=\/wp\/v2\/pages\/2830\/revisions"}],"predecessor-version":[{"id":22529,"href":"https:\/\/soul2sevenshop.com\/index.php?rest_route=\/wp\/v2\/pages\/2830\/revisions\/22529"}],"wp:attachment":[{"href":"https:\/\/soul2sevenshop.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}