{"id":9375,"date":"2025-10-27T05:14:57","date_gmt":"2025-10-27T05:14:57","guid":{"rendered":"https:\/\/goldensoarpackage.com\/?page_id=9375"},"modified":"2025-12-24T07:58:55","modified_gmt":"2025-12-24T07:58:55","slug":"%d9%85%d9%88%d8%a7%d8%af-%d8%a7%d9%84%d8%b5%d9%81%d9%8a%d8%ad-%d8%a7%d9%84%d9%85%d9%82%d8%b5%d8%af%d8%b1%d9%8a-2","status":"publish","type":"page","link":"https:\/\/goldensoarpackage.com\/ar\/%d9%85%d9%88%d8%a7%d8%af-%d8%a7%d9%84%d8%b5%d9%81%d9%8a%d8%ad-%d8%a7%d9%84%d9%85%d9%82%d8%b5%d8%af%d8%b1%d9%8a-2\/","title":{"rendered":"\u0639\u0628\u0648\u0627\u062a \u0627\u0644\u0635\u0641\u064a\u062d \u0627\u0644\u0645\u0642\u0635\u062f\u0631\u064a"},"content":{"rendered":"\n<div id=\"gs-tin-scope\">\n    <style>\n        \/* =========================================\n           1. SCOPED CSS (Zero Pollution Protocol)\n           ========================================= *\/\n        #gs-tin-scope {\n            \/* Palette: Industrial, Warm, Steel *\/\n            --tin-primary: #6b7051;\n            --tin-steel: #718096;\n            --tin-chrome: #e2e8f0;\n            --tin-rust: #c05621; \/* Accent for warm contrast *\/\n            --tin-dark: #2d3748;\n            --tin-light: #f7fafc;\n            --tin-white: #ffffff;\n            --tin-border: #cbd5e1;\n            \n            font-family: 'Inter', system-ui, -apple-system, sans-serif;\n            color: var(--tin-dark);\n            line-height: 1.8;\n            width: 100%;\n            margin: 0;\n            padding: 0;\n            background-color: var(--tin-white);\n        }\n\n        #gs-tin-scope * { box-sizing: border-box; }\n        \n        #gs-tin-scope h1, #gs-tin-scope h2, #gs-tin-scope h3, #gs-tin-scope h4 {\n            color: var(--tin-dark);\n            margin-top: 0;\n            font-weight: 800;\n            letter-spacing: -0.5px;\n        }\n\n        #gs-tin-scope a { text-decoration: none; color: var(--tin-primary); font-weight: 600; }\n        #gs-tin-scope img { display: block; max-width: 100%; height: auto; }\n\n        \/* =========================================\n           2. LAYOUT ENGINE\n           ========================================= *\/\n        .gs-section {\n            width: 100%;\n            padding: 80px 0;\n            border-bottom: 1px solid var(--tin-border);\n            position: relative;\n        }\n        \n        .gs-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n            width: 100%;\n            position: relative;\n            z-index: 2;\n        }\n\n        .bg-steel { background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%); }\n        .bg-dark { background-color: var(--tin-dark); color: white; }\n\n        \/* =========================================\n           3. ATOMIC COMPONENTS (Unique Selection)\n           ========================================= *\/\n        \n        \/* HERO: Vintage Poster Style *\/\n        .gs-hero-tin {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            min-height: 550px;\n            background-color: #f0f0f0;\n            overflow: hidden;\n        }\n        .gs-hero-text-col {\n            padding: 80px 40px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            border-right: 1px solid var(--tin-border);\n            background: white;\n        }\n        .gs-hero-text-col h1 { font-size: 3.5rem; line-height: 1.1; margin-bottom: 25px; }\n        .gs-hero-label { \n            background: var(--tin-rust); color: white; padding: 5px 10px; \n            font-size: 0.8rem; text-transform: uppercase; font-weight: 700; \n            display: inline-block; margin-bottom: 20px;\n        }\n        .gs-hero-img-col {\n            position: relative;\n            background-image: url('https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Tinplate-material-1.jpg.webp');\n            background-size: cover;\n            background-position: center;\n        }\n        .gs-hero-img-col::before {\n            content: ''; position: absolute; top:0; left:0; width:100%; height:100%;\n            background: rgba(0,0,0,0.1);\n        }\n\n        \/* BADGE BAR *\/\n        .gs-badge-bar {\n            display: flex;\n            justify-content: space-around;\n            padding: 40px 0;\n            background: white;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        .gs-badge-item {\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n        .gs-badge-icon {\n            width: 60px; height: 60px;\n            border: 2px solid var(--tin-primary);\n            border-radius: 50%;\n            display: flex; align-items: center; justify-content: center;\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n            color: var(--tin-primary);\n        }\n\n        \/* EXPLODED VIEW (Structure) *\/\n        .gs-structure-wrap {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 50px;\n            align-items: center;\n            margin-top: 50px;\n        }\n        .gs-part-list { list-style: none; padding: 0; }\n        .gs-part-item {\n            padding: 20px;\n            border-bottom: 1px solid var(--tin-border);\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n        .gs-part-num {\n            font-size: 2rem; font-weight: 900; color: var(--tin-chrome); line-height: 1;\n        }\n\n        \/* TECH SPEC (Single Col Narrow) *\/\n        .gs-article-narrow {\n            max-width: 800px;\n            margin: 0 auto;\n            background: white;\n            padding: 60px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.05);\n            border-top: 5px solid var(--tin-primary);\n        }\n        .gs-article-narrow h3 { \n            font-size: 1.8rem; margin-top: 40px; margin-bottom: 15px; \n            color: var(--tin-dark);\n        }\n        .gs-article-narrow p { margin-bottom: 20px; text-align: justify; }\n\n        \/* VIDEO MODAL (Industrial) *\/\n        .gs-video-industrial {\n            position: relative;\n            background: #000;\n            border-radius: 4px;\n            overflow: hidden;\n            border: 4px solid var(--tin-chrome);\n        }\n        .gs-video-industrial a { display: block; position: relative; }\n        .gs-play-industrial {\n            position: absolute; top:50%; left:50%; transform:translate(-50%,-50%);\n            width: 80px; height: 80px; background: var(--tin-rust);\n            color: white; font-size: 2rem; display: flex; align-items: center; justify-content: center;\n            clip-path: polygon(25% 20%, 85% 50%, 25% 80%); \/* Triangle shape *\/\n            transition: 0.3s;\n        }\n        .gs-video-industrial:hover .gs-play-industrial { transform: translate(-50%,-50%) scale(1.1); }\n\n        \/* PRODUCT PLACEHOLDER *\/\n        .gs-prod-placeholder-box {\n            border: 2px dashed var(--tin-steel);\n            background: #f1f5f9;\n            padding: 60px;\n            text-align: center;\n            border-radius: 4px;\n            margin: 40px 0;\n        }\n\n        \/* FAQ (Tabs Style) *\/\n        .gs-faq-split {\n            display: grid;\n            grid-template-columns: 1fr 1.5fr;\n            gap: 40px;\n        }\n        .gs-faq-nav button {\n            display: block; width: 100%; text-align: left;\n            padding: 15px 20px; border: none; background: white;\n            border-left: 3px solid transparent; font-weight: 600;\n            cursor: pointer; color: var(--tin-steel); transition: 0.3s;\n        }\n        .gs-faq-nav button.active {\n            border-left-color: var(--tin-primary);\n            background: var(--tin-light);\n            color: var(--tin-primary);\n        }\n        .gs-faq-panel { display: none; }\n        .gs-faq-panel.active { display: block; animation: fadeTin 0.5s; }\n        @keyframes fadeTin { from{opacity:0} to{opacity:1} }\n\n        \/* BUTTONS *\/\n        .gs-btn-tin {\n            display: inline-block;\n            background: var(--tin-primary);\n            color: white !important;\n            padding: 15px 40px;\n            border-radius: 0; \/* Square \/ Industrial *\/\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            border: 2px solid var(--tin-primary);\n            transition: 0.3s;\n        }\n        .gs-btn-tin:hover { background: transparent; color: var(--tin-primary) !important; }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 900px) {\n            .gs-hero-tin { grid-template-columns: 1fr; }\n            .gs-hero-img-col { height: 300px; order: -1; }\n            .gs-structure-wrap { grid-template-columns: 1fr; }\n            .gs-faq-split { grid-template-columns: 1fr; }\n            .gs-article-narrow { padding: 30px 20px; }\n        }\n    <\/style>\n\n    <div style=\"width: 100%; background: #fff; padding: 20px 0; border-bottom: 1px solid #e2e8f0;\">\n        <div class=\"gs-container\">\n            <div id=\"seo-breadcrumb-root\">\n                <style>\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\">Tinplate Materials<\/span>\n                    <\/div>\n                <\/nav>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <header class=\"gs-hero-tin\">\n        <div class=\"gs-hero-text-col\">\n            <span class=\"gs-hero-label\">Electrolytic Tinplate (ETP)<\/span>\n            <h1>The Gold Standard of Food Preservation<\/h1>\n            <p>Combining the strength of steel with the corrosion resistance of tin. Our tinplate cans offer 100% barrier protection, 2-year shelf life, and premium lithographic printing.<\/p>\n            <div style=\"margin-top: 30px;\">\n                <a href=\"#tin-products\" class=\"gs-btn-tin\">Browse Can Sizes<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"gs-hero-img-col\"><\/div>\n    <\/header>\n\n    <section class=\"gs-section\" style=\"padding: 0; border-bottom: 1px solid #eee;\">\n        <div class=\"gs-container\">\n            <div class=\"gs-badge-bar\">\n                <div class=\"gs-badge-item\">\n                    <span class=\"gs-badge-icon\">\ud83d\udee1\ufe0f<\/span>\n                    <span style=\"font-weight:700;\">FDA Compliant<\/span>\n                    <span style=\"font-size:0.8rem; color:#666;\">21 CFR 175.300<\/span>\n                <\/div>\n                <div class=\"gs-badge-item\">\n                    <span class=\"gs-badge-icon\">\ud83c\udf3f<\/span>\n                    <span style=\"font-weight:700;\">BPA-Ni Coating<\/span>\n                    <span style=\"font-size:0.8rem; color:#666;\">Infant Safe<\/span>\n                <\/div>\n                <div class=\"gs-badge-item\">\n                    <span class=\"gs-badge-icon\">\ud83d\udd04<\/span>\n                    <span style=\"font-weight:700;\">100% Recyclable<\/span>\n                    <span style=\"font-size:0.8rem; color:#666;\">Magnetic Separation<\/span>\n                <\/div>\n                <div class=\"gs-badge-item\">\n                    <span class=\"gs-badge-icon\">\ud83d\udd12<\/span>\n                    <span style=\"font-weight:700;\">Air-Tight Seal<\/span>\n                    <span style=\"font-size:0.8rem; color:#666;\">Double Seam Tech<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section bg-steel\">\n        <div class=\"gs-container\">\n            <h2 style=\"text-align: center;\">Anatomy of a 3-Piece Can<\/h2>\n            <div class=\"gs-structure-wrap\">\n                <div>\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/08\/Tinplate-materials-big.jpg.webp\" alt=\"Tinplate Can Structure Exploded View\" style=\"border-radius:12px; box-shadow:0 20px 40px rgba(0,0,0,0.1);\">\n                <\/div>\n                \n                <ul class=\"gs-part-list\">\n                    <li class=\"gs-part-item\">\n                        <span class=\"gs-part-num\">01<\/span>\n                        <div>\n                            <h4>The Body (Welded Cylinder)<\/h4>\n                            <p style=\"font-size:0.9rem; margin:0;\">Formed from a flat ETP sheet. The side seam is electrically welded and coated with powder lacquer to prevent rust.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li class=\"gs-part-item\">\n                        <span class=\"gs-part-num\">02<\/span>\n                        <div>\n                            <h4>Easy-Open End (EOE)<\/h4>\n                            <p style=\"font-size:0.9rem; margin:0;\">Scored aluminum or tinplate lid with a pull-tab. Designed for consumer convenience without requiring a can opener.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li class=\"gs-part-item\">\n                        <span class=\"gs-part-num\">03<\/span>\n                        <div>\n                            <h4>BPA-Ni Internal Liner<\/h4>\n                            <p style=\"font-size:0.9rem; margin:0;\">A critical barrier layer (Polyester or Gold Epoxy) that prevents the food acid from reacting with the steel.<\/p>\n                        <\/div>\n                    <\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section id=\"tin-products\" class=\"gs-section\">\n        <div class=\"gs-container\">\n            <h2 style=\"text-align: center;\">Our Tinplate Portfolio<\/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 = 43; \/\/ Category ID\n    const INITIAL_LOAD = 24;\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\">Tinplate Packaging<\/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-section bg-dark\">\n        <div class=\"gs-container\" style=\"text-align: center;\">\n            <h2 style=\"color: white; margin-bottom: 40px;\">Precision Welding Technology<\/h2>\n            <div style=\"max-width: 800px; margin: 0 auto;\">\n                <div class=\"gs-video-industrial\">\n                    <a href=\"https:\/\/youtu.be\/GVGWC78WlS0\" target=\"_blank\" onclick=\"window.open(this.href, &#039;newwindow&#039;, &#039;width=800,height=600&#039;); return false;\" rel=\"noopener\">\n                        <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Tinplate-material-1.jpg.webp\" alt=\"Tinplate Can Welding Process\" style=\"width:100%; opacity: 0.8;\">\n                        <div class=\"gs-play-industrial\"><\/div>\n                    <\/a>\n                <\/div>\n                <p style=\"color: #ccc; margin-top: 20px;\">Watch our high-speed Soudronic welding lines produce 600 cans per minute with microscopic precision.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-article-narrow\">\n                <h2>Technical Whitepaper: Tinplate (ETP) Specification<\/h2>\n                <p>Tinplate, technically known as Electrolytic Tinplate (ETP), is a low-carbon steel sheet coated on both sides with a fine layer of commercially pure tin. At Golden Soar, we source prime-grade ETP compliant with ASTM A623 standards.<\/p>\n\n                <h3>1. The Chemistry of Protection<\/h3>\n                <p>The tin coating acts as a sacrificial anode in some environments but primarily as a physical barrier. However, for acidic foods (like tomato sauce or fruits), tin can dissolve. This is why <strong>Internal Lacquering<\/strong> is non-negotiable. We utilize:<\/p>\n                <ul>\n                    <li><strong>Gold Epoxy Phenolic:<\/strong> The industry standard for acidic and sulfur-containing foods (fish, meat). It offers excellent adhesion and flexibility.<\/li>\n                    <li><strong>White Polyester (BPA-Ni):<\/strong> Developed for the infant formula market. It contains zero Bisphenol-A, meeting the strictest EU regulations.<\/li>\n                    <li><strong>Aluminized Spray:<\/strong> Used on the weld seam to restore protection where the tin layer was melted during welding.<\/li>\n                <\/ul>\n\n                <h3>2. Temper and Hardness (DR vs. SR)<\/h3>\n                <p>We offer two main grades of steel temper:<\/p>\n                <ul>\n                    <li><strong>Single Reduced (SR):<\/strong> Softer, more ductile. Ideal for cans that require beading (ribbing) or deep drawing (2-piece cans).<\/li>\n                    <li><strong>Double Reduced (DR):<\/strong> Stiffer and thinner. It allows for &#8220;lightweighting&#8221; (cost reduction) but is less ductile. Used for standard beverage or food can bodies.<\/li>\n                <\/ul>\n\n                <h3>3. Lithography: Metal Decorating<\/h3>\n                <p>Unlike plastic which is often screen printed, metal requires offset lithography. We print on flat metal sheets <em>before<\/em> they are cut and formed into cans. This allows for incredibly high-resolution images (CMYK) and special effects like &#8220;Crackelure&#8221; varnish or matte\/gloss contrasts. The ink is cured in a wicket oven at 180\u00b0C, ensuring it withstands the sterilization retort process later.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section bg-steel\">\n        <div class=\"gs-container\">\n            <h2 style=\"text-align: center; margin-bottom: 40px;\">Tinplate Procurement FAQ<\/h2>\n            \n            <div class=\"gs-faq-split\">\n                <div class=\"gs-faq-nav\">\n                    <button class=\"active\" onclick=\"openTinFaq(event, 'faq1')\">Can Rusting?<\/button>\n                    <button onclick=\"openTinFaq(event, 'faq2')\">Food Safety?<\/button>\n                    <button onclick=\"openTinFaq(event, 'faq3')\">Printing MOQ?<\/button>\n                    <button onclick=\"openTinFaq(event, 'faq4')\">2-Piece vs 3-Piece?<\/button>\n                <\/div>\n\n                <div>\n                    <div id=\"faq1\" class=\"gs-faq-panel active\">\n                        <h3>Will the cans rust?<\/h3>\n                        <p>Tinplate is steel, so it can rust if the tin layer is scratched or exposed to high humidity for prolonged periods without coating. However, our cans come with external varnish and internal lacquer, making them rust-resistant for typical shelf life (2-3 years) in dry storage.<\/p>\n                    <\/div>\n                    <div id=\"faq2\" class=\"gs-faq-panel\">\n                        <h3>Are they safe for acidic foods?<\/h3>\n                        <p>Yes, but ONLY if the correct internal liner is chosen. For high-acid foods (pH < 4.5), we apply a double layer of Epoxy Phenolic lacquer. Please declare your filling contents to our engineers during the quote phase.<\/p>\n                    <\/div>\n                    <div id=\"faq3\" class=\"gs-faq-panel\">\n                        <h3>What is the MOQ for printed cans?<\/h3>\n                        <p>Lithographic printing is done on large metal sheets. The setup cost is high. Therefore, the MOQ for custom-printed cans is typically 30,000 to 50,000 pieces depending on can size. For plain\/silver cans, we can supply smaller lots.<\/p>\n                    <\/div>\n                    <div id=\"faq4\" class=\"gs-faq-panel\">\n                        <h3>Difference between 2-Piece and 3-Piece?<\/h3>\n                        <p><strong>3-Piece:<\/strong> Body + Top + Bottom. Has a side seam. Best for food cans and industrial tins. <br><strong>2-Piece:<\/strong> Body integrated with bottom (Drawn) + Top. No side seam. Best for small tuna cans or beverage cans.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\" style=\"text-align: center;\">\n        <div class=\"gs-container\">\n            <h2>Secure Your Product&#8217;s Shelf Life<\/h2>\n            <p style=\"max-width: 600px; margin: 0 auto 30px;\">Request a compatibility test kit. We will send you lacquered can samples to test with your specific formulation.<\/p>\n            <a href=\"#contact-footer\" class=\"gs-btn-tin\">Contact Sales Team<\/a>\n        <\/div>\n    <\/section>\n\n<\/div>\n\n<script>\n    function openTinFaq(evt, faqId) {\n        var i, tabcontent, tablinks;\n        tabcontent = document.querySelectorAll(\"#gs-tin-scope .gs-faq-panel\");\n        for (i = 0; i < tabcontent.length; i++) {\n            tabcontent[i].classList.remove(\"active\");\n            tabcontent[i].style.display = \"none\";\n        }\n        tablinks = document.querySelectorAll(\"#gs-tin-scope .gs-faq-nav button\");\n        for (i = 0; i < tablinks.length; i++) {\n            tablinks[i].classList.remove(\"active\");\n        }\n        document.getElementById(faqId).style.display = \"block\";\n        \/\/ Small delay to allow display:block to apply before opacity transition if needed, \n        \/\/ but here we use simple class switch for now.\n        setTimeout(() => document.getElementById(faqId).classList.add(\"active\"), 10);\n        evt.currentTarget.classList.add(\"active\");\n    }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfe0 Home \/ Package Materials \/ Tinplate Materials Electrolytic Tinplate (ETP) The Gold Standard of Food Preservation Combining the strength of steel with the corrosion resistance of tin. Our tinplate cans offer 100% barrier protection, 2-year shelf life, and premium lithographic printing. Browse Can Sizes \ud83d\udee1\ufe0f FDA Compliant 21 CFR 175.300 \ud83c\udf3f BPA-Ni Coating Infant &#8230; <a title=\"\u0639\u0628\u0648\u0627\u062a \u0627\u0644\u0635\u0641\u064a\u062d \u0627\u0644\u0645\u0642\u0635\u062f\u0631\u064a\" class=\"read-more\" href=\"https:\/\/goldensoarpackage.com\/ar\/%d9%85%d9%88%d8%a7%d8%af-%d8%a7%d9%84%d8%b5%d9%81%d9%8a%d8%ad-%d8%a7%d9%84%d9%85%d9%82%d8%b5%d8%af%d8%b1%d9%8a-2\/\" aria-label=\"Read more about Tinplate Packaging\">\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-9375","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/pages\/9375","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=9375"}],"version-history":[{"count":32,"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/pages\/9375\/revisions"}],"predecessor-version":[{"id":9802,"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/pages\/9375\/revisions\/9802"}],"wp:attachment":[{"href":"https:\/\/goldensoarpackage.com\/ar\/wp-json\/wp\/v2\/media?parent=9375"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}