{"product_id":"10-in-1-intensive-nail-repair-strengthener-treatment","title":"💅 10-in-1 Intensive Nail Repair \u0026 Strengthener Treatment","description":"\u003c!-- 10-in-1 Nail Care \u0026 Repair Polish - Redesigned PDP Block --\u003e \u003cstyle\u003e   @import url('https:\/\/fonts.googleapis.com\/css2?family=Fredoka:wght@500;600;700\u0026display=swap');    .cro-container {     --cro-bg: #FFFBF9;     --cro-surface: #FFFFFF;     --cro-surface-warm: #FFF2EE;      --cro-primary: #E86A82;     --cro-secondary: #F29688;     --cro-accent: #8E2B42;     --cro-gold: #C9974B;     --cro-gold-light: #FBF0DE;     --cro-title-color: #2D141C;      --cro-ink: #4A3238;     --cro-border: #F8D8DC;     --cro-border-light: #FDEDEE;      font-family: inherit;     color: var(--cro-ink);     width: 100% !important;     max-width: 800px !important;     margin: 0 auto !important;     padding: 0 !important;     box-sizing: border-box;     line-height: 1.6;     background: transparent;     -webkit-text-size-adjust: 100%;   }    .cro-container *,   .cro-container *::before,   .cro-container *::after {     box-sizing: border-box !important;     word-break: break-word !important;   }    .cro-container img {     display: block !important;     width: calc(100% + 16px) !important;     max-width: none !important;     height: auto !important;     margin: 10px -8px 0 -8px !important;     border-radius: 8px;     object-fit: cover;   }    .cro-title-cute {     font-family: 'Fredoka', -apple-system, sans-serif;     font-weight: 700;     color: var(--cro-title-color);     letter-spacing: -0.01em;   }    @keyframes cro-float-sparkle {     0%, 100% { transform: translateY(0px) rotate(0deg); }     50% { transform: translateY(-5px) rotate(6deg); }   }    @keyframes cro-float-heart {     0%, 100% { transform: translateY(0px) rotate(0deg); }     50% { transform: translateY(-6px) rotate(-8deg); }   }    .cro-floating-icon {     position: absolute;     font-size: 20px;     pointer-events: none;     user-select: none;     z-index: 2;   }    .cro-float-left { top: 10px; left: 12px; animation: cro-float-sparkle 2.8s ease-in-out infinite; }   .cro-float-right { top: 10px; right: 12px; animation: cro-float-heart 3s ease-in-out infinite; }    \/* ---------- 1. HERO ---------- *\/   .cro-hook-box {     position: relative;     background: radial-gradient(circle at 88% 0%, rgba(232, 106, 130, 0.16), transparent 45%),                 linear-gradient(135deg, #FFFFFF 0%, var(--cro-surface-warm) 100%);     border-radius: 14px;     padding: 18px 12px 14px 12px;     text-align: center;     margin-bottom: 12px;     border: 1px solid var(--cro-border);     box-shadow: 0 4px 14px rgba(232, 106, 130, 0.1);     overflow: hidden;   }    .cro-badge {     display: inline-block;     background: linear-gradient(135deg, var(--cro-primary) 0%, var(--cro-secondary) 100%);     color: #FFFFFF;     font-size: clamp(12px, 3.2vw, 13px);     font-weight: 800;     letter-spacing: 1px;     text-transform: uppercase;     padding: 5px 14px;     border-radius: 999px;     margin-bottom: 8px;     box-shadow: 0 3px 10px rgba(232, 106, 130, 0.25);   }    .cro-hook-title {     font-size: clamp(20px, 5.5vw, 26px);     margin: 0 0 8px 0;     line-height: 1.3;   }    .cro-hook-subtitle {     font-size: clamp(14px, 3.8vw, 16px);     color: var(--cro-ink);     margin: 0 0 10px 0;     font-weight: 400;     line-height: 1.6;     text-align: left;   }    \/* ---------- 2. SYMPTOM CHECKLIST (new, replaces a plain card) ---------- *\/   .cro-symptom-box {     background: var(--cro-surface);     border: 1px solid var(--cro-border);     border-radius: 14px;     padding: 16px 14px;     margin-bottom: 12px;     box-shadow: 0 2px 8px rgba(45, 20, 28, 0.04);   }    .cro-symptom-box h3 {     text-align: center;     font-size: clamp(17px, 4.6vw, 20px);     margin: 0 0 4px;     color: var(--cro-accent);   }    .cro-symptom-box p.cro-sub {     text-align: center;     font-size: 13px;     color: var(--cro-ink);     margin: 0 0 12px;   }    .cro-symptom-grid {     display: flex;     flex-wrap: wrap;     justify-content: center;     gap: 8px;   }    .cro-symptom-chip {     display: inline-flex;     align-items: center;     gap: 6px;     padding: 7px 13px;     border-radius: 999px;     background: var(--cro-surface-warm);     border: 1px solid var(--cro-border);     color: var(--cro-title-color);     font-size: 12.5px;     font-weight: 700;   }    .cro-symptom-chip::before { content: '✓'; color: var(--cro-primary); font-weight: 900; }    \/* ---------- 3. FEATURE CARDS (varied shapes, not repeated) ---------- *\/   .cro-features {     display: flex;     flex-direction: column !important;     gap: 12px;     margin-bottom: 12px;     width: 100%;   }    .cro-feature-card {     background-color: var(--cro-surface);     padding: 14px 12px 12px 12px;     border-radius: 12px;     border: 1px solid var(--cro-border);     box-shadow: 0 2px 8px rgba(45, 20, 28, 0.04);     width: 100%;     overflow: hidden;   }    .cro-feature-card.cro-warm { background-color: var(--cro-surface-warm); border-color: #F8D0D6; }    .cro-feature-card h3 {     font-size: clamp(16px, 4.5vw, 19px);     margin: 0 0 6px 0;     line-height: 1.3;     color: var(--cro-accent);     text-align: center;   }    .cro-feature-card p {     font-size: clamp(13.5px, 3.6vw, 15px);     color: var(--cro-ink);     margin: 0;     font-weight: 400;     line-height: 1.6;   }    \/* -- Day-by-day progress strip (replaces a plain text+image card) -- *\/   .cro-progress-card {     background: linear-gradient(135deg, #FFFFFF 0%, var(--cro-surface-warm) 100%);     border: 1px solid var(--cro-border);     border-radius: 12px;     padding: 16px 14px;     margin-bottom: 12px;     box-shadow: 0 2px 8px rgba(45, 20, 28, 0.04);   }    .cro-progress-card h3 {     font-size: clamp(16px, 4.5vw, 19px);     margin: 0 0 4px;     color: var(--cro-accent);     text-align: center;   }    .cro-progress-card p.cro-sub {     text-align: center;     font-size: 13px;     color: var(--cro-ink);     margin: 0 0 14px;   }    .cro-progress-track {     display: flex;     align-items: center;     gap: 4px;   }    .cro-progress-step {     flex: 1;     text-align: center;   }    .cro-progress-dot {     width: 30px;     height: 30px;     margin: 0 auto 6px;     border-radius: 50%;     background: var(--cro-primary);     color: #fff;     display: flex;     align-items: center;     justify-content: center;     font-weight: 800;     font-size: 12.5px;   }    .cro-progress-step:first-child .cro-progress-dot { background: #E9B7C0; }   .cro-progress-step:last-child .cro-progress-dot { background: var(--cro-accent); }    .cro-progress-label {     font-size: 11.5px;     font-weight: 700;     color: var(--cro-title-color);   }    .cro-progress-line {     flex: 0 0 auto;     width: 100%;     max-width: 40px;     height: 2px;     background: linear-gradient(90deg, #E9B7C0, var(--cro-accent));     margin-top: -20px;   }    \/* -- Formula swatch row (replaces a plain card, leads into bundle) -- *\/   .cro-formula-card {     background: var(--cro-surface);     border: 1px solid var(--cro-border);     border-radius: 12px;     padding: 16px 14px;     margin-bottom: 12px;     box-shadow: 0 2px 8px rgba(45, 20, 28, 0.04);   }    .cro-formula-card h3 {     font-size: clamp(16px, 4.5vw, 19px);     margin: 0 0 4px;     color: var(--cro-accent);     text-align: center;   }    .cro-formula-card p.cro-sub {     text-align: center;     font-size: 13px;     color: var(--cro-ink);     margin: 0 0 14px;   }    .cro-formula-grid {     display: grid;     grid-template-columns: repeat(4, 1fr);     gap: 8px;   }    .cro-formula-swatch {     text-align: center;     padding: 10px 4px;     border-radius: 10px;     background: var(--cro-surface-warm);     border: 1px solid var(--cro-border-light);   }    .cro-formula-dot {     width: 22px;     height: 22px;     border-radius: 50%;     margin: 0 auto 6px;     border: 1px solid rgba(0,0,0,.06);   }    .cro-formula-label {     font-size: 10.5px;     font-weight: 700;     color: var(--cro-title-color);     line-height: 1.3;   }    \/* ---------- 4. SCENARIO ---------- *\/   .cro-desire-box {     background: var(--cro-surface-warm);     border: 1px solid var(--cro-border);     border-radius: 12px;     padding: 14px 12px;     margin-bottom: 12px;     text-align: center;   }    .cro-desire-box h3 {     font-size: clamp(17px, 4.5vw, 20px);     margin: 0 0 6px 0;     color: var(--cro-accent);   }    .cro-desire-box p {     font-size: clamp(13.5px, 3.6vw, 15px);     color: var(--cro-ink);     margin: 0 0 8px 0;   }    \/* ---------- 5. BUNDLE SECTION (real variants, pushes 4-pc kit) ---------- *\/   .cro-bundle-box {     background: linear-gradient(150deg, #FFFFFF 0%, var(--cro-gold-light) 100%);     border: 1px solid #EAD3A0;     border-radius: 14px;     padding: 18px 14px;     margin-bottom: 12px;     box-shadow: 0 6px 18px rgba(201,151,75,.14);   }    .cro-bundle-box h3 {     text-align: center;     font-size: clamp(18px, 4.8vw, 22px);     margin: 0 0 4px;     color: var(--cro-title-color);   }    .cro-bundle-box p.cro-sub {     text-align: center;     font-size: 13.5px;     color: var(--cro-ink);     margin: 0 0 14px;   }    .cro-bundle-list {     display: flex;     flex-direction: column;     gap: 8px;   }    .cro-bundle-item {     display: flex;     justify-content: space-between;     align-items: center;     gap: 10px;     padding: 11px 14px;     border-radius: 10px;     background: #FFFFFF;     border: 1px solid var(--cro-border-light);   }    .cro-bundle-item-label {     font-size: 13.5px;     font-weight: 700;     color: var(--cro-title-color);   }    .cro-bundle-tag {     flex-shrink: 0;     padding: 3px 10px;     border-radius: 999px;     background: var(--cro-surface-warm);     color: var(--cro-primary);     font-size: 10.5px;     font-weight: 800;   }    .cro-bundle-item.cro-bundle-best {     background: linear-gradient(135deg, var(--cro-accent) 0%, #6E1E32 100%);     border-color: var(--cro-accent);     box-shadow: 0 8px 20px rgba(142,43,66,.28);     transform: scale(1.02);   }    .cro-bundle-item.cro-bundle-best .cro-bundle-item-label { color: #FFFFFF; }    .cro-bundle-item.cro-bundle-best .cro-bundle-tag {     background: var(--cro-gold);     color: #3A2410;   }    \/* ---------- 6. SPECIFICATIONS ---------- *\/   .cro-specs-box {     background-color: var(--cro-surface);     border: 1px solid var(--cro-border);     border-radius: 12px;     padding: 12px 10px;     margin-bottom: 12px;     box-shadow: 0 2px 8px rgba(45, 20, 28, 0.04);   }    .cro-specs-title {     font-size: clamp(17px, 4.5vw, 21px);     margin: 0 0 10px 0;     text-align: center;   }    .cro-specs-list {     list-style: none;     padding: 0;     margin: 0;     display: flex;     flex-direction: column;     gap: 6px;   }    .cro-specs-list li {     padding: 8px 12px;     display: flex;     flex-direction: column;     align-items: flex-start;     gap: 2px;     background-color: var(--cro-surface-warm);     border-radius: 8px;     border: 1px solid var(--cro-border-light);   }    .cro-specs-label {     font-weight: 800;     color: var(--cro-primary);     font-size: 11px;     text-transform: uppercase;     letter-spacing: 0.6px;   }    .cro-specs-value {     color: var(--cro-title-color);     font-weight: 600;     font-size: clamp(13.5px, 3.6vw, 15px);     line-height: 1.35;     text-align: left;   }    \/* ---------- 7. FAQ ---------- *\/   .cro-faq-box { margin-bottom: 12px; margin-top: 12px; }    .cro-faq-title {     text-align: center;     font-size: clamp(17px, 4.5vw, 21px);     margin: 0 0 10px 0;   }    .cro-faq-accordion { display: flex; flex-direction: column !important; gap: 8px; }    .cro-faq-item {     background-color: var(--cro-surface);     border: 1px solid var(--cro-border);     border-radius: 10px;     overflow: hidden;   }    .cro-faq-item summary {     padding: 12px 10px;     font-size: clamp(14px, 3.8vw, 15.5px);     font-weight: 700;     color: var(--cro-title-color);     cursor: pointer;     list-style: none;     display: flex;     justify-content: space-between;     align-items: center;     line-height: 1.35;   }    .cro-faq-item summary::-webkit-details-marker { display: none; }    .cro-faq-icon {     font-size: 14px;     font-weight: 700;     color: var(--cro-primary);     margin-left: 6px;     flex-shrink: 0;   }    .cro-faq-item[open] summary .cro-faq-icon::before { content: '−'; }   .cro-faq-item:not([open]) summary .cro-faq-icon::before { content: '+'; }    .cro-faq-answer {     padding: 0 10px 12px 10px;     font-size: clamp(13px, 3.5vw, 14.5px);     color: var(--cro-ink);     line-height: 1.55;     border-top: 1px solid var(--cro-border-light);     margin-top: 2px;     padding-top: 8px;   }    \/* ---------- 8. DARK CLOSING \u0026 CTA ---------- *\/   .ppt-dark-closing {     position: relative;     background: linear-gradient(145deg, #240E15 0%, #3B1622 100%);     color: #FFFFFF !important;     padding: 24px 14px 20px 14px;     text-align: center;     border-radius: 12px;     margin-bottom: 14px;     border: 1px solid rgba(232, 106, 130, 0.25);     overflow: hidden;   }    .ppt-dark-closing h2 {     color: #FFFFFF !important;     font-size: clamp(18px, 4.8vw, 22px);     font-weight: 800;     margin: 0 0 8px 0;   }    .ppt-dark-closing p {     color: #F8E2E8 !important;     font-size: clamp(13.5px, 3.6vw, 15px);     margin: 0 0 16px 0;     line-height: 1.6;   }    .ppt-cta-button {     display: inline-block;     width: 100%;     max-width: 360px;     padding: 13px 24px;     background: linear-gradient(135deg, var(--cro-primary) 0%, var(--cro-secondary) 100%);     color: #FFFFFF !important;     font-size: clamp(14.5px, 3.8vw, 16px);     font-weight: 800;     text-align: center;     text-decoration: none;     border-radius: 50px;     box-shadow: 0 4px 16px rgba(232, 106, 130, 0.4);     letter-spacing: 0.3px;   }    \/* ---------- 9. BOTTOM TRUST BAR ---------- *\/   .cro-trust-grid {     display: flex;     flex-direction: row;     justify-content: space-around;     align-items: center;     gap: 4px;     background: linear-gradient(135deg, #FFFFFF 0%, var(--cro-surface-warm) 100%);     color: var(--cro-title-color);     border-radius: 10px;     padding: 10px 4px;     text-align: center;     border: 1px solid var(--cro-border);   }    .cro-trust-item { flex: 1; min-width: 0; }    .cro-trust-icon {     font-size: clamp(17px, 4.5vw, 20px);     display: block;     margin-bottom: 2px;   }    .cro-trust-text {     font-size: clamp(10px, 3vw, 12px);     font-weight: 700;     color: var(--cro-title-color);     line-height: 1.2;   }    @media (min-width: 768px) {     .cro-container { padding: 10px 0 !important; }     .cro-container img {       width: 100% !important;       margin: 12px 0 0 0 !important;       border-radius: 8px;     }     .cro-hook-box, .cro-feature-card, .ppt-dark-closing, .cro-progress-card, .cro-formula-card, .cro-bundle-box, .cro-symptom-box {       padding: 18px 16px;       border-radius: 12px;     }     .cro-specs-list li {       flex-direction: row;       justify-content: space-between;       align-items: center;       padding: 8px 14px;     }   } \u003c\/style\u003e \u003cdiv class=\"cro-container\"\u003e \u003c!-- 1. HERO --\u003e \u003cdiv class=\"cro-hook-box\"\u003e \u003cspan class=\"cro-floating-icon cro-float-left\"\u003e💅\u003c\/span\u003e \u003cspan class=\"cro-floating-icon cro-float-right\"\u003e✨\u003c\/span\u003e \u003cdiv class=\"cro-badge\"\u003e✨ INTENSIVE NAIL RESCUE CARE\u003c\/div\u003e \u003ch1 class=\"cro-hook-title cro-title-cute\"\u003eStronger, Healthier-Looking Nails ✨💅\u003c\/h1\u003e \u003cdiv class=\"cro-hook-subtitle\"\u003eNourish, protect, and restore your natural nails with an easy one-step daily treatment. Say goodbye to brittle, peeling, and fragile tips!\u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/8_22_1_b75e9df9-ecf8-43a2-9027-a02c4161f5c8.gif?v=1787735652\" alt=\"\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/ChatGPT_Image_2026_8_26__17_23_17_29eb3599-8637-4b50-b585-5a68e4bfdbf1.png?v=1787815242\" alt=\"\"\u003e \u003c\/div\u003e \u003c!-- 2. SYMPTOM CHECKLIST --\u003e \u003cdiv class=\"cro-symptom-box\"\u003e \u003ch3 class=\"cro-title-cute\"\u003eWhich of These Sound Familiar?\u003c\/h3\u003e \u003cp class=\"cro-sub\"\u003eThis one bottle is formulated to target all of it.\u003c\/p\u003e \u003cdiv class=\"cro-symptom-grid\"\u003e \u003cspan class=\"cro-symptom-chip\"\u003ePeeling tips\u003c\/span\u003e \u003cspan class=\"cro-symptom-chip\"\u003eSplitting nails\u003c\/span\u003e \u003cspan class=\"cro-symptom-chip\"\u003eBrittle \u0026amp; weak\u003c\/span\u003e \u003cspan class=\"cro-symptom-chip\"\u003eUneven ridges\u003c\/span\u003e \u003cspan class=\"cro-symptom-chip\"\u003eYellowing\u003c\/span\u003e \u003cspan class=\"cro-symptom-chip\"\u003eSoft, bendy tips\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- 3. FEATURE: 10-in-1 rescue --\u003e \u003cdiv class=\"cro-features\"\u003e \u003cdiv class=\"cro-feature-card\"\u003e \u003ch3 class=\"cro-title-cute\"\u003e🛡️ 10-in-1 Complete Nail Rescue\u003c\/h3\u003e \u003cp\u003eTargets 10 major nail concerns—including splitting, softness, brittleness, peeling, and uneven ridges—restoring smooth natural beauty in days.\u003c\/p\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/ChatGPT_Image_2026_8_26__17_25_28.png?v=1787736337\" alt=\"\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- 3B. DAY-BY-DAY PROGRESS STRIP --\u003e \u003cdiv class=\"cro-progress-card\"\u003e \u003ch3 class=\"cro-title-cute\"\u003e⏳ Visible Strength Boost in 7–14 Days\u003c\/h3\u003e \u003cp class=\"cro-sub\"\u003eInfused with fortifying keratin — up to +74% smoothness and healthy shine.\u003c\/p\u003e \u003cdiv class=\"cro-progress-track\"\u003e \u003cdiv class=\"cro-progress-step\"\u003e \u003cdiv class=\"cro-progress-dot\"\u003eDay 0\u003c\/div\u003e \u003cdiv class=\"cro-progress-label\"\u003eBrittle \u0026amp; dull\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cro-progress-line\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cdiv class=\"cro-progress-step\"\u003e \u003cdiv class=\"cro-progress-dot\"\u003eD7\u003c\/div\u003e \u003cdiv class=\"cro-progress-label\"\u003eSmoother\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cro-progress-line\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cdiv class=\"cro-progress-step\"\u003e \u003cdiv class=\"cro-progress-dot\"\u003eD14\u003c\/div\u003e \u003cdiv class=\"cro-progress-label\"\u003eStronger \u0026amp; glossy\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/ChatGPT_Image_2026_8_26__17_22_28_df04978f-5d0f-41f4-93e8-3809f2528419.png?v=1787815242\" alt=\"\"\u003e \u003c\/div\u003e \u003c!-- 3C. Air-dry feature --\u003e \u003cdiv class=\"cro-features\"\u003e \u003cdiv class=\"cro-feature-card cro-warm\"\u003e \u003ch3 class=\"cro-title-cute\"\u003e☀️ Fast Air-Dry \u0026amp; Non-Yellowing\u003c\/h3\u003e \u003cp\u003eNo UV\/LED lamp required! Glides on effortlessly, dries quickly within seconds, and creates a clear, breathable shield that resists yellowing.\u003c\/p\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/O1CN01E2ySAN1O0XrkVWQMf__2207708691643-0-cib_adaf0d9a-0c7f-4dee-9cab-33c548d8b8bf.jpg?v=1787391018\" alt=\"Fast air dry nail polish bottle display\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- 3D. FORMULA SWATCH ROW --\u003e \u003cdiv class=\"cro-formula-card\"\u003e \u003ch3 class=\"cro-title-cute\"\u003e💖 4 Formulas, Mix \u0026amp; Match Your Routine\u003c\/h3\u003e \u003cp class=\"cro-sub\"\u003eEach one solves a different nail concern — see the full kit below.\u003c\/p\u003e \u003cdiv class=\"cro-formula-grid\"\u003e \u003cdiv class=\"cro-formula-swatch\"\u003e \u003cdiv class=\"cro-formula-dot\" style=\"background: #FDEAF0;\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cdiv class=\"cro-formula-label\"\u003ePink Vitamin Strengthener\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cro-formula-swatch\"\u003e \u003cdiv class=\"cro-formula-dot\" style=\"background: #FFF7EC;\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cdiv class=\"cro-formula-label\"\u003eMilky White Hardener\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cro-formula-swatch\"\u003e \u003cdiv class=\"cro-formula-dot\" style=\"background: #F3D9B8;\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cdiv class=\"cro-formula-label\"\u003eKeratin Nail Recovery\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"cro-formula-swatch\"\u003e \u003cdiv class=\"cro-formula-dot\" style=\"background: #EADCF7;\"\u003e\u003cbr\u003e\u003c\/div\u003e \u003cdiv class=\"cro-formula-label\"\u003e3-in-1 Base Top\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/ChatGPT_Image_2026_8_26__17_21_49_ed9e3766-cf91-4ac2-8a18-08e069b082c3.png?v=1787815240\" alt=\"\"\u003e \u003c\/div\u003e \u003c!-- 4. SCENARIO --\u003e \u003cdiv class=\"cro-desire-box\"\u003e \u003ch3 class=\"cro-title-cute\"\u003eEffortless Salon-Quality Glow at Home 🌸✨\u003c\/h3\u003e \u003cp\u003eEnjoy up to 10 days of continuous nourishing care, leaving your bare nails naturally glossy, resilient, and ready for any occasion.\u003c\/p\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0780\/1287\/4799\/files\/ChatGPT_Image_2026_8_26__17_21_18_cb396f42-c1ac-4b40-8a19-9c4261868352.png?v=1787815240\" alt=\"\"\u003e \u003c\/div\u003e \u003c!-- 5. BUNDLE SECTION — real variants, pushes 4-PCS Kit --\u003e \u003cdiv class=\"cro-bundle-box\"\u003e \u003ch3 class=\"cro-title-cute\"\u003e🎁 Build Your Nail Care Routine\u003c\/h3\u003e \u003cp class=\"cro-sub\"\u003eOne formula for a quick fix, or the full kit for a complete routine — the more you bundle, the more you save.\u003c\/p\u003e \u003cdiv class=\"cro-bundle-list\"\u003e \u003cdiv class=\"cro-bundle-item\"\u003e\u003cspan class=\"cro-bundle-item-label\"\u003ePink Vitamin Strengthener\u003c\/span\u003e\u003c\/div\u003e \u003cdiv class=\"cro-bundle-item\"\u003e\u003cspan class=\"cro-bundle-item-label\"\u003eMilky White Hardener\u003c\/span\u003e\u003c\/div\u003e \u003cdiv class=\"cro-bundle-item\"\u003e\u003cspan class=\"cro-bundle-item-label\"\u003eKeratin Nail Recovery\u003c\/span\u003e\u003c\/div\u003e \u003cdiv class=\"cro-bundle-item\"\u003e\u003cspan class=\"cro-bundle-item-label\"\u003e3-in-1 Base Top Strengthener\u003c\/span\u003e\u003c\/div\u003e \u003cdiv class=\"cro-bundle-item\"\u003e \u003cspan class=\"cro-bundle-item-label\"\u003e🌸 French Glow Duo (Milky White + Pink)\u003c\/span\u003e \u003cspan class=\"cro-bundle-tag\"\u003eSave 20%\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cro-bundle-item\"\u003e \u003cspan class=\"cro-bundle-item-label\"\u003e⚡ Fast Repair Duo (Keratin + 3-in-1)\u003c\/span\u003e \u003cspan class=\"cro-bundle-tag\"\u003eSave 20%\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cro-bundle-item cro-bundle-best\"\u003e \u003cspan class=\"cro-bundle-item-label\"\u003e🔥 Complete 4-PCS Salon Kit — All 4 Formulas\u003c\/span\u003e \u003cspan class=\"cro-bundle-tag\"\u003eSave 40%\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- 6. SPECIFICATIONS --\u003e \u003cdiv class=\"cro-specs-box\"\u003e \u003ch3 class=\"cro-specs-title cro-title-cute\"\u003e📦 Product Specifications\u003c\/h3\u003e \u003cul class=\"cro-specs-list\"\u003e \u003cli\u003e \u003cspan class=\"cro-specs-label\"\u003eProduct Type\u003c\/span\u003e \u003cspan class=\"cro-specs-value\"\u003eIntensive Nail Strengthener \u0026amp; Repair Polish\u003c\/span\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan class=\"cro-specs-label\"\u003eNet Volume\u003c\/span\u003e \u003cspan class=\"cro-specs-value\"\u003e12 ml \/ 0.4 fl. oz. (per bottle)\u003c\/span\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan class=\"cro-specs-label\"\u003eDrying Method\u003c\/span\u003e \u003cspan class=\"cro-specs-value\"\u003eQuick Air-Dry (No UV\/LED Lamp Needed)\u003c\/span\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan class=\"cro-specs-label\"\u003eFormula Options\u003c\/span\u003e \u003cspan class=\"cro-specs-value\"\u003ePink Vitamin, Milky White, Keratin Recovery, 3-in-1 Base Top\u003c\/span\u003e \u003c\/li\u003e \u003cli\u003e \u003cspan class=\"cro-specs-label\"\u003eKey Benefits\u003c\/span\u003e \u003cspan class=\"cro-specs-value\"\u003eStrengthens Brittle Nails, Smooths Ridges \u0026amp; Adds Gloss\u003c\/span\u003e \u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003c!-- 7. FAQ --\u003e \u003cdiv class=\"cro-faq-box\"\u003e \u003ch2 class=\"cro-faq-title cro-title-cute\"\u003eFrequently Asked Questions 💬\u003c\/h2\u003e \u003cdiv class=\"cro-faq-accordion\" style=\"text-align: left;\"\u003e \u003cdetails class=\"cro-faq-item\" open=\"\"\u003e \u003csummary\u003e\u003cspan\u003eHow often should I apply this nail treatment?\u003c\/span\u003e \u003cspan class=\"cro-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e \u003cdiv class=\"cro-faq-answer\"\u003eApply a thin layer to clean, dry nails 2–3 times a week. For extra damaged nails, you can reapply a second coat every other day for 2 weeks.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"cro-faq-item\"\u003e \u003csummary\u003e\u003cspan\u003eWhich formula should I start with?\u003c\/span\u003e \u003cspan class=\"cro-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e \u003cdiv class=\"cro-faq-answer\"\u003ePink Vitamin Strengthener is a great daily all-rounder, Keratin Nail Recovery targets more damaged nails, Milky White Hardener gives a soft opaque finish, and 3-in-1 Base Top works as a protective layer under color. The Complete 4-PCS Salon Kit lets you use all four together for a full routine.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"cro-faq-item\"\u003e \u003csummary\u003e\u003cspan\u003eDo I need a UV or LED lamp to cure it?\u003c\/span\u003e \u003cspan class=\"cro-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e \u003cdiv class=\"cro-faq-answer\"\u003eNo lamp needed! It air-dries completely within 1–2 minutes, making it super fast and convenient for home or travel use.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"cro-faq-item\"\u003e \u003csummary\u003e\u003cspan\u003eCan I use this as a base coat under regular colored polish?\u003c\/span\u003e \u003cspan class=\"cro-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e \u003cdiv class=\"cro-faq-answer\"\u003eYes! It works wonderfully as a fortifying base coat to protect your natural nails from staining while boosting color adhesion.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails class=\"cro-faq-item\"\u003e \u003csummary\u003e\u003cspan\u003eHow do I remove it when needed?\u003c\/span\u003e \u003cspan class=\"cro-faq-icon\"\u003e\u003c\/span\u003e\u003c\/summary\u003e \u003cdiv class=\"cro-faq-answer\"\u003eSimply wipe it away gently with any standard nail polish remover or acetone pad without harsh scraping.\u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- 8. DARK CLOSING \u0026 CTA --\u003e \u003cdiv class=\"ppt-dark-closing\"\u003e \u003cspan class=\"cro-floating-icon cro-float-left\"\u003e✨\u003c\/span\u003e \u003cspan class=\"cro-floating-icon cro-float-right\"\u003e💅\u003c\/span\u003e \u003ch2 class=\"cro-title-cute\"\u003eUpgrade Your Nail Care Routine Today! 💖✨\u003c\/h2\u003e \u003cp\u003eStronger-looking. Smoother. Naturally shinier. Grab the Complete 4-PCS Salon Kit above and save 40% on a full nail care routine.\u003c\/p\u003e \u003ca href=\"#\" class=\"ppt-cta-button\"\u003eCLAIM YOUR NAIL TREATMENT NOW 🛒\u003c\/a\u003e \u003c\/div\u003e \u003c!-- 9. BOTTOM TRUST BAR --\u003e \u003cdiv class=\"cro-trust-grid\"\u003e \u003cdiv class=\"cro-trust-item\"\u003e \u003cspan class=\"cro-trust-icon\"\u003e🚀\u003c\/span\u003e \u003cspan class=\"cro-trust-text\"\u003eFast Express Shipping\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cro-trust-item\"\u003e \u003cspan class=\"cro-trust-icon\"\u003e🔄\u003c\/span\u003e \u003cspan class=\"cro-trust-text\"\u003e30-Day Guarantee\u003c\/span\u003e \u003c\/div\u003e \u003cdiv class=\"cro-trust-item\"\u003e \u003cspan class=\"cro-trust-icon\"\u003e🔒\u003c\/span\u003e \u003cspan class=\"cro-trust-text\"\u003e100% Safe Checkout\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c!-- =====================================================      末尾固定信任背书 HTML (柔美美甲粉配色 + 单列一句一行，未改动)      ===================================================== --\u003e \u003cdiv style=\"margin-bottom: 25px; margin-top: 15px; background: linear-gradient(135deg, #FFFBF9 0%, #FFF2EE 100%); padding: 20px 14px; border-radius: 14px; border: 1.5px solid #F8D8DC; font-family: inherit;\"\u003e \u003cdiv style=\"border: 1px solid #F8D8DC; border-radius: 12px; overflow: hidden; margin-bottom: 16px; background-color: #ffffff; box-shadow: 0 4px 14px rgba(232, 106, 130, 0.05);\"\u003e \u003cdiv style=\"padding: 24px 16px 18px 16px; text-align: center;\"\u003e \u003ch2 style=\"font-size: 20px; color: #2d141c; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 16px 0; font-family: \" fredoka sans-serif\u003e❤️ WHY US?\u003c\/h2\u003e \u003cdiv style=\"display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: #2d141c; max-width: 280px; margin: 0 auto; text-align: left;\"\u003e \u003cdiv style=\"display: flex; align-items: center; gap: 8px;\"\u003e \u003cspan\u003e🏭\u003c\/span\u003e \u003cstrong\u003eTrusted Manufacturers\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv style=\"display: flex; align-items: center; gap: 8px;\"\u003e \u003cspan\u003e✅\u003c\/span\u003e \u003cstrong\u003eQuality-Checked Products\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv style=\"display: flex; align-items: center; gap: 8px;\"\u003e \u003cspan\u003e💰\u003c\/span\u003e \u003cstrong\u003eFair Pricing\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv style=\"display: flex; align-items: center; gap: 8px;\"\u003e \u003cspan\u003e🤝\u003c\/span\u003e \u003cstrong\u003eHelpful Customer Support\u003c\/strong\u003e \u003c\/div\u003e \u003cdiv style=\"display: flex; align-items: center; gap: 8px;\"\u003e \u003cspan\u003e⭐\u003c\/span\u003e \u003cstrong\u003eReal Customer Reviews\u003c\/strong\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cimg style=\"display: block; width: 100%; height: auto; border: 0;\" alt=\"Trusted Quality Guarantee\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_30_39_8cf13b59-735d-4e31-a98e-9c855b4bf678.png?v=1781674748\"\u003e \u003c\/div\u003e \u003cdiv style=\"border: 1px solid #F8D8DC; border-radius: 12px; overflow: hidden; margin-bottom: 16px; background-color: #ffffff; box-shadow: 0 4px 14px rgba(232, 106, 130, 0.05);\"\u003e \u003cdiv style=\"padding: 22px 18px 16px 18px; text-align: center;\"\u003e \u003ch2 style=\"font-size: 19px; color: #2d141c; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 8px 0; font-family: \" fredoka sans-serif\u003eSHOP WITH CONFIDENCE\u003c\/h2\u003e \u003cp style=\"font-size: 13.5px; line-height: 1.6; color: #644b52; margin: 0;\"\u003eQuality-checked products, secure checkout, and friendly support from order to delivery.\u003c\/p\u003e \u003c\/div\u003e \u003cimg style=\"display: block; width: 100%; height: auto; border: 0;\" alt=\"Shop with Confidence\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_06_45.png?v=1781674808\"\u003e \u003c\/div\u003e \u003cdiv style=\"border: 1px solid #F8D8DC; border-radius: 12px; overflow: hidden; background-color: #ffffff; box-shadow: 0 4px 14px rgba(232, 106, 130, 0.05);\"\u003e \u003cdiv style=\"padding: 22px 18px 16px 18px; text-align: center;\"\u003e \u003ch2 style=\"font-size: 19px; color: #2d141c; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; margin: 0 0 12px 0; font-family: \" fredoka sans-serif\u003eSHIPPING \u0026amp; DELIVERY\u003c\/h2\u003e \u003cdiv style=\"display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; line-height: 1.5; color: #644b52; text-align: center;\"\u003e \u003cdiv\u003e📦 Every order is carefully packed and processed promptly.\u003c\/div\u003e \u003cdiv\u003e🚚 Once shipped, you'll receive a tracking number to monitor your package at any time.\u003c\/div\u003e \u003cdiv\u003e🌍 Delivery times may vary by location. Please check our shipping guidelines for details.\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cimg style=\"display: block; width: 100%; height: auto; border: 0;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__12_00_02.png?v=1781674820\" alt=\"Shipping Logistics Tracking\"\u003e \u003cimg style=\"display: block; width: 100%; height: auto; border: 0;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_29_31.png?v=1781674821\" alt=\"Fast Worldwide Delivery\"\u003e \u003c\/div\u003e \u003c\/div\u003e","brand":"WL888","offers":[{"title":"Pink Vitamin Strengthener","offer_id":41833240526981,"sku":"NC01582608273030-粉色硬化甲油","price":19.99,"currency_code":"USD","in_stock":true},{"title":"⚡ Fast Repair Duo (Keratin + 3-in-1) - Save 20%","offer_id":41833240559749,"sku":"NC01582608273030-角蛋白护甲油+三合一强化甲油","price":29.99,"currency_code":"USD","in_stock":true},{"title":"🌸 French Glow Duo (Milky White + Pink) - Save 20%","offer_id":41833240592517,"sku":"NC01582608273030-乳蛋白色强化甲油+粉色硬化甲油","price":29.99,"currency_code":"USD","in_stock":true},{"title":"🔥Complete 4-PCS Salon Kit (Save 40%)","offer_id":41833240625285,"sku":"NC01582608273030-乳蛋白色强化甲油+粉色硬化甲油+角蛋白护甲油+三合一强化甲油","price":45.99,"currency_code":"USD","in_stock":true},{"title":"3-in-1 Base Top Strengthener","offer_id":41833240658053,"sku":"NC01582608273030-三合一强化甲油","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Milky White Hardener","offer_id":41833240690821,"sku":"NC01582608273030-角蛋白护甲油","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Keratin Nail Recovery","offer_id":41833240723589,"sku":"NC01582608273030-乳蛋白色强化甲油","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0595\/8208\/7301\/files\/ChatGPT_Image_2026_8_26__17_18_23_ca699f4d-0772-4b80-bbef-fc05d3ed47f2.png?v=1787817478","url":"https:\/\/noomoriey.com\/zh\/products\/10-in-1-intensive-nail-repair-strengthener-treatment","provider":"noomoriey","version":"1.0","type":"link"}