LEAFFIX - CLIP AUTOADESIVE PER PIANTE (10 PEZZI)
@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: #1a 3a2a; --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; } } 🍃 🌿 ✦ Nuova Collezione 2026 LEAFFIX Eleganti ganci autoadesivi a forma di foglia — le tue piante cresceranno esattamente dove le vuoi. 10–30 pezzi per confezione Scegli la tua quantità ▶ Guarda il video 🏡 A casa tua 📦 Kit 🌿 Forma a foglia 🔧 Senza trapano 🧱 Per ogni muro ♻️ Riutilizzabile 📦 10 / 20 / 30 pezzi 📐 Dimensioni 🌿 Nascosto tra le piante Perché LEAFFIX? Natura + funzionalitàin un unico pezzo 🍃 Fissaggio invisibile La forma a foglia si fonde con le piante e il muro. Nessuno noterà i ganci — vedranno solo una parete verde perfetta. 💪 Supercolla 3M Il collante acrilico regge peso e umidità. Una volta incollato — rimane. Adatto per intonaco, ceramica, legno e vetro. 🔄 Installazione semplice Procedura in tre passi: pulisci, incolla, inserisci. Senza attrezzi, senza buchi, senza disordine. Pronto in pochi minuti. 🌱 Per tutte le rampicanti Edera, pothos, filodendro, monstera, vite — funziona con tutte le piante rampicanti. 🎨 Design estetico Il colore verde trasparente e la forma a foglia li rendono un elemento decorativo, non solo un accessorio funzionale. 🏠 Investimento duraturo I ganci sono realizzati in plastica ABS di qualità — resistenti all'umidità, ai raggi UV e all'uso quotidiano. Compri una volta, usi per anni. Installazione In 3 minutialla parete verde 1 Pulisci la superficie Pulisci il muro con un panno asciutto. La superficie deve essere pulita e asciutta per una tenuta ottimale del collante. 2 Incolla il gancio Rimuovi la pellicola protettiva dal collante e premi con forza il gancio LEAFFIX sul muro per 30 secondi. 3 Inserisci la pianta Inserisci il fusto della pianta nel gancio. Se necessario regola la direzione di crescita e goditi il design verde. 🌱 Installazione ✨ Risultato Dati tecnici Specifiche Materiale Plastica ABS (BPA-free) Colore Verde trasparente Forma Foglia / Leaf design Collante Acrilico autoadesivo (3M) Adatto per Intonaco, piastrelle, legno, vetro Piante adatte Tutte le rampicanti, fino a 5mm di fusto Senza trapano ✓ Sì Disponibile 10 / 20 / 30 pezzi Recensioni clienti Casa verde soddisfatta ★★★★★ "Finalmente ho sistemato la parete di edera in salotto! I ganci LEAFFIX si sono integrati perfettamente con le piante. Nessuno nota che ci sono — vedono solo il verde." — Giulia M., Milano ★★★★★ "Ho comprato il kit da 30 pezzi e ho sistemato tutta la parete in cucina. L'installazione è stata rapida e il collante tiene benissimo già da 6 mesi. Consiglio a tutti." — Francesca R., Roma ★★★★★ "Ho preso il kit da 20 pezzi per il corridoio — il risultato è incredibilmente elegante. Le vicine mi chiedono se ho assunto un interior designer!" — Valentina C., Firenze Le scorte si esauriscono velocemente La tua parete verde ti aspetta 🌿 Scegli il kit adatto al tuo spazio e inizia la trasformazione verde già oggi. ✓ Spedizione rapida ✓ Garanzia 14 giorni ✓ Acquisto sicuro