{"title":"Yoga","description":"","products":[{"product_id":"dxgears-cork-yoga-block-bricks-high-density-eco-friendly-non-slip","title":"DXGEARS Cork Yoga Block | High Density Eco-Friendly Recycled Cork","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\u003eCork Yoga Block – DXGEARS\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700\u0026amp;family=Nunito+Sans:wght@300;400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    \/* DXGEARS brand tokens *\/\n    --teal:        #219E7A;\n    --teal-dark:   #0C6E52;\n    --teal-light:  #E1F5EE;\n    --teal-mid:    #A8DCCB;\n    --navy:        #3A5590;\n    --navy-dark:   #1E2F5C;\n    --navy-light:  #E6EAF5;\n    --amber:       #F5A623;\n    --mist:        #F4F8F6;\n    --white:       #FFFFFF;\n    --charcoal:    #1A1A2E;\n    --body-text:   #4A5568;\n    --muted:       #718096;\n    --border:      #E0E8E4;\n    --border-card: #D5DEFA;\n    --bg-page:     #F4F8F6;\n    --red:         #D9534F;\n    --red-light:   #FCEAEA;\n  }\n\n  body {\n    font-family: 'Nunito Sans', system-ui, sans-serif;\n    background: var(--bg-page);\n    color: var(--charcoal);\n    line-height: 1.7;\n    font-size: 15px;\n  }\n\n  .listing-wrapper {\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 0 20px 60px;\n  }\n\n  \/* ─── TOP ACCENT BAR ─── *\/\n  .top-bar {\n    height: 4px;\n    background: linear-gradient(90deg, var(--teal) 0%, var(--navy) 100%);\n    margin-bottom: 0;\n  }\n\n  \/* ─── HOOK ─── *\/\n  .hook {\n    padding: 44px 0 40px;\n    border-bottom: 1px solid var(--border);\n    text-align: center;\n  }\n  .hook-eyebrow {\n    display: inline-block;\n    font-family: 'Nunito Sans', sans-serif;\n    font-size: 11px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--teal-dark);\n    font-weight: 700;\n    background: var(--teal-light);\n    padding: 5px 16px;\n    border-radius: 20px;\n    margin-bottom: 20px;\n  }\n  .hook h1 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: clamp(28px, 5vw, 46px);\n    font-weight: 700;\n    line-height: 1.15;\n    color: var(--charcoal);\n    max-width: 640px;\n    margin: 0 auto 18px;\n    letter-spacing: -0.01em;\n  }\n  .hook h1 em {\n    font-style: normal;\n    color: var(--teal);\n  }\n  .hook-sub {\n    font-size: 16px;\n    color: var(--body-text);\n    max-width: 520px;\n    margin: 0 auto;\n    font-weight: 400;\n    line-height: 1.65;\n  }\n\n  \/* ─── SECTION LABEL ─── *\/\n  .section-label {\n    font-size: 10.5px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--muted);\n    font-weight: 700;\n    margin-bottom: 6px;\n  }\n\n  \/* ─── SECTION H2 ─── *\/\n  .section-h2 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 28px;\n    font-weight: 700;\n    color: var(--charcoal);\n    margin-bottom: 22px;\n    line-height: 1.2;\n    letter-spacing: -0.01em;\n  }\n\n  \/* ─── PAIN → PROMISE ─── *\/\n  .pain-section {\n    padding: 44px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .pain-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n  @media (max-width: 560px) { .pain-grid { grid-template-columns: 1fr; } }\n\n  .pain-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 20px;\n  }\n  .pain-card.bad {\n    border-left: 3px solid var(--red);\n  }\n  .pain-card.good {\n    border-left: 3px solid var(--teal);\n  }\n  .pain-card-label {\n    font-size: 10px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    font-weight: 700;\n    margin-bottom: 8px;\n  }\n  .pain-card.bad .pain-card-label  { color: var(--red); }\n  .pain-card.good .pain-card-label { color: var(--teal-dark); }\n  .pain-card p {\n    font-size: 14px;\n    color: var(--body-text);\n    line-height: 1.65;\n  }\n\n  \/* ─── BENEFITS ─── *\/\n  .benefits-section {\n    padding: 44px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .benefit-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 18px;\n    padding: 18px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .benefit-row:last-child { border-bottom: none; }\n  .benefit-icon {\n    width: 42px;\n    height: 42px;\n    min-width: 42px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: var(--teal-light);\n  }\n  .benefit-icon svg {\n    width: 20px;\n    height: 20px;\n    stroke: var(--teal);\n    fill: none;\n    stroke-width: 1.6;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .benefit-icon.navy-bg { background: var(--navy-light); }\n  .benefit-icon.navy-bg svg { stroke: var(--navy); }\n  .benefit-icon.amber-bg { background: #FEF3E2; }\n  .benefit-icon.amber-bg svg { stroke: #854F0B; }\n\n  .benefit-body h3 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--charcoal);\n    margin-bottom: 4px;\n    letter-spacing: 0.01em;\n  }\n  .benefit-body p {\n    font-size: 14px;\n    color: var(--body-text);\n    line-height: 1.65;\n  }\n\n  \/* ─── FEATURE DEEP-DIVE ─── *\/\n  .feature-section {\n    padding: 44px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .feature-block {\n    display: grid;\n    grid-template-columns: 200px 1fr;\n    gap: 0;\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    overflow: hidden;\n    margin-bottom: 14px;\n    background: var(--white);\n  }\n  @media (max-width: 560px) { .feature-block { grid-template-columns: 1fr; } }\n\n  .feature-label-col {\n    background: var(--teal-light);\n    padding: 22px 20px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .feature-label-col span {\n    font-size: 10px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--teal-dark);\n    font-weight: 700;\n    margin-bottom: 6px;\n    display: block;\n  }\n  .feature-label-col strong {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--charcoal);\n    line-height: 1.2;\n  }\n  .feature-label-col.navy-col { background: var(--navy-light); }\n  .feature-label-col.navy-col span { color: var(--navy-dark); }\n  .feature-label-col.amber-col { background: #FEF3E2; }\n  .feature-label-col.amber-col span { color: #854F0B; }\n\n  .feature-content-col {\n    padding: 22px 24px;\n  }\n  .feature-content-col p {\n    font-size: 14px;\n    color: var(--body-text);\n    line-height: 1.7;\n  }\n  .feature-content-col strong { color: var(--charcoal); font-weight: 600; }\n\n  \/* ─── SOCIAL PROOF ─── *\/\n  .proof-section {\n    padding: 44px 0;\n    border-bottom: 1px solid var(--border);\n    text-align: center;\n    background: var(--white);\n    border-radius: 12px;\n    margin: 44px 0;\n    border: 1px solid var(--border);\n    padding: 36px 32px;\n  }\n  .proof-quote {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 600;\n    font-style: italic;\n    color: var(--teal);\n    max-width: 560px;\n    margin: 0 auto 14px;\n    line-height: 1.4;\n    letter-spacing: 0.01em;\n  }\n  .proof-attr {\n    font-size: 11px;\n    color: var(--muted);\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    font-weight: 600;\n  }\n  .proof-chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    justify-content: center;\n    margin-top: 24px;\n  }\n  .proof-chip {\n    background: var(--teal-light);\n    color: var(--teal-dark);\n    font-size: 12px;\n    font-weight: 600;\n    padding: 6px 16px;\n    border-radius: 20px;\n    letter-spacing: 0.04em;\n  }\n\n  \/* ─── SPECS TABLE ─── *\/\n  .specs-section {\n    padding: 44px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--white);\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid var(--border);\n  }\n  .specs-table tr {\n    border-bottom: 1px solid var(--border);\n  }\n  .specs-table tr:last-child { border-bottom: none; }\n  .specs-table td {\n    padding: 12px 16px;\n    font-size: 14px;\n  }\n  .specs-table td:first-child {\n    color: var(--muted);\n    font-weight: 600;\n    width: 40%;\n    font-size: 11.5px;\n    text-transform: uppercase;\n    letter-spacing: 0.07em;\n    background: var(--mist);\n  }\n  .specs-table td:last-child {\n    color: var(--charcoal);\n  }\n  .specs-table tr:nth-child(even) td:first-child { background: var(--teal-light); }\n  .specs-table tr:nth-child(even) td:last-child  { background: #F9FDFB; }\n\n  \/* ─── TRUST BADGES ─── *\/\n  .trust-section {\n    padding: 44px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .trust-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n  }\n  @media (max-width: 560px) { .trust-grid { grid-template-columns: 1fr; } }\n  .trust-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-top: 3px solid var(--teal);\n    border-radius: 10px;\n    padding: 22px 18px;\n    text-align: center;\n  }\n  .trust-icon {\n    width: 44px;\n    height: 44px;\n    margin: 0 auto 12px;\n    background: var(--teal-light);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .trust-icon svg {\n    width: 22px;\n    height: 22px;\n    stroke: var(--teal);\n    fill: none;\n    stroke-width: 1.6;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .trust-card h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--charcoal);\n    margin-bottom: 6px;\n    letter-spacing: 0.01em;\n  }\n  .trust-card p {\n    font-size: 13px;\n    color: var(--body-text);\n    line-height: 1.55;\n  }\n\n  \/* ─── FAQ ─── *\/\n  .faq-section {\n    padding: 44px 0;\n    border-bottom: 1px solid var(--border);\n  }\n  .faq-item {\n    border-bottom: 1px solid var(--border);\n    padding: 18px 0;\n  }\n  .faq-item:last-child { border-bottom: none; }\n  .faq-q {\n    font-family: 'Nunito Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--charcoal);\n    margin-bottom: 8px;\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    line-height: 1.5;\n  }\n  .faq-q::before {\n    content: \"Q\";\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-width: 22px;\n    height: 22px;\n    background: var(--teal);\n    color: var(--white);\n    border-radius: 50%;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n    margin-top: 1px;\n    flex-shrink: 0;\n  }\n  .faq-a {\n    font-size: 14px;\n    color: var(--body-text);\n    line-height: 1.7;\n    padding-left: 32px;\n  }\n\n  \/* ─── TAGS ─── *\/\n  .tags-section {\n    padding: 36px 0 0;\n  }\n  .tags-label {\n    font-size: 10.5px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--muted);\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n  .tags-wrap {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n  .tag {\n    background: var(--white);\n    border: 1px solid var(--border-card);\n    color: var(--navy);\n    font-size: 12px;\n    font-weight: 500;\n    padding: 5px 14px;\n    border-radius: 20px;\n  }\n\n\u003c\/style\u003e\n\n\n\n\u003c!-- DXGEARS top accent bar --\u003e\n\u003cdiv class=\"top-bar\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"listing-wrapper\"\u003e\n\n  \u003c!-- ① HOOK --\u003e\n  \u003csection class=\"hook\"\u003e\n    \u003cdiv class=\"hook-eyebrow\"\u003eYoga · Wellness · Eco-Friendly\u003c\/div\u003e\n    \u003ch1\u003eYour Practice Deserves a Block That \u003cem\u003eNever Lets You Down\u003c\/em\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"hook-sub\"\u003eHigh-density recycled cork — naturally sweat-proof, odour-free, and built to last longer than any foam block ever will.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ② PAIN → PROMISE --\u003e\n  \u003csection class=\"pain-section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhy cork?\u003c\/p\u003e\n    \u003ch2 class=\"section-h2\"\u003eFoam blocks fold. Cork blocks hold.\u003c\/h2\u003e\n    \u003cdiv class=\"pain-grid\"\u003e\n      \u003cdiv class=\"pain-card bad\"\u003e\n        \u003cdiv class=\"pain-card-label\"\u003eThe Foam Problem\u003c\/div\u003e\n        \u003cp\u003eFoam blocks compress, wobble, and turn spongy over time — robbing you of the stability you need to safely deepen poses. Worse, that rubbery sweat smell never really goes away.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card good\"\u003e\n        \u003cdiv class=\"pain-card-label\"\u003eThe Cork Solution\u003c\/div\u003e\n        \u003cp\u003eHigh-density recycled cork stays firm session after session. The natural cellular structure repels sweat and moisture without absorbing odour — keeping your block fresh and your grip locked.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ③ KEY BENEFITS --\u003e\n  \u003csection class=\"benefits-section\"\u003e\n    \u003cp class=\"section-label\"\u003eKey benefits\u003c\/p\u003e\n    \u003ch2 class=\"section-h2\"\u003eFive reasons yoga teachers swear by cork\u003c\/h2\u003e\n\n    \u003cdiv class=\"benefit-row\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"8\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 8V6a5 5 0 0 1 10 0v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-body\"\u003e\n        \u003ch3\u003eFirm, non-compressible support\u003c\/h3\u003e\n        \u003cp\u003eUnlike foam, high-density cork does not fold or soften with repeated use. Warrior III, supported bridge, trikonasana — your block holds its shape so you can hold yours.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-row\"\u003e\n      \u003cdiv class=\"benefit-icon navy-bg\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22C6.5 22 2 17.5 2 12S6.5 2 12 2s10 4.5 10 10-4.5 10-10 10z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12s1 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 9h.01M15 9h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-body\"\u003e\n        \u003ch3\u003eSweat-proof — no odour, ever\u003c\/h3\u003e\n        \u003cp\u003eCork's natural antimicrobial properties resist bacteria growth and prevent sweat from soaking in. Wipe down and go — no lingering smell, no spongy texture after a hot flow.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-row\"\u003e\n      \u003cdiv class=\"benefit-icon amber-bg\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-body\"\u003e\n        \u003ch3\u003eMaster difficult asanas with confidence\u003c\/h3\u003e\n        \u003cp\u003eThe block's textured cork surface gives your hands and feet real grip — even mid-sweat. Use it to extend your reach in forward folds, stabilise standing poses, or gently open the chest in restorative practice.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-row\"\u003e\n      \u003cdiv class=\"benefit-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 8h1a4 4 0 0 1 0 8h-1\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z\"\u003e\u003c\/path\u003e\u003cline x1=\"6\" y1=\"1\" x2=\"6\" y2=\"4\"\u003e\u003c\/line\u003e\u003cline x1=\"10\" y1=\"1\" x2=\"10\" y2=\"4\"\u003e\u003c\/line\u003e\u003cline x1=\"14\" y1=\"1\" x2=\"14\" y2=\"4\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-body\"\u003e\n        \u003ch3\u003eLightweight yet incredibly sturdy\u003c\/h3\u003e\n        \u003cp\u003eCork's strength-to-weight ratio is unmatched in yoga props. Slip it into your bag without the bulk — then trust it to support up to several times its own weight without budging during class.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"benefit-row\"\u003e\n      \u003cdiv class=\"benefit-icon navy-bg\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-body\"\u003e\n        \u003ch3\u003ePremium recycled eco-friendly material\u003c\/h3\u003e\n        \u003cp\u003eMade from responsibly sourced, recycled cork — one of the world's most renewable materials. No trees are felled; cork bark is harvested and regenerates. A prop you can feel genuinely good about.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ④ FEATURE DEEP DIVE --\u003e\n  \u003csection class=\"feature-section\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's inside\u003c\/p\u003e\n    \u003ch2 class=\"section-h2\"\u003eEvery detail, explained\u003c\/h2\u003e\n\n    \u003cdiv class=\"feature-block\"\u003e\n      \u003cdiv class=\"feature-label-col\"\u003e\n        \u003cspan\u003eMaterial\u003c\/span\u003e\n        \u003cstrong\u003eRecycled Cork\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-content-col\"\u003e\n        \u003cp\u003eThe block is made from \u003cstrong\u003ecompressed, recycled cork granules\u003c\/strong\u003e — the same material trusted for centuries in winemaking and flooring. Cork cells are naturally hollow, giving each block its unique combination of rigidity and gentle tactile grip without any synthetic coatings.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-block\"\u003e\n      \u003cdiv class=\"feature-label-col navy-col\"\u003e\n        \u003cspan\u003eSurface Texture\u003c\/span\u003e\n        \u003cstrong\u003eNon-Slip Grip\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-content-col\"\u003e\n        \u003cp\u003eThe matte textured surface creates \u003cstrong\u003enatural micro-friction\u003c\/strong\u003e against skin and yoga mats alike. No grip tape, no rubber lining — just the inherent texture of cork keeping you anchored through every transition and balance challenge.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-block\"\u003e\n      \u003cdiv class=\"feature-label-col amber-col\"\u003e\n        \u003cspan\u003eOdour \u0026amp; Hygiene\u003c\/span\u003e\n        \u003cstrong\u003eSweat-Proof Design\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-content-col\"\u003e\n        \u003cp\u003eCork's cellular structure is \u003cstrong\u003enaturally closed and non-porous\u003c\/strong\u003e, meaning sweat and moisture cannot penetrate the surface. No odour-causing bacteria can take hold. A quick wipe after practice keeps the block pristine — no washing machines, no sprays required.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"feature-block\"\u003e\n      \u003cdiv class=\"feature-label-col\"\u003e\n        \u003cspan\u003eDurability\u003c\/span\u003e\n        \u003cstrong\u003eLong-Lasting Build\u003c\/strong\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-content-col\"\u003e\n        \u003cp\u003eWhere foam blocks lose their shape within months of regular use, \u003cstrong\u003ehigh-density cork retains full structural integrity\u003c\/strong\u003e for years. The compressed cork will not dent permanently, crumble, or split under normal yoga practice loads — making this a long-term investment in your practice.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ⑤ SOCIAL PROOF --\u003e\n  \u003cdiv class=\"proof-section\"\u003e\n    \u003cp class=\"section-label\"\u003eTrusted by instructors\u003c\/p\u003e\n    \u003cp class=\"proof-quote\"\u003e\"Cork blocks are now the only props I recommend to every student — beginners and advanced practitioners alike. They last, they grip, and they just work.\"\u003c\/p\u003e\n    \u003cp class=\"proof-attr\"\u003e— Recommended by certified yoga instructors \u0026amp; teachers worldwide\u003c\/p\u003e\n    \u003cdiv class=\"proof-chips\"\u003e\n      \u003cspan class=\"proof-chip\"\u003eBeginner-friendly\u003c\/span\u003e\n      \u003cspan class=\"proof-chip\"\u003eAdvanced practice\u003c\/span\u003e\n      \u003cspan class=\"proof-chip\"\u003eHot yoga compatible\u003c\/span\u003e\n      \u003cspan class=\"proof-chip\"\u003eRestorative yoga\u003c\/span\u003e\n      \u003cspan class=\"proof-chip\"\u003eYin yoga\u003c\/span\u003e\n      \u003cspan class=\"proof-chip\"\u003ePower yoga\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑥ SPECS TABLE --\u003e\n  \u003csection class=\"specs-section\"\u003e\n    \u003cp class=\"section-label\"\u003eProduct details\u003c\/p\u003e\n    \u003ch2 class=\"section-h2\"\u003eSpecifications at a glance\u003c\/h2\u003e\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003ePremium recycled, compressed cork\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eStandard Dimensions\u003c\/td\u003e\n\u003ctd\u003e23 cm × 15 cm × 7.5 cm (9\" × 6\" × 3\")\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003eApprox. 450–500 g (lightweight \u0026amp; portable)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eSurface\u003c\/td\u003e\n\u003ctd\u003eNatural textured cork — non-slip, sweat-proof\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eOdour\u003c\/td\u003e\n\u003ctd\u003eOdourless — no chemical or rubbery smell\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eDurability\u003c\/td\u003e\n\u003ctd\u003eHigh-density, non-compressible under regular use\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eEco Credentials\u003c\/td\u003e\n\u003ctd\u003eRecycled \u0026amp; sustainably harvested cork\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eRecommended for\u003c\/td\u003e\n\u003ctd\u003eAll yoga styles, all levels\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ⑦ TRUST BADGES --\u003e\n  \u003csection class=\"trust-section\"\u003e\n    \u003cdiv class=\"trust-grid\"\u003e\n      \u003cdiv class=\"trust-card\"\u003e\n        \u003cdiv class=\"trust-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003eEco-Certified Material\u003c\/h4\u003e\n        \u003cp\u003eResponsibly sourced recycled cork — no deforestation, no plastics, no compromises.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-card\"\u003e\n        \u003cdiv class=\"trust-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003eZero Nasty Smells\u003c\/h4\u003e\n        \u003cp\u003eNaturally odour-free from day one — no off-gassing or chemical scent ever.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"trust-card\"\u003e\n        \u003cdiv class=\"trust-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003eBuilt for Years, Not Months\u003c\/h4\u003e\n        \u003cp\u003eHigh-density construction outlasts foam alternatives by a considerable margin.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ⑧ FAQ --\u003e\n  \u003csection class=\"faq-section\"\u003e\n    \u003cp class=\"section-label\"\u003eCommon questions\u003c\/p\u003e\n    \u003ch2 class=\"section-h2\"\u003eBefore you buy\u003c\/h2\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eAre cork yoga blocks suitable for beginners?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eAbsolutely. Cork blocks are ideal for all levels. Beginners benefit from the firm, stable support that helps them safely access poses they are still building flexibility and strength for. The non-slip texture also means less readjusting mid-pose, so you can focus on your alignment.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow do I clean and maintain a cork yoga block?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eSimply wipe it down with a damp cloth after each session. Because cork is naturally non-porous, sweat and moisture sit on the surface rather than soaking in — making cleaning quick and easy. Avoid submerging in water or machine washing. Let it air dry fully before storage.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWill the cork yoga block smell or feel unpleasant when it arrives?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eNo. One of the key advantages of natural cork over foam is the complete absence of chemical or synthetic off-gassing. Your block will arrive odourless and ready to use straight out of the packaging — no airing out required.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eHow is a cork block different from a foam yoga block?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eFoam blocks are soft, compressible, and prone to losing their shape over time — especially under body weight. Cork blocks are high-density and firm, meaning they never fold or squish beneath you. Cork is also naturally sweat-proof and antimicrobial, whereas foam absorbs sweat and develops odours. Cork is the choice recommended by most professional yoga teachers.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-item\"\u003e\n      \u003cdiv class=\"faq-q\"\u003eWhich yoga poses benefit most from using a cork block?\u003c\/div\u003e\n      \u003cdiv class=\"faq-a\"\u003eCork blocks are useful across an enormous range of asanas: supported bridge pose, trikonasana (triangle), half moon, seated forward fold, restorative chest openers, and virtually any pose where the floor feels too far away. They are equally valuable in yin, restorative, power, and hot yoga practices.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ⑨ TAGS --\u003e\n  \u003csection class=\"tags-section\"\u003e\n    \u003cdiv class=\"tags-label\"\u003eTags\u003c\/div\u003e\n    \u003cdiv class=\"tags-wrap\"\u003e\n      \u003cspan class=\"tag\"\u003eCork Yoga Block\u003c\/span\u003e\n      \u003cspan class=\"tag\"\u003eYoga Props\u003c\/span\u003e\n      \u003cspan class=\"tag\"\u003eEco Yoga\u003c\/span\u003e\n      \u003cspan class=\"tag\"\u003eYoga Accessories\u003c\/span\u003e\n      \u003cspan class=\"tag\"\u003eHome Yoga\u003c\/span\u003e\n      \u003cspan class=\"tag\"\u003eWellness\u003c\/span\u003e\n      \u003cspan class=\"tag\"\u003eSustainable Fitness\u003c\/span\u003e\n      \u003cspan class=\"tag\"\u003eDXGEARS\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"DXGEARS","offers":[{"title":"Pack of 1","offer_id":52183650337061,"sku":"DXG-CYB369-P1","price":35.0,"currency_code":"AED","in_stock":true},{"title":"Pack of 2","offer_id":52183650369829,"sku":"DXG-CYB369-P2","price":54.0,"currency_code":"AED","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0982\/7817\/9109\/files\/dxgears-cork-yoga-block-high-density-eco-friendly-recycled-cork-7833870.jpg?v=1776030014"},{"product_id":"dxgears-non-slip-cork-yoga-mat-thick-rubber","title":"DXGEARS Non Slip Cork Yoga Mat","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\u003eDXGEARS Cork Yoga Mat – Product Listing\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:wght@400;600;700\u0026amp;family=Nunito+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  \/* ─── RESET \u0026 BASE ─── *\/\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  body {\n    font-family: 'Nunito Sans', sans-serif;\n    color: #1A1A2E;\n    background: #fff;\n    line-height: 1.65;\n    font-size: 15px;\n  }\n  h1, h2, h3, h4, h5 { font-family: 'Barlow Condensed', sans-serif; }\n\n  \/* ─── LAYOUT ─── *\/\n  .pdp-wrap { max-width: 860px; margin: 0 auto; padding: 0 16px 48px; }\n\n  \/* ─── TOP ACCENT BAR ─── *\/\n  .top-bar {\n    height: 4px;\n    background: linear-gradient(90deg, #219E7A 0%, #3A5590 100%);\n    margin-bottom: 32px;\n  }\n\n  \/* ─── BADGE STRIP ─── *\/\n  .badge-strip {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    padding: 18px 20px;\n    background: #EEF3FC;\n    border: 1px solid #D5DEFA;\n    border-radius: 12px;\n    margin-bottom: 32px;\n  }\n  .badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n  .badge-teal   { background: #E1F5EE; color: #0C6E52; border: 1px solid #B2E0D0; }\n  .badge-navy   { background: #E6EAF5; color: #1E2F5C; border: 1px solid #C0CCE8; }\n  .badge-amber  { background: #FEF3E2; color: #854F0B; border: 1px solid #F5D9A0; }\n  .badge svg    { flex-shrink: 0; }\n\n  \/* ─── SECTION HEADERS ─── *\/\n  .sec-eyebrow {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: #219E7A;\n    margin-bottom: 6px;\n  }\n  .sec-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: #1A1A2E;\n    margin-bottom: 14px;\n    line-height: 1.1;\n  }\n\n  \/* ─── SECTION DIVIDER ─── *\/\n  .pdp-section { padding: 28px 0; border-top: 1px solid #E8EEF0; }\n  .pdp-section:first-of-type { border-top: none; }\n\n  \/* ─── INTRO HOOK ─── *\/\n  .intro-hook {\n    font-size: 17px;\n    font-weight: 600;\n    color: #1A1A2E;\n    line-height: 1.6;\n    padding: 20px 22px;\n    background: linear-gradient(135deg, #F0FAF6 0%, #EEF3FC 100%);\n    border-left: 4px solid #219E7A;\n    border-radius: 0 10px 10px 0;\n    margin-bottom: 24px;\n  }\n\n  \/* ─── FEATURE CARDS GRID ─── *\/\n  .feat-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 14px;\n  }\n  .feat-card {\n    background: #fff;\n    border: 1px solid #E0E8E4;\n    border-radius: 12px;\n    padding: 20px 18px;\n    position: relative;\n    overflow: hidden;\n  }\n  .feat-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #219E7A, #3A5590);\n  }\n  .feat-icon {\n    width: 40px; height: 40px;\n    background: #E1F5EE;\n    border-radius: 10px;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 12px;\n  }\n  .feat-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    color: #1A1A2E;\n    margin-bottom: 6px;\n    letter-spacing: 0.01em;\n  }\n  .feat-body {\n    font-size: 13px;\n    color: #4A5568;\n    line-height: 1.65;\n  }\n\n  \/* ─── DEEP DIVE \/ LONG COPY ─── *\/\n  .deep-para {\n    font-size: 15px;\n    color: #4A5568;\n    line-height: 1.75;\n    margin-bottom: 18px;\n  }\n  .deep-para strong { color: #1A1A2E; }\n\n  \/* ─── HIGHLIGHT CALLOUT ─── *\/\n  .callout {\n    display: flex;\n    gap: 16px;\n    align-items: flex-start;\n    padding: 16px 18px;\n    background: #F0FAF6;\n    border-radius: 10px;\n    border: 1px solid #B2E0D0;\n    margin-bottom: 18px;\n  }\n  .callout-icon {\n    flex-shrink: 0;\n    width: 36px; height: 36px;\n    background: #219E7A;\n    border-radius: 8px;\n    display: flex; align-items: center; justify-content: center;\n    margin-top: 2px;\n  }\n  .callout-body { flex: 1; }\n  .callout-title {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 16px;\n    font-weight: 700;\n    color: #0C6E52;\n    margin-bottom: 4px;\n  }\n  .callout-text { font-size: 13px; color: #2D6A4F; line-height: 1.6; }\n\n  \/* ─── SPECS TABLE ─── *\/\n  .specs-table { width: 100%; border-collapse: collapse; font-size: 14px; }\n  .specs-table tr { border-bottom: 1px solid #E8EEF0; }\n  .specs-table tr:last-child { border-bottom: none; }\n  .specs-table td { padding: 10px 4px; vertical-align: top; }\n  .spec-label {\n    color: #718096;\n    font-weight: 600;\n    width: 45%;\n    padding-right: 12px;\n  }\n  .spec-val { color: #1A1A2E; font-weight: 600; }\n  .spec-icon {\n    width: 28px; text-align: center;\n    color: #219E7A; font-weight: 700; font-size: 14px;\n    vertical-align: middle;\n    padding-right: 6px;\n  }\n\n  \/* ─── GUARANTEE BANNER ─── *\/\n  .guarantee-banner {\n    background: linear-gradient(135deg, #EEF3FC 0%, #E1F5EE 100%);\n    border: 1px solid #C8D8F5;\n    border-radius: 12px;\n    padding: 22px 24px;\n    display: flex;\n    gap: 20px;\n    align-items: center;\n  }\n  .guarantee-icon {\n    width: 54px; height: 54px; flex-shrink: 0;\n    background: #fff;\n    border: 2px solid #B2E0D0;\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n  }\n  .guarantee-text h4 {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: #1A1A2E;\n    margin-bottom: 4px;\n  }\n  .guarantee-text p { font-size: 13px; color: #4A5568; line-height: 1.6; }\n\n  \/* ─── LEGAL DISCLAIMER ─── *\/\n  .legal-box {\n    padding: 14px 16px;\n    background: #FAFAFA;\n    border: 1px solid #E0E8E4;\n    border-radius: 8px;\n    font-size: 11.5px;\n    color: #718096;\n    line-height: 1.65;\n    margin-top: 24px;\n  }\n  .legal-box strong { color: #4A5568; }\n\n  \/* ─── BRAND FOOTER ─── *\/\n  .brand-footer {\n    margin-top: 32px;\n    padding: 16px 0 0;\n    border-top: 1px solid #E8EEF0;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n  .brand-footer-logo {\n    font-family: 'Barlow Condensed', sans-serif;\n    font-size: 22px;\n    font-weight: 700;\n    color: #3A5590;\n    letter-spacing: 0.04em;\n  }\n  .brand-footer-logo span { color: #219E7A; }\n  .brand-footer-tagline {\n    font-size: 12px;\n    font-weight: 600;\n    color: #219E7A;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  \/* ─── RESPONSIVE ─── *\/\n  @media (max-width: 600px) {\n    .feat-grid { grid-template-columns: 1fr; }\n    .guarantee-banner { flex-direction: column; }\n    .brand-footer { flex-direction: column; gap: 6px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"pdp-wrap\"\u003e\n  \u003cdiv class=\"top-bar\"\u003e\u003c\/div\u003e\n\n  \u003c!-- ① BADGE STRIP --\u003e\n  \u003cdiv class=\"badge-strip\"\u003e\n    \u003cspan class=\"badge badge-teal\"\u003e\n      \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      Natural Cork \u0026amp; Rubber\n    \u003c\/span\u003e\n    \u003cspan class=\"badge badge-teal\"\u003e\n      \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      Non-Slip Grip\n    \u003c\/span\u003e\n    \u003cspan class=\"badge badge-navy\"\u003e\n      \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      5 mm Extra Thick\n    \u003c\/span\u003e\n    \u003cspan class=\"badge badge-navy\"\u003e\n      \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      183 × 61 cm — Oversized\n    \u003c\/span\u003e\n    \u003cspan class=\"badge badge-amber\"\u003e\n      \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      90-Day Happiness Guarantee\n    \u003c\/span\u003e\n    \u003cspan class=\"badge badge-amber\"\u003e\n      \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      Outdoor \u0026amp; Hot Yoga Ready\n    \u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ② INTRO HOOK --\u003e\n  \u003cdiv class=\"intro-hook\"\u003e\n    Sliding is fun — just not in yoga. Built from all-natural cork and rubber, this oversized, extra-thick mat keeps you stable, supported, and comfortable whether you're flowing indoors or practising under the Dubai sky.\n  \u003c\/div\u003e\n\n  \u003c!-- ③ FEATURE HIGHLIGHTS --\u003e\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003cdiv class=\"sec-eyebrow\"\u003eWhat makes it different\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eFour Reasons This Mat Works Harder\u003c\/div\u003e\n\n    \u003cdiv class=\"feat-grid\"\u003e\n\n      \u003c!-- Card 1 --\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#219E7A\" stroke-width=\"2.2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003ePremium Cork + Rubber Construction\u003c\/div\u003e\n        \u003cdiv class=\"feat-body\"\u003eAll-natural, sustainable cork on top for a smooth, grippable surface. Non-toxic natural rubber on the bottom to anchor the mat firmly on any floor — tile, wood, or sand.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Card 2 --\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#219E7A\" stroke-width=\"2.2\"\u003e\u003cpath d=\"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eGrips Better When You Sweat\u003c\/div\u003e\n        \u003cdiv class=\"feat-body\"\u003eCork is uniquely anti-slip by nature — and unlike foam mats, it \u003cstrong\u003egets grippier as you sweat\u003c\/strong\u003e. Built for hot yoga, Bikram, and intense outdoor sessions. No more slipping mid-pose.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Card 3 --\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#219E7A\" stroke-width=\"2.2\"\u003e\u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003e5 mm Extra Thick Cushioning\u003c\/div\u003e\n        \u003cdiv class=\"feat-body\"\u003eEngineered for balance — soft enough to protect your knees and elbows during floor work, firm enough to keep you stable in standing postures. Extra \"give\" for strenuous poses without sacrificing support.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Card 4 --\u003e\n      \u003cdiv class=\"feat-card\"\u003e\n        \u003cdiv class=\"feat-icon\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#219E7A\" stroke-width=\"2.2\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"3\" y1=\"15\" x2=\"21\" y2=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feat-title\"\u003eOversized — Stays Flat Every Time\u003c\/div\u003e\n        \u003cdiv class=\"feat-body\"\u003eAt 183 × 61 cm, this mat is larger than most on the market — built for all body types, from beginners to athletes. The natural rubber base unrolls perfectly flat; no curling edges like EVA or TPE foam.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ④ DEEP DIVE COPY --\u003e\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003cdiv class=\"sec-eyebrow\"\u003eBuilt for your practice\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eWhy Thicker and Wider Actually Matters\u003c\/div\u003e\n\n    \u003cp class=\"deep-para\"\u003eWe designed this mat as practitioners first. The answer to why thickness matters is rooted in balance — the same principle that makes yoga transformative. A \u003cstrong\u003e5 mm cork layer\u003c\/strong\u003e gives you a smooth, rich surface that protects joints during transitions while staying firm enough to ground you in balance poses. It's not just padding; it's performance.\u003c\/p\u003e\n\n    \u003cdiv class=\"callout\"\u003e\n      \u003cdiv class=\"callout-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"callout-body\"\u003e\n        \u003cdiv class=\"callout-title\"\u003eCork Science: The Sweat Advantage\u003c\/div\u003e\n        \u003cdiv class=\"callout-text\"\u003eCork contains suberin — a natural waxy compound that increases surface friction when moisture is present. Translation: the more you sweat, the better this mat holds. No towel required.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"deep-para\"\u003eThe oversized dimensions aren't just a luxury — they're a foundation. Whether you're flowing through a sun salutation or stretching out in savasana, you stay fully on the mat. \u003cstrong\u003eDesigned for men and women of all experience levels\u003c\/strong\u003e, from first-timers stepping onto a mat to seasoned practitioners adding a daily outdoor practice.\u003c\/p\u003e\n\n    \u003cp class=\"deep-para\"\u003eCompatible with all styles: \u003cstrong\u003ehot yoga, Bikram, pilates, abs, aerobics, and general home workouts\u003c\/strong\u003e. The non-toxic rubber bottom grips any surface — whether you're in a Dubai apartment, a hotel room, or a desert campsite.\u003c\/p\u003e\n\n    \u003cdiv class=\"callout\"\u003e\n      \u003cdiv class=\"callout-icon\"\u003e\n        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.2\"\u003e\u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"callout-body\"\u003e\n        \u003cdiv class=\"callout-title\"\u003eFree Workouts Included\u003c\/div\u003e\n        \u003cdiv class=\"callout-text\"\u003eYour DXGEARS mat comes with access to free workouts from our partner's best-selling programs — so you have a full practice ready from day one. No extra subscription needed to get started.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑤ SPECS TABLE --\u003e\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003cdiv class=\"sec-eyebrow\"\u003eProduct details\u003c\/div\u003e\n    \u003cdiv class=\"sec-title\"\u003eSpecifications\u003c\/div\u003e\n\n    \u003ctable class=\"specs-table\"\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-icon\"\u003e◈\u003c\/td\u003e\n        \u003ctd class=\"spec-label\"\u003eDimensions\u003c\/td\u003e\n        \u003ctd class=\"spec-val\"\u003e183 × 61 × 0.5 cm\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-icon\"\u003e◈\u003c\/td\u003e\n        \u003ctd class=\"spec-label\"\u003eThickness\u003c\/td\u003e\n        \u003ctd class=\"spec-val\"\u003e5 mm (0.5 cm)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-icon\"\u003e◈\u003c\/td\u003e\n        \u003ctd class=\"spec-label\"\u003eTop Surface Material\u003c\/td\u003e\n        \u003ctd class=\"spec-val\"\u003eAll-natural, sustainable cork\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-icon\"\u003e◈\u003c\/td\u003e\n        \u003ctd class=\"spec-label\"\u003eBase Material\u003c\/td\u003e\n        \u003ctd class=\"spec-val\"\u003eNatural rubber (non-toxic, latex-type)\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-icon\"\u003e◈\u003c\/td\u003e\n        \u003ctd class=\"spec-label\"\u003eGrip Technology\u003c\/td\u003e\n        \u003ctd class=\"spec-val\"\u003eMoisture-activated cork grip — improves with sweat\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-icon\"\u003e◈\u003c\/td\u003e\n        \u003ctd class=\"spec-label\"\u003eSuitable For\u003c\/td\u003e\n        \u003ctd class=\"spec-val\"\u003eYoga, hot yoga, Bikram, pilates, abs, aerobics, home workouts\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-icon\"\u003e◈\u003c\/td\u003e\n        \u003ctd class=\"spec-label\"\u003eDesigned For\u003c\/td\u003e\n        \u003ctd class=\"spec-val\"\u003eAll genders \u0026amp; experience levels — beginners to athletes\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-icon\"\u003e◈\u003c\/td\u003e\n        \u003ctd class=\"spec-label\"\u003eSurface Compatibility\u003c\/td\u003e\n        \u003ctd class=\"spec-val\"\u003eTile, hardwood, gym floor, outdoor surfaces\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-icon\"\u003e◈\u003c\/td\u003e\n        \u003ctd class=\"spec-label\"\u003eRollout Behaviour\u003c\/td\u003e\n        \u003ctd class=\"spec-val\"\u003eForever flat — no edge curl; rubber base anchors flat instantly\u003c\/td\u003e\n      \u003c\/tr\u003e\n      \u003ctr\u003e\n        \u003ctd class=\"spec-icon\"\u003e◈\u003c\/td\u003e\n        \u003ctd class=\"spec-label\"\u003eGuarantee\u003c\/td\u003e\n        \u003ctd class=\"spec-val\"\u003e90-day satisfaction guarantee + manufacturer's warranty\u003c\/td\u003e\n      \u003c\/tr\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑥ GUARANTEE BANNER --\u003e\n  \u003cdiv class=\"pdp-section\"\u003e\n    \u003cdiv class=\"guarantee-banner\"\u003e\n      \u003cdiv class=\"guarantee-icon\"\u003e\n        \u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#219E7A\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 12 11 14 15 10\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"guarantee-text\"\u003e\n        \u003ch4\u003e90-Day Happiness Guarantee + Manufacturer's Warranty\u003c\/h4\u003e\n        \u003cp\u003ePractice with complete confidence. If this mat isn't the best you've ever used, we'll make it right. Covered by a full manufacturer's warranty for defects — so you can flow freely for years to come.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ⑦ LEGAL DISCLAIMER --\u003e\n  \u003cdiv class=\"legal-box\"\u003e\n    \u003cstrong\u003eImportant:\u003c\/strong\u003e Yoga should always be performed with the help of accredited trainers, online or offline. Yoga is a strenuous physical activity and is designed keeping in mind each individual's current physical condition. Consult a qualified fitness or medical professional before beginning any new exercise programme, particularly if you have pre-existing health conditions or injuries.\n  \u003c\/div\u003e\n\n  \u003c!-- ⑧ BRAND FOOTER --\u003e\n  \u003cdiv class=\"brand-footer\"\u003e\n    \u003cdiv class=\"brand-footer-logo\"\u003eDX\u003cspan\u003eGEARS\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003cdiv class=\"brand-footer-tagline\"\u003eGear Up. Go Further.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"DXGEARS","offers":[{"title":"Default Title","offer_id":52210825855269,"sku":"DXG-CYMNBR-L","price":125.0,"currency_code":"AED","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0982\/7817\/9109\/files\/dxgears-non-slip-cork-yoga-mat-7970858.jpg?v=1776030010"}],"url":"https:\/\/dxgears.com\/collections\/yoga.oembed","provider":"DXGEARS","version":"1.0","type":"link"}