{"product_id":"3oz-plastic-jar","title":"3oz plastic jar","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","url":"https:\/\/4deltas.com\/products\/3oz-plastic-jar","provider":"4DELTAS","version":"1.0","type":"link"}