{"product_id":"myorl-care-kit","title":"My Orl-Care Kit - Complete Daily Oral Hygiene Kit (3-Sided Manual Soft Bristle Toothbrush, Floss Picks, Tongue Cleaner, Toothpicks)","description":"\u003cstyle\u003e\n  .myorl-kit-section {\n    --kit-primary: #a20830;\n    --kit-primary-dark: #76051f;\n    --kit-soft: #fbf0f3;\n    --kit-ivory: #fcfaf7;\n    --kit-card: #ffffff;\n    --kit-text: #171717;\n    --kit-muted: #626262;\n    --kit-border: rgba(162, 8, 48, 0.14);\n\n    width: 100%;\n    padding: 60px 20px;\n    background:\n      radial-gradient(\n        circle at top left,\n        rgba(162, 8, 48, 0.06),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at bottom right,\n        rgba(229, 214, 195, 0.55),\n        transparent 34%\n      ),\n      var(--kit-ivory);\n    color: var(--kit-text);\n    box-sizing: border-box;\n  }\n\n  .myorl-kit-section *,\n  .myorl-kit-section *::before,\n  .myorl-kit-section *::after {\n    box-sizing: border-box;\n  }\n\n  .myorl-kit-container {\n    width: 100%;\n    max-width: 1300px;\n    margin: 0 auto;\n  }\n\n  \/* =========================\n     Header\n  ========================= *\/\n\n  .myorl-kit-header {\n    max-width: 1050px;\n    margin: 0 auto 45px;\n    text-align: center;\n  }\n\n  .myorl-kit-badge {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 16px;\n    padding: 9px 17px;\n    border: 1px solid var(--kit-border);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.88);\n    color: var(--kit-primary);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n  }\n\n  .myorl-kit-title {\n    margin: 0 0 15px;\n    color: var(--kit-primary);\n    font-size: 54px;\n    font-weight: 500;\n    line-height: 1.12;\n    letter-spacing: -1.2px;\n  }\n\n  .myorl-kit-title strong {\n    color: var(--kit-primary);\n    font-weight: 600;\n  }\n\n  .myorl-kit-intro {\n    margin: 0;\n    color: var(--kit-text);\n    font-size: 19px;\n    line-height: 1.8;\n  }\n\n  .myorl-kit-intro strong {\n    color: var(--kit-primary);\n  }\n\n  \/* =========================\n     Section heading\n  ========================= *\/\n\n  .myorl-kit-subheading {\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    margin: 0 0 28px;\n  }\n\n  .myorl-kit-subheading::before,\n  .myorl-kit-subheading::after {\n    content: \"\";\n    height: 1px;\n    flex: 1;\n    background: var(--kit-border);\n  }\n\n  .myorl-kit-subheading span {\n    color: var(--kit-primary);\n    font-size: 28px;\n    font-weight: 600;\n    line-height: 1.2;\n    white-space: nowrap;\n  }\n\n  \/* =========================\n     Product rows\n  ========================= *\/\n\n  .myorl-kit-products {\n    display: grid;\n    gap: 24px;\n  }\n\n  .myorl-kit-product {\n    display: grid;\n    grid-template-columns: 0.72fr 1.28fr;\n    gap: 34px;\n    align-items: center;\n    overflow: hidden;\n    padding: 30px;\n    border: 1px solid var(--kit-border);\n    border-radius: 26px;\n    background: var(--kit-card);\n    box-shadow: 0 18px 50px rgba(40, 20, 25, 0.07);\n  }\n\n  .myorl-kit-product:nth-child(even) {\n    grid-template-columns: 1.28fr 0.72fr;\n  }\n\n  .myorl-kit-product:nth-child(even) .myorl-kit-logo-box {\n    order: 2;\n  }\n\n  .myorl-kit-product:nth-child(even) .myorl-kit-product-content {\n    order: 1;\n  }\n\n  .myorl-kit-logo-box {\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 220px;\n    padding: 30px;\n    overflow: hidden;\n    border-radius: 22px;\n    background:\n      linear-gradient(\n        145deg,\n        rgba(251, 240, 243, 0.95),\n        rgba(248, 240, 228, 0.95)\n      );\n  }\n\n  .myorl-kit-logo-box::before {\n    content: \"\";\n    position: absolute;\n    width: 170px;\n    height: 170px;\n    border-radius: 50%;\n    background: rgba(162, 8, 48, 0.07);\n  }\n\n  .myorl-kit-logo-box img {\n    position: relative;\n    z-index: 1;\n    display: block;\n    width: auto;\n    max-width: 210px;\n    max-height: 90px;\n    height: auto;\n    object-fit: contain;\n  }\n\n  .myorl-kit-product-content {\n    position: relative;\n  }\n\n  .myorl-kit-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 50px;\n    height: 50px;\n    margin-bottom: 14px;\n    border-radius: 15px;\n    background: var(--kit-primary);\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .myorl-kit-product-title {\n    margin: 0 0 16px;\n    color: var(--kit-primary);\n    font-size: 29px;\n    font-weight: 600;\n    line-height: 1.3;\n  }\n\n  .myorl-kit-list {\n    display: grid;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .myorl-kit-list li {\n    position: relative;\n    margin: 0;\n    padding: 12px 15px 12px 48px;\n    border-radius: 14px;\n    background: #fffaf6;\n    color: var(--kit-text);\n    font-size: 16px;\n    line-height: 1.6;\n  }\n\n  .myorl-kit-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 15px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 23px;\n    height: 23px;\n    border-radius: 50%;\n    background: var(--kit-primary);\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  \/* =========================\n     Closing content\n  ========================= *\/\n\n  .myorl-kit-closing {\n    position: relative;\n    overflow: hidden;\n    margin-top: 35px;\n    padding: 34px;\n    border-radius: 26px;\n    background:\n      linear-gradient(\n        135deg,\n        var(--kit-primary),\n        var(--kit-primary-dark)\n      );\n    color: #ffffff;\n    text-align: center;\n    box-shadow: 0 20px 55px rgba(118, 5, 31, 0.22);\n  }\n\n  .myorl-kit-closing::before,\n  .myorl-kit-closing::after {\n    content: \"\";\n    position: absolute;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.08);\n  }\n\n  .myorl-kit-closing::before {\n    top: -80px;\n    left: -60px;\n    width: 190px;\n    height: 190px;\n  }\n\n  .myorl-kit-closing::after {\n    right: -50px;\n    bottom: -80px;\n    width: 170px;\n    height: 170px;\n  }\n\n  .myorl-kit-closing p {\n    position: relative;\n    z-index: 1;\n    max-width: 1000px;\n    margin: 0 auto;\n    color: rgba(255, 255, 255, 0.92);\n    font-size: 19px;\n    line-height: 1.8;\n  }\n\n  .myorl-kit-closing strong {\n    color: #ffffff;\n  }\n\n  \/* =========================\n     Responsive\n  ========================= *\/\n\n  @media screen and (max-width: 990px) {\n    .myorl-kit-product,\n    .myorl-kit-product:nth-child(even) {\n      grid-template-columns: 1fr;\n    }\n\n    .myorl-kit-product:nth-child(even) .myorl-kit-logo-box,\n    .myorl-kit-product:nth-child(even) .myorl-kit-product-content {\n      order: initial;\n    }\n\n    .myorl-kit-logo-box {\n      min-height: 180px;\n    }\n  }\n\n  @media screen and (max-width: 768px) {\n    .myorl-kit-section {\n      padding: 35px 15px;\n    }\n\n    .myorl-kit-header {\n      margin-bottom: 32px;\n      text-align: left;\n    }\n\n    .myorl-kit-title {\n      font-size: 38px;\n      letter-spacing: -0.8px;\n    }\n\n    .myorl-kit-intro {\n      font-size: 17px;\n      line-height: 1.75;\n    }\n\n    .myorl-kit-subheading {\n      gap: 12px;\n    }\n\n    .myorl-kit-subheading span {\n      font-size: 24px;\n      white-space: normal;\n      text-align: center;\n    }\n\n    .myorl-kit-product {\n      gap: 22px;\n      padding: 20px;\n      border-radius: 20px;\n    }\n\n    .myorl-kit-logo-box {\n      min-height: 150px;\n      padding: 22px;\n      border-radius: 17px;\n    }\n\n    .myorl-kit-logo-box img {\n      max-width: 180px;\n      max-height: 75px;\n    }\n\n    .myorl-kit-number {\n      width: 44px;\n      height: 44px;\n      margin-bottom: 12px;\n    }\n\n    .myorl-kit-product-title {\n      font-size: 24px;\n    }\n\n    .myorl-kit-list li {\n      padding: 11px 12px 11px 45px;\n      font-size: 15px;\n    }\n\n    .myorl-kit-closing {\n      margin-top: 25px;\n      padding: 25px 20px;\n      border-radius: 20px;\n      text-align: left;\n    }\n\n    .myorl-kit-closing p {\n      font-size: 17px;\n      line-height: 1.7;\n    }\n  }\n\n  @media screen and (max-width: 480px) {\n    .myorl-kit-title {\n      font-size: 33px;\n    }\n\n    .myorl-kit-product {\n      padding: 16px;\n    }\n\n    .myorl-kit-logo-box {\n      min-height: 130px;\n    }\n\n    .myorl-kit-product-title {\n      font-size: 22px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"myorl-kit-section\"\u003e\n  \u003cdiv class=\"myorl-kit-container\"\u003e\n\n    \u003cdiv class=\"myorl-kit-header\"\u003e\n      \u003c!-- \u003cspan class=\"myorl-kit-badge\"\u003e\n        Complete Oral Care Kit\n      \u003c\/span\u003e --\u003e\n\n      \u003ch2 class=\"myorl-kit-title\"\u003e\n        \u003cstrong\u003eMy Orl-Care Kit\u003c\/strong\u003e – Complete Daily Oral Care Experience.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"myorl-kit-intro\"\u003e\n        Transform your daily oral hygiene routine into a\n        \u003cstrong\u003esimple, effective, and refreshing experience\u003c\/strong\u003e\n        with the \u003cstrong\u003eMy Orl-Care Kit\u003c\/strong\u003e. Thoughtfully designed\n        products help keep your mouth clean, fresh, and healthy every day.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"myorl-kit-subheading\"\u003e\n      \u003cspan\u003eWhat’s Inside the Kit?\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"myorl-kit-products\"\u003e\n\n      \u003c!-- Product 01 --\u003e\n      \u003carticle class=\"myorl-kit-product\"\u003e\n        \u003cdiv class=\"myorl-kit-logo-box\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0690\/7235\/5491\/files\/My1Brush_1_45741335-323b-4a28-a9cc-bae670413bcc.png?v=1786018641\" alt=\"My1Brush\" width=\"182\" height=\"51\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"myorl-kit-product-content\"\u003e\n          \u003cspan class=\"myorl-kit-number\"\u003e01\u003c\/span\u003e\n\n          \u003ch3 class=\"myorl-kit-product-title\"\u003e\n            1. 3-Sided Manual Soft Bristle Toothbrush\n          \u003c\/h3\u003e\n\n          \u003cul class=\"myorl-kit-list\"\u003e\n            \u003cli\u003e\n              Unique triple-surface design for faster, complete cleaning\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Cleans front, top, and inner surfaces in just 30 seconds\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Reaches areas regular brushes often miss for fresher breath\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003c!-- Product 02 --\u003e\n      \u003carticle class=\"myorl-kit-product\"\u003e\n        \u003cdiv class=\"myorl-kit-logo-box\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0690\/7235\/5491\/files\/MyTCleaner.png?v=1786018507\" alt=\"Tongue Cleaner\" width=\"184\" height=\"40\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"myorl-kit-product-content\"\u003e\n          \u003cspan class=\"myorl-kit-number\"\u003e02\u003c\/span\u003e\n\n          \u003ch3 class=\"myorl-kit-product-title\"\u003e\n            2. Tongue Cleaner\n          \u003c\/h3\u003e\n\n          \u003cul class=\"myorl-kit-list\"\u003e\n             \u003cli\u003e\n              Gentle, taste-bud-friendly design\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Reduces odor-causing buildup for a fresher mouth\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003c!-- Product 03 --\u003e\n      \u003carticle class=\"myorl-kit-product\"\u003e\n        \u003cdiv class=\"myorl-kit-logo-box\"\u003e\n         \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0690\/7235\/5491\/files\/Eazypick.png?v=1786018674\" alt=\"Interdental Picks\" width=\"185\" height=\"63\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"myorl-kit-product-content\"\u003e\n          \u003cspan class=\"myorl-kit-number\"\u003e03\u003c\/span\u003e\n\n          \u003ch3 class=\"myorl-kit-product-title\"\u003e\n            3. Interdental Picks (Toothpicks)\n          \u003c\/h3\u003e\n\n          \u003cul class=\"myorl-kit-list\"\u003e\n           \u003cli\u003e\n              Slim design removes food particles between teeth\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Keeps your mouth fresh after meals\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Ideal for cleaning around crowns, bridges, and prosthetics\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n      \u003c!-- Product 04 --\u003e\n \n      \u003carticle class=\"myorl-kit-product\"\u003e\n        \u003cdiv class=\"myorl-kit-logo-box\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0690\/7235\/5491\/files\/My1Floss.png?v=1786018439\" alt=\"My1Floss\" width=\"180\" height=\"45\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"myorl-kit-product-content\"\u003e\n          \u003cspan class=\"myorl-kit-number\"\u003e04\u003c\/span\u003e\n\n          \u003ch3 class=\"myorl-kit-product-title\"\u003e\n           4. Easy-to-Use Floss Picks\n          \u003c\/h3\u003e\n\n          \u003cul class=\"myorl-kit-list\"\u003e\n            \u003cli\u003e\n              Convenient design for daily use\n            \u003c\/li\u003e\n\n            \u003cli\u003e\n              Helps clean between teeth and supports cavity prevention\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/article\u003e\n\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"myorl-kit-closing\"\u003e\n      \u003cp\u003e\n        With the \u003cstrong\u003eMy Orl-Care Kit\u003c\/strong\u003e, every step of your oral\n        hygiene routine becomes easier, smarter, and effective—helping you\n        enjoy a \u003cstrong\u003efresh, healthy smile all day long\u003c\/strong\u003e.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"MyORL-Care","offers":[{"title":"Aqua Green","offer_id":45998461649059,"sku":"MOC-KIT-CRGN","price":860.0,"currency_code":"INR","in_stock":true},{"title":"Blue","offer_id":45998461616291,"sku":"MOC-KIT-BLU","price":860.0,"currency_code":"INR","in_stock":true},{"title":"Maroon","offer_id":45998461714595,"sku":"MOC-KIT-MRN","price":860.0,"currency_code":"INR","in_stock":true},{"title":"Light Green","offer_id":45998461681827,"sku":"MOC-KIT-LTGN","price":860.0,"currency_code":"INR","in_stock":true},{"title":"Peach","offer_id":45998461747363,"sku":"MOC-KIT-PCH","price":860.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0690\/7235\/5491\/files\/myorl-care-aqua-green-my-orl-care-kit-complete-daily-oral-hygiene-kit-3-sided-manual-soft-bristle-toothbrush-floss-picks-tongue-cleaner-toothpicks-myorl-care-kit-complete-oral-hygiene-kit-1259079398.webp?v=1789637711","url":"https:\/\/www.myorlcare.com\/products\/myorl-care-kit","provider":"My Orl-Care","version":"1.0","type":"link"}