{"product_id":"rechargeable-electric-heated-eyelash-curler","title":"Rechargeable Electric Heated Eyelash Curler - Perfect Lash Curl in Seconds 👁️✨","description":"\u003cstyle\u003e   \/* =====================================================      ELECTRIC HEATED EYELASH CURLER — WARM GLAM VANITY EDITION      配色说明：以「香槟金 + 深咖棕」为主轴，呼应'加热瞬间定型'的      温感体验与'睫毛上扬、精致上镜'的美妆仪式感，区别于粉调彩妆      页与灰调仪器页，给这支'加热美睫工具'独立的高级气质。      所有交互效果均为纯 CSS，文字与图片内容完全未改动。      ===================================================== *\/    .lc-page {     --accent: #b98a4c;     --accent-dark: #8c6934;     --accent-light: #faf2e2;      --heading: #2b2119;     --text: #4b3f36;     --muted: #8a7b6c;     --border: #ece2d2;     --soft-bg: #faf7f0;     --white: #ffffff;     --shadow: 0 14px 34px rgba(43, 33, 25, 0.09);      width: 100%;     max-width: 960px;     margin: 0 auto;     overflow: hidden;     background: var(--white);     color: var(--text);     font-family: Arial, Helvetica, sans-serif;     font-size: 18px;     line-height: 1.65;   }    .lc-page,   .lc-page * {     box-sizing: border-box;   }    .lc-page img {     display: block;     width: 100%;     height: auto;   }    .lc-container {     width: 100%;     max-width: 860px;     margin: 0 auto;     padding: 0 20px;   }    \/* =====================================================      HERO      ===================================================== *\/    .lc-hero {     padding: 48px 0 44px;     background:       radial-gradient(circle at 50% 0%, rgba(185, 138, 76, 0.12), transparent 55%),       linear-gradient(180deg, #fdfbf7 0%, #ffffff 100%);   }    .lc-hero h1 {     max-width: 720px;     margin: 0 auto 14px;     color: var(--heading);     font-family: Georgia, 'Times New Roman', serif;     font-size: 32px;     font-weight: 600;     line-height: 1.3;     letter-spacing: -0.01em;     text-align: center;   }    .lc-hero-subtitle {     max-width: 660px;     margin: 0 auto 28px;     color: var(--muted);     font-size: 18px;     line-height: 1.7;     text-align: center;   }    .lc-hero-media-wrap {     position: relative;     max-width: 480px;     margin: 0 auto;   }    \/* soft warming glow, referencing the curler's heating technology *\/   .lc-hero-media-wrap::before {     content: '';     position: absolute;     inset: -18px;     z-index: 0;     border-radius: 16px;     background: radial-gradient(circle, rgba(185, 138, 76, 0.30) 0%, transparent 70%);     filter: blur(6px);     animation: lc-warm-glow 3.4s ease-in-out infinite;   }    @keyframes lc-warm-glow {     0%, 100% { opacity: 0.5; transform: scale(0.97); }     50% { opacity: 1; transform: scale(1.02); }   }    .lc-media {     position: relative;     z-index: 1;     overflow: hidden;     border: 1px solid var(--border);     border-radius: 12px;     background: var(--soft-bg);     box-shadow: var(--shadow);     transition: transform 0.35s ease, box-shadow 0.35s ease;   }    .lc-media:hover {     transform: translateY(-4px);     box-shadow: 0 20px 40px rgba(43, 33, 25, 0.14);   }    .lc-media img {     transition: transform 0.5s ease;   }    .lc-media:hover img {     transform: scale(1.045);   }    \/* =====================================================      FEATURES — connected rail      ===================================================== *\/    .lc-features {     padding: 52px 0 44px;     background: var(--soft-bg);   }    .lc-feature-track {     position: relative;     max-width: 780px;     margin: 0 auto;   }    .lc-feature-track::before {     content: '';     position: absolute;     top: 10px;     bottom: 10px;     left: 15px;     width: 2px;     background: linear-gradient(180deg, var(--accent) 0%, var(--border) 100%);     opacity: 0.6;   }    .lc-feature {     position: relative;     padding-left: 46px;     margin-bottom: 40px;   }    .lc-feature:last-child {     margin-bottom: 0;   }    .lc-feature-mark {     position: absolute;     left: 0;     top: 2px;     display: flex;     align-items: center;     justify-content: center;     width: 32px;     height: 32px;     border-radius: 50%;     background: var(--white);     border: 2px solid var(--accent);     color: var(--accent-dark);     font-size: 14px;     box-shadow: 0 4px 10px rgba(43, 33, 25, 0.08);   }    .lc-feature-copy {     margin-bottom: 16px;   }    .lc-feature-copy h2 {     margin: 0 0 8px;     color: var(--heading);     font-family: Georgia, 'Times New Roman', serif;     font-size: 23px;     font-weight: 600;     letter-spacing: 0.01em;     line-height: 1.3;   }    .lc-feature-copy p {     margin: 0;     color: var(--text);     font-size: 17px;     line-height: 1.75;   }    .lc-feature-media.lc-media-pair {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 10px;   }    \/* =====================================================      SPECIFICATIONS      ===================================================== *\/    .lc-specs {     padding: 52px 0 30px;   }    .lc-specs h2 {     margin: 0 0 24px;     color: var(--heading);     font-family: Georgia, 'Times New Roman', serif;     font-size: 28px;     font-weight: 600;     text-align: center;   }    .lc-spec-table-wrap {     max-width: 720px;     margin: 0 auto;     overflow: hidden;     border: 1px solid var(--border);     border-radius: 10px;     background: var(--white);     box-shadow: var(--shadow);   }    .lc-spec-table {     width: 100%;     border-collapse: collapse;     font-size: 16px;     line-height: 1.55;   }    .lc-spec-table tr {     transition: background 0.2s ease;   }    .lc-spec-table tr:hover {     background: var(--accent-light);   }    .lc-spec-table tr:not(:last-child) td {     border-bottom: 1px solid var(--border);   }    .lc-spec-table td {     padding: 16px 20px;     vertical-align: top;   }    .lc-spec-table td:first-child {     width: 34%;     color: var(--heading);     font-weight: 700;     border-right: 1px solid var(--border);   }    .lc-spec-table td:last-child {     color: var(--text);   }    \/* =====================================================      NOTES CALLOUT      ===================================================== *\/    .lc-notes {     padding: 0 0 52px;   }    .lc-notes-box {     max-width: 720px;     margin: 0 auto;     display: flex;     align-items: flex-start;     gap: 12px;     padding: 18px 22px;     border-left: 3px solid var(--accent);     border-radius: 0 8px 8px 0;     background: var(--accent-light);   }    .lc-notes-box .lc-notes-icon {     flex: 0 0 auto;     font-size: 20px;     line-height: 1.4;   }    .lc-notes-box p {     margin: 0;     color: var(--heading);     font-size: 16px;     font-weight: 600;     line-height: 1.6;   }    .lc-notes-box .lc-notes-label {     display: block;     margin-bottom: 2px;     color: var(--accent-dark);     font-size: 12px;     font-weight: 700;     letter-spacing: 0.08em;     text-transform: uppercase;   }    \/* =====================================================      FAQ      ===================================================== *\/    .lc-faq {     padding: 52px 0 56px;     background: var(--soft-bg);   }    .lc-faq h2 {     margin: 0 0 24px;     color: var(--heading);     font-family: Georgia, 'Times New Roman', serif;     font-size: 28px;     font-weight: 600;     text-align: center;   }    .lc-faq-list {     display: grid;     gap: 12px;     max-width: 720px;     margin: 0 auto;   }    .lc-faq-list details {     overflow: hidden;     border: 1px solid var(--border);     border-radius: 10px;     background: var(--white);     transition: border-color 0.2s ease, box-shadow 0.2s ease;   }    .lc-faq-list details[open] {     border-color: var(--accent);     box-shadow: var(--shadow);   }    .lc-faq-list summary {     position: relative;     padding: 18px 50px 18px 20px;     color: var(--heading);     font-size: 17px;     font-weight: 700;     line-height: 1.45;     cursor: pointer;     list-style: none;   }    .lc-faq-list summary::-webkit-details-marker {     display: none;   }    .lc-faq-list summary::after {     content: '+';     position: absolute;     top: 14px;     right: 18px;     color: var(--accent-dark);     font-size: 26px;     font-weight: 400;     line-height: 1;   }    .lc-faq-list details[open] summary::after {     content: '−';   }    .lc-faq-answer {     padding: 0 20px 18px;     color: var(--muted);     font-size: 16px;     line-height: 1.7;   }    \/* =====================================================      WHY US \/ TRUST      ===================================================== *\/    .lc-trust {     padding: 52px 0 56px;   }    .lc-trust-card {     max-width: 780px;     margin: 0 auto 18px;     padding: 26px 24px;     border: 1px solid var(--border);     border-radius: 10px;     background: var(--white);     box-shadow: var(--shadow);     text-align: center;   }    .lc-trust-card:last-child {     margin-bottom: 0;   }    .lc-trust-card h2 {     margin: 0 0 14px;     color: var(--heading);     font-size: 18px;     font-weight: 700;     letter-spacing: 0.07em;     text-transform: uppercase;   }    .lc-trust-card p {     max-width: 640px;     margin: 0 auto;     color: var(--muted);     font-size: 16px;     line-height: 1.7;   }    .lc-why-grid {     display: grid;     grid-template-columns: 1fr 1fr;     gap: 11px;     max-width: 660px;     margin: 0 auto;     text-align: left;   }    .lc-why-item {     padding: 13px 15px;     border-left: 3px solid var(--accent);     border-radius: 6px;     background: var(--soft-bg);     color: var(--heading);     font-size: 15px;     font-weight: 700;     transition: background 0.2s ease, transform 0.2s ease;   }    .lc-why-item:hover {     background: var(--accent-light);     transform: translateX(2px);   }    .lc-shipping-list {     display: grid;     gap: 10px;     max-width: 680px;     margin: 0 auto;     text-align: left;   }    .lc-shipping-item {     padding: 14px 16px;     border-left: 3px solid var(--accent);     border-radius: 6px;     background: var(--soft-bg);     color: var(--text);     font-size: 15px;     line-height: 1.55;   }    \/* =====================================================      MOBILE      ===================================================== *\/    @media (max-width: 640px) {     .lc-hero {       padding: 34px 0 30px;     }      .lc-hero h1 {       font-size: 25px;     }      .lc-hero-subtitle {       font-size: 16px;     }      .lc-features {       padding: 38px 0 30px;     }      .lc-feature {       padding-left: 40px;       margin-bottom: 32px;     }      .lc-feature-copy h2 {       font-size: 20px;     }      .lc-feature-copy p {       font-size: 16px;     }      .lc-feature-media.lc-media-pair {       grid-template-columns: 1fr;     }      .lc-specs {       padding: 38px 0 24px;     }      .lc-specs h2 {       font-size: 24px;     }      .lc-spec-table {       font-size: 15px;     }      .lc-spec-table td {       padding: 13px 14px;     }      .lc-spec-table td:first-child {       width: 40%;     }      .lc-notes {       padding-bottom: 38px;     }      .lc-faq,     .lc-trust {       padding: 38px 0 40px;     }      .lc-faq h2 {       font-size: 24px;     }      .lc-faq-list summary {       font-size: 16px;     }      .lc-trust-card {       padding: 20px 16px;     }      .lc-why-grid {       grid-template-columns: 1fr;     }   } \u003c\/style\u003e \u003cdiv class=\"lc-page\"\u003e \u003c!-- HERO --\u003e \u003csection class=\"lc-hero\"\u003e \u003cdiv class=\"lc-container\"\u003e \u003ch1\u003eLift Your Lashes. Define Your Look. Effortlessly. 👁️\u003c\/h1\u003e \u003cp class=\"lc-hero-subtitle\"\u003eSay goodbye to flat, stubborn lashes. The Electric Heated Eyelash Curler uses gentle, even heat to create a long-lasting curl in seconds — giving your eyes a naturally lifted, wide-awake appearance.\u003c\/p\u003e \u003cdiv class=\"lc-hero-media-wrap\"\u003e \u003cdiv class=\"lc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/HeatedEyelashCurler_USBRechargeableElectricLashCurlerwith3TemperatureSettings_SiliconeHeatingPad_2.jpg?v=1784795358\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURES --\u003e \u003csection class=\"lc-features\"\u003e \u003cdiv class=\"lc-container\"\u003e \u003cdiv class=\"lc-feature-track\"\u003e \u003cdiv class=\"lc-feature\"\u003e \u003cdiv class=\"lc-feature-mark\"\u003e①\u003c\/div\u003e \u003cdiv class=\"lc-feature-copy\"\u003e \u003ch2\u003eEFFICIENT HEATING TECHNOLOGY:\u003c\/h2\u003e \u003cp\u003eThis electric heated eyelash curler utilizes advanced heating technology to provide quick and even heat distribution, ensuring optimal curling results in seconds.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lc-feature-media lc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/HeatedEyelashCurler_USBRechargeableElectricLashCurlerwith3TemperatureSettings_SiliconeHeatingPad_1.jpg?v=1784795358\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"lc-feature\"\u003e \u003cdiv class=\"lc-feature-mark\"\u003e②\u003c\/div\u003e \u003cdiv class=\"lc-feature-copy\"\u003e \u003ch2\u003eGENTLE AND SAFE:\u003c\/h2\u003e \u003cp\u003eDesigned with your safety in mind, this heated eyelash curler gently curls your lashes without causing discomfort or damage. The temperature is carefully controlled to prevent overheating.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lc-feature-media lc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/HeatedEyelashCurler_USBRechargeableElectricLashCurlerwith3TemperatureSettings_SiliconeHeatingPad_3.jpg?v=1784795358\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"lc-feature\"\u003e \u003cdiv class=\"lc-feature-mark\"\u003e③\u003c\/div\u003e \u003cdiv class=\"lc-feature-copy\"\u003e \u003ch2\u003eERGONOMICAL DESIGN:\u003c\/h2\u003e \u003cp\u003eDesigned to fit the eye's shape, this tool curls lashes from corner to corner, ensuring every lash is perfectly curled for a stunning, wide-eyed look.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lc-feature-media lc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/HeatedEyelashCurler_USBRechargeableElectricLashCurlerwith3TemperatureSettings_SiliconeHeatingPad_4.jpg?v=1784795358\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"lc-feature\"\u003e \u003cdiv class=\"lc-feature-mark\"\u003e④\u003c\/div\u003e \u003cdiv class=\"lc-feature-copy\"\u003e \u003ch2\u003eRECHARGEABLE CONVENIENCE:\u003c\/h2\u003e \u003cp\u003eNo need to worry about replacing batteries. This eyelash curler features a rechargeable design, allowing you to simply recharge it using the included USB cable. It's environmentally friendly and always ready for use whenever you need it.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"lc-feature\"\u003e \u003cdiv class=\"lc-feature-mark\"\u003e⑤\u003c\/div\u003e \u003cdiv class=\"lc-feature-copy\"\u003e \u003ch2\u003ePORTABLE AND TRAVEL-FRIENDLY:\u003c\/h2\u003e \u003cp\u003eWith its compact size, this eyelash curler is perfect for on-the-go touch-ups. Slip it into your bag or purse and enjoy stunning lashes wherever you are. Look effortlessly glamorous anytime, anywhere.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lc-feature-media lc-media-pair\"\u003e \u003cdiv class=\"lc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/HeatedEyelashCurler_USBRechargeableElectricLashCurlerwith3TemperatureSettings_SiliconeHeatingPad_6.jpg?v=1784795358\" alt=\"\"\u003e\u003c\/div\u003e \u003cdiv class=\"lc-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0789\/8988\/5672\/files\/HeatedEyelashCurler_USBRechargeableElectricLashCurlerwith3TemperatureSettings_SiliconeHeatingPad_9.jpg?v=1784795358\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- SPECIFICATIONS --\u003e \u003csection class=\"lc-specs\"\u003e \u003cdiv class=\"lc-container\"\u003e \u003ch2\u003eSpec\u003c\/h2\u003e \u003cdiv class=\"lc-spec-table-wrap\"\u003e \u003ctable class=\"lc-spec-table\"\u003e \u003ctbody\u003e \u003ctr\u003e \u003ctd\u003eMaterial\u003c\/td\u003e \u003ctd\u003eABS+Silicone\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eCharging mode\u003c\/td\u003e \u003ctd\u003eUSB\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eSize\u003c\/td\u003e \u003ctd\u003e20*38*110mm\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003eColor\u003c\/td\u003e \u003ctd\u003eWhite\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003ctd\u003ePackage Included\u003c\/td\u003e \u003ctd\u003e1*Rechargeable Electric Heated Eyelash Curler\u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- NOTES --\u003e \u003csection class=\"lc-notes\"\u003e \u003cdiv class=\"lc-container\"\u003e \u003cdiv class=\"lc-notes-box\"\u003e \u003cspan class=\"lc-notes-icon\"\u003e📖\u003c\/span\u003e \u003cp\u003e\u003cspan class=\"lc-notes-label\"\u003eNotes\u003c\/span\u003eFollow the user manual for proper usage instructions and safety precautions.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FAQ --\u003e \u003csection class=\"lc-faq\"\u003e \u003cdiv class=\"lc-container\"\u003e \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e \u003cdiv class=\"lc-faq-list\"\u003e \u003cdetails\u003e \u003csummary\u003eQ: Will the heat damage my lashes or hurt my eyes?\u003c\/summary\u003e \u003cdiv class=\"lc-faq-answer\"\u003eA: No. The temperature is carefully controlled to prevent overheating, so it curls gently without causing discomfort or damage.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eQ: How do I charge it — do I need batteries?\u003c\/summary\u003e \u003cdiv class=\"lc-faq-answer\"\u003eA: No batteries needed. It's rechargeable, so simply plug it in with the included USB cable and it's ready whenever you need it.\u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eQ: Will it curl every lash evenly, corner to corner?\u003c\/summary\u003e \u003cdiv class=\"lc-faq-answer\"\u003eA: Yes. It's ergonomically designed to fit the shape of your eye, curling lashes from corner to corner for an even, wide-eyed look.\u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- WHY US \/ TRUST --\u003e \u003csection class=\"lc-trust\"\u003e \u003cdiv class=\"lc-container\"\u003e \u003cdiv class=\"lc-trust-card\"\u003e \u003ch2\u003eWhy Us?\u003c\/h2\u003e \u003cdiv class=\"lc-why-grid\"\u003e \u003cdiv class=\"lc-why-item\"\u003e🏭 Trusted Manufacturers\u003c\/div\u003e \u003cdiv class=\"lc-why-item\"\u003e✅ Quality-Checked Products\u003c\/div\u003e \u003cdiv class=\"lc-why-item\"\u003e💰 Fair Pricing\u003c\/div\u003e \u003cdiv class=\"lc-why-item\"\u003e🤝 Helpful Customer Support\u003c\/div\u003e \u003cdiv class=\"lc-why-item\"\u003e⭐ Real Customer Reviews\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"lc-trust-card\"\u003e \u003ch2\u003eShop With Confidence\u003c\/h2\u003e \u003cp\u003eQuality-checked products, secure checkout, and friendly support from order to delivery.\u003cbr\u003e\u003cimg loading=\"lazy\" alt=\"Secure checkout and helpful customer support\" 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\/p\u003e \u003c\/div\u003e \u003cdiv class=\"lc-trust-card\"\u003e \u003ch2\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e \u003cdiv class=\"lc-shipping-list\"\u003e \u003cdiv class=\"lc-shipping-item\"\u003e📦 Every order is carefully packed and processed promptly.\u003c\/div\u003e \u003cdiv class=\"lc-shipping-item\"\u003e🚚 Once shipped, you will receive a tracking number to monitor your package at any time.\u003cbr\u003e\u003cimg loading=\"lazy\" alt=\"Tracked shipping and delivery\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__14_29_31.png?v=1781674821\"\u003e \u003c\/div\u003e \u003cdiv class=\"lc-shipping-item\"\u003e🌍 Delivery times may vary by location. Please check our shipping guidelines for details.\u003cbr\u003e\u003cimg loading=\"lazy\" alt=\"Carefully packed orders\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0716\/0640\/3174\/files\/ChatGPT_Image_2026_6_10__12_00_02.png?v=1781674820\"\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c\/div\u003e","brand":"FJY01","offers":[{"title":"White","offer_id":49525948285187,"sku":"NC0207260723979-白色","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":49525948317955,"sku":"NC0207260723979-粉色","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":49525948350723,"sku":"NC0207260723979-紫色","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/HeatedEyelashCurler_USBRechargeableElectricLashCurlerwith3TemperatureSettings_SiliconeHeatingPadf.jpg?v=1787816765","url":"https:\/\/cyrarise.com\/zh\/products\/rechargeable-electric-heated-eyelash-curler","provider":"cyrarise","version":"1.0","type":"link"}