.full-header-dropdown{display:flex}.full-header-dropdown-list{list-style:none;margin:0;padding:0}.full-header-dropdown-item{position:relative}.full-header-dropdown-link{display:block;padding:10px 20px;color:var(--color-secondary);font-size:14px;white-space:nowrap;transition:var(--transition-fast)}.full-header-dropdown-col1 .full-header-dropdown-link{padding-left:0}.full-header-dropdown-link:hover{background-color:var(--color-background);color:var(--color-accent)}.full-header-nav-link.has-dropdown::after{content:'';display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--color-highlight);margin-left:8px;transition:var(--transition-fast)}.full-header-nav-item.open>.full-header-nav-link.has-dropdown::after{transform:rotate(180deg)}.full-header-nav-item.active .full-header-nav-link.has-dropdown::after,.full-header-nav-link.has-dropdown:hover::after{border-top-color:var(--color-accent)}.full-header-dropdown-link.has-dropdown{display:flex;justify-content:space-between;align-items:center}.full-header-dropdown-link.has-dropdown::after{content:'';display:inline-block;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:5px solid var(--color-secondary);margin-left:10px;transition:var(--transition-fast)}.full-header-dropdown-item.open>.full-header-dropdown-link.has-dropdown::after{transform:rotate(90deg)}.full-header-dropdown-link.has-dropdown:hover::after{border-left-color:var(--color-accent)}.full-header-dropdown-submenu{display:none;position:absolute;left:100%;top:-1px;background-color:var(--color-background);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);padding:10px 0;min-width:200px;animation:full-header-fadeIn .3s ease-out}.full-header-dropdown-item.open>.full-header-dropdown-submenu{display:block}.full-header-nav-item:hover>.full-header-dropdown{display:flex}.full-header-dropdown{width:850px;padding:26px 20px 20px;gap:20px;left:0;transform:none}.full-header-dropdown-col1{flex:0 0 250px;min-width:0;border-right:1px solid var(--color-border);padding-right:20px;max-height:400px;overflow-y:auto}.full-header-dropdown-col2{flex:1;min-width:0;padding-left:20px}.full-header-dropdown-col1 .full-header-dropdown-item .full-header-dropdown-link.has-dropdown::after{content:'›';border:0;transform:translateX(6px);font-size:20px;font-weight:normal;width:auto;height:auto;margin-left:auto}.full-header-dropdown-col1 .full-header-dropdown-item.active>.full-header-dropdown-link,.full-header-dropdown-col1 .full-header-dropdown-item:hover>.full-header-dropdown-link{background-color:var(--color-background);color:var(--color-accent)}.full-header-dropdown-content-wrapper{display:none}.full-header-dropdown-content-wrapper.active{display:block}.full-header-dropdown-content-inner{display:flex;gap:20px}.full-header-dropdown-content-img{flex:0 0 100px;height:100px;border-radius:var(--border-radius-sm);overflow:hidden}.full-header-dropdown-content-img img{width:100px;height:100px;object-fit:cover}.full-header-dropdown-content-links{flex:1;max-height:400px;overflow-y:auto}.full-header-dropdown-l1-title{font-size:16px;font-weight:bold;color:var(--color-secondary);margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid var(--color-border);display:block;transition:var(--transition-fast)}.full-header-dropdown-l1-title:hover{color:var(--color-accent)}.full-header-dropdown-l2-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 20px;list-style:none;padding:0;margin:0}.full-header-dropdown-l2-item>a{font-weight:bold;font-size:14px;color:var(--color-secondary);display:block;margin-bottom:8px;transition:var(--transition-fast)}.full-header-dropdown-l2-item>a:hover{color:var(--color-accent)}.full-header-dropdown-l3-list{list-style:none;padding:0;margin:0}.full-header-dropdown-l3-item a{font-size:13px;color:#666;padding:4px 0;display:block;transition:var(--transition-fast)}.full-header-dropdown-l3-item a:hover{color:var(--color-accent)}.full-header-actions{display:flex;align-items:center}.full-header-search-wrapper{position:relative;margin-right:20px}.full-header-search-toggle{background:0;border:0;cursor:pointer;padding:5px}.full-header-search-toggle svg{width:24px;height:24px;fill:var(--color-highlight);transition:var(--transition-fast)}.full-header-search-form-container{display:none;position:absolute;top:calc(100% + 10px);right:0;background-color:var(--color-background);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);z-index:1001;animation:full-header-fadeIn .3s ease-out;border-radius:var(--border-radius-sm);overflow:hidden}.full-header-search-form-container.active{display:block}.full-header-search-form{display:flex;align-items:center}.full-header-search-input{border:0;outline:0;padding:8px 12px;font-size:14px;width:250px;font-family:var(--font-family-body)}.full-header-search-submit{background-color:var(--color-accent);border:0;color:var(--color-highlight);padding:8px 15px;cursor:pointer;font-size:14px;transition:var(--transition-fast);font-family:var(--font-family-body)}.full-header-search-submit:hover{opacity:.8}.full-header-lang-switcher{position:relative}.full-header-lang-current{display:flex;align-items:center;border:1px solid var(--color-highlight);padding:8px 12px;cursor:pointer;transition:var(--transition-fast);border-radius:var(--border-radius-sm);white-space:nowrap}.full-header-lang-current img{width:20px;height:20px;margin-right:8px;object-fit:cover}.full-header-lang-current span{font-size:14px;color:var(--color-highlight)}.full-header-lang-current::after{content:'';display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--color-highlight);margin-left:8px;transition:var(--transition-fast)}.full-header-lang-switcher.open .full-header-lang-current::after{transform:rotate(180deg)}.full-header-lang-dropdown{display:none;position:absolute;top:calc(100% + 5px);right:0;background-color:var(--color-background);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);max-height:300px;overflow-y:auto;z-index:1001;min-width:150px;animation:full-header-fadeIn .3s ease-out}.full-header-lang-dropdown.active{display:block}.full-header-lang-list{list-style:none;margin:0;padding:5px 0}.full-header-lang-item a{display:flex;align-items:center;padding:8px 15px;color:var(--color-secondary);font-size:14px;transition:var(--transition-fast)}.full-header-lang-item a:hover{background-color:var(--color-background-alt);color:var(--color-accent)}.full-header-lang-item img{width:20px;height:20px;margin-right:10px;object-fit:cover}.full-header-dropdown-submenu{transform:translateX(10px)}.full-header-dropdown-item.open>.full-header-dropdown-submenu{opacity:1;transform:translateX(0)}.side-floating-social-box{position:fixed;top:50%;right:0;transform:translateY(-50%);width:50px;height:200px;z-index:999}.side-floating-social-bar-container{position:fixed;top:50%;right:-140%;transform:translateY(-50%);z-index:1000;transition:right .4s ease-in-out;border-radius:var(--border-radius-sm) 0 0 var(--border-radius-sm)}.side-floating-social-bar-list{list-style:none;margin:0;padding:5px;background-color:#d87c49;border-right:0;border-radius:var(--border-radius-sm) 0 0 var(--border-radius-sm)}.side-floating-social-bar-list li{margin:2px 0;padding:0;border:1px solid var(--color-border);border-radius:var(--border-radius-sm)}.side-floating-social-bar-item a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;transition:var(--transition-fast)}.side-floating-social-bar-item svg{fill:var(--color-highlight)}.side-floating-social-bar-item a:hover{background-color:rgba(255,255,255,0.2);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.side-floating-social-bar-icon{width:24px;height:24px;fill:var(--color-highlight);transition:var(--transition-fast)}.side-floating-social-bar-item a:hover .side-floating-social-bar-icon{fill:#000}.side-floating-social-toggle{width:50px;height:150px;background-color:#d87c49;border-radius:var(--border-radius-md) 0 0 var(--border-radius-md);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:-2px 2px 8px rgba(0,0,0,0.15);position:absolute;top:50%;right:0;transform:translateY(-50%);transition:right .4s ease-in-out;z-index:1001}.side-floating-social-toggle-icon{width:24px;height:24px;fill:var(--color-highlight);transition:transform .4s ease-in-out}.side-floating-social-box:hover .side-floating-social-bar-container{right:10px}.side-floating-social-box:hover .side-floating-social-toggle{right:-150%}.side-floating-social-box:hover .side-floating-social-toggle-icon{transform:rotate(180deg)}.side-contact-bar-toggle-icon{width:18px;height:18px;fill:#fff}.side-contact-bar-toggle-text{color:var(--color-highlight);font-size:14px;writing-mode:vertical-rl;text-orientation:mixed;margin-top:5px;font-family:var(--font-family-body)}#header_lang_current_text{font-family:'Righteous',var(--font-family-body)}@font-face{font-family:"Righteous";font-style:normal;font-weight:400 700;font-display:swap;src:url("//style.flexpackagingbags.com/photo/flexpackagingbags/tplimg/Righteous-Regular.ttf")}:root{--main-primary-color:var(--color-accent,#d87c49);--main-secondary-color:var(--color-secondary,#333);--main-text-color:var(--color-text,#333);--main-text-light-color:var(--color-highlight,#fff);--main-background-color:var(--color-background,#fff);--main-background-alt-color:var(--color-background-alt,#f9fbed);--main-border-color:var(--color-border,#eaeaea);--main-body-font:var(--font-family-body,Verdana,sans-serif);--main-heading-font:var(--font-family-heading,"Times New Roman",serif);--main-subheading-font:var(--font-family-subheading,Helvetica,sans-serif)}#main-content{padding-top:110px;background-color:var(--main-background-color)}.page-container{max-width:1400px;margin:0 auto;padding:40px 20px}.section-title{font-family:var(--main-heading-font);font-size:36px;font-weight:bold;color:var(--main-text-color);text-align:center;margin-bottom:40px;text-transform:capitalize}.product-detail-grid{display:grid;gap:40px;align-items:flex-start}.product-detail-hero-grid{grid-template-columns:calc(45% + 62px) 1fr;margin-top:-20px}.product-detail-main-grid{grid-template-columns:1fr}.product-detail-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-detail-right-column{display:flex;flex-direction:column;gap:30px;--main-primary-color:#025440}.breadcrumb-nav-container{position:relative;max-width:1400px;margin:0 auto 36px;padding:0 20px;font-family:var(--main-body-font);box-sizing:border-box}.breadcrumb-nav-list{display:flex;align-items:center;color:var(--main-secondary-color);font-size:14px}.breadcrumb-nav-list .breadcrumb-nav-home-icon{margin:-1px 5px 0 0;display:inline-flex;align-items:center}.breadcrumb-nav-list .breadcrumb-nav-home-icon svg{width:18px;height:18px}.breadcrumb-nav-list .breadcrumb-nav-home-icon svg path{fill:var(--main-primary-color)}.breadcrumb-nav-list a{color:var(--main-secondary-color);text-decoration:none;transition:color .3s linear}.breadcrumb-nav-list a:hover{color:var(--main-primary-color)}.breadcrumb-nav-list .breadcrumb-nav-separator{margin:0 5px;color:var(--main-secondary-color)}.breadcrumb-nav-list div{overflow:hidden;white-space:nowrap}.breadcrumb-nav-list h2{margin:0;padding:0;font-weight:400;color:var(--main-secondary-color);text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:14px;font-family:var(--main-body-font)}.product-image-gallery-container{display:inline-flex;font-family:var(--main-body-font);border:1px solid var(--main-border-color);padding:15px;box-sizing:border-box;width:100%}.product-image-gallery-thumbs{flex:0 0 100px;margin-right:15px;max-height:520px;overflow-y:auto;overflow-x:hidden}.product-image-gallery-thumb-item{width:80px;height:80px;border:2px solid #ccc;margin-bottom:10px;cursor:pointer;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;box-sizing:border-box}.product-image-gallery-thumb-item img{max-width:100%;max-height:100%;display:block;transition:transform .3s ease}.product-image-gallery-thumb-item:hover img{transform:scale(1.1)}.product-image-gallery-thumb-item.active{border-color:var(--main-primary-color)}.product-image-gallery-thumb-item .product-image-gallery-play-icon-small{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;background-color:rgba(0,0,0,0.5);border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.product-image-gallery-thumb-item .product-image-gallery-play-icon-small::after{content:'';display:block;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:12px solid var(--main-text-light-color);margin-left:3px}.product-image-gallery-main-view{flex:1;display:flex;align-items:center;justify-content:center;height:520px;width:100%;background-color:#f9f9f9;position:relative;overflow:hidden}.product-image-gallery-main-image{max-width:100%;max-height:100%;display:none}.product-image-gallery-video-wrapper{width:100%;height:100%;position:relative;display:none}.product-image-gallery-video-wrapper a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;text-decoration:none;background-color:#000}.product-image-gallery-video-wrapper .product-image-gallery-video-poster{max-width:100%;max-height:100%;object-fit:contain}.product-image-gallery-video-wrapper .product-image-gallery-play-icon-large{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background-color:rgba(0,0,0,0.6);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s;z-index:1}.product-image-gallery-video-wrapper a:hover .product-image-gallery-play-icon-large{background-color:rgba(0,0,0,0.8)}.product-image-gallery-video-wrapper .product-image-gallery-play-icon-large::after{content:'';display:block;width:0;height:0;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:30px solid var(--main-text-light-color);margin-left:5px}.product-title-component{position:relative;padding-bottom:20px;overflow:hidden}.product-title-component .product-title-heading{font-size:32px;font-weight:700;color:var(--main-text-color);margin:0;line-height:1.4;opacity:0;transform:translateX(-50px);transition:opacity .8s ease-out,transform .8s ease-out}.product-title-component.is-visible .product-title-heading{opacity:1;transform:translateX(0)}.product-title-component .product-title-background{position:absolute;top:10px;left:0;width:100%;z-index:-1;font-size:32px;font-weight:700;color:var(--main-text-color);line-height:1.4;margin:0;opacity:0;transform:translateX(-50px);transition:opacity .8s ease-out,transform .8s ease-out}.product-title-component.is-visible .product-title-background{opacity:.1;transform:translateX(0)}.product-title-component .product-title-text-bg{display:inline;background:linear-gradient(to top,transparent 25%,#f5f5f5 25%,#f5f5f5 85%,transparent 85%);padding:.1em 0;box-decoration-break:clone;-webkit-box-decoration-break:clone}.product-title-component .product-title-underline{position:absolute;bottom:5px;left:0;width:0;height:4px;background-color:var(--main-primary-color);transition:width 1s ease-in-out;transition-delay:.5s}.product-title-component.is-visible .product-title-underline{width:80px}.product-standard-attribute-container *{margin:0;padding:0;box-sizing:border-box}.product-standard-attribute-container{width:100%;margin:20px 0;font-family:var(--main-body-font);color:#263238}.product-standard-attribute-panel{background:rgba(255,255,255,0.95);border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,0.1);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.4)}.product-standard-attribute-panel-header{display:none}.product-standard-attribute-tab-container{background:#f8fffe;border-bottom:1px solid #e0f2f1}.product-standard-attribute-tab-nav{display:flex;max-width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.product-standard-attribute-tab-nav::-webkit-scrollbar{display:none}.product-standard-attribute-tab-button{flex:1;min-width:150px;padding:15px 20px;background:#ecf5f2;border:0;font-size:14px;font-weight:600;color:#78909c;cursor:pointer;transition:all .3s cubic-bezier(0.4,0,0.2,1);position:relative;border-bottom:3px solid transparent}.product-standard-attribute-tab-button::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(38,166,154,0.1) 0,rgba(77,182,172,0.1) 100%);transform:scaleX(0);transition:transform .3s ease;z-index:0}.product-standard-attribute-tab-button span{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:capitalize}.product-standard-attribute-tab-button:hover{color:var(--main-primary-color)}.product-standard-attribute-tab-button:hover::before{transform:scaleX(1)}.product-standard-attribute-tab-button.product-standard-attribute-active{color:#333;border-bottom-color:#333}.product-standard-attribute-tab-content{padding:20px}.product-standard-attribute-tab-pane{display:none;animation:product-standard-attribute-fadeIn .5s ease-in-out}.product-standard-attribute-tab-pane.product-standard-attribute-active{display:block}@keyframes product-standard-attribute-fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product-standard-attribute-attributes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.product-standard-attribute-attribute-card{background:linear-gradient(135deg,#fff 0,#f8fdff 100%);padding:15px;border-radius:12px;border:1px solid var(--main-border-color);transition:all .4s cubic-bezier(0.25,0.46,0.45,0.94);position:relative;overflow:hidden}.product-standard-attribute-attribute-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:3px;background:var(--main-primary-color);transform:scaleX(0);transition:transform .3s ease}.product-standard-attribute-attribute-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.08);border-color:var(--main-primary-color)}.product-standard-attribute-attribute-card:hover::before{transform:scaleX(1)}.product-standard-attribute-attr-icon{display:none}.product-standard-attribute-attr-title{font-size:13px;color:#78909c;margin-bottom:6px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.product-standard-attribute-attr-content{font-size:14px;color:var(--main-text-color);font-weight:700;line-height:1.4}.product-standard-attribute-price-highlight,.product-standard-attribute-quantity-highlight{color:var(--main-primary-color);background:rgba(216,124,73,0.1);padding:2px 8px;border-radius:6px;display:inline-block}.product-standard-attribute-brand-highlight{color:#000;padding:2px 8px;border-radius:6px;display:inline-block}.product-detail-right-column .product-standard-attribute-price-highlight,.product-detail-right-column .product-standard-attribute-quantity-highlight{background:rgba(2,84,64,0.1)}.product-standard-attribute-icon{width:16px;height:16px;fill:currentColor}.inquiry-button-btn{position:relative;padding:15px 40px;border:0;background:var(--main-primary-color);color:var(--main-text-light-color);font-size:16px;font-weight:bold;border-radius:50px;cursor:pointer;overflow:hidden;transition:all .3s ease;margin-top:20px;width:100%;box-sizing:border-box;text-align:center;text-transform:capitalize}.inquiry-button-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.4),transparent);transition:left .5s}.inquiry-button-btn:hover::before{left:100%}.inquiry-button-btn::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:0;background:rgba(255,255,255,0.2);transition:height .3s ease}.inquiry-button-btn:hover::after{height:100%}.inquiry-button-btn span{position:relative;z-index:1}.product-remark-wrapper{padding:50px 20px;font-family:var(--main-body-font);background-image:url('/photo/flexpackagingbags/tplimg/20250729962638.jpeg');background-size:cover;background-position:center;background-attachment:fixed;border-top:1px solid var(--main-border-color);border-bottom:1px solid var(--main-border-color);overflow:hidden;position:relative}.product-remark-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:1}.product-remark-container{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}.product-remark-title{font-size:28px;font-weight:600;color:var(--main-text-light-color);margin:0 auto 25px auto;padding-bottom:15px;position:relative;display:inline-block}.product-remark-title::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background-color:var(--main-text-light-color)}.product-remark-content{font-size:16px;line-height:1.9;color:#eee;max-width:900px;margin:0 auto;white-space:pre-wrap;text-align:left;opacity:0;transform:translateY(40px);transition:opacity 1.2s cubic-bezier(0.165,0.84,0.44,1),transform 1.2s cubic-bezier(0.165,0.84,0.44,1)}.product-remark-content.product-remark-is-visible{opacity:1;transform:translateY(0)}.product-description-container{margin:40px 0 0;background-color:#fff;padding:48px 24px;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.product-description-title{font-family:var(--main-heading-font);font-size:26px;font-weight:700;color:#333;margin:0 0 40px 0;padding-bottom:16px;border-bottom:1px solid #eee;letter-spacing:-0.02em;text-align:center}.product-description-container .product-highlights{background-color:#f9f9f9;padding:24px;margin:0 0 40px 0;border-left:3px solid #666}.product-description-container .highlight-title{font-size:17.6px;font-weight:600;margin-bottom:16px;color:#222}.product-description-container .highlight-items{list-style:none;padding-left:0}.product-description-container .highlight-items li{margin-bottom:12.8px;font-size:16px}.product-description-container .product-content{font-size:16px;color:#555}.product-description-container .product-content p{margin-bottom:24px;line-height:1.7}.product-description-container .product-content strong{color:#222}@media(max-width:600px){.product-description-container{padding:32px 24px}.product-description-title{font-size:25.6px}}.b2b-product-card-hover-effect-container{box-sizing:border-box;width:100%;border:1px solid var(--main-border-color);background-color:var(--main-background-color);font-family:var(--main-body-font);transition:box-shadow .3s ease;overflow:hidden;border-radius:8px}.b2b-product-card-hover-effect-container:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1)}.b2b-product-card-hover-effect-image-link{display:block;text-decoration:none;color:inherit}.b2b-product-card-hover-effect-image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background-color:#f5f5f5}.b2b-product-card-hover-effect-image-wrapper::after{content:"";position:absolute;top:0;left:-150%;width:70%;height:100%;background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%);transform:skewX(-25deg);transition:none;z-index:1}.b2b-product-card-hover-effect-container:hover .b2b-product-card-hover-effect-image-wrapper::after{left:150%;transition:left 1.2s ease-in-out}.b2b-product-card-hover-effect-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.b2b-product-card-hover-effect-container:hover .b2b-product-card-hover-effect-image{transform:scale(1.05)}.b2b-product-card-hover-effect-video-icon{position:absolute;bottom:10px;right:10px;background-color:rgb(65 57 57 / 30%);color:var(--main-text-light-color);padding:4px 8px;border-radius:4px;font-size:12px;font-weight:bold;z-index:2;text-transform:uppercase}.b2b-product-card-hover-effect-content{padding:15px;transition:background-color .3s ease}.b2b-product-card-hover-effect-name{font-size:16px;color:var(--main-text-color);font-weight:bold;line-height:1.4;height:44px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;transition:color .3s ease}.b2b-product-card-hover-effect-remark{font-size:14px;color:var(--main-secondary-color);line-height:1.5;height:42px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:15px;transition:color .3s ease}.b2b-product-card-hover-effect-button{display:block;width:100%;padding:10px 0;font-size:16px;color:var(--main-primary-color);background-color:var(--main-background-color);border:1px solid var(--main-primary-color);border-radius:20px;cursor:pointer;text-align:center;transition:background-color .3s ease,color .3s ease,border-color .3s ease;text-transform:capitalize}.b2b-product-card-hover-effect-button:hover{background-color:var(--main-primary-color);border-color:var(--main-primary-color);color:var(--main-text-light-color)}.b2b-product-card-hover-effect-container:hover .b2b-product-card-hover-effect-content{background-color:#025440}.b2b-product-card-hover-effect-container:hover .b2b-product-card-hover-effect-name{color:var(--main-text-light-color)}.b2b-product-card-hover-effect-container:hover .b2b-product-card-hover-effect-remark{color:#d3d3d3}.b2b-product-card-hover-effect-container:hover .b2b-product-card-hover-effect-button{background-color:#fff;color:var(--main-primary-color);border-color:var(--main-primary-color)}#main-content .section-body{line-height:1.7;color:var(--text-color-secondary);overflow-wrap:break-word;word-wrap:break-word;display:flow-root}#main-content .section-body img{max-width:100% !important;height:auto !important}#main-content .section-body table{max-width:100%;overflow-x:auto;border-collapse:collapse;border-spacing:0}#main-content .section-body table th,#main-content .section-body table td{padding:8px 12px;border:1px solid var(--border-color)}#main-content .section-body p{margin-bottom:1em !important}@keyframes fadeInUp{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.product-custom-attributes-container{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif;border-radius:12px;padding:24px;margin-bottom:20px;color:#333;border:1px solid #fafafa;background-color:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.05)}.product-custom-attributes-title{font-family:"Times New Roman",serif;font-size:26px;color:#333;font-weight:600;margin:0 0 16px 0;padding-bottom:16px;text-align:center;opacity:0;animation:fadeInUp .6s ease-out .2s forwards}.product-custom-attributes-highlight{background-color:#ecf5f2;padding:16px;margin-bottom:20px;font-size:14px;line-height:1.6;border-radius:12px;text-align:center;opacity:0;animation:fadeInUp .6s ease-out .4s forwards}.product-custom-attributes-highlight-label{font-weight:600;color:#333}.product-custom-attributes-highlight-value{color:#555}.product-custom-attributes-list{display:flex;flex-wrap:wrap;margin:0 -12px;opacity:0;animation:fadeInUp .6s ease-out .6s forwards}.product-custom-attributes-item{box-sizing:border-box;width:50%;padding:10px 12px;font-size:14px;line-height:1.5;display:flex}.product-custom-attributes-label{color:#666;width:160px;flex-shrink:0;padding-right:10px}.product-custom-attributes-value{font-weight:600;color:#333;word-break:break-word}.product-tag-words-section{margin-top:30px}.product-tag-words-container{display:flex;align-items:flex-start;flex-wrap:wrap;gap:10px}.product-tag-words-side{margin-right:10px;padding:10px 0;line-height:1;color:#333;font-weight:bold}.product-tag-words-button{position:relative;transition:all .3s ease-in-out;padding-block:5px;padding-inline:5px;background-color:#efefef;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#000;gap:10px;font-weight:400;outline:0;overflow:hidden;font-size:14px;line-height:24px;border:1px dashed #ddd;padding:5px 10px;text-decoration:none}.product-tag-words-button h2{font-size:inherit;font-weight:inherit;margin:0}.product-tag-words-icon{width:24px;height:24px;transition:all .3s ease-in-out}.product-tag-words-button:hover{transform:scale(1.05);border-color:#fff9}.product-tag-words-button:hover .product-tag-words-icon{transform:translate(4px)}.product-tag-words-button:hover::before{animation:product-tag-words-shine 1.5s ease-out infinite}.product-tag-words-button::before{content:"";position:absolute;width:100px;height:100%;background-image:linear-gradient(120deg,rgba(255,255,255,0) 30%,rgba(255,255,255,0.8),rgba(255,255,255,0) 70%);top:0;left:-100px;opacity:.6}@keyframes product-tag-words-shine{0%{left:-100px}60%{left:100%}to{left:100%}}.product-reviews-container{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';color:#333;background-color:#fff;padding:24px;border:1px solid #e0e0e0;border-radius:8px}.product-reviews-summary{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.product-reviews-summary-left{display:flex;align-items:flex-start;gap:30px}.product-reviews-average-rating{text-align:center;min-width:150px}.product-reviews-average-score{font-size:48px;font-weight:bold;color:#1a1a1a;line-height:1.2}.product-reviews-stars-display{display:inline-block;font-size:20px;position:relative;color:#ccc}.product-reviews-stars-display-inner{position:absolute;top:0;left:0;white-space:nowrap;overflow:hidden;color:#f5a623}.product-reviews-total-reviews{font-size:14px;color:#666;margin-top:8px}.product-reviews-distribution{flex-grow:1}.product-reviews-distribution-row{display:flex;align-items:center;margin-bottom:8px;font-size:14px}.product-reviews-distribution-label{color:#666;width:60px;flex-shrink:0}.product-reviews-progress-bar{width:200px;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;margin:0 12px}.product-reviews-progress-bar-inner{height:100%;background-color:#f5a623;border-radius:4px}.product-reviews-distribution-percent{color:#666;width:40px;text-align:right}.product-reviews-summary-right{flex-shrink:0}.product-reviews-write-btn{background-color:#f70;color:#fff;border:0;padding:10px 20px;font-size:14px;font-weight:bold;border-radius:4px;cursor:pointer;transition:background-color .3s;text-transform:capitalize}.product-reviews-write-btn:hover{background-color:#e66a00}.product-reviews-list-title{font-size:18px;font-weight:bold;color:#1a1a1a;margin-top:24px;margin-bottom:16px}.product-reviews-list{margin:0;padding:0;list-style:none}.product-reviews-item{padding:20px 0;border-bottom:1px solid #f0f0f0}.product-reviews-item:last-child{border-bottom:0}.product-reviews-item-header{display:flex;align-items:center;margin-bottom:12px}.product-reviews-avatar{width:40px;height:40px;border-radius:50%;background-color:#0052cc;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:bold;margin-right:12px;flex-shrink:0}.product-reviews-author-info{flex-grow:1;display:flex;align-items:baseline;gap:8px}.product-reviews-author-name{font-weight:bold;font-size:14px;color:#333}.product-reviews-author-meta{font-size:12px;color:#999}.product-reviews-author-meta span{margin-right:8px}.product-reviews-item-rating .product-reviews-stars-display{font-size:16px}.product-reviews-item-body{font-size:14px;line-height:1.6;color:#333}.product-reviews-item-content{margin-bottom:12px}.product-reviews-item-pics{display:flex;gap:8px;margin-bottom:12px}.product-reviews-item-pic{width:80px;height:80px;object-fit:cover;border:1px solid #eee;border-radius:4px;cursor:pointer}.product-reviews-item-footer{display:flex;align-items:center;font-size:12px;color:#666}.product-reviews-helpful-btn{display:flex;align-items:center;cursor:pointer;color:#666;background:0;border:1px solid #ccc;padding:4px 8px;border-radius:12px;margin-left:16px}.product-reviews-helpful-btn:hover{background-color:#f5f5f5;border-color:#999}.product-reviews-helpful-btn svg{width:14px;height:14px;margin-right:6px;fill:currentColor}.site-footer{font-family:var(--font-family-body);color:#239e83;position:relative;font-size:14px;line-height:1.6;overflow:hidden}@keyframes footer-bubble-rise{from{bottom:-100px;transform:translateX(0)}to{bottom:100%;transform:translateX(calc(var(--direction, 1) * 50px))}}.footer-bubbles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.footer-bubble{position:absolute;background:#ecf5f2;border-radius:50%;animation-name:footer-bubble-rise;animation-timing-function:linear;animation-iteration-count:infinite}.footer-bubble:nth-child(1){width:80px;height:80px;left:10%;animation-duration:25s;animation-delay:0s}.footer-bubble:nth-child(2){width:30px;height:30px;left:20%;animation-duration:18s;animation-delay:2s;--direction:-1}.footer-bubble:nth-child(3){width:50px;height:50px;left:25%;animation-duration:30s;animation-delay:4s}.footer-bubble:nth-child(4){width:90px;height:90px;left:40%;animation-duration:22s;animation-delay:0s;--direction:-1}.footer-bubble:nth-child(5){width:40px;height:40px;left:50%;animation-duration:35s;animation-delay:7s}.footer-bubble:nth-child(6){width:70px;height:70px;left:65%;animation-duration:19s;animation-delay:1s;--direction:-1}.footer-bubble:nth-child(7){width:110px;height:110px;left:75%;animation-duration:28s;animation-delay:3s}.footer-bubble:nth-child(8){width:60px;height:60px;left:85%;animation-duration:21s;animation-delay:5s;--direction:-1}.footer-bubble:nth-child(9){width:25px;height:25px;left:90%;animation-duration:26s;animation-delay:2s}.footer-bubble:nth-child(10){width:45px;height:45px;left:95%;animation-duration:32s;animation-delay:4s;--direction:-1}.site-footer *{margin:0;padding:0;box-sizing:border-box}.site-footer ul{list-style:none}.site-footer a{color:inherit;font-size:inherit;cursor:pointer;transition:var(--transition-fast)}.site-footer a:hover{color:var(--color-accent)}.site-footer input{outline:0;border:0;font-family:inherit;color:var(--color-text)}.site-footer input[type="submit"]{cursor:pointer}.site-footer .site-footer__content{max-width:1400px;margin:0 auto;position:relative}.site-footer .site-footer__flex{display:flex}.site-footer .site-footer__flex--wrap{flex-wrap:wrap}.site-footer .site-footer__flex--between{justify-content:space-between}.site-footer .site-footer__flex--align-top{align-items:flex-start}.site-footer .site-footer__flex--align-middle{align-items:center}.site-footer .site-footer__container{background:#f9fafb}.site-footer .site-footer__main{padding:80px 0 40px}.site-footer .site-footer__intro{width:340px;margin-right:2%}.site-footer .site-footer__intro .site-footer__logo{display:block;overflow:hidden;position:relative;text-indent:-999px;max-width:75%}.site-footer .site-footer__intro .site-footer__logo img{display:block;height:60px;object-fit:contain}.site-footer .site-footer__intro .site-footer__logo p{position:absolute;z-index:-1;inset:0}.site-footer .site-footer__intro p{font-size:14px;color:#239e83;margin-top:20px}.site-footer .site-footer__intro form{width:100%;max-width:327px;display:grid;gap:12px;margin-top:25px}.site-footer .site-footer__intro form input[type=email]{width:100%;display:block;border-radius:var(--border-radius-sm);background-color:var(--color-background);font-size:14px;padding:12px 18px;border:1px solid var(--color-border)}.site-footer .site-footer__intro form input[type=email]::placeholder{color:#999}.site-footer .site-footer__intro form input[type=submit]{text-transform:uppercase;display:block;font-size:14px;font-weight:500;width:100%;border-radius:var(--border-radius-sm);background-color:var(--color-accent);color:var(--color-highlight);padding:12px 18px;transition:var(--transition-fast)}.site-footer .site-footer__intro form input[type=submit]:hover{opacity:.8}.site-footer .site-footer__links-group{flex:1;min-width:180px}.site-footer .site-footer__links-group strong{display:block;font-weight:600;text-transform:uppercase;font-size:16px;color:#025440;margin-bottom:25px;font-family:'Righteous',var(--font-family-subheading)}.site-footer .site-footer__links-group li{margin-bottom:12px}.site-footer .site-footer__links-group li:last-child{margin-bottom:0}.site-footer .site-footer__links-group li a{font-weight:400;font-size:14px}.site-footer .site-footer__contact-group{width:auto;flex-grow:1.2}.site-footer .site-footer__contact-group strong{margin-bottom:25px}.site-footer .site-footer__contact-group li{position:relative;padding-left:32px;margin-bottom:18px;display:flex;flex-direction:column}.site-footer .site-footer__contact-group li>svg{position:absolute;left:0;top:2px}.site-footer .site-footer__contact-group li a{font-weight:400}.site-footer .site-footer__contact-group li .site-footer__contact-label{font-size:13px;line-height:1.5;color:#239e83;margin-top:2px}.site-footer .site-footer__social{margin-top:30px}.site-footer .site-footer__social .site-footer__social-list{gap:15px;display:flex;flex-wrap:wrap;align-items:center}.site-footer .site-footer__social .site-footer__social-list a{opacity:.7;display:block;width:24px;height:24px;transition:var(--transition-fast)}.site-footer .site-footer__social .site-footer__social-list a:hover{opacity:1;transform:scale(1.1)}.site-footer .site-footer__copyright{border-top:1px solid var(--color-border);padding:20px 0}.site-footer .site-footer__copyright .site-footer__flex{gap:15px;justify-content:center}.site-footer .site-footer__copyright p,.site-footer .site-footer__copyright a{font-weight:400;color:#239e83;font-size:12px}.site-footer .site-footer__copyright a{display:block;transition:var(--transition-fast)}.site-footer .site-footer__copyright a::before{display:inline-block;content:' | ';pointer-events:none;color:#ccc;margin-right:8px}.site-footer .site-footer__copyright a:hover{color:var(--color-accent)}.site-footer .site-footer__copyright .site-footer__copyright-btns{flex:1;display:flex;justify-content:flex-end}
الصمام يقف أسفل مسطح كيس التعبئة والتغليف البلاستيكي المطبوع خصيصا ضد الرائحة القابلة لإعادة إغلاق
الصمام يقف أسفل مسطح كيس التعبئة والتغليف البلاستيكي المطبوع خصيصا ضد الرائحة القابلة لإعادة إغلاق
الصمام يقف أسفل مسطح كيس التعبئة والتغليف البلاستيكي المطبوع خصيصا ضد الرائحة القابلة لإعادة إغلاق
اسأل الآن
تفاصيل المنتج
إبراز:
أكياس التعبئة المقاومة للروائح , أكياس الألومنيوم الوقوف السطحية , أكياس القهوة البلاستيكية القابلة لإعادة الإغلاق حسب الطلب
رقم الموديل:
BTP-BBF260124
طريقة الختم:
إغلاق السوستة
أداء مقاوم للماء:
ضد للماء
الكلمة الرئيسية:
حقيبة مايلر
الاستخدام الصناعي:
تغليف القهوة
التعامل مع السطح:
الطباعة الروتوغرافية/الطباعة الرقمية/الطباعة الفلكسوغرافية
طلب مخصص:
يقبل
نوع الحقيبة:
حقيبة مسطحة القاع
مقاس:
حجم مخصص مقبول
الشعار:
قبول طباعة الشعار المخصص
سماكة:
سمك مخصص
لون:
ما يصل إلى 10 ألوان
نوع العمل:
الشركة المصنعة
جودة:
حاجز مرتفع، درجة الغذاء
غرض:
كيس التغليف
الاستخدام:
كيس تغليف المواد الغذائية
ميزة:
مقاوم للرطوبة، ومقاوم للرائحة
نوع البلاستيك:
بوب / فمبيت / بي، حسب الطلب
حزمة النقل:
كرتون
مواصفة:
(140+65)×(160+30) ملم، حسب الطلب
علامة تجارية:
BTP
أصل:
قوانغدونغ، الصين
رمز النظام المنسق:
3923290000
القدرة الإنتاجية:
20000 قطعة/يوم
وصف المنتج
صمام مقاوم للرائحة الألومنيوم الوقوف أسفل مسطح كيس التعبئة والتغليف البلاستيكي مخصصة إعادة إغلاق
لمحة عامة عن المنتج
كيس التعبئة الغذائية المطبوعة المطبوعة القابلة لإعادة إغلاق السحاب المصفوفة من ورق التعبئة الغذائية. جميع أكياس التعبئة الغذائية المصفوفة والأفلام الملفوفة لدينا من الدرجة الغذائية وخالية من BPA و DINP.الامتثال للهجرة مع FDA و (EU) لاالمعايير 10/2011.
تشمل الخيارات القابلة للتخصيص حاجزًا مرتفعًا ، مضادًا للرطوبة ، مضادًا للرائحة ، كيس زيبر قابل لإعادة التدوير ، كيس ختم ثلاثي الجانب ، كيس الوقوف ، Doypack ، كيس Spout ، كيس gusset الجانبي ، كيس القاع المسطح ، وأكثر من ذلك.
مواصفات المنتج
اسم المنتج
صمام عازل على الرائحة مخصص سحب قفز أسفل مسطح كيس التعبئة البلاستيكية
المواد
BOPP / VMPET / PE ، مخصصة
ملحقات
حفرة الدموع / سطح الطباعة المنتهي أو اللامع / سحب السحاب / فتحة التعلق
السعة
من 50 غرام إلى 5 كجم أو 10 كجم أو 15 كجم أو حسب متطلبات العملاء
الطباعة
الطباعة المطبوعة MOQ5000، الطباعة الرقمية MOQ2
الحجم واللون
(140+65) x ((160+30) ملم، 0.12 ملم، مخصصة
الـ MOQ
2 (اعتمادا على عملية الطباعة وحجم الحقيبة)
مجال الاستخدام
القهوة، الوجبات الخفيفة، طعام الحيوانات الأليفة، مسحوق الحليب، المشروبات، المكسرات، الطعام المجفف، الفواكه المجففة، البذور، السكر، التوابل، الخبز، الشاي، الأعشاب، القمح، مسحوق الغسيل، الملح، الحلوى، الأرز، الخ.
وقت التنفيذ
الطباعة الرقمية 7-12 يوماً، الطباعة الحادة 15-20 يوماً
شهادة
ISO، BRC، GMI، QS، HACCP، معيار الاتحاد الأوروبي، الخ.
الخصائص الرئيسية
تنوع المنتج: مناسبة لتعبئة المنتجات الغذائية المختلفة بما في ذلك الحلوى والشوكولاته والبسكويت والبسكويت والوجبات الخفيفة وغيرها من المنتجات الغذائية
الحماية ضد الرطوبة: يضمن أن الأغذية المعبأة تظل طازجة ومحمية ، مع الحفاظ على جودة المنتج
تغليف قابل للتخصيص: الهياكل المادية المخصصة وتصاميم الطباعة للتوافق مع هوية العلامة التجارية الخاصة بك
تصميم متين ومختوم من الحرارة: البلاستيك PE عالي الجودة مع ختم محكم للهواء للحفاظ على الطازجة
الشعار و خيارات الطباعة: تقنيات الطباعة بالطباعة والطباعة بالشاشة الحريرية للأنماط المخصصة عالية الجودة
منشأة التصنيع
شركة دونغغوان أفضل مواد التعبئة والتغليف المحدودة ، التي تقع في دونغغوان - مدينة التصنيع الشهيرة ، هي مصنع محترف لأكياس التعبئة والتغليف المرنة مع 15 عامًا من الخبرة.معتمدة بموجب BRC/ISO14001/ISO22000/QS/GMI/EU10/2011.
نحن نعمل ورش عمل موحدة مع خطوط إنتاج متقدمة بما في ذلك HP Indigo 200K آلة الطباعة الرقميةآلات التصفيف الخالية من المذيبات، و 16 آلة لتشكيل الأكياس لمختلف أنواع الأكياس.
مختبر الاختبار الحديث المستقل لدينا يضمن تحليل المنتج ومراقبة الجودة. نحن نتعاون مع أفضل موردي المواد العالمية بما في ذلك حبر DIC وألواح Yuncheng لجودة عالية ثابتة.
متخصصة في الأكياس البلاستيكية الملونة المخصصة للغذاء والتغليف الفراغ، وتغليف الفواكه، وتغليف السوائل (حقيبة بي بي بي للنبيذ، العصير، المعجون) ، فيلم تغطية جيري، خدمة صناعة الأغذية،صناعة الإلكترونات، شركات مستحضرات التجميل، صناعة المشروبات وصناعة التجميد الغذائي.
الأسئلة الشائعة
ما هو الحد الأدنى لكمية الطلب لتخصيص؟
أي كمية مقبولة، ومع ذلك، أكبر كمية، أسعار أفضل. نقترح البدء مع 2pcs لكل تصميم عن طريق الطباعة الرقمية و 5000pcs لكل تصميم عن طريق الطباعة الجرافية.
ماذا عليّ أن أفعل للحصول على عرض؟
الرجاء إعلامنا بكمية الطلب، حجم الحزمة، تصميم الطباعة - وسوف نقوم بالاقتباس على الفور.
ماذا لو لم يكن لدي تصميم للطباعة؟
فريق الرسومات لدينا يوفر خدمة التصميم إذا وافقت على عرضنا ووضع الطلب.
ما هو الوقت الإجمالي للطلب؟
بالنسبة لطلبات الطباعة الرقمية، يمكننا شحن البضائع في غضون 7-15 يوما. بالنسبة لطلبات الطباعة الجرافية داخل 100,000pcs، يمكننا شحن البضائع في غضون 15-25 يوما، بضعة أيام إضافية للكميات العالية.
كم من الوقت سأنتظر لتلقي البضائع؟
هذا يعتمد على نوع خدمة البريد التي تختارها، بشكل عام، كلما كانت التكلفة أعلى، كلما كانت الخدمة أسرع.
هل يمكنني الحصول على عينة قبل الطلب؟
بالتأكيد، يمكننا توفير عينة مجانية (من مشاريعنا السابقة) لك للتحقق من الجودة. يمكن شحن في أي وقت.
نصائح مهمة
يرجى ملاحظة أن منتجاتنا مخصصة بالكامل بدلاً من RTS (في المخزون / جاهزة للشحن). السعر هو مرجع فقط (على أساس شروط معينة).
نحن نقدم المنتجات المخصصة للطباعة والتغليف. لا تتردد في الاتصال بنا أولا قبل الطلب.
إذا كان لديك عمل رسوم أو عينة جاهزة، يمكننا توفير الكثير من وقت التواصل.
بالنسبة للصمم المعقد، يمكنك أن تطلب منا نموذج تصميم. بالنسبة للصميم البسيط، يمكنك أيضاً إرسال شعارك إلينا. لدينا خدمة تصميم مجانية.
إذا كان لديك أي أسئلة، يرجى لا تتردد فياتصل بنا فوراً .
اترك رسالة
سوف نتصل بك قريبا!
تم الإرسال بنجاح!
سوف نتصل بك قريبا!
نعم
اترك رسالة
سوف نتصل بك قريبا!
الرجاء ترك بريدك الإلكتروني الصحيح ومتطلباتك التفصيلية (20-3000 حرف).
نعم