{"product_id":"coffee","title":"Coffee","description":"\u003cstyle\u003e\n    .coffee-product-page {\n      --card: #ffffff;\n      --accent: #b88255;\n      --accent-dark: #6b4026;\n      --text: #2d241f;\n      --muted: #6c625c;\n      --border: #eadfd6;\n      --bg-soft: #fcf7f2;\n      --bg-soft-2: #f7efe7;\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    .coffee-product-page *,\n    .coffee-product-page *::before,\n    .coffee-product-page *::after {\n      box-sizing: border-box;\n    }\n\n    .cf-wrap {\n      width: 100%;\n      max-width: 820px;\n      margin: 0 auto;\n      padding: 16px 0 36px;\n    }\n\n    .cf-section {\n      margin-bottom: 28px;\n    }\n\n    .cf-grid {\n      display: grid;\n      gap: 16px;\n      width: 100%;\n    }\n\n    .cf-grid \u003e * {\n      min-width: 0;\n    }\n\n    .cf-card,\n    .cf-review,\n    .cf-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    .cf-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    .cf-badge {\n      display: inline-block;\n      margin-bottom: 12px;\n      padding: 7px 12px;\n      background: #efe2d6;\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    .cf-title {\n      margin: 0 0 10px;\n      font-size: 30px;\n      line-height: 1.15;\n      color: #2a1f18;\n      overflow-wrap: anywhere;\n    }\n\n    .cf-subtitle {\n      margin: 0 0 16px;\n      font-size: 15px;\n      color: var(--muted);\n      overflow-wrap: anywhere;\n    }\n\n    .cf-hero-image img,\n    .cf-card img,\n    .cf-review img,\n    .cf-side-image img,\n    .cf-banner img {\n      width: 100%;\n      display: block;\n      max-width: 100%;\n      object-fit: cover;\n      border-radius: 16px;\n    }\n\n    .cf-hero-image img {\n      height: 260px;\n      margin-top: 10px;\n    }\n\n    .cf-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    .cf-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    .cf-heading {\n      font-size: 26px;\n      line-height: 1.2;\n      margin: 0 0 10px;\n      text-align: center;\n      color: #2a1f18;\n      overflow-wrap: anywhere;\n    }\n\n    .cf-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    .cf-cards-3 {\n      grid-template-columns: 1fr;\n    }\n\n    .cf-card {\n      display: flex;\n      flex-direction: column;\n      height: 100%;\n    }\n\n    .cf-card img {\n      height: 200px;\n      flex-shrink: 0;\n      border-radius: 0;\n    }\n\n    .cf-card-body {\n      padding: 14px;\n    }\n\n    .cf-card h3,\n    .cf-review h4 {\n      margin: 0 0 6px;\n      font-size: 19px;\n      line-height: 1.25;\n      overflow-wrap: anywhere;\n    }\n\n    .cf-card p,\n    .cf-review p,\n    .cf-banner p,\n    .cf-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    .cf-split {\n      grid-template-columns: 1fr;\n      gap: 14px;\n      padding: 16px;\n      background: #fbf7f3;\n      border: 1px solid var(--border);\n      border-radius: 20px;\n    }\n\n    .cf-side-image img {\n      height: 240px;\n    }\n\n    .cf-split-content h2,\n    .cf-banner h2,\n    .cf-steps h2 {\n      margin: 0 0 10px;\n      font-size: 25px;\n      line-height: 1.2;\n      color: #2a1f18;\n      overflow-wrap: anywhere;\n    }\n\n    .cf-checks,\n    .cf-step-list {\n      list-style: none;\n      margin: 14px 0 0;\n      padding: 0;\n    }\n\n    .cf-checks li,\n    .cf-step-list li {\n      padding: 8px 0;\n      border-bottom: 1px solid var(--border);\n      font-size: 14px;\n      font-weight: 600;\n      color: #43352d;\n      line-height: 1.45;\n      overflow-wrap: anywhere;\n    }\n\n    .cf-checks li:last-child,\n    .cf-step-list li:last-child {\n      border-bottom: 0;\n    }\n\n    .cf-banner,\n    .cf-steps {\n      padding: 16px;\n      background: linear-gradient(135deg, #fcf7f2 0%, #ffffff 100%);\n      border: 1px solid var(--border);\n      border-radius: 20px;\n    }\n\n    .cf-banner-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 14px;\n      align-items: center;\n    }\n\n    .cf-banner img {\n      height: 230px;\n    }\n\n    .cf-metrics {\n      grid-template-columns: 1fr;\n    }\n\n    .cf-metric {\n      padding: 18px 14px;\n      text-align: center;\n      min-height: auto;\n    }\n\n    .cf-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    .cf-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    .cf-reviews {\n      grid-template-columns: 1fr;\n    }\n\n    .cf-review {\n      padding: 14px;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n\n    .cf-review img {\n      height: 190px;\n    }\n\n    .cf-faq {\n      max-width: 100%;\n      margin: 0 auto;\n    }\n\n    .cf-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    .cf-faq summary {\n      cursor: pointer;\n      font-weight: 700;\n      color: #2a1f18;\n      line-height: 1.4;\n      list-style: none;\n      overflow-wrap: anywhere;\n    }\n\n    .cf-faq summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .cf-faq p {\n      margin: 10px 0 0;\n      font-size: 14px;\n      color: var(--muted);\n      overflow-wrap: anywhere;\n    }\n\n    .cf-faq code {\n      word-break: break-word;\n      white-space: normal;\n    }\n\n    @media (min-width: 750px) {\n      .cf-cards-3 {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n\n      .cf-reviews {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n\n      .cf-metrics {\n        grid-template-columns: repeat(3, minmax(0, 1fr));\n      }\n\n      .cf-split {\n        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);\n        align-items: center;\n      }\n\n      .cf-banner-grid {\n        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);\n      }\n    }\n\n    @media (max-width: 560px) {\n      .cf-wrap {\n        max-width: 100%;\n      }\n\n      .cf-hero,\n      .cf-split,\n      .cf-banner,\n      .cf-steps {\n        padding: 14px;\n      }\n\n      .cf-title {\n        font-size: 25px;\n      }\n\n      .cf-heading,\n      .cf-split-content h2,\n      .cf-banner h2,\n      .cf-steps h2 {\n        font-size: 22px;\n      }\n\n      .cf-feature-list {\n        grid-template-columns: 1fr;\n      }\n\n      .cf-hero-image img,\n      .cf-side-image img,\n      .cf-banner img,\n      .cf-card img,\n      .cf-review img {\n        height: 180px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"coffee-product-page\"\u003e\n\u003cdiv class=\"cf-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"cf-section cf-grid cf-hero\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"cf-badge\"\u003eDone-for-you coffee store\u003c\/span\u003e\n\u003ch1 class=\"cf-title\"\u003eLaunch Your Own Coffee Brand in Days\u003c\/h1\u003e\n\u003cp class=\"cf-subtitle\"\u003eA premium coffee storefront designed for private-label coffee, branded packaging, and easy day-one selling.\u003c\/p\u003e\n\u003cul class=\"cf-feature-list\"\u003e\n\u003cli\u003eFast store build\u003c\/li\u003e\n\u003cli\u003eCustom design and branding\u003c\/li\u003e\n\u003cli\u003ePremium coffee-focused product pages\u003c\/li\u003e\n\u003cli\u003eOwnership transfer and support\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cf-hero-image\"\u003e\u003cimg alt=\"Coffee beans and freshly brewed coffee on a wooden table\" src=\"https:\/\/images.unsplash.com\/photo-1495474472287-4d71bcdd2085?auto=format\u0026amp;fit=crop\u0026amp;w=1200\u0026amp;q=80\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"cf-section\"\u003e\n\u003ch2 class=\"cf-heading\"\u003eWe Design Your Logo, Products and Website for You\u003c\/h2\u003e\n\u003cp class=\"cf-text-center\"\u003eThis layout is built for branded coffee stores that want a polished, premium look without becoming too wide inside Shopify product-description columns.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS \/ GALLERY --\u003e\n\u003cdiv class=\"cf-section\"\u003e\n\u003cdiv class=\"cf-grid cf-cards-3\"\u003e\n\u003cdiv class=\"cf-card\"\u003e\n\u003cimg alt=\"Coffee cup and beans beside coffee equipment\" src=\"https:\/\/images.unsplash.com\/photo-1509042239860-f550ce710b93?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003cdiv class=\"cf-card-body\"\u003e\n\u003ch3\u003ePremium Storefront\u003c\/h3\u003e\n\u003cp\u003eA coffee-focused homepage that feels warm, branded, and built for product trust.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cf-card\"\u003e\n\u003cimg alt=\"Coffee beans being poured into a bag\" src=\"https:\/\/images.unsplash.com\/photo-1517701604599-bb29b565090c?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003cdiv class=\"cf-card-body\"\u003e\n\u003ch3\u003eBranded Products\u003c\/h3\u003e\n\u003cp\u003eShowcase coffee bags, flavors, blends, and tea options with a cleaner private-label feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cf-card\"\u003e\n\u003cimg alt=\"Fresh coffee being brewed in a cafe setting\" src=\"https:\/\/images.unsplash.com\/photo-1447933601403-0c6688de566e?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003cdiv class=\"cf-card-body\"\u003e\n\u003ch3\u003eConversion Ready\u003c\/h3\u003e\n\u003cp\u003ePresent each product like a focused coffee sales page with benefits, story, and brand appeal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT RANGE --\u003e\n\u003cdiv class=\"cf-section cf-grid cf-split\"\u003e\n\u003cdiv class=\"cf-side-image\"\u003e\u003cimg alt=\"Assorted coffee beans and cups arranged for a coffee brand\" src=\"https:\/\/images.unsplash.com\/photo-1512568400610-62da28bc8a13?auto=format\u0026amp;fit=crop\u0026amp;w=1200\u0026amp;q=80\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cf-split-content\"\u003e\n\u003ch2\u003eOver 40+ Coffees and Teas\u003c\/h2\u003e\n\u003cp\u003eThis section is ideal for emphasizing variety: single origins, blends, flavored coffees, pods, and teas, all presented under your brand.\u003c\/p\u003e\n\u003cul class=\"cf-checks\"\u003e\n\u003cli\u003eSingle-origin coffees\u003c\/li\u003e\n\u003cli\u003eBlends and flavored options\u003c\/li\u003e\n\u003cli\u003eCoffee pods and teas\u003c\/li\u003e\n\u003cli\u003eYour branding on every product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GETTING STARTED --\u003e\n\u003cdiv class=\"cf-section cf-steps\"\u003e\n\u003ch2\u003eGetting Started Is Simple\u003c\/h2\u003e\n\u003cp\u003eUse a short process section to show how quickly the brand can move from order to launch.\u003c\/p\u003e\n\u003cul class=\"cf-step-list\"\u003e\n\u003cli\u003e1. Place your order\u003c\/li\u003e\n\u003cli\u003e2. Choose your brand name\u003c\/li\u003e\n\u003cli\u003e3. We build your store and load your products\u003c\/li\u003e\n\u003cli\u003e4. Review and approve\u003c\/li\u003e\n\u003cli\u003e5. Launch and start making sales\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- DAY 1 SELLING --\u003e\n\u003cdiv class=\"cf-section cf-banner\"\u003e\n\u003cdiv class=\"cf-banner-grid\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eStart Selling on Day 1\u003c\/h2\u003e\n\u003cp\u003eThis section works well for explaining the low-friction model: when an order comes in, the supplier handles roasting, packaging, and direct shipping to the customer.\u003c\/p\u003e\n\u003cul class=\"cf-checks\"\u003e\n\u003cli\u003eNo inventory to hold\u003c\/li\u003e\n\u003cli\u003eFresh-roasted coffee fulfillment\u003c\/li\u003e\n\u003cli\u003eYour logo on the packaging\u003c\/li\u003e\n\u003cli\u003eDirect shipping to your customers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg alt=\"Roasted coffee beans and coffee packaging concept\" src=\"https:\/\/images.unsplash.com\/photo-1459755486867-b55449bb39ff?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=\"cf-section\"\u003e\n\u003ch2 class=\"cf-heading\"\u003eWhy Choose This Coffee Store Style\u003c\/h2\u003e\n\u003cdiv class=\"cf-grid cf-metrics\"\u003e\n\u003cdiv class=\"cf-metric\"\u003e\n\u003cstrong\u003eReady to Sell\u003c\/strong\u003e \u003cspan\u003eA polished Shopify layout built around premium coffee products and clean presentation.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cf-metric\"\u003e\n\u003cstrong\u003ePrivate Label\u003c\/strong\u003e \u003cspan\u003eYour logo, your packaging style, and your store identity across every product page.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cf-metric\"\u003e\n\u003cstrong\u003eLow-Risk Model\u003c\/strong\u003e \u003cspan\u003ePosition the brand around strong margins without the burden of carrying inventory upfront.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MERCH --\u003e\n\u003cdiv class=\"cf-section cf-banner\"\u003e\n\u003cdiv class=\"cf-banner-grid\"\u003e\n\u003cdiv\u003e\n\u003ch2\u003eWant to Sell Branded Merch Too?\u003c\/h2\u003e\n\u003cp\u003eAdd mugs, tees, hoodies, and more to give the store a fuller coffee-brand experience and open up higher-margin add-on products.\u003c\/p\u003e\n\u003cul class=\"cf-checks\"\u003e\n\u003cli\u003eMugs and drinkware\u003c\/li\u003e\n\u003cli\u003eTees and hoodies\u003c\/li\u003e\n\u003cli\u003ePrint-on-demand supplier model\u003c\/li\u003e\n\u003cli\u003eStronger branded customer experience\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003cimg alt=\"Coffee mug and coffee shop lifestyle branding image\" src=\"https:\/\/images.unsplash.com\/photo-1511920170033-f8396924c348?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!-- REVIEWS STYLE --\u003e\n\u003cdiv class=\"cf-section\"\u003e\n\u003ch2 class=\"cf-heading\"\u003eWhy This Layout Works\u003c\/h2\u003e\n\u003cdiv class=\"cf-grid cf-reviews\"\u003e\n\u003cdiv class=\"cf-review\"\u003e\n\u003cimg alt=\"Coffee beans and espresso cup closeup\" src=\"https:\/\/images.unsplash.com\/photo-1461023058943-07fcbe16d735?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003ch4\u003eCoffee-Focused\u003c\/h4\u003e\n\u003cp\u003eThe visuals and tone feel more aligned with coffee branding than a generic ecommerce layout.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cf-review\"\u003e\n\u003cimg alt=\"Fresh coffee beans and coffee cup on rustic surface\" src=\"https:\/\/images.unsplash.com\/photo-1494314671902-399b18174975?auto=format\u0026amp;fit=crop\u0026amp;w=900\u0026amp;q=80\"\u003e\n\u003ch4\u003eWarm Presentation\u003c\/h4\u003e\n\u003cp\u003eSections are easy to scan and help explain the business model, product range, and branding clearly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cf-review\"\u003e\n\u003cimg alt=\"Coffee bag and brewed coffee branding concept\" src=\"https:\/\/images.unsplash.com\/photo-1445116572660-236099ec97a0?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=\"cf-section\"\u003e\n\u003ch2 class=\"cf-heading\"\u003eFAQs\u003c\/h2\u003e\n\u003cdiv class=\"cf-faq\"\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cmeta charset=\"utf-8\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eCan I choose my own domain name and logo?\u003cbr\u003e\u003c\/summary\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eYes. You can choose a name or we help you pick a brand name if you don't already have one, and we design your logo and branding based on your preferences. We will design 3 initial logo options for you to choose from. Once you approve, we move onto the store build.\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003e\u003cspan\u003eIf you don't like our initial 3 designs, let us know and we'll work with you until you love the logo!\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cmeta charset=\"utf-8\"\u003eWhat do I make per sale?\u003cbr\u003e\u003c\/summary\u003e\n\u003cp\u003eWe typically set your store’s pricing so that you earn\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003ebetween $4 and $28 profit per bag\u003c\/strong\u003e, depending on the product. Some products have higher margins than others, but the idea isn’t to make a huge profit on one sale, it’s about building a consistent brand that attracts repeat customers.\u003c\/p\u003e\n\u003cp\u003eYou can adjust your prices anytime. Many sellers find success offering\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003esubscriptions\u003c\/strong\u003e, which let customers receive a bag automatically every month, turning one-time buyers into recurring revenue, all without managing any inventory.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cmeta charset=\"utf-8\"\u003eCan I change the products later or add new ones?\u003cbr\u003e\u003c\/summary\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eAbsolutely. You’ll be able to add or remove any coffee or tea products in the future through your Shopify dashboard.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e\u003cmeta charset=\"utf-8\"\u003eWhere is the coffee shipped from?\u003cbr\u003e\u003c\/summary\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eAll coffee is roasted and shipped fresh from the USA (Chicago or California) directly to your customers.\u003c\/span\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":47671198384180,"sku":null,"price":190.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0757\/5096\/5300\/files\/Coffeebrandwebsiteshowcasecollage.png?v=1775683043","url":"https:\/\/thereadymadesites.com\/products\/coffee","provider":"Ready Made Sites","version":"1.0","type":"link"}