{"title":"AIRPODS CASE","description":"","products":[{"product_id":"airpods-case","title":"GLOW AIRPODS CASE","description":"\u003cstyle\u003e\n.th-section{max-width:100%;margin:0 auto;font-family:Arial,sans-serif;}\n.th-video-section{margin-bottom:40px;}\n.th-slider-wrap{position:relative;overflow:hidden;touch-action:pan-y;}\n.th-slider{display:flex;gap:10px;transition:transform 0.4s ease;}\n.th-slider video{border-radius:12px;object-fit:cover;aspect-ratio:9\/16;pointer-events:none;flex-shrink:0;}\n.th-slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.95);border:none;border-radius:50%;width:32px;height:32px;font-size:18px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;color:#1A56DB;}\n.th-slider-btn-prev{left:4px;}\n.th-slider-btn-next{right:4px;}\n.th-slider-dots{display:flex;justify-content:center;gap:6px;margin-top:12px;}\n.th-slider-dot{width:8px;height:8px;border-radius:50%;background:#DBEAFE;border:none;cursor:pointer;padding:0;}\n.th-slider-dot.active{background:#1A56DB;width:24px;border-radius:4px;}\n.th-desc-section{border-radius:16px;overflow:hidden;background:#fff;}\n.th-desc-img img{width:100%;display:block;max-height:400px;object-fit:cover;}\n.th-desc-text{padding:28px 24px;text-align:center;}\n.th-desc-text h2{font-size:22px;font-weight:700;color:#0F2E7A;margin:0 0 16px;}\n.th-desc-text p{font-size:14px;color:#444;line-height:1.7;margin:0;}\n\u003c\/style\u003e\n\n\u003cdiv class=\"th-section\"\u003e\n  \u003cdiv class=\"th-video-section\"\u003e\n    \u003cdiv class=\"th-slider-wrap\" id=\"thWrap\"\u003e\n      \u003cdiv class=\"th-slider\" id=\"thSlider\"\u003e\u003c\/div\u003e\n      \u003cbutton class=\"th-slider-btn th-slider-btn-prev\" onclick=\"thMove(-1)\"\u003e‹\u003c\/button\u003e\n      \u003cbutton class=\"th-slider-btn th-slider-btn-next\" onclick=\"thMove(1)\"\u003e›\u003c\/button\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"th-slider-dots\"\u003e\n      \u003cbutton class=\"th-slider-dot active\" onclick=\"thGoTo(0)\"\u003e\u003c\/button\u003e\n      \u003cbutton class=\"th-slider-dot\" onclick=\"thGoTo(1)\"\u003e\u003c\/button\u003e\n      \u003cbutton class=\"th-slider-dot\" onclick=\"thGoTo(2)\"\u003e\u003c\/button\u003e\n      \u003cbutton class=\"th-slider-dot\" onclick=\"thGoTo(3)\"\u003e\u003c\/button\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"th-desc-section\"\u003e\n    \u003cdiv class=\"th-desc-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0747\/1244\/9218\/files\/WhatsApp_Image_2026-04-04_at_18.01.16_1.webp?v=1777936161\" alt=\"AirPods Case\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"th-desc-text\"\u003e\n      \u003ch2\u003eGuard Your Airpod, Elevate Your Style\u003c\/h2\u003e\n      \u003cp\u003eDiscover a collection of phone cases that do more than just protect. Crafted with precision and designed with flair, our cases combine robust durability with trend-setting aesthetics. Whether you're looking for minimalist elegance, bold patterns, or personalized options, we have something to match your unique style. Keep your device safe and make a statement with every call, text, and selfie.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nvar thSrcs=[\n  'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/91d3f7c467244474b7d7d72cc2113cc6.mov',\n  'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f33576748d62419c8d68b90fc58bfd60.mp4',\n  'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ec742f6df51c47daa72754618f34df50.mp4',\n  'https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4c2048096f7345598c09f6e96ca5f162.mp4'\n];\nvar thReal=thSrcs.length;\nvar thGap=10;\nvar thIdx=thReal;\nvar thSlider=document.getElementById('thSlider');\nvar thWrap=document.getElementById('thWrap');\n\nfunction thItemW(){\n  var wrapW=thWrap.offsetWidth;\n  var isMobile=window.innerWidth\u003c=768;\n  return isMobile ? wrapW*0.6 : (wrapW-thGap*2)\/3;\n}\n\nfunction thOffset(){\n  var isMobile=window.innerWidth\u003c=768;\n  var iw=thItemW();\n  var wrapW=thWrap.offsetWidth;\n  if(isMobile){\n    return (wrapW-iw)\/2;\n  }\n  return 0;\n}\n\nfunction thMakeVideo(src){\n  var v=document.createElement('video');\n  v.autoplay=true;v.muted=true;v.loop=true;v.setAttribute('playsinline','');\n  var s=document.createElement('source');s.src=src;\n  v.appendChild(s);return v;\n}\n\nfunction thBuild(){\n  thSlider.innerHTML='';\n  var iw=thItemW();\n  var all=thSrcs.concat(thSrcs).concat(thSrcs);\n  all.forEach(function(src){\n    var v=thMakeVideo(src);\n    v.style.width=iw+'px';v.style.minWidth=iw+'px';\n    thSlider.appendChild(v);\n  });\n  thSlider.style.transition='none';\n  var baseOffset=thReal*(iw+thGap)-thOffset();\n  thSlider.style.transform='translateX(-'+baseOffset+'px)';\n  thIdx=thReal;\n}\n\nfunction thRender(animate){\n  var iw=thItemW();\n  var offset=thIdx*(iw+thGap)-thOffset();\n  thSlider.style.transition=animate===false?'none':'transform 0.4s ease';\n  thSlider.style.transform='translateX(-'+offset+'px)';\n  var dot=thIdx%thReal;\n  document.querySelectorAll('.th-slider-dot').forEach(function(d,i){d.classList.toggle('active',i===dot);});\n}\n\nfunction thMove(dir){\n  thIdx+=dir;\n  thRender(true);\n  setTimeout(function(){\n    if(thIdx\u003e=thReal*2){thIdx=thReal;thRender(false);}\n    if(thIdx\u003cthReal){thIdx=thReal*2-1;thRender(false);}\n  },420);\n}\n\nfunction thGoTo(i){thIdx=thReal+i;thRender(true);}\n\nvar thStartX=0;\nthWrap.addEventListener('touchstart',function(e){thStartX=e.touches[0].clientX;},{passive:true});\nthWrap.addEventListener('touchend',function(e){\n  var diff=thStartX-e.changedTouches[0].clientX;\n  if(Math.abs(diff)\u003e40)thMove(diff\u003e0?1:-1);\n},{passive:true});\n\nwindow.addEventListener('resize',function(){thBuild();});\nthBuild();\n\u003c\/script\u003e\n","brand":"TrendHatch","offers":[{"title":"AIRPODS 1\/2 \/ BLUE","offer_id":47621881266370,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 1\/2 \/ WHITE","offer_id":47621881200834,"sku":"999","price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 1\/2 \/ RED","offer_id":47621881331906,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 1\/2 \/ ORANGE","offer_id":47621881397442,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS PRO \/ BLUE","offer_id":47621881495746,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS PRO \/ WHITE","offer_id":47621881430210,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS PRO \/ RED","offer_id":47621881561282,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS PRO \/ ORANGE","offer_id":47621881626818,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 2 PRO \/ BLUE","offer_id":47621881725122,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 2 PRO \/ WHITE","offer_id":47621881659586,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 2 PRO \/ RED","offer_id":47621881790658,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 2 PRO \/ ORANGE","offer_id":47621881856194,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 3 PRO \/ BLUE","offer_id":47621881954498,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 3 PRO \/ WHITE","offer_id":47621881888962,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 3 PRO \/ RED","offer_id":47621882020034,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 3 PRO \/ ORANGE","offer_id":47621882085570,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 3 \/ BLUE","offer_id":47621882183874,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 3 \/ WHITE","offer_id":47621882118338,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 3 \/ RED","offer_id":47621882249410,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 3 \/ ORANGE","offer_id":47621882314946,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 4 \/ BLUE","offer_id":47621882413250,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 4 \/ WHITE","offer_id":47621882347714,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 4 \/ RED","offer_id":47621882478786,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true},{"title":"AIRPODS 4 \/ ORANGE","offer_id":47621882544322,"sku":null,"price":59.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0747\/1244\/9218\/files\/1_053ba018-59c0-4369-bc7e-8fcebbfc8fe6.webp?v=1777932777"}],"url":"https:\/\/trendhatch.net\/collections\/airpods-case.oembed","provider":"TrendHatch","version":"1.0","type":"link"}