{"product_id":"ice-chill-can-cooler-cup","title":"🥤Ice-Chill Can Cooler Cup❄️","description":"\u003cstyle\u003e\n\/* =====================================================\n   CAN COOLER PDP - SHOPIFY DESCRIPTION BOX VERSION\n   Single Column \/ Mobile First \/ No Drain Claims\n===================================================== *\/\n\n.canx-page,\n.canx-page *{\n  box-sizing:border-box;\n}\n\n.canx-page{\n  --navy:#102f54;\n  --blue:#168bd0;\n  --blue2:#0874b5;\n  --text:#5b6c7b;\n  --ice:#e8f8ff;\n  --mint:#e7f5eb;\n  --pink:#ffe8ef;\n  --yellow:#fff5c9;\n  --line:rgba(18,73,108,.08);\n  --shadow:0 16px 45px rgba(29,92,126,.11);\n\n  position:relative;\n  isolation:isolate;\n  width:100% !important;\n  max-width:100% !important;\n  overflow:hidden;\n  margin:0 !important;\n  padding:22px 0 55px;\n  border-radius:28px;\n\n  color:var(--navy);\n  font-family:Arial,Helvetica,sans-serif;\n\n  background:\n    radial-gradient(circle at 5% 4%,rgba(135,216,255,.48),transparent 25%),\n    radial-gradient(circle at 95% 18%,rgba(255,205,221,.38),transparent 27%),\n    radial-gradient(circle at 5% 57%,rgba(203,239,216,.40),transparent 27%),\n    radial-gradient(circle at 90% 88%,rgba(255,235,154,.30),transparent 25%),\n    linear-gradient(\n      155deg,\n      #ffffff 0%,\n      #f3fbff 35%,\n      #fff8fa 67%,\n      #f6fff8 100%\n    );\n}\n\n\/* breathing lights *\/\n\n.canx-page:before,\n.canx-page:after{\n  content:\"\";\n  position:absolute;\n  z-index:-2;\n  width:300px;\n  height:300px;\n  border-radius:45% 55% 62% 38%;\n  filter:blur(45px);\n  opacity:.42;\n  pointer-events:none;\n}\n\n.canx-page:before{\n  top:4%;\n  left:-180px;\n  background:#64cfff;\n  animation:canxBreathOne 12s ease-in-out infinite alternate;\n}\n\n.canx-page:after{\n  top:48%;\n  right:-190px;\n  background:#ffb6cc;\n  animation:canxBreathTwo 15s ease-in-out infinite alternate;\n}\n\n@keyframes canxBreathOne{\n  0%{\n    transform:translate(0,0) scale(.82) rotate(0deg);\n  }\n\n  100%{\n    transform:translate(90px,170px) scale(1.22) rotate(25deg);\n  }\n}\n\n@keyframes canxBreathTwo{\n  0%{\n    transform:translate(0,0) scale(.85);\n  }\n\n  100%{\n    transform:translate(-90px,200px) scale(1.2);\n  }\n}\n\n\/* particles *\/\n\n.canx-bubbles{\n  position:absolute;\n  inset:0;\n  z-index:-1;\n  overflow:hidden;\n  pointer-events:none;\n}\n\n.canx-bubbles span{\n  position:absolute;\n  display:block;\n  border-radius:50%;\n  border:1px solid rgba(255,255,255,.85);\n  background:rgba(255,255,255,.23);\n  box-shadow:\n    inset 0 0 10px rgba(255,255,255,.75),\n    0 5px 15px rgba(51,159,211,.08);\n  animation:canxBubble 15s linear infinite;\n}\n\n.canx-bubbles span:nth-child(1){\n  width:17px;\n  height:17px;\n  left:7%;\n  top:6%;\n}\n\n.canx-bubbles span:nth-child(2){\n  width:31px;\n  height:31px;\n  left:89%;\n  top:13%;\n  animation-duration:19s;\n  animation-delay:-6s;\n}\n\n.canx-bubbles span:nth-child(3){\n  width:12px;\n  height:12px;\n  left:78%;\n  top:28%;\n  animation-duration:12s;\n}\n\n.canx-bubbles span:nth-child(4){\n  width:25px;\n  height:25px;\n  left:6%;\n  top:38%;\n  animation-duration:17s;\n  animation-delay:-8s;\n}\n\n.canx-bubbles span:nth-child(5){\n  width:40px;\n  height:40px;\n  left:90%;\n  top:51%;\n  animation-duration:21s;\n  animation-delay:-10s;\n}\n\n.canx-bubbles span:nth-child(6){\n  width:15px;\n  height:15px;\n  left:10%;\n  top:65%;\n  animation-duration:13s;\n}\n\n.canx-bubbles span:nth-child(7){\n  width:29px;\n  height:29px;\n  left:83%;\n  top:76%;\n  animation-duration:18s;\n  animation-delay:-7s;\n}\n\n.canx-bubbles span:nth-child(8){\n  width:18px;\n  height:18px;\n  left:18%;\n  top:90%;\n  animation-duration:14s;\n  animation-delay:-4s;\n}\n\n@keyframes canxBubble{\n  0%{\n    transform:translateY(45px) translateX(0) scale(.8);\n    opacity:.18;\n  }\n\n  50%{\n    transform:translateY(-45px) translateX(17px) scale(1.08);\n    opacity:.65;\n  }\n\n  100%{\n    transform:translateY(-110px) translateX(-10px) scale(.86);\n    opacity:.1;\n  }\n}\n\n\/* main width *\/\n\n.canx-inner{\n  position:relative;\n  z-index:2;\n  width:calc(100% - 24px);\n  max-width:720px;\n  margin:0 auto;\n}\n\n.canx-section{\n  width:100%;\n  margin:46px 0;\n}\n\n\/* typography *\/\n\n.canx-label{\n  display:inline-flex;\n  align-items:center;\n  gap:7px;\n\n  margin-bottom:13px;\n  padding:8px 12px;\n\n  border:1px solid rgba(22,139,208,.13);\n  border-radius:999px;\n\n  color:var(--blue2);\n  background:rgba(255,255,255,.78);\n\n  box-shadow:0 7px 20px rgba(23,112,157,.06);\n\n  font-size:11px;\n  line-height:1.2;\n  font-weight:800;\n  letter-spacing:.055em;\n  text-transform:uppercase;\n}\n\n.canx-label:before{\n  content:\"\";\n  flex:0 0 7px;\n  width:7px;\n  height:7px;\n  border-radius:50%;\n  background:var(--blue);\n  box-shadow:0 0 0 4px rgba(22,139,208,.1);\n}\n\n.canx-title{\n  margin:0 !important;\n  color:var(--navy) !important;\n\n  font-size:42px !important;\n  line-height:1 !important;\n  letter-spacing:-.045em;\n  font-weight:900 !important;\n}\n\n.canx-title span{\n  color:var(--blue);\n}\n\n.canx-heading{\n  margin:0 !important;\n\n  color:var(--navy) !important;\n\n  font-size:32px !important;\n  line-height:1.06 !important;\n  letter-spacing:-.035em;\n  font-weight:900 !important;\n}\n\n.canx-sub{\n  margin:15px 0 0 !important;\n\n  color:var(--text) !important;\n\n  font-size:15px !important;\n  line-height:1.62 !important;\n  font-weight:400 !important;\n}\n\n.canx-center{\n  text-align:center;\n}\n\n.canx-center .canx-sub{\n  margin-left:auto !important;\n  margin-right:auto !important;\n}\n\n\/* cards *\/\n\n.canx-card{\n  width:100%;\n  overflow:hidden;\n\n  border:1px solid rgba(255,255,255,.84);\n  border-radius:26px;\n\n  background:rgba(255,255,255,.76);\n\n  box-shadow:var(--shadow);\n}\n\n\/* images *\/\n\n.canx-image{\n  position:relative;\n  width:100%;\n  overflow:hidden;\n\n  border-radius:25px;\n\n  background:\n    radial-gradient(circle at 50% 30%,#fff,transparent 38%),\n    linear-gradient(145deg,#e3f7ff,#fff1f6 57%,#edf9f1);\n}\n\n.canx-image img{\n  display:block !important;\n  width:100% !important;\n  max-width:100% !important;\n  height:auto !important;\n  margin:0 !important;\n  object-fit:cover;\n  border-radius:25px;\n}\n\n\/* HERO *\/\n\n.canx-hero-copy{\n  padding:6px 4px 25px;\n}\n\n.canx-benefits{\n  display:grid;\n  grid-template-columns:1fr;\n  gap:8px;\n  margin-top:22px;\n}\n\n.canx-benefit{\n  display:flex;\n  align-items:center;\n  gap:11px;\n\n  min-height:54px;\n  padding:10px 12px;\n\n  border:1px solid var(--line);\n  border-radius:16px;\n\n  background:rgba(255,255,255,.74);\n\n  box-shadow:0 8px 22px rgba(37,100,132,.06);\n\n  color:var(--navy);\n  font-size:13px;\n  line-height:1.3;\n  font-weight:800;\n}\n\n.canx-benefit-icon{\n  display:grid;\n  flex:0 0 35px;\n  width:35px;\n  height:35px;\n  place-items:center;\n\n  border-radius:50%;\n  background:var(--ice);\n\n  font-size:17px;\n}\n\n.canx-note{\n  display:flex;\n  align-items:center;\n  gap:9px;\n\n  margin-top:17px;\n\n  color:var(--text);\n  font-size:12px;\n  line-height:1.4;\n  font-weight:700;\n}\n\n.canx-note:before{\n  content:\"✓\";\n\n  display:grid;\n  flex:0 0 22px;\n  width:22px;\n  height:22px;\n  place-items:center;\n\n  border-radius:50%;\n\n  color:#16754c;\n  background:#ddf8ea;\n\n  font-size:12px;\n  font-weight:900;\n}\n\n\/* mini trust *\/\n\n.canx-trust{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:8px;\n\n  margin-top:14px;\n}\n\n.canx-trust div{\n  padding:14px 10px;\n\n  border:1px solid rgba(255,255,255,.84);\n  border-radius:16px;\n\n  background:rgba(255,255,255,.66);\n\n  box-shadow:0 8px 22px rgba(42,100,132,.06);\n\n  text-align:center;\n}\n\n.canx-trust strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--navy);\n\n  font-size:12px;\n  font-weight:850;\n}\n\n.canx-trust span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:10px;\n  line-height:1.35;\n}\n\n\/* TEXT CONTENT CARD *\/\n\n.canx-copy{\n  padding:26px 22px;\n}\n\n.canx-checks{\n  display:grid;\n  gap:11px;\n\n  margin-top:21px;\n}\n\n.canx-check{\n  display:flex;\n  align-items:flex-start;\n  gap:10px;\n\n  color:var(--text);\n\n  font-size:13px;\n  line-height:1.48;\n}\n\n.canx-check-icon{\n  display:grid;\n  flex:0 0 27px;\n  width:27px;\n  height:27px;\n  place-items:center;\n\n  border-radius:50%;\n\n  color:var(--blue2);\n  background:var(--ice);\n\n  font-size:12px;\n  font-weight:900;\n}\n\n\/* IMAGE + COPY *\/\n\n.canx-media-card{\n  overflow:hidden;\n\n  border:1px solid rgba(255,255,255,.84);\n  border-radius:26px;\n\n  background:rgba(255,255,255,.76);\n\n  box-shadow:var(--shadow);\n}\n\n.canx-media-card .canx-image{\n  border-radius:0;\n}\n\n.canx-media-card .canx-image img{\n  border-radius:0;\n}\n\n.canx-media-copy{\n  padding:25px 22px 28px;\n}\n\n\/* Feature pills *\/\n\n.canx-feature-grid{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n\n  gap:8px;\n\n  margin-top:21px;\n}\n\n.canx-feature{\n  min-height:100px;\n\n  padding:14px;\n\n  border:1px solid rgba(23,50,77,.055);\n  border-radius:16px;\n}\n\n.canx-feature:nth-child(1),\n.canx-feature:nth-child(6){\n  background:linear-gradient(145deg,#e1f5ff,#f8fdff);\n}\n\n.canx-feature:nth-child(2),\n.canx-feature:nth-child(5){\n  background:linear-gradient(145deg,#e6f4e9,#f9fdfa);\n}\n\n.canx-feature:nth-child(3){\n  background:linear-gradient(145deg,#ffe7ef,#fff9fb);\n}\n\n.canx-feature:nth-child(4){\n  background:linear-gradient(145deg,#fff4c3,#fffdf3);\n}\n\n.canx-feature-icon{\n  display:grid;\n\n  width:37px;\n  height:37px;\n  place-items:center;\n\n  margin-bottom:10px;\n\n  border-radius:12px;\n\n  background:rgba(255,255,255,.68);\n\n  font-size:19px;\n}\n\n.canx-feature strong{\n  display:block;\n\n  margin-bottom:4px;\n\n  color:var(--navy);\n\n  font-size:12px;\n  line-height:1.25;\n  font-weight:850;\n}\n\n.canx-feature span{\n  display:block;\n\n  color:var(--text);\n\n  font-size:10px;\n  line-height:1.4;\n}\n\n\/* lifestyle *\/\n\n.canx-life{\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:26px;\n\n  box-shadow:var(--shadow);\n}\n\n.canx-life img{\n  display:block;\n  width:100% !important;\n  max-width:100% !important;\n  height:auto !important;\n  margin:0 !important;\n}\n\n.canx-life-copy{\n  padding:25px 22px 28px;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(13,74,110,.98),\n      rgba(16,47,84,.98)\n    );\n}\n\n.canx-life .canx-label{\n  color:#fff;\n  border-color:rgba(255,255,255,.22);\n  background:rgba(255,255,255,.12);\n}\n\n.canx-life .canx-label:before{\n  background:#7ddaff;\n}\n\n.canx-life .canx-heading{\n  color:#fff !important;\n}\n\n.canx-life .canx-sub{\n  color:rgba(255,255,255,.77) !important;\n}\n\n.canx-scenes{\n  display:flex;\n  flex-wrap:wrap;\n  gap:7px;\n\n  margin-top:18px;\n}\n\n.canx-scene{\n  padding:8px 11px;\n\n  border:1px solid rgba(255,255,255,.22);\n  border-radius:999px;\n\n  color:#fff;\n\n  background:rgba(255,255,255,.10);\n\n  font-size:10px;\n  line-height:1;\n  font-weight:800;\n}\n\n\/* color dots *\/\n\n.canx-dots{\n  display:flex;\n  flex-wrap:wrap;\n  gap:9px;\n\n  margin-top:19px;\n}\n\n.canx-dot{\n  width:24px;\n  height:24px;\n\n  border:3px solid #fff;\n  border-radius:50%;\n\n  box-shadow:0 3px 10px rgba(23,50,77,.13);\n}\n\n.canx-blue{background:#188ed2;}\n.canx-red{background:#d9383e;}\n.canx-yellow{background:#f1c32c;}\n.canx-pink{background:#e7a4ae;}\n.canx-green{background:#9fb7a3;}\n.canx-orange{background:#df7735;}\n.canx-navydot{background:#173d87;}\n\n\/* final *\/\n\n.canx-final{\n  position:relative;\n\n  overflow:hidden;\n\n  padding:44px 23px;\n\n  border-radius:28px;\n\n  text-align:center;\n\n  color:#fff;\n\n  background:\n    radial-gradient(circle at 5% 10%,rgba(113,212,255,.48),transparent 32%),\n    radial-gradient(circle at 95% 90%,rgba(255,190,214,.25),transparent 34%),\n    linear-gradient(135deg,#0e80ab,#125e87 56%,#102f54);\n\n  box-shadow:0 24px 55px rgba(15,80,115,.22);\n}\n\n.canx-final:before{\n  content:\"\";\n\n  position:absolute;\n  top:-80px;\n  right:-70px;\n\n  width:190px;\n  height:190px;\n\n  border:1px solid rgba(255,255,255,.16);\n  border-radius:50%;\n\n  box-shadow:\n    0 0 0 27px rgba(255,255,255,.05),\n    0 0 0 55px rgba(255,255,255,.025);\n\n  animation:canxPulse 7s ease-in-out infinite;\n}\n\n@keyframes canxPulse{\n  0%,100%{\n    transform:scale(.86);\n    opacity:.6;\n  }\n\n  50%{\n    transform:scale(1.14);\n    opacity:1;\n  }\n}\n\n.canx-final-content{\n  position:relative;\n  z-index:2;\n}\n\n.canx-final .canx-heading{\n  color:#fff !important;\n}\n\n.canx-final .canx-sub{\n  color:rgba(255,255,255,.8) !important;\n}\n\n.canx-final-action{\n  display:block;\n\n  width:100%;\n\n  margin-top:22px;\n  padding:15px 18px;\n\n  border-radius:999px;\n\n  color:var(--navy);\n\n  background:#fff;\n\n  box-shadow:0 13px 30px rgba(0,30,48,.18);\n\n  font-size:13px;\n  line-height:1.2;\n  font-weight:900;\n}\n\n.canx-final-small{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n  gap:7px 13px;\n\n  margin-top:17px;\n\n  color:rgba(255,255,255,.75);\n\n  font-size:10px;\n  line-height:1.4;\n  font-weight:700;\n}\n\n.canx-final-small span:before{\n  content:\"✓\";\n  margin-right:5px;\n  color:#b8f5d3;\n}\n\n\/* responsive *\/\n\n@media(max-width:749px){\n\n  .canx-page{\n    border-radius:20px;\n    padding-top:14px;\n    padding-bottom:38px;\n  }\n\n  .canx-inner{\n    width:calc(100% - 18px);\n  }\n\n  .canx-section{\n    margin:39px 0;\n  }\n\n  .canx-title{\n    font-size:36px !important;\n  }\n\n  .canx-heading{\n    font-size:28px !important;\n  }\n\n  .canx-sub{\n    font-size:14px !important;\n  }\n\n  .canx-feature-grid{\n    grid-template-columns:1fr;\n  }\n\n  .canx-feature{\n    min-height:0;\n  }\n\n  .canx-copy,\n  .canx-media-copy{\n    padding:23px 18px 25px;\n  }\n\n  .canx-final{\n    padding:39px 19px;\n    text-align:left;\n  }\n\n  .canx-final-small{\n    justify-content:flex-start;\n  }\n\n}\n\n@media(max-width:390px){\n\n  .canx-title{\n    font-size:32px !important;\n  }\n\n  .canx-heading{\n    font-size:26px !important;\n  }\n\n}\n\n@media(prefers-reduced-motion:reduce){\n\n  .canx-page:before,\n  .canx-page:after,\n  .canx-bubbles span,\n  .canx-final:before{\n    animation:none !important;\n  }\n\n}\n\u003c\/style\u003e\n\u003cdiv class=\"canx-page\"\u003e\n\u003c!-- BACKGROUND BUBBLES --\u003e\n\u003cdiv class=\"canx-bubbles\"\u003e\n\u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e \u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-inner\"\u003e\n\u003c!-- ========================================\n         MODULE 1 - HERO\n    ========================================= --\u003e\n\u003csection class=\"canx-section\"\u003e\n\u003cdiv class=\"canx-hero-copy\"\u003e\n\u003cdiv class=\"canx-label\"\u003eYour Can’s Personal Mini Cooler\u003c\/div\u003e\n\u003ch2 class=\"canx-title\"\u003eKeep Every Sip \u003cspan\u003eCool \u0026amp; Refreshing\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"canx-sub\"\u003eDrop in your favorite canned drink, add ice around it and enjoy refreshing sips through the straw lid— without pouring your beverage into another cup.\u003c\/p\u003e\n\u003cdiv class=\"canx-benefits\"\u003e\n\u003cdiv class=\"canx-benefit\"\u003e\n\u003cspan class=\"canx-benefit-icon\"\u003e❄️\u003c\/span\u003e \u003cspan\u003eAdd Ice Around Your Can\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-benefit\"\u003e\n\u003cspan class=\"canx-benefit-icon\"\u003e🥤\u003c\/span\u003e \u003cspan\u003eConvenient Straw Lid\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-benefit\"\u003e\n\u003cspan class=\"canx-benefit-icon\"\u003e👜\u003c\/span\u003e \u003cspan\u003eEasy-Carry Handle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-note\"\u003eNo pouring required—keep your drink inside its original can.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-image\"\u003e\n\u003c!-- 图1 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/14b4f4d7-794c-4b24-afac-df1b9b04ac54.png?v=1786082963\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-trust\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSimple Setup\u003c\/strong\u003e \u003cspan\u003eCan + Ice + Lid\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEasy Carry\u003c\/strong\u003e \u003cspan\u003eBuilt-In Handle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eLess Wet Hands\u003c\/strong\u003e \u003cspan\u003eCan Stays Inside\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSummer Ready\u003c\/strong\u003e \u003cspan\u003eIndoor \u0026amp; Outdoor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         MODULE 2 - PROBLEM \/ SOLUTION\n    ========================================= --\u003e\n\u003csection class=\"canx-section\"\u003e\n\u003cdiv class=\"canx-media-card\"\u003e\n\u003cdiv class=\"canx-image\"\u003e\n\u003c!-- 图2 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/dc94503e-971f-4c86-822d-9ed4f97928e5.png?v=1786082976\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-media-copy\"\u003e\n\u003cdiv class=\"canx-label\"\u003eA Better Way To Enjoy Canned Drinks\u003c\/div\u003e\n\u003ch2 class=\"canx-heading\"\u003eKeep Warm, Wet Cans From Ruining the Moment\u003c\/h2\u003e\n\u003cp class=\"canx-sub\"\u003eOutdoor heat can warm canned drinks quickly, while condensation leaves your hands and table wet. The cooler cup gives your can a more convenient place to chill and sip.\u003c\/p\u003e\n\u003cdiv class=\"canx-checks\"\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Keeps the cold, wet can away from direct contact with your hands. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Add ice around your can for extra cooling. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003e Sip conveniently through the straw-ready lid. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         MODULE 3 - 3 STEPS\n    ========================================= --\u003e\n\u003csection class=\"canx-section\"\u003e\n\u003cdiv class=\"canx-center\"\u003e\n\u003cdiv class=\"canx-label\"\u003eReady In Seconds\u003c\/div\u003e\n\u003ch2 class=\"canx-heading\"\u003eCool Drinks in 3 Easy Steps\u003c\/h2\u003e\n\u003cp class=\"canx-sub\"\u003eNo transferring. No complicated setup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-image\" style=\"margin-top: 23px;\"\u003e\n\u003c!-- 图3 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/dd2464bf-1b1a-47a1-aae7-b4d7b8ea56ee.png?v=1786082979\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-checks\"\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e1\u003c\/span\u003e \u003cspan\u003e \u003cstrong style=\"color: #102f54;\"\u003eDrop In Your Can\u003c\/strong\u003e\u003cbr\u003ePlace your compatible canned beverage inside. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e2\u003c\/span\u003e \u003cspan\u003e \u003cstrong style=\"color: #102f54;\"\u003eAdd Ice Around It\u003c\/strong\u003e\u003cbr\u003eFill the available space around your drink with ice. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e3\u003c\/span\u003e \u003cspan\u003e \u003cstrong style=\"color: #102f54;\"\u003eCover, Sip \u0026amp; Enjoy\u003c\/strong\u003e\u003cbr\u003eInstall the lid, add the straw and enjoy. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         MODULE 4 - SMART DETAILS\n    ========================================= --\u003e\n\u003csection class=\"canx-section\"\u003e\n\u003cdiv class=\"canx-media-card\"\u003e\n\u003cdiv class=\"canx-image\"\u003e\n\u003c!-- 图4 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/2dbd9b5e-0b37-477d-89d5-589e828daa54.png?v=1786082983\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-media-copy\"\u003e\n\u003cdiv class=\"canx-label\"\u003eMore Than a Can Holder\u003c\/div\u003e\n\u003ch2 class=\"canx-heading\"\u003eSmart Details for Better Sipping\u003c\/h2\u003e\n\u003cp class=\"canx-sub\"\u003eA thoughtful combination of cooling, carrying and sipping features in one colorful portable cup.\u003c\/p\u003e\n\u003cdiv class=\"canx-feature-grid\"\u003e\n\u003cdiv class=\"canx-feature\"\u003e\n\u003cspan class=\"canx-feature-icon\"\u003e❄️\u003c\/span\u003e \u003cstrong\u003eIce Cooling Space\u003c\/strong\u003e \u003cspan\u003eAdd ice around a compatible canned drink.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-feature\"\u003e\n\u003cspan class=\"canx-feature-icon\"\u003e🥤\u003c\/span\u003e \u003cstrong\u003eStraw-Ready Lid\u003c\/strong\u003e \u003cspan\u003eDesigned for easy, relaxed sipping.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-feature\"\u003e\n\u003cspan class=\"canx-feature-icon\"\u003e👜\u003c\/span\u003e \u003cstrong\u003eCarry Handle\u003c\/strong\u003e \u003cspan\u003eGrab your drink and take it along.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-feature\"\u003e\n\u003cspan class=\"canx-feature-icon\"\u003e🥫\u003c\/span\u003e \u003cstrong\u003eFits Canned Drinks\u003c\/strong\u003e \u003cspan\u003eKeep your beverage in its original can.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-feature\"\u003e\n\u003cspan class=\"canx-feature-icon\"\u003e✋\u003c\/span\u003e \u003cstrong\u003eTextured Grip\u003c\/strong\u003e \u003cspan\u003eRibbed body for a comfortable hold.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-feature\"\u003e\n\u003cspan class=\"canx-feature-icon\"\u003e✨\u003c\/span\u003e \u003cstrong\u003eCute Can Opener\u003c\/strong\u003e \u003cspan\u003eA handy little tool for stubborn pull tabs.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         MODULE 5 - NO POURING\n    ========================================= --\u003e\n\u003csection class=\"canx-section\"\u003e\n\u003cdiv class=\"canx-media-card\"\u003e\n\u003cdiv class=\"canx-image\"\u003e\n\u003c!-- 图5 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/dfc75005-39ee-40f7-ae3c-37fd7b56d790.png?v=1786082985\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-media-copy\"\u003e\n\u003cdiv class=\"canx-label\"\u003eKeep It Simple\u003c\/div\u003e\n\u003ch2 class=\"canx-heading\"\u003eNo Pouring Required\u003c\/h2\u003e\n\u003cp class=\"canx-sub\"\u003eKeep your beverage inside its original can. Simply place the can into the cooler cup, add ice around it, install the lid and enjoy.\u003c\/p\u003e\n\u003cdiv class=\"canx-checks\"\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eKeep the original canned beverage inside.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eLess transferring between different cups.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eA simple setup for everyday use.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         MODULE 6 - CAN OPENER\n    ========================================= --\u003e\n\u003csection class=\"canx-section\"\u003e\n\u003cdiv class=\"canx-media-card\"\u003e\n\u003cdiv class=\"canx-image\"\u003e\n\u003c!-- 图6 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/76fdeba4-c89d-4111-b900-66333b3cbc9a.png?v=1786082989\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-media-copy\"\u003e\n\u003cdiv class=\"canx-label\"\u003eA Small Detail You’ll Love\u003c\/div\u003e\n\u003ch2 class=\"canx-heading\"\u003eOpen Stubborn Cans More Easily\u003c\/h2\u003e\n\u003cp class=\"canx-sub\"\u003eSlide the cute opener under the pull tab and lift. It is especially handy when you want to avoid putting extra pressure on long or freshly manicured nails.\u003c\/p\u003e\n\u003cdiv class=\"canx-checks\"\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eHelpful for long or manicured nails.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eCute decorative designs add personality.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-check\"\u003e\n\u003cspan class=\"canx-check-icon\"\u003e✓\u003c\/span\u003e \u003cspan\u003eAttaches to the cup with a small chain.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         MODULE 7 - COLORS\n    ========================================= --\u003e\n\u003csection class=\"canx-section\"\u003e\n\u003cdiv class=\"canx-media-card\"\u003e\n\u003cdiv class=\"canx-image\"\u003e\n\u003c!-- 图7 --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/020304e6-09c9-465e-8f40-8e214c5b5e87.png?v=1786082990\" alt=\"\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"canx-media-copy\"\u003e\n\u003cdiv class=\"canx-label\"\u003eFind Your Favorite\u003c\/div\u003e\n\u003ch2 class=\"canx-heading\"\u003eA Color for Every Summer Mood\u003c\/h2\u003e\n\u003cp class=\"canx-sub\"\u003ePick a color that matches your personality, favorite drink or outdoor setup.\u003c\/p\u003e\n\u003cdiv class=\"canx-dots\"\u003e\n\u003cspan class=\"canx-dot canx-blue\"\u003e\u003c\/span\u003e \u003cspan class=\"canx-dot canx-red\"\u003e\u003c\/span\u003e \u003cspan class=\"canx-dot canx-yellow\"\u003e\u003c\/span\u003e \u003cspan class=\"canx-dot canx-pink\"\u003e\u003c\/span\u003e \u003cspan class=\"canx-dot canx-green\"\u003e\u003c\/span\u003e \u003cspan class=\"canx-dot canx-orange\"\u003e\u003c\/span\u003e \u003cspan class=\"canx-dot canx-navydot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         MODULE 8 - LIFESTYLE\n    ========================================= --\u003e\n\u003csection class=\"canx-section\"\u003e\n\u003cdiv class=\"canx-life\"\u003e\n\u003c!-- 图8 --\u003e\n\u003cdiv class=\"canx-life-copy\"\u003e\n\u003cdiv class=\"canx-label\"\u003eMade for Summer Moments\u003c\/div\u003e\n\u003ch2 class=\"canx-heading\"\u003eTake the Chill Wherever the Day Goes\u003c\/h2\u003e\n\u003cp class=\"canx-sub\"\u003eBring your favorite canned drink to backyard cookouts, camping trips, beach days, poolside afternoons, picnics and more.\u003c\/p\u003e\n\u003cp class=\"canx-sub\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/c79480ce-36da-4d0e-8629-95e8a9d65a7c.png?v=1786082993\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"canx-scenes\"\u003e\n\u003cspan class=\"canx-scene\"\u003eBBQs\u003c\/span\u003e \u003cspan class=\"canx-scene\"\u003eCamping\u003c\/span\u003e \u003cspan class=\"canx-scene\"\u003eBeach Days\u003c\/span\u003e \u003cspan class=\"canx-scene\"\u003ePoolside\u003c\/span\u003e \u003cspan class=\"canx-scene\"\u003ePicnics\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========================================\n         FINAL CTA - ONLY CTA\n    ========================================= --\u003e\n\u003csection class=\"canx-section\"\u003e\n\u003cdiv class=\"canx-final\"\u003e\n\u003cdiv class=\"canx-final-content\"\u003e\n\u003cdiv class=\"canx-label\"\u003eSummer Sipping Made Better\u003c\/div\u003e\n\u003ch2 class=\"canx-heading\"\u003eGive Your Favorite Can a Cooler Upgrade\u003c\/h2\u003e\n\u003cp class=\"canx-sub\"\u003eAdd ice, grab the handle and enjoy your favorite canned drink in a fun, convenient way.\u003c\/p\u003e\n\u003cdiv class=\"canx-final-action\"\u003e↑ Choose Your Favorite Color Above\u003c\/div\u003e\n\u003cdiv class=\"canx-final-small\"\u003e\n\u003cspan\u003eNo pouring required\u003c\/span\u003e \u003cspan\u003eEasy-carry design\u003c\/span\u003e \u003cspan\u003eMultiple colors\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"ljx","offers":[{"title":"Blue \/ cactus bottle opener \/ high","offer_id":48106738974871,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ cactus bottle opener \/ Width","offer_id":48106775937175,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Bow-shaped bottle opener \/ high","offer_id":48106739007639,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Bow-shaped bottle opener \/ Width","offer_id":48106775969943,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ cactus bottle opener \/ high","offer_id":48106739105943,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ cactus bottle opener \/ Width","offer_id":48106776002711,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Bow-shaped bottle opener \/ high","offer_id":48106739138711,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ Bow-shaped bottle opener \/ Width","offer_id":48106776035479,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"White \/ cactus bottle opener \/ high","offer_id":48106739237015,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"White \/ cactus bottle opener \/ Width","offer_id":48106776068247,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Bow-shaped bottle opener \/ high","offer_id":48106739269783,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"White \/ Bow-shaped bottle opener \/ Width","offer_id":48106776101015,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"sky blue \/ cactus bottle opener \/ high","offer_id":48106739368087,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"sky blue \/ cactus bottle opener \/ Width","offer_id":48106776133783,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"sky blue \/ Bow-shaped bottle opener \/ high","offer_id":48106739400855,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"sky blue \/ Bow-shaped bottle opener \/ Width","offer_id":48106776166551,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ cactus bottle opener \/ high","offer_id":48106739499159,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ cactus bottle opener \/ Width","offer_id":48106776199319,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ Bow-shaped bottle opener \/ high","offer_id":48106739531927,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ Bow-shaped bottle opener \/ Width","offer_id":48106776232087,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ cactus bottle opener \/ high","offer_id":48106739630231,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ cactus bottle opener \/ Width","offer_id":48106776264855,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Bow-shaped bottle opener \/ high","offer_id":48106739662999,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Bow-shaped bottle opener \/ Width","offer_id":48106776297623,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ cactus bottle opener \/ high","offer_id":48106739761303,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ cactus bottle opener \/ Width","offer_id":48106776330391,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ Bow-shaped bottle opener \/ high","offer_id":48106739794071,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ Bow-shaped bottle opener \/ Width","offer_id":48106776363159,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ cactus bottle opener \/ high","offer_id":48106739892375,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ cactus bottle opener \/ Width","offer_id":48106776395927,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ Bow-shaped bottle opener \/ high","offer_id":48106739925143,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ Bow-shaped bottle opener \/ Width","offer_id":48106776428695,"sku":null,"price":32.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0731\/5016\/9239\/files\/14b4f4d7-794c-4b24-afac-df1b9b04ac54.png?v=1786082963","url":"https:\/\/thenuvaro.com\/products\/ice-chill-can-cooler-cup","provider":"thenuvaro.com","version":"1.0","type":"link"}