LEAFFIX - UCHWYTY DO ROŚLIN (10 SZT)
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=DM+Sans:wght@300;400;500&display=swap'); .shopify-product-landing { --green-deep:#1a3 a2a; --green-mid:#2d6a4f; --green-bright:#52b788; --green-light:#b7e4c7; --green-pale:#d8f3dc; --cream:#f9f6f0; --gold:#c9a84c; --white:#ffffff; --dark:#111a14; font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--dark); overflow-x: hidden; line-height: 1.5; } .shopify-product-landing *, .shopify-product-landing *::before, .shopify-product-landing *::after { box-sizing: border-box; } .shopify-product-landing img { max-width: 100%; height: auto; display: block; } /* HERO */ .shopify-product-landing .hero { background: linear-gradient(135deg, var(--green-deep) 0%, var(--green-mid) 60%, var(--green-bright) 100%); padding: clamp(40px, 8vw, 64px) clamp(16px, 5vw, 32px) clamp(48px, 8vw, 80px); position: relative; overflow: hidden; text-align: center; } .shopify-product-landing .hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(ellipse 60% 40% at 20% 80%, rgba(82,183,136,.25) 0%, transparent 60%), radial-gradient(ellipse 40% 60% at 80% 20%, rgba(183,228,199,.15) 0%, transparent 50%); pointer-events: none; } .shopify-product-landing .leaf-deco { position: absolute; opacity: .08; font-size: clamp(100px, 20vw, 180px); top: -20px; right: -10px; transform: rotate(20deg); pointer-events: none; user-select: none; } .shopify-product-landing .leaf-deco-2 { position: absolute; opacity: .06; font-size: clamp(70px, 14vw, 120px); bottom: -10px; left: -10px; transform: rotate(-30deg); pointer-events: none; user-select: none; } .shopify-product-landing .badge-new { display: inline-block; background: var(--gold); color: var(--white); font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin: 0 auto 20px auto; position: relative; } .shopify-product-landing .hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(44px, 12vw, 80px); font-weight: 900; color: var(--white) !important; line-height: 1.0; letter-spacing: -1px; position: relative; margin: 0 0 16px 0; } .shopify-product-landing .hero h1 span { color: var(--green-light); } .shopify-product-landing .hero-sub { font-size: clamp(15px, 3.5vw, 18px); color: rgba(255,255,255,.80); font-weight: 300; max-width: 520px; margin: 0 auto 32px; line-height: 1.6; position: relative; } .shopify-product-landing .kit-banner { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.30); backdrop-filter: blur(8px); border-radius: 16px; padding: 16px clamp(16px, 4vw, 28px); position: relative; } .shopify-product-landing .kit-number { font-family: 'Playfair Display', serif; font-size: clamp(36px, 8vw, 52px); font-weight: 900; color: var(--green-light); line-height: 1; } .shopify-product-landing .kit-text { text-align: left; } .shopify-product-landing .kit-text strong { display: block; color: var(--white); font-size: 16px; font-weight: 500; } .shopify-product-landing .kit-text span { color: rgba(255,255,255,.65); font-size: 13px; } /* MEDIA SECTION */ .shopify-product-landing .media-section { background: var(--green-deep); display: flex; flex-direction: column; gap: 4px; } .shopify-product-landing .media-video-slot { position: relative; background: #000; aspect-ratio: 1/1; overflow: hidden; width: 100%; max-width: 600px; margin: 0 auto; } .shopify-product-landing .media-video-slot video { width: 100%; height: 100%; object-fit: cover; display: block; } .shopify-product-landing .video-label { position: absolute; top: 12px; left: 12px; background: rgba(0,0,0,.65); color: var(--green-light); font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; backdrop-filter: blur(4px); z-index: 2; } .shopify-product-landing .img-pair { display: grid; grid-template-columns: 1fr; gap: 4px; } @media(min-width:600px){ .shopify-product-landing .img-pair { grid-template-columns: 1fr 1fr; } } .shopify-product-landing .img-slot { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--green-deep); } .shopify-product-landing .img-slot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; } .shopify-product-landing .img-slot:hover img { transform: scale(1.04); } .shopify-product-landing .img-label { position: absolute; bottom: 12px; left: 12px; background: rgba(26,58,42,.85); color: var(--green-light); font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; backdrop-filter: blur(4px); } /* BENEFITS STRIP */ .shopify-product-landing .benefits-strip { background: var(--green-deep); padding: 20px clamp(12px, 4vw, 32px); display: flex; justify-content: center; gap: 0; flex-wrap: wrap; } .shopify-product-landing .benefit-item { display: flex; align-items: center; gap: 8px; padding: 8px clamp(10px, 2.5vw, 20px); border-right: 1px solid rgba(255,255,255,.1); color: var(--green-light); font-size: clamp(12px, 2.5vw, 14px); } .shopify-product-landing .benefit-item:last-child { border-right: none; } .shopify-product-landing .benefit-icon { font-size: 18px; flex-shrink: 0; } /* FEATURES */ .shopify-product-landing .features-section { padding: clamp(48px, 8vw, 72px) clamp(16px, 5vw, 32px); max-width: 940px; margin: 0 auto; } .shopify-product-landing .section-label { font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--green-mid); margin-bottom: 12px; text-align: center; } .shopify-product-landing .section-title { font-family: 'Playfair Display', serif; font-size: clamp(24px, 5vw, 44px); font-weight: 700; color: var(--green-deep); line-height: 1.15; margin-bottom: 40px; text-align: center; } .shopify-product-landing .section-title em { color: var(--green-bright); font-style: italic; } .shopify-product-landing .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 20px; } .shopify-product-landing .feature-card { background: var(--white); border-radius: 20px; padding: clamp(20px, 4vw, 32px) clamp(16px, 3vw, 28px); border: 1px solid rgba(45,106,79,.08); transition: transform .3s ease, box-shadow .3s ease; position: relative; overflow: hidden; } .shopify-product-landing .feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--green-bright), var(--green-light)); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; } .shopify-product-landing .feature-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(45,106,79,.12); } .shopify-product-landing .feature-card:hover::before { transform: scaleX(1); } .shopify-product-landing .feature-emoji { font-size: 32px; margin-bottom: 14px; display: block; } .shopify-product-landing .feature-card h3 { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--green-deep); margin: 0 0 8px 0; } .shopify-product-landing .feature-card p { font-size: 14px; color: #5a6e62; line-height: 1.65; margin: 0; } /* HOW TO USE */ .shopify-product-landing .howto-section { background: var(--green-pale); padding: clamp(48px, 8vw, 72px) clamp(16px, 5vw, 32px); } .shopify-product-landing .howto-inner { max-width: 760px; margin: 0 auto; } .shopify-product-landing .steps-container { display: flex; flex-direction: column; gap: 0; margin-top: 40px; position: relative; } .shopify-product-landing .steps-container::before { content: ''; position: absolute; left: 35px; top: 20px; bottom: 20px; width: 2px; background: linear-gradient(to bottom, var(--green-bright), var(--green-mid)); } .shopify-product-landing .step { display: flex; align-items: flex-start; gap: 20px; padding: 20px 0; text-align: left; } .shopify-product-landing .step-num { width: 70px; height: 70px; min-width: 70px; background: var(--green-mid); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 900; box-shadow: 0 8px 24px rgba(45,106,79,.3); position: relative; z-index: 1; } .shopify-product-landing .step-content h4 { font-family: 'Playfair Display', serif; font-size: 19px; color: var(--green-deep); margin: 0 0 6px 0; padding-top: 14px; } .shopify-product-landing .step-content p { font-size: 14px; color: #4a6455; line-height: 1.6; margin: 0; } /* SPECS */ .shopify-product-landing .specs-section { background: var(--white); padding: clamp(48px, 8vw, 72px) clamp(16px, 5vw, 32px); max-width: 700px; margin: 0 auto; } .shopify-product-landing .specs-grid { display: flex; flex-direction: column; margin-top: 36px; border-radius: 16px; overflow: hidden; border: 1px solid rgba(45,106,79,.10); } .shopify-product-landing .spec-row { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid rgba(45,106,79,.08); } .shopify-product-landing .spec-row:last-child { border-bottom: none; } .shopify-product-landing .spec-key, .shopify-product-landing .spec-val { padding: 16px 20px; font-size: 14px; background: var(--cream); } .shopify-product-landing .spec-key { font-weight: 500; color: var(--green-mid); border-right: 1px solid rgba(45,106,79,.08); } .shopify-product-landing .spec-val { color: var(--dark); } .shopify-product-landing .spec-row:nth-child(even) .spec-key, .shopify-product-landing .spec-row:nth-child(even) .spec-val { background: var(--white); } /* REVIEWS */ .shopify-product-landing .review-section { padding: clamp(48px, 8vw, 64px) clamp(16px, 5vw, 32px); background: var(--cream); max-width: 940px; margin: 0 auto; } .shopify-product-landing .reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 16px; margin-top: 36px; } .shopify-product-landing .review-card { background: var(--white); border-radius: 16px; padding: 22px; border: 1px solid rgba(45,106,79,.07); } .shopify-product-landing .stars { color: var(--gold); font-size: 15px; margin-bottom: 10px; } .shopify-product-landing .review-text { font-size: 14px; color: #4a5a4f; line-height: 1.65; margin-bottom: 14px; font-style: italic; } .shopify-product-landing .reviewer { font-size: 13px; font-weight: 500; color: var(--green-mid); } /* CTA SECTION */ .shopify-product-landing .cta-section { background: linear-gradient(135deg, var(--green-deep), var(--green-mid)); padding: clamp(48px, 8vw, 72px) clamp(16px, 5vw, 32px); text-align: center; position: relative; overflow: hidden; } .shopify-product-landing .cta-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 70% 50%, rgba(82,183,136,.2) 0%, transparent 60%); pointer-events: none; } .shopify-product-landing .cta-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(24px, 5vw, 48px); color: var(--white) !important; margin: 0 0 12px 0; position: relative; } .shopify-product-landing .cta-section p { color: rgba(255,255,255,.70); font-size: clamp(14px, 3vw, 16px); max-width: 480px; margin: 0 auto 28px; line-height: 1.6; position: relative; } .shopify-product-landing .urgency-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,168,76,.25); border: 1px solid rgba(201,168,76,.5); color: var(--gold); font-size: 13px; font-weight: 500; padding: 8px 20px; border-radius: 100px; margin: 0 auto 20px auto; position: relative; } .shopify-product-landing .pulse { width: 8px; height: 8px; background: var(--gold); border-radius: 50%; animation: pulse 1.5s infinite; } @keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(1.3); } } .shopify-product-landing .guarantee { display: flex; justify-content: center; gap: clamp(12px, 3vw, 24px); margin-top: 28px; flex-wrap: wrap; position: relative; } .shopify-product-landing .guarantee-item { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,.60); font-size: 13px; } /* RESPONSIVE */ @media(max-width:480px){ .shopify-product-landing .benefits-strip { flex-direction: column; align-items: center; gap: 0; } .shopify-product-landing .benefit-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); width: 100%; justify-content: center; } .shopify-product-landing .benefit-item:last-child { border-bottom: none; } .shopify-product-landing .steps-container::before { display: none; } .shopify-product-landing .spec-row { grid-template-columns: 1fr; } .shopify-product-landing .spec-key { border-right: none; border-bottom: 1px solid rgba(45,106,79,.08); } .shopify-product-landing .reviews-grid { grid-template-columns: 1fr; } } 🍃 🌿 ✦ Nowa Kolekcja 2026 LEAFFIX Eleganckie samoprzylepne uchwyty w kształcie liścia — Twoje rośliny będą rosły dokładnie tam, gdzie chcesz. 10–30 sztuk w zestawie Wybierz swoją ilość ▶ Obejrzyj film 🏡 W Twoim domu 📦 Zestaw 🌿 Kształt liścia 🔧 Bez wiercenia 🧱 Na każdą ścianę ♻️ Wielokrotnego użytku 📦 10 / 20 / 30 szt. 📐 Wymiary produktu 🌿 Ukryte wśród roślin Dlaczego LEAFFIX? Natura + funkcjonalnośćw jednym kawałku 🍃 Niewidoczne mocowanie Kształt liścia wtapia się w rośliny i ścianę. Nikt nie zauważy uchwytów — zobaczy tylko idealnie zieloną ścianę. 💪 Supermocny klej 3M Klej akrylowy wytrzymuje ciężar i wilgoć. Raz przyklejony — zostaje. Odpowiedni do tynku, ceramiki, drewna i szkła. 🔄 Prosta instalacja Trzy kroki: wyczyść, przyklej, włóż. Bez narzędzi, bez dziur, bez bałaganu. Gotowe w kilka minut. 🌱 Do wszystkich pnączy Bluszcz, pothos, filodendron, monstera, powojnik — działa ze wszystkimi pnącymi roślinami. 🎨 Estetyczny design Przezroczysty zielony kolor i kształt liścia czynią je elementem dekoracyjnym, a nie tylko funkcjonalnym dodatkiem. 🏠 Trwała inwestycja Uchwyty wykonane z wysokiej jakości plastiku ABS — odporny na wilgoć, promienie UV i codzienne użytkowanie. Kupujesz raz, używasz latami. Instalacja W 3 minutydo zielonej ściany 1 Wyczyść powierzchnię Przetrzyj ścianę suchą ściereczką. Powierzchnia musi być czysta i sucha dla optymalnej przyczepności kleju. 2 Przyklej uchwyt Zdejmij folię ochronną z kleju i mocno dociśnij uchwyt LEAFFIX do ściany przez 30 sekund. 3 Włóż roślinę Włóż łodygę rośliny w uchwyt. W razie potrzeby dostosuj kierunek wzrostu i ciesz się zielonym designem. 🌱 Instalacja ✨ Efekt Dane techniczne Specyfikacje Materiał Plastik ABS (bez BPA) Kolor Przezroczysty zielony Kształt Liść / Leaf design Klej Akrylowy samoprzylepny (3M) Odpowiedni do Tynku, płytek, drewna, szkła Odpowiednie rośliny Wszystkie pnącza, do 5mm łodygi Bez wiercenia ✓ Tak Dostępne 10 / 20 / 30 szt. Opinie klientów Zadowolony zielony dom ★★★★★ „W końcu urządziłam bluszczową ścianę w salonie! Uchwyty LEAFFIX idealnie wtapiają się w rośliny. Nikt nie widzi że tam są — widzą tylko zieleń." — Marta K., Warszawa ★★★★★ „Kupiłam zestaw 30 sztuk i urządziłam całą ścianę w kuchni. Montaż był szybki, a klej trzyma doskonale już od 6 miesięcy. Polecam wszystkim." — Anna W., Kraków ★★★★★ „Wzięłam zestaw 20 sztuk do korytarza — efekt jest niesamowicie elegancki. Sąsiadki pytają, czy wynajęłam projektanta wnętrz!" — Katarzyna N., Wrocław Zapasy szybko się kończą Twoja zielona ściana czeka 🌿 Wybierz zestaw odpowiedni do swojej przestrzeni i rozpocznij zieloną transformację już dziś. ✓ Szybka dostawa ✓ Gwarancja 14 dni ✓ Bezpieczne zakupy
More you might like
Related
LEAFFIX - UCHWYTY DO ROŚLIN (10 SZT)
Related
Uchwyty kierownicy MTB Ergonomiczne uchwyty antypoślizgowe d
Related
Uchwyty do mebli BASIC ROUND szer. 27 mm
Related