{"title":"Cosmetics","description":"","products":[{"product_id":"cosmetics","title":"Cosmetics","description":"\u003cstyle\u003e\n    .cosmetics-product-page {\n      --card: #ffffff;\n      --accent: #d98ca8;\n      --accent-dark: #8e4863;\n      --text: #2d2227;\n      --muted: #6d6367;\n      --border: #ecdde4;\n      --bg-soft: #fff7fa;\n      --bg-soft-2: #fdf0f5;\n      --shadow: 0 8px 22px rgba(0, 0, 0, 0.07);\n      font-family: Arial, Helvetica, sans-serif;\n      color: var(--text);\n      line-height: 1.6;\n      width: 100%;\n      max-width: 100%;\n      overflow-x: hidden;\n      margin: 0 auto;\n    }\n\n    .cosmetics-product-page *,\n    .cosmetics-product-page *::before,\n    .cosmetics-product-page *::after {\n      box-sizing: border-box;\n    }\n\n    .cm-wrap {\n      width: 100%;\n      max-width: 820px;\n      margin: 0 auto;\n      padding: 16px 0 36px;\n    }\n\n    .cm-section {\n      margin-bottom: 28px;\n    }\n\n    .cm-grid {\n      display: grid;\n      gap: 16px;\n      width: 100%;\n    }\n\n    .cm-grid \u003e * {\n      min-width: 0;\n    }\n\n    .cm-card,\n    .cm-review,\n    .cm-metric {\n      background: var(--card);\n      border: 1px solid var(--border);\n      border-radius: 18px;\n      box-shadow: var(--shadow);\n      overflow: hidden;\n    }\n\n    .cm-hero {\n      grid-template-columns: 1fr;\n      background: linear-gradient(135deg, var(--bg-soft) 0%, var(--bg-soft-2) 100%);\n      border: 1px solid var(--border);\n      border-radius: 20px;\n      padding: 20px;\n    }\n\n    .cm-badge {\n      display: inline-block;\n      margin-bottom: 12px;\n      padding: 7px 12px;\n      background: #f8e4ec;\n      color: var(--accent-dark);\n      border-radius: 999px;\n      font-size: 12px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.4px;\n      max-width: 100%;\n      word-break: break-word;\n    }\n\n    .cm-title {\n      margin: 0 0 10px;\n      font-size: 30px;\n      line-height: 1.15;\n      color: #2a1e24;\n      overflow-wrap: anywhere;\n    }\n\n    .cm-subtitle {\n      margin: 0 0 16px;\n      font-size: 15px;\n      color: var(--muted);\n      overflow-wrap: anywhere;\n    }\n\n    .cm-hero-image img,\n    .cm-card img,\n    .cm-review img,\n    .cm-side-image img,\n    .cm-banner img {\n      width: 100%;\n      display: block;\n      max-width: 100%;\n      object-fit: cover;\n      border-radius: 16px;\n    }\n\n    .cm-hero-image img {\n      height: 260px;\n      margin-top: 10px;\n    }\n\n    .cm-feature-list {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n    }\n\n    .cm-feature-list li {\n      background: rgba(255,255,255,0.88);\n      border: 1px solid var(--border);\n      border-radius: 12px;\n      padding: 10px 12px;\n      font-size: 13px;\n      font-weight: 600;\n      line-height: 1.45;\n      overflow-wrap: anywhere;\n    }\n\n    .cm-heading {\n      font-size: 26px;\n      line-height: 1.2;\n      margin: 0 0 10px;\n      text-align: center;\n      color: #2a1e24;\n      overflow-wrap: anywhere;\n    }\n\n    .cm-text-center {\n      max-width: 720px;\n      margin: 0 auto;\n      text-align: center;\n      font-size: 15px;\n      color: var(--muted);\n      overflow-wrap: anywhere;\n    }\n\n    .cm-cards-3 {\n      grid-template-columns: 1fr;\n    }\n\n    .cm-card {\n      display: flex;\n      flex-direction: column;\n      height: 100%;\n    }\n\n    .cm-card img {\n      height: 200px;\n      flex-shrink: 0;\n      border-radius: 0;\n    }\n\n    .cm-card-body {\n      padding: 14px;\n    }\n\n    .cm-card h3,\n    .cm-review h4 {\n      margin: 0 0 6px;\n      font-size: 19px;\n      line-height: 1.25;\n      overflow-wrap: anywhere;\n    }\n\n    .cm-card p,\n    .cm-review p,\n    .cm-banner p,\n    .cm-steps p {\n      margin: 0;\n      font-size: 14px;\n      color: var(--muted);\n      line-height: 1.55;\n      overflow-wrap: anywhere;\n    }\n\n    .cm-split {\n      grid-template-columns: 1fr;\n      gap: 14px;\n      padding: 16px;\n      background: #fff8fb;\n      border: 1px solid var(--border);\n      border-radius: 20px;\n    }\n\n    .cm-side-image img {\n      height: 240px;\n    }\n\n    .cm-split-content h2,\n    .cm-banner h2,\n    .cm-steps h2 {\n      margin: 0 0 10px;\n      font-size: 25px;\n      line-height: 1.2;\n      color: #2a1e24;\n      overflow-wrap: anywhere;\n    }\n\n    .cm-checks,\n    .cm-step-list {\n      list-style: none;\n      margin: 14px 0 0;\n      padding: 0;\n    }\n\n    .cm-checks li,\n    .cm-step-list li {\n      padding: 8px 0;\n      border-bottom: 1px solid var(--border);\n      font-size: 14px;\n      font-weight: 600;\n      color: #4a3940;\n      line-height: 1.45;\n      overflow-wrap: anywhere;\n    }\n\n    .cm-checks li:last-child,\n    .cm-step-list li:last-child {\n      border-bottom: 0;\n    }\n\n    .cm-banner,\n    .cm-steps {\n      padding: 16px;\n      background: linear-gradient(135deg, #fff7fa 0%, #ffffff 100%);\n      border: 1px solid var(--border);\n      border-radius: 20px;\n    }\n\n    .cm-banner-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 14px;\n      align-items: center;\n    }\n\n    .cm-banner img {\n      height: 230px;\n    }\n\n    .cm-metrics {\n      grid-template-columns: 1fr;\n    }\n\n    .cm-metric {\n      padding: 18px 14px;\n      text-align: center;\n      min-height: auto;\n    }\n\n    .cm-metric strong {\n      display: block;\n      margin-bottom: 6px;\n      font-size: 24px;\n      line-height: 1.1;\n      color: var(--accent-dark);\n      overflow-wrap: anywhere;\n    }\n\n    .cm-metric span {\n      display: block;\n      font-size: 14px;\n      color: var(--muted);\n      line-height: 1.5;\n      overflow-wrap: anywhere;\n    }\n\n    .cm-reviews {\n      grid-template-columns: 1fr;\n    }\n\n    .cm-review {\n      padding: 14px;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n\n    .cm-review img {\n      height: 190px;\n    }\n\n    .cm-faq {\n      max-width: 100%;\n      margin: 0 auto;\n    }\n\n    .cm-faq details {\n      background: #fff;\n      border: 1px solid var(--border);\n      border-radius: 14px;\n      padding: 14px 16px;\n      margin-bottom: 10px;\n      box-shadow: 0 5px 16px rgba(0,0,0,0.04);\n    }\n\n    .cm-faq summary {\n      cursor: pointer;\n      font-weight: 700;\n      color: #2a1e24;\n      line-height: 1.4;\n      list-style: none;\n      overflow-wrap: anywhere;\n    }\n\n    .cm-faq summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .cm-faq p,\n    .cm-faq ul {\n      margin: 10px 0 0;\n      font-size: 14px;\n      color: var(--muted);\n      overflow-wrap: anywhere;\n    }\n\n    .cm-faq ul {\n      padding-left: 18px;\n    }\n\n    .cm-faq code {\n      word-break: break-word;\n      white-space: normal;\n    }\n\n    @media (min-width: 750px) {\n      .cm-cards-3 {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n\n      .cm-reviews {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n\n      .cm-metrics {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n\n      .cm-split {\n        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);\n        align-items: center;\n      }\n\n      .cm-banner-grid {\n        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);\n      }\n    }\n\n    @media (max-width: 560px) {\n      .cm-wrap {\n        max-width: 100%;\n      }\n\n      .cm-hero,\n      .cm-split,\n      .cm-banner,\n      .cm-steps {\n        padding: 14px;\n      }\n\n      .cm-title {\n        font-size: 25px;\n      }\n\n      .cm-heading,\n      .cm-split-content h2,\n      .cm-banner h2,\n      .cm-steps h2 {\n        font-size: 22px;\n      }\n\n      .cm-feature-list {\n        grid-template-columns: 1fr;\n      }\n\n      .cm-hero-image img,\n      .cm-side-image img,\n      .cm-banner img,\n      .cm-card img,\n      .cm-review img {\n        height: 180px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"cosmetics-product-page\"\u003e\n\u003cdiv class=\"cm-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"cm-section cm-grid cm-hero\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"cm-badge\"\u003eDone-for-you cosmetics store\u003c\/span\u003e\n\u003ch1 class=\"cm-title\"\u003eOwn a Ready-Made Cosmetics Business Without the Hassle\u003c\/h1\u003e\n\u003cp class=\"cm-subtitle\"\u003eYour name, your logo, your domain. A branded cosmetics store designed for beauty buyers without inventory, shipping headaches, or guesswork.\u003c\/p\u003e\n\u003cul class=\"cm-feature-list\"\u003e\n\u003cli\u003eFast ownership transfer\u003c\/li\u003e\n\u003cli\u003eCustom high-converting design\u003c\/li\u003e\n\u003cli\u003ePremium memorable domain\u003c\/li\u003e\n\u003cli\u003e30 days VIP support\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cm-hero-image\"\u003e\u003cimg alt=\"Cosmetics and makeup products arranged on a beauty background\" src=\"https:\/\/images.unsplash.com\/photo-1522335789203-aabd1fc54bc9?auto=format\u0026amp;fit=crop\u0026amp;w=1200\u0026amp;q=80\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHAT YOU GET --\u003e\n\u003cdiv class=\"cm-section\"\u003e\n\u003ch2 class=\"cm-heading\"\u003eWhat You Get\u003c\/h2\u003e\n\u003cp class=\"cm-text-center\"\u003eThe source page highlights a fully built and branded Shopify store, your chosen brand name and logo across the store and products, a custom domain, a pre-loaded cosmetics catalog, automated order fulfillment, and a mobile-optimized high-converting design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DESIGN \/ GALLERY --\u003e\n\u003cdiv class=\"cm-section\"\u003e\n\u003cdiv class=\"cm-grid cm-cards-3\"\u003e\n\u003cdiv class=\"cm-card\"\u003e\n\u003cimg alt=\"Cosmetics bottles and beauty products in a premium display\" src=\"https:\/\/images.unsplash.com\/photo-1596462502278-27bfdc403348?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003cdiv class=\"cm-card-body\"\u003e\n\u003ch3\u003eBranded Beauty Store\u003c\/h3\u003e\n\u003cp\u003eA polished storefront tailored for the cosmetics niche with a softer, premium visual feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cm-card\"\u003e\n\u003cimg alt=\"Makeup and cosmetics packaging on a neutral background\" src=\"https:\/\/images.unsplash.com\/photo-1571781926291-c477ebfd024b?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003cdiv class=\"cm-card-body\"\u003e\n\u003ch3\u003ePrivate-Label Presentation\u003c\/h3\u003e\n\u003cp\u003eShowcase your cosmetics products under your own brand name, logo, and domain.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cm-card\"\u003e\n\u003cimg alt=\"Beauty products and makeup essentials arranged for ecommerce branding\" src=\"https:\/\/images.unsplash.com\/photo-1583241800698-9cb0cf6b2f5f?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003cdiv class=\"cm-card-body\"\u003e\n\u003ch3\u003eMobile-Ready Layout\u003c\/h3\u003e\n\u003cp\u003eDesigned to look clean and conversion-ready across desktop and mobile beauty shoppers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY BUY NOW --\u003e\n\u003cdiv class=\"cm-section cm-grid cm-split\"\u003e\n\u003cdiv class=\"cm-side-image\"\u003e\u003cimg alt=\"Beauty cream jars and cosmetic products styled for branding\" src=\"https:\/\/images.unsplash.com\/photo-1620916566398-39f1143ab7be?auto=format\u0026amp;fit=crop\u0026amp;w=1200\u0026amp;q=80\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cm-split-content\"\u003e\n\u003ch2\u003eWhy Buy This Now\u003c\/h2\u003e\n\u003cp\u003eThe source page emphasizes building your own brand instead of running a generic store, with no inventory, shipping, or manufacturing required, a fast launch, and design matched to the cosmetics niche.\u003c\/p\u003e\n\u003cul class=\"cm-checks\"\u003e\n\u003cli\u003eBuild your own beauty brand\u003c\/li\u003e\n\u003cli\u003eNo inventory or shipping hassles\u003c\/li\u003e\n\u003cli\u003eFast to launch for social media and ads\u003c\/li\u003e\n\u003cli\u003eProfessional cosmetics niche design\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GETTING STARTED --\u003e\n\u003cdiv class=\"cm-section cm-steps\"\u003e\n\u003ch2\u003eGetting Started Is Simple\u003c\/h2\u003e\n\u003cp\u003eUse a short onboarding section to mirror the source page’s step-by-step flow from order to launch.\u003c\/p\u003e\n\u003cul class=\"cm-step-list\"\u003e\n\u003cli\u003e1. Place your order\u003c\/li\u003e\n\u003cli\u003e2. Choose your brand name and upload your logo\u003c\/li\u003e\n\u003cli\u003e3. We build your cosmetics store and load your branded beauty products\u003c\/li\u003e\n\u003cli\u003e4. Review and approve the final setup\u003c\/li\u003e\n\u003cli\u003e5. Launch your brand and start making sales\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- SHIPPING \/ PACKAGING --\u003e\n\u003cdiv class=\"cm-section cm-banner\"\u003e\n\u003cdiv class=\"cm-banner-grid\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eFast Shipping With Your Logo on the Packaging\u003c\/h2\u003e\n\u003cp\u003eThis section is useful for highlighting brand identity, quick fulfillment positioning, and a cleaner customer experience.\u003c\/p\u003e\n\u003cul class=\"cm-checks\"\u003e\n\u003cli\u003eFast shipping positioning\u003c\/li\u003e\n\u003cli\u003eYour logo across the brand\u003c\/li\u003e\n\u003cli\u003eBeauty-ready packaging presentation\u003c\/li\u003e\n\u003cli\u003eProfessional customer-facing experience\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg alt=\"Cosmetics packaging and beauty products arranged for branded presentation\" src=\"https:\/\/images.unsplash.com\/photo-1512496015851-a90fb38ba796?auto=format\u0026amp;fit=crop\u0026amp;w=1200\u0026amp;q=80\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DOMAIN \/ VALUE --\u003e\n\u003cdiv class=\"cm-section cm-banner\"\u003e\n\u003cdiv class=\"cm-banner-grid\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eYour Own Store Name and Domain\u003c\/h2\u003e\n\u003cp\u003eThe source page reinforces ownership of your store name, domain, and brand identity as a core value proposition.\u003c\/p\u003e\n\u003cul class=\"cm-checks\"\u003e\n\u003cli\u003eYour store name\u003c\/li\u003e\n\u003cli\u003eYour custom domain\u003c\/li\u003e\n\u003cli\u003eYour logo and brand identity\u003c\/li\u003e\n\u003cli\u003eYour cosmetics business\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg alt=\"Makeup and cosmetics arranged in a premium ecommerce style\" src=\"https:\/\/images.unsplash.com\/photo-1617897903246-719242758050?auto=format\u0026amp;fit=crop\u0026amp;w=1200\u0026amp;q=80\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY CHOOSE --\u003e\n\u003cdiv class=\"cm-section\"\u003e\n\u003ch2 class=\"cm-heading\"\u003eWhy Choose This Cosmetics Store Style\u003c\/h2\u003e\n\u003cdiv class=\"cm-grid cm-metrics\"\u003e\n\u003cdiv class=\"cm-metric\"\u003e\n\u003cstrong\u003eReady-to-Sell\u003c\/strong\u003e \u003cspan\u003eA fully built Shopify store with high-demand cosmetics products and automation-focused setup.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cm-metric\"\u003e\n\u003cstrong\u003ePrivate Label\u003c\/strong\u003e \u003cspan\u003eYour brand name, your logo, your domain, and premium beauty products under your own identity.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cm-metric\"\u003e\n\u003cstrong\u003eProfitable \u0026amp; Low-Risk\u003c\/strong\u003e \u003cspan\u003eDesigned to position a beauty business without upfront inventory costs or manufacturing headaches.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEWS STYLE --\u003e\n\u003cdiv class=\"cm-section\"\u003e\n\u003ch2 class=\"cm-heading\"\u003eWhy This Layout Works\u003c\/h2\u003e\n\u003cdiv class=\"cm-grid cm-reviews\"\u003e\n\u003cdiv class=\"cm-review\"\u003e\n\u003cimg alt=\"Closeup of makeup products and beauty branding\" src=\"https:\/\/images.unsplash.com\/photo-1487412947147-5cebf100ffc2?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003ch4\u003eBeauty-Focused\u003c\/h4\u003e\n\u003cp\u003eThe visuals and structure feel aligned with cosmetics branding rather than a generic ecommerce template.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cm-review\"\u003e\n\u003cimg alt=\"Cosmetics products arranged for a premium beauty storefront\" src=\"https:\/\/images.unsplash.com\/photo-1524504388940-b1c1722653e1?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003ch4\u003eClean Presentation\u003c\/h4\u003e\n\u003cp\u003eSections are easy to scan and help explain branding, setup, fulfillment, and launch value clearly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cm-review\"\u003e\n\u003cimg alt=\"Beauty and cosmetics products on a soft pink background\" src=\"https:\/\/images.unsplash.com\/photo-1515377905703-c4788e51af15?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003ch4\u003eShopify Column Friendly\u003c\/h4\u003e\n\u003cp\u003eThe content width is intentionally narrower so it fits product-description columns more cleanly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"cm-section\"\u003e\n\u003ch2 class=\"cm-heading\"\u003eFAQs\u003c\/h2\u003e\n\u003cdiv class=\"cm-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan I choose my own domain name and logo?\u003c\/summary\u003e\n\u003cp\u003eYes. You can bring your own name, or get help choosing one, and the branding is created around your preferences. The source page states you can choose a name or get help picking a brand name, and that the logo and branding are designed based on your preferences.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat can I make per sale?\u003c\/summary\u003e\n\u003cp\u003eProfit depends on the product and the pricing you set. The source page says pricing is typically set around 2x the cost price, but that some products have higher margins and that prices can be adjusted anytime. It also notes that subscription offers can create recurring revenue. \u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhere do the cosmetics ship from?\u003c\/summary\u003e\n\u003cp\u003eThe source page says products primarily ship from North America, specifically the U.S. and Canada, to support faster delivery than many overseas suppliers. \u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eAre the products cruelty free?\u003c\/summary\u003e\n\u003cp\u003eYes. The source page states the cosmetics are cruelty free, and that the majority are also gluten-free, sulphate-free, paraben-free, and vegan. \u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan I adjust prices later?\u003c\/summary\u003e\n\u003cp\u003eYes. Pricing can be updated later as your brand evolves, your product mix changes, or you want to test different margins. The source page explicitly says prices can be adjusted anytime.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cbr\u003e\u003c\/summary\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cbr\u003e\u003c\/summary\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Ready Made Sites","offers":[{"title":"Default Title","offer_id":47672194138164,"sku":null,"price":190.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0757\/5096\/5300\/files\/Startyourowncosmeticsbrand.png?v=1775704945"}],"url":"https:\/\/thereadymadesites.com\/collections\/cosmetics.oembed","provider":"Ready Made Sites","version":"1.0","type":"link"}