{"id":27,"date":"2025-10-16T14:51:12","date_gmt":"2025-10-16T14:51:12","guid":{"rendered":"https:\/\/dummy.xtemos.com\/woodmart2\/christmas-shop-elementor\/?page_id=27"},"modified":"2026-05-03T05:55:25","modified_gmt":"2026-05-03T05:55:25","slug":"weeboutique","status":"publish","type":"page","link":"https:\/\/weeboutique.com\/","title":{"rendered":"Weeboutique"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27\" class=\"elementor elementor-27\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-6467ecb e-flex e-con-boxed e-con e-parent\" data-id=\"6467ecb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b1ec9e elementor-widget elementor-widget-html\" data-id=\"1b1ec9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- 1. FONTS -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400&family=Playfair+Display:wght@400;600&family=Noto+Sans+Arabic:wght@400;500&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n    :root {\r\n        --pure-white: #ffffff;\r\n        --border-color: #efefef;\r\n        --text-black: #1a1a1a;\r\n    }\r\n\r\n    body, html {\r\n        margin: 0;\r\n        padding: 0;\r\n        background-color: #fcfcfc;\r\n        overflow-x: hidden;\r\n    }\r\n\r\n    \/* --- CONTINUOUS SECURE BOX MARQUEE --- *\/\r\n    .marquee-box {\r\n        width: 94%;\r\n        max-width: 1400px;\r\n        margin: 20px auto;\r\n        background: var(--pure-white);\r\n        border: 1px solid var(--border-color);\r\n        border-radius: 100px;\r\n        padding: 12px 0;\r\n        overflow: hidden;\r\n        display: flex;\r\n        box-shadow: 0 2px 10px rgba(0,0,0,0.02);\r\n    }\r\n\r\n    .marquee-track {\r\n        display: flex;\r\n        white-space: nowrap;\r\n        animation: scroll-left 40s linear infinite;\r\n    }\r\n\r\n    .marquee-item {\r\n        display: flex;\r\n        align-items: center;\r\n        font-family: 'Noto Sans Arabic', sans-serif;\r\n        font-size: 14px;\r\n        color: var(--text-black);\r\n        padding: 0 15px;\r\n    }\r\n\r\n    .marquee-item::after {\r\n        content: \"\u2022\";\r\n        margin-right: 30px;\r\n        margin-left: 15px;\r\n        color: #ccc;\r\n    }\r\n\r\n    @keyframes scroll-left {\r\n        0% { transform: translateX(0); }\r\n        100% { transform: translateX(-50%); }\r\n    }\r\n\r\n    \/* --- LUXURY HERO SLIDER --- *\/\r\n    .wee-hero {\r\n        width: 100vw;\r\n        height: 80vh;\r\n        height: 80dvh;\r\n        position: relative;\r\n        overflow: hidden;\r\n        background-color: #000;\r\n    }\r\n\r\n    .wee-slide {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        opacity: 0;\r\n        visibility: hidden;\r\n        transition: opacity 1.5s ease-in-out;\r\n        z-index: 1;\r\n    }\r\n\r\n    .wee-slide.active {\r\n        opacity: 1;\r\n        visibility: visible;\r\n        z-index: 2;\r\n    }\r\n\r\n    .wee-slide img {\r\n        width: 100%;\r\n        height: 100%;\r\n        object-fit: cover;\r\n        object-position: center top;\r\n        transform: scale(1.1);\r\n        transition: transform 6s linear;\r\n    }\r\n\r\n    .wee-slide.active img {\r\n        transform: scale(1);\r\n    }\r\n\r\n    .wee-overlay {\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);\r\n        z-index: 3;\r\n        pointer-events: none;\r\n    }\r\n\r\n    .wee-content {\r\n        position: absolute;\r\n        bottom: 15%;\r\n        width: 100%;\r\n        text-align: center;\r\n        color: white;\r\n        z-index: 4;\r\n        font-family: 'Montserrat', sans-serif;\r\n    }\r\n\r\n    .wee-content h1 {\r\n        font-family: 'Playfair Display', serif;\r\n        font-size: clamp(2rem, 8vw, 4.5rem);\r\n        margin: 0;\r\n        letter-spacing: 2px;\r\n    }\r\n\r\n    .wee-content p {\r\n        letter-spacing: 5px;\r\n        text-transform: uppercase;\r\n        font-size: 0.85rem;\r\n        margin-bottom: 30px;\r\n    }\r\n\r\n    .wee-btn {\r\n        display: inline-block;\r\n        padding: 14px 40px;\r\n        border: 1px solid #fff;\r\n        color: #fff !important;\r\n        text-decoration: none;\r\n        letter-spacing: 2px;\r\n        font-size: 0.75rem;\r\n        transition: 0.4s;\r\n    }\r\n\r\n    .wee-btn:hover {\r\n        background: #fff;\r\n        color: #000 !important;\r\n    }\r\n\r\n    .wee-dots {\r\n        position: absolute;\r\n        bottom: 30px;\r\n        width: 100%;\r\n        display: flex;\r\n        justify-content: center;\r\n        gap: 12px;\r\n        z-index: 5;\r\n    }\r\n\r\n    .wee-dot {\r\n        width: 8px;\r\n        height: 8px;\r\n        border-radius: 50%;\r\n        border: 1px solid #fff;\r\n        cursor: pointer;\r\n    }\r\n\r\n    .wee-dot.active {\r\n        background: #fff;\r\n    }\r\n<\/style>\r\n\r\n<!-- MARQUEE BAR -->\r\n<div class=\"marquee-box\">\r\n    <div class=\"marquee-track\" dir=\"rtl\">\r\n        <span class=\"marquee-item\">\u0623\u0646\u0627\u0642\u0629 \u062a\u0628\u062f\u0623 \u0645\u0646 \u0647\u0646\u0627 \u2013 \u0627\u0643\u062a\u0634\u0641 \u0623\u062d\u062f\u062b \u0635\u064a\u062d\u0627\u062a \u0627\u0644\u0645\u0648\u0636\u0629 \u0644\u062f\u064a\u0646\u0627.<\/span>\r\n        <span class=\"marquee-item\">\u062a\u0623\u0644\u0651\u0642 \u0628\u0625\u0637\u0644\u0627\u0644\u0629 \u0645\u0645\u064a\u0632\u0629 \u0645\u0639 \u062a\u0634\u0643\u064a\u0644\u062a\u0646\u0627 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0645\u0646 \u0627\u0644\u0645\u0644\u0627\u0628\u0633.<\/span>\r\n        <span class=\"marquee-item\">\u0645\u0644\u0627\u0628\u0633 \u0639\u0635\u0631\u064a\u0629 \u0628\u062c\u0648\u062f\u0629 \u0639\u0627\u0644\u064a\u0629 \u0648\u0623\u0633\u0639\u0627\u0631 \u062a\u0646\u0627\u0633\u0628 \u0627\u0644\u062c\u0645\u064a\u0639.<\/span>\r\n        <span class=\"marquee-item\">\u0627\u062e\u062a\u064a\u0627\u0631\u0627\u062a \u0648\u0627\u0633\u0639\u0629 \u0645\u0646 \u0627\u0644\u0623\u0632\u064a\u0627\u0621 \u0644\u062a\u0646\u0627\u0633\u0628 \u0643\u0644 \u0627\u0644\u0623\u0630\u0648\u0627\u0642.<\/span>\r\n        <span class=\"marquee-item\">\u0623\u062d\u062f\u062b \u0627\u0644\u0645\u0648\u062f\u064a\u0644\u0627\u062a \u0628\u0627\u0646\u062a\u0638\u0627\u0631\u0643 \u2013 \u062a\u0633\u0648\u0642 \u0627\u0644\u0622\u0646 \u0648\u0643\u0646 \u0645\u062e\u062a\u0644\u0641\u0627\u064b.<\/span>\r\n        <span class=\"marquee-item\">\u0623\u0646\u0627\u0642\u0629 \u062a\u0628\u062f\u0623 \u0645\u0646 \u0647\u0646\u0627 \u2013 \u0627\u0643\u062a\u0634\u0641 \u0623\u062d\u062f\u062b \u0635\u064a\u062d\u0627\u062a \u0627\u0644\u0645\u0648\u0636\u0629 \u0644\u062f\u064a\u0646\u0627.<\/span>\r\n        <span class=\"marquee-item\">\u062a\u0623\u0644\u0651\u0642 \u0628\u0625\u0637\u0644\u0627\u0644\u0629 \u0645\u0645\u064a\u0632\u0629 \u0645\u0639 \u062a\u0634\u0643\u064a\u0644\u062a\u0646\u0627 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0645\u0646 \u0627\u0644\u0645\u0644\u0627\u0628\u0633.<\/span>\r\n        <span class=\"marquee-item\">\u0645\u0644\u0627\u0628\u0633 \u0639\u0635\u0631\u064a\u0629 \u0628\u062c\u0648\u062f\u0629 \u0639\u0627\u0644\u064a\u0629 \u0648\u0623\u0633\u0639\u0627\u0631 \u062a\u0646\u0627\u0633\u0628 \u0627\u0644\u062c\u0645\u064a\u0639.<\/span>\r\n        <span class=\"marquee-item\">\u0627\u062e\u062a\u064a\u0627\u0631\u0627\u062a \u0648\u0627\u0633\u0639\u0629 \u0645\u0646 \u0627\u0644\u0623\u0632\u064a\u0627\u0621 \u0644\u062a\u0646\u0627\u0633\u0628 \u0643\u0644 \u0627\u0644\u0623\u0630\u0648\u0627\u0642.<\/span>\r\n        <span class=\"marquee-item\">\u0623\u062d\u062f\u062b \u0627\u0644\u0645\u0648\u062f\u064a\u0644\u0627\u062a \u0628\u0627\u0646\u062a\u0638\u0627\u0631\u0643 \u2013 \u062a\u0633\u0648\u0642 \u0627\u0644\u0622\u0646 \u0648\u0643\u0646 \u0645\u062e\u062a\u0644\u0641\u0627\u064b.<\/span>\r\n    <\/div>\r\n<\/div>\r\n\r\n<!-- HERO SLIDER -->\r\n<div class=\"wee-hero\" id=\"weeSlider\">\r\n    <div class=\"wee-overlay\"><\/div>\r\n\r\n    <div class=\"wee-slide active\">\r\n        <img decoding=\"async\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/05\/623264927_18094069307483975_6502939944620805790_n.jpg\">\r\n    <\/div>\r\n\r\n    <div class=\"wee-slide\">\r\n        <img decoding=\"async\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/05\/652069499_5222263664666106_7094731241762691219_n.jpg\">\r\n    <\/div>\r\n\r\n    <div class=\"wee-slide\">\r\n        <img decoding=\"async\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/05\/625052241_18102202321868680_4439456584568994971_n.jpg\">\r\n    <\/div>\r\n\r\n    <div class=\"wee-slide\">\r\n        <img decoding=\"async\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/05\/650737077_1630215731550352_7223230946236982995_n.jpg\">\r\n    <\/div>\r\n\r\n    <div class=\"wee-content\">\r\n        <h1>WEE BOUTIQUE<\/h1>\r\n        <p>Luxury Abayas Collection<\/p>\r\n        <!-- Updated Link Below -->\r\n        <a href=\"https:\/\/weeboutique.com\/?post_type=product\" class=\"wee-btn\">SHOP NOW<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"wee-dots\" id=\"dots\"><\/div>\r\n<\/div>\r\n\r\n<script>\r\n(function() {\r\n    const slides = document.querySelectorAll('.wee-slide');\r\n    const dotsContainer = document.getElementById('dots');\r\n    let current = 0;\r\n\r\n    slides.forEach((_, i) => {\r\n        const dot = document.createElement('div');\r\n        dot.className = 'wee-dot' + (i === 0 ? ' active' : '');\r\n        dot.onclick = () => showSlide(i);\r\n        dotsContainer.appendChild(dot);\r\n    });\r\n\r\n    const allDots = document.querySelectorAll('.wee-dot');\r\n\r\n    function showSlide(index) {\r\n        slides[current].classList.remove('active');\r\n        allDots[current].classList.remove('active');\r\n        current = index;\r\n        slides[current].classList.add('active');\r\n        allDots[current].classList.add('active');\r\n    }\r\n\r\n    function nextSlide() {\r\n        showSlide((current + 1) % slides.length);\r\n    }\r\n\r\n    setInterval(nextSlide, 5000);\r\n})();\r\n<\/script>\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-308333f e-flex e-con-boxed e-con e-parent\" data-id=\"308333f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\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-9a7fe28 e-flex e-con-boxed e-con e-parent\" data-id=\"9a7fe28\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e400f95 elementor--h-position-left elementor--v-position-middle elementor-arrows-position-inside elementor-widget elementor-widget-slides\" data-id=\"e400f95\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;arrows&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"fadeInUp\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-f80265e swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg\" role=\"img\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><h5 class=\"elementor-slide-heading\">\u0623\u0646\u0627\u0642\u0629 \u062a\u0639\u0643\u0633 \u0634\u062e\u0635\u064a\u062a\u0643<\/h5><h2 class=\"elementor-slide-description\">\u0627\u0643\u062a\u0634\u0641\u064a \u0623\u062d\u062f\u062b \u0635\u064a\u062d\u0627\u062a \u0627\u0644\u0645\u0648\u0636\u0629 \u0648\u0627\u0644\u0645\u0644\u0627\u0628\u0633 \u0627\u0644\u0639\u0635\u0631\u064a\u0629 <\/h2><\/div><\/div><\/div><div class=\"elementor-repeater-item-319e970 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg\" role=\"img\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><h5 class=\"elementor-slide-heading\">\u062a\u0623\u0644\u0651\u0642\u064a \u0628\u0625\u0637\u0644\u0627\u0644\u0629 \u0645\u0645\u064a\u0632\u0629<\/h5><h2 class=\"elementor-slide-description\">\u0627\u062e\u062a\u0627\u0631\u064a \u0645\u0646 \u0645\u062c\u0645\u0648\u0639\u062a\u0646\u0627 \u0627\u0644\u0648\u0627\u0633\u0639\u0629 \u0645\u0646 \u0627\u0644\u0645\u0644\u0627\u0628\u0633 \u0627\u0644\u0623\u0646\u064a\u0642\u0629<\/h2><\/div><\/div><\/div><div class=\"elementor-repeater-item-fdf2023 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg\" role=\"img\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><h5 class=\"elementor-slide-heading\">\u062a\u0633\u0648\u0651\u0642\u064a \u0645\u0648\u0636\u0629 \u062c\u062f\u064a\u062f\u0629 <\/h5><h2 class=\"elementor-slide-description\"> \u0623\u062d\u062f\u062b \u0627\u0644\u0645\u0648\u062f\u064a\u0644\u0627\u062a \u0628\u062c\u0648\u062f\u0629 \u0639\u0627\u0644\u064a\u0629 \u0648\u062a\u0635\u0627\u0645\u064a\u0645 \u0639\u0635\u0631\u064a\u0629<\/h2><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Previous slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Next slide\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\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<\/div>\n\t\t\t\t\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-85580c0 e-flex e-con-boxed e-con e-parent\" data-id=\"85580c0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-610d4c4 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"610d4c4\" data-element_type=\"widget\" data-e-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-default wd-title-style-default wd-title-size-default text-center\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"title-subtitle subtitle-color-default subtitle-style-default wd-fontsize-xs\">\n\t\t\t\t\tWhat you will like the most\t\t\t\t<\/div>\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\">Best sale this week <\/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-7cb9eba wd-width-100 elementor-widget elementor-widget-wd_products\" data-id=\"7cb9eba\" data-element_type=\"widget\" data-e-type=\"widget\" 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\t\t<div class=\"wd-products-element\">\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"products wd-products grid-columns-4 elements-grid title-line-one wd-grid-g wd-stretch-cont-lg wd-stretch-cont-md wd-stretch-cont-sm wd-products-with-bg\" data-paged=\"1\" data-atts=\"{&quot;speed&quot;:null,&quot;slides_per_view&quot;:null,&quot;wrap&quot;:null,&quot;autoplay&quot;:null,&quot;autoheight&quot;:null,&quot;hide_pagination_control&quot;:null,&quot;dynamic_pagination_control&quot;:null,&quot;hide_prev_next_buttons&quot;:null,&quot;carousel_arrows_position&quot;:null,&quot;hide_scrollbar&quot;:null,&quot;scroll_per_page&quot;:null,&quot;center_mode&quot;:null,&quot;spacing&quot;:&quot;&quot;,&quot;carousel_sync&quot;:null,&quot;sync_parent_id&quot;:null,&quot;sync_child_id&quot;:null,&quot;scroll_carousel_init&quot;:null,&quot;disable_overflow_carousel&quot;:null,&quot;include&quot;:null,&quot;order&quot;:&quot;DESC&quot;,&quot;meta_key&quot;:null,&quot;shop_tools&quot;:null,&quot;ajax_recently_viewed&quot;:null,&quot;pagination_arrows_position&quot;:null,&quot;items_per_page&quot;:8,&quot;columns&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;products_masonry&quot;:&quot;&quot;,&quot;products_different_sizes&quot;:&quot;&quot;,&quot;product_quantity&quot;:&quot;&quot;,&quot;sale_countdown&quot;:&quot;0&quot;,&quot;stretch_product&quot;:null,&quot;stock_progress_bar&quot;:&quot;0&quot;,&quot;highlighted_products&quot;:&quot;0&quot;,&quot;products_divider&quot;:null,&quot;products_bordered_grid&quot;:&quot;0&quot;,&quot;products_bordered_grid_style&quot;:null,&quot;products_with_background&quot;:&quot;1&quot;,&quot;products_shadow&quot;:&quot;&quot;,&quot;img_size&quot;:&quot;large&quot;,&quot;img_size_custom&quot;:null,&quot;grid_gallery_control&quot;:null,&quot;grid_gallery_enable_arrows&quot;:null,&quot;elementor&quot;:true,&quot;force_not_ajax&quot;:&quot;no&quot;}\" data-source=\"shortcode\" data-columns=\"4\" data-grid-gallery=\"\" style=\"--wd-col-lg:4;--wd-col-md:3;--wd-col-sm:2;--wd-gap-lg:20px;--wd-gap-sm:10px;\">\n\t\t\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-quick wd-col product-grid-item product type-product post-11259 status-publish instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"1\" data-id=\"11259\">\n\t\t\t\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-%d9%85%d8%b9-%d9%84%d9%8a%d9%86%d9%86\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631 \u0645\u0639 \u0644\u064a\u0646\u0646\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8944_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8944_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8944_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8944_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8944_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8944_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8944_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8944_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8944_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8944_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t<\/a>\n\n\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8914_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8914_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8914_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8914_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8914_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8914_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8914_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8914_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8914_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8914_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"wd-buttons wd-pos-r-t\">\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:\/\/weeboutique.com\/?page_id=16\" data-id=\"11259\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\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:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-%d9%85%d8%b9-%d9%84%d9%8a%d9%86%d9%86\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"11259\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/weeboutique.com\/?page_id=22\" data-key=\"15c653769a\" data-product-id=\"11259\" rel=\"nofollow\" data-added-text=\"Browse wishlist\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F27&#038;add-to-cart=11259\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_11259\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"11259\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631 \u0645\u0639 \u0644\u064a\u0646\u0646&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631 \u0645\u0639 \u0644\u064a\u0646\u0646&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_11259\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<div class=\"product-element-bottom\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-%d9%85%d8%b9-%d9%84%d9%8a%d9%86%d9%86\">\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631 \u0645\u0639 \u0644\u064a\u0646\u0646<\/a><\/h3>\n\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/weeboutique.com\/?product_cat=uncategorized\" rel=\"tag\">Uncategorized<\/a>\t\t<\/div>\n\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>760,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span><\/bdi><\/span><\/span>\n\n\t\n\t\n\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-quick wd-col product-grid-item product type-product post-11249 status-publish instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"2\" data-id=\"11249\">\n\t\t\t\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-%d9%85%d8%b9-%d8%af%d8%a7%d9%86%d8%aa%d9%8a%d9%84\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631 \u0645\u0639 \u062f\u0627\u0646\u062a\u064a\u0644\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8989_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8989_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8989_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8989_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8989_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8989_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8989_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8989_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8989_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8989_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t<\/a>\n\n\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9015_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9015_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9015_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9015_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9015_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9015_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9015_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9015_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9015_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9015_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"wd-buttons wd-pos-r-t\">\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:\/\/weeboutique.com\/?page_id=16\" data-id=\"11249\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\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:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-%d9%85%d8%b9-%d8%af%d8%a7%d9%86%d8%aa%d9%8a%d9%84\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"11249\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/weeboutique.com\/?page_id=22\" data-key=\"15c653769a\" data-product-id=\"11249\" rel=\"nofollow\" data-added-text=\"Browse wishlist\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F27&#038;add-to-cart=11249\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_11249\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"11249\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631 \u0645\u0639 \u062f\u0627\u0646\u062a\u064a\u0644&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631 \u0645\u0639 \u062f\u0627\u0646\u062a\u064a\u0644&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_11249\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<div class=\"product-element-bottom\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-%d9%85%d8%b9-%d8%af%d8%a7%d9%86%d8%aa%d9%8a%d9%84\">\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631 \u0645\u0639 \u062f\u0627\u0646\u062a\u064a\u0644<\/a><\/h3>\n\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/weeboutique.com\/?product_cat=uncategorized\" rel=\"tag\">Uncategorized<\/a>\t\t<\/div>\n\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>960,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span><\/bdi><\/span><\/span>\n\n\t\n\t\n\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-quick wd-col product-grid-item product type-product post-11194 status-publish last instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"3\" data-id=\"11194\">\n\t\t\t\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9498_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9498_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9498_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9498_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9498_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9498_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9498_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9498_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9498_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9498_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t<\/a>\n\n\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9535_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9535_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9535_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9535_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9535_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9535_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9535_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9535_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9535_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9535_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"wd-buttons wd-pos-r-t\">\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:\/\/weeboutique.com\/?page_id=16\" data-id=\"11194\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\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:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"11194\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/weeboutique.com\/?page_id=22\" data-key=\"15c653769a\" data-product-id=\"11194\" rel=\"nofollow\" data-added-text=\"Browse wishlist\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F27&#038;add-to-cart=11194\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_11194\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"11194\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_11194\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<div class=\"product-element-bottom\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1\">\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631<\/a><\/h3>\n\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/weeboutique.com\/?product_cat=uncategorized\" rel=\"tag\">Uncategorized<\/a>\t\t<\/div>\n\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>670,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span><\/bdi><\/span><\/span>\n\n\t\n\t\n\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-quick wd-col product-grid-item product type-product post-11202 status-publish first instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"4\" data-id=\"11202\">\n\t\t\t\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-2\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9433_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9433_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9433_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9433_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9433_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9433_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9433_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9433_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9433_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9433_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t<\/a>\n\n\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9444_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9444_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9444_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9444_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9444_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9444_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9444_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9444_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9444_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9444_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"wd-buttons wd-pos-r-t\">\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:\/\/weeboutique.com\/?page_id=16\" data-id=\"11202\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\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:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-2\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"11202\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/weeboutique.com\/?page_id=22\" data-key=\"15c653769a\" data-product-id=\"11202\" rel=\"nofollow\" data-added-text=\"Browse wishlist\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F27&#038;add-to-cart=11202\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_11202\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"11202\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_11202\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<div class=\"product-element-bottom\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-2\">\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631<\/a><\/h3>\n\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/weeboutique.com\/?product_cat=uncategorized\" rel=\"tag\">Uncategorized<\/a>\t\t<\/div>\n\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>960,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span><\/bdi><\/span><\/span>\n\n\t\n\t\n\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-quick wd-col product-grid-item product type-product post-11210 status-publish instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"5\" data-id=\"11210\">\n\t\t\t\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-3\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9358_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9358_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9358_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9358_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9358_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9358_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9358_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9358_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9358_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9358_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t<\/a>\n\n\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9378_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9378_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9378_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9378_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9378_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9378_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9378_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9378_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9378_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9378_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"wd-buttons wd-pos-r-t\">\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:\/\/weeboutique.com\/?page_id=16\" data-id=\"11210\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\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:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-3\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"11210\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/weeboutique.com\/?page_id=22\" data-key=\"15c653769a\" data-product-id=\"11210\" rel=\"nofollow\" data-added-text=\"Browse wishlist\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F27&#038;add-to-cart=11210\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_11210\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"11210\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_11210\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<div class=\"product-element-bottom\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-3\">\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631<\/a><\/h3>\n\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/weeboutique.com\/?product_cat=uncategorized\" rel=\"tag\">Uncategorized<\/a>\t\t<\/div>\n\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>960,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span><\/bdi><\/span><\/span>\n\n\t\n\t\n\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-quick wd-col product-grid-item product type-product post-11220 status-publish instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"6\" data-id=\"11220\">\n\t\t\t\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-4\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9319_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9319_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9319_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9319_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9319_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9319_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9319_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9319_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9319_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9319_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t<\/a>\n\n\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9349_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9349_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9349_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9349_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9349_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9349_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9349_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9349_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9349_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9349_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"wd-buttons wd-pos-r-t\">\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:\/\/weeboutique.com\/?page_id=16\" data-id=\"11220\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\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:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-4\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"11220\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/weeboutique.com\/?page_id=22\" data-key=\"15c653769a\" data-product-id=\"11220\" rel=\"nofollow\" data-added-text=\"Browse wishlist\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F27&#038;add-to-cart=11220\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_11220\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"11220\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_11220\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<div class=\"product-element-bottom\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-4\">\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631<\/a><\/h3>\n\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/weeboutique.com\/?product_cat=uncategorized\" rel=\"tag\">Uncategorized<\/a>\t\t<\/div>\n\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>960,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span><\/bdi><\/span><\/span>\n\n\t\n\t\n\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-quick wd-col product-grid-item product type-product post-11239 status-publish last instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"7\" data-id=\"11239\">\n\t\t\t\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-5\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9054_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9054_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9054_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9054_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9054_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9054_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9054_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9054_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9054_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9054_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t<\/a>\n\n\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9096_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9096_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9096_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9096_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9096_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9096_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9096_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9096_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9096_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A9096_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"wd-buttons wd-pos-r-t\">\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:\/\/weeboutique.com\/?page_id=16\" data-id=\"11239\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\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:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-5\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"11239\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/weeboutique.com\/?page_id=22\" data-key=\"15c653769a\" data-product-id=\"11239\" rel=\"nofollow\" data-added-text=\"Browse wishlist\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F27&#038;add-to-cart=11239\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_11239\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"11239\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_11239\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<div class=\"product-element-bottom\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/weeboutique.com\/?product=%d9%85%d8%ae%d9%85%d9%84-%d8%ad%d8%b1%d9%8a%d8%b1-5\">\u0645\u062e\u0645\u0644 \u062d\u0631\u064a\u0631<\/a><\/h3>\n\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/weeboutique.com\/?product_cat=uncategorized\" rel=\"tag\">Uncategorized<\/a>\t\t<\/div>\n\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>960,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span><\/bdi><\/span><\/span>\n\n\t\n\t\n\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-quick wd-col product-grid-item product type-product post-11267 status-publish first instock product_cat-uncategorized has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"8\" data-id=\"11267\">\n\t\t\t\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/weeboutique.com\/?product=%d9%83%d8%b1%d9%8a%d8%a8-%d9%84%d9%85%d8%b9%d8%a9\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0643\u0631\u064a\u0628 \u0644\u0645\u0639\u0629\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8880_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8880_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8880_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8880_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8880_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8880_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8880_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8880_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8880_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8880_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t<\/a>\n\n\t\t\t\t\t<div class=\"hover-img\">\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"534\" height=\"800\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8835_resized-534x800.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8835_resized-534x800.jpg 534w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8835_resized-200x300.jpg 200w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8835_resized-768x1151.jpg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8835_resized-1025x1536.jpg 1025w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8835_resized-1366x2048.jpg 1366w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8835_resized-430x644.jpg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8835_resized-700x1049.jpg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8835_resized-148x222.jpg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/07\/1Q7A8835_resized.jpg 1708w\" sizes=\"auto, (max-width: 534px) 100vw, 534px\" \/>\t\t\t<\/div>\n\t\t\t\t\t<div class=\"wd-buttons wd-pos-r-t\">\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:\/\/weeboutique.com\/?page_id=16\" data-id=\"11267\" rel=\"nofollow\" data-added-text=\"Compare products\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">Add to compare<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\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:\/\/weeboutique.com\/?product=%d9%83%d8%b1%d9%8a%d8%a8-%d9%84%d9%85%d8%b9%d8%a9\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"11267\"\n\t\t\t\t>Quick view<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"https:\/\/weeboutique.com\/?page_id=22\" data-key=\"15c653769a\" data-product-id=\"11267\" rel=\"nofollow\" data-added-text=\"Browse wishlist\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">Add to wishlist<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F27&#038;add-to-cart=11267\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_11267\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"11267\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u0643\u0631\u064a\u0628 \u0644\u0645\u0639\u0629&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0643\u0631\u064a\u0628 \u0644\u0645\u0639\u0629&rdquo; has been added to your cart\" role=\"button\"><span>Add to cart<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_11267\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<div class=\"product-element-bottom\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/weeboutique.com\/?product=%d9%83%d8%b1%d9%8a%d8%a8-%d9%84%d9%85%d8%b9%d8%a9\">\u0643\u0631\u064a\u0628 \u0644\u0645\u0639\u0629<\/a><\/h3>\n\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/weeboutique.com\/?product_cat=uncategorized\" rel=\"tag\">Uncategorized<\/a>\t\t<\/div>\n\t\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>860,00&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x62f;.&#x625;<\/span><\/bdi><\/span><\/span>\n\n\t\n\t\n\t\t\t<\/div>\n\t<\/div>\n<\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\n\t\t\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\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-05fa4b1 e-flex e-con-boxed e-con e-parent\" data-id=\"05fa4b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7cfa06c wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"7cfa06c\" data-element_type=\"widget\" data-e-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-default wd-title-style-default wd-title-size-default text-center\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"title-subtitle subtitle-color-default subtitle-style-default wd-fontsize-xs\">\n\t\t\t\t\t\u0627\u062e\u062a\u0631 \u0623\u0633\u0644\u0648\u0628\u0643 \u0627\u0644\u062e\u0627\u0635\t\t\t\t<\/div>\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\">\u0646\u0642\u062f\u0645 \u0644\u0643 \u0645\u062c\u0645\u0648\u0639\u0629 \u0645\u0645\u064a\u0632\u0629 \u0645\u0646 \u0627\u0644\u0645\u0644\u0627\u0628\u0633 \u0627\u0644\u0639\u0635\u0631\u064a\u0629 \u0627\u0644\u062a\u064a \u062a\u062c\u0645\u0639 \u0628\u064a\u0646 \u0627\u0644\u0623\u0646\u0627\u0642\u0629 \u0648\u0627\u0644\u062c\u0648\u062f\u0629 \u0648\u0627\u0644\u0631\u0627\u062d\u0629. \u0646\u062d\u0631\u0635 \u0639\u0644\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0623\u0641\u0636\u0644 \u0627\u0644\u062a\u0635\u0627\u0645\u064a\u0645 \u0627\u0644\u062a\u064a \u062a\u0646\u0627\u0633\u0628 \u062c\u0645\u064a\u0639 \u0627\u0644\u0623\u0630\u0648\u0627\u0642 \u0648\u062a\u0645\u0646\u062d\u0643 \u0625\u0637\u0644\u0627\u0644\u0629 \u0645\u0645\u064a\u0632\u0629 \u0641\u064a \u0643\u0644 \u0648\u0642\u062a.<\/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-cd86fa4 wd-width-100 elementor-widget elementor-widget-wd_instagram\" data-id=\"cd86fa4\" data-element_type=\"widget\" data-e-type=\"widget\" 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-688\" 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;no&quot;,&quot;loop&quot;:false,&quot;autoplay&quot;:&quot;no&quot;,&quot;autoheight&quot;:&quot;no&quot;,&quot;hide_pagination_control&quot;:&quot;yes&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;&quot;,&quot;hide_scrollbar_mobile&quot;:&quot;&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;:6,&quot;tablet&quot;:3,&quot;mobile&quot;:3},&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;flickr&quot;,&quot;number&quot;:null,&quot;size&quot;:null,&quot;target&quot;:&quot;_self&quot;,&quot;link&quot;:&quot;&quot;,&quot;design&quot;:&quot;slider&quot;,&quot;spacing_custom&quot;:&quot;20&quot;,&quot;spacing_custom_tablet&quot;:&quot;&quot;,&quot;spacing_custom_mobile&quot;:&quot;&quot;,&quot;rounded&quot;:&quot;0&quot;,&quot;per_row&quot;:6,&quot;per_row_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;per_row_mobile&quot;:{&quot;size&quot;:3},&quot;hide_mask&quot;:&quot;0&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;:10847,&quot;url&quot;:&quot;https:\\\/\\\/weeboutique.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-2.jpeg&quot;},{&quot;id&quot;:10848,&quot;url&quot;:&quot;https:\\\/\\\/weeboutique.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-1.jpeg&quot;},{&quot;id&quot;:10849,&quot;url&quot;:&quot;https:\\\/\\\/weeboutique.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/WhatsApp-Image-2026-03-16-at-9.39.39-PM.jpeg&quot;},{&quot;id&quot;:10850,&quot;url&quot;:&quot;https:\\\/\\\/weeboutique.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/WhatsApp-Image-2026-03-16-at-9.39.38-PM.jpeg&quot;},{&quot;id&quot;:10851,&quot;url&quot;:&quot;https:\\\/\\\/weeboutique.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-1.jpeg&quot;},{&quot;id&quot;:10852,&quot;url&quot;:&quot;https:\\\/\\\/weeboutique.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/WhatsApp-Image-2026-03-16-at-9.39.37-PM.jpeg&quot;}],&quot;images_size&quot;:&quot;medium&quot;,&quot;images_link&quot;:&quot;https:\\\/\\\/www.instagram.com\\\/xtemos.studio\\\/&quot;,&quot;images_likes&quot;:&quot;10-100&quot;,&quot;images_comments&quot;:&quot;0-50&quot;,&quot;scroll_y&quot;:null,&quot;extra_width_classes&quot;:&quot;wd-width-100&quot;,&quot;carousel_arrows_position_popover&quot;:&quot;&quot;,&quot;carousel_arrows_offset_h&quot;:null,&quot;carousel_arrows_offset_v&quot;:null,&quot;aspect_ratio&quot;:&quot;1\\\/1&quot;,&quot;rounding_size&quot;:&quot;&quot;,&quot;custom_rounding_size&quot;:null,&quot;content_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;content_color&quot;:&quot;&quot;,&quot;content_bg_color&quot;:&quot;&quot;,&quot;content_typography_typography&quot;:&quot;&quot;,&quot;content_typography_font_family&quot;:null,&quot;content_typography_font_size&quot;:null,&quot;content_typography_font_weight&quot;:null,&quot;content_typography_text_transform&quot;:null,&quot;content_typography_font_style&quot;:null,&quot;content_typography_text_decoration&quot;:null,&quot;content_typography_line_height&quot;:null,&quot;content_typography_letter_spacing&quot;:null,&quot;content_typography_word_spacing&quot;:null,&quot;_title&quot;:&quot;&quot;,&quot;_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_element_width&quot;:&quot;&quot;,&quot;_element_width_tablet&quot;:&quot;&quot;,&quot;_element_width_mobile&quot;:&quot;&quot;,&quot;_element_custom_width&quot;:null,&quot;_grid_column&quot;:&quot;&quot;,&quot;_grid_column_custom&quot;:null,&quot;_grid_row&quot;:&quot;&quot;,&quot;_grid_row_custom&quot;:null,&quot;_flex_align_self&quot;:&quot;&quot;,&quot;_flex_order&quot;:&quot;&quot;,&quot;_flex_order_custom&quot;:null,&quot;_flex_size&quot;:&quot;&quot;,&quot;_flex_grow&quot;:null,&quot;_flex_shrink&quot;:null,&quot;_element_vertical_align&quot;:null,&quot;_position&quot;:&quot;&quot;,&quot;_offset_orientation_h&quot;:null,&quot;_offset_x&quot;:null,&quot;_offset_x_end&quot;:null,&quot;_offset_orientation_v&quot;:null,&quot;_offset_y&quot;:null,&quot;_offset_y_end&quot;:null,&quot;_z_index&quot;:&quot;&quot;,&quot;_element_id&quot;:&quot;&quot;,&quot;_css_classes&quot;:&quot;&quot;,&quot;e_display_conditions&quot;:&quot;&quot;,&quot;_element_cache&quot;:&quot;&quot;,&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;wd_animation_main_classes&quot;:null,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;&quot;,&quot;motion_fx_translateY_effect&quot;:null,&quot;motion_fx_translateY_direction&quot;:null,&quot;motion_fx_translateY_speed&quot;:null,&quot;motion_fx_translateY_affectedRange&quot;:null,&quot;motion_fx_translateX_effect&quot;:null,&quot;motion_fx_translateX_direction&quot;:null,&quot;motion_fx_translateX_speed&quot;:null,&quot;motion_fx_translateX_affectedRange&quot;:null,&quot;motion_fx_opacity_effect&quot;:null,&quot;motion_fx_opacity_direction&quot;:null,&quot;motion_fx_opacity_level&quot;:null,&quot;motion_fx_opacity_range&quot;:null,&quot;motion_fx_blur_effect&quot;:null,&quot;motion_fx_blur_direction&quot;:null,&quot;motion_fx_blur_level&quot;:null,&quot;motion_fx_blur_range&quot;:null,&quot;motion_fx_rotateZ_effect&quot;:null,&quot;motion_fx_rotateZ_direction&quot;:null,&quot;motion_fx_rotateZ_speed&quot;:null,&quot;motion_fx_rotateZ_affectedRange&quot;:null,&quot;motion_fx_scale_effect&quot;:null,&quot;motion_fx_scale_direction&quot;:null,&quot;motion_fx_scale_speed&quot;:null,&quot;motion_fx_scale_range&quot;:null,&quot;motion_fx_transform_origin_x&quot;:null,&quot;motion_fx_transform_origin_y&quot;:null,&quot;motion_fx_devices&quot;:null,&quot;motion_fx_range&quot;:null,&quot;motion_fx_motion_fx_mouse&quot;:&quot;&quot;,&quot;motion_fx_mouseTrack_effect&quot;:null,&quot;motion_fx_mouseTrack_direction&quot;:null,&quot;motion_fx_mouseTrack_speed&quot;:null,&quot;motion_fx_tilt_effect&quot;:null,&quot;motion_fx_tilt_direction&quot;:null,&quot;motion_fx_tilt_speed&quot;:null,&quot;handle_motion_fx_asset_loading&quot;:&quot;&quot;,&quot;sticky&quot;:&quot;&quot;,&quot;sticky_on&quot;:null,&quot;sticky_offset&quot;:null,&quot;sticky_offset_tablet&quot;:null,&quot;sticky_offset_mobile&quot;:null,&quot;sticky_effects_offset&quot;:null,&quot;sticky_effects_offset_tablet&quot;:null,&quot;sticky_effects_offset_mobile&quot;:null,&quot;sticky_anchor_link_offset&quot;:null,&quot;sticky_anchor_link_offset_tablet&quot;:null,&quot;sticky_anchor_link_offset_mobile&quot;:null,&quot;sticky_parent&quot;:null,&quot;_animation&quot;:&quot;&quot;,&quot;_animation_tablet&quot;:&quot;&quot;,&quot;_animation_mobile&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;_transform_transition_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;motion_fx_transform_x_anchor_point&quot;:null,&quot;motion_fx_transform_y_anchor_point&quot;:null,&quot;_background_background&quot;:&quot;&quot;,&quot;_background_color&quot;:null,&quot;_background_color_stop&quot;:null,&quot;_background_color_b&quot;:null,&quot;_background_color_b_stop&quot;:null,&quot;_background_gradient_type&quot;:null,&quot;_background_gradient_angle&quot;:null,&quot;_background_gradient_position&quot;:null,&quot;_background_image&quot;:null,&quot;_background_position&quot;:null,&quot;_background_xpos&quot;:null,&quot;_background_ypos&quot;:null,&quot;_background_attachment&quot;:null,&quot;_background_repeat&quot;:null,&quot;_background_size&quot;:null,&quot;_background_bg_width&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_video_fallback&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_background_size&quot;:null,&quot;_background_slideshow_background_position&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_background&quot;:&quot;&quot;,&quot;_background_hover_color&quot;:null,&quot;_background_hover_color_stop&quot;:null,&quot;_background_hover_color_b&quot;:null,&quot;_background_hover_color_b_stop&quot;:null,&quot;_background_hover_gradient_type&quot;:null,&quot;_background_hover_gradient_angle&quot;:null,&quot;_background_hover_gradient_position&quot;:null,&quot;_background_hover_image&quot;:null,&quot;_background_hover_position&quot;:null,&quot;_background_hover_xpos&quot;:null,&quot;_background_hover_ypos&quot;:null,&quot;_background_hover_attachment&quot;:null,&quot;_background_hover_repeat&quot;:null,&quot;_background_hover_size&quot;:null,&quot;_background_hover_bg_width&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_video_fallback&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_background_size&quot;:null,&quot;_background_hover_slideshow_background_position&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;_background_hover_transition&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_border_border&quot;:&quot;&quot;,&quot;_border_width&quot;:null,&quot;_border_color&quot;:null,&quot;_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_box_shadow_box_shadow_type&quot;:&quot;&quot;,&quot;_box_shadow_box_shadow&quot;:null,&quot;_box_shadow_box_shadow_position&quot;:null,&quot;_border_hover_border&quot;:&quot;&quot;,&quot;_border_hover_width&quot;:null,&quot;_border_hover_color&quot;:null,&quot;_border_radius_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_box_shadow_hover_box_shadow_type&quot;:&quot;&quot;,&quot;_box_shadow_hover_box_shadow&quot;:null,&quot;_box_shadow_hover_box_shadow_position&quot;:null,&quot;_border_hover_transition&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_mask_switch&quot;:&quot;&quot;,&quot;_mask_shape&quot;:null,&quot;_mask_image&quot;:null,&quot;_mask_size&quot;:null,&quot;_mask_size_scale&quot;:null,&quot;_mask_position&quot;:null,&quot;_mask_position_x&quot;:null,&quot;_mask_position_y&quot;:null,&quot;_mask_repeat&quot;:null,&quot;hide_desktop&quot;:&quot;&quot;,&quot;hide_tablet&quot;:&quot;&quot;,&quot;hide_mobile&quot;:&quot;&quot;,&quot;_attributes&quot;:&quot;&quot;,&quot;custom_css&quot;:&quot;&quot;}\" data-username=\"flickr\" 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-scroll_per_page=\"yes\" style=\"--wd-col-lg:6;--wd-col-md:3;--wd-col-sm:3;--wd-gap-lg:20px;--wd-gap-sm: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=\"https:\/\/www.instagram.com\/xtemos.studio\/\" target=\"_self\" aria-label=\"Instagram picture\"><\/a>\n\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"182\" height=\"300\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-2-182x300.jpeg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-2-182x300.jpeg 182w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-2-430x711.jpeg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-2-148x245.jpeg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-2-700x1157.jpeg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-2-484x800.jpeg 484w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-2-768x1269.jpeg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-2-929x1536.jpeg 929w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-2.jpeg 968w\" sizes=\"auto, (max-width: 182px) 100vw, 182px\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-insta-meta wd-grid-g\">\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-likes instagram-likes\"><span>77<\/span><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-comm instagram-comments\"><span>0<\/span><\/span>\n\t\t\t\t\t\t\t\t<\/div>\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=\"https:\/\/www.instagram.com\/xtemos.studio\/\" target=\"_self\" aria-label=\"Instagram picture\"><\/a>\n\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"173\" height=\"300\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-1-173x300.jpeg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-1-173x300.jpeg 173w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-1-430x748.jpeg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-1-148x257.jpeg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-1-700x1217.jpeg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-1-460x800.jpeg 460w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-1-768x1336.jpeg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-1-883x1536.jpeg 883w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-1.jpeg 920w\" sizes=\"auto, (max-width: 173px) 100vw, 173px\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-insta-meta wd-grid-g\">\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-likes instagram-likes\"><span>42<\/span><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-comm instagram-comments\"><span>38<\/span><\/span>\n\t\t\t\t\t\t\t\t<\/div>\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=\"https:\/\/www.instagram.com\/xtemos.studio\/\" target=\"_self\" aria-label=\"Instagram picture\"><\/a>\n\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"194\" height=\"300\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-194x300.jpeg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-194x300.jpeg 194w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-430x667.jpeg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-148x229.jpeg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-700x1085.jpeg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-516x800.jpeg 516w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-768x1191.jpeg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM-991x1536.jpeg 991w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.39-PM.jpeg 1032w\" sizes=\"auto, (max-width: 194px) 100vw, 194px\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-insta-meta wd-grid-g\">\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-likes instagram-likes\"><span>35<\/span><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-comm instagram-comments\"><span>28<\/span><\/span>\n\t\t\t\t\t\t\t\t<\/div>\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=\"https:\/\/www.instagram.com\/xtemos.studio\/\" target=\"_self\" aria-label=\"Instagram picture\"><\/a>\n\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"174\" height=\"300\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.38-PM-174x300.jpeg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.38-PM-174x300.jpeg 174w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.38-PM-430x741.jpeg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.38-PM-148x255.jpeg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.38-PM-700x1207.jpeg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.38-PM-464x800.jpeg 464w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.38-PM-768x1324.jpeg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.38-PM-891x1536.jpeg 891w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.38-PM.jpeg 928w\" sizes=\"auto, (max-width: 174px) 100vw, 174px\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-insta-meta wd-grid-g\">\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-likes instagram-likes\"><span>37<\/span><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-comm instagram-comments\"><span>19<\/span><\/span>\n\t\t\t\t\t\t\t\t<\/div>\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=\"https:\/\/www.instagram.com\/xtemos.studio\/\" target=\"_self\" aria-label=\"Instagram picture\"><\/a>\n\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"175\" height=\"300\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-1-175x300.jpeg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-1-175x300.jpeg 175w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-1-430x738.jpeg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-1-148x254.jpeg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-1-700x1202.jpeg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-1-466x800.jpeg 466w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-1-768x1318.jpeg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-1-895x1536.jpeg 895w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-1.jpeg 932w\" sizes=\"auto, (max-width: 175px) 100vw, 175px\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-insta-meta wd-grid-g\">\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-likes instagram-likes\"><span>14<\/span><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-comm instagram-comments\"><span>30<\/span><\/span>\n\t\t\t\t\t\t\t\t<\/div>\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=\"https:\/\/www.instagram.com\/xtemos.studio\/\" target=\"_self\" aria-label=\"Instagram picture\"><\/a>\n\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"176\" height=\"300\" src=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-176x300.jpeg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-176x300.jpeg 176w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-430x733.jpeg 430w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-148x252.jpeg 148w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-700x1194.jpeg 700w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-469x800.jpeg 469w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-768x1310.jpeg 768w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM-900x1536.jpeg 900w, https:\/\/weeboutique.com\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-16-at-9.39.37-PM.jpeg 938w\" sizes=\"auto, (max-width: 176px) 100vw, 176px\" \/>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-insta-meta wd-grid-g\">\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-likes instagram-likes\"><span>17<\/span><\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"wd-insta-comm instagram-comments\"><span>5<\/span><\/span>\n\t\t\t\t\t\t\t\t<\/div>\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\t\t\t\t\t<div class=\"wd-nav-scroll wd-hide-lg\"><\/div>\n\t\t\t\t\t\t\t\t\t\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-1a4cfcd e-flex e-con-boxed e-con e-parent\" data-id=\"1a4cfcd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\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-199f5dd e-flex e-con-boxed e-con e-parent\" data-id=\"199f5dd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b36a4a elementor-widget elementor-widget-html\" data-id=\"5b36a4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"reviews\">\r\n  \r\n  <div class=\"reviews-header\">\r\n    <span class=\"reviews-sub\">+1000 \u062a\u0642\u064a\u064a\u0645 \u2b50\u2b50\u2b50\u2b50\u2b50<\/span>\r\n    <h2>\u0645\u0627\u0630\u0627 \u064a\u0642\u0648\u0644 \u0639\u0645\u0644\u0627\u0624\u0646\u0627<\/h2>\r\n    <p>\u0622\u0631\u0627\u0621 \u062d\u0642\u064a\u0642\u064a\u0629 \u0645\u0646 \u0639\u0645\u0644\u0627\u0626\u0646\u0627 \u0641\u064a \u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a<\/p>\r\n  <\/div>\r\n\r\n  <div class=\"reviews-slider\">\r\n\r\n    <!-- Review 1 -->\r\n    <div class=\"review-card\">\r\n      <h4>\u0645\u0631\u064a\u0645 \u0627\u0644\u0643\u0639\u0628\u064a<\/h4>\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\r\n        \u0627\u0644\u0635\u0631\u0627\u062d\u0629 \u0627\u0644\u0639\u0628\u0627\u064a\u0629 \u0648\u0627\u064a\u062f \u0641\u062e\u0645\u0629 \ud83d\ude0d \u0627\u0644\u0642\u0645\u0627\u0634 \u062e\u0641\u064a\u0641 \u0648\u0627\u0644\u062a\u0641\u0635\u064a\u0644 \u062c\u062f\u0627\u064b \u0631\u0627\u0642\u064a\u060c\r\n        \u0644\u0628\u0633\u062a\u0647\u0627 \u0623\u0643\u062b\u0631 \u0645\u0646 \u0645\u0631\u0629 \u0648\u0643\u0644 \u062d\u062f \u0633\u0623\u0644\u0646\u064a \u0639\u0646\u0647\u0627.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Review 2 -->\r\n    <div class=\"review-card\">\r\n      <h4>\u062d\u0635\u0629 \u0627\u0644\u0645\u0646\u0635\u0648\u0631\u064a<\/h4>\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\r\n        \u0623\u0648\u0644 \u0645\u0631\u0629 \u0623\u0637\u0644\u0628 \u0645\u0646\u0647\u0645 \u0648\u0648\u0627\u064a\u062f \u062d\u0628\u064a\u062a \u0627\u0644\u0646\u062a\u064a\u062c\u0629 \ud83e\udd0d \u0627\u0644\u0634\u063a\u0644 \u0646\u0638\u064a\u0641 \u0648\u0645\u0631\u062a\u0628\u060c\r\n        \u0623\u0643\u064a\u062f \u0628\u0631\u062f \u0623\u0637\u0644\u0628 \u0645\u0631\u0629 \u062b\u0627\u0646\u064a\u0629.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Review 3 -->\r\n    <div class=\"review-card\">\r\n      <h4>\u0634\u064a\u062e\u0629 \u0627\u0644\u0638\u0627\u0647\u0631\u064a<\/h4>\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\r\n        \u062a\u0639\u0627\u0645\u0644\u0647\u0645 \u0631\u0627\u0642\u064a \u0648\u062e\u062f\u0645\u062a\u0647\u0645 \u0633\u0631\u064a\u0639\u0629 \ud83d\udc4c \u0627\u0644\u0639\u0628\u0627\u064a\u0629 \u0634\u0643\u0644\u0647\u0627 \u0623\u0646\u064a\u0642 \u0639\u0644\u0649 \u0627\u0644\u0644\u0628\u0633\u060c\r\n        \u0623\u0646\u0635\u062d \u0641\u064a\u0647\u0627 \u0648\u0628\u0642\u0648\u0629.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Review 4 -->\r\n    <div class=\"review-card\">\r\n      <h4>\u0646\u0648\u0631\u0629 \u0627\u0644\u0639\u0627\u0645\u0631\u064a<\/h4>\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\r\n        \u0645\u0646 \u0623\u062d\u0644\u0649 \u0627\u0644\u0639\u0628\u0627\u064a\u0627\u062a \u0627\u0644\u0644\u064a \u0634\u0631\u064a\u062a\u0647\u0627 \ud83d\udc96 \u0645\u0631\u064a\u062d\u0629 \u0648\u062e\u0641\u064a\u0641\u0629 \u0648\u062a\u0646\u0627\u0633\u0628 \u0643\u0644 \u0645\u0643\u0627\u0646.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Review 5 -->\r\n    <div class=\"review-card\">\r\n      <h4>\u0641\u0627\u0637\u0645\u0629 \u0627\u0644\u062d\u0645\u0627\u062f\u064a<\/h4>\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\r\n        \u0627\u0644\u062c\u0648\u062f\u0629 \u0648\u0627\u064a\u062f \u0645\u0645\u062a\u0627\u0632\u0629 \u0648\u0627\u0644\u0642\u0645\u0627\u0634 \u0645\u0627 \u064a\u062a\u063a\u064a\u0631 \u0645\u0639 \u0627\u0644\u063a\u0633\u064a\u0644 \ud83d\udc4f\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Review 6 -->\r\n    <div class=\"review-card\">\r\n      <h4>\u0639\u0627\u0626\u0634\u0629 \u0627\u0644\u0633\u0648\u064a\u062f\u064a<\/h4>\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\r\n        \u062e\u0630\u062a\u0647\u0627 \u0644\u0645\u0646\u0627\u0633\u0628\u0629 \u0648\u0637\u0644\u0639\u062a \u0648\u0627\u064a\u062f \u062d\u0644\u0648\u0629 \u2728 \u0627\u0644\u0643\u0644 \u0645\u062f\u062d\u0647\u0627 \u0648\u0633\u0623\u0644\u0646\u064a \u0639\u0646\u0647\u0627.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Review 7 -->\r\n    <div class=\"review-card\">\r\n      <h4>\u062e\u0644\u0648\u062f \u0627\u0644\u0645\u0632\u0631\u0648\u0639\u064a<\/h4>\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\r\n        \u062a\u0639\u0627\u0645\u0644\u0647\u0645 \u064a\u0634\u0631\u062d \u0627\u0644\u0635\u062f\u0631 \ud83d\ude0d \u0633\u0627\u0639\u062f\u0648\u0646\u064a \u0623\u062e\u062a\u0627\u0631 \u0627\u0644\u0645\u0642\u0627\u0633 \u0627\u0644\u0645\u0646\u0627\u0633\u0628.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Review 8 -->\r\n    <div class=\"review-card\">\r\n      <h4>\u0645\u0648\u0632\u0629 \u0627\u0644\u0634\u0627\u0645\u0633\u064a<\/h4>\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\r\n        \u0627\u0644\u0639\u0628\u0627\u064a\u0629 \u0641\u062e\u0645\u0629 \u0628\u0643\u0644 \u0645\u0639\u0646\u0649 \u0627\u0644\u0643\u0644\u0645\u0629 \ud83d\udc4c \u0627\u0644\u062a\u0641\u0627\u0635\u064a\u0644 \u062c\u062f\u0627\u064b \u0645\u0631\u062a\u0628\u0629.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Review 9 -->\r\n    <div class=\"review-card\">\r\n      <h4>\u062f\u0627\u0646\u0629 \u0627\u0644\u0628\u0644\u0648\u0634\u064a<\/h4>\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\r\n        \u0648\u0627\u064a\u062f \u062d\u0628\u064a\u062a \u0627\u0644\u0642\u0645\u0627\u0634 \u0648\u0627\u0644\u062a\u0635\u0645\u064a\u0645 \ud83d\ude0d \u062e\u0641\u064a\u0641\u0629 \u0648\u062a\u0639\u0637\u064a \u0634\u0643\u0644 \u0623\u0646\u064a\u0642.\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <!-- Review 10 -->\r\n    <div class=\"review-card\">\r\n      <h4>\u0645\u0647\u0627 \u0627\u0644\u0646\u0642\u0628\u064a<\/h4>\r\n      <div class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n      <p>\r\n        \u0623\u0643\u064a\u062f \u0645\u0628 \u0622\u062e\u0631 \u062a\u0639\u0627\u0645\u0644 \ud83e\udd0d \u0627\u0644\u062a\u0648\u0635\u064a\u0644 \u0633\u0631\u064a\u0639 \u0648\u0627\u0644\u062c\u0648\u062f\u0629 \u0645\u0645\u062a\u0627\u0632\u0629.\r\n      <\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/section>\r\n\r\n<style>\r\nbody {\r\n  font-family: 'Helvetica Neue', sans-serif;\r\n  background: #f8f8f8;\r\n  margin: 0;\r\n}\r\n\r\n\/* Header *\/\r\n.reviews {\r\n  padding: 80px 20px;\r\n  text-align: center;\r\n}\r\n\r\n.reviews-sub {\r\n  font-size: 12px;\r\n  letter-spacing: 2px;\r\n  color: #999;\r\n  display: block;\r\n  margin-bottom: 10px;\r\n}\r\n\r\n.reviews h2 {\r\n  font-size: 34px;\r\n  margin: 0;\r\n  font-weight: 500;\r\n}\r\n\r\n.reviews p {\r\n  color: #777;\r\n  margin-top: 10px;\r\n}\r\n\r\n\/* Slider *\/\r\n.reviews-slider {\r\n  margin-top: 50px;\r\n  display: flex;\r\n  gap: 25px;\r\n  overflow-x: auto;\r\n  scroll-snap-type: x mandatory;\r\n  padding-bottom: 10px;\r\n}\r\n\r\n\/* Hide scrollbar *\/\r\n.reviews-slider::-webkit-scrollbar {\r\n  display: none;\r\n}\r\n\r\n\/* Card *\/\r\n.review-card {\r\n  min-width: 320px;\r\n  max-width: 320px;\r\n  background: #fff;\r\n  padding: 25px;\r\n  border-radius: 20px;\r\n  text-align: right;\r\n  box-shadow: 0 8px 25px rgba(0,0,0,0.05);\r\n  scroll-snap-align: start;\r\n  transition: 0.3s;\r\n}\r\n\r\n.review-card:hover {\r\n  transform: translateY(-5px);\r\n}\r\n\r\n\/* Name *\/\r\n.review-card h4 {\r\n  margin: 0;\r\n  font-size: 18px;\r\n  font-weight: 500;\r\n}\r\n\r\n\/* Stars *\/\r\n.stars {\r\n  color: #f4a100;\r\n  margin: 8px 0;\r\n  font-size: 14px;\r\n}\r\n\r\n\/* Text *\/\r\n.review-card p {\r\n  font-size: 14px;\r\n  line-height: 1.8;\r\n  color: #444;\r\n}\r\n<\/style>\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-e4c23c3 e-flex e-con-boxed e-con e-parent\" data-id=\"e4c23c3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bf35816 elementor-widget elementor-widget-html\" data-id=\"bf35816\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- 1. FONTS -->\r\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500&family=Playfair+Display:wght@400&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n    :root {\r\n        --premium-bg: #ffffff;\r\n        --accent-gold: #c5a059; \/* Subtle luxury gold *\/\r\n        --text-muted: #666666;\r\n        --text-dark: #1a1a1a;\r\n        --border-light: #f0f0f0;\r\n    }\r\n\r\n    \/* CONTAINER: Secure Box Look *\/\r\n    .feature-bar {\r\n        width: 90%;\r\n        max-width: 1200px;\r\n        margin: 40px auto;\r\n        background: var(--premium-bg);\r\n        border: 1px solid var(--border-light);\r\n        border-radius: 12px;\r\n        display: flex;\r\n        justify-content: space-around;\r\n        align-items: center;\r\n        padding: 30px 10px;\r\n        box-shadow: 0 10px 30px rgba(0,0,0,0.03);\r\n        font-family: 'Montserrat', sans-serif;\r\n    }\r\n\r\n    \/* INDIVIDUAL ITEM *\/\r\n    .feature-item {\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        text-align: center;\r\n        flex: 1;\r\n        cursor: pointer;\r\n        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n        text-decoration: none;\r\n        color: inherit;\r\n        position: relative;\r\n    }\r\n\r\n    \/* ICON STYLE *\/\r\n    .feature-icon {\r\n        width: 32px;\r\n        height: 32px;\r\n        margin-bottom: 15px;\r\n        transition: transform 0.4s ease;\r\n        fill: none;\r\n        stroke: var(--text-dark);\r\n        stroke-width: 1.2;\r\n    }\r\n\r\n    \/* TEXT STYLE *\/\r\n    .feature-text {\r\n        font-size: 13px;\r\n        letter-spacing: 1px;\r\n        font-weight: 500;\r\n        text-transform: uppercase;\r\n        color: var(--text-dark);\r\n    }\r\n\r\n    \/* --- ANIMATIONS --- *\/\r\n\r\n    \/* Hover: Lift and Glow *\/\r\n    .feature-item:hover {\r\n        transform: translateY(-8px);\r\n    }\r\n\r\n    .feature-item:hover .feature-icon {\r\n        stroke: var(--accent-gold);\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    \/* Click: Sophisticated Bounce *\/\r\n    .feature-item:active {\r\n        transform: scale(0.92);\r\n        transition: 0.1s;\r\n    }\r\n\r\n    \/* Divider Lines *\/\r\n    .feature-item:not(:last-child)::after {\r\n        content: '';\r\n        position: absolute;\r\n        right: 0;\r\n        top: 20%;\r\n        height: 60%;\r\n        width: 1px;\r\n        background: var(--border-light);\r\n    }\r\n\r\n    \/* Mobile Responsive *\/\r\n    @media (max-width: 768px) {\r\n        .feature-bar {\r\n            flex-direction: column;\r\n            gap: 40px;\r\n            padding: 40px 20px;\r\n        }\r\n        .feature-item:not(:last-child)::after {\r\n            display: none;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"feature-bar\">\r\n    \r\n    <!-- ITEM 1: DELIVERY -->\r\n    <div class=\"feature-item\">\r\n        <svg class=\"feature-icon\" viewBox=\"0 0 24 24\">\r\n            <path d=\"M1 3h15v13H1zM16 8l4 0l3 3l0 5l-7 0\" \/>\r\n            <circle cx=\"5.5\" cy=\"18.5\" r=\"2.5\" \/>\r\n            <circle cx=\"18.5\" cy=\"18.5\" r=\"2.5\" \/>\r\n        <\/svg>\r\n        <span class=\"feature-text\">Shipping & Delivery<\/span>\r\n    <\/div>\r\n\r\n    <!-- ITEM 2: RETURNS -->\r\n    <div class=\"feature-item\">\r\n        <svg class=\"feature-icon\" viewBox=\"0 0 24 24\">\r\n            <path d=\"M4 4v5h5\" \/>\r\n            <path d=\"M4 9a9 9 0 1 1 2 5\" \/>\r\n            <rect x=\"10\" y=\"10\" width=\"4\" height=\"4\" \/>\r\n        <\/svg>\r\n        <span class=\"feature-text\">Returns & Exchanges<\/span>\r\n    <\/div>\r\n\r\n    <!-- ITEM 3: HAPPY CUSTOMERS -->\r\n    <div class=\"feature-item\">\r\n        <svg class=\"feature-icon\" viewBox=\"0 0 24 24\">\r\n            <circle cx=\"12\" cy=\"8\" r=\"6\" \/>\r\n            <path d=\"M15.477 12.89L17 22l-5-3l-5 3l1.523-9.11\" \/>\r\n        <\/svg>\r\n        <span class=\"feature-text\">20,000+ Happy Customers<\/span>\r\n    <\/div>\r\n\r\n<\/div>\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>\u0623\u0646\u0627\u0642\u0629 \u062a\u0628\u062f\u0623 \u0645\u0646 \u0647\u0646\u0627 \u2013 \u0627\u0643\u062a\u0634\u0641 \u0623\u062d\u062f\u062b \u0635\u064a\u062d\u0627\u062a \u0627\u0644\u0645\u0648\u0636\u0629 \u0644\u062f\u064a\u0646\u0627. \u062a\u0623\u0644\u0651\u0642 \u0628\u0625\u0637\u0644\u0627\u0644\u0629 \u0645\u0645\u064a\u0632\u0629 \u0645\u0639 \u062a\u0634\u0643\u064a\u0644\u062a\u0646\u0627 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0645\u0646 \u0627\u0644\u0645\u0644\u0627\u0628\u0633. \u0645\u0644\u0627\u0628\u0633 \u0639\u0635\u0631\u064a\u0629<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/weeboutique.com\/index.php?rest_route=\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/weeboutique.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/weeboutique.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/weeboutique.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/weeboutique.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=27"}],"version-history":[{"count":52,"href":"https:\/\/weeboutique.com\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":11084,"href":"https:\/\/weeboutique.com\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions\/11084"}],"wp:attachment":[{"href":"https:\/\/weeboutique.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}