{"title":"Free Earrings","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003ctitle\u003eFree 2.0Ct Earrings With Engagement Ring Purchase | Agape Diamonds\u003c\/title\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e\n  \u003cstyle\u003e\n    :root {\n      --agape-navy: #0b2147;\n      --agape-gold: #c6a25a;\n      --agape-light: #f7f7f9;\n      --agape-dark: #1c2533;\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      color: var(--agape-dark);\n      background-color: #ffffff;\n      line-height: 1.6;\n    }\n\n    .free-earrings-page {\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 24px 16px 60px;\n    }\n\n    .hero {\n      display: grid;\n      grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);\n      gap: 32px;\n      align-items: center;\n      padding: 28px 24px;\n      border-radius: 18px;\n      background: radial-gradient(circle at top left, #f4efe7, #d7dde9);\n      overflow: hidden;\n    }\n\n    .hero-left {\n      max-width: 560px;\n    }\n\n    .hero-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 4px 14px;\n      border-radius: 999px;\n      border: 1px solid rgba(11, 33, 71, 0.18);\n      background-color: rgba(255, 255, 255, 0.9);\n      font-size: 11px;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      margin-bottom: 10px;\n      color: var(--agape-navy);\n    }\n\n    .hero-badge span.dot {\n      width: 6px;\n      height: 6px;\n      border-radius: 999px;\n      background: var(--agape-gold);\n    }\n\n    .hero-title {\n      font-size: clamp(26px, 3vw, 34px);\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      color: var(--agape-navy);\n      margin-bottom: 8px;\n    }\n\n    .hero-subtitle {\n      font-size: 16px;\n      margin-bottom: 16px;\n    }\n\n    .hero-offer-line {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--agape-gold);\n      margin-bottom: 8px;\n    }\n\n    .hero-details {\n      font-size: 14px;\n      color: #4b5563;\n      margin-bottom: 18px;\n    }\n\n    .hero-details strong {\n      font-weight: 600;\n      color: var(--agape-navy);\n    }\n\n    .hero-cta {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      align-items: center;\n      margin-bottom: 10px;\n    }\n\n    .btn-primary {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 6px;\n      padding: 10px 22px;\n      border-radius: 999px;\n      border: 1px solid transparent;\n      background: linear-gradient(135deg, var(--agape-gold), #e1c480);\n      color: #1b1b1b;\n      font-size: 13px;\n      font-weight: 600;\n      letter-spacing: 0.14em;\n      text-transform: uppercase;\n      text-decoration: none;\n      cursor: pointer;\n      transition: all 0.18s ease;\n      white-space: nowrap;\n    }\n\n    .btn-primary:hover {\n      filter: brightness(1.05);\n      transform: translateY(-1px);\n    }\n\n    .hero-note {\n      font-size: 12px;\n      color: #6b7280;\n    }\n\n    .hero-right {\n      display: flex;\n      flex-direction: column;\n      gap: 14px;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .hero-banner-img {\n      width: 100%;\n      border-radius: 14px;\n      overflow: hidden;\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);\n      background-color: #ffffff;\n    }\n\n    .hero-banner-img img {\n      display: block;\n      width: 100%;\n      height: auto;\n    }\n\n    .hero-product-img {\n      width: 100%;\n      max-width: 360px;\n      border-radius: 14px;\n      overflow: hidden;\n      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.09);\n      background-color: #ffffff;\n    }\n\n    .hero-product-img img {\n      display: block;\n      width: 100%;\n      height: auto;\n    }\n\n    .section {\n      margin-top: 40px;\n    }\n\n    .section-header {\n      text-align: center;\n      margin-bottom: 22px;\n    }\n\n    .section-title {\n      font-size: 20px;\n      font-weight: 700;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: var(--agape-navy);\n      margin-bottom: 6px;\n    }\n\n    .section-subtitle {\n      font-size: 14px;\n      color: #6b7280;\n      max-width: 520px;\n      margin: 0 auto;\n    }\n\n    .steps {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 18px;\n    }\n\n    .step-card {\n      padding: 16px 16px 18px;\n      border-radius: 14px;\n      background-color: var(--agape-light);\n      border: 1px solid #e2e4ec;\n    }\n\n    .step-number {\n      width: 26px;\n      height: 26px;\n      border-radius: 999px;\n      border: 1px solid rgba(11, 33, 71, 0.3);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 13px;\n      font-weight: 600;\n      color: var(--agape-navy);\n      margin-bottom: 8px;\n    }\n\n    .step-title {\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 4px;\n      color: var(--agape-navy);\n    }\n\n    .step-text {\n      font-size: 13px;\n      color: #4b5563;\n    }\n\n    .details-grid {\n      display: grid;\n      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);\n      gap: 20px;\n      align-items: flex-start;\n    }\n\n    .detail-card {\n      padding: 18px 18px 20px;\n      border-radius: 16px;\n      background-color: #ffffff;\n      border: 1px solid #e2e4ec;\n    }\n\n    .detail-title {\n      font-size: 16px;\n      font-weight: 600;\n      margin-bottom: 8px;\n      color: var(--agape-navy);\n    }\n\n    .detail-text {\n      font-size: 14px;\n      color: #4b5563;\n      margin-bottom: 10px;\n    }\n\n    .detail-list {\n      list-style: none;\n      padding-left: 0;\n      font-size: 14px;\n      color: #4b5563;\n    }\n\n    .detail-list li {\n      display: flex;\n      gap: 6px;\n      margin-bottom: 6px;\n    }\n\n    .detail-list span.bullet {\n      font-size: 16px;\n      line-height: 1.3;\n    }\n\n    .fine-print {\n      margin-top: 14px;\n      font-size: 11px;\n      color: #8b93a3;\n      text-align: center;\n    }\n\n    @media (max-width: 900px) {\n      .hero {\n        grid-template-columns: minmax(0, 1fr);\n        padding: 22px 18px;\n      }\n      .hero-right {\n        order: -1;\n      }\n      .steps {\n        grid-template-columns: repeat(2, minmax(0, 1fr));\n      }\n      .details-grid {\n        grid-template-columns: minmax(0, 1fr);\n      }\n    }\n\n    @media (max-width: 640px) {\n      .free-earrings-page {\n        padding: 18px 12px 40px;\n      }\n      .steps {\n        grid-template-columns: minmax(0, 1fr);\n      }\n    }\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"free-earrings-page\"\u003e\n    \u003c!-- HERO --\u003e\n    \u003csection class=\"hero\"\u003e\n      \u003cdiv class=\"hero-left\"\u003e\n        \u003cdiv class=\"hero-badge\"\u003e\n          \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n          \u003cspan\u003eLimited Time Offer\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ch1 class=\"hero-title\"\u003eFree Earrings With Purchase\u003c\/h1\u003e\n\n        \u003cp class=\"hero-subtitle\"\u003e\n          For a limited time, receive a \u003cstrong\u003efree pair of 2.0CTW round cut stud earrings\u003c\/strong\u003e with the purchase of any engagement ring.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"hero-offer-line\"\u003e\n          2.0Ct Total Weight • 1.0Ct Each Ear • 14K White Gold\n        \u003c\/div\u003e\n\n        \u003cp class=\"hero-details\"\u003e\n          When you purchase any \u003cstrong\u003eAgape Diamonds engagement ring\u003c\/strong\u003e on this site, we’ll include a stunning pair of\n          \u003cstrong\u003e2.0Ct round cut stud earrings (1.0Ct each)\u003c\/strong\u003e in \u003cstrong\u003e14K white gold\u003c\/strong\u003e — absolutely free.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"hero-cta\"\u003e\n          \u003c!-- Update this link to your actual engagement ring collection on Shopify --\u003e\n          \u003ca href=\"\/collections\/engagement-rings\" class=\"btn-primary\"\u003e\n            Shop Engagement Rings →\n          \u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"hero-note\"\u003e\n          Free earrings automatically included with qualifying engagement ring orders while supplies last.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hero-right\"\u003e\n        \u003c!-- Banner image: “Free Earrings With Purchase” --\u003e\n        \u003cdiv class=\"hero-banner-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0586\/4046\/6093\/files\/Free_Earrings_With_Purchase.png?v=1763066245\" alt=\"Free Earrings With Purchase - Agape Diamonds\"\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Product \/ lifestyle image --\u003e\n        \u003cdiv class=\"hero-product-img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0586\/4046\/6093\/files\/Screenshot_2024-05-28_at_2.53.12_PM_7383ee1f-50ed-4dab-b626-98e53d186e6c.png?v=1763066252\" alt=\"2.0Ct Round Cut Diamond Stud Earrings in 14K White Gold\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- HOW IT WORKS --\u003e\n    \u003csection class=\"section\"\u003e\n      \u003cdiv class=\"section-header\"\u003e\n        \u003ch2 class=\"section-title\"\u003eHow It Works\u003c\/h2\u003e\n        \u003cp class=\"section-subtitle\"\u003e\n          Claiming your free 2.0Ct round cut stud earrings is simple. Just choose your dream engagement ring and check out as usual.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"steps\"\u003e\n        \u003cdiv class=\"step-card\"\u003e\n          \u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n          \u003cdiv class=\"step-title\"\u003eChoose Your Engagement Ring\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n            Browse our collection of stunning engagement rings and add your favorite style to the cart in your preferred metal and center stone.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"step-card\"\u003e\n          \u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"step-title\"\u003eComplete Your Purchase\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n            Proceed to checkout and place your order as usual. No additional steps or codes are needed to qualify for the free earrings.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"step-card\"\u003e\n          \u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n          \u003cdiv class=\"step-title\"\u003eReceive Your Free Earrings\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n            Your \u003cstrong\u003e2.0Ct round cut stud earrings in 14K white gold\u003c\/strong\u003e will be included with your shipment at no extra charge.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- DETAILS \u0026 FAQ --\u003e\n    \u003csection class=\"section\"\u003e\n      \u003cdiv class=\"details-grid\"\u003e\n        \u003cdiv class=\"detail-card\"\u003e\n          \u003ch3 class=\"detail-title\"\u003eAbout The Free Earrings\u003c\/h3\u003e\n          \u003cp class=\"detail-text\"\u003e\n            These beautiful studs are designed to deliver maximum sparkle and everyday wearability — a perfect complement to your new engagement ring.\n          \u003c\/p\u003e\n\n          \u003cul class=\"detail-list\"\u003e\n            \u003cli\u003e\n              \u003cspan class=\"bullet\"\u003e•\u003c\/span\u003e\n              \u003cspan\u003e\u003cstrong\u003e2.0Ct total weight\u003c\/strong\u003e (1.0Ct per earring)\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cspan class=\"bullet\"\u003e•\u003c\/span\u003e\n              \u003cspan\u003e\u003cstrong\u003eRound cut\u003c\/strong\u003e for classic brilliance\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cspan class=\"bullet\"\u003e•\u003c\/span\u003e\n              \u003cspan\u003e\u003cstrong\u003e14K white gold\u003c\/strong\u003e setting for a timeless look\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cspan class=\"bullet\"\u003e•\u003c\/span\u003e\n              \u003cspan\u003eSecure, comfortable backs designed for everyday wear\u003c\/span\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"detail-card\"\u003e\n          \u003ch3 class=\"detail-title\"\u003eOffer Terms \u0026amp; FAQ\u003c\/h3\u003e\n          \u003cp class=\"detail-text\"\u003e\n            A few quick details to help you understand how this promotion works:\n          \u003c\/p\u003e\n          \u003cul class=\"detail-list\"\u003e\n            \u003cli\u003e\n              \u003cspan class=\"bullet\"\u003e✔\u003c\/span\u003e\n              \u003cspan\u003eFree earrings are available \u003cstrong\u003ewith the purchase of any engagement ring\u003c\/strong\u003e on this site.\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cspan class=\"bullet\"\u003e✔\u003c\/span\u003e\n              \u003cspan\u003eOffer is valid for a limited time only and \u003cstrong\u003ewhile supplies last\u003c\/strong\u003e.\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cspan class=\"bullet\"\u003e✔\u003c\/span\u003e\n              \u003cspan\u003eOne free pair of earrings per qualifying engagement ring order.\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli\u003e\n              \u003cspan class=\"bullet\"\u003e✔\u003c\/span\u003e\n              \u003cspan\u003eStandard return and exchange policies apply to your engagement ring purchase.\u003c\/span\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"fine-print\"\u003e\n        Promotion subject to change or cancellation at any time. Free earrings have no cash value and cannot be substituted or exchanged for credit.\n        Please contact our customer care team if you have any questions about eligibility or availability.\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n\n\u003c\/body\u003e","products":[],"url":"https:\/\/agapediamonds.com\/collections\/free-earrings-with-agape-diamonds-purchase.oembed","provider":"Agape Diamonds","version":"1.0","type":"link"}