/* 所有样式均使用 #torise-bpi-finished 作为唯一父级选择器,不影响全局 */
#torise-bpi-finished {
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
color: #1a2634;
line-height: 1.7;
max-width: 100%;
}
#torise-bpi-finished h1 {
font-size: 28px;
font-weight: 700;
letter-spacing: -0.3px;
color: #0b2b4a;
margin: 0 0 8px 0;
padding: 0 0 16px 0;
border-bottom: 3px solid #1a7a5a;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#torise-bpi-finished h2 {
font-size: 20px;
font-weight: 600;
color: #0b2b4a;
margin: 36px 0 14px 0;
padding: 0;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#torise-bpi-finished h2:first-of-type {
margin-top: 24px;
}
#torise-bpi-finished p {
margin: 0 0 16px 0;
padding: 0;
font-size: 15px;
color: #1e2b3a;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#torise-bpi-finished .tag {
font-size: 14px;
color: #4a5a6e;
background: #f0f4fa;
padding: 2px 10px;
border-radius: 4px;
display: inline-block;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* 认证关键信息卡片 */
#torise-bpi-finished .cert-highlight {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 12px 24px;
background: #f8fbf8;
border: 1px solid #dce8dc;
border-radius: 12px;
padding: 18px 24px;
margin: 16px 0 20px 0;
font-size: 14px;
}
#torise-bpi-finished .cert-highlight .label {
color: #4a6a4a;
font-weight: 500;
}
#torise-bpi-finished .cert-highlight .value {
color: #0b2b4a;
font-weight: 600;
}
#torise-bpi-finished table {
width: 100%;
border-collapse: collapse;
margin: 16px 0 20px 0;
font-size: 14px;
border-radius: 8px;
overflow: hidden;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* 表头背景色使用浅绿色 */
#torise-bpi-finished th {
background: #e8f5e9;
text-align: left;
padding: 12px 16px;
font-weight: 600;
color: #0b2b4a;
width: 30%;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#torise-bpi-finished td {
padding: 12px 16px;
border-bottom: 1px solid #e6eaef;
vertical-align: top;
background: #ffffff;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#torise-bpi-finished tr:last-child td {
border-bottom: none;
}
#torise-bpi-finished ul {
margin: 12px 0 16px 22px;
padding: 0;
font-size: 15px;
color: #1e2b3a;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#torise-bpi-finished ul li {
margin-bottom: 6px;
}
#torise-bpi-finished .highlight-box {
background: #f5f8fc;
border-left: 4px solid #1a7a5a;
padding: 14px 20px;
margin: 20px 0 0 0;
border-radius: 0 8px 8px 0;
font-size: 15px;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#torise-bpi-finished .note-box {
background: #fefce8;
border: 1px solid #f0e5a0;
border-radius: 8px;
padding: 14px 20px;
margin: 16px 0 20px 0;
font-size: 14px;
color: #5a4e1a;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#torise-bpi-finished .note-box strong {
color: #3d3410;
}
/* 按钮组:居中 */
#torise-bpi-finished .button-group {
display: flex;
flex-wrap: wrap;
gap: 16px;
margin: 28px 0 0 0;
padding: 28px 0 0 0;
border-top: 2px solid #e6eaef;
justify-content: center;
}
#torise-bpi-finished .btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 14px 36px;
font-size: 16px;
font-weight: 600;
border-radius: 40px;
text-decoration: none;
transition: background 0.2s, transform 0.1s;
border: none;
cursor: pointer;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
max-width: 100%;
box-sizing: border-box;
white-space: nowrap;
}
#torise-bpi-finished .btn-primary {
background: #0b2b4a;
color: #ffffff;
}
#torise-bpi-finished .btn-primary:hover {
background: #1a3f62;
transform: translateY(-2px);
}
#torise-bpi-finished .btn-success {
background: #25d366;
color: #ffffff;
}
#torise-bpi-finished .btn-success:hover {
background: #1ebe5c;
transform: translateY(-2px);
}
#torise-bpi-finished .btn svg {
width: 20px;
height: 20px;
fill: currentColor;
flex-shrink: 0;
}
#torise-bpi-finished .footer-note {
margin: 24px 0 0 0;
padding: 0;
font-size: 13px;
color: #6a7b8e;
text-align: center;
font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
/* 响应式 */
@media (max-width: 640px) {
#torise-bpi-finished h1 {
font-size: 22px;
}
#torise-bpi-finished h2 {
font-size: 18px;
}
#torise-bpi-finished table,
#torise-bpi-finished th,
#torise-bpi-finished td {
font-size: 13px;
}
#torise-bpi-finished th,
#torise-bpi-finished td {
padding: 10px 12px;
}
#torise-bpi-finished .cert-highlight {
grid-template-columns: 1fr;
gap: 6px 0;
padding: 14px 18px;
}
#torise-bpi-finished .btn {
width: auto;
min-width: 160px;
max-width: 280px;
padding: 14px 24px;
font-size: 15px;
justify-content: center;
white-space: nowrap;
flex: 0 1 auto;
}
#torise-bpi-finished .button-group {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 12px;
}
}
/* 针对极小屏手机(宽度
BPI Certified Compostable Bags — Torise
What Our BPI Finished Product Certification Means for Your Supply Chain
When North American retailers, brands, or regulators review compostable packaging, they require certification on the finished product—not just the resin. Torise holds BPI certification for our finished compostable bags, verified under ASTM D6400 standards, covering natural, red, yellow, white, black, and green bags with multi-colour print, up to 135 µm thickness.
This certification confirms that our finished bags—not just the raw material—are scientifically proven to biodegrade in commercial composting facilities. It provides our North American buyers with the credible, third-party validation required to carry the BPI logo on finished packaging and meet retailer, brand, and regulatory requirements.
Certificate holderHenan Longdu Torise Biomaterials Co., Ltd.
Certified productsCompostable bags — Natural, Red, Yellow, White, Black, Green
Maximum thickness135 µm
PrintingMulti-colour print included
Applicable standardASTM D6400
Certification bodyBiodegradable Products Institute (BPI)
Important distinction: This certification covers finished products (bags ready for retail use), not just resin. While our resins are also BPI-certified, this finished product certification allows buyers to use the BPI logo on their final packaged products without seeking separate end-product certification.
What BPI Finished Product Certification Covers
Certification Scope
Details
Certified products
Finished bags — Natural, Red, Yellow, White, Black, Green
Maximum film thickness
135 μm
Printing
Multi-colour print included and certified
Applicable standard
ASTM D6400 — U.S. standard for compostable plastics
Product catalog
Listed on the official BPI Product Catalog: verify here
Certification covers finished bags with multi-colour printing. All colours and printed designs within the certified scope are covered.
For Buyers: Why Finished Product Certification Matters
Your Concern
How BPI Finished Product Certification Addresses It
Retailer compliance
Major North American retailers require BPI certification on the finished bag, not just resin
Greenwashing risk
Finished product certification provides third-party validation that your final packaging meets ASTM D6400
BPI logo usage
This certification authorizes the BPI logo on finished products—essential for retail shelf credibility
Regulatory acceptance
BPI certification is accepted by U.S. and Canadian regulators for finished compostable product claims
Printed bags covered
Multi-colour printing is included—inks and processes verified for compostability
Resin Certification vs Finished Product Certification — What Buyers Need to Know
Feature
Resin Certification (Previous)
Finished Product Certification (This)
What is certified
Raw resin material (pellets)
Finished bags (ready for retail)
BPI logo on packaging
❌ Cannot be used on finished products
✅ Authorized for finished product packaging
Retailer acceptance
Partial (requires converter certification)
Full (directly meets retailer requirements)
Printing included
N/A
✅ Multi-colour print verified
End-user claim
"Made with BPI-certified resin"
"BPI-certified compostable bag"
Beyond Certification — How We Support Your North American Market Entry
Certification validates our finished products. Your market success depends on reliable supply and compliance confidence. We provide:
Consistent quality across orders — batch-to-batch consistency with documented quality control records
Complete compliance documentation — certificate, test reports, and technical data sheets for your retailer compliance files
Customization capabilities — custom sizes, thicknesses (up to 135 µm), colours, and multi-colour water-based printing
Combined with our EN 13432, OK Compost HOME, and BRCGS certifications, BPI finished product certification completes our comprehensive global compliance package for buyers seeking retail-ready compostable bags.
Request Our BPI Finished Product Certification Documents
We'll share:
BPI finished product certificate (ASTM D6400)
Third-party laboratory test reports
Product technical data sheets for each colour and thickness
BPI logo usage guidance for finished packaging
Contact our export team to request certification documents or discuss your North American compostable packaging requirements.
Contact Us
WhatsApp
Torise — BPI Certified Compostable Bags (Finished Products)
Jul 21,2026