{"id":18,"date":"2026-07-12T07:28:36","date_gmt":"2026-07-12T07:28:36","guid":{"rendered":"https:\/\/limoushop.ir\/?page_id=18"},"modified":"2026-08-13T15:45:21","modified_gmt":"2026-08-13T15:45:21","slug":"yith-compare","status":"publish","type":"page","link":"https:\/\/limoushop.ir\/?page_id=18","title":{"rendered":"\u062f\u0631\u0628\u0627\u0631\u0647 \u0645\u0627"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"18\" class=\"elementor elementor-18\">\n\t\t\t\t<div class=\"elementor-element elementor-element-533e380 e-con-full e-flex e-con e-parent\" data-id=\"533e380\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ead3555 elementor-widget elementor-widget-html\" data-id=\"ead3555\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fa\" dir=\"rtl\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<title>\u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631 \u06cc\u0632\u062f | \u0641\u0631\u0648\u0634\u06af\u0627\u0647 \u062a\u062e\u0635\u0635\u06cc \u0644\u0648\u0633\u062a\u0631 \u0648 \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc<\/title>\n\n<meta name=\"description\" content=\"\u0641\u0631\u0648\u0634\u06af\u0627\u0647 \u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631 \u06cc\u0632\u062f\u061b \u0639\u0631\u0636\u0647 \u0627\u0646\u0648\u0627\u0639 \u0644\u0648\u0633\u062a\u0631 \u0645\u062f\u0631\u0646\u060c \u06a9\u0644\u0627\u0633\u06cc\u06a9\u060c \u0646\u0626\u0648\u06a9\u0644\u0627\u0633\u06cc\u06a9\u060c \u0686\u0631\u0627\u063a \u0645\u06af\u0646\u062a \u0648 \u062a\u06a9\u200c\u0622\u0648\u06cc\u0632 \u0628\u0627 \u06a9\u06cc\u0641\u06cc\u062a \u0645\u0645\u062a\u0627\u0632 \u0648 \u0627\u0631\u0633\u0627\u0644 \u0628\u0647 \u0633\u0631\u0627\u0633\u0631 \u06a9\u0634\u0648\u0631.\">\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n\n<style>\n\n:root{\n    --gold:#C8A15A;\n    --gold-dark:#b38b42;\n    --white:#fff;\n    --black:#111;\n    --bg-light:#f7f7f7;\n    --text-dark:#222;\n    --text-muted:#777;\n    --border:#eaeaea;\n    --transition:all .3s ease;\n}\n\n*{\n    box-sizing:border-box;\n    margin:0;\n    padding:0;\n    font-family:'Vazirmatn',sans-serif;\n}\n\nhtml{\n    overflow-x:hidden;\n    scroll-behavior:smooth;\n}\n\nbody{\n    margin:0!important;\n    padding:0!important;\n    background:#fff;\n    color:var(--text-dark);\n    line-height:1.8;\n    overflow-x:hidden;\n}\n\na{\n    text-decoration:none;\n    color:inherit;\n}\n\nimg{\n    max-width:100%;\n    display:block;\n}\n\n\n\/* ================= HEADER ================= *\/\n\nheader{\n    position:fixed;\n    top:0;\n    right:0;\n    left:0;\n    width:100%;\n    background:rgba(17,17,17,.96);\n    backdrop-filter:blur(10px);\n    -webkit-backdrop-filter:blur(10px);\n    border-bottom:1px solid rgba(200,161,90,.25);\n    z-index:1000;\n}\n\n.nav-container{\n    max-width:1300px;\n    min-height:75px;\n    margin:auto;\n    padding:12px 30px;\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:20px;\n}\n\n.logo{\n    flex-shrink:0;\n    color:var(--gold);\n    font-size:23px;\n    font-weight:800;\n    white-space:nowrap;\n}\n\n.nav-links{\n    display:flex;\n    align-items:center;\n    gap:28px;\n    list-style:none;\n}\n\n.nav-links a{\n    color:#fff;\n    font-size:14px;\n    transition:var(--transition);\n}\n\n.nav-links a:hover{\n    color:var(--gold);\n}\n\n\n\/* ================= SEARCH ================= *\/\n\n.search-bar{\n    flex:1;\n    display:flex;\n    align-items:center;\n    max-width:300px;\n    height:44px;\n    background:#111;\n    border:1px solid var(--gold);\n    border-radius:6px;\n    overflow:hidden;\n}\n\n.search-bar input{\n    flex:1;\n    width:100%;\n    height:100%;\n    min-width:0;\n    border:0;\n    outline:0;\n    background:transparent!important;\n    color:#fff!important;\n    padding:0 14px;\n    font-size:13px;\n}\n\n.search-bar input::placeholder{\n    color:#fff!important;\n    opacity:.85;\n}\n\n.search-bar button{\n    width:48px;\n    height:100%;\n    border:0;\n    border-right:1px solid rgba(200,161,90,.5);\n    background:var(--gold);\n    color:#111;\n    cursor:pointer;\n    font-size:18px;\n}\n\n\n\/* ================= BUTTONS ================= *\/\n\n.btn-gold{\n    display:inline-block;\n    background:linear-gradient(135deg,var(--gold),var(--gold-dark));\n    color:#fff;\n    padding:10px 24px;\n    border-radius:5px;\n    font-weight:600;\n    font-size:14px;\n    transition:var(--transition);\n    white-space:nowrap;\n}\n\n.btn-gold:hover{\n    transform:translateY(-2px);\n}\n\n.btn-outline{\n    display:inline-block;\n    border:2px solid var(--gold);\n    color:var(--gold);\n    padding:9px 22px;\n    border-radius:5px;\n    font-weight:600;\n    font-size:14px;\n    transition:var(--transition);\n}\n\n.btn-outline:hover{\n    background:var(--gold);\n    color:#fff;\n}\n\n\n\/* ================= MOBILE MENU ================= *\/\n\n.nav-toggle{\n    display:none;\n    width:42px;\n    height:42px;\n    border:1px solid rgba(200,161,90,.5);\n    border-radius:6px;\n    background:transparent;\n    color:var(--gold);\n    font-size:20px;\n    cursor:pointer;\n}\n\n.mobile-nav-panel{\n    display:none;\n}\n\n\n\/* ================= HERO ================= *\/\n\n.hero{\n    min-height:95vh;\n    background:#111;\n    color:#fff;\n    display:flex;\n    align-items:center;\n    padding:130px 30px 70px;\n}\n\n.hero-container{\n    width:100%;\n    max-width:1300px;\n    margin:auto;\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:55px;\n    align-items:center;\n}\n\n.hero-content h1{\n    color:var(--gold);\n    font-size:3.5rem;\n    font-weight:800;\n    line-height:1.3;\n    margin-bottom:25px;\n}\n\n.hero-content p{\n    color:#ccc;\n    font-size:1.1rem;\n    font-weight:300;\n    line-height:2;\n    margin-bottom:35px;\n}\n\n.hero-buttons{\n    display:flex;\n    align-items:center;\n    gap:18px;\n}\n\n.hero-image img{\n    width:100%;\n    height:500px;\n    object-fit:cover;\n    border-radius:12px;\n    border:1px solid rgba(200,161,90,.3);\n}\n\n\n\/* ================= ABOUT ================= *\/\n\n.about-section{\n    background:#fff;\n    padding:100px 30px;\n}\n\n.about-container{\n    max-width:1300px;\n    margin:auto;\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:60px;\n    align-items:center;\n}\n\n.about-text h2{\n    color:var(--gold);\n    font-size:2.5rem;\n    margin-bottom:25px;\n}\n\n.about-text > p{\n    color:#555;\n    font-size:1rem;\n    line-height:2.1;\n    margin-bottom:25px;\n}\n\n.about-feature{\n    margin-bottom:22px;\n}\n\n.about-feature h3{\n    color:#222;\n    font-size:1.2rem;\n    margin-bottom:7px;\n}\n\n.about-feature p{\n    color:#666;\n    font-size:.95rem;\n    line-height:2;\n}\n\n.about-image img{\n    width:100%;\n    height:500px;\n    object-fit:cover;\n    border-radius:12px;\n    border:1px solid rgba(200,161,90,.3);\n}\n\n\n\/* ================= CTA ================= *\/\n\n.cta-banner{\n    background:linear-gradient(135deg,var(--gold),var(--gold-dark));\n    color:#fff;\n    padding:80px 30px;\n    text-align:center;\n}\n\n.cta-container{\n    max-width:800px;\n    margin:auto;\n}\n\n.cta-banner h2{\n    font-size:3rem;\n    margin-bottom:20px;\n}\n\n.cta-banner p{\n    font-size:1.1rem;\n    margin-bottom:35px;\n}\n\n.btn-dark{\n    display:inline-block;\n    background:#111;\n    color:var(--gold);\n    padding:14px 40px;\n    border-radius:5px;\n    font-weight:700;\n    transition:var(--transition);\n}\n\n.btn-dark:hover{\n    background:#fff;\n    color:#222;\n}\n\n\n\/* ================= FOOTER ================= *\/\n\nfooter{\n    background:#111;\n    color:#fff;\n    padding:80px 30px 30px;\n    border-top:1px solid rgba(200,161,90,.2);\n}\n\n.footer-container{\n    max-width:1300px;\n    margin:0 auto 50px;\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:40px;\n}\n\n.footer-col h3{\n    color:var(--gold);\n    font-size:1.2rem;\n    margin-bottom:20px;\n}\n\n.footer-col p,\n.footer-col ul li a{\n    color:#aaa;\n    font-size:.9rem;\n    margin-bottom:10px;\n}\n\n.footer-col ul{\n    list-style:none;\n}\n\n.footer-col ul li a:hover{\n    color:var(--gold);\n}\n\n.social-links{\n    display:flex;\n    flex-wrap:wrap;\n    gap:15px;\n    margin-top:20px;\n}\n\n.social-links a{\n    color:#aaa;\n}\n\n.social-links a:hover{\n    color:var(--gold);\n}\n\n.copyright{\n    max-width:1300px;\n    margin:auto;\n    padding-top:25px;\n    border-top:1px solid rgba(255,255,255,.1);\n    text-align:center;\n    color:#777;\n    font-size:.8rem;\n}\n\n\n\/* ================= TABLET ================= *\/\n\n@media(max-width:992px){\n\n    .nav-toggle{\n        display:flex;\n        align-items:center;\n        justify-content:center;\n    }\n\n    .nav-links,\n    .auth-buttons,\n    .nav-container>.btn-gold{\n        display:none!important;\n    }\n\n    .mobile-nav-panel{\n        display:block;\n        max-height:0;\n        overflow:hidden;\n        background:#111;\n        transition:max-height .3s ease;\n    }\n\n    .mobile-nav-panel.open{\n        max-height:400px;\n    }\n\n    .mobile-nav-panel ul{\n        list-style:none;\n        padding:10px 20px 20px;\n    }\n\n    .mobile-nav-panel a{\n        display:block;\n        color:#fff;\n        padding:12px 5px;\n        border-bottom:1px solid rgba(255,255,255,.08);\n    }\n\n    .hero{\n        min-height:auto;\n        padding:130px 25px 60px;\n    }\n\n    .hero-container{\n        grid-template-columns:1fr;\n        text-align:center;\n    }\n\n    .hero-content{\n        max-width:800px;\n        margin:auto;\n    }\n\n    .hero-buttons{\n        justify-content:center;\n    }\n\n    .about-container{\n        grid-template-columns:1fr;\n    }\n\n    .about-text{\n        text-align:right;\n    }\n\n    .about-image img{\n        height:400px;\n    }\n}\n\n\n\/* ================= MOBILE ================= *\/\n\n@media(max-width:768px){\n\n    .nav-container{\n        min-height:65px;\n        padding:10px 15px;\n        gap:8px;\n    }\n\n    .logo{\n        font-size:16px;\n    }\n\n    .search-bar{\n        max-width:none;\n        height:40px;\n    }\n\n    .search-bar input{\n        font-size:12px;\n    }\n\n    .search-bar button{\n        width:42px;\n    }\n\n    .hero{\n        padding:105px 18px 45px;\n    }\n\n    .hero-content h1{\n        font-size:2rem;\n    }\n\n    .hero-content p{\n        font-size:.92rem;\n    }\n\n    .hero-buttons{\n        flex-direction:column;\n        width:100%;\n    }\n\n    .hero-buttons a{\n        width:100%;\n        text-align:center;\n    }\n\n    .hero-image img{\n        height:330px;\n    }\n\n    .about-section{\n        padding:65px 18px;\n    }\n\n    .about-text h2{\n        font-size:1.8rem;\n    }\n\n    .about-text p{\n        font-size:.95rem;\n    }\n\n    .about-image img{\n        height:300px;\n    }\n\n    .cta-banner{\n        padding:55px 18px;\n    }\n\n    .cta-banner h2{\n        font-size:1.8rem;\n    }\n\n    .cta-banner p{\n        font-size:.95rem;\n    }\n\n    .btn-dark{\n        width:100%;\n    }\n\n    footer{\n        padding:55px 18px 25px;\n    }\n\n    .footer-container{\n        grid-template-columns:1fr;\n        text-align:center;\n        gap:30px;\n    }\n\n    .social-links{\n        justify-content:center;\n    }\n}\n\n\n\/* ================= SMALL MOBILE ================= *\/\n\n@media(max-width:480px){\n\n    .nav-container{\n        padding:9px 10px;\n    }\n\n    .logo{\n        font-size:13px;\n    }\n\n    .search-bar{\n        height:38px;\n    }\n\n    .search-bar input{\n        font-size:11px;\n    }\n\n    .hero-content h1{\n        font-size:1.75rem;\n    }\n\n    .hero-image img{\n        height:280px;\n    }\n\n    .about-image img{\n        height:260px;\n    }\n\n    .cta-banner h2{\n        font-size:1.6rem;\n    }\n}\n\n<\/style>\n<\/head>\n\n<body>\n\n\n<!-- ================= HEADER ================= -->\n\n<header>\n\n    <div class=\"nav-container\">\n\n        <a href=\"https:\/\/limoushop.ir\/\" class=\"logo\">\n            \u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631 \u06cc\u0632\u062f\n        <\/a>\n\n        <form class=\"search-bar\" role=\"search\" method=\"get\" action=\"\/\">\n\n            <input\n                type=\"search\"\n                name=\"s\"\n                placeholder=\"\u062c\u0633\u062a\u062c\u0648\u06cc \u0645\u062d\u0635\u0648\u0644...\"\n                aria-label=\"\u062c\u0633\u062a\u062c\u0648\u06cc \u0645\u062d\u0635\u0648\u0644\"\n            >\n\n            <input\n                type=\"hidden\"\n                name=\"post_type\"\n                value=\"product\"\n            >\n\n            <button type=\"submit\" aria-label=\"\u062c\u0633\u062a\u062c\u0648\">\n                \ud83d\udd0d\n            <\/button>\n\n        <\/form>\n\n        <ul class=\"nav-links\">\n\n            <li>\n                <a href=\"https:\/\/limoushop.ir\/\">\n                    \u062e\u0627\u0646\u0647\n                <\/a>\n            <\/li>\n\n            <li>\n                <a href=\"https:\/\/limoushop.ir\/?page_id=3974\">\n                    \u0641\u0631\u0648\u0634\u06af\u0627\u0647\n                <\/a>\n            <\/li>\n\n            <li>\n                <a href=\"https:\/\/limoushop.ir\/?page_id=18\">\n                    \u062f\u0631\u0628\u0627\u0631\u0647 \u0645\u0627\n                <\/a>\n            <\/li>\n\n        <\/ul>\n\n        <div class=\"auth-buttons\" style=\"display:flex;gap:10px;\">\n\n            <a href=\"#\" style=\"color:#fff;font-size:14px;\">\n                \u0648\u0631\u0648\u062f\n            <\/a>\n\n            <span style=\"color:#C8A15A;\">\n                |\n            <\/span>\n\n            <a href=\"#\" style=\"color:#C8A15A;font-size:14px;\">\n                \u0639\u0636\u0648\u06cc\u062a\n            <\/a>\n\n        <\/div>\n\n        <a\n            href=\"https:\/\/limoushop.ir\/?page_id=3974\"\n            class=\"btn-gold\"\n        >\n            \u0645\u0634\u0627\u0647\u062f\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\n        <\/a>\n\n        <button\n            type=\"button\"\n            class=\"nav-toggle\"\n            id=\"navToggle\"\n            aria-label=\"\u0628\u0627\u0632 \u06a9\u0631\u062f\u0646 \u0645\u0646\u0648\"\n            aria-expanded=\"false\"\n        >\n            \u2630\n        <\/button>\n\n    <\/div>\n\n\n    <div class=\"mobile-nav-panel\" id=\"mobileNavPanel\">\n\n        <ul>\n\n            <li>\n                <a href=\"https:\/\/limoushop.ir\/\">\n                    \u062e\u0627\u0646\u0647\n                <\/a>\n            <\/li>\n\n            <li>\n                <a href=\"https:\/\/limoushop.ir\/?page_id=3974\">\n                    \u0641\u0631\u0648\u0634\u06af\u0627\u0647\n                <\/a>\n            <\/li>\n\n            <li>\n                <a href=\"https:\/\/limoushop.ir\/?page_id=18\">\n                    \u062f\u0631\u0628\u0627\u0631\u0647 \u0645\u0627\n                <\/a>\n            <\/li>\n\n            <li>\n                <a href=\"tel:+989126022197\">\n                    \u062a\u0645\u0627\u0633 \u0628\u0627 \u0645\u0627\n                <\/a>\n            <\/li>\n\n        <\/ul>\n\n    <\/div>\n\n<\/header>\n\n\n<script>\n\n(function(){\n\n    const toggle = document.getElementById('navToggle');\n    const panel = document.getElementById('mobileNavPanel');\n\n    if(!toggle || !panel) return;\n\n    toggle.addEventListener('click',function(){\n\n        const isOpen = panel.classList.toggle('open');\n\n        toggle.setAttribute(\n            'aria-expanded',\n            isOpen ? 'true' : 'false'\n        );\n\n        toggle.textContent = isOpen ? '\u2715' : '\u2630';\n\n    });\n\n})();\n\n<\/script>\n\n\n<!-- ================= HERO ================= -->\n\n<section class=\"hero\">\n\n    <div class=\"hero-container\">\n\n        <div class=\"hero-content\">\n\n            <h1>\n                \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc \u0644\u0648\u06a9\u0633 \u0628\u0631\u0627\u06cc \u062e\u0627\u0646\u0647\u200c\u0627\u06cc \u062e\u0627\u0635\n            <\/h1>\n\n            <p>\n                \u0645\u062c\u0645\u0648\u0639\u0647\u200c\u0627\u06cc \u0627\u0632 \u062c\u062f\u06cc\u062f\u062a\u0631\u06cc\u0646 \u0644\u0648\u0633\u062a\u0631\u0647\u0627 \u0648 \u062a\u062c\u0647\u06cc\u0632\u0627\u062a \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc\n                \u0628\u0627 \u06a9\u06cc\u0641\u06cc\u062a \u0645\u0645\u062a\u0627\u0632 \u0648 \u0637\u0631\u0627\u062d\u06cc \u0628\u06cc\u200c\u0646\u0638\u06cc\u0631 \u0628\u0631\u0627\u06cc \u062f\u06a9\u0648\u0631\u0627\u0633\u06cc\u0648\u0646\u200c\u0647\u0627\u06cc\n                \u0645\u062f\u0631\u0646 \u0648 \u06a9\u0644\u0627\u0633\u06cc\u06a9.\n            <\/p>\n\n            <div class=\"hero-buttons\">\n\n                <a\n                    href=\"https:\/\/limoushop.ir\/?page_id=3974\"\n                    class=\"btn-gold\"\n                >\n                    \u0645\u0634\u0627\u0647\u062f\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\n                <\/a>\n\n                <a\n                    href=\"tel:+989126022197\"\n                    class=\"btn-outline\"\n                >\n                    \u062a\u0645\u0627\u0633 \u0628\u0627 \u0645\u0627\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"hero-image\">\n\n            <img decoding=\"async\"\n                src=\"https:\/\/limoushop.ir\/wp-content\/uploads\/2026\/07\/images.jpg\"\n                alt=\"\u0644\u0648\u0633\u062a\u0631 \u0645\u062f\u0631\u0646 \u0644\u0648\u06a9\u0633\"\n                loading=\"eager\"\n                fetchpriority=\"high\"\n            >\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<!-- ================= ABOUT ================= -->\n\n<section class=\"about-section\">\n\n    <div class=\"about-container\">\n\n        <div class=\"about-text\">\n\n            <h2>\n                \u062f\u0631\u0628\u0627\u0631\u0647 \u0641\u0631\u0648\u0634\u06af\u0627\u0647 \u0645\u0627\n            <\/h2>\n\n            <p>\n                \u0645\u0627 \u062f\u0631 \u00ab\u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631\u00bb \u0645\u0639\u062a\u0642\u062f\u06cc\u0645 \u06a9\u0647 \u0646\u0648\u0631\u060c \u0631\u0648\u062d\u0650 \u0647\u0631 \u0641\u0636\u0627\u0633\u062a.\n                \u062f\u0627\u0633\u062a\u0627\u0646 \u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631 \u0627\u0632 \u062f\u0644\u0650 \u06cc\u06a9 \u062a\u062c\u0631\u0628\u0647 \u0637\u0648\u0644\u0627\u0646\u06cc \u062a\u0648\u0644\u06cc\u062f\u060c\n                \u0648\u0627\u0631\u062f\u0627\u062a \u0648 \u0641\u0631\u0648\u0634 \u062f\u0631 \u0628\u0627\u0632\u0627\u0631 \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc \u0622\u063a\u0627\u0632 \u0634\u062f.\n                \u0633\u0627\u0644\u200c\u0647\u0627 \u062d\u0636\u0648\u0631 \u0645\u0633\u062a\u0642\u06cc\u0645 \u062f\u0631 \u0628\u0627\u0632\u0627\u0631\u060c \u06a9\u0627\u0631 \u062f\u0631 \u0632\u0645\u06cc\u0646\u0647 \u0641\u0631\u0648\u0634\u060c\n                \u0645\u0634\u0627\u0648\u0631\u0647 \u0648 \u0645\u062f\u06cc\u0631\u06cc\u062a \u0645\u0648\u062c\u0648\u062f\u06cc\u060c \u0628\u0647 \u0645\u0627 \u0622\u0645\u0648\u062e\u062a\u0647 \u06a9\u0647 \u0645\u0634\u062a\u0631\u06cc\u0627\u0646\n                \u0646\u0647 \u0641\u0642\u0637 \u0628\u0647 \u062f\u0646\u0628\u0627\u0644 \u06cc\u06a9 \u06a9\u0627\u0644\u0627\u060c \u0628\u0644\u06a9\u0647 \u0628\u0647 \u062f\u0646\u0628\u0627\u0644 \u00ab\u0627\u0637\u0645\u06cc\u0646\u0627\u0646\u00bb\n                \u0648 \u00ab\u062a\u062e\u0635\u0635\u00bb \u0647\u0633\u062a\u0646\u062f.\n            <\/p>\n\n\n            <div class=\"about-feature\">\n\n                <h3>\n                    \u0645\u0634\u0627\u0648\u0631\u0647 \u062a\u062e\u0635\u0635\u06cc\n                <\/h3>\n\n                <p>\n                    \u0645\u0627 \u0641\u0642\u0637 \u0641\u0631\u0648\u0634\u0646\u062f\u0647 \u0646\u06cc\u0633\u062a\u06cc\u0645\u061b \u0686\u0648\u0646 \u062a\u0645\u0627\u0645 \u0632\u0648\u0627\u06cc\u0627\u06cc \u0641\u0646\u06cc \u0646\u0635\u0628\n                    \u0648 \u06a9\u06cc\u0641\u06cc\u062a \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0631\u0627 \u0645\u06cc\u200c\u0634\u0646\u0627\u0633\u06cc\u0645\u060c \u0628\u0647\u062a\u0631\u06cc\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u0631\u0627\n                    \u0628\u0647 \u0634\u0645\u0627 \u067e\u06cc\u0634\u0646\u0647\u0627\u062f \u0645\u06cc\u200c\u062f\u0647\u06cc\u0645.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"about-feature\">\n\n                <h3>\n                    \u06a9\u06cc\u0641\u06cc\u062a \u062a\u0636\u0645\u06cc\u0646\u200c\u0634\u062f\u0647\n                <\/h3>\n\n                <p>\n                    \u062a\u0645\u0627\u0645 \u062a\u0644\u0627\u0634 \u0645\u0627 \u0627\u06cc\u0646 \u0627\u0633\u062a \u06a9\u0647 \u06a9\u0627\u0644\u0627\u0647\u0627\u06cc \u0645\u0648\u062c\u0648\u062f \u062f\u0631 \u0627\u06cc\u0646 \u0641\u0631\u0648\u0634\u06af\u0627\u0647\n                    \u0627\u0632 \u06a9\u06cc\u0641\u06cc\u062a \u0648 \u062f\u0648\u0627\u0645 \u0628\u0627\u0644\u0627\u06cc\u06cc \u0628\u0631\u062e\u0648\u0631\u062f\u0627\u0631 \u0628\u0627\u0634\u0646\u062f \u0648 \u062a\u0645\u0627\u0645\u06cc \u0645\u062d\u0635\u0648\u0644\u0627\u062a\n                    \u062f\u0627\u0631\u0627\u06cc \u0636\u0645\u0627\u0646\u062a \u0627\u0635\u0627\u0644\u062a \u0648 \u0633\u0644\u0627\u0645\u062a \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u06a9\u0627\u0644\u0627 \u0645\u06cc\u200c\u0628\u0627\u0634\u0646\u062f.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"about-feature\">\n\n                <h3>\n                    \u0627\u0631\u0633\u0627\u0644 \u0633\u0631\u06cc\u0639 \u0648 \u0645\u0637\u0645\u0626\u0646\n                <\/h3>\n\n                <p>\n                    \u0645\u06cc\u200c\u062f\u0627\u0646\u06cc\u0645 \u06a9\u0647 \u0632\u0645\u0627\u0646 \u0634\u0645\u0627 \u0627\u0631\u0632\u0634\u0645\u0646\u062f \u0627\u0633\u062a\u060c \u0628\u0646\u0627\u0628\u0631\u0627\u06cc\u0646 \u0633\u0641\u0627\u0631\u0634\u200c\u0647\u0627\n                    \u0631\u0627 \u0628\u0627 \u0628\u0633\u062a\u0647\u200c\u0628\u0646\u062f\u06cc \u062d\u0631\u0641\u0647\u200c\u0627\u06cc \u062f\u0631 \u0633\u0631\u06cc\u0639\u200c\u062a\u0631\u06cc\u0646 \u0632\u0645\u0627\u0646 \u0645\u0645\u06a9\u0646\n                    \u0628\u0647 \u062f\u0633\u062a\u062a\u0627\u0646 \u0645\u06cc\u200c\u0631\u0633\u0627\u0646\u06cc\u0645.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"about-feature\">\n\n                <h3>\n                    \u067e\u0634\u062a\u06cc\u0628\u0627\u0646\u06cc \u0641\u0646\u06cc\n                <\/h3>\n\n                <p>\n                    \u0645\u0633\u06cc\u0631 \u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631 \u0628\u0627 \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u062a\u0645\u0627\u0645 \u0646\u0645\u06cc\u200c\u0634\u0648\u062f\u061b\n                    \u0645\u0627 \u062f\u0631 \u062a\u0645\u0627\u0645\u06cc \u0645\u0631\u0627\u062d\u0644\u060c \u0627\u0632 \u0627\u0646\u062a\u062e\u0627\u0628 \u062a\u0627 \u0646\u0635\u0628 \u0645\u062d\u0635\u0648\u0644\u060c\n                    \u062f\u0631 \u06a9\u0646\u0627\u0631 \u0634\u0645\u0627 \u0647\u0633\u062a\u06cc\u0645.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"about-feature\">\n\n                <h3>\n                    \u06af\u0627\u0631\u0627\u0646\u062a\u06cc \u0645\u062d\u0635\u0648\u0644\u0627\u062a\n                <\/h3>\n\n                <p>\n                    \u062a\u0645\u0627\u0645\u06cc \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u062f\u0627\u0631\u0627\u06cc \u06a9\u06cc\u0641\u06cc\u062a \u0628\u06cc\u200c\u0646\u0638\u06cc\u0631 \u0648 \u06a9\u0627\u0631\u062a \u06af\u0627\u0631\u0627\u0646\u062a\u06cc\n                    \u0641\u06cc\u0632\u06cc\u06a9\u06cc \u0645\u06cc\u200c\u0628\u0627\u0634\u0646\u062f \u06a9\u0647 \u062f\u0631 \u0632\u0645\u0627\u0646 \u062a\u062d\u0648\u06cc\u0644 \u0645\u062d\u0635\u0648\u0644 \u0628\u0647 \u0645\u0634\u062a\u0631\u06cc\n                    \u0639\u0632\u06cc\u0632 \u0627\u0631\u0627\u0626\u0647 \u0645\u06cc\u200c\u06af\u0631\u062f\u062f.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"about-image\">\n\n            <img\n                src=\"https:\/\/limoushop.ir\/wp-content\/uploads\/2026\/07\/\u062f\u0631\u0628\u0627\u0631\u0647-\u0645\u06272-1.jpg\"\n                alt=\"\u0641\u0636\u0627\u06cc \u062f\u0627\u062e\u0644\u06cc \u0644\u0648\u06a9\u0633 \u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631\"\n                loading=\"lazy\"\n                decoding=\"async\"\n            >\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<!-- ================= CTA ================= -->\n\n<section class=\"cta-banner\">\n\n    <div class=\"cta-container\">\n\n        <h2>\n            \u062e\u0627\u0646\u0647\u200c\u0627\u062a \u0631\u0627 \u0628\u0627 \u0646\u0648\u0631\u060c \u0645\u062a\u0641\u0627\u0648\u062a \u06a9\u0646.\n        <\/h2>\n\n        <p>\n            \u062c\u062f\u06cc\u062f\u062a\u0631\u06cc\u0646 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc \u0631\u0627 \u062f\u0631 \u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631 \u0628\u0628\u06cc\u0646\u06cc\u062f.\n        <\/p>\n\n        <a\n            href=\"https:\/\/limoushop.ir\/?page_id=3974\"\n            class=\"btn-dark\"\n        >\n            \u0645\u0634\u0627\u0647\u062f\u0647 \u0641\u0631\u0648\u0634\u06af\u0627\u0647\n        <\/a>\n\n    <\/div>\n\n<\/section>\n\n\n<!-- ================= FOOTER ================= -->\n\n<footer>\n\n    <div class=\"footer-container\">\n\n\n        <div class=\"footer-col\">\n\n            <h3>\n                \u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631 \u06cc\u0632\u062f\n            <\/h3>\n\n            <p>\n                \u0627\u0631\u0627\u0626\u0647\u200c\u062f\u0647\u0646\u062f\u0647 \u0644\u0648\u06a9\u0633\u200c\u062a\u0631\u06cc\u0646 \u062a\u062c\u0647\u06cc\u0632\u0627\u062a \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc \u062f\u0631 \u0627\u06cc\u0631\u0627\u0646.\n            <\/p>\n\n            <div class=\"social-links\">\n\n                <a\n                    href=\"https:\/\/www.instagram.com\/khaneluster.yazd?igsh=MW53d2Qzamc4NWo0Zg==\"\n                    target=\"_blank\"\n                    rel=\"noopener\"\n                >\n                    \u0627\u06cc\u0646\u0633\u062a\u0627\u06af\u0631\u0627\u0645\n                <\/a>\n\n                <a\n                    href=\"https:\/\/wa.me\/989126022197\"\n                    target=\"_blank\"\n                    rel=\"noopener\"\n                >\n                    \u0648\u0627\u062a\u0633\u200c\u0622\u067e\n                <\/a>\n\n                <a\n                    href=\"https:\/\/telegram.me\/pishgaman_masoud1\"\n                    target=\"_blank\"\n                    rel=\"noopener\"\n                >\n                    \u062a\u0644\u06af\u0631\u0627\u0645\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"footer-col\">\n\n            <h3>\n                \u0644\u06cc\u0646\u06a9\u200c\u0647\u0627\u06cc \u0633\u0631\u06cc\u0639\n            <\/h3>\n\n            <ul>\n\n                <li>\n                    <a href=\"https:\/\/limoushop.ir\/\">\n                        \u062e\u0627\u0646\u0647\n                    <\/a>\n                <\/li>\n\n                <li>\n                    <a href=\"https:\/\/limoushop.ir\/?page_id=3974\">\n                        \u0641\u0631\u0648\u0634\u06af\u0627\u0647\n                    <\/a>\n                <\/li>\n\n                <li>\n                    <a href=\"https:\/\/limoushop.ir\/?page_id=18\">\n                        \u062f\u0631\u0628\u0627\u0631\u0647 \u0645\u0627\n                    <\/a>\n                <\/li>\n\n            <\/ul>\n\n        <\/div>\n\n\n        <div class=\"footer-col\">\n\n            <h3>\n                \u062a\u0645\u0627\u0633 \u0628\u0627 \u0645\u0627\n            <\/h3>\n\n            <p>\n                \u062a\u0644\u0641\u0646 \u0641\u0631\u0648\u0634\u06af\u0627\u0647:\n                <a href=\"tel:03536278412\">\n                    035-36278412\n                <\/a>\n            <\/p>\n\n            <p>\n                \u062a\u0644\u0641\u0646 \u0647\u0645\u0631\u0627\u0647:\n                <a href=\"tel:09126022197\">\n                    09126022197\n                <\/a>\n                -\n                <a href=\"tel:09133743986\">\n                    09133743986\n                <\/a>\n            <\/p>\n\n            <p>\n                \u06a9\u062f \u067e\u0633\u062a\u06cc:\n                8913853435\n            <\/p>\n\n            <p>\n                \u06cc\u0632\u062f - \u0628\u0644\u0648\u0627\u0631 \u0645\u0646\u062a\u0638\u0631 \u0642\u0627\u0626\u0645\u060c\n                \u062c\u0646\u0628 \u0628\u0627\u0646\u06a9 \u0645\u0644\u062a\u060c\n                \u06af\u0627\u0644\u0631\u06cc \u0645\u062f\u0631\u0646 \u0633\u062a\u0627\u0631\u0647 \u0634\u0645\u0627\u0644\n            <\/p>\n\n        <\/div>\n\n    <\/div>\n\n\n    <div class=\"copyright\">\n\n        <p>\n            \u062a\u0645\u0627\u0645\u06cc \u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638 \u0627\u0633\u062a\n            \u00a9 \u06f1\u06f4\u06f0\u06f5\n            |\n            \u0637\u0631\u0627\u062d\u06cc \u0634\u062f\u0647 \u0628\u0631\u0627\u06cc \u0641\u0631\u0648\u0634\u06af\u0627\u0647 \u062d\u0631\u0641\u0647\u200c\u0627\u06cc \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc \u0648 \u0646\u0648\u0631\u067e\u0631\u062f\u0627\u0632\u06cc \u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631\n        <\/p>\n\n    <\/div>\n\n<\/footer>\n\n<\/body>\n<\/html>\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>\u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631 \u06cc\u0632\u062f | \u0641\u0631\u0648\u0634\u06af\u0627\u0647 \u062a\u062e\u0635\u0635\u06cc \u0644\u0648\u0633\u062a\u0631 \u0648 \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc \u062e\u0627\u0646\u0647 \u0644\u0648\u0633\u062a\u0631 \u06cc\u0632\u062f \ud83d\udd0d \u062e\u0627\u0646\u0647 \u0641\u0631\u0648\u0634\u06af\u0627\u0647 \u062f\u0631\u0628\u0627\u0631\u0647 \u0645\u0627 \u0648\u0631\u0648\u062f | \u0639\u0636\u0648\u06cc\u062a \u0645\u0634\u0627\u0647\u062f\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u2630 \u062e\u0627\u0646\u0647 \u0641\u0631\u0648\u0634\u06af\u0627\u0647 \u062f\u0631\u0628\u0627\u0631\u0647 \u0645\u0627 \u062a\u0645\u0627\u0633 \u0628\u0627 \u0645\u0627 \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc \u0644\u0648\u06a9\u0633 \u0628\u0631\u0627\u06cc \u062e\u0627\u0646\u0647\u200c\u0627\u06cc \u062e\u0627\u0635 \u0645\u062c\u0645\u0648\u0639\u0647\u200c\u0627\u06cc \u0627\u0632 \u062c\u062f\u06cc\u062f\u062a\u0631\u06cc\u0646 \u0644\u0648\u0633\u062a\u0631\u0647\u0627 \u0648 \u062a\u062c\u0647\u06cc\u0632\u0627\u062a \u0631\u0648\u0634\u0646\u0627\u06cc\u06cc \u0628\u0627 \u06a9\u06cc\u0641\u06cc\u062a \u0645\u0645\u062a\u0627\u0632 \u0648 \u0637\u0631\u0627\u062d\u06cc \u0628\u06cc\u200c\u0646\u0638\u06cc\u0631 \u0628\u0631\u0627\u06cc \u062f\u06a9\u0648\u0631\u0627\u0633\u06cc\u0648\u0646\u200c\u0647\u0627\u06cc \u0645\u062f\u0631\u0646 \u0648 \u06a9\u0644\u0627\u0633\u06cc\u06a9. \u0645\u0634\u0627\u0647\u062f\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_angie_page":false,"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/limoushop.ir\/index.php?rest_route=\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/limoushop.ir\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/limoushop.ir\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/limoushop.ir\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/limoushop.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18"}],"version-history":[{"count":13,"href":"https:\/\/limoushop.ir\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":4118,"href":"https:\/\/limoushop.ir\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions\/4118"}],"wp:attachment":[{"href":"https:\/\/limoushop.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}