{"product_id":"clay-towel-12-x12-brushed-microfiber-1","title":"✨Clay Towel - 12'x12' Brushed Microfiber","description":"\u003cstyle\u003e\n  \/* =========================================================\n     CLAY TOWEL PRODUCT PAGE\n     Shopify Custom Liquid Ready\n     IMPORTANT:\n     All product images keep their ORIGINAL ratio.\n     No object-fit:cover \/ no fixed image height \/ no cropping.\n  ========================================================== *\/\n\n  #ct-detail-page,\n  #ct-detail-page * {\n    box-sizing: border-box;\n  }\n\n  #ct-detail-page {\n    --ct-black: #111111;\n    --ct-text: #171717;\n    --ct-gray: #666b70;\n    --ct-light: #f5f6f6;\n    --ct-line: #e8e8e8;\n    --ct-white: #ffffff;\n    --ct-radius: 20px;\n\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    background: var(--ct-white);\n    color: var(--ct-text);\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Helvetica,\n      Arial,\n      sans-serif;\n    line-height: 1.55;\n  }\n\n  #ct-detail-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto !important;\n    object-fit: contain !important;\n    object-position: center !important;\n    margin: 0;\n    padding: 0;\n  }\n\n  #ct-detail-page h1,\n  #ct-detail-page h2,\n  #ct-detail-page h3,\n  #ct-detail-page p {\n    margin-top: 0;\n  }\n\n  #ct-detail-page button {\n    font-family: inherit;\n  }\n\n  .ct-container {\n    width: 100%;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding-left: 18px;\n    padding-right: 18px;\n  }\n\n  .ct-section {\n    padding: 58px 0;\n  }\n\n  .ct-section-light {\n    background: var(--ct-light);\n  }\n\n  .ct-center {\n    text-align: center;\n  }\n\n  .ct-kicker {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #70757a;\n    font-size: 12px;\n    line-height: 1.3;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .ct-heading {\n    max-width: 760px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-bottom: 15px;\n    color: var(--ct-black);\n    font-size: 34px;\n    line-height: 1.08;\n    font-weight: 850;\n    letter-spacing: -0.035em;\n  }\n\n  .ct-copy {\n    max-width: 690px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-bottom: 0;\n    color: var(--ct-gray);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  \/* =========================================================\n     HERO\n  ========================================================== *\/\n\n  .ct-hero {\n    padding: 28px 0 52px;\n    background: #ffffff;\n  }\n\n  .ct-hero-copy {\n    max-width: 860px;\n    margin: 0 auto 30px;\n    text-align: center;\n  }\n\n  .ct-hero-title {\n    margin-bottom: 17px;\n    color: var(--ct-black);\n    font-size: 42px;\n    line-height: 1.02;\n    font-weight: 900;\n    letter-spacing: -0.048em;\n  }\n\n  .ct-hero-subtitle {\n    max-width: 670px;\n    margin: 0 auto 22px;\n    color: var(--ct-gray);\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .ct-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin: 22px auto 0;\n  }\n\n  .ct-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 35px;\n    padding: 7px 13px;\n    border: 1px solid var(--ct-line);\n    border-radius: 999px;\n    background: #ffffff;\n    color: #333;\n    font-size: 12px;\n    line-height: 1.2;\n    font-weight: 750;\n  }\n\n  .ct-main-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 54px;\n    padding: 15px 29px;\n    border: 0;\n    border-radius: 999px;\n    background: var(--ct-black);\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 800;\n    line-height: 1;\n    text-decoration: none;\n    cursor: pointer;\n    transition:\n      transform 0.2s ease,\n      opacity 0.2s ease;\n  }\n\n  .ct-main-btn:hover {\n    transform: translateY(-1px);\n    opacity: 0.92;\n  }\n\n  \/* =========================================================\n     ORIGINAL-RATIO IMAGE BLOCK\n  ========================================================== *\/\n\n  .ct-image-section {\n    width: 100%;\n    padding: 0;\n    margin: 0;\n    background: #ffffff;\n  }\n\n  .ct-image-wrap {\n    width: 100%;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 18px;\n  }\n\n  .ct-image-wrap img {\n    width: 100%;\n    height: auto !important;\n    object-fit: contain !important;\n  }\n\n  \/* No card clipping *\/\n  .ct-image-natural {\n    overflow: visible;\n    border-radius: 0;\n    background: transparent;\n  }\n\n  \/* =========================================================\n     PROBLEM CARDS\n  ========================================================== *\/\n\n  .ct-card-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 13px;\n    margin-top: 30px;\n  }\n\n  .ct-card {\n    padding: 23px 21px;\n    border: 1px solid var(--ct-line);\n    border-radius: 17px;\n    background: #ffffff;\n  }\n\n  .ct-card-number {\n    margin-bottom: 24px;\n    color: #9a9ea2;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n  }\n\n  .ct-card h3 {\n    margin-bottom: 8px;\n    color: var(--ct-black);\n    font-size: 20px;\n    line-height: 1.25;\n    font-weight: 800;\n  }\n\n  .ct-card p {\n    margin-bottom: 0;\n    color: var(--ct-gray);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================================================\n     BENEFITS\n  ========================================================== *\/\n\n  .ct-benefit-list {\n    max-width: 840px;\n    margin: 30px auto 0;\n  }\n\n  .ct-benefit-row {\n    display: grid;\n    grid-template-columns: 36px 1fr;\n    gap: 13px;\n    align-items: flex-start;\n    padding: 18px 0;\n    border-bottom: 1px solid var(--ct-line);\n  }\n\n  .ct-benefit-row:last-child {\n    border-bottom: 0;\n  }\n\n  .ct-check {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    background: var(--ct-black);\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .ct-benefit-row h3 {\n    margin-bottom: 5px;\n    color: var(--ct-black);\n    font-size: 17px;\n    line-height: 1.3;\n    font-weight: 800;\n  }\n\n  .ct-benefit-row p {\n    margin-bottom: 0;\n    color: var(--ct-gray);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================================================\n     STEPS\n  ========================================================== *\/\n\n  .ct-steps {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 14px;\n    margin-top: 31px;\n  }\n\n  .ct-step {\n    padding: 24px 21px;\n    border-radius: 18px;\n    background: #ffffff;\n  }\n\n  .ct-step-no {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 22px;\n    border-radius: 50%;\n    background: var(--ct-black);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 850;\n  }\n\n  .ct-step h3 {\n    margin-bottom: 7px;\n    color: var(--ct-black);\n    font-size: 20px;\n    font-weight: 800;\n  }\n\n  .ct-step p {\n    margin: 0;\n    color: var(--ct-gray);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .ct-use-note {\n    max-width: 850px;\n    margin: 20px auto 0;\n    padding: 15px 17px;\n    border-left: 3px solid #111111;\n    background: #ffffff;\n    color: #5f6468;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================================================\n     COMPARISON\n  ========================================================== *\/\n\n  .ct-comparison {\n    max-width: 900px;\n    margin: 30px auto 0;\n    overflow: hidden;\n    border: 1px solid var(--ct-line);\n    border-radius: 17px;\n  }\n\n  .ct-comparison-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    border-bottom: 1px solid var(--ct-line);\n  }\n\n  .ct-comparison-row:last-child {\n    border-bottom: 0;\n  }\n\n  .ct-comparison-cell {\n    padding: 14px 11px;\n    color: #555b60;\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .ct-comparison-cell:first-child {\n    border-right: 1px solid var(--ct-line);\n  }\n\n  .ct-comparison-head {\n    background: var(--ct-black);\n  }\n\n  .ct-comparison-head .ct-comparison-cell {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .ct-comparison-win {\n    color: var(--ct-black);\n    font-weight: 750;\n  }\n\n  \/* =========================================================\n     SPECIFICATIONS\n  ========================================================== *\/\n\n  .ct-spec-table {\n    max-width: 900px;\n    margin: 30px auto 0;\n    overflow: hidden;\n    border: 1px solid var(--ct-line);\n    border-radius: 17px;\n  }\n\n  .ct-spec-row {\n    display: grid;\n    grid-template-columns: 41% 59%;\n    border-bottom: 1px solid var(--ct-line);\n  }\n\n  .ct-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .ct-spec-name,\n  .ct-spec-value {\n    padding: 14px 12px;\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .ct-spec-name {\n    background: #f6f7f7;\n    color: var(--ct-black);\n    font-weight: 800;\n  }\n\n  .ct-spec-value {\n    background: #ffffff;\n    color: var(--ct-gray);\n  }\n\n  \/* =========================================================\n     FAQ\n  ========================================================== *\/\n\n  .ct-faq {\n    max-width: 900px;\n    margin: 26px auto 0;\n    border-top: 1px solid var(--ct-line);\n  }\n\n  .ct-faq details {\n    border-bottom: 1px solid var(--ct-line);\n  }\n\n  .ct-faq summary {\n    position: relative;\n    display: block;\n    padding: 19px 34px 19px 2px;\n    color: var(--ct-black);\n    font-size: 15px;\n    line-height: 1.4;\n    font-weight: 800;\n    list-style: none;\n    cursor: pointer;\n  }\n\n  .ct-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ct-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 14px;\n    right: 5px;\n    color: #555;\n    font-size: 25px;\n    font-weight: 400;\n  }\n\n  .ct-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .ct-faq-content {\n    padding: 0 2px 19px;\n    color: var(--ct-gray);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================================================\n     FINAL CTA\n  ========================================================== *\/\n\n  .ct-final {\n    padding: 58px 0 95px;\n    background: var(--ct-black);\n  }\n\n  .ct-final .ct-heading {\n    color: #ffffff;\n  }\n\n  .ct-final .ct-copy {\n    color: #bfc3c6;\n  }\n\n  .ct-white-btn {\n    margin-top: 23px;\n    background: #ffffff;\n    color: #111111;\n  }\n\n  .ct-trust {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px 18px;\n    margin-top: 20px;\n    color: #d7dadc;\n    font-size: 12px;\n    font-weight: 650;\n  }\n\n  \/* =========================================================\n     MOBILE STICKY CTA\n  ========================================================== *\/\n\n  .ct-sticky {\n    position: fixed;\n    z-index: 999;\n    right: 11px;\n    bottom: 11px;\n    left: 11px;\n    padding: 9px;\n    border-radius: 15px;\n    background: rgba(17, 17, 17, 0.94);\n    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);\n    -webkit-backdrop-filter: blur(10px);\n    backdrop-filter: blur(10px);\n  }\n\n  .ct-sticky button {\n    width: 100%;\n    min-height: 48px;\n    border: 0;\n    border-radius: 11px;\n    background: #ffffff;\n    color: #111111;\n    font-size: 14px;\n    line-height: 1;\n    font-weight: 850;\n    cursor: pointer;\n  }\n\n  \/* =========================================================\n     DESKTOP\n  ========================================================== *\/\n\n  @media screen and (min-width: 750px) {\n    .ct-container,\n    .ct-image-wrap {\n      padding-left: 30px;\n      padding-right: 30px;\n    }\n\n    .ct-section {\n      padding-top: 82px;\n      padding-bottom: 82px;\n    }\n\n    .ct-hero {\n      padding-top: 46px;\n      padding-bottom: 70px;\n    }\n\n    .ct-hero-title {\n      font-size: 62px;\n      max-width: 850px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .ct-hero-subtitle {\n      font-size: 18px;\n    }\n\n    .ct-heading {\n      font-size: 47px;\n    }\n\n    .ct-copy {\n      font-size: 17px;\n    }\n\n    .ct-card-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n    }\n\n    .ct-steps {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n    }\n\n    .ct-card,\n    .ct-step {\n      padding: 28px;\n    }\n\n    .ct-comparison-cell {\n      padding: 17px 20px;\n      font-size: 14px;\n    }\n\n    .ct-spec-name,\n    .ct-spec-value {\n      padding: 16px 20px;\n      font-size: 14px;\n    }\n\n    .ct-sticky {\n      display: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"ct-detail-page\"\u003e\n\u003c!-- ======================================================\n       HERO COPY\n  ======================================================= --\u003e\n\u003csection class=\"ct-hero\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-hero-copy\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eSMOOTHER PAINT STARTS WITH BETTER PREP\u003c\/span\u003e\n\u003ch1 class=\"ct-hero-title\"\u003eYour Car Can Look Clean And Still Feel Dirty.\u003c\/h1\u003e\n\u003cp class=\"ct-hero-subtitle\"\u003eRegular washing handles loose dirt. This reusable clay detailing towel helps remove stubborn bonded surface contamination so your paint feels cleaner, smoother and better prepared for the next step.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"ct-main-btn\"\u003e Upgrade Your Detail \u003c\/button\u003e\n\u003cdiv class=\"ct-pills\"\u003e\n\u003cspan class=\"ct-pill\"\u003e12 × 12 in\u003c\/span\u003e \u003cspan class=\"ct-pill\"\u003eReusable\u003c\/span\u003e \u003cspan class=\"ct-pill\"\u003eEasy To Handle\u003c\/span\u003e \u003cspan class=\"ct-pill\"\u003eDetailing Prep Essential\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 1 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/f5882fae5931f449f5d926f7a67391c50c77f66f.jpg?v=1789113349\" alt=\"Microfiber clay detailing towel\" loading=\"eager\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       PAIN\n  ======================================================= --\u003e\n\u003csection class=\"ct-section\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eTHE STEP A NORMAL WASH CAN MISS\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eWashed It. Dried It. Still Feels Rough?\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eRoad film, fallout and other bonded contaminants can remain attached even when the vehicle already looks clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-card-grid\"\u003e\n\u003cdiv class=\"ct-card\"\u003e\n\u003cdiv class=\"ct-card-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eWashing Has Limits\u003c\/h3\u003e\n\u003cp\u003eShampoo removes loose dirt, but some stubborn contamination can stay bonded to the finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-card\"\u003e\n\u003cdiv class=\"ct-card-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eFeel What You Can't See\u003c\/h3\u003e\n\u003cp\u003eA freshly washed surface can still feel gritty when your hand passes gently across the paint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-card\"\u003e\n\u003cdiv class=\"ct-card-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eBetter Prep, Better Finish\u003c\/h3\u003e\n\u003cp\u003eDecontamination creates a cleaner foundation before polishing, waxing or applying paint protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 2 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/ab07816526da4dd543c8d1ae9b572225143f9944.jpg?v=1789113348\" alt=\"Clay towel automotive detailing\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       SOLUTION \/ BENEFIT\n  ======================================================= --\u003e\n\u003csection class=\"ct-section ct-section-light\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eA MORE CONVENIENT WAY TO DECONTAMINATE\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eMore Working Area. Less Fumbling.\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eThe flexible towel format gives you a generous working surface that's easy to hold, easy to guide and easy to rinse as you move around the vehicle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-list\"\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eComfortable Towel-Style Grip\u003c\/h3\u003e\n\u003cp\u003eA larger format makes it easy to keep control while working across broad painted areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eHelps Restore A Smoother Surface Feel\u003c\/h3\u003e\n\u003cp\u003eDesigned to lift bonded surface contamination when used with proper lubrication and light pressure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eReusable For Future Details\u003c\/h3\u003e\n\u003cp\u003eRinse thoroughly, care for it properly and keep it ready for the next detailing session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 3 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/708bbc32f75a487712362f9afe2c34c6f52dc842.jpg?v=1789113349\" alt=\"Clay towel material and detailing surface\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       HOW TO USE\n  ======================================================= --\u003e\n\u003csection class=\"ct-section ct-section-light\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eSIMPLE DETAILING WORKFLOW\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eThree Steps To A Cleaner, Smoother Finish.\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eStart with a clean vehicle, keep the surface well lubricated and allow the towel to glide gently over the paint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-steps\"\u003e\n\u003cdiv class=\"ct-step\"\u003e\n\u003cdiv class=\"ct-step-no\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eWash First\u003c\/h3\u003e\n\u003cp\u003eThoroughly wash and rinse away loose dirt before beginning the decontamination step.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-step\"\u003e\n\u003cdiv class=\"ct-step-no\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eLubricate \u0026amp; Glide\u003c\/h3\u003e\n\u003cp\u003eApply a suitable detailing lubricant and gently glide the towel across one small section at a time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-step\"\u003e\n\u003cdiv class=\"ct-step-no\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eRinse \u0026amp; Inspect\u003c\/h3\u003e\n\u003cp\u003eRinse the towel regularly, then inspect the surface before moving on to polish or protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-use-note\"\u003eFor best results, always use adequate lubrication and light pressure. Test on a small inconspicuous area before treating the entire vehicle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 4 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/21cdc0cf34898e533e6f95793c0fa2e6b00f684c.jpg?v=1789113348\" alt=\"Using a clay towel during vehicle detailing\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       EMOTIONAL VALUE\n  ======================================================= --\u003e\n\u003csection class=\"ct-section\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eTHE DIFFERENCE IS IN THE PREP\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eThat Freshly Detailed Feel Starts Before The Polish.\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eThis isn't about adding another complicated tool to your garage. It's about making the preparation stage easier, so the finish you care about starts on a cleaner surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-list\"\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eIdeal Before Waxing\u003c\/h3\u003e\n\u003cp\u003eStart with a decontaminated surface before applying your final layer of protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUseful Before Polishing\u003c\/h3\u003e\n\u003cp\u003eRemove bonded surface contamination before moving into paint correction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMade For DIY Detailers\u003c\/h3\u003e\n\u003cp\u003eA straightforward addition for car owners who want better prep without overcomplicating the process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 5 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/b5a3533890a7e065c7c1c0c87066fdfe5e33532a.jpg?v=1789113348\" alt=\"Car paint preparation with clay detailing towel\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       COMPARISON\n  ======================================================= --\u003e\n\u003csection class=\"ct-section\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eWHY THE TOWEL FORMAT?\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eBuilt Around A More Convenient Detailing Workflow.\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eA familiar towel-style format gives you a larger contact area and simple handling during paint decontamination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison\"\u003e\n\u003cdiv class=\"ct-comparison-row ct-comparison-head\"\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eTraditional Clay Piece\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eClay Towel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-row\"\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eSmaller working area\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-cell ct-comparison-win\"\u003eLarge 12 × 12 in format\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-row\"\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eSmall piece can be awkward to hold\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-cell ct-comparison-win\"\u003eFamiliar towel-style grip\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-row\"\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eTraditional clay workflow\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-cell ct-comparison-win\"\u003eEasy rinse-and-continue workflow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-row\"\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eSmall contact surface\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-cell ct-comparison-win\"\u003eGenerous coverage for larger panels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       SPECIFICATIONS\n  ======================================================= --\u003e\n\u003csection class=\"ct-section ct-section-light\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003ePRODUCT DETAILS\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-table\"\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003eAutomotive Clay Detailing Towel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003e12 × 12 in \/ Approx. 30 × 30 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eConstruction\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003eMicrofiber towel with synthetic decontamination surface\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eReusable\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003eYes, with proper cleaning and storage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eRecommended Use\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003eRemoving bonded exterior surface contamination during detailing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eBest Used Before\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003ePolishing, waxing, sealants and other paint-protection steps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003ePackage Includes\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003e1 × Clay Detailing Towel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eGreat For\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003eDIY car care, detailing enthusiasts and vehicle paint preparation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 6 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/5dd9477db37e83372fe628c701cd4e037e102368.jpg?v=1789113348\" alt=\"Reusable 12 x 12 clay detailing towel\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       FAQ\n  ======================================================= --\u003e\n\u003csection class=\"ct-section\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eGOOD TO KNOW\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need to wash my vehicle before using the towel?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eYes. Remove loose dirt and grit first. Clay decontamination should be performed on a clean vehicle to reduce the risk of dragging abrasive debris across the finish.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the clay towel dry?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eNo. Use a suitable clay or detailing lubricant so the towel can move smoothly across the surface without unnecessary friction.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much pressure should I use?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eUse light pressure. Allow the lubricated decontamination surface to glide across the panel instead of aggressively scrubbing the paint.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the towel reusable?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eYes. Rinse it thoroughly during and after use, keep the working surface clean and store it properly between detailing sessions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen should I decontaminate my paint?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eIt can be useful when freshly washed paint still feels rough or when preparing the vehicle before polishing, waxing or other protection.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this replace normal car washing?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eNo. It is a paint-preparation and decontamination step used after normal washing rather than a replacement for routine cleaning.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       FINAL CTA\n  ======================================================= --\u003e\n\u003csection class=\"ct-final\"\u003e\n\u003cdiv class=\"ct-container ct-center\"\u003e\n\u003cspan class=\"ct-kicker\" style=\"color: #aeb3b7;\"\u003e BETTER PREP. BETTER DETAIL. \u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eMake Smooth Paint Part Of Your Detailing Routine.\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eWash away the loose dirt. Tackle the bonded contamination washing can leave behind. Then move into your polishing or protection step with a cleaner surface underneath.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"ct-main-btn ct-white-btn\"\u003e Get Your Clay Towel \u003c\/button\u003e\n\u003cdiv class=\"ct-trust\"\u003e\n\u003cspan\u003e✓ Reusable Design\u003c\/span\u003e \u003cspan\u003e✓ 12 × 12 in Format\u003c\/span\u003e \u003cspan\u003e✓ Easy To Handle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- ========================================================\n     MOBILE STICKY BUTTON\n========================================================= --\u003e\n\u003cdiv class=\"ct-sticky\"\u003e\u003cbutton type=\"button\"\u003e Get Your Clay Towel \u003c\/button\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n  \/* =========================================================\n     CLAY TOWEL PRODUCT PAGE\n     Shopify Custom Liquid Ready\n     IMPORTANT:\n     All product images keep their ORIGINAL ratio.\n     No object-fit:cover \/ no fixed image height \/ no cropping.\n  ========================================================== *\/\n\n  #ct-detail-page,\n  #ct-detail-page * {\n    box-sizing: border-box;\n  }\n\n  #ct-detail-page {\n    --ct-black: #111111;\n    --ct-text: #171717;\n    --ct-gray: #666b70;\n    --ct-light: #f5f6f6;\n    --ct-line: #e8e8e8;\n    --ct-white: #ffffff;\n    --ct-radius: 20px;\n\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n    background: var(--ct-white);\n    color: var(--ct-text);\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      Helvetica,\n      Arial,\n      sans-serif;\n    line-height: 1.55;\n  }\n\n  #ct-detail-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto !important;\n    object-fit: contain !important;\n    object-position: center !important;\n    margin: 0;\n    padding: 0;\n  }\n\n  #ct-detail-page h1,\n  #ct-detail-page h2,\n  #ct-detail-page h3,\n  #ct-detail-page p {\n    margin-top: 0;\n  }\n\n  #ct-detail-page button {\n    font-family: inherit;\n  }\n\n  .ct-container {\n    width: 100%;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding-left: 18px;\n    padding-right: 18px;\n  }\n\n  .ct-section {\n    padding: 58px 0;\n  }\n\n  .ct-section-light {\n    background: var(--ct-light);\n  }\n\n  .ct-center {\n    text-align: center;\n  }\n\n  .ct-kicker {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #70757a;\n    font-size: 12px;\n    line-height: 1.3;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .ct-heading {\n    max-width: 760px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-bottom: 15px;\n    color: var(--ct-black);\n    font-size: 34px;\n    line-height: 1.08;\n    font-weight: 850;\n    letter-spacing: -0.035em;\n  }\n\n  .ct-copy {\n    max-width: 690px;\n    margin-left: auto;\n    margin-right: auto;\n    margin-bottom: 0;\n    color: var(--ct-gray);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  \/* =========================================================\n     HERO\n  ========================================================== *\/\n\n  .ct-hero {\n    padding: 28px 0 52px;\n    background: #ffffff;\n  }\n\n  .ct-hero-copy {\n    max-width: 860px;\n    margin: 0 auto 30px;\n    text-align: center;\n  }\n\n  .ct-hero-title {\n    margin-bottom: 17px;\n    color: var(--ct-black);\n    font-size: 42px;\n    line-height: 1.02;\n    font-weight: 900;\n    letter-spacing: -0.048em;\n  }\n\n  .ct-hero-subtitle {\n    max-width: 670px;\n    margin: 0 auto 22px;\n    color: var(--ct-gray);\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .ct-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin: 22px auto 0;\n  }\n\n  .ct-pill {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 35px;\n    padding: 7px 13px;\n    border: 1px solid var(--ct-line);\n    border-radius: 999px;\n    background: #ffffff;\n    color: #333;\n    font-size: 12px;\n    line-height: 1.2;\n    font-weight: 750;\n  }\n\n  .ct-main-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 54px;\n    padding: 15px 29px;\n    border: 0;\n    border-radius: 999px;\n    background: var(--ct-black);\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 800;\n    line-height: 1;\n    text-decoration: none;\n    cursor: pointer;\n    transition:\n      transform 0.2s ease,\n      opacity 0.2s ease;\n  }\n\n  .ct-main-btn:hover {\n    transform: translateY(-1px);\n    opacity: 0.92;\n  }\n\n  \/* =========================================================\n     ORIGINAL-RATIO IMAGE BLOCK\n  ========================================================== *\/\n\n  .ct-image-section {\n    width: 100%;\n    padding: 0;\n    margin: 0;\n    background: #ffffff;\n  }\n\n  .ct-image-wrap {\n    width: 100%;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 18px;\n  }\n\n  .ct-image-wrap img {\n    width: 100%;\n    height: auto !important;\n    object-fit: contain !important;\n  }\n\n  \/* No card clipping *\/\n  .ct-image-natural {\n    overflow: visible;\n    border-radius: 0;\n    background: transparent;\n  }\n\n  \/* =========================================================\n     PROBLEM CARDS\n  ========================================================== *\/\n\n  .ct-card-grid {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 13px;\n    margin-top: 30px;\n  }\n\n  .ct-card {\n    padding: 23px 21px;\n    border: 1px solid var(--ct-line);\n    border-radius: 17px;\n    background: #ffffff;\n  }\n\n  .ct-card-number {\n    margin-bottom: 24px;\n    color: #9a9ea2;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.12em;\n  }\n\n  .ct-card h3 {\n    margin-bottom: 8px;\n    color: var(--ct-black);\n    font-size: 20px;\n    line-height: 1.25;\n    font-weight: 800;\n  }\n\n  .ct-card p {\n    margin-bottom: 0;\n    color: var(--ct-gray);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================================================\n     BENEFITS\n  ========================================================== *\/\n\n  .ct-benefit-list {\n    max-width: 840px;\n    margin: 30px auto 0;\n  }\n\n  .ct-benefit-row {\n    display: grid;\n    grid-template-columns: 36px 1fr;\n    gap: 13px;\n    align-items: flex-start;\n    padding: 18px 0;\n    border-bottom: 1px solid var(--ct-line);\n  }\n\n  .ct-benefit-row:last-child {\n    border-bottom: 0;\n  }\n\n  .ct-check {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 32px;\n    height: 32px;\n    border-radius: 50%;\n    background: var(--ct-black);\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .ct-benefit-row h3 {\n    margin-bottom: 5px;\n    color: var(--ct-black);\n    font-size: 17px;\n    line-height: 1.3;\n    font-weight: 800;\n  }\n\n  .ct-benefit-row p {\n    margin-bottom: 0;\n    color: var(--ct-gray);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  \/* =========================================================\n     STEPS\n  ========================================================== *\/\n\n  .ct-steps {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 14px;\n    margin-top: 31px;\n  }\n\n  .ct-step {\n    padding: 24px 21px;\n    border-radius: 18px;\n    background: #ffffff;\n  }\n\n  .ct-step-no {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 39px;\n    height: 39px;\n    margin-bottom: 22px;\n    border-radius: 50%;\n    background: var(--ct-black);\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 850;\n  }\n\n  .ct-step h3 {\n    margin-bottom: 7px;\n    color: var(--ct-black);\n    font-size: 20px;\n    font-weight: 800;\n  }\n\n  .ct-step p {\n    margin: 0;\n    color: var(--ct-gray);\n    font-size: 14px;\n    line-height: 1.65;\n  }\n\n  .ct-use-note {\n    max-width: 850px;\n    margin: 20px auto 0;\n    padding: 15px 17px;\n    border-left: 3px solid #111111;\n    background: #ffffff;\n    color: #5f6468;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* =========================================================\n     COMPARISON\n  ========================================================== *\/\n\n  .ct-comparison {\n    max-width: 900px;\n    margin: 30px auto 0;\n    overflow: hidden;\n    border: 1px solid var(--ct-line);\n    border-radius: 17px;\n  }\n\n  .ct-comparison-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    border-bottom: 1px solid var(--ct-line);\n  }\n\n  .ct-comparison-row:last-child {\n    border-bottom: 0;\n  }\n\n  .ct-comparison-cell {\n    padding: 14px 11px;\n    color: #555b60;\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  .ct-comparison-cell:first-child {\n    border-right: 1px solid var(--ct-line);\n  }\n\n  .ct-comparison-head {\n    background: var(--ct-black);\n  }\n\n  .ct-comparison-head .ct-comparison-cell {\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .ct-comparison-win {\n    color: var(--ct-black);\n    font-weight: 750;\n  }\n\n  \/* =========================================================\n     SPECIFICATIONS\n  ========================================================== *\/\n\n  .ct-spec-table {\n    max-width: 900px;\n    margin: 30px auto 0;\n    overflow: hidden;\n    border: 1px solid var(--ct-line);\n    border-radius: 17px;\n  }\n\n  .ct-spec-row {\n    display: grid;\n    grid-template-columns: 41% 59%;\n    border-bottom: 1px solid var(--ct-line);\n  }\n\n  .ct-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .ct-spec-name,\n  .ct-spec-value {\n    padding: 14px 12px;\n    font-size: 13px;\n    line-height: 1.5;\n  }\n\n  .ct-spec-name {\n    background: #f6f7f7;\n    color: var(--ct-black);\n    font-weight: 800;\n  }\n\n  .ct-spec-value {\n    background: #ffffff;\n    color: var(--ct-gray);\n  }\n\n  \/* =========================================================\n     FAQ\n  ========================================================== *\/\n\n  .ct-faq {\n    max-width: 900px;\n    margin: 26px auto 0;\n    border-top: 1px solid var(--ct-line);\n  }\n\n  .ct-faq details {\n    border-bottom: 1px solid var(--ct-line);\n  }\n\n  .ct-faq summary {\n    position: relative;\n    display: block;\n    padding: 19px 34px 19px 2px;\n    color: var(--ct-black);\n    font-size: 15px;\n    line-height: 1.4;\n    font-weight: 800;\n    list-style: none;\n    cursor: pointer;\n  }\n\n  .ct-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ct-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 14px;\n    right: 5px;\n    color: #555;\n    font-size: 25px;\n    font-weight: 400;\n  }\n\n  .ct-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .ct-faq-content {\n    padding: 0 2px 19px;\n    color: var(--ct-gray);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================================================\n     FINAL CTA\n  ========================================================== *\/\n\n  .ct-final {\n    padding: 58px 0 95px;\n    background: var(--ct-black);\n  }\n\n  .ct-final .ct-heading {\n    color: #ffffff;\n  }\n\n  .ct-final .ct-copy {\n    color: #bfc3c6;\n  }\n\n  .ct-white-btn {\n    margin-top: 23px;\n    background: #ffffff;\n    color: #111111;\n  }\n\n  .ct-trust {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px 18px;\n    margin-top: 20px;\n    color: #d7dadc;\n    font-size: 12px;\n    font-weight: 650;\n  }\n\n  \/* =========================================================\n     MOBILE STICKY CTA\n  ========================================================== *\/\n\n  .ct-sticky {\n    position: fixed;\n    z-index: 999;\n    right: 11px;\n    bottom: 11px;\n    left: 11px;\n    padding: 9px;\n    border-radius: 15px;\n    background: rgba(17, 17, 17, 0.94);\n    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);\n    -webkit-backdrop-filter: blur(10px);\n    backdrop-filter: blur(10px);\n  }\n\n  .ct-sticky button {\n    width: 100%;\n    min-height: 48px;\n    border: 0;\n    border-radius: 11px;\n    background: #ffffff;\n    color: #111111;\n    font-size: 14px;\n    line-height: 1;\n    font-weight: 850;\n    cursor: pointer;\n  }\n\n  \/* =========================================================\n     DESKTOP\n  ========================================================== *\/\n\n  @media screen and (min-width: 750px) {\n    .ct-container,\n    .ct-image-wrap {\n      padding-left: 30px;\n      padding-right: 30px;\n    }\n\n    .ct-section {\n      padding-top: 82px;\n      padding-bottom: 82px;\n    }\n\n    .ct-hero {\n      padding-top: 46px;\n      padding-bottom: 70px;\n    }\n\n    .ct-hero-title {\n      font-size: 62px;\n      max-width: 850px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .ct-hero-subtitle {\n      font-size: 18px;\n    }\n\n    .ct-heading {\n      font-size: 47px;\n    }\n\n    .ct-copy {\n      font-size: 17px;\n    }\n\n    .ct-card-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n    }\n\n    .ct-steps {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n    }\n\n    .ct-card,\n    .ct-step {\n      padding: 28px;\n    }\n\n    .ct-comparison-cell {\n      padding: 17px 20px;\n      font-size: 14px;\n    }\n\n    .ct-spec-name,\n    .ct-spec-value {\n      padding: 16px 20px;\n      font-size: 14px;\n    }\n\n    .ct-sticky {\n      display: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"ct-detail-page\"\u003e\n\u003c!-- ======================================================\n       HERO COPY\n  ======================================================= --\u003e\n\u003csection class=\"ct-hero\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-hero-copy\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eSMOOTHER PAINT STARTS WITH BETTER PREP\u003c\/span\u003e\n\u003ch1 class=\"ct-hero-title\"\u003eYour Car Can Look Clean And Still Feel Dirty.\u003c\/h1\u003e\n\u003cp class=\"ct-hero-subtitle\"\u003eRegular washing handles loose dirt. This reusable clay detailing towel helps remove stubborn bonded surface contamination so your paint feels cleaner, smoother and better prepared for the next step.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"ct-main-btn\"\u003e Upgrade Your Detail \u003c\/button\u003e\n\u003cdiv class=\"ct-pills\"\u003e\n\u003cspan class=\"ct-pill\"\u003e12 × 12 in\u003c\/span\u003e \u003cspan class=\"ct-pill\"\u003eReusable\u003c\/span\u003e \u003cspan class=\"ct-pill\"\u003eEasy To Handle\u003c\/span\u003e \u003cspan class=\"ct-pill\"\u003eDetailing Prep Essential\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 1 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/f5882fae5931f449f5d926f7a67391c50c77f66f.jpg?v=1789113349\" alt=\"Microfiber clay detailing towel\" loading=\"eager\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       PAIN\n  ======================================================= --\u003e\n\u003csection class=\"ct-section\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eTHE STEP A NORMAL WASH CAN MISS\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eWashed It. Dried It. Still Feels Rough?\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eRoad film, fallout and other bonded contaminants can remain attached even when the vehicle already looks clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-card-grid\"\u003e\n\u003cdiv class=\"ct-card\"\u003e\n\u003cdiv class=\"ct-card-number\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eWashing Has Limits\u003c\/h3\u003e\n\u003cp\u003eShampoo removes loose dirt, but some stubborn contamination can stay bonded to the finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-card\"\u003e\n\u003cdiv class=\"ct-card-number\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eFeel What You Can't See\u003c\/h3\u003e\n\u003cp\u003eA freshly washed surface can still feel gritty when your hand passes gently across the paint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-card\"\u003e\n\u003cdiv class=\"ct-card-number\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eBetter Prep, Better Finish\u003c\/h3\u003e\n\u003cp\u003eDecontamination creates a cleaner foundation before polishing, waxing or applying paint protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 2 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/ab07816526da4dd543c8d1ae9b572225143f9944.jpg?v=1789113348\" alt=\"Clay towel automotive detailing\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       SOLUTION \/ BENEFIT\n  ======================================================= --\u003e\n\u003csection class=\"ct-section ct-section-light\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eA MORE CONVENIENT WAY TO DECONTAMINATE\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eMore Working Area. Less Fumbling.\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eThe flexible towel format gives you a generous working surface that's easy to hold, easy to guide and easy to rinse as you move around the vehicle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-list\"\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eComfortable Towel-Style Grip\u003c\/h3\u003e\n\u003cp\u003eA larger format makes it easy to keep control while working across broad painted areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eHelps Restore A Smoother Surface Feel\u003c\/h3\u003e\n\u003cp\u003eDesigned to lift bonded surface contamination when used with proper lubrication and light pressure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eReusable For Future Details\u003c\/h3\u003e\n\u003cp\u003eRinse thoroughly, care for it properly and keep it ready for the next detailing session.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 3 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/708bbc32f75a487712362f9afe2c34c6f52dc842.jpg?v=1789113349\" alt=\"Clay towel material and detailing surface\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       HOW TO USE\n  ======================================================= --\u003e\n\u003csection class=\"ct-section ct-section-light\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eSIMPLE DETAILING WORKFLOW\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eThree Steps To A Cleaner, Smoother Finish.\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eStart with a clean vehicle, keep the surface well lubricated and allow the towel to glide gently over the paint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-steps\"\u003e\n\u003cdiv class=\"ct-step\"\u003e\n\u003cdiv class=\"ct-step-no\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eWash First\u003c\/h3\u003e\n\u003cp\u003eThoroughly wash and rinse away loose dirt before beginning the decontamination step.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-step\"\u003e\n\u003cdiv class=\"ct-step-no\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eLubricate \u0026amp; Glide\u003c\/h3\u003e\n\u003cp\u003eApply a suitable detailing lubricant and gently glide the towel across one small section at a time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-step\"\u003e\n\u003cdiv class=\"ct-step-no\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eRinse \u0026amp; Inspect\u003c\/h3\u003e\n\u003cp\u003eRinse the towel regularly, then inspect the surface before moving on to polish or protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-use-note\"\u003eFor best results, always use adequate lubrication and light pressure. Test on a small inconspicuous area before treating the entire vehicle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 4 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/21cdc0cf34898e533e6f95793c0fa2e6b00f684c.jpg?v=1789113348\" alt=\"Using a clay towel during vehicle detailing\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       EMOTIONAL VALUE\n  ======================================================= --\u003e\n\u003csection class=\"ct-section\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eTHE DIFFERENCE IS IN THE PREP\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eThat Freshly Detailed Feel Starts Before The Polish.\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eThis isn't about adding another complicated tool to your garage. It's about making the preparation stage easier, so the finish you care about starts on a cleaner surface.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-list\"\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eIdeal Before Waxing\u003c\/h3\u003e\n\u003cp\u003eStart with a decontaminated surface before applying your final layer of protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eUseful Before Polishing\u003c\/h3\u003e\n\u003cp\u003eRemove bonded surface contamination before moving into paint correction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-benefit-row\"\u003e\n\u003cdiv class=\"ct-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eMade For DIY Detailers\u003c\/h3\u003e\n\u003cp\u003eA straightforward addition for car owners who want better prep without overcomplicating the process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 5 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/b5a3533890a7e065c7c1c0c87066fdfe5e33532a.jpg?v=1789113348\" alt=\"Car paint preparation with clay detailing towel\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       COMPARISON\n  ======================================================= --\u003e\n\u003csection class=\"ct-section\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eWHY THE TOWEL FORMAT?\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eBuilt Around A More Convenient Detailing Workflow.\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eA familiar towel-style format gives you a larger contact area and simple handling during paint decontamination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison\"\u003e\n\u003cdiv class=\"ct-comparison-row ct-comparison-head\"\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eTraditional Clay Piece\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eClay Towel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-row\"\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eSmaller working area\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-cell ct-comparison-win\"\u003eLarge 12 × 12 in format\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-row\"\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eSmall piece can be awkward to hold\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-cell ct-comparison-win\"\u003eFamiliar towel-style grip\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-row\"\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eTraditional clay workflow\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-cell ct-comparison-win\"\u003eEasy rinse-and-continue workflow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-row\"\u003e\n\u003cdiv class=\"ct-comparison-cell\"\u003eSmall contact surface\u003c\/div\u003e\n\u003cdiv class=\"ct-comparison-cell ct-comparison-win\"\u003eGenerous coverage for larger panels\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       SPECIFICATIONS\n  ======================================================= --\u003e\n\u003csection class=\"ct-section ct-section-light\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003ePRODUCT DETAILS\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eSpecifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-table\"\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003eAutomotive Clay Detailing Towel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003e12 × 12 in \/ Approx. 30 × 30 cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eConstruction\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003eMicrofiber towel with synthetic decontamination surface\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eReusable\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003eYes, with proper cleaning and storage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eRecommended Use\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003eRemoving bonded exterior surface contamination during detailing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eBest Used Before\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003ePolishing, waxing, sealants and other paint-protection steps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003ePackage Includes\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003e1 × Clay Detailing Towel\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-row\"\u003e\n\u003cdiv class=\"ct-spec-name\"\u003eGreat For\u003c\/div\u003e\n\u003cdiv class=\"ct-spec-value\"\u003eDIY car care, detailing enthusiasts and vehicle paint preparation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       IMAGE 6 - ORIGINAL RATIO \/ NO CROP\n  ======================================================= --\u003e\n\u003csection class=\"ct-image-section\"\u003e\n\u003cdiv class=\"ct-image-wrap ct-image-natural\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/5dd9477db37e83372fe628c701cd4e037e102368.jpg?v=1789113348\" alt=\"Reusable 12 x 12 clay detailing towel\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       FAQ\n  ======================================================= --\u003e\n\u003csection class=\"ct-section\"\u003e\n\u003cdiv class=\"ct-container\"\u003e\n\u003cdiv class=\"ct-center\"\u003e\n\u003cspan class=\"ct-kicker\"\u003eGOOD TO KNOW\u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ct-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need to wash my vehicle before using the towel?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eYes. Remove loose dirt and grit first. Clay decontamination should be performed on a clean vehicle to reduce the risk of dragging abrasive debris across the finish.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the clay towel dry?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eNo. Use a suitable clay or detailing lubricant so the towel can move smoothly across the surface without unnecessary friction.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much pressure should I use?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eUse light pressure. Allow the lubricated decontamination surface to glide across the panel instead of aggressively scrubbing the paint.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the towel reusable?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eYes. Rinse it thoroughly during and after use, keep the working surface clean and store it properly between detailing sessions.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen should I decontaminate my paint?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eIt can be useful when freshly washed paint still feels rough or when preparing the vehicle before polishing, waxing or other protection.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this replace normal car washing?\u003c\/summary\u003e\n\u003cdiv class=\"ct-faq-content\"\u003eNo. It is a paint-preparation and decontamination step used after normal washing rather than a replacement for routine cleaning.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ======================================================\n       FINAL CTA\n  ======================================================= --\u003e\n\u003csection class=\"ct-final\"\u003e\n\u003cdiv class=\"ct-container ct-center\"\u003e\n\u003cspan class=\"ct-kicker\" style=\"color: #aeb3b7;\"\u003e BETTER PREP. BETTER DETAIL. \u003c\/span\u003e\n\u003ch2 class=\"ct-heading\"\u003eMake Smooth Paint Part Of Your Detailing Routine.\u003c\/h2\u003e\n\u003cp class=\"ct-copy\"\u003eWash away the loose dirt. Tackle the bonded contamination washing can leave behind. Then move into your polishing or protection step with a cleaner surface underneath.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"ct-main-btn ct-white-btn\"\u003e Get Your Clay Towel \u003c\/button\u003e\n\u003cdiv class=\"ct-trust\"\u003e\n\u003cspan\u003e✓ Reusable Design\u003c\/span\u003e \u003cspan\u003e✓ 12 × 12 in Format\u003c\/span\u003e \u003cspan\u003e✓ Easy To Handle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- ========================================================\n     MOBILE STICKY BUTTON\n========================================================= --\u003e\n\u003cdiv class=\"ct-sticky\"\u003e\u003cbutton type=\"button\"\u003e Get Your Clay Towel \u003c\/button\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Q2005","offers":[{"title":"Default Title","offer_id":50586515538113,"sku":"Q20440-A","price":22.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0858\/7047\/7505\/files\/f5882fae5931f449f5d926f7a67391c50c77f66f.jpg?v=1789113349","url":"https:\/\/valorsca.us\/products\/clay-towel-12-x12-brushed-microfiber-1","provider":"Valors-ca","version":"1.0","type":"link"}