{"product_id":"111","title":"Seurico™  Intensive Repair Hair Mask for Damaged Hair, with Liquid Bio-Protein care, 260g","description":"\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #fff;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Header *\/\n        .header {\n            background: #f8f9fa;\n            padding: 15px 0;\n            border-bottom: 1px solid #e9ecef;\n        }\n\n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n        }\n\n        .logo {\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: #1a73e8;\n        }\n\n        .trust-indicators {\n            display: flex;\n            gap: 20px;\n            font-size: 0.9rem;\n            color: #666;\n        }\n\n        .trust-item {\n            display: flex;\n            align-items: center;\n            gap: 5px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            padding: 60px 0;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            text-align: center;\n        }\n\n        .hero h1 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n\n        .hero-subtitle {\n            font-size: 1.2rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .hero-cta {\n            background: #ff6b35;\n            color: white;\n            padding: 15px 30px;\n            text-decoration: none;\n            border-radius: 50px;\n            font-size: 1.1rem;\n            font-weight: 600;\n            display: inline-block;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);\n        }\n\n        .hero-cta:hover {\n            background: #e55a2b;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);\n        }\n\n        \/* Product Section *\/\n        .product-section {\n            padding: 80px 0;\n            background: white;\n        }\n\n        .product-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n        }\n\n        .product-image {\n            width: 100%;\n            max-width: 400px;\n            height: 500px;\n            background: linear-gradient(145deg, #f8f9fa, #e9ecef);\n            border-radius: 20px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .product-image::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);\n            animation: float 8s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0) rotate(0deg); }\n            50% { transform: translateY(-20px) rotate(180deg); }\n        }\n\n        .product-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n            color: #333;\n        }\n\n        .product-icon {\n            font-size: 4rem;\n            color: #667eea;\n            margin-bottom: 20px;\n        }\n\n        .product-title {\n            font-size: 1.4rem;\n            font-weight: 600;\n            margin-bottom: 10px;\n            line-height: 1.3;\n        }\n\n        .product-size {\n            font-size: 1rem;\n            color: #666;\n        }\n\n        .product-info h2 {\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n            color: #333;\n            font-weight: 700;\n        }\n\n        .product-description {\n            font-size: 1.1rem;\n            color: #555;\n            margin-bottom: 30px;\n            line-height: 1.7;\n        }\n\n        .key-benefits {\n            list-style: none;\n            margin: 30px 0;\n        }\n\n        .key-benefits li {\n            padding: 10px 0;\n            position: relative;\n            padding-left: 30px;\n            font-size: 1rem;\n            color: #333;\n        }\n\n        .key-benefits li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #28a745;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        \/* Benefits Section *\/\n        .benefits-section {\n            padding: 80px 0;\n            background: #f8f9fa;\n        }\n\n        .section-title {\n            text-align: center;\n            font-size: 2.2rem;\n            margin-bottom: 50px;\n            color: #333;\n            font-weight: 700;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 40px 30px;\n            border-radius: 15px;\n            text-align: center;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n        }\n\n        .benefit-icon {\n            font-size: 3rem;\n            color: #667eea;\n            margin-bottom: 20px;\n        }\n\n        .benefit-title {\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            color: #333;\n            font-weight: 600;\n        }\n\n        .benefit-text {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* How It Works *\/\n        .how-it-works {\n            padding: 80px 0;\n            background: white;\n        }\n\n        .steps-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n            margin-top: 50px;\n        }\n\n        .step {\n            text-align: center;\n        }\n\n        .step-number {\n            width: 60px;\n            height: 60px;\n            background: #667eea;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            font-weight: bold;\n            margin: 0 auto 20px;\n        }\n\n        .step-title {\n            font-size: 1.2rem;\n            margin-bottom: 15px;\n            color: #333;\n            font-weight: 600;\n        }\n\n        .step-description {\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Testimonials *\/\n        .testimonials {\n            padding: 80px 0;\n            background: #f8f9fa;\n        }\n\n        .testimonials-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 30px;\n            margin-top: 50px;\n        }\n\n        .testimonial {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n        }\n\n        .stars {\n            color: #ffc107;\n            margin-bottom: 15px;\n            font-size: 1.2rem;\n        }\n\n        .testimonial-text {\n            font-style: italic;\n            margin-bottom: 20px;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        .testimonial-author {\n            font-weight: 600;\n            color: #333;\n        }\n\n        .verified {\n            color: #28a745;\n            font-size: 0.9rem;\n            margin-top: 5px;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            padding: 80px 0;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            text-align: center;\n        }\n\n        .cta-content {\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .price-container {\n            margin: 40px 0;\n        }\n\n        .price-original {\n            font-size: 1.3rem;\n            text-decoration: line-through;\n            opacity: 0.7;\n            margin-bottom: 10px;\n        }\n\n        .price-current {\n            font-size: 3rem;\n            font-weight: bold;\n            color: #ffd700;\n            margin-bottom: 15px;\n        }\n\n        .price-save {\n            background: #28a745;\n            color: white;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-size: 1rem;\n            font-weight: 600;\n            display: inline-block;\n        }\n\n        .cta-button {\n            background: #ff6b35;\n            color: white;\n            padding: 18px 40px;\n            text-decoration: none;\n            border-radius: 50px;\n            font-size: 1.2rem;\n            font-weight: 600;\n            display: inline-block;\n            margin-top: 30px;\n            transition: all 0.3s ease;\n            box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);\n            border: none;\n            cursor: pointer;\n        }\n\n        .cta-button:hover {\n            background: #e55a2b;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);\n        }\n\n        .guarantee {\n            margin-top: 30px;\n            font-size: 0.9rem;\n            opacity: 0.9;\n        }\n\n        \/* Footer *\/\n        .footer {\n            background: #333;\n            color: white;\n            padding: 40px 0;\n            text-align: center;\n        }\n\n        .footer-content {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 30px;\n            margin-bottom: 30px;\n            text-align: left;\n        }\n\n        .footer-section h4 {\n            margin-bottom: 15px;\n            color: #ffd700;\n        }\n\n        .footer-section p, .footer-section a {\n            color: #ccc;\n            text-decoration: none;\n            line-height: 1.8;\n        }\n\n        .footer-section a:hover {\n            color: white;\n        }\n\n        .footer-bottom {\n            border-top: 1px solid #555;\n            padding-top: 20px;\n            text-align: center;\n            color: #ccc;\n        }\n\n        \/* Mobile Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2rem;\n            }\n            \n            .product-grid {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n            \n            .product-image {\n                max-width: 300px;\n                height: 400px;\n            }\n            \n            .benefits-grid, .steps-grid, .testimonials-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .price-current {\n                font-size: 2.5rem;\n            }\n            \n            .trust-indicators {\n                justify-content: center;\n                margin-top: 10px;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Header --\u003e\u003cheader class=\"header\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003cdiv class=\"trust-indicators\"\u003e\n\u003cdiv class=\"trust-item\"\u003e\n\u003cmeta charset=\"UTF-8\"\u003e \u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch1\u003eTransform Damaged Hair in Just 1 Minute\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003eSeurico Intensive Repair Hair Mask with Bio-Protein Care Technology - Clinically proven to repair 98% of visible damage instantly\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Product Section --\u003e\n\u003csection class=\"product-section\" id=\"product\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"product-grid\"\u003e\n\u003cdiv class=\"product-image\"\u003e\n\u003cdiv class=\"product-content\"\u003e\n\u003cdiv class=\"product-icon\"\u003e\u003cimg height=\"264\" width=\"264\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0805\/7818\/3480\/files\/79400519245_enfr_01_1200_1.jpg?v=1749725285\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-title\"\u003eSeurico Intensive Repair\u003cbr\u003eHair Mask\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003ch2\u003eProfessional Salon Results at Home\u003c\/h2\u003e\n\u003cp class=\"product-description\"\u003eDeveloped with Bio-Protein Care and infused with Glutamic Amino Serum, this intensive hair mask works in harmony with hair to stop 98% of visible damage in just 1 minute.\u003c\/p\u003e\n\u003cul class=\"key-benefits\"\u003e\n\u003cli\u003eHair feels reborn 10x stronger with this damaged hair collection\u003c\/li\u003e\n\u003cli\u003e10 transformative benefits for stronger, smoother hair in 1 minute\u003c\/li\u003e\n\u003cli\u003ePETA approved and vegan\u003c\/li\u003e\n\u003cli\u003eBacked by 10 years of hair care research\u003c\/li\u003e\n\u003cli\u003eWorks on all hair types including color-treated hair\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Benefits Section --\u003e\n\u003csection class=\"benefits-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Seurico Intensive Repair?\u003c\/h2\u003e\n\u003cdiv class=\"benefits-grid\"\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003e1-Minute Treatment\u003c\/h3\u003e\n\u003cp class=\"benefit-text\"\u003eUnlike other masks that require 10-15 minutes, our advanced formula works in just 60 seconds for instant results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🔬\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eBio-Protein Technology\u003c\/h3\u003e\n\u003cp class=\"benefit-text\"\u003eRegenerates hair strength and refills with 1 trillion protein strength builders with every wash.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-card\"\u003e\n\u003cdiv class=\"benefit-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3 class=\"benefit-title\"\u003eDamage Protection\u003c\/h3\u003e\n\u003cp class=\"benefit-text\"\u003eCreates a protective barrier against heat styling, UV damage, and environmental stressors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- How It Works --\u003e\n\u003csection class=\"how-it-works\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eHow to Use\u003c\/h2\u003e\n\u003cdiv class=\"steps-grid\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003ch3 class=\"step-title\"\u003eApply\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eAfter using Seurico shampoo and hair conditioner, apply hair repair mask generously to damp hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003ch3 class=\"step-title\"\u003eWait\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eLet hair mask for dry hair work for 1 minute while the Bio-Protein Care technology penetrates your hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003ch3 class=\"step-title\"\u003eRinse\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003ethen rinse thoroughly with lukewarm water and enjoy your transformed hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cdiv class=\"step-number\"\u003e4\u003c\/div\u003e\n\u003ch3 class=\"step-title\"\u003eRepeat\u003c\/h3\u003e\n\u003cp class=\"step-description\"\u003eUse weekly for best results. Each use builds stronger, healthier hair over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Testimonials --\u003e\u003c!-- CTA Section --\u003e\n\u003csection class=\"cta-section\" id=\"order\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"cta-content\"\u003e\n\u003ch2\u003eGet Your Hair Transformation Today\u003c\/h2\u003e\n\u003cp\u003eJoin thousands of satisfied customers who've repaired their damaged hair with Seurico's professional-grade formula.\u003c\/p\u003e\n\u003cdiv class=\"price-container\"\u003e\n\u003cdiv class=\"price-save\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhat Our Customers Say\u003c\/h2\u003e\n\u003cdiv class=\"testimonials-grid\"\u003e\n\u003cdiv class=\"testimonial\"\u003e\n\u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp class=\"testimonial-text\"\u003e\"This mask is incredible! My hair was so damaged from years of coloring and heat styling. After just one use, my hair felt completely different - soft, smooth, and actually healthy again.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author\"\u003eSarah M.\u003c\/div\u003e\n\u003cdiv class=\"verified\"\u003e✅ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial\"\u003e\n\u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp class=\"testimonial-text\"\u003e\"I've tried so many expensive salon treatments and this $19 mask works better than all of them. My stylist asked what I was using because my hair looked so much healthier!\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author\"\u003eJessica K.\u003c\/div\u003e\n\u003cdiv class=\"verified\"\u003e✅ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial\"\u003e\n\u003cdiv class=\"stars\"\u003e⭐⭐⭐⭐⭐\u003c\/div\u003e\n\u003cp class=\"testimonial-text\"\u003e\"Love that it only takes 1 minute! As a busy mom, I don't have time for long hair treatments. This gives me amazing results in the time it takes to brush my teeth.\"\u003c\/p\u003e\n\u003cdiv class=\"testimonial-author\"\u003eAmanda R.\u003c\/div\u003e\n\u003cdiv class=\"verified\"\u003e✅ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Laneyeddys Store","offers":[{"title":"BUY 2","offer_id":50392426283320,"sku":"","price":32.99,"currency_code":"USD","in_stock":true},{"title":"BUY 1","offer_id":50392426316088,"sku":"","price":22.99,"currency_code":"USD","in_stock":true},{"title":"BUY 4","offer_id":50392426348856,"sku":"","price":52.99,"currency_code":"USD","in_stock":true},{"title":"BUY 8","offer_id":50392426381624,"sku":"","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/7818\/3480\/files\/79400519245_enfr_01_1200_1_75af9287-b0d9-4ee8-bcab-d871d0b6be53.jpg?v=1749725636","url":"https:\/\/laneyeddyspicks.com\/products\/111","provider":"Laneyeddys Store","version":"1.0","type":"link"}