{"product_id":"teatime-platter-with-coaster","title":"Teatime Platter with Coaster Combo","description":"\u003c!-- ✅ Hertha Nest Premium Combo Product Description --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\n\n  .hn-bb-desc{\n    --hn-primary:#de7e64;\n    --hn-primary-10: rgba(222,126,100,.10);\n    --hn-primary-14: rgba(222,126,100,.14);\n    --hn-primary-18: rgba(222,126,100,.18);\n    --hn-ink: rgba(20,20,20,.90);\n    --hn-muted: rgba(20,20,20,.72);\n    --hn-border: rgba(0,0,0,.08);\n\n    max-width:100%;\n    width:100%;\n    margin:18px 0;\n    padding:18px;\n    border-radius:18px;\n    border:1px solid var(--hn-primary-18);\n    background:linear-gradient(\n      135deg,\n      var(--hn-primary-14),\n      rgba(255,255,255,.85)\n    );\n    box-shadow:0 14px 34px rgba(0,0,0,.08);\n    color:var(--hn-ink);\n    font-family:inherit;\n  }\n\n  .hn-bb-hero{\n    padding:18px;\n    border-radius:16px;\n    background:linear-gradient(\n      135deg,\n      rgba(255,255,255,.78),\n      var(--hn-primary-10)\n    );\n    border:1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,\n  .hn-bb-desc h3,\n  .hn-bb-desc h4{\n    margin:0 0 10px 0;\n    letter-spacing:.2px;\n    color:var(--hn-ink);\n  }\n\n  .hn-bb-desc h2{\n    font-size:clamp(22px,2.2vw,30px);\n    line-height:1.15;\n  }\n\n  .hn-bb-sub{\n    margin:6px 0 12px 0;\n    font-weight:650;\n    color:var(--hn-muted);\n  }\n\n  .hn-bb-desc p{\n    margin:0 0 12px 0;\n    line-height:1.7;\n    color:var(--hn-ink);\n  }\n\n  .hn-bb-section{\n    margin-top:18px;\n    padding-top:14px;\n    border-top:1px solid var(--hn-border);\n  }\n\n  .hn-bb-desc h3{\n    font-size:clamp(18px,1.6vw,22px);\n    line-height:1.2;\n    position:relative;\n    padding-bottom:10px;\n  }\n\n  .hn-bb-desc h3::after{\n    content:\"\";\n    position:absolute;\n    left:0;\n    bottom:2px;\n    width:78px;\n    height:3px;\n    border-radius:50px;\n    background:linear-gradient(\n      90deg,\n      var(--hn-primary),\n      rgba(222,126,100,.25)\n    );\n  }\n\n  .hn-bb-grid{\n    display:grid;\n    grid-template-columns:repeat(12,1fr);\n    gap:12px;\n    margin-top:14px;\n  }\n\n  .hn-bb-card{\n    grid-column:span 6;\n    padding:14px 14px 12px;\n    border-radius:16px;\n    background:rgba(255,255,255,.94);\n    border:1px solid rgba(222,126,100,.20);\n    box-shadow:0 10px 22px rgba(0,0,0,.06);\n    transition:transform .18s ease, box-shadow .18s ease;\n  }\n\n  .hn-bb-card h4{\n    font-size:15px;\n    line-height:1.25;\n    display:flex;\n    align-items:center;\n    gap:10px;\n    margin-bottom:6px;\n  }\n\n  .hn-bb-card h4::before{\n    content:\"\";\n    width:10px;\n    height:10px;\n    border-radius:50%;\n    background:var(--hn-primary);\n    box-shadow:0 0 0 6px rgba(222,126,100,.14);\n    flex:0 0 auto;\n  }\n\n  .hn-bb-card p{\n    margin:0;\n    color:var(--hn-muted);\n  }\n\n  @media (hover:hover){\n    .hn-bb-card:hover{\n      transform:translateY(-2px);\n      box-shadow:0 14px 28px rgba(0,0,0,.10);\n    }\n  }\n\n  .hn-bb-note{\n    margin-top:12px;\n    padding:12px 14px;\n    border-radius:14px;\n    background:rgba(255,255,255,.82);\n    border:1px solid rgba(222,126,100,.22);\n    color:var(--hn-muted);\n  }\n\n  .hn-bb-list{\n    list-style:none;\n    padding:0;\n    margin:12px 0 0;\n  }\n\n  .hn-bb-list li{\n    position:relative;\n    padding-left:28px;\n    margin:10px 0;\n    color:var(--hn-muted);\n  }\n\n  .hn-bb-list li strong{\n    color:var(--hn-ink);\n  }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0;\n    top:0;\n    width:20px;\n    height:20px;\n    border-radius:6px;\n    display:inline-flex;\n    align-items:center;\n    justify-content:center;\n    font-weight:800;\n    font-size:12px;\n    color:#fff;\n    background:var(--hn-primary);\n  }\n\n  .hn-bb-highlight{\n    border-radius:16px;\n    padding:16px;\n    background:linear-gradient(\n      135deg,\n      rgba(222,126,100,.10),\n      rgba(255,255,255,.86)\n    );\n    border:1px solid rgba(222,126,100,.22);\n  }\n\n  .hn-bb-chips{\n    display:flex;\n    flex-wrap:wrap;\n    gap:10px;\n    list-style:none;\n    padding:0;\n    margin:12px 0 0;\n  }\n\n  .hn-bb-chips li{\n    padding:8px 12px;\n    border-radius:999px;\n    background:rgba(255,255,255,.86);\n    border:1px solid rgba(222,126,100,.24);\n    color:var(--hn-ink);\n    font-weight:650;\n    font-size:13px;\n  }\n\n  .hn-bb-steps{\n    margin:12px 0 0;\n    padding-left:18px;\n    color:var(--hn-muted);\n  }\n\n  .hn-bb-steps li{\n    margin:10px 0;\n  }\n\n  .hn-bb-muted{\n    color:var(--hn-muted);\n  }\n\n  .hn-bb-footer{\n    margin-top:18px;\n    padding-top:14px;\n    border-top:1px solid var(--hn-border);\n    color:var(--hn-muted);\n  }\n\n  @media (max-width:740px){\n    .hn-bb-desc{\n      margin:12px 0;\n      padding:14px;\n      border-radius:16px;\n    }\n\n    .hn-bb-hero{\n      padding:14px;\n    }\n\n    .hn-bb-card{\n      grid-column:span 12;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n\n    \u003ch2\u003e\n     Tea Time Platter with Wooden Coaster – Breath \u0026amp; Chill\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hn-bb-sub\"\u003e\n      Thoughtful Tea-Time Combo • Elegant Serving • Calming Wooden Accent •\n      \u003cstrong\u003ePlatter Size: 8×4 inches\u003c\/strong\u003e\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Turn everyday tea and coffee breaks into beautifully styled moments with our\n      \u003cstrong\u003eSnack \u0026amp; Sip Platter \/ Tea Time Platter with Wooden Coaster – Breath \u0026amp; Chill\u003c\/strong\u003e.\n      This thoughtfully paired combo combines an elegant serving platter with a calming wooden coaster,\n      bringing together presentation, practicality, and a warm handcrafted feel.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Use the platter to arrange your favourite snacks and treats while the\n      \u003cstrong\u003eBreath \u0026amp; Chill Wooden Coaster\u003c\/strong\u003e creates the perfect spot for your tea,\n      coffee, or refreshing drink. Together, they create a clean and coordinated setup for\n      quiet mornings, evening breaks, guest serving, and relaxed weekend conversations.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- KEY FEATURES --\u003e\n  \u003cdiv class=\"hn-bb-section\"\u003e\n\n    \u003ch3\u003eKey Features \u0026amp; Highlights\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eComplete Tea-Time Combo\u003c\/h4\u003e\n        \u003cp\u003e\n          A coordinated platter and wooden coaster designed to make everyday beverage\n          and snack serving feel more organised and stylish.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eElegant Snack \u0026amp; Sip Platter\u003c\/h4\u003e\n        \u003cp\u003e\n          Perfect for serving biscuits, cookies, sandwiches, mini bites, pastries,\n          namkeen, fruits, and other tea-time favourites.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eBreath \u0026amp; Chill Wooden Coaster\u003c\/h4\u003e\n        \u003cp\u003e\n          A calming wooden accent that creates a dedicated place for your cup or glass\n          while adding warmth to your table setup.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eBeautiful Coordinated Presentation\u003c\/h4\u003e\n        \u003cp\u003e\n          Keeps your snacks and beverage neatly arranged together for a more refined\n          and café-inspired serving experience.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect for Everyday \u0026amp; Hosting\u003c\/h4\u003e\n        \u003cp\u003e\n          Ideal for personal tea rituals, casual family moments, guest serving,\n          weekend conversations, and festive occasions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eThoughtful Gifting Choice\u003c\/h4\u003e\n        \u003cp\u003e\n          A useful and beautifully coordinated combo that works wonderfully for\n          housewarming, birthdays, festive gifting, and special occasions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      More than just serveware, this combo creates a complete little tea-time experience—\n      \u003cstrong\u003eyour drink, your favourite snack, and a beautifully styled space to enjoy them.\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- DESIGN --\u003e\n  \u003cdiv class=\"hn-bb-section\"\u003e\n\n    \u003ch3\u003eElegant Design Meets Everyday Comfort\u003c\/h3\u003e\n\n    \u003cp\u003e\n      This tea-time combo is designed for people who love simple, useful pieces that also\n      make their space feel special. The platter creates a neat surface for arranging snacks,\n      while the wooden coaster adds a natural and relaxed finishing touch to your beverage setup.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eCoordinated serving:\u003c\/strong\u003e\n        Keep your beverage and snacks beautifully arranged in one thoughtful setup.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eClean presentation:\u003c\/strong\u003e\n        Helps reduce clutter and gives even simple refreshments a curated appearance.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eWarm wooden styling:\u003c\/strong\u003e\n        The coaster adds a natural and calming decorative element to the combination.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eEasy everyday use:\u003c\/strong\u003e\n        Suitable for regular morning tea, evening coffee, quick snacks, and relaxed breaks.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        \u003cstrong\u003eHosting friendly:\u003c\/strong\u003e\n        Serve guests effortlessly while creating a polished and welcoming presentation.\n      \u003c\/li\u003e\n\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Place your favourite ceramic mug on the Breath \u0026amp; Chill coaster and\n      arrange cookies, sandwiches, or mini bites on the platter for an effortless\n      café-style setup at home.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- WHAT CAN BE SERVED --\u003e\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n\n    \u003ch3\u003ePerfect for Your Favourite Tea-Time Moments\u003c\/h3\u003e\n\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Create anything from a simple everyday snack setup to a beautifully styled mini spread.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; biscuits\u003c\/li\u003e\n      \u003cli\u003eCoffee \u0026amp; cookies\u003c\/li\u003e\n      \u003cli\u003eTea sandwiches\u003c\/li\u003e\n      \u003cli\u003eMini pastries\u003c\/li\u003e\n      \u003cli\u003eMuffins \u0026amp; cupcakes\u003c\/li\u003e\n      \u003cli\u003eNamkeen \u0026amp; snacks\u003c\/li\u003e\n      \u003cli\u003eFruits \u0026amp; bites\u003c\/li\u003e\n      \u003cli\u003eEvening refreshments\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Whether it is a quiet moment for yourself or a tea break shared with someone special,\n      this combo makes the experience feel warm, organised, and beautifully presented.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- USE CASES --\u003e\n  \u003cdiv class=\"hn-bb-section\"\u003e\n\n    \u003ch3\u003eMade for Everyday Relaxation \u0026amp; Hosting\u003c\/h3\u003e\n\n    \u003cp\u003e\n      From slow morning tea to an evening coffee break, this platter and coaster combo fits\n      naturally into everyday routines while also looking polished enough for guests and\n      special occasions.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eMorning tea rituals\u003c\/li\u003e\n      \u003cli\u003eEvening coffee breaks\u003c\/li\u003e\n      \u003cli\u003eWeekend snack time\u003c\/li\u003e\n      \u003cli\u003eSelf-care moments\u003c\/li\u003e\n      \u003cli\u003eGuest serving\u003c\/li\u003e\n      \u003cli\u003eWork-from-home breaks\u003c\/li\u003e\n      \u003cli\u003eBedside refreshments\u003c\/li\u003e\n      \u003cli\u003eFestive hosting\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- GIFTING --\u003e\n  \u003cdiv class=\"hn-bb-section\"\u003e\n\n    \u003ch3\u003eA Thoughtful Combo for Gifting\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Looking for something that feels both beautiful and genuinely useful? The\n      \u003cstrong\u003eSnack \u0026amp; Sip Platter with Breath \u0026amp; Chill Wooden Coaster\u003c\/strong\u003e\n      makes a thoughtful gifting option for people who enjoy tea, coffee, cosy spaces,\n      and beautifully presented everyday essentials.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eAnniversaries\u003c\/li\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eTea lover gifts\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n      \u003cli\u003eCorporate gifting\u003c\/li\u003e\n      \u003cli\u003eSelf-care gifting\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A simple yet meaningful combination that blends practical everyday use with\n      elegant presentation and a relaxed, comforting feel.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- CARE --\u003e\n  \u003cdiv class=\"hn-bb-section\"\u003e\n\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003e\n        Wipe the platter and wooden coaster gently with a soft, dry or slightly damp cloth after use.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Avoid soaking either product in water for extended periods.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Do not place them in a dishwasher.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Store both pieces in a clean and dry place when not in use.\n      \u003c\/li\u003e\n\n      \u003cli\u003e\n        Avoid harsh cleaning chemicals to help maintain their finish and appearance.\n      \u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your platter and coaster combo will stay beautiful and ready\n      for countless cosy tea and coffee moments.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- FOOTER --\u003e\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n\n    \u003cp\u003e\n      Make your everyday refreshments feel a little more special with the\n      \u003cstrong\u003eSnack \u0026amp; Sip Platter \/ Tea Time Platter with Wooden Coaster – Breath \u0026amp; Chill\u003c\/strong\u003e.\n      From peaceful morning tea to weekend conversations and guest serving, this coordinated\n      combo brings together style, warmth, functionality, and effortless presentation.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"Default Title","offer_id":48170644013214,"sku":null,"price":899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/combo.png?v=1787209732","url":"https:\/\/herthanest.in\/products\/teatime-platter-with-coaster","provider":"Hertha Nest","version":"1.0","type":"link"}