{"product_id":"purina-tidy-cats-clumping-multi-cat-litter-glade-clear-springs-16-lb-bag","title":"🐱 Purina Tidy Cats with Glade Clear Springs Clumping Cat Litter","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eTidy Cats with Glade Clear Springs\u003c\/title\u003e\n\u003cstyle\u003e\n  :root{\n    --green:#2e7d32;\n    --green-dark:#1b5e20;\n    --yellow:#f5c400;\n    --blue:#2f8fc4;\n    --blue-dark:#1c6c99;\n    --cream:#faf8f2;\n    --text:#1f2a24;\n    --muted:#5b665f;\n    --border:#e3ded2;\n  }\n  *{box-sizing:border-box;}\n  body{\n    margin:0;\n    font-family:\"Segoe UI\",Arial,sans-serif;\n    color:var(--text);\n    background:var(--cream);\n    line-height:1.5;\n  }\n  a{text-decoration:none;color:inherit;}\n  .wrap{max-width:1180px;margin:0 auto;padding:0 24px;}\n\n  \/* HEADER *\/\n  header{\n    display:flex;align-items:center;justify-content:space-between;\n    padding:16px 24px;background:#fff;border-bottom:1px solid var(--border);\n    position:sticky;top:0;z-index:50;\n  }\n  .logo{display:flex;align-items:center;gap:10px;}\n  .logo-badge{\n    background:#c0272d;color:#fff;font-size:10px;font-weight:700;\n    padding:3px 8px;border-radius:3px;letter-spacing:.5px;\n  }\n  .logo-text{font-weight:800;line-height:1.05;font-size:15px;}\n  .logo-text small{display:block;font-size:11px;font-weight:600;color:var(--muted);}\n  nav{display:flex;gap:28px;font-size:14px;font-weight:500;}\n  nav a:hover{color:var(--green);}\n  .btn{\n    display:inline-flex;align-items:center;gap:8px;\n    background:var(--green);color:#fff;padding:11px 20px;\n    border-radius:6px;font-weight:700;font-size:14px;border:none;cursor:pointer;\n  }\n  .btn:hover{background:var(--green-dark);}\n  .btn-yellow{background:var(--yellow);color:#1f2a24;}\n  .btn-yellow:hover{background:#e0b400;}\n\n  \/* HERO *\/\n  .hero{\n    background:linear-gradient(180deg,#fff, #f6f3ea);\n    padding:56px 0 40px;\n  }\n  .hero-grid{\n    display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;\n  }\n  .eyebrow{\n    color:var(--green);font-weight:700;font-size:13px;letter-spacing:.5px;margin-bottom:10px;\n  }\n  h1{font-size:44px;line-height:1.12;margin:0 0 14px;font-weight:800;}\n  .sub{color:var(--green-dark);font-weight:700;font-size:18px;margin-bottom:20px;}\n  .feature-list{list-style:none;padding:0;margin:0 0 22px;}\n  .feature-list li{\n    display:grid;grid-template-columns:24px 150px 1fr;gap:8px;align-items:start;\n    font-size:14.5px;margin-bottom:8px;\n  }\n  .feature-list b{font-weight:700;}\n  .feature-list .muted{color:var(--muted);}\n  .check{\n    width:20px;height:20px;border-radius:50%;background:var(--green);\n    color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;flex:none;\n  }\n  .ship-note{font-size:13px;color:var(--muted);margin-top:10px;display:flex;align-items:center;gap:6px;}\n\n  .hero-visual{\n    position:relative;background:#efe9db;border-radius:16px;\n    min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;\n  }\n  .badge-corner{\n    position:absolute;top:14px;right:14px;background:#fff;border-radius:8px;\n    padding:8px 12px;text-align:center;font-size:11px;font-weight:800;box-shadow:0 2px 8px rgba(0,0,0,.08);\n    line-height:1.2;\n  }\n  .badge-corner span{display:block;font-size:9px;font-weight:600;color:var(--muted);}\n\n  \/* SECTION HEADINGS *\/\n  .section-title{\n    text-align:center;font-size:26px;font-weight:800;margin:0 0 8px;\n  }\n  .section-rule{\n    width:56px;height:3px;background:var(--green);margin:0 auto 36px;border-radius:2px;\n  }\n\n  \/* WHY YOU'LL LOVE IT *\/\n  .love-section{padding:64px 0 40px;}\n  .cards6{\n    display:grid;grid-template-columns:repeat(6,1fr);gap:16px;\n  }\n  .card{\n    background:#fff;border:1px solid var(--border);border-radius:10px;\n    padding:22px 16px;text-align:center;\n  }\n  .card .icon{\n    width:46px;height:46px;margin:0 auto 14px;color:var(--green);\n  }\n  .card h3{font-size:13.5px;font-weight:800;margin:0 0 10px;letter-spacing:.2px;}\n  .card p{font-size:12.5px;color:var(--muted);margin:0;}\n\n  \/* HOW IT WORKS *\/\n  .how-section{padding:48px 0;}\n  .how-grid{\n    display:grid;grid-template-columns:1fr 1.3fr;gap:40px;align-items:center;\n  }\n  .how-photo{\n    border-radius:14px;overflow:hidden;background:#ded6c2;min-height:280px;\n  }\n  .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;text-align:center;position:relative;}\n  .step-icon{\n    width:64px;height:64px;border:2px solid var(--green);border-radius:50%;\n    display:flex;align-items:center;justify-content:center;margin:0 auto 12px;color:var(--green);position:relative;\n  }\n  .step-num{\n    position:absolute;top:-6px;left:calc(50% + 18px);background:var(--green);color:#fff;\n    width:20px;height:20px;border-radius:50%;font-size:11px;font-weight:800;\n    display:flex;align-items:center;justify-content:center;\n  }\n  .steps h4{font-size:13px;font-weight:800;margin:0 0 6px;}\n  .steps p{font-size:12px;color:var(--muted);margin:0;}\n  .arrow{align-self:center;text-align:center;color:var(--green);font-size:20px;margin-top:20px;}\n  .steps-row{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:6px;align-items:start;}\n\n  \/* COMPARISON + PREMIUM *\/\n  .compare-section{padding:48px 0;}\n  .compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;}\n  .compare-title{font-size:20px;font-weight:800;margin:0 0 18px;}\n  table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden;font-size:13.5px;}\n  th,td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border);}\n  th{background:#f4f1e8;font-weight:800;font-size:12.5px;}\n  th.highlight,td.highlight{background:#eaf5ec;font-weight:700;}\n  .yes{color:var(--green);font-weight:800;}\n  .no{color:#c0272d;font-weight:800;}\n  .maybe{color:#b98900;font-weight:800;}\n  .footnote{font-size:11px;color:var(--muted);margin-top:8px;}\n\n  .premium-box{\n    background:#fff;border:1px solid var(--border);border-radius:14px;padding:28px;\n    display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;\n  }\n  .premium-box h3{font-size:18px;font-weight:800;margin:0 0 10px;}\n  .premium-box p{font-size:13.5px;color:var(--muted);margin:0;}\n  .clay-visual{\n    position:relative;background:#e3ded2;border-radius:12px;min-height:140px;\n    display:flex;align-items:center;justify-content:center;\n  }\n  .dust-badge{\n    position:absolute;bottom:-10px;right:-10px;background:var(--green);color:#fff;\n    width:64px;height:64px;border-radius:50%;display:flex;flex-direction:column;\n    align-items:center;justify-content:center;font-size:10px;font-weight:800;border:3px solid #fff;\n  }\n  .dust-badge b{font-size:15px;}\n  .perk-list{list-style:none;padding:16px;margin:0;background:#eaf5ec;border-radius:10px;font-size:13px;}\n  .perk-list li{display:flex;align-items:center;gap:10px;padding:6px 0;}\n  .perk-list li svg{color:var(--green);flex:none;}\n\n  \/* TRUST + REVIEWS *\/\n  .trust-section{padding:48px 0;display:grid;grid-template-columns:1.1fr 1fr 0.9fr;gap:28px;}\n  .trust-box{background:#fff;border:1px solid var(--border);border-radius:12px;padding:24px;}\n  .trust-box h4{font-size:14px;font-weight:800;margin:0 0 12px;text-transform:uppercase;letter-spacing:.3px;}\n  .stars{color:var(--yellow);font-size:18px;letter-spacing:2px;}\n  .rating-line{display:flex;align-items:center;gap:10px;font-weight:800;font-size:16px;margin-bottom:4px;}\n  .rating-sub{font-size:12px;color:var(--muted);margin-bottom:12px;}\n  blockquote{font-size:13px;font-style:italic;color:var(--muted);margin:0 0 8px;}\n  .attribution{font-size:12.5px;font-weight:700;}\n  .trust-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;text-align:center;}\n  .trust-icons .ic{width:38px;height:38px;margin:0 auto 8px;color:var(--green);}\n  .trust-icons span{font-size:10.5px;font-weight:700;color:var(--muted);display:block;}\n  .guarantee-badge{\n    width:80px;height:80px;border-radius:50%;background:var(--blue-dark);color:#fff;\n    display:flex;flex-direction:column;align-items:center;justify-content:center;\n    font-size:10px;font-weight:800;margin:0 auto 14px;border:4px solid #cfe6f3;\n  }\n  .guarantee-badge b{font-size:20px;}\n  .trust-box.guarantee{text-align:center;background:#eef6fb;border-color:#cfe6f3;}\n  .trust-box.guarantee p{font-size:12.5px;color:var(--muted);}\n\n  \/* STICKY BOTTOM BAR *\/\n  .buybar{\n    position:sticky;bottom:0;background:var(--green-dark);color:#fff;\n    padding:14px 24px;z-index:60;\n  }\n  .buybar-inner{\n    display:flex;align-items:center;gap:20px;justify-content:space-between;flex-wrap:wrap;\n  }\n  .buybar-left{display:flex;align-items:center;gap:14px;}\n  .buybar-thumb{\n    width:44px;height:56px;background:linear-gradient(180deg,var(--yellow) 45%, var(--blue) 45%);\n    border-radius:4px;flex:none;\n  }\n  .buybar-name{font-size:13px;font-weight:700;}\n  .buybar-sub{font-size:11.5px;color:#cfe0d2;}\n  .buybar-price{font-weight:800;font-size:17px;}\n  .save-pill{\n    background:var(--yellow);color:#1f2a24;font-size:10.5px;font-weight:800;\n    padding:2px 8px;border-radius:10px;margin-left:6px;\n  }\n  .buybar-price-sub{font-size:11px;color:#cfe0d2;}\n  .dots{display:flex;gap:6px;justify-content:center;margin-top:4px;}\n  .dots span{width:6px;height:6px;border-radius:50%;background:#7fae83;}\n  .dots span.active{background:#fff;}\n\n  footer{\n    background:#fff;border-top:1px solid var(--border);padding:22px 24px;\n    text-align:center;font-size:12px;color:var(--muted);\n  }\n  .foot-links{display:flex;gap:22px;justify-content:center;margin-bottom:8px;flex-wrap:wrap;font-weight:600;}\n  .foot-badges{display:flex;gap:26px;justify-content:center;margin-bottom:14px;flex-wrap:wrap;font-size:12px;font-weight:600;}\n\n  @media (max-width:900px){\n    .hero-grid,.how-grid,.compare-grid,.premium-box,.trust-section{grid-template-columns:1fr;}\n    .cards6{grid-template-columns:repeat(2,1fr);}\n    .steps-row{grid-template-columns:1fr;}\n    .arrow{display:none;}\n    nav{display:none;}\n    h1{font-size:32px;}\n  }\n\u003c\/style\u003e\n\n\n\n\u003cheader\u003e\n  \u003cdiv class=\"logo\"\u003e\n    \u003cspan class=\"logo-badge\"\u003ePURINA\u003c\/span\u003e\n    \u003cspan class=\"logo-text\"\u003eTIDY\u003cbr\u003eCATS\u003csmall\u003e®\u003c\/small\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cnav\u003e\n    \u003ca href=\"#benefits\"\u003eBenefits\u003c\/a\u003e\n    \u003ca href=\"#features\"\u003eFeatures\u003c\/a\u003e\n    \u003ca href=\"#how\"\u003eHow It Works\u003c\/a\u003e\n    \u003ca href=\"#reviews\"\u003eReviews\u003c\/a\u003e\n    \u003ca href=\"#faq\"\u003eFAQ\u003c\/a\u003e\n  \u003c\/nav\u003e\n  \u003cbutton class=\"btn\"\u003eBUY NOW 🛒\u003c\/button\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"wrap hero-grid\"\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"eyebrow\"\u003e#1 CLUMPING LITTER BRAND*\u003c\/div\u003e\n      \u003ch1\u003eTidy Cats with Glade® Clear Springs\u003c\/h1\u003e\n      \u003cdiv class=\"sub\"\u003e10-Day Odor Control. Powerful Clumps.\u003cbr\u003eA Fresher Home for You \u0026amp; Your Cat.\u003c\/div\u003e\n      \u003cul class=\"feature-list\"\u003e\n        \u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003cb\u003e10-Day Odor Control\u003c\/b\u003e\u003cspan class=\"muted\"\u003eNeutralizes ammonia, urine \u0026amp; fecal odors.\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003cb\u003ePowered by Glade®\u003c\/b\u003e\u003cspan class=\"muted\"\u003eFresh Clear Springs fragrance.\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003cb\u003eStrong, Tight Clumps\u003c\/b\u003e\u003cspan class=\"muted\"\u003eEasy scooping with less mess.\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003cb\u003e99% Dust Free\u003c\/b\u003e\u003cspan class=\"muted\"\u003eCleaner pouring for a cleaner home.\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cbutton class=\"btn\"\u003eBUY NOW – FRESH HOME, HAPPY CAT 🐾\u003c\/button\u003e\n      \u003cdiv class=\"ship-note\"\u003e🚚 Fast \u0026amp; Free Shipping on Orders Over $49\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hero-visual\"\u003e\n      \u003csvg width=\"100%\" height=\"420\" viewbox=\"0 0 520 420\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003c!-- floor \/ plant hint --\u003e\n        \u003crect x=\"0\" y=\"330\" width=\"520\" height=\"90\" fill=\"#e7e0cd\"\u003e\u003c\/rect\u003e\n        \u003cellipse cx=\"90\" cy=\"200\" rx=\"46\" ry=\"120\" fill=\"#9db98f\" opacity=\"0.35\"\u003e\u003c\/ellipse\u003e\n        \u003c!-- litter box --\u003e\n        \u003cellipse cx=\"150\" cy=\"360\" rx=\"120\" ry=\"18\" fill=\"#d8d0ba\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M40 300 Q150 270 260 300 L250 350 Q150 375 50 350 Z\" fill=\"#f2efe6\" stroke=\"#cfc7ae\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"150\" cy=\"300\" rx=\"108\" ry=\"24\" fill=\"#faf8f2\" stroke=\"#d8d0ba\" stroke-width=\"2\"\u003e\u003c\/ellipse\u003e\n        \u003c!-- cat --\u003e\n        \u003cellipse cx=\"150\" cy=\"290\" rx=\"55\" ry=\"60\" fill=\"#b9a180\"\u003e\u003c\/ellipse\u003e\n        \u003ccircle cx=\"150\" cy=\"215\" r=\"42\" fill=\"#c2ab88\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M118 185 L108 155 L132 178 Z\" fill=\"#c2ab88\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M182 185 L192 155 L168 178 Z\" fill=\"#c2ab88\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"136\" cy=\"210\" r=\"5\" fill=\"#3a2f22\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"164\" cy=\"210\" r=\"5\" fill=\"#3a2f22\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M144 226 L156 226 L150 234 Z\" fill=\"#6b4f36\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M100 235 Q90 240 95 250\" stroke=\"#7a6749\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M200 235 Q210 240 205 250\" stroke=\"#7a6749\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003c!-- stripes --\u003e\n        \u003cpath d=\"M120 190 L110 175 M132 182 L126 165 M170 182 L176 165 M182 190 L192 175\" stroke=\"#8a7355\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n\n        \u003c!-- product bag --\u003e\n        \u003cg transform=\"translate(300,40)\"\u003e\n          \u003cpath d=\"M10 20 Q100 0 190 20 L205 330 Q100 355 -5 330 Z\" fill=\"#f5c400\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M-5 200 Q100 225 205 200 L205 330 Q100 355 -5 330 Z\" fill=\"#2f8fc4\"\u003e\u003c\/path\u003e\n          \u003crect x=\"10\" y=\"20\" width=\"180\" height=\"55\" fill=\"#c0272d\" rx=\"4\"\u003e\u003c\/rect\u003e\n          \u003ctext x=\"100\" y=\"45\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"16\" font-weight=\"800\" font-family=\"Arial\"\u003ePURINA\u003c\/text\u003e\n          \u003ctext x=\"100\" y=\"65\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"14\" font-weight=\"700\" font-family=\"Arial\"\u003eTIDY CATS\u003c\/text\u003e\n          \u003ccircle cx=\"100\" cy=\"120\" r=\"34\" fill=\"#fff\"\u003e\u003c\/circle\u003e\n          \u003ctext x=\"100\" y=\"116\" text-anchor=\"middle\" fill=\"#2f8fc4\" font-size=\"13\" font-weight=\"800\" font-family=\"Arial\"\u003eglade\u003c\/text\u003e\n          \u003ctext x=\"100\" y=\"130\" text-anchor=\"middle\" fill=\"#2f8fc4\" font-size=\"8\" font-family=\"Arial\"\u003eClear Springs\u003c\/text\u003e\n          \u003ctext x=\"100\" y=\"235\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"14\" font-weight=\"800\" font-family=\"Arial\"\u003eCLEAR SPRINGS°\u003c\/text\u003e\n          \u003ctext x=\"100\" y=\"260\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"18\" font-weight=\"800\" font-family=\"Arial\"\u003eFRESHNESS\u003c\/text\u003e\n          \u003ctext x=\"100\" y=\"280\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"9\" font-family=\"Arial\"\u003eMULTI-CAT CLUMPING LITTER\u003c\/text\u003e\n          \u003ctext x=\"100\" y=\"315\" text-anchor=\"middle\" fill=\"#fff\" font-size=\"26\" font-weight=\"800\" font-family=\"Arial\"\u003e16 LB\u003c\/text\u003e\n          \u003ccircle cx=\"30\" cy=\"15\" r=\"24\" fill=\"#fff\" stroke=\"#2f8fc4\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n          \u003ctext x=\"30\" y=\"10\" text-anchor=\"middle\" fill=\"#2f8fc4\" font-size=\"8\" font-weight=\"800\" font-family=\"Arial\"\u003e10\u003c\/text\u003e\n          \u003ctext x=\"30\" y=\"20\" text-anchor=\"middle\" fill=\"#2f8fc4\" font-size=\"6\" font-family=\"Arial\"\u003eDAY\u003c\/text\u003e\n          \u003ccircle cx=\"175\" cy=\"15\" r=\"28\" fill=\"#fff\" stroke=\"#2f8fc4\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n          \u003ctext x=\"175\" y=\"8\" text-anchor=\"middle\" fill=\"#2f8fc4\" font-size=\"7\" font-weight=\"800\" font-family=\"Arial\"\u003eGUARANTEED\u003c\/text\u003e\n          \u003ctext x=\"175\" y=\"18\" text-anchor=\"middle\" fill=\"#2f8fc4\" font-size=\"9\" font-weight=\"800\" font-family=\"Arial\"\u003e10 DAY\u003c\/text\u003e\n          \u003ctext x=\"175\" y=\"27\" text-anchor=\"middle\" fill=\"#2f8fc4\" font-size=\"7\" font-family=\"Arial\"\u003eODOR CONTROL\u003c\/text\u003e\n        \u003c\/g\u003e\n      \u003c\/svg\u003e\n      \u003cdiv class=\"badge-corner\"\u003e#1\u003cspan\u003eCLUMPING\u003cbr\u003eLITTER\u003cbr\u003eBRAND*\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"love-section\" id=\"benefits\"\u003e\n  \u003cdiv class=\"wrap\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWHY YOU'LL LOVE IT\u003c\/h2\u003e\n    \u003cdiv class=\"section-rule\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"cards6\"\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M24 4l16 6v12c0 10-7 17-16 22-9-5-16-12-16-22V10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003e10-DAY\u003cbr\u003eODOR CONTROL\u003c\/h3\u003e\n        \u003cp\u003eAdvanced formula neutralizes ammonia, urine \u0026amp; fecal odors for up to 10 days.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M24 6C14 10 8 18 8 26c0 9 7 16 16 16s16-7 16-16C40 18 34 10 24 6z\"\u003e\u003c\/path\u003e\u003cpath d=\"M24 42V22\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003ePOWERED BY\u003cbr\u003eGLADE®\u003c\/h3\u003e\n        \u003cp\u003eInfused with the fresh scent of Glade® Clear Springs fragrance.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M14 6h8v10l6 20a4 4 0 01-4 6H16a4 4 0 01-4-6l6-20V6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eSTRONG,\u003cbr\u003eTIGHT CLUMPS\u003c\/h3\u003e\n        \u003cp\u003eForms strong clumps that won't break apart for easy scooping every time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 48 48\" fill=\"currentColor\"\u003e\u003ccircle cx=\"10\" cy=\"10\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"20\" cy=\"8\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"30\" cy=\"12\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"14\" cy=\"20\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"26\" cy=\"22\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"36\" cy=\"18\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"20\" cy=\"30\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"32\" cy=\"32\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003e99%\u003cbr\u003eDUST FREE\u003c\/h3\u003e\n        \u003cp\u003eLow dust formula means cleaner pouring and a cleaner home.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"14\" y=\"6\" width=\"20\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M18 16v18a4 4 0 004 4h4a4 4 0 004-4V16\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 34l-4 8M30 34l4 8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ch3\u003eMULTI-CAT\u003cbr\u003eFORMULA\u003c\/h3\u003e\n        \u003cp\u003eDesigned for homes with multiple cats to keep the litter box fresher, longer.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"card\"\u003e\n        \u003csvg class=\"icon\" viewbox=\"0 0 48 48\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M24 30c-6 0-16 3-16 9v3h32v-3c0-6-10-9-16-9z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"14\" cy=\"14\" r=\"4\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"24\" cy=\"10\" r=\"4\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"34\" cy=\"14\" r=\"4\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"10\" cy=\"24\" r=\"3.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        \u003ch3\u003eLONG LASTING\u003cbr\u003eFRESHNESS\u003c\/h3\u003e\n        \u003cp\u003eKeeps your home smelling fresh with long-lasting odor protection.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"how-section\" id=\"how\"\u003e\n  \u003cdiv class=\"wrap how-grid\"\u003e\n    \u003cdiv class=\"how-photo\"\u003e\n      \u003csvg width=\"100%\" height=\"280\" viewbox=\"0 0 400 280\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect width=\"400\" height=\"280\" fill=\"#efe9db\"\u003e\u003c\/rect\u003e\n        \u003cellipse cx=\"200\" cy=\"240\" rx=\"150\" ry=\"20\" fill=\"#d8d0ba\"\u003e\u003c\/ellipse\u003e\n        \u003cpath d=\"M60 170 Q200 145 340 170 L328 225 Q200 250 72 225 Z\" fill=\"#f2efe6\" stroke=\"#cfc7ae\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n        \u003cellipse cx=\"200\" cy=\"170\" rx=\"140\" ry=\"26\" fill=\"#faf8f2\" stroke=\"#d8d0ba\" stroke-width=\"2\"\u003e\u003c\/ellipse\u003e\n        \u003cellipse cx=\"200\" cy=\"150\" rx=\"60\" ry=\"45\" fill=\"#b9a180\"\u003e\u003c\/ellipse\u003e\n        \u003ccircle cx=\"150\" cy=\"150\" r=\"30\" fill=\"#c2ab88\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M130 128 L122 105 L142 122 Z\" fill=\"#c2ab88\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M170 128 L178 105 L158 122 Z\" fill=\"#c2ab88\"\u003e\u003c\/path\u003e\n        \u003ccircle cx=\"140\" cy=\"150\" r=\"4\" fill=\"#3a2f22\"\u003e\u003c\/circle\u003e\n        \u003ccircle cx=\"160\" cy=\"150\" r=\"4\" fill=\"#3a2f22\"\u003e\u003c\/circle\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003ch2 class=\"section-title\" style=\"text-align:left;\"\u003eHOW IT WORKS\u003c\/h2\u003e\n      \u003cdiv class=\"section-rule\" style=\"margin-left:0;\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"steps-row\"\u003e\n        \u003cdiv class=\"steps\" style=\"display:block;\"\u003e\n          \u003cdiv class=\"step-icon\"\u003e\n\u003cspan class=\"step-num\"\u003e1\u003c\/span\u003e\n            \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003ccircle cx=\"6\" cy=\"6\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"4\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18\" cy=\"7\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"9\" cy=\"12\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"16\" cy=\"14\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch4\u003eOdor Neutralization\u003c\/h4\u003e\n          \u003cp\u003eOur advanced formula neutralizes ammonia, urine \u0026amp; fecal odors on contact.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"arrow\"\u003e→\u003c\/div\u003e\n        \u003cdiv class=\"steps\" style=\"display:block;\"\u003e\n          \u003cdiv class=\"step-icon\"\u003e\n\u003cspan class=\"step-num\"\u003e2\u003c\/span\u003e\n            \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M4 14c0-5 4-9 8-9s8 4 8 9-4 5-8 5-8 0-8-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch4\u003eClump Formation\u003c\/h4\u003e\n          \u003cp\u003eForms strong, tight clumps that lock in moisture and odor deep inside.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"arrow\"\u003e→\u003c\/div\u003e\n        \u003cdiv class=\"steps\" style=\"display:block;\"\u003e\n          \u003cdiv class=\"step-icon\"\u003e\n\u003cspan class=\"step-num\"\u003e3\u003c\/span\u003e\n            \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M6 4l10 14H8L6 4z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 18h10\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch4\u003eEasy Scooping\u003c\/h4\u003e\n          \u003cp\u003eClumps stay intact for easy scooping and a cleaner litter box.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"arrow\"\u003e→\u003c\/div\u003e\n        \u003cdiv class=\"steps\" style=\"display:block;\"\u003e\n          \u003cdiv class=\"step-icon\"\u003e\n\u003cspan class=\"step-num\"\u003e4\u003c\/span\u003e\n            \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2l1.6 4.8L18 8l-4.4 1.2L12 14l-1.6-4.8L6 8l4.4-1.2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch4\u003eLong-Lasting Freshness\u003c\/h4\u003e\n          \u003cp\u003eLeaves behind a clean, fresh scent of Glade® Clear Springs.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"compare-section\" id=\"features\"\u003e\n  \u003cdiv class=\"wrap compare-grid\"\u003e\n    \u003cdiv\u003e\n      \u003ch3 class=\"compare-title\"\u003eWHY TIDY CATS IS BETTER\u003c\/h3\u003e\n      \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n\u003cth\u003eFEATURES\u003c\/th\u003e\n\u003cth class=\"highlight\"\u003eTIDY CATS\u003cbr\u003eWITH GLADE\u003c\/th\u003e\n\u003cth\u003eOTHER LITTERS\u003c\/th\u003e\n\u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003e10-Day Odor Control\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003ePowered by Glade® Fragrance\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eStrong, Tight Clumps\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"maybe\"\u003e△\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003e99% Dust Free\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"maybe\"\u003e△\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDesigned for Multi-Cat Homes\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"no\"\u003e✕\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eLong-Lasting Freshness\u003c\/td\u003e\n\u003ctd class=\"highlight\"\u003e\u003cspan class=\"yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"maybe\"\u003e△\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003cp class=\"footnote\"\u003e*Based on NielsenIQ RMS data and retailer sales data.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"premium-box\" style=\"display:block;\"\u003e\n      \u003ch3\u003ePREMIUM QUALITY\u003c\/h3\u003e\n      \u003cp\u003eMade with high-quality, natural clay and an advanced formula for superior odor control and strong clumping.\u003c\/p\u003e\n      \u003cdiv style=\"display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;align-items:center;\"\u003e\n        \u003cdiv class=\"clay-visual\"\u003e\n          \u003csvg width=\"90%\" height=\"110\" viewbox=\"0 0 200 110\"\u003e\n            \u003cg fill=\"#c9c2ac\"\u003e\n              \u003ccircle cx=\"20\" cy=\"80\" r=\"7\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"40\" cy=\"70\" r=\"9\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"60\" cy=\"85\" r=\"6\"\u003e\u003c\/circle\u003e\n              \u003ccircle cx=\"80\" cy=\"65\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"100\" cy=\"80\" r=\"7\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"120\" cy=\"70\" r=\"9\"\u003e\u003c\/circle\u003e\n              \u003ccircle cx=\"140\" cy=\"85\" r=\"6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"160\" cy=\"65\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"180\" cy=\"78\" r=\"7\"\u003e\u003c\/circle\u003e\n              \u003ccircle cx=\"30\" cy=\"55\" r=\"6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"50\" cy=\"45\" r=\"8\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"70\" cy=\"50\" r=\"6\"\u003e\u003c\/circle\u003e\n              \u003ccircle cx=\"90\" cy=\"40\" r=\"9\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"110\" cy=\"52\" r=\"6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"130\" cy=\"45\" r=\"8\"\u003e\u003c\/circle\u003e\n              \u003ccircle cx=\"150\" cy=\"50\" r=\"6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"170\" cy=\"42\" r=\"8\"\u003e\u003c\/circle\u003e\n            \u003c\/g\u003e\n          \u003c\/svg\u003e\n          \u003cdiv class=\"dust-badge\"\u003e\n\u003cb\u003e99%\u003c\/b\u003eDUST\u003cbr\u003eFREE\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"perk-list\"\u003e\n          \u003cli\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2l8 4v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003eSafe for your cat when used as directed\u003c\/li\u003e\n          \u003cli\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003c\/svg\u003eMade with natural clay\u003c\/li\u003e\n          \u003cli\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\u003c\/svg\u003eNo artificial colors\u003c\/li\u003e\n          \u003cli\u003e\n\u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 21c-4-4-8-7-8-12a8 8 0 0116 0c0 5-4 8-8 12z\"\u003e\u003c\/path\u003e\u003c\/svg\u003eSeptic safe when used as directed\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"trust-section\" id=\"reviews\"\u003e\n  \u003cdiv class=\"wrap\" style=\"display:grid;grid-template-columns:1.1fr 1fr 0.9fr;gap:28px;\"\u003e\n    \u003cdiv class=\"trust-box\"\u003e\n      \u003ch4\u003eLoved by Cat Parents\u003c\/h4\u003e\n      \u003cdiv class=\"rating-line\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e 4.8\/5\u003c\/div\u003e\n      \u003cdiv class=\"rating-sub\"\u003eBased on 12,500+ reviews\u003c\/div\u003e\n      \u003cblockquote\u003e\"This litter really controls odor for the full 10 days! The Glade scent is so fresh and not overpowering. Clumps are strong and easy to scoop.\"\u003c\/blockquote\u003e\n      \u003cdiv class=\"attribution\"\u003e— Sarah M.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"trust-box\"\u003e\n      \u003ch4\u003eTrusted by Millions\u003c\/h4\u003e\n      \u003cdiv class=\"trust-icons\"\u003e\n        \u003cdiv\u003e\n\u003cdiv class=\"ic\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M2 9h20\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eMADE IN\u003cbr\u003eTHE USA\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cdiv class=\"ic\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2l1.6 5H19l-4 3.4L16.4 16 12 12.8 7.6 16 9 10.4 5 7h5.4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eVETERINARIAN\u003cbr\u003eRECOMMENDED\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cdiv class=\"ic\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2l8 4v6c0 5-3.5 9-8 10-4.5-1-8-5-8-10V6z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eSAFE \u0026amp; EFFECTIVE\u003cbr\u003eFORMULA\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv\u003e\n\u003cdiv class=\"ic\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 21s-7-4.5-9.5-9A5.5 5.5 0 0112 6a5.5 5.5 0 019.5 6C19 16.5 12 21 12 21z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003eLOVED BY\u003cbr\u003eCATS\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"trust-box guarantee\"\u003e\n      \u003cdiv class=\"guarantee-badge\"\u003e\n\u003cb\u003e100%\u003c\/b\u003eSATISFACTION\u003cbr\u003eGUARANTEE\u003c\/div\u003e\n      \u003ch4 style=\"text-align:center;\"\u003eSatisfaction Guaranteed\u003c\/h4\u003e\n      \u003cp\u003eWe're confident your cat will love it. If you're not completely satisfied, we'll make it right.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cdiv class=\"buybar\"\u003e\n  \u003cdiv class=\"wrap buybar-inner\"\u003e\n    \u003cdiv class=\"buybar-left\"\u003e\n      \u003cdiv class=\"buybar-thumb\"\u003e\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"buybar-name\"\u003eTidy Cats with Glade® Clear Springs\u003c\/div\u003e\n        \u003cdiv class=\"buybar-sub\"\u003e16 lb Bag\u003c\/div\u003e\n        \u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"active\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"buybar-price\"\u003e$16.49 \u003cspan class=\"save-pill\"\u003eSAVE 10%\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"buybar-price-sub\"\u003ewhen you subscribe\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv style=\"display:flex;align-items:center;gap:20px;\"\u003e\n      \u003cbutton class=\"btn btn-yellow\"\u003eADD TO CART 🛒\u003c\/button\u003e\n      \u003cspan style=\"font-size:11.5px;\"\u003e🔒 Secure\u003cbr\u003eCheckout\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cfooter id=\"faq\"\u003e\n  \u003cdiv class=\"foot-links\"\u003e\n    \u003cspan\u003e🚚 Fast \u0026amp; Free Shipping Over $49\u003c\/span\u003e\n    \u003cspan\u003e↻ Easy Returns\u003c\/span\u003e\n    \u003cspan\u003e🔒 Secure Payments\u003c\/span\u003e\n    \u003cspan\u003e🎧 24\/7 Customer Support\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv\u003e© 2024 Nestlé Purina PetCare Company. All Rights Reserved.\u003c\/div\u003e\n  \u003cdiv class=\"foot-badges\" style=\"margin-top:8px;\"\u003e\n    \u003ca href=\"#\"\u003ePrivacy Policy\u003c\/a\u003e\u003ca href=\"#\"\u003eTerms of Service\u003c\/a\u003e\u003ca href=\"#\"\u003eContact Us\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/footer\u003e\n\n\n\u003c\/body\u003e","brand":"ZovraShop","offers":[{"title":"16lb Bag (Pack of 1)","offer_id":44317941465177,"sku":"B0D2FRTPDC","price":29.65,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0731\/6108\/0921\/files\/8b38f4f0419386a3aad63c3e4ca4.jpg?v=1785754969","url":"https:\/\/zovrashop.online\/products\/purina-tidy-cats-clumping-multi-cat-litter-glade-clear-springs-16-lb-bag","provider":"ZovraShop","version":"1.0","type":"link"}