{"product_id":"rare-beauty-soft-pinch-liquid-contour-maquillaje-contouring-liquido","title":"Rare Beauty Soft Pinch Liquid Contour","description":"\u003cstyle\u003e\n  .pd {\n    --ac: #e64bbf;\n    --ac2: #ff9ad9;\n    --ac-soft: #fdf0f9;\n    --ac-soft2: #fff5fb;\n    --text: #111;\n    --muted: #6b6b6b;\n    --border: #ebebeb;\n    --surface: #fafafa;\n    --teal-soft: #e8f8f2;\n    --teal: #0f6e56;\n    --purple-soft: #f0eeff;\n    --purple: #5340c0;\n    --gold-soft: #fef9e7;\n    --gold: #9a6800;\n    --green-soft: #f0faf4;\n    --green: #1a7a4a;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    color: var(--text);\n    font-size: 15px;\n    line-height: 1.7;\n    max-width: 680px;\n  }\n  .pd * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* ── HERO ── *\/\n  .pd-hero {\n    background: linear-gradient(135deg, var(--ac-soft) 0%, var(--ac-soft2) 100%);\n    border-radius: 14px;\n    padding: 24px 28px;\n    margin-bottom: 28px;\n    border-left: 3px solid var(--ac);\n  }\n  .pd-hero-eyebrow {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--ac);\n    margin-bottom: 10px;\n  }\n  .pd-hero-title {\n    font-size: 22px;\n    font-weight: 800;\n    line-height: 1.25;\n    color: var(--text);\n    margin-bottom: 12px;\n    letter-spacing: -0.02em;\n  }\n  .pd-hero-title em {\n    font-style: normal;\n    background: linear-gradient(90deg, var(--ac), var(--ac2));\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n  }\n  .pd-hero-body { font-size: 14px; color: var(--muted); line-height: 1.75; }\n  .pd-hero-body strong { color: var(--text); font-weight: 700; }\n  .pd-hero-note {\n    margin-top: 12px;\n    font-size: 12px;\n    color: var(--muted);\n    font-style: italic;\n  }\n\n  \/* ── SECTION LABEL ── *\/\n  .pd-section-label {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--ac);\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .pd-section-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }\n\n  \/* ── CERTS ── *\/\n  .pd-certs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }\n  .pd-cert {\n    display: inline-flex; align-items: center; gap: 5px;\n    font-size: 12px; font-weight: 700; padding: 6px 13px;\n    border-radius: 99px; border: 1px solid;\n  }\n  .pd-cert--teal   { background: var(--teal-soft);   color: var(--teal);   border-color: #b4e4d2; }\n  .pd-cert--purple { background: var(--purple-soft);  color: var(--purple); border-color: #cec5f5; }\n  .pd-cert--pink   { background: var(--ac-soft);      color: #c7238e;       border-color: #f8c8e8; }\n  .pd-cert--gray   { background: var(--surface);      color: var(--muted);  border-color: var(--border); }\n  .pd-cert--gold   { background: var(--gold-soft);    color: var(--gold);   border-color: #f5d97a; }\n\n  \/* ── APPLICATOR CALLOUT ── *\/\n  .pd-callout {\n    display: flex; align-items: center; gap: 16px;\n    background: var(--purple-soft); border: 1px solid #cec5f5;\n    border-radius: 12px; padding: 16px 20px; margin-bottom: 28px;\n  }\n  .pd-callout-icon { font-size: 32px; flex-shrink: 0; line-height: 1; }\n  .pd-callout-title { font-size: 14px; font-weight: 700; color: var(--purple); margin-bottom: 3px; }\n  .pd-callout-desc  { font-size: 12px; color: #6848c4; line-height: 1.5; }\n\n  \/* ── BENEFIT GRID ── *\/\n  .pd-benefits {\n    display: grid; grid-template-columns: repeat(2, 1fr);\n    gap: 10px; margin-bottom: 28px;\n  }\n  .pd-benefit {\n    display: flex; align-items: flex-start; gap: 10px;\n    background: var(--surface); border: 1px solid var(--border);\n    border-radius: 10px; padding: 12px 14px;\n  }\n  .pd-benefit:hover { border-color: #f8c8e8; }\n  .pd-benefit-icon {\n    width: 32px; height: 32px; border-radius: 8px;\n    background: var(--ac-soft); display: flex;\n    align-items: center; justify-content: center;\n    flex-shrink: 0; font-size: 15px;\n  }\n  .pd-benefit-title { font-size: 13px; font-weight: 700; color: var(--text); line-height: 1.3; margin-bottom: 2px; }\n  .pd-benefit-sub   { font-size: 11px; color: var(--muted); line-height: 1.4; }\n\n  \/* ── STEPS ── *\/\n  .pd-steps { margin-bottom: 14px; }\n  .pd-step {\n    display: flex; gap: 14px; align-items: flex-start;\n    padding: 14px 0; border-bottom: 1px solid var(--border);\n  }\n  .pd-step:last-child { border-bottom: none; }\n  .pd-step-num {\n    width: 28px; height: 28px; border-radius: 50%;\n    background: var(--ac); color: #fff; font-size: 12px;\n    font-weight: 800; display: flex; align-items: center;\n    justify-content: center; flex-shrink: 0; margin-top: 1px;\n  }\n  .pd-step-text { font-size: 14px; color: var(--text); line-height: 1.65; padding-top: 3px; }\n  .pd-step-text strong { color: var(--ac); font-weight: 700; }\n\n  \/* ── TIPS ── *\/\n  .pd-tips { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }\n  .pd-tip {\n    background: var(--ac-soft); border-radius: 10px;\n    padding: 13px 16px; display: flex; gap: 10px; align-items: flex-start;\n  }\n  .pd-tip-icon { font-size: 15px; flex-shrink: 0; margin-top: 1px; }\n  .pd-tip-body { font-size: 13px; color: #8a1060; line-height: 1.6; }\n  .pd-tip-body strong { font-weight: 700; }\n\n  \/* ── STATS ── *\/\n  .pd-stats {\n    display: grid; grid-template-columns: repeat(2, 1fr);\n    gap: 12px; margin-bottom: 28px;\n  }\n  .pd-stat {\n    background: var(--green-soft); border: 1px solid #b8e6d3;\n    border-radius: 10px; padding: 14px 12px; text-align: center;\n  }\n  .pd-stat-num {\n    font-size: 28px; font-weight: 800;\n    background: linear-gradient(135deg, var(--green), #0a4f33);\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n    line-height: 1;\n    margin-bottom: 6px;\n  }\n  .pd-stat-label { font-size: 11px; color: #0f6e56; line-height: 1.4; font-weight: 600; }\n\n  \/* ── SHADES ── *\/\n  .pd-shades { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }\n  .pd-shade {\n    display: flex; align-items: center; gap: 12px;\n    background: var(--surface); border: 1px solid var(--border);\n    border-radius: 10px; padding: 10px 14px;\n  }\n  .pd-shade-swatch {\n    width: 36px; height: 36px; border-radius: 8px;\n    border: 2px solid #fff; box-shadow: 0 0 0 1px var(--border);\n    flex-shrink: 0;\n  }\n  .pd-shade-name { font-size: 13px; font-weight: 700; color: var(--text); flex: 1; }\n  .pd-shade-desc { font-size: 11px; color: var(--muted); }\n\n  \/* ── KEY INGREDIENTS ── *\/\n  .pd-key-ings { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }\n  .pd-ki-card {\n    display: flex; gap: 12px; align-items: flex-start;\n    background: var(--surface); border: 1px solid var(--border);\n    border-radius: 10px; padding: 13px 15px;\n  }\n  .pd-ki-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; margin-top: 5px; }\n  .pd-ki-name { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 3px; }\n  .pd-ki-desc { font-size: 12px; color: var(--muted); line-height: 1.5; }\n\n  \/* ── FREE-FROM ── *\/\n  .pd-freefrom { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 28px; }\n  .pd-ff {\n    font-size: 11px; font-weight: 600; padding: 4px 10px;\n    border-radius: 99px; background: #f4f4f4; color: var(--muted);\n    border: 1px solid var(--border);\n  }\n  .pd-ff::before { content: '✕ '; }\n\n  \/* ── INCI ── *\/\n  .pd-inci-block {\n    background: var(--surface); border: 1px solid var(--border);\n    border-radius: 12px; padding: 18px 20px; margin-bottom: 4px;\n  }\n  .pd-inci-text   { font-size: 11.5px; line-height: 1.85; color: var(--muted); word-break: break-word; }\n  .pd-inci-note   { margin-top: 10px; font-size: 11px; font-style: italic; color: #aaa; }\n\n  @media (max-width: 480px) {\n    .pd-benefits { grid-template-columns: 1fr; }\n    .pd-stats { grid-template-columns: 1fr; }\n    .pd-hero { padding: 18px; }\n    .pd-hero-title { font-size: 18px; }\n    .pd-callout { flex-direction: column; gap: 8px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pd\"\u003e\n\n  \u003c!-- ══ HERO ══ --\u003e\n  \u003cdiv class=\"pd-hero\"\u003e\n    \u003cdiv class=\"pd-hero-eyebrow\"\u003eLiquid contour · The blush formula, but for contour\u003c\/div\u003e\n    \u003ch2 class=\"pd-hero-title\"\u003eNatural shadows.\u003cbr\u003e\u003cem\u003ePerfectly sculpted look.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"pd-hero-body\"\u003e\n      Liquid contour with the \u003cstrong\u003esame airy formula as the beloved Soft Pinch Liquid Blush\u003c\/strong\u003e, \n      but designed to create \u003cstrong\u003enatural shadows and dimension\u003c\/strong\u003e. Define cheekbones, jawline, nose, and forehead\n      with a finish that looks like it's \u003cstrong\u003ecoming from your own skin\u003c\/strong\u003e — never dull, patchy, greasy, or cakey.\n    \u003c\/p\u003e\n    \u003cp class=\"pd-hero-note\"\u003e🌸 With the same Botanical Blend of lotus, gardenia, and white water lily to soothe and nourish the skin.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ APPLICATOR CALLOUT ══ --\u003e\n  \u003cdiv class=\"pd-callout\"\u003e\n    \u003cdiv class=\"pd-callout-icon\"\u003e🎯\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"pd-callout-title\"\u003eSmart dual-ended applicator\u003c\/div\u003e\n      \u003cdiv class=\"pd-callout-desc\"\u003eBack side with a narrow tip for precise application on the nose and jawline. Flat front side for broad sweeps on cheeks and forehead. Maximum versatility in a single applicator.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ CERTS ══ --\u003e\n  \u003cdiv class=\"pd-certs\"\u003e\n    \u003cspan class=\"pd-cert pd-cert--teal\"\u003e🌿 Vegan\u003c\/span\u003e\n    \u003cspan class=\"pd-cert pd-cert--teal\"\u003e🐰 Cruelty-free\u003c\/span\u003e\n    \u003cspan class=\"pd-cert pd-cert--purple\"\u003e🔬 Derm-tested\u003c\/span\u003e\n    \u003cspan class=\"pd-cert pd-cert--gray\"\u003e✓ Sensitive skin\u003c\/span\u003e\n    \u003cspan class=\"pd-cert pd-cert--pink\"\u003e⏱ Long-lasting\u003c\/span\u003e\n    \u003cspan class=\"pd-cert pd-cert--gray\"\u003e👁 Eyeshadow\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ BENEFICIOS ══ --\u003e\n  \u003cdiv class=\"pd-section-label\"\u003eBenefits\u003c\/div\u003e\n  \u003cdiv class=\"pd-benefits\"\u003e\n    \u003cdiv class=\"pd-benefit\"\u003e\n      \u003cdiv class=\"pd-benefit-icon\"\u003e🪶\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-benefit-title\"\u003eUltralight and weightless\u003c\/div\u003e\n        \u003cdiv class=\"pd-benefit-sub\"\u003eMelds with skin without weight or a pasty feel\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-benefit\"\u003e\n      \u003cdiv class=\"pd-benefit-icon\"\u003e🌫\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-benefit-title\"\u003eNatural, true shadows\u003c\/div\u003e\n        \u003cdiv class=\"pd-benefit-sub\"\u003eCreates depth as if it were your own shadows\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-benefit\"\u003e\n      \u003cdiv class=\"pd-benefit-icon\"\u003e🎨\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-benefit-title\"\u003ePerfectly buildable\u003c\/div\u003e\n        \u003cdiv class=\"pd-benefit-sub\"\u003eFrom subtle to dramatic as needed\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-benefit\"\u003e\n      \u003cdiv class=\"pd-benefit-icon\"\u003e✨\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-benefit-title\"\u003eStreak-free guaranteed\u003c\/div\u003e\n        \u003cdiv class=\"pd-benefit-sub\"\u003eBlends evenly without streaks or patches\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-benefit\"\u003e\n      \u003cdiv class=\"pd-benefit-icon\"\u003e🔄\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-benefit-title\"\u003ePerfect layering\u003c\/div\u003e\n        \u003cdiv class=\"pd-benefit-sub\"\u003eBlends under and over makeup without disturbing it\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-benefit\"\u003e\n      \u003cdiv class=\"pd-benefit-icon\"\u003e⏱\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-benefit-title\"\u003eLong-lasting pigments\u003c\/div\u003e\n        \u003cdiv class=\"pd-benefit-sub\"\u003eStays put all day without fading\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ RESULTADOS CLÍNICOS ══ --\u003e\n  \u003cdiv class=\"pd-section-label\"\u003eClinical Results\u003c\/div\u003e\n  \u003cdiv class=\"pd-stats\"\u003e\n    \u003cdiv class=\"pd-stat\"\u003e\n      \u003cdiv class=\"pd-stat-num\"\u003e100%\u003c\/div\u003e\n      \u003cdiv class=\"pd-stat-label\"\u003eDoes not disturb base makeup\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-stat\"\u003e\n      \u003cdiv class=\"pd-stat-num\"\u003e98%\u003c\/div\u003e\n      \u003cdiv class=\"pd-stat-label\"\u003eBlends perfectly over and under makeup\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ CÓMO APLICARLO ══ --\u003e\n  \u003cdiv class=\"pd-section-label\"\u003eHow to apply\u003c\/div\u003e\n  \u003cdiv class=\"pd-steps\"\u003e\n    \u003cdiv class=\"pd-step\"\u003e\n      \u003cdiv class=\"pd-step-num\"\u003e1\u003c\/div\u003e\n      \u003cdiv class=\"pd-step-text\"\u003eApply \u003cstrong\u003edots or strokes with the applicator\u003c\/strong\u003e to the natural contours of the face (hollows of cheeks, jawline, sides of nose, temples, forehead).\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-step\"\u003e\n      \u003cdiv class=\"pd-step-num\"\u003e2\u003c\/div\u003e\n      \u003cdiv class=\"pd-step-text\"\u003eBlend with a \u003cstrong\u003ebrush or makeup sponge\u003c\/strong\u003e using gentle circular motions until completely melted into the skin.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-step\"\u003e\n      \u003cdiv class=\"pd-step-num\"\u003e3\u003c\/div\u003e\n      \u003cdiv class=\"pd-step-text\"\u003eGradually build up by \u003cstrong\u003eadding more product\u003c\/strong\u003e where you need greater depth and dimension — remember a little goes a long way.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-step\"\u003e\n      \u003cdiv class=\"pd-step-num\"\u003e4\u003c\/div\u003e\n      \u003cdiv class=\"pd-step-text\"\u003eUse the \u003cstrong\u003eback tip of the applicator for precision\u003c\/strong\u003e (nose, jawline) and the front side for broad sweeps (cheeks, forehead).\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ TRUCOS ══ --\u003e\n  \u003cdiv class=\"pd-section-label\"\u003ePro tips\u003c\/div\u003e\n  \u003cdiv class=\"pd-tips\"\u003e\n    \u003cdiv class=\"pd-tip\"\u003e\n      \u003cdiv class=\"pd-tip-icon\"\u003e💡\u003c\/div\u003e\n      \u003cdiv class=\"pd-tip-body\"\u003eApply \u003cstrong\u003ebefore or after makeup\u003c\/strong\u003e — the buildable and streak-free formula blends perfectly at any point in your routine.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-tip\"\u003e\n      \u003cdiv class=\"pd-tip-icon\"\u003e👁\u003c\/div\u003e\n      \u003cdiv class=\"pd-tip-body\"\u003eAlso use as \u003cstrong\u003eeyeshadow\u003c\/strong\u003e on eyelids to add natural dimension and depth (NOTE: do not use Peaceful or Sublime shades near the eyes).\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-tip\"\u003e\n      \u003cdiv class=\"pd-tip-icon\"\u003e🎭\u003c\/div\u003e\n      \u003cdiv class=\"pd-tip-body\"\u003eFor a \u003cstrong\u003enatural lifting effect\u003c\/strong\u003e, apply to the temples and blend upwards — creates shadows that visually lift the features.\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-tip\"\u003e\n      \u003cdiv class=\"pd-tip-icon\"\u003e🔥\u003c\/div\u003e\n      \u003cdiv class=\"pd-tip-body\"\u003eCombine with \u003cstrong\u003eSoft Pinch Liquid Blush\u003c\/strong\u003e for a complete dimension look: contour in hollow areas + blush on cheeks = perfectly sculpted face.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ TONOS DISPONIBLES ══ --\u003e\n  \u003cdiv class=\"pd-section-label\"\u003eAvailable shades (6 shades)\u003c\/div\u003e\n  \u003cdiv class=\"pd-shades\"\u003e\n    \u003cdiv class=\"pd-shade\"\u003e\n      \u003cdiv class=\"pd-shade-swatch\" style=\"background: linear-gradient(135deg, #c9b5ad, #b09d95);\"\u003e\u003c\/div\u003e\n      \u003cdiv style=\"flex:1;\"\u003e\n        \u003cdiv class=\"pd-shade-name\"\u003eGentle\u003c\/div\u003e\n        \u003cdiv class=\"pd-shade-desc\"\u003eLight skin — cool taupe\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-shade\"\u003e\n      \u003cdiv class=\"pd-shade-swatch\" style=\"background: linear-gradient(135deg, #c7a89a, #b29584);\"\u003e\u003c\/div\u003e\n      \u003cdiv style=\"flex:1;\"\u003e\n        \u003cdiv class=\"pd-shade-name\"\u003eMellow\u003c\/div\u003e\n        \u003cdiv class=\"pd-shade-desc\"\u003eLight-medium skin — cool brown\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-shade\"\u003e\n      \u003cdiv class=\"pd-shade-swatch\" style=\"background: linear-gradient(135deg, #b89a8a, #a58776);\"\u003e\u003c\/div\u003e\n      \u003cdiv style=\"flex:1;\"\u003e\n        \u003cdiv class=\"pd-shade-name\"\u003eSolace\u003c\/div\u003e\n        \u003cdiv class=\"pd-shade-desc\"\u003eMedium skin — cool taupe\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-shade\"\u003e\n      \u003cdiv class=\"pd-shade-swatch\" style=\"background: linear-gradient(135deg, #a8826e, #956f5c);\"\u003e\u003c\/div\u003e\n      \u003cdiv style=\"flex:1;\"\u003e\n        \u003cdiv class=\"pd-shade-name\"\u003eSerene\u003c\/div\u003e\n        \u003cdiv class=\"pd-shade-desc\"\u003eMedium skin — neutral brown\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-shade\"\u003e\n      \u003cdiv class=\"pd-shade-swatch\" style=\"background: linear-gradient(135deg, #8b6857, #785749);\"\u003e\u003c\/div\u003e\n      \u003cdiv style=\"flex:1;\"\u003e\n        \u003cdiv class=\"pd-shade-name\"\u003eTranquil\u003c\/div\u003e\n        \u003cdiv class=\"pd-shade-desc\"\u003eMedium-dark skin — cool brown\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-shade\"\u003e\n      \u003cdiv class=\"pd-shade-swatch\" style=\"background: linear-gradient(135deg, #6d4f41, #5a3e32);\"\u003e\u003c\/div\u003e\n      \u003cdiv style=\"flex:1;\"\u003e\n        \u003cdiv class=\"pd-shade-name\"\u003ePeaceful\u003c\/div\u003e\n        \u003cdiv class=\"pd-shade-desc\"\u003eDark skin — neutral brown (do not use on eyes)\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ LIBRE DE ══ --\u003e\n  \u003cdiv class=\"pd-section-label\"\u003eFree from\u003c\/div\u003e\n  \u003cdiv class=\"pd-freefrom\"\u003e\n    \u003cspan class=\"pd-ff\"\u003eParabens\u003c\/span\u003e\n    \u003cspan class=\"pd-ff\"\u003eFormaldehydes\u003c\/span\u003e\n    \u003cspan class=\"pd-ff\"\u003ePhthalates\u003c\/span\u003e\n    \u003cspan class=\"pd-ff\"\u003eMineral oil\u003c\/span\u003e\n    \u003cspan class=\"pd-ff\"\u003eSulfates (SLS \u0026 SLES)\u003c\/span\u003e\n    \u003cspan class=\"pd-ff\"\u003eSynthetic fragrances (\u0026lt;1%)\u003c\/span\u003e\n    \u003cspan class=\"pd-ff\"\u003eAnimal ingredients\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ INGREDIENTES DESTACADOS ══ --\u003e\n  \u003cdiv class=\"pd-section-label\"\u003eHighlighted Ingredients\u003c\/div\u003e\n  \u003cdiv class=\"pd-key-ings\"\u003e\n    \u003cdiv class=\"pd-ki-card\"\u003e\n      \u003cdiv class=\"pd-ki-dot\" style=\"background:#f9c8e8;\"\u003e\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-ki-name\"\u003eLotus Flower Extract (Nelumbo Nucifera Flower Extract)\u003c\/div\u003e\n        \u003cdiv class=\"pd-ki-desc\"\u003eBotanical ingredient that soothes skin and reduces redness, providing antioxidant and calming properties.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-ki-card\"\u003e\n      \u003cdiv class=\"pd-ki-dot\" style=\"background:#fff5e6;\"\u003e\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-ki-name\"\u003eGardenia Extract (Gardenia Florida Fruit Extract)\u003c\/div\u003e\n        \u003cdiv class=\"pd-ki-desc\"\u003eNourishes and softens the skin while providing antioxidant benefits for a healthier, more radiant complexion.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-ki-card\"\u003e\n      \u003cdiv class=\"pd-ki-dot\" style=\"background:#e8f4f8;\"\u003e\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-ki-name\"\u003eWhite Water Lily Extract (Nymphaea Odorata Root Extract)\u003c\/div\u003e\n        \u003cdiv class=\"pd-ki-desc\"\u003eCalms and balances sensitive skin, reducing irritation and providing light hydration without clogging pores.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-ki-card\"\u003e\n      \u003cdiv class=\"pd-ki-dot\" style=\"background:#fef3c7;\"\u003e\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-ki-name\"\u003eSunflower Seed Oil (Helianthus Annuus Seed Oil)\u003c\/div\u003e\n        \u003cdiv class=\"pd-ki-desc\"\u003eRich in vitamin E, it protects the skin from oxidative damage while maintaining natural hydration and softness.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-ki-card\"\u003e\n      \u003cdiv class=\"pd-ki-dot\" style=\"background:#f5f0e8;\"\u003e\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"pd-ki-name\"\u003eIron Oxides\u003c\/div\u003e\n        \u003cdiv class=\"pd-ki-desc\"\u003eNatural mineral pigments (red, yellow, black) that create the perfect \"shadow\" tones for contouring.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ INCI ══ --\u003e\n  \u003cdiv class=\"pd-section-label\"\u003eFull Ingredients (INCI)\u003c\/div\u003e\n  \u003cdiv class=\"pd-inci-block\"\u003e\n    \u003cp class=\"pd-inci-text\"\u003e\n      HYDROGENATED POLYISOBUTENE,\n      HYDROGENATED POLY(C6-14 OLEFIN),\n      MICA,\n      OCTYLDODECANOL,\n      HYDROGENATED STYRENE\/ISOPRENE COPOLYMER,\n      TRIMETHYLSILOXYSILICATE,\n      ISODODECANE,\n      DISTEARDIMONIUM HECTORITE,\n      SORBITAN SESQUIOLEATE,\n      1,2-HEXANEDIOL,\n      TOCOPHEROL,\n      PROPYLENE CARBONATE,\n      TRIETHOXYCAPRYLYLSILANE,\n      \u003cstrong style=\"color:var(--text);\"\u003eHELIANTHUS ANNUUS (SUNFLOWER) SEED OIL\u003c\/strong\u003e,\n      ALUMINUM HYDROXIDE,\n      PENTAERYTHRITYL TETRA-DI-T-BUTYL HYDROXYHYDROCINNAMATE,\n      \u003cstrong style=\"color:var(--text);\"\u003eGARDENIA FLORIDA FRUIT EXTRACT\u003c\/strong\u003e,\n      \u003cstrong style=\"color:var(--text);\"\u003eNELUMBO NUCIFERA FLOWER EXTRACT\u003c\/strong\u003e,\n      \u003cstrong style=\"color:var(--text);\"\u003eNYMPHAEA ODORATA ROOT EXTRACT\u003c\/strong\u003e,\n      \u003cstrong style=\"color:var(--text);\"\u003eIRON OXIDES (CI 77492, CI 77499, CI 77491)\u003c\/strong\u003e,\n      TITANIUM DIOXIDE (CI 77891).\n    \u003c\/p\u003e\n    \u003cp class=\"pd-inci-note\"\u003eProduct packaging and materials may contain additional and\/or different information. Always read product labels, warnings, and instructions before use.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Rare Beauty","offers":[{"title":"Gentle","offer_id":54084379672851,"sku":"200001176:29#Gentle","price":24.95,"currency_code":"EUR","in_stock":false},{"title":"Mellow","offer_id":54084379705619,"sku":"200001176:100013777#Mellow","price":24.95,"currency_code":"EUR","in_stock":false},{"title":"Solace","offer_id":54084379738387,"sku":"200001176:365016#Solace","price":24.95,"currency_code":"EUR","in_stock":false},{"title":"Serene","offer_id":54084379771155,"sku":"200001176:496#Serene","price":24.95,"currency_code":"EUR","in_stock":false},{"title":"Calm","offer_id":54084379803923,"sku":"200001176:10#Tranquil","price":24.95,"currency_code":"EUR","in_stock":false},{"title":"Tranquilo","offer_id":54084379836691,"sku":"200001176:175#Peaceful","price":24.95,"currency_code":"EUR","in_stock":false},{"title":"Sublime","offer_id":54084379869459,"sku":"200001176:173#Sublime","price":24.95,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0985\/8826\/2675\/files\/S520df1e2d40644228a0b747aa8d57f4dv.webp?v=1777860260","url":"https:\/\/outletbeautyshop.com\/en\/products\/rare-beauty-soft-pinch-liquid-contour-maquillaje-contouring-liquido","provider":"OutletBeautyShop","version":"1.0","type":"link"}