{"id":12,"date":"2026-04-16T09:48:18","date_gmt":"2026-04-16T09:48:18","guid":{"rendered":"https:\/\/herbline.store\/?page_id=12"},"modified":"2026-04-16T15:10:58","modified_gmt":"2026-04-16T12:10:58","slug":"home","status":"publish","type":"page","link":"https:\/\/herbline.store\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"12\" class=\"elementor elementor-12\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfc201d e-con-full e-flex e-con e-parent\" data-id=\"dfc201d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bc10f71 elementor-widget elementor-widget-html\" data-id=\"bc10f71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"ar\" dir=\"rtl\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Herb Line | Main Content<\/title>\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\r\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Alexandria:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\r\n    \r\n    <style>\r\n        :root {\r\n            --primary-dark: #0d4c35;\r\n            --primary-mid: #45682e;\r\n            --primary-light: #86a872;\r\n            --accent-yellow: #faca29;\r\n            --accent-gold: #f2af17;\r\n            --white: #ffffff;\r\n            --bg-light: #f8fbf9;\r\n            --bg-alt: #f0f5f2;\r\n        }\r\n        * { box-sizing: border-box; margin: 0; padding: 0; }\r\n        body {\r\n            font-family: 'Alexandria', sans-serif;\r\n            background-color: var(--bg-light);\r\n            color: var(--primary-dark);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        \/* \u0627\u0644\u0642\u0633\u0645 \u0627\u0644\u0631\u0626\u064a\u0633\u064a (\u0627\u0644\u0628\u0627\u0646\u0631) *\/\r\n        .hero {\r\n            position: relative;\r\n            padding: 100px 5%;\r\n            min-height: 70vh;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-dark) 100%);\r\n            overflow: hidden;\r\n        }\r\n        .hero-content {\r\n            background: rgba(255, 255, 255, 0.15);\r\n            backdrop-filter: blur(12px);\r\n            border: 1px solid rgba(255, 255, 255, 0.3);\r\n            border-radius: 20px;\r\n            padding: 50px;\r\n            text-align: center;\r\n            color: var(--white);\r\n            max-width: 800px;\r\n            z-index: 1;\r\n            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);\r\n        }\r\n        .hero-content h1 { font-size: 3rem; margin-bottom: 20px; color: var(--accent-yellow); }\r\n        .hero-content p { font-size: 1.2rem; margin-bottom: 30px; font-weight: 300; }\r\n        .cta-container { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }\r\n        .cta-btn {\r\n            background-color: var(--accent-gold);\r\n            color: var(--primary-dark);\r\n            padding: 12px 30px;\r\n            border-radius: 30px;\r\n            text-decoration: none;\r\n            font-weight: 700;\r\n            transition: 0.3s;\r\n        }\r\n        .cta-btn.outline {\r\n            background-color: transparent;\r\n            color: var(--white);\r\n            border: 2px solid var(--white);\r\n        }\r\n        .cta-btn:hover { transform: translateY(-3px); }\r\n\r\n        \/* \u0623\u0642\u0633\u0627\u0645 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a *\/\r\n        .products-section { padding: 80px 5%; text-align: center; }\r\n        .bg-alt { background-color: var(--bg-alt); }\r\n        .section-header { margin-bottom: 50px; }\r\n        .section-title {\r\n            font-size: 2.5rem; color: var(--primary-dark);\r\n            position: relative; display: inline-block; margin-bottom: 15px;\r\n        }\r\n        .section-title::after {\r\n            content: ''; position: absolute; bottom: -10px; left: 50%;\r\n            transform: translateX(-50%); width: 50px; height: 3px; background-color: var(--accent-yellow);\r\n        }\r\n        .section-desc { color: var(--primary-mid); font-size: 1.1rem; max-width: 600px; margin: 0 auto; }\r\n        \r\n        .product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }\r\n        .product-card {\r\n            background: var(--white); border-radius: 15px; padding: 20px;\r\n            box-shadow: 0 10px 30px rgba(13, 76, 53, 0.05); transition: 0.3s;\r\n            text-align: right; display: flex; flex-direction: column;\r\n        }\r\n        .product-card:hover { transform: translateY(-10px); }\r\n        .product-image {\r\n            width: 100%; height: 250px; background-color: var(--bg-light);\r\n            border-radius: 10px; margin-bottom: 20px; display: flex;\r\n            align-items: center; justify-content: center; color: var(--primary-light);\r\n        }\r\n        .product-category { font-size: 0.85rem; color: var(--primary-light); margin-bottom: 5px; font-weight: 600; }\r\n        .product-title { font-size: 1.2rem; margin-bottom: 10px; color: var(--primary-dark); }\r\n        .product-price { font-size: 1.4rem; font-weight: 700; color: var(--primary-mid); margin-bottom: 15px; margin-top: auto; }\r\n        .add-to-cart {\r\n            width: 100%; background-color: var(--white); color: var(--primary-dark);\r\n            border: 2px solid var(--primary-dark); padding: 12px; border-radius: 8px;\r\n            font-family: inherit; font-weight: 600; cursor: pointer; transition: 0.3s;\r\n        }\r\n        .add-to-cart:hover { background-color: var(--primary-dark); color: var(--white); }\r\n\r\n        @media (max-width: 768px) {\r\n            .hero-content h1 { font-size: 2rem; }\r\n            .cta-container { flex-direction: column; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n\r\n    <main>\r\n        <section class=\"hero\">\r\n            <div class=\"hero-content\">\r\n                <h1>\u0637\u0628\u064a\u0639\u0629 \u062a\u0639\u062a\u0646\u064a \u0628\u0643 \u0645\u0646 \u0627\u0644\u062f\u0627\u062e\u0644 \u0648\u0627\u0644\u062e\u0627\u0631\u062c<\/h1>\r\n                <p>\u0627\u0643\u062a\u0634\u0641 \u0645\u062c\u0645\u0648\u0639\u062a\u0646\u0627 \u0627\u0644\u0645\u062a\u0643\u0627\u0645\u0644\u0629 \u0645\u0646 \u0645\u0633\u062a\u062d\u0636\u0631\u0627\u062a \u0627\u0644\u062a\u062c\u0645\u064a\u0644 \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u0629 \u0648\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u063a\u0630\u0627\u0626\u064a\u0629 \u0627\u0644\u0639\u0636\u0648\u064a\u0629.<\/p>\r\n                <div class=\"cta-container\">\r\n                    <a href=\"#cosmetics\" class=\"cta-btn\">\u062a\u0633\u0648\u0642\u064a \u0645\u0633\u062a\u062d\u0636\u0631\u0627\u062a \u0627\u0644\u062a\u062c\u0645\u064a\u0644<\/a>\r\n                    <a href=\"#food\" class=\"cta-btn outline\">\u0627\u0643\u062a\u0634\u0641 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u063a\u0630\u0627\u0626\u064a\u0629<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section id=\"cosmetics\" class=\"products-section\">\r\n            <div class=\"section-header\">\r\n                <h2 class=\"section-title\">\u0627\u0644\u0639\u0646\u0627\u064a\u0629 \u0648\u0627\u0644\u062a\u062c\u0645\u064a\u0644<\/h2>\r\n                <p class=\"section-desc\">\u0645\u0633\u062a\u062d\u0636\u0631\u0627\u062a \u062a\u062c\u0645\u064a\u0644 \u0648\u0639\u0646\u0627\u064a\u0629 \u0628\u0627\u0644\u0628\u0634\u0631\u0629 \u0645\u0633\u062a\u062e\u0644\u0635\u0629 \u0645\u0646 \u0623\u0646\u0642\u0649 \u0627\u0644\u0645\u0643\u0648\u0646\u0627\u062a \u0627\u0644\u0646\u0628\u0627\u062a\u064a\u0629.<\/p>\r\n            <\/div>\r\n            <div class=\"product-grid\">\r\n                <div class=\"product-card\">\r\n                    <div class=\"product-image\">\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0646\u062a\u062c<\/div>\r\n                    <div class=\"product-category\">\u0639\u0646\u0627\u064a\u0629 \u0628\u0627\u0644\u0628\u0634\u0631\u0629<\/div>\r\n                    <h3 class=\"product-title\">\u0643\u0631\u064a\u0645 \u0627\u0644\u062a\u0631\u0637\u064a\u0628 \u0627\u0644\u0646\u0628\u0627\u062a\u064a<\/h3>\r\n                    <div class=\"product-price\">25.00 \u062f.\u0623<\/div>\r\n                    <button class=\"add-to-cart\">\u0623\u0636\u0641 \u0625\u0644\u0649 \u0627\u0644\u0633\u0644\u0629<\/button>\r\n                <\/div>\r\n                <div class=\"product-card\">\r\n                    <div class=\"product-image\">\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0646\u062a\u062c<\/div>\r\n                    <div class=\"product-category\">\u0632\u064a\u0648\u062a \u0637\u0628\u064a\u0639\u064a\u0629<\/div>\r\n                    <h3 class=\"product-title\">\u0632\u064a\u062a \u0627\u0644\u0623\u0631\u062c\u0627\u0646 \u0627\u0644\u0639\u0636\u0648\u064a<\/h3>\r\n                    <div class=\"product-price\">18.50 \u062f.\u0623<\/div>\r\n                    <button class=\"add-to-cart\">\u0623\u0636\u0641 \u0625\u0644\u0649 \u0627\u0644\u0633\u0644\u0629<\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n\r\n        <section id=\"food\" class=\"products-section bg-alt\">\r\n            <div class=\"section-header\">\r\n                <h2 class=\"section-title\">\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u063a\u0630\u0627\u0626\u064a\u0629<\/h2>\r\n                <p class=\"section-desc\">\u063a\u0630\u064a \u062c\u0633\u062f\u0643 \u0645\u0646 \u0627\u0644\u062f\u0627\u062e\u0644 \u0645\u0639 \u062a\u0634\u0643\u064a\u0644\u062a\u0646\u0627 \u0627\u0644\u0645\u062e\u062a\u0627\u0631\u0629 \u0645\u0646 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0639\u0636\u0648\u064a\u0629.<\/p>\r\n            <\/div>\r\n            <div class=\"product-grid\">\r\n                <div class=\"product-card\">\r\n                    <div class=\"product-image\">\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0646\u062a\u062c<\/div>\r\n                    <div class=\"product-category\">\u0623\u0639\u0634\u0627\u0628 \u0637\u0628\u064a\u0639\u064a\u0629<\/div>\r\n                    <h3 class=\"product-title\">\u0634\u0627\u064a \u0627\u0644\u0623\u0639\u0634\u0627\u0628 \u0627\u0644\u0645\u0647\u062f\u0626<\/h3>\r\n                    <div class=\"product-price\">8.50 \u062f.\u0623<\/div>\r\n                    <button class=\"add-to-cart\">\u0623\u0636\u0641 \u0625\u0644\u0649 \u0627\u0644\u0633\u0644\u0629<\/button>\r\n                <\/div>\r\n                <div class=\"product-card\">\r\n                    <div class=\"product-image\">\u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0646\u062a\u062c<\/div>\r\n                    <div class=\"product-category\">\u0639\u0633\u0644 \u0648\u0645\u062d\u0644\u064a\u0627\u062a<\/div>\r\n                    <h3 class=\"product-title\">\u0639\u0633\u0644 \u0627\u0644\u0633\u062f\u0631 \u0627\u0644\u062c\u0628\u0644\u064a<\/h3>\r\n                    <div class=\"product-price\">35.00 \u062f.\u0623<\/div>\r\n                    <button class=\"add-to-cart\">\u0623\u0636\u0641 \u0625\u0644\u0649 \u0627\u0644\u0633\u0644\u0629<\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/section>\r\n    <\/main>\r\n\r\n<\/body>\r\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>Herb Line | Main Content \u0637\u0628\u064a\u0639\u0629 \u062a\u0639\u062a\u0646\u064a \u0628\u0643 \u0645\u0646 \u0627\u0644\u062f\u0627\u062e\u0644 \u0648\u0627\u0644\u062e\u0627\u0631\u062c \u0627\u0643\u062a\u0634\u0641 \u0645\u062c\u0645\u0648\u0639\u062a\u0646\u0627 \u0627\u0644\u0645\u062a\u0643\u0627\u0645\u0644\u0629 \u0645\u0646 \u0645\u0633\u062a\u062d\u0636\u0631\u0627\u062a \u0627\u0644\u062a\u062c\u0645\u064a\u0644 \u0627\u0644\u0637\u0628\u064a\u0639\u064a\u0629 \u0648\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u063a\u0630\u0627\u0626\u064a\u0629 \u0627\u0644\u0639\u0636\u0648\u064a\u0629. \u062a\u0633\u0648\u0642\u064a \u0645\u0633\u062a\u062d\u0636\u0631\u0627\u062a \u0627\u0644\u062a\u062c\u0645\u064a\u0644 \u0627\u0643\u062a\u0634\u0641 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u063a\u0630\u0627\u0626\u064a\u0629 \u0627\u0644\u0639\u0646\u0627\u064a\u0629 \u0648\u0627\u0644\u062a\u062c\u0645\u064a\u0644 \u0645\u0633\u062a\u062d\u0636\u0631\u0627\u062a \u062a\u062c\u0645\u064a\u0644 \u0648\u0639\u0646\u0627\u064a\u0629 \u0628\u0627\u0644\u0628\u0634\u0631\u0629 \u0645\u0633\u062a\u062e\u0644\u0635\u0629 \u0645\u0646 \u0623\u0646\u0642\u0649 \u0627\u0644\u0645\u0643\u0648\u0646\u0627\u062a \u0627\u0644\u0646\u0628\u0627\u062a\u064a\u0629. \u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0639\u0646\u0627\u064a\u0629 \u0628\u0627\u0644\u0628\u0634\u0631\u0629 \u0643\u0631\u064a\u0645 \u0627\u0644\u062a\u0631\u0637\u064a\u0628 \u0627\u0644\u0646\u0628\u0627\u062a\u064a 25.00 \u062f.\u0623 \u0623\u0636\u0641 \u0625\u0644\u0649 \u0627\u0644\u0633\u0644\u0629 \u0635\u0648\u0631\u0629 \u0627\u0644\u0645\u0646\u062a\u062c \u0632\u064a\u0648\u062a \u0637\u0628\u064a\u0639\u064a\u0629 \u0632\u064a\u062a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/herbline.store\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/herbline.store\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/herbline.store\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/herbline.store\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/herbline.store\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":5,"href":"https:\/\/herbline.store\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":92,"href":"https:\/\/herbline.store\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/92"}],"wp:attachment":[{"href":"https:\/\/herbline.store\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}