{"title":"d","description":"\u003cstyle\u003e\n\/* =========================================================\n   QUOTE UNQUOTE® — DIET COKE PAGLU\n   COMPLETE COLLECTION INTRO\n   HTML + CSS ONLY\n   ========================================================= *\/\n\n.qu-dc-page{\n  width:100%;\n  max-width:100%;\n  margin:0;\n  padding:0;\n  overflow:hidden;\n  background:#f7f6f2;\n  color:#050505;\n  font-family:Arial,Helvetica,sans-serif;\n}\n\n.qu-dc-page *,\n.qu-dc-page *::before,\n.qu-dc-page *::after{\n  box-sizing:border-box;\n}\n\n.qu-dc-page h1,\n.qu-dc-page h2,\n.qu-dc-page p{\n  margin:0;\n}\n\n\n\/* =========================================================\n   MARQUEE\n   ========================================================= *\/\n\n.qu-dc-marquee{\n  width:100%;\n  height:42px;\n  overflow:hidden;\n  background:#050505;\n  color:#fff;\n  position:relative;\n  white-space:nowrap;\n}\n\n.qu-dc-marquee-track{\n  position:absolute;\n  top:0;\n  left:0;\n\n  height:42px;\n  width:max-content;\n\n  display:flex;\n  align-items:center;\n\n  animation:quDCMarquee 18s linear infinite;\n\n  will-change:transform;\n}\n\n.qu-dc-marquee-group{\n  flex:none;\n\n  height:42px;\n\n  display:flex;\n  align-items:center;\n\n  padding-right:30px;\n\n  font-size:10px;\n  font-weight:800;\n  letter-spacing:2px;\n\n  text-transform:uppercase;\n}\n\n.qu-dc-marquee-group b{\n  color:#e4002b;\n\n  font-size:15px;\n  font-weight:900;\n\n  margin:0 19px;\n}\n\n@keyframes quDCMarquee{\n  from{\n    transform:translate3d(0,0,0);\n  }\n\n  to{\n    transform:translate3d(-50%,0,0);\n  }\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.qu-dc-hero{\n  position:relative;\n\n  width:100%;\n  min-height:690px;\n\n  overflow:hidden;\n\n  background:#f7f6f2;\n\n  background-image:\n    linear-gradient(\n      rgba(5,5,5,.055) 1px,\n      transparent 1px\n    ),\n    linear-gradient(\n      90deg,\n      rgba(5,5,5,.055) 1px,\n      transparent 1px\n    );\n\n  background-size:42px 42px;\n}\n\n\n\/* =========================================================\n   RED GRAPHIC\n   ========================================================= *\/\n\n.qu-dc-red{\n  position:absolute;\n\n  width:620px;\n  height:620px;\n\n  right:-200px;\n  top:75px;\n\n  background:#e4002b;\n\n  border-radius:48% 52% 50% 50%;\n\n  transform:rotate(-12deg);\n\n  z-index:1;\n}\n\n\n\/* =========================================================\n   WHITE RING\n   ========================================================= *\/\n\n.qu-dc-ring{\n  position:absolute;\n\n  width:410px;\n  height:410px;\n\n  right:20px;\n  top:155px;\n\n  border:28px solid #fff;\n\n  border-radius:50%;\n\n  z-index:2;\n}\n\n\n\/* =========================================================\n   DC BADGE\n   ========================================================= *\/\n\n.qu-dc-badge{\n  position:absolute;\n\n  width:94px;\n  height:94px;\n\n  right:115px;\n  top:260px;\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  background:#050505;\n  color:#fff;\n\n  border-radius:50%;\n\n  font-size:24px;\n  font-weight:900;\n\n  letter-spacing:-1.5px;\n\n  transform:rotate(-8deg);\n\n  box-shadow:7px 7px 0 #fff;\n\n  z-index:5;\n}\n\n.qu-dc-badge small{\n  position:absolute;\n\n  right:17px;\n  bottom:16px;\n\n  font-size:5px;\n\n  letter-spacing:1px;\n}\n\n\n\/* =========================================================\n   HERO CONTENT\n   ========================================================= *\/\n\n.qu-dc-content{\n  position:relative;\n\n  z-index:10;\n\n  width:100%;\n  min-height:690px;\n\n  padding:\n    55px\n    clamp(24px,6vw,90px)\n    25px;\n\n  display:flex;\n  flex-direction:column;\n  justify-content:space-between;\n}\n\n\n\/* =========================================================\n   KICKER\n   ========================================================= *\/\n\n.qu-dc-kicker{\n  display:flex;\n  align-items:center;\n\n  gap:9px;\n\n  font-size:10px;\n\n  font-weight:800;\n\n  letter-spacing:1.7px;\n\n  text-transform:uppercase;\n}\n\n.qu-dc-dot{\n  width:8px;\n  height:8px;\n\n  flex:0 0 8px;\n\n  background:#e4002b;\n\n  border-radius:50%;\n}\n\n\n\/* =========================================================\n   TITLE\n   ========================================================= *\/\n\n.qu-dc-title{\n  margin:78px 0 37px;\n\n  max-width:950px;\n\n  font-size:clamp(70px,11vw,175px);\n\n  line-height:.76;\n\n  font-weight:900;\n\n  letter-spacing:-.085em;\n\n  text-transform:uppercase;\n\n  position:relative;\n\n  z-index:10;\n}\n\n.qu-dc-title span{\n  display:block;\n}\n\n.qu-dc-title .red{\n  color:#e4002b;\n}\n\n.qu-dc-title .outline{\n  color:transparent;\n\n  -webkit-text-stroke:\n    2px\n    #050505;\n}\n\n\n\/* =========================================================\n   DESCRIPTION\n   ========================================================= *\/\n\n.qu-dc-description{\n  max-width:430px;\n\n  font-size:12px;\n\n  line-height:1.5;\n\n  font-weight:700;\n\n  letter-spacing:.035em;\n\n  text-transform:uppercase;\n\n  position:relative;\n\n  z-index:10;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.qu-dc-button{\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  width:285px;\n  height:55px;\n\n  margin-top:24px;\n\n  padding:0 22px;\n\n  background:#050505;\n\n  color:#fff;\n\n  text-decoration:none;\n\n  font-size:10px;\n\n  font-weight:800;\n\n  letter-spacing:1.5px;\n\n  position:relative;\n\n  z-index:20;\n\n  transition:\n    background .2s ease,\n    transform .2s ease;\n}\n\n.qu-dc-button:hover{\n  background:#e4002b;\n\n  color:#fff;\n\n  transform:translateY(-2px);\n}\n\n.qu-dc-arrow{\n  font-size:19px;\n}\n\n\n\/* =========================================================\n   HERO META\n   ========================================================= *\/\n\n.qu-dc-meta{\n  display:grid;\n\n  grid-template-columns:\n    1fr\n    1fr\n    1fr;\n\n  margin-top:35px;\n\n  padding-top:13px;\n\n  border-top:\n    1px solid\n    rgba(5,5,5,.25);\n}\n\n.qu-dc-meta div{\n  font-size:8px;\n\n  font-weight:800;\n\n  letter-spacing:1px;\n\n  text-transform:uppercase;\n}\n\n.qu-dc-meta div:nth-child(2){\n  text-align:center;\n}\n\n.qu-dc-meta div:nth-child(3){\n  text-align:right;\n}\n\n\n\/* =========================================================\n   BLACK MOVING STRIP\n   ========================================================= *\/\n\n.qu-dc-strip{\n  width:100%;\n\n  overflow:hidden;\n\n  background:#050505;\n\n  color:#fff;\n\n  white-space:nowrap;\n}\n\n.qu-dc-strip-track{\n  display:flex;\n\n  width:max-content;\n\n  animation:\n    quDCStrip 17s linear infinite;\n\n  will-change:transform;\n}\n\n.qu-dc-strip-item{\n  min-height:60px;\n\n  display:flex;\n  align-items:center;\n\n  padding:0 28px;\n\n  font-size:20px;\n\n  font-weight:900;\n\n  letter-spacing:-.035em;\n\n  text-transform:uppercase;\n}\n\n.qu-dc-strip-item b{\n  color:#e4002b;\n\n  margin:0 20px;\n}\n\n@keyframes quDCStrip{\n  from{\n    transform:translate3d(0,0,0);\n  }\n\n  to{\n    transform:translate3d(-50%,0,0);\n  }\n}\n\n\n\/* =========================================================\n   INTRO\n   ========================================================= *\/\n\n.qu-dc-intro{\n  width:100%;\n\n  background:#fff;\n\n  padding:\n    80px\n    clamp(24px,6vw,90px);\n}\n\n.qu-dc-label{\n  margin-bottom:25px;\n\n  font-size:10px;\n\n  font-weight:900;\n\n  letter-spacing:1.8px;\n\n  text-transform:uppercase;\n}\n\n.qu-dc-label span{\n  color:#e4002b;\n}\n\n.qu-dc-intro-grid{\n  display:grid;\n\n  grid-template-columns:\n    1.5fr\n    .5fr;\n\n  gap:70px;\n\n  align-items:end;\n}\n\n.qu-dc-intro-title{\n  font-size:\n    clamp(48px,7vw,110px);\n\n  line-height:.86;\n\n  font-weight:900;\n\n  letter-spacing:-.065em;\n\n  text-transform:uppercase;\n}\n\n.qu-dc-copy{\n  max-width:410px;\n}\n\n.qu-dc-copy p{\n  font-size:14px;\n\n  line-height:1.6;\n\n  font-weight:500;\n}\n\n.qu-dc-stats{\n  display:grid;\n\n  grid-template-columns:\n    repeat(3,1fr);\n\n  gap:12px;\n\n  margin-top:32px;\n\n  padding-top:13px;\n\n  border-top:1px solid #111;\n}\n\n.qu-dc-stats strong,\n.qu-dc-stats span{\n  display:block;\n}\n\n.qu-dc-stats strong{\n  font-size:17px;\n}\n\n.qu-dc-stats span{\n  margin-top:5px;\n\n  font-size:8px;\n\n  font-weight:800;\n\n  letter-spacing:1px;\n\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   COLLECTION HANDOFF\n   ========================================================= *\/\n\n.qu-dc-handoff{\n  width:100%;\n\n  padding:\n    17px\n    clamp(24px,6vw,90px);\n\n  background:#f7f6f2;\n\n  border-top:1px solid #111;\n\n  border-bottom:1px solid #111;\n}\n\n.qu-dc-handoff-inner{\n  max-width:1550px;\n\n  margin:0 auto;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n}\n\n.qu-dc-handoff-left{\n  display:flex;\n\n  align-items:center;\n\n  gap:9px;\n\n  font-size:9px;\n\n  font-weight:900;\n\n  letter-spacing:1.3px;\n\n  text-transform:uppercase;\n}\n\n.qu-dc-handoff-left i{\n  width:7px;\n  height:7px;\n\n  background:#e4002b;\n\n  border-radius:50%;\n}\n\n.qu-dc-handoff-right{\n  font-size:9px;\n\n  font-weight:900;\n\n  letter-spacing:1.3px;\n\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width:749px){\n\n  .qu-dc-marquee{\n    height:38px;\n  }\n\n  .qu-dc-marquee-track{\n    height:38px;\n  }\n\n  .qu-dc-marquee-group{\n    height:38px;\n\n    padding-right:22px;\n\n    font-size:8px;\n\n    letter-spacing:1.4px;\n  }\n\n  .qu-dc-marquee-group b{\n    margin:0 14px;\n\n    font-size:13px;\n  }\n\n\n  \/* HERO *\/\n\n  .qu-dc-hero{\n    min-height:650px;\n\n    background-size:34px 34px;\n  }\n\n  .qu-dc-content{\n    min-height:650px;\n\n    padding:\n      34px\n      20px\n      20px;\n  }\n\n\n  \/* RED *\/\n\n  .qu-dc-red{\n    width:420px;\n    height:420px;\n\n    right:-220px;\n    top:220px;\n  }\n\n\n  \/* RING *\/\n\n  .qu-dc-ring{\n    width:285px;\n    height:285px;\n\n    right:-55px;\n    top:280px;\n\n    border-width:18px;\n  }\n\n\n  \/* BADGE *\/\n\n  .qu-dc-badge{\n    width:70px;\n    height:70px;\n\n    right:50px;\n    top:350px;\n\n    font-size:17px;\n\n    box-shadow:\n      5px 5px 0 #fff;\n  }\n\n  .qu-dc-badge small{\n    right:11px;\n    bottom:11px;\n\n    font-size:4px;\n  }\n\n\n  \/* KICKER *\/\n\n  .qu-dc-kicker{\n    font-size:9px;\n\n    letter-spacing:1.3px;\n  }\n\n  .qu-dc-dot{\n    width:7px;\n    height:7px;\n  }\n\n\n  \/* TITLE *\/\n\n  .qu-dc-title{\n    margin:\n      58px\n      0\n      30px;\n\n    font-size:\n      clamp(62px,18.2vw,95px);\n\n    line-height:.78;\n\n    letter-spacing:-.085em;\n  }\n\n  .qu-dc-title .outline{\n    -webkit-text-stroke:\n      1.5px\n      #050505;\n  }\n\n\n  \/* DESCRIPTION *\/\n\n  .qu-dc-description{\n    max-width:285px;\n\n    font-size:9px;\n\n    line-height:1.5;\n  }\n\n\n  \/* CTA *\/\n\n  .qu-dc-button{\n    width:285px;\n\n    max-width:100%;\n\n    height:50px;\n\n    margin-top:20px;\n\n    font-size:9px;\n  }\n\n\n  \/* META *\/\n\n  .qu-dc-meta{\n    grid-template-columns:\n      1fr\n      1fr;\n\n    margin-top:34px;\n  }\n\n  .qu-dc-meta div{\n    font-size:6.5px;\n  }\n\n  .qu-dc-meta div:nth-child(2){\n    display:none;\n  }\n\n\n  \/* STRIP *\/\n\n  .qu-dc-strip-item{\n    min-height:48px;\n\n    padding:0 15px;\n\n    font-size:15px;\n  }\n\n  .qu-dc-strip-item b{\n    margin:0 10px;\n  }\n\n\n  \/* INTRO *\/\n\n  .qu-dc-intro{\n    padding:\n      55px\n      20px;\n  }\n\n  .qu-dc-intro-grid{\n    display:block;\n  }\n\n  .qu-dc-intro-title{\n    font-size:\n      clamp(43px,14vw,72px);\n\n    line-height:.86;\n  }\n\n  .qu-dc-copy{\n    max-width:none;\n\n    margin-top:35px;\n  }\n\n  .qu-dc-copy p{\n    font-size:13px;\n  }\n\n  .qu-dc-stats{\n    margin-top:28px;\n  }\n\n  .qu-dc-stats strong{\n    font-size:14px;\n  }\n\n  .qu-dc-stats span{\n    font-size:7px;\n  }\n\n\n  \/* HANDOFF *\/\n\n  .qu-dc-handoff{\n    padding:\n      14px\n      20px;\n  }\n\n  .qu-dc-handoff-left,\n  .qu-dc-handoff-right{\n    font-size:7px;\n  }\n\n}\n\n\n\/* =========================================================\n   SMALL PHONES\n   ========================================================= *\/\n\n@media(max-width:390px){\n\n  .qu-dc-hero,\n  .qu-dc-content{\n    min-height:630px;\n  }\n\n  .qu-dc-title{\n    margin-top:55px;\n\n    font-size:61px;\n  }\n\n  .qu-dc-red{\n    width:390px;\n    height:390px;\n\n    right:-205px;\n  }\n\n  .qu-dc-ring{\n    width:265px;\n    height:265px;\n\n    right:-50px;\n  }\n\n}\n\n\n\/* =========================================================\n   REDUCED MOTION\n   ========================================================= *\/\n\n@media(prefers-reduced-motion:reduce){\n\n  .qu-dc-marquee-track,\n  .qu-dc-strip-track{\n    animation:none;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"qu-dc-page\"\u003e\n\n\n  \u003c!-- =====================================================\n       TOP MARQUEE\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"qu-dc-marquee\"\u003e\n\n    \u003cdiv class=\"qu-dc-marquee-track\"\u003e\n\n      \u003cdiv class=\"qu-dc-marquee-group\"\u003e\n\n        DIET COKE GENERATION\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        PAGLU ERA\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        THE UNOFFICIAL UNIFORM\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        QUOTE UNQUOTE®\n        \u003cb\u003e✦\u003c\/b\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"qu-dc-marquee-group\"\u003e\n\n        DIET COKE GENERATION\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        PAGLU ERA\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        THE UNOFFICIAL UNIFORM\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        QUOTE UNQUOTE®\n        \u003cb\u003e✦\u003c\/b\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"qu-dc-marquee-group\"\u003e\n\n        DIET COKE GENERATION\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        PAGLU ERA\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        THE UNOFFICIAL UNIFORM\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        QUOTE UNQUOTE®\n        \u003cb\u003e✦\u003c\/b\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"qu-dc-marquee-group\"\u003e\n\n        DIET COKE GENERATION\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        PAGLU ERA\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        THE UNOFFICIAL UNIFORM\n        \u003cb\u003e✦\u003c\/b\u003e\n\n        QUOTE UNQUOTE®\n        \u003cb\u003e✦\u003c\/b\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       HERO\n       ===================================================== --\u003e\n\n  \u003csection class=\"qu-dc-hero\"\u003e\n\n\n    \u003cdiv class=\"qu-dc-red\"\u003e\u003c\/div\u003e\n\n\n    \u003cdiv class=\"qu-dc-ring\"\u003e\u003c\/div\u003e\n\n\n    \u003cdiv class=\"qu-dc-badge\"\u003e\n\n      DC\n\n      \u003csmall\u003e\n        ZERO\n      \u003c\/small\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"qu-dc-content\"\u003e\n\n\n      \u003cdiv class=\"qu-dc-kicker\"\u003e\n\n        \u003cspan class=\"qu-dc-dot\"\u003e\u003c\/span\u003e\n\n        LIMITED COLLECTION \/ 2026\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n\n        \u003ch1 class=\"qu-dc-title\"\u003e\n\n          \u003cspan\u003e\n            DIET\n          \u003c\/span\u003e\n\n          \u003cspan class=\"red\"\u003e\n            COKE\n          \u003c\/span\u003e\n\n          \u003cspan class=\"outline\"\u003e\n            PAGLU\n          \u003c\/span\u003e\n\n          \u003cspan\u003e\n            ERA.\n          \u003c\/span\u003e\n\n        \u003c\/h1\u003e\n\n\n        \u003cp class=\"qu-dc-description\"\u003e\n\n          FOR THE PEOPLE WHO ORDER DIET COKE\n          WITHOUT EXPLAINING WHY.\n\n        \u003c\/p\u003e\n\n\n        \u003ca class=\"qu-dc-button\" href=\"#product-grid\"\u003e\n\n          \u003cspan\u003e\n            EXPLORE THE EDIT\n          \u003c\/span\u003e\n\n          \u003cspan class=\"qu-dc-arrow\"\u003e\n            ↗\n          \u003c\/span\u003e\n\n        \u003c\/a\u003e\n\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"qu-dc-meta\"\u003e\n\n        \u003cdiv\u003e\n          POP CULTURE \/ FASHION\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          ZERO CALORIES \/ FULL ATTITUDE\n        \u003c\/div\u003e\n\n        \u003cdiv\u003e\n          SCROLL ↓\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       MOVING BLACK STRIP\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"qu-dc-strip\"\u003e\n\n    \u003cdiv class=\"qu-dc-strip-track\"\u003e\n\n\n      \u003cdiv class=\"qu-dc-strip-item\"\u003e\n\n        ZERO CALORIES\n        \u003cb\u003e×\u003c\/b\u003e\n\n        FULL ATTITUDE\n        \u003cb\u003e×\u003c\/b\u003e\n\n        DIET COKE GENERATION\n        \u003cb\u003e×\u003c\/b\u003e\n\n        PAGLU ERA\n        \u003cb\u003e×\u003c\/b\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"qu-dc-strip-item\"\u003e\n\n        ZERO CALORIES\n        \u003cb\u003e×\u003c\/b\u003e\n\n        FULL ATTITUDE\n        \u003cb\u003e×\u003c\/b\u003e\n\n        DIET COKE GENERATION\n        \u003cb\u003e×\u003c\/b\u003e\n\n        PAGLU ERA\n        \u003cb\u003e×\u003c\/b\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"qu-dc-strip-item\"\u003e\n\n        ZERO CALORIES\n        \u003cb\u003e×\u003c\/b\u003e\n\n        FULL ATTITUDE\n        \u003cb\u003e×\u003c\/b\u003e\n\n        DIET COKE GENERATION\n        \u003cb\u003e×\u003c\/b\u003e\n\n        PAGLU ERA\n        \u003cb\u003e×\u003c\/b\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"qu-dc-strip-item\"\u003e\n\n        ZERO CALORIES\n        \u003cb\u003e×\u003c\/b\u003e\n\n        FULL ATTITUDE\n        \u003cb\u003e×\u003c\/b\u003e\n\n        DIET COKE GENERATION\n        \u003cb\u003e×\u003c\/b\u003e\n\n        PAGLU ERA\n        \u003cb\u003e×\u003c\/b\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =====================================================\n       INTRO\n       ===================================================== --\u003e\n\n  \u003csection class=\"qu-dc-intro\"\u003e\n\n\n    \u003cdiv class=\"qu-dc-label\"\u003e\n\n      \u003cspan\u003e\n        02\n      \u003c\/span\u003e\n\n      \/ THE EDIT\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"qu-dc-intro-grid\"\u003e\n\n\n      \u003ch2 class=\"qu-dc-intro-title\"\u003e\n\n        THIS IS\u003cbr\u003e\n        THE DIET\u003cbr\u003e\n        COKE GEN.\n\n      \u003c\/h2\u003e\n\n\n      \u003cdiv class=\"qu-dc-copy\"\u003e\n\n\n        \u003cp\u003e\n\n          A tiny collection for a very specific kind\n          of person. Slightly chaotic. Extremely online.\n          Always knows exactly what they want.\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"qu-dc-stats\"\u003e\n\n\n          \u003cdiv\u003e\n\n            \u003cstrong\u003e\n              05\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              PIECES\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv\u003e\n\n            \u003cstrong\u003e\n              01\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              LIMITED EDIT\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv\u003e\n\n            \u003cstrong\u003e\n              Q.U.\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              ORIGINAL\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       COLLECTION HANDOFF\n       ===================================================== --\u003e\n\n  \u003cdiv class=\"qu-dc-handoff\"\u003e\n\n\n    \u003cdiv class=\"qu-dc-handoff-inner\"\u003e\n\n\n      \u003cdiv class=\"qu-dc-handoff-left\"\u003e\n\n        \u003ci\u003e\u003c\/i\u003e\n\n        THE COLLECTION\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"qu-dc-handoff-right\"\u003e\n\n        05 \/ SHOP THE EDIT ↓\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e","products":[{"product_id":"cool-kidz-zero-chill-graphic-t-shirt","title":"Cool Kids Classic T-Shirt","description":"\u003ch2\u003eFor the Cool Kids\u003c\/h2\u003e\n\u003cp\u003eA white graphic tee with a playful diet coke illustration, glossy iridescent details and bold red script. The front reads “Cool Kids” and “Cool Drink”, bringing a pop-art energy to an everyday outfit.\u003c\/p\u003e\n\u003cp\u003eThrow it on with denim for a bold statement, or let the red print do the talking under an open shirt.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eWhite T-shirt with a front graphic\u003c\/li\u003e\n\u003cli\u003eRed lettering and an iridescent-style can illustration\u003c\/li\u003e\n\u003cli\u003eShort sleeves and a crew neckline as pictured\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003ePlease confirm available sizes, fabric, fit and care instructions before ordering.\u003c\/p\u003e","brand":"Quote Unquote Store","offers":[{"title":"S","offer_id":67588626153794,"sku":null,"price":899.0,"currency_code":"INR","in_stock":false},{"title":"XS","offer_id":67588626186562,"sku":null,"price":899.0,"currency_code":"INR","in_stock":false},{"title":"2XS","offer_id":67588626219330,"sku":null,"price":899.0,"currency_code":"INR","in_stock":false},{"title":"2XL","offer_id":67588626252098,"sku":null,"price":899.0,"currency_code":"INR","in_stock":false},{"title":"XL","offer_id":67588626284866,"sku":null,"price":899.0,"currency_code":"INR","in_stock":false},{"title":"L","offer_id":67588626317634,"sku":null,"price":899.0,"currency_code":"INR","in_stock":false},{"title":"M","offer_id":67588626350402,"sku":null,"price":899.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0737\/8691\/7186\/files\/image_2_7685f302-13d6-4d7c-8051-33ae82f54108.png?v=1790511315"},{"product_id":"cool-kidz-after-dark-graphic-t-shirt","title":"Cool Kids After Dark T-Shirt","description":"\u003ch2\u003eCool Kids, After Dark\u003c\/h2\u003e\n\u003cp\u003eThe black take on the Cool Kids drink graphic pairs icy script lettering with a shimmering, iridescent-style diet coke can. The front reads “Cool Kids” and “Cool Drink” for a playful pop of contrast against the dark tee.\u003c\/p\u003e\n\u003cp\u003ePair it with jeans for an easy graphic-led look, or wear it under an open overshirt and let the can artwork peek through.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eBlack T-shirt with a front graphic\u003c\/li\u003e\n\u003cli\u003eIcy script lettering and iridescent-style can illustration\u003c\/li\u003e\n\u003cli\u003eShort sleeves and a crew neckline as pictured\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003ePlease confirm available sizes, fabric, fit and care instructions before ordering.\u003c\/p\u003e","brand":"Quote Unquote Store","offers":[{"title":"Default Title","offer_id":67588627136834,"sku":null,"price":750.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0737\/8691\/7186\/files\/image_9_ce754d70-d964-4e8c-93ef-c75ba5f6b664.png?v=1790510979"},{"product_id":"recharge-glow-up-oversized-graphic-t-shirt","title":"Karishma Coke ka Oversized Tee","description":"\u003ch2\u003eRecharge, then glow up\u003c\/h2\u003e\n\u003cp\u003eA white oversized tee with a small illustrated front motif that hits hard with its nostalgic reference, and a statement graphic on the back. The front features Karishma holding a drink with “Karishma Coke ka” lettering; the back pairs “Recharge \u0026amp; Glow Up” lettering with a your very own battery pack, just like Karishma!\u003c\/p\u003e\n\u003cp\u003eWear it with relaxed denim and let the back graphic make the entrance. The 260 GSM fabric weight and oversized fit give this tee its substantial, laid-back feel.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e260 GSM fabric weight\u003c\/li\u003e\n\u003cli\u003eOversized fit\u003c\/li\u003e\n\u003cli\u003eWhite with red and silver-toned graphics\u003c\/li\u003e\n\u003cli\u003eSmall front illustration and large back print\u003c\/li\u003e\n\u003cli\u003eShort sleeves and crew neckline as pictured\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003ePlease confirm fabric composition, size measurements and care instructions before ordering.\u003c\/p\u003e","brand":"Quote Unquote Store","offers":[{"title":"S","offer_id":67588641849666,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":false},{"title":"M","offer_id":67588641653058,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":false},{"title":"L","offer_id":67588641685826,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":false},{"title":"XL","offer_id":67588641751362,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":false},{"title":"2XL","offer_id":67588641718594,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":false},{"title":"3XL","offer_id":67588643193154,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0737\/8691\/7186\/files\/image_3_6bf6c388-072c-4678-9589-b20e40779621.png?v=1790510145"},{"product_id":"coke-ka-mood-oversized-graphic-t-shirt","title":"Coke Ka Mood Oversized T-Shirt","description":"\u003ch2\u003eBig graphic, easygoing fit\u003c\/h2\u003e\n\u003cp\u003eThis white oversized tee keeps the front minimal with a small red drink-can graphic, then makes its statement on the back. A stylized can-inspired print with the lettering reading “डाइट कोक”.\u003c\/p\u003e\n\u003cp\u003eWear it with relaxed trousers and let the back print do the talking. The 260 GSM fabric weight gives the oversized silhouette a substantial feel.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e260 GSM fabric weight\u003c\/li\u003e\n\u003cli\u003eOversized fit\u003c\/li\u003e\n\u003cli\u003eSmall front chest graphic and large back print\u003c\/li\u003e\n\u003cli\u003eWhite base with red and pink-toned artwork\u003c\/li\u003e\n\u003cli\u003eShort sleeves and crew neckline as pictured\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003ePlease confirm fabric composition, size measurements and care instructions before ordering.\u003c\/p\u003e","brand":"Quote Unquote Store","offers":[{"title":"Default Title","offer_id":67588633821506,"sku":null,"price":1499.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0737\/8691\/7186\/files\/image_5_268b10c1-6ae6-4002-ac06-2fc4abe5597e.png?v=1790509808"}],"url":"https:\/\/quoteunquotestore.com\/collections\/diet-coke-paglu.oembed","provider":"Quote Unquote Store","version":"1.0","type":"link"}