{"product_id":"buy-1-get-1-free-heavy-duty-concrete-crack-repair-adhesive-waterproof-sealant","title":"(BUY 1 GET 1 FREE) Heavy-Duty Concrete Crack Repair Adhesive - Waterproof Sealant","description":"\u003cstyle\u003e\n  \/* Base Container Styles *\/\n  .custom-product-desc {\n    font-family: Arial, Helvetica, sans-serif;\n    max-width: 800px;\n    margin: 0 auto;\n    background-color: #0b0f19 !important; \/* Premium Dark Background *\/\n    color: #e2e8f0 !important; \n    padding: 30px 20px;\n    border-radius: 15px;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n\n  \/* Force Text Colors to Override Shopify Defaults *\/\n  .custom-product-desc p,\n  .custom-product-desc td,\n  .custom-product-desc th,\n  .custom-product-desc li,\n  .custom-product-desc div {\n    color: #cbd5e1 !important;\n  }\n\n  .custom-product-desc strong,\n  .custom-product-desc b,\n  .custom-product-desc h2,\n  .custom-product-desc h3,\n  .custom-product-desc h4 {\n    color: #ffffff !important; \/* Forces all bold text and headings to be white *\/\n  }\n\n  \/* Typography \u0026 Headings *\/\n  .custom-product-desc h2 {\n    text-align: center;\n    font-size: 28px;\n    margin-bottom: 10px;\n    text-transform: capitalize;\n  }\n  .custom-product-desc .offer-badge {\n    text-align: center;\n    color: #ffffff !important;\n    background-color: #2563eb !important; \/* Brand Blue *\/\n    display: inline-block;\n    padding: 8px 25px;\n    border-radius: 30px;\n    font-weight: bold;\n    font-size: 18px;\n    margin: 0 auto 30px auto;\n    letter-spacing: 1px;\n    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);\n  }\n  .custom-product-desc .center-wrapper {\n    text-align: center;\n  }\n  .custom-product-desc h3 {\n    color: #60a5fa !important; \/* Light Brand Blue for Dark BG *\/\n    font-size: 24px;\n    border-bottom: 2px solid #1e293b;\n    padding-bottom: 10px;\n    margin-top: 45px;\n    margin-bottom: 25px;\n  }\n\n  \/* Intro Section *\/\n  .desc-intro {\n    background-color: #1e293b !important; \/* Dark Card Background *\/\n    padding: 30px;\n    border-radius: 12px;\n    border-top: 5px solid #ef4444 !important; \/* Red attention line *\/\n    text-align: center;\n    margin-bottom: 30px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.4);\n  }\n  .desc-intro h4 {\n    color: #f87171 !important; \/* Light Red *\/\n    font-size: 22px;\n    margin-top: 0;\n    margin-bottom: 15px;\n  }\n\n  \/* Image Styling *\/\n  .desc-image {\n    width: 100%;\n    height: auto;\n    border-radius: 12px;\n    margin-bottom: 25px;\n    margin-top: 10px;\n    box-shadow: 0 5px 15px rgba(0,0,0,0.5);\n    display: block;\n  }\n  \n  \/* Text Blocks *\/\n  .text-block {\n    margin-bottom: 30px;\n    background-color: #111827 !important;\n    padding: 20px;\n    border-radius: 10px;\n    border-left: 4px solid #3b82f6 !important;\n  }\n  .text-block p {\n    font-size: 16px;\n    margin-bottom: 10px;\n  }\n\n  \/* --- SHAKE ANIMATION KEYFRAMES --- *\/\n  @keyframes shakeEffect {\n    0% { transform: translateX(0); }\n    20% { transform: translateX(-4px) rotate(-1deg); }\n    40% { transform: translateX(4px) rotate(1deg); }\n    60% { transform: translateX(-4px) rotate(-1deg); }\n    80% { transform: translateX(4px) rotate(1deg); }\n    100% { transform: translateX(0); }\n  }\n\n  \/* Grid Layout for Benefits *\/\n  .benefits-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin-bottom: 45px;\n  }\n  .benefit-card {\n    background: #1e293b !important;\n    border: 1px solid #334155 !important;\n    padding: 25px;\n    border-radius: 12px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.3);\n    border-top: 4px solid #3b82f6 !important; \/* Brand Blue Accent *\/\n    cursor: pointer;\n    transition: box-shadow 0.3s ease;\n  }\n  \n  \/* Applying Shake on Hover (Desktop) and Active (Mobile Touch) *\/\n  .benefit-card:hover, \n  .benefit-card:active {\n    animation: shakeEffect 0.5s ease-in-out;\n    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.25); \/* Slight blue glow while shaking *\/\n  }\n\n  .benefit-card h4 {\n    margin-top: 0;\n    font-size: 19px;\n    margin-bottom: 12px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .benefit-card p {\n    margin: 0;\n    font-size: 15px;\n  }\n\n  \/* How to Use Steps *\/\n  .steps-container {\n    display: flex;\n    justify-content: space-between;\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  .step-box {\n    flex: 1;\n    text-align: center;\n    background: #1e293b !important;\n    padding: 25px 20px;\n    border-radius: 12px;\n    border: 1px solid #334155 !important;\n    cursor: pointer;\n  }\n\n  \/* Added shake effect to steps boxes too for consistency *\/\n  .step-box:hover,\n  .step-box:active {\n    animation: shakeEffect 0.5s ease-in-out;\n  }\n\n  .step-number {\n    background: #3b82f6 !important;\n    color: #ffffff !important;\n    width: 45px;\n    height: 45px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 22px;\n    font-weight: bold;\n    margin: 0 auto 15px auto;\n  }\n  .step-box h4 {\n    margin: 0 0 10px 0;\n    font-size: 18px;\n  }\n  .step-box p {\n    font-size: 14px;\n    margin: 0;\n  }\n\n  \/* Where to Use List *\/\n  .usage-list {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 15px;\n    margin-bottom: 40px;\n  }\n  .usage-item {\n    background: transparent !important;\n    color: #60a5fa !important;\n    padding: 10px 20px;\n    border-radius: 20px;\n    font-size: 15px;\n    font-weight: bold;\n    border: 1px solid #3b82f6 !important;\n  }\n\n  \/* Specifications Table *\/\n  .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 20px;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.5);\n  }\n  .spec-table th {\n    background-color: #0f172a !important;\n    padding: 18px;\n    text-align: left;\n    font-size: 16px;\n    border-bottom: 3px solid #3b82f6 !important;\n  }\n  .spec-table td {\n    padding: 16px;\n    border-bottom: 1px solid #334155 !important;\n    font-size: 15px;\n  }\n  .spec-table tr:nth-child(even) td {\n    background-color: #1e293b !important;\n  }\n  .spec-table tr:nth-child(odd) td {\n    background-color: #0b0f19 !important;\n  }\n\n  \/* Mobile Responsiveness *\/\n  @media (max-width: 768px) {\n    .benefits-grid, .steps-container {\n      flex-direction: column;\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-desc\"\u003e\n\u003ch2\u003eHeavy-Duty Concrete Crack Repair Adhesive\u003c\/h2\u003e\n\u003cdiv class=\"center-wrapper\"\u003e\n\u003cdiv class=\"offer-badge\"\u003eWaterproof Sealant | BUY 1 GET 1 FREE\u003c!-- Product Title \u0026 Badge --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MAIN PRODUCT IMAGE --\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/8018\/5878\/files\/gif2-ezgif.com-gif-to-webp-converter.webp?v=1773429132\" class=\"desc-image\" alt=\"Permanent Waterproof Seal\"\u003e \u003c!-- Intro \/ Agitation Section --\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-product-desc\"\u003e\n\u003cdiv class=\"desc-intro\"\u003e\n\u003ch4\u003e⚠️ Stop Expanding Cracks Before They Destroy Your Property\u003c\/h4\u003e\n\u003cp\u003eWatching jagged, ugly cracks spread across your driveway or patio isn't just a frustrating eyesore—\u003cstrong\u003eit is a ticking time bomb for water damage and massive contractor bills.\u003c\/strong\u003e As water seeps in and freezes, those tiny hairline fractures violently expand, turning a beautiful walkway into a dangerous, crumbling tripping hazard.\u003c\/p\u003e\n\u003cp\u003eStop letting the weather destroy your home’s curb appeal. Our Heavy-Duty Concrete Crack Repair Adhesive is the ultimate first-aid for your masonry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Professional Grade Details --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"text-block\"\u003e\n\u003cp\u003e\u003cstrong\u003eDitch the Cement Bags \u0026amp; Messy Mixes!\u003c\/strong\u003e Forget about hauling heavy concrete bags, dealing with messy mixing, or buying complicated tools. This heavy-duty, waterproof sealant features a genius squeeze-tube design that makes precision application entirely foolproof.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- APPLICATION GIF --\u003e \u003cimg src=\"https:\/\/cdno-sz-morningfast.morningfast.com\/uploads\/gif\/20250506\/17465289407673.gif\" class=\"desc-image\" alt=\"Easy squeeze tube application process\"\u003e\n\u003cdiv class=\"text-block\"\u003e\n\u003cp\u003eEngineered for extreme all-weather durability, it cures rapidly to form a rock-solid, waterproof barrier that actually \u003cstrong\u003eflexes with temperature swings\u003c\/strong\u003e—preventing the crack from reopening during harsh winters or scorching summers. Whether you are patching a residential patio or a commercial walkway, this instant repair hero gives you the \"wow\" factor of a professional restoration in just minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- WATERPROOF\/WEATHER GIF --\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"feature-section\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0790\/6299\/1071\/files\/spp_20250520174024_dec395fe1b2d24f284b374871079e57c_1c5953bd-28c0-4c96-b4f4-ffd88d523a57.jpg?v=1785820647\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch3 class=\"feature-section\"\u003e\u003cspan style=\"color: rgb(74, 144, 226);\"\u003eWhy This Sealant is a Must-Have\u003c\/span\u003e\u003c\/h3\u003e\n\u003c!-- Key Benefits Grid Section (These blocks will now SHAKE on touch\/hover) --\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e💧 100% Waterproof Seal\u003c\/h4\u003e\n\u003cp\u003ePermanently blocks out rain, ice, and moisture. By preventing water infiltration, you stop the freeze-thaw cycle that causes cracks to expand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e🎯 Precision Application\u003c\/h4\u003e\n\u003cp\u003eThe ergonomic squeeze-tube allows you to target deep, narrow crevices directly without any mess. You waste zero product and save cleanup time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e☀️ Extreme Weather Resilience\u003c\/h4\u003e\n\u003cp\u003eFormulated to withstand scorching sun, heavy rainstorms, and harsh freezing temperatures. Your repair stays structurally sound year-round.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003ch4\u003e⏱️ Rapid-Dry Technology\u003c\/h4\u003e\n\u003cp\u003eCures incredibly fast to restore your driveway's strength immediately. You can walk or drive on your newly repaired surfaces without long downtimes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- EXTRA PRODUCT DETAILS IMAGE --\u003e\n\u003ch3\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0790\/6299\/1071\/files\/spp_20250520174051_e3acf2a0e644a5f5dfd7ed3e0a9d3f1b.jpg?v=1785819939\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch3\u003eFix Cracks in 3 Simple Steps\u003c\/h3\u003e\n\u003c!-- HOW IT WORKS IMAGE --\u003e\n\u003cdiv class=\"steps-container\"\u003e\n\u003cdiv class=\"step-box\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003ch4\u003eClean\u003c\/h4\u003e\n\u003cp\u003eClear out any loose debris, dirt, or old crumbling concrete from the crack using a wire brush or vacuum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-box\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eApply\u003c\/h4\u003e\n\u003cp\u003eSnip the tip of the tube and squeeze the adhesive directly into the crack until it is slightly overfilled.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-box\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eSmooth \u0026amp; Cure\u003c\/h4\u003e\n\u003cp\u003eUse a putty knife or scraper to level the sealant with the surface. Let it dry rapidly for a permanent fix!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Where to Use Section --\u003e\n\u003ch3\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0790\/6299\/1071\/files\/spp_20250520174102_c3766ea1fe3d8323db2a72c7f030d4f2.jpg?v=1785820845\" alt=\"\"\u003e\u003c\/h3\u003e\n\u003ch3\u003ePerfect For All Outdoor Surfaces\u003c\/h3\u003e\n\u003cdiv class=\"usage-list\"\u003e\n\u003cdiv class=\"usage-item\"\u003e✔ Concrete Driveways\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e✔ Cement Sidewalks\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e✔ Outdoor Patios\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e✔ Pool Decks\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e✔ Garage Floors\u003c\/div\u003e\n\u003cdiv class=\"usage-item\"\u003e✔ Brick \u0026amp; Masonry Walls\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications Table --\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eProduct Details\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial Formulation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHeavy-Duty Waterproof Polymer Masonry Adhesive\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e200g (per individual tube)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePackaging Style\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eReady-to-use Precision Squeeze-Tube\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCurrent Offer\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003eBUY 1 GET 1 FREE (Pack of 2 Tubes)\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eColor Finish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcrete Gray (Blends seamlessly with existing masonry)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e","brand":"abc","offers":[{"title":"Default Title","offer_id":50624309788895,"sku":"Concrete Crack Repair Adhesive (Pack of 2)","price":699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0790\/6299\/1071\/files\/6a7e899c-606b-4b46-9fa6-9365364efd87.png?v=1785588373","url":"https:\/\/theshopall.com\/products\/buy-1-get-1-free-heavy-duty-concrete-crack-repair-adhesive-waterproof-sealant","provider":"Theshopall.com","version":"1.0","type":"link"}