{"product_id":"gordanluk-eco-plant-pot-espresso-eco-friendly-indoor-planter-ribbed-design-lightweight-uv-frost-resistant","title":"Gordanluk Eco Plant Pot – Espresso | Eco-Friendly Indoor Planter Ribbed Design, Lightweight, UV \u0026 Frost Resistant","description":"\u003cstyle\u003e :root { --espresso: #3B2314; --coffee-dark: #5C3A1E; --coffee-mid: #7A5230; --coffee-light: #A67C52; --cream: #F8F1E8; --cream-dark: #EDE2D4; --eco-green: #5A8C3C; --eco-green-light: #6FA348; --white: #FFFFFF; --text-primary: #2D2A26; --text-secondary: #5E5650; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Source Sans 3', sans-serif; background: var(--cream); color: var(--text-primary); line-height: 1.7; } .container { max-width: 970px; margin: 0 auto; padding: 20px; } \/* ??? HERO BANNER ??? *\/ .hero { background: linear-gradient(135deg, var(--espresso) 0%, var(--coffee-dark) 50%, var(--coffee-mid) 100%); border-radius: 16px; padding: 52px 48px; margin-bottom: 32px; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 380px; height: 380px; background: radial-gradient(circle, rgba(166,124,82,0.15) 0%, transparent 70%); border-radius: 50%; } .hero::after { content: ''; position: absolute; bottom: -20%; left: 5%; width: 240px; height: 240px; background: radial-gradient(circle, rgba(90,140,60,0.12) 0%, transparent 70%); border-radius: 50%; } .hero-badge { display: inline-block; background: var(--eco-green); color: var(--white); font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 20px; margin-bottom: 20px; position: relative; z-index: 1; } .hero h1 { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: var(--white); line-height: 1.25; margin-bottom: 10px; position: relative; z-index: 1; } .hero h1 span { color: var(--coffee-light); } .hero-sub { font-size: 16px; color: rgba(255,255,255,0.7); font-weight: 300; position: relative; z-index: 1; } \/* ??? CONTENT SECTIONS ??? *\/ .section { background: var(--white); border-radius: 14px; padding: 40px 44px; margin-bottom: 24px; box-shadow: 0 2px 12px rgba(59,35,20,0.05); border: 1px solid var(--cream-dark); } .section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: var(--coffee-light); margin-bottom: 18px; } .section-label::before { content: ''; display: inline-block; width: 18px; height: 2px; background: var(--coffee-light); } .section h2 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 600; color: var(--espresso); margin-bottom: 18px; line-height: 1.3; } .section p { font-size: 15.5px; color: var(--text-secondary); margin-bottom: 16px; line-height: 1.75; } .section p:last-child { margin-bottom: 0; } .highlight { color: var(--coffee-dark); font-weight: 600; } .eco-highlight { color: var(--eco-green); font-weight: 600; } \/* ??? FEATURES STRIP ??? *\/ .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; } .feature-card { background: var(--white); border-radius: 14px; padding: 28px 20px; text-align: center; box-shadow: 0 2px 12px rgba(59,35,20,0.05); border: 1px solid var(--cream-dark); transition: transform 0.2s ease, box-shadow 0.2s ease; } .feature-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(59,35,20,0.1); } .feature-icon { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-size: 22px; } .feature-icon.eco { background: rgba(90,140,60,0.12); } .feature-icon.design { background: rgba(122,82,48,0.12); } .feature-icon.durable { background: rgba(59,35,20,0.1); } .feature-icon.versatile { background: rgba(166,124,82,0.12); } .feature-card h3 { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 600; color: var(--espresso); margin-bottom: 6px; } .feature-card p { font-size: 12.5px; color: var(--text-secondary); line-height: 1.55; } \/* ??? COMPOSITION BAR ??? *\/ .composition { background: linear-gradient(135deg, var(--espresso), var(--coffee-dark)); border-radius: 14px; padding: 32px 40px; margin-top: 20px; display: flex; align-items: center; gap: 32px; } .composition-label { font-family: 'Playfair Display', serif; color: var(--white); font-size: 15px; font-weight: 600; white-space: nowrap; } .composition-bar-wrapper { flex: 1; } .composition-bar { height: 28px; border-radius: 14px; overflow: hidden; display: flex; background: rgba(255,255,255,0.15); } .bar-segment { display: flex; align-items: center; justify-content: center; font-size: 10.5px; font-weight: 600; letter-spacing: 0.5px; color: var(--white); } .bar-segment.natural { width: 40%; background: var(--eco-green); } .bar-segment.recycled { width: 60%; background: var(--coffee-light); } .composition-legend { display: flex; gap: 20px; margin-top: 10px; } .legend-item { display: flex; align-items: center; gap: 6px; font-size: 11px; color: rgba(255,255,255,0.75); } .legend-dot { width: 8px; height: 8px; border-radius: 50%; } .legend-dot.natural { background: var(--eco-green); } .legend-dot.recycled { background: var(--coffee-light); } \/* ??? FOOTER ??? *\/ .footer-note { text-align: center; padding: 20px; font-size: 12px; color: var(--coffee-light); letter-spacing: 1px; } @media (max-width: 720px) { .features-grid { grid-template-columns: repeat(2, 1fr); } .hero { padding: 36px 28px; } .hero h1 { font-size: 28px; } .section { padding: 28px 24px; } .composition { flex-direction: column; gap: 16px; padding: 24px; } } \u003c\/style\u003e \u003cdiv class=\"container\"\u003e \u003c!-- HERO --\u003e \u003cdiv class=\"hero\"\u003e \u003cdiv class=\"hero-badge\"\u003e? Coffee Collection\u003c\/div\u003e \u003ch1\u003eGordanluk \u003cspan\u003eEco Coffee\u003c\/span\u003e Plant Pot\u003c\/h1\u003e \u003cp class=\"hero-sub\"\u003eSustainable design crafted from recycled coffee shells, wood \u0026amp; polypropylene\u003c\/p\u003e \u003c\/div\u003e \u003c!-- FEATURE CARDS --\u003e \u003cdiv class=\"features-grid\"\u003e \u003cdiv class=\"feature-card\"\u003e \u003cdiv class=\"feature-icon eco\"\u003e?\u003c\/div\u003e \u003ch3\u003eEco-Friendly\u003c\/h3\u003e \u003cp\u003eUp to 40% natural raw materials from coffee husks \u0026amp; wood\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"feature-card\"\u003e \u003cdiv class=\"feature-icon design\"\u003e?\u003c\/div\u003e \u003ch3\u003eRibbed Design\u003c\/h3\u003e \u003cp\u003eElegant tapered form with fine vertical ribbing\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"feature-card\"\u003e \u003cdiv class=\"feature-icon durable\"\u003e?\u003c\/div\u003e \u003ch3\u003eBuilt to Last\u003c\/h3\u003e \u003cp\u003eUV, frost \u0026amp; weather resistant, virtually unbreakable\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"feature-card\"\u003e \u003cdiv class=\"feature-icon versatile\"\u003e?\u003c\/div\u003e \u003ch3\u003eIndoor \u0026amp; Outdoor\u003c\/h3\u003e \u003cp\u003eWindowsill, shelf, balcony, patio or garden\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- SECTION 1: SUSTAINABLE CRAFT --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eSustainable Craft\u003c\/div\u003e \u003ch2\u003eWhere Coffee Meets Conscious Design\u003c\/h2\u003e \u003cp\u003e Elevate your plant display with the \u003cspan class=\"highlight\"\u003eGordanluk Eco Coffee Plant Pot\u003c\/span\u003e  a beautifully crafted planter that combines sustainable materials with contemporary Scandinavian-inspired design. Part of Gordanluk's innovative \u003cspan class=\"eco-highlight\"\u003eCoffee Collection\u003c\/span\u003e, this pot is manufactured using a proprietary composite of recycled polypropylene, natural wood shavings, and real coffee husks  the dried shells of coffee beans that would otherwise go to waste. \u003c\/p\u003e \u003cp\u003e Up to \u003cspan class=\"highlight\"\u003e40% of the material\u003c\/span\u003e is derived from these natural raw materials, resulting in a pot with a truly unique organic texture, warm espresso tone, and a subtle, pleasant coffee scent. \u003c\/p\u003e \u003c!-- Composition bar --\u003e \u003cdiv class=\"composition\"\u003e \u003cdiv class=\"composition-label\"\u003eMaterial\u003cbr\u003eBreakdown\u003c\/div\u003e \u003cdiv class=\"composition-bar-wrapper\"\u003e \u003cdiv class=\"composition-bar\"\u003e \u003cdiv class=\"bar-segment natural\"\u003e40% Natural\u003c\/div\u003e \u003cdiv class=\"bar-segment recycled\"\u003e60% Recycled PP\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"composition-legend\"\u003e \u003cdiv class=\"legend-item\"\u003e\n\u003cspan class=\"legend-dot natural\"\u003e\u003c\/span\u003e Coffee Husks \u0026amp; Wood Shavings\u003c\/div\u003e \u003cdiv class=\"legend-item\"\u003e\n\u003cspan class=\"legend-dot recycled\"\u003e\u003c\/span\u003e Recycled Polypropylene\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- SECTION 2: DESIGN --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eDesign \u0026amp; Detail\u003c\/div\u003e \u003ch2\u003eElegant Form, Thoughtful Function\u003c\/h2\u003e \u003cp\u003e The signature shape features an \u003cspan class=\"highlight\"\u003eelegant tapered form\u003c\/span\u003e with fine vertical ribbing that catches the light and adds visual depth. Designed in Poland by Gordanluk, every detail is crafted with care. \u003c\/p\u003e \u003cp\u003e The pot is \u003cspan class=\"highlight\"\u003ewatertight\u003c\/span\u003e (no pre-drilled drainage holes), making it ideal as a pot cover  simply slip your nursery pot inside for an instant upgrade, no repotting required. This also means it can be safely placed on furniture without risk of water damage. \u003c\/p\u003e \u003c\/div\u003e \u003c!-- SECTION 3: DURABILITY --\u003e \u003cdiv class=\"section\"\u003e \u003cdiv class=\"section-label\"\u003eDurability \u0026amp; Versatility\u003c\/div\u003e \u003ch2\u003eLightweight. Unbreakable. Ready for Anything.\u003c\/h2\u003e \u003cp\u003e Despite its premium feel, the Gordanluk Eco Coffee pot is remarkably \u003cspan class=\"highlight\"\u003elightweight\u003c\/span\u003e and virtually \u003cspan class=\"highlight\"\u003eunbreakable\u003c\/span\u003e. It is UV resistant, frost resistant, and weather resistant, so it performs equally well outdoors on your balcony or patio as it does on your living room shelf. \u003c\/p\u003e \u003cp\u003e Easy to wipe clean with a damp cloth. Whether you are displaying orchids, succulents, herbs, trailing ivy, or a statement monstera, this pot is the perfect home for your green companions. \u003c\/p\u003e \u003c\/div\u003e \u003c!-- FOOTER --\u003e \u003cdiv class=\"footer-note\"\u003e GORDANLUK    ECO COFFEE COLLECTION    ESPRESSO \u003c\/div\u003e \u003c\/div\u003e","brand":"Dalugo LTD","offers":[{"title":"Default Title","offer_id":58289931420022,"sku":"Magnolia Jumper 26x21 Coffee-Espresso","price":18.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0971\/8582\/5142\/files\/creative-studio-asset-0d320fa1-ee8e-401d-ab91-423d841e9b6c.png?v=1784281652","url":"https:\/\/dalugo.co.uk\/products\/gordanluk-eco-plant-pot-espresso-eco-friendly-indoor-planter-ribbed-design-lightweight-uv-frost-resistant","provider":"Dalugo Ltd","version":"1.0","type":"link"}