{"id":9331,"date":"2025-10-27T02:49:07","date_gmt":"2025-10-27T02:49:07","guid":{"rendered":"https:\/\/goldensoarpackage.com\/?page_id=9331"},"modified":"2025-12-24T08:01:28","modified_gmt":"2025-12-24T08:01:28","slug":"%d9%85%d9%88%d8%a7%d8%af-%d8%a7%d9%84%d8%ad%d9%8a%d9%88%d8%a7%d9%86%d8%a7%d8%aa-%d8%a7%d9%84%d8%a3%d9%84%d9%8a%d9%81%d8%a9-3","status":"publish","type":"page","link":"https:\/\/goldensoarpackage.com\/ar\/%d9%85%d9%88%d8%a7%d8%af-%d8%a7%d9%84%d8%ad%d9%8a%d9%88%d8%a7%d9%86%d8%a7%d8%aa-%d8%a7%d9%84%d8%a3%d9%84%d9%8a%d9%81%d8%a9-3\/","title":{"rendered":"\u0645\u0648\u0627\u062f \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u0627\u062a \u0627\u0644\u0623\u0644\u064a\u0641\u0629"},"content":{"rendered":"\n<div id=\"gs-pet-scope\">\n    <style>\n        \/* =========================================\n           1. SCOPED CSS FRAMEWORK\n           ========================================= *\/\n        #gs-pet-scope {\n            \/* Palette: Cooler tones for PET (Glass\/Water feel) *\/\n            --pet-primary: #6b7051;\n            --pet-dark: #2c3e50;\n            --pet-light: #f0f8ff; \/* Alice Blue for clarity *\/\n            --pet-accent: #eab308;\n            --pet-border: #e2e8f0;\n            --pet-white: #ffffff;\n            --pet-text: #334155;\n            \n            font-family: 'Inter', system-ui, -apple-system, sans-serif;\n            color: var(--pet-text);\n            line-height: 1.8;\n            width: 100%;\n            margin: 0;\n            padding: 0;\n            background-color: var(--pet-white);\n        }\n\n        #gs-pet-scope * { box-sizing: border-box; }\n        \n        #gs-pet-scope h1, #gs-pet-scope h2, #gs-pet-scope h3 {\n            color: var(--pet-dark);\n            margin-top: 0;\n            font-weight: 800;\n            letter-spacing: -0.5px;\n        }\n\n        #gs-pet-scope a { text-decoration: none; color: var(--pet-primary); font-weight: 600; }\n        #gs-pet-scope img { display: block; max-width: 100%; height: auto; }\n\n        \/* =========================================\n           2. STRICT LAYOUT ENGINE (The Fix)\n           ========================================= *\/\n        \/* Class for Full Width Backgrounds *\/\n        .gs-full-width-bg {\n            width: 100%;\n            padding: 90px 0;\n            position: relative;\n            background-size: cover;\n            background-position: center;\n        }\n\n        \/* Class for 1200px Centered Content *\/\n        .gs-content-1200 {\n            max-width: 1200px;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0 20px;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Background Variants *\/\n        .bg-white { background-color: #ffffff; }\n        .bg-light { background-color: #f8fafc; border-top: 1px solid var(--pet-border); border-bottom: 1px solid var(--pet-border); }\n        .bg-dark { background-color: var(--pet-dark); color: white; }\n\n        \/* =========================================\n           3. ATOMIC COMPONENTS (New Selection)\n           ========================================= *\/\n\n        \/* HERO: Centered Cinematic (Distinct from PE's Split) *\/\n        .gs-hero-center {\n            height: 600px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            background: radial-gradient(circle, #ffffff 0%, #e2e8f0 100%);\n            position: relative;\n            overflow: hidden;\n        }\n        .gs-hero-bg-img {\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 100%;\n            object-fit: cover;\n            opacity: 0.15; \/* Subtle texture *\/\n            z-index: 0;\n        }\n        .gs-hero-center h1 {\n            font-size: 3.5rem;\n            margin-bottom: 20px;\n            color: var(--pet-dark);\n        }\n        .gs-hero-center p {\n            font-size: 1.2rem;\n            max-width: 700px;\n            margin: 0 auto 30px;\n            color: #555;\n        }\n\n        \/* STATS BAR (New Component) *\/\n        .gs-stats-bar {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 20px;\n            background: white;\n            padding: 40px;\n            border-radius: 12px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.08);\n            margin-top: -60px; \/* Overlap Hero *\/\n            position: relative;\n            z-index: 10;\n        }\n        .gs-stat-item { text-align: center; border-right: 1px solid var(--pet-border); }\n        .gs-stat-item:last-child { border-right: none; }\n        .gs-stat-num { display: block; font-size: 2.5rem; font-weight: 700; color: var(--pet-primary); }\n        .gs-stat-label { font-size: 0.85rem; text-transform: uppercase; color: #888; letter-spacing: 1px; }\n\n        \/* TABBED CONTENT (Technical Specs) *\/\n        .gs-tabs-wrapper { display: flex; gap: 40px; margin-top: 40px; }\n        .gs-tab-nav { flex: 0 0 250px; display: flex; flex-direction: column; gap: 10px; }\n        .gs-tab-btn {\n            padding: 20px;\n            text-align: left;\n            background: white;\n            border: 1px solid var(--pet-border);\n            border-left: 4px solid transparent;\n            cursor: pointer;\n            font-weight: 600;\n            transition: 0.3s;\n        }\n        .gs-tab-btn.active {\n            border-left-color: var(--pet-primary);\n            background: var(--pet-light);\n            color: var(--pet-primary);\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        .gs-tab-content { flex: 1; background: white; padding: 40px; border: 1px solid var(--pet-border); min-height: 400px; }\n        .gs-tab-pane { display: none; animation: fadeIn 0.5s; }\n        .gs-tab-pane.active { display: block; }\n        @keyframes fadeIn { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }\n\n        \/* PRODUCT PLACEHOLDER (Styled) *\/\n        .gs-prod-placeholder-box {\n            border: 2px dashed #cbd5e1;\n            background: #f1f5f9;\n            padding: 60px;\n            text-align: center;\n            border-radius: 8px;\n            margin: 40px 0;\n        }\n\n        \/* PARALLAX VIDEO SECTION (Visual Break) *\/\n        .gs-video-parallax {\n            background-image: url('https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Pet-material-1.jpg.webp');\n            background-attachment: fixed; \/* Parallax effect *\/\n            background-size: cover;\n            background-position: center;\n            height: 500px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            position: relative;\n        }\n        .gs-video-parallax::before {\n            content: ''; position: absolute; top:0; left:0; width:100%; height:100%;\n            background: rgba(0,0,0,0.6);\n        }\n        .gs-play-circle {\n            width: 100px; height: 100px;\n            border: 3px solid white;\n            border-radius: 50%;\n            display: flex; align-items: center; justify-content: center;\n            color: white; font-size: 3rem;\n            cursor: pointer;\n            z-index: 2;\n            transition: transform 0.3s;\n        }\n        .gs-play-circle:hover { transform: scale(1.1); background: rgba(255,255,255,0.1); }\n\n        \/* FAQ (Grid Style - Different from List) *\/\n        .gs-faq-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            margin-top: 40px;\n        }\n        .gs-faq-card {\n            background: white;\n            padding: 30px;\n            border: 1px solid var(--pet-border);\n            border-radius: 8px;\n        }\n        .gs-faq-q { font-weight: 700; color: var(--pet-primary); margin-bottom: 10px; display: block; }\n\n        \/* BUTTONS *\/\n        .gs-btn-glass {\n            display: inline-block;\n            background: var(--pet-primary);\n            color: white !important;\n            padding: 15px 40px;\n            border-radius: 4px; \/* Square edges for glass feel *\/\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            transition: 0.3s;\n        }\n        .gs-btn-glass:hover { background: var(--pet-dark); }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 900px) {\n            .gs-stats-bar { grid-template-columns: 1fr 1fr; margin-top: 0; }\n            .gs-tabs-wrapper { flex-direction: column; }\n            .gs-tab-nav { flex-direction: row; overflow-x: auto; }\n            .gs-faq-grid { grid-template-columns: 1fr; }\n            .gs-hero-center h1 { font-size: 2.5rem; }\n        }\n    <\/style>\n\n    <div class=\"gs-full-width-bg\" style=\"padding: 20px 0; background: #fff; border-bottom: 1px solid #e2e8f0;\">\n        <div class=\"gs-content-1200\">\n            <div id=\"seo-breadcrumb-root\">\n                <style>\n                \/* --- SEO Breadcrumb Styles --- *\/\n                #seo-breadcrumb-root { width: 100%; font-family: 'Inter', system-ui, -apple-system, sans-serif; }\n                #seo-breadcrumb-root .bc-container {\n                    display: flex; align-items: center; flex-wrap: wrap; gap: 8px;\n                    background: #F8FAFC; padding: 12px 20px; border-radius: 50px;\n                    border: 1px solid #E2E8F0; font-size: 0.9rem; color: #64748B;\n                }\n                #seo-breadcrumb-root .bc-link {\n                    text-decoration: none; color: #0B2A4A; font-weight: 700;\n                    transition: color 0.2s; display: flex; align-items: center; gap: 6px;\n                }\n                #seo-breadcrumb-root .bc-link:hover { color: #1F6AE1; }\n                #seo-breadcrumb-root .bc-sep { color: #CBD5E1; font-size: 0.8rem; }\n                #seo-breadcrumb-root .bc-current {\n                    color: #1F6AE1; font-weight: 600; overflow: hidden;\n                    text-overflow: ellipsis; white-space: nowrap; max-width: 600px;\n                }\n                @media (max-width: 600px) {\n                    #seo-breadcrumb-root .bc-container { padding: 10px 15px; font-size: 0.85rem; }\n                    #seo-breadcrumb-root .bc-current { max-width: 150px; }\n                }\n                <\/style>\n                <nav aria-label=\"Breadcrumb\">\n                    <div class=\"bc-container\">\n                        <a href=\"\/\" class=\"bc-link\"><span>\ud83c\udfe0<\/span> Home<\/a>\n                        <span class=\"bc-sep\">\/<\/span>\n                        <a href=\"https:\/\/goldensoarpackage.com\/package-materials\/\" class=\"bc-link\"><span>Package Materials<\/span><\/a>\n                        <span class=\"bc-sep\">\/<\/span>\n                        <span class=\"bc-current\">PET Materials<\/span>\n                    <\/div>\n                <\/nav>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <header class=\"gs-hero-center\">\n        <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Pet-material-1.jpg.webp\" class=\"gs-hero-bg-img\" alt=\"PET Plastic Texture\">\n        \n        <div class=\"gs-content-1200\">\n            <h1>The Clarity of Glass.<br>The Resilience of PET.<\/h1>\n            <p>Golden Soar engineers premium PET packaging using single-stage ISBM technology. Achieve heavy-wall luxury aesthetics without the breakage risk or shipping weight of glass.<\/p>\n            <a href=\"#pet-products\" class=\"gs-btn-glass\">View Collection<\/a>\n        <\/div>\n    <\/header>\n\n    <div class=\"gs-content-1200\">\n        <div class=\"gs-stats-bar\">\n            <div class=\"gs-stat-item\">\n                <span class=\"gs-stat-num\">92%<\/span>\n                <span class=\"gs-stat-label\">Light Transmission<\/span>\n            <\/div>\n            <div class=\"gs-stat-item\">\n                <span class=\"gs-stat-num\">#1<\/span>\n                <span class=\"gs-stat-label\">Recycling Code<\/span>\n            <\/div>\n            <div class=\"gs-stat-item\">\n                <span class=\"gs-stat-num\">0%<\/span>\n                <span class=\"gs-stat-label\">BPA \/ Phthalates<\/span>\n            <\/div>\n            <div class=\"gs-stat-item\">\n                <span class=\"gs-stat-num\">10K<\/span>\n                <span class=\"gs-stat-label\">Standard MOQ<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <section class=\"gs-full-width-bg bg-white\">\n        <div class=\"gs-content-1200\">\n            <h2 style=\"text-align: center; margin-bottom: 20px;\">Why Upgrade to Golden Soar PET?<\/h2>\n            <p style=\"text-align: center; max-width: 700px; margin: 0 auto; color: #666;\">We go beyond standard molding. Explore our technical advantages.<\/p>\n\n            <div class=\"gs-tabs-wrapper\">\n                <div class=\"gs-tab-nav\">\n                    <div class=\"gs-tab-btn active\" onclick=\"openPetTab(event, 'isbm')\">Process: ISBM Tech<\/div>\n                    <div class=\"gs-tab-btn\" onclick=\"openPetTab(event, 'heavywall')\">Heavy-Wall Luxury<\/div>\n                    <div class=\"gs-tab-btn\" onclick=\"openPetTab(event, 'sustain')\">PCR &#038; Eco<\/div>\n                    <div class=\"gs-tab-btn\" onclick=\"openPetTab(event, 'decor')\">Decoration<\/div>\n                <\/div>\n\n                <div class=\"gs-tab-content\">\n                    <div id=\"isbm\" class=\"gs-tab-pane active\">\n                        <h3>Injection Stretch Blow Molding (ISBM)<\/h3>\n                        <p>Unlike standard blow molding, our ISBM process orients the polymer chains biaxially (vertically and horizontally). This results in:<\/p>\n                        <ul>\n                            <li><strong>Seamless Bottoms:<\/strong> No unsightly pinch-off lines, just a clean gate mark.<\/li>\n                            <li><strong>Superior Strength:<\/strong> Higher drop-impact resistance allows for thinner walls if needed.<\/li>\n                            <li><strong>Precision Necks:<\/strong> Calibrated neck finishes ensure leak-proof seals with pumps and sprayers.<\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <div id=\"heavywall\" class=\"gs-tab-pane\">\n                        <h3>The &#8220;Glass Replacement&#8221; Strategy<\/h3>\n                        <p>Our Heavy-Wall PET jars and bottles are designed to mimic the tactile weight and optical depth of glass.<\/p>\n                        <p>By using a heavier preform (e.g., 40g for a 100ml bottle instead of the standard 12g), we create a thick sidewall that refracts light beautifully. This allows luxury skincare brands to maintain their premium image while reducing shipping weight by 90% and eliminating breakage liability.<\/p>\n                    <\/div>\n\n                    <div id=\"sustain\" class=\"gs-tab-pane\">\n                        <h3>Circular Economy Ready<\/h3>\n                        <p>PET (Resin Code #1) is the most recycled plastic globally. We offer:<\/p>\n                        <ul>\n                            <li><strong>PCR-PET:<\/strong> 30% to 100% Post-Consumer Recycled content, GRS certified.<\/li>\n                            <li><strong>Mono-Material:<\/strong> Pair our PET bottles with PP pumps for a streamlined recycling stream.<\/li>\n                        <\/ul>\n                        <p><em>Note: High clarity is best maintained with 30-50% PCR blends.<\/em><\/p>\n                    <\/div>\n\n                    <div id=\"decor\" class=\"gs-tab-pane\">\n                        <h3>Premium Finishing<\/h3>\n                        <p>PET&#8217;s high surface energy accepts decoration readily:<\/p>\n                        <ul>\n                            <li><strong>UV Silk Screen:<\/strong> Durable, chemical-resistant printing.<\/li>\n                            <li><strong>Hot Stamping:<\/strong> Foil application for metallic logos.<\/li>\n                            <li><strong>Spray Coating:<\/strong> Gradient (ombre), matte frost, or inner-spraying for a 3D effect in heavy-wall jars.<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"pet-products\" class=\"gs-full-width-bg bg-light\">\n        <div class=\"gs-content-1200\">\n            <h2 style=\"text-align: center;\">Our PET Product Catalog<\/h2>\n            \n            <style>\n    \/* ==================== SCREEN 3 STYLES ==================== *\/\n    .showcase-section {\n        padding: 100px 0;\n        background-color: var(--fem-white, #ffffff); \/* Fallback to white if var not defined *\/\n    }\n\n    .showcase-header {\n        text-align: center;\n        margin-bottom: 60px;\n    }\n\n    \/* Product Grid *\/\n    .product-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n        gap: 30px;\n    }\n\n    \/* Product Card *\/\n    .prod-card {\n        background: #ffffff;\n        border: 1px solid #f3f4f6;\n        border-radius: 8px; \/* Hardcoded radius for standalone safety *\/\n        overflow: hidden;\n        cursor: pointer;\n        transition: all 0.3s ease;\n        position: relative;\n    }\n\n    .prod-card:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n        border-color: #fbcfe8; \/* Light pink accent fallback *\/\n    }\n\n    \/* Image Container *\/\n    .prod-img-box {\n        position: relative;\n        width: 100%;\n        padding-top: 125%; \/* 4:5 Aspect Ratio *\/\n        background-color: #f9fafb;\n        overflow: hidden;\n    }\n\n    .prod-img {\n        position: absolute;\n        top: 0; left: 0;\n        width: 100%; height: 100%;\n        object-fit: cover;\n        transition: transform 0.6s ease;\n    }\n\n    .prod-card:hover .prod-img {\n        transform: scale(1.08);\n    }\n\n    \/* Hover Overlay *\/\n    .prod-overlay {\n        position: absolute;\n        bottom: 0; left: 0; width: 100%;\n        background: rgba(255, 255, 255, 0.95);\n        padding: 15px;\n        transform: translateY(100%);\n        transition: transform 0.3s ease;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        border-top: 1px solid #fbcfe8;\n    }\n\n    .prod-card:hover .prod-overlay {\n        transform: translateY(0);\n    }\n\n    .zoom-text {\n        color: #1e293b;\n        font-weight: 700;\n        font-size: 0.9rem;\n        display: flex; align-items: center; gap: 8px;\n    }\n\n    \/* Card Content *\/\n    .prod-content {\n        padding: 20px;\n        text-align: center;\n    }\n\n    .prod-cat {\n        font-size: 0.75rem;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        color: #db2777; \/* Pink accent *\/\n        font-weight: 700;\n        margin-bottom: 5px;\n        display: block;\n    }\n\n    .prod-title {\n        font-size: 1.1rem;\n        font-weight: 700;\n        color: #1e293b;\n        margin: 0;\n        line-height: 1.4;\n    }\n\n    \/* Load More Button *\/\n    .load-more-container {\n        text-align: center;\n        margin-top: 60px;\n    }\n    \n    .w-btn-ghost {\n        display: inline-block; padding: 12px 30px; \n        background: white; color: #1e293b;\n        font-weight: 600; border-radius: 50px; text-decoration: none;\n        transition: 0.3s; border: 1px solid #e2e8f0; cursor: pointer;\n    }\n    .w-btn-ghost:hover { border-color: #db2777; color: #db2777; }\n<\/style>\n\n<section class=\"showcase-section\">\n    <div class=\"w-container\" style=\"max-width: 1280px; margin: 0 auto; padding: 0 24px;\">\n        \n        <div id=\"product-grid\" class=\"product-grid\">\n            <\/div>\n\n        <div class=\"load-more-container\">\n            <button id=\"load-more-btn\" class=\"w-btn-ghost\">\n                Load More Styles\n            <\/button>\n        <\/div>\n\n    <\/div>\n<\/section>\n\n<script>\n(function(){\n    \/* ================= CONFIGURATION ================= *\/\n    const CATEGORY_ID = 34; \/\/ Category ID\n    const INITIAL_LOAD = 12;\n    let currentPage = 1;\n    let isRandomized = false; \n\n    const grid = document.getElementById('product-grid');\n    const loadBtn = document.getElementById('load-more-btn');\n\n    \/* ================= UTILS ================= *\/\n    function shuffleArray(array) {\n        for (let i = array.length - 1; i > 0; i--) {\n            const j = Math.floor(Math.random() * (i + 1));\n            [array[i], array[j]] = [array[j], array[i]];\n        }\n        return array;\n    }\n\n    function decodeHtml(html) {\n        var txt = document.createElement(\"textarea\");\n        txt.innerHTML = html;\n        return txt.value;\n    }\n\n    \/* ================= RENDER LOGIC ================= *\/\n    function createProductCard(product) {\n        \/\/ Safe Image Check\n        let imgUrl = \"https:\/\/placehold.co\/400x500\/F3F4F6\/9CA3AF?text=No+Image\";\n        if (product._embedded && product._embedded['wp:featuredmedia'] && product._embedded['wp:featuredmedia'][0]) {\n            imgUrl = product._embedded['wp:featuredmedia'][0].source_url;\n        }\n        \n        let title = decodeHtml(product.title.rendered);\n        let link = product.link; \/\/ Get product detail link\n\n        let card = document.createElement('div');\n        card.className = 'prod-card';\n        \n        \/\/ MODIFIED: Open product link in new window\n        card.setAttribute('onclick', \"window.open('\" + link + \"', '_blank')\");\n\n        card.innerHTML = `\n            <div class=\"prod-img-box\">\n                <img decoding=\"async\" class=\"prod-img\" src=\"${imgUrl}\" alt=\"${title}\" loading=\"lazy\">\n                <div class=\"prod-overlay\">\n                    <span class=\"zoom-text\">\u2197 View Details<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"prod-content\">\n                <span class=\"prod-cat\">PET Materials<\/span>\n                <h3 class=\"prod-title\">${title}<\/h3>\n            <\/div>\n        `;\n        return card;\n    }\n\n    \/* ================= API FETCH ================= *\/\n    function loadProducts() {\n        if(loadBtn) {\n            loadBtn.innerText = \"Loading...\";\n            loadBtn.style.opacity = \"0.7\";\n        }\n\n        \/\/ Fetch from WordPress API\n        fetch(`\/wp-json\/wp\/v2\/product?per_page=${INITIAL_LOAD}&page=${currentPage}&product_cat=${CATEGORY_ID}&_embed`)\n            .then(response => response.json())\n            .then(data => {\n                if (!Array.isArray(data) || data.length === 0) {\n                    if(loadBtn) {\n                        loadBtn.style.display = 'none';\n                    }\n                    return;\n                }\n\n                let productsToRender = data;\n                \/\/ Shuffle only on first load\n                if (!isRandomized && currentPage === 1) {\n                    productsToRender = shuffleArray(data);\n                    isRandomized = true;\n                }\n\n                productsToRender.forEach(product => {\n                    grid.appendChild(createProductCard(product));\n                });\n\n                currentPage++;\n                if(loadBtn) {\n                    loadBtn.innerText = \"Load More Styles\";\n                    loadBtn.style.opacity = \"1\";\n                }\n            })\n            .catch(error => {\n                console.log(error);\n                if(loadBtn) {\n                    loadBtn.style.display = 'none';\n                }\n            });\n    }\n\n    \/\/ Init\n    loadProducts();\n    \n    \/\/ Bind Button\n    if(loadBtn) {\n        loadBtn.addEventListener('click', loadProducts);\n    }\n\n})();\n<\/script>\n            <\/div>\n    <\/section>\n\n    <section class=\"gs-video-parallax\">\n        <div class=\"gs-content-1200\" style=\"text-align: center; position: relative; z-index: 2;\">\n            <h2 style=\"color: white; text-shadow: 0 2px 10px rgba(0,0,0,0.5);\">Witness the Clarity<\/h2>\n            <p style=\"color: white; margin-bottom: 30px;\">See our ISBM machines producing 30,000 bottles per day.<\/p>\n            <div style=\"display: flex; justify-content: center;\">\n                <div class=\"gs-play-circle\" onclick=\"window.open('https:\/\/youtu.be\/bnW00PAfG60', 'newwindow', 'width=800,height=600'); return false;\">\n                    \u25b6\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-full-width-bg bg-white\">\n        <div class=\"gs-content-1200\">\n            <h2 style=\"margin-bottom: 40px;\">Trusted by Skincare Brands<\/h2>\n            <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;\">\n                \n                <div style=\"background: #f9f9f9; padding: 30px; border-radius: 8px;\">\n                    <div style=\"color: var(--pet-accent); font-size: 1.2rem;\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                    <p style=\"margin-top: 15px;\">&#8220;We switched from glass to Golden Soar&#8217;s heavy-wall PET jars. Shipping damage dropped to zero, and customers can&#8217;t tell the difference visually.&#8221;<\/p>\n                    <div style=\"margin-top: 20px; font-weight: 700; color: var(--pet-dark);\">\u2014 Purchasing Lead, USA<\/div>\n                <\/div>\n\n                <div style=\"background: #f9f9f9; padding: 30px; border-radius: 8px;\">\n                    <div style=\"color: var(--pet-accent); font-size: 1.2rem;\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                    <p style=\"margin-top: 15px;\">&#8220;The clarity of their PCR-PET is surprising. We used a 30% blend and it looks crystal clear. Perfect for our &#8216;Clean Beauty&#8217; positioning.&#8221;<\/p>\n                    <div style=\"margin-top: 20px; font-weight: 700; color: var(--pet-dark);\">\u2014 Founder, Eco-Cosmetics UK<\/div>\n                <\/div>\n\n                <div style=\"background: #f9f9f9; padding: 30px; border-radius: 8px;\">\n                    <div style=\"color: var(--pet-accent); font-size: 1.2rem;\">\u2605\u2605\u2605\u2605\u2605<\/div>\n                    <p style=\"margin-top: 15px;\">&#8220;Mold development was fast. From 3D drawing to T1 samples took only 30 days. The neck tolerance is very precise.&#8221;<\/p>\n                    <div style=\"margin-top: 20px; font-weight: 700; color: var(--pet-dark);\">\u2014 Product Manager, Germany<\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-full-width-bg bg-light\">\n        <div class=\"gs-content-1200\">\n            <h2 style=\"margin-bottom: 40px;\">PET Procurement FAQ<\/h2>\n            <div class=\"gs-faq-grid\">\n                \n                <div class=\"gs-faq-card\">\n                    <span class=\"gs-faq-q\">Can PET bottles be hot-filled?<\/span>\n                    <p style=\"font-size: 0.95rem; color: #666;\">Generally, no. Standard PET deforms above 60\u00b0C. For hot-fill products (like certain toners or foods), we recommend PP bottles or specialized Heat-Set PET molds.<\/p>\n                <\/div>\n\n                <div class=\"gs-faq-card\">\n                    <span class=\"gs-faq-q\">What is the difference between PET and PETG?<\/span>\n                    <p style=\"font-size: 0.95rem; color: #666;\">PET is the standard for bottles (Code #1). PETG is glycol-modified, often used for very thick jars via extrusion molding. PETG is clearer\/tougher but has poor chemical resistance and is hard to recycle (Code #7).<\/p>\n                <\/div>\n\n                <div class=\"gs-faq-card\">\n                    <span class=\"gs-faq-q\">Can you do custom colors?<\/span>\n                    <p style=\"font-size: 0.95rem; color: #666;\">Yes. We can produce transparent colors (amber, blue, pink tint) or solid opaque colors. The MOQ for custom colored PET is typically 10,000 pieces due to machine purging.<\/p>\n                <\/div>\n\n                <div class=\"gs-faq-card\">\n                    <span class=\"gs-faq-q\">How do you ensure the bottles don&#8217;t scratch?<\/span>\n                    <p style=\"font-size: 0.95rem; color: #666;\">We use individual polybagging for premium heavy-wall PET items or layer packing with dividers. Our robotic pick-and-place systems minimize surface contact during production.<\/p>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-full-width-bg bg-dark\" style=\"text-align: center;\">\n        <div class=\"gs-content-1200\">\n            <h2 style=\"color: white !important;\">Ready to Switch to PET?<\/h2>\n            <p style=\"color: rgba(255,255,255,0.8); margin-bottom: 30px;\">Request a sample kit to feel the weight and see the clarity of our ISBM bottles.<\/p>\n            <a href=\"#contact-footer\" class=\"gs-btn-glass\" style=\"background: white; color: var(--pet-primary) !important;\">Request Free Samples<\/a>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<script>\n    \/\/ Tab Switching Logic\n    function openPetTab(evt, tabName) {\n        var i, x, tablinks;\n        x = document.querySelectorAll(\"#gs-pet-scope .gs-tab-pane\");\n        for (i = 0; i < x.length; i++) {\n            x[i].style.display = \"none\";\n            x[i].classList.remove(\"active\");\n        }\n        tablinks = document.querySelectorAll(\"#gs-pet-scope .gs-tab-btn\");\n        for (i = 0; i < tablinks.length; i++) {\n            tablinks[i].classList.remove(\"active\");\n        }\n        document.getElementById(tabName).style.display = \"block\";\n        document.getElementById(tabName).classList.add(\"active\");\n        evt.currentTarget.classList.add(\"active\");\n    }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfe0 Home \/ Package Materials \/ PET Materials The Clarity of Glass.The Resilience of PET. Golden Soar engineers premium PET packaging using single-stage ISBM technology. Achieve heavy-wall luxury aesthetics without the breakage risk or shipping weight of glass. View Collection 92% Light Transmission #1 Recycling Code 0% BPA \/ Phthalates 10K Standard MOQ Why Upgrade &#8230; <a title=\"\u0645\u0648\u0627\u062f \u0627\u0644\u062d\u064a\u0648\u0627\u0646\u0627\u062a \u0627\u0644\u0623\u0644\u064a\u0641\u0629\" class=\"read-more\" href=\"https:\/\/goldensoarpackage.com\/ar\/%d9%85%d9%88%d8%a7%d8%af-%d8%a7%d9%84%d8%ad%d9%8a%d9%88%d8%a7%d9%86%d8%a7%d8%aa-%d8%a7%d9%84%d8%a3%d9%84%d9%8a%d9%81%d8%a9-3\/\" aria-label=\"Read more about pet materials\">\u0627\u0642\u0631\u0623 \u0627\u0644\u0645\u0632\u064a\u062f<\/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-9331","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/pages\/9331","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/comments?post=9331"}],"version-history":[{"count":26,"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/pages\/9331\/revisions"}],"predecessor-version":[{"id":9806,"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/pages\/9331\/revisions\/9806"}],"wp:attachment":[{"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/media?parent=9331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}