{"product_id":"silicone-dish-drying-mat-with-drainage-spout","title":"Quick-Drain Silicone Dish Drying Mat","description":"\u003cstyle\u003e\n  \/* =========================================================\n     QUICK-DRAIN SILICONE DISH DRYING MAT\n     Responsive Shopify Product Description\n  ========================================================= *\/\n\n  .qd-product-page,\n  .qd-product-page * {\n    box-sizing: border-box;\n  }\n\n  .qd-product-page {\n    --qd-primary: #079bad;\n    --qd-primary-dark: #057a88;\n    --qd-secondary: #eafcfd;\n    --qd-dark: #17272b;\n    --qd-text: #3e4d51;\n    --qd-muted: #68777b;\n    --qd-border: #dcebed;\n    --qd-warning: #fff8e7;\n    --qd-warning-border: #efc458;\n    --qd-policy: #fff1f1;\n    --qd-policy-border: #e4a3a3;\n    --qd-white: #ffffff;\n\n    width: 100%;\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 16px 12px 36px;\n    font-family: Poppins, Arial, Helvetica, sans-serif;\n    color: var(--qd-text);\n    line-height: 1.65;\n  }\n\n  \/* Prevent Shopify theme from making H1 invisible *\/\n  .qd-product-page h1.qd-main-heading,\n  .qd-product-page .qd-main-heading,\n  .product__description .qd-product-page h1.qd-main-heading,\n  .rte .qd-product-page h1.qd-main-heading {\n    display: block !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    color: #ffffff !important;\n    -webkit-text-fill-color: #ffffff !important;\n    opacity: 1 !important;\n    visibility: visible !important;\n    font-size: clamp(28px, 5vw, 48px) !important;\n    font-weight: 800 !important;\n    line-height: 1.15 !important;\n    letter-spacing: -0.5px !important;\n    text-align: center !important;\n    text-transform: none !important;\n    background: transparent !important;\n  }\n\n  .qd-product-page h2,\n  .qd-product-page h3,\n  .qd-product-page p {\n    margin-top: 0;\n  }\n\n  .qd-product-page img {\n    max-width: 100%;\n    height: auto;\n  }\n\n  \/* Hero *\/\n  .qd-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 42px 28px;\n    border-radius: 24px;\n    background:\n      radial-gradient(circle at top right, rgba(255,255,255,0.18), transparent 35%),\n      linear-gradient(135deg, #057b88 0%, #08adbd 55%, #53d3dc 100%);\n    box-shadow: 0 18px 45px rgba(4, 105, 117, 0.2);\n    text-align: center;\n  }\n\n  .qd-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n    padding: 7px 15px;\n    border: 1px solid rgba(255,255,255,0.4);\n    border-radius: 999px;\n    background: rgba(255,255,255,0.16);\n    color: #ffffff;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n  }\n\n  .qd-hero-subtitle {\n    max-width: 780px;\n    margin: 16px auto 0 !important;\n    color: #f2ffff;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .qd-benefit-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 24px;\n  }\n\n  .qd-benefit-pill {\n    padding: 9px 15px;\n    border-radius: 999px;\n    background: #ffffff;\n    color: var(--qd-primary-dark);\n    font-size: 14px;\n    font-weight: 700;\n    box-shadow: 0 5px 16px rgba(0,0,0,0.1);\n  }\n\n  \/* Generic sections *\/\n  .qd-section {\n    margin-top: 24px;\n    padding: 28px;\n    border: 1px solid var(--qd-border);\n    border-radius: 22px;\n    background: var(--qd-white);\n    box-shadow: 0 10px 30px rgba(20, 64, 70, 0.07);\n  }\n\n  .qd-section-heading {\n    margin-bottom: 10px !important;\n    color: var(--qd-dark) !important;\n    -webkit-text-fill-color: var(--qd-dark) !important;\n    font-size: clamp(23px, 4vw, 32px) !important;\n    font-weight: 800 !important;\n    line-height: 1.25 !important;\n    text-align: center;\n  }\n\n  .qd-section-intro {\n    max-width: 790px;\n    margin: 0 auto 22px !important;\n    color: var(--qd-muted);\n    text-align: center;\n  }\n\n  \/* Intro *\/\n  .qd-intro-card {\n    text-align: center;\n  }\n\n  .qd-intro-highlight {\n    color: var(--qd-primary-dark);\n    font-weight: 700;\n  }\n\n  \/* Feature grid *\/\n  .qd-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .qd-feature-card {\n    padding: 20px 16px;\n    border: 1px solid var(--qd-border);\n    border-radius: 17px;\n    background: linear-gradient(180deg, #ffffff, #f5fdfe);\n    text-align: center;\n  }\n\n  .qd-feature-icon {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 52px;\n    height: 52px;\n    margin: 0 auto 13px;\n    border-radius: 15px;\n    background: var(--qd-secondary);\n    font-size: 27px;\n  }\n\n  .qd-feature-card h3 {\n    margin-bottom: 7px !important;\n    color: var(--qd-dark) !important;\n    -webkit-text-fill-color: var(--qd-dark) !important;\n    font-size: 16px !important;\n    font-weight: 750 !important;\n    line-height: 1.35 !important;\n  }\n\n  .qd-feature-card p {\n    margin-bottom: 0 !important;\n    color: var(--qd-muted);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  \/* Image cards *\/\n  .qd-image-card {\n    overflow: hidden;\n    margin-top: 24px;\n    border: 1px solid var(--qd-border);\n    border-radius: 22px;\n    background: #ffffff;\n    box-shadow: 0 12px 32px rgba(20, 64, 70, 0.08);\n  }\n\n  .qd-image-content {\n    padding: 25px 25px 22px;\n    text-align: center;\n  }\n\n  .qd-image-content h2 {\n    margin-bottom: 8px !important;\n    color: var(--qd-dark) !important;\n    -webkit-text-fill-color: var(--qd-dark) !important;\n    font-size: clamp(21px, 3.6vw, 29px) !important;\n    font-weight: 800 !important;\n    line-height: 1.3 !important;\n  }\n\n  .qd-image-content p {\n    max-width: 790px;\n    margin: 0 auto !important;\n    color: var(--qd-muted);\n  }\n\n  .qd-image-wrap {\n    padding: 0 16px 16px;\n  }\n\n  .qd-image-wrap img {\n    display: block;\n    width: 100%;\n    border-radius: 16px;\n  }\n\n  .qd-quote {\n    display: block;\n    margin: 14px auto 0;\n    color: var(--qd-primary-dark);\n    font-size: 15px;\n    font-weight: 700;\n    font-style: italic;\n  }\n\n  \/* Uses *\/\n  .qd-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .qd-use-item {\n    padding: 17px 12px;\n    border-radius: 15px;\n    background: var(--qd-secondary);\n    color: var(--qd-dark);\n    font-size: 14px;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  \/* Instructions *\/\n  .qd-steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .qd-step {\n    padding: 20px;\n    border-radius: 17px;\n    background: #f7fcfd;\n    text-align: center;\n  }\n\n  .qd-step-number {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    margin: 0 auto 12px;\n    border-radius: 50%;\n    background: var(--qd-primary);\n    color: #ffffff;\n    font-weight: 800;\n  }\n\n  .qd-step h3 {\n    margin-bottom: 6px !important;\n    color: var(--qd-dark) !important;\n    -webkit-text-fill-color: var(--qd-dark) !important;\n    font-size: 16px !important;\n    font-weight: 750 !important;\n  }\n\n  .qd-step p {\n    margin-bottom: 0 !important;\n    color: var(--qd-muted);\n    font-size: 14px;\n  }\n\n  \/* Specifications *\/\n  .qd-spec-table {\n    overflow: hidden;\n    border: 1px solid var(--qd-border);\n    border-radius: 16px;\n  }\n\n  .qd-spec-row {\n    display: grid;\n    grid-template-columns: 38% 62%;\n    border-bottom: 1px solid var(--qd-border);\n  }\n\n  .qd-spec-row:last-child {\n    border-bottom: 0;\n  }\n\n  .qd-spec-label,\n  .qd-spec-value {\n    padding: 14px 16px;\n  }\n\n  .qd-spec-label {\n    background: #f2fafb;\n    color: var(--qd-dark);\n    font-weight: 700;\n  }\n\n  .qd-spec-value {\n    background: #ffffff;\n    color: var(--qd-text);\n  }\n\n  \/* Reviews *\/\n  .qd-rating-summary {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 14px;\n    margin-bottom: 22px;\n    text-align: center;\n  }\n\n  .qd-rating-number {\n    color: var(--qd-dark);\n    font-size: 36px;\n    font-weight: 800;\n    line-height: 1;\n  }\n\n  .qd-stars {\n    color: #f4aa18;\n    font-size: 20px;\n    letter-spacing: 2px;\n  }\n\n  .qd-rating-text {\n    color: var(--qd-muted);\n    font-size: 13px;\n  }\n\n  .qd-review-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .qd-review-card {\n    padding: 20px;\n    border: 1px solid var(--qd-border);\n    border-radius: 17px;\n    background: #ffffff;\n    box-shadow: 0 5px 16px rgba(20,64,70,0.05);\n  }\n\n  .qd-review-top {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 12px;\n    margin-bottom: 10px;\n  }\n\n  .qd-review-name {\n    color: var(--qd-dark);\n    font-weight: 800;\n  }\n\n  .qd-verified {\n    display: inline-block;\n    margin-top: 2px;\n    color: var(--qd-primary-dark);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .qd-review-card p {\n    margin-bottom: 0 !important;\n    color: var(--qd-text);\n    font-size: 14px;\n  }\n\n  .qd-review-note {\n    margin-top: 15px !important;\n    color: var(--qd-muted);\n    font-size: 12px;\n    text-align: center;\n  }\n\n  \/* Policy boxes *\/\n  .qd-notice {\n    margin-top: 20px;\n    padding: 20px;\n    border-radius: 17px;\n  }\n\n  .qd-notice h3 {\n    margin-bottom: 9px !important;\n    color: var(--qd-dark) !important;\n    -webkit-text-fill-color: var(--qd-dark) !important;\n    font-size: 18px !important;\n    font-weight: 800 !important;\n  }\n\n  .qd-notice p,\n  .qd-notice li {\n    font-size: 14px;\n  }\n\n  .qd-notice ul {\n    margin: 8px 0 0;\n    padding-left: 21px;\n  }\n\n  .qd-quality-notice {\n    border: 1px solid var(--qd-warning-border);\n    background: var(--qd-warning);\n  }\n\n  .qd-policy-notice {\n    border: 1px solid var(--qd-policy-border);\n    background: var(--qd-policy);\n  }\n\n  .qd-care-notice {\n    border: 1px solid #a6d8df;\n    background: #edfafa;\n  }\n\n  .qd-footer-note {\n    margin-top: 24px;\n    padding: 19px;\n    border-radius: 16px;\n    background: var(--qd-dark);\n    color: #ffffff;\n    text-align: center;\n  }\n\n  .qd-footer-note p {\n    margin-bottom: 0 !important;\n    color: #ffffff;\n    font-size: 13px;\n  }\n\n  @media screen and (max-width: 900px) {\n    .qd-feature-grid,\n    .qd-use-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .qd-steps {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media screen and (max-width: 600px) {\n    .qd-product-page {\n      padding: 10px 8px 28px;\n    }\n\n    .qd-hero {\n      padding: 31px 17px;\n      border-radius: 19px;\n    }\n\n    .qd-hero-subtitle {\n      font-size: 15px;\n    }\n\n    .qd-section,\n    .qd-image-content {\n      padding: 21px 16px;\n    }\n\n    .qd-feature-grid,\n    .qd-use-grid,\n    .qd-review-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .qd-feature-card {\n      display: grid;\n      grid-template-columns: 48px 1fr;\n      column-gap: 13px;\n      text-align: left;\n    }\n\n    .qd-feature-icon {\n      grid-row: 1 \/ span 2;\n      width: 48px;\n      height: 48px;\n      margin: 0;\n    }\n\n    .qd-feature-card h3 {\n      margin: 1px 0 4px !important;\n    }\n\n    .qd-spec-row {\n      grid-template-columns: 1fr;\n    }\n\n    .qd-spec-label {\n      padding-bottom: 7px;\n    }\n\n    .qd-spec-value {\n      padding-top: 7px;\n    }\n\n    .qd-rating-summary {\n      flex-direction: column;\n      gap: 7px;\n    }\n\n    .qd-review-top {\n      align-items: flex-start;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"qd-product-page\"\u003e\n\n  \u003c!-- HERO SECTION --\u003e\n  \u003csection class=\"qd-hero\"\u003e\n    \u003cdiv class=\"qd-eyebrow\"\u003eSmart Kitchen Counter Solution\u003c\/div\u003e\n\n    \u003ch1 class=\"qd-main-heading\"\u003e\n      Quick-Drain Silicone Dish Drying Mat\n    \u003c\/h1\u003e\n\n    \u003cp class=\"qd-hero-subtitle\"\u003e\n      Keep your kitchen platform cleaner, drier and better organised with a\n      thoughtfully designed draining mat that gives washed dishes, cups,\n      cutlery and produce a dedicated place to dry.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"qd-benefit-pills\"\u003e\n      \u003cspan class=\"qd-benefit-pill\"\u003eBuilt-In Drainage\u003c\/span\u003e\n      \u003cspan class=\"qd-benefit-pill\"\u003eRaised Drying Ridges\u003c\/span\u003e\n      \u003cspan class=\"qd-benefit-pill\"\u003eNon-Slip Base\u003c\/span\u003e\n      \u003cspan class=\"qd-benefit-pill\"\u003eEasy to Clean\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTRODUCTION --\u003e\n  \u003csection class=\"qd-section qd-intro-card\"\u003e\n    \u003ch2 class=\"qd-section-heading\"\u003e\n      A Cleaner Way to Dry Everyday Kitchen Essentials\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Wet plates, cups and utensils can leave water scattered across your\n      kitchen counter. This multipurpose dish drying mat helps collect and\n      guide excess water towards the sink while keeping your washed items\n      elevated above the wet surface.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The raised ridges encourage airflow around dishes for more effective\n      drying, while the sloped design helps reduce water accumulation.\n      Its flexible, space-saving construction also makes it easy to wash,\n      store or hang after use.\n    \u003c\/p\u003e\n\n    \u003cp class=\"qd-intro-highlight\"\u003e\n      Suitable for modern kitchens, compact apartments, rented homes,\n      office pantries and everyday family use.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- KEY FEATURES --\u003e\n  \u003csection class=\"qd-section\"\u003e\n    \u003ch2 class=\"qd-section-heading\"\u003eWhy It Belongs in Your Kitchen\u003c\/h2\u003e\n\n    \u003cp class=\"qd-section-intro\"\u003e\n      Designed to simplify post-washing cleanup while protecting your\n      countertop from unnecessary water, marks and clutter.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"qd-feature-grid\"\u003e\n\n      \u003cdiv class=\"qd-feature-card\"\u003e\n        \u003cdiv class=\"qd-feature-icon\"\u003e💧\u003c\/div\u003e\n        \u003ch3\u003eBuilt-In Drainage Spout\u003c\/h3\u003e\n        \u003cp\u003e\n          Helps guide collected water towards the sink instead of allowing\n          it to spread across the countertop.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-feature-card\"\u003e\n        \u003cdiv class=\"qd-feature-icon\"\u003e〰️\u003c\/div\u003e\n        \u003ch3\u003eRaised Drying Ridges\u003c\/h3\u003e\n        \u003cp\u003e\n          Keeps dishes slightly elevated and promotes airflow underneath\n          for improved drying.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-feature-card\"\u003e\n        \u003cdiv class=\"qd-feature-icon\"\u003e🛡️\u003c\/div\u003e\n        \u003ch3\u003eNon-Slip Surface\u003c\/h3\u003e\n        \u003cp\u003e\n          Provides a stable resting area for plates, glasses, bowls,\n          cutlery and kitchen accessories.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-feature-card\"\u003e\n        \u003cdiv class=\"qd-feature-icon\"\u003e🧼\u003c\/div\u003e\n        \u003ch3\u003eEasy-Clean Design\u003c\/h3\u003e\n        \u003cp\u003e\n          Simply rinse it under running water and allow it to dry completely\n          before the next use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-feature-card\"\u003e\n        \u003cdiv class=\"qd-feature-icon\"\u003e🪝\u003c\/div\u003e\n        \u003ch3\u003eConvenient Hanging Hole\u003c\/h3\u003e\n        \u003cp\u003e\n          The integrated hanging point allows convenient vertical storage\n          when the mat is not being used.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-feature-card\"\u003e\n        \u003cdiv class=\"qd-feature-icon\"\u003e🍽️\u003c\/div\u003e\n        \u003ch3\u003eMultipurpose Utility\u003c\/h3\u003e\n        \u003cp\u003e\n          Use it for dishes, glasses, utensils, fruits, vegetables,\n          toiletries and other daily-use items.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-feature-card\"\u003e\n        \u003cdiv class=\"qd-feature-icon\"\u003e🏠\u003c\/div\u003e\n        \u003ch3\u003eCounter-Saving Format\u003c\/h3\u003e\n        \u003cp\u003e\n          Creates an organised drying zone without requiring a bulky\n          metal dish rack.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-feature-card\"\u003e\n        \u003cdiv class=\"qd-feature-icon\"\u003e↪️\u003c\/div\u003e\n        \u003ch3\u003eFlexible and Easy to Store\u003c\/h3\u003e\n        \u003cp\u003e\n          Its flexible construction makes handling, cleaning and storing\n          the mat more convenient.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE CARD 1 --\u003e\n  \u003csection class=\"qd-image-card\"\u003e\n    \u003cdiv class=\"qd-image-content\"\u003e\n      \u003ch2\u003eKeep Your Countertop Dry and Organised\u003c\/h2\u003e\n      \u003cp\u003e\n        Instead of placing wet crockery directly on the kitchen counter,\n        create a dedicated draining space beside your sink. Excess water\n        remains controlled while dishes dry in an orderly arrangement.\n      \u003c\/p\u003e\n      \u003cspan class=\"qd-quote\"\u003e\n        “Less standing water, less countertop mess.”\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qd-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0581\/4963\/4232\/files\/20ea9dc1-b722-433a-b2eb-542f17406bfe.__CR0_0_1940_1200_PT0_SX970_V1.jpg?v=1767344055\" alt=\"Silicone dish drying mat keeping a kitchen countertop dry and organised\" loading=\"lazy\" width=\"970\" height=\"600\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE CARD 2 --\u003e\n  \u003csection class=\"qd-image-card\"\u003e\n    \u003cdiv class=\"qd-image-content\"\u003e\n      \u003ch2\u003eOne Mat for Multiple Household Uses\u003c\/h2\u003e\n      \u003cp\u003e\n        Use it for drying plates, bowls, cups, spoons and knives, or place\n        freshly washed fruits and vegetables over the raised surface.\n        It may also be used beneath toiletries, grooming tools or small\n        plant pots where appropriate.\n      \u003c\/p\u003e\n      \u003cspan class=\"qd-quote\"\u003e\n        “Practical utility beyond dish drying.”\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qd-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0581\/4963\/4232\/files\/c630a289-0b16-42fe-bd0c-ba367793b303.__CR0_0_1940_1200_PT0_SX970_V1.jpg?v=1767344055\" alt=\"Multipurpose drying mat for dishes vegetables toiletries and plant pots\" loading=\"lazy\" width=\"970\" height=\"600\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- USE CASES --\u003e\n  \u003csection class=\"qd-section\"\u003e\n    \u003ch2 class=\"qd-section-heading\"\u003eSuitable for Everyday Drying\u003c\/h2\u003e\n\n    \u003cdiv class=\"qd-use-grid\"\u003e\n      \u003cdiv class=\"qd-use-item\"\u003ePlates and Bowls\u003c\/div\u003e\n      \u003cdiv class=\"qd-use-item\"\u003eCups and Glasses\u003c\/div\u003e\n      \u003cdiv class=\"qd-use-item\"\u003eSpoons and Cutlery\u003c\/div\u003e\n      \u003cdiv class=\"qd-use-item\"\u003eKitchen Tools\u003c\/div\u003e\n      \u003cdiv class=\"qd-use-item\"\u003eFruits and Vegetables\u003c\/div\u003e\n      \u003cdiv class=\"qd-use-item\"\u003eSoap and Toiletries\u003c\/div\u003e\n      \u003cdiv class=\"qd-use-item\"\u003eSmall Appliances\u003c\/div\u003e\n      \u003cdiv class=\"qd-use-item\"\u003ePlant Pots and Accessories\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE CARD 3 --\u003e\n  \u003csection class=\"qd-image-card\"\u003e\n    \u003cdiv class=\"qd-image-content\"\u003e\n      \u003ch2\u003eEngineered for Faster Water Movement\u003c\/h2\u003e\n      \u003cp\u003e\n        The built-in slope directs water towards the drainage opening,\n        while the raised channels keep washed items above the collected\n        moisture. The structured underside supports stability on a flat\n        surface.\n      \u003c\/p\u003e\n      \u003cspan class=\"qd-quote\"\u003e\n        “Sloped, raised and designed for convenient drainage.”\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qd-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0581\/4963\/4232\/files\/df1dad21-4e3c-4f96-accc-d8e36494cbd2.__CR0_0_1940_1200_PT0_SX970_V1.jpg?v=1767344055\" alt=\"Product features of quick drain non-slip silicone drying mat\" loading=\"lazy\" width=\"970\" height=\"600\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE CARD 4 --\u003e\n  \u003csection class=\"qd-image-card\"\u003e\n    \u003cdiv class=\"qd-image-content\"\u003e\n      \u003ch2\u003eSimple to Wash, Dry and Store\u003c\/h2\u003e\n      \u003cp\u003e\n        Rinse the mat with clean water after use and remove any food\n        particles from the drainage channels. Once clean, allow it to air\n        dry or hang it using the integrated storage hole.\n      \u003c\/p\u003e\n      \u003cspan class=\"qd-quote\"\u003e\n        “Everyday maintenance without complicated cleaning.”\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qd-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0581\/4963\/4232\/files\/ad48e211-b44b-4eaa-b2af-7fecf1e932d3.__CR0_0_1940_1200_PT0_SX970_V1.jpg?v=1767344055\" alt=\"Washable and hangable silicone dish drying mat\" loading=\"lazy\" width=\"970\" height=\"600\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IMAGE CARD 5 --\u003e\n  \u003csection class=\"qd-image-card\"\u003e\n    \u003cdiv class=\"qd-image-content\"\u003e\n      \u003ch2\u003eCompact Size for Convenient Countertop Placement\u003c\/h2\u003e\n      \u003cp\u003e\n        The illustrated product measures approximately 14.8 × 10.7 inches.\n        Please refer to the selected variant and product specifications\n        displayed on this page before placing your order.\n      \u003c\/p\u003e\n      \u003cspan class=\"qd-quote\"\u003e\n        “Useful drying capacity without occupying excessive counter space.”\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qd-image-wrap\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0581\/4963\/4232\/files\/imgi_227_71StpBfc4iL._AC_SL1500_7ae29e69-21ec-4ce2-b07e-505bc909a664.jpg?v=1767344056\" alt=\"Dimensions of silicone dish drying mat approximately 14.8 by 10.7 inches\" loading=\"lazy\" width=\"1200\" height=\"1500\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003csection class=\"qd-section\"\u003e\n    \u003ch2 class=\"qd-section-heading\"\u003eHow to Use\u003c\/h2\u003e\n\n    \u003cdiv class=\"qd-steps\"\u003e\n\n      \u003cdiv class=\"qd-step\"\u003e\n        \u003cdiv class=\"qd-step-number\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003ePosition Near the Sink\u003c\/h3\u003e\n        \u003cp\u003e\n          Place the mat on a clean, flat countertop with the drainage\n          opening directed towards the sink.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-step\"\u003e\n        \u003cdiv class=\"qd-step-number\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eArrange Washed Items\u003c\/h3\u003e\n        \u003cp\u003e\n          Place dishes, cups or utensils over the raised ridges without\n          overcrowding the mat.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-step\"\u003e\n        \u003cdiv class=\"qd-step-number\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eRinse After Use\u003c\/h3\u003e\n        \u003cp\u003e\n          Remove collected residue, rinse the channels thoroughly and let\n          the mat dry before storing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"qd-section\"\u003e\n    \u003ch2 class=\"qd-section-heading\"\u003eProduct Specifications\u003c\/h2\u003e\n\n    \u003cdiv class=\"qd-spec-table\"\u003e\n\n      \u003cdiv class=\"qd-spec-row\"\u003e\n        \u003cdiv class=\"qd-spec-label\"\u003eProduct Type\u003c\/div\u003e\n        \u003cdiv class=\"qd-spec-value\"\u003e\n          Kitchen dish drying and drainage mat\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-spec-row\"\u003e\n        \u003cdiv class=\"qd-spec-label\"\u003eMaterial\u003c\/div\u003e\n        \u003cdiv class=\"qd-spec-value\"\u003e\n          Flexible silicone material\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-spec-row\"\u003e\n        \u003cdiv class=\"qd-spec-label\"\u003eIllustrated Size\u003c\/div\u003e\n        \u003cdiv class=\"qd-spec-value\"\u003e\n          Approximately 14.8 × 10.7 inches\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-spec-row\"\u003e\n        \u003cdiv class=\"qd-spec-label\"\u003eDesign\u003c\/div\u003e\n        \u003cdiv class=\"qd-spec-value\"\u003e\n          Raised ridges with sloped drainage channel and outlet\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-spec-row\"\u003e\n        \u003cdiv class=\"qd-spec-label\"\u003eInstallation\u003c\/div\u003e\n        \u003cdiv class=\"qd-spec-value\"\u003e\n          No installation required\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-spec-row\"\u003e\n        \u003cdiv class=\"qd-spec-label\"\u003eCleaning\u003c\/div\u003e\n        \u003cdiv class=\"qd-spec-value\"\u003e\n          Rinse with water and allow to dry completely\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-spec-row\"\u003e\n        \u003cdiv class=\"qd-spec-label\"\u003ePackage Includes\u003c\/div\u003e\n        \u003cdiv class=\"qd-spec-value\"\u003e\n          1 × dish drying mat, or quantity selected on the product page\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SAMPLE REVIEW-APP STYLE SECTION --\u003e\n  \u003csection class=\"qd-section\"\u003e\n    \u003ch2 class=\"qd-section-heading\"\u003eCustomer Feedback\u003c\/h2\u003e\n\n    \u003cdiv class=\"qd-rating-summary\"\u003e\n      \u003cdiv class=\"qd-rating-number\"\u003e4.8\u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003cdiv class=\"qd-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"qd-rating-text\"\u003eReview-app style display\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qd-review-grid\"\u003e\n\n      \u003cdiv class=\"qd-review-card\"\u003e\n        \u003cdiv class=\"qd-review-top\"\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"qd-review-name\"\u003eNeha S.\u003c\/div\u003e\n            \u003cdiv class=\"qd-verified\"\u003e✓ Customer Review\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"qd-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e\n          The drainage design is useful because water no longer remains\n          scattered beside my kitchen sink. It is also easy to rinse.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-review-card\"\u003e\n        \u003cdiv class=\"qd-review-top\"\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"qd-review-name\"\u003eRohit M.\u003c\/div\u003e\n            \u003cdiv class=\"qd-verified\"\u003e✓ Customer Review\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"qd-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e\n          Good for keeping cups, small plates and spoons after washing.\n          The mat stays more organised than using a normal kitchen towel.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-review-card\"\u003e\n        \u003cdiv class=\"qd-review-top\"\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"qd-review-name\"\u003ePriya K.\u003c\/div\u003e\n            \u003cdiv class=\"qd-verified\"\u003e✓ Customer Review\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"qd-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e\n          I have a compact kitchen and did not want a large steel rack.\n          This mat fits beside the sink and can be stored easily.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-review-card\"\u003e\n        \u003cdiv class=\"qd-review-top\"\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"qd-review-name\"\u003eAnjali R.\u003c\/div\u003e\n            \u003cdiv class=\"qd-verified\"\u003e✓ Customer Review\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"qd-stars\"\u003e★★★★☆\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e\n          Useful product for daily washing. The raised lines keep the\n          dishes above the collected water and make cleaning convenient.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-review-card\"\u003e\n        \u003cdiv class=\"qd-review-top\"\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"qd-review-name\"\u003eSuresh P.\u003c\/div\u003e\n            \u003cdiv class=\"qd-verified\"\u003e✓ Customer Review\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"qd-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e\n          We use it for washed vegetables as well as cups and bowls.\n          It has become a practical accessory near our sink.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-review-card\"\u003e\n        \u003cdiv class=\"qd-review-top\"\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"qd-review-name\"\u003eMegha T.\u003c\/div\u003e\n            \u003cdiv class=\"qd-verified\"\u003e✓ Customer Review\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"qd-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e\n          The grey colour looks neat on the platform. It is flexible,\n          washable and does not take much space when stored.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-review-card\"\u003e\n        \u003cdiv class=\"qd-review-top\"\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"qd-review-name\"\u003eKavita A.\u003c\/div\u003e\n            \u003cdiv class=\"qd-verified\"\u003e✓ Customer Review\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"qd-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e\n          Helpful for controlling the water that collects after washing\n          utensils. I especially like the drainage opening near the sink.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"qd-review-card\"\u003e\n        \u003cdiv class=\"qd-review-top\"\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"qd-review-name\"\u003eAmit J.\u003c\/div\u003e\n            \u003cdiv class=\"qd-verified\"\u003e✓ Customer Review\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"qd-stars\"\u003e★★★★☆\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp\u003e\n          A simple and functional kitchen product. Check the dimensions\n          before ordering to ensure the size suits your available counter.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cp class=\"qd-review-note\"\u003e\n      Important: The above entries are review-layout sample content.\n      Replace them with genuine customer reviews before publishing them as\n      verified reviews.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CARE INSTRUCTIONS --\u003e\n  \u003csection class=\"qd-section\"\u003e\n    \u003ch2 class=\"qd-section-heading\"\u003eCleaning and Care Instructions\u003c\/h2\u003e\n\n    \u003cdiv class=\"qd-notice qd-care-notice\"\u003e\n      \u003ch3\u003eFor Better Hygiene and Product Life\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eRinse the mat after regular use.\u003c\/li\u003e\n        \u003cli\u003eRemove trapped food particles from between the ridges.\u003c\/li\u003e\n        \u003cli\u003eAllow the product to dry completely before storing.\u003c\/li\u003e\n        \u003cli\u003eAvoid direct contact with open flames or sharp blades.\u003c\/li\u003e\n        \u003cli\u003eDo not use harsh scrubbers that may damage the surface.\u003c\/li\u003e\n        \u003cli\u003e\n          Ensure that the drainage outlet is correctly positioned over\n          or towards the sink.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- QUALITY, COLOUR AND PRINT NOTICE --\u003e\n  \u003csection class=\"qd-section\"\u003e\n    \u003ch2 class=\"qd-section-heading\"\u003eImportant Product Information\u003c\/h2\u003e\n\n    \u003cdiv class=\"qd-notice qd-quality-notice\"\u003e\n      \u003ch3\u003eQuality, Colour and Design Availability\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The product is supplied in the best commercially available quality\n        considered suitable for the Indian market and its intended\n        household use.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Colour, shade, surface pattern, drainage-line design, print and\n        minor finishing details may vary according to available inventory.\n        Product colour may also appear slightly different because of\n        lighting conditions, photography and individual screen settings.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Orders will be dispatched according to available stock. A specific\n        colour, shade or print cannot be guaranteed unless a selectable\n        variant is explicitly provided on the product page.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Returns, replacements or refunds will not be processed solely on\n        the basis of colour, shade, print, pattern, minor design variation\n        or subjective quality preference.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qd-notice qd-policy-notice\"\u003e\n      \u003ch3\u003eAdvertisement and Promotional Offer Disclaimer\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Products, quantities, colours, packs, prices, gifts, discounts and\n        offers shown in advertisement videos, reels, banners or other\n        promotional content are displayed for representation and campaign\n        reference only.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Promotional offers are available for a limited period and may be\n        modified, replaced, extended or discontinued without prior notice.\n        An offer shown in an older advertisement may not necessarily be\n        active when the customer visits the website.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Customers must check the current product page before ordering for\n        the actual selling price, selected quantity, package contents,\n        available variant, active offer and applicable terms.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        No return, replacement, cancellation or refund will be accepted\n        solely because the received product, pack, colour, price or offer\n        differs from an advertisement when the correct current information\n        was displayed on the product page at the time of ordering.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL DISCLAIMER --\u003e\n  \u003cdiv class=\"qd-footer-note\"\u003e\n    \u003cp\u003e\n      Product images are for visual reference. Minor variation in colour,\n      dimensions, shape, texture, finishing and packaging may occur between\n      production batches. Please verify all product-page details before\n      completing your purchase.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Home Asthetics","offers":[{"title":"Buy 1 Pc","offer_id":46404077650116,"sku":"Silicone Drain Mat 1 Pc","price":699.0,"currency_code":"INR","in_stock":true},{"title":"Buy 2 Pc","offer_id":46404077682884,"sku":"Silicone Drain Mat 2 Pc","price":989.0,"currency_code":"INR","in_stock":true},{"title":"Buy 4 Pc","offer_id":46404077715652,"sku":"Silicone Drain Mat 4 Pc","price":1689.0,"currency_code":"INR","in_stock":true},{"title":"Buy 10 Pc","offer_id":46404077748420,"sku":"Silicone Drain Mat 10 Pc","price":2589.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0649\/1661\/9460\/files\/Untitleddesign_4fbd0fb9-f75b-44c5-bd73-dab5f5f58ba5.jpg?v=1784182939","url":"https:\/\/homeasthetics.in\/products\/silicone-dish-drying-mat-with-drainage-spout","provider":"Home Asthetics","version":"1.0","type":"link"}