Plara Hydrogel
Plara Hydrogel

Plara Hydrogel

44,99 zł
Zobacz w sklepie

Link partnerski — przejdziesz do sklepu zewnętrznego

Warunki dostawy i zwrotu ustala sklep

Szczegóły produktu

Marka
Plara Hydrogel
Kategoria
Akcesoria do ogrodu

Opis produktu

* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #ffffff; color: #1a1a1a; line-height: 1.7; font-size: 16px; } .content { max-width: 780px; margin: 0 auto; padding: 2.5rem 1.5rem 4rem; } /* TYPOGRAPHY */ h1 { font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 700; color: #111; line-height: 1.3; margin-bottom: 1.5rem; } h2 { font-size: 1.35rem; font-weight: 700; color: #111; margin: 2.2rem 0 0.8rem; padding-bottom: 0.4rem; border-bottom: 2px solid #e8f5ee; } h3 { font-size: 1.05rem; font-weight: 600; color: #2d7a4f; margin: 1.6rem 0 0.6rem; } p { margin-bottom: 1rem; color: #333; } strong { color: #111; } em { color: #555; } /* LISTS */ ul, ol { margin: 0.6rem 0 1.2rem 1.4rem; } li { margin-bottom: 0.45rem; color: #333; line-height: 1.65; } /* INFO BOX */ .info-box { background: #f0faf4; border-left: 4px solid #2d7a4f; border-radius: 6px; padding: 1rem 1.25rem; margin: 1.5rem 0; font-size: 0.93rem; color: #1a4a2e; } .info-box p { margin: 0; color: #1a4a2e; } .info-box p + p { margin-top: 0.4rem; } .warning-box { background: #fffbf0; border-left: 4px solid #e8a020; border-radius: 6px; padding: 1rem 1.25rem; margin: 1.5rem 0; font-size: 0.93rem; } .warning-box p { margin: 0; color: #7a4a00; } /* STATS ROW */ .stats-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0.75rem; margin: 1.5rem 0; } .stat-card { background: #f9f9f9; border: 1px solid #e5e5e5; border-radius: 10px; padding: 1.1rem 1rem; text-align: center; } .stat-icon { font-size: 1.6rem; margin-bottom: 0.4rem; } .stat-value { font-size: 1.5rem; font-weight: 700; color: #111; line-height: 1; margin-bottom: 0.25rem; } .stat-label { font-size: 0.78rem; color: #666; font-weight: 500; } /* BENEFIT GRID */ .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0.75rem; margin: 1.2rem 0; } .benefit-card { background: #f9f9f9; border: 1px solid #e5e5e5; border-radius: 10px; padding: 1rem 1.1rem; display: flex; align-items: flex-start; gap: 0.75rem; } .benefit-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 0.1rem; } .benefit-title { font-weight: 600; color: #111; font-size: 0.93rem; margin-bottom: 0.2rem; } .benefit-desc { font-size: 0.85rem; color: #555; line-height: 1.5; } /* CHECK / CROSS LISTS */ .check-list, .cross-list { list-style: none; margin: 0.6rem 0 1.2rem 0; padding: 0; } .check-list li, .cross-list li { padding: 0.4rem 0 0.4rem 1.8rem; position: relative; font-size: 0.95rem; color: #333; border-bottom: 1px solid #f0f0f0; } .check-list li:last-child, .cross-list li:last-child { border-bottom: none; } .check-list li::before { content: '✓'; position: absolute; left: 0; color: #2d7a4f; font-weight: 700; } .cross-list li::before { content: '✗'; position: absolute; left: 0; color: #c0392b; font-weight: 700; } /* TABLES */ .table-wrap { overflow-x: auto; margin: 1.5rem 0; border-radius: 8px;...