{"title":"this builds wells","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}\n:root{\n  --white:#FFFFFF;\n  --black:#1A1714;\n  --rule:#E8E4DF;\n  --muted:#9A9088;\n  --light:#F6F4F1;\n  --water:#1878B4;\n  --water-lt:#EBF4FB;\n  --meals:#E04F1A;\n  --meals-lt:#FEF0EA;\n  --shelter:#1FA84A;\n  --shelter-lt:#E6F7EC;\n  --word:#F5B800;\n  --word-lt:#FFF8E1;\n  --yellow:#F5B800;\n  --pad: clamp(24px, 6vw, 96px);\n  --pad-v: clamp(88px, 12vw, 168px);\n  --nav-h: 68px;\n}\nhtml{scroll-behavior:smooth}\nbody{\n  background:var(--white);\n  color:var(--black);\n  font-family:'Courier Prime',monospace;\n  overflow-x:hidden;\n  -webkit-font-smoothing:antialiased;\n  width:100%;\n}\n\n\n\/* ─── CAUSE ICON ROW ──────────────────────────── *\/\n.cause-row{\n  display:flex;align-items:center;gap:clamp(20px,4vw,48px);\n  margin-bottom:clamp(32px,4vw,52px);\n  flex-wrap:nowrap;overflow-x:auto;\n  -webkit-overflow-scrolling:touch;\n  scrollbar-width:none;\n}\n.cause-row::-webkit-scrollbar{display:none}\n.cr-item{\n  display:flex;flex-direction:column;align-items:center;gap:8px;\n  text-decoration:none;color:inherit;flex-shrink:0;\n  transition:opacity .15s;\n}\n.cr-item:hover{opacity:.65}\n.cr-icon{\n  width:clamp(44px,5vw,56px);height:clamp(44px,5vw,56px);\n  display:flex;align-items:center;justify-content:center;\n  color:var(--black);\n}\n.cr-label{\n  font-size:10px;font-weight:700;letter-spacing:.12em;\n  text-transform:uppercase;color:var(--muted);white-space:nowrap;\n}\n\n\n\/* ─── CAUSE ROW SECTION (under chooser) ───────── *\/\n.cause-row-section{\n  padding:clamp(40px,5vw,72px) var(--pad);\n  background:var(--white);\n  border-bottom:1px solid var(--rule);\n  display:flex;justify-content:center;\n}\n.cause-row-section .cause-row{\n  margin-bottom:0;\n  justify-content:center;\n  gap:clamp(24px,5vw,56px);\n}\n\n\n\n\/* Responsive chooser *\/\n@media(max-width:767px){\n  .chooser{grid-template-columns:1fr}\n  .choice{min-height:clamp(320px,80vw,440px)}\n  .ch-eyebrow{margin-bottom:clamp(60px,18vw,120px)}\n}\n@media(max-width:767px){\n  .sh-grid{grid-template-columns:1fr}\n}\n\n\n\/* ─── HERO SHOP PATHS (two-up coffee\/clothing buttons) ─ *\/\n.hero-shop-paths{\n  display:grid;\n  grid-template-columns:1fr 1fr 1fr;\n  gap:clamp(12px,1.8vw,20px);\n  margin:clamp(40px,5vw,64px) 0 0;\n}\n.path-card{\n  position:relative;\n  display:flex;flex-direction:column;\n  background:var(--white);border:1px solid var(--rule);\n  min-height:clamp(220px,22vw,280px);\n  text-decoration:none;color:inherit;\n  transition:transform .25s ease, box-shadow .25s ease;\n  overflow:hidden;\n  box-shadow:0 2px 8px rgba(0,0,0,.03);\n}\n.path-card:hover{box-shadow:0 18px 50px rgba(0,0,0,.14);transform:translateY(-4px)}\n\n.path-card:hover .path-arr{transform:scale(1.08)}\n.path-bar{height:6px;background:var(--black)}\n.path-body{\n  padding:clamp(28px,3.5vw,44px);\n  display:flex;flex-direction:column;flex:1;\n  gap:clamp(16px,2vw,24px);\n}\n.path-head{display:flex;flex-direction:column;gap:clamp(10px,1.2vw,16px)}\n.path-num{\n  font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;\n  color:var(--muted);line-height:1;\n}\n.path-eyebrow{\n  font-size:clamp(16px,2.2vw,26px);font-weight:700;letter-spacing:-.03em;text-transform:lowercase;\n  color:var(--black);line-height:1.05;\n  white-space:nowrap;\n}\n.path-photo{\n  flex:1;\n  background:var(--light);\n  min-height:clamp(120px,14vw,170px);\n  overflow:hidden;\n  position:relative;\n}\n.path-photo img{\n  width:100%;height:100%;object-fit:cover;display:block;\n}\n.path-meta{\n  display:flex;flex-direction:column;align-items:center;\n  border-top:1px solid var(--rule);padding-top:clamp(18px,2.2vw,26px);\n  margin-top:auto;gap:clamp(10px,1.2vw,14px);\n}\n.path-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--black);}\n.path-arr{\n  display:inline-flex;align-items:center;justify-content:center;\n  width:44px;height:44px;border-radius:50%;\n  background:var(--black);color:var(--white);\n  transition:transform .25s ease;\n}\n\n\n@media(max-width:1000px) and (min-width:768px){\n  .path-eyebrow{font-size:clamp(14px,1.9vw,20px)}\n  .path-body{padding:clamp(20px,2.5vw,32px)}\n}\n@media(max-width:767px){\n  .hero-shop-paths{grid-template-columns:1fr}\n}\n@media(max-width:599px){\n  .hero-shop-paths{gap:10px}\n  .path-body{padding:22px 20px 20px;gap:14px}\n  .path-eyebrow{font-size:clamp(18px,5vw,24px);letter-spacing:-.03em}\n  .path-label{font-size:10px}\n}\n\n\/* ─── HERO ────────────────────────────────────── *\/\n.hero{\n  padding:clamp(16px,2vw,24px) var(--pad) clamp(88px,13vw,168px);\n  background:var(--white);width:100%;\n  border-bottom:1px solid var(--rule);\n}\n.hero-inner{width:100%;max-width:100%}\n.hero-pill{display:inline-block;background:var(--black);color:var(--white);font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;padding:8px 18px;margin-bottom:clamp(44px,6vw,80px);width:fit-content}\n.hero-h1{font-size:clamp(44px,7.5vw,108px);font-weight:700;line-height:.9;color:var(--black);margin-bottom:clamp(28px,3.2vw,42px);letter-spacing:-.04em}\n.hero-h1 em{color:var(--black);font-style:normal;font-weight:700}\n.hero-p{font-size:clamp(13px,1.3vw,15px);color:var(--muted);line-height:1.9;max-width:min(480px,90%);font-weight:400;margin-bottom:clamp(40px,5vw,64px)}\n.hero-btns{display:flex;gap:16px;flex-wrap:wrap}\n.btn-black{display:inline-block;background:var(--black);color:var(--white);padding:12px 36px;font-family:'Courier Prime',monospace;font-weight:700;font-size:11px;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;border:2px solid var(--black);transition:opacity .18s}\n.btn-black:hover{opacity:.75}\n.btn-outline{display:inline-block;border:2px solid var(--black);color:var(--black);padding:12px 36px;font-family:'Courier Prime',monospace;font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:background .18s,color .18s}\n.btn-outline:hover{background:var(--black);color:var(--white)}\n\n\/* ─── STATS ROW ───────────────────────────────── *\/\n.stats-row{display:grid;grid-template-columns:repeat(4,1fr);width:100%}\n.scell{\n  padding:clamp(36px,4.5vw,64px) clamp(24px,3vw,44px);\n  position:relative;\n  border-top:4px solid var(--rule);\n  border-right:1px solid var(--rule);\n  display:flex;flex-direction:column;gap:0;\n}\n.scell:last-child{border-right:none}\n.scell{background:var(--white)}\n.sc-word{border-top-color:#1A1714}.sc-water{border-top-color:#1A1714}.sc-meals{border-top-color:#1A1714}.sc-shelter{border-top-color:#1A1714}\n.sc-icon{\n  width:46px;height:46px;border-radius:50%;\n  display:flex;align-items:center;justify-content:center;\n  color:var(--white);\n  margin:0 auto clamp(16px,2vw,24px);\n}\n.sc-icon svg{display:block}\n.sc-word    .sc-icon{background:#1A1714}\n.sc-water   .sc-icon{background:#1A1714}\n.sc-meals   .sc-icon{background:#1A1714}\n.sc-shelter .sc-icon{background:#1A1714}\n.sc-icon svg{display:block}\n.sc-num{display:block;font-size:clamp(36px,4.5vw,60px);font-weight:700;color:var(--black);line-height:1;margin-bottom:14px;letter-spacing:-.04em;text-align:center}\n.sc-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--black);margin-bottom:10px;text-align:center}\n.sc-body{font-size:12px;color:var(--muted);line-height:1.8;font-weight:400;text-align:center}\n\n\/* ─── TICKER ──────────────────────────────────── *\/\n.ticker{background:var(--black);padding:14px 0;overflow:hidden;white-space:nowrap;width:100%}\n.ticker-inner{display:inline-flex;animation:ticker 40s linear infinite}\n.titem{display:inline-flex;align-items:center;gap:16px;font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--white);padding:0 36px}\n.tdot{width:3px;height:3px;background:rgba(255,255,255,.3);border-radius:50%;flex-shrink:0}\n@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}\n\n\/* ─── CAUSE INTRO ─────────────────────────────── *\/\n.intro{background:var(--white);padding:var(--pad-v) var(--pad);display:grid;grid-template-columns:1fr 1fr;gap:clamp(48px,9vw,128px);align-items:start;border-bottom:1px solid var(--rule);width:100%}\n.intro-label{font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--muted);margin-bottom:24px}\n.intro h2{font-size:clamp(36px,5.5vw,68px);font-weight:700;line-height:.97;color:var(--black);margin-bottom:24px;letter-spacing:-.04em}\n.intro p{font-size:15px;color:var(--muted);line-height:1.9;font-weight:400}\n\n\/* Cause list — screenshot style *\/\n.causes-list{display:flex;flex-direction:column}\n.cl{\n  display:flex;align-items:center;justify-content:space-between;\n  gap:16px;padding:clamp(18px,2.2vw,26px) 0;\n  border-bottom:1px solid var(--rule);\n  text-decoration:none;color:inherit;\n  transition:opacity .15s;\n}\n.cl:first-child{border-top:1px solid var(--rule)}\n.cl:hover{opacity:.6}\n.cl-left{display:flex;align-items:center;gap:16px}\n.cl-icon{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.cl-word .cl-icon{background:#1A1714;color:var(--white)}\n.cl-water .cl-icon{background:#1A1714;color:var(--white)}\n.cl-meals .cl-icon{background:#1A1714;color:var(--white)}\n.cl-shelter .cl-icon{background:#1A1714;color:var(--white)}\n.cl-icon svg{display:block}\n.cl-name{font-size:13px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;display:block;margin-bottom:4px;color:var(--black)}\n.cl-sub{font-size:14px;color:var(--muted);font-weight:400;line-height:1.4}\n.cl-arr{font-size:18px;color:var(--muted);flex-shrink:0;line-height:1}\n\n\/* ─── CAUSE SECTIONS ──────────────────────────── *\/\n.cause-section{padding:clamp(32px,4vw,52px) var(--pad) var(--pad-v);border-bottom:1px solid var(--rule);width:100%;background:var(--white)}\n.cs-word{border-top:4px solid #1A1714}.cs-water{border-top:4px solid #1A1714}.cs-meals{border-top:4px solid #1A1714}.cs-shelter{border-top:4px solid #1A1714}\n.cs-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:clamp(48px,6vw,88px);padding-bottom:clamp(36px,4.5vw,60px);border-bottom:1px solid var(--rule);gap:24px;flex-wrap:wrap}\n.cs-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:12px}\n.cs-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}\n.cs-word .cs-icon{background:#1A1714;color:var(--white)}\n.cs-water .cs-icon{background:#1A1714;color:var(--white)}\n.cs-meals .cs-icon{background:#1A1714;color:var(--white)}\n.cs-shelter .cs-icon{background:#1A1714;color:var(--white)}\n.cs-icon svg{display:block}\n.cs-word .cs-tag{color:#1A1714}\n.cs-water .cs-tag{color:#1A1714}\n.cs-meals .cs-tag{color:#1A1714}\n.cs-shelter .cs-tag{color:#1A1714}\n.cs-tag{font-size:14px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}\n.cs-title{font-size:clamp(22px,2.8vw,36px);font-weight:700;color:var(--black);letter-spacing:-.02em;line-height:1.05;margin-bottom:14px}\n.cs-stat{font-size:15px;color:var(--muted);line-height:1.85;font-weight:400;max-width:540px}\n.cs-desc{font-size:14px;color:var(--muted);line-height:1.9;margin-top:12px;max-width:520px;font-weight:400}\n.see-all{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;color:var(--black);text-decoration:none;border:2px solid var(--black);padding:14px 28px;white-space:nowrap;transition:opacity .15s;flex-shrink:0;align-self:flex-start}\n.see-all:hover{opacity:.55}\n\n\/* ─── PRODUCT GRID ────────────────────────────── *\/\n.pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;width:100%}\n.pcard{background:var(--white);border:1px solid var(--rule);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:box-shadow .2s}\n.pcard:hover{box-shadow:0 6px 32px rgba(0,0,0,.09);position:relative;z-index:2}\n.pc-stripe{height:4px;flex-shrink:0}\n.pw{background:var(--black)}.pm{background:var(--black)}.ps{background:var(--black)}.pwd{background:var(--black)}\n.pc-img{overflow:hidden;aspect-ratio:1;background:var(--light);flex-shrink:0;width:100%}\n.pc-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}\n.pcard:hover .pc-img img{transform:scale(1.05)}\n.pc-body{padding:clamp(14px,2vw,22px) clamp(14px,2vw,24px) clamp(18px,2.5vw,28px);flex:1;display:flex;flex-direction:column}\n.pc-label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;display:block;margin-bottom:8px}\n.lw{color:var(--black)}.lm{color:var(--black)}.ls{color:var(--black)}.lwd{color:var(--black)}\n.pc-name{font-size:clamp(13px,1.5vw,16px);font-weight:700;color:var(--black);line-height:1.25;margin-bottom:auto;padding-bottom:18px;letter-spacing:-.01em}\n.pc-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--rule);padding-top:14px;gap:8px}\n.pc-price{font-size:clamp(13px,1.5vw,16px);font-weight:700;color:var(--black);white-space:nowrap}\n.pc-btn{font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;font-family:'Courier Prime',monospace;border:none;cursor:pointer;padding:11px clamp(12px,1.5vw,20px);color:var(--white);transition:opacity .15s;white-space:nowrap}\n.pc-btn:hover{opacity:.75}\n.bw{background:var(--black)}.bm{background:var(--black)}.bshl{background:var(--black)}.bwd{background:var(--black);color:var(--white)}\n\n\/* ─── CAUSES IN CONTEXT (combines stats + cause list) ─ *\/\n.causes-ctx{\n  padding:var(--pad-v) var(--pad);\n  background:var(--white);\n  border-bottom:1px solid var(--rule);\n  width:100%;\n}\n.ctx-head{\n  max-width:760px;margin:0 auto clamp(56px,8vw,104px);\n  text-align:center;\n}\n.ctx-label{\n  font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;\n  color:var(--muted);margin-bottom:24px;\n}\n.ctx-h2{\n  font-size:clamp(34px,5vw,60px);font-weight:700;\n  line-height:.97;color:var(--black);\n  letter-spacing:-.04em;\n  margin-bottom:28px;\n}\n.ctx-intro{\n  font-size:13px;color:var(--muted);line-height:1.55;font-weight:400;\n}\n\n.ctx-list{display:flex;flex-direction:column}\n.ctx-row{\n  display:grid;\n  grid-template-columns:60px clamp(44px,5vw,56px) 1fr 28px;\n  gap:clamp(20px,3vw,40px);\n  align-items:center;\n  padding:clamp(28px,3.5vw,44px) 0;\n  border-top:1px solid var(--rule);\n  text-decoration:none;color:inherit;\n  transition:padding .2s ease;\n}\n.ctx-row:last-child{border-bottom:1px solid var(--rule)}\n.ctx-row:hover{padding-left:8px}\n.ctx-num{\n  font-size:11px;font-weight:700;letter-spacing:.22em;\n  color:var(--muted);\n}\n.ctx-icon{\n  width:clamp(44px,5vw,56px);height:clamp(44px,5vw,56px);\n  border-radius:50%;\n  background:var(--black);color:var(--white);\n  display:flex;align-items:center;justify-content:center;\n}\n.ctx-word    .ctx-icon{background:var(--black)}\n.ctx-water   .ctx-icon{background:var(--black)}\n.ctx-meals   .ctx-icon{background:var(--black)}\n.ctx-shelter .ctx-icon{background:var(--black)}\n.ctx-text{display:flex;flex-direction:column;gap:10px}\n.ctx-name{\n  font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;\n  color:var(--muted);\n}\n.ctx-stat{\n  font-size:13px;color:var(--muted);line-height:1.5;font-weight:400;\n}\n.ctx-stat strong{color:var(--black);font-weight:700;font-size:21px}\n.ctx-arr{\n  font-size:20px;color:var(--black);justify-self:end;\n  transition:transform .2s ease;\n}\n.ctx-row:hover .ctx-arr{transform:translateX(4px)}\n\n@media(max-width:767px){\n  .ctx-row{grid-template-columns:46px 1fr 20px;gap:16px}\n  .ctx-num{display:none}\n}\n\n\/* ─── HOW IT WORKS ────────────────────────────── *\/\n.how{background:var(--white);padding:var(--pad-v) var(--pad);border-bottom:1px solid var(--rule);width:100%}\n.how-head{text-align:center;margin-bottom:clamp(52px,7vw,88px)}\n.how-label{font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--muted);margin-bottom:20px}\n.how-h2{font-size:clamp(34px,5vw,60px);font-weight:700;color:var(--black);letter-spacing:-.04em;line-height:.97}\n.steps{display:grid;grid-template-columns:repeat(4,1fr);width:100%;border:1px solid var(--rule)}\n.step{padding:clamp(36px,4.5vw,60px) clamp(24px,3vw,40px);background:var(--white);border-right:1px solid var(--rule);position:relative}\n.step:last-child{border-right:none}\n.step-n{display:block;font-size:clamp(52px,7vw,80px);font-weight:700;color:var(--rule);line-height:1;margin-bottom:24px;letter-spacing:-.05em}\n.step-title{font-size:11px;font-weight:700;color:var(--black);margin-bottom:14px;letter-spacing:.1em;text-transform:uppercase}\n.step-body{font-size:13px;color:var(--muted);line-height:1.85;font-weight:400}\n.step-bar{position:absolute;top:0;left:0;right:0;height:4px}\n\n\/* ─── CTA ─────────────────────────────────────── *\/\n.cta{background:var(--black);padding:var(--pad-v) var(--pad);display:grid;grid-template-columns:1fr auto;gap:clamp(32px,5vw,72px);align-items:center;width:100%}\n.cta h2{font-size:clamp(34px,5vw,64px);font-weight:700;color:var(--white);letter-spacing:-.04em;line-height:.97}\n.cta p{font-size:15px;color:rgba(255,255,255,.36);font-weight:400;margin-top:16px;max-width:480px}\n.cta-side{display:flex;flex-direction:column;gap:14px;align-items:flex-end;flex-shrink:0}\n.btn-yellow{display:inline-block;background:var(--white);color:var(--black);border:2px solid var(--white);padding:18px 48px;font-family:'Courier Prime',monospace;font-weight:700;font-size:11px;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;transition:opacity .18s;white-space:nowrap}\n.btn-yellow:hover{opacity:.8}\n.cta-note{font-size:10px;color:rgba(255,255,255,.2);text-align:right;letter-spacing:.08em;text-transform:uppercase}\n\n\/* ─── FOOTER ──────────────────────────────────── *\/\nfooter{background:var(--black);padding:clamp(36px,5vw,56px) var(--pad) 0;border-top:1px solid rgba(255,255,255,.06);width:100%}\n.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:clamp(20px,3.5vw,48px);padding-bottom:clamp(28px,4vw,44px);border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:20px}\n.foot-logo{font-size:15px;font-weight:700;color:var(--white);display:block;margin-bottom:10px;text-decoration:none;letter-spacing:-.01em}\n.foot-desc{font-size:11px;color:rgba(255,255,255,.26);font-weight:400;line-height:1.8;max-width:200px}\n.foot-swatches{display:flex;gap:6px;margin-top:12px}\n.fsw{height:2px;width:28px;border-radius:1px}\n.foot-h{font-size:9px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:rgba(255,255,255,.2);margin-bottom:14px}\n.foot-ul{list-style:none;display:flex;flex-direction:column;gap:8px}\n.foot-ul a{font-size:11px;color:rgba(255,255,255,.36);text-decoration:none;font-weight:400;transition:color .15s}\n.foot-ul a:hover{color:var(--white)}\n.foot-btm{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;padding-bottom:20px}\n.foot-copy{font-size:10px;color:rgba(255,255,255,.14);font-family:'Courier Prime',monospace;letter-spacing:.06em}\n\n\/* ─── RESPONSIVE ──────────────────────────────── *\/\n@media(max-width:899px){\n  .intro{grid-template-columns:1fr;gap:clamp(36px,6vw,56px)}\n  .pgrid{grid-template-columns:repeat(2,1fr)}\n  .steps{grid-template-columns:1fr 1fr}\n  .step{border-right:none;border-bottom:1px solid var(--rule)}\n  .step:nth-child(2n){border-right:1px solid var(--rule)}\n  .step:nth-child(3),.step:nth-child(4){border-bottom:none}\n  .stats-row{grid-template-columns:1fr 1fr}\n  .scell{border-right:none;border-bottom:1px solid var(--rule)}\n  .scell:nth-child(odd){border-right:1px solid var(--rule)}\n  .foot-grid{grid-template-columns:1fr 1fr;gap:clamp(20px,3vw,36px)}\n}\n@media(max-width:599px){\n  :root{--pad-v:clamp(64px,13vw,104px)}\n  .hero-h1{font-size:clamp(34px,10vw,60px)}\n  .hero-btns{flex-direction:column;align-items:stretch}\n  .btn-black,.btn-outline,.btn-yellow{text-align:center;padding:18px 24px}\n  .intro{grid-template-columns:1fr}\n  .pgrid{grid-template-columns:1fr}\n  .steps{grid-template-columns:1fr}\n  .step{border-right:none;border-bottom:1px solid var(--rule)}\n  .step:last-child{border-bottom:none}\n  .stats-row{grid-template-columns:1fr 1fr}\n  .scell{border-right:none;border-bottom:1px solid var(--rule)}\n  .scell:nth-child(odd){border-right:1px solid var(--rule)}\n  .cta{grid-template-columns:1fr;gap:28px}\n  .cta-side{align-items:flex-start}\n  .cta-note{white-space:normal;text-align:left}\n  .foot-grid{grid-template-columns:1fr;gap:32px}\n  .foot-btm{flex-direction:column;align-items:flex-start}\n  .cs-header{flex-direction:column;gap:16px}\n  .see-all{align-self:flex-start}\n}\n@media(max-width:380px){\n  .pgrid{grid-template-columns:1fr}\n  .scell{padding:20px 14px}\n}\n\u003c\/style\u003e\n\u003cstyle\u003e\n\/* Defensive reset for embedded usage *\/\n.cause-block{margin:0!important;padding:0!important}\n.cause-block \u003e div{padding:0!important}\n\u003c\/style\u003e\n\u003csection style=\"padding: 0; background: var(--white);\" class=\"cause-block ctx-water\"\u003e\n\u003cdiv style=\"display: grid; grid-template-columns: clamp(44px,5vw,56px) 1fr; gap: clamp(24px,3vw,40px); align-items: center;\"\u003e\n\u003cdiv style=\"width: clamp(44px,5vw,56px); height: clamp(44px,5vw,56px); background: #016dd0;\" class=\"ctx-icon\"\u003e\u003csvg height=\"22\" width=\"22\" fill=\"currentColor\" viewbox=\"126.16 166.15 45.80 45.80\"\u003e\u003cg transform=\"matrix(1, 0, 0, 1, 132, 167)\"\u003e\u003cpath fill-rule=\"evenodd\" fill-opacity=\"1\" d=\"M 25.636719 35.933594 C 27.785156 33.855469 29.207031 30.714844 29.207031 26.46875 C 29.207031 24.558594 28.472656 22.238281 27.199219 19.714844 C 25.941406 17.222656 24.246094 14.695312 22.511719 12.410156 C 20.789062 10.132812 19.054688 8.132812 17.753906 6.703125 C 17.457031 6.375 17.179688 6.078125 16.933594 5.816406 C 16.6875 6.078125 16.410156 6.375 16.113281 6.703125 C 14.8125 8.132812 13.082031 10.132812 11.355469 12.410156 C 9.621094 14.695312 7.925781 17.222656 6.667969 19.714844 C 5.394531 22.238281 4.660156 24.558594 4.660156 26.46875 C 4.660156 30.714844 6.082031 33.855469 8.230469 35.933594 C 10.390625 38.03125 13.441406 39.195312 16.933594 39.195312 C 20.425781 39.195312 23.476562 38.03125 25.636719 35.933594 Z M 16.933594 3.089844 C 18.257812 1.730469 18.257812 1.730469 18.257812 1.730469 L 18.261719 1.734375 L 18.269531 1.746094 L 18.304688 1.78125 C 18.332031 1.808594 18.375 1.851562 18.429688 1.90625 C 18.539062 2.015625 18.695312 2.175781 18.894531 2.382812 C 19.292969 2.796875 19.859375 3.390625 20.539062 4.136719 C 21.894531 5.625 23.703125 7.710938 25.515625 10.105469 C 27.324219 12.492188 29.167969 15.222656 30.566406 17.992188 C 31.949219 20.734375 32.984375 23.683594 32.984375 26.46875 C 32.984375 31.613281 31.234375 35.789062 28.257812 38.671875 C 25.296875 41.542969 21.261719 42.996094 16.933594 42.996094 C 12.605469 42.996094 8.574219 41.542969 5.609375 38.671875 C 2.632812 35.789062 0.882812 31.613281 0.882812 26.46875 C 0.882812 23.683594 1.917969 20.734375 3.300781 17.992188 C 4.699219 15.222656 6.542969 12.492188 8.351562 10.105469 C 10.164062 7.710938 11.976562 5.625 13.328125 4.136719 C 14.007812 3.390625 14.574219 2.796875 14.972656 2.382812 C 15.171875 2.175781 15.328125 2.015625 15.4375 1.90625 C 15.492188 1.851562 15.535156 1.808594 15.5625 1.78125 L 15.597656 1.746094 L 15.605469 1.734375 L 15.609375 1.734375 C 15.609375 1.734375 15.609375 1.730469 16.933594 3.089844 Z M 16.933594 3.089844 L 15.609375 1.730469 C 16.34375 1.007812 17.523438 1.007812 18.257812 1.730469 Z M 16.933594 3.089844\" fill=\"currentColor\"\u003e\u003c\/path\u003e\u003cpath fill-rule=\"evenodd\" fill-opacity=\"1\" d=\"M 10.324219 27.792969 C 10.324219 30.941406 12.859375 33.496094 15.988281 33.496094 L 15.988281 37.296875 C 10.773438 37.296875 6.546875 33.042969 6.546875 27.792969 Z M 10.324219 27.792969\" fill=\"currentColor\"\u003e\u003c\/path\u003e\u003c\/g\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cp style=\"margin: 0;\" class=\"ctx-stat\"\u003e\u003cstrong\u003ethis builds wells\u003c\/strong\u003e\u003c\/p\u003e\n\u003csection\u003e\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cstrong\u003e696 million people\u003cstrong\u003e \u003c\/strong\u003e\u003c\/strong\u003elack access to clean and safe water; 100% of all profits from this collection go to building wells\u003c\/p\u003e\n","products":[{"product_id":"this-builds-wells-boxy-tee","title":"This Builds Wells Boxy Tee","description":"This oversized boxy tee spreads calm through its deliberate simplicity. The soft, medium-weight cotton drapes with a relaxed silhouette and dropped shoulders, giving room to breathe and move without fuss. A small, subtle chest print keeps the look minimal and quietly confident — the kind of shirt you reach for when you want understated style that still speaks to carefully chosen details. Wear it with loose denim, layered under an open shirt, or as part of a low-key travel kit. It settles into daily rhythms: studio mornings, late-night coffees, and slow weekend walks. The fabric feels gentle against skin, seams are reinforced for longevity, and the tear-away label keeps comfort uninterrupted.\u003cbr\u003e\u003cbr\u003eProduct features\u003cbr\u003e- 100% airlume combed and ring-spun cotton for a soft hand (color-dependent fiber blends)\u003cbr\u003e- Medium-weight fabric (6.0 oz \/ 170 g\/m²) for structure with comfort\u003cbr\u003e- Dropped shoulders and relaxed fit for an oversized, boxy silhouette\u003cbr\u003e- Double-needle stitching at sleeve, neck and hem for durability\u003cbr\u003e- Tear-away label for itch-free wear\u003cbr\u003e\u003cbr\u003eCare instructions\u003cbr\u003e- Machine wash: cold (max 30C or 90F)\u003cbr\u003e- Non-chlorine: bleach as needed\u003cbr\u003e- Tumble dry: low heat\u003cbr\u003e- Iron, steam or dry: low heat\u003cbr\u003e- Do not dryclean\u003cbr\u003e","brand":"Printify","offers":[{"title":"Athletic Heather \/ XS","offer_id":54788172480884,"sku":"73079753706069891910","price":31.0,"currency_code":"USD","in_stock":true},{"title":"White \/ XS","offer_id":54788172513652,"sku":"15904042309717304891","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Navy \/ XS","offer_id":54788172546420,"sku":"61124623550302269298","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Athletic Heather \/ S","offer_id":54788172579188,"sku":"15321055307362705626","price":31.0,"currency_code":"USD","in_stock":true},{"title":"White \/ S","offer_id":54788172611956,"sku":"17797849593479741008","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Navy \/ S","offer_id":54788172644724,"sku":"24991416396739462813","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Athletic Heather \/ M","offer_id":54788172677492,"sku":"23687946152763962022","price":31.0,"currency_code":"USD","in_stock":true},{"title":"White \/ M","offer_id":54788172710260,"sku":"25879759465952162500","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Navy \/ M","offer_id":54788172743028,"sku":"77502532272080396099","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Athletic Heather \/ L","offer_id":54788172775796,"sku":"76494882525528173862","price":31.0,"currency_code":"USD","in_stock":true},{"title":"White \/ L","offer_id":54788172808564,"sku":"27220446507929792745","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Navy \/ L","offer_id":54788172841332,"sku":"11106080539111158291","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Athletic Heather \/ XL","offer_id":54788172874100,"sku":"25306697642024307292","price":31.0,"currency_code":"USD","in_stock":true},{"title":"White \/ XL","offer_id":54788172906868,"sku":"21640121835780700527","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Navy \/ XL","offer_id":54788172939636,"sku":"21868935276746064824","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Athletic Heather \/ 2XL","offer_id":54788172972404,"sku":"30017220084087153522","price":31.0,"currency_code":"USD","in_stock":true},{"title":"White \/ 2XL","offer_id":54788173005172,"sku":"33267990694789652331","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 2XL","offer_id":54788173037940,"sku":"19287766351983367660","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Athletic Heather \/ 3XL","offer_id":54788173070708,"sku":"12279014080034911131","price":31.0,"currency_code":"USD","in_stock":true},{"title":"White \/ 3XL","offer_id":54788173103476,"sku":"10343615540201782123","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 3XL","offer_id":54788173136244,"sku":"27699399087284453697","price":31.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/0619\/3268\/files\/16522863936252642880_2048.jpg?v=1781278494"},{"product_id":"this-builds-wells-drop-tee","title":"This Builds Wells Drop Tee","description":"","brand":"Printify","offers":[{"title":"Solid Cool Blue \/ S","offer_id":54788753654132,"sku":"29649437246005365391","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Cream \/ S","offer_id":54788753686900,"sku":"97094068801606022751","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Indigo \/ S","offer_id":54788753719668,"sku":"17664309809506722579","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Light Grey \/ S","offer_id":54788753752436,"sku":"15170117584071030106","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Cool Blue \/ M","offer_id":54788753785204,"sku":"22868134137518344829","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Cream \/ M","offer_id":54788753817972,"sku":"53685593642628399986","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Indigo \/ M","offer_id":54788753850740,"sku":"67487031179960828850","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Light Grey \/ M","offer_id":54788753883508,"sku":"16119428023355846311","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Cool Blue \/ L","offer_id":54788753916276,"sku":"38507682126936124304","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Cream \/ L","offer_id":54788753949044,"sku":"58709794330614865146","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Indigo \/ L","offer_id":54788753981812,"sku":"17722572631229607911","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Light Grey \/ L","offer_id":54788754014580,"sku":"14111238148774479504","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Cool Blue \/ XL","offer_id":54788754047348,"sku":"17612171358171911220","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Cream \/ XL","offer_id":54788754080116,"sku":"18091321617622522787","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Indigo \/ XL","offer_id":54788754112884,"sku":"36846136391936331852","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Light Grey \/ XL","offer_id":54788754145652,"sku":"13153690520772954992","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Cool Blue \/ 2XL","offer_id":54788754178420,"sku":"19123551808480215893","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Cream \/ 2XL","offer_id":54788754211188,"sku":"21966636119959097219","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Indigo \/ 2XL","offer_id":54788754243956,"sku":"23817940077997560088","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Light Grey \/ 2XL","offer_id":54788754276724,"sku":"13144142815715021822","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Cool Blue \/ 3XL","offer_id":54788754309492,"sku":"26634042265317946931","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Cream \/ 3XL","offer_id":54788754342260,"sku":"78964276876992182376","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Indigo \/ 3XL","offer_id":54788754375028,"sku":"30613195569707071128","price":25.0,"currency_code":"USD","in_stock":true},{"title":"Solid Light Grey \/ 3XL","offer_id":54788754407796,"sku":"53079910534150226414","price":25.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/0619\/3268\/files\/9088959505866090111_2048.jpg?v=1781280885"},{"product_id":"this-builds-wells-washed-oversized-tee","title":"This Builds Wells Washed Oversized Tee","description":"\u003ctable id=\"size-guide\" style=\"width: 1024px;\"\u003e\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; background: #F8F8F8;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\" colspan=\"2\"\u003eS\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\" colspan=\"2\"\u003eM\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\" colspan=\"2\"\u003eL\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\" colspan=\"2\"\u003eXL\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\" colspan=\"2\"\u003e2XL\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\" colspan=\"2\"\u003e3XL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; background: #F8F8F8;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003einch\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003ecm\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003einch\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003ecm\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003einch\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003ecm\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003einch\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003ecm\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003einch\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003ecm\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003einch\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003ecm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px;\"\u003eLength\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e27.56\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e70\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e28.35\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e72\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e29.13\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e74\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e29.92\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e76\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e30.71\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e78\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e31.10\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e79\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px;\"\u003eShoulder\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e20.87\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e53\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e21.65\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e55\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e22.44\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e57\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e23.23\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e59\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e24.02\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e61\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e24.80\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e63\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px;\"\u003eChest\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e22.05\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e56\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e22.83\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e58\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e23.62\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e60\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e24.41\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e62\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e25.20\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e64\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e26.38\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e67\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px;\"\u003eSleeve length\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e8.19\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e20.8\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e8.46\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e21.5\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e8.74\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e22.2\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e9.02\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e22.9\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e9.29\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center; background: #F8F8F8;\"\u003e23.6\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e9.29\u003c\/td\u003e\n\u003ctd style=\"font-weight: 400; border: 1px solid #e2e2e2; width: 150px; text-align: center;\"\u003e23.6\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\u003c\/table\u003e\u003cp\u003eItem Number: R00037\u003c\/p\u003e\u003cp\u003eGender: Unisex\u003c\/p\u003e\u003cp\u003eFabric: 100% cotton\u003c\/p\u003e\u003cp\u003eFabric Weight: 7.4 oz\/yd² (250 g\/m²)\u003c\/p\u003e\u003cp\u003eFabric Thickness: Moderate\u003c\/p\u003e\u003cp\u003eFabric Strench: Slight Stretch\u003c\/p\u003e\u003cp\u003eCare Instructions: Machine wash at 30°C (gentle cycle); Do not bleach; Tumble dry low; Iron at low temperature, avoid ironing on print; Do not dry clean\u003c\/p\u003e\u003cp\u003eFeatures: Casual, Street, Daily Casual, Outdoor, School, Pure Cotton, Snow Wash, Washed, Short Sleeve, Drop Shoulder, Round Neck \/ O-Neck, Regular, Loose, Summer\u003c\/p\u003e\u003cp\u003ePrint Size: 40*52cm\u003c\/p\u003e\u003cp\u003eNotes: Batch variations are normal due to factors like temperature and materials, and we strive to minimize these differences as much as possible. We appreciate your understanding.\u003c\/p\u003e","brand":"ODMPOD","offers":[{"title":"Dark Blue \/ S","offer_id":54789362942324,"sku":"260613PODPQ0392#001","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ M","offer_id":54789362975092,"sku":"260613PODPQ0392#002","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ L","offer_id":54789363007860,"sku":"260613PODPQ0392#003","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ XL","offer_id":54789363040628,"sku":"260613PODPQ0392#004","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Dark Blue \/ 2XL","offer_id":54789363073396,"sku":"260613PODPQ0392#005","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Blue Jeans \/ S","offer_id":54789363106164,"sku":"260613PODPQ0392#007","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Blue Jeans \/ M","offer_id":54789363138932,"sku":"260613PODPQ0392#008","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Blue Jeans \/ L","offer_id":54789363171700,"sku":"260613PODPQ0392#009","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Blue Jeans \/ XL","offer_id":54789363204468,"sku":"260613PODPQ0392#010","price":31.0,"currency_code":"USD","in_stock":true},{"title":"Blue Jeans \/ 2XL","offer_id":54789363237236,"sku":"260613PODPQ0392#011","price":31.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0929\/0619\/3268\/files\/fdfc96a7bb2342acb4df4884e31f4f7f.png?v=1781285631"}],"url":"https:\/\/thisbrandgives.com\/collections\/this-builds-wells.oembed","provider":"this brand gives","version":"1.0","type":"link"}