{"id":7575,"date":"2025-09-19T09:22:48","date_gmt":"2025-09-19T09:22:48","guid":{"rendered":"https:\/\/goldensoarpackage.com\/?page_id=7575"},"modified":"2025-12-24T09:17:31","modified_gmt":"2025-12-24T09:17:31","slug":"leak-proofliddesign","status":"publish","type":"page","link":"https:\/\/goldensoarpackage.com\/en\/leak-proofliddesign\/","title":{"rendered":"Easy Refill Wide Opening-test"},"content":{"rendered":"\n<div id=\"gs-wide-mouth-v2\">\n    <style>\n        \/* =========================================\n           1. SCOPED CSS FRAMEWORK (Strict Light Mode)\n           ========================================= *\/\n        #gs-wide-mouth-v2 {\n            \/* Palette: Clean, Sustainable, Efficient *\/\n            --wm-primary: #059669;      \/* Emerald Green *\/\n            --wm-dark: #111827;         \/* Ink Black *\/\n            --wm-grey: #6b7280;         \/* Body Text *\/\n            --wm-light: #f9fafb;        \/* Background Grey *\/\n            --wm-white: #ffffff;\n            --wm-border: #e5e7eb;       \/* Subtle Border *\/\n            \n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            color: var(--wm-grey);\n            line-height: 1.8;\n            width: 100%;\n            background-color: var(--wm-white);\n            margin: 0;\n            padding: 0;\n        }\n\n        #gs-wide-mouth-v2 * { box-sizing: border-box; }\n\n        #gs-wide-mouth-v2 h1, \n        #gs-wide-mouth-v2 h2, \n        #gs-wide-mouth-v2 h3, \n        #gs-wide-mouth-v2 h4 {\n            color: var(--wm-dark);\n            margin-top: 0;\n            font-weight: 700;\n            letter-spacing: -0.02em;\n            line-height: 1.25;\n        }\n\n        #gs-wide-mouth-v2 p { margin-bottom: 24px; font-size: 1.05rem; text-align: justify; }\n\n        #gs-wide-mouth-v2 a { \n            text-decoration: none; \n            color: var(--wm-primary); \n            font-weight: 600; \n            border-bottom: 2px solid rgba(5, 150, 105, 0.2);\n            transition: 0.2s;\n        }\n        #gs-wide-mouth-v2 a:hover { border-bottom-color: var(--wm-primary); color: var(--wm-dark); }\n\n        #gs-wide-mouth-v2 img { \n            display: block; \n            max-width: 100%; \n            height: auto; \n            border-radius: 8px;\n            box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);\n        }\n\n        \/* =========================================\n           2. LAYOUT ENGINE (Spacious)\n           ========================================= *\/\n        .gs-section {\n            width: 100%;\n            padding: 100px 0;\n            position: relative;\n            border-bottom: 1px solid var(--wm-border);\n            background-color: var(--wm-white);\n        }\n        \n        .gs-section:nth-child(even) { background-color: var(--wm-light); }\n\n        .gs-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 24px;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Split Layout *\/\n        .gs-split-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n        }\n        \n        .gs-split-grid.reverse { direction: rtl; }\n        .gs-split-grid.reverse .gs-content-col { direction: ltr; }\n\n        \/* =========================================\n           3. ATOMIC COMPONENTS\n           ========================================= *\/\n        \n        \/* BREADCRUMB *\/\n        .gs-breadcrumb {\n            padding: 30px 0;\n            background: var(--wm-white);\n            border-bottom: 1px solid var(--wm-border);\n        }\n        .bc-wrap { display: flex; gap: 10px; font-size: 0.9rem; color: #9ca3af; text-transform: uppercase; letter-spacing: 1px; }\n        .bc-current { color: var(--wm-primary); font-weight: 700; }\n\n        \/* HERO: MACRO ENGINEERING *\/\n        .gs-hero-clean {\n            padding: 120px 0;\n            background-color: var(--wm-white);\n            text-align: center;\n        }\n        .gs-hero-clean h1 { font-size: 3.5rem; margin-bottom: 25px; }\n        .gs-hero-clean p { font-size: 1.25rem; max-width: 800px; margin: 0 auto 40px; color: var(--wm-grey); }\n        .gs-hero-stat-row { display: flex; justify-content: center; gap: 50px; margin-top: 50px; }\n        .gs-hero-stat span { display: block; font-size: 2.5rem; font-weight: 800; color: var(--wm-primary); }\n        .gs-hero-stat label { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; }\n\n        \/* DATA TABLE (Specs) *\/\n        .gs-spec-table {\n            width: 100%; border-collapse: collapse; margin: 40px 0; font-size: 0.95rem; background: white;\n        }\n        .gs-spec-table th { background: var(--wm-dark); color: white; padding: 15px; text-align: left; }\n        .gs-spec-table td { padding: 15px; border-bottom: 1px solid var(--wm-border); }\n        .gs-spec-table tr:hover { background-color: #f3f4f6; }\n\n        \/* FEATURE BOXES *\/\n        .gs-feature-row {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 40px;\n            margin-top: 60px;\n        }\n        .gs-feature-box {\n            background: white; padding: 40px; border: 1px solid var(--wm-border);\n            border-radius: 8px; transition: 0.3s;\n        }\n        .gs-feature-box:hover { border-color: var(--wm-primary); transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }\n        .gs-icon { font-size: 2.5rem; color: var(--wm-primary); margin-bottom: 20px; display: block; }\n\n        \/* IMAGE CAPTION *\/\n        .gs-caption { font-size: 0.85rem; color: #9ca3af; text-align: center; margin-top: 10px; font-style: italic; }\n\n        \/* FAQ ACCORDION *\/\n        .gs-faq-wrap { max-width: 800px; margin: 0 auto; }\n        .gs-faq-item { border: 1px solid var(--wm-border); margin-bottom: 15px; background: white; border-radius: 4px; }\n        .gs-faq-q { padding: 20px; cursor: pointer; font-weight: 700; display: flex; justify-content: space-between; background: #f9fafb; color: var(--wm-dark); }\n        .gs-faq-a { padding: 25px; display: none; border-top: 1px solid var(--wm-border); }\n        .gs-faq-item.active .gs-faq-a { display: block; }\n\n        \/* CTA *\/\n        .gs-cta-box {\n            text-align: center; padding: 100px 0; background: var(--wm-white); border-top: 1px solid var(--wm-border);\n        }\n        .gs-btn-primary {\n            display: inline-block; padding: 15px 45px; background: var(--wm-primary); color: white !important;\n            font-weight: 700; border-radius: 50px; transition: 0.3s; border: none;\n        }\n        .gs-btn-primary:hover { background: var(--wm-dark); transform: translateY(-2px); }\n\n        @media (max-width: 900px) {\n            .gs-split-grid { grid-template-columns: 1fr; gap: 40px; }\n            .gs-split-grid.reverse { direction: ltr; }\n            .gs-split-grid.reverse .gs-content-col { direction: ltr; }\n            .gs-feature-row { grid-template-columns: 1fr; }\n            .gs-hero-clean h1 { font-size: 2.5rem; }\n        }\n    <\/style>\n\n    <div class=\"gs-breadcrumb\">\n        <div class=\"gs-container\">\n            <nav class=\"bc-wrap\">\n                <a href=\"\/\">Home<\/a> \/ \n                <a href=\"https:\/\/goldensoarpackage.com\/support-center\/\">Support Center<\/a> \/ \n                <span class=\"bc-current\">Wide Opening Solutions<\/span>\n            <\/nav>\n        <\/div>\n    <\/div>\n\n    <header class=\"gs-hero-clean\">\n        <div class=\"gs-container\">\n            <h1>Engineered for Viscosity &#038; Velocity<\/h1>\n            <p>From 20,000 cps creams to rapid refill stations. Our Wide Opening (35mm &#8211; 80mm) packaging series solves the bottleneck of traditional filling lines while enabling the circular economy.<\/p>\n            \n            <div class=\"gs-hero-stat-row\">\n                <div class=\"gs-hero-stat\">\n                    <span>+30%<\/span>\n                    <label>Filling Speed<\/label>\n                <\/div>\n                <div class=\"gs-hero-stat\">\n                    <span>0%<\/span>\n                    <label>Product Waste<\/label>\n                <\/div>\n                <div class=\"gs-hero-stat\">\n                    <span>100%<\/span>\n                    <label>Washability<\/label>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div class=\"gs-split-grid\">\n                <div class=\"gs-content-col\">\n                    <h2>Polypropylene (PP): The Foundation of Wide Mouth<\/h2>\n                    <p>Creating a wide opening isn&#8217;t just about making a bigger hole. It requires structural reinforcement to maintain seal integrity. Standard thin-wall bottles can ovalize (deform) at the neck when capped with high torque.<\/p>\n                    <p><strong>The Golden Soar Solution:<\/strong> We utilize Injection Molded PP with reinforced neck rings. Unlike extrusion blowing, injection molding guarantees thread precision to \u00b10.05mm. This ensures that large diameter caps (up to 80mm) screw on smoothly without cross-threading, providing a hermetic seal every time.<\/p>\n                    <p>This material choice also allows for <strong>Hot Filling<\/strong> up to 100\u00b0C, making it ideal for body butters, hair masks, and scrubs that are poured hot.<\/p>\n                    <a href=\"https:\/\/goldensoarpackage.com\/pp-materials\/\">View PP Material Specs \u2192<\/a>\n                <\/div>\n                <div class=\"gs-image-col\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Pp-material.jpg.webp\" alt=\"Wide Mouth PP Jars and Caps\">\n                    <div class=\"gs-caption\">Figure 1: Injection Molded PP Wide Mouth Jars showing thread precision.<\/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-grid reverse\">\n                <div class=\"gs-content-col\">\n                    <h2>Optimizing the Filling Line<\/h2>\n                    <p>For factory managers, narrow necks are a bottleneck. High-viscosity products (like clay masks or conditioners) create &#8220;back-pressure&#8221; when injected quickly into a small opening, leading to air pockets and messy overflow.<\/p>\n                    <p><strong>The 55mm Advantage:<\/strong> By switching to our 55mm wide-mouth standard:<\/p>\n                    <ul>\n                        <li><strong>Nozzle Speed:<\/strong> Filling nozzles can dive and retract faster without creating a piston effect.<\/li>\n                        <li><strong>Accuracy:<\/strong> Larger target area reduces spillage waste during high-speed indexing.<\/li>\n                        <li><strong>Assembly:<\/strong> Capping machines can apply torque more evenly across a wider surface area.<\/li>\n                    <\/ul>\n                    <p>As seen in our assembly workshop, color-coded wide caps are sorted and applied with automated chuck cappers, achieving speeds of 120 units per minute.<\/p>\n                <\/div>\n                <div class=\"gs-image-col\">\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/color-coded-caps-factory-workshop.jpg.webp\" alt=\"Factory Assembly Line with Color Coded Caps\">\n                    <div class=\"gs-caption\">Figure 2: Automated assembly of wide-mouth caps in our clean room facility.<\/div>\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:60px;\">Industrial &#038; Cosmetic Metal Options<\/h2>\n            \n            <div class=\"gs-split-grid\">\n                <div style=\"background:var(--wm-light); padding:40px; border-radius:8px; border:1px solid var(--wm-border);\">\n                    <h3>Aluminum Wide Jars<\/h3>\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Aluminum-materials-big-.jpg.webp\" alt=\"Aluminum Wide Mouth Tins\" style=\"margin:30px 0;\">\n                    <p><strong>Application:<\/strong> Pomades, Waxes, Candles.<\/p>\n                    <p>Aluminum offers a seamless, rust-proof wide opening. The threaded lid engages with a rolled edge on the tin body. Ideal for products containing essential oils that might react with plastics. The wide surface area is also perfect for top-label branding.<\/p>\n                    <a href=\"https:\/\/goldensoarpackage.com\/aluminum-materials\/\">Explore Aluminum Series \u2192<\/a>\n                <\/div>\n\n                <div style=\"background:var(--wm-light); padding:40px; border-radius:8px; border:1px solid var(--wm-border);\">\n                    <h3>Tinplate Industrial Cans<\/h3>\n                    <img decoding=\"async\" src=\"https:\/\/goldensoarpackage.com\/wp-content\/uploads\/2025\/09\/Tinplate-material-1.jpg.webp\" alt=\"Tinplate Wide Mouth Cans\" style=\"margin:30px 0;\">\n                    <p><strong>Application:<\/strong> Paints, Solvents, Dry Food.<\/p>\n                    <p>The classic &#8220;Paint Can&#8221; design features a full-aperture opening with a friction-fit &#8220;Plug Lid&#8221; or a &#8220;Lever Lid&#8221;. This provides the widest possible access for brushes or scoops. Internal lacquering ensures food safety for dry goods like tea or coffee.<\/p>\n                    <a href=\"https:\/\/goldensoarpackage.com\/tinplate-materials\/\">Explore Tinplate Series \u2192<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <div style=\"max-width:800px; margin:0 auto; text-align:center;\">\n                <h2>The &#8220;Refill Revolution&#8221; Enabler<\/h2>\n                <p>The biggest barrier to the circular economy is cleaning. Consumers will not refill a bottle they cannot clean. Narrow neck bottles trap residue and biofilm.<\/p>\n            <\/div>\n\n            <div class=\"gs-feature-row\">\n                <div class=\"gs-feature-box\">\n                    <span class=\"gs-icon\">\ud83e\uddfd<\/span>\n                    <h3>Scrubbable Design<\/h3>\n                    <p>Our 55mm+ openings allow a standard sponge or brush to reach the bottom. This ensures 100% removal of old product before refilling.<\/p>\n                <\/div>\n                <div class=\"gs-feature-box\">\n                    <span class=\"gs-icon\">\ud83e\udd44<\/span>\n                    <h3>Zero Waste<\/h3>\n                    <p>Users can scoop out the &#8220;last drop&#8221; easily with a spatula or finger, preventing the typical 15% product waste found in pump bottles.<\/p>\n                <\/div>\n                <div class=\"gs-feature-box\">\n                    <span class=\"gs-icon\">\ud83d\udca7<\/span>\n                    <h3>Quick Drying<\/h3>\n                    <p>Wide openings allow for airflow, ensuring the container dries completely after washing, preventing mold growth.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container\">\n            <h2 style=\"margin-bottom:30px;\">Neck Finish Specifications<\/h2>\n            <table class=\"gs-spec-table\">\n                <thead>\n                    <tr>\n                        <th>Neck Standard<\/th>\n                        <th>Opening ID (mm)<\/th>\n                        <th>Thread Type<\/th>\n                        <th>Recommended Application<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td><strong>38\/400<\/strong><\/td>\n                        <td>28mm<\/td>\n                        <td>Continuous<\/td>\n                        <td>Vitamins, Gummies, Spices<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>53\/400<\/strong><\/td>\n                        <td>43mm<\/td>\n                        <td>Continuous<\/td>\n                        <td>Body Creams, Hair Masks<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>70\/400<\/strong><\/td>\n                        <td>60mm<\/td>\n                        <td>Continuous<\/td>\n                        <td>Protein Powder, Industrial Paste<\/td>\n                    <\/tr>\n                    <tr>\n                        <td><strong>89\/400<\/strong><\/td>\n                        <td>79mm<\/td>\n                        <td>Continuous<\/td>\n                        <td>Bulk Food, Paint, Wax<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-section\">\n        <div class=\"gs-container gs-faq-wrap\">\n            <h2 style=\"text-align:center; margin-bottom:50px;\">Engineering FAQ<\/h2>\n            \n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Do wide mouth jars require induction sealing?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    For products containing water or volatile oils, we highly recommend Induction Heat Sealing (IHS). The wide land area of our jars provides an excellent surface for foil adhesion, ensuring a hermetic seal that prevents leakage during shipping.\n                <\/div>\n            <\/div>\n\n            <div class=\"gs-faq-item\">\n                <div class=\"gs-faq-q\" onclick=\"this.parentElement.classList.toggle('active')\">\n                    Are the caps lined?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Yes. All our wide-mouth caps come with standard PE foam liners (F217) to ensure a tight closure. We can also upgrade to pressure-sensitive (PS) or heat-induction (HIS) liners upon request.\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 get custom colors for the jars?\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"gs-faq-a\">\n                    Yes. For PP and PE jars, the MOQ for custom Pantone colors is typically 10,000 pieces. For Aluminum tins, we offer offset printing or custom anodized colors for orders over 30,000 pieces.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"gs-cta-box\">\n        <div class=\"gs-container\">\n            <h2>Start Your Refillable Line Today<\/h2>\n            <p style=\"color:#6b7280; margin-bottom:30px;\">Request a sample kit to test the sealing integrity and filling ease of our wide-mouth series.<\/p>\n            <div style=\"display:flex; justify-content:center; gap:20px;\">\n                <a href=\"#contact-footer\" class=\"gs-btn-primary\">Request Samples<\/a>\n                <a href=\"https:\/\/goldensoarpackage.com\/support-center\/\" class=\"gs-btn-primary\" style=\"background:transparent; color:var(--wm-primary)!important; border:2px solid var(--wm-primary);\">Back to Support<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Home \/ Support Center \/ Wide Opening Solutions Engineered for Viscosity &#038; Velocity From 20,000 cps creams to rapid refill stations. Our Wide Opening (35mm &#8211; 80mm) packaging series solves the bottleneck of traditional filling lines while enabling the circular economy. +30% Filling Speed 0% Product Waste 100% Washability Polypropylene (PP): The Foundation of Wide &#8230; <a title=\"Easy Refill Wide Opening-test\" class=\"read-more\" href=\"https:\/\/goldensoarpackage.com\/en\/leak-proofliddesign\/\" aria-label=\"Read more about Easy Refill Wide Opening-test\">Read more<\/a><\/p>\n","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-7575","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages\/7575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/comments?post=7575"}],"version-history":[{"count":241,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages\/7575\/revisions"}],"predecessor-version":[{"id":9868,"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/pages\/7575\/revisions\/9868"}],"wp:attachment":[{"href":"https:\/\/goldensoarpackage.com\/en\/wp-json\/wp\/v2\/media?parent=7575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}