{"title":"Wide mouth bottles","description":null,"products":[{"product_id":"3oz-plastic-jar","title":"3oz child proof plastic jar for 2.5g flower labeling available odor proof","description":"\u003c!--\n=========================================================\n3oz Plastic Jar - Shopify Product Description HTML\n主题色: #072844 (深海蓝) | 适配 Shopify 商品描述字段\n=========================================================\nUSAGE: 复制下方 HTML 区块 -\u003e Shopify 后台 -\u003e 商品 -\u003e 描述\n       切换右上角 \"\u003c\u003e\" HTML 模式 -\u003e 粘贴 -\u003e 保存\n\nNOTE: 图片 URL 是占位符 (REPLACE_IMAGE_URL_*),\n      请替换为你的 Shopify CDN 链接：\n      https:\/\/cdn.shopify.com\/s\/files\/1\/你的店铺ID\/products\/...\n      或者使用 Liquid: {{ 'jar-main.jpg' | asset_url }}\n=========================================================\n--\u003e\n\u003cstyle\u003e\n\/* ===== CSS Variables ===== *\/\n.d3-wrap {\n  --primary: #072844;\n  --primary-light: #0d3a5e;\n  --primary-bg: #f0f4f8;\n  --accent: #c9a14a;\n  --text: #1a1f2e;\n  --text-soft: #4b5563;\n  --text-mute: #6b7280;\n  --border: #e2e8f0;\n  --white: #ffffff;\n  --shadow-sm: 0 2px 8px rgba(7, 40, 68, 0.06);\n  --shadow-md: 0 4px 20px rgba(7, 40, 68, 0.08);\n  --shadow-lg: 0 12px 40px rgba(7, 40, 68, 0.12);\n}\n\n\/* ===== Animations ===== *\/\n@keyframes d3FadeUp {\n  from { opacity: 0; transform: translateY(24px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes d3FadeIn {\n  from { opacity: 0; }\n  to   { opacity: 1; }\n}\n@keyframes d3SlideRight {\n  from { opacity: 0; transform: translateX(-30px); }\n  to   { opacity: 1; transform: translateX(0); }\n}\n@keyframes d3SlideLeft {\n  from { opacity: 0; transform: translateX(30px); }\n  to   { opacity: 1; transform: translateX(0); }\n}\n@keyframes d3Float {\n  0%, 100% { transform: translateY(0); }\n  50%      { transform: translateY(-8px); }\n}\n@keyframes d3Pulse {\n  0%, 100% { box-shadow: 0 0 0 0 rgba(7, 40, 68, 0.4); }\n  50%      { box-shadow: 0 0 0 12px rgba(7, 40, 68, 0); }\n}\n@keyframes d3Shimmer {\n  0%   { background-position: -200% center; }\n  100% { background-position: 200% center; }\n}\n@keyframes d3Rotate360 {\n  from { transform: rotate(0deg); }\n  to   { transform: rotate(360deg); }\n}\n@keyframes d3ScaleIn {\n  from { opacity: 0; transform: scale(0.9); }\n  to   { opacity: 1; transform: scale(1); }\n}\n\n\/* ===== Reset \u0026 Base ===== *\/\n.d3-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n.d3-wrap {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n  color: var(--text); background: var(--white);\n  line-height: 1.6; max-width: 1500px; margin: 0 auto;\n  padding: 0 16px;\n  animation: d3FadeIn 0.6s ease-out;\n}\n.d3-wrap img { max-width: 100%; height: auto; display: block; }\n.d3-wrap h2 { font-size: 1.85rem; font-weight: 700; color: var(--text); margin-bottom: 8px; line-height: 1.3; }\n.d3-wrap h3 { font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: 8px; }\n.d3-wrap p { color: var(--text-soft); font-size: 0.95rem; margin-bottom: 12px; }\n.d3-wrap a { color: var(--primary); text-decoration: none; }\n\n\/* ===== Hero Banner ===== *\/\n.d3-hero {\n  background: linear-gradient(135deg, #f0f4f8 0%, #e6eef5 100%);\n  border-radius: 20px; padding: 48px 36px; margin: 24px 0;\n  display: grid; grid-template-columns: 1fr 1fr; gap: 36px;\n  align-items: center; position: relative; overflow: hidden;\n  border: 1px solid var(--border);\n  animation: d3FadeUp 0.8s ease-out;\n}\n.d3-hero::before {\n  content: ''; position: absolute; top: -50px; right: -50px;\n  width: 200px; height: 200px; border-radius: 50%;\n  background: var(--primary); opacity: 0.04;\n  animation: d3Float 4s ease-in-out infinite;\n}\n.d3-hero::after {\n  content: ''; position: absolute; bottom: -30px; left: -30px;\n  width: 120px; height: 120px; border-radius: 50%;\n  background: var(--accent); opacity: 0.06;\n  animation: d3Float 5s ease-in-out infinite 1s;\n}\n.d3-hero-img {\n  border-radius: 16px; overflow: hidden; background: #fff;\n  box-shadow: var(--shadow-md);\n  position: relative; z-index: 1;\n  animation: d3ScaleIn 0.8s ease-out 0.2s both;\n}\n.d3-hero-img img { width: 100%; aspect-ratio: 1; object-fit: contain; transition: transform 0.6s ease; }\n.d3-hero-img:hover img { transform: scale(1.04); }\n.d3-hero-content { position: relative; z-index: 1; animation: d3SlideRight 0.8s ease-out 0.3s both; }\n.d3-hero-badge {\n  display: inline-block; background: var(--primary); color: #fff;\n  padding: 5px 14px; border-radius: 20px; font-size: 0.72rem;\n  font-weight: 700; letter-spacing: 1.2px; margin-bottom: 16px;\n  text-transform: uppercase; animation: d3Pulse 2.5s ease-in-out infinite;\n}\n.d3-hero-title {\n  font-size: 2.3rem; font-weight: 800; color: var(--text);\n  line-height: 1.15; margin-bottom: 14px; letter-spacing: -0.5px;\n}\n.d3-hero-title em {\n  color: var(--primary); font-style: normal;\n  background: linear-gradient(90deg, var(--primary) 0%, var(--primary-light) 50%, var(--primary) 100%);\n  background-size: 200% auto;\n  -webkit-background-clip: text; background-clip: text;\n  -webkit-text-fill-color: transparent;\n  animation: d3Shimmer 3s linear infinite;\n}\n.d3-hero-sub { font-size: 1rem; color: var(--text-soft); margin-bottom: 24px; }\n\n\/* ===== Feature Pills ===== *\/\n.d3-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }\n.d3-pill {\n  display: inline-flex; align-items: center; gap: 6px;\n  background: #fff; border: 1px solid var(--border); color: #374151;\n  padding: 7px 14px; border-radius: 20px; font-size: 0.8rem; font-weight: 500;\n  transition: all 0.3s ease;\n}\n.d3-pill:hover { border-color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow-sm); }\n.d3-pill::before {\n  content: ''; width: 6px; height: 6px; border-radius: 50%;\n  background: var(--primary); display: inline-block;\n  transition: transform 0.3s ease;\n}\n.d3-pill:hover::before { transform: scale(1.5); }\n\n\/* ===== Icon Bar (4 features) ===== *\/\n.d3-iconbar {\n  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;\n  margin: 24px 0; padding: 28px 24px; background: #f7fafc;\n  border-radius: 16px; border: 1px solid var(--border);\n  animation: d3FadeUp 0.8s ease-out 0.2s both;\n}\n.d3-icon-item {\n  text-align: center; padding: 8px;\n  animation: d3FadeUp 0.6s ease-out both;\n}\n.d3-icon-item:nth-child(1) { animation-delay: 0.3s; }\n.d3-icon-item:nth-child(2) { animation-delay: 0.4s; }\n.d3-icon-item:nth-child(3) { animation-delay: 0.5s; }\n.d3-icon-item:nth-child(4) { animation-delay: 0.6s; }\n.d3-icon-circle {\n  width: 56px; height: 56px; margin: 0 auto 12px;\n  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);\n  color: #fff; border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 1.3rem;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n.d3-icon-item:hover .d3-icon-circle { transform: translateY(-4px) scale(1.05); box-shadow: var(--shadow-md); }\n.d3-icon-item h4 { font-size: 0.88rem; font-weight: 700; margin-bottom: 4px; color: var(--text); }\n.d3-icon-item p { font-size: 0.74rem; color: var(--text-mute); margin: 0; }\n\n\/* ===== Two-Column Section ===== *\/\n.d3-twocol {\n  display: grid; grid-template-columns: 1fr 1fr; gap: 36px;\n  align-items: center; margin: 36px 0; padding: 24px 0;\n}\n.d3-twocol-img {\n  border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md);\n  transition: transform 0.4s ease, box-shadow 0.4s ease;\n  animation: d3SlideLeft 0.8s ease-out both;\n}\n.d3-twocol-img:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }\n.d3-twocol-img img { width: 100%; display: block; }\n.d3-twocol-text { animation: d3SlideRight 0.8s ease-out 0.2s both; }\n.d3-twocol ul { list-style: none; margin-top: 16px; }\n.d3-twocol ul li {\n  display: flex; align-items: flex-start; gap: 12px;\n  margin-bottom: 12px; font-size: 0.92rem; color: #374151;\n  padding: 8px 0;\n}\n.d3-twocol ul li::before {\n  content: '✓'; flex-shrink: 0; width: 22px; height: 22px;\n  background: var(--primary); color: #fff; border-radius: 50%;\n  display: inline-flex; align-items: center; justify-content: center;\n  font-size: 0.72rem; font-weight: 700; margin-top: 1px;\n  transition: transform 0.3s ease;\n}\n.d3-twocol ul li:hover::before { transform: scale(1.15) rotate(360deg); }\n\n\/* ===== Spec Table — Modern Card Style ===== *\/\n.d3-spec { margin: 36px 0; }\n.d3-spec-grid {\n  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;\n  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);\n  padding: 24px; border-radius: 16px; border: 1px solid var(--border);\n}\n.d3-spec-row {\n  display: flex; align-items: center; gap: 14px;\n  background: #fff; padding: 14px 18px;\n  border-radius: 10px; border-left: 3px solid var(--primary);\n  transition: all 0.3s ease;\n  animation: d3FadeUp 0.5s ease-out both;\n}\n.d3-spec-row:nth-child(1) { animation-delay: 0.05s; }\n.d3-spec-row:nth-child(2) { animation-delay: 0.1s; }\n.d3-spec-row:nth-child(3) { animation-delay: 0.15s; }\n.d3-spec-row:nth-child(4) { animation-delay: 0.2s; }\n.d3-spec-row:nth-child(5) { animation-delay: 0.25s; }\n.d3-spec-row:nth-child(6) { animation-delay: 0.3s; }\n.d3-spec-row:nth-child(7) { animation-delay: 0.35s; }\n.d3-spec-row:nth-child(8) { animation-delay: 0.4s; }\n.d3-spec-row:nth-child(9) { animation-delay: 0.45s; }\n.d3-spec-row:nth-child(10) { animation-delay: 0.5s; }\n.d3-spec-row:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); border-left-width: 5px; }\n.d3-spec-icon {\n  width: 36px; height: 36px; flex-shrink: 0;\n  background: var(--primary-bg); color: var(--primary);\n  border-radius: 8px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 1rem; font-weight: 700;\n  transition: all 0.3s ease;\n}\n.d3-spec-row:hover .d3-spec-icon { background: var(--primary); color: #fff; transform: rotate(-6deg); }\n.d3-spec-info { flex: 1; min-width: 0; }\n.d3-spec-label {\n  font-size: 0.72rem; font-weight: 700; color: var(--text-mute);\n  text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 2px;\n}\n.d3-spec-value {\n  font-size: 0.92rem; font-weight: 600; color: var(--text); line-height: 1.3;\n}\n\n\/* ===== Application Cards ===== *\/\n.d3-apps {\n  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;\n  margin: 24px 0;\n}\n.d3-app-card {\n  background: #fff; border: 1px solid var(--border);\n  border-radius: 14px; padding: 24px 16px;\n  text-align: center; position: relative; overflow: hidden;\n  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n  animation: d3FadeUp 0.6s ease-out both;\n}\n.d3-app-card:nth-child(1) { animation-delay: 0.1s; }\n.d3-app-card:nth-child(2) { animation-delay: 0.2s; }\n.d3-app-card:nth-child(3) { animation-delay: 0.3s; }\n.d3-app-card:nth-child(4) { animation-delay: 0.4s; }\n.d3-app-card::before {\n  content: ''; position: absolute; inset: 0;\n  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);\n  opacity: 0; transition: opacity 0.3s ease; z-index: 0;\n}\n.d3-app-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--primary); }\n.d3-app-card \u003e * { position: relative; z-index: 1; }\n.d3-app-emoji {\n  font-size: 2.2rem; margin-bottom: 10px; display: block;\n  transition: transform 0.3s ease;\n}\n.d3-app-card:hover .d3-app-emoji { transform: scale(1.2) rotate(-8deg); }\n.d3-app-card h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; color: var(--text); }\n.d3-app-card p { font-size: 0.76rem; color: var(--text-mute); margin: 0; }\n\n\/* ===== Customization Options ===== *\/\n.d3-custom-list { display: flex; flex-direction: column; gap: 12px; margin: 16px 0; }\n.d3-custom-item {\n  display: flex; align-items: center; gap: 16px;\n  background: #fff; border: 1px solid var(--border);\n  border-radius: 12px; padding: 16px 20px;\n  transition: all 0.3s ease;\n  animation: d3FadeUp 0.5s ease-out both;\n}\n.d3-custom-item:nth-child(1) { animation-delay: 0.1s; }\n.d3-custom-item:nth-child(2) { animation-delay: 0.2s; }\n.d3-custom-item:nth-child(3) { animation-delay: 0.3s; }\n.d3-custom-item:hover { transform: translateX(6px); box-shadow: var(--shadow-sm); border-color: var(--primary); }\n.d3-custom-icon {\n  width: 44px; height: 44px; flex-shrink: 0;\n  background: var(--primary-bg); color: var(--primary);\n  border-radius: 10px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 1.1rem; font-weight: 700;\n  transition: all 0.3s ease;\n}\n.d3-custom-item:hover .d3-custom-icon { background: var(--primary); color: #fff; }\n.d3-custom-item h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 2px; color: var(--text); }\n.d3-custom-item p { font-size: 0.8rem; color: var(--text-mute); margin: 0; }\n\n\/* ===== Trust Badges ===== *\/\n.d3-trust {\n  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;\n  margin: 36px 0;\n}\n.d3-trust-card {\n  background: #fff; border: 1px solid var(--border);\n  border-radius: 14px; padding: 28px 22px; text-align: center;\n  position: relative; overflow: hidden;\n  transition: all 0.3s ease;\n  animation: d3ScaleIn 0.6s ease-out both;\n}\n.d3-trust-card:nth-child(1) { animation-delay: 0.1s; }\n.d3-trust-card:nth-child(2) { animation-delay: 0.25s; }\n.d3-trust-card:nth-child(3) { animation-delay: 0.4s; }\n.d3-trust-card::after {\n  content: ''; position: absolute; bottom: 0; left: 0; right: 0;\n  height: 3px; background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);\n  transform: scaleX(0); transform-origin: left;\n  transition: transform 0.4s ease;\n}\n.d3-trust-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }\n.d3-trust-card:hover::after { transform: scaleX(1); }\n.d3-trust-num {\n  font-size: 2rem; font-weight: 800;\n  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);\n  -webkit-background-clip: text; background-clip: text;\n  -webkit-text-fill-color: transparent;\n  margin-bottom: 8px; line-height: 1;\n}\n.d3-trust-card h4 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; color: var(--text); }\n.d3-trust-card p { font-size: 0.82rem; color: var(--text-mute); margin: 0; }\n\n\/* ===== Section Title ===== *\/\n.d3-section-title {\n  font-size: 0.78rem; font-weight: 800; color: var(--primary);\n  letter-spacing: 2.5px; text-transform: uppercase;\n  margin: 36px 0 18px; padding-top: 18px;\n  border-top: 2px solid var(--primary);\n  position: relative;\n}\n.d3-section-title::before {\n  content: ''; position: absolute; top: -2px; left: 0;\n  width: 60px; height: 2px;\n  background: linear-gradient(90deg, var(--accent) 0%, var(--primary) 100%);\n}\n.d3-section-title:first-of-type { margin-top: 24px; }\n\n\/* ===== Bottom Gallery ===== *\/\n.d3-gallery {\n  margin: 16px 0 36px;\n  display: grid; grid-template-columns: 2fr 1fr; gap: 12px;\n  animation: d3FadeUp 0.8s ease-out;\n}\n.d3-gallery-main {\n  border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-md);\n  transition: transform 0.4s ease;\n}\n.d3-gallery-main:hover { transform: scale(1.01); box-shadow: var(--shadow-lg); }\n.d3-gallery-main img { width: 100%; aspect-ratio: 16\/9; object-fit: cover; }\n.d3-gallery-side { display: grid; gap: 12px; }\n.d3-gallery-side img {\n  width: 100%; aspect-ratio: 1; object-fit: cover;\n  border-radius: 12px; box-shadow: var(--shadow-sm);\n  transition: transform 0.3s ease;\n}\n.d3-gallery-side img:hover { transform: scale(1.03); }\n\n\/* ===== Responsive ===== *\/\n@media (max-width: 768px) {\n  .d3-hero { grid-template-columns: 1fr; padding: 28px 22px; gap: 24px; }\n  .d3-hero-title { font-size: 1.7rem; }\n  .d3-iconbar { grid-template-columns: repeat(2, 1fr); }\n  .d3-twocol { grid-template-columns: 1fr; gap: 24px; }\n  .d3-apps { grid-template-columns: repeat(2, 1fr); }\n  .d3-trust { grid-template-columns: 1fr; }\n  .d3-spec-grid { grid-template-columns: 1fr; }\n  .d3-gallery { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"d3-wrap\"\u003e\n\u003c!-- ===== HERO ===== --\u003e\n\u003cdiv class=\"d3-hero\"\u003e\n\u003cdiv class=\"d3-hero-img\" style=\"text-align: start;\"\u003e\u003cimg alt=\"3oz Plastic Jar - 90ml Wide Mouth Child Resistant Jar\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/03187cfe8fbdb84aa703090166f2833d.jpg?v=1787110338\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"d3-hero-content\"\u003e\n\u003cspan class=\"d3-hero-badge\"\u003e★ Child Resistant Certified\u003c\/span\u003e\n\u003cdiv class=\"d3-hero-title\"\u003e3oz Plastic Jar\u003cbr\u003e\u003cem\u003e90ml Wide Mouth\u003c\/em\u003e\u003cbr\u003eChild Resistant Container\u003c\/div\u003e\n\u003cp class=\"d3-hero-sub\"\u003eDesigned for 2.5g flower storage. Push-and-turn closure, BPA-free plastic, factory-direct pricing.\u003c\/p\u003e\n\u003cdiv class=\"d3-pills\"\u003e\n\u003cspan class=\"d3-pill\"\u003eChild Resistant\u003c\/span\u003e \u003cspan class=\"d3-pill\"\u003e90 mL Capacity\u003c\/span\u003e \u003cspan class=\"d3-pill\"\u003eBPA-Free\u003c\/span\u003e \u003cspan class=\"d3-pill\"\u003eWide Mouth\u003c\/span\u003e \u003cspan class=\"d3-pill\"\u003eCustomizable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== ICON BAR ===== --\u003e\n\u003cdiv class=\"d3-iconbar\"\u003e\n\u003cdiv class=\"d3-icon-item\"\u003e\n\u003cdiv class=\"d3-icon-circle\"\u003e🔒\u003c\/div\u003e\n\u003ch4\u003ePush-and-Turn Cap\u003c\/h4\u003e\n\u003cp\u003eCR Certified Closure\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-icon-item\"\u003e\n\u003cdiv class=\"d3-icon-circle\"\u003e♻\u003c\/div\u003e\n\u003ch4\u003ePremium Plastic\u003c\/h4\u003e\n\u003cp\u003eFood-Safe, BPA-Free\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-icon-item\"\u003e\n\u003cdiv class=\"d3-icon-circle\"\u003e✓\u003c\/div\u003e\n\u003ch4\u003eQuality Assured\u003c\/h4\u003e\n\u003cp\u003eManufactured to Spec\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-icon-item\"\u003e\n\u003cdiv class=\"d3-icon-circle\"\u003e⚡\u003c\/div\u003e\n\u003ch4\u003eFast Turnaround\u003c\/h4\u003e\n\u003cp\u003eBulk Orders Welcome\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== OVERVIEW ===== --\u003e\n\u003cdiv class=\"d3-section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"d3-twocol\"\u003e\n\u003cdiv class=\"d3-twocol-img\" style=\"text-align: start;\"\u003e\u003cimg alt=\"3oz Plastic Jar Detail View\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/1.jpg?v=1787110338\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"d3-twocol-text\"\u003e\n\u003ch2\u003eEngineered for Safety, Designed for Convenience\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003e3oz Plastic Jar\u003c\/strong\u003e is a premium 90mL wide mouth container purpose-built for storing 2.5g of flower. Its push-and-turn child resistant cap meets stringent safety standards while remaining easy for adults to open.\u003c\/p\u003e\n\u003cp\u003eCrafted from high-quality, food-safe plastic in a sleek matte black finish, this jar combines durability with an elegant presentation that elevates your brand on the shelf.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eWide mouth design for effortless filling and dispensing\u003c\/li\u003e\n\u003cli\u003eChild resistant closure certified to safety standards\u003c\/li\u003e\n\u003cli\u003eAirtight seal preserves freshness and aroma\u003c\/li\u003e\n\u003cli\u003eCompact 90mL capacity — perfect for 2.5g flower\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== SPEC TABLE (NEW CARD STYLE) ===== --\u003e\n\u003cdiv class=\"d3-section-title\"\u003eSpecifications\u003c\/div\u003e\n\u003cdiv class=\"d3-spec\"\u003e\n\u003cdiv class=\"d3-spec-grid\"\u003e\n\u003cdiv class=\"d3-spec-row\"\u003e\n\u003cdiv class=\"d3-spec-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-info\"\u003e\n\u003cdiv class=\"d3-spec-label\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-value\"\u003eWide Mouth Jar\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-row\"\u003e\n\u003cdiv class=\"d3-spec-icon\"\u003e🧴\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-info\"\u003e\n\u003cdiv class=\"d3-spec-label\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-value\"\u003e90 mL (3 oz)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-row\"\u003e\n\u003cdiv class=\"d3-spec-icon\"\u003e🧪\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-info\"\u003e\n\u003cdiv class=\"d3-spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-value\"\u003ePlastic (Food-Safe, BPA-Free)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-row\"\u003e\n\u003cdiv class=\"d3-spec-icon\"\u003e🎨\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-info\"\u003e\n\u003cdiv class=\"d3-spec-label\"\u003eColor\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-value\"\u003eMatte Black\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-row\"\u003e\n\u003cdiv class=\"d3-spec-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-info\"\u003e\n\u003cdiv class=\"d3-spec-label\"\u003eClosure\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-value\"\u003ePush-and-Turn Cap\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-row\"\u003e\n\u003cdiv class=\"d3-spec-icon\"\u003e⭕\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-info\"\u003e\n\u003cdiv class=\"d3-spec-label\"\u003eDesign\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-value\"\u003eWide Mouth Opening\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-row\"\u003e\n\u003cdiv class=\"d3-spec-icon\"\u003e🛡\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-info\"\u003e\n\u003cdiv class=\"d3-spec-label\"\u003eChild Resistant\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-value\"\u003eYes — Certified to Standards\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-row\"\u003e\n\u003cdiv class=\"d3-spec-icon\"\u003e🌿\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-info\"\u003e\n\u003cdiv class=\"d3-spec-label\"\u003eRecommended Use\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-value\"\u003e2.5g Flower Storage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-row\"\u003e\n\u003cdiv class=\"d3-spec-icon\"\u003e✏\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-info\"\u003e\n\u003cdiv class=\"d3-spec-label\"\u003eCustomization\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-value\"\u003eLogo, Color \u0026amp; Printing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-row\"\u003e\n\u003cdiv class=\"d3-spec-icon\"\u003e🏷\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-info\"\u003e\n\u003cdiv class=\"d3-spec-label\"\u003eApplication\u003c\/div\u003e\n\u003cdiv class=\"d3-spec-value\"\u003eCannabis, Flower, Edibles \u0026amp; More\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== APPLICATIONS ===== --\u003e\n\u003cdiv class=\"d3-section-title\"\u003eApplications\u003c\/div\u003e\n\u003cdiv class=\"d3-apps\"\u003e\n\u003cdiv class=\"d3-app-card\"\u003e\n\u003cspan class=\"d3-app-emoji\"\u003e🌿\u003c\/span\u003e\n\u003ch4\u003eCannabis Flower\u003c\/h4\u003e\n\u003cp\u003ePerfect for 2.5g flower storage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-app-card\"\u003e\n\u003cspan class=\"d3-app-emoji\"\u003e🌸\u003c\/span\u003e\n\u003ch4\u003eDried Flower\u003c\/h4\u003e\n\u003cp\u003eAirtight seal preserves freshness\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-app-card\"\u003e\n\u003cspan class=\"d3-app-emoji\"\u003e🍬\u003c\/span\u003e\n\u003ch4\u003eEdibles\u003c\/h4\u003e\n\u003cp\u003eSecure packaging for edibles\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-app-card\"\u003e\n\u003cspan class=\"d3-app-emoji\"\u003e📦\u003c\/span\u003e\n\u003ch4\u003eCustom Products\u003c\/h4\u003e\n\u003cp\u003eAdaptable for various goods\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== CUSTOMIZATION ===== --\u003e\n\u003cdiv class=\"d3-section-title\"\u003eCustomization Options\u003c\/div\u003e\n\u003cdiv class=\"d3-twocol\"\u003e\n\u003cdiv class=\"d3-twocol-text\"\u003e\n\u003ch2\u003eShowcase Your Brand\u003c\/h2\u003e\n\u003cp\u003eYour packaging is the first thing customers see. Make it unforgettable with our full customization options.\u003c\/p\u003e\n\u003cdiv class=\"d3-custom-list\"\u003e\n\u003cdiv class=\"d3-custom-item\"\u003e\n\u003cdiv class=\"d3-custom-icon\"\u003eL\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eLogo Printing\u003c\/h4\u003e\n\u003cp\u003eCustom branding with precision printing\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-custom-item\"\u003e\n\u003cdiv class=\"d3-custom-icon\"\u003eC\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eCustom Colors\u003c\/h4\u003e\n\u003cp\u003eMatch your brand palette — any color available\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-custom-item\"\u003e\n\u003cdiv class=\"d3-custom-icon\"\u003eS\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eShrink Sleeve Design\u003c\/h4\u003e\n\u003cp\u003eFull-wrap branding with regulatory info space\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-twocol-img\" style=\"text-align: start;\"\u003e\u003cimg alt=\"3oz Plastic Jar Custom Branding Scene\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/05.jpg?v=1787110338\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== TRUST ===== --\u003e\n\u003cdiv class=\"d3-section-title\"\u003eWhy Choose Our Jars\u003c\/div\u003e\n\u003cdiv class=\"d3-trust\"\u003e\n\u003cdiv class=\"d3-trust-card\"\u003e\n\u003cdiv class=\"d3-trust-num\"\u003e01\u003c\/div\u003e\n\u003ch4\u003eFactory-Direct Pricing\u003c\/h4\u003e\n\u003cp\u003eNo middlemen. We manufacture and ship directly, passing savings to you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-trust-card\"\u003e\n\u003cdiv class=\"d3-trust-num\"\u003e02\u003c\/div\u003e\n\u003ch4\u003eCertified Safety\u003c\/h4\u003e\n\u003cp\u003eEvery jar meets child resistant packaging standards with verified testing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d3-trust-card\"\u003e\n\u003cdiv class=\"d3-trust-num\"\u003e03\u003c\/div\u003e\n\u003ch4\u003eBrand-Ready Customization\u003c\/h4\u003e\n\u003cp\u003eFrom logo printing to shrink sleeves — turn plain jars into brand ambassadors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== BOTTOM GALLERY ===== --\u003e\n\u003cdiv class=\"d3-section-title\"\u003eProduct Gallery\u003c\/div\u003e\n\u003cdiv class=\"d3-gallery\"\u003e\n\u003cdiv class=\"d3-gallery-main\" style=\"text-align: start;\"\u003e\u003cimg alt=\"3oz Plastic Jar Lifestyle Scene\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/02_f19ec4b2-ffd5-406e-b7ad-19da15c697d7.jpg?v=1787110338\" style=\"float: none;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"d3-gallery-side\" style=\"text-align: start;\"\u003e\n\u003cimg alt=\"3oz Plastic Jar Cap Detail\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/05.jpg?v=1787110338\" style=\"float: none;\"\u003e \u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"4DELTAS","offers":[{"title":"90 mL \/ Black \/ 3oz plastic jar","offer_id":62204071969138,"sku":null,"price":0.09,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/03187cfe8fbdb84aa703090166f2833d.jpg?v=1787110338"},{"product_id":"3oz-plastic-jar-副本","title":"3.5g flower amber jar smell proof with CR cap wide mouth bottle","description":"\u003c!--\n4oz Plastic Jar - Shopify 富文本编辑器稳定版\n\n图片插入方法：\n1. 在 Shopify 商品描述可视化编辑器中找到灰色虚线图片框。\n2. 点击灰色虚线框内部。\n3. 点击工具栏“插入图片”。\n4. 选择图片 -\u003e 完成。\n5. 不需要进入 HTML 模式修改图片地址。\n\n本版本尽量使用内联样式，不依赖复杂动态图片 CSS。\n--\u003e\n\n\u003cstyle\u003e\n\/* ===== 4oz Plastic Jar 轻量动态效果 ===== *\/\n@keyframes d4FadeUp {\n  from { opacity: 0; transform: translateY(22px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes d4FadeIn {\n  from { opacity: 0; }\n  to   { opacity: 1; }\n}\n@keyframes d4ScaleIn {\n  from { opacity: 0; transform: scale(.97); }\n  to   { opacity: 1; transform: scale(1); }\n}\n@keyframes d4BadgePulse {\n  0%,100% { box-shadow: 0 0 0 0 rgba(7,40,68,.17); }\n  50% { box-shadow: 0 0 0 9px rgba(7,40,68,0); }\n}\n@keyframes d4LineGrow {\n  from { transform: scaleX(0); }\n  to   { transform: scaleX(1); }\n}\n\n.d4-page {\n  animation: d4FadeIn .55s ease both;\n}\n\n\/* 首屏 *\/\n.d4-hero {\n  animation: d4FadeUp .72s ease both;\n}\n.d4-hero-badge {\n  animation: d4BadgePulse 2.7s ease-in-out infinite;\n}\n\n\/* 图片：保持原有图片结构，只增加铺满与 hover *\/\n.d4-media {\n  position: relative;\n  overflow: hidden;\n  transform: translateZ(0);\n}\n.d4-media img {\n  width: 100% !important;\n  height: 100% !important;\n  min-height: inherit;\n  object-fit: cover !important;\n  object-position: center center;\n  display: block !important;\n  margin: 0 !important;\n  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease;\n}\n.d4-media:hover img {\n  transform: scale(1.045);\n  filter: saturate(1.03) contrast(1.02);\n}\n\n\/* Section 标题 *\/\n.d4-section-title {\n  position: relative;\n  overflow: hidden;\n}\n.d4-section-title::after {\n  content: \"\";\n  position: absolute;\n  top: -2px;\n  left: 0;\n  width: 88px;\n  height: 2px;\n  background: #c9a14a;\n  transform-origin: left center;\n  animation: d4LineGrow .8s ease both;\n}\n\n\/* 普通卡片 *\/\n.d4-card {\n  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;\n}\n.d4-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 12px 28px rgba(7,40,68,.10);\n  border-color: rgba(7,40,68,.28) !important;\n}\n\n\/* 特征 icon *\/\n.d4-icon {\n  transition: transform .32s ease;\n}\n.d4-card:hover .d4-icon {\n  transform: translateY(-3px) scale(1.08);\n}\n\n\/* 规格卡 *\/\n.d4-spec-card {\n  transition: transform .25s ease, box-shadow .25s ease, border-left-width .25s ease;\n}\n.d4-spec-card:hover {\n  transform: translateX(4px);\n  box-shadow: 0 7px 18px rgba(7,40,68,.07);\n  border-left-width: 5px !important;\n}\n\n\/* Customization 小卡 *\/\n.d4-custom-card {\n  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;\n}\n.d4-custom-card:hover {\n  transform: translateX(5px);\n  box-shadow: 0 8px 18px rgba(7,40,68,.07);\n  border-color: rgba(7,40,68,.30) !important;\n}\n\n\/* FAQ *\/\n.d4-faq {\n  transition: box-shadow .25s ease, border-color .25s ease;\n}\n.d4-faq[open] {\n  border-color: #072844 !important;\n  box-shadow: 0 7px 20px rgba(7,40,68,.07);\n}\n.d4-faq summary {\n  transition: color .22s ease;\n}\n.d4-faq summary:hover {\n  color: #0d3a5e;\n}\n\n\/* CTA *\/\n.d4-cta {\n  position: relative;\n  overflow: hidden;\n}\n.d4-cta::before {\n  content: \"\";\n  position: absolute;\n  top: -70%;\n  left: -25%;\n  width: 25%;\n  height: 240%;\n  background: linear-gradient(90deg, transparent, rgba(7,40,68,.045), transparent);\n  transform: rotate(18deg);\n  transition: left .7s ease;\n  pointer-events: none;\n}\n.d4-cta:hover::before {\n  left: 110%;\n}\n.d4-cta a {\n  transition: transform .25s ease, box-shadow .25s ease;\n}\n.d4-cta a:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 7px 18px rgba(7,40,68,.15);\n}\n\n\/* 用户系统设置减少动态时自动关闭动画 *\/\n@media (prefers-reduced-motion: reduce) {\n  .d4-page,\n  .d4-hero,\n  .d4-hero-badge,\n  .d4-section-title::after {\n    animation: none !important;\n  }\n  .d4-media img,\n  .d4-card,\n  .d4-icon,\n  .d4-spec-card,\n  .d4-custom-card,\n  .d4-cta a,\n  .d4-cta::before {\n    transition: none !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"d4-page\" style=\"max-width: 1500px; margin: 0 auto; padding: 0 16px; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif; color: #1a1f2e; line-height: 1.6; box-sizing: border-box;\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"d4-hero\" style=\"display: flex; flex-wrap: wrap; gap: 36px; align-items: center; background: #eef4f8; border: 1px solid #e2e8f0; border-radius: 20px; padding: 36px; margin: 24px 0; box-sizing: border-box;\"\u003e\n\u003cdiv class=\"d4-media\" style=\"flex: 1 1 520px; min-width: 0; border-radius: 16px; overflow: hidden; background: #f8fafc; box-sizing: border-box;\"\u003e\n\u003cp class=\"d4-media\" style=\"margin: 0; min-height: 420px; background: #f8fafc; border: none; border-radius: 16px; line-height: 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/4.png?v=1787626090\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 520px; min-width: 0; box-sizing: border-box;\"\u003e\n\u003cdiv class=\"d4-hero-badge\" style=\"display: inline-block; background: #072844; color: #fff; padding: 6px 14px; border-radius: 999px; font-size: 12px; font-weight: bold; letter-spacing: 1px; margin-bottom: 16px;\"\u003e★ CANNABIS PACKAGING · CHILD RESISTANT\u003c\/div\u003e\n\u003ch2 style=\"margin: 0 0 12px; font-size: 38px; line-height: 1.15; color: #1a1f2e; font-weight: 800;\"\u003e4oz Plastic Jar\u003cbr\u003e\u003cspan style=\"color: #0d3a5e;\"\u003eBuilt for Cannabis Flower\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 20px; color: #4b5563; font-size: 16px;\"\u003eA durable, professional flower packaging solution designed for cannabis brands, dispensaries, cultivators, processors and packaging distributors. Available for small-quantity orders, B2B wholesale and custom packaging projects.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px;\"\u003e\n\u003cspan style=\"background: #fff; border: 1px solid #dce4ec; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● Child Resistant\u003c\/span\u003e \u003cspan style=\"background: #fff; border: 1px solid #dce4ec; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● 4oz Plastic Jar\u003c\/span\u003e \u003cspan style=\"background: #fff; border: 1px solid #dce4ec; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● Flower Packaging\u003c\/span\u003e \u003cspan style=\"background: #fff; border: 1px solid #dce4ec; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● Wholesale Ready\u003c\/span\u003e \u003cspan style=\"background: #fff; border: 1px solid #dce4ec; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● Customizable\u003c\/span\u003e \u003cspan style=\"background: #fff; border: 1px solid #dce4ec; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● Small Orders Supported\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4 FEATURES --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 14px; margin: 24px 0;\"\u003e\n\u003cdiv class=\"d4-card\" style=\"flex: 1 1 220px; border: 1px solid #e2e8f0; border-radius: 14px; padding: 22px; text-align: center; background: #fff;\"\u003e\n\u003cdiv class=\"d4-icon\" style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🔒\u003c\/div\u003e\n\u003cstrong style=\"display: block; margin-bottom: 4px;\"\u003eChild Resistant\u003c\/strong\u003e \u003cspan style=\"font-size: 13px; color: #6b7280;\"\u003eDesigned for cannabis packaging applications\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-card\" style=\"flex: 1 1 220px; border: 1px solid #e2e8f0; border-radius: 14px; padding: 22px; text-align: center; background: #fff;\"\u003e\n\u003cdiv class=\"d4-icon\" style=\"font-size: 28px; margin-bottom: 8px;\"\u003e🌿\u003c\/div\u003e\n\u003cstrong style=\"display: block; margin-bottom: 4px;\"\u003eMade for Flower\u003c\/strong\u003e \u003cspan style=\"font-size: 13px; color: #6b7280;\"\u003ePractical format for cannabis flower packaging\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-card\" style=\"flex: 1 1 220px; border: 1px solid #e2e8f0; border-radius: 14px; padding: 22px; text-align: center; background: #fff;\"\u003e\n\u003cdiv class=\"d4-icon\" style=\"font-size: 28px; margin-bottom: 8px;\"\u003e📦\u003c\/div\u003e\n\u003cstrong style=\"display: block; margin-bottom: 4px;\"\u003eB2B Wholesale\u003c\/strong\u003e \u003cspan style=\"font-size: 13px; color: #6b7280;\"\u003eVolume pricing for qualified business orders\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-card\" style=\"flex: 1 1 220px; border: 1px solid #e2e8f0; border-radius: 14px; padding: 22px; text-align: center; background: #fff;\"\u003e\n\u003cdiv class=\"d4-icon\" style=\"font-size: 28px; margin-bottom: 8px;\"\u003e✦\u003c\/div\u003e\n\u003cstrong style=\"display: block; margin-bottom: 4px;\"\u003eCustom Packaging\u003c\/strong\u003e \u003cspan style=\"font-size: 13px; color: #6b7280;\"\u003eBranding, colors, printing and project support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECTION TITLE --\u003e\n\u003cdiv class=\"d4-section-title\" style=\"border-top: 2px solid #072844; margin: 40px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #072844;\"\u003ePRODUCT OVERVIEW\u003c\/div\u003e\n\u003c!-- OVERVIEW --\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 36px; align-items: center; margin: 24px 0 40px;\"\u003e\n\u003cdiv class=\"d4-media\" style=\"flex: 1 1 500px; min-width: 0; border-radius: 16px; overflow: hidden; background: #f8fafc;\"\u003e\n\u003cp class=\"d4-media\" style=\"margin: 0; min-height: 380px; background: #f8fafc; border: none; border-radius: 16px; line-height: 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/02.png?v=1787626090\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 500px; min-width: 0;\"\u003e\n\u003ch2 style=\"font-size: 30px; line-height: 1.25; margin: 0 0 12px; color: #1a1f2e;\"\u003eBuilt for Cannabis Flower Packaging\u003c\/h2\u003e\n\u003cp style=\"color: #4b5563; margin: 0 0 12px;\"\u003ePackaging is an important part of the cannabis customer experience. The right flower jar should do more than simply hold the product — it should help protect the contents, provide convenient handling, support applicable packaging requirements and create a professional presentation on the shelf.\u003c\/p\u003e\n\u003cp style=\"color: #4b5563; margin: 0 0 14px;\"\u003eOur \u003cstrong\u003e4oz Plastic Jar\u003c\/strong\u003e is developed for cannabis flower and compatible dry-product packaging. Its clean shape gives brands a flexible foundation for labeling and customization.\u003c\/p\u003e\n\u003cul style=\"margin: 0; padding-left: 22px; color: #374151;\"\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003eChild-resistant functionality for cannabis packaging applications\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003eDurable plastic construction for storage, transport and retail handling\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 8px;\"\u003eClean presentation suitable for branded labels and custom decoration\u003c\/li\u003e\n\u003cli\u003eFlexible purchasing: small orders, wholesale quantities and custom projects\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CHILD RESISTANT --\u003e\n\u003cdiv class=\"d4-section-title\" style=\"border-top: 2px solid #072844; margin: 40px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #072844;\"\u003eCHILD RESISTANT PACKAGING\u003c\/div\u003e\n\u003cdiv style=\"background: #072844; color: #fff; border-radius: 18px; padding: 30px; margin-bottom: 40px;\"\u003e\n\u003ch2 style=\"color: #fff; font-size: 28px; line-height: 1.25; margin: 0 0 12px;\"\u003eChild Resistant Is a Core Requirement in Cannabis Packaging\u003c\/h2\u003e\n\u003cp style=\"color: #e8eef4; margin: 0 0 12px;\"\u003eChild Resistant (CR) is one of the most important considerations in cannabis packaging. Requirements vary by product type and jurisdiction across the United States, and many markets require qualifying cannabis products to use packaging designed to reduce access by children.\u003c\/p\u003e\n\u003cp style=\"color: #e8eef4; margin: 0;\"\u003eThis 4oz jar is designed with child-resistant functionality for cannabis packaging applications. Customers should confirm the packaging, labeling and compliance requirements that apply in the state or market where the finished product will be sold.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS --\u003e\n\u003cdiv class=\"d4-section-title\" style=\"border-top: 2px solid #072844; margin: 40px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #072844;\"\u003eSPECIFICATIONS\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px; background: #f7fafc; border: 1px solid #e2e8f0; border-radius: 16px; padding: 20px; margin-bottom: 40px;\"\u003e\n\u003cdiv class=\"d4-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-left: 3px solid #072844; border-radius: 10px; padding: 14px 16px;\"\u003e\n\u003csmall style=\"color: #6b7280;\"\u003ePRODUCT NAME\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003e4oz Plastic Jar\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-left: 3px solid #072844; border-radius: 10px; padding: 14px 16px;\"\u003e\n\u003csmall style=\"color: #6b7280;\"\u003eCATEGORY\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003eFlower Packaging\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-left: 3px solid #072844; border-radius: 10px; padding: 14px 16px;\"\u003e\n\u003csmall style=\"color: #6b7280;\"\u003ePACKAGING TYPE\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003ePlastic Jar\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-left: 3px solid #072844; border-radius: 10px; padding: 14px 16px;\"\u003e\n\u003csmall style=\"color: #6b7280;\"\u003eCLOSURE\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003eChild-Resistant Option\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-left: 3px solid #072844; border-radius: 10px; padding: 14px 16px;\"\u003e\n\u003csmall style=\"color: #6b7280;\"\u003eAPPLICATION\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003eCannabis Flower \/ Compatible Dry Products\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-left: 3px solid #072844; border-radius: 10px; padding: 14px 16px;\"\u003e\n\u003csmall style=\"color: #6b7280;\"\u003eBUSINESS TYPE\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003eWholesale \/ Custom \/ Small Orders\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-left: 3px solid #072844; border-radius: 10px; padding: 14px 16px;\"\u003e\n\u003csmall style=\"color: #6b7280;\"\u003eCUSTOMIZATION\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003eColor, Logo, Printing \u0026amp; Branding\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-left: 3px solid #072844; border-radius: 10px; padding: 14px 16px;\"\u003e\n\u003csmall style=\"color: #6b7280;\"\u003eBULK PRICING\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003eAvailable\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FLEXIBLE ORDERING --\u003e\n\u003cdiv class=\"d4-section-title\" style=\"border-top: 2px solid #072844; margin: 40px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #072844;\"\u003eFLEXIBLE ORDERING\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px;\"\u003e\n\u003cdiv class=\"d4-card\" style=\"flex: 1 1 280px; border: 1px solid #e2e8f0; border-radius: 14px; padding: 22px; background: #fff;\"\u003e\n\u003cstrong style=\"color: #072844;\"\u003eSMALL-QUANTITY ORDERS\u003c\/strong\u003e\n\u003cp style=\"margin: 8px 0 0; color: #4b5563;\"\u003eTest the jar with your product before committing to larger wholesale quantities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-card\" style=\"flex: 1 1 280px; border: 1px solid #e2e8f0; border-radius: 14px; padding: 22px; background: #fff;\"\u003e\n\u003cstrong style=\"color: #072844;\"\u003eB2B WHOLESALE\u003c\/strong\u003e\n\u003cp style=\"margin: 8px 0 0; color: #4b5563;\"\u003eVolume pricing is available for qualified cannabis industry customers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-card\" style=\"flex: 1 1 280px; border: 1px solid #e2e8f0; border-radius: 14px; padding: 22px; background: #fff;\"\u003e\n\u003cstrong style=\"color: #072844;\"\u003eCUSTOM PROJECTS\u003c\/strong\u003e\n\u003cp style=\"margin: 8px 0 0; color: #4b5563;\"\u003eCustom colors, logo application, printing and packaging development are available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CUSTOMIZATION --\u003e\n\u003cdiv class=\"d4-section-title\" style=\"border-top: 2px solid #072844; margin: 40px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #072844;\"\u003eCUSTOMIZATION OPTIONS\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 36px; align-items: center; margin-bottom: 40px;\"\u003e\n\u003cdiv style=\"flex: 1 1 500px; min-width: 0;\"\u003e\n\u003ch2 style=\"font-size: 30px; line-height: 1.25; margin: 0 0 12px;\"\u003eMake the Packaging Part of Your Brand\u003c\/h2\u003e\n\u003cp style=\"color: #4b5563; margin: 0 0 14px;\"\u003e4 DELTAS supports standard packaging as well as custom programs designed around your visual identity and commercial requirements.\u003c\/p\u003e\n\u003cdiv class=\"d4-custom-card\" style=\"border: 1px solid #e2e8f0; border-radius: 12px; padding: 15px; margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eCustom Colors\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"color: #6b7280; font-size: 14px;\"\u003eCreate packaging that matches your brand identity.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-custom-card\" style=\"border: 1px solid #e2e8f0; border-radius: 12px; padding: 15px; margin-bottom: 10px;\"\u003e\n\u003cstrong\u003eLogo \u0026amp; Branding\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"color: #6b7280; font-size: 14px;\"\u003eAdd your logo and approved brand elements.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-custom-card\" style=\"border: 1px solid #e2e8f0; border-radius: 12px; padding: 15px; margin-bottom: 10px;\"\u003e\n\u003cstrong\u003ePrinting \u0026amp; Decoration\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"color: #6b7280; font-size: 14px;\"\u003eExplore available printing and labeling options.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-custom-card\" style=\"border: 1px solid #e2e8f0; border-radius: 12px; padding: 15px;\"\u003e\n\u003cstrong\u003ePackaging Development\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"color: #6b7280; font-size: 14px;\"\u003eDiscuss non-standard and long-term packaging projects.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-media\" style=\"flex: 1 1 500px; min-width: 0; border-radius: 16px; overflow: hidden; background: #f8fafc;\"\u003e\n\u003cp class=\"d4-media\" style=\"margin: 0; min-height: 420px; background: #f8fafc; border: none; border-radius: 16px; line-height: 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/02.png?v=1787626090\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY --\u003e\n\u003cdiv class=\"d4-section-title\" style=\"border-top: 2px solid #072844; margin: 40px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #072844;\"\u003eWHY 4 DELTAS\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px;\"\u003e\n\u003cdiv class=\"d4-card\" style=\"flex: 1 1 280px; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 28px; font-weight: 800; color: #072844;\"\u003e01\u003c\/div\u003e\n\u003cstrong\u003ePackaging Built for Cannabis\u003c\/strong\u003e\n\u003cp style=\"color: #6b7280; font-size: 14px; margin: 8px 0 0;\"\u003eCannabis-focused jars, pop-top tubes and custom packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-card\" style=\"flex: 1 1 280px; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 28px; font-weight: 800; color: #072844;\"\u003e02\u003c\/div\u003e\n\u003cstrong\u003eFlexible Order Quantities\u003c\/strong\u003e\n\u003cp style=\"color: #6b7280; font-size: 14px; margin: 8px 0 0;\"\u003eStart small, move into wholesale and scale when ready.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d4-card\" style=\"flex: 1 1 280px; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 28px; font-weight: 800; color: #072844;\"\u003e03\u003c\/div\u003e\n\u003cstrong\u003eB2B \u0026amp; Custom Support\u003c\/strong\u003e\n\u003cp style=\"color: #6b7280; font-size: 14px; margin: 8px 0 0;\"\u003eSupport for sourcing, wholesale pricing and custom packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT GALLERY --\u003e\n\u003cdiv class=\"d4-section-title\" style=\"border-top: 2px solid #072844; margin: 40px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #072844;\"\u003ePRODUCT GALLERY\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-start; margin-bottom: 40px;\"\u003e\n\u003c!-- 左侧正方形大图：点击灰色框插入图片 --\u003e\n\u003cdiv style=\"flex: 2 1 600px; min-width: 300px;\"\u003e\n\u003cp class=\"d4-media\" style=\"margin: 0; aspect-ratio: 1\/1; min-height: 320px; background: #f8fafc; border: none; border-radius: 16px; line-height: 0; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/03.png?v=1787626090\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 300px; min-width: 260px; display: flex; flex-direction: column; gap: 14px;\"\u003e\n\u003c!-- 右上正方形图片 --\u003e\n\u003cp class=\"d4-media\" style=\"margin: 0; aspect-ratio: 1\/1; min-height: 200px; background: #f8fafc; border: none; border-radius: 16px; line-height: 0; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/1_5c5416ab-a9d4-462c-9b6f-3c421b7188dd.png?v=1787626090\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c!-- 右下正方形图片 --\u003e\n\u003cp class=\"d4-media\" style=\"margin: 0; aspect-ratio: 1\/1; min-height: 200px; background: #f8fafc; border: none; border-radius: 16px; line-height: 0; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/02.png?v=1787626090\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"d4-section-title\" style=\"border-top: 2px solid #072844; margin: 40px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #072844;\"\u003eFREQUENTLY ASKED QUESTIONS\u003c\/div\u003e\n\u003cdetails class=\"d4-faq\" open=\"\" style=\"border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eIs this 4oz plastic jar suitable for cannabis flower?\u003c\/summary\u003e\n\u003cp style=\"color: #4b5563; margin: 10px 0 0;\"\u003eYes. It is designed for flower packaging applications and can be used by cannabis brands, cultivators, dispensaries, processors and packaging distributors.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"d4-faq\" style=\"border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eIs the jar child resistant?\u003c\/summary\u003e\n\u003cp style=\"color: #4b5563; margin: 10px 0 0;\"\u003eThis product is available with child-resistant functionality designed for cannabis packaging applications.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"d4-faq\" style=\"border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eCan I order a small quantity?\u003c\/summary\u003e\n\u003cp style=\"color: #4b5563; margin: 10px 0 0;\"\u003eYes. Small-quantity orders are supported for testing, smaller launches and product evaluation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"d4-faq\" style=\"border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eDo you offer wholesale pricing?\u003c\/summary\u003e\n\u003cp style=\"color: #4b5563; margin: 10px 0 0;\"\u003eYes. Volume and wholesale pricing are available for qualified B2B orders.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"d4-faq\" style=\"border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eCan the jar be customized?\u003c\/summary\u003e\n\u003cp style=\"color: #4b5563; margin: 10px 0 0;\"\u003eCustomization can include colors, logo application, printing, labeling and other packaging modifications depending on quantity and specifications.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"d4-faq\" style=\"border: 1px solid #e2e8f0; border-radius: 10px; padding: 14px 16px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eWhat is the MOQ for custom packaging?\u003c\/summary\u003e\n\u003cp style=\"color: #4b5563; margin: 10px 0 0;\"\u003eMOQ depends on the selected customization process and project requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"d4-cta\" style=\"background: #f7fafc; border: 1px solid #e2e8f0; border-radius: 18px; padding: 34px 24px; text-align: center; margin: 40px 0;\"\u003e\n\u003ch2 style=\"font-size: 30px; margin: 0 0 10px;\"\u003eStart Small. Scale When You're Ready.\u003c\/h2\u003e\n\u003cp style=\"max-width: 760px; margin: 0 auto 18px; color: #4b5563;\"\u003eOrder a small quantity to evaluate the 4oz Plastic Jar, or contact 4 DELTAS for wholesale pricing and a customized cannabis packaging solution.\u003c\/p\u003e\n\u003ca href=\"#request-quote\" style=\"display: inline-block; background: #072844; color: #fff; text-decoration: none; padding: 12px 20px; border-radius: 8px; font-weight: bold; margin: 4px;\"\u003eRequest Wholesale Pricing\u003c\/a\u003e \u003ca href=\"#custom-project\" style=\"display: inline-block; background: #fff; color: #072844; text-decoration: none; padding: 11px 20px; border-radius: 8px; border: 1px solid #072844; font-weight: bold; margin: 4px;\"\u003eStart a Custom Project\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"4DELTAS","offers":[{"title":"90 mL \/ Black \/ 4oz plastic jar","offer_id":62232888017266,"sku":null,"price":0.09,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/02.png?v=1787626090"},{"product_id":"6oz-plastic-jar-副本","title":"7g flower 6oz Smell Proof Child Resistant plastic Jars with Cap","description":"\u003c!--\n6oz Plastic Jar - Shopify 富文本编辑器稳定版\n\n图片插入方法：\n1. 在 Shopify 商品描述可视化编辑器中点击浅灰色图片区域。\n2. 点击工具栏“插入图片”。\n3. 选择图片 -\u003e 完成。\n4. 不需要修改 HTML 图片地址。\n5. 本版本不用复杂动态 CSS，适合 Shopify 富文本描述字段。\n--\u003e\n\u003cstyle\u003e\n\/* ===== 6oz 页面轻量动态效果：不改变图片结构 ===== *\/\n@keyframes d6FadeUp {\n  from { opacity: 0; transform: translateY(22px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes d6FadeIn {\n  from { opacity: 0; }\n  to   { opacity: 1; }\n}\n@keyframes d6ScaleIn {\n  from { opacity: 0; transform: scale(.965); }\n  to   { opacity: 1; transform: scale(1); }\n}\n@keyframes d6BadgePulse {\n  0%,100% { box-shadow: 0 0 0 0 rgba(10,49,77,.16); }\n  50% { box-shadow: 0 0 0 9px rgba(10,49,77,0); }\n}\n@keyframes d6LineGrow {\n  from { transform: scaleX(0); }\n  to   { transform: scaleX(1); }\n}\n\n.d6-page {\n  animation: d6FadeIn .55s ease both;\n}\n\n\/* 首屏 *\/\n.d6-hero {\n  animation: d6FadeUp .7s ease both;\n}\n.d6-hero-badge {\n  animation: d6BadgePulse 2.7s ease-in-out infinite;\n}\n\n\/* 图片统一：铺满、圆角、悬停轻微放大 *\/\n.d6-media {\n  position: relative;\n  overflow: hidden;\n  transform: translateZ(0);\n}\n.d6-media img {\n  width: 100% !important;\n  height: 100% !important;\n  min-height: inherit;\n  object-fit: cover !important;\n  object-position: center center;\n  display: block !important;\n  margin: 0 !important;\n  transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .4s ease;\n}\n.d6-media:hover img {\n  transform: scale(1.045);\n  filter: saturate(1.03) contrast(1.02);\n}\n\n\/* 区块标题 *\/\n.d6-section-title {\n  position: relative;\n  overflow: hidden;\n}\n.d6-section-title::after {\n  content: \"\";\n  position: absolute;\n  top: -2px;\n  left: 0;\n  width: 92px;\n  height: 2px;\n  background: #c9a14a;\n  transform-origin: left center;\n  animation: d6LineGrow .8s ease both;\n}\n\n\/* 卡片 *\/\n.d6-card {\n  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;\n}\n.d6-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 12px 28px rgba(10,49,77,.10);\n  border-color: rgba(10,49,77,.28) !important;\n}\n\n\/* 规格卡片 *\/\n.d6-spec-card {\n  transition: transform .25s ease, box-shadow .25s ease;\n}\n.d6-spec-card:hover {\n  transform: translateX(4px);\n  box-shadow: 0 7px 18px rgba(10,49,77,.07);\n}\n\n\/* FAQ *\/\n.d6-faq {\n  transition: box-shadow .25s ease, border-color .25s ease;\n}\n.d6-faq[open] {\n  border-color: #0a314d !important;\n  box-shadow: 0 7px 20px rgba(10,49,77,.07);\n}\n.d6-faq summary {\n  transition: color .22s ease;\n}\n.d6-faq summary:hover {\n  color: #0a496f;\n}\n\n\/* CTA *\/\n.d6-cta {\n  position: relative;\n  overflow: hidden;\n}\n.d6-cta::before {\n  content: \"\";\n  position: absolute;\n  top: -70%;\n  left: -25%;\n  width: 25%;\n  height: 240%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,.10), transparent);\n  transform: rotate(18deg);\n  transition: left .7s ease;\n  pointer-events: none;\n}\n.d6-cta:hover::before {\n  left: 110%;\n}\n.d6-cta a {\n  transition: transform .25s ease, box-shadow .25s ease, opacity .25s ease;\n}\n.d6-cta a:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 7px 18px rgba(0,0,0,.16);\n}\n\n\/* 尊重系统“减少动态效果”设置 *\/\n@media (prefers-reduced-motion: reduce) {\n  .d6-page,\n  .d6-hero,\n  .d6-hero-badge,\n  .d6-section-title::after {\n    animation: none !important;\n  }\n  .d6-media img,\n  .d6-card,\n  .d6-spec-card,\n  .d6-cta a,\n  .d6-cta::before {\n    transition: none !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"d6-page\" style=\"max-width: 1500px; margin: 0 auto; padding: 0 16px; font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif; color: #172033; line-height: 1.65; box-sizing: border-box;\"\u003e\n\u003c!-- HERO：6oz 与 4oz 区分，改为左文案 \/ 右图片 --\u003e\n\u003cdiv class=\"d6-hero\" style=\"display: flex; flex-wrap: wrap; gap: 42px; align-items: center; background: #f3f6f8; border-radius: 22px; padding: 46px 40px; margin: 24px 0; box-sizing: border-box;\"\u003e\n\u003cdiv style=\"flex: 1 1 520px; min-width: 0; box-sizing: border-box;\"\u003e\n\u003cdiv class=\"d6-hero-badge\" style=\"display: inline-block; background: #0a314d; color: #fff; padding: 7px 15px; border-radius: 999px; font-size: 12px; font-weight: bold; letter-spacing: 1px; margin-bottom: 18px;\"\u003e6OZ FLOWER PACKAGING · CHILD RESISTANT\u003c\/div\u003e\n\u003ch2 style=\"margin: 0 0 14px; font-size: 42px; line-height: 1.12; color: #172033; font-weight: 800;\"\u003e6oz Plastic Jar\u003cbr\u003e\u003cspan style=\"color: #0a496f;\"\u003eMore Capacity. More Brand Presence.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp style=\"margin: 0 0 22px; color: #526071; font-size: 16px;\"\u003eDesigned for cannabis brands that need a larger-format flower jar, the \u003cstrong\u003e6oz Plastic Jar\u003c\/strong\u003e offers more internal capacity and a broader packaging surface for labels, branding and retail presentation. It is a practical choice for B2B flower packaging, wholesale programs and customized packaging projects.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px;\"\u003e\n\u003cspan style=\"background: #fff; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● Child Resistant\u003c\/span\u003e \u003cspan style=\"background: #fff; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● Higher Capacity\u003c\/span\u003e \u003cspan style=\"background: #fff; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● Flower Packaging\u003c\/span\u003e \u003cspan style=\"background: #fff; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● B2B Wholesale\u003c\/span\u003e \u003cspan style=\"background: #fff; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● Custom Branding\u003c\/span\u003e \u003cspan style=\"background: #fff; border-radius: 999px; padding: 8px 13px; font-size: 13px;\"\u003e● Small Orders Supported\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px;\"\u003e\n\u003cdiv style=\"flex: 1 1 160px; background: #fff; border-radius: 12px; padding: 15px 16px;\"\u003e\n\u003cstrong style=\"display: block; color: #0a314d; font-size: 14px;\"\u003eLarger Format\u003c\/strong\u003e \u003cspan style=\"font-size: 13px; color: #6a7482;\"\u003eMore room for flower packaging needs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 160px; background: #fff; border-radius: 12px; padding: 15px 16px;\"\u003e\n\u003cstrong style=\"display: block; color: #0a314d; font-size: 14px;\"\u003eBrand Friendly\u003c\/strong\u003e \u003cspan style=\"font-size: 13px; color: #6a7482;\"\u003eMore visible surface for labels and graphics\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 160px; background: #fff; border-radius: 12px; padding: 15px 16px;\"\u003e\n\u003cstrong style=\"display: block; color: #0a314d; font-size: 14px;\"\u003eFlexible Supply\u003c\/strong\u003e \u003cspan style=\"font-size: 13px; color: #6a7482;\"\u003eSmall orders, wholesale and custom projects\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-media\" style=\"flex: 1 1 500px; min-width: 0; border-radius: 18px; overflow: hidden; background: #eef1f4;\"\u003e\n\u003cp class=\"d6-media\" style=\"margin: 0; min-height: 520px; background: #eef1f4; border: none; border-radius: 18px; line-height: 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/1_e423fd12-d0ec-43eb-bf9f-278365e14d22.jpg?v=1787731809\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-section-title\" style=\"border-top: 2px solid #0a314d; margin: 44px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #0a314d;\"\u003eWHY CHOOSE 6OZ\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 42px;\"\u003e\n\u003cdiv class=\"d6-card\" style=\"flex: 1 1 280px; background: #0a314d; color: #fff; border-radius: 16px; padding: 26px;\"\u003e\n\u003cdiv style=\"font-size: 30px; margin-bottom: 10px;\"\u003e01\u003c\/div\u003e\n\u003cstrong style=\"display: block; font-size: 18px; margin-bottom: 8px;\"\u003eMore Packaging Capacity\u003c\/strong\u003e\n\u003cp style=\"margin: 0; color: #dce6ed; font-size: 14px;\"\u003eA larger jar format gives brands more flexibility when packaging higher-volume flower products or building premium product presentations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-card\" style=\"flex: 1 1 280px; background: #fff; border: 1px solid #e1e7ec; border-radius: 16px; padding: 26px;\"\u003e\n\u003cdiv style=\"font-size: 30px; color: #0a496f; margin-bottom: 10px;\"\u003e02\u003c\/div\u003e\n\u003cstrong style=\"display: block; font-size: 18px; margin-bottom: 8px;\"\u003eMore Brand Space\u003c\/strong\u003e\n\u003cp style=\"margin: 0; color: #657180; font-size: 14px;\"\u003eThe larger jar body provides additional visible area for labels, logos, product information and branded packaging design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-card\" style=\"flex: 1 1 280px; background: #fff; border: 1px solid #e1e7ec; border-radius: 16px; padding: 26px;\"\u003e\n\u003cdiv style=\"font-size: 30px; color: #0a496f; margin-bottom: 10px;\"\u003e03\u003c\/div\u003e\n\u003cstrong style=\"display: block; font-size: 18px; margin-bottom: 8px;\"\u003eBuilt for B2B Programs\u003c\/strong\u003e\n\u003cp style=\"margin: 0; color: #657180; font-size: 14px;\"\u003eSuitable for cannabis brands, cultivators, dispensaries, processors and packaging distributors requiring recurring or customized supply.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-section-title\" style=\"border-top: 2px solid #0a314d; margin: 44px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #0a314d;\"\u003ePRODUCT OVERVIEW\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 38px; align-items: center; margin: 24px 0 42px;\"\u003e\n\u003cdiv style=\"flex: 1 1 500px; min-width: 0;\"\u003e\n\u003ch2 style=\"font-size: 31px; line-height: 1.25; margin: 0 0 12px; color: #172033;\"\u003eLarger-Format Flower Packaging for Growing Brands\u003c\/h2\u003e\n\u003cp style=\"color: #526071; margin: 0 0 13px;\"\u003eThe \u003cstrong\u003e6oz Plastic Jar\u003c\/strong\u003e is designed for cannabis businesses that want more packaging volume without moving away from the familiar jar format. It works well for larger flower packaging programs, premium retail presentation, and brands that need additional surface area for labeling and customization.\u003c\/p\u003e\n\u003cp style=\"color: #526071; margin: 0 0 15px;\"\u003eAs with our other cannabis packaging products, the 6oz jar can be supplied for smaller trial orders, regular wholesale purchasing or custom packaging projects.\u003c\/p\u003e\n\u003cdiv style=\"background: #f6f8fa; border-radius: 14px; padding: 20px;\"\u003e\n\u003cdiv style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong style=\"color: #0a314d;\"\u003e✓ Child-Resistant Format\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 14px; color: #657180;\"\u003eDesigned for cannabis packaging applications.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong style=\"color: #0a314d;\"\u003e✓ Larger Jar Body\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 14px; color: #657180;\"\u003eSuitable for higher-capacity flower packaging needs.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-bottom: 10px;\"\u003e\n\u003cstrong style=\"color: #0a314d;\"\u003e✓ Brand-Ready Surface\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 14px; color: #657180;\"\u003eMore visible area for labels and custom decoration.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: #0a314d;\"\u003e✓ Flexible Ordering\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 14px; color: #657180;\"\u003eSmall orders, wholesale quantities and custom projects.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-media\" style=\"flex: 1 1 500px; min-width: 0; border-radius: 18px; overflow: hidden; background: #eef1f4;\"\u003e\n\u003cp class=\"d6-media\" style=\"margin: 0; min-height: 430px; background: #eef1f4; border: none; border-radius: 18px; line-height: 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/2_-_0.png?v=1787731809\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-section-title\" style=\"border-top: 2px solid #0a314d; margin: 44px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #0a314d;\"\u003eCHILD RESISTANT PACKAGING\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 18px; margin-bottom: 42px;\"\u003e\n\u003cdiv style=\"flex: 2 1 560px; background: #0a314d; color: #fff; border-radius: 18px; padding: 30px;\"\u003e\n\u003ch2 style=\"color: #fff; font-size: 28px; line-height: 1.25; margin: 0 0 12px;\"\u003eDesigned Around Cannabis Packaging Requirements\u003c\/h2\u003e\n\u003cp style=\"color: #dce6ed; margin: 0 0 12px;\"\u003eChild Resistant (CR) remains an important consideration for cannabis packaging. Requirements vary by state, product type and market, so packaging should always be evaluated against the regulations applicable to the finished product.\u003c\/p\u003e\n\u003cp style=\"color: #dce6ed; margin: 0;\"\u003eOur 6oz jar is available with child-resistant functionality for cannabis packaging applications while maintaining a practical format for adult users.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 280px; background: #f4f7f9; border-radius: 18px; padding: 26px;\"\u003e\n\u003cstrong style=\"display: block; color: #0a314d; font-size: 18px; margin-bottom: 10px;\"\u003eCompliance Note\u003c\/strong\u003e\n\u003cp style=\"margin: 0; color: #657180; font-size: 14px;\"\u003eCustomers should verify the packaging, labeling and compliance requirements that apply in the state or market where the finished cannabis product will be sold.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-section-title\" style=\"border-top: 2px solid #0a314d; margin: 44px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #0a314d;\"\u003eSPECIFICATIONS\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 12px; background: #f6f8fa; border-radius: 16px; padding: 22px; margin-bottom: 42px;\"\u003e\n\u003cdiv class=\"d6-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-radius: 10px; padding: 15px 17px;\"\u003e\n\u003csmall style=\"color: #74808d;\"\u003ePRODUCT NAME\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003e6oz Plastic Jar\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-radius: 10px; padding: 15px 17px;\"\u003e\n\u003csmall style=\"color: #74808d;\"\u003eCATEGORY\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003eFlower Packaging\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-radius: 10px; padding: 15px 17px;\"\u003e\n\u003csmall style=\"color: #74808d;\"\u003ePACKAGING TYPE\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003ePlastic Jar\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-radius: 10px; padding: 15px 17px;\"\u003e\n\u003csmall style=\"color: #74808d;\"\u003eSIZE\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003e6 oz\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-radius: 10px; padding: 15px 17px;\"\u003e\n\u003csmall style=\"color: #74808d;\"\u003eCLOSURE\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003eChild-Resistant Option\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-radius: 10px; padding: 15px 17px;\"\u003e\n\u003csmall style=\"color: #74808d;\"\u003eAPPLICATION\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003eCannabis Flower \/ Compatible Dry Products\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-radius: 10px; padding: 15px 17px;\"\u003e\n\u003csmall style=\"color: #74808d;\"\u003eORDER TYPE\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003eSmall Orders \/ Wholesale \/ Custom\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-spec-card\" style=\"flex: 1 1 42%; min-width: 260px; background: #fff; border-radius: 10px; padding: 15px 17px;\"\u003e\n\u003csmall style=\"color: #74808d;\"\u003eCUSTOMIZATION\u003c\/small\u003e\u003cbr\u003e\u003cstrong\u003eColor, Logo, Printing \u0026amp; Branding\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-section-title\" style=\"border-top: 2px solid #0a314d; margin: 44px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #0a314d;\"\u003eWHO THIS 6OZ JAR IS FOR\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 42px;\"\u003e\n\u003cdiv class=\"d6-card\" style=\"flex: 1 1 210px; background: #fff; border: 1px solid #e1e7ec; border-radius: 14px; padding: 22px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 26px;\"\u003e🌱\u003c\/div\u003e\n\u003cstrong\u003eCultivators\u003c\/strong\u003e\n\u003cp style=\"font-size: 13px; color: #6b7582; margin: 6px 0 0;\"\u003eLarger-format flower packaging programs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-card\" style=\"flex: 1 1 210px; background: #fff; border: 1px solid #e1e7ec; border-radius: 14px; padding: 22px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 26px;\"\u003e🏷\u003c\/div\u003e\n\u003cstrong\u003eCannabis Brands\u003c\/strong\u003e\n\u003cp style=\"font-size: 13px; color: #6b7582; margin: 6px 0 0;\"\u003eMore space for brand presentation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-card\" style=\"flex: 1 1 210px; background: #fff; border: 1px solid #e1e7ec; border-radius: 14px; padding: 22px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 26px;\"\u003e🏪\u003c\/div\u003e\n\u003cstrong\u003eDispensaries\u003c\/strong\u003e\n\u003cp style=\"font-size: 13px; color: #6b7582; margin: 6px 0 0;\"\u003ePrivate-label and retail packaging\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-card\" style=\"flex: 1 1 210px; background: #fff; border: 1px solid #e1e7ec; border-radius: 14px; padding: 22px; text-align: center;\"\u003e\n\u003cdiv style=\"font-size: 26px;\"\u003e🚚\u003c\/div\u003e\n\u003cstrong\u003eDistributors\u003c\/strong\u003e\n\u003cp style=\"font-size: 13px; color: #6b7582; margin: 6px 0 0;\"\u003eB2B supply and recurring orders\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-section-title\" style=\"border-top: 2px solid #0a314d; margin: 44px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #0a314d;\"\u003eCUSTOM PACKAGING\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 38px; align-items: center; margin-bottom: 42px;\"\u003e\n\u003cdiv class=\"d6-media\" style=\"flex: 1 1 500px; min-width: 0; border-radius: 18px; overflow: hidden; background: #eef1f4;\"\u003e\n\u003cp class=\"d6-media\" style=\"margin: 0; min-height: 440px; background: #eef1f4; border: none; border-radius: 18px; line-height: 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/2_-_33.png?v=1787731809\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"flex: 1 1 500px; min-width: 0;\"\u003e\n\u003ch2 style=\"font-size: 31px; line-height: 1.25; margin: 0 0 12px;\"\u003eTurn a Larger Jar Into a Stronger Brand Asset\u003c\/h2\u003e\n\u003cp style=\"color: #526071; margin: 0 0 16px;\"\u003eThe 6oz format gives brands additional physical space to build a more visible packaging identity. Depending on project requirements and order quantity, customization options may include:\u003c\/p\u003e\n\u003cdiv style=\"display: grid; gap: 10px;\"\u003e\n\u003cdiv style=\"background: #f6f8fa; border-radius: 12px; padding: 16px;\"\u003e\n\u003cstrong style=\"color: #0a314d;\"\u003eCustom Colors\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 14px; color: #697482;\"\u003eCoordinate the jar with your brand palette.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f6f8fa; border-radius: 12px; padding: 16px;\"\u003e\n\u003cstrong style=\"color: #0a314d;\"\u003eLogo \u0026amp; Label Design\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 14px; color: #697482;\"\u003eUse the larger surface to improve brand visibility.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f6f8fa; border-radius: 12px; padding: 16px;\"\u003e\n\u003cstrong style=\"color: #0a314d;\"\u003ePrinting \u0026amp; Decoration\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 14px; color: #697482;\"\u003eAvailable processes depend on quantity and specifications.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #f6f8fa; border-radius: 12px; padding: 16px;\"\u003e\n\u003cstrong style=\"color: #0a314d;\"\u003ePackaging Development\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 14px; color: #697482;\"\u003eDiscuss larger B2B or long-term custom programs with us.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-section-title\" style=\"border-top: 2px solid #0a314d; margin: 44px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #0a314d;\"\u003eORDER YOUR WAY\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 42px;\"\u003e\n\u003cdiv class=\"d6-card\" style=\"flex: 1 1 280px; border-radius: 16px; background: #f6f8fa; padding: 25px;\"\u003e\n\u003cstrong style=\"display: block; color: #0a314d; font-size: 18px; margin-bottom: 8px;\"\u003eSmall-Quantity Orders\u003c\/strong\u003e\n\u003cp style=\"margin: 0; color: #657180; font-size: 14px;\"\u003eEvaluate the 6oz format before moving into larger purchasing volumes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-card\" style=\"flex: 1 1 280px; border-radius: 16px; background: #0a314d; padding: 25px; color: #fff;\"\u003e\n\u003cstrong style=\"display: block; font-size: 18px; margin-bottom: 8px;\"\u003eB2B Wholesale\u003c\/strong\u003e\n\u003cp style=\"margin: 0; color: #dce6ed; font-size: 14px;\"\u003eContact us for volume pricing based on quantity, destination and packaging requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-card\" style=\"flex: 1 1 280px; border-radius: 16px; background: #f6f8fa; padding: 25px;\"\u003e\n\u003cstrong style=\"display: block; color: #0a314d; font-size: 18px; margin-bottom: 8px;\"\u003eCustom Production\u003c\/strong\u003e\n\u003cp style=\"margin: 0; color: #657180; font-size: 14px;\"\u003eDevelop a branded packaging solution around your product and business needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-section-title\" style=\"border-top: 2px solid #0a314d; margin: 44px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #0a314d;\"\u003ePRODUCT GALLERY\u003c\/div\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 42px;\"\u003e\n\u003cdiv class=\"d6-media\" style=\"flex: 1 1 300px; min-width: 260px;\"\u003e\n\u003cp class=\"d6-media\" style=\"margin: 0; aspect-ratio: 1\/1; min-height: 260px; background: #eef1f4; border: none; border-radius: 16px; line-height: 0; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/1_e423fd12-d0ec-43eb-bf9f-278365e14d22.jpg?v=1787731809\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-media\" style=\"flex: 1 1 300px; min-width: 260px;\"\u003e\n\u003cp class=\"d6-media\" style=\"margin: 0; aspect-ratio: 1\/1; min-height: 260px; background: #eef1f4; border: none; border-radius: 16px; line-height: 0; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/2_-_0.png?v=1787731809\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-media\" style=\"flex: 1 1 300px; min-width: 260px;\"\u003e\n\u003cp class=\"d6-media\" style=\"margin: 0; aspect-ratio: 1\/1; min-height: 260px; background: #eef1f4; border: none; border-radius: 16px; line-height: 0; overflow: hidden;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/2_-_33.png?v=1787731809\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"d6-section-title\" style=\"border-top: 2px solid #0a314d; margin: 44px 0 20px; padding-top: 16px; font-size: 13px; font-weight: 800; letter-spacing: 2px; color: #0a314d;\"\u003eFREQUENTLY ASKED QUESTIONS\u003c\/div\u003e\n\u003cdetails class=\"d6-faq\" open=\"\" style=\"border: 1px solid #e1e7ec; border-radius: 11px; padding: 15px 17px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eWhat is the main difference between the 6oz jar and a smaller flower jar?\u003c\/summary\u003e\n\u003cp style=\"color: #526071; margin: 10px 0 0;\"\u003eThe 6oz format provides more packaging capacity and a larger visible surface for labels, graphics and brand presentation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"d6-faq\" style=\"border: 1px solid #e1e7ec; border-radius: 11px; padding: 15px 17px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eIs the 6oz Plastic Jar suitable for cannabis flower?\u003c\/summary\u003e\n\u003cp style=\"color: #526071; margin: 10px 0 0;\"\u003eYes. It is designed for cannabis flower and compatible dry-product packaging applications.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"d6-faq\" style=\"border: 1px solid #e1e7ec; border-radius: 11px; padding: 15px 17px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eIs a child-resistant version available?\u003c\/summary\u003e\n\u003cp style=\"color: #526071; margin: 10px 0 0;\"\u003eYes. The product is available with child-resistant functionality for cannabis packaging applications. Always confirm the requirements applicable to your market.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"d6-faq\" style=\"border: 1px solid #e1e7ec; border-radius: 11px; padding: 15px 17px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eCan I buy a small quantity first?\u003c\/summary\u003e\n\u003cp style=\"color: #526071; margin: 10px 0 0;\"\u003eYes. Small-quantity orders are supported so customers can evaluate the jar before moving into wholesale quantities.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"d6-faq\" style=\"border: 1px solid #e1e7ec; border-radius: 11px; padding: 15px 17px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eDo you offer wholesale pricing for the 6oz jar?\u003c\/summary\u003e\n\u003cp style=\"color: #526071; margin: 10px 0 0;\"\u003eYes. B2B and volume pricing are available. Contact us with your quantity and destination for a quotation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"d6-faq\" style=\"border: 1px solid #e1e7ec; border-radius: 11px; padding: 15px 17px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eCan the 6oz jar be customized?\u003c\/summary\u003e\n\u003cp style=\"color: #526071; margin: 10px 0 0;\"\u003eCustomization may include colors, logo application, labels, printing and other packaging modifications depending on project requirements.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"d6-faq\" style=\"border: 1px solid #e1e7ec; border-radius: 11px; padding: 15px 17px; margin-bottom: 10px;\"\u003e\n\u003csummary style=\"font-weight: bold; cursor: pointer;\"\u003eWhat is the MOQ for custom 6oz packaging?\u003c\/summary\u003e\n\u003cp style=\"color: #526071; margin: 10px 0 0;\"\u003eMOQ varies according to the customization process. Send us your specifications and we can recommend the most practical option.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"d6-cta\" style=\"background: #0a314d; color: #fff; border-radius: 20px; padding: 38px 28px; text-align: center; margin: 44px 0;\"\u003e\n\u003cdiv style=\"font-size: 13px; letter-spacing: 2px; font-weight: bold; color: #bcd0dd; margin-bottom: 8px;\"\u003e6OZ PLASTIC JAR\u003c\/div\u003e\n\u003ch2 style=\"font-size: 32px; line-height: 1.2; color: #fff; margin: 0 0 12px;\"\u003eNeed More Capacity for Your Flower Packaging?\u003c\/h2\u003e\n\u003cp style=\"max-width: 780px; margin: 0 auto 20px; color: #dce6ed;\"\u003eStart with a small order, request wholesale pricing, or talk with 4 DELTAS about a customized 6oz cannabis packaging program.\u003c\/p\u003e\n\u003ca href=\"#request-quote\" style=\"display: inline-block; background: #fff; color: #0a314d; text-decoration: none; padding: 12px 21px; border-radius: 8px; font-weight: bold; margin: 4px;\"\u003eRequest Wholesale Pricing\u003c\/a\u003e \u003ca href=\"#custom-project\" style=\"display: inline-block; background: transparent; color: #fff; text-decoration: none; padding: 11px 21px; border-radius: 8px; border: 1px solid #fff; font-weight: bold; margin: 4px;\"\u003eStart a Custom Project\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"4DELTAS","offers":[{"title":"90 mL \/ Black \/ 6oz plastic jar","offer_id":62233481609586,"sku":null,"price":0.09,"currency_code":"USD","in_stock":false},{"title":"90 mL \/ Clear \/ 6oz plastic jar","offer_id":62233485672818,"sku":null,"price":0.09,"currency_code":"USD","in_stock":false},{"title":"90 mL \/ White \/ 6oz plastic jar","offer_id":62233485705586,"sku":null,"price":0.09,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0990\/1309\/9890\/files\/2_-_33.png?v=1787731809"}],"url":"https:\/\/4deltas.com\/collections\/wide-mouth-bottles.oembed","provider":"4DELTAS","version":"1.0","type":"link"}