{"title":"Modern Kitchen accessories","description":"","products":[{"product_id":"wooden-platter-cum-chopping-board","title":"Wooden Platter cum Chopping Board","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eWooden Platter cum Chopping Board\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003e2-in-1 Serveware • Prep \u0026amp; Present • Premium Wooden Craftsmanship\u003c\/p\u003e\n\n    \u003cp\u003e\n      Upgrade your kitchen essentials with a product that does double duty. The \u003cstrong\u003eWooden Platter cum Chopping Board\u003c\/strong\u003e is designed for modern\n      homes that love both convenience and aesthetics—use it for daily chopping, slicing, and prepping, then serve directly on the same board with a\n      warm, rustic, premium look.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you’re arranging a snack spread for guests or preparing ingredients for a quick meal, this board helps you move from kitchen prep to\n      table presentation effortlessly.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003e2-in-1 Functionality\u003c\/h4\u003e\n        \u003cp\u003eChop like a cutting board, serve like a platter—perfect for everyday use.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Wooden Build\u003c\/h4\u003e\n        \u003cp\u003eMade from durable wood with natural grain—sturdy, long-lasting, and elegant.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eFood Presentation Ready\u003c\/h4\u003e\n        \u003cp\u003eTurns simple items into a premium spread with an instant rustic charm.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEasy to Carry \u0026amp; Serve\u003c\/h4\u003e\n        \u003cp\u003eConvenient for serving snacks, starters, and bites without extra dishes.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVersatile for Any Occasion\u003c\/h4\u003e\n        \u003cp\u003eIdeal for brunch, tea time, parties, family meals, and casual evenings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEco-Friendly Choice\u003c\/h4\u003e\n        \u003cp\u003eNatural wood makes it a sustainable and stylish addition to your kitchen.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A smart kitchen essential that saves time, reduces dish clutter, and upgrades the way your food looks on the table.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Serving\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003eUse it for quick snacks or full spreads—this board adapts beautifully:\u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eCheese \u0026amp; crackers\u003c\/li\u003e\n      \u003cli\u003eFruits \u0026amp; nuts\u003c\/li\u003e\n      \u003cli\u003eSandwiches \u0026amp; wraps\u003c\/li\u003e\n      \u003cli\u003eNachos \u0026amp; dips\u003c\/li\u003e\n      \u003cli\u003eStarters \u0026amp; appetizers\u003c\/li\u003e\n      \u003cli\u003eDesserts \u0026amp; pastries\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Pro tip: Add 1–2 small dip bowls to create a premium café-style serving experience at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect For Kitchen Prep\u003c\/h3\u003e\n    \u003cp\u003e\n      Not just for serving—this board works beautifully for daily chopping and prep tasks in the kitchen:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSlice fruits \u0026amp; veggies\u003c\/strong\u003e for salads and quick meals.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChop herbs \u0026amp; garnishes\u003c\/strong\u003e for cooking and plating.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePrep sandwiches\u003c\/strong\u003e and assemble wraps with ease.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eServe immediately\u003c\/strong\u003e without switching plates or trays.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A clean workflow: \u003cstrong\u003eprep → arrange → serve\u003c\/strong\u003e on the same board.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eGreat Gift Idea\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eWeddings\u003c\/li\u003e\n      \u003cli\u003eAnniversaries\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n      \u003cli\u003eCorporate gifting\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      A practical gift that looks premium—and gets used daily.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe clean with a damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking in water or dishwasher cleaning.\u003c\/li\u003e\n      \u003cli\u003eDry immediately after wiping to maintain the finish.\u003c\/li\u003e\n      \u003cli\u003eCondition occasionally with food-safe mineral oil to keep the wood rich and smooth.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your board stays beautiful, sturdy, and ready for everyday prep and serving.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      The Wooden Platter cum Chopping Board is the perfect blend of function and style—made for people who love practical kitchen tools that also look\n      premium on the table. Prep faster, serve smarter, and make every meal look more intentional.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"My Store","offers":[{"title":"Default Title","offer_id":44657480892574,"sku":"21016","price":750.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/389.png?v=1774354695"},{"product_id":"wooden-zig-zag-platter","title":"Wooden Zig Zag Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eWooden Zig-Zag Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eA Stylish Twist on Classic Serveware\u003c\/p\u003e\n\n    \u003cp\u003e\n      Elevate your food presentation and everyday entertaining with the Wooden Zig-Zag Platter from Hertha Nest. This beautifully crafted serving\n      board brings together contemporary design and timeless craftsmanship — a perfect blend of art and utility.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you’re showcasing appetizers, desserts, snacks, or creative culinary arrangements, this platter adds a bold visual accent to your\n      dining experience. Its distinctive zig-zag pattern turns ordinary food displays into conversation-starting centrepieces.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Perfect for festive celebrations, game nights, brunches, tea times, or casual get-togethers, the Wooden Zig-Zag Platter inspires creativity\n      and culinary flair — doubling as functional décor that elevates every spread.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Highlights\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eUnique Zig-Zag Design\u003c\/h4\u003e\n        \u003cp\u003eEye-catching grooves and contours add depth and visual interest to every presentation.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Wooden Craftsmanship\u003c\/h4\u003e\n        \u003cp\u003eHigh-quality wood with a smooth finish that highlights natural grain and texture.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVersatile Serving Surface\u003c\/h4\u003e\n        \u003cp\u003eIdeal for appetizers, sushi, sandwiches, desserts, fruits, charcuterie, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDurable Yet Lightweight\u003c\/h4\u003e\n        \u003cp\u003eSturdy enough for everyday use, while remaining easy to carry from kitchen to table.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eMakes Hosting Effortless\u003c\/h4\u003e\n        \u003cp\u003eThe perfect balance of style and function for parties, family meals, and special occasions.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy You’ll Love the Wooden Zig-Zag Platter\u003c\/h3\u003e\n    \u003cp\u003e\n      Designed to be both practical and aesthetically striking, its unique pattern naturally encourages creative food placement — making even\n      simple snacks look intentional and artful.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      The zig-zag grooves act like visual guides for dynamic, layered displays that capture attention and elevate the dining experience.\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Whether you’re serving elegant hors d’oeuvres at a dinner party or arranging a colourful assortment of cheeses and fruits for a casual\n      gathering, this platter makes every arrangement look curated and thoughtfully presented.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Every Occasion\u003c\/h3\u003e\n    \u003cp\u003eHere are some great ways to use it:\u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eEntertaining \u0026amp; Party Spreads\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAppetizer boards:\u003c\/strong\u003e Crackers, dips, olives, mini canapés, finger foods.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eInstant wow:\u003c\/strong\u003e The zig-zag design draws the eye and feels lively.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eTea Time \u0026amp; Casual Snacks\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMini feasts:\u003c\/strong\u003e Cookies, mini sandwiches, fruit slices, pastries.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCozy vibe:\u003c\/strong\u003e Perfect for relaxed afternoons with friends.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eEveryday Meals\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDaily use:\u003c\/strong\u003e Breakfast toast, bagels, lunch wraps, snack assortments.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSmall or big:\u003c\/strong\u003e Adapts to quick servings and full spreads.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eDessert Displays\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSweet showcase:\u003c\/strong\u003e Brownies, macarons, sweets, and bite-sized treats.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePlayful elegance:\u003c\/strong\u003e A premium canvas for desserts.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eThoughtful Gift\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eGift-worthy:\u003c\/strong\u003e Housewarmings, weddings, birthdays, festive celebrations.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eUseful + stylish:\u003c\/strong\u003e Something people actually use and admire.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eStyling Tips for Maximum Impact\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eContrast colours:\u003c\/strong\u003e Vibrant fruits (berries\/citrus) look stunning on warm wood.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLayer textures:\u003c\/strong\u003e Soft cheeses + crunchy crackers + glossy olives for depth.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTheme it:\u003c\/strong\u003e Mediterranean, dessert lovers, kid-friendly snacks—use lines as separators.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAdd height:\u003c\/strong\u003e Use small bowls for dips\/sauces to create a dynamic layout.\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      With thoughtful design and creative potential, this platter turns serving into an art—making even simple snack moments feel special.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eClean after use:\u003c\/strong\u003e Wipe with a damp cloth; avoid soaking or dishwashing.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCondition occasionally:\u003c\/strong\u003e Apply food-safe mineral oil to maintain and enhance grain.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStore dry:\u003c\/strong\u003e Keep away from excess moisture\/heat to prevent warping or cracking.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With easy maintenance and durable craftsmanship, this platter is designed to be part of your home for many gatherings to come.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      The Wooden Zig-Zag Platter from Hertha Nest isn’t just a serving board — it’s a statement piece. Artistic design + functional versatility\n      makes it ideal for stylish food presentation, everyday meals, special events, and confident hosting.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      From casual snacks to festive spreads, this platter delivers elegance, creativity, and practicality — all in one beautifully designed piece.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"My Store","offers":[{"title":"Default Title","offer_id":44657481711774,"sku":"22284","price":600.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/ChatGPTImageFeb6_2026_10_47_05AM.png?v=1770355107"},{"product_id":"wooden-marble-coasters-set-of-4","title":"Wooden Marble Coasters (Set of 4)","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eMarble \u0026amp; Wood Coaster\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eElegant Table Styling • Premium Material Blend • Functional Decorative Accent\u003c\/p\u003e\n\n    \u003cp\u003e\n      This exquisite \u003cstrong\u003eMarble \u0026amp; Wood Coaster\u003c\/strong\u003e is crafted from a beautiful combination of marble and wood, creating a visually striking and durable accessory for any home or office. The marble brings a sense of sophistication and luxury, while the wooden element adds warmth and a natural touch.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Thoughtfully designed to highlight the contrast between these two materials, the coaster becomes more than just a functional piece—it also serves as a stylish decorative accent. Its balanced look makes it perfect for modern, rustic, or elegant interiors alike.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      With its durable and water-resistant surface, this coaster is ideal for protecting tables from water rings, spills, and scratches while enhancing your overall table setting with refined charm.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Highlights\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Marble \u0026amp; Wood Blend\u003c\/h4\u003e\n        \u003cp\u003eA sophisticated combination of marble and wood that offers both visual contrast and timeless design appeal.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eElegant Decorative Accent\u003c\/h4\u003e\n        \u003cp\u003eAdds a refined and stylish touch to coffee tables, office desks, dining setups, and serving corners.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eProtects Table Surfaces\u003c\/h4\u003e\n        \u003cp\u003eHelps prevent water marks, spills, and scratches while keeping your surfaces neat and well-protected.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDurable \u0026amp; Water-Resistant\u003c\/h4\u003e\n        \u003cp\u003eBuilt with materials that offer strength, durability, and dependable everyday use for beverages.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eWarm + Luxurious Look\u003c\/h4\u003e\n        \u003cp\u003eThe marble adds luxury while the wood softens the look with warmth and natural character.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eFunctional + Giftable\u003c\/h4\u003e\n        \u003cp\u003eA practical piece for daily use that also makes a thoughtful and elegant gift for any occasion.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      More than just a coaster, this piece brings together \u003cstrong\u003eluxury, warmth, utility, and modern table elegance\u003c\/strong\u003e.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003eA stylish everyday accessory for beautifully arranged tables and beverage moments:\u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee serving\u003c\/li\u003e\n      \u003cli\u003eDining table protection\u003c\/li\u003e\n      \u003cli\u003eOffice desk styling\u003c\/li\u003e\n      \u003cli\u003eCoffee table décor\u003c\/li\u003e\n      \u003cli\u003eModern home accents\u003c\/li\u003e\n      \u003cli\u003eThoughtful gifting\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Pro tip: Pair it with marble trays, wooden serveware, or ceramic mugs to create a premium and coordinated table setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy Choose Hertha Nest Marble \u0026amp; Wood Coaster?\u003c\/h3\u003e\n    \u003cp\u003e\n      At Hertha Nest, we create home accessories that combine everyday usefulness with elevated design. This Marble \u0026amp; Wood Coaster is ideal for those who appreciate premium materials, thoughtful detailing, and décor pieces that feel both practical and beautiful.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDistinctive material pairing:\u003c\/strong\u003e The marble and wood combination creates a stylish balance of luxury and natural warmth.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUseful every day:\u003c\/strong\u003e Protects your furniture while keeping your beverage setup polished and elegant.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDecorative value:\u003c\/strong\u003e Works beautifully as both a table accessory and a subtle décor accent.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGift-worthy appeal:\u003c\/strong\u003e A unique and refined choice for anyone who enjoys elegant home essentials.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Unlike ordinary coasters, this piece adds \u003cstrong\u003etexture, sophistication, and handcrafted-style charm\u003c\/strong\u003e to your serving experience.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eGreat for Gifting\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming gifts\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eOffice gifts\u003c\/li\u003e\n      \u003cli\u003eWedding gifts\u003c\/li\u003e\n      \u003cli\u003eAnniversary gifts\u003c\/li\u003e\n      \u003cli\u003eCorporate gifting\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      A thoughtful gift that blends luxury, practicality, and timeless table styling in one elegant piece.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe clean with a soft, dry or slightly damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking in water to preserve the wood portion and finish.\u003c\/li\u003e\n      \u003cli\u003eKeep in a dry place when not in use.\u003c\/li\u003e\n      \u003cli\u003eHandle carefully to maintain the marble surface and overall polished appearance.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your Marble \u0026amp; Wood Coaster will continue to add beauty and protection to your table for a long time.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Add a refined touch to your beverage moments with the Marble \u0026amp; Wood Coaster. Beautifully balanced, durable, and elegant, it is a timeless accessory that protects your surfaces while elevating your home or office décor.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":44657481842846,"sku":"22603","price":550.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/Marble-coaster-4.jpg?v=1772183934"},{"product_id":"snack-and-sip-platter-tea-time-platter","title":"Snack and Sip Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eTea Time Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eElegant Wooden Serveware for Tea, Snacks \u0026amp; Gatherings • \u003cstrong\u003eSize: 8×4 inches\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\n      Celebrate every sip and every bite with the Tea Time Platter from Hertha Nest — a beautifully crafted wooden serving board designed to\n      enhance your tea rituals and snack moments with style and warmth.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Perfect for laid-back afternoons, festive tea parties, family gatherings, and everyday indulgences, this platter makes every presentation\n      look thoughtful and refined — whether you’re serving cookies, sandwiches, pastries, mini snacks, or fresh fruit.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Crafted with high-quality wood and a smooth finish, it brings natural elegance and timeless design to your table. Lightweight for everyday\n      use yet sturdy enough for hosting guests, it’s a stylish and practical addition to any dining setup.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eProduct Size:\u003c\/strong\u003e 8×4 inches — a compact, easy-to-place platter that’s perfect for tea-time servings and small snack spreads.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Wooden Craftsmanship\u003c\/h4\u003e\n        \u003cp\u003eHigh-grade wood with a smooth finish that enhances natural grain and texture.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eCompact Size (8×4 inches)\u003c\/h4\u003e\n        \u003cp\u003ePerfect for tea-time setups, snack servings, and neat table presentation without taking too much space.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect for Tea \u0026amp; Snacks\u003c\/h4\u003e\n        \u003cp\u003eIdeal surface for tea-time treats, finger foods, desserts, and small bites.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVersatile \u0026amp; Functional\u003c\/h4\u003e\n        \u003cp\u003eGreat for biscuits, cookies, sandwiches, fruits, small bites, and party appetizers.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eElegant \u0026amp; Stylish\u003c\/h4\u003e\n        \u003cp\u003eMinimalist yet classic design that suits casual and formal table settings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEasy to Clean \u0026amp; Maintain\u003c\/h4\u003e\n        \u003cp\u003eSmooth surface makes cleanup quick and simple — a hosting essential.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Designed to be both functional and decorative — it transforms everyday routines into memorable experiences with natural warmth and elegance.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eElegant Entertaining Made Simple\u003c\/h3\u003e\n    \u003cp\u003eThis versatile platter adapts seamlessly to many occasions:\u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eClassic Tea Sessions\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCurated tea spread:\u003c\/strong\u003e Cookies, petite sandwiches, scones, jam squares.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eThoughtful presentation:\u003c\/strong\u003e Makes treats look extra special and inviting.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eCasual Snack Gatherings\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eEasy hosting:\u003c\/strong\u003e Crackers, dips, crostinis, fruit slices, mini desserts.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eInstant upgrade:\u003c\/strong\u003e Turns simple snacks into an inviting feast.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eFestive \u0026amp; Party Use\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCelebration-ready:\u003c\/strong\u003e Birthdays, festivals, themed parties, special occasions.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMatches décor:\u003c\/strong\u003e Natural wood complements colourful foods beautifully.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eEveryday Family Meals\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMake it special:\u003c\/strong\u003e Toast \u0026amp; fruits, lunch finger foods, dinner sides.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBuilt for togetherness:\u003c\/strong\u003e Brings people around beautifully plated food.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      From everyday indulgences to special celebrations, this platter ensures your food looks as inviting as it tastes.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eA Thoughtful \u0026amp; Stylish Gift Choice\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarmings\u003c\/li\u003e\n      \u003cli\u003eBirthdays \u0026amp; anniversaries\u003c\/li\u003e\n      \u003cli\u003eDiwali \u0026amp; Christmas\u003c\/li\u003e\n      \u003cli\u003eBridal showers \u0026amp; weddings\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      Timeless design + everyday utility = a meaningful gift for anyone who loves food presentation and stylish entertaining.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy It Stands Out\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStylish Presentation:\u003c\/strong\u003e Snacks and treats look intentional and beautifully arranged.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEveryday Versatility:\u003c\/strong\u003e Works from casual tea moments to festive spreads.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWarm Natural Aesthetic:\u003c\/strong\u003e Complements décor and adds organic beauty to the table.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDurable \u0026amp; Easy to Use:\u003c\/strong\u003e Lightweight yet sturdy for frequent use.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWipe clean:\u003c\/strong\u003e Use a soft, damp cloth after each use.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAvoid soaking:\u003c\/strong\u003e Do not immerse in water or use a dishwasher.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCondition occasionally:\u003c\/strong\u003e Apply food-safe mineral oil to maintain rich grain and texture.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With light maintenance, this platter stays beautiful for years—aging gracefully and staying ready for every gathering.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      The Tea Time Platter is more than just a tray — it’s an invitation to slow down, savour moments, and enjoy beautifully served food. Whether\n      it’s tea-time treats, casual snacks, or party appetizers, this platter makes every bite feel special and every gathering more memorable.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eSize:\u003c\/strong\u003e 8×4 inches — compact, elegant, and perfect for everyday tea moments.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"8x4 Inches","offer_id":45955562930334,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/WhatsAppImage2025-10-17at14.12.12_b633c706.jpg?v=1760706544"},{"product_id":"cricket-crave-platter-sixer-snacks-platter","title":"Cricket Crave Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH CHANGE *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eCricket Crave Platter – Sixer Snacks Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eThe Ultimate Game-Day Serveware for Snack Lovers • \u003cstrong\u003eSize: 18×14 inches\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\n      Elevate your match-day experience with the Cricket Crave Platter – Sixer Snacks Platter, a uniquely designed wooden snack serving board\n      that brings the excitement of cricket right to your table. Whether you’re hosting an IPL watch party, cheering on your favorite team with\n      friends, or simply craving a delicious assortment of bites, this platter combines practical functionality with stylish presentation.\n      Beautifully crafted and perfect for shared snacking, it’s a must-have piece of party serveware, festival spread accessory, and everyday\n      entertaining companion.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Highlights \u0026amp; Features\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eCricket-Inspired Design\u003c\/h4\u003e\n        \u003cp\u003eInspired by the thrill of sixes and match-day vibes—perfect for sports lovers and snack enthusiasts.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Wooden Craftsmanship\u003c\/h4\u003e\n        \u003cp\u003eMade from high-quality, durable wood that highlights natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGenerous Serving Area\u003c\/h4\u003e\n        \u003cp\u003eAmple surface for arranging a variety of snacks—from spicy bites to crunchy munchies.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVersatile Use\u003c\/h4\u003e\n        \u003cp\u003eIdeal for game nights, parties, casual gatherings, tea time, brunches, and festive occasions.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEco-Friendly \u0026amp; Sustainable\u003c\/h4\u003e\n        \u003cp\u003eNatural wood makes this platter a sustainable choice for conscious buyers.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      The Cricket Crave Platter stands out with its match-day allure and crowd-pleasing versatility—turning every occasion into a shared\n      snacking celebration that enhances camaraderie and invites conversation.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Every Occasion\u003c\/h3\u003e\n    \u003cp\u003e\n      Whether you’re planning a casual evening with friends, a lively family get-together, or a themed party, the Cricket Crave Platter adds\n      excitement to every menu.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMatch Day Ready:\u003c\/strong\u003e Arrange spicy bites, nachos, sliders, cheese cubes, and more.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWeekend Brunches:\u003c\/strong\u003e Present pancakes, mini croissants, toast bites, and fruit skewers with flair.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTea Time \u0026amp; Snacks:\u003c\/strong\u003e Showcase savory snacks, cookies, cupcakes, and gourmet bites beautifully.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFestive Entertaining:\u003c\/strong\u003e Ideal for festival spreads and holiday gatherings built for sharing.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Mix crunchy with creamy, spicy with mild, sweet with savory—while keeping the platter looking cohesive and visually appealing.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy You’ll Love It\u003c\/h3\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEasy to Style:\u003c\/strong\u003e The natural wood finish complements modern, rustic, and classic décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eConvenient Serving:\u003c\/strong\u003e Wide surface makes it easy to carry and serve on the table.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDurable \u0026amp; Long-Lasting:\u003c\/strong\u003e Built for frequent use—keeps its charm through seasons of celebrations.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      It also makes a thoughtful gift for hosts, foodies, cricket fans, newlyweds, or anyone who loves to entertain.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eClean after each use:\u003c\/strong\u003e Wipe with a damp cloth; avoid soaking in water.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eNatural conditioning:\u003c\/strong\u003e Occasionally apply food-safe mineral oil to preserve and enhance the wood grain.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStore wisely:\u003c\/strong\u003e Keep it in a cool, dry place to protect against moisture and wear.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With minimal maintenance, this platter stays beautiful and ready for everyday snacking or special events.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eBring the Excitement to Your Table\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      The Cricket Crave Platter – Sixer Snacks Platter is more than a serving board—it’s a symbol of shared moments, laughter, friendly\n      competitions, and unforgettable game-day experiences. Designed for modern hosts who value presentation and practicality, it ensures\n      every gathering becomes flavorful and memorable.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Whether you’re lining it up with spicy munchies, colorful appetizers, or delectable finger foods, this platter sets the stage for\n      satisfaction—both visually and gastronomically. Embrace the spirit of cricket and bring your snacking game to new heights.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"18x14 Inches","offer_id":45955562242206,"sku":null,"price":1400.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/MG_5478-2.jpg?v=1757929179"},{"product_id":"melody-munchie-platter-rhythm-bites-platter","title":"Melody Munchie Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eMelody Munchie Platter — Rhythm \u0026amp; Bites Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eYour Snack Time Symphony\u003c\/p\u003e\n\n    \u003c!-- ✅ SIZE ADDED --\u003e\n    \u003cdiv class=\"hn-bb-note\" style=\"margin-top:12px;\"\u003e\n      \u003cstrong\u003eSize:\u003c\/strong\u003e 12x8 inches\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Turn every snack moment into a celebration of flavor, design, and togetherness with the Melody Munchie Platter — Rhythm \u0026amp; Bites Platter\n      from Hertha Nest. This beautifully handcrafted wooden snack board blends artisanal charm with delicious variety — perfect for anyone who\n      loves good food, great company, and a touch of musical inspiration at the table.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Made with care and crafted from premium wood, this serving platter brings a harmonious mix of aesthetic appeal and practical function to\n      your kitchen and dining experiences. Its thoughtful design, smooth finish, and sturdy build make it not just a snack tray, but a centerpiece\n      of conversation and connection.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eArtisanal Wooden Craftsmanship\u003c\/h4\u003e\n        \u003cp\u003eExpertly handcrafted from high-quality wood for a rich, natural finish and long-lasting use.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect Snack Display Size\u003c\/h4\u003e\n        \u003cp\u003eSized at \u003cstrong\u003e12×8 inches\u003c\/strong\u003e—ample space for snacks, appetizers, and shared bites.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eMusic-Inspired Theme\u003c\/h4\u003e\n        \u003cp\u003eDesigned to evoke the rhythm and harmony of great meals shared with friends and family.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVersatile Usage\u003c\/h4\u003e\n        \u003cp\u003eIdeal for finger foods, desserts, appetizers, party platters, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEasy to Clean \u0026amp; Maintain\u003c\/h4\u003e\n        \u003cp\u003eSmooth surface allows simple cleaning and lasting beauty with minimal effort.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eA Symphony of Flavor \u0026amp; Presentation\u003c\/h3\u003e\n    \u003cp\u003e\n      The Melody Munchie Platter is all about balance and variety. Curate your platter exactly how you like it — pair crunchy crisps with dips,\n      fresh veggies with hummus, or mini skewers with bite-sized desserts.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With this platter, every arrangement becomes an opportunity to express creativity. Let vibrant colors, diverse textures, and thoughtful\n      placement turn simple snacks into culinary art.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eEndless Ways to Enjoy\u003c\/h3\u003e\n    \u003cp\u003eThis platter fits seamlessly into countless occasions:\u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eParty Nights \u0026amp; Get-Togethers\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eShowstopper spread:\u003c\/strong\u003e Cheese cubes, nachos, crackers, olives, and sweet slices.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerfect for:\u003c\/strong\u003e Festive celebrations, music nights, or game evenings.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eCasual Evenings \u0026amp; Tea Time\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLight bites:\u003c\/strong\u003e Finger snacks, cookies, brownies, fresh fruits, and tea sandwiches.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eEasy hosting:\u003c\/strong\u003e Guests can nibble between chats—effortless and elegant.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eBrunches \u0026amp; Family Meals\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eColorful spread:\u003c\/strong\u003e Grilled veggies, mini rolls, dips, and wholesome bites.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBuilt for sharing:\u003c\/strong\u003e Brings everyone together around the table.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eGift-Ready Serveware\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePremium gift:\u003c\/strong\u003e Weddings, housewarmings, birthdays, or festive gifting.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAlways useful:\u003c\/strong\u003e Elegant and practical—used again and again.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy This Platter Stands Out\u003c\/h3\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePerfect Balance:\u003c\/strong\u003e Plenty of space with a sturdy build for small or generous servings.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStylish Aesthetic:\u003c\/strong\u003e Natural wood texture + artisanal touch makes it a conversation piece.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEveryday \u0026amp; Special Use:\u003c\/strong\u003e Fits daily meals just as easily as festive celebrations.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      While ordinary boards serve snacks, this platter creates a vibe — a musical rhythm of flavors and togetherness that keeps everyone engaged\n      and coming back for more.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe with a clean, damp cloth after each use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking in water to preserve the wood’s rich finish.\u003c\/li\u003e\n      \u003cli\u003ePeriodically condition with food-safe mineral oil to enhance longevity.\u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eA Thoughtful Gift for Every Occasion\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming celebrations\u003c\/li\u003e\n      \u003cli\u003eBirthdays \u0026amp; anniversaries\u003c\/li\u003e\n      \u003cli\u003eWeddings \u0026amp; festive gifting\u003c\/li\u003e\n      \u003cli\u003eTea parties\u003c\/li\u003e\n      \u003cli\u003eSocial gatherings\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      Give the gift of stylish snacking and artistic presentation—something friends and family will genuinely cherish.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Whether it’s the joyful buzz of guests, the laughter of family, or peaceful moments with loved ones, the Melody Munchie Platter — Rhythm \u0026amp; Bites\n      Platter adds rhythm and harmony to every bite. Enjoy creative presentation, delightful flavors, and unforgettable shared moments—where every snack tells\n      a story and every platter becomes a performance of taste.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"12x8 Inches","offer_id":45955562209438,"sku":null,"price":1400.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/MG_5428.jpg?v=1757928348"},{"product_id":"oval-oasis-platter-double-delight-oval-platter","title":"Oval Oasis Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eOval Oasis Platter – Double Delight Oval Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eElegant Wooden Serveware for Every Occasion\u003c\/p\u003e\n\n    \u003c!-- ✅ SIZE ADDED --\u003e\n    \u003cdiv class=\"hn-bb-note\" style=\"margin-top:12px;\"\u003e\n      \u003cstrong\u003eSize:\u003c\/strong\u003e 16x5 inches\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Introduce a touch of timeless charm and versatile function to your dining and entertaining experiences with the Oval Oasis Platter \/ Double\n      Delight Oval Platter from Hertha Nest. Expertly crafted from high-quality wood, this oval platter combines natural beauty with practical\n      design—perfect for serving appetizers, snacks, desserts, and festive spreads with style and ease.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you’re hosting friends, enjoying family meals, or preparing treats for special occasions, this platter enhances every serving moment\n      with warmth, craftsmanship, and elegance.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Highlights\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Wooden Craftsmanship\u003c\/h4\u003e\n        \u003cp\u003eDurable, high-quality wood with a smooth finish that showcases natural grain and texture.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eElegant Oval Design\u003c\/h4\u003e\n        \u003cp\u003eSleek oval shape adds sophistication—perfect for rustic and modern table settings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVersatile Serving Surface\u003c\/h4\u003e\n        \u003cp\u003eIdeal for appetizers, snacks, fruits, baked goods, desserts, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eLightweight Yet Sturdy\u003c\/h4\u003e\n        \u003cp\u003eEasy to carry and built for daily use and special occasions alike.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect for Gifting\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful gift choice for housewarmings, weddings, festivals, and celebrations.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      The Oval Oasis Platter is more than serveware—it’s a celebration of flavor, style, and togetherness. Its curved silhouette and rich wood tones\n      make it a standout on dining tables, buffet spreads, or coffee tables.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy You’ll Love This Platter\u003c\/h3\u003e\n    \u003cp\u003e\n      At Hertha Nest, every platter is crafted with thought and care to combine function, style, and sustainability. The Oval Oasis Platter’s oval\n      shape allows for creative arrangements that feel practical and aesthetically pleasing.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Unlike standard flat trays, its elongated design makes food presentation feel intentional—whether you’re serving finger foods at a party or\n      presenting desserts after dinner.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eDouble Delight Variant:\u003c\/strong\u003e A two-in-one serving experience—great for hosts who want to present a variety of delights without\n      compromising on style.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eServe in Style — Everyday and Festive Occasions\u003c\/h3\u003e\n    \u003cp\u003eThe rewarding flexibility of this platter makes it ideal for a wide range of uses:\u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eEntertaining \u0026amp; Hosting\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eParty-ready:\u003c\/strong\u003e Bruschetta, canapés, cheese cubes, bite-sized savories.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eInstagram-worthy:\u003c\/strong\u003e Elegant shape makes simple snacks look premium.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eCasual Meals\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBreakfast board:\u003c\/strong\u003e Toast, fruits, pastries—easy and inviting.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSnack session:\u003c\/strong\u003e Dips \u0026amp; chips, crackers, and quick bites.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eCelebration \u0026amp; Festive Spreads\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFestival flair:\u003c\/strong\u003e Sweets, dry fruits, festive specials, accompaniments.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeekend celebrations:\u003c\/strong\u003e Multi-course spreads with ease.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eEveryday Family Dining\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMake it special:\u003c\/strong\u003e Fresh salads, grilled veggies, seasonal fruits.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eShare together:\u003c\/strong\u003e One elegant surface for everyone to enjoy.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      No matter the occasion, this platter brings cohesion to your spread—making food inviting and enhancing shared moments.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eA Thoughtful Gift Option\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarmings\u003c\/li\u003e\n      \u003cli\u003eWeddings \u0026amp; anniversaries\u003c\/li\u003e\n      \u003cli\u003eDiwali \u0026amp; Christmas\u003c\/li\u003e\n      \u003cli\u003eBirthday surprises\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      Its artisanal look and versatile use make it a gift that’s beautiful, practical, and memorable—reached for again and again.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eClean gently:\u003c\/strong\u003e Wipe with a damp cloth after use—avoid soaking or dishwasher cleaning.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePreserve the wood:\u003c\/strong\u003e Condition occasionally with food-safe mineral oil to maintain richness.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStore carefully:\u003c\/strong\u003e Keep in a dry, cool place to avoid warping or moisture damage.\u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      The Oval Oasis \/ Double Delight Oval Platter is not just a serving tray—it’s a versatile, stylish centerpiece that elevates the way you host,\n      serve, and enjoy food. Its balanced blend of aesthetic charm and practical performance makes it a standout addition to any home.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Invite beauty, creativity, and shared joy into every meal—one platter at a time.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"16x5 Inches","offer_id":45955559063710,"sku":null,"price":1400.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/MG_5470-2.jpg?v=1757928330"},{"product_id":"sandwich-and-more-plater-roll-serve-platter","title":"Roll \u0026 Serve Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eSandwich \u0026amp; More Platter \/ Roll \u0026amp; Serve Wooden Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eStylish Serving Made Easy • Rustic Charm • Everyday + Hosting\u003c\/p\u003e\n\n    \u003c!-- ✅ SIZE ADDED --\u003e\n    \u003cdiv class=\"hn-bb-note\" style=\"margin-top:12px;\"\u003e\n      \u003cstrong\u003eSize:\u003c\/strong\u003e 12x5 inches\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Elevate your serving style with the \u003cstrong\u003eSandwich \u0026amp; More Platter\u003c\/strong\u003e—designed for people who love to host with ease and serve with\n      elegance. It’s perfect for presenting sandwiches, sliders, wraps, and quick bites in a neat, picture-perfect way.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Pair it with the \u003cstrong\u003eRoll \u0026amp; Serve Wooden Platter\u003c\/strong\u003e for a rustic yet refined setup. Specially made for rolls, kebabs, finger foods,\n      and appetizers, this platter adds timeless charm while keeping your presentation clean and effortless.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Highlights\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eAmple Serving Space\u003c\/h4\u003e\n        \u003cp\u003eEnough room for sandwiches, sliders, wraps, rolls, and a complete snack spread.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Wooden Craftsmanship\u003c\/h4\u003e\n        \u003cp\u003eMade from durable, quality wood with a smooth finish for long-lasting everyday use.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eModern + Rustic Aesthetic\u003c\/h4\u003e\n        \u003cp\u003eA stylish blend that suits brunch tables, tea time, parties, and casual evenings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEasy to Serve \u0026amp; Carry\u003c\/h4\u003e\n        \u003cp\u003eLightweight feel with a sturdy build—great for serving guests confidently.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eTimeless Shape \u0026amp; Finish\u003c\/h4\u003e\n        \u003cp\u003eClassic silhouette that looks premium on any dining or coffee table setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eHome • Café • Gifting Ready\u003c\/h4\u003e\n        \u003cp\u003ePerfect for homes, cafés, serving counters, and thoughtful gifting.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A platter that’s not just for serving—this is serveware that helps you \u003cstrong\u003estyle your food\u003c\/strong\u003e and make every meal feel intentional.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Serving\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003eUse it for everyday meals or create an aesthetic snack spread in minutes:\u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eSandwiches \u0026amp; wraps\u003c\/li\u003e\n      \u003cli\u003eSliders \u0026amp; mini burgers\u003c\/li\u003e\n      \u003cli\u003eRolls \u0026amp; kebabs\u003c\/li\u003e\n      \u003cli\u003eFinger foods \u0026amp; starters\u003c\/li\u003e\n      \u003cli\u003eTea-time snacks\u003c\/li\u003e\n      \u003cli\u003eDesserts \u0026amp; pastries\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Pro tip: Add a small bowl for dips\/chutneys to instantly make it feel like a premium café platter.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy Choose Hertha Nest Wooden Platters?\u003c\/h3\u003e\n    \u003cp\u003e\n      At Hertha Nest, every platter is crafted to combine aesthetic beauty with everyday usability. The Sandwich \u0026amp; More and Roll \u0026amp; Serve Platters\n      are made from durable, premium-quality wood—built for repeated use while enhancing your dining experience.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHandcrafted finish:\u003c\/strong\u003e Smooth, refined look that feels premium on the table.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMade to last:\u003c\/strong\u003e Strong wooden build for long-term hosting and daily use.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePresentation-first design:\u003c\/strong\u003e Helps food look cleaner, more organized, and appetizing.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eVersatile serveware:\u003c\/strong\u003e Perfect for home dining, small cafés, and gift occasions.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Unlike ordinary trays, these platters are designed for both \u003cstrong\u003eserving\u003c\/strong\u003e and \u003cstrong\u003estyling\u003c\/strong\u003e—making your food look as good as it tastes.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eGreat for Gifting\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eWeddings\u003c\/li\u003e\n      \u003cli\u003eAnniversaries\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n      \u003cli\u003eCorporate gifting\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      A useful gift that feels premium—something people actually use and keep on display.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe clean with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwasher cleaning to preserve the finish.\u003c\/li\u003e\n      \u003cli\u003eCondition occasionally with food-safe mineral oil to keep the wood rich and smooth.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain long-term durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your wooden platter stays beautiful and ready for every serving moment.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Serve your favorites with a touch of class and keep every bite looking picture-perfect. From brunch tables to tea-time snacks and family get-togethers,\n      these platters bring comfort, charm, and effortless style to your table—every single time.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"12x5 Inches","offer_id":45955556901022,"sku":null,"price":900.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/MG_5451.jpg?v=1757928214"},{"product_id":"blooming-bites-platter-grden-fresh-platter","title":"Blooming Bites Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Paste in Product Description HTML mode) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px auto; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eBlooming Bites Platter – Garden Fresh Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eFresh, Elegant, and Perfect for Every Occasion\u003c\/p\u003e\n\n    \u003c!-- ✅ SIZE ADDED --\u003e\n    \u003cdiv class=\"hn-bb-note\" style=\"margin-top:12px;\"\u003e\n      \u003cstrong\u003eSize:\u003c\/strong\u003e 14×9 inches\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Elevate your serving game with the Blooming Bites Platter – Garden Fresh Platter, a stunning wooden platter designed to bring freshness,\n      elegance, and versatility to your table. Crafted with precision and care by Hertha Nest, this platter transforms ordinary snack time into\n      a visual and culinary delight—perfect for brunches, evening gatherings, festive celebrations, or simply enjoying a wholesome bite at home.\n      Combining rustic charm with modern functionality, this platter is an essential addition to any kitchen or dining space.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Wooden Craftsmanship\u003c\/h4\u003e\n        \u003cp\u003eMade from high-quality, durable wood, highlighting natural grains for a rich and elegant finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGenerous Surface Area\u003c\/h4\u003e\n        \u003cp\u003eSpacious \u003cstrong\u003e14×9 inches\u003c\/strong\u003e—ideal for fruits, veggies, cheeses, sandwiches, or a mix of garden-fresh snacks.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eUnique Design\u003c\/h4\u003e\n        \u003cp\u003eInspired by blooming gardens—the aesthetic appeal enhances any table setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEco-Friendly \u0026amp; Sustainable\u003c\/h4\u003e\n        \u003cp\u003eCrafted with natural materials, ideal for environmentally-conscious users.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eMultipurpose Use\u003c\/h4\u003e\n        \u003cp\u003ePerfect for snacks, appetizers, desserts, salads, or themed spreads for parties and celebrations.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Inspired by a blooming garden, it encourages creative food presentation—fresh fruits, crisp vegetables, colorful finger foods,\n      artisanal breads, and cheese assortments. Every bite becomes a visual treat.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy You’ll Love It\u003c\/h3\u003e\n    \u003cp\u003e\n      The Garden Fresh Platter isn’t just about style—it’s designed for practical, everyday use. Its smooth wooden surface ensures easy serving\n      and cleaning, while its robust build guarantees durability for years of entertaining. Unlike typical serveware that feels plain, this platter\n      adds a touch of elegance to casual meals and special occasions alike.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eVersatility at Its Best\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFresh Fruits \u0026amp; Vegetables:\u003c\/strong\u003e Display colorful assortments for a healthy snack table.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFinger Foods \u0026amp; Appetizers:\u003c\/strong\u003e Perfect for bite-sized treats, bruschetta, or cheese and crackers.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDesserts \u0026amp; Pastries:\u003c\/strong\u003e Great for mini cupcakes, cookies, and sweet treats.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBrunch \u0026amp; Tea Parties:\u003c\/strong\u003e Ideal for sandwiches, rolls, and fresh baked goods.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With the Blooming Bites Platter, hosting becomes effortless—and presentation looks premium.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect Gift Idea\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming parties\u003c\/li\u003e\n      \u003cli\u003eWeddings \u0026amp; anniversaries\u003c\/li\u003e\n      \u003cli\u003eFestive occasions (Diwali, Christmas)\u003c\/li\u003e\n      \u003cli\u003eCorporate gifting\u003c\/li\u003e\n      \u003cli\u003eFriends \u0026amp; family\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      Its aesthetic design and practical functionality ensure that anyone receiving it will appreciate its beauty and utility.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe clean with a damp cloth after use; avoid soaking in water.\u003c\/li\u003e\n      \u003cli\u003eApply food-safe mineral oil occasionally to maintain the wood’s luster.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to ensure long-lasting durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy Choose Hertha Nest\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHandcrafted Excellence:\u003c\/strong\u003e Each platter is made with attention to detail.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSustainable Materials:\u003c\/strong\u003e Responsibly sourced wood that’s safe for everyday use.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eElegant \u0026amp; Functional Design:\u003c\/strong\u003e Built for daily use and special celebrations.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      In conclusion, the Blooming Bites Platter – Garden Fresh Platter is more than just serveware—it’s a statement of style, sustainability,\n      and culinary artistry. Perfect for casual gatherings, formal occasions, or gifting to loved ones.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"14x9 Inches","offer_id":45955554181278,"sku":null,"price":1400.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/MG_5439-3.jpg?v=1757928162"},{"product_id":"garden-fresh-platter","title":"Garden Fresh Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eGarden Fresh Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eBring Nature’s Bounty to Your Table\u003c\/p\u003e\n\n    \u003c!-- ✅ SIZE ADDED --\u003e\n    \u003cdiv class=\"hn-bb-note\" style=\"margin-top:12px;\"\u003e\n      \u003cstrong\u003eSize:\u003c\/strong\u003e 14 x 9 inches\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Elevate your snacking and entertaining experience with the Garden Fresh Platter from Hertha Nest, a beautifully crafted wooden serving\n      board that celebrates nature, freshness, and style. Designed for health-focused hosts and lovers of elegant presentation, this platter\n      makes it effortless to showcase fruits, salads, light snacks, and refreshing bites with a natural, inviting charm.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you’re hosting brunch with friends, planning a wellness gathering, or creating a vibrant festive spread, the Garden Fresh Platter\n      turns every meal into a delightful experience.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eNature-Inspired Presentation\u003c\/h4\u003e\n        \u003cp\u003eBrings the feel of a fresh garden to your table—perfect for vibrant, wholesome food displays.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Wooden Craftsmanship\u003c\/h4\u003e\n        \u003cp\u003eQuality wood with rich grain and warm hues—rustic yet refined for any dining setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eIdeal Size for Sharing\u003c\/h4\u003e\n        \u003cp\u003eGenerously sized (\u003cstrong\u003e14 x 9 inches\u003c\/strong\u003e) for brunches, gatherings, or family meals.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVersatile Serving\u003c\/h4\u003e\n        \u003cp\u003ePerfect for fruits, salads, appetizers, light bites, vegetarian spreads, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eElegant \u0026amp; Functional\u003c\/h4\u003e\n        \u003cp\u003eCombines practical use and aesthetic appeal—beautiful as a table centerpiece.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      The smooth wooden surface provides a warm, earthy backdrop that enhances the beauty of your food—juicy fruits, crisp salads, refreshing\n      bites, and colorful spreads.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Healthy Snacking \u0026amp; Stylish Entertaining\u003c\/h3\u003e\n    \u003cp\u003e\n      Thoughtfully designed to support health-focused eating and social gatherings alike. Here are a few easy ways to style your platter.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFresh Fruit \u0026amp; Salad Display:\u003c\/strong\u003e Seasonal fruits, mixed greens, vibrant veggies, or a colorful fruit medley.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eHealthy Snacks \u0026amp; Appetizers:\u003c\/strong\u003e Crudités, dips, wholesome sandwiches, and bite-sized snacks.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFestive \u0026amp; Casual Entertaining:\u003c\/strong\u003e Curated mixes of savory and sweet options for celebrations and cozy evenings.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eThoughtful Gift for Any Occasion\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      A gift that’s both beautiful and useful—perfect for housewarmings, weddings, festive gifting, and more. Its elegant design and practical\n      function make it appreciated long after the occasion.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eStyle That Complements Your Table\u003c\/h3\u003e\n    \u003cp\u003e\n      The natural wood finish and understated design pair beautifully with many décor styles—from rustic farmhouse tables to modern minimalist\n      spaces. Arrange your food artfully and let the warm hues and organic texture enhance the dining ambience.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe clean with a damp cloth after use; avoid soaking or dishwasher cleaning.\u003c\/li\u003e\n      \u003cli\u003eOccasionally treat with food-safe mineral oil to preserve the wood’s natural finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to prevent moisture exposure and maintain durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With proper care, this platter will age gracefully—becoming richer in character over time.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      The Garden Fresh Platter isn’t just a serving board—it’s a celebration of fresh food, thoughtful design, and elegant hosting. Whether\n      you’re plating nutritious bites for everyday meals or curating special spreads for guests, this platter enhances every moment with its\n      natural beauty and practical charm.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Invite freshness to your table, embrace elegant presentation, and turn every serving into a memorable experience—where style meets\n      wholesome eating.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"14x9 Inches","offer_id":45955556081822,"sku":null,"price":1400.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/MG_5411-2.jpg?v=1757928143"},{"product_id":"tea-time-platter","title":"Tea Time Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eSnack \u0026amp; Sip Platter \/ Tea Time Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eA Perfect Tea-Time Companion for Everyday \u0026amp; Hosting • \u003cstrong\u003eSize: 8×4 inches\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\n      Make every sip of tea a delightful ritual with our Snack \u0026amp; Sip Platter \/ Tea Time Platter. Designed to balance taste and style, this\n      platter combines a chic serving tray with a snack-friendly layout—turning ordinary tea breaks into a premium, cozy experience.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether it’s morning refreshment, an evening break, or a weekend catch-up with friends, this platter is crafted to bring warmth, elegance,\n      and effortless presentation straight to your table.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Highlights\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eElegant Minimal Design\u003c\/h4\u003e\n        \u003cp\u003eModern, clean look that makes your tea-time setup instantly premium.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eMade for Snacks \u0026amp; Sips\u003c\/h4\u003e\n        \u003cp\u003ePerfect for biscuits, cookies, sandwiches, mini bites, and tea-time treats.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSturdy Yet Lightweight\u003c\/h4\u003e\n        \u003cp\u003eDurable build for daily use—easy to carry from kitchen to table.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eHosting-Friendly Serveware\u003c\/h4\u003e\n        \u003cp\u003eA beautiful piece to serve guests without effort—looks curated every time.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEveryday + Special Use\u003c\/h4\u003e\n        \u003cp\u003eWorks for daily tea rituals and festive occasions alike.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready Choice\u003c\/h4\u003e\n        \u003cp\u003eUseful, elegant, and presentable—perfect for gifting moments.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      It’s not just about snacks—it’s about \u003cstrong\u003epresentation\u003c\/strong\u003e. A good platter makes simple food feel intentional and beautifully\n      served.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eElegant Design Meets Everyday Use\u003c\/h3\u003e\n\n    \u003cp\u003e\n      This Tea Time Platter is designed to keep things simple, clean, and stylish. The minimal look blends beautifully with modern homes, while\n      the practical serving surface makes it easy to arrange snacks neatly without clutter.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEffortless serving:\u003c\/strong\u003e Arrange snacks neatly and keep your table organized.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLooks premium:\u003c\/strong\u003e Adds a refined touch even to everyday tea breaks.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eConvenient to carry:\u003c\/strong\u003e Move it easily between kitchen and living room.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePerfect for guests:\u003c\/strong\u003e Serve with confidence—no messy plates, no chaos.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair it with ceramic cups + a small bowl for dips\/jam to create a café-style setup at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect for Your Tea-Time Favorites\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003eUse it to serve anything from quick bites to an aesthetic mini-spread:\u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eBiscuits \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    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Whether it’s “me time” or “guest time”, this platter makes your snack setup look clean, warm, and intentional.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eGifting \u0026amp; Celebrations Made Special\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Looking for a thoughtful and versatile gift? The Snack \u0026amp; Sip Platter is a perfect choice. It’s a present that blends utility with\n      beauty—something people actually use and love daily.\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\u003eCorporate gifting\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A warm, useful gift that instantly upgrades someone’s tea-time experience—simple, premium, and memorable.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe clean with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking in water or using a dishwasher.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain the finish and durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With basic care, your platter stays beautiful and ready for every tea-time moment.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      From calm morning tea to weekend hosting, the Snack \u0026amp; Sip Platter \/ Tea Time Platter makes every moment feel a little more special.\n      Serve with style, share with warmth, and enjoy your tea-time the premium way.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"8x4 Inches","offer_id":45971723878558,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/MG_7922.jpg?v=1757928123"},{"product_id":"double-delight-oval-platter","title":"Double Delight Oval Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eDouble Delight Oval Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eElegant Serveware for Every Occasion\u003c\/p\u003e\n\n    \u003c!-- ✅ SIZE ADDED --\u003e\n    \u003cdiv class=\"hn-bb-note\" style=\"margin-top:12px;\"\u003e\n      \u003cstrong\u003eSize:\u003c\/strong\u003e 16x5 inches\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Introduce a new level of style and function to your dining experience with the Double Delight Oval Platter from Hertha Nest. Crafted for\n      those who love to serve with grace and entertain with flair, this beautifully designed wooden platter transforms everyday meals and special\n      gatherings into memorable dining moments.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed to balance form and function, it offers a generous serving surface, elegant contours, and a timeless wooden finish that complements\n      any table setting—bringing double the delight in presentation and shared moments around the table.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Wooden Craftsmanship\u003c\/h4\u003e\n        \u003cp\u003eHigh-quality wood that highlights beautiful grain patterns and natural warmth.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGenerous Oval Serving Surface\u003c\/h4\u003e\n        \u003cp\u003ePerfect for large spreads, multi-item arrangements, or signature platters.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eElegant \u0026amp; Timeless Design\u003c\/h4\u003e\n        \u003cp\u003eSmooth edges and refined finish—ideal for formal dinners and casual gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eMulti-Purpose Entertaining Tray\u003c\/h4\u003e\n        \u003cp\u003eGreat for appetizers, fruits, charcuterie, desserts, breads, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEco-Friendly \u0026amp; Durable\u003c\/h4\u003e\n        \u003cp\u003eSustainable wood construction for long-lasting use and everyday enjoyment.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy This Platter Is a Must-Have\u003c\/h3\u003e\n    \u003cp\u003e\n      The Double Delight Oval Platter isn’t just another wooden board—it’s a statement of style and hospitality. Its oval shape creates a graceful\n      silhouette that enhances visual appeal and encourages creative food presentation.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Whether you’re arranging colorful cheeses, fresh fruits, savory snacks, or a mix of sweet and salty treats, this platter brings everything\n      together with effortless charm—while acting as a centerpiece for connection and sharing.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eVersatility for Every Meal \u0026amp; Occasion\u003c\/h3\u003e\n    \u003cp\u003eUse it in multiple ways across different settings:\u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eCasual Gatherings \u0026amp; Everyday Meals\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLunch-ready:\u003c\/strong\u003e Serve sandwiches, rolls, and wraps in style.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDips \u0026amp; crunch:\u003c\/strong\u003e Arrange dips with crackers and fresh veggies.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBreakfast spread:\u003c\/strong\u003e Present pastries, toasts, and light bites beautifully.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eParty \u0026amp; Entertaining Essentials\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCharcuterie board:\u003c\/strong\u003e Cheeses, grapes, nuts, and cured meats.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCocktail hour:\u003c\/strong\u003e Showcase appetizers with a premium look.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDessert spread:\u003c\/strong\u003e Mini cheesecakes, brownies, and sweet bites.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eFestive \u0026amp; Special Occasions\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFestival spreads:\u003c\/strong\u003e Diwali, Christmas, Eid, birthdays, and more.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eThemed parties:\u003c\/strong\u003e Elegantly arranged finger foods.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLarge-group meals:\u003c\/strong\u003e Serve more, with ease and style.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Creative Entertaining\u003c\/h3\u003e\n    \u003cp\u003e\n      Ideal for hosts who love to showcase food with creativity. Arrange your platter in layered sections—sweet on one side, savory on the other—\n      or blend flavors for a dynamic spread. Its shape naturally guides the eye, making your presentation look thoughtful and elevated.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Experiment with colors, textures, and layouts—this platter helps every meal feel special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eGreat Gift Idea\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarmings\u003c\/li\u003e\n      \u003cli\u003eWeddings \u0026amp; anniversaries\u003c\/li\u003e\n      \u003cli\u003eHoliday \u0026amp; festival gifting\u003c\/li\u003e\n      \u003cli\u003eBridal showers\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      Its aesthetic appeal and everyday usefulness ensure it will be appreciated and used often—making it a gift that truly lasts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eClean after use:\u003c\/strong\u003e Wipe with a damp cloth; avoid soaking in water.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCondition occasionally:\u003c\/strong\u003e Use food-safe mineral oil to preserve the wood’s finish.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStore thoughtfully:\u003c\/strong\u003e Keep in a cool, dry place to prevent warping and maintain durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      The Double Delight Oval Platter offers the perfect blend of durability, beauty, and practicality. Suitable for every setting—from cozy family\n      breakfasts to lively dinner parties—it helps you serve with confidence and style.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Elevate your table, celebrate togetherness, and make every meal memorable with this versatile, elegant, and thoughtfully crafted wooden serving platter.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"16x5 Inches","offer_id":45971724533918,"sku":null,"price":1400.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/MG_7854.jpg?v=1757928107"},{"product_id":"sandwich-and-more-platter","title":"Sandwich And More Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eSandwich \u0026amp; More Platter – Roll \u0026amp; Serve Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eStylish Serveware for Everyday \u0026amp; Entertaining\u003c\/p\u003e\n\n    \u003c!-- ✅ SIZE ADDED --\u003e\n    \u003cdiv class=\"hn-bb-note\" style=\"margin-top:12px;\"\u003e\n      \u003cstrong\u003eSize:\u003c\/strong\u003e 12x5 inches\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Elevate your meals and hosting moments with the Sandwich \u0026amp; More Platter – Roll \u0026amp; Serve Platter from Hertha Nest. Designed to combine\n      functional elegance with everyday convenience, this versatile wooden platter transforms simple sandwiches, snacks, and rolls into beautifully\n      presented meals.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you're hosting brunch with friends, serving tea-time treats, or enjoying family meals, this platter brings both style and practicality\n      to your table. Built with premium craftsmanship and stunning natural wood grains, it’s a beautiful addition to kitchens, dining rooms, and\n      social gatherings.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Highlights\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Wooden Craftsmanship\u003c\/h4\u003e\n        \u003cp\u003eCrafted from high-quality wood with a smooth finish that enhances every serving.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect Size for Sharing\u003c\/h4\u003e\n        \u003cp\u003eGenerous surface area—ideal for sandwiches, rolls, snacks, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eElegant \u0026amp; Versatile Design\u003c\/h4\u003e\n        \u003cp\u003eA stylish blend of simplicity and sophistication for casual and formal occasions.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDurable \u0026amp; Long-Lasting\u003c\/h4\u003e\n        \u003cp\u003eSturdy construction ensures years of use for daily meals and entertaining.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eMulti-Purpose Use\u003c\/h4\u003e\n        \u003cp\u003eGreat for brunch, tea time, parties, picnics, and holiday gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Thoughtfully designed for hosts who value both functionality and aesthetics—its warm wooden surface adds rustic charm while the ample space\n      makes serving effortless.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eWhy You’ll Love It\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether you're serving a quick lunch or preparing a spread for guests, this platter makes presentation effortless and elegant. The natural\n      wood finish complements colorful foods—making even simple sandwiches look premium and appetizing.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBrunch\/Lunch:\u003c\/strong\u003e Sandwiches, wraps, rolls with greens and dips.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGatherings:\u003c\/strong\u003e Snacks \u0026amp; appetizers for guests to self-serve.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMini buffet:\u003c\/strong\u003e Cheese, cold cuts, bite-sized sides.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTea time:\u003c\/strong\u003e Desserts, sweet treats, pastries, cookies.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eEndless Ways to Enjoy\u003c\/h3\u003e\n    \u003cp\u003eYour platter adapts to a wide range of occasions—making it one of the most versatile pieces of serveware you’ll own.\u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eBrunch \u0026amp; Lunch Spread\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWelcoming board:\u003c\/strong\u003e Sandwiches, wraps, and rolls with dips and fruit.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBalanced + beautiful:\u003c\/strong\u003e Looks great and feels effortless to serve.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eTea Time Favorites\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eInvite \u0026amp; relax:\u003c\/strong\u003e Tea sandwiches, mini wraps, pastries, cookies.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMake it special:\u003c\/strong\u003e Turns casual tea time into a premium moment.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eCasual Entertaining\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eParty-ready:\u003c\/strong\u003e Sliders, finger foods, mixed appetizers.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCrowd-friendly:\u003c\/strong\u003e Guests can easily help themselves.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eEveryday Meals\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeekday upgrade:\u003c\/strong\u003e Makes routine eating feel intentional and enjoyable.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAny time:\u003c\/strong\u003e Breakfast, evening snacks, dessert—handles it all.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eA Thoughtful Gift for Every Occasion\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming parties\u003c\/li\u003e\n      \u003cli\u003eWeddings \u0026amp; anniversaries\u003c\/li\u003e\n      \u003cli\u003eDiwali \/ Christmas \/ Eid\u003c\/li\u003e\n      \u003cli\u003eBirthdays \u0026amp; celebrations\u003c\/li\u003e\n      \u003cli\u003eHostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      Classic design + practical use = a gift that’s cherished and frequently used. The natural woodgrain adds sophistication without overpowering\n      any home décor style.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwasher cleaning to preserve the wood finish.\u003c\/li\u003e\n      \u003cli\u003eOccasionally condition with food-safe mineral oil to enrich the grain and maintain durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With minimal upkeep, your platter will remain a beloved staple for years—aging gracefully and enhancing meals with every use.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      The Sandwich \u0026amp; More Platter – Roll \u0026amp; Serve Platter is more than serveware—it’s a creative tool that transforms every meal into a\n      beautifully styled presentation. From casual brunches to festive celebrations, it supports your culinary creativity while adding warmth,\n      charm, and sophistication to your table.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Bring home this timeless platter and make every serving moment special.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"12x5 Inches","offer_id":45971737772190,"sku":null,"price":900.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/MG_7901.jpg?v=1757929232"},{"product_id":"rhythm-bites-platter","title":"Rhythm \u0026 Bites Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eRhythm Bites Platter\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eServe With Style, Share With Joy\u003c\/p\u003e\n\n    \u003c!-- ✅ SIZE ADDED --\u003e\n    \u003cdiv class=\"hn-bb-note\" style=\"margin-top:12px;\"\u003e\n      \u003cstrong\u003eSize:\u003c\/strong\u003e 12x8 inches\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Elevate your food presentation and make every bite memorable with the Rhythm Bites Platter from Hertha Nest. Artfully crafted and designed\n      with both style and functionality in mind, this wooden serving board brings elegance, warmth, and creative flair to your table.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you're hosting friends and family, planning a casual get-together, or simply enjoying snacks at home, this platter transforms\n      ordinary servings into extraordinary experiences—blending natural craftsmanship with everyday practicality.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Highlights\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Wooden Craftsmanship\u003c\/h4\u003e\n        \u003cp\u003eHigh-quality wood that showcases beautiful natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGenerous Serving Surface\u003c\/h4\u003e\n        \u003cp\u003eLarge enough for snacks, appetizers, fruits, desserts, and crowd-pleasing spreads.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVersatile \u0026amp; Functional\u003c\/h4\u003e\n        \u003cp\u003eIdeal for parties, tea time, brunches, casual snacking, and entertaining at home.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eElegant Yet Durable\u003c\/h4\u003e\n        \u003cp\u003eLightweight but sturdy—makes serving and sharing effortless.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEco-Friendly \u0026amp; Stylish\u003c\/h4\u003e\n        \u003cp\u003eA sustainable choice that enhances décor while protecting your surfaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eA Platter That Sets the Mood\u003c\/h3\u003e\n    \u003cp\u003e\n      The Rhythm Bites Platter is crafted to bring harmony to your food presentation—inspired by the rhythm of shared moments: laughter,\n      conversations, and joyful gatherings. Its smooth surface and elegant design make even simple snacks look intentional and elevated.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      This isn’t just a board—it’s a canvas for culinary creativity. Arrange savory bites, sweet treats, wholesome fruits, or cheese assortments,\n      and let every color, texture, and flavor stand out beautifully.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Every Occasion\u003c\/h3\u003e\n    \u003cp\u003eIts multi-purpose design adapts effortlessly to a wide range of serving needs:\u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eParty \u0026amp; Entertaining\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCrowd-friendly spreads:\u003c\/strong\u003e Canapés, mini sandwiches, sushi bites, mixed appetizers.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eAny vibe:\u003c\/strong\u003e Birthdays, festive feasts, or casual evenings with friends.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eTea Time \u0026amp; Casual Snacking\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCozy setup:\u003c\/strong\u003e Cookies, biscuits, cupcakes, fruits, crackers, dips, and nibbles.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePerfect companion:\u003c\/strong\u003e Leisurely afternoons and warm conversations.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eBrunch \u0026amp; Family Meals\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBrunch classics:\u003c\/strong\u003e Croissants, bagels, waffles, grilled veggies, and dips.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eBuilt for sharing:\u003c\/strong\u003e Encourages togetherness around the table.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003eThoughtful Gift\u003c\/strong\u003e\n      \u003cul class=\"hn-bb-list\" style=\"margin-top:10px;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDelightful present:\u003c\/strong\u003e Housewarmings, weddings, anniversaries, birthdays, festive celebrations.\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTasteful + practical:\u003c\/strong\u003e A gift that’s used often and remembered.\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy You’ll Love It\u003c\/h3\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEasy to Style:\u003c\/strong\u003e Pairs with décor themes from minimalist modern to rustic farmhouse.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eBuilt for Sharing:\u003c\/strong\u003e Large surface area for colorful, crowd-pleasing assortments.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eVersatile \u0026amp; Practical:\u003c\/strong\u003e Works for everyday snacks and festive setups.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eComfortable to Carry:\u003c\/strong\u003e Lightweight design for smooth, effortless serving.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Whether you're serving a light snack or a generous mix of appetizers and treats, this platter brings rhythm and harmony to your presentation—\n      making every shared moment feel thoughtful and complete.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe clean after use with a soft, damp cloth.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwashers to preserve the wood’s finish.\u003c\/li\u003e\n      \u003cli\u003eOccasionally condition with food-safe mineral oil to maintain rich color and grain.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With proper care, this platter will age gracefully and remain a favorite part of your entertaining collection for years.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eA Stylish, Sustainable Choice\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Choosing the Rhythm Bites Platter means embracing both style and sustainability. Made from quality wood, it reflects an appreciation for\n      natural materials and thoughtful design—serving not just food, but moments worth remembering.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      From casual evenings to grand celebrations, the Rhythm Bites Platter brings warmth, beauty, and harmony to every table. It’s more than a\n      serving board—it’s a celebration of shared experiences, delicious bites, and the joys of togetherness.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"12x8 Inches","offer_id":45971768934558,"sku":null,"price":1400.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/MG_7884.jpg?v=1757929209"},{"product_id":"snack-dip-platter","title":"Snack \u0026 Dip Platter","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eSnack \u0026amp; Dip Platter with Ceramic Inlay\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Wood • Botanical Ceramic Art • With Enamel coating • Dip Sections + Wooden Bowls\u003c\/p\u003e\n\n    \u003c!-- ✅ SIZE ADDED --\u003e\n    \u003cdiv class=\"hn-bb-note\" style=\"margin-top:12px;\"\u003e\n      \u003cstrong\u003eSize:\u003c\/strong\u003e 16×10 inches\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Bring charm and convenience to your table with this handcrafted \u003cstrong\u003eSnack \u0026amp; Dip Platter\u003c\/strong\u003e. Made from premium wood, it features a\n      \u003cstrong\u003ebeautiful ceramic inlay\u003c\/strong\u003e with nature-inspired leaf patterns—adding a refined, artistic touch to your serving style.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      With \u003cstrong\u003ededicated dip sections\u003c\/strong\u003e and \u003cstrong\u003ematching wooden bowls\u003c\/strong\u003e, it’s perfect for serving chips, nachos, crackers, fruits,\n      starters, or desserts with sauces and dips. Whether it’s a cozy evening at home or a festive gathering, this platter blends\n      \u003cstrong\u003efunctionality with timeless design\u003c\/strong\u003e—ideal for modern, mindful hosts.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eHandcrafted Food-Safe Wood\u003c\/h4\u003e\n        \u003cp\u003eDurable wooden base with a smooth finish—made for everyday serving.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eBotanical Ceramic Inlay\u003c\/h4\u003e\n        \u003cp\u003eLeaf-pattern ceramic art adds a premium, nature-inspired look to your table.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDedicated Dip Sections\u003c\/h4\u003e\n        \u003cp\u003eNeat layout for sauces, chutneys, salsa, hummus, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eMatching Wooden Bowls Included\u003c\/h4\u003e\n        \u003cp\u003eEasy serving + easy refills—perfect for hosting guests.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eMulti-Purpose Serveware\u003c\/h4\u003e\n        \u003cp\u003eGreat for snacks, starters, desserts, and curated party spreads.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready \u0026amp; Elegant\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful gift for housewarmings, festive occasions, and everyday use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A platter that looks premium even when it’s empty—perfect as a dining centerpiece or a coffee-table serving essential.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eWhat You Can Serve On It\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003eUse it to build beautiful spreads with dips and bite-sized favorites:\u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eChips \u0026amp; nachos\u003c\/li\u003e\n      \u003cli\u003eCrackers \u0026amp; cheese\u003c\/li\u003e\n      \u003cli\u003eFruits \u0026amp; nuts\u003c\/li\u003e\n      \u003cli\u003eCrudités \u0026amp; hummus\u003c\/li\u003e\n      \u003cli\u003eStarters \u0026amp; appetizers\u003c\/li\u003e\n      \u003cli\u003eDesserts \u0026amp; sweet bites\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Pro tip: Serve 2–3 dips together (ketchup + mayo + chutney \/ salsa + cheese dip + guacamole) to make it feel like a premium café platter.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Hosting\u003c\/h3\u003e\n    \u003cp\u003e\n      This platter is designed to make hosting effortless. The dip sections keep things clean and organized, while the ceramic inlay adds a premium\n      “wow” factor on your table. Great for:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMovie nights:\u003c\/strong\u003e Chips + dips + bite-sized munchies.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eTea-time gatherings:\u003c\/strong\u003e Snacks, biscuits, fruits with sauces.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFestive spreads:\u003c\/strong\u003e A centerpiece board for guests to share.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWeekend brunch:\u003c\/strong\u003e Light bites + sauces + small desserts.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      The layout helps guests pick their snack + dip combo easily—less mess, more enjoyment.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect Gift Choice\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eDiwali \/ Christmas \/ Eid\u003c\/li\u003e\n      \u003cli\u003eWeddings \u0026amp; anniversaries\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n      \u003cli\u003eCorporate gifting\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      A beautiful mix of art + utility—something the recipient will actually use and love.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eMaterial \u0026amp; Care\u003c\/h3\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Mango wood \u0026amp; with enamel coating \u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCare:\u003c\/strong\u003e Wipe clean with a damp cloth; avoid soaking\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Keep it dry after cleaning to maintain the finish and preserve the beauty of the ceramic inlay.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      A handcrafted platter that combines premium wood, nature-inspired ceramic artistry, and smart dip sections—perfect for modern hosting, everyday\n      snacking, and gift-worthy serving moments.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"Default Title","offer_id":46079003754654,"sku":null,"price":1700.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/ChatGPT_Image_Oct_27_2025_05_19_17_PM.png?v=1761575378"},{"product_id":"wooden-tea-coasters-chai-beenaa-chain-kahan-re","title":"Wooden Tea Coasters | “Chai Beenaa Chain Kahan Re?”","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eHandcrafted Mango Wood Coasters (Set of 4)\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Enamel Coating • Durable • Eco-Friendly • Gift-Ready\u003c\/p\u003e\n\n    \u003c!-- ✅ Short Description used at the start --\u003e\n    \u003cp\u003e\n      Hertha Nest introduces a handcrafted mango wood coaster set of 4 with enamel coating. These coasters are available in different designs like\n      \u003cstrong\u003eMandala\u003c\/strong\u003e, \u003cstrong\u003eMadhubani art\u003c\/strong\u003e, \u003cstrong\u003ecartoon characters\u003c\/strong\u003e, \u003cstrong\u003echai \u0026amp; coffee themes\u003c\/strong\u003e, and more.\n      Durable, eco-friendly, and perfect for gifting.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed to protect your surfaces while adding personality to your space, this coaster set brings a beautiful mix of culture, creativity, and\n      everyday practicality—ideal for tea time, coffee breaks, hosting guests, or styling your desk.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Mango Wood\u003c\/h4\u003e\n        \u003cp\u003eSustainably sourced mango wood with natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEnamel Coating for Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps resist stains and adds a smooth, long-lasting finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSet of 4 Coasters\u003c\/h4\u003e\n        \u003cp\u003ePerfect for family use, guests, home cafés, and small gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVibrant Design Options\u003c\/h4\u003e\n        \u003cp\u003eChoose from Mandala, Madhubani, cartoon themes, chai\/coffee styles, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSurface Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps protect tables from heat marks, spills, and cup rings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready Choice\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful, premium-looking gift that’s useful and aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      These coasters are made to look beautiful on your table even when not in use—like small art pieces that elevate your everyday setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eDesign Themes You’ll Love\u003c\/h3\u003e\n    \u003cp\u003e\n      Each coaster set is crafted to add a splash of culture, fun, or warmth to your space. Popular themes include:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala Art:\u003c\/strong\u003e A calming, elegant look—perfect for serene home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMadhubani Art:\u003c\/strong\u003e A beautiful tribute to Indian heritage and traditional storytelling.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCartoon Characters:\u003c\/strong\u003e A playful vibe for kids’ rooms, family spaces, and fun gifting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChai \u0026amp; Coffee Themes:\u003c\/strong\u003e Perfect for tea lovers, café corners, and daily coffee rituals.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMore Designs Available:\u003c\/strong\u003e Choose the one that matches your personality and home aesthetic.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair these coasters with a wooden tray + ceramic mugs to create a premium café-style tea\/coffee corner at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether it’s morning chai, evening coffee, or weekend hosting—these coasters keep your tables protected and your setup looking polished.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee cups\u003c\/li\u003e\n      \u003cli\u003eCold drinks \u0026amp; juices\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eStudy table\u003c\/li\u003e\n      \u003cli\u003eHosting guests\u003c\/li\u003e\n      \u003cli\u003eHome café corner\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      A small gift that feels premium and thoughtful—ideal for anyone who loves décor, tea time, or unique handmade products.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eCorporate gifts\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Because they’re useful daily, coasters make a gift people actually keep and use—while the designs make them feel special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwashers to protect the wood and enamel finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain long-term durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your coaster set stays vibrant, smooth, and beautiful for years.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Elevate your tea time with handcrafted mango wood coasters that protect your surfaces while adding culture and personality to your space.\n      With vibrant themes and an enamel-coated finish, this set of four is perfect for daily use, hosting, or gifting.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 4\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46472808562846,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/ChaiBeenaChainKahanRe1.jpg?v=1770184329"},{"product_id":"wooden-coaster-doraemon-edition","title":"Wooden Coaster (Doraemon Edition)","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eHandcrafted Mango Wood Coasters (Set of 4)\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Enamel Coating • Durable • Eco-Friendly • Gift-Ready\u003c\/p\u003e\n\n    \u003c!-- ✅ Short Description used at the start --\u003e\n    \u003cp\u003e\n      Hertha Nest introduces a handcrafted mango wood coaster set of 4 with enamel coating. These coasters are available in different designs like\n      \u003cstrong\u003eMandala\u003c\/strong\u003e, \u003cstrong\u003eMadhubani art\u003c\/strong\u003e, \u003cstrong\u003ecartoon characters\u003c\/strong\u003e, \u003cstrong\u003echai \u0026amp; coffee themes\u003c\/strong\u003e, and more.\n      Durable, eco-friendly, and perfect for gifting.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed to protect your surfaces while adding personality to your space, this coaster set brings a beautiful mix of culture, creativity, and\n      everyday practicality—ideal for tea time, coffee breaks, hosting guests, or styling your desk.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Mango Wood\u003c\/h4\u003e\n        \u003cp\u003eSustainably sourced mango wood with natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEnamel Coating for Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps resist stains and adds a smooth, long-lasting finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSet of 4 Coasters\u003c\/h4\u003e\n        \u003cp\u003ePerfect for family use, guests, home cafés, and small gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVibrant Design Options\u003c\/h4\u003e\n        \u003cp\u003eChoose from Mandala, Madhubani, cartoon themes, chai\/coffee styles, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSurface Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps protect tables from heat marks, spills, and cup rings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready Choice\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful, premium-looking gift that’s useful and aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      These coasters are made to look beautiful on your table even when not in use—like small art pieces that elevate your everyday setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eDesign Themes You’ll Love\u003c\/h3\u003e\n    \u003cp\u003e\n      Each coaster set is crafted to add a splash of culture, fun, or warmth to your space. Popular themes include:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala Art:\u003c\/strong\u003e A calming, elegant look—perfect for serene home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMadhubani Art:\u003c\/strong\u003e A beautiful tribute to Indian heritage and traditional storytelling.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCartoon Characters:\u003c\/strong\u003e A playful vibe for kids’ rooms, family spaces, and fun gifting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChai \u0026amp; Coffee Themes:\u003c\/strong\u003e Perfect for tea lovers, café corners, and daily coffee rituals.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMore Designs Available:\u003c\/strong\u003e Choose the one that matches your personality and home aesthetic.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair these coasters with a wooden tray + ceramic mugs to create a premium café-style tea\/coffee corner at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether it’s morning chai, evening coffee, or weekend hosting—these coasters keep your tables protected and your setup looking polished.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee cups\u003c\/li\u003e\n      \u003cli\u003eCold drinks \u0026amp; juices\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eStudy table\u003c\/li\u003e\n      \u003cli\u003eHosting guests\u003c\/li\u003e\n      \u003cli\u003eHome café corner\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      A small gift that feels premium and thoughtful—ideal for anyone who loves décor, tea time, or unique handmade products.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eCorporate gifts\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Because they’re useful daily, coasters make a gift people actually keep and use—while the designs make them feel special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwashers to protect the wood and enamel finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain long-term durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your coaster set stays vibrant, smooth, and beautiful for years.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Elevate your tea time with handcrafted mango wood coasters that protect your surfaces while adding culture and personality to your space.\n      With vibrant themes and an enamel-coated finish, this set of four is perfect for daily use, hosting, or gifting.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 4\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46472811970718,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/Doraemon1.jpg?v=1770184674"},{"product_id":"wooden-coaster-madhubani-edition","title":"Wooden Coaster (Madhubani Edition)","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eHandcrafted Mango Wood Coasters (Set of 4)\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Enamel Coating • Durable • Eco-Friendly • Gift-Ready\u003c\/p\u003e\n\n    \u003c!-- ✅ Short Description used at the start --\u003e\n    \u003cp\u003e\n      Hertha Nest introduces a handcrafted mango wood coaster set of 4 with enamel coating. These coasters are available in different designs like\n      \u003cstrong\u003eMandala\u003c\/strong\u003e, \u003cstrong\u003eMadhubani art\u003c\/strong\u003e, \u003cstrong\u003ecartoon characters\u003c\/strong\u003e, \u003cstrong\u003echai \u0026amp; coffee themes\u003c\/strong\u003e, and more.\n      Durable, eco-friendly, and perfect for gifting.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed to protect your surfaces while adding personality to your space, this coaster set brings a beautiful mix of culture, creativity, and\n      everyday practicality—ideal for tea time, coffee breaks, hosting guests, or styling your desk.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Mango Wood\u003c\/h4\u003e\n        \u003cp\u003eSustainably sourced mango wood with natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEnamel Coating for Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps resist stains and adds a smooth, long-lasting finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSet of 4 Coasters\u003c\/h4\u003e\n        \u003cp\u003ePerfect for family use, guests, home cafés, and small gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVibrant Design Options\u003c\/h4\u003e\n        \u003cp\u003eChoose from Mandala, Madhubani, cartoon themes, chai\/coffee styles, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSurface Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps protect tables from heat marks, spills, and cup rings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready Choice\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful, premium-looking gift that’s useful and aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      These coasters are made to look beautiful on your table even when not in use—like small art pieces that elevate your everyday setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eDesign Themes You’ll Love\u003c\/h3\u003e\n    \u003cp\u003e\n      Each coaster set is crafted to add a splash of culture, fun, or warmth to your space. Popular themes include:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala Art:\u003c\/strong\u003e A calming, elegant look—perfect for serene home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMadhubani Art:\u003c\/strong\u003e A beautiful tribute to Indian heritage and traditional storytelling.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCartoon Characters:\u003c\/strong\u003e A playful vibe for kids’ rooms, family spaces, and fun gifting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChai \u0026amp; Coffee Themes:\u003c\/strong\u003e Perfect for tea lovers, café corners, and daily coffee rituals.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMore Designs Available:\u003c\/strong\u003e Choose the one that matches your personality and home aesthetic.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair these coasters with a wooden tray + ceramic mugs to create a premium café-style tea\/coffee corner at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether it’s morning chai, evening coffee, or weekend hosting—these coasters keep your tables protected and your setup looking polished.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee cups\u003c\/li\u003e\n      \u003cli\u003eCold drinks \u0026amp; juices\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eStudy table\u003c\/li\u003e\n      \u003cli\u003eHosting guests\u003c\/li\u003e\n      \u003cli\u003eHome café corner\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      A small gift that feels premium and thoughtful—ideal for anyone who loves décor, tea time, or unique handmade products.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eCorporate gifts\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Because they’re useful daily, coasters make a gift people actually keep and use—while the designs make them feel special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwashers to protect the wood and enamel finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain long-term durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your coaster set stays vibrant, smooth, and beautiful for years.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Elevate your tea time with handcrafted mango wood coasters that protect your surfaces while adding culture and personality to your space.\n      With vibrant themes and an enamel-coated finish, this set of four is perfect for daily use, hosting, or gifting.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 4\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46472814723230,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/Madhubani1.jpg?v=1770184987"},{"product_id":"wooden-coaster-meri-chai-kaha-hai-edition","title":"Wooden Coaster (Meri Chai Kaha Hai Edition)","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eHandcrafted Mango Wood Coasters (Set of 4)\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Enamel Coating • Durable • Eco-Friendly • Gift-Ready\u003c\/p\u003e\n\n    \u003c!-- ✅ Short Description used at the start --\u003e\n    \u003cp\u003e\n      Hertha Nest introduces a handcrafted mango wood coaster set of 4 with enamel coating. These coasters are available in different designs like\n      \u003cstrong\u003eMandala\u003c\/strong\u003e, \u003cstrong\u003eMadhubani art\u003c\/strong\u003e, \u003cstrong\u003ecartoon characters\u003c\/strong\u003e, \u003cstrong\u003echai \u0026amp; coffee themes\u003c\/strong\u003e, and more.\n      Durable, eco-friendly, and perfect for gifting.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed to protect your surfaces while adding personality to your space, this coaster set brings a beautiful mix of culture, creativity, and\n      everyday practicality—ideal for tea time, coffee breaks, hosting guests, or styling your desk.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Mango Wood\u003c\/h4\u003e\n        \u003cp\u003eSustainably sourced mango wood with natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEnamel Coating for Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps resist stains and adds a smooth, long-lasting finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSet of 4 Coasters\u003c\/h4\u003e\n        \u003cp\u003ePerfect for family use, guests, home cafés, and small gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVibrant Design Options\u003c\/h4\u003e\n        \u003cp\u003eChoose from Mandala, Madhubani, cartoon themes, chai\/coffee styles, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSurface Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps protect tables from heat marks, spills, and cup rings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready Choice\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful, premium-looking gift that’s useful and aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      These coasters are made to look beautiful on your table even when not in use—like small art pieces that elevate your everyday setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eDesign Themes You’ll Love\u003c\/h3\u003e\n    \u003cp\u003e\n      Each coaster set is crafted to add a splash of culture, fun, or warmth to your space. Popular themes include:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala Art:\u003c\/strong\u003e A calming, elegant look—perfect for serene home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMadhubani Art:\u003c\/strong\u003e A beautiful tribute to Indian heritage and traditional storytelling.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCartoon Characters:\u003c\/strong\u003e A playful vibe for kids’ rooms, family spaces, and fun gifting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChai \u0026amp; Coffee Themes:\u003c\/strong\u003e Perfect for tea lovers, café corners, and daily coffee rituals.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMore Designs Available:\u003c\/strong\u003e Choose the one that matches your personality and home aesthetic.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair these coasters with a wooden tray + ceramic mugs to create a premium café-style tea\/coffee corner at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether it’s morning chai, evening coffee, or weekend hosting—these coasters keep your tables protected and your setup looking polished.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee cups\u003c\/li\u003e\n      \u003cli\u003eCold drinks \u0026amp; juices\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eStudy table\u003c\/li\u003e\n      \u003cli\u003eHosting guests\u003c\/li\u003e\n      \u003cli\u003eHome café corner\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      A small gift that feels premium and thoughtful—ideal for anyone who loves décor, tea time, or unique handmade products.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eCorporate gifts\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Because they’re useful daily, coasters make a gift people actually keep and use—while the designs make them feel special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwashers to protect the wood and enamel finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain long-term durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your coaster set stays vibrant, smooth, and beautiful for years.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Elevate your tea time with handcrafted mango wood coasters that protect your surfaces while adding culture and personality to your space.\n      With vibrant themes and an enamel-coated finish, this set of four is perfect for daily use, hosting, or gifting.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 4\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46472815837342,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/MeriChaiKahaHai1.jpg?v=1770185151"},{"product_id":"wooden-coaster-mr-bean-edition","title":"Wooden Coaster (Mr. Bean Edition)","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eHandcrafted Mango Wood Coasters (Set of 4)\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Enamel Coating • Durable • Eco-Friendly • Gift-Ready\u003c\/p\u003e\n\n    \u003c!-- ✅ Short Description used at the start --\u003e\n    \u003cp\u003e\n      Hertha Nest introduces a handcrafted mango wood coaster set of 4 with enamel coating. These coasters are available in different designs like\n      \u003cstrong\u003eMandala\u003c\/strong\u003e, \u003cstrong\u003eMadhubani art\u003c\/strong\u003e, \u003cstrong\u003ecartoon characters\u003c\/strong\u003e, \u003cstrong\u003echai \u0026amp; coffee themes\u003c\/strong\u003e, and more.\n      Durable, eco-friendly, and perfect for gifting.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed to protect your surfaces while adding personality to your space, this coaster set brings a beautiful mix of culture, creativity, and\n      everyday practicality—ideal for tea time, coffee breaks, hosting guests, or styling your desk.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Mango Wood\u003c\/h4\u003e\n        \u003cp\u003eSustainably sourced mango wood with natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEnamel Coating for Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps resist stains and adds a smooth, long-lasting finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSet of 4 Coasters\u003c\/h4\u003e\n        \u003cp\u003ePerfect for family use, guests, home cafés, and small gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVibrant Design Options\u003c\/h4\u003e\n        \u003cp\u003eChoose from Mandala, Madhubani, cartoon themes, chai\/coffee styles, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSurface Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps protect tables from heat marks, spills, and cup rings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready Choice\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful, premium-looking gift that’s useful and aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      These coasters are made to look beautiful on your table even when not in use—like small art pieces that elevate your everyday setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eDesign Themes You’ll Love\u003c\/h3\u003e\n    \u003cp\u003e\n      Each coaster set is crafted to add a splash of culture, fun, or warmth to your space. Popular themes include:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala Art:\u003c\/strong\u003e A calming, elegant look—perfect for serene home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMadhubani Art:\u003c\/strong\u003e A beautiful tribute to Indian heritage and traditional storytelling.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCartoon Characters:\u003c\/strong\u003e A playful vibe for kids’ rooms, family spaces, and fun gifting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChai \u0026amp; Coffee Themes:\u003c\/strong\u003e Perfect for tea lovers, café corners, and daily coffee rituals.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMore Designs Available:\u003c\/strong\u003e Choose the one that matches your personality and home aesthetic.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair these coasters with a wooden tray + ceramic mugs to create a premium café-style tea\/coffee corner at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether it’s morning chai, evening coffee, or weekend hosting—these coasters keep your tables protected and your setup looking polished.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee cups\u003c\/li\u003e\n      \u003cli\u003eCold drinks \u0026amp; juices\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eStudy table\u003c\/li\u003e\n      \u003cli\u003eHosting guests\u003c\/li\u003e\n      \u003cli\u003eHome café corner\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      A small gift that feels premium and thoughtful—ideal for anyone who loves décor, tea time, or unique handmade products.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eCorporate gifts\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Because they’re useful daily, coasters make a gift people actually keep and use—while the designs make them feel special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwashers to protect the wood and enamel finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain long-term durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your coaster set stays vibrant, smooth, and beautiful for years.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Elevate your tea time with handcrafted mango wood coasters that protect your surfaces while adding culture and personality to your space.\n      With vibrant themes and an enamel-coated finish, this set of four is perfect for daily use, hosting, or gifting.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 4\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46472817016990,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/Mr.Bean1.jpg?v=1770185234"},{"product_id":"wooden-coaster-oggy-edition","title":"Wooden Coaster (Oggy Edition)","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eHandcrafted Mango Wood Coasters (Set of 4)\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Enamel Coating • Durable • Eco-Friendly • Gift-Ready\u003c\/p\u003e\n\n    \u003c!-- ✅ Short Description used at the start --\u003e\n    \u003cp\u003e\n      Hertha Nest introduces a handcrafted mango wood coaster set of 4 with enamel coating. These coasters are available in different designs like\n      \u003cstrong\u003eMandala\u003c\/strong\u003e, \u003cstrong\u003eMadhubani art\u003c\/strong\u003e, \u003cstrong\u003ecartoon characters\u003c\/strong\u003e, \u003cstrong\u003echai \u0026amp; coffee themes\u003c\/strong\u003e, and more.\n      Durable, eco-friendly, and perfect for gifting.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed to protect your surfaces while adding personality to your space, this coaster set brings a beautiful mix of culture, creativity, and\n      everyday practicality—ideal for tea time, coffee breaks, hosting guests, or styling your desk.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Mango Wood\u003c\/h4\u003e\n        \u003cp\u003eSustainably sourced mango wood with natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEnamel Coating for Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps resist stains and adds a smooth, long-lasting finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSet of 4 Coasters\u003c\/h4\u003e\n        \u003cp\u003ePerfect for family use, guests, home cafés, and small gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVibrant Design Options\u003c\/h4\u003e\n        \u003cp\u003eChoose from Mandala, Madhubani, cartoon themes, chai\/coffee styles, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSurface Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps protect tables from heat marks, spills, and cup rings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready Choice\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful, premium-looking gift that’s useful and aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      These coasters are made to look beautiful on your table even when not in use—like small art pieces that elevate your everyday setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eDesign Themes You’ll Love\u003c\/h3\u003e\n    \u003cp\u003e\n      Each coaster set is crafted to add a splash of culture, fun, or warmth to your space. Popular themes include:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala Art:\u003c\/strong\u003e A calming, elegant look—perfect for serene home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMadhubani Art:\u003c\/strong\u003e A beautiful tribute to Indian heritage and traditional storytelling.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCartoon Characters:\u003c\/strong\u003e A playful vibe for kids’ rooms, family spaces, and fun gifting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChai \u0026amp; Coffee Themes:\u003c\/strong\u003e Perfect for tea lovers, café corners, and daily coffee rituals.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMore Designs Available:\u003c\/strong\u003e Choose the one that matches your personality and home aesthetic.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair these coasters with a wooden tray + ceramic mugs to create a premium café-style tea\/coffee corner at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether it’s morning chai, evening coffee, or weekend hosting—these coasters keep your tables protected and your setup looking polished.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee cups\u003c\/li\u003e\n      \u003cli\u003eCold drinks \u0026amp; juices\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eStudy table\u003c\/li\u003e\n      \u003cli\u003eHosting guests\u003c\/li\u003e\n      \u003cli\u003eHome café corner\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      A small gift that feels premium and thoughtful—ideal for anyone who loves décor, tea time, or unique handmade products.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eCorporate gifts\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Because they’re useful daily, coasters make a gift people actually keep and use—while the designs make them feel special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwashers to protect the wood and enamel finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain long-term durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your coaster set stays vibrant, smooth, and beautiful for years.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Elevate your tea time with handcrafted mango wood coasters that protect your surfaces while adding culture and personality to your space.\n      With vibrant themes and an enamel-coated finish, this set of four is perfect for daily use, hosting, or gifting.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 4\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46472824029342,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/Oggy1.jpg?v=1770186288"},{"product_id":"wooden-coaster-shinchan-edition","title":"Wooden Coaster (Shinchan Edition)","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eHandcrafted Mango Wood Coasters (Set of 4)\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Enamel Coating • Durable • Eco-Friendly • Gift-Ready\u003c\/p\u003e\n\n    \u003c!-- ✅ Short Description used at the start --\u003e\n    \u003cp\u003e\n      Hertha Nest introduces a handcrafted mango wood coaster set of 4 with enamel coating. These coasters are available in different designs like\n      \u003cstrong\u003eMandala\u003c\/strong\u003e, \u003cstrong\u003eMadhubani art\u003c\/strong\u003e, \u003cstrong\u003ecartoon characters\u003c\/strong\u003e, \u003cstrong\u003echai \u0026amp; coffee themes\u003c\/strong\u003e, and more.\n      Durable, eco-friendly, and perfect for gifting.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed to protect your surfaces while adding personality to your space, this coaster set brings a beautiful mix of culture, creativity, and\n      everyday practicality—ideal for tea time, coffee breaks, hosting guests, or styling your desk.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Mango Wood\u003c\/h4\u003e\n        \u003cp\u003eSustainably sourced mango wood with natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEnamel Coating for Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps resist stains and adds a smooth, long-lasting finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSet of 4 Coasters\u003c\/h4\u003e\n        \u003cp\u003ePerfect for family use, guests, home cafés, and small gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVibrant Design Options\u003c\/h4\u003e\n        \u003cp\u003eChoose from Mandala, Madhubani, cartoon themes, chai\/coffee styles, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSurface Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps protect tables from heat marks, spills, and cup rings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready Choice\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful, premium-looking gift that’s useful and aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      These coasters are made to look beautiful on your table even when not in use—like small art pieces that elevate your everyday setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eDesign Themes You’ll Love\u003c\/h3\u003e\n    \u003cp\u003e\n      Each coaster set is crafted to add a splash of culture, fun, or warmth to your space. Popular themes include:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala Art:\u003c\/strong\u003e A calming, elegant look—perfect for serene home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMadhubani Art:\u003c\/strong\u003e A beautiful tribute to Indian heritage and traditional storytelling.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCartoon Characters:\u003c\/strong\u003e A playful vibe for kids’ rooms, family spaces, and fun gifting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChai \u0026amp; Coffee Themes:\u003c\/strong\u003e Perfect for tea lovers, café corners, and daily coffee rituals.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMore Designs Available:\u003c\/strong\u003e Choose the one that matches your personality and home aesthetic.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair these coasters with a wooden tray + ceramic mugs to create a premium café-style tea\/coffee corner at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether it’s morning chai, evening coffee, or weekend hosting—these coasters keep your tables protected and your setup looking polished.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee cups\u003c\/li\u003e\n      \u003cli\u003eCold drinks \u0026amp; juices\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eStudy table\u003c\/li\u003e\n      \u003cli\u003eHosting guests\u003c\/li\u003e\n      \u003cli\u003eHome café corner\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      A small gift that feels premium and thoughtful—ideal for anyone who loves décor, tea time, or unique handmade products.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eCorporate gifts\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Because they’re useful daily, coasters make a gift people actually keep and use—while the designs make them feel special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwashers to protect the wood and enamel finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain long-term durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your coaster set stays vibrant, smooth, and beautiful for years.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Elevate your tea time with handcrafted mango wood coasters that protect your surfaces while adding culture and personality to your space.\n      With vibrant themes and an enamel-coated finish, this set of four is perfect for daily use, hosting, or gifting.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 4\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46472824389790,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/Shinchan1.jpg?v=1770186405"},{"product_id":"wooden-coaster-veela-edition","title":"Wooden Coaster (Veela Edition)","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eHandcrafted Mango Wood Coasters (Set of 4)\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Enamel Coating • Durable • Eco-Friendly • Gift-Ready\u003c\/p\u003e\n\n    \u003c!-- ✅ Short Description used at the start --\u003e\n    \u003cp\u003e\n      Hertha Nest introduces a handcrafted mango wood coaster set of 4 with enamel coating. These coasters are available in different designs like\n      \u003cstrong\u003eMandala\u003c\/strong\u003e, \u003cstrong\u003eMadhubani art\u003c\/strong\u003e, \u003cstrong\u003ecartoon characters\u003c\/strong\u003e, \u003cstrong\u003echai \u0026amp; coffee themes\u003c\/strong\u003e, and more.\n      Durable, eco-friendly, and perfect for gifting.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed to protect your surfaces while adding personality to your space, this coaster set brings a beautiful mix of culture, creativity, and\n      everyday practicality—ideal for tea time, coffee breaks, hosting guests, or styling your desk.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Mango Wood\u003c\/h4\u003e\n        \u003cp\u003eSustainably sourced mango wood with natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEnamel Coating for Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps resist stains and adds a smooth, long-lasting finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSet of 4 Coasters\u003c\/h4\u003e\n        \u003cp\u003ePerfect for family use, guests, home cafés, and small gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVibrant Design Options\u003c\/h4\u003e\n        \u003cp\u003eChoose from Mandala, Madhubani, cartoon themes, chai\/coffee styles, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSurface Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps protect tables from heat marks, spills, and cup rings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready Choice\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful, premium-looking gift that’s useful and aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      These coasters are made to look beautiful on your table even when not in use—like small art pieces that elevate your everyday setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eDesign Themes You’ll Love\u003c\/h3\u003e\n    \u003cp\u003e\n      Each coaster set is crafted to add a splash of culture, fun, or warmth to your space. Popular themes include:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala Art:\u003c\/strong\u003e A calming, elegant look—perfect for serene home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMadhubani Art:\u003c\/strong\u003e A beautiful tribute to Indian heritage and traditional storytelling.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCartoon Characters:\u003c\/strong\u003e A playful vibe for kids’ rooms, family spaces, and fun gifting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChai \u0026amp; Coffee Themes:\u003c\/strong\u003e Perfect for tea lovers, café corners, and daily coffee rituals.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMore Designs Available:\u003c\/strong\u003e Choose the one that matches your personality and home aesthetic.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair these coasters with a wooden tray + ceramic mugs to create a premium café-style tea\/coffee corner at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether it’s morning chai, evening coffee, or weekend hosting—these coasters keep your tables protected and your setup looking polished.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee cups\u003c\/li\u003e\n      \u003cli\u003eCold drinks \u0026amp; juices\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eStudy table\u003c\/li\u003e\n      \u003cli\u003eHosting guests\u003c\/li\u003e\n      \u003cli\u003eHome café corner\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      A small gift that feels premium and thoughtful—ideal for anyone who loves décor, tea time, or unique handmade products.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eCorporate gifts\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Because they’re useful daily, coasters make a gift people actually keep and use—while the designs make them feel special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwashers to protect the wood and enamel finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain long-term durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your coaster set stays vibrant, smooth, and beautiful for years.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Elevate your tea time with handcrafted mango wood coasters that protect your surfaces while adding culture and personality to your space.\n      With vibrant themes and an enamel-coated finish, this set of four is perfect for daily use, hosting, or gifting.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 4\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46472825274526,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/Veela1a.jpg?v=1770186491"},{"product_id":"wooden-coaster-winnie-the-pooh-edition","title":"Wooden Coaster (Winnie the Pooh Edition)","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eHandcrafted Mango Wood Coasters (Set of 4)\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Enamel Coating • Durable • Eco-Friendly • Gift-Ready\u003c\/p\u003e\n\n    \u003c!-- ✅ Short Description used at the start --\u003e\n    \u003cp\u003e\n      Hertha Nest introduces a handcrafted mango wood coaster set of 4 with enamel coating. These coasters are available in different designs like\n      \u003cstrong\u003eMandala\u003c\/strong\u003e, \u003cstrong\u003eMadhubani art\u003c\/strong\u003e, \u003cstrong\u003ecartoon characters\u003c\/strong\u003e, \u003cstrong\u003echai \u0026amp; coffee themes\u003c\/strong\u003e, and more.\n      Durable, eco-friendly, and perfect for gifting.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed to protect your surfaces while adding personality to your space, this coaster set brings a beautiful mix of culture, creativity, and\n      everyday practicality—ideal for tea time, coffee breaks, hosting guests, or styling your desk.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Mango Wood\u003c\/h4\u003e\n        \u003cp\u003eSustainably sourced mango wood with natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEnamel Coating for Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps resist stains and adds a smooth, long-lasting finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSet of 4 Coasters\u003c\/h4\u003e\n        \u003cp\u003ePerfect for family use, guests, home cafés, and small gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVibrant Design Options\u003c\/h4\u003e\n        \u003cp\u003eChoose from Mandala, Madhubani, cartoon themes, chai\/coffee styles, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSurface Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps protect tables from heat marks, spills, and cup rings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready Choice\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful, premium-looking gift that’s useful and aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      These coasters are made to look beautiful on your table even when not in use—like small art pieces that elevate your everyday setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eDesign Themes You’ll Love\u003c\/h3\u003e\n    \u003cp\u003e\n      Each coaster set is crafted to add a splash of culture, fun, or warmth to your space. Popular themes include:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala Art:\u003c\/strong\u003e A calming, elegant look—perfect for serene home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMadhubani Art:\u003c\/strong\u003e A beautiful tribute to Indian heritage and traditional storytelling.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCartoon Characters:\u003c\/strong\u003e A playful vibe for kids’ rooms, family spaces, and fun gifting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChai \u0026amp; Coffee Themes:\u003c\/strong\u003e Perfect for tea lovers, café corners, and daily coffee rituals.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMore Designs Available:\u003c\/strong\u003e Choose the one that matches your personality and home aesthetic.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair these coasters with a wooden tray + ceramic mugs to create a premium café-style tea\/coffee corner at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether it’s morning chai, evening coffee, or weekend hosting—these coasters keep your tables protected and your setup looking polished.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee cups\u003c\/li\u003e\n      \u003cli\u003eCold drinks \u0026amp; juices\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eStudy table\u003c\/li\u003e\n      \u003cli\u003eHosting guests\u003c\/li\u003e\n      \u003cli\u003eHome café corner\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      A small gift that feels premium and thoughtful—ideal for anyone who loves décor, tea time, or unique handmade products.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eCorporate gifts\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Because they’re useful daily, coasters make a gift people actually keep and use—while the designs make them feel special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwashers to protect the wood and enamel finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain long-term durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your coaster set stays vibrant, smooth, and beautiful for years.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Elevate your tea time with handcrafted mango wood coasters that protect your surfaces while adding culture and personality to your space.\n      With vibrant themes and an enamel-coated finish, this set of four is perfect for daily use, hosting, or gifting.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 4\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46472826552478,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/WinniethePooh1a.jpg?v=1770186688"},{"product_id":"wooden-coaster-tom-and-jerry-edition","title":"Wooden Coaster (Tom and Jerry Edition)","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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    \/* ✅ FULL WIDTH *\/\n    max-width: 100%;\n    width: 100%;\n    margin: 18px 0;\n\n    padding: 18px;\n    border-radius: 18px;\n    border: 1px solid var(--hn-primary-18);\n    background: linear-gradient(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eHandcrafted Mango Wood Coasters (Set of 4)\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Enamel Coating • Durable • Eco-Friendly • Gift-Ready\u003c\/p\u003e\n\n    \u003c!-- ✅ Short Description used at the start --\u003e\n    \u003cp\u003e\n      Hertha Nest introduces a handcrafted mango wood coaster set of 4 with enamel coating. These coasters are available in different designs like\n      \u003cstrong\u003eMandala\u003c\/strong\u003e, \u003cstrong\u003eMadhubani art\u003c\/strong\u003e, \u003cstrong\u003ecartoon characters\u003c\/strong\u003e, \u003cstrong\u003echai \u0026amp; coffee themes\u003c\/strong\u003e, and more.\n      Durable, eco-friendly, and perfect for gifting.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Designed to protect your surfaces while adding personality to your space, this coaster set brings a beautiful mix of culture, creativity, and\n      everyday practicality—ideal for tea time, coffee breaks, hosting guests, or styling your desk.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePremium Mango Wood\u003c\/h4\u003e\n        \u003cp\u003eSustainably sourced mango wood with natural grain and warm tones.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEnamel Coating for Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps resist stains and adds a smooth, long-lasting finish.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSet of 4 Coasters\u003c\/h4\u003e\n        \u003cp\u003ePerfect for family use, guests, home cafés, and small gatherings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eVibrant Design Options\u003c\/h4\u003e\n        \u003cp\u003eChoose from Mandala, Madhubani, cartoon themes, chai\/coffee styles, and more.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSurface Protection\u003c\/h4\u003e\n        \u003cp\u003eHelps protect tables from heat marks, spills, and cup rings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Ready Choice\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful, premium-looking gift that’s useful and aesthetic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      These coasters are made to look beautiful on your table even when not in use—like small art pieces that elevate your everyday setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eDesign Themes You’ll Love\u003c\/h3\u003e\n    \u003cp\u003e\n      Each coaster set is crafted to add a splash of culture, fun, or warmth to your space. Popular themes include:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala Art:\u003c\/strong\u003e A calming, elegant look—perfect for serene home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMadhubani Art:\u003c\/strong\u003e A beautiful tribute to Indian heritage and traditional storytelling.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCartoon Characters:\u003c\/strong\u003e A playful vibe for kids’ rooms, family spaces, and fun gifting.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eChai \u0026amp; Coffee Themes:\u003c\/strong\u003e Perfect for tea lovers, café corners, and daily coffee rituals.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMore Designs Available:\u003c\/strong\u003e Choose the one that matches your personality and home aesthetic.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair these coasters with a wooden tray + ceramic mugs to create a premium café-style tea\/coffee corner at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether it’s morning chai, evening coffee, or weekend hosting—these coasters keep your tables protected and your setup looking polished.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee cups\u003c\/li\u003e\n      \u003cli\u003eCold drinks \u0026amp; juices\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eStudy table\u003c\/li\u003e\n      \u003cli\u003eHosting guests\u003c\/li\u003e\n      \u003cli\u003eHome café corner\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      A small gift that feels premium and thoughtful—ideal for anyone who loves décor, tea time, or unique handmade products.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eCorporate gifts\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Because they’re useful daily, coasters make a gift people actually keep and use—while the designs make them feel special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft, damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking or dishwashers to protect the wood and enamel finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place to maintain long-term durability.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your coaster set stays vibrant, smooth, and beautiful for years.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Elevate your tea time with handcrafted mango wood coasters that protect your surfaces while adding culture and personality to your space.\n      With vibrant themes and an enamel-coated finish, this set of four is perfect for daily use, hosting, or gifting.\n    \u003c\/p\u003e\n    \u003cp\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 4\"\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Hertha Nest","offers":[{"title":"4 Inch \/ Light Blue","offer_id":46472826912926,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true},{"title":"4 Inch \/ Yellow","offer_id":46472833302686,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true},{"title":"4 Inch \/ Red","offer_id":46472833335454,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true},{"title":"4 Inch \/ Dark Blue","offer_id":46472833368222,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/Tom_Jerry1.jpg?v=1770186933"},{"product_id":"me-time-blue-floral","title":"Me Time Blue Floral","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eMe Time Blue Floral\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Wood • Blue Floral Art Inlay • Cup Section + Snack Space • Elegant Everyday Serving\u003c\/p\u003e\n\n    \u003cp\u003e\n      Make your tea-time feel extra special with \u003cstrong\u003eMe Time Blue Floral\u003c\/strong\u003e, a beautifully handcrafted serving platter designed for calm, cozy, and stylish everyday moments.\n      Made from premium wood and finished with a soft \u003cstrong\u003eblue floral inlay\u003c\/strong\u003e, this piece brings together natural warmth and delicate artistic charm.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eMe Time Blue Floral\u003c\/strong\u003e is thoughtfully designed with a \u003cstrong\u003eround cup space\u003c\/strong\u003e and a \u003cstrong\u003erectangular snack section\u003c\/strong\u003e,\n      making it perfect for serving tea or coffee with biscuits, cookies, chocolates, dry snacks, or bite-sized treats in a neat and elegant way.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you are enjoying a peaceful break by yourself, serving a guest, or styling your coffee table beautifully, \u003cstrong\u003eMe Time Blue Floral\u003c\/strong\u003e\n      adds grace, comfort, and a refined touch to every serving moment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eHandcrafted Wooden Base\u003c\/h4\u003e\n        \u003cp\u003eMe Time Blue Floral is made from premium wood with a smooth finish for a warm, natural, and elegant serving experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eBeautiful Blue Floral Inlay\u003c\/h4\u003e\n        \u003cp\u003eThe delicate blue floral artwork gives Me Time Blue Floral a premium decorative touch and makes it stand out beautifully.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDedicated Cup Space\u003c\/h4\u003e\n        \u003cp\u003eThe round section in Me Time Blue Floral is ideal for placing a teacup, coffee mug, or small bowl neatly in one place.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSeparate Snack Section\u003c\/h4\u003e\n        \u003cp\u003eThe rectangular section helps Me Time Blue Floral serve biscuits, cookies, chocolates, nuts, or light snacks in an organized way.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eCompact \u0026amp; Elegant Serving\u003c\/h4\u003e\n        \u003cp\u003eMe Time Blue Floral offers a stylish compact format that works perfectly for personal serving or beautifully plated guest moments.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDecorative + Functional\u003c\/h4\u003e\n        \u003cp\u003eMe Time Blue Floral looks premium even when not in use—perfect as both serveware and a table styling accent.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Me Time Blue Floral is a serving piece that feels artistic, practical, and gift-worthy—perfect for homes that love beauty in everyday details.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eWhat You Can Serve On It\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003eUse Me Time Blue Floral for cozy everyday moments or elegant guest serving:\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\u003eGreen tea \u0026amp; dry fruits\u003c\/li\u003e\n      \u003cli\u003eHot chocolate \u0026amp; treats\u003c\/li\u003e\n      \u003cli\u003eChocolates \u0026amp; snacks\u003c\/li\u003e\n      \u003cli\u003eMini desserts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Pro tip: Pair Me Time Blue Floral with a floral cup or pastel mug to create a soft, café-style serving presentation at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Everyday Hosting\u003c\/h3\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eMe Time Blue Floral\u003c\/strong\u003e is made for simple but beautiful serving moments. It keeps your cup and snacks together in one neat layout,\n      while the blue floral inlay adds a graceful decorative touch to the table. Great for:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMorning tea rituals:\u003c\/strong\u003e A neat and calming setup for your daily cup.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGuest serving:\u003c\/strong\u003e Serve tea or coffee with biscuits in a more polished way.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWork desk breaks:\u003c\/strong\u003e A compact tray for your beverage and small snack.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCozy coffee-table styling:\u003c\/strong\u003e Me Time Blue Floral looks beautiful during hosting or quiet me-time.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Me Time Blue Floral makes even a simple tea-and-biscuit moment feel more thoughtful, premium, and beautifully arranged.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect Gift Choice\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n      \u003cli\u003eAnniversaries\u003c\/li\u003e\n      \u003cli\u003eCorporate gifting\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      Me Time Blue Floral is a beautiful mix of art and utility—elegant enough to gift and practical enough to use every day.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eMaterial \u0026amp; Care\u003c\/h3\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Premium wood with decorative blue floral inlay\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCare:\u003c\/strong\u003e Wipe clean with a soft damp cloth; avoid soaking in water\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Keep Me Time Blue Floral dry after cleaning to preserve the finish and maintain the beauty of the floral inlay.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eMe Time Blue Floral\u003c\/strong\u003e is a handcrafted serving platter that combines premium wood, delicate blue floral artistry, and a smart cup-and-snack layout—perfect for tea-time rituals, elegant guest serving, and everyday moments that deserve a little extra charm.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"Default Title","offer_id":46616437817502,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/Untitleddesign_b891408d-650f-43a6-a65d-5b53808d0211.png?v=1773816880"},{"product_id":"me-time-mix-floral","title":"Me Time Mix Floral","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eMe Time Mix Floral\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Wood • Soft Mixed Floral Inlay • Cup Space + Snack Section • Elegant Tea-Time Serving\u003c\/p\u003e\n\n    \u003cp\u003e\n      Turn your everyday tea or coffee break into a beautifully styled ritual with \u003cstrong\u003eMe Time Mix Floral\u003c\/strong\u003e. Handcrafted from premium wood and finished with a delicate \u003cstrong\u003emixed floral inlay\u003c\/strong\u003e, this elegant serving piece brings warmth, charm, and a graceful decorative touch to your table.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Thoughtfully designed with a \u003cstrong\u003erectangular snack section\u003c\/strong\u003e and a \u003cstrong\u003eround cup space\u003c\/strong\u003e, \u003cstrong\u003eMe Time Mix Floral\u003c\/strong\u003e is perfect for serving tea, coffee, biscuits, cookies, chocolates, dry snacks, or small desserts in a clean and elegant layout.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you are enjoying a quiet self-care break, setting up a refined guest serving arrangement, or styling your coffee table corner, \u003cstrong\u003eMe Time Mix Floral\u003c\/strong\u003e adds beauty and functionality to every moment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eHandcrafted Wooden Base\u003c\/h4\u003e\n        \u003cp\u003eMe Time Mix Floral is made from premium wood with a smooth finish that feels warm, natural, and elegant.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eMixed Floral Inlay Design\u003c\/h4\u003e\n        \u003cp\u003eThe soft floral artwork gives Me Time Mix Floral a delicate decorative appeal that enhances everyday serving.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDedicated Cup Space\u003c\/h4\u003e\n        \u003cp\u003eThe round section of Me Time Mix Floral is ideal for placing a teacup, coffee mug, or a small bowl neatly.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSeparate Snack Section\u003c\/h4\u003e\n        \u003cp\u003eThe rectangular section is perfect for biscuits, cookies, chocolates, dry fruits, or light snack pairings.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eCompact \u0026amp; Stylish Serving\u003c\/h4\u003e\n        \u003cp\u003eMe Time Mix Floral offers a neat and compact layout that is ideal for individual serving and refined guest presentation.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDecorative + Functional\u003c\/h4\u003e\n        \u003cp\u003eBeautiful enough to style on your table even when not in use, while still being practical for daily serving.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Me Time Mix Floral is a serving piece that combines beauty, utility, and a calm floral charm—perfect for thoughtful everyday moments.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eWhat You Can Serve On It\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003eUse Me Time Mix Floral to create cozy, elegant, and beautifully arranged tea-time moments:\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\u003eDry fruits \u0026amp; nuts\u003c\/li\u003e\n      \u003cli\u003eChocolates \u0026amp; treats\u003c\/li\u003e\n      \u003cli\u003eMini desserts\u003c\/li\u003e\n      \u003cli\u003eSnack pairings\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Pro tip: Pair Me Time Mix Floral with a soft-toned cup, linen napkin, and floral crockery to create a premium café-style table setting at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Everyday Hosting\u003c\/h3\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eMe Time Mix Floral\u003c\/strong\u003e is designed for those small but meaningful serving moments that deserve a little extra charm. It keeps your beverage and snack together in one clean setup while adding an elegant floral accent to the table. Great for:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMorning tea rituals:\u003c\/strong\u003e Start your day with a clean, calming, and beautifully arranged setup.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGuest serving:\u003c\/strong\u003e Serve tea or coffee with snacks in a more polished and premium way.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDesk-side breaks:\u003c\/strong\u003e Keep your drink and small treat together in a compact serving format.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCozy coffee-table moments:\u003c\/strong\u003e Me Time Mix Floral adds softness and charm to relaxed everyday hosting.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Me Time Mix Floral makes even a simple tea-and-cookie break feel more intentional, elegant, and beautifully styled.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect Gift Choice\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n      \u003cli\u003eAnniversaries\u003c\/li\u003e\n      \u003cli\u003eCorporate gifting\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      Me Time Mix Floral is a beautiful blend of art and practicality—something elegant enough to gift and useful enough to enjoy every day.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eMaterial \u0026amp; Care\u003c\/h3\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Premium wood with decorative mixed floral inlay\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCare:\u003c\/strong\u003e Wipe clean with a soft damp cloth; avoid soaking in water\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Keep Me Time Mix Floral dry after cleaning to preserve the finish and maintain the beauty of the floral inlay.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eMe Time Mix Floral\u003c\/strong\u003e is a handcrafted serving platter that combines premium wood, delicate floral artistry, and a smart cup-and-snack layout—perfect for tea-time rituals, elegant guest serving, and everyday moments that deserve a soft, beautiful touch.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"Default Title","offer_id":46616460198046,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/Untitleddesign_9d38f96f-9517-4f51-8d4a-b39f242be7e6.png?v=1773821585"},{"product_id":"me-time-pink-floral","title":"Me Time Pink Floral","description":"\u003c!-- ✅ Hertha Nest Premium Product Description (Full-Width) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eMe Time Pink Floral\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003ePremium Wood • Pink Floral Art Inlay • Cup Space + Snack Section • Beautiful Everyday Serving\u003c\/p\u003e\n\n    \u003cp\u003e\n      Bring a soft and cheerful charm to your tea-time moments with \u003cstrong\u003eMe Time Pink Floral\u003c\/strong\u003e. Handcrafted from premium wood and finished with a vibrant \u003cstrong\u003epink floral inlay\u003c\/strong\u003e, this elegant serving platter is designed to make everyday breaks feel more stylish and special.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eMe Time Pink Floral\u003c\/strong\u003e features a smart layout with a \u003cstrong\u003eround cup space\u003c\/strong\u003e and a \u003cstrong\u003erectangular snack section\u003c\/strong\u003e, making it perfect for serving tea, coffee, cookies, biscuits, chocolates, dry snacks, or sweet treats in one neat and graceful arrangement.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you are setting up a cozy tea corner, enjoying a peaceful solo break, or serving a guest with extra care, \u003cstrong\u003eMe Time Pink Floral\u003c\/strong\u003e adds a bright floral touch and a premium feel to every serving moment.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eHandcrafted Wooden Base\u003c\/h4\u003e\n        \u003cp\u003eMe Time Pink Floral is made from premium wood with a smooth finish for a warm, refined, and elegant serving experience.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eBeautiful Pink Floral Inlay\u003c\/h4\u003e\n        \u003cp\u003eThe colorful floral artwork gives Me Time Pink Floral a decorative and joyful look that instantly brightens the table.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDedicated Cup Space\u003c\/h4\u003e\n        \u003cp\u003eThe round section in Me Time Pink Floral is ideal for placing a tea cup, coffee mug, or a small bowl neatly in one place.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSeparate Snack Section\u003c\/h4\u003e\n        \u003cp\u003eThe rectangular section is perfect for serving biscuits, cookies, chocolates, dry fruits, or light snack pairings in an organized way.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eCompact \u0026amp; Elegant Serving\u003c\/h4\u003e\n        \u003cp\u003eMe Time Pink Floral offers a neat, compact layout that works beautifully for personal serving and guest presentation.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDecorative + Functional\u003c\/h4\u003e\n        \u003cp\u003eBeautiful enough to style on your table even when not in use, while still being practical for daily tea and coffee serving.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Me Time Pink Floral is a serving piece that blends beauty, utility, and a lively floral charm—perfect for making small everyday moments feel more special.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003eWhat You Can Serve On It\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003eUse Me Time Pink Floral to create bright, cozy, and beautifully arranged serving moments:\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\u003eDry fruits \u0026amp; nuts\u003c\/li\u003e\n      \u003cli\u003eChocolates \u0026amp; sweets\u003c\/li\u003e\n      \u003cli\u003eMini desserts\u003c\/li\u003e\n      \u003cli\u003eSnack pairings\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Pro tip: Pair Me Time Pink Floral with pastel cups or floral crockery to create a warm café-style setup right at home.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Everyday Hosting\u003c\/h3\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eMe Time Pink Floral\u003c\/strong\u003e is designed for those little serving moments that deserve extra charm. It keeps your drink and snack together in one neat setup while the floral inlay adds a decorative statement to the table. Great for:\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMorning tea rituals:\u003c\/strong\u003e Start your day with a more thoughtful and beautifully arranged setup.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eGuest serving:\u003c\/strong\u003e Serve tea or coffee with biscuits in a more polished and premium way.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDesk-side breaks:\u003c\/strong\u003e Keep your beverage and small snack together in a compact format.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCozy coffee-table moments:\u003c\/strong\u003e Me Time Pink Floral adds a cheerful floral accent to everyday hosting.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Me Time Pink Floral makes even a simple cup of tea feel more intentional, elegant, and visually delightful.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect Gift Choice\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming\u003c\/li\u003e\n      \u003cli\u003eBirthdays\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eHost\/hostess gifts\u003c\/li\u003e\n      \u003cli\u003eAnniversaries\u003c\/li\u003e\n      \u003cli\u003eCorporate gifting\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cp class=\"hn-bb-muted\" style=\"margin-top:12px;\"\u003e\n      Me Time Pink Floral is a beautiful blend of floral art and practical utility—perfect to gift and perfect to use every day.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eMaterial \u0026amp; Care\u003c\/h3\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Premium wood with decorative pink floral inlay\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCare:\u003c\/strong\u003e Wipe clean with a soft damp cloth; avoid soaking in water\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Keep Me Time Pink Floral dry after cleaning to preserve the finish and maintain the beauty of the floral inlay.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eMe Time Pink Floral\u003c\/strong\u003e is a handcrafted serving platter that combines premium wood, lively floral artistry, and a smart cup-and-snack layout—perfect for tea-time rituals, stylish guest serving, and everyday breaks that deserve a little extra beauty.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"Default Title","offer_id":46616485986462,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/Untitleddesign_a7315985-1623-4444-a20d-ab7a2afe44ee.png?v=1773819682"},{"product_id":"wooden-coasters-i-am-special","title":"Wooden Coasters - I am Special","description":"\u003c!-- Hertha Nest Premium Product Description - Wooden Coasters --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eWooden Coasters - I am Special\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eHandcrafted • Stylish Table Protection • Eco-Friendly • Thoughtful Gift Choice\u003c\/p\u003e\n\n    \u003cp\u003e\n      Add warmth, charm, and personality to your table with \u003cstrong\u003eWooden Coasters - I am Special\u003c\/strong\u003e by Hertha Nest.\n      Crafted in wood and designed for everyday use, this coaster is more than just a table accessory—it is a small statement piece\n      that protects your surfaces while making your tea or coffee moments feel more special.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether placed under your morning chai, evening coffee, or a refreshing cold drink, this wooden coaster brings together\n      utility, style, and handcrafted beauty in one simple product.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eHandcrafted Wooden Finish\u003c\/h4\u003e\n        \u003cp\u003eMade with care to give your table setting a warm, natural, and premium look.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eProtects Your Surfaces\u003c\/h4\u003e\n        \u003cp\u003eHelps guard tables and countertops from cup rings, light heat marks, and small spills.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eMeaningful “I am Special” Design\u003c\/h4\u003e\n        \u003cp\u003eA unique design that adds personality and makes everyday tea or coffee moments feel a little brighter.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect for Daily Use\u003c\/h4\u003e\n        \u003cp\u003eIdeal for cups, mugs, glasses, and small serving setups in home or office spaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eLightweight \u0026amp; Easy to Handle\u003c\/h4\u003e\n        \u003cp\u003eSimple to place, move, clean, and store whenever needed.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eGift-Worthy Choice\u003c\/h4\u003e\n        \u003cp\u003eA thoughtful little product for gifting to someone who loves handmade wooden décor.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      This coaster is designed to look beautiful even when not in use—making it a functional décor piece for your table, desk, or coffee corner.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy This Wooden Coaster Stands Out\u003c\/h3\u003e\n    \u003cp\u003e\n      Unlike ordinary coasters, \u003cstrong\u003eWooden Coasters - I am Special\u003c\/strong\u003e brings a more personal and handcrafted touch to your space.\n      It is useful, decorative, and easy to style with different table settings.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eNatural Wooden Appeal:\u003c\/strong\u003e Gives a warm and earthy feel to your home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFunctional Everyday Use:\u003c\/strong\u003e Helps keep your tables cleaner and better protected.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eDecorative Accent:\u003c\/strong\u003e Works beautifully in living rooms, study tables, bedside setups, or office desks.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSpecial Design Theme:\u003c\/strong\u003e The “I am Special” concept makes it feel personal, cheerful, and unique.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEasy to Pair:\u003c\/strong\u003e Looks great with mugs, ceramic cups, trays, and wooden serving accessories.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair this coaster with your favorite mug and a wooden tray to create a cozy tea-time setup that feels premium and inviting.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      From your morning tea to your late-night coffee break, this wooden coaster fits naturally into daily life while keeping your setup neat and stylish.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee mugs\u003c\/li\u003e\n      \u003cli\u003eCold drink glasses\u003c\/li\u003e\n      \u003cli\u003eStudy table styling\u003c\/li\u003e\n      \u003cli\u003eOffice desk use\u003c\/li\u003e\n      \u003cli\u003eBedside table décor\u003c\/li\u003e\n      \u003cli\u003eCoffee corner setup\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003ePerfect for Gifting\u003c\/h3\u003e\n    \u003cp\u003e\n      Small in size but full of charm, this wooden coaster makes a thoughtful gift for anyone who enjoys practical products with a handmade touch.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming gifts\u003c\/li\u003e\n      \u003cli\u003eBirthday gifting\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eDesk accessory gifting\u003c\/li\u003e\n      \u003cli\u003eThoughtful surprise gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      It is the kind of useful gift people can enjoy every day while also remembering the thoughtful feeling behind it.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft, dry or slightly damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking in water for long periods to help preserve the wooden finish.\u003c\/li\u003e\n      \u003cli\u003eKeep in a dry place when not in use.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your wooden coaster will stay beautiful and useful for a long time.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Bring charm and function to your table with \u003cstrong\u003eWooden Coasters - I am Special\u003c\/strong\u003e. Designed to protect surfaces while adding a handcrafted decorative touch,\n      this coaster is a lovely addition to your everyday tea, coffee, and hosting moments.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46630178652318,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/10801080.png?v=1774253264"},{"product_id":"wooden-coasters-manadala-art-1","title":"Wooden Coasters - Manadala Art 1","description":"\u003c!-- Hertha Nest Premium Product Description - Wooden Coasters --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eWooden Coasters - Mandala Art 1\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eHandcrafted • Artistic Table Styling • Surface Protection • Elegant Everyday Use\u003c\/p\u003e\n\n    \u003cp\u003e\n      Add a touch of artistic charm to your table with \u003cstrong\u003eWooden Coasters - Mandala Art 1\u003c\/strong\u003e by Hertha Nest.\n      Designed with beautiful mandala-inspired detailing, this wooden coaster is made to protect your surfaces while also enhancing your space with a warm and decorative look.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you are serving tea to guests, enjoying your morning coffee, or styling your desk corner, this coaster brings together\n      usefulness and design in a simple yet elegant form.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eBeautiful Mandala Art Design\u003c\/h4\u003e\n        \u003cp\u003eThe artistic mandala pattern gives the coaster a decorative and eye-catching appeal.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eWooden Handcrafted Feel\u003c\/h4\u003e\n        \u003cp\u003eMade to bring a natural, warm, and premium touch to your table or coffee corner.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eProtects Table Surfaces\u003c\/h4\u003e\n        \u003cp\u003eHelps reduce cup marks, minor spills, and light heat contact on tables and countertops.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect for Daily Use\u003c\/h4\u003e\n        \u003cp\u003eSuitable for tea cups, coffee mugs, water glasses, and other everyday drinkware.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eCompact \u0026amp; Easy to Place\u003c\/h4\u003e\n        \u003cp\u003eEasy to move, store, and style in different spaces without taking up much room.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDecorative Yet Functional\u003c\/h4\u003e\n        \u003cp\u003eWorks as both a useful table accessory and a small décor element for your home.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      This coaster is ideal for people who love everyday products that are practical but still feel artistic and thoughtfully designed.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy This Wooden Coaster Stands Out\u003c\/h3\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eWooden Coasters - Mandala Art 1\u003c\/strong\u003e is not just made for keeping cups on the table. It is designed to add personality, pattern, and handcrafted beauty to daily use items.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala-Inspired Styling:\u003c\/strong\u003e Adds an artistic and calming visual touch to your table setup.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eNatural Wooden Look:\u003c\/strong\u003e Brings warmth and earthy elegance into your home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUseful Every Day:\u003c\/strong\u003e A practical accessory for tea, coffee, juice, or water glasses.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEnhances Table Presentation:\u003c\/strong\u003e Makes even simple drink serving look more thoughtful and stylish.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEasy to Match:\u003c\/strong\u003e Pairs well with trays, mugs, wooden servingware, and home décor accents.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Use this mandala coaster with ceramic mugs or a wooden serving tray to create a cozy and artistic table setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Spaces\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      This coaster fits beautifully into both casual and styled spaces, making it a lovely addition for daily use as well as guest serving.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee serving\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eLiving room tables\u003c\/li\u003e\n      \u003cli\u003eBedside styling\u003c\/li\u003e\n      \u003cli\u003eCoffee corners\u003c\/li\u003e\n      \u003cli\u003eGuest serving moments\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eA Thoughtful Gifting Choice\u003c\/h3\u003e\n    \u003cp\u003e\n      With its decorative mandala design and useful everyday purpose, this coaster makes a lovely gift for anyone who appreciates wooden handicrafts and elegant table accessories.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming gifts\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eBirthday gifting\u003c\/li\u003e\n      \u003cli\u003eDesk décor gifting\u003c\/li\u003e\n      \u003cli\u003eHandmade product lovers\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A small but meaningful product that feels stylish, useful, and easy to gift.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe with a soft dry or slightly damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid long exposure to water to maintain the wooden finish and design quality.\u003c\/li\u003e\n      \u003cli\u003eStore in a clean and dry place when not in use.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your mandala wooden coaster will continue to look elegant and remain useful for a long time.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Bring art and functionality together with \u003cstrong\u003eWooden Coasters - Mandala Art 1\u003c\/strong\u003e. Designed to protect your table while adding a handcrafted decorative charm, it is a beautiful pick for everyday use and thoughtful gifting.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46630180552862,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/10801080_671f31d6-59b2-48ac-92d5-ea1d86f1c46f.png?v=1774253494"},{"product_id":"wooden-coasters-manadala-art-2","title":"Wooden Coasters - Manadala Art 2","description":"\u003c!-- Hertha Nest Premium Product Description - Wooden Coasters --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eWooden Coasters - Mandala Art 2\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eHandcrafted • Artistic Table Styling • Surface Protection • Elegant Everyday Use\u003c\/p\u003e\n\n    \u003cp\u003e\n      Add a touch of artistic charm to your table with \u003cstrong\u003eWooden Coasters - Mandala Art 2\u003c\/strong\u003e by Hertha Nest.\n      Designed with beautiful mandala-inspired detailing, this wooden coaster is made to protect your surfaces while also enhancing your space with a warm and decorative look.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you are serving tea to guests, enjoying your morning coffee, or styling your desk corner, this coaster brings together\n      usefulness and design in a simple yet elegant form.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eBeautiful Mandala Art Design\u003c\/h4\u003e\n        \u003cp\u003eThe artistic mandala pattern gives the coaster a decorative and eye-catching appeal.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eWooden Handcrafted Feel\u003c\/h4\u003e\n        \u003cp\u003eMade to bring a natural, warm, and premium touch to your table or coffee corner.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eProtects Table Surfaces\u003c\/h4\u003e\n        \u003cp\u003eHelps reduce cup marks, minor spills, and light heat contact on tables and countertops.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect for Daily Use\u003c\/h4\u003e\n        \u003cp\u003eSuitable for tea cups, coffee mugs, water glasses, and other everyday drinkware.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eCompact \u0026amp; Easy to Place\u003c\/h4\u003e\n        \u003cp\u003eEasy to move, store, and style in different spaces without taking up much room.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDecorative Yet Functional\u003c\/h4\u003e\n        \u003cp\u003eWorks as both a useful table accessory and a small décor element for your home.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      This coaster is ideal for people who love everyday products that are practical but still feel artistic and thoughtfully designed.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy This Wooden Coaster Stands Out\u003c\/h3\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eWooden Coasters - Mandala Art 2\u003c\/strong\u003e is not just made for keeping cups on the table. It is designed to add personality, pattern, and handcrafted beauty to daily use items.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMandala-Inspired Styling:\u003c\/strong\u003e Adds an artistic and calming visual touch to your table setup.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eNatural Wooden Look:\u003c\/strong\u003e Brings warmth and earthy elegance into your home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUseful Every Day:\u003c\/strong\u003e A practical accessory for tea, coffee, juice, or water glasses.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEnhances Table Presentation:\u003c\/strong\u003e Makes even simple drink serving look more thoughtful and stylish.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEasy to Match:\u003c\/strong\u003e Pairs well with trays, mugs, wooden servingware, and home décor accents.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Use this mandala coaster with ceramic mugs or a wooden serving tray to create a cozy and artistic table setup.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Spaces\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      This coaster fits beautifully into both casual and styled spaces, making it a lovely addition for daily use as well as guest serving.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea \u0026amp; coffee serving\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eLiving room tables\u003c\/li\u003e\n      \u003cli\u003eBedside styling\u003c\/li\u003e\n      \u003cli\u003eCoffee corners\u003c\/li\u003e\n      \u003cli\u003eGuest serving moments\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eA Thoughtful Gifting Choice\u003c\/h3\u003e\n    \u003cp\u003e\n      With its decorative mandala design and useful everyday purpose, this coaster makes a lovely gift for anyone who appreciates wooden handicrafts and elegant table accessories.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming gifts\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eBirthday gifting\u003c\/li\u003e\n      \u003cli\u003eDesk décor gifting\u003c\/li\u003e\n      \u003cli\u003eHandmade product lovers\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A small but meaningful product that feels stylish, useful, and easy to gift.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe with a soft dry or slightly damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid long exposure to water to maintain the wooden finish and design quality.\u003c\/li\u003e\n      \u003cli\u003eStore in a clean and dry place when not in use.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your mandala wooden coaster will continue to look elegant and remain useful for a long time.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Bring art and functionality together with \u003cstrong\u003eWooden Coasters - Mandala Art 2\u003c\/strong\u003e. Designed to protect your table while adding a handcrafted decorative charm, it is a beautiful pick for everyday use and thoughtful gifting.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46630191366302,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/10801080_033d4b41-d274-425b-addc-149ea4142a81.png?v=1774253622"},{"product_id":"wooden-coasters-tea-is-my-stress-buster","title":"Wooden Coasters -Tea is my Stress Buster","description":"\u003c!-- Hertha Nest Premium Product Description - Wooden Coasters --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eWooden Coasters - Tea is my Stress Buster\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eHandcrafted • Tea Lover’s Pick • Surface Protection • Cozy Everyday Table Accessory\u003c\/p\u003e\n\n    \u003cp\u003e\n      Make your tea moments feel even more comforting with \u003cstrong\u003eWooden Coasters - Tea is my Stress Buster\u003c\/strong\u003e by Hertha Nest.\n      Designed for tea lovers who truly enjoy their little break in the day, this wooden coaster adds charm to your cup while helping protect your table from marks and moisture.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Warm, practical, and full of personality, this coaster is perfect for daily chai, evening tea, herbal brews, or even your favorite coffee mug when you need a relaxing pause.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eTea Lover’s Quote Design\u003c\/h4\u003e\n        \u003cp\u003eThe “Tea is my Stress Buster” message adds a cheerful and relatable touch to every tea break.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eNatural Wooden Finish\u003c\/h4\u003e\n        \u003cp\u003eBrings a warm, earthy, and handcrafted feel to your tea table, office desk, or coffee corner.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eProtects Table Surfaces\u003c\/h4\u003e\n        \u003cp\u003eHelps reduce tea cup marks, light heat contact, and minor moisture rings on your furniture.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect for Everyday Use\u003c\/h4\u003e\n        \u003cp\u003eIdeal for tea cups, mugs, glasses, and small serving moments throughout the day.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eCompact \u0026amp; Easy to Handle\u003c\/h4\u003e\n        \u003cp\u003eEasy to place, use, clean, and store without taking up extra space.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eFunctional \u0026amp; Decorative\u003c\/h4\u003e\n        \u003cp\u003eActs as both a useful coaster and a charming little décor accent for your setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      This coaster is a lovely everyday essential for anyone who believes that a cup of tea can instantly make the day feel better.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy This Wooden Coaster Stands Out\u003c\/h3\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eWooden Coasters - Tea is my Stress Buster\u003c\/strong\u003e is made for those who enjoy meaningful little things in daily life. It is practical enough for regular use and charming enough to bring personality to your tea-time routine.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eExpressive Tea Theme:\u003c\/strong\u003e Perfect for tea lovers who enjoy fun and relatable table accessories.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWarm Wooden Appeal:\u003c\/strong\u003e Enhances your setup with a natural and cozy handcrafted look.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUseful for Daily Tea Breaks:\u003c\/strong\u003e Great for regular use at home, at work, or while relaxing.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eAdds Character to Your Table:\u003c\/strong\u003e Turns a simple coaster into a small conversation-starting piece.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEasy to Style:\u003c\/strong\u003e Pairs beautifully with tea mugs, trays, kettles, and serving setups.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair this coaster with your favorite tea mug and a wooden snack platter for a cozy tea-time arrangement.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Daily Tea Moments\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      Whether it is your morning chai, evening tea break, or peaceful solo time, this coaster adds a cozy and personal touch to the moment.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eMorning chai time\u003c\/li\u003e\n      \u003cli\u003eEvening tea breaks\u003c\/li\u003e\n      \u003cli\u003eOffice desk setup\u003c\/li\u003e\n      \u003cli\u003eTea corner styling\u003c\/li\u003e\n      \u003cli\u003eGuest tea serving\u003c\/li\u003e\n      \u003cli\u003eRelaxing self-care moments\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eA Lovely Gift for Tea Lovers\u003c\/h3\u003e\n    \u003cp\u003e\n      If you are looking for a small and useful gift with personality, this coaster makes a charming choice for anyone who loves tea, wooden accessories, and thoughtful handmade-style products.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea lover gifts\u003c\/li\u003e\n      \u003cli\u003eHousewarming gifts\u003c\/li\u003e\n      \u003cli\u003eBirthday gifting\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eDesk accessory gifting\u003c\/li\u003e\n      \u003cli\u003eReturn gift ideas\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A simple but meaningful gift that blends function, comfort, and a relatable tea-inspired message.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe clean with a soft dry or slightly damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking in water for long periods to maintain the wooden quality.\u003c\/li\u003e\n      \u003cli\u003eKeep in a dry place when not in use.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your wooden coaster will remain beautiful, useful, and ready for many relaxing tea moments.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Add warmth and personality to your daily tea routine with \u003cstrong\u003eWooden Coasters - Tea is my Stress Buster\u003c\/strong\u003e. Designed to protect your surfaces while celebrating your love for tea, it is a beautiful little addition to your everyday table setup.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46630191661214,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/10801080.png1.png?v=1774253784"},{"product_id":"wooden-coasters-tea-is-my-stress-buster-copy","title":"Wooden Coasters - Breath \u0026 Chill","description":"\u003c!-- Hertha Nest Premium Product Description - Wooden Coasters --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eWooden Coasters - Breath \u0026amp; Chill\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eHandcrafted • Calming Design • Surface Protection • Relaxed Everyday Styling\u003c\/p\u003e\n\n    \u003cp\u003e\n      Slow down and enjoy your moment with \u003cstrong\u003eWooden Coasters - Breath \u0026amp; Chill\u003c\/strong\u003e by Hertha Nest.\n      Designed to bring a calm and soothing vibe to your table, this wooden coaster is perfect for those little breaks in the day when you simply want to pause, sip, and relax.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you are enjoying tea, coffee, or a refreshing drink, this coaster helps protect your surfaces while adding a soft, peaceful character to your setup.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eRelaxed “Breath \u0026amp; Chill” Theme\u003c\/h4\u003e\n        \u003cp\u003eA calming quote-inspired design that adds peaceful energy to your daily tea or coffee moments.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eNatural Wooden Finish\u003c\/h4\u003e\n        \u003cp\u003eGives your table a warm, earthy, and handcrafted look that feels simple and elegant.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eProtects Your Table\u003c\/h4\u003e\n        \u003cp\u003eHelps reduce cup stains, light heat contact, and small moisture marks on surfaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eMade for Everyday Use\u003c\/h4\u003e\n        \u003cp\u003eIdeal for cups, mugs, glasses, and daily beverage moments at home or work.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eCompact \u0026amp; Easy to Use\u003c\/h4\u003e\n        \u003cp\u003eLightweight, easy to place, easy to clean, and simple to keep anywhere you need it.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDecorative Yet Useful\u003c\/h4\u003e\n        \u003cp\u003eWorks beautifully as both a table accessory and a small décor element for calm spaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      This coaster is ideal for anyone who loves meaningful everyday products that feel practical, warm, and relaxing.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy This Wooden Coaster Stands Out\u003c\/h3\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eWooden Coasters - Breath \u0026amp; Chill\u003c\/strong\u003e is made for cozy corners, quiet breaks, and peaceful routines. It brings together natural wooden beauty with a message that feels gentle, modern, and easy to connect with.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCalming Message:\u003c\/strong\u003e Adds a peaceful and refreshing touch to your tea or coffee setup.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWarm Wooden Aesthetic:\u003c\/strong\u003e Blends beautifully with natural, minimal, and cozy home décor.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUseful Every Day:\u003c\/strong\u003e Great for regular drink serving and daily table protection.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCreates a Relaxed Mood:\u003c\/strong\u003e Turns simple beverage moments into more thoughtful, calming breaks.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEasy to Style:\u003c\/strong\u003e Pairs well with mugs, trays, books, candles, and desk accessories.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Place this coaster near your tea mug, a small snack plate, and a candle to create a peaceful self-care corner.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Calm Everyday Moments\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      From a quiet morning start to a relaxing evening break, this coaster adds charm and calmness to everyday beverage time.\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\u003eDesk corner styling\u003c\/li\u003e\n      \u003cli\u003eSelf-care moments\u003c\/li\u003e\n      \u003cli\u003eBedside table décor\u003c\/li\u003e\n      \u003cli\u003eGuest serving setups\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eA Thoughtful Gifting Choice\u003c\/h3\u003e\n    \u003cp\u003e\n      With its soothing message and useful design, this coaster makes a lovely gift for anyone who enjoys calm spaces, tea-time rituals, and handmade-style wooden accessories.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea lover gifts\u003c\/li\u003e\n      \u003cli\u003eHousewarming gifts\u003c\/li\u003e\n      \u003cli\u003eBirthday gifting\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eDesk accessory gifting\u003c\/li\u003e\n      \u003cli\u003eRelaxation-themed gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A small but thoughtful gift that feels useful, personal, and beautifully styled.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft dry or slightly damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid long soaking in water to help maintain the wooden finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place when not in use.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your wooden coaster will stay attractive and useful for many calm and cozy moments ahead.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Add peace and warmth to your table with \u003cstrong\u003eWooden Coasters - Breath \u0026amp; Chill\u003c\/strong\u003e. Designed to protect your surfaces while bringing a calm decorative touch, it is a lovely addition to your daily tea, coffee, and relaxation routine.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46630193528990,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/10801080_803303e6-fba2-4f7d-ab9c-48e9dd6b5ac0.png?v=1774253955"},{"product_id":"wooden-coasters-it_s-a-long-story","title":"Wooden Coasters - It_s a Long Story","description":"\u003c!-- Hertha Nest Premium Product Description - Wooden Coasters --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eWooden Coasters - It’s a Long Story\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eHandcrafted • Expressive Design • Surface Protection • Everyday Table Charm\u003c\/p\u003e\n\n    \u003cp\u003e\n      Add personality and playful character to your table with \u003cstrong\u003eWooden Coasters - It’s a Long Story\u003c\/strong\u003e by Hertha Nest.\n      Designed for people who enjoy meaningful little details in their space, this wooden coaster protects your surfaces while also bringing a fun and expressive touch to your tea or coffee moments.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you are serving guests, taking a tea break, or styling your work desk, this coaster makes everyday beverage time feel more thoughtful, stylish, and full of charm.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePlayful Quote-Inspired Design\u003c\/h4\u003e\n        \u003cp\u003eThe “It’s a Long Story” message adds humor, personality, and conversation-starting charm to your setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eNatural Wooden Finish\u003c\/h4\u003e\n        \u003cp\u003eGives your table a warm, handcrafted, and elegant look that feels timeless and versatile.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eProtects Table Surfaces\u003c\/h4\u003e\n        \u003cp\u003eHelps reduce cup marks, minor spills, and light heat contact on tables and countertops.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect for Everyday Use\u003c\/h4\u003e\n        \u003cp\u003eIdeal for tea cups, coffee mugs, water glasses, and other daily drinkware essentials.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eEasy to Place \u0026amp; Store\u003c\/h4\u003e\n        \u003cp\u003eCompact, lightweight, and simple to keep anywhere from your tea table to your office desk.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eFunctional \u0026amp; Decorative\u003c\/h4\u003e\n        \u003cp\u003eActs as a useful coaster while also adding a stylish accent to your home décor.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      This coaster is perfect for people who love practical products with a little wit, personality, and handcrafted warmth.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy This Wooden Coaster Stands Out\u003c\/h3\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eWooden Coasters - It’s a Long Story\u003c\/strong\u003e is more than just a surface protector. It brings expression, mood, and a touch of storytelling into your everyday table setup.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eExpressive Theme:\u003c\/strong\u003e A fun and relatable design that adds personality to daily tea and coffee moments.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWarm Wooden Aesthetic:\u003c\/strong\u003e Blends beautifully with natural, cozy, and modern table décor styles.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUseful Every Day:\u003c\/strong\u003e Great for regular home use, office desks, and guest serving.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eConversation-Starting Detail:\u003c\/strong\u003e The quote design makes it feel playful, personal, and memorable.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEasy to Pair:\u003c\/strong\u003e Looks lovely with mugs, trays, books, and other handcrafted accessories.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair this coaster with your favorite mug and a snack platter to create a setup that feels cozy and full of character.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Moments\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      From relaxed chai breaks to guest serving and desk styling, this coaster adds both function and personality to simple everyday moments.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea and coffee breaks\u003c\/li\u003e\n      \u003cli\u003eOffice desk styling\u003c\/li\u003e\n      \u003cli\u003eGuest serving setups\u003c\/li\u003e\n      \u003cli\u003eLiving room tables\u003c\/li\u003e\n      \u003cli\u003eBedside table décor\u003c\/li\u003e\n      \u003cli\u003eCozy reading corners\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eA Fun \u0026amp; Thoughtful Gifting Choice\u003c\/h3\u003e\n    \u003cp\u003e\n      With its useful purpose and expressive message, this coaster makes a charming gift for anyone who loves quirky details, wooden accessories, and everyday products with character.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea lover gifts\u003c\/li\u003e\n      \u003cli\u003eHousewarming gifts\u003c\/li\u003e\n      \u003cli\u003eBirthday gifting\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eDesk accessory gifting\u003c\/li\u003e\n      \u003cli\u003eThoughtful surprise gifts\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A small but memorable gift that feels practical, warm, and full of personality.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe clean with a soft dry or slightly damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid long exposure to water to maintain the wooden finish and overall look.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place when not in use.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your wooden coaster will remain attractive and useful for many everyday moments ahead.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Bring charm, function, and a playful touch to your table with \u003cstrong\u003eWooden Coasters - It’s a Long Story\u003c\/strong\u003e. Designed to protect your surfaces while adding a little personality to your space, it is a lovely addition to your daily tea and coffee routine.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46630193561758,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/10801080_092b7db5-3d74-464d-8c9a-cb958517f7aa.png?v=1774254181"},{"product_id":"wooden-coasters-it_s-ok-to-be-ok","title":"Wooden Coasters - It_s OK TO BE OK","description":"\u003c!-- Hertha Nest Premium Product Description - Wooden Coasters --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eWooden Coasters - It’s OK TO BE OK\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eHandcrafted • Positive Design • Surface Protection • Everyday Table Comfort\u003c\/p\u003e\n\n    \u003cp\u003e\n      Bring warmth and a gentle positive vibe to your table with \u003cstrong\u003eWooden Coasters - It’s OK TO BE OK\u003c\/strong\u003e by Hertha Nest.\n      Designed to add both function and feeling to everyday spaces, this wooden coaster helps protect your surfaces while offering a simple message that feels calm, reassuring, and uplifting.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you are sipping tea, enjoying your morning coffee, or styling your work desk, this coaster adds a comforting little touch to the moment while keeping your table neat and protected.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePositive Quote-Inspired Design\u003c\/h4\u003e\n        \u003cp\u003eThe “It’s OK TO BE OK” message adds a soft, uplifting, and relatable touch to your daily setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eNatural Wooden Finish\u003c\/h4\u003e\n        \u003cp\u003eBrings a warm, handcrafted, and elegant look to your table, desk, or coffee corner.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eProtects Table Surfaces\u003c\/h4\u003e\n        \u003cp\u003eHelps reduce cup rings, minor spills, and light heat contact on tables and countertops.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect for Everyday Use\u003c\/h4\u003e\n        \u003cp\u003eSuitable for tea cups, coffee mugs, glasses, and other daily beverage moments.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eCompact \u0026amp; Easy to Handle\u003c\/h4\u003e\n        \u003cp\u003eSimple to place, move, clean, and store, making it a practical everyday essential.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eUseful \u0026amp; Decorative\u003c\/h4\u003e\n        \u003cp\u003eWorks as both a functional coaster and a charming little décor accent for calm spaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      This coaster is perfect for those who love everyday products that are useful, warm, and filled with simple positive character.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy This Wooden Coaster Stands Out\u003c\/h3\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eWooden Coasters - It’s OK TO BE OK\u003c\/strong\u003e is more than just a surface protector. It brings together natural wooden beauty, daily functionality, and a light-hearted message that makes your setup feel more personal and comforting.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePositive Everyday Theme:\u003c\/strong\u003e Adds a reassuring and cheerful touch to your tea or coffee moments.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWarm Wooden Aesthetic:\u003c\/strong\u003e Fits beautifully into cozy, natural, and modern décor styles.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePractical Daily Use:\u003c\/strong\u003e Great for home tables, office desks, and guest serving setups.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMeaningful Accent Piece:\u003c\/strong\u003e Turns a simple coaster into something expressive and memorable.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEasy to Style:\u003c\/strong\u003e Looks lovely with mugs, trays, books, candles, and desk accessories.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair this coaster with your favorite mug and a calming tea setup to create a space that feels relaxed and welcoming.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Everyday Spaces\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      From your work desk to your bedside table, this coaster adds a warm and positive touch to everyday beverage moments.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea and coffee breaks\u003c\/li\u003e\n      \u003cli\u003eOffice desk styling\u003c\/li\u003e\n      \u003cli\u003eBedside table décor\u003c\/li\u003e\n      \u003cli\u003eGuest serving setups\u003c\/li\u003e\n      \u003cli\u003eLiving room tables\u003c\/li\u003e\n      \u003cli\u003eCozy self-care corners\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eA Thoughtful Gifting Choice\u003c\/h3\u003e\n    \u003cp\u003e\n      With its useful design and uplifting message, this coaster makes a lovely gift for anyone who appreciates small meaningful products, wooden accessories, and cozy everyday styling.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming gifts\u003c\/li\u003e\n      \u003cli\u003eBirthday gifting\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eDesk accessory gifting\u003c\/li\u003e\n      \u003cli\u003eThoughtful surprise gifts\u003c\/li\u003e\n      \u003cli\u003eHandmade-style gifting\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A small but meaningful gift that feels practical, stylish, and full of positive everyday charm.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe clean with a soft dry or slightly damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid soaking in water for long periods to maintain the wooden finish.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place when not in use.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your wooden coaster will remain attractive and useful for everyday moments ahead.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Add comfort, charm, and function to your table with \u003cstrong\u003eWooden Coasters - It’s OK TO BE OK\u003c\/strong\u003e. Designed to protect your surfaces while bringing a soft positive touch to your setup, it is a lovely addition to daily tea, coffee, and relaxation moments.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46630194938014,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/1_d1fc0fd4-a99a-4bfb-88c2-b26ed269c136.png?v=1774254332"},{"product_id":"wooden-coasters-peacock","title":"Wooden Coasters - Peacock","description":"\u003c!-- Hertha Nest Premium Product Description - Wooden Coasters --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg, var(--hn-primary-14), rgba(255,255,255,.85));\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(135deg, rgba(255,255,255,.78), var(--hn-primary-10));\n    border: 1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2,.hn-bb-desc h3,.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(90deg, var(--hn-primary), rgba(222,126,100,.25));\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;height:10px;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{ margin: 0; color: var(--hn-muted); }\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{ color: var(--hn-ink); }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0; top:0;\n    width:20px; 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(135deg, rgba(222,126,100,.10), rgba(255,255,255,.86));\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{ margin: 10px 0; }\n\n  .hn-bb-muted{ color: var(--hn-muted); }\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{ margin: 12px 0; padding: 14px; border-radius: 16px; }\n    .hn-bb-hero{ padding: 14px; }\n    .hn-bb-card{ grid-column: span 12; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eWooden Coasters - Peacock\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eHandcrafted • Artistic Design • Surface Protection • Elegant Table Accent\u003c\/p\u003e\n\n    \u003cp\u003e\n      Bring graceful beauty to your table with \u003cstrong\u003eWooden Coasters - Peacock\u003c\/strong\u003e by Hertha Nest.\n      Inspired by the elegance and charm of the peacock, this wooden coaster is designed to protect your surfaces while adding an artistic and decorative touch to your everyday setup.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether used for tea, coffee, or cold drinks, this coaster blends practical function with a beautiful handcrafted feel, making it a lovely addition to both everyday moments and special serving setups.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Features \u0026amp; Benefits\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eElegant Peacock-Inspired Design\u003c\/h4\u003e\n        \u003cp\u003eThe peacock theme adds a stylish, artistic, and eye-catching character to your table décor.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eNatural Wooden Finish\u003c\/h4\u003e\n        \u003cp\u003eBrings warmth, texture, and a handcrafted charm that suits both classic and modern spaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eProtects Table Surfaces\u003c\/h4\u003e\n        \u003cp\u003eHelps reduce cup stains, minor spills, and light heat contact on tables and countertops.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003ePerfect for Everyday Use\u003c\/h4\u003e\n        \u003cp\u003eSuitable for cups, mugs, glasses, and daily beverage moments at home or in the office.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eCompact \u0026amp; Easy to Handle\u003c\/h4\u003e\n        \u003cp\u003eEasy to place, clean, and store while adding beauty without taking up extra space.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDecorative Yet Functional\u003c\/h4\u003e\n        \u003cp\u003eWorks as a useful coaster while also enhancing your table with a more artistic look.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      This coaster is ideal for those who enjoy wooden accessories that feel practical, elegant, and full of visual charm.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy This Wooden Coaster Stands Out\u003c\/h3\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eWooden Coasters - Peacock\u003c\/strong\u003e is more than a simple table accessory. It brings together everyday functionality and artistic styling, making your drink setup feel more refined and beautiful.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eArtistic Theme:\u003c\/strong\u003e The peacock-inspired design adds beauty and sophistication to your setup.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWarm Wooden Appeal:\u003c\/strong\u003e Complements natural, traditional, and elegant décor styles.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUseful Every Day:\u003c\/strong\u003e Great for regular tea, coffee, and drink serving moments.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEnhances Table Presentation:\u003c\/strong\u003e Makes even simple serving look more thoughtful and stylish.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEasy to Pair:\u003c\/strong\u003e Matches well with trays, mugs, serving platters, and handcrafted décor pieces.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Styling tip: Pair this coaster with a wooden tray and ceramic cups to create a table setup that feels artistic and inviting.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section hn-bb-highlight\"\u003e\n    \u003ch3\u003ePerfect For Elegant Everyday Use\u003c\/h3\u003e\n    \u003cp class=\"hn-bb-muted\"\u003e\n      From daily tea breaks to guest serving, this coaster adds both protection and decorative beauty to your table.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eTea and coffee serving\u003c\/li\u003e\n      \u003cli\u003eLiving room tables\u003c\/li\u003e\n      \u003cli\u003eOffice desk styling\u003c\/li\u003e\n      \u003cli\u003eGuest serving setups\u003c\/li\u003e\n      \u003cli\u003eBedside table décor\u003c\/li\u003e\n      \u003cli\u003eDecorative table accents\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eA Beautiful Gifting Choice\u003c\/h3\u003e\n    \u003cp\u003e\n      With its elegant peacock design and useful everyday purpose, this coaster makes a thoughtful gift for anyone who loves artistic wooden décor and beautifully crafted table accessories.\n    \u003c\/p\u003e\n\n    \u003cul class=\"hn-bb-chips\"\u003e\n      \u003cli\u003eHousewarming gifts\u003c\/li\u003e\n      \u003cli\u003eFestive gifting\u003c\/li\u003e\n      \u003cli\u003eBirthday gifting\u003c\/li\u003e\n      \u003cli\u003eReturn gifts\u003c\/li\u003e\n      \u003cli\u003eDesk accessory gifting\u003c\/li\u003e\n      \u003cli\u003eHandcrafted décor lovers\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A small but graceful gift that feels useful, decorative, and easy to appreciate.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare \u0026amp; Maintenance Tips\u003c\/h3\u003e\n    \u003col class=\"hn-bb-steps\"\u003e\n      \u003cli\u003eWipe gently with a soft dry or slightly damp cloth after use.\u003c\/li\u003e\n      \u003cli\u003eAvoid long exposure to water to maintain the wooden finish and design quality.\u003c\/li\u003e\n      \u003cli\u003eStore in a dry place when not in use.\u003c\/li\u003e\n    \u003c\/ol\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      With simple care, your wooden coaster will continue to look elegant and remain useful for a long time.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Add charm, artistry, and everyday function to your table with \u003cstrong\u003eWooden Coasters - Peacock\u003c\/strong\u003e. Designed to protect your surfaces while enhancing your space with a graceful decorative touch, it is a lovely choice for daily use and gifting.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"4 Inch","offer_id":46630196183198,"sku":null,"price":500.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/2_9a730126-29c9-4318-81d9-2e28c6218408.png?v=1774254369"},{"product_id":"acacia-wood-soup-bowl-with-spoon","title":"Acacia Wood Soup Bowl with Spoon","description":"\u003c!-- Hertha Nest Premium Product Description (Wooden Acacia Soup Bowl with Spoon) --\u003e\n\u003cstyle\u003e\n  .hn-bb-desc *{box-sizing:border-box;}\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(135deg,var(--hn-primary-14),rgba(255,255,255,.85));\n    box-shadow:0 14px 34px rgba(0,0,0,.08);\n    color:var(--hn-ink);\n  }\n\n  .hn-bb-hero{\n    padding:18px;\n    border-radius:16px;\n    background:linear-gradient(135deg,rgba(255,255,255,.78),var(--hn-primary-10));\n    border:1px solid rgba(255,255,255,.70);\n  }\n\n  .hn-bb-desc h2{font-size:clamp(22px,2.2vw,30px);margin:0 0 8px;}\n  .hn-bb-sub{margin:6px 0 12px;font-weight:650;color:var(--hn-muted);}\n  .hn-bb-desc p{margin:0 0 12px;line-height:1.7;}\n\n  .hn-bb-section{margin-top:18px;padding-top:14px;border-top:1px solid var(--hn-border);}\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;\n    border-radius:16px;\n    background:#fff;\n    border:1px solid rgba(222,126,100,.20);\n  }\n\n  .hn-bb-card h4{\n    font-size:15px;\n    display:flex;\n    align-items:center;\n    gap:10px;\n    margin:0;\n  }\n\n  .hn-bb-card h4::before{\n    content:\"\";\n    width:10px;height:10px;border-radius:50%;\n    background:var(--hn-primary);\n    flex:0 0 10px;\n  }\n\n  .hn-bb-card p{margin:6px 0 0;color:var(--hn-muted);}\n\n  .hn-bb-note{\n    margin-top:12px;\n    padding:12px;\n    border-radius:14px;\n    background:#fff;\n    border:1px solid rgba(222,126,100,.22);\n  }\n\n  .hn-bb-list{\n    list-style:none;\n    padding:0;\n    margin-top:12px;\n  }\n\n  .hn-bb-list li{\n    padding-left:26px;\n    margin:8px 0;\n    position:relative;\n    line-height:1.6;\n  }\n\n  .hn-bb-list li::before{\n    content:\"✓\";\n    position:absolute;\n    left:0;\n    top:2px;\n    width:18px;height:18px;\n    background:var(--hn-primary);\n    color:#fff;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    border-radius:5px;\n    font-size:12px;\n  }\n\n  .hn-bb-footer{\n    margin-top:18px;\n    padding-top:14px;\n    border-top:1px solid var(--hn-border);\n  }\n\n  @media (max-width: 767px){\n    .hn-bb-card{grid-column:span 12;}\n    .hn-bb-desc{padding:14px;}\n    .hn-bb-hero{padding:14px;}\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hn-bb-desc\"\u003e\n  \u003cdiv class=\"hn-bb-hero\"\u003e\n    \u003ch2\u003eWooden Acacia Soup Bowl with Spoon\u003c\/h2\u003e\n    \u003cp class=\"hn-bb-sub\"\u003eHandcrafted Acacia Wood • Matching Spoon Included • Natural Rustic Finish\u003c\/p\u003e\n\n    \u003cp\u003e\n      Serve your favourite soups, salads, stews, and snacks in style with Hertha Nest's \n      \u003cstrong\u003eWooden Acacia Soup Bowl with Spoon\u003c\/strong\u003e. Handcrafted from solid acacia wood, \n      this bowl brings a warm, earthy, and premium touch to your dining table.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Acacia wood is loved for its \u003cstrong\u003erich natural grain patterns, durability, lightweight feel, \n      and naturally water-resistant properties\u003c\/strong\u003e. Each bowl has its own unique wood texture, \n      making every piece look beautifully natural and one of a kind.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The deep bowl shape makes it comfortable for serving soups, stews, salads, cereals, and dry snacks. \n      The smooth polished spoon completes the set and sits perfectly inside the bowl for a clean, elegant, \n      and ready-to-serve presentation.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      \u003cstrong\u003ePrice Note:\u003c\/strong\u003e ₹750 is for \u003cstrong\u003e1 bowl + 1 spoon only\u003c\/strong\u003e. Product images may show \n      bowls in pairs for styling and presentation, but the price is for one complete bowl and spoon set.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eProduct:\u003c\/strong\u003e Wooden Acacia Soup Bowl with Spoon\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Solid acacia wood\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eIncluded:\u003c\/strong\u003e 1 soup bowl with 1 matching wooden spoon\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePrice:\u003c\/strong\u003e ₹750 per bowl and spoon set\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e 6\" diameter\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eColour:\u003c\/strong\u003e Natural wood finish\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      Made with \u003cstrong\u003enatural acacia wood, smooth finishing, and a complete spoon set\u003c\/strong\u003e \n      for a beautiful and practical dining experience.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eKey Benefits \u0026amp; Highlights\u003c\/h3\u003e\n\n    \u003cdiv class=\"hn-bb-grid\"\u003e\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eHandcrafted Acacia Wood\u003c\/h4\u003e\n        \u003cp\u003eMade from solid acacia wood with beautiful natural grains and a warm earthy appearance.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eSpoon Included\u003c\/h4\u003e\n        \u003cp\u003eComes with one smooth polished wooden spoon that completes the serving set beautifully.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDurable \u0026amp; Lightweight\u003c\/h4\u003e\n        \u003cp\u003eStrong enough for regular use while still being lightweight and easy to handle.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eNaturally Water-Resistant\u003c\/h4\u003e\n        \u003cp\u003eAcacia wood naturally resists moisture better than many common woods when cared for properly.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eDeep Bowl Shape\u003c\/h4\u003e\n        \u003cp\u003eIdeal for soups, stews, salads, cereals, snacks, and comfortable everyday serving.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hn-bb-card\"\u003e\n        \u003ch4\u003eRustic Table Look\u003c\/h4\u003e\n        \u003cp\u003eAdds a natural, premium, and rustic charm to your kitchen, dining table, or guest serving setup.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      A perfect blend of \u003cstrong\u003enatural beauty, daily usability, and premium handcrafted dining style\u003c\/strong\u003e.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eWhy Choose This Acacia Soup Bowl?\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eNatural finish:\u003c\/strong\u003e Every bowl carries unique wood grains and organic colour tones.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eComplete set:\u003c\/strong\u003e Includes 1 matching wooden spoon for easy serving and presentation.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eClear pricing:\u003c\/strong\u003e ₹750 is for one bowl with one spoon, not for a pair.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eEveryday useful:\u003c\/strong\u003e Great for soups, salads, stews, snacks, cereals, and table serving.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eSturdy quality:\u003c\/strong\u003e Acacia wood is durable and does not crack or warp easily with proper care.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePremium look:\u003c\/strong\u003e Gives your table a warm, rustic, and elegant handmade feel.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cdiv class=\"hn-bb-note\"\u003e\n      More than just a bowl, it is a \u003cstrong\u003ebeautiful handcrafted serving piece\u003c\/strong\u003e for homes that love natural and elegant tableware.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-section\"\u003e\n    \u003ch3\u003eCare Instructions\u003c\/h3\u003e\n    \u003cul class=\"hn-bb-list\"\u003e\n      \u003cli\u003eWash gently by hand using mild soap and water.\u003c\/li\u003e\n      \u003cli\u003eDo not soak in water for a long time.\u003c\/li\u003e\n      \u003cli\u003eWipe dry immediately after washing.\u003c\/li\u003e\n      \u003cli\u003eAvoid dishwasher, microwave, and direct high heat.\u003c\/li\u003e\n      \u003cli\u003eApply food-safe wood oil occasionally to maintain shine and durability.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"hn-bb-footer\"\u003e\n    \u003cp\u003e\n      Add the \u003cstrong\u003eWooden Acacia Soup Bowl with Spoon\u003c\/strong\u003e to your dining collection for a natural, \n      durable, and elegant serving experience. Please note, the price of \u003cstrong\u003e₹750 is for 1 bowl + 1 spoon only\u003c\/strong\u003e.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hertha Nest","offers":[{"title":"Default Title","offer_id":47162354008222,"sku":null,"price":750.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/files\/472.png?v=1780291008"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0677\/4649\/6670\/collections\/Kettle-Coaster-1-1_ea108b2a-7deb-4b9d-860d-468ea6f9090d.jpg?v=1767079138","url":"https:\/\/herthanest.in\/collections\/modern-kitchen-accessories.oembed?page=4","provider":"Hertha Nest","version":"1.0","type":"link"}