{"product_id":"offer-builder-clarity-engine-app","title":"Offer Builder Clarity Engine App","description":"\u003cstyle\u003e\n\/* =========================================================\n   OFFER BUILDER\n   FULL-WIDTH SHOPIFY SALES PAGE\n   ========================================================= *\/\n\nhtml,\nbody {\n  overflow-x: hidden !important;\n}\n\n\/* ---------------------------------------------------------\n   STOP SHOPIFY PRODUCT IMAGE \/ MEDIA FROM STICKING\n   --------------------------------------------------------- *\/\n\n.template-product .product__column-sticky,\n.template-product .product__media-wrapper,\n.template-product .product__media-gallery,\n.template-product .product__media-container,\n.template-product .product-media-container,\n.template-product media-gallery,\n.template-product .product-gallery,\n.template-product [class*=\"product__media\"][class*=\"sticky\"],\n.template-product [class*=\"product-media\"][class*=\"sticky\"] {\n  position: static !important;\n  top: auto !important;\n  bottom: auto !important;\n  height: auto !important;\n  max-height: none !important;\n  align-self: flex-start !important;\n  transform: none !important;\n}\n\n.template-product .product,\n.template-product .product.grid {\n  align-items: flex-start !important;\n}\n\n\/* ---------------------------------------------------------\n   FULL WIDTH\n   --------------------------------------------------------- *\/\n\n#offer-builder-sales-page {\n  --pink: #fe019a;\n  --pink-dark: #d9007f;\n  --pink-soft: #fff1f9;\n  --black: #101012;\n  --gray: #66666d;\n  --light: #f8f8fa;\n  --line: #e9e9ed;\n\n  width: 100vw !important;\n  max-width: 100vw !important;\n  margin-left: calc(50% - 50vw) !important;\n  margin-right: calc(50% - 50vw) !important;\n  padding: 0 !important;\n  clear: both;\n\n  background: #fff;\n  color: var(--black);\n  font-family: Arial, Helvetica, sans-serif;\n  overflow: hidden;\n}\n\n#offer-builder-sales-page * {\n  box-sizing: border-box;\n}\n\n.ob-wrap {\n  width: min(1400px, 92%);\n  margin: 0 auto;\n}\n\n.ob-section {\n  padding: 90px 0;\n}\n\n.ob-center {\n  text-align: center;\n}\n\n.ob-pink {\n  color: var(--pink);\n}\n\n.ob-max {\n  max-width: 850px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.ob-kicker {\n  display: inline-block;\n  padding: 9px 14px;\n  margin-bottom: 18px;\n  border-radius: 999px;\n  background: var(--pink-soft);\n  color: var(--pink);\n  font-size: 12px;\n  font-weight: 900;\n  letter-spacing: .12em;\n  text-transform: uppercase;\n}\n\n#offer-builder-sales-page h1,\n#offer-builder-sales-page h2,\n#offer-builder-sales-page h3 {\n  margin-top: 0;\n  color: var(--black);\n  font-weight: 900;\n}\n\n#offer-builder-sales-page h1 {\n  margin-bottom: 24px;\n  font-size: clamp(48px, 6.7vw, 94px);\n  line-height: .95;\n  letter-spacing: -.055em;\n}\n\n#offer-builder-sales-page h2 {\n  margin-bottom: 22px;\n  font-size: clamp(36px, 4.6vw, 64px);\n  line-height: 1.02;\n  letter-spacing: -.045em;\n}\n\n#offer-builder-sales-page h3 {\n  margin-bottom: 12px;\n  font-size: 23px;\n  line-height: 1.18;\n}\n\n#offer-builder-sales-page p {\n  margin-top: 0;\n  color: #303036;\n  font-size: 18px;\n  line-height: 1.68;\n}\n\n.ob-lead {\n  font-size: 21px !important;\n}\n\n.ob-small {\n  font-size: 13px !important;\n  color: #78787d !important;\n}\n\n\/* =========================================================\n   GRID\n   ========================================================= *\/\n\n.ob-grid-2 {\n  display: grid;\n  grid-template-columns: minmax(0,1fr) minmax(0,1fr);\n  gap: 64px;\n  align-items: center;\n}\n\n.ob-grid-3 {\n  display: grid;\n  grid-template-columns: repeat(3,minmax(0,1fr));\n  gap: 22px;\n}\n\n.ob-grid-4 {\n  display: grid;\n  grid-template-columns: repeat(4,minmax(0,1fr));\n  gap: 20px;\n}\n\n.ob-image {\n  display: block;\n  width: 100%;\n  height: auto;\n  border-radius: 22px;\n  box-shadow: 0 20px 55px rgba(0,0,0,.10);\n}\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.ob-btn {\n  display: inline-block;\n  padding: 19px 34px;\n  border-radius: 999px;\n  background: var(--pink);\n  color: #fff !important;\n  font-size: 17px;\n  font-weight: 900;\n  line-height: 1.2;\n  text-decoration: none !important;\n  box-shadow: 0 14px 34px rgba(254,1,154,.24);\n  transition: transform .2s ease, background .2s ease;\n}\n\n.ob-btn:hover {\n  background: var(--pink-dark);\n  transform: translateY(-2px);\n  color: #fff !important;\n}\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.ob-hero {\n  padding: 78px 0 84px;\n  background:\n    radial-gradient(circle at 92% 8%, rgba(254,1,154,.12), transparent 30%),\n    linear-gradient(180deg,#fff 0%,#fff 68%,#fff6fb 100%);\n}\n\n.ob-hero-copy {\n  max-width: 720px;\n}\n\n.ob-meta {\n  margin-top: 17px;\n  color: #727278;\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n\/* =========================================================\n   DARK SECTIONS\n   ========================================================= *\/\n\n.ob-dark {\n  background: #0c0c0f;\n  color: #fff;\n}\n\n.ob-dark h2,\n.ob-dark h3,\n.ob-dark strong {\n  color: #fff !important;\n}\n\n.ob-dark p {\n  color: #e9e9eb !important;\n}\n\n\/* =========================================================\n   PAIN CARDS\n   ========================================================= *\/\n\n.ob-pain-grid {\n  display: grid;\n  grid-template-columns: repeat(2,minmax(0,1fr));\n  gap: 12px;\n  margin-top: 32px;\n}\n\n.ob-pain-item {\n  padding: 20px;\n  border: 1px solid #303036;\n  border-radius: 16px;\n  background: #19191d;\n  color: #fff;\n  font-size: 16px;\n  line-height: 1.48;\n}\n\n\/* =========================================================\n   CARDS\n   ========================================================= *\/\n\n.ob-card {\n  height: 100%;\n  padding: 28px;\n  border: 1px solid var(--line);\n  border-radius: 20px;\n  background: #fff;\n  box-shadow: 0 8px 25px rgba(0,0,0,.045);\n}\n\n.ob-card p:last-child {\n  margin-bottom: 0;\n}\n\n.ob-callout {\n  max-width: 900px;\n  margin: 34px auto 0;\n  padding: 26px 29px;\n  border-left: 5px solid var(--pink);\n  border-radius: 18px;\n  background: var(--pink-soft);\n}\n\n.ob-callout p:last-child {\n  margin-bottom: 0;\n}\n\n.ob-dark .ob-callout {\n  background: #25101e;\n}\n\n.ob-dark .ob-callout p,\n.ob-dark .ob-callout strong {\n  color: #fff !important;\n}\n\n\/* =========================================================\n   CHECKS\n   ========================================================= *\/\n\n.ob-checks {\n  display: grid;\n  grid-template-columns: repeat(2,minmax(0,1fr));\n  gap: 13px 25px;\n  margin-top: 26px;\n}\n\n.ob-check {\n  position: relative;\n  padding-left: 29px;\n  font-size: 17px;\n  line-height: 1.48;\n}\n\n.ob-check::before {\n  content: \"✓\";\n  position: absolute;\n  left: 0;\n  color: var(--pink);\n  font-weight: 900;\n}\n\n\/* =========================================================\n   FEATURE BLOCKS\n   ========================================================= *\/\n\n.ob-feature-grid {\n  display: grid;\n  grid-template-columns: repeat(2,minmax(0,1fr));\n  gap: 18px;\n  margin-top: 38px;\n}\n\n.ob-feature {\n  padding: 27px;\n  border: 1px solid var(--line);\n  border-radius: 19px;\n  background: #fff;\n}\n\n\/* =========================================================\n   FINAL CTA\n   ========================================================= *\/\n\n.ob-final {\n  padding: 66px 42px;\n  border-radius: 30px;\n  background:\n    radial-gradient(circle at 83% 10%, rgba(254,1,154,.25), transparent 30%),\n    #0c0c0f;\n  color: #fff;\n}\n\n.ob-final h2,\n.ob-final strong {\n  color: #fff !important;\n}\n\n.ob-final p {\n  color: #e9e9ec !important;\n}\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.ob-faq {\n  width: min(900px,100%);\n  margin: 0 auto;\n}\n\n.ob-faq details {\n  padding: 20px 0;\n  border-top: 1px solid var(--line);\n}\n\n.ob-faq details:last-child {\n  border-bottom: 1px solid var(--line);\n}\n\n.ob-faq summary {\n  cursor: pointer;\n  color: var(--black);\n  font-size: 18px;\n  font-weight: 800;\n}\n\n.ob-faq details p {\n  margin-top: 14px !important;\n}\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width: 990px) {\n\n  .ob-grid-2,\n  .ob-grid-3,\n  .ob-grid-4,\n  .ob-pain-grid,\n  .ob-feature-grid,\n  .ob-checks {\n    grid-template-columns: 1fr;\n  }\n\n  .ob-section {\n    padding: 64px 0;\n  }\n\n  .ob-hero {\n    padding: 56px 0 66px;\n  }\n\n  .ob-grid-2 {\n    gap: 38px;\n  }\n}\n\n@media(max-width: 600px) {\n\n  .ob-wrap {\n    width: 91%;\n  }\n\n  #offer-builder-sales-page h1 {\n    font-size: 44px;\n  }\n\n  #offer-builder-sales-page h2 {\n    font-size: 35px;\n  }\n\n  #offer-builder-sales-page p {\n    font-size: 17px;\n  }\n\n  .ob-btn {\n    display: block;\n    width: 100%;\n    padding: 18px 16px;\n  }\n\n  .ob-final {\n    padding: 42px 22px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"offer-builder-sales-page\"\u003e\n\n\u003c!-- =======================================================\n     HERO\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-hero\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-grid-2\"\u003e\n\n      \u003cdiv class=\"ob-hero-copy\"\u003e\n\n        \u003cspan class=\"ob-kicker\"\u003e\n          OFFER BUILDER\n        \u003c\/span\u003e\n\n        \u003ch1\u003e\n          YOUR PRODUCT MAY NOT BE THE PROBLEM.\n          \u003cspan class=\"ob-pink\"\u003e\n            YOUR OFFER MIGHT BE.\n          \u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp class=\"ob-lead\"\u003e\n\n          \u003cstrong\u003e\n            You know what you sell.\n            But can your customer immediately understand why they should want it?\n          \u003c\/strong\u003e\n\n        \u003c\/p\u003e\n\n        \u003cp class=\"ob-lead\"\u003e\n\n          Offer Builder guides you step by step through your customer,\n          problem, transformation, value, objections, positioning,\n          headline, CTA and final offer so you can stop trying to sell\n          something that still feels vague.\n\n        \u003c\/p\u003e\n\n        \u003cdiv style=\"margin-top:30px;\"\u003e\n\n          \u003ca class=\"ob-btn\" href=\"https:\/\/iglamor-bar-beauty.myshopify.com\/cart\/46505729851578:1?channel=buy_button\"\u003e\n\n            BUILD MY OFFER →\n\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ob-meta\"\u003e\n\n          Interactive digital tool • Guided field-by-field help •\n          Save multiple offers • Copy + print your finished offer brief\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cimg class=\"ob-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0506\/1771\/2826\/files\/ChatGPT_Image_Aug_28_2026_08_08_17_PM_3.png?v=1787962118\" alt=\"Offer Builder interactive digital tool\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     PAIN\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section ob-dark\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-center\"\u003e\n\n      \u003cspan class=\"ob-kicker\"\u003e\n        THIS IS WHERE SALES GET HARD\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        You keep trying to fix the marketing.\n\n        \u003cspan class=\"ob-pink\"\u003e\n          But the thing you’re marketing still isn’t clear.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n      \u003cp class=\"ob-lead ob-max\"\u003e\n\n        So you rewrite the ad.\n        Change the image.\n        Lower the price.\n        Add another bonus.\n        Try a new platform.\n\n        And still wonder why people are not responding.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ob-pain-grid\"\u003e\n\n      \u003cdiv class=\"ob-pain-item\"\u003e\n        You can explain everything your product includes, but struggle to explain why someone should care.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ob-pain-item\"\u003e\n        Your offer sounds good in your head, but when you write it out it feels generic, complicated or forgettable.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ob-pain-item\"\u003e\n        You keep adding features because the existing offer does not feel valuable enough.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ob-pain-item\"\u003e\n        You are not sure whether the problem is your price, positioning, promise, audience or offer itself.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ob-pain-item\"\u003e\n        Your sales page talks about what the product does, but not enough about what changes for the customer.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ob-pain-item\"\u003e\n        You sit down to write ads and sales copy before you have a clear message to build them around.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ob-pain-item\"\u003e\n        You know customers have objections, but you are not sure how to address them without sounding pushy.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ob-pain-item\"\u003e\n        You keep looking at competitors because you are not sure what makes your own offer worth choosing.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ob-callout\"\u003e\n\n      \u003cp\u003e\n\n        \u003cstrong\u003e\n          When the offer is unclear, every piece of marketing becomes harder.\n        \u003c\/strong\u003e\n\n        The headline becomes harder.\n        The ad becomes harder.\n        The landing page becomes harder.\n        The CTA becomes harder.\n\n        Because you are trying to communicate something you have not fully clarified yet.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     THE REAL PROBLEM\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section\"\u003e\n\n  \u003cdiv class=\"ob-wrap ob-center\"\u003e\n\n    \u003cspan class=\"ob-kicker\"\u003e\n      BEFORE YOU MAKE ANOTHER AD\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n\n      Can you answer these questions\n      \u003cspan class=\"ob-pink\"\u003e\n        without guessing?\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"ob-grid-3\" style=\"margin-top:40px;text-align:left;\"\u003e\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Who is this really for?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Not “everyone.”\n          Not “business owners.”\n          The specific person who is already experiencing the problem your offer addresses.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Why should they care?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          What becomes easier, clearer, faster, less frustrating or more valuable after they buy?\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Why this solution?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Why choose your offer instead of another product, DIY option, competitor or simply doing nothing?\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          What are you actually promising?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Can you explain the main useful outcome without exaggerating or drowning it in features?\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Why might they hesitate?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Price?\n          Time?\n          Trust?\n          Confusion?\n          “I can do this myself”?\n          Your offer needs to address the real hesitation.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Can you explain it in one sentence?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          If the offer takes five paragraphs just to understand, your customer may leave before they ever discover the value.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ob-callout\"\u003e\n\n      \u003cp\u003e\n\n        \u003cstrong\u003e\n          Offer Builder helps you work through those answers before you ask your ads, emails or sales page to do the heavy lifting.\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     PRODUCT INTRO\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section\" style=\"background:#fff5fb;\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"ob-kicker\"\u003e\n          NOT ANOTHER BLANK WORKSHEET\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          You don’t just get boxes to fill in.\n\n          \u003cspan class=\"ob-pink\"\u003e\n            You get guidance for what belongs in them.\n          \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          One of the hardest parts of building an offer is knowing what a question even means.\n\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n\n          What exactly is a “functional outcome”?\n\n          What counts as differentiation?\n\n          How do you describe the customer’s problem without immediately talking about your product?\n\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n\n          Offer Builder includes contextual help throughout the tool so you can tap the\n          \u003cstrong\u003e?\u003c\/strong\u003e\n          beside important fields and see:\n\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ob-checks\" style=\"grid-template-columns:1fr;\"\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            What the field actually means\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            How to think about your answer\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Questions to ask yourself\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Weak examples\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Stronger examples\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Common mistakes to avoid\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cimg class=\"ob-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0506\/1771\/2826\/files\/ChatGPT_Image_Aug_28_2026_08_08_16_PM_2.png?v=1787962117\" alt=\"Offer Builder on desktop tablet and mobile\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     WORKFLOW\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-center\"\u003e\n\n      \u003cspan class=\"ob-kicker\"\u003e\n        BUILD THE OFFER BEFORE YOU SELL THE OFFER\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        A guided process from\n        \u003cspan class=\"ob-pink\"\u003e\n          vague idea to clear offer.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n      \u003cp class=\"ob-max\"\u003e\n\n        Instead of jumping straight to a headline or price,\n        Offer Builder walks you through the thinking underneath the sale.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ob-grid-4\" style=\"margin-top:42px;\"\u003e\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          01. Understand the Customer\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Define who they are, what stage they are in, what is frustrating them,\n          what they already tried and what they want instead.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          02. Build the Value\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Turn features into functional outcomes, emotional outcomes and reasons the customer should care.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          03. Address Objections\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Think through price, time, trust, DIY alternatives, uncertainty and other reasons someone may hesitate.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          04. Position the Offer\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Clarify the main benefit, differentiation, headline, subheadline, CTA and sales angles.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     CUSTOMER CLARITY\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section ob-dark\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"ob-kicker\"\u003e\n          YOUR OFFER IS NOT FOR “EVERYONE”\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Stop trying to sell to a customer\n          \u003cspan class=\"ob-pink\"\u003e\n            you haven’t clearly defined.\n          \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          Offer Builder walks you through the customer’s current situation and desired state.\n\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ob-checks\" style=\"grid-template-columns:1fr;\"\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Target customer\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Current stage\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Main struggle\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            What frustrates them\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            What they already tried\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Why those solutions may have failed\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            What they want instead\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            What becomes easier\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            How they ideally want to feel\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cimg class=\"ob-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0506\/1771\/2826\/files\/ChatGPT_Image_Aug_28_2026_08_08_16_PM_1.png?v=1787962117\" alt=\"Offer Builder workspace\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     FEATURES VS VALUE\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-center\"\u003e\n\n      \u003cspan class=\"ob-kicker\"\u003e\n        FEATURES ARE NOT THE SAME AS VALUE\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        Stop telling people what it has.\n\n        \u003cspan class=\"ob-pink\"\u003e\n          Show them why it matters.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n      \u003cp class=\"ob-max\"\u003e\n\n        Customers rarely care about a feature simply because the feature exists.\n\n        They care about what it helps them do, avoid, gain, save, simplify or feel.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ob-grid-3\" style=\"margin-top:42px;\"\u003e\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Feature\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          What is included?\n\n          Example:\n          Weekly Content Planner\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Functional Outcome\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          What becomes easier because it exists?\n\n          Example:\n          Organize what to post each week.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Emotional Outcome\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Why does that matter emotionally?\n\n          Example:\n          Feel less overwhelmed staring at a blank content calendar.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ob-callout\"\u003e\n\n      \u003cp\u003e\n\n        \u003cstrong\u003e\n          FEATURE → WHAT IT DOES → FUNCTIONAL OUTCOME → EMOTIONAL OUTCOME → WHY IT MATTERS\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n\n        Offer Builder gives you a structured place to work through that transformation for the parts of your offer that actually matter.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     OBJECTIONS\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section\" style=\"background:#f8f8fa;\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cimg class=\"ob-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0506\/1771\/2826\/files\/ChatGPT_Image_Aug_28_2026_08_08_17_PM_4.png?v=1787962117\" alt=\"Offer Builder offer summary and features\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"ob-kicker\"\u003e\n          “I NEED TO THINK ABOUT IT.”\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Your customer’s hesitation\n          \u003cspan class=\"ob-pink\"\u003e\n            is part of the offer.\n          \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          Strong offers do not pretend objections do not exist.\n\n          They reduce uncertainty.\n\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n\n          Work through common objections such as:\n\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ob-checks\" style=\"grid-template-columns:1fr;\"\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            “It’s too expensive.”\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            “I don’t have time.”\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            “I’m not sure this is for me.”\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            “I can do this myself.”\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            “I need to think about it.”\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            “I tried something like this before.”\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            “I don’t trust this yet.”\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp style=\"margin-top:26px;\"\u003e\n\n          Then think through what needs clarification,\n          what proof may help,\n          whether the offer itself needs improvement,\n          and how to respond without sounding defensive or desperate.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     POSITIONING\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section\"\u003e\n\n  \u003cdiv class=\"ob-wrap ob-center\"\u003e\n\n    \u003cspan class=\"ob-kicker\"\u003e\n      WHEN YOU KNOW THE OFFER, THE COPY GETS EASIER\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n\n      Turn your strategy into\n      \u003cspan class=\"ob-pink\"\u003e\n        language you can actually use.\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ob-max\"\u003e\n\n      Once the offer itself is clearer, Offer Builder helps you organize the message around it.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"ob-grid-3\" style=\"margin-top:42px;text-align:left;\"\u003e\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          One-Sentence Offer\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Clarify what it is, who it is for, what it helps with and why it matters.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Value Proposition\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Define the primary benefit, secondary benefit, differentiator and strongest reason to care.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Sales Message\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Develop your headline, subheadline, CTA and supporting message around the actual offer.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Sales Angles\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Explore multiple ways to sell the same offer based on different pains, desires and reasons to care.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Positioning Check\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Make sure the customer, problem, benefit, difference and CTA are all understandable.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003ch3\u003e\n          Final Offer Summary\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Bring the entire strategy together into one organized brief you can actually use.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     FINAL SUMMARY\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section\" style=\"background:#fff5fb;\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"ob-kicker\"\u003e\n          STOP REBUILDING THE MESSAGE EVERY TIME\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Walk away with a complete\n          \u003cspan class=\"ob-pink\"\u003e\n            offer brief.\n          \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          Your final Offer Summary pulls together the important pieces of the strategy so they do not disappear into scattered notes.\n\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ob-checks\" style=\"grid-template-columns:1fr;\"\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Customer\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Main problem\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Desired outcome\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Core offer\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Transformation\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Features + outcomes\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Bonuses\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Objections\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Positioning\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Headline + CTA\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Sales angles\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Next step\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp style=\"margin-top:27px;\"\u003e\n\n          Copy your summary, print\/save it as a PDF,\n          duplicate an offer to create another version,\n          or return to any section and refine it.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\"\u003e\n\n        \u003cspan class=\"ob-kicker\"\u003e\n          OFFER READINESS CHECKLIST\n        \u003c\/span\u003e\n\n        \u003ch3 style=\"font-size:31px;\"\u003e\n          Before you call it finished...\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Review your offer from the customer’s point of view.\n\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ob-checks\" style=\"grid-template-columns:1fr;\"\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Is the target customer specific?\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Is the main problem clear?\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Is the benefit easy to understand?\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Are features connected to outcomes?\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Is the difference meaningful?\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Are major objections addressed?\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Is the promise credible?\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Is the CTA obvious?\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Can the entire offer be explained simply?\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     WHO IT'S FOR\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-center\"\u003e\n\n      \u003cspan class=\"ob-kicker\"\u003e\n        BUILD ALMOST ANY KIND OF OFFER\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        One framework.\n        \u003cspan class=\"ob-pink\"\u003e\n          Different businesses.\n        \u003c\/span\u003e\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"ob-grid-4\" style=\"margin-top:42px;\"\u003e\n\n      \u003cdiv class=\"ob-card\"\u003e\n        \u003ch3\u003eDigital Products\u003c\/h3\u003e\n        \u003cp\u003eGuides, templates, planners, ebooks and downloadable products.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ob-card\"\u003e\n        \u003ch3\u003eServices\u003c\/h3\u003e\n        \u003cp\u003eLocal services, beauty services, creative services and professional offers.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ob-card\"\u003e\n        \u003ch3\u003eCoaching + Consulting\u003c\/h3\u003e\n        \u003cp\u003eClarify the transformation, process, value and objections around expertise-based offers.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ob-card\"\u003e\n        \u003ch3\u003eEcommerce\u003c\/h3\u003e\n        \u003cp\u003eThink beyond product features and clarify why the item matters to the customer.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     HARD PAIN \/ DECISION\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section ob-dark\"\u003e\n\n  \u003cdiv class=\"ob-wrap ob-center\"\u003e\n\n    \u003cspan class=\"ob-kicker\"\u003e\n      BEFORE YOU BLAME THE ALGORITHM...\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n\n      Make sure the customer has a\n      \u003cspan class=\"ob-pink\"\u003e\n        reason to buy.\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n    \u003cp class=\"ob-lead ob-max\"\u003e\n\n      More traffic cannot automatically fix an offer people do not understand.\n\n      A prettier landing page cannot automatically fix unclear value.\n\n      Another ad variation cannot automatically fix a weak promise.\n\n    \u003c\/p\u003e\n\n    \u003cp class=\"ob-lead ob-max\"\u003e\n\n      Sometimes the next marketing move is not another campaign.\n\n      \u003cstrong\u003e\n        It is getting much clearer about what you are asking people to buy and why they should care.\n      \u003c\/strong\u003e\n\n    \u003c\/p\u003e\n\n    \u003cdiv style=\"margin-top:34px;\"\u003e\n\n      \u003ca class=\"ob-btn\" href=\"https:\/\/iglamor-bar-beauty.myshopify.com\/cart\/46505729851578:1?channel=buy_button\"\u003e\n\n        START BUILDING MY OFFER →\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     WHAT IT IS NOT\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"ob-kicker\"\u003e\n          SIMPLE BY DESIGN\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          This is not another giant course\n          you have to finish before you can use it.\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          Offer Builder is an interactive working tool.\n\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n\n          Open it.\n          Choose an offer.\n          Work through the questions.\n          Use the built-in guidance when you get stuck.\n          Save your answers.\n          Refine the message.\n          Leave with an organized offer brief.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ob-card\" style=\"\n        background:#111;\n        color:#fff;\n        border:none;\n        \"\u003e\n\n        \u003ch3 style=\"\n          color:#fff;\n          font-size:31px;\n          \"\u003e\n\n          What you are not buying:\n\n        \u003c\/h3\u003e\n\n        \u003cdiv class=\"ob-checks\" style=\"\n          grid-template-columns:1fr;\n          color:#fff;\n          \"\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Another folder of worksheets you forget about\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            A generic list of marketing prompts\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            A course you need hours to complete\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            A tool that expects you to already know offer strategy\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Fake “conversion scores”\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ob-check\"\u003e\n            Automatic promises that your offer will sell\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     FINAL CTA\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-final ob-center\"\u003e\n\n      \u003cspan class=\"ob-kicker\"\u003e\n        STOP TRYING TO SELL A VAGUE OFFER\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        Get clear on what you sell\n        before asking the customer to buy it.\n\n      \u003c\/h2\u003e\n\n      \u003cp class=\"ob-lead ob-max\"\u003e\n\n        Define the customer.\n        Clarify the problem.\n        Build the value.\n        Address the hesitation.\n        Position the offer.\n        Create the message.\n\n      \u003c\/p\u003e\n\n      \u003cp class=\"ob-lead ob-max\"\u003e\n\n        \u003cstrong\u003e\n          Then take that clarity into your ads, landing pages, emails,\n          product descriptions and sales content.\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n      \u003cdiv style=\"margin-top:34px;\"\u003e\n\n        \u003ca class=\"ob-btn\" href=\"https:\/\/iglamor-bar-beauty.myshopify.com\/cart\/46505729851578:1?channel=buy_button\"\u003e\n\n          GET OFFER BUILDER →\n\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"ob-small\" style=\"\n        color:#bfc0c4 !important;\n        margin-top:18px;\n        \"\u003e\n\n        Interactive digital tool • Guided offer creation •\n        Save and refine multiple offers\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     FAQ\n     ======================================================= --\u003e\n\n\u003csection class=\"ob-section\"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cdiv class=\"ob-faq\"\u003e\n\n      \u003cdiv class=\"ob-center\"\u003e\n\n        \u003cspan class=\"ob-kicker\"\u003e\n          FAQ\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Questions before you start?\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is Offer Builder a course?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          No. Offer Builder is an interactive browser-based tool designed to guide you through creating, clarifying and organizing an offer.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does it create my offer for me automatically?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          No. The purpose is to help you think through the important decisions behind the offer instead of generating generic answers for you. Contextual help throughout the tool explains what each field means and gives examples to help you develop stronger answers.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What kinds of offers can I build?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          You can use it for digital products, physical products, services, coaching, consulting, memberships, courses, beauty services, local services, ecommerce products and other types of offers.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I save more than one offer?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          Yes. You can create and save multiple offers, reopen them, edit them and duplicate an offer when you want to create another version.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          What does the built-in guidance do?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          Important fields include contextual help explaining how to think about the question, what belongs in the field, examples of weaker versus stronger answers and questions you can ask yourself when you get stuck.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I use my finished offer outside the tool?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          Yes. The Offer Summary brings your strategy together into one place. You can copy the summary or use the browser print function to save or print a version for your records.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does Offer Builder guarantee that my offer will sell?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          No. No tool can guarantee customer response, conversions, sales or profitability. Offer Builder is designed to help you think through and organize the fundamentals of your offer so you can communicate it more clearly and make more informed marketing decisions.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Where is my information stored?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          Your Offer Builder data is stored locally in the browser and device where you use the tool. It does not automatically sync between devices.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I use it on mobile?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          Yes. Offer Builder is designed to work on desktop and mobile browsers.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection style=\"\n  padding:25px 0 60px;\n  text-align:center;\n  \"\u003e\n\n  \u003cdiv class=\"ob-wrap\"\u003e\n\n    \u003cp class=\"ob-small\"\u003e\n\n      Digital product. Business, marketing and sales results are not guaranteed.\n\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =======================================================\n     MOVE SALES PAGE OUT OF SHOPIFY'S NARROW PRODUCT COLUMN\n     + DISABLE STICKY PRODUCT MEDIA\n     ======================================================= --\u003e\n\n\u003cscript\u003e\n(function () {\n\n  function fixOfferBuilderPage() {\n\n    var salesPage =\n      document.getElementById('offer-builder-sales-page');\n\n    if (!salesPage) return;\n\n\n    \/* Find Shopify main product section *\/\n\n    var mainProduct =\n      salesPage.closest('[id^=\"MainProduct-\"]');\n\n    if (!mainProduct) {\n\n      mainProduct =\n        document.querySelector(\n          '[id^=\"MainProduct-\"]'\n        );\n\n    }\n\n\n    var shopifySection = null;\n\n    if (mainProduct) {\n\n      shopifySection =\n        mainProduct.closest('.shopify-section');\n\n    }\n\n\n    \/* Move the custom sales page outside Shopify's narrow product grid *\/\n\n    if (\n      shopifySection \u0026\u0026\n      salesPage.parentNode !== shopifySection.parentNode\n    ) {\n\n      shopifySection.parentNode.insertBefore(\n        salesPage,\n        shopifySection.nextSibling\n      );\n\n    }\n\n\n    \/* Force full browser width *\/\n\n    salesPage.style.setProperty(\n      'width',\n      '100vw',\n      'important'\n    );\n\n    salesPage.style.setProperty(\n      'max-width',\n      '100vw',\n      'important'\n    );\n\n    salesPage.style.setProperty(\n      'margin-left',\n      'calc(50% - 50vw)',\n      'important'\n    );\n\n    salesPage.style.setProperty(\n      'margin-right',\n      'calc(50% - 50vw)',\n      'important'\n    );\n\n\n    \/* Disable sticky Shopify product media *\/\n\n    var stickySelectors = [\n\n      '.product__column-sticky',\n\n      '.product__media-wrapper',\n\n      '.product__media-gallery',\n\n      '.product__media-container',\n\n      '.product-media-container',\n\n      'media-gallery',\n\n      '.product-gallery',\n\n      '[class*=\"product__media\"][class*=\"sticky\"]',\n\n      '[class*=\"product-media\"][class*=\"sticky\"]'\n\n    ];\n\n\n    document\n      .querySelectorAll(\n        stickySelectors.join(',')\n      )\n      .forEach(function (el) {\n\n        el.style.setProperty(\n          'position',\n          'static',\n          'important'\n        );\n\n        el.style.setProperty(\n          'top',\n          'auto',\n          'important'\n        );\n\n        el.style.setProperty(\n          'bottom',\n          'auto',\n          'important'\n        );\n\n        el.style.setProperty(\n          'height',\n          'auto',\n          'important'\n        );\n\n        el.style.setProperty(\n          'max-height',\n          'none',\n          'important'\n        );\n\n        el.style.setProperty(\n          'transform',\n          'none',\n          'important'\n        );\n\n        el.style.setProperty(\n          'align-self',\n          'flex-start',\n          'important'\n        );\n\n      });\n\n\n    document\n      .querySelectorAll(\n        '.product, .product.grid'\n      )\n      .forEach(function (el) {\n\n        el.style.setProperty(\n          'align-items',\n          'flex-start',\n          'important'\n        );\n\n      });\n\n  }\n\n\n  if (document.readyState === 'loading') {\n\n    document.addEventListener(\n      'DOMContentLoaded',\n      fixOfferBuilderPage\n    );\n\n  } else {\n\n    fixOfferBuilderPage();\n\n  }\n\n\n  setTimeout(\n    fixOfferBuilderPage,\n    500\n  );\n\n})();\n\u003c\/script\u003e","brand":"iGlamor Bar Beauty","offers":[{"title":"Default Title","offer_id":46505729851578,"sku":null,"price":12.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0506\/1771\/2826\/files\/ChatGPTImageAug28_2026_08_08_16PM_1.png?v=1787962575","url":"https:\/\/igbbeauty.com\/products\/offer-builder-clarity-engine-app","provider":"iGlamor Bar Beauty","version":"1.0","type":"link"}