{"id":6607,"date":"2025-09-01T08:58:24","date_gmt":"2025-09-01T08:58:24","guid":{"rendered":"https:\/\/goldensoarpackage.com\/?page_id=6607"},"modified":"2025-12-24T23:06:56","modified_gmt":"2025-12-24T23:06:56","slug":"respetuoso-con-el-medio-ambiente","status":"publish","type":"page","link":"https:\/\/goldensoarpackage.com\/es\/respetuoso-con-el-medio-ambiente\/","title":{"rendered":"Ecol\u00f3gico"},"content":{"rendered":"<div id=\"gs-refill-system\">\n    <style>\n        \/* =========================================\n           1. SCOPED CSS FRAMEWORK (Eco-Luxury Mode)\n           ========================================= *\/\n        #gs-refill-system {\n            \/* Palette: Nature, Premium, Data *\/\n            --rf-primary: #3f6212;      \/* Olive Green *\/\n            --rf-secondary: #a3b18a;    \/* Sage Green *\/\n            --rf-accent: #d4a373;       \/* Champagne\/Wood *\/\n            --rf-dark: #1a2e05;         \/* Deep Forest *\/\n            --rf-text: #374151;         \/* Charcoal for readability *\/\n            --rf-light: #f7fee7;        \/* Pale Lime Tint *\/\n            --rf-white: #ffffff;\n            --rf-border: #d9f99d;       \/* Soft Green Border *\/\n            \n            font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n            color: var(--rf-text);\n            line-height: 1.8;\n            width: 100%;\n            background-color: var(--rf-white);\n            margin: 0;\n            padding: 0;\n        }\n\n        #gs-refill-system * { box-sizing: border-box; }\n\n        #gs-refill-system h1, \n        #gs-refill-system h2, \n        #gs-refill-system h3, \n        #gs-refill-system h4 {\n            color: var(--rf-dark);\n            margin-top: 0;\n            font-weight: 700;\n            letter-spacing: -0.01em;\n            line-height: 1.3;\n        }\n\n        #gs-refill-system p { margin-bottom: 24px; font-size: 1.05rem; text-align: justify; }\n        \n        #gs-refill-system a { \n            text-decoration: none; \n            color: var(--rf-primary); \n            font-weight: 700; \n            border-bottom: 2px solid rgba(63, 98, 18, 0.2);\n            transition: 0.2s;\n        }\n        #gs-refill-system a:hover { background-color: rgba(63, 98, 18, 0.05); border-bottom-color: var(--rf-primary); }\n\n        #gs-refill-system img { \n            display: block; \n            max-width: 100%; \n            height: auto; \n            border-radius: 12px;\n            box-shadow: 0 10px 30px -5px rgba(0,0,0,0.1);\n        }\n\n        \/* =========================================\n           2. LAYOUT ENGINE (Visual & Data)\n           ========================================= *\/\n        .gs-section {\n            width: 100%;\n            padding: 100px 0;\n            position: relative;\n            background-color: var(--rf-white);\n            border-bottom: 1px solid var(--rf-border);\n        }\n\n        .gs-section:nth-child(even) { background-color: #fafbf6; }\n\n        .gs-container {\n            max-width: 1100px;\n            margin: 0 auto;\n            padding: 0 24px;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Split Layout *\/\n        .gs-split-rf {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n        }\n        .gs-split-rf.reverse { direction: rtl; }\n        .gs-split-rf.reverse .gs-text-col { direction: ltr; }\n\n        \/* =========================================\n           3. DATA VISUALIZATION COMPONENTS (CSS Only)\n           ========================================= *\/\n        \n        \/* Bar Chart: Plastic Saving *\/\n        .gs-chart-wrap {\n            background: white; padding: 30px; border-radius: 12px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.05); border: 1px solid var(--rf-border);\n            margin: 30px 0;\n        }\n        .gs-bar-group { margin-bottom: 20px; }\n        .gs-bar-label { display: flex; justify-content: space-between; margin-bottom: 5px; font-weight: 700; font-size: 0.9rem; }\n        .gs-bar-track { width: 100%; height: 20px; background: #e5e7eb; border-radius: 10px; overflow: hidden; }\n        .gs-bar-fill { height: 100%; background: var(--rf-primary); width: 0; transition: width 1.5s ease-out; border-radius: 10px; }\n        .gs-bar-fill.red { background: #ef4444; }\n\n        \/* Pie Chart Simulation (CSS Conic Gradient) *\/\n        .gs-pie-container {\n            display: flex; gap: 40px; align-items: center; justify-content: center; margin: 40px 0;\n        }\n        .gs-pie-chart {\n            width: 200px; height: 200px; border-radius: 50%;\n            background: conic-gradient(\n                var(--rf-primary) 0% 70%, \n                #e5e7eb 70% 100%\n            );\n            position: relative;\n        }\n        .gs-pie-chart::after {\n            content: '70%'; position: absolute; top: 50%; left: 50%;\n            transform: translate(-50%, -50%); width: 140px; height: 140px;\n            background: white; border-radius: 50%; display: flex;\n            align-items: center; justify-content: center; font-weight: 800; font-size: 2rem; color: var(--rf-primary);\n        }\n        .gs-pie-legend ul { list-style: none; padding: 0; }\n        .gs-pie-legend li { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 0.9rem; }\n        .gs-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--rf-primary); }\n        .gs-dot.grey { background: #e5e7eb; }\n\n        \/* =========================================\n           4. ATOMIC COMPONENTS\n           ========================================= *\/\n        \n        \/* BREADCRUMB *\/\n        .gs-breadcrumb {\n            background: var(--rf-white); padding: 20px 0; border-bottom: 1px solid var(--rf-border);\n        }\n        .bc-wrap { display: flex; gap: 10px; font-size: 0.9rem; color: #64748b; }\n        .bc-current { color: var(--rf-primary); font-weight: 700; }\n\n        \/* HERO: REFILL REVOLUTION *\/\n        .gs-hero-refill {\n            text-align: center; padding: 120px 0;\n            background: radial-gradient(circle at center, var(--rf-light), #ffffff);\n        }\n        .gs-hero-badge {\n            display: inline-block; background: var(--rf-dark);\n            color: white; padding: 6px 16px; border-radius: 4px; font-weight: 700; margin-bottom: 30px;\n            letter-spacing: 1px; font-size: 0.8rem; text-transform: uppercase;\n        }\n        .gs-hero-refill h1 { font-size: 3.5rem; margin-bottom: 30px; }\n        .gs-hero-refill p { font-size: 1.2rem; max-width: 800px; margin: 0 auto 50px; color: #4b5563; }\n\n        \/* DEEP CONTENT BOX *\/\n        .gs-content-box {\n            background: white; padding: 40px; border-left: 5px solid var(--rf-primary);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.03); margin-bottom: 40px;\n        }\n        .gs-content-box h3 { color: var(--rf-primary); font-size: 1.5rem; margin-bottom: 20px; }\n\n        \/* DATA TABLE *\/\n        .gs-tech-table {\n            width: 100%; border-collapse: collapse; margin: 40px 0; background: white; font-size: 0.95rem;\n        }\n        .gs-tech-table th { background: var(--rf-dark); color: white; padding: 15px; text-align: left; }\n        .gs-tech-table td { padding: 15px; border-bottom: 1px solid var(--rf-border); vertical-align: top; }\n        .gs-tech-table tr:hover { background-color: var(--rf-light); }\n\n        \/* STEP CARDS *\/\n        .gs-step-grid {\n            display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px;\n        }\n        .gs-step-card {\n            background: white; border: 1px solid var(--rf-border); border-radius: 12px; padding: 30px;\n            text-align: center; transition: 0.3s;\n        }\n        .gs-step-card:hover { transform: translateY(-5px); border-color: var(--rf-primary); }\n        .gs-step-num { \n            width: 40px; height: 40px; background: var(--rf-primary); color: white; border-radius: 50%;\n            display: flex; align-items: center; justify-content: center; font-weight: 700; margin: 0 auto 20px;\n        }\n\n        \/* FAQ ACCORDION *\/\n        .gs-faq-container { max-width: 900px; margin: 0 auto; }\n        .gs-faq-item { border: 1px solid var(--rf-border); margin-bottom: 15px; background: white; border-radius: 4px; }\n        .gs-faq-q { padding: 25px; cursor: pointer; font-weight: 700; display: flex; justify-content: space-between; color: var(--rf-dark); }\n        .gs-faq-a { padding: 30px; display: none; border-top: 1px solid var(--rf-border); background: #fdfdfd; }\n        .gs-faq-item.active .gs-faq-a { display: block; }\n\n        \/* CTA *\/\n        .gs-cta-refill {\n            text-align: center; padding: 100px 0; background: linear-gradient(135deg, #f7fee7 0%, #ffffff 100%);\n        }\n        .gs-btn-refill {\n            display: inline-block; padding: 18px 50px; background: var(--rf-primary);\n            color: white !important; font-weight: 700; border-radius: 4px;\n            transition: 0.3s; margin-top: 30px;\n        }\n        .gs-btn-refill:hover { background: var(--rf-dark); }\n\n        @media (max-width: 900px) {\n            .gs-split-rf { grid-template-columns: 1fr; }\n            .gs-hero-refill h1 { font-size: 2.5rem; }\n            .gs-step-grid { grid-template-columns: 1fr; }\n            .gs-pie-container { flex-direction: column; }\n        }\n    <\/style>\n\n    <div class=\"gs-breadcrumb\">\n        <div class=\"gs-container\">\n            <nav class=\"bc-wrap\">\n                <a href=\"\/es\/\">Inicio<\/a> \/ \n                \n                <a href=\"https:\/\/goldensoarpackage.com\/es\/key-features-technologies\/\">Key Features &#038; Technologies<\/a> \/\n                <span class=\"bc-current\">Refillable Systems<\/span>\n            <\/nav>\n        <\/div>\n    <\/div>\n\n    <header class=\"gs-hero-refill\">\n        <div class=\"gs-container\">\n            <span class=\"gs-hero-badge\">Circular Economy Architecture<\/span>\n            <h1>Stop Selling Bottles. Start Selling Systems.<\/h1>\n            <p>The future of packaging is not just &#8220;Recycling&#8221;; it is &#8220;Reusing.&#8221; Golden Soar&#8217;s Refillable Pod System decouples the heavy, luxurious outer shell from the lightweight inner cartridge. This design locks in customer loyalty while slashing plastic waste by up to 70% per repeat purchase.<\/p>\n            \n            <div style=\"margin-top:50px;\">\n                <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/12\/Exploded-View-of-Refillable-Airless-Pump-System-Figure.webp\" alt=\"Exploded View of Refillable Airless Pump System\" style=\"max-width:800px; margin:0 auto;\">\n                <p style=\"font-size:0.9rem; color:#6b7280; margin-top:10px;\">Figure 1: The &#8220;Engine&#8221; (Inner Pod) separates cleanly from the &#8220;Chassis&#8221; (Outer Shell).<\/p>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-split-rf\">\n                <div class=\"gs-text-col\">\n                    <h2>The Mathematics of Sustainability<\/h2>\n                    <p>Why switch to refillables? Let&#8217;s look at the numbers. A standard luxury acrylic jar weighs approximately <strong>200g<\/strong>. If a customer buys 10 jars a year, that is 2kg of plastic waste.<\/p>\n                    <p>With our system, the customer buys the heavy jar <strong>once<\/strong>. The refill pod weighs only <strong>15g<\/strong>. Over 10 purchases, the plastic waste drops from 2000g to 335g (200g initial + 9 x 15g refills). That is a massive reduction in carbon footprint.<\/p>\n                    \n                    <div class=\"gs-chart-wrap\">\n                        <h4>Plastic Weight per 10 Purchases (grams)<\/h4>\n                        <div class=\"gs-bar-group\">\n                            <div class=\"gs-bar-label\"><span>Standard Luxury Jar<\/span> <span>2000g<\/span><\/div>\n                            <div class=\"gs-bar-track\"><div class=\"gs-bar-fill red\" style=\"width:100%;\"><\/div><\/div>\n                        <\/div>\n                        <div class=\"gs-bar-group\">\n                            <div class=\"gs-bar-label\"><span>Golden Soar Refill System<\/span> <span>335g<\/span><\/div>\n                            <div class=\"gs-bar-track\"><div class=\"gs-bar-fill\" style=\"width:17%;\"><\/div><\/div>\n                        <\/div>\n                        <p style=\"font-size:0.85rem; color:#6b7280; margin-top:10px;\">*Data based on 50ml Acrylic Jar vs. PP Refill Pod.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"gs-img-col\">\n                    <div class=\"gs-pie-container\">\n                        <div class=\"gs-pie-chart\"><\/div>\n                        <div class=\"gs-pie-legend\">\n                            <h4>Plastic Reduction<\/h4>\n                            <ul>\n                                <li><span class=\"gs-dot\"><\/span> 70% Material Saved<\/li>\n                                <li><span class=\"gs-dot grey\"><\/span> 30% Material Used<\/li>\n                            <\/ul>\n                            <p style=\"font-size:0.9rem;\">By switching to refills, you eliminate 70% of plastic from your supply chain after the first purchase.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-split-rf reverse\">\n                <div class=\"gs-text-col\">\n                    <h2>Engineering the &#8220;Lock-In&#8221; Mechanism<\/h2>\n                    <p>A refill system must be intuitive. If it&#8217;s hard to replace, customers will give up. Our engineers have designed a fool-proof <strong>&#8220;Click-Lock&#8221;<\/strong> y <strong>&#8220;Screw-Lock&#8221;<\/strong> mechanism.<\/p>\n                    \n                    <div class=\"gs-content-box\">\n                        <h3>Outer Shell (The Investment)<\/h3>\n                        <p>We use heavy-wall <strong>PMMA (Acrylic)<\/strong> o <strong>SAN<\/strong> plastics for the outer jar. This material mimics the optical clarity and weight of glass but is shatterproof. Because it is meant to be kept for years, you can invest in premium decorations like <a href=\"https:\/\/goldensoarpackage.com\/es\/impresion-de-marca-personalizada\/\">Hot Stamping or 3D Embossing<\/a> without worrying about unit cost, as this cost is amortized over the user&#8217;s lifetime.<\/p>\n                        \n                        <h3>Inner Pod (The Consumable)<\/h3>\n                        <p>The replaceable inner cup is made of thin-walled <strong>PP (polipropileno)<\/strong>. PP is chemically inert, making it compatible with almost all active ingredients (Retinol, Vitamin C, Acids). It is also widely recyclable. The pod is designed to &#8220;float&#8221; inside the outer shell, creating an insulating air gap that protects the formula from temperature fluctuations.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"gs-img-col\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/12\/The-inner-pod-simply-drops-in-and-locks.webp\" alt=\"Replaceable Inner Cartridge Detail\">\n                    <p style=\"text-align:center; font-size:0.9rem; color:#6b7280;\">Figure 2: The inner pod simply drops in and locks. No complex tools required.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div style=\"text-align:center; max-width:800px; margin:0 auto 60px;\">\n                <h2>Airless Refill Technology<\/h2>\n                <p>Standard jars expose cream to air and bacteria. Our Airless Refill System combines the protection of vacuum dispensing with the sustainability of a replaceable cartridge.<\/p>\n            <\/div>\n\n            <div class=\"gs-split-rf\">\n                <div class=\"gs-img-col\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Pet-material-1.jpg.webp\" alt=\"Transparency of Refill Cartridge\">\n                <\/div>\n                <div class=\"gs-text-col\">\n                    <h3>How It Works<\/h3>\n                    <p>Unlike a standard pump bottle where you just refill the liquid, in our Airless System, you replace the <strong>entire engine<\/strong>. The refill cartridge contains a new piston, a new chamber, and a fresh pump engine.<\/p>\n                    <ul>\n                        <li><strong>Hygiene:<\/strong> The user never touches the product or cleans the old pump. Every refill is a sterile, new start.<\/li>\n                        <li><strong>Piston Mechanics:<\/strong> As product is dispensed, a piston at the bottom rises. There is no dip tube. This ensures 99% restitution (product usage), so the user doesn&#8217;t throw away expensive cream with the old cartridge.<\/li>\n                        <li><strong>Material:<\/strong> The entire cartridge is made of Mono-Material PP, making it fully recyclable in standard waste streams.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <h2>The Business Case: Customer Lifetime Value (CLV)<\/h2>\n            <p>Refillable packaging is a business strategy, not just an eco-initiative. It creates a psychological &#8220;Lock-In&#8221; effect.<\/p>\n            \n            <div class=\"gs-step-grid\">\n                <div class=\"gs-step-card\">\n                    <div class=\"gs-step-num\">1<\/div>\n                    <h4>Initial Investment<\/h4>\n                    <p>The customer buys the &#8220;Starter Kit&#8221; at a premium price ($50). They now own a beautiful, durable object they don&#8217;t want to throw away.<\/p>\n                <\/div>\n                <div class=\"gs-step-card\">\n                    <div class=\"gs-step-num\">2<\/div>\n                    <h4>The Refill Incentive<\/h4>\n                    <p>When empty, they see the &#8220;Refill Pod&#8221; is cheaper ($35). The price gap makes the refill an obvious, &#8220;smart&#8221; choice.<\/p>\n                <\/div>\n                <div class=\"gs-step-card\">\n                    <div class=\"gs-step-num\">3<\/div>\n                    <h4>Brand Loyalty<\/h4>\n                    <p>By buying the refill, they are committed to your ecosystem. They are less likely to switch to a competitor because they already &#8220;own the hardware.&#8221;<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <h2 style=\"text-align:center; margin-bottom:40px;\">System Specifications<\/h2>\n            <table class=\"gs-tech-table\">\n                <thead>\n                    <tr>\n                        <th>System Component<\/th>\n                        <th>Standard Material<\/th>\n                        <th>Sustainable Upgrade<\/th>\n                        <th>Function<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td><strong>Outer Jar\/Bottle<\/strong><\/td>\n                        <td>PMMA (Acrylic)<\/td>\n                        <td>rPET \/ Glass<\/td>\n                        <td>Aesthetics, Weight, Protection<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Inner Pod<\/strong><\/td>\n                        <td>Virgin PP<\/td>\n                        <td>PCR-PP (Recycled)<\/td>\n                        <td>Chemical Resistance, Seal<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Cap<\/strong><\/td>\n                        <td>ABS<\/td>\n                        <td>PP \/ Wood<\/td>\n                        <td>Closure, Branding<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>Pump Engine<\/strong><\/td>\n                        <td>POM\/Steel Spring<\/td>\n                        <td>All-Plastic PP<\/td>\n                        <td>Dispensing Mechanism<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container gs-faq-container\">\n            <h2 style=\"text-align:center; margin-bottom:50px;\">Refill System FAQ<\/h2>\n            \n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Are the refill pods sealed?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Yes. Every refill pod comes with a heat-sealed foil lid (induction seal) or a temporary screw cap. This ensures the product remains fresh and tamper-evident until the customer inserts it into the outer shell and peels off the seal.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Can I customize the shape of the outer jar?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Yes, but it requires a new mold. Refill systems rely on the precise fit between the inner and outer components. If you change the outer shape, we must ensure the internal cavity dimensions remain standard to fit the refill pods. We have &#8220;Public Molds&#8221; available for standard round shapes to save you tooling costs.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Is PP (Polypropylene) compatible with all creams?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    PP is the most chemically resistant plastic used in cosmetics. It is compatible with acids, alkalis, essential oils, and alcohol. It is far superior to Acrylic or Polystyrene for direct contact with active formulas. That is why we always use PP for the inner pod.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    What is the MOQ for refillable systems?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Because refill systems involve multiple complex parts (outer, inner, cap, seal), the Minimum Order Quantity is typically <strong>10,000 sets<\/strong>. However, for repeat orders of just the refill pods, the MOQ can sometimes be lower depending on stock material availability.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-cta-refill\">\n        <div class=\"gs-container\">\n            <h2>Join the Circular Economy<\/h2>\n            <p style=\"color:#4b5563; margin-bottom:30px; max-width:600px; margin-left:auto; margin-right:auto;\">See the mechanics yourself. Request a &#8220;Refillable Prototype Kit&#8221; to test the assembly and durability.<\/p>\n            <div style=\"display:flex; justify-content:center; gap:20px;\">\n                <a href=\"#contact-footer\" class=\"gs-btn-refill\">Request Prototypes<\/a>\n                <a href=\"https:\/\/goldensoarpackage.com\/es\/key-features-technologies\/\" class=\"gs-btn-refill\" style=\"background:white; color:var(--rf-primary)!important; border:2px solid var(--rf-primary);\">Back to Technologies<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Home \/ Key Features &#038; Technologies \/ Refillable Systems Circular Economy Architecture Stop Selling Bottles. Start Selling Systems. The future of packaging is not just &#8220;Recycling&#8221;; it is &#8220;Reusing.&#8221; Golden Soar&#8217;s Refillable Pod System decouples the heavy, luxurious outer shell from the lightweight inner cartridge. This design locks in customer loyalty while slashing plastic waste &#8230; <a title=\"Ecol\u00f3gico\" class=\"read-more\" href=\"https:\/\/goldensoarpackage.com\/es\/respetuoso-con-el-medio-ambiente\/\" aria-label=\"Leer m\u00e1s sobre Eco-Friendly\">Leer m\u00e1s<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-6607","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages\/6607","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/comments?post=6607"}],"version-history":[{"count":81,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages\/6607\/revisions"}],"predecessor-version":[{"id":9933,"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/pages\/6607\/revisions\/9933"}],"wp:attachment":[{"href":"https:\/\/goldensoarpackage.com\/es\/wp-json\/wp\/v2\/media?parent=6607"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}