{"product_id":"richesse-with-cannula-1sy-사본-사본","title":"RICHESSE with Cannula- 1sy","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root{\n    --max: 980px;\n    --ink:#0f172a;\n    --muted:#475569;\n    --line:#d1d5db;\n    --brand:#0b2a5b;\n  }\n\n  *{box-sizing:border-box}\n\n  body{\n    margin:0;\n    font-family:-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Noto Sans KR\", Arial, sans-serif;\n    color:var(--ink);\n    background:#fff;\n    line-height:1.55;\n  }\n\n  img{\n    max-width:100%;\n    height:auto;\n    display:block;\n  }\n\n  .wrap{\n    width:min(var(--max), calc(100% - 32px));\n    margin:0 auto;\n  }\n\n  \/* 상단 배경 아래 본문만 더 넓게 *\/\n  .contentWrap{\n    width:min(1160px, calc(100% - 20px));\n    margin:0 auto;\n  }\n\n  .section{padding:44px 0;}\n  .center{text-align:center}\n  .muted{color:var(--muted)}\n\n  .sr-only{\n    position:absolute;\n    width:1px;\n    height:1px;\n    padding:0;\n    margin:-1px;\n    overflow:hidden;\n    clip:rect(0,0,0,0);\n    border:0;\n    white-space:nowrap;\n  }\n\n  \/* HERO *\/\n  .hero{\n    position:relative;\n    height:clamp(260px, 42vw, 420px);\n    overflow:hidden;\n    background-color:#081120;\n    background-image:url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0826\/3385\/1169\/files\/richesse_filler_bg01.jpg?v=1771844060\");\n    background-position:center;\n    background-repeat:no-repeat;\n    background-size:cover;\n  }\n\n  .hero::before{\n    content:\"\";\n    position:absolute;\n    inset:0;\n    background:rgba(7,14,25,.34);\n  }\n\n  \/* 스크린샷처럼 중앙보다 살짝 위 *\/\n  .hero__inner{\n    position:absolute;\n    top:50%;\n    left:50%;\n    transform:translate(-50%,-50%);\n    z-index:2;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    flex-direction:column;\n    gap:8px;\n    color:#fff;\n    text-align:center;\n    width:100%;\n    padding:24px 16px;\n  }\n\n  \/* 기존보다 약 2\/3 크기 *\/\n  .hero__logo{\n    width:clamp(150px, 24vw, 280px);\n    margin:0 auto 2px;\n    filter:drop-shadow(0 3px 6px rgba(0,0,0,.4));\n  }\n\n.hero__sub{\n  font-size:clamp(12px, 1.5vw, 16px);\n  letter-spacing:.3px;\n  opacity:.95;\n}\n\n.hero__sub,\n.hero__sub strong{\n  color:#ffffff !important;\n}\n\n  .hero__sub strong{\n    font-weight:600;\n  }\n\n  .hero__desc{\n    font-size:clamp(11px, 1.3vw, 13px);\n    line-height:1.55;\n    opacity:.95;\n    color:#ffffff;\n  }\n\n  \/* 카드 *\/\n  .card{\n    background:#fff;\n    border-radius:12px;\n    padding:clamp(18px, 2.4vw, 28px);\n  }\n\n  \/* 제품 이미지 영역 *\/\n  .topRow{\n    display:flex;\n    align-items:flex-start;\n    justify-content:space-between;\n    gap:16px;\n    flex-wrap:wrap;\n    margin-bottom:18px;\n  }\n\n  .products{\n    flex:1 1 100%;\n    display:flex;\n    justify-content:center;\n  }\n\n  .productShot{\n    position:relative;\n    width:min(820px, 100%);\n    margin:0 auto;\n  }\n\n  .productShot \u003e img{\n    width:100%;\n    border-radius:8px;\n    display:block;\n  }\n\n  \/* 좌상단 PNG 로고 오버레이 *\/\n  .productOverlay{\n    position:absolute;\n    top:20px;\n    left:20px;\n    z-index:3;\n    display:flex;\n    align-items:flex-start;\n    gap:14px;\n    pointer-events:none;\n  }\n\n  .productOverlay img{\n    display:block;\n    width:auto;\n    height:auto;\n    max-width:none;\n  }\n\n  .productOverlay .logo-cpnp{width:58px;}\n  .productOverlay .logo-eac{width:56px;}\n\n  \/* 타이틀 \/ 설명 *\/\n  .contentTitle{\n    margin:10px 0 8px;\n    font-size:22px;\n    line-height:1.3;\n    font-weight:700;\n    text-align:center;\n    color:#ffffff;\n    letter-spacing:-0.02em;\n  }\n\n  .para{\n    max-width:920px;\n    margin:14px auto 0;\n    font-size:14px;\n    color:var(--muted);\n    text-align:center;\n  }\n\n  \/* 아이콘 *\/\n  .icons{\n    margin-top:26px;\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:0;\n    align-items:stretch;\n  }\n\n  .iconItem{\n    padding:18px 10px;\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n    justify-content:center;\n    gap:10px;\n    position:relative;\n  }\n\n  .iconItem:not(:last-child)::after{\n    content:\"\";\n    position:absolute;\n    top:18px;\n    bottom:18px;\n    right:0;\n    width:1px;\n    background:var(--line);\n  }\n\n  .iconItem img{\n    width:78px;\n    height:auto;\n  }\n\n  .iconItem .label{\n    font-size:13px;\n    color:var(--brand);\n    font-weight:600;\n    text-align:center;\n    line-height:1.25;\n  }\n\n  \/* 표 *\/\n  .tableWrap{\n    margin-top:24px;\n    overflow:auto;\n    border-top:1px solid var(--line);\n    -webkit-overflow-scrolling:touch;\n  }\n\n  table{\n    width:100%;\n    border-collapse:collapse;\n    min-width:760px;\n    font-size:13px !important;\n  }\n\n  thead th{\n    background:#f3f4f6;\n    color:#111827;\n    font-weight:700;\n    text-align:center;\n    padding:12px 10px;\n    border-bottom:1px solid var(--line);\n    border-right:1px solid var(--line);\n    white-space:nowrap;\n    font-size:13px !important;\n  }\n\n  thead th:last-child{border-right:none;}\n\n  tbody td{\n    padding:12px 10px;\n    border-bottom:1px solid var(--line);\n    border-right:1px solid var(--line);\n    vertical-align:middle;\n    text-align:center;\n    font-size:13px !important;\n  }\n\n  tbody td:first-child{font-weight:700;}\n  tbody td:last-child{\n    border-right:none;\n    text-align:left;\n  }\n\n  .note{\n    font-size:12px;\n    color:#6b7280;\n    margin-top:10px;\n    text-align:center;\n  }\n\n  @media (max-width: 768px){\n    .section{\n      padding:28px 0;\n    }\n\n    .contentWrap{\n      width:calc(100% - 12px);\n    }\n\n    .card{\n      padding:14px 8px 18px;\n    }\n\n    .productShot{\n      width:100%;\n    }\n\n    .contentTitle{\n      font-size:19px;\n      margin-top:4px;\n    }\n\n    .para{\n      max-width:100%;\n      font-size:13px;\n      padding:0 2px;\n    }\n\n    .productOverlay{\n      top:12px;\n      left:12px;\n      gap:10px;\n    }\n\n    .productOverlay .logo-cpnp{width:42px;}\n    .productOverlay .logo-eac{width:40px;}\n\n    .hero{\n      height:clamp(220px, 56vw, 320px);\n    }\n\n    .hero__inner{\n      top:46%;\n    }\n\n    .hero__logo{\n      width:clamp(130px, 40vw, 220px);\n    }\n\n    .hero__sub{\n      font-size:12px;\n    }\n\n    .hero__desc{\n      font-size:11px;\n      line-height:1.55;\n    }\n  }\n\n  @media (max-width: 640px){\n    .icons{\n      grid-template-columns:1fr;\n    }\n\n    .iconItem:not(:last-child)::after{\n      top:auto;\n      bottom:0;\n      left:18px;\n      right:18px;\n      height:1px;\n      width:auto;\n    }\n\n    table{\n      min-width:700px;\n    }\n  }\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cheader aria-label=\"RICHESSE hero banner\" class=\"hero\"\u003e\n\u003cdiv class=\"hero__inner\"\u003e\n\u003cimg alt=\"RICHESSE logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0826\/3385\/1169\/files\/richesse_logo.png?v=1772091187\" class=\"hero__logo\"\u003e\n\u003cdiv class=\"hero__sub\"\u003e\u003cstrong\u003eSoft · Deep · Implant · Ultra\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero__desc\"\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003ePremium Dermal Filler\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eHigh-Quality, Superior Results\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003cmain class=\"section\"\u003e\n\u003cdiv class=\"contentWrap\"\u003e\n\u003csection aria-labelledby=\"richesse-product-title\" class=\"card\"\u003e\n\u003cdiv class=\"topRow\"\u003e\n\u003cdiv class=\"products\"\u003e\n\u003cdiv class=\"productShot\"\u003e\n\u003cdiv aria-hidden=\"true\" class=\"productOverlay\"\u003e\n\u003cimg alt=\"\" class=\"logo-cpnp\"\u003e \u003cimg alt=\"\" class=\"logo-eac\"\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"RICHESSE hyaluronic acid dermal filler product packaging for Soft, Deep, Implant, and Ultra\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0826\/3385\/1169\/files\/richesse_filler_030deddb-ff82-4dac-b24f-15d01158ccb0.jpg?v=1774336898\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"contentTitle\" id=\"richesse-product-title\"\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003eRICHESSE Dermal Filler\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"para\"\u003e\u003cstrong\u003eRICHESSE™\u003c\/strong\u003e is designed with advanced HBCT (Hexagonal Block Crosslinking Technology), which enhances the stability and longevity of the filler. Made from premium HTL France raw materials, it ensures the highest quality and purity of hyaluronic acid. The innovative soft injection technology facilitates smooth and precise injection, while the thorough removal of BDDE significantly improves safety and minimizes potential risks, offering a reliable and effective filler experience.\u003c\/p\u003e\n\u003cdiv aria-label=\"RICHESSE product feature icons\" class=\"icons\"\u003e\n\u003cdiv class=\"iconItem\"\u003e\n\u003cimg alt=\"Purity icon for RICHESSE dermal filler\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0826\/3385\/1169\/files\/filler_icon01.jpg?v=1773632635\"\u003e\n\u003cdiv class=\"label\"\u003eBDDE-Free\u003cbr\u003ePurity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iconItem\"\u003e\n\u003cimg alt=\"Soft injection icon for RICHESSE dermal filler\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0826\/3385\/1169\/files\/filler_icon02.jpg?v=1773632635\"\u003e\n\u003cdiv class=\"label\"\u003eSoft\u003cbr\u003eInjection\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"iconItem\"\u003e\n\u003cimg alt=\"Safety icon for RICHESSE dermal filler\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0826\/3385\/1169\/files\/filler_icon03.jpg?v=1773632635\"\u003e\n\u003cdiv class=\"label\"\u003eEnhanced\u003cbr\u003eSafety\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv aria-label=\"RICHESSE product specification table\" role=\"region\" class=\"tableWrap\" tabindex=\"0\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eModel Name\u003c\/th\u003e\n\u003cth\u003ePackaging Unit\u003c\/th\u003e\n\u003cth\u003eHA\u003cbr\u003eConcentration\u003c\/th\u003e\n\u003cth\u003eLidocaine\u003cbr\u003eConcentration\u003c\/th\u003e\n\u003cth\u003eTreatment Area\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eRICHESSE™ Soft\u003c\/td\u003e\n\u003ctd\u003e1.1mL x 1syr \/ 30G x 2ea\u003c\/td\u003e\n\u003ctd\u003e24mg \/ mL\u003c\/td\u003e\n\u003ctd\u003e3mg \/ mL\u003c\/td\u003e\n\u003ctd\u003eGlabellar lines, forehead lines, tear troughs, under-eye area, and marionette lines\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRICHESSE™ Deep\u003c\/td\u003e\n\u003ctd\u003e1.1mL x 1syr \/ 27G x 1ea, 1 Cannula\u003c\/td\u003e\n\u003ctd\u003e24mg \/ mL\u003c\/td\u003e\n\u003ctd\u003e3mg \/ mL\u003c\/td\u003e\n\u003ctd\u003eLip volumizing, nasolabial folds, and cheeks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRICHESSE™ Implant\u003c\/td\u003e\n\u003ctd\u003e1.1mL x 1syr \/ 25G x 1ea, 1 Cannula\u003c\/td\u003e\n\u003ctd\u003e24mg \/ mL\u003c\/td\u003e\n\u003ctd\u003e3mg \/ mL\u003c\/td\u003e\n\u003ctd\u003eChin, nose, jawline, and forehead\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRICHESSE™ Ultra\u003c\/td\u003e\n\u003ctd\u003e1.1mL x 1syr \/ 25G x 1ea, 1 Cannula\u003c\/td\u003e\n\u003ctd\u003e24mg \/ mL\u003c\/td\u003e\n\u003ctd\u003e3mg \/ mL\u003c\/td\u003e\n\u003ctd\u003eDeep wrinkles and dented areas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"note\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/main\u003e","brand":"JDBIO","offers":[{"title":"Default Title","offer_id":52401217208609,"sku":null,"price":27.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0826\/3385\/1169\/files\/Richesse-2.png?v=1745310476","url":"https:\/\/en.jdbio.com\/products\/richesse-with-cannula-1sy-%ec%82%ac%eb%b3%b8-%ec%82%ac%eb%b3%b8","provider":"JDBIO Co., Ltd. ENG","version":"1.0","type":"link"}