{"product_id":"missha-time-revolution-night-repair-retinol-500-shot-cream","title":"MISSHA Time Revolution Night Repair Retinol 500 Shot Cream","description":"\u003ch3 class=\"a-size-large a-spacing-none\" style=\"text-align: center;\"\u003e\u003cspan id=\"productTitle\" class=\"a-size-large product-title-word-break\"\u003eMISSHA Time Revolution Night Repair Retinol 500 Shot Cream\u003c\/span\u003e\u003c\/h3\u003e\n\u003cdiv class=\"responsive-container-top\"\u003e\n\u003cdiv style=\"flex: 1;\" class=\"item feature-text\"\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSkin Barrier Enhancement: Formulated with RETINOL SHOT and Extreme Biome, this Korean retinol cream for face fortifies the skin's natural barrier, enhancing overall skin health and hydration.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eImproved Elasticity and Radiance: Boosts collagen production to improve elasticity and give your skin a radiant glow while reducing signs of aging.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eOvernight Moisturization and Illumination: Infused with 10 potent probiotics, this cream deeply moisturizes and illuminates your skin overnight for a refreshed, youthful appearance.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eIdeal for All Skin Types: Dermatologically tested for sensitive skin and suitable for all skin types, especially those with low elasticity, enlarged pores, and deep wrinkles.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eWrinkle Defense: Formulated with pure retinol and retinol-boosting ingredients, this product smooths your skin and reduces the appearance of fine lines and wrinkles.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.responsive-container-top {\n  display: flex; \/* Flexbox 사용 *\/\n  gap: 0px; \/* 아이템 간격 *\/\n  padding: 0px;\n  align-items: center; \/* 세로 중앙 정렬 *\/\n}\n\n.feature {\n  text-align: left; \/* 좌측정렬 *\/\n  padding: 10px;\n}\n\n.feature img {\n  width: 100%; \/* 이미지가 컨테이너에 맞게 조정 *\/\n  height: auto; \/* 비율 유지 *\/\n  margin-bottom: 0px; \/* 이미지와 텍스트 간격 *\/\n}\n\n.feature-text {\n  display: flex; \/* 플렉스 박스 사용 *\/\n  flex-direction: column; \/* 세로 방향으로 배치 *\/\n  justify-content: center; \/* 세로 중앙 정렬 *\/\n  padding: 20px; \/* 패딩 *\/\n  text-align: left; \/* 좌측 정렬 *\/\n  height: 100%; \/* 부모 요소의 높이를 100%로 설정 *\/\n}\n\n\n.feature h3 {\n  font-size: 18px; \/* 제목 크기 *\/\n  color: #000; \/* 제목 색상 *\/\n  margin: 20px 0; \/* 제목 상하 여백 *\/\n}\n\n.feature h4 {\n  font-size: 16px; \/* 소제목 크기 *\/\n  color: #000; \/* 소제목 색상 *\/\n  margin: 10px 0; \/* 소제목 상하 여백 *\/\n}\n\n.feature p {\n  font-size: 16px; \/* 본문 텍스트 크기 *\/\n  color: #000; \/* 본문 텍스트 색상 *\/\n}\n\n\/* 기존 responsive-container 스타일 유지 *\/\n.responsive-container {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr); \/* 3열로 설정 *\/\n  gap: 10px; \/* 아이템 간격 *\/\n  padding: 0px;\n}\n\n.item {\n  text-align: left; \/* 좌측정렬 *\/\n  padding: 0px 20px 0px; \/* 상단 패딩 70px, 좌우 패딩 20px, 하단 패딩 20px *\/\n    align-items: left; \/* 세로 중앙 정렬 *\/\n}\n\n.item img {\n  width: 100%; \/* 이미지가 컨테이너에 맞게 조정 *\/\n  height: auto; \/* 비율 유지 *\/\n  margin-bottom: 15px; \/* 이미지와 텍스트 간격 *\/\n}\n\n.item h3 {\n  font-size: 18px; \/* 제목 크기 *\/\n  color: #000; \/* 제목 색상 *\/\n  margin: 20px 0; \/* 제목 상하 좌우여백 *\/\n}\n\n.item p {\n  font-size: 16px; \/* 본문 텍스트 크기 *\/\n  color: #000; \/* 본문 텍스트 색상 *\/\n}\n\n\/* 반응형 디자인 *\/\n@media (max-width: 768px) {\n  .responsive-container {\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); \/* 모바일에서 1열 또는 2열로 조정 *\/\n  }\n\n  .responsive-container-top {\n    flex-direction: column; \/* 모바일에서 세로 방향으로 변경 *\/\n  }\n\n  .item {\n    padding: 5px; \/* 모바일에서 패딩 조정 *\/\n  }\n\n  .item h3, .feature h3 {\n    font-size: 16px; \/* 모바일에서 제목 크기 조정 *\/\n  }\n\n  .item p, .feature p {\n    font-size: 14px; \/* 모바일에서 본문 텍스트 크기 조정 *\/\n  }\n}\n\u003c\/style\u003e","brand":"Missha","offers":[{"title":"Default Title","offer_id":49455295856880,"sku":null,"price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/8894\/0784\/files\/51qq_gXYmnL._AC_UF350_350_QL80.jpg?v=1774482035","url":"https:\/\/www.midakbeauty.com\/es\/products\/missha-time-revolution-night-repair-retinol-500-shot-cream","provider":"MIDA K-Beauty Online","version":"1.0","type":"link"}