{"title":"Sale","description":"","products":[{"product_id":"5-in-1-home-playground-for-kids-swing-slide-basketball-climbing","title":"5-IN-1 HOME PLAYGROUND FOR KIDS: SWING, SLIDE, BASKETBALL, CLIMBING","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@300;400;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  :root {\n    --beige:  #F9EDE6;\n    --teal:   #7BB8B4;\n    --teal-d: #4E9490;\n    --dark:   #2D2926;\n    --mid:    #5C4B42;\n    --white:  #FDFAF8;\n    --sand:   #E8D5C4;\n  }\n\n  .pd-root {\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    width: 100vw;\n    overflow-x: hidden;\n    font-family: 'Nunito', sans-serif;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .stag { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; font-weight: 800; display: block; margin-bottom: 8px; }\n  .stag-teal  { color: var(--teal-d); }\n  .stag-light { color: var(--teal); }\n\n  \/* Картинки *\/\n  .ph { width: 100%; border-radius: 20px; overflow: hidden; flex-shrink: 0; }\n  \/* hero — фиксированное соотношение, обрезать норм *\/\n  .ph-hero { aspect-ratio: 16\/9; background: var(--sand); }\n  .ph-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }\n  \/* боковые — высота ограничена, картинка целиком, по центру *\/\n  .ph-side {\n    background: transparent;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .ph-side img {\n    width: 100%;\n    height: auto;\n    max-height: 480px;\n    object-fit: contain;\n    display: block;\n    border-radius: 20px;\n  }\n\n  .sec-beige { background: var(--beige); width: 100%; }\n  .sec-white { background: var(--white); width: 100%; }\n  .sec-dark  { background: var(--dark);  width: 100%; }\n\n  .wave-wrap { width: 100%; overflow: hidden; line-height: 0; font-size: 0; display: block; }\n  .wave-wrap svg { display: block; width: 100%; height: 52px; }\n\n  .inner { max-width: 1100px; margin: 0 auto; padding: 0 48px; }\n\n  .grid-side { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n\n  \/* Заголовки и текст — !important чтобы тема Shopify не перебивала *\/\n  .pd-root h1, .pd-root h2, .pd-root h3 {\n    font-weight: 900 !important;\n    font-family: 'Nunito', sans-serif !important;\n  }\n  .pd-root p, .pd-root td, .pd-root li {\n    font-family: 'Nunito', sans-serif !important;\n  }\n  .text-block h2 { font-size: clamp(22px, 2.2vw, 34px) !important; font-weight: 900 !important; line-height: 1.15 !important; color: var(--dark); margin: 10px 0 18px !important; }\n  .text-block h2 em { font-style: normal !important; color: var(--teal-d); }\n  .text-block p { font-size: 17px !important; line-height: 1.85 !important; color: var(--mid); font-weight: 400 !important; }\n  .text-block p + p { margin-top: 16px !important; }\n\n  .dark-inner .text-block h2 { color: var(--beige) !important; }\n  .dark-inner .text-block h2 em { color: var(--teal) !important; }\n  .dark-inner .text-block p { color: rgba(249,237,230,0.80) !important; }\n  .dark-inner .ph-side { background: transparent; }\n\n  .divider { text-align: center; margin: 36px 0; }\n  .ap       { fill: none; stroke: var(--dark);  stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }\n  .ap-light { fill: none; stroke: var(--beige); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }\n  .a1 { animation: drop 1.8s ease-in-out infinite 0s; }\n  .a2 { animation: drop 1.8s ease-in-out infinite 0.22s; }\n  .a3 { animation: drop 1.8s ease-in-out infinite 0.44s; }\n  @keyframes drop { 0%,100%{transform:translateY(0);} 45%{transform:translateY(10px);} }\n\n  \/* 5-in-1 strip *\/\n  .mode-strip-5 {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    border: 1px solid rgba(45,41,38,0.12);\n    border-radius: 20px;\n    overflow: hidden;\n    margin-bottom: 52px;\n  }\n  .mode-cell {\n    padding: 28px 22px;\n    border-right: 1px solid rgba(45,41,38,0.12);\n  }\n  .mode-cell:last-child { border-right: none; }\n  .mode-num {\n    font-size: 11px;\n    letter-spacing: 3px;\n    font-weight: 800;\n    color: var(--teal);\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: 10px;\n  }\n  .mode-cell h3 {\n    font-size: 18px;\n    font-weight: 900;\n    color: var(--dark);\n    margin-bottom: 10px;\n    line-height: 1.2;\n  }\n  .mode-cell p {\n    font-size: 16px;\n    line-height: 1.75;\n    color: var(--mid);\n    font-weight: 400;\n  }\n\n  \/* Feature list *\/\n  .feat-list .item {\n    display: flex;\n    gap: 24px;\n    padding: 22px 0;\n    border-top: 1px solid rgba(45,41,38,0.1);\n  }\n  .feat-list .item:last-child { border-bottom: 1px solid rgba(45,41,38,0.1); }\n  .feat-list .num {\n    font-style: italic;\n    font-size: 14px;\n    font-weight: 800;\n    color: var(--teal);\n    min-width: 24px;\n    padding-top: 2px;\n  }\n  .feat-list .body { font-size: 18px; line-height: 1.8; color: var(--mid); font-weight: 400; }\n  .feat-list .body strong { color: var(--dark); font-weight: 900; display: block; margin-bottom: 6px; font-size: 19px; }\n\n  \/* Specs table — прозрачный фон, убираем белый *\/\n  .specs-table { width: 100%; border-collapse: collapse; font-size: 17px; background: transparent; }\n  .specs-table tr { border-bottom: 1px solid rgba(45,41,38,0.15); }\n  .specs-table tr:first-child { border-top: 1px solid rgba(45,41,38,0.15); }\n  .specs-table td { padding: 20px 4px; background: transparent; }\n  .specs-table td:first-child { font-weight: 900; color: var(--dark); width: 42%; font-size: 17px; }\n  .specs-table td:last-child { color: var(--mid); font-weight: 600; font-size: 17px; }\n\n  .pull-quote {\n    border-left: 3px solid var(--teal);\n    padding: 16px 24px;\n    margin: 24px 0;\n  }\n  .pull-quote p { font-size: 16px; line-height: 1.85; color: var(--mid); font-weight: 400; font-style: italic; }\n\n  .pull-quote-dark {\n    border-left: 3px solid var(--teal);\n    padding: 16px 24px;\n    margin: 24px 0;\n  }\n  .pull-quote-dark p { font-size: 16px; line-height: 1.85; color: rgba(249,237,230,0.75); font-weight: 400; font-style: italic; }\n\n  .gift-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; justify-content: center; }\n  .gift-tag {\n    background: rgba(123,184,180,0.15);\n    border: 1px solid rgba(123,184,180,0.35);\n    border-radius: 30px;\n    padding: 8px 20px;\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--teal);\n  }\n\n  @media (max-width: 820px) {\n    .grid-side   { grid-template-columns: 1fr !important; gap: 24px !important; }\n    .mode-strip-5 { grid-template-columns: 1fr !important; }\n    .mode-cell   { border-right: none !important; border-bottom: 1px solid rgba(45,41,38,0.12); }\n    .mode-cell:last-child { border-bottom: none; }\n    .inner       { padding: 0 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-root\"\u003e\n\n  \u003c!-- HEADER --\u003e\n  \u003cdiv style=\"padding: 60px 40px 44px; text-align: center;\" class=\"sec-beige\"\u003e\n    \u003cspan class=\"stag stag-teal\" style=\"text-align:center;\"\u003eLumpurini Gabriele 5-in-1\u003c\/span\u003e\n    \u003ch1 style=\"font-size: clamp(30px, 3.8vw, 54px); font-weight: 900; line-height: 1.08; color: var(--dark); margin: 14px 0 20px;\"\u003e\n      Indoor Playground 5-in-1 —\u003cbr\u003e\n      \u003cspan style=\"color: var(--teal-d);\"\u003eSlide + Swing + Basketball Hoop + Climbing Platform + Driver's Cabin\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp style=\"font-size: 17px; color: var(--mid); font-weight: 400; max-width: 560px; margin: 0 auto 28px; line-height: 1.8;\"\u003e\n      A compact home playground that transforms your living room, terrace, or garden into a mini amusement park — for children from 1 year old, up to 50 kg.\n    \u003c\/p\u003e\n    \u003cdiv class=\"divider\"\u003e\n      \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"60\" width=\"100\" viewbox=\"0 0 110 60\"\u003e\n        \u003cg class=\"a1\"\u003e\u003cpath d=\"M18 4 C16 14,15 26,18 42\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C14 35,10 33,6 32\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C21 35,25 34,29 33\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n        \u003cg class=\"a2\"\u003e\u003cpath d=\"M55 3 C53 14,52 28,55 46\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C51 38,46 37,42 36\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C59 38,63 37,67 36\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n        \u003cg class=\"a3\"\u003e\u003cpath d=\"M92 4 C90 14,89 26,92 42\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C88 35,84 33,80 32\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C95 35,99 34,103 33\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- wave beige → white --\u003e\n  \u003cdiv style=\"background: var(--white);\" class=\"wave-wrap\"\u003e\n    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveaspectratio=\"none\" viewbox=\"0 0 1440 52\"\u003e\n      \u003cpath fill=\"#F9EDE6\" d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,0 L0,0 Z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHITE 1 --\u003e\n  \u003cdiv style=\"padding: 44px 0 56px;\" class=\"sec-white\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n\n      \u003c!-- Hero image --\u003e\n      \u003cdiv class=\"ph ph-hero\" style=\"margin-bottom: 44px;\"\u003e\n        \u003cimg alt=\"Lumpurini Gabriele 5-in-1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/5-Lumpurini_Gabriele_blu_en.png?v=1782415435\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"font-size: 18px; line-height: 1.9; color: var(--mid); font-weight: 400; max-width: 780px; margin: 0 auto 52px; text-align: center;\"\u003e\n        Looking for a solution that provides your child with plenty of movement and joy while making it easier for you to organize playtime at home or outdoors? This 5-in-1 home playground transforms your living room, terrace, or garden into a mini amusement park — at any time, in any weather.\n      \u003c\/p\u003e\n\n      \u003c!-- 5-in-1 strip --\u003e\n      \u003cspan class=\"stag stag-teal\" style=\"display:block; margin-bottom:14px;\"\u003eFive attractions — one set\u003c\/span\u003e\n      \u003ch2 style=\"font-size: clamp(28px, 3.2vw, 42px); font-weight: 900; color: var(--dark); line-height: 1.1; margin-bottom: 28px;\"\u003e\n        Slide, swing, climb — \u003cem style=\"font-style:normal; color:var(--teal-d);\"\u003enever bored\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"mode-strip-5\"\u003e\n        \u003cdiv class=\"mode-cell\"\u003e\n\u003cspan class=\"mode-num\"\u003e01\u003c\/span\u003e\u003ch3\u003eSlide\u003c\/h3\u003e\n\u003cp\u003eSmooth ride with handles for safe descents. Active fun that improves coordination and builds self-confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"mode-cell\"\u003e\n\u003cspan class=\"mode-num\"\u003e02\u003c\/span\u003e\u003ch3\u003eSwing\u003c\/h3\u003e\n\u003cp\u003eSafety belt seat with high backrest and footrest. Adjustable height grows with your child from year one onward.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"mode-cell\"\u003e\n\u003cspan class=\"mode-num\"\u003e03\u003c\/span\u003e\u003ch3\u003eBasketball Hoop\u003c\/h3\u003e\n\u003cp\u003eTrains accuracy, reflexes, and motor coordination. Keeps children engaged for a long time and brings enormous joy.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"mode-cell\"\u003e\n\u003cspan class=\"mode-num\"\u003e04\u003c\/span\u003e\u003ch3\u003eClimbing Platform\u003c\/h3\u003e\n\u003cp\u003eEncourages movement, strengthens muscles, and develops agility. A mini adventure for little explorers every day.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"mode-cell\"\u003e\n\u003cspan class=\"mode-num\"\u003e05\u003c\/span\u003e\u003ch3\u003eDriver's Cabin\u003c\/h3\u003e\n\u003cp\u003eRotating steering wheel with sound function. Stimulates imagination, encourages role-play, and trains motor skills.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Side block 1 — heading on top, text+image side by side --\u003e\n      \u003cdiv style=\"margin-bottom: 56px;\"\u003e\n        \u003cspan class=\"stag stag-teal\"\u003eMore Movement, Less Boredom\u003c\/span\u003e\n        \u003ch2 style=\"font-size: clamp(22px, 2.2vw, 34px) !important; font-weight: 900 !important; line-height: 1.15 !important; color: var(--dark); margin: 10px 0 28px !important;\"\u003e\n          The Gabriele 5-in-1 is \u003cem style=\"font-style:normal; color:var(--teal-d);\"\u003emore than a toy\u003c\/em\u003e — it's a complete activity corner for every season.\n        \u003c\/h2\u003e\n        \u003cdiv class=\"grid-side\" style=\"align-items: start;\"\u003e\n          \u003cdiv class=\"text-block\"\u003e\n            \u003cp\u003eThis multi-functional set was created to keep children active regardless of the weather. In just moments you can create a safe play zone that encourages climbing, sliding, swinging, and shooting hoops — helping toddlers burn energy, practice coordination, and build self-confidence while you enjoy a calmer daily routine.\u003c\/p\u003e\n            \u003cdiv class=\"pull-quote\"\u003e\n              \u003cp\u003e\"Easy assembly, solid fasteners, and compact dimensions — works just as well in the living room as in the garden.\"\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eThe stable structure supports up to 50 kg. Materials are floor-friendly and quiet in use — perfect for apartments. The set works equally well on a terrace or in a garden.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ph ph-side\"\u003e\n            \u003cimg alt=\"Child playing on the Gabriele playground\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/3-Lumpurini_Gabriele_blu_en.png?v=1782415435\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- wave white → dark --\u003e\n  \u003cdiv style=\"background: var(--dark);\" class=\"wave-wrap\"\u003e\n    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveaspectratio=\"none\" viewbox=\"0 0 1440 52\"\u003e\n      \u003cpath fill=\"#FDFAF8\" d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,0 L0,0 Z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DARK --\u003e\n  \u003cdiv style=\"padding: 56px 0;\" class=\"sec-dark\"\u003e\n    \u003cdiv class=\"inner dark-inner\"\u003e\n\n      \u003c!-- Safety --\u003e\n      \u003cdiv class=\"grid-side\" style=\"margin-bottom: 56px;\"\u003e\n        \u003cdiv class=\"ph ph-side\"\u003e\n          \u003cimg alt=\"Climbing platform — safe play\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/4-Lumpurini_Gabriele_blu_en.png?v=1782415435\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-block\"\u003e\n          \u003cspan class=\"stag stag-light\"\u003eHigh Quality \u0026amp; Safety\u003c\/span\u003e\n          \u003ch2\u003eRounded edges, \u003cem\u003esafe materials\u003c\/em\u003e\n\u003c\/h2\u003e\n          \u003cp\u003eEvery element of the set is designed with the youngest users in mind: no sharp edges, no dangerous protruding parts. The stable construction and carefully selected materials guarantee safety during daily play, while the rounded shapes minimize the risk of injury.\u003c\/p\u003e\n          \u003cp\u003eThe set is made from safe, food-grade HDPE plastic — durable, non-toxic, and resistant to damage. Easy to clean and ready for intensive play every day.\u003c\/p\u003e\n          \u003cdiv class=\"pull-quote-dark\"\u003e\n            \u003cp\u003e\"You can calmly get on with household tasks — your little one plays safely, and the playground can handle everything they throw at it.\"\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Adjustable swing --\u003e\n      \u003cdiv class=\"grid-side\"\u003e\n        \u003cdiv class=\"text-block\"\u003e\n          \u003cspan class=\"stag stag-light\"\u003eSwing with Adjustable Height\u003c\/span\u003e\n          \u003ch2\u003eGrows together \u003cem\u003ewith your child\u003c\/em\u003e\n\u003c\/h2\u003e\n          \u003cp\u003eThe swing is equipped with a safety belt, a spacious seat with a high backrest, and a footrest — the child sits stably and comfortably. Height adjusts in seconds to match your toddler's current size.\u003c\/p\u003e\n          \u003cp\u003eOne playground serves from the first year of life all the way through preschool age. An investment that truly pays off.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ph ph-side\"\u003e\n          \u003cimg alt=\"Adjustable swing — Gabriele grows with your child\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/2-Lumpurini_Gabriele_blu_en.png?v=1782415435\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"text-align: center; padding-top: 48px;\"\u003e\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"60\" width=\"100\" viewbox=\"0 0 110 60\"\u003e\n          \u003cg class=\"a1\"\u003e\u003cpath d=\"M18 4 C16 14,15 26,18 42\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C14 35,10 33,6 32\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C21 35,25 34,29 33\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n          \u003cg class=\"a2\"\u003e\u003cpath d=\"M55 3 C53 14,52 28,55 46\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C51 38,46 37,42 36\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C59 38,63 37,67 36\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n          \u003cg class=\"a3\"\u003e\u003cpath d=\"M92 4 C90 14,89 26,92 42\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C88 35,84 33,80 32\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C95 35,99 34,103 33\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- wave dark → white --\u003e\n  \u003cdiv style=\"background: var(--white);\" class=\"wave-wrap\"\u003e\n    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveaspectratio=\"none\" viewbox=\"0 0 1440 52\"\u003e\n      \u003cpath fill=\"#2D2926\" d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,0 L0,0 Z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHITE 2 --\u003e\n  \u003cdiv style=\"padding: 44px 0 60px;\" class=\"sec-white\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n\n      \u003c!-- Basketball --\u003e\n      \u003cdiv class=\"grid-side\" style=\"margin-bottom: 56px;\"\u003e\n        \u003cdiv class=\"ph ph-side\"\u003e\n          \u003cimg alt=\"Child shooting hoops — Gabriele 5-in-1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/7-Lumpurini_Gabriele_blu_en.png?v=1782415435\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-block\"\u003e\n          \u003cspan class=\"stag stag-teal\"\u003eBasketball Hoop Included\u003c\/span\u003e\n          \u003ch2\u003eAccuracy, reflexes, \u003cem\u003epure fun\u003c\/em\u003e\n\u003c\/h2\u003e\n          \u003cp\u003eThe basketball hoop is one of those elements children play with the longest. It trains visual-motor coordination, accuracy, and reflexes — and brings enormous joy with every shot.\u003c\/p\u003e\n          \u003cp\u003eAssembly is simple and the stable base ensures the hoop won't tip during energetic play. Everything is already in the box — unpack and play immediately.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Features --\u003e\n      \u003cdiv class=\"divider\"\u003e\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"60\" width=\"100\" viewbox=\"0 0 110 60\"\u003e\n          \u003cg class=\"a1\"\u003e\u003cpath d=\"M18 4 C16 14,15 26,18 42\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C14 35,10 33,6 32\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C21 35,25 34,29 33\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n          \u003cg class=\"a2\"\u003e\u003cpath d=\"M55 3 C53 14,52 28,55 46\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C51 38,46 37,42 36\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C59 38,63 37,67 36\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n          \u003cg class=\"a3\"\u003e\u003cpath d=\"M92 4 C90 14,89 26,92 42\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C88 35,84 33,80 32\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C95 35,99 34,103 33\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"stag stag-teal\" style=\"display:block;\"\u003eKey Features\u003c\/span\u003e\n      \u003ch2 style=\"font-size: clamp(28px, 3.2vw, 44px); font-weight: 900; line-height: 1.1; color: var(--dark); margin: 10px 0 36px;\"\u003e\n        Active play every day — \u003cem style=\"font-style:normal; color:var(--teal);\"\u003eno compromises\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"feat-list\"\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e01\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003e5-in-1 — five attractions in one set\u003c\/strong\u003eSlide, swing, basketball hoop, climbing platform, and driver's cabin — all in one place, with no need to buy separate toys.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e02\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eActive play all year round\u003c\/strong\u003eWorks equally well indoors and on the terrace or in the garden. Compact dimensions, floor-friendly materials, and quiet construction — perfect for home use.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e03\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eSafe for your little one\u003c\/strong\u003eNo sharp edges, no dangerous elements. Food-grade HDPE plastic — safe, durable, and easy to clean.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e04\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eSwing with safety belt\u003c\/strong\u003eHigh backrest, footrest, and stable seat provide maximum comfort and complete safety during swinging.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e05\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eAdjustable swing height\u003c\/strong\u003eMatch the set to your child's height and use it from year one right through preschool age. One investment for many years.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e06\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eDriver's cabin with sound\u003c\/strong\u003eA rotating steering wheel with a horn sound function stimulates imagination, encourages role-play, and develops fine motor skills.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Specs — прозрачный фон, без белого блока внутри beige --\u003e\n      \u003cdiv style=\"max-width: 800px; margin: 60px auto 0; background: var(--beige); border-radius: 24px; padding: 48px 56px;\"\u003e\n        \u003cspan class=\"stag stag-teal\" style=\"display:block; text-align:center;\"\u003eSpecifications\u003c\/span\u003e\n        \u003ch2 style=\"font-size: clamp(28px, 3vw, 42px); font-weight: 900; color: var(--dark); margin: 10px 0 32px; line-height: 1.1; text-align: center;\"\u003e\n          What's \u003cem style=\"font-style:normal; color:var(--teal-d);\"\u003ein the box\u003c\/em\u003e\n        \u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctr\u003e\n\u003ctd\u003eAge\u003c\/td\u003e\n\u003ctd\u003eFrom 1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMax. load\u003c\/td\u003e\n\u003ctd\u003e50 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHDPE Plastic (food-grade)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDimensions (without hoop)\u003c\/td\u003e\n\u003ctd\u003e160 × 160 × 95 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDimensions (with hoop)\u003c\/td\u003e\n\u003ctd\u003e160 × 180 × 95 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eOverall size\u003c\/td\u003e\n\u003ctd\u003e160 × 180 × 95 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e12.7 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSet includes\u003c\/td\u003e\n\u003ctd\u003e1 slide with climbing surface, 1 swing, basketball hoop, packaging\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- wave white → dark --\u003e\n  \u003cdiv style=\"background: var(--dark);\" class=\"wave-wrap\"\u003e\n    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveaspectratio=\"none\" viewbox=\"0 0 1440 52\"\u003e\n      \u003cpath fill=\"#FDFAF8\" d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,0 L0,0 Z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DARK — Gift --\u003e\n  \u003cdiv style=\"padding: 60px 0 72px; text-align: center;\" class=\"sec-dark\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n      \u003cspan class=\"stag stag-light\" style=\"display:block; text-align:center;\"\u003eGift Idea\u003c\/span\u003e\n      \u003ch2 style=\"font-size: clamp(28px, 3.2vw, 44px); font-weight: 900; line-height: 1.1; color: var(--beige); margin: 14px 0 18px;\"\u003e\n        A gift that \u003cem style=\"font-style:normal; color:var(--teal);\"\u003etruly gets used\u003c\/em\u003e\n      \u003c\/h2\u003e\n      \u003cp style=\"font-size: 17px; line-height: 1.9; color: rgba(249,237,230,0.80); font-weight: 400; max-width: 600px; margin: 0 auto 28px;\"\u003e\n        The Gabriele playground is a gift that won't sit on a shelf. Children reach for it every single day — indoors and out. It's a present that supports development, brings lasting joy, and stands the test of time.\n      \u003c\/p\u003e\n      \u003cdiv class=\"gift-row\"\u003e\n        \u003cspan class=\"gift-tag\"\u003eBirthday\u003c\/span\u003e\n        \u003cspan class=\"gift-tag\"\u003eChristmas\u003c\/span\u003e\n        \u003cspan class=\"gift-tag\"\u003eChildren's Day\u003c\/span\u003e\n        \u003cspan class=\"gift-tag\"\u003eStarting Nursery\u003c\/span\u003e\n        \u003cspan class=\"gift-tag\"\u003eEaster\u003c\/span\u003e\n        \u003cspan class=\"gift-tag\"\u003eSt. Nicholas Day\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumpurini","offers":[{"title":"Default Title","offer_id":49046900441311,"sku":"C-HT003-10-blue","price":664.19,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/884a1991c11ff9bfade57194e044c0f9.png?v=1778365100"},{"product_id":"5-in-1-home-playground-for-kids-swing-slide-basketball-climbing-1","title":"5-IN-1 HOME PLAYGROUND FOR KIDS: SWING, SLIDE, BASKETBALL, CLIMBING","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@300;400;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  :root {\n    --beige:  #F9EDE6;\n    --teal:   #7BB8B4;\n    --teal-d: #4E9490;\n    --dark:   #2D2926;\n    --mid:    #5C4B42;\n    --white:  #FDFAF8;\n    --sand:   #E8D5C4;\n  }\n\n  .pd-root {\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    width: 100vw;\n    overflow-x: hidden;\n    font-family: 'Nunito', sans-serif;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .stag { font-size: 12px; letter-spacing: 4px; text-transform: uppercase; font-weight: 800; display: block; margin-bottom: 8px; }\n  .stag-teal  { color: var(--teal-d); }\n  .stag-light { color: var(--teal); }\n\n  \/* Картинки *\/\n  .ph { width: 100%; border-radius: 20px; overflow: hidden; flex-shrink: 0; }\n  \/* hero — фиксированное соотношение, обрезать норм *\/\n  .ph-hero { aspect-ratio: 16\/9; background: var(--sand); }\n  .ph-hero img { width: 100%; height: 100%; object-fit: cover; display: block; }\n  \/* боковые — высота ограничена, картинка целиком, по центру *\/\n  .ph-side {\n    background: transparent;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .ph-side img {\n    width: 100%;\n    height: auto;\n    max-height: 480px;\n    object-fit: contain;\n    display: block;\n    border-radius: 20px;\n  }\n\n  .sec-beige { background: var(--beige); width: 100%; }\n  .sec-white { background: var(--white); width: 100%; }\n  .sec-dark  { background: var(--dark);  width: 100%; }\n\n  .wave-wrap { width: 100%; overflow: hidden; line-height: 0; font-size: 0; display: block; }\n  .wave-wrap svg { display: block; width: 100%; height: 52px; }\n\n  .inner { max-width: 1100px; margin: 0 auto; padding: 0 48px; }\n\n  .grid-side { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n\n  \/* Заголовки и текст — !important чтобы тема Shopify не перебивала *\/\n  .pd-root h1, .pd-root h2, .pd-root h3 {\n    font-weight: 900 !important;\n    font-family: 'Nunito', sans-serif !important;\n  }\n  .pd-root p, .pd-root td, .pd-root li {\n    font-family: 'Nunito', sans-serif !important;\n  }\n  .text-block h2 { font-size: clamp(22px, 2.2vw, 34px) !important; font-weight: 900 !important; line-height: 1.15 !important; color: var(--dark); margin: 10px 0 18px !important; }\n  .text-block h2 em { font-style: normal !important; color: var(--teal-d); }\n  .text-block p { font-size: 17px !important; line-height: 1.85 !important; color: var(--mid); font-weight: 400 !important; }\n  .text-block p + p { margin-top: 16px !important; }\n\n  .dark-inner .text-block h2 { color: var(--beige) !important; }\n  .dark-inner .text-block h2 em { color: var(--teal) !important; }\n  .dark-inner .text-block p { color: rgba(249,237,230,0.80) !important; }\n  .dark-inner .ph-side { background: transparent; }\n\n  .divider { text-align: center; margin: 36px 0; }\n  .ap       { fill: none; stroke: var(--dark);  stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }\n  .ap-light { fill: none; stroke: var(--beige); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }\n  .a1 { animation: drop 1.8s ease-in-out infinite 0s; }\n  .a2 { animation: drop 1.8s ease-in-out infinite 0.22s; }\n  .a3 { animation: drop 1.8s ease-in-out infinite 0.44s; }\n  @keyframes drop { 0%,100%{transform:translateY(0);} 45%{transform:translateY(10px);} }\n\n  \/* 5-in-1 strip *\/\n  .mode-strip-5 {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    border: 1px solid rgba(45,41,38,0.12);\n    border-radius: 20px;\n    overflow: hidden;\n    margin-bottom: 52px;\n  }\n  .mode-cell {\n    padding: 28px 22px;\n    border-right: 1px solid rgba(45,41,38,0.12);\n  }\n  .mode-cell:last-child { border-right: none; }\n  .mode-num {\n    font-size: 11px;\n    letter-spacing: 3px;\n    font-weight: 800;\n    color: var(--teal);\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: 10px;\n  }\n  .mode-cell h3 {\n    font-size: 18px;\n    font-weight: 900;\n    color: var(--dark);\n    margin-bottom: 10px;\n    line-height: 1.2;\n  }\n  .mode-cell p {\n    font-size: 16px;\n    line-height: 1.75;\n    color: var(--mid);\n    font-weight: 400;\n  }\n\n  \/* Feature list *\/\n  .feat-list .item {\n    display: flex;\n    gap: 24px;\n    padding: 22px 0;\n    border-top: 1px solid rgba(45,41,38,0.1);\n  }\n  .feat-list .item:last-child { border-bottom: 1px solid rgba(45,41,38,0.1); }\n  .feat-list .num {\n    font-style: italic;\n    font-size: 14px;\n    font-weight: 800;\n    color: var(--teal);\n    min-width: 24px;\n    padding-top: 2px;\n  }\n  .feat-list .body { font-size: 18px; line-height: 1.8; color: var(--mid); font-weight: 400; }\n  .feat-list .body strong { color: var(--dark); font-weight: 900; display: block; margin-bottom: 6px; font-size: 19px; }\n\n  \/* Specs table — прозрачный фон, убираем белый *\/\n  .specs-table { width: 100%; border-collapse: collapse; font-size: 17px; background: transparent; }\n  .specs-table tr { border-bottom: 1px solid rgba(45,41,38,0.15); }\n  .specs-table tr:first-child { border-top: 1px solid rgba(45,41,38,0.15); }\n  .specs-table td { padding: 20px 4px; background: transparent; }\n  .specs-table td:first-child { font-weight: 900; color: var(--dark); width: 42%; font-size: 17px; }\n  .specs-table td:last-child { color: var(--mid); font-weight: 600; font-size: 17px; }\n\n  .pull-quote {\n    border-left: 3px solid var(--teal);\n    padding: 16px 24px;\n    margin: 24px 0;\n  }\n  .pull-quote p { font-size: 16px; line-height: 1.85; color: var(--mid); font-weight: 400; font-style: italic; }\n\n  .pull-quote-dark {\n    border-left: 3px solid var(--teal);\n    padding: 16px 24px;\n    margin: 24px 0;\n  }\n  .pull-quote-dark p { font-size: 16px; line-height: 1.85; color: rgba(249,237,230,0.75); font-weight: 400; font-style: italic; }\n\n  .gift-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; justify-content: center; }\n  .gift-tag {\n    background: rgba(123,184,180,0.15);\n    border: 1px solid rgba(123,184,180,0.35);\n    border-radius: 30px;\n    padding: 8px 20px;\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--teal);\n  }\n\n  @media (max-width: 820px) {\n    .grid-side   { grid-template-columns: 1fr !important; gap: 24px !important; }\n    .mode-strip-5 { grid-template-columns: 1fr !important; }\n    .mode-cell   { border-right: none !important; border-bottom: 1px solid rgba(45,41,38,0.12); }\n    .mode-cell:last-child { border-bottom: none; }\n    .inner       { padding: 0 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-root\"\u003e\n\n  \u003c!-- HEADER --\u003e\n  \u003cdiv style=\"padding: 60px 40px 44px; text-align: center;\" class=\"sec-beige\"\u003e\n    \u003cspan class=\"stag stag-teal\" style=\"text-align:center;\"\u003eLumpurini Gabriele 5-in-1 Pink\u003c\/span\u003e\n    \u003ch1 style=\"font-size: clamp(30px, 3.8vw, 54px); font-weight: 900; line-height: 1.08; color: var(--dark); margin: 14px 0 20px;\"\u003e\n      Indoor Playground 5-in-1 —\u003cbr\u003e\n      \u003cspan style=\"color: var(--teal-d);\"\u003eSlide + Swing + Basketball Hoop + Climbing Platform + Driver's Cabin (Pink)\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cp style=\"font-size: 17px; color: var(--mid); font-weight: 400; max-width: 560px; margin: 0 auto 28px; line-height: 1.8;\"\u003e\n      A 5-in-1 home playground that transforms your living room, terrace, or garden into a mini amusement park — for children from 1 year old, up to 50 kg.\n    \u003c\/p\u003e\n    \u003cdiv class=\"divider\"\u003e\n      \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"60\" width=\"100\" viewbox=\"0 0 110 60\"\u003e\n        \u003cg class=\"a1\"\u003e\u003cpath d=\"M18 4 C16 14,15 26,18 42\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C14 35,10 33,6 32\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C21 35,25 34,29 33\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n        \u003cg class=\"a2\"\u003e\u003cpath d=\"M55 3 C53 14,52 28,55 46\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C51 38,46 37,42 36\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C59 38,63 37,67 36\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n        \u003cg class=\"a3\"\u003e\u003cpath d=\"M92 4 C90 14,89 26,92 42\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C88 35,84 33,80 32\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C95 35,99 34,103 33\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- wave beige → white --\u003e\n  \u003cdiv style=\"background: var(--white);\" class=\"wave-wrap\"\u003e\n    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveaspectratio=\"none\" viewbox=\"0 0 1440 52\"\u003e\n      \u003cpath fill=\"#F9EDE6\" d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,0 L0,0 Z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHITE 1 --\u003e\n  \u003cdiv style=\"padding: 44px 0 56px;\" class=\"sec-white\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n\n      \u003c!-- Hero image --\u003e\n      \u003cdiv class=\"ph ph-hero\" style=\"margin-bottom: 44px;\"\u003e\n        \u003cimg alt=\"Lumpurini Gabriele 5-in-1 Pink\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/5-Lumpurini_Gabriele_pink_en.png\"\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"font-size: 18px; line-height: 1.9; color: var(--mid); font-weight: 400; max-width: 780px; margin: 0 auto 52px; text-align: center;\"\u003e\n        Looking for a solution that provides your child with plenty of movement and joy while making it easier for you to organize playtime at home or outdoors? This 5-in-1 home playground transforms your living room, terrace, or garden into a mini amusement park. In one set, your child has a slide for active fun, a swing for relaxing, a basketball hoop, a climbing platform for little explorers, and a driver's cabin to spark their imagination.\n      \u003c\/p\u003e\n\n      \u003c!-- 5-in-1 strip --\u003e\n      \u003cspan class=\"stag stag-teal\" style=\"display:block; margin-bottom:14px;\"\u003eFive attractions — one set\u003c\/span\u003e\n      \u003ch2 style=\"font-size: clamp(28px, 3.2vw, 42px); font-weight: 900; color: var(--dark); line-height: 1.1; margin-bottom: 28px;\"\u003e\n        Slide, swing, climb — \u003cem style=\"font-style:normal; color:var(--teal-d);\"\u003enever bored\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"mode-strip-5\"\u003e\n        \u003cdiv class=\"mode-cell\"\u003e\n\u003cspan class=\"mode-num\"\u003e01\u003c\/span\u003e\u003ch3\u003eSlide\u003c\/h3\u003e\n\u003cp\u003eSmooth ride with handles for safe descents. Active fun that improves coordination and builds self-confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"mode-cell\"\u003e\n\u003cspan class=\"mode-num\"\u003e02\u003c\/span\u003e\u003ch3\u003eSwing\u003c\/h3\u003e\n\u003cp\u003eSafety belt seat with high backrest and footrest. Adjustable height grows with your child from year one onward.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"mode-cell\"\u003e\n\u003cspan class=\"mode-num\"\u003e03\u003c\/span\u003e\u003ch3\u003eBasketball Hoop\u003c\/h3\u003e\n\u003cp\u003eTrains accuracy, reflexes, and motor coordination. Keeps children engaged for a long time and brings enormous joy.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"mode-cell\"\u003e\n\u003cspan class=\"mode-num\"\u003e04\u003c\/span\u003e\u003ch3\u003eClimbing Platform\u003c\/h3\u003e\n\u003cp\u003eEncourages movement, strengthens muscles, and develops agility. A mini adventure for little explorers every day.\u003c\/p\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"mode-cell\"\u003e\n\u003cspan class=\"mode-num\"\u003e05\u003c\/span\u003e\u003ch3\u003eDriver's Cabin\u003c\/h3\u003e\n\u003cp\u003eRotating steering wheel with sound function. Stimulates imagination, encourages role-play, and trains motor skills.\u003c\/p\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Side block 1 — heading on top, text+image side by side --\u003e\n      \u003cdiv style=\"margin-bottom: 56px;\"\u003e\n        \u003cspan class=\"stag stag-teal\"\u003eMore Movement, Less Boredom\u003c\/span\u003e\n        \u003ch2 style=\"font-size: clamp(22px, 2.2vw, 34px) !important; font-weight: 900 !important; line-height: 1.15 !important; color: var(--dark); margin: 10px 0 28px !important;\"\u003e\n          The Gabriele 5-in-1 is \u003cem style=\"font-style:normal; color:var(--teal-d);\"\u003emore than a toy\u003c\/em\u003e — it's a complete activity corner for every season, indoors and outdoors.\n        \u003c\/h2\u003e\n        \u003cdiv class=\"grid-side\" style=\"align-items: start;\"\u003e\n          \u003cdiv class=\"text-block\"\u003e\n            \u003cp\u003eThis multi-functional set was created to keep children active regardless of the weather. In just a few moments, you can create a safe play zone that encourages climbing, sliding, swinging, and shooting hoops. This helps toddlers burn energy, practice coordination, and build self-confidence, while you enjoy a calmer daily routine.\u003c\/p\u003e\n            \u003cdiv class=\"pull-quote\"\u003e\n              \u003cp\u003e\"Easy assembly, solid fasteners, and compact dimensions — works just as well in the living room as in the garden.\"\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cp\u003eThe playground features a durable, stable structure designed for safety and comfort, easily supporting loads up to 50 kg. Compact and quiet, with floor-friendly materials — perfect for home use, whether in a nursery or the living room.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ph ph-side\"\u003e\n            \u003cimg alt=\"Child playing on the Gabriele playground\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/3-Lumpurini_Gabriele_pink_en.png\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- wave white → dark --\u003e\n  \u003cdiv style=\"background: var(--dark);\" class=\"wave-wrap\"\u003e\n    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveaspectratio=\"none\" viewbox=\"0 0 1440 52\"\u003e\n      \u003cpath fill=\"#FDFAF8\" d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,0 L0,0 Z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DARK --\u003e\n  \u003cdiv style=\"padding: 56px 0;\" class=\"sec-dark\"\u003e\n    \u003cdiv class=\"inner dark-inner\"\u003e\n\n      \u003c!-- Safety --\u003e\n      \u003cdiv class=\"grid-side\" style=\"margin-bottom: 56px;\"\u003e\n        \u003cdiv class=\"ph ph-side\"\u003e\n          \u003cimg alt=\"Climbing platform — safe play\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/4-Lumpurini_Gabriele_pink_en.png\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-block\"\u003e\n          \u003cspan class=\"stag stag-light\"\u003eHigh Quality \u0026amp; Safety\u003c\/span\u003e\n          \u003ch2\u003eRounded edges, \u003cem\u003esafe materials\u003c\/em\u003e\n\u003c\/h2\u003e\n          \u003cp\u003eEvery part of the complex has been designed with the youngest users in mind: no sharp edges or dangerous protruding parts. The stable construction and carefully selected materials ensure safety during daily play, while the rounded shapes minimize the risk of injury.\u003c\/p\u003e\n          \u003cp\u003eThe set is ideal for home use, guaranteeing comfortable and safe entertainment for children. Made from food-grade HDPE plastic — durable, non-toxic, and resistant to damage. Easy to clean and ready for intensive play every day.\u003c\/p\u003e\n          \u003cdiv class=\"pull-quote-dark\"\u003e\n            \u003cp\u003e\"You can calmly get on with household tasks — your little one plays safely, and the playground can handle everything they throw at it.\"\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Adjustable swing --\u003e\n      \u003cdiv class=\"grid-side\"\u003e\n        \u003cdiv class=\"text-block\"\u003e\n          \u003cspan class=\"stag stag-light\"\u003eSwing with Adjustable Height\u003c\/span\u003e\n          \u003ch2\u003eGrows together \u003cem\u003ewith your child\u003c\/em\u003e\n\u003c\/h2\u003e\n          \u003cp\u003eThe swing is equipped with a safety belt, a spacious seat with a high backrest, and a footrest to ensure the child sits stably and comfortably. The height of the swing can be adjusted to match the toddler's height, making the set useful for a longer period.\u003c\/p\u003e\n          \u003cp\u003eThe driver's cabin features a rotating steering wheel with a sound function for signaling — stimulating imagination and encouraging role-playing, while developing creativity and motor coordination.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ph ph-side\"\u003e\n          \u003cimg alt=\"Adjustable swing — Gabriele grows with your child\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/2-Lumpurini_Gabriele_pink_en.png\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"text-align: center; padding-top: 48px;\"\u003e\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"60\" width=\"100\" viewbox=\"0 0 110 60\"\u003e\n          \u003cg class=\"a1\"\u003e\u003cpath d=\"M18 4 C16 14,15 26,18 42\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C14 35,10 33,6 32\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C21 35,25 34,29 33\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n          \u003cg class=\"a2\"\u003e\u003cpath d=\"M55 3 C53 14,52 28,55 46\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C51 38,46 37,42 36\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C59 38,63 37,67 36\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n          \u003cg class=\"a3\"\u003e\u003cpath d=\"M92 4 C90 14,89 26,92 42\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C88 35,84 33,80 32\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C95 35,99 34,103 33\" class=\"ap-light\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- wave dark → white --\u003e\n  \u003cdiv style=\"background: var(--white);\" class=\"wave-wrap\"\u003e\n    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveaspectratio=\"none\" viewbox=\"0 0 1440 52\"\u003e\n      \u003cpath fill=\"#2D2926\" d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,0 L0,0 Z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHITE 2 --\u003e\n  \u003cdiv style=\"padding: 44px 0 60px;\" class=\"sec-white\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n\n      \u003c!-- Basketball --\u003e\n      \u003cdiv class=\"grid-side\" style=\"margin-bottom: 56px;\"\u003e\n        \u003cdiv class=\"ph ph-side\"\u003e\n          \u003cimg alt=\"Child shooting hoops — Gabriele 5-in-1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/7-Lumpurini_Gabriele_pink_en.png?v=1782413498\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-block\"\u003e\n          \u003cspan class=\"stag stag-teal\"\u003eBasketball Hoop Included\u003c\/span\u003e\n          \u003ch2\u003eAccuracy, reflexes, \u003cem\u003epure fun\u003c\/em\u003e\n\u003c\/h2\u003e\n          \u003cp\u003eThe basketball hoop keeps children engaged for a long time and helps develop coordination, motor skills, accuracy, and reflexes. The climbing platform encourages movement and develops agility, while the slide and swing provide the most important thing — pure joy.\u003c\/p\u003e\n          \u003cp\u003eThe set is made from safe, food-grade HDPE plastic — durable, non-toxic, and child-friendly. Resistant to damage, easy to clean, and safe for everyday use — perfect for intensive play.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Features --\u003e\n      \u003cdiv class=\"divider\"\u003e\n        \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"60\" width=\"100\" viewbox=\"0 0 110 60\"\u003e\n          \u003cg class=\"a1\"\u003e\u003cpath d=\"M18 4 C16 14,15 26,18 42\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C14 35,10 33,6 32\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 42 C21 35,25 34,29 33\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n          \u003cg class=\"a2\"\u003e\u003cpath d=\"M55 3 C53 14,52 28,55 46\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C51 38,46 37,42 36\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M55 46 C59 38,63 37,67 36\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n          \u003cg class=\"a3\"\u003e\u003cpath d=\"M92 4 C90 14,89 26,92 42\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C88 35,84 33,80 32\" class=\"ap\"\u003e\u003c\/path\u003e\u003cpath d=\"M92 42 C95 35,99 34,103 33\" class=\"ap\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n        \u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"stag stag-teal\" style=\"display:block;\"\u003eKey Features\u003c\/span\u003e\n      \u003ch2 style=\"font-size: clamp(28px, 3.2vw, 44px); font-weight: 900; line-height: 1.1; color: var(--dark); margin: 10px 0 36px;\"\u003e\n        Active play every day — \u003cem style=\"font-style:normal; color:var(--teal);\"\u003e5-in-1 Pink Edition\u003c\/em\u003e\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"feat-list\"\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e01\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003e5-in-1 Set\u003c\/strong\u003eSlide, swing, basketball hoop, climbing platform, and driver's cabin all in one complex.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e02\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eActive Play Every Day\u003c\/strong\u003eEncourages movement, develops coordination, motor skills, accuracy, and agility — indoors and outdoors.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e03\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eSafe Design\u003c\/strong\u003eNo sharp edges or dangerous elements. Child-friendly design with food-grade HDPE plastic — safe, durable, and easy to clean.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e04\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eSwing with Safety Belt\u003c\/strong\u003eHigh backrest, footrest, and a stable seat for maximum comfort and complete safety during swinging.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e05\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eAdjustable Settings\u003c\/strong\u003eThe height of the swing can be adjusted to the child's growth — from year one right through preschool age.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e06\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eFor Home and Garden\u003c\/strong\u003ePerfect for the living room, terrace, or outdoors. Easy assembly with solid fasteners — compact and quiet in use.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Specs — прозрачный фон, без белого блока внутри beige --\u003e\n      \u003cdiv style=\"max-width: 800px; margin: 60px auto 0; background: var(--beige); border-radius: 24px; padding: 48px 56px;\"\u003e\n        \u003cspan class=\"stag stag-teal\" style=\"display:block; text-align:center;\"\u003eSpecifications\u003c\/span\u003e\n        \u003ch2 style=\"font-size: clamp(28px, 3vw, 42px); font-weight: 900; color: var(--dark); margin: 10px 0 32px; line-height: 1.1; text-align: center;\"\u003e\n          What's \u003cem style=\"font-style:normal; color:var(--teal-d);\"\u003ein the box — Pink\u003c\/em\u003e\n        \u003c\/h2\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctr\u003e\n\u003ctd\u003eAge\u003c\/td\u003e\n\u003ctd\u003eFrom 1 year\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMax. load\u003c\/td\u003e\n\u003ctd\u003e50 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHDPE Plastic (food-grade)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDimensions (without hoop)\u003c\/td\u003e\n\u003ctd\u003e160 × 160 × 95 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eDimensions (with hoop)\u003c\/td\u003e\n\u003ctd\u003e160 × 180 × 95 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eOverall size\u003c\/td\u003e\n\u003ctd\u003e160 × 180 × 95 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e12.7 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSet includes\u003c\/td\u003e\n\u003ctd\u003e1 slide with climbing surface, 1 swing, basketball hoop, packaging\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- wave white → dark --\u003e\n  \u003cdiv style=\"background: var(--dark);\" class=\"wave-wrap\"\u003e\n    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" preserveaspectratio=\"none\" viewbox=\"0 0 1440 52\"\u003e\n      \u003cpath fill=\"#FDFAF8\" d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,0 L0,0 Z\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- DARK — Gift --\u003e\n  \u003cdiv style=\"padding: 60px 0 72px; text-align: center;\" class=\"sec-dark\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n      \u003cspan class=\"stag stag-light\" style=\"display:block; text-align:center;\"\u003eGift Idea\u003c\/span\u003e\n      \u003ch2 style=\"font-size: clamp(28px, 3.2vw, 44px); font-weight: 900; line-height: 1.1; color: var(--beige); margin: 14px 0 18px;\"\u003e\n        A gift that \u003cem style=\"font-style:normal; color:var(--teal);\"\u003etruly gets used\u003c\/em\u003e\n      \u003c\/h2\u003e\n      \u003cp style=\"font-size: 17px; line-height: 1.9; color: rgba(249,237,230,0.80); font-weight: 400; max-width: 600px; margin: 0 auto 28px;\"\u003e\n        The Gabriele playground is a gift that won't sit on a shelf. Children reach for it every single day — indoors and out. It's a present that supports development, brings lasting joy, and stands the test of time.\n      \u003c\/p\u003e\n      \u003cdiv class=\"gift-row\"\u003e\n        \u003cspan class=\"gift-tag\"\u003eBirthday\u003c\/span\u003e\n        \u003cspan class=\"gift-tag\"\u003eChristmas\u003c\/span\u003e\n        \u003cspan class=\"gift-tag\"\u003eChildren's Day\u003c\/span\u003e\n        \u003cspan class=\"gift-tag\"\u003eStarting Nursery\u003c\/span\u003e\n        \u003cspan class=\"gift-tag\"\u003eEaster\u003c\/span\u003e\n        \u003cspan class=\"gift-tag\"\u003eSt. Nicholas Day\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lumpurini","offers":[{"title":"Default Title","offer_id":49046901326047,"sku":"C-HT003-10-pink","price":664.19,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/475bd08fb6afbda86609d3250f0b7a56.png?v=1778365095"},{"product_id":"baby-playpen-150x180-safe-activity-center-play-area-with-door","title":"BABY PLAYPEN 150X180 – SAFE ACTIVITY CENTER \u0026 PLAY AREA WITH DOOR","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eLumpurini Tindario L Baby Playpen\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@300;400;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  html, body { overflow-x: hidden; margin: 0; padding: 0; }\n\n  :root {\n    --beige:  #F9EDE6;\n    --teal:   #7BB8B4;\n    --teal-d: #4E9490;\n    --dark:   #2D2926;\n    --mid:    #5C4B42;\n    --white:  #FDFAF8;\n    --sand:   #E8D5C4;\n  }\n\n  * { box-sizing: border-box; }\n\n  .pd-root {\n    position: relative;\n    left: 50%; right: 50%;\n    margin-left: -50vw; margin-right: -50vw;\n    width: 100vw; overflow-x: hidden;\n    font-family: 'Nunito', sans-serif !important;\n    font-size: 16px !important;\n    line-height: 1.5 !important;\n  }\n  .pd-root * { box-sizing: border-box; font-family: 'Nunito', sans-serif !important; }\n\n  .pd-root h1 {\n    font-size: 50px !important;\n    font-weight: 900 !important;\n    line-height: 1.06 !important;\n    color: var(--dark) !important;\n    margin: 10px 0 20px !important;\n    letter-spacing: -0.5px !important;\n  }\n  .pd-root h2 {\n    font-size: 42px !important;\n    font-weight: 900 !important;\n    line-height: 1.08 !important;\n    color: var(--dark) !important;\n    margin: 8px 0 16px !important;\n    letter-spacing: -0.3px !important;\n  }\n  .pd-root h3 {\n    font-size: 24px !important;\n    font-weight: 900 !important;\n    line-height: 1.2 !important;\n    color: var(--dark) !important;\n    margin: 10px 0 14px !important;\n  }\n  .pd-root p { font-size: 17px !important; font-weight: 300 !important; line-height: 1.88 !important; margin: 0 0 14px !important; }\n\n  .sec-beige { background: var(--beige) !important; width: 100%; }\n  .sec-white { background: var(--white) !important; width: 100%; }\n  .sec-dark  { background: var(--dark)  !important; width: 100%; }\n\n  .inner { max-width: 1120px; margin: 0 auto; padding: 0 40px; }\n\n  .pd-root .stag {\n    font-size: 11px !important; letter-spacing: 4px !important; text-transform: uppercase !important;\n    font-weight: 700 !important; display: block !important; margin-bottom: 8px !important; line-height: 1.4 !important;\n  }\n  .stag-teal  { color: var(--teal-d) !important; }\n  .stag-light { color: var(--teal)   !important; }\n\n  .pd-root .em-t { color: var(--teal-d) !important; font-style: normal !important; font-weight: 900 !important; }\n  .pd-root .em-t-light { color: var(--teal) !important; font-style: normal !important; font-weight: 900 !important; }\n\n  .pd-root .body-lg { font-size: 17px !important; line-height: 1.88 !important; color: var(--mid) !important; font-weight: 300 !important; margin: 0 0 14px !important; }\n  .pd-root .body-sm { font-size: 16px !important; line-height: 1.78 !important; color: var(--mid) !important; font-weight: 300 !important; margin: 0 0 12px !important; }\n\n  .dark-zone h1, .dark-zone h2, .dark-zone h3 { color: var(--beige) !important; }\n  .dark-zone .body-lg, .dark-zone .body-sm { color: rgba(249,237,230,0.78) !important; }\n  .dark-zone .stag-teal { color: var(--teal) !important; }\n\n  .wave { display: block; width: 100%; overflow: hidden; line-height: 0; font-size: 0; margin-top: -1px; margin-bottom: -2px; position: relative; z-index: 1; }\n  .wave svg { display: block; width: 100%; height: 46px; }\n\n  .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n\n  \/* HERO *\/\n  .hero-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; }\n  .hero-left { background: var(--dark); padding: 56px 40px 56px 48px; display: flex; flex-direction: column; justify-content: center; }\n  .hero-right { background: var(--dark); display: flex; align-items: center; justify-content: center; padding: 24px 24px 24px 0; }\n  .hero-photo-wrap { position: relative; width: 100%; height: 100%; min-height: 440px; border-radius: 26px; overflow: hidden; background: var(--sand); box-shadow: 0 8px 48px rgba(0,0,0,0.22); }\n  .hero-photo-wrap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }\n\n  .hero-left-row { display: flex !important; flex-direction: row !important; align-items: center !important; gap: 28px !important; }\n  .hero-text-col { flex: 1 1 auto; min-width: 0; }\n  .hero-scroll-ind { display: flex; align-items: center; gap: 14px; flex-shrink: 0; align-self: center; }\n\n  .side-arr { display: flex; flex-direction: column; align-items: center; gap: 6px; flex-shrink: 0; }\n  .sa-line  { width: 2px; background: var(--teal); border-radius: 2px; opacity: 0.4; }\n  .sa-dot   { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); opacity: 0.55; }\n  .sa-main  { width: 11px; height: 11px; border-radius: 50%; background: var(--teal-d); }\n  .sa-chev  { animation: chev 2s ease-in-out infinite; }\n  @keyframes chev { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }\n\n  .photo-arr { position: absolute; top: 0; height: 100%; width: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 22px 0; }\n  .photo-arr.right { right: 0; }\n  .photo-arr.left  { left: 0; }\n\n  .ph-box { position: relative; border-radius: 24px; overflow: hidden; background: var(--sand); aspect-ratio: 1 \/ 1; height: auto; }\n  .ph-box img { width: 100%; height: 100%; object-fit: cover; display: block; position: absolute; inset: 0; }\n\n  \/* accents *\/\n  .accent-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }\n  .accent-cell { background: var(--white); border-radius: 22px; padding: 34px 26px; position: relative; overflow: hidden; }\n  .accent-cell::before { content:''; position:absolute; top:0; left:26px; width:40px; height:4px; border-radius:0 0 4px 4px; background:var(--teal); opacity:.75; }\n  .pd-root .ac-label { font-size: 11px !important; letter-spacing: 2.5px !important; font-weight: 800 !important; color: var(--teal-d) !important; text-transform: uppercase !important; display:block !important; margin-bottom: 14px !important; }\n  .pd-root .ac-val { font-size: 40px !important; font-weight: 900 !important; color: var(--dark) !important; line-height: 1 !important; letter-spacing: -1px !important; margin-bottom: 8px !important; display: block !important; }\n  .pd-root .ac-desc { font-size: 14px !important; font-weight: 400 !important; color: var(--mid) !important; line-height: 1.6 !important; }\n\n  \/* feature list *\/\n  .feat-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }\n  .feat-list .fi { display: flex; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(45,41,38,0.1); }\n  .feat-list-dark .fi { border-color: rgba(249,237,230,0.12); }\n  .pd-root .feat-list .fi-n { font-size: 12px !important; font-weight: 800 !important; color: var(--teal-d) !important; letter-spacing: 2px !important; min-width: 26px; padding-top: 3px; }\n  .pd-root .feat-list-dark .fi-n { color: var(--teal) !important; }\n  .pd-root .feat-list .fi-b strong { display: block !important; font-size: 17px !important; font-weight: 800 !important; color: var(--dark) !important; margin-bottom: 3px !important; }\n  .pd-root .feat-list-dark .fi-b strong { color: var(--beige) !important; }\n  .pd-root .feat-list .fi-b span { font-size: 16px !important; font-weight: 300 !important; color: var(--mid) !important; line-height: 1.78 !important; }\n  .pd-root .feat-list-dark .fi-b span { color: rgba(249,237,230,0.75) !important; }\n\n  \/* includes list *\/\n  .incl-list { list-style: none; margin: 20px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; max-width: 800px; margin-left:auto; margin-right:auto; }\n  .pd-root .incl-list li { font-size: 16px !important; color: var(--mid) !important; font-weight: 300 !important; padding: 16px 0; border-bottom: 1px solid rgba(45,41,38,0.1); display: flex; align-items: center; gap: 14px; }\n  .pd-root .incl-list-dark li { color: rgba(249,237,230,0.85) !important; border-color: rgba(249,237,230,0.12) !important; }\n  .pd-root .incl-list li::before { content:''; display:inline-block; width:6px; height:6px; border-radius:50%; background: var(--teal); flex-shrink:0; }\n\n  \/* specs *\/\n  .spec-wrap { margin: 0; }\n  .spec-row { display: grid; grid-template-columns: 220px 1fr; border-bottom: 1px solid rgba(45,41,38,0.1); padding: 18px 0; align-items: start; gap: 24px; }\n  .pd-root .spec-key { font-size: 11px !important; letter-spacing: 3px !important; text-transform: uppercase !important; font-weight: 700 !important; color: var(--teal-d) !important; padding-top: 2px !important; }\n  .pd-root .spec-val { font-size: 16px !important; line-height: 1.78 !important; color: var(--mid) !important; font-weight: 300 !important; }\n\n  \/* photo grid gallery *\/\n  .photo-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }\n  .pg-ph { border-radius: 18px; overflow: hidden; background: var(--sand); aspect-ratio: 1 \/ 1; height: auto; }\n  .pg-ph img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }\n\n  \/* closing icon band *\/\n  .icon-band { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; }\n  .icon-item { text-align: center; padding: 8px 12px; }\n  .icon-circ { width: 56px; height: 56px; border-radius: 50%; background: rgba(123,184,180,0.16); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }\n  .pd-root .icon-item h3 { font-size: 18px !important; margin-bottom: 8px !important; }\n  .pd-root .icon-item p { font-size: 15px !important; color: rgba(249,237,230,0.62) !important; line-height: 1.7 !important; }\n\n  @media (max-width: 860px) {\n    .hero-split { grid-template-columns: 1fr !important; }\n    .hero-left  { padding: 40px 22px !important; }\n    .hero-right { padding: 0 18px 36px !important; }\n    .hero-photo-wrap { min-height: 280px !important; border-radius: 18px !important; }\n    .grid-2, .accent-row, .feat-list, .incl-list, .photo-grid, .icon-band, .row-grid { grid-template-columns: 1fr !important; }\n    .row-grid { gap: 28px !important; margin-top: 24px !important; padding: 0 18px !important; }\n    .section-head-wrap { padding: 0 18px !important; }\n    .inner { padding: 0 18px !important; }\n    .accent-cell { padding: 28px 22px !important; }\n    .sec-dark, .sec-beige, .sec-white { padding-top: 34px !important; padding-bottom: 34px !important; }\n    .hero-split { min-height: auto !important; }\n    .hero-left { justify-content: flex-start !important; }\n    .hero-scroll-ind { flex-shrink: 0; }\n    .hero-text-col { flex: 1 1 auto; min-width: 0; }\n    .pd-root h1 { font-size: 28px !important; }\n    .pd-root h2 { font-size: 24px !important; }\n    .pd-root h3 { font-size: 20px !important; }\n    .pd-root p, .pd-root .body-lg, .pd-root .body-sm { font-size: 15px !important; }\n    .spec-row { grid-template-columns: 1fr !important; gap: 6px !important; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-root\"\u003e\n\n\u003c!-- ═══ HERO ═══ --\u003e\n\u003cdiv style=\"background: var(--dark);\"\u003e\n  \u003cdiv class=\"hero-split\"\u003e\n    \u003cdiv class=\"hero-left dark-zone hero-left-row\"\u003e\n      \u003cdiv class=\"hero-text-col\"\u003e\n        \u003cspan class=\"stag stag-light\"\u003eLumpurini · Baby Playpen\u003c\/span\u003e\n        \u003ch1 style=\"color:var(--beige) !important;\"\u003eLumpurini Tindario L Baby Playpen\u003cbr\u003e\n          \u003cspan class=\"em-t-light\" style=\"font-size: 0.62em;\"\u003eSafe Play Area with Plastic Door (Lock) and Toy Pocket\u003c\/span\u003e\n        \u003c\/h1\u003e\n        \u003cp class=\"body-lg\" style=\"max-width: 480px;\"\u003e\n          Are you looking for a safe space where your child can play and grow while you get a moment of peace during the day? Lumpurini Tindario L is a spacious playpen\/activity center for children from 6 months to 3 years old.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hero-scroll-ind\"\u003e\n        \u003cdiv class=\"side-arr\"\u003e\n          \u003cdiv class=\"sa-line\" style=\"height:26px;\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"sa-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"sa-main\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"sa-dot\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"sa-line\" style=\"height:14px;\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"sa-chev\"\u003e\n            \u003csvg width=\"14\" height=\"8\" viewbox=\"0 0 14 8\" fill=\"none\"\u003e\u003cpath d=\"M1 1L7 7L13 1\" stroke=\"#7BB8B4\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cspan style=\"writing-mode:vertical-rl; font-size:10px; letter-spacing:5px; text-transform:uppercase; font-weight:700; color:rgba(123,184,180,0.45);\"\u003eScroll down\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-right\"\u003e\n      \u003cdiv class=\"hero-photo-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_L_en_1.png?v=1783199846\" alt=\"Lumpurini Tindario L playpen in a living room\"\u003e\n        \u003cdiv style=\"position:absolute; bottom:18px; left:18px; background:var(--dark); border-radius:12px; padding:9px 18px; display:flex; align-items:center; gap:10px;\"\u003e\n          \u003cdiv style=\"width:8px;height:8px;border-radius:50%;background:var(--teal);flex-shrink:0;\"\u003e\u003c\/div\u003e\n          \u003cspan style=\"font-size:12px; font-weight:700; color:var(--beige); letter-spacing:1px;\"\u003e180 × 150 × 65 CM\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wave\"\u003e\n  \u003csvg viewbox=\"0 0 1440 46\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003crect width=\"1440\" height=\"46\" fill=\"#2D2926\"\u003e\u003c\/rect\u003e\n    \u003cpath d=\"M0,23 C40,4 80,42 120,23 C160,4 200,42 240,23 C280,4 320,42 360,23 C400,4 440,42 480,23 C520,4 560,42 600,23 C640,4 680,42 720,23 C760,4 800,42 840,23 C880,4 920,42 960,23 C1000,4 1040,42 1080,23 C1120,4 1160,42 1200,23 C1240,4 1280,42 1320,23 C1360,4 1400,42 1440,23 L1440,46 L0,46 Z\" fill=\"#FDFAF8\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══ LEAD ═══ --\u003e\n\u003cdiv class=\"sec-white\" style=\"padding:44px 0 8px;\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cp class=\"body-lg\" style=\"font-size:19px !important; max-width:820px; margin:0 auto !important; text-align:center;\"\u003e\n      It creates a home zone for activity and rest in one place, without the risk of your little one \"disappearing\" from view. The Tindario M model is designed for the comfort of both child and parent. Stable construction, non-slip feet, soft covers, and a plastic door with a lock make it a practical everyday solution. Thanks to the toy pocket, the most necessary trinkets are always at hand.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wave\"\u003e\n  \u003csvg viewbox=\"0 0 1440 46\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003crect width=\"1440\" height=\"46\" fill=\"#FDFAF8\"\u003e\u003c\/rect\u003e\n    \u003cpath d=\"M0,23 C40,4 80,42 120,23 C160,4 200,42 240,23 C280,4 320,42 360,23 C400,4 440,42 480,23 C520,4 560,42 600,23 C640,4 680,42 720,23 C760,4 800,42 840,23 C880,4 920,42 960,23 C1000,4 1040,42 1080,23 C1120,4 1160,42 1200,23 C1240,4 1280,42 1320,23 C1360,4 1400,42 1440,23 L1440,46 L0,46 Z\" fill=\"#F9EDE6\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══ ACCENT ROW ═══ --\u003e\n\u003cdiv class=\"sec-beige\" style=\"padding:44px 0 52px;\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cdiv class=\"accent-row\"\u003e\n      \u003cdiv class=\"accent-cell\"\u003e\n        \u003cspan class=\"ac-label\"\u003eAge\u003c\/span\u003e\n        \u003cspan class=\"ac-val\"\u003e6 mo–3 y\u003c\/span\u003e\n        \u003cdiv class=\"ac-desc\"\u003eGrows with your toddler from first crawls to active play.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accent-cell\"\u003e\n        \u003cspan class=\"ac-label\"\u003eDimensions\u003c\/span\u003e\n        \u003cspan class=\"ac-val\"\u003e180×150\u003c\/span\u003e\n        \u003cdiv class=\"ac-desc\"\u003eSpacious floor area, 65 cm walls — plenty of room to move.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accent-cell\"\u003e\n        \u003cspan class=\"ac-label\"\u003eNet Weight\u003c\/span\u003e\n        \u003cspan class=\"ac-val\"\u003e7 kg\u003c\/span\u003e\n        \u003cdiv class=\"ac-desc\"\u003eLight enough to assemble, move, and store with ease.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"accent-cell\"\u003e\n        \u003cspan class=\"ac-label\"\u003eWall Height\u003c\/span\u003e\n        \u003cspan class=\"ac-val\"\u003e65 cm\u003c\/span\u003e\n        \u003cdiv class=\"ac-desc\"\u003eTall enough to keep an active toddler safely inside.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wave\"\u003e\n  \u003csvg viewbox=\"0 0 1440 46\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003crect width=\"1440\" height=\"46\" fill=\"#F9EDE6\"\u003e\u003c\/rect\u003e\n    \u003cpath d=\"M0,23 C40,4 80,42 120,23 C160,4 200,42 240,23 C280,4 320,42 360,23 C400,4 440,42 480,23 C520,4 560,42 600,23 C640,4 680,42 720,23 C760,4 800,42 840,23 C880,4 920,42 960,23 C1000,4 1040,42 1080,23 C1120,4 1160,42 1200,23 C1240,4 1280,42 1320,23 C1360,4 1400,42 1440,23 L1440,46 L0,46 Z\" fill=\"#2D2926\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══ PLAYPEN WITH PLASTIC DOOR — feature list (dark, photo left) ═══ --\u003e\n\u003cdiv class=\"sec-dark dark-zone\" style=\"padding:56px 0;\"\u003e\n  \u003cdiv class=\"section-head-wrap\" style=\"max-width:1120px; margin:0 auto; padding:0 40px;\"\u003e\n    \u003cspan class=\"stag stag-light\"\u003ePlaypen with Plastic Door\u003c\/span\u003e\n    \u003ch2\u003eA Safe Space for \u003cspan class=\"em-t-light\"\u003ePlay and Development\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"row-grid\" style=\"display:grid; grid-template-columns:1fr 1fr; max-width:1120px; margin:32px auto 0; padding:0 40px; gap:56px; align-items:center;\"\u003e\n\n    \u003cdiv class=\"ph-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_L_en_7.png?v=1783199846\" alt=\"Non-slip silicone feet of the playpen\"\u003e\n      \u003cdiv class=\"photo-arr right\"\u003e\n        \u003cdiv class=\"sa-line\" style=\"height:44px;background:rgba(255,255,255,0.25);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-dot\" style=\"background:rgba(255,255,255,0.55);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-main\" style=\"background:#fff;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-dot\" style=\"background:rgba(255,255,255,0.55);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-line\" style=\"height:44px;background:rgba(255,255,255,0.25);\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cdiv class=\"feat-list feat-list-dark\" style=\"grid-template-columns:1fr; margin-top:0;\"\u003e\n        \u003cdiv class=\"fi\" style=\"border-top:none; padding-top:0;\"\u003e\n          \u003cspan class=\"fi-n\"\u003e01\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eEasy Assembly\u003c\/strong\u003e\u003cspan\u003eassembling the playpen requires no special skills or tools.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e02\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eDurable construction\u003c\/strong\u003e\u003cspan\u003ethe structure is perfectly stable, ensuring that the child cannot tip the playpen over or fall out during active play.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e03\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eSecure Connections\u003c\/strong\u003e\u003cspan\u003ea modern connector system stably joins the elements and keeps the structure in position.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e04\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eNon-slip Feet\u003c\/strong\u003e\u003cspan\u003elarge, strong silicone suction cups limit movement and increase stability.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e05\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eDoor with Lock\u003c\/strong\u003e\u003cspan\u003econvenient plastic door with a rotary locking mechanism.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e06\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eSoft Perimeter Padding\u003c\/strong\u003e\u003cspan\u003esoft covers protect corners and joints, increasing child safety.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e07\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eToy Pocket\u003c\/strong\u003e\u003cspan\u003epractical bag\/pocket for small toys and important essentials.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e08\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eEasy Cleaning\u003c\/strong\u003e\u003cspan\u003eplastic and mesh are easy to care for, wash, and refresh.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wave\"\u003e\n  \u003csvg viewbox=\"0 0 1440 46\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003crect width=\"1440\" height=\"46\" fill=\"#2D2926\"\u003e\u003c\/rect\u003e\n    \u003cpath d=\"M0,23 C40,4 80,42 120,23 C160,4 200,42 240,23 C280,4 320,42 360,23 C400,4 440,42 480,23 C520,4 560,42 600,23 C640,4 680,42 720,23 C760,4 800,42 840,23 C880,4 920,42 960,23 C1000,4 1040,42 1080,23 C1120,4 1160,42 1200,23 C1240,4 1280,42 1320,23 C1360,4 1400,42 1440,23 L1440,46 L0,46 Z\" fill=\"#FDFAF8\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══ SAFE ZONE FOR ACTIVE PLAY AND REST (beige, photo right) ═══ --\u003e\n\u003cdiv class=\"sec-white\" style=\"padding:56px 0;\"\u003e\n  \u003cdiv class=\"row-grid\" style=\"display:grid; grid-template-columns:1fr 1fr; max-width:1120px; margin:0 auto; padding:0 40px; gap:56px; align-items:center;\"\u003e\n\n    \u003cdiv\u003e\n      \u003cspan class=\"stag stag-teal\"\u003eStable \u0026amp; Protective\u003c\/span\u003e\n      \u003ch2\u003eSafe Zone for \u003cspan class=\"em-t\"\u003eActive Play and Rest\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"body-lg\"\u003eThe playpen is made of high-quality, safe plastic and durable mesh, providing the child with a comfortable play space and the parent with clear visibility. Large silicone suction cups around the entire bottom perimeter ensure stability and limit shifting.\u003c\/p\u003e\n      \u003cp class=\"body-lg\"\u003eStable construction prevents the child from tilting or tipping the playpen over. Additionally, soft pads cover the corners and joints, so even during very active play, the toddler won't get hurt.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ph-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_L_en_6.png?v=1783199846\" alt=\"High protective 65 cm walls of the playpen\"\u003e\n      \u003cdiv class=\"photo-arr left\"\u003e\n        \u003cdiv class=\"sa-line\" style=\"height:44px;background:rgba(255,255,255,0.3);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-dot\" style=\"background:rgba(255,255,255,0.6);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-main\" style=\"background:#fff;\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-dot\" style=\"background:rgba(255,255,255,0.6);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-line\" style=\"height:44px;background:rgba(255,255,255,0.3);\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wave\"\u003e\n  \u003csvg viewbox=\"0 0 1440 46\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003crect width=\"1440\" height=\"46\" fill=\"#FDFAF8\"\u003e\u003c\/rect\u003e\n    \u003cpath d=\"M0,23 C40,4 80,42 120,23 C160,4 200,42 240,23 C280,4 320,42 360,23 C400,4 440,42 480,23 C520,4 560,42 600,23 C640,4 680,42 720,23 C760,4 800,42 840,23 C880,4 920,42 960,23 C1000,4 1040,42 1080,23 C1120,4 1160,42 1200,23 C1240,4 1280,42 1320,23 C1360,4 1400,42 1440,23 L1440,46 L0,46 Z\" fill=\"#F9EDE6\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══ DOOR WITH LOCK (beige, photo left) ═══ --\u003e\n\u003cdiv class=\"sec-beige\" style=\"padding:56px 0;\"\u003e\n  \u003cdiv class=\"row-grid\" style=\"display:grid; grid-template-columns:1fr 1fr; max-width:1120px; margin:0 auto; padding:0 40px; gap:56px; align-items:center;\"\u003e\n\n    \u003cdiv class=\"ph-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_L_en_8.png?v=1783199846\" alt=\"Lockable plastic door with rotating lock\"\u003e\n      \u003cdiv class=\"photo-arr right\"\u003e\n        \u003cdiv class=\"sa-line\" style=\"height:44px;background:rgba(45,41,38,0.18);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-dot\" style=\"background:rgba(45,41,38,0.3);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-main\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-dot\" style=\"background:rgba(45,41,38,0.3);\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"sa-line\" style=\"height:44px;background:rgba(45,41,38,0.18);\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cspan class=\"stag stag-teal\"\u003eLockable Door\u003c\/span\u003e\n      \u003ch2\u003eDoor with \u003cspan class=\"em-t\"\u003eLock\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"body-lg\"\u003eThe thickened plastic door provides convenient entry and exit — you no longer have to lift the child over the edge or lean over the wall to place them inside. The 65 cm high walls and a secure rotary lock limit the child's ability to \"exit\" the playpen independently when your attention is momentarily turned away.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wave\"\u003e\n  \u003csvg viewbox=\"0 0 1440 46\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003crect width=\"1440\" height=\"46\" fill=\"#F9EDE6\"\u003e\u003c\/rect\u003e\n    \u003cpath d=\"M0,23 C40,4 80,42 120,23 C160,4 200,42 240,23 C280,4 320,42 360,23 C400,4 440,42 480,23 C520,4 560,42 600,23 C640,4 680,42 720,23 C760,4 800,42 840,23 C880,4 920,42 960,23 C1000,4 1040,42 1080,23 C1120,4 1160,42 1200,23 C1240,4 1280,42 1320,23 C1360,4 1400,42 1440,23 L1440,46 L0,46 Z\" fill=\"#FDFAF8\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══ SEE IT IN REAL LIFE — photo gallery ═══ --\u003e\n\u003cdiv class=\"sec-white\" style=\"padding:56px 0;\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cspan class=\"stag stag-teal\" style=\"text-align:center; display:block;\"\u003eSee It in Real Life\u003c\/span\u003e\n    \u003ch2 style=\"text-align:center; margin-bottom:36px;\"\u003eEveryday Play, \u003cspan class=\"em-t\"\u003eMade Safer\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cdiv class=\"photo-grid\"\u003e\n      \u003cdiv class=\"pg-ph\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_L_en_3.png?v=1783199846\" alt=\"Baby playing inside the Tindario L playpen on a road-print mat\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pg-ph\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_L_en_4.png?v=1783199846\" alt=\"Slide accessory attached to the playpen with ball pit balls\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"pg-ph\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_L_en_5.png?v=1783199846\" alt=\"Toddler pushing open the lockable playpen door\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wave\"\u003e\n  \u003csvg viewbox=\"0 0 1440 46\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003crect width=\"1440\" height=\"46\" fill=\"#FDFAF8\"\u003e\u003c\/rect\u003e\n    \u003cpath d=\"M0,23 C40,4 80,42 120,23 C160,4 200,42 240,23 C280,4 320,42 360,23 C400,4 440,42 480,23 C520,4 560,42 600,23 C640,4 680,42 720,23 C760,4 800,42 840,23 C880,4 920,42 960,23 C1000,4 1040,42 1080,23 C1120,4 1160,42 1200,23 C1240,4 1280,42 1320,23 C1360,4 1400,42 1440,23 L1440,46 L0,46 Z\" fill=\"#2D2926\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══ KEY ADVANTAGES (dark, photo left) ═══ --\u003e\n\u003cdiv class=\"sec-dark dark-zone\" style=\"padding:56px 0;\"\u003e\n  \u003cdiv class=\"section-head-wrap\" style=\"max-width:1120px; margin:0 auto; padding:0 40px;\"\u003e\n    \u003cspan class=\"stag stag-light\"\u003eKey Advantages\u003c\/span\u003e\n    \u003ch2\u003eEverything a Parent \u003cspan class=\"em-t-light\"\u003eNeeds\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"row-grid\" style=\"display:grid; grid-template-columns:1fr 1.15fr; max-width:1120px; margin:32px auto 0; padding:0 40px; gap:56px; align-items:center;\"\u003e\n\n    \u003cdiv class=\"ph-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_L_en_9.png?v=1783199846\" alt=\"Durable construction and fastenings of the playpen\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cdiv class=\"feat-list feat-list-dark\" style=\"grid-template-columns:1fr 1fr; margin-top:0;\"\u003e\n        \u003cdiv class=\"fi\" style=\"border-top:none; padding-top:0;\"\u003e\n          \u003cspan class=\"fi-n\"\u003e01\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eLarge, Safe Space\u003c\/strong\u003e\u003cspan\u003eplaypen\/activity center for children 6 months – 3 years.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\" style=\"border-top:none; padding-top:0;\"\u003e\n          \u003cspan class=\"fi-n\"\u003e02\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eDoor with Lock\u003c\/strong\u003e\u003cspan\u003econvenient entry and exit, safety control.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e03\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eStable Construction\u003c\/strong\u003e\u003cspan\u003esolid walls and strong stabilization; difficult to tip over.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e04\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eNon-slip Suction Feet\u003c\/strong\u003e\u003cspan\u003eincreased stability, less shifting.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e05\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eSoft Corner and Joint Covers\u003c\/strong\u003e\u003cspan\u003eprotection during active play.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e06\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eToy Pocket\/Soft Bag\u003c\/strong\u003e\u003cspan\u003epractical place for small items.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e07\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eEasy Cleaning\u003c\/strong\u003e\u003cspan\u003eplastic and mesh wash quickly.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fi\"\u003e\n          \u003cspan class=\"fi-n\"\u003e08\u003c\/span\u003e\n          \u003cdiv class=\"fi-b\"\u003e\n\u003cstrong\u003eSimple Assembly\u003c\/strong\u003e\u003cspan\u003eno tools and no complicated instructions.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wave\"\u003e\n  \u003csvg viewbox=\"0 0 1440 46\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003crect width=\"1440\" height=\"46\" fill=\"#2D2926\"\u003e\u003c\/rect\u003e\n    \u003cpath d=\"M0,23 C40,4 80,42 120,23 C160,4 200,42 240,23 C280,4 320,42 360,23 C400,4 440,42 480,23 C520,4 560,42 600,23 C640,4 680,42 720,23 C760,4 800,42 840,23 C880,4 920,42 960,23 C1000,4 1040,42 1080,23 C1120,4 1160,42 1200,23 C1240,4 1280,42 1320,23 C1360,4 1400,42 1440,23 L1440,46 L0,46 Z\" fill=\"#F9EDE6\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══ TECHNICAL SPECIFICATIONS (beige, photo right) ═══ --\u003e\n\u003cdiv class=\"sec-beige\" style=\"padding:56px 0;\"\u003e\n  \u003cdiv class=\"row-grid\" style=\"display:grid; grid-template-columns:1fr 1fr; max-width:1120px; margin:0 auto; padding:0 40px; gap:56px; align-items:center;\"\u003e\n\n    \u003cdiv\u003e\n      \u003cspan class=\"stag stag-teal\"\u003eTechnical Specifications\u003c\/span\u003e\n      \u003ch2\u003eEverything You Need \u003cspan class=\"em-t\"\u003eto Know\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cdiv class=\"spec-wrap\"\u003e\n        \u003cdiv class=\"spec-row\" style=\"border-top:1px solid rgba(45,41,38,0.1);\"\u003e\n          \u003cspan class=\"spec-key\"\u003eModel\u003c\/span\u003e\n          \u003cspan class=\"spec-val\"\u003eLumpurini Tindario L\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n          \u003cspan class=\"spec-key\"\u003eType\u003c\/span\u003e\n          \u003cspan class=\"spec-val\"\u003eBaby playpen \/ activity center\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n          \u003cspan class=\"spec-key\"\u003eAge\u003c\/span\u003e\n          \u003cspan class=\"spec-val\"\u003e6 months – 3 years\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n          \u003cspan class=\"spec-key\"\u003eDimensions\u003c\/span\u003e\n          \u003cspan class=\"spec-val\"\u003e180 × 150 × 65 cm\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n          \u003cspan class=\"spec-key\"\u003eMaterial\u003c\/span\u003e\n          \u003cspan class=\"spec-val\"\u003ePlastic, metal, textiles (mesh)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-row\"\u003e\n          \u003cspan class=\"spec-key\"\u003eNet Weight\u003c\/span\u003e\n          \u003cspan class=\"spec-val\"\u003e7 kg\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ph-box\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_L_en_2.png?v=1783199846\" alt=\"Dimensions of the Lumpurini Tindario L playpen: 180 x 150 x 65 cm\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wave\"\u003e\n  \u003csvg viewbox=\"0 0 1440 46\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003crect width=\"1440\" height=\"46\" fill=\"#F9EDE6\"\u003e\u003c\/rect\u003e\n    \u003cpath d=\"M0,23 C40,4 80,42 120,23 C160,4 200,42 240,23 C280,4 320,42 360,23 C400,4 440,42 480,23 C520,4 560,42 600,23 C640,4 680,42 720,23 C760,4 800,42 840,23 C880,4 920,42 960,23 C1000,4 1040,42 1080,23 C1120,4 1160,42 1200,23 C1240,4 1280,42 1320,23 C1360,4 1400,42 1440,23 L1440,46 L0,46 Z\" fill=\"#2D2926\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══ INCLUDED IN SET (dark) ═══ --\u003e\n\u003cdiv class=\"sec-dark dark-zone\" style=\"padding:56px 0 72px;\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cspan class=\"stag stag-light\" style=\"text-align:center; display:block;\"\u003eIncluded in Set\u003c\/span\u003e\n    \u003ch2 style=\"text-align:center; margin-bottom:8px;\"\u003eWhat You'll Find \u003cspan class=\"em-t-light\"\u003ein the Box\u003c\/span\u003e\n\u003c\/h2\u003e\n    \u003cul class=\"incl-list incl-list-dark\"\u003e\n      \u003cli\u003ePlastic door with lock\u003c\/li\u003e\n      \u003cli\u003eToy\/ball pocket\u003c\/li\u003e\n      \u003cli\u003eSuction cups (silicone feet) around the perimeter for stability\u003c\/li\u003e\n      \u003cli\u003eProtective pads on all 4 corners\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"wave\"\u003e\n  \u003csvg viewbox=\"0 0 1440 46\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n    \u003crect width=\"1440\" height=\"46\" fill=\"#2D2926\"\u003e\u003c\/rect\u003e\n    \u003cpath d=\"M0,23 C40,4 80,42 120,23 C160,4 200,42 240,23 C280,4 320,42 360,23 C400,4 440,42 480,23 C520,4 560,42 600,23 C640,4 680,42 720,23 C760,4 800,42 840,23 C880,4 920,42 960,23 C1000,4 1040,42 1080,23 C1120,4 1160,42 1200,23 C1240,4 1280,42 1320,23 C1360,4 1400,42 1440,23 L1440,46 L0,46 Z\" fill=\"#2D2926\"\u003e\u003c\/path\u003e\n  \u003c\/svg\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══ CLOSING ICON BAND ═══ --\u003e\n\u003cdiv class=\"sec-dark dark-zone\" style=\"padding:8px 0 72px;\"\u003e\n  \u003cdiv class=\"inner\"\u003e\n    \u003cdiv class=\"icon-band\"\u003e\n      \u003cdiv class=\"icon-item\"\u003e\n        \u003cdiv class=\"icon-circ\"\u003e\n          \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7BB8B4\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eSafety First\u003c\/h3\u003e\n        \u003cp\u003eStable construction, soft padding, and a secure locking door.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"icon-item\"\u003e\n        \u003cdiv class=\"icon-circ\"\u003e\n          \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7BB8B4\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eBuilt to Last\u003c\/h3\u003e\n        \u003cp\u003eNon-slip suction feet and secure connectors resist daily wear.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"icon-item\"\u003e\n        \u003cdiv class=\"icon-circ\"\u003e\n          \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7BB8B4\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m2 0-1 14a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2L5 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eEasy to Clean\u003c\/h3\u003e\n        \u003cp\u003ePlastic and mesh wash quickly, ready for tomorrow's play.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/pd-root --\u003e\n","brand":"Lumpurini","offers":[{"title":"Default Title","offer_id":49130624843999,"sku":"NEW01150","price":502.19,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/golovnanova.png?v=1782938961"},{"product_id":"baby-playpen-120x180-safe-activity-center-play-area-with-door","title":"BABY PLAYPEN 120X180 – SAFE ACTIVITY CENTER \u0026 PLAY AREA WITH DOOR","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eLumpurini Tindario M Baby Playpen\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@300;400;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  .brn-root {\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    width: 100vw;\n    overflow-x: hidden;\n    font-family: 'Nunito', sans-serif !important;\n    font-size: 17px !important;\n    line-height: 1.5 !important;\n  }\n  .brn-root * { box-sizing: border-box; font-family: 'Nunito', sans-serif !important; }\n\n  :root {\n    --brn-beige:  #F9EDE6;\n    --brn-teal:   #7BB8B4;\n    --brn-teal-d: #4E9490;\n    --brn-dark:   #2D2926;\n    --brn-mid:    #5C4B42;\n    --brn-white:  #FDFAF8;\n    --brn-sand:   #E8D5C4;\n  }\n\n  .brn-s-beige { background: var(--brn-beige); width: 100%; }\n  .brn-s-white { background: var(--brn-white); width: 100%; }\n  .brn-s-dark  { background: var(--brn-dark);  width: 100%; }\n\n  .brn-inn { max-width: 1220px; margin: 0 auto; padding: 0 48px; }\n\n  .brn-stag {\n    font-size: 12px !important; letter-spacing: 4px !important; text-transform: uppercase !important;\n    font-weight: 800 !important; display: block !important; margin-bottom: 8px !important; line-height: 1.4 !important;\n  }\n  .brn-stag-t { color: var(--brn-teal-d) !important; }\n  .brn-stag-l { color: var(--brn-teal) !important; }\n\n  .brn-root h1 {\n    font-size: clamp(46px, 5.6vw, 74px) !important; font-weight: 900 !important; line-height: 1.04 !important;\n    color: var(--brn-dark) !important; margin: 14px 0 24px !important; letter-spacing: -0.5px !important;\n  }\n  .brn-root h2 {\n    font-size: clamp(34px, 4.2vw, 56px) !important; font-weight: 900 !important; line-height: 1.06 !important;\n    color: var(--brn-dark) !important; margin: 8px 0 20px !important; letter-spacing: -0.3px !important;\n  }\n  .brn-root h3 {\n    font-size: 24px !important; font-weight: 900 !important; line-height: 1.2 !important;\n    color: var(--brn-dark) !important; margin: 0 0 12px !important;\n  }\n  .brn-em-t { color: var(--brn-teal-d) !important; font-style: normal !important; font-weight: 900 !important; }\n\n  .brn-body-lg { font-size: 18px !important; line-height: 1.85 !important; color: var(--brn-mid) !important; font-weight: 400 !important; word-wrap: break-word; margin: 0 0 14px !important; }\n  .brn-body-sm { font-size: 16px !important; line-height: 1.8 !important; color: var(--brn-mid) !important; font-weight: 400 !important; word-wrap: break-word; margin: 0 0 12px !important; }\n\n  .brn-wave { width: 100%; overflow: hidden; line-height: 0; font-size: 0; display: block; margin: -1px 0 0; }\n  .brn-wave svg { display: block; width: 100%; height: 52px; }\n\n  .brn-dark-zone h1, .brn-dark-zone h2, .brn-dark-zone h3 { color: var(--brn-beige) !important; }\n  .brn-dark-zone .brn-body-lg, .brn-dark-zone .brn-body-sm { color: rgba(249,237,230,0.78) !important; }\n  .brn-dark-zone .brn-stag-t { color: var(--brn-teal) !important; }\n\n  \/* ═══ HERO — diagonal blob ═══ *\/\n  .brn-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; padding: 64px 0 72px; }\n  .brn-blob-wrap { position: relative; width: 100%; padding-bottom: 22px; }\n  .brn-blob {\n    position: relative; width: 100%; aspect-ratio: 1\/1;\n    border-radius: 28px;\n    overflow: hidden; background: var(--brn-sand);\n    box-shadow: 0 20px 60px rgba(45,41,38,0.14);\n  }\n  .brn-blob img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }\n  .brn-float-badge {\n    position: absolute; bottom: 0; left: 18px; background: var(--brn-dark);\n    color: var(--brn-beige); border-radius: 20px; padding: 16px 22px; box-shadow: 0 12px 30px rgba(0,0,0,0.2);\n    z-index: 2;\n  }\n  .brn-float-badge .num { font-size: 32px !important; font-weight: 900 !important; line-height: 1 !important; color: var(--brn-teal) !important; display: block; }\n  .brn-float-badge .lbl { font-size: 12px !important; font-weight: 700 !important; letter-spacing: 1px; text-transform: uppercase; color: rgba(249,237,230,0.75) !important; }\n\n  \/* ═══ PILL STRIP ═══ *\/\n  .brn-pill-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 0 0 56px; }\n  .brn-pill { background: var(--brn-white); border: 1px solid rgba(45,41,38,0.08); border-radius: 20px; padding: 24px 26px; display: flex; align-items: center; gap: 16px; }\n  .brn-pill-ic { width: 46px; height: 46px; border-radius: 14px; background: rgba(123,184,180,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n  .brn-pill strong { display: block; font-size: 16px !important; font-weight: 900 !important; color: var(--brn-dark) !important; }\n  .brn-pill span { font-size: 13px !important; color: var(--brn-mid) !important; font-weight: 400 !important; }\n\n  \/* ═══ BENTO GRID ═══ *\/\n  .brn-bento { display: flex; flex-direction: column; gap: 24px; }\n  .brn-bento-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }\n  .brn-bento-big { border-radius: 28px; overflow: hidden; position: relative; background: var(--brn-sand); aspect-ratio: 21\/9; width: 100%; }\n  .brn-bento-big img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }\n  .brn-bento-big .cap {\n    position: absolute; left: 0; right: 0; bottom: 0;\n    background: linear-gradient(0deg, rgba(45,41,38,0.88) 0%, rgba(45,41,38,0.0) 100%);\n    padding: 60px 28px 24px; color: #fff;\n  }\n  .brn-bento-big .cap strong { font-size: 20px !important; font-weight: 900 !important; display: block; margin-bottom: 4px; }\n  .brn-bento-big .cap span { font-size: 14px !important; color: rgba(255,255,255,0.85) !important; }\n  .brn-bento-cell { border-radius: 24px; background: var(--brn-beige); padding: 26px; display: flex; flex-direction: column; gap: 14px; }\n  .brn-bento-cell .ph { border-radius: 16px; overflow: hidden; position: relative; aspect-ratio: 16\/10; background: var(--brn-sand); }\n  .brn-bento-cell .ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }\n  .brn-bento-cell h3 { font-size: 18px !important; margin: 0 0 4px !important; }\n\n  \/* ═══ SHOWCASE PHOTO (dark section) ═══ *\/\n  .brn-growth-photos { display: grid; grid-template-columns: 1fr; gap: 24px; margin-top: 12px; }\n  .brn-growth-ph { border-radius: 22px; overflow: hidden; position: relative; background: var(--brn-sand); }\n  .brn-growth-ph img { width: 100%; height: auto; display: block; }\n\n  \/* ═══ QUOTE BADGE ═══ *\/\n  .brn-quote-badge { text-align: center; padding: 56px 0; position: relative; }\n  .brn-quote-circle {\n    width: 84px; height: 84px; border-radius: 50%; border: 2px solid var(--brn-teal); margin: 0 auto 24px;\n    display: flex; align-items: center; justify-content: center; font-size: 34px !important; color: var(--brn-teal) !important; font-weight: 900 !important; font-style: italic;\n  }\n  .brn-quote-badge p { max-width: 720px; margin: 0 auto; font-size: clamp(20px, 2.4vw, 30px) !important; font-weight: 800 !important; font-style: italic; color: #fff !important; line-height: 1.5 !important; }\n  .brn-quote-badge p em { font-style: normal; color: var(--brn-teal) !important; font-weight: 900 !important; }\n\n  \/* ═══ FEATURE SPLIT ═══ *\/\n  .brn-feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n  .brn-feature-ph { border-radius: 26px; overflow: hidden; position: relative; aspect-ratio: 1\/1; background: var(--brn-sand); }\n  .brn-feature-ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }\n\n  \/* ═══ SPEC STAT CARDS ═══ *\/\n  .brn-spec-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }\n  .brn-spec-stat { background: var(--brn-white); border-radius: 20px; padding: 26px 24px; border: 1px solid rgba(45,41,38,0.08); }\n  .brn-spec-stat .v { font-size: 30px !important; font-weight: 900 !important; color: var(--brn-dark) !important; display: block; margin-bottom: 4px; letter-spacing: -0.5px; }\n  .brn-spec-stat .k { font-size: 12px !important; letter-spacing: 2px; text-transform: uppercase; font-weight: 800 !important; color: var(--brn-teal-d) !important; }\n  .brn-spec-photo-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }\n  .brn-spec-ph { border-radius: 24px; overflow: hidden; position: relative; aspect-ratio: 1\/1; background: var(--brn-beige); }\n  .brn-spec-ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; display: block; }\n\n  \/* ═══ SET INCLUDES STRIP ═══ *\/\n  .brn-includes { display: flex; flex-direction: column; gap: 12px; }\n  .brn-inc-item { display: flex; align-items: center; gap: 16px; background: var(--brn-white); border-radius: 14px; padding: 16px 20px; text-align: left; }\n  .brn-inc-item .ic { width: 40px; height: 40px; border-radius: 12px; background: var(--brn-beige); margin: 0; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }\n  .brn-inc-item span { font-size: 15px !important; font-weight: 700 !important; color: var(--brn-dark) !important; }\n\n  \/* ═══ FOOTER ═══ *\/\n  .brn-footer-band { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; padding: 48px 0 56px; }\n  .brn-fb-icon { width: 40px; height: 40px; border-radius: 12px; background: rgba(123,184,180,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }\n  .brn-fb-item h3 { font-size: 18px !important; font-weight: 900 !important; color: var(--brn-beige) !important; margin-bottom: 8px !important; }\n  .brn-fb-item p  { font-size: 15px !important; line-height: 1.8 !important; color: rgba(249,237,230,0.68) !important; font-weight: 400 !important; }\n\n  @media (max-width: 860px) {\n    .brn-inn { padding: 0 20px !important; }\n    .brn-hero-grid, .brn-pill-strip, .brn-bento, .brn-feature-split,\n    .brn-spec-row, .brn-spec-photo-wrap, .brn-footer-band { grid-template-columns: 1fr !important; }\n    .brn-bento-row { grid-template-columns: 1fr !important; }\n    .brn-bento-big { aspect-ratio: 1\/1 !important; }\n    .brn-hero-grid { padding: 40px 0 32px !important; gap: 28px !important; }\n    .brn-root h1 { font-size: clamp(30px, 8vw, 44px) !important; }\n    .brn-root h2 { font-size: clamp(28px, 6vw, 40px) !important; }\n    .brn-float-badge { left: 12px; }\n    .brn-feature-split \u003e div:first-child { order: 2; }\n    .brn-feature-split \u003e div:last-child { order: 1; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"brn-root\"\u003e\n\n  \u003c!-- ═══ HERO ═══ --\u003e\n  \u003cdiv class=\"brn-s-beige\"\u003e\n    \u003cdiv class=\"brn-inn\"\u003e\n      \u003cdiv class=\"brn-hero-grid\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"brn-stag brn-stag-t\"\u003eLumpurini Tindario M\u003c\/span\u003e\n          \u003ch1 style=\"font-size: clamp(32px, 3.8vw, 52px) !important; line-height: 1.1 !important;\"\u003e\n            Baby Playpen — \u003cspan class=\"brn-em-t\"\u003eSafe Play Area with Plastic Door (Lock) and Toy Pocket\u003c\/span\u003e\n          \u003c\/h1\u003e\n          \u003cp class=\"brn-body-lg\"\u003e\n            Are you looking for a safe space where your child can play and grow while you get a moment of peace during the day? Lumpurini Tindario M is a spacious playpen\/activity center for children from 6 months to 3 years old. It creates a home zone for activity and rest in one place, without the risk of your little one \"disappearing\" from view.\n          \u003c\/p\u003e\n          \u003cp class=\"brn-body-lg\"\u003e\n            The Tindario M model is designed for the comfort of both child and parent. Stable construction, non-slip feet, soft covers, and a plastic door with a lock make it a practical everyday solution. Thanks to the toy pocket, the most necessary trinkets are always at hand.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"brn-blob-wrap\"\u003e\n          \u003cdiv class=\"brn-blob\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_M_EN1.jpg?v=1783720821\" alt=\"Lumpurini Tindario M baby playpen set up in a child's room\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"brn-float-badge\"\u003e\n            \u003cspan class=\"num\"\u003e6-36\u003c\/span\u003e\n            \u003cspan class=\"lbl\"\u003eMonths of Age\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"brn-pill-strip\"\u003e\n        \u003cdiv class=\"brn-pill\"\u003e\n          \u003cdiv class=\"brn-pill-ic\"\u003e\n            \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4E9490\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"4\" width=\"9\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"9.5\" cy=\"12\" r=\"1\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eDoor with Lock\u003c\/strong\u003e\u003cspan\u003eConvenient entry and exit\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"brn-pill\"\u003e\n          \u003cdiv class=\"brn-pill-ic\"\u003e\n            \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4E9490\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 15h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eNon-slip Legs\u003c\/strong\u003e\u003cspan\u003eLarge silicone suction cups\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"brn-pill\"\u003e\n          \u003cdiv class=\"brn-pill-ic\"\u003e\n            \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4E9490\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cstrong\u003eSoft Corner Covers\u003c\/strong\u003e\u003cspan\u003eProtects joints and corners\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"brn-wave\"\u003e\n      \u003csvg viewbox=\"0 0 1440 52\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect width=\"1440\" height=\"52\" fill=\"#F9EDE6\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,52 L0,52 Z\" fill=\"#FDFAF8\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ BENTO GRID: WHY PARENTS LOVE IT ═══ --\u003e\n  \u003cdiv class=\"brn-s-white\" style=\"padding-top: 56px;\"\u003e\n    \u003cdiv class=\"brn-inn\" style=\"margin-bottom: 24px;\"\u003e\n      \u003cspan class=\"brn-stag brn-stag-t\"\u003eA Safe Space for Play and Development\u003c\/span\u003e\n      \u003ch2 style=\"margin-bottom: 32px;\"\u003ePlaypen With a \u003cspan class=\"brn-em-t\"\u003ePlastic Door\u003c\/span\u003e\n\u003c\/h2\u003e\n\n      \u003cdiv class=\"brn-bento\"\u003e\n        \u003cdiv class=\"brn-bento-big\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_M_EN6.jpg?v=1783720821\" alt=\"A safe space for play and development, with room for two children to play together\" style=\"object-position: top;\"\u003e\n          \u003cdiv class=\"cap\"\u003e\n            \u003cstrong\u003eRoom to Explore, Room to Grow\u003c\/strong\u003e\n            \u003cspan\u003eA comfortable play space for the child and clear visibility for you\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"brn-bento-row\"\u003e\n          \u003cdiv class=\"brn-bento-cell\"\u003e\n            \u003cdiv class=\"ph\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_M_EN2.jpg?v=1783720821\" alt=\"Durable construction and mounting system for stability, safety, and comfort\" style=\"object-position: top;\"\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eDurable Construction \u0026amp; Mounting System\u003c\/h3\u003e\n            \u003cp class=\"brn-body-sm\" style=\"margin:0;\"\u003eA modern connector system stably joins the elements, ensuring stability, safety, and user comfort.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"brn-bento-cell\"\u003e\n            \u003cdiv class=\"ph\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_M_EN3.jpg?v=1783720821\" alt=\"Lockable door: convenient plastic door with a rotating lock\" style=\"object-position: top;\"\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eLockable Door\u003c\/h3\u003e\n            \u003cp class=\"brn-body-sm\" style=\"margin:0;\"\u003eA convenient plastic door with a rotating lock, for easy and secure entry and exit.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"brn-wave\"\u003e\n      \u003csvg viewbox=\"0 0 1440 52\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect width=\"1440\" height=\"52\" fill=\"#FDFAF8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,52 L0,52 Z\" fill=\"#F9EDE6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ FEATURE SPLIT: NON-SLIP LEGS ═══ --\u003e\n  \u003cdiv class=\"brn-s-beige\" style=\"padding-top: 56px;\"\u003e\n    \u003cdiv class=\"brn-inn\" style=\"margin-bottom: 56px;\"\u003e\n      \u003cdiv class=\"brn-feature-split\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"brn-stag brn-stag-t\"\u003eStays Right Where You Put It\u003c\/span\u003e\n          \u003ch2 style=\"margin-bottom: 20px;\"\u003eNon-Slip \u003cspan class=\"brn-em-t\"\u003eLegs\u003c\/span\u003e\n\u003c\/h2\u003e\n          \u003cp class=\"brn-body-lg\"\u003e\n            Large silicone-capped legs provide stability and safety. Big, strong silicone suction cups limit movement across the entire bottom perimeter, so the playpen stays exactly where you put it — even during the most energetic play.\n          \u003c\/p\u003e\n          \u003cp class=\"brn-body-lg\"\u003e\n            Combined with the durable frame, this stable construction prevents the child from tilting or tipping the playpen over.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"brn-feature-ph\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_M_EN4.jpg?v=1783720821\" alt=\"Non-slip legs: large silicone-capped legs provide stability and safety\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"brn-wave\"\u003e\n      \u003csvg viewbox=\"0 0 1440 52\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect width=\"1440\" height=\"52\" fill=\"#F9EDE6\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,52 L0,52 Z\" fill=\"#FDFAF8\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ FEATURE SPLIT: HIGH PROTECTIVE SIDES ═══ --\u003e\n  \u003cdiv class=\"brn-s-white\" style=\"padding-top: 56px;\"\u003e\n    \u003cdiv class=\"brn-inn\" style=\"margin-bottom: 56px;\"\u003e\n      \u003cdiv class=\"brn-feature-split\"\u003e\n        \u003cdiv class=\"brn-feature-ph\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_M_EN5.jpg?v=1783720821\" alt=\"High protective sides: 65cm walls provide safety and freedom of play\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"brn-stag brn-stag-t\"\u003eContained, Not Confined\u003c\/span\u003e\n          \u003ch2 style=\"margin-bottom: 20px;\"\u003eHigh \u003cspan class=\"brn-em-t\"\u003eProtective Sides\u003c\/span\u003e\n\u003c\/h2\u003e\n          \u003cp class=\"brn-body-lg\"\u003e\n            The 65 cm high walls provide safety and freedom of play, giving your little one full room to move, sit, and play without being able to climb out.\n          \u003c\/p\u003e\n          \u003cp class=\"brn-body-lg\"\u003e\n            Soft pads cover the corners and joints, so even during very active play, the toddler won't get hurt.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"brn-wave\"\u003e\n      \u003csvg viewbox=\"0 0 1440 52\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect width=\"1440\" height=\"52\" fill=\"#FDFAF8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,52 L0,52 Z\" fill=\"#2D2926\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ DARK: FOR EVERY STAGE + QUOTE ═══ --\u003e\n  \u003cdiv class=\"brn-s-dark brn-dark-zone\" style=\"padding-top: 56px;\"\u003e\n    \u003cdiv class=\"brn-inn\" style=\"margin-bottom: 8px;\"\u003e\n      \u003cspan class=\"brn-stag brn-stag-t\"\u003eFor Every Stage\u003c\/span\u003e\n      \u003ch2 style=\"margin-bottom: 8px;\"\u003eFrom First Steps to \u003cspan class=\"brn-em-t\"\u003eIndependent Play\u003c\/span\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"brn-body-sm\" style=\"max-width:520px;\"\u003eFrom 6 months to 3 years, Tindario M becomes a trusted spot for tummy time, first steps, and hours of independent play — always within sight, always within reach.\u003c\/p\u003e\n\n      \u003cdiv class=\"brn-growth-photos\"\u003e\n        \u003cdiv class=\"brn-growth-ph\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_M_EN7.jpg?v=1783720821\" alt=\"A toddler reaching for the playpen's lockable plastic door\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"brn-quote-badge\"\u003e\n        \u003cdiv class=\"brn-quote-circle\"\u003e\"\u003c\/div\u003e\n        \u003cp\u003eA safe space for play and development — \u003cem\u003ea few minutes of peace for you\u003c\/em\u003e, and room to explore for your child.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"brn-wave\"\u003e\n      \u003csvg viewbox=\"0 0 1440 52\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect width=\"1440\" height=\"52\" fill=\"#2D2926\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,52 L0,52 Z\" fill=\"#FDFAF8\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ FEATURE SPLIT: EASY TO OPEN, EASY TO CLEAN ═══ --\u003e\n  \u003cdiv class=\"brn-s-white\" style=\"padding-top: 56px;\"\u003e\n    \u003cdiv class=\"brn-inn\" style=\"margin-bottom: 56px;\"\u003e\n      \u003cdiv class=\"brn-feature-split\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"brn-stag brn-stag-t\"\u003eEveryday Comfort\u003c\/span\u003e\n          \u003ch2 style=\"margin-bottom: 20px;\"\u003eEasy to Open, \u003cspan class=\"brn-em-t\"\u003eEasy to Clean\u003c\/span\u003e\n\u003c\/h2\u003e\n          \u003cp class=\"brn-body-lg\"\u003e\n            The thickened plastic door provides convenient entry and exit — you no longer have to lift the child over the edge or lean over the wall to place them inside.\n          \u003c\/p\u003e\n          \u003cp class=\"brn-body-lg\"\u003e\n            The plastic and mesh are easy to care for, wash, and refresh, keeping the playpen looking new day after day.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"brn-feature-ph\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_M_EN8.jpg?v=1783720821\" alt=\"A parent playing with a child through the open plastic door of the playpen\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"brn-wave\"\u003e\n      \u003csvg viewbox=\"0 0 1440 52\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect width=\"1440\" height=\"52\" fill=\"#FDFAF8\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,52 L0,52 Z\" fill=\"#F9EDE6\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ SPECS ═══ --\u003e\n  \u003cdiv class=\"brn-s-beige\" style=\"padding-top: 56px;\"\u003e\n    \u003cdiv class=\"brn-inn\" style=\"margin-bottom: 56px;\"\u003e\n      \u003cspan class=\"brn-stag brn-stag-t\"\u003eTechnical Specifications\u003c\/span\u003e\n      \u003ch2 style=\"margin-bottom: 32px;\"\u003eEverything You \u003cspan class=\"brn-em-t\"\u003eNeed to Know\u003c\/span\u003e\n\u003c\/h2\u003e\n\n      \u003cdiv class=\"brn-spec-row\"\u003e\n        \u003cdiv class=\"brn-spec-stat\"\u003e\n          \u003cspan class=\"v\"\u003e180×120×65\u003c\/span\u003e\n          \u003cspan class=\"k\"\u003eDimensions (cm)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"brn-spec-stat\"\u003e\n          \u003cspan class=\"v\"\u003e7 kg\u003c\/span\u003e\n          \u003cspan class=\"k\"\u003eNet Weight\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"brn-spec-stat\"\u003e\n          \u003cspan class=\"v\"\u003e6-36 mo.\u003c\/span\u003e\n          \u003cspan class=\"k\"\u003eRecommended Age\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"brn-spec-photo-wrap\"\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eSet Includes\u003c\/h3\u003e\n          \u003cdiv class=\"brn-includes\"\u003e\n            \u003cdiv class=\"brn-inc-item\"\u003e\n              \u003cdiv class=\"ic\"\u003e\n                \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4E9490\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"4\" y=\"4\" width=\"9\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\u003ccircle cx=\"9.5\" cy=\"12\" r=\"1\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n              \u003c\/div\u003e\n              \u003cspan\u003ePlastic door with lock\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"brn-inc-item\"\u003e\n              \u003cdiv class=\"ic\"\u003e\n                \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4E9490\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003c\/div\u003e\n              \u003cspan\u003eToy \/ ball pocket\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"brn-inc-item\"\u003e\n              \u003cdiv class=\"ic\"\u003e\n                \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4E9490\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n              \u003c\/div\u003e\n              \u003cspan\u003eSilicone suction feet, full perimeter\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"brn-inc-item\"\u003e\n              \u003cdiv class=\"ic\"\u003e\n                \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4E9490\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n              \u003c\/div\u003e\n              \u003cspan\u003eProtective pads on all 4 corners\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"brn-spec-ph\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/Tindario_M_EN9.jpg?v=1783720821\" alt=\"Dimensions of Lumpurini Tindario M playpen: 180 x 120 x 65 cm\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"brn-wave\"\u003e\n      \u003csvg viewbox=\"0 0 1440 52\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003crect width=\"1440\" height=\"52\" fill=\"#F9EDE6\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M0,26 C40,6 80,46 120,26 C160,6 200,46 240,26 C280,6 320,46 360,26 C400,6 440,46 480,26 C520,6 560,46 600,26 C640,6 680,46 720,26 C760,6 800,46 840,26 C880,6 920,46 960,26 C1000,6 1040,46 1080,26 C1120,6 1160,46 1200,26 C1240,6 1280,46 1320,26 C1360,6 1400,46 1440,26 L1440,52 L0,52 Z\" fill=\"#2D2926\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ═══ FOOTER ═══ --\u003e\n  \u003cdiv class=\"brn-s-dark brn-dark-zone\"\u003e\n    \u003cdiv class=\"brn-inn\"\u003e\n      \u003cdiv class=\"brn-footer-band\"\u003e\n        \u003cdiv class=\"brn-fb-item\"\u003e\n          \u003cdiv class=\"brn-fb-icon\"\u003e\n            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7BB8B4\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003eSturdy \u0026amp; Secure\u003c\/h3\u003e\n          \u003cp\u003eStable construction with reinforced connectors prevents tipping, even during the most active play.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"brn-fb-item\"\u003e\n          \u003cdiv class=\"brn-fb-icon\"\u003e\n            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7BB8B4\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003eSimple Assembly\u003c\/h3\u003e\n          \u003cp\u003eNo tools and no complicated instructions — assembling the playpen requires no special skills.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"brn-fb-item\"\u003e\n          \u003cdiv class=\"brn-fb-icon\"\u003e\n            \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#7BB8B4\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003ch3\u003ePractical Everyday Design\u003c\/h3\u003e\n          \u003cp\u003eA toy pocket, lockable door, and easy-clean materials for stress-free daily use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/brn-root --\u003e","brand":"Lumpurini","offers":[{"title":"Default Title","offer_id":49130624876767,"sku":"NEW01120","price":453.59,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/TindarioMEN1.jpg?v=1783721350"},{"product_id":"5-in-1-childrens-table-and-chair-transformer-set-for-study-and-creativity","title":"5-IN-1 CHILDREN'S TABLE AND CHAIR TRANSFORMER SET FOR STUDY AND CREATIVITY","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eLumpurini Dafne Uno 5-in-1 Children's Creative Play Table\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Nunito:wght@300;400;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  :root {\n    --beige:  #F9EDE6;\n    --teal:   #7BB8B4;\n    --teal-d: #4E9490;\n    --dark:   #2D2926;\n    --mid:    #5C4B42;\n    --white:  #FDFAF8;\n    --sand:   #E8D5C4;\n  }\n\n  html, body { overflow-x: hidden; margin: 0; padding: 0; }\n\n  .pd-root {\n    position: relative;\n    left: 50%; right: 50%;\n    margin-left: -50vw; margin-right: -50vw;\n    width: 100vw;\n    overflow-x: hidden;\n    font-family: 'Nunito', sans-serif !important;\n  }\n\n  .pd-root * { box-sizing: border-box; font-family: 'Nunito', sans-serif !important; }\n\n  .stag { font-size: 13px !important; letter-spacing: 4px !important; text-transform: uppercase !important; font-weight: 800 !important; display: block; margin-bottom: 8px !important; }\n  .stag-teal  { color: var(--teal-d) !important; }\n  .stag-light { color: var(--teal) !important; }\n\n  .ph { width: 100%; border-radius: 22px; background: var(--sand); overflow: hidden; flex-shrink: 0; }\n  .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }\n\n  .ph-square { width: 100%; aspect-ratio: 1 \/ 1; border-radius: 22px; background: var(--sand); overflow: hidden; }\n  .ph-square img { width: 100%; height: 100%; object-fit: contain; display: block; }\n\n  .sec-beige { background: var(--beige); width: 100%; }\n  .sec-white { background: var(--white); width: 100%; }\n  .sec-dark  { background: var(--dark);  width: 100%; }\n\n  .wave-wrap { width: 100%; overflow: hidden; line-height: 0; font-size: 0; display: block; margin-bottom: -2px; }\n  .wave-wrap svg { display: block; width: 100%; height: 40px; }\n\n  .inner { max-width: 1100px; margin: 0 auto; padding: 0 48px; }\n\n  .grid-side { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }\n\n  .text-block h2 { font-size: clamp(28px, 3.4vw, 44px) !important; font-weight: 900 !important; line-height: 1.1 !important; color: var(--dark) !important; margin: 8px 0 16px !important; }\n  .text-block h2 em { font-style: normal !important; color: var(--teal-d) !important; }\n  .text-block p { font-size: 17px !important; line-height: 1.8 !important; color: var(--mid) !important; font-weight: 400 !important; }\n  .text-block p + p { margin-top: 14px !important; }\n\n  .dark-inner .text-block h2 { color: var(--beige) !important; }\n  .dark-inner .text-block h2 em { color: var(--teal) !important; }\n  .dark-inner .text-block p { color: rgba(249,237,230,0.72) !important; }\n  .dark-inner .ph { background: rgba(255,255,255,0.06); }\n  .dark-inner .ph-square { background: rgba(255,255,255,0.06); }\n\n  .divider { text-align: center; margin: 28px 0; }\n  .ap       { fill: none; stroke: var(--dark);  stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }\n  .ap-light { fill: none; stroke: var(--beige); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }\n  .a1 { animation: drop 1.8s ease-in-out infinite 0s; }\n  .a2 { animation: drop 1.8s ease-in-out infinite 0.22s; }\n  .a3 { animation: drop 1.8s ease-in-out infinite 0.44s; }\n  @keyframes drop { 0%,100%{transform:translateY(0);} 45%{transform:translateY(10px);} }\n\n  .feat-list .item { display: flex; gap: 22px; padding: 20px 0; border-top: 1px solid rgba(45,41,38,0.1); }\n  .feat-list .item:last-child { border-bottom: 1px solid rgba(45,41,38,0.1); }\n  .feat-list .num { font-style: italic; font-size: 14px !important; font-weight: 800 !important; color: var(--teal) !important; min-width: 26px; padding-top: 3px; }\n  .feat-list .body { font-size: 17px !important; line-height: 1.75 !important; color: var(--mid) !important; font-weight: 400 !important; }\n  .feat-list .body strong { color: var(--dark) !important; font-weight: 800 !important; display: block; margin-bottom: 4px !important; font-size: 18px !important; }\n\n  .feat-list-dark .item { border-color: rgba(249,237,230,0.14) !important; }\n  .feat-list-dark .body { color: rgba(249,237,230,0.75) !important; }\n  .feat-list-dark .body strong { color: var(--beige) !important; }\n\n  .specs-table { width: 100%; border-collapse: collapse; }\n  .pd-root table, .pd-root th, .pd-root td { background: transparent !important; box-shadow: none !important; }\n  .specs-table tr { border-bottom: 1px solid rgba(45,41,38,0.12) !important; border-left: none !important; border-right: none !important; border-top: none !important; }\n  .specs-table tr:first-child { border-top: 1px solid rgba(45,41,38,0.12) !important; }\n  .specs-table td { padding: 18px 0 !important; font-size: 17px !important; }\n  .specs-table td:first-child { font-weight: 800 !important; color: var(--dark) !important; width: 40%; }\n  .specs-table td:last-child { color: var(--mid) !important; font-weight: 400 !important; }\n\n  .incl-list {\n    list-style: none; margin-top: 20px;\n    display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px;\n    margin-left: auto; margin-right: auto; justify-content: center; max-width: 620px;\n  }\n  .incl-list li {\n    font-size: 17px !important; color: var(--mid) !important; font-weight: 400 !important;\n    padding: 14px 0; border-bottom: 1px solid rgba(45,41,38,0.1);\n    display: flex; align-items: center; gap: 12px;\n  }\n  .incl-list li::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }\n\n  .pull-quote { border-left: 3px solid var(--teal); padding: 16px 22px; margin: 22px 0; }\n  .pull-quote p { font-size: 17px !important; line-height: 1.8 !important; color: var(--mid) !important; font-weight: 700 !important; font-style: italic !important; }\n\n  .pull-quote-dark { border-left: 3px solid var(--teal); padding: 16px 22px; margin: 22px 0; }\n  .pull-quote-dark p { font-size: 17px !important; line-height: 1.8 !important; color: rgba(249,237,230,0.75) !important; font-weight: 700 !important; font-style: italic !important; }\n\n  @media (max-width: 820px) {\n    .grid-side   { grid-template-columns: 1fr !important; gap: 26px !important; }\n    .inner       { padding: 0 20px !important; }\n    .ph[style*=\"height\"] { height: 260px !important; }\n    .ph-square { border-radius: 18px !important; }\n    .incl-list   { grid-template-columns: 1fr !important; gap: 0 !important; max-width: 100% !important; }\n    .text-block h2 { font-size: clamp(24px, 6.5vw, 32px) !important; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd-root\"\u003e\n\n  \u003c!-- ════ HEADER — beige ════ --\u003e\n  \u003cdiv class=\"sec-beige\" style=\"padding: 44px 40px 36px; text-align: center;\"\u003e\n    \u003cspan class=\"stag stag-teal\" style=\"text-align: center;\"\u003eLumpurini Dafne Uno\u003c\/span\u003e\n    \u003ch1 style=\"font-size: clamp(32px, 4vw, 52px) !important; font-weight: 900 !important; line-height: 1.15 !important; color: var(--dark) !important; margin: 14px auto 22px; max-width: 900px;\"\u003e\n      5-in-1 Children's Creative Play Table —\u003cbr\u003e\n      \u003cspan style=\"color: var(--teal-d) !important;\"\u003eConvertible Table with One Chair for Feeding, Learning, and Creativity\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cdiv class=\"divider\" style=\"margin: 8px 0 0;\"\u003e\n      \u003csvg viewbox=\"0 0 110 60\" width=\"100\" height=\"60\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cg class=\"a1\"\u003e\u003cpath class=\"ap\" d=\"M18 4 C16 14,15 26,18 42\"\u003e\u003c\/path\u003e\u003cpath class=\"ap\" d=\"M18 42 C14 35,10 33,6 32\"\u003e\u003c\/path\u003e\u003cpath class=\"ap\" d=\"M18 42 C21 35,25 34,29 33\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n        \u003cg class=\"a2\"\u003e\u003cpath class=\"ap\" d=\"M55 3 C53 14,52 28,55 46\"\u003e\u003c\/path\u003e\u003cpath class=\"ap\" d=\"M55 46 C51 38,46 37,42 36\"\u003e\u003c\/path\u003e\u003cpath class=\"ap\" d=\"M55 46 C59 38,63 37,67 36\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n        \u003cg class=\"a3\"\u003e\u003cpath class=\"ap\" d=\"M92 4 C90 14,89 26,92 42\"\u003e\u003c\/path\u003e\u003cpath class=\"ap\" d=\"M92 42 C88 35,84 33,80 32\"\u003e\u003c\/path\u003e\u003cpath class=\"ap\" d=\"M92 42 C95 35,99 34,103 33\"\u003e\u003c\/path\u003e\u003c\/g\u003e\n      \u003c\/svg\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wave-wrap\" style=\"background: var(--white);\"\u003e\n    \u003csvg viewbox=\"0 0 1440 40\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M0,20 C40,4 80,36 120,20 C160,4 200,36 240,20 C280,4 320,36 360,20 C400,4 440,36 480,20 C520,4 560,36 600,20 C640,4 680,36 720,20 C760,4 800,36 840,20 C880,4 920,36 960,20 C1000,4 1040,36 1080,20 C1120,4 1160,36 1200,20 C1240,4 1280,36 1320,20 C1360,4 1400,36 1440,20 L1440,0 L0,0 Z\" fill=\"#F9EDE6\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ════ WHITE 1 — hero + intro + modular modes ════ --\u003e\n  \u003cdiv class=\"sec-white\" style=\"padding: 36px 0 44px;\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n\n      \u003cdiv class=\"grid-side\" style=\"margin-bottom: 40px; align-items: center;\"\u003e\n        \u003cdiv class=\"ph-square\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/4-Lumpurini-Dafne-Uno_en.jpg?v=1783109632\" alt=\"Lumpurini Dafne Uno 5-in-1 Table and Chair Set\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cp style=\"font-size: 18px !important; line-height: 1.85 !important; color: var(--mid) !important; font-weight: 400 !important; margin: 0;\"\u003e\n            Are you looking for furniture that keeps up with your child and the daily changes in your home? The Lumpurini Dafne Uno 5-in-1 is a versatile table and chair set that you can rearrange and transform according to your needs. It can be a small mealtime table one moment, a comfortable desk for study and drawing the next, and then shift into a practical setup for relaxation or storage.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp style=\"font-size: 18px !important; line-height: 1.85 !important; color: var(--mid) !important; font-weight: 400 !important; max-width: 800px; margin: 0 auto 16px; text-align: center;\"\u003e\n        Dafne grows with your child — from their first activities at the table (feeding, block building, drawing) to focused learning during preschool and early school years. It is a functional solution for parents who want to save space while providing their child with a comfortable, safe environment for development.\n      \u003c\/p\u003e\n      \u003cp style=\"font-size: 18px !important; line-height: 1.85 !important; color: var(--mid) !important; font-weight: 400 !important; max-width: 800px; margin: 0 auto 44px; text-align: center;\"\u003e\n        The biggest advantage of the Dafne Uno is its flexibility: a small table or desk, a chair or stool, and even a mini-sofa or a shelf — all in one set, without the need to buy extra furniture.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"grid-side\" style=\"margin-bottom: 40px;\"\u003e\n        \u003cdiv class=\"ph-square\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/8-Lumpurini-Dafne-Uno_en.jpg?v=1783109632\" alt=\"One Smart Set - 5 Ways to Use\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-block\"\u003e\n          \u003cspan class=\"stag stag-teal\"\u003eModular Table \u0026amp; Chair: Set It Up Your Way\u003c\/span\u003e\n          \u003ch2\u003eTable, Desk, Stool, Mini-Sofa, or Shelf – \u003cem\u003eTransform It Any Way You Like\u003c\/em\u003e\n\u003c\/h2\u003e\n          \u003cp\u003e\n            Dafne Uno adapts to your child's day and your living space. In seconds, you can create a comfortable dining spot, a creative corner for art and play, or a practical configuration for resting or organizing the room.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-list\"\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e01\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eUniversal Toddler Table\u003c\/strong\u003eFor meals, play, drawing, and early learning.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e02\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eStudy Desk with Raised Edges\u003c\/strong\u003eFeatures a higher tabletop with a built-in border; books and supplies stay securely in place.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e03\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eFlip-Over Sofa\u003c\/strong\u003eTurn the desk over to create a cozy mini-sofa for resting or quiet play.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e04\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eModular Shelf Unit\u003c\/strong\u003eThe set can function as a storage shelf (perfect for compact spaces).\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e05\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eChair with Backrest (Low Seat)\u003c\/strong\u003eIdeal for younger children.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e06\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eChair with Backrest (High Seat)\u003c\/strong\u003eAs the child grows and needs a different sitting height.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e07\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eStool Mode\u003c\/strong\u003eFor parents to sit nearby or for older children.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e08\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eCompact Play Station\u003c\/strong\u003eUse one element as a mini-table for quick snacks or toys.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wave-wrap\" style=\"background: var(--dark);\"\u003e\n    \u003csvg viewbox=\"0 0 1440 40\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M0,20 C40,4 80,36 120,20 C160,4 200,36 240,20 C280,4 320,36 360,20 C400,4 440,36 480,20 C520,4 560,36 600,20 C640,4 680,36 720,20 C760,4 800,36 840,20 C880,4 920,36 960,20 C1000,4 1040,36 1080,20 C1120,4 1160,36 1200,20 C1240,4 1280,36 1320,20 C1360,4 1400,36 1440,20 L1440,0 L0,0 Z\" fill=\"#FDFAF8\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ════ DARK — Dafne UNO ════ --\u003e\n  \u003cdiv class=\"sec-dark\" style=\"padding: 40px 0 40px;\"\u003e\n    \u003cdiv class=\"inner dark-inner\"\u003e\n      \u003cdiv class=\"grid-side\"\u003e\n        \u003cdiv class=\"text-block\"\u003e\n          \u003cspan class=\"stag stag-light\"\u003eTransforming Table and Chair Set\u003c\/span\u003e\n          \u003ch2\u003eDafne UNO – \u003cem\u003eTable with One Chair\u003c\/em\u003e\n\u003c\/h2\u003e\n          \u003cp\u003e\n            The UNO version is the perfect choice if you are looking for a compact solution for a nursery, living room, or kitchen. The set provides a comfortable place for daily activities, and thanks to its modular design, it doesn't \"age\" after a few months — you simply change the configuration as your child grows.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ph-square\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/3-Lumpurini-Dafne-Uno_en.jpg?v=1783109632\" alt=\"Lumpurini Dafne Uno chair detail\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wave-wrap\" style=\"background: var(--white);\"\u003e\n    \u003csvg viewbox=\"0 0 1440 40\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M0,20 C40,4 80,36 120,20 C160,4 200,36 240,20 C280,4 320,36 360,20 C400,4 440,36 480,20 C520,4 560,36 600,20 C640,4 680,36 720,20 C760,4 800,36 840,20 C880,4 920,36 960,20 C1000,4 1040,36 1080,20 C1120,4 1160,36 1200,20 C1240,4 1280,36 1320,20 C1360,4 1400,36 1440,20 L1440,0 L0,0 Z\" fill=\"#2D2926\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ════ WHITE — Feeding \u0026 Activities ════ --\u003e\n  \u003cdiv class=\"sec-white\" style=\"padding: 40px 0 40px;\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n      \u003cdiv class=\"grid-side\"\u003e\n        \u003cdiv class=\"ph-square\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/5-Lumpurini-Dafne-Uno_en.jpg?v=1783109632\" alt=\"Lightweight and easy to move\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"text-block\"\u003e\n          \u003cspan class=\"stag stag-teal\"\u003eTable and Chair Set for Feeding and Activities\u003c\/span\u003e\n          \u003ch2\u003eBuilt for \u003cem\u003eeveryday use\u003c\/em\u003e\n\u003c\/h2\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-list\" style=\"margin-top: 32px;\"\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e01\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eDurable Construction\u003c\/strong\u003eThe legs and tabletops are approximately 4 cm thick, making them resistant to heavy use and built to last.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e02\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eSuperior Stability\u003c\/strong\u003eBoth the table and chair sit firmly on the floor, minimizing the risk of wobbling or tipping during play.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e03\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003ePremium HDPE Plastic\u003c\/strong\u003eEco-friendly material that is odorless, easy to clean, and free from harmful additives.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e04\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eSimple Assembly\u003c\/strong\u003eThe set can be put together in about 20 minutes (fasteners, screwdriver, and instructions included).\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wave-wrap\" style=\"background: var(--beige);\"\u003e\n    \u003csvg viewbox=\"0 0 1440 40\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M0,20 C40,4 80,36 120,20 C160,4 200,36 240,20 C280,4 320,36 360,20 C400,4 440,36 480,20 C520,4 560,36 600,20 C640,4 680,36 720,20 C760,4 800,36 840,20 C880,4 920,36 960,20 C1000,4 1040,36 1080,20 C1120,4 1160,36 1200,20 C1240,4 1280,36 1320,20 C1360,4 1400,36 1440,20 L1440,0 L0,0 Z\" fill=\"#FDFAF8\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ════ BEIGE — Refined \/ Safety ════ --\u003e\n  \u003cdiv class=\"sec-beige\" style=\"padding: 40px 0 40px;\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n      \u003cdiv class=\"grid-side\"\u003e\n        \u003cdiv class=\"text-block\"\u003e\n          \u003cspan class=\"stag stag-teal\"\u003eRefined in Every Detail and Fully Reliable\u003c\/span\u003e\n          \u003ch2\u003eSafety \u003cem\u003eyou can trust\u003c\/em\u003e\n\u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ph-square\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/6-Lumpurini-Dafne-Uno_en.jpg?v=1783109632\" alt=\"Safety in every detail\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feat-list\" style=\"margin-top: 32px;\"\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e01\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eTabletop with Safety Border\u003c\/strong\u003eKeeps books and art supplies from sliding off, helping the child stay focused on their task.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e02\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eSafety-First Design\u003c\/strong\u003eRounded corners and edges ensure maximum comfort and safety for your little one.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wave-wrap\" style=\"background: var(--white);\"\u003e\n    \u003csvg viewbox=\"0 0 1440 40\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M0,20 C40,4 80,36 120,20 C160,4 200,36 240,20 C280,4 320,36 360,20 C400,4 440,36 480,20 C520,4 560,36 600,20 C640,4 680,36 720,20 C760,4 800,36 840,20 C880,4 920,36 960,20 C1000,4 1040,36 1080,20 C1120,4 1160,36 1200,20 C1240,4 1280,36 1320,20 C1360,4 1400,36 1440,20 L1440,0 L0,0 Z\" fill=\"#F9EDE6\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ════ WHITE — Key Advantages + What's Included ════ --\u003e\n  \u003cdiv class=\"sec-white\" style=\"padding: 8px 0 44px;\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n\n      \u003cdiv class=\"grid-side\" style=\"margin-bottom: 40px;\"\u003e\n        \u003cdiv class=\"text-block\"\u003e\n          \u003cspan class=\"stag stag-teal\"\u003eKey Advantages:\u003c\/span\u003e\n          \u003ch2\u003eWhy parents \u003cem\u003echoose Dafne\u003c\/em\u003e\n\u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ph-square\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/7-Lumpurini-Dafne-Uno_en.jpg?v=1783109632\" alt=\"Grows with your child - 3 adjustable heights\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feat-list\"\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e01\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003e5-in-1 Versatility:\u003c\/strong\u003eMultiple configurations including table, desk with border, mini-sofa, shelf, and adjustable seating.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e02\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eAges 1–8 Years:\u003c\/strong\u003eA set that adapts to every stage of early development.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e03\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eAll-Purpose Hub:\u003c\/strong\u003eOne dedicated spot for feeding, learning, and creative projects.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e04\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eHeavy-Duty Build:\u003c\/strong\u003eThick 4 cm elements designed for intensive, long-term use.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e05\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eHDPE Material:\u003c\/strong\u003eSafe, easy-to-clean, and high-quality finish.\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"item\"\u003e\n\u003cspan class=\"num\"\u003e06\u003c\/span\u003e\u003cdiv class=\"body\"\u003e\n\u003cstrong\u003eQuick \u0026amp; Easy Setup:\u003c\/strong\u003eApproximately 20 minutes with all tools provided.\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"max-width: 760px; margin: 44px auto 0; text-align: center;\"\u003e\n        \u003cspan class=\"stag stag-teal\" style=\"display: block; text-align: center;\"\u003eWhat's Included\u003c\/span\u003e\n        \u003ch2 style=\"font-size: clamp(22px, 2.4vw, 30px) !important; font-weight: 900 !important; color: var(--dark) !important; margin: 8px 0 24px; line-height: 1.1; text-align: center;\"\u003e\n          Everything \u003cem style=\"font-style: normal; color: var(--teal-d);\"\u003ein the box\u003c\/em\u003e\n        \u003c\/h2\u003e\n        \u003cul class=\"incl-list\"\u003e\n          \u003cli\u003eTable\u003c\/li\u003e\n          \u003cli\u003eChair\u003c\/li\u003e\n          \u003cli\u003ePlastic screws\u003c\/li\u003e\n          \u003cli\u003ePlastic screwdriver\u003c\/li\u003e\n          \u003cli\u003eInstructions\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wave-wrap\" style=\"background: var(--beige);\"\u003e\n    \u003csvg viewbox=\"0 0 1440 40\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M0,20 C40,4 80,36 120,20 C160,4 200,36 240,20 C280,4 320,36 360,20 C400,4 440,36 480,20 C520,4 560,36 600,20 C640,4 680,36 720,20 C760,4 800,36 840,20 C880,4 920,36 960,20 C1000,4 1040,36 1080,20 C1120,4 1160,36 1200,20 C1240,4 1280,36 1320,20 C1360,4 1400,36 1440,20 L1440,0 L0,0 Z\" fill=\"#FDFAF8\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ════ BEIGE — Technical Specifications ════ --\u003e\n  \u003cdiv class=\"sec-beige\" style=\"padding: 40px 0 52px;\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n      \u003cspan class=\"stag stag-teal\" style=\"display:block;\"\u003eDetails\u003c\/span\u003e\n      \u003ch2 style=\"font-size: clamp(26px, 3vw, 38px) !important; font-weight: 900 !important; color: var(--dark) !important; margin: 8px 0 28px; line-height: 1.1;\"\u003e\n        Technical \u003cem style=\"font-style: normal; color: var(--teal-d);\"\u003eSpecifications\u003c\/em\u003e\n      \u003c\/h2\u003e\n      \u003cdiv class=\"grid-side\" style=\"align-items: start;\"\u003e\n        \u003ctable class=\"specs-table\"\u003e\n          \u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eLumpurini Dafne Uno\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eAge Range\u003c\/td\u003e\n\u003ctd\u003e1–8 years old\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMaximum Load\u003c\/td\u003e\n\u003ctd\u003e30 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHDPE Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eHigh-strength elements (~4 cm thickness)\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eTable Dimensions\u003c\/td\u003e\n\u003ctd\u003e67 × 41 × 53 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eChair Dimensions\u003c\/td\u003e\n\u003ctd\u003e33 × 30 × 29 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e8.4 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/table\u003e\n        \u003c!-- ⚠️ ЗАМЕНИТЕ на реальный URL картинки-схемы с размерами (Image 1 из вашей медиатеки) --\u003e\n        \u003cdiv class=\"ph-square\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/2-Lumpurini-Dafne-Uno_en.jpg?v=1783109632\" alt=\"Lumpurini Dafne Uno dimensions\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"wave-wrap\" style=\"background: var(--dark);\"\u003e\n    \u003csvg viewbox=\"0 0 1440 40\" preserveaspectratio=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n      \u003cpath d=\"M0,20 C40,4 80,36 120,20 C160,4 200,36 240,20 C280,4 320,36 360,20 C400,4 440,36 480,20 C520,4 560,36 600,20 C640,4 680,36 720,20 C760,4 800,36 840,20 C880,4 920,36 960,20 C1000,4 1040,36 1080,20 C1120,4 1160,36 1200,20 C1240,4 1280,36 1320,20 C1360,4 1400,36 1440,20 L1440,0 L0,0 Z\" fill=\"#F9EDE6\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ════ DARK — closing ════ --\u003e\n  \u003cdiv class=\"sec-dark\" style=\"padding: 44px 0 52px; text-align: center;\"\u003e\n    \u003cdiv class=\"inner\"\u003e\n      \u003cspan class=\"stag stag-light\" style=\"display: block; text-align: center;\"\u003eOne Set for Eating, Learning, and Creative Play\u003c\/span\u003e\n      \u003ch2 style=\"font-size: clamp(26px, 3vw, 42px) !important; font-weight: 900 !important; line-height: 1.1 !important; color: var(--beige) !important; margin: 12px 0 28px;\"\u003e\n        5-in-1 Convertible \u003cem style=\"font-style: normal; color: var(--teal);\"\u003eTable \u0026amp; Chair Set\u003c\/em\u003e\n      \u003c\/h2\u003e\n      \u003cdiv class=\"ph-square\" style=\"max-width: 640px; margin: 0 auto;\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/9-Lumpurini-Dafne-Uno_en.jpg?v=1783109632\" alt=\"Lumpurini Dafne Uno in daily use\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- \/pd-root --\u003e","brand":"Lumpurini","offers":[{"title":"Default Title","offer_id":49130624975071,"sku":"BP20299","price":356.39,"currency_code":"PLN","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/5285\/3983\/files\/1-Obkladinka-Lumpurini-Dafne-Uno.jpg?v=1782941207"}],"url":"https:\/\/lumpurini.com\/en-pl\/collections\/sale.oembed","provider":"Lumpurini","version":"1.0","type":"link"}