{
    "id": 8238,
    "date": "2025-11-29T07:04:36",
    "date_gmt": "2025-11-29T07:04:36",
    "guid": {
        "rendered": "https:\/\/groenstone.com\/?page_id=8238"
    },
    "modified": "2025-11-29T07:11:58",
    "modified_gmt": "2025-11-29T07:11:58",
    "slug": "custom-peishang-jewelry",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/www.groenstone.com\/cs\/custom-peishang-jewelry\/",
    "title": {
        "rendered": "cUSTOM PEISHANG JEWELRY"
    },
    "content": {
        "rendered": "<div data-elementor-type=\"wp-page\" data-elementor-id=\"8238\" class=\"elementor elementor-8238\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5dd5203 e-flex e-con-boxed e-con e-parent\" data-id=\"5dd5203\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88253f4 elementor-widget elementor-widget-html\" data-id=\"88253f4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\tPeishang Jewelry - Official Business Page\n\n<!DOCTYPE html>\n\n<html lang=\"en\">\n\n<head>\n\n    <meta charset=\"UTF-8\">\n\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n    <title>Peishang Jewelry - Premium Jewelry Manufacturer<\/title>\n\n    <style>\n\n        \/* \u6cbf\u7528Astra\u4e3b\u9898\u6838\u5fc3\u914d\u8272\uff0c\u786e\u4fdd\u89c6\u89c9\u7edf\u4e00 *\/\n\n        :root {\n\n            --primary-color: #0073aa;\n\n            --secondary-color: #2d3748;\n\n            --text-color: #4a5568;\n\n            --bg-color: #f7fafc;\n\n            --border-color: #e2e8f0;\n\n            --white-color: #ffffff;\n\n        }\n\n        * {\n\n            margin: 0;\n\n            padding: 0;\n\n            box-sizing: border-box;\n\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n\n        }\n\n        body {\n\n            background-color: var(--bg-color);\n\n            color: var(--text-color);\n\n            line-height: 1.8;\n\n            font-size: 16px;\n\n        }\n\n        .container {\n\n            width: 100%;\n\n            max-width: 1200px;\n\n            margin: 0 auto;\n\n            padding: 0 20px;\n\n        }\n\n        \/* \u82f1\u96c4\u533a\u6837\u5f0f *\/\n\n        .hero {\n\n            padding: 100px 0;\n\n            text-align: center;\n\n            background: linear-gradient(rgba(247, 250, 252, 0.95), rgba(247, 250, 252, 0.95)), url('https:\/\/picsum.photos\/id\/152\/1920\/600') no-repeat center center;\n\n            background-size: cover;\n\n        }\n\n        .hero h1 {\n\n            font-size: 44px;\n\n            color: var(--secondary-color);\n\n            margin-bottom: 25px;\n\n            line-height: 1.2;\n\n        }\n\n        .hero p {\n\n            font-size: 19px;\n\n            max-width: 850px;\n\n            margin: 0 auto 40px;\n\n            color: var(--text-color);\n\n        }\n\n        .btn {\n\n            display: inline-block;\n\n            padding: 14px 32px;\n\n            background-color: var(--primary-color);\n\n            color: var(--white-color);\n\n            text-decoration: none;\n\n            border-radius: 6px;\n\n            font-weight: 600;\n\n            transition: background-color 0.3s, transform 0.3s;\n\n        }\n\n        .btn:hover {\n\n            background-color: #005f87;\n\n            transform: translateY(-2px);\n\n        }\n\n        \/* \u901a\u7528\u677f\u5757\u6837\u5f0f *\/\n\n        .section {\n\n            padding: 80px 0;\n\n        }\n\n        .section-title {\n\n            text-align: center;\n\n            margin-bottom: 60px;\n\n        }\n\n        .section-title h2 {\n\n            font-size: 32px;\n\n            color: var(--secondary-color);\n\n            display: inline-block;\n\n            padding-bottom: 12px;\n\n            border-bottom: 2px solid var(--primary-color);\n\n        }\n\n        \/* \u6838\u5fc3\u4e1a\u52a1\u677f\u5757 *\/\n\n        .business-intro {\n\n            background-color: var(--white-color);\n\n            border-radius: 8px;\n\n            padding: 50px;\n\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n\n            margin-bottom: 40px;\n\n        }\n\n        .business-intro p {\n\n            font-size: 17px;\n\n            margin-bottom: 20px;\n\n        }\n\n        .business-cards {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n\n            gap: 30px;\n\n        }\n\n        .card {\n\n            background-color: var(--white-color);\n\n            border-radius: 8px;\n\n            overflow: hidden;\n\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n\n            transition: transform 0.3s, box-shadow 0.3s;\n\n        }\n\n        .card:hover {\n\n            transform: translateY(-5px);\n\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);\n\n        }\n\n        .card-img {\n\n            width: 100%;\n\n            height: 220px;\n\n            object-fit: cover;\n\n        }\n\n        .card-content {\n\n            padding: 30px;\n\n        }\n\n        .card-content h3 {\n\n            font-size: 20px;\n\n            color: var(--secondary-color);\n\n            margin-bottom: 15px;\n\n        }\n\n        \/* \u6838\u5fc3\u4f18\u52bf\u677f\u5757 *\/\n\n        .advantages-section {\n\n            background-color: var(--white-color);\n\n        }\n\n        .advantage-list {\n\n            display: grid;\n\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n\n            gap: 30px;\n\n        }\n\n        .advantage-item {\n\n            padding: 35px;\n\n            border: 1px solid var(--border-color);\n\n            border-radius: 8px;\n\n            transition: border-color 0.3s, box-shadow 0.3s;\n\n        }\n\n        .advantage-item:hover {\n\n            border-color: var(--primary-color);\n\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n\n        }\n\n        .advantage-icon {\n\n            width: 60px;\n\n            height: 60px;\n\n            margin: 0 auto 20px;\n\n            background-color: rgba(0, 115, 170, 0.1);\n\n            border-radius: 50%;\n\n            display: flex;\n\n            align-items: center;\n\n            justify-content: center;\n\n            color: var(--primary-color);\n\n            font-size: 26px;\n\n            margin-left: 0;\n\n        }\n\n        .advantage-item h3 {\n\n            font-size: 19px;\n\n            color: var(--secondary-color);\n\n            margin-bottom: 15px;\n\n        }\n\n        \/* \u53d1\u5c55\u5386\u7a0b\u677f\u5757 *\/\n\n        .timeline {\n\n            position: relative;\n\n            max-width: 1000px;\n\n            margin: 0 auto;\n\n        }\n\n        .timeline::after {\n\n            content: '';\n\n            position: absolute;\n\n            width: 6px;\n\n            background-color: var(--primary-color);\n\n            top: 0;\n\n            bottom: 0;\n\n            left: 50%;\n\n            margin-left: -3px;\n\n        }\n\n        .timeline-item {\n\n            padding: 10px 40px;\n\n            position: relative;\n\n            background-color: inherit;\n\n            width: 50%;\n\n        }\n\n        .timeline-item::after {\n\n            content: '';\n\n            position: absolute;\n\n            width: 20px;\n\n            height: 20px;\n\n            right: -10px;\n\n            background-color: var(--white-color);\n\n            border: 4px solid var(--primary-color);\n\n            top: 20px;\n\n            border-radius: 50%;\n\n            z-index: 1;\n\n        }\n\n        .left {\n\n            left: 0;\n\n        }\n\n        .right {\n\n            left: 50%;\n\n        }\n\n        .left::after {\n\n            right: -13px;\n\n        }\n\n        .right::after {\n\n            left: -13px;\n\n        }\n\n        .timeline-content {\n\n            padding: 25px;\n\n            background-color: var(--white-color);\n\n            position: relative;\n\n            border-radius: 8px;\n\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n\n        }\n\n        .timeline-content h3 {\n\n            color: var(--secondary-color);\n\n            font-size: 19px;\n\n            margin-bottom: 8px;\n\n        }\n\n        \/* \u6838\u5fc3\u4ef7\u503c\u4f53\u7cfb\u677f\u5757 *\/\n\n        .values-section {\n\n            background-color: var(--white-color);\n\n        }\n\n        .values-container {\n\n            max-width: 800px;\n\n            margin: 0 auto;\n\n            padding: 40px;\n\n            border-radius: 8px;\n\n            border: 1px solid var(--border-color);\n\n        }\n\n        .value-item {\n\n            margin-bottom: 30px;\n\n        }\n\n        .value-item:last-child {\n\n            margin-bottom: 0;\n\n        }\n\n        .value-item h3 {\n\n            font-size: 19px;\n\n            color: var(--secondary-color);\n\n            margin-bottom: 10px;\n\n            display: flex;\n\n            align-items: center;\n\n        }\n\n        .value-item h3::before {\n\n            content: '';\n\n            width: 8px;\n\n            height: 8px;\n\n            background-color: var(--primary-color);\n\n            border-radius: 50%;\n\n            margin-right: 10px;\n\n        }\n\n        \/* \u8ba4\u8bc1\u8d44\u8d28\u677f\u5757 *\/\n\n        .certifications-list {\n\n            display: flex;\n\n            flex-wrap: wrap;\n\n            gap: 20px;\n\n            justify-content: center;\n\n            margin-top: 40px;\n\n        }\n\n        .certification-item {\n\n            padding: 15px 30px;\n\n            background-color: var(--white-color);\n\n            border: 1px solid var(--border-color);\n\n            border-radius: 6px;\n\n            color: var(--text-color);\n\n            font-weight: 500;\n\n            transition: border-color 0.3s, color 0.3s;\n\n        }\n\n        .certification-item:hover {\n\n            border-color: var(--primary-color);\n\n            color: var(--primary-color);\n\n        }\n\n        \/* \u8054\u7cfb\u677f\u5757 *\/\n\n        .contact-section {\n\n            background-color: var(--white-color);\n\n            padding-bottom: 80px;\n\n        }\n\n        .contact-container {\n\n            display: grid;\n\n            grid-template-columns: 1fr 1fr;\n\n            gap: 40px;\n\n        }\n\n        .contact-info h3 {\n\n            font-size: 22px;\n\n            color: var(--secondary-color);\n\n            margin-bottom: 25px;\n\n            padding-bottom: 10px;\n\n            border-bottom: 1px solid var(--border-color);\n\n        }\n\n        .info-item {\n\n            margin-bottom: 20px;\n\n            display: flex;\n\n            align-items: flex-start;\n\n        }\n\n        .info-item i {\n\n            color: var(--primary-color);\n\n            margin-right: 15px;\n\n            margin-top: 5px;\n\n            font-size: 18px;\n\n        }\n\n        .contact-form {\n\n            background-color: var(--bg-color);\n\n            padding: 40px;\n\n            border-radius: 8px;\n\n        }\n\n        .form-group {\n\n            margin-bottom: 25px;\n\n        }\n\n        .form-group label {\n\n            display: block;\n\n            margin-bottom: 8px;\n\n            color: var(--secondary-color);\n\n            font-weight: 500;\n\n        }\n\n        .form-group input,\n\n        .form-group textarea {\n\n            width: 100%;\n\n            padding: 12px 15px;\n\n            border: 1px solid var(--border-color);\n\n            border-radius: 6px;\n\n            font-size: 16px;\n\n            color: var(--text-color);\n\n            background-color: var(--white-color);\n\n        }\n\n        .form-group textarea {\n\n            min-height: 150px;\n\n            resize: vertical;\n\n        }\n\n        .submit-btn {\n\n            padding: 14px 32px;\n\n            background-color: var(--primary-color);\n\n            color: var(--white-color);\n\n            border: none;\n\n            border-radius: 6px;\n\n            font-weight: 600;\n\n            cursor: pointer;\n\n            transition: background-color 0.3s;\n\n        }\n\n        .submit-btn:hover {\n\n            background-color: #005f87;\n\n        }\n\n        \/* \u54cd\u5e94\u5f0f\u9002\u914d *\/\n\n        @media (max-width: 992px) {\n\n            .contact-container {\n\n                grid-template-columns: 1fr;\n\n            }\n\n            .timeline::after {\n\n                left: 31px;\n\n            }\n\n            .timeline-item {\n\n                width: 100%;\n\n                padding-left: 70px;\n\n                padding-right: 25px;\n\n            }\n\n            .timeline-item::after {\n\n                left: 18px;\n\n            }\n\n            .left::after,\n\n            .right::after {\n\n                left: 18px;\n\n            }\n\n            .right {\n\n                left: 0%;\n\n            }\n\n        }\n\n        @media (max-width: 768px) {\n\n            .hero h1 {\n\n                font-size: 32px;\n\n            }\n\n            .hero p {\n\n                font-size: 17px;\n\n            }\n\n            .section {\n\n                padding: 50px 0;\n\n            }\n\n            .section-title h2 {\n\n                font-size: 28px;\n\n            }\n\n            .business-intro {\n\n                padding: 30px;\n\n            }\n\n            .contact-form {\n\n                padding: 30px;\n\n            }\n\n            .contact-section {\n\n                padding-bottom: 50px;\n\n            }\n\n        }\n\n        @media (max-width: 576px) {\n\n            .business-cards,\n\n            .advantage-list {\n\n                grid-template-columns: 1fr;\n\n            }\n\n            .certifications-list {\n\n                flex-direction: column;\n\n                align-items: center;\n\n            }\n\n            .certification-item {\n\n                width: 100%;\n\n                text-align: center;\n\n            }\n\n        }\n\n    <\/style>\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<\/head>\n\n<body>\n\n    <section class=\"hero\">\n\n        <div class=\"container\">\n\n            <h1>Peishang Jewelry - Trusted Premium Jewelry Manufacturer<\/h1>\n\n            <p>With nearly 10 years of experience in the high-end jewelry field, we integrate Eastern aesthetics with international trends, providing global renowned jewelry brands with design, production and global supply services.<\/p>\n\n            <a href=\"#about\" class=\"btn\">Learn More About Us<\/a>\n\n        <\/div>\n\n    <\/section>\n\n    <section id=\"about\" class=\"section\">\n\n        <div class=\"container\">\n\n            <div class=\"section-title\">\n\n                <h2>About Peishang Jewelry<\/h2>\n\n            <\/div>\n\n            <div class=\"business-intro\">\n\n                <p>Peishang Jewelry is a professional manufacturer with nearly 10 years of experience in the high-end jewelry field, focusing on the design, production and global supply of high-end jewelry. Adhering to the core philosophy of \"The Trusted Choice of Global Jewelers\", we focus on the design integration of \"Eastern Aesthetics + International Trends\". Our products have both artistic value and collection value, serving global renowned jewelry brands and high-end jewelry manufacturers.<\/p>\n\n                <p>Currently, we have established a production and R&D center in Guangzhou and a marketing office in Hong Kong, China, building a global production and service network that can provide seamless customization services to meet the diverse needs of customers around the world.<\/p>\n\n            <\/div>\n\n            <div class=\"business-cards\">\n\n                <div class=\"card\">\n\n                    <img decoding=\"async\" src=\"https:\/\/picsum.photos\/id\/1040\/600\/400\" alt=\"High-end Jewelry Design\" class=\"card-img\">\n\n                    <div class=\"card-content\">\n\n                        <h3>High-end Jewelry Design<\/h3>\n\n                        <p>Integrate Eastern aesthetic essence with international fashion trends, creating jewelry works with unique artistic charm and market competitiveness.<\/p>\n\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"card\">\n\n                    <img decoding=\"async\" src=\"https:\/\/picsum.photos\/id\/1059\/600\/400\" alt=\"Professional Production\" class=\"card-img\">\n\n                    <div class=\"card-content\">\n\n                        <h3>Professional Production<\/h3>\n\n                        <p>Guangzhou production base covers an area of over 1600 square meters, with advanced production equipment and strict quality control system to ensure product quality.<\/p>\n\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"card\">\n\n                    <img decoding=\"async\" src=\"https:\/\/picsum.photos\/id\/1060\/600\/400\" alt=\"Global Supply Service\" class=\"card-img\">\n\n                    <div class=\"card-content\">\n\n                        <h3>Global Supply Service<\/h3>\n\n                        <p>Relying on the marketing office in Hong Kong and the global service network, we provide seamless supply chain services for customers around the world.<\/p>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n    <section id=\"advantages\" class=\"section advantages-section\">\n\n        <div class=\"container\">\n\n            <div class=\"section-title\">\n\n                <h2>Core Competitive Advantages<\/h2>\n\n            <\/div>\n\n            <div class=\"advantage-list\">\n\n                <div class=\"advantage-item\">\n\n                    <div class=\"advantage-icon\"><i class=\"fas fa-certificate\"><\/i><\/div>\n\n                    <h3>International Compliance & Sustainability<\/h3>\n\n                    <p>Holder of full-system international authoritative certifications such as REACH, BSCI, CP65, ROHS, CE, and ISO9001. Practice green manufacturing and sustainable development, using recycled precious metals, full-link traceable diamonds\/colored gemstones, and all production bases are powered by clean energy.<\/p>\n\n                <\/div>\n\n                <div class=\"advantage-item\">\n\n                    <div class=\"advantage-icon\"><i class=\"fas fa-industry\"><\/i><\/div>\n\n                    <h3>Full-Category Production Capacity Guarantee<\/h3>\n\n                    <p>Guangzhou production base covers a total area of over 1600 square meters, with an annual production capacity exceeding 2.8 million pieces, covering the entire jewelry industry chain categories such as pure gold, K gold, silver jewelry, and platinum.<\/p>\n\n                <\/div>\n\n                <div class=\"advantage-item\">\n\n                    <div class=\"advantage-icon\"><i class=\"fas fa-user-friends\"><\/i><\/div>\n\n                    <h3>Customization & Customer Empowerment<\/h3>\n\n                    <p>Equipped with a professional design team to provide one-on-one customization services, covering the entire link from style R&D to mass production. Flexible order models can help customers quickly respond to market demands.<\/p>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n    <section id=\"timeline\" class=\"section\">\n\n        <div class=\"container\">\n\n            <div class=\"section-title\">\n\n                <h2>Development History<\/h2>\n\n            <\/div>\n\n            <div class=\"timeline\">\n\n                <div class=\"timeline-item left\">\n\n                    <div class=\"timeline-content\">\n\n                        <h3>2014<\/h3>\n\n                        <p>Officially established, focusing on silver jewelry design and production.<\/p>\n\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"timeline-item right\">\n\n                    <div class=\"timeline-content\">\n\n                        <h3>2015<\/h3>\n\n                        <p>Completed the construction of full-category production lines for pure gold, K gold and silver jewelry, and started diversified development.<\/p>\n\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"timeline-item left\">\n\n                    <div class=\"timeline-content\">\n\n                        <h3>2016<\/h3>\n\n                        <p>Annual production capacity exceeded 200,000 pieces, officially entering the international market.<\/p>\n\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"timeline-item right\">\n\n                    <div class=\"timeline-content\">\n\n                        <h3>2019<\/h3>\n\n                        <p>Upgraded from a small factory to a standardized production facility of over 1000 square meters.<\/p>\n\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"timeline-item left\">\n\n                    <div class=\"timeline-content\">\n\n                        <h3>2024<\/h3>\n\n                        <p>Launched intelligent production upgrade, annual production capacity exceeded 2.8 million pieces, and global partners exceeded 1200.<\/p>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n    <section id=\"values\" class=\"section values-section\">\n\n        <div class=\"container\">\n\n            <div class=\"section-title\">\n\n                <h2>Core Value System<\/h2>\n\n            <\/div>\n\n            <div class=\"values-container\">\n\n                <div class=\"value-item\">\n\n                    <h3>Mission<\/h3>\n\n                    <p>Continue the beauty of jewelry with craftsmanship, empower global partners with quality.<\/p>\n\n                <\/div>\n\n                <div class=\"value-item\">\n\n                    <h3>Vision<\/h3>\n\n                    <p>To become the trusted choice of global jewelers and build a benchmark brand integrating the essence of Eastern and Western jewelry.<\/p>\n\n                <\/div>\n\n                <div class=\"value-item\">\n\n                    <h3>Core Values<\/h3>\n\n                    <p>Craftsmanship Quality, Integrity & Win-Win, Innovation-Driven, Sustainable Development.<\/p>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n    <section id=\"certifications\" class=\"section\">\n\n        <div class=\"container\">\n\n            <div class=\"section-title\">\n\n                <h2>Authoritative Certifications<\/h2>\n\n            <\/div>\n\n            <p style=\"text-align: center; font-size: 17px; max-width: 800px; margin: 0 auto;\">We strictly abide by international regulations and industry standards, and have obtained a number of authoritative certifications to ensure product quality and compliance.<\/p>\n\n            <div class=\"certifications-list\">\n\n                <div class=\"certification-item\">amfori BSCI<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>",
        "protected": false
    },
    "excerpt": {
        "rendered": "<p>Peishang Jewelry &#8211; Official Business Page Peishang Jewelry &#8211; Premium Jewelry Manufacturer Peishang Jewelry &#8211; Trusted Premium Jewelry Manufacturer With nearly 10 years of experience in the high-end jewelry field, we integrate Eastern aesthetics with international trends, providing global renowned jewelry brands with design, production and global supply services. Learn More About Us About Peishang [&hellip;]<\/p>",
        "protected": false
    },
    "author": 1,
    "featured_media": 0,
    "parent": 0,
    "menu_order": 0,
    "comment_status": "closed",
    "ping_status": "closed",
    "template": "",
    "meta": {
        "site-sidebar-layout": "no-sidebar",
        "site-content-layout": "page-builder",
        "ast-site-content-layout": "full-width-container",
        "site-content-style": "default",
        "site-sidebar-style": "default",
        "ast-global-header-display": "",
        "ast-banner-title-visibility": "",
        "ast-main-header-display": "",
        "ast-hfb-above-header-display": "",
        "ast-hfb-below-header-display": "",
        "ast-hfb-mobile-header-display": "",
        "site-post-title": "",
        "ast-breadcrumbs-content": "",
        "ast-featured-img": "disabled",
        "footer-sml-layout": "",
        "ast-disable-related-posts": "",
        "theme-transparent-header-meta": "",
        "adv-header-id-meta": "",
        "stick-header-meta": "",
        "header-above-stick-meta": "",
        "header-main-stick-meta": "",
        "header-below-stick-meta": "",
        "astra-migrate-meta-layouts": "set",
        "ast-page-background-enabled": "default",
        "ast-page-background-meta": {
            "desktop": {
                "background-color": "",
                "background-image": "",
                "background-repeat": "repeat",
                "background-position": "center center",
                "background-size": "auto",
                "background-attachment": "scroll",
                "background-type": "",
                "background-media": "",
                "overlay-type": "",
                "overlay-color": "",
                "overlay-opacity": "",
                "overlay-gradient": ""
            },
            "tablet": {
                "background-color": "",
                "background-image": "",
                "background-repeat": "repeat",
                "background-position": "center center",
                "background-size": "auto",
                "background-attachment": "scroll",
                "background-type": "",
                "background-media": "",
                "overlay-type": "",
                "overlay-color": "",
                "overlay-opacity": "",
                "overlay-gradient": ""
            },
            "mobile": {
                "background-color": "",
                "background-image": "",
                "background-repeat": "repeat",
                "background-position": "center center",
                "background-size": "auto",
                "background-attachment": "scroll",
                "background-type": "",
                "background-media": "",
                "overlay-type": "",
                "overlay-color": "",
                "overlay-opacity": "",
                "overlay-gradient": ""
            }
        },
        "ast-content-background-meta": {
            "desktop": {
                "background-color": "var(--ast-global-color-5)",
                "background-image": "",
                "background-repeat": "repeat",
                "background-position": "center center",
                "background-size": "auto",
                "background-attachment": "scroll",
                "background-type": "",
                "background-media": "",
                "overlay-type": "",
                "overlay-color": "",
                "overlay-opacity": "",
                "overlay-gradient": ""
            },
            "tablet": {
                "background-color": "var(--ast-global-color-5)",
                "background-image": "",
                "background-repeat": "repeat",
                "background-position": "center center",
                "background-size": "auto",
                "background-attachment": "scroll",
                "background-type": "",
                "background-media": "",
                "overlay-type": "",
                "overlay-color": "",
                "overlay-opacity": "",
                "overlay-gradient": ""
            },
            "mobile": {
                "background-color": "var(--ast-global-color-5)",
                "background-image": "",
                "background-repeat": "repeat",
                "background-position": "center center",
                "background-size": "auto",
                "background-attachment": "scroll",
                "background-type": "",
                "background-media": "",
                "overlay-type": "",
                "overlay-color": "",
                "overlay-opacity": "",
                "overlay-gradient": ""
            }
        },
        "footnotes": ""
    },
    "class_list": [
        "post-8238",
        "page",
        "type-page",
        "status-publish",
        "hentry"
    ],
    "yoast_head": "<!-- This site is optimized with the Yoast SEO Premium plugin v25.7 (Yoast SEO v26.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>cUSTOM PEISHANG JEWELRY - peishang jewelry<\/title>\n<meta name=\"description\" content=\"cUSTOM PEISHANG JEWELRY\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/groenstone.com\/cs\/custom-peishang-jewelry\/\" \/>\n<meta property=\"og:locale\" content=\"cs_CZ\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"cUSTOM PEISHANG JEWELRY\" \/>\n<meta property=\"og:description\" content=\"cUSTOM PEISHANG JEWELRY - peishang jewelry Factory\" \/>\n<meta property=\"og:url\" content=\"https:\/\/groenstone.com\/cs\/custom-peishang-jewelry\/\" \/>\n<meta property=\"og:site_name\" content=\"peishang jewelry\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-29T07:11:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/picsum.photos\/id\/1040\/600\/400\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Odhadovan\u00e1 doba \u010dten\u00ed\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuty\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n    \"@context\": \"https:\\\/\\\/schema.org\",\n    \"@graph\": [\n        {\n            \"@type\": \"WebPage\",\n            \"@id\": \"https:\\\/\\\/groenstone.com\\\/es\\\/custom-peishang-jewelry\\\/\",\n            \"url\": \"https:\\\/\\\/groenstone.com\\\/es\\\/custom-peishang-jewelry\\\/\",\n            \"name\": \"cUSTOM PEISHANG JEWELRY - peishang jewelry\",\n            \"isPartOf\": {\n                \"@id\": \"https:\\\/\\\/groenstone.com\\\/ka\\\/#website\"\n            },\n            \"primaryImageOfPage\": {\n                \"@id\": \"https:\\\/\\\/groenstone.com\\\/es\\\/custom-peishang-jewelry\\\/#primaryimage\"\n            },\n            \"image\": {\n                \"@id\": \"https:\\\/\\\/groenstone.com\\\/es\\\/custom-peishang-jewelry\\\/#primaryimage\"\n            },\n            \"thumbnailUrl\": \"https:\\\/\\\/picsum.photos\\\/id\\\/1040\\\/600\\\/400\",\n            \"datePublished\": \"2025-11-29T07:04:36+00:00\",\n            \"dateModified\": \"2025-11-29T07:11:58+00:00\",\n            \"description\": \"cUSTOM PEISHANG JEWELRY\",\n            \"breadcrumb\": {\n                \"@id\": \"https:\\\/\\\/groenstone.com\\\/es\\\/custom-peishang-jewelry\\\/#breadcrumb\"\n            },\n            \"inLanguage\": \"cs\",\n            \"potentialAction\": [\n                {\n                    \"@type\": \"ReadAction\",\n                    \"target\": [\n                        \"https:\\\/\\\/groenstone.com\\\/es\\\/custom-peishang-jewelry\\\/\"\n                    ]\n                }\n            ]\n        },\n        {\n            \"@type\": \"ImageObject\",\n            \"inLanguage\": \"cs\",\n            \"@id\": \"https:\\\/\\\/groenstone.com\\\/es\\\/custom-peishang-jewelry\\\/#primaryimage\",\n            \"url\": \"https:\\\/\\\/picsum.photos\\\/id\\\/1040\\\/600\\\/400\",\n            \"contentUrl\": \"https:\\\/\\\/picsum.photos\\\/id\\\/1040\\\/600\\\/400\"\n        },\n        {\n            \"@type\": \"BreadcrumbList\",\n            \"@id\": \"https:\\\/\\\/groenstone.com\\\/es\\\/custom-peishang-jewelry\\\/#breadcrumb\",\n            \"itemListElement\": [\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 1,\n                    \"name\": \"Home\",\n                    \"item\": \"https:\\\/\\\/groenstone.com\\\/ka\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 2,\n                    \"name\": \"cUSTOM PEISHANG JEWELRY\"\n                }\n            ]\n        },\n        {\n            \"@type\": \"WebSite\",\n            \"@id\": \"https:\\\/\\\/groenstone.com\\\/ka\\\/#website\",\n            \"url\": \"https:\\\/\\\/groenstone.com\\\/ka\\\/\",\n            \"name\": \"peishang jewelry\",\n            \"description\": \"peishang jewelry This site is https:\\\/\\\/psjewelrymanufacturer.com\\\/ a traffic-driving site.\",\n            \"publisher\": {\n                \"@id\": \"https:\\\/\\\/groenstone.com\\\/ka\\\/#organization\"\n            },\n            \"potentialAction\": [\n                {\n                    \"@type\": \"SearchAction\",\n                    \"target\": {\n                        \"@type\": \"EntryPoint\",\n                        \"urlTemplate\": \"https:\\\/\\\/groenstone.com\\\/ka\\\/?s={search_term_string}\"\n                    },\n                    \"query-input\": {\n                        \"@type\": \"PropertyValueSpecification\",\n                        \"valueRequired\": true,\n                        \"valueName\": \"search_term_string\"\n                    }\n                }\n            ],\n            \"inLanguage\": \"cs\"\n        },\n        {\n            \"@type\": [\n                \"Organization\",\n                \"Place\"\n            ],\n            \"@id\": \"https:\\\/\\\/groenstone.com\\\/ka\\\/#organization\",\n            \"name\": \"peishang jewelry\",\n            \"url\": \"https:\\\/\\\/groenstone.com\\\/ka\\\/\",\n            \"logo\": {\n                \"@id\": \"https:\\\/\\\/groenstone.com\\\/es\\\/custom-peishang-jewelry\\\/#local-main-organization-logo\"\n            },\n            \"image\": {\n                \"@id\": \"https:\\\/\\\/groenstone.com\\\/es\\\/custom-peishang-jewelry\\\/#local-main-organization-logo\"\n            },\n            \"telephone\": [],\n            \"openingHoursSpecification\": [\n                {\n                    \"@type\": \"OpeningHoursSpecification\",\n                    \"dayOfWeek\": [\n                        \"Monday\",\n                        \"Tuesday\",\n                        \"Wednesday\",\n                        \"Thursday\",\n                        \"Friday\",\n                        \"Saturday\",\n                        \"Sunday\"\n                    ],\n                    \"opens\": \"09:00\",\n                    \"closes\": \"17:00\"\n                }\n            ]\n        },\n        {\n            \"@type\": \"ImageObject\",\n            \"inLanguage\": \"cs\",\n            \"@id\": \"https:\\\/\\\/groenstone.com\\\/es\\\/custom-peishang-jewelry\\\/#local-main-organization-logo\",\n            \"url\": \"https:\\\/\\\/www.groenstone.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-peishang-jewelry-logo.png\",\n            \"contentUrl\": \"https:\\\/\\\/www.groenstone.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-peishang-jewelry-logo.png\",\n            \"width\": 180,\n            \"height\": 60,\n            \"caption\": \"peishang jewelry\"\n        }\n    ]\n}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->",
    "yoast_head_json": {
        "title": "cUSTOM PEISHANG JEWELRY - peishang jewelry",
        "description": "cUSTOM PEISHANG JEWELRY",
        "robots": {
            "index": "index",
            "follow": "follow",
            "max-snippet": "max-snippet:-1",
            "max-image-preview": "max-image-preview:large",
            "max-video-preview": "max-video-preview:-1"
        },
        "canonical": "https:\/\/groenstone.com\/cs\/custom-peishang-jewelry\/",
        "og_locale": "cs_CZ",
        "og_type": "article",
        "og_title": "cUSTOM PEISHANG JEWELRY",
        "og_description": "cUSTOM PEISHANG JEWELRY - peishang jewelry Factory",
        "og_url": "https:\/\/groenstone.com\/cs\/custom-peishang-jewelry\/",
        "og_site_name": "peishang jewelry",
        "article_modified_time": "2025-11-29T07:11:58+00:00",
        "og_image": [
            {
                "url": "https:\/\/picsum.photos\/id\/1040\/600\/400",
                "type": "",
                "width": "",
                "height": ""
            }
        ],
        "twitter_card": "summary_large_image",
        "twitter_misc": {
            "Odhadovan\u00e1 doba \u010dten\u00ed": "3 minuty"
        },
        "schema": {
            "@context": "https:\/\/schema.org",
            "@graph": [
                {
                    "@type": "WebPage",
                    "@id": "https:\/\/groenstone.com\/es\/custom-peishang-jewelry\/",
                    "url": "https:\/\/groenstone.com\/es\/custom-peishang-jewelry\/",
                    "name": "cUSTOM PEISHANG JEWELRY - peishang jewelry",
                    "isPartOf": {
                        "@id": "https:\/\/groenstone.com\/ka\/#website"
                    },
                    "primaryImageOfPage": {
                        "@id": "https:\/\/groenstone.com\/es\/custom-peishang-jewelry\/#primaryimage"
                    },
                    "image": {
                        "@id": "https:\/\/groenstone.com\/es\/custom-peishang-jewelry\/#primaryimage"
                    },
                    "thumbnailUrl": "https:\/\/picsum.photos\/id\/1040\/600\/400",
                    "datePublished": "2025-11-29T07:04:36+00:00",
                    "dateModified": "2025-11-29T07:11:58+00:00",
                    "description": "cUSTOM PEISHANG JEWELRY",
                    "breadcrumb": {
                        "@id": "https:\/\/groenstone.com\/es\/custom-peishang-jewelry\/#breadcrumb"
                    },
                    "inLanguage": "cs",
                    "potentialAction": [
                        {
                            "@type": "ReadAction",
                            "target": [
                                "https:\/\/groenstone.com\/es\/custom-peishang-jewelry\/"
                            ]
                        }
                    ]
                },
                {
                    "@type": "ImageObject",
                    "inLanguage": "cs",
                    "@id": "https:\/\/groenstone.com\/es\/custom-peishang-jewelry\/#primaryimage",
                    "url": "https:\/\/picsum.photos\/id\/1040\/600\/400",
                    "contentUrl": "https:\/\/picsum.photos\/id\/1040\/600\/400"
                },
                {
                    "@type": "BreadcrumbList",
                    "@id": "https:\/\/groenstone.com\/es\/custom-peishang-jewelry\/#breadcrumb",
                    "itemListElement": [
                        {
                            "@type": "ListItem",
                            "position": 1,
                            "name": "Home",
                            "item": "https:\/\/groenstone.com\/ka\/"
                        },
                        {
                            "@type": "ListItem",
                            "position": 2,
                            "name": "cUSTOM PEISHANG JEWELRY"
                        }
                    ]
                },
                {
                    "@type": "WebSite",
                    "@id": "https:\/\/groenstone.com\/ka\/#website",
                    "url": "https:\/\/groenstone.com\/ka\/",
                    "name": "peishang jewelry",
                    "description": "peishang jewelry This site is https:\/\/psjewelrymanufacturer.com\/ a traffic-driving site.",
                    "publisher": {
                        "@id": "https:\/\/groenstone.com\/ka\/#organization"
                    },
                    "potentialAction": [
                        {
                            "@type": "SearchAction",
                            "target": {
                                "@type": "EntryPoint",
                                "urlTemplate": "https:\/\/groenstone.com\/ka\/?s={search_term_string}"
                            },
                            "query-input": {
                                "@type": "PropertyValueSpecification",
                                "valueRequired": true,
                                "valueName": "search_term_string"
                            }
                        }
                    ],
                    "inLanguage": "cs"
                },
                {
                    "@type": [
                        "Organization",
                        "Place"
                    ],
                    "@id": "https:\/\/groenstone.com\/ka\/#organization",
                    "name": "peishang jewelry",
                    "url": "https:\/\/groenstone.com\/ka\/",
                    "logo": {
                        "@id": "https:\/\/groenstone.com\/es\/custom-peishang-jewelry\/#local-main-organization-logo"
                    },
                    "image": {
                        "@id": "https:\/\/groenstone.com\/es\/custom-peishang-jewelry\/#local-main-organization-logo"
                    },
                    "telephone": [],
                    "openingHoursSpecification": [
                        {
                            "@type": "OpeningHoursSpecification",
                            "dayOfWeek": [
                                "Monday",
                                "Tuesday",
                                "Wednesday",
                                "Thursday",
                                "Friday",
                                "Saturday",
                                "Sunday"
                            ],
                            "opens": "09:00",
                            "closes": "17:00"
                        }
                    ]
                },
                {
                    "@type": "ImageObject",
                    "inLanguage": "cs",
                    "@id": "https:\/\/groenstone.com\/es\/custom-peishang-jewelry\/#local-main-organization-logo",
                    "url": "https:\/\/www.groenstone.com\/wp-content\/uploads\/2025\/12\/cropped-peishang-jewelry-logo.png",
                    "contentUrl": "https:\/\/www.groenstone.com\/wp-content\/uploads\/2025\/12\/cropped-peishang-jewelry-logo.png",
                    "width": 180,
                    "height": 60,
                    "caption": "peishang jewelry"
                }
            ]
        }
    },
    "_links": {
        "self": [
            {
                "href": "https:\/\/www.groenstone.com\/cs\/wp-json\/wp\/v2\/pages\/8238",
                "targetHints": {
                    "allow": [
                        "GET"
                    ]
                }
            }
        ],
        "collection": [
            {
                "href": "https:\/\/www.groenstone.com\/cs\/wp-json\/wp\/v2\/pages"
            }
        ],
        "about": [
            {
                "href": "https:\/\/www.groenstone.com\/cs\/wp-json\/wp\/v2\/types\/page"
            }
        ],
        "author": [
            {
                "embeddable": true,
                "href": "https:\/\/www.groenstone.com\/cs\/wp-json\/wp\/v2\/users\/1"
            }
        ],
        "replies": [
            {
                "embeddable": true,
                "href": "https:\/\/www.groenstone.com\/cs\/wp-json\/wp\/v2\/comments?post=8238"
            }
        ],
        "version-history": [
            {
                "count": 0,
                "href": "https:\/\/www.groenstone.com\/cs\/wp-json\/wp\/v2\/pages\/8238\/revisions"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/www.groenstone.com\/cs\/wp-json\/wp\/v2\/media?parent=8238"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}