{"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","url":"https:\/\/herthanest.in\/products\/me-time-pink-floral","provider":"Hertha Nest","version":"1.0","type":"link"}