.full-header-dropdown{display:block}.full-header-dropdown-list{padding:0}.full-header-dropdown-item{position:relative;padding:0}.full-header-dropdown-link{display:block;padding:15px;color:var(--color-text);font-size:14px;white-space:nowrap;transition:var(--transition-fast)}.full-header-dropdown-link:hover{background-color:#f0f0f0;color:var(--color-primary)}.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-text-light);margin-left:8px;transition:var(--transition-fast);vertical-align:middle;position:relative;top:-2px}.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-primary)}.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-text);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-primary)}.full-header-dropdown-submenu{display:none;position:absolute;left:100%;top:-1px;background-color:var(--color-background-alt);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:10px 0;min-width:200px;animation:full-header-fadeIn .3s ease-out;transform:translateX(10px)}.full-header-dropdown-item.open>.full-header-dropdown-submenu{display:block;opacity:1;transform:translateX(0)}.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-text-light);transition:var(--transition-fast)}.full-header-search-toggle:hover svg{fill:var(--color-primary)}.full-header-search-form-container{display:none;position:absolute;top:calc(100% + 10px);right:0;background-color:var(--color-background-alt);box-shadow:var(--shadow-lg);z-index:1001;animation:full-header-fadeIn .3s ease-out;border-radius:50px;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-primary);border:0;color:var(--color-text-light);padding:9px 15px;cursor:pointer;font-size:14px;transition:var(--transition-fast);font-family:var(--font-family-heading)}.full-header-search-submit:hover{background-color:var(--color-primary-hover)}.full-header-lang-switcher{position:relative}.full-header-lang-current{display:flex;align-items:center;border:1px solid var(--color-border);padding:8px 12px;cursor:pointer;transition:var(--transition-fast);border-radius:50px;white-space:nowrap}.full-header-lang-current:hover{border-color:var(--color-primary)}.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-text-light)}.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-text-light);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-alt);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{padding:5px 0}.full-header-lang-item a{display:flex;align-items:center;padding:8px 15px;color:var(--color-text);font-size:14px;transition:var(--transition-fast)}.full-header-lang-item a:hover{background-color:var(--color-background);color:var(--color-primary)}.full-header-lang-item img{width:20px;height:20px;margin-right:10px;object-fit:cover}.side-contact-bar-component{position:fixed;top:50%;right:20px;transform:translateY(-50%);z-index:999;display:flex;flex-direction:column;gap:30px}.side-contact-bar-list{list-style:none;margin:0;padding:8px}.side-contact-bar-item{position:relative}.side-contact-bar-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:rgba(0,0,0,0.5);color:var(--color-primary);box-shadow:var(--shadow-sm);transition:var(--transition-fast)}.side-contact-bar-link:hover{background-color:var(--color-primary);color:var(--color-text-light);transform:scale(1.1);box-shadow:var(--shadow-lg)}.side-contact-bar-icon{width:24px;height:24px;fill:currentColor}.side-contact-bar-label{position:absolute;top:50%;right:120%;transform:translateY(-50%);background-color:var(--color-secondary);color:var(--color-text-light);padding:6px 12px;border-radius:var(--border-radius-sm);font-size:14px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none;font-family:var(--font-family-heading)}.side-contact-bar-item:hover .side-contact-bar-label{opacity:1;visibility:visible}.side-contact-bar-wechat-qrcode{display:none;position:absolute;right:120%;top:50%;transform:translateY(-50%);margin-right:10px;background-color:var(--color-background-alt);padding:10px;border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--color-border)}.side-contact-bar-item--wechat:hover .side-contact-bar-wechat-qrcode{display:block}.side-contact-bar-item--wechat:hover .side-contact-bar-label{opacity:0;visibility:hidden}.side-contact-bar-wechat-qrcode img{width:120px;height:120px;display:block}.side-contact-bar-wechat-qrcode p{font-size:12px;color:var(--color-text);text-align:center;margin:5px 0 0 0;font-family:var(--font-family-body)}.sticky-header{position:fixed;top:0;left:0;right:0;z-index:1000;animation:header-slide-down .3s ease-out;box-shadow:var(--shadow-sm)}@keyframes header-slide-down{from{transform:translateY(-100%)}to{transform:translateY(0)}}:root{--container-max-width:1400px;--gap-primary:30px;--gap-secondary:20px}#main-content .page-container{max-width:var(--container-max-width);margin:0 auto}#main-content .section{margin-bottom:60px}#main-content .section-title{font-family:var(--font-family-heading);font-size:32px;font-weight:bold;color:var(--color-dark);text-align:left;margin-bottom:40px;position:relative}#main-content .grid-container{display:grid;gap:var(--gap-primary)}#main-content .grid-col-2{grid-template-columns:repeat(2,1fr)}#main-content .grid-product-hero{grid-template-columns:700px 1fr}#main-content .grid-main-sidebar{grid-template-columns:1fr 360px}#main-content .main-content-col>*:not(:last-child){margin-bottom:var(--gap-primary)}#main-content .sidebar-col{position:relative}#main-content li{list-style:none}.product-accessories-container{max-width:100%;margin:0;padding:24px;font-family:var(--font-family-body);border:0;border-radius:var(--border-radius-md);background-color:#fff}.product-accessories-heading{margin:0 0 20px 0;font-size:20px;font-weight:600;color:var(--color-dark)}.product-accessories-grid{display:flex;flex-wrap:wrap;gap:15px}.product-accessories-button{min-width:180px;text-decoration:none;color:var(--color-text);background-color:var(--color-background);border:1px solid var(--color-border);border-radius:var(--border-radius-sm);padding:12px 15px;transition:var(--transition-fast);flex-grow:1;position:relative;overflow:hidden}.product-accessories-button::after{content:'↓';position:absolute;right:15px;top:50%;transform:translateY(-50%);font-weight:bold;opacity:0;transition:opacity .3s ease}.product-accessories-button:hover{background-color:var(--color-border);border-color:#d1d5db;padding-right:35px}.product-accessories-button:hover::after{opacity:1}.product-accessories-button-content{display:flex;align-items:center}.product-accessories-file-badge{background-color:#cc3434;color:#fff;font-size:12px;font-weight:600;padding:3px 6px;border-radius:4px;margin-right:10px}.product-accessories-button-label{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb-component{font-family:var(--font-family-body);font-size:14px;color:var(--color-text);line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:30px;padding:30px 0;border-radius:var(--border-radius-sm);border-bottom:1px solid var(--color-border)}.breadcrumb-component a{color:var(--color-brand);text-decoration:none;transition:var(--transition-fast)}.breadcrumb-component a:hover{color:var(--color-brand-hover)}.breadcrumb-component .breadcrumb-separator{margin:0 8px;color:#999}.breadcrumb-component .breadcrumb-current{display:inline;font-size:inherit;font-weight:normal;color:var(--color-dark)}.product-image-gallery-container{display:flex;flex-direction:column;font-family:var(--font-family-body);width:700px;height:auto;padding:15px;box-sizing:border-box;background-color:#fff;border-radius:var(--border-radius-md)}.product-image-gallery-thumbs{display:flex;margin-top:15px;overflow-x:auto;overflow-y:hidden;padding-bottom:5px;gap:14px}.product-image-gallery-thumb-item{width:100px;height:100px;border:2px solid var(--color-border);cursor:pointer;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--color-background);box-sizing:border-box;flex-shrink:0;border-radius:var(--border-radius-sm)}.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(--color-brand)}.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 svg{width:50%;height:50%;fill:var(--color-white)}.product-image-gallery-main-view{flex:1;display:flex;align-items:center;justify-content:center;background-color:var(--color-background);position:relative;overflow:hidden;aspect-ratio:1 / 1;border-radius:var(--border-radius-sm)}.product-image-gallery-main-image{width:100%;height:100%;object-fit:contain;display:block}.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{width:100%;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 svg{width:50%;height:50%;fill:#fff}.gallery-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;background-color:rgba(0,0,0,0.3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,opacity .3s ease;opacity:0;visibility:hidden}.product-image-gallery-main-view:hover .gallery-nav-arrow{opacity:1;visibility:visible}.gallery-nav-arrow:hover{background-color:rgba(0,0,0,0.6)}.gallery-nav-arrow.prev{left:15px}.gallery-nav-arrow.next{right:15px}.gallery-nav-arrow svg{width:24px;height:24px;fill:#fff}.product-spec-attr-container{font-family:var(--font-family-body);color:var(--color-text);line-height:1.6;padding:16px;background-color:#fff;border-radius:var(--border-radius-md);margin-top:var(--gap-secondary)}.product-spec-attr-title{font-size:18px;font-weight:600;color:var(--color-dark);margin:0 0 15px 0;padding-bottom:10px;border-bottom:1px solid var(--color-border)}.product-spec-attr-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;gap:5px}.product-spec-attr-item{box-sizing:border-box;padding:5px 0;font-size:14px;display:flex}.product-spec-attr-label{flex-shrink:0;width:160px;color:#888;padding-right:10px;white-space:nowrap}.product-spec-attr-value{color:var(--color-dark);word-break:break-word;font-weight:600;margin-left:30px}.product-spec-attr-section{padding:10px;border-radius:var(--border-radius-sm)}.product-spec-attr-section:last-child{margin-bottom:0}.inquiry-form-component-container{display:flex;width:100%;max-width:100%;margin:0;border:0;background:#fff;font-family:var(--font-family-body);box-shadow:var(--shadow-sm);overflow:hidden;border-radius:var(--border-radius-md);position:relative}.inquiry-form-component-image-wrapper{width:33.33%;flex-shrink:0;background-color:var(--color-background)}.inquiry-form-component-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.inquiry-form-component-form-wrapper{width:66.67%;padding:30px 40px;box-sizing:border-box;z-index:1}.inquiry-form-component-form-wrapper h3{margin-top:0;margin-bottom:25px;font-size:24px;color:var(--color-dark);font-weight:600}.inquiry-form-component-row{display:flex;gap:20px}.inquiry-form-component-row .inquiry-form-component-group{flex:1}.inquiry-form-component-group{margin-bottom:20px}.inquiry-form-component-group label{display:block;margin-bottom:8px;font-size:14px;color:var(--color-text);font-weight:500}.inquiry-form-component-group input[type="text"],.inquiry-form-component-group input[type="email"],.inquiry-form-component-group input[type="tel"],.inquiry-form-component-group textarea{width:100%;padding:12px;font-size:14px;border:1px solid #ccc;border-radius:var(--border-radius-sm);box-sizing:border-box;transition:var(--transition-fast);background-color:rgba(255,255,255,0.9)}.inquiry-form-component-group input:focus,.inquiry-form-component-group textarea:focus{outline:0;border-color:#474747;box-shadow:0 0 0 2px rgb(23 57 149 / 20%)}.inquiry-form-component-group textarea{resize:vertical;min-height:100px}.inquiry-form-component-submit-btn{width:100%;padding:12px;font-size:16px;font-weight:bold;color:#fff;background-color:#cc3434;border:0;border-radius:50px;cursor:pointer;transition:var(--transition-fast)}.inquiry-form-component-submit-btn:hover{background-color:#a52323;color:#fff}.inquiry-form-component-error{color:#cc3434;font-size:12px;display:block;height:15px;margin-top:5px}.product-tag-words-section{border-radius:var(--border-radius-md)}.product-tag-words-container{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.product-tag-words-side{margin-right:10px;line-height:1;font-size:16px;font-weight:bold;color:var(--color-dark)}.product-tag-words-btn{line-height:36px;background:var(--color-background);color:var(--color-text);border:1px solid var(--color-border);border-radius:50px;padding:0 15px;font-size:14px;cursor:pointer;position:relative;z-index:1;overflow:hidden;text-align:center;display:inline-block;text-decoration:none;transition:var(--transition-fast)}.product-tag-words-btn:hover{color:#fff;border-color:#cc3434;background-color:#cc3434;transform:translateY(-2px);box-shadow:var(--shadow-sm)}.inquiry-button-el{--background:#cc3434;--text:#fff;--font-size:16px;--duration:.44s;--move-hover:-4px;--shadow:0 2px 8px -1px rgba(204,52,52,0.32);--shadow-hover:0 4px 20px -2px rgba(204,52,52,0.5);--font-shadow:var(--font-size);padding:16px 32px;font-family:var(--font-family-heading);font-weight:500;line-height:var(--font-size);border-radius:50px;border:0;display:inline-block;outline:0;text-decoration:none;font-size:var(--font-size);letter-spacing:.5px;background:var(--background);color:var(--text);box-shadow:var(--shadow);transform:translateY(var(--y,0)) translateZ(0);transition:transform var(--duration) ease,box-shadow var(--duration) ease;cursor:pointer;user-select:none;text-align:center;margin-top:var(--gap-secondary)}.inquiry-button-el div{display:flex;overflow:hidden;text-shadow:0 var(--font-shadow) 0 var(--text)}.inquiry-button-el div span{display:block;backface-visibility:hidden;font-style:normal;transition:transform var(--duration) ease;transform:translateY(var(--m,0)) translateZ(0)}.inquiry-button-el div span:nth-child(1){transition-delay:.05s}.inquiry-button-el div span:nth-child(2){transition-delay:.1s}.inquiry-button-el div span:nth-child(3){transition-delay:.15s}.inquiry-button-el div span:nth-child(4){transition-delay:.2s}.inquiry-button-el div span:nth-child(5){transition-delay:.25s}.inquiry-button-el div span:nth-child(6){transition-delay:.3s}.inquiry-button-el div span:nth-child(7){transition-delay:.35s}.inquiry-button-el div span:nth-child(8){transition-delay:.4s}.inquiry-button-el div span:nth-child(9){transition-delay:.45s}.inquiry-button-el div span:nth-child(10){transition-delay:.5s}.inquiry-button-el div span:nth-child(11){transition-delay:.55s}.inquiry-button-el div span:nth-child(12){transition-delay:.6s}.inquiry-button-el:hover{--y:var(--move-hover);--shadow:var(--shadow-hover);background:#a52323;color:#fff}.inquiry-button-el:hover span{--m:calc(var(--font-size) * -1)}.product-title-main{font-family:var(--font-family-heading);font-size:36px;font-weight:bold;padding:6px 0;padding-left:14px;border-left:4px solid var(--color-brand);margin-bottom:var(--gap-secondary);color:var(--color-dark)}.product-description-container{box-sizing:border-box;width:100%;padding:24px;border:0;background-color:#fff;font-family:var(--font-family-body);border-radius:var(--border-radius-md)}.product-description-title{font-size:20px;font-weight:600;color:var(--color-dark);margin-bottom:16px;text-align:left;border-left:4px solid #cc3434;padding-left:15px}.product-description-remark{font-size:16px;line-height:1.7;color:var(--color-text);word-wrap:break-word;overflow-wrap:break-word;text-align:left}.product-description-remark a{color:var(--color-brand)}.product-description-remark a:hover{color:var(--color-brand-hover)}.prod-card-item{position:relative;background:#fff;cursor:pointer;transition:var(--transition-fast);list-style:none;margin:0;padding:0;box-sizing:border-box;border:0;border-radius:var(--border-radius-md);overflow:hidden}.prod-card-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.prod-card-item::after{content:'';display:block;width:0;height:3px;background:var(--color-brand);position:absolute;bottom:0;left:0;transition:all .5s}.prod-card-item:hover::after{width:100%}.prod-card-layout-wrapper{display:flex;width:100%;height:100%}.prod-card-image-wrapper{width:40%;padding:20px;box-sizing:border-box;position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;background-color:#fff}.prod-card-image-cell{width:100%;position:relative}.prod-card-image-cell::before{content:"";display:block;padding-top:100%}.prod-card-image-cell a{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-decoration:none}.prod-card-image-cell a img{width:100%;height:100%;object-fit:cover;border:0;display:block}.prod-card-content{width:60%;padding:30px 30px 30px 10px;display:flex;flex-direction:column;text-align:left;background-color:#fff}.prod-card-name{font-family:var(--font-family-heading);font-weight:600;font-size:18px;color:var(--color-dark);line-height:1.4;word-break:break-word;text-decoration:none;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:color .3s ease}.prod-card-name:hover{color:var(--color-brand)}.prod-card-brief{font-family:var(--font-family-body);font-weight:400;font-size:14px;color:var(--color-text);line-height:1.6;margin-top:15px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;flex-grow:1}.prod-card-button{border:1px solid #000;color:var(--color-white);border-radius:50px;height:38px;line-height:36px;text-align:center;padding:0 25px;box-sizing:border-box;margin-top:20px;text-decoration:none;transition:var(--transition-fast);font-size:14px;font-family:var(--font-family-heading);cursor:pointer;background:#fff;align-self:flex-start}.prod-card-item:hover .prod-card-button{background:#bd2d2d;border-color:#bd2d2d;color:#fff}.prod-card-video-icon{position:absolute;right:30px;bottom:30px;width:30px;height:30px;background-color:rgba(0,0,0,0.5);border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:2}.prod-card-video-icon svg{width:14px;height:14px;fill:#fff;margin-left:2px}.product-summary-wrapper{padding:24px;background:#fff;border:0;border-radius:var(--border-radius-md)}.product-summary-component{font-family:var(--font-family-heading);position:relative;margin-bottom:20px;border-left:5px solid #cc3434;padding-left:15px}.product-summary-component .product-summary-title{font-size:20px;font-weight:600;color:var(--color-dark);margin:0;line-height:1.2;word-break:break-word}.product-summary-rich{font-family:var(--font-family-body);font-size:16px;line-height:1.8;word-wrap:break-word;color:var(--color-text)}.designated-contact-card-wrapper{font-family:var(--font-family-body);color:var(--color-text);width:100%;padding:24px;border-radius:var(--border-radius-md);background-color:#fff;box-shadow:var(--shadow-sm);box-sizing:border-box}.designated-contact-card-wrapper:hover{box-shadow:var(--shadow-lg)}.designated-contact-card-header{text-align:center;border-bottom:1px solid var(--color-border);padding-bottom:15px;margin-bottom:15px}.designated-contact-card-name{font-size:18px;font-weight:bold;color:var(--color-dark);margin:0 0 5px 0}.designated-contact-card-job{font-size:14px;color:#777;margin:0}.designated-contact-card-list{list-style:none;padding:0;margin:0 0 20px 0}.designated-contact-card-list li{font-size:14px;color:var(--color-text);margin-bottom:12px;display:flex;align-items:flex-start;position:relative}.designated-contact-card-list li .designated-contact-card-label{font-weight:600;color:var(--color-dark);min-width:80px;flex-shrink:0}.designated-contact-card-list li .designated-contact-card-value{word-break:break-all}.designated-contact-card-list li a{color:#cc3434;text-decoration:none}.designated-contact-card-list li a:hover{text-decoration:underline;color:#cc3434}.designated-contact-card-wechat-qr-popup{display:none;position:absolute;top:100%;left:0;margin-top:5px;padding:10px;background-color:#fff;border:1px solid var(--color-border);box-shadow:var(--shadow-lg);border-radius:var(--border-radius-sm);z-index:500}.designated-contact-card-wechat-qr-popup img{width:120px;height:120px;display:block}.designated-contact-card-socials{display:flex;justify-content:center;flex-wrap:wrap;gap:15px;margin-bottom:20px;padding-top:15px;border-top:1px solid var(--color-border)}.designated-contact-card-socials a{display:inline-block;font-size:14px;color:#888;text-decoration:none;transition:color .2s ease}.designated-contact-card-socials a svg{width:24px;height:24px;display:block;fill:currentColor}.designated-contact-card-socials a:hover{color:var(--color-brand)}.designated-contact-card-inquiry-btn{display:block;width:100%;padding:12px 0;background-color:#cc3434;color:#fff;text-align:center;font-size:16px;font-weight:bold;border-radius:50px;text-decoration:none;transition:var(--transition-fast);cursor:pointer;border:0}.designated-contact-card-inquiry-btn:hover{background-color:#a52323;color:#fff}.product-custom-attributes-container{font-family:var(--font-family-body);border-radius:var(--border-radius-md);padding:24px;color:var(--color-dark);border:0;background-color:#fff}.product-custom-attributes-title{font-size:20px;font-weight:600;margin:0 0 16px 0;text-align:left;opacity:0;animation:fadeInUp .6s ease-out .2s forwards;border-left:4px solid #cc3434;padding-left:15px}.product-custom-attributes-highlight{background-color:var(--color-background);padding:16px;margin-bottom:20px;font-size:14px;line-height:1.6;border-radius:var(--border-radius-sm);text-align:left;opacity:0;animation:fadeInUp .6s ease-out .4s forwards}.product-custom-attributes-highlight-label{font-weight:600;color:var(--color-dark)}.product-custom-attributes-highlight-value{color:var(--color-text)}.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:var(--color-dark);word-break:break-word}@keyframes fadeInUp{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}#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}#main-content .section-body p{margin-bottom:1em !important}.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:#cc3434;color:#fff;border:0;padding:12px 25px;font-size:16px;font-weight:bold;border-radius:50px;cursor:pointer;transition:var(--transition-fast)}.product-reviews-write-btn:hover{background-color:#a52323;color:#fff}.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:#f0f0f0;color:#666;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}.footer-section-wrapper{background-color:var(--color-secondary);color:#bdc3c7;padding:50px 0 0 0;font-family:var(--font-family-body);font-size:14px;line-height:1.7}.footer-section-container{max-width:1400px;margin:0 auto;padding:0 20px}.footer-section-main{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;padding-bottom:40px}.footer-section-col{flex:1;min-width:220px}.footer-section-col .footer-title{font-family:var(--font-family-heading);font-size:18px;color:var(--color-text-light);margin-top:0;margin-bottom:25px;font-weight:600;position:relative;padding-bottom:10px;text-transform:uppercase}.footer-section-col .footer-title::after{content:'';position:absolute;left:0;bottom:0;height:2px;width:50px;background-color:var(--color-primary)}.footer-section-about-slogan{color:#ecf0f1}.footer-section-links-list li{margin-bottom:12px}.footer-section-links-list a{color:#bdc3c7;transition:var(--transition-fast)}.footer-section-links-list a:hover{color:var(--color-primary);padding-left:5px}.footer-section-contact-item{margin-bottom:12px;display:flex;align-items:flex-start}.footer-section-contact-item strong{font-weight:600;color:#ecf0f1;min-width:85px;flex-shrink:0}.footer-section-contact-item a{color:#bdc3c7;word-break:break-all}.footer-section-contact-item a:hover{color:#cc3434}.footer-section-contact-item span{word-break:break-all}.footer-section-contact-btn{display:inline-block;background-color:var(--color-primary);color:var(--color-text-light);padding:12px 25px;border:0;border-radius:50px;font-size:16px;font-weight:bold;cursor:pointer;text-align:center;transition:var(--transition-fast);margin-top:15px;font-family:var(--font-family-heading)}.footer-section-contact-btn:hover{background-color:#a52323;color:#fff}.footer-section-copyright{background-color:#1a1e22;text-align:center;padding:20px 0;font-size:13px;color:#95a5a6;border-top:1px solid #3c3c3c}.footer-section-copyright a{color:#bdc3c7;margin:0 10px}#footer-get-in-touch-desc{font-family:var(--font-family-heading);line-height:1.8}
مرحباً بك في Dongguan Better Packaging Material Co., Ltd.
+86 13112852595

حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة

الخصائص الأساسية
مكان المنشأ: قوانغدونغ، الصين
الاسم التجاري: OEM
الشهادة: BCR、GMI、ISO14001、ISO22000、REACH
رقم الطراز: ZLD260328
تداول العقارات
كمية الحد الأدنى للطلب: 100 قطعة
السعر: $0.04-0.09 / piece
شروط الدفع: / تي تي، ويسترن يونيون
القدرة على العرض: 500000 قطعة / يوم
ملخص المنتج
أكياس بسحاب ثلاثية الأبعاد مخصصة للمجوهرات. مادة PET/VMPET/PE مقاومة للرطوبة مع قفل بسحاب قابل للإغلاق. التخصيص الكامل لتصنيع المعدات الأصلية متاح للأحجام والشعارات والطباعة.

تفاصيل المنتج

إبراز:

حقيبة هولوغرام

,

حقيبة ليزر

,

حقيبة سحب ذاتية الإغلاق

Bag Type: الوقوف في الحقيبة
Feature: مقاوم للرطوبة
Industrial Use: المجوهرات والساعات والنظارات
Plastic Type: بيت / فمبيت / بي
Use: الأساور ، القلائد ، الأقراط ، الخواتم ، الساعات ، النظارات ، الأحجار الكريمة ، المجوهرات والساعات وا
Custom Order: يقبل
Material Structure: بيت / فمبيت / بي
Sealing & Handle: سحاب علوي
Surface Handling: الحفر، لوحة الأوفست
Product Name: الوقوف في الحقيبة
Usage: تغليف المنتج
Material: بيت / فمبيت / بي
Size&Thickness: حسب الطلب
Design/Printing: حسب الطلب
Lead Time: 15-25 أيام العمل
Surface Finish: الحفر، لوحة الأوفست
Seal: الرمز البريدي قفل الأعلى
Colour: 1-9 ألوان/حسب الطلب
OEM: يقبل
وصف المنتج
وصف المنتج
منتج أكياس بريدية ليزر بأحجام وشعار مخصص، أكياس تغليف بلاستيكية بسحاب، أكياس مايلر هولوغرام
مواد PET/VMPET/PE
الحجم والشعار قبول مخصص
استخدام كيس تغليف مجوهرات
عينة مجانية مرحبًا بكم في الاتصال بنا للحصول على عينات مجانية
التعبئة كيس بولي إيثيلين -- كرتون ورقي -- منصة نقالة
الشحن عن طريق الشحن السريع/الجوي/البحري أو وكيل الشحن الخاص بك
الدفع T/T، ويسترن يونيون
مصطلح العمل EXW/FOB
الحد الأدنى للطلب 10000 قطعة، كمية أكبر سعر وحدة أفضل
مهارة الطباعة طباعة رقمية/طباعة غرافيور/طباعة أوفست
اتصل بنا. آني

الهاتف / وي شات / واتساب: +86 18033033921

البريد الإلكتروني: Anny@dgbpk.com

حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 0
صور تفصيلية
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 1
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 2
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 3
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 4
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 5
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 6
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 7
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 8
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 9
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 10
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 11
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 12
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 13
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 14
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 15
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 16
نبذة عن الشركة
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 17
عملية الإنتاج
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 18
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 19
الشهادات
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 20
التعبئة والشحن
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 21
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 22
ملاحظات المشتري
حقيبة زيبر قابلة لإعادة الإغلاق حقائب بريد ليزر ذاتية الختم الهدية المجوهرات البلاستيكية زيبر التعبئة والتغليف كيس مايلار هولوغرام حزمة صغيرة 23
الأسئلة الشائعة

س1: هل أنت مصنع لأكياس التعبئة والتغليف؟

ج1: نعم، نحن مصنعون لأكياس الطباعة والتعبئة ولدينا مصنعنا الخاص الذي يقع في مدينة دونغقوان بمقاطعة قوانغدونغ منذ عام 2012.

س2: ما هو نطاق التعبئة والتغليف الخاص بك؟

ج2: أكياس تغليف مركبة، أكياس تغليف بلاستيكية، أكياس ورقية كرافت، أكياس رقائق الألومنيوم، أكياس BOPP، لفات فيلم (أكياس قائمة بسحاب، أكياس جانبية مجمعة، أكياس إغلاق ثلاثية الجوانب، أكياس قاع مسطح، أكياس تفريغ، أكياس بصمام، أكياس في صندوق).

س3: متى يمكنني الحصول على السعر وكيف أحصل على السعر الكامل؟

ج3: إذا كانت معلوماتك كافية، سنقدم لك عرض أسعار في غضون 30 دقيقة إلى ساعة واحدة في وقت العمل، وسنقدم عرض أسعار في غضون 12 ساعة في وقت خارج العمل.

السعر الكامل يعتمد على نوع الكيس، الحجم، المادة، السماكة، ألوان الطباعة، الكمية. نرحب باستفسارك.

س4: هل يمكنني الحصول على عينة للتحقق من جودتك؟

ج4: بالطبع يمكنك ذلك. يمكننا تقديم عينات قمنا بصنعها سابقًا مجانًا لفحصك، طالما أن تكلفة الشحن مطلوبة.

إذا كنت بحاجة إلى عينات مطبوعة حسب عملك الفني، فإن تكلفة صنع العينة هي 225 دولارًا + رسوم اللوحة (رسوم لمرة واحدة فقط)، وقت التسليم في 8-11 يومًا.

س5: بالنسبة لتصميم العمل الفني، ما هو نوع التنسيق المتاح لك؟

ج5: AI، PDF، EPS، TIF، PSD، JPG عالي الدقة.

إذا لم تقم بإنشاء عمل فني بعد، يمكننا تقديم قالب فارغ لك لعمل تصميم عليه.

س6: ماذا عن المهلة الزمنية للإنتاج الضخم؟

ج6: بصراحة، يعتمد ذلك على كمية الطلب والموسم الذي تضع فيه الطلب. بشكل عام، يكون وقت الإنتاج في غضون 15-20 يومًا.

س7: ما هي شروط التسليم الخاصة بك؟

ج7: نحن نقبل EXW، FOB، CIF إلخ. يمكنك اختيار الأنسب أو الأكثر فعالية من حيث التكلفة بالنسبة لك.

س8: كيف تقوم بشحن المنتجات؟

ج8: عن طريق البحر، عن طريق الجو، عن طريق الشحن السريع (DHL، FedEX، TNT، UPS إلخ).

منتجات ذات صلة

أرسل استفسارًا