{"title":"Zeta Elegance Bag","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600\u0026amp;family=Cormorant+SC:wght@300;400;600\u0026amp;family=Lato:wght@300;400;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --royal: #1a2ea0;\n  --royal-dark: #152080;\n  --royal-deeper: #0f1a60;\n  --white: #ffffff;\n  --off-white: #f8f6f3;\n  --silver: #c8cdd6;\n  --text-dark: #1a1a2e;\n  --text-mid: #4a4a5a;\n}\n\nbody {\n  font-family: 'Lato', sans-serif;\n  color: var(--text-dark);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n\/* ─── SECTION 1: HERO ─── *\/\n.hero {\n  position: relative;\n  display: block;\n  overflow: hidden;\n  line-height: 0;\n}\n\n.hero-bg {\n  width: 100%;\n  height: auto;\n  display: block;\n  position: relative;\n  z-index: 0;\n}\n\n\/* hero is image only — no overlay, no text *\/\n\n\/* ─── SECTION 2: MEET THE DESIGNER ─── *\/\n.designer {\n  background: var(--white);\n  padding: 100px 48px;\n}\n\n.designer-inner {\n  max-width: 1100px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 420px 1fr;\n  gap: 80px;\n  align-items: center;\n}\n\n.designer-img img {\n  width: 100%;\n  display: block;\n}\n\n.designer-text .section-label {\n  font-family: 'Cormorant SC', serif;\n  font-size: clamp(1.8rem, 3vw, 3rem);\n  font-weight: 600;\n  color: #0a0a1a;\n  margin-bottom: 28px;\n  letter-spacing: 0.02em;\n}\n\n.designer-text .name {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.3rem;\n  font-style: italic;\n  color: var(--royal);\n  font-weight: 600;\n  margin-bottom: 20px;\n  letter-spacing: 0.02em;\n}\n\n.designer-text p {\n  font-size: 1rem;\n  line-height: 1.9;\n  color: #2a2a3a;\n  margin-bottom: 18px;\n  font-weight: 400;\n}\n\n\/* ─── SECTION 3: PRESIDENT QUOTE ─── *\/\n.president {\n  background: var(--royal);\n  padding: 90px 48px;\n  display: grid;\n  grid-template-columns: 1fr 460px;\n  gap: 60px;\n  align-items: center;\n  max-width: 100%;\n}\n\n.president-copy {\n  color: var(--white);\n  padding-left: calc((100vw - 1100px) \/ 2);\n}\n\n@media (max-width: 1200px) {\n  .president-copy { padding-left: 0; }\n}\n\n.president-eyebrow {\n  font-family: 'Lato', sans-serif;\n  font-size: 0.7rem;\n  letter-spacing: 0.35em;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.6);\n  margin-bottom: 36px;\n  font-weight: 700;\n}\n\n.open-quote {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 7rem;\n  line-height: 0.5;\n  color: rgba(255,255,255,0.3);\n  display: block;\n  margin-bottom: 20px;\n}\n\n.president-quote {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.8rem, 3.5vw, 3rem);\n  font-weight: 300;\n  line-height: 1.35;\n  color: var(--white);\n  margin-bottom: 36px;\n}\n\n.president-name {\n  font-family: 'Cormorant Garamond', serif;\n  font-style: italic;\n  font-size: 1.05rem;\n  color: rgba(255,255,255,0.75);\n}\n\n.president-name strong {\n  display: block;\n  font-style: normal;\n  font-weight: 400;\n  font-size: 0.88rem;\n  font-family: 'Lato', sans-serif;\n  letter-spacing: 0.08em;\n  color: rgba(255,255,255,0.55);\n  margin-top: 4px;\n  text-transform: uppercase;\n}\n\n.president-img {\n  padding-right: calc((100vw - 1100px) \/ 2);\n}\n\n@media (max-width: 1200px) {\n  .president-img { padding-right: 0; }\n}\n\n.president-img img {\n  width: 100%;\n  display: block;\n  max-height: 520px;\n  object-fit: cover;\n  object-position: center top;\n}\n\n\/* ─── SECTION 4: STORY BEHIND ─── *\/\n.story {\n  background: var(--white);\n  padding: 100px 48px;\n  text-align: center;\n}\n\n.story-title {\n  font-family: 'Cormorant SC', serif;\n  font-size: clamp(1.1rem, 2vw, 1.4rem);\n  font-weight: 600;\n  letter-spacing: 0.25em;\n  color: var(--royal);\n  margin-bottom: 60px;\n}\n\n.story-grid {\n  max-width: 1100px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 40px;\n}\n\n.story-card img {\n  width: 100%;\n  aspect-ratio: 3\/4;\n  object-fit: cover;\n  display: block;\n  margin-bottom: 24px;\n}\n\n.story-card h3 {\n  font-family: 'Cormorant Garamond', serif;\n  font-style: italic;\n  font-size: 1.3rem;\n  font-weight: 400;\n  color: var(--royal);\n  margin-bottom: 12px;\n}\n\n.story-card p {\n  font-size: 0.88rem;\n  line-height: 1.85;\n  color: var(--text-mid);\n  font-weight: 300;\n}\n\n\/* ─── SECTION 5: SHOP NOW ─── *\/\n.shopnow {\n  display: block;\n  width: 100%;\n  line-height: 0;\n}\n\n.shopnow img {\n  width: 100%;\n  display: block;\n  transition: opacity 0.2s ease;\n}\n\n.shopnow:hover img {\n  opacity: 0.92;\n}\n\n\/* ─── SECTION 6: FEATURES ─── *\/\n.features {\n  background: var(--royal);\n  padding: 90px 48px;\n}\n\n.features-inner {\n  max-width: 1100px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 420px;\n  gap: 60px;\n  align-items: center;\n}\n\n.features-left { }\n\n.features h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(1.8rem, 3vw, 2.6rem);\n  font-weight: 300;\n  color: var(--white);\n  margin-bottom: 48px;\n  letter-spacing: 0.05em;\n}\n\n.features-list {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n}\n\n.features-list li {\n  display: flex;\n  align-items: center;\n  gap: 20px;\n  padding: 20px 0;\n  border-bottom: 1px solid rgba(255,255,255,0.12);\n  text-align: left;\n  color: rgba(255,255,255,0.9);\n  font-family: 'Cormorant Garamond', serif;\n  font-size: 1.1rem;\n  font-weight: 300;\n  letter-spacing: 0.02em;\n}\n\n.features-list li:first-child {\n  border-top: 1px solid rgba(255,255,255,0.12);\n}\n\n.diamond-icon {\n  flex-shrink: 0;\n  width: 32px;\n  height: 32px;\n  opacity: 0.7;\n}\n\n.features-video {\n  border-radius: 2px;\n  overflow: hidden;\n  box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.1);\n}\n\n.features-video video {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n\/* ─── SECTION 7: LIMITED ─── *\/\n.limited {\n  background: var(--white);\n  padding: 100px 48px;\n}\n\n.limited-heading {\n  font-family: 'Cormorant SC', serif;\n  font-size: clamp(1.8rem, 3.5vw, 3rem);\n  color: var(--royal);\n  font-weight: 400;\n  text-align: center;\n  margin-bottom: 64px;\n  letter-spacing: 0.05em;\n}\n\n.limited-inner {\n  max-width: 1100px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: start;\n}\n\n.limited-left { }\n\n.limited-text p {\n  font-size: 0.95rem;\n  line-height: 1.95;\n  color: var(--text-mid);\n  font-weight: 300;\n  text-align: center;\n  margin-bottom: 36px;\n}\n\n.auth-card img {\n  width: 100%;\n  display: block;\n  border-radius: 6px;\n  box-shadow: 0 20px 60px rgba(0,0,0,0.15);\n}\n\n.model-photo img {\n  width: 100%;\n  display: block;\n  box-shadow: 0 16px 48px rgba(0,0,0,0.12);\n}\n\n\/* ─── FOOTER ─── *\/\nfooter {\n  background: var(--text-dark);\n  padding: 48px 24px;\n  text-align: center;\n  color: rgba(255,255,255,0.45);\n  font-size: 0.78rem;\n  letter-spacing: 0.1em;\n}\n\nfooter .brand {\n  font-family: 'Cormorant SC', serif;\n  font-size: 1.4rem;\n  color: rgba(255,255,255,0.75);\n  letter-spacing: 0.2em;\n  display: block;\n  margin-bottom: 10px;\n  font-weight: 300;\n}\n\n\/* ─── MOBILE ─── *\/\n@media (max-width: 900px) {\n  .designer-inner {\n    grid-template-columns: 1fr;\n    gap: 40px;\n  }\n\n  .designer { padding: 60px 24px; }\n\n  .president {\n    grid-template-columns: 1fr;\n    padding: 70px 24px;\n  }\n\n  .president-img {\n    order: -1;\n    padding-right: 0;\n  }\n\n  .story { padding: 70px 24px; }\n  .story-grid {\n    grid-template-columns: 1fr;\n    gap: 48px;\n  }\n\n  .features { padding: 70px 24px; }\n  .features-inner {\n    grid-template-columns: 1fr;\n    gap: 40px;\n  }\n\n  .limited { padding: 70px 24px; }\n  .limited-inner {\n    grid-template-columns: 1fr;\n    gap: 40px;\n  }\n}\n\u003c\/style\u003e\n\u003c!-- ═══ SECTION 1: HERO ═══ --\u003e\n\u003csection class=\"hero\"\u003e\u003cimg class=\"hero-bg\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2377\/6481\/files\/Zeta_mock.jpg\" alt=\"The Extraordinary Elegance Bag\"\u003e\u003c\/section\u003e\n\u003c!-- ═══ SECTION 2: MEET THE DESIGNER ═══ --\u003e\n\u003csection class=\"designer\"\u003e\n\u003cdiv class=\"designer-inner\"\u003e\n\u003cdiv class=\"designer-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2377\/6481\/files\/Alex_z.jpg\" alt=\"Alexandria Alli — Designer\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"designer-text\"\u003e\n\u003ch2 class=\"section-label\"\u003eMeet The Designer\u003c\/h2\u003e\n\u003cp class=\"name\"\u003eAlexandria Alli\u003c\/p\u003e\n\u003cp\u003eFounder and designer of F\u0026amp;W Style, a luxury handbag brand known for creating statement pieces that celebrate style, confidence, and legacy.\u003c\/p\u003e\n\u003cp\u003eI am also the designer behind the ChelseaKat Collection, featured on CBS's \u003cem\u003eBeyond the Gates\u003c\/em\u003e.\u003c\/p\u003e\n\u003cp\u003eCreating this commemorative bag for Zeta Phi Beta Sorority, Incorporated was an honor. More than a handbag, it is a celebration of sisterhood, service, scholarship, and the lasting legacy of Zeta women everywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ═══ SECTION 3: PRESIDENT QUOTE ═══ --\u003e\n\u003csection class=\"president\"\u003e\n\u003cdiv class=\"president-copy\"\u003e\n\u003cp class=\"president-eyebrow\"\u003eA Message From Our International President\u003c\/p\u003e\n\u003cspan class=\"open-quote\"\u003e“\u003c\/span\u003e\n\u003cblockquote class=\"president-quote\"\u003eExtraordinary women deserve extraordinary symbols of their legacy\u003c\/blockquote\u003e\n\u003cdiv class=\"president-name\"\u003eDr. Stacie NC Grant \u003cstrong\u003eInternational President \u0026amp; CEO\u003cbr\u003eZeta Phi Beta Sorority, Incorporated\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"president-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2377\/6481\/files\/Sorority_President.jpg\" alt=\"Dr. Stacie NC Grant\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ═══ SECTION 4: THE STORY ═══ --\u003e\n\u003csection class=\"story\"\u003e\n\u003ch2 class=\"story-title\"\u003eThe Story Behind Extraordinary Elegance\u003c\/h2\u003e\n\u003cdiv class=\"story-grid\"\u003e\n\u003cdiv class=\"story-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2377\/6481\/files\/draw.png\" alt=\"Design sketch\"\u003e\n\u003ch3\u003eDesigned with Purpose\u003c\/h3\u003e\n\u003cp\u003eEvery detail was intentionally designed to reflect sisterhood, service, and timeless elegance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"story-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2377\/6481\/files\/4zeta.png\" alt=\"Crystal rhinestone detail\"\u003e\n\u003ch3\u003eCrafted To Honor\u003c\/h3\u003e\n\u003cp\u003eFrom the hand-placed crystal rhinestones to the 5 pearls for each founder, each element represents the legacy of Zeta Phi Beta.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"story-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2377\/6481\/files\/2_zeta.png\" alt=\"The finished bag\"\u003e\n\u003ch3\u003eCrafted to Inspire\u003c\/h3\u003e\n\u003cp\u003eA limited edition keepsake for today's Zetas and the generations that will follow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ═══ SECTION 5: SHOP NOW ═══ --\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/www.fwstyle.com\/products\/ee-zeta-bag\" rel=\"noopener\" class=\"shopnow\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2377\/6481\/files\/Zeta_shop_now.jpg\" alt=\"Shop The Extraordinary Elegance Bag — $225\"\u003e \u003c\/a\u003e\u003c\/p\u003e\n\u003c!-- ═══ SECTION 6: FEATURES ═══ --\u003e\n\u003csection class=\"features\"\u003e\n\u003cdiv class=\"features-inner\"\u003e\n\u003cdiv class=\"features-left\"\u003e\n\u003ch2\u003eThe Extraordinary Elegance Bag\u003c\/h2\u003e\n\u003cul class=\"features-list\"\u003e\n\u003cli\u003e\n\u003csvg class=\"diamond-icon\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpolygon points=\"20,2 38,14 38,26 20,38 2,26 2,14\" stroke=\"white\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n            \u003cline x1=\"2\" y1=\"14\" x2=\"38\" y2=\"14\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"20\" y1=\"2\" x2=\"2\" y2=\"14\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"20\" y1=\"2\" x2=\"38\" y2=\"14\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"20\" y1=\"38\" x2=\"2\" y2=\"26\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"20\" y1=\"38\" x2=\"38\" y2=\"26\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"20\" y1=\"2\" x2=\"20\" y2=\"38\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e Hand-Placed Crystal Rhinestone Exterior\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg class=\"diamond-icon\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpolygon points=\"20,2 38,14 38,26 20,38 2,26 2,14\" stroke=\"white\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n            \u003cline x1=\"2\" y1=\"14\" x2=\"38\" y2=\"14\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"20\" y1=\"2\" x2=\"20\" y2=\"38\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e Top Handle With A Pearl For Every Founder\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg class=\"diamond-icon\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpolygon points=\"20,2 38,14 38,26 20,38 2,26 2,14\" stroke=\"white\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n            \u003cline x1=\"2\" y1=\"14\" x2=\"38\" y2=\"14\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"20\" y1=\"2\" x2=\"20\" y2=\"38\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e Silver Hardware\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg class=\"diamond-icon\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpolygon points=\"20,2 38,14 38,26 20,38 2,26 2,14\" stroke=\"white\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n            \u003cline x1=\"2\" y1=\"14\" x2=\"38\" y2=\"14\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"20\" y1=\"2\" x2=\"20\" y2=\"38\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e Removable Shoulder Strap\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg class=\"diamond-icon\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpolygon points=\"20,2 38,14 38,26 20,38 2,26 2,14\" stroke=\"white\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n            \u003cline x1=\"2\" y1=\"14\" x2=\"38\" y2=\"14\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"20\" y1=\"2\" x2=\"20\" y2=\"38\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e Spacious Interior with Premium Lining\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg class=\"diamond-icon\" viewbox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n            \u003cpolygon points=\"20,2 38,14 38,26 20,38 2,26 2,14\" stroke=\"white\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n            \u003cline x1=\"2\" y1=\"14\" x2=\"38\" y2=\"14\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"20\" y1=\"2\" x2=\"20\" y2=\"38\" stroke=\"white\" stroke-width=\"1\" opacity=\"0.3\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e Includes Protective Duster Bag \u0026amp; Numbered Authenticity Card\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-video\"\u003e\u003cvideo autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\"\u003e\n        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d92ac755b32842669c37ab69221b847f.mov\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ═══ SECTION 7: LIMITED \/ NUMBERED \/ IRREPLACEABLE ═══ --\u003e\n\u003csection class=\"limited\"\u003e\n\u003ch2 class=\"limited-heading\"\u003eLimited. Numbered. Irreplaceable.\u003c\/h2\u003e\n\u003cdiv class=\"limited-inner\"\u003e\n\u003cdiv class=\"limited-left\"\u003e\n\u003cdiv class=\"limited-text\"\u003e\n\u003cp\u003eEach bag is individually numbered out of 1,920 in representation of the year the Zeta Phi Beta was founded. The bag also includes a custom Authenticity Card that is personally signed by designer Alexandria Alli and International President \u0026amp; CEO Dr. Stacie NC Grant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"auth-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2377\/6481\/files\/auth_card.jpg\" alt=\"Certificate of Authenticity\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-photo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2377\/6481\/files\/model.png\" alt=\"Model with the Extraordinary Elegance Bag\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ═══ FOOTER ═══ --\u003e\u003cfooter\u003e\u003cspan class=\"brand\"\u003eF\u0026amp;W Style\u003c\/span\u003e © 2026 F\u0026amp;W Style × Zeta Phi Beta. All rights reserved.\u003c\/footer\u003e","products":[{"product_id":"ee-zeta-bag","title":"Zeta Elegance Bag","description":"\u003cp\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003e\u003cstrong\u003ePre Order Ships out Aug 30th\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eF\u0026amp;W Style × Zeta Phi Beta Sorority, Incorporated® Limited Edition Collaboration\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eCrafted exclusively for the women of Zeta Phi Beta Sorority, Incorporated®, the \u003c\/span\u003e\u003cspan\u003eExtraordinary Elegance Bag\u003c\/span\u003e\u003cspan\u003e is a timeless celebration of sisterhood, service, and style.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eMade from \u003c\/span\u003e\u003cspan\u003egenuine Napa leather\u003c\/span\u003e\u003cspan\u003e in signature Royal Zeta Blue and adorned with \u003c\/span\u003e\u003cspan\u003ehundreds of hand-placed crystals\u003c\/span\u003e\u003cspan\u003e, this limited-edition piece shines from every angle. The elegant \u003c\/span\u003e\u003cspan\u003efive-pearl handle\u003c\/span\u003e\u003cspan\u003e pays tribute to the cherished pearls of Zeta, while the luxurious interior is embossed with \u003c\/span\u003e\u003cspan\u003e“Finer”\u003c\/span\u003e\u003cspan\u003e and the \u003c\/span\u003e\u003cspan\u003eF\u0026amp;W Style\u003c\/span\u003e\u003cspan\u003e logo.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eEach bag includes a custom \u003c\/span\u003e\u003cspan\u003e1920 Finer dust bag\u003c\/span\u003e\u003cspan\u003e, authentication card, and detachable shoulder strap. More than a handbag, it’s a collectible keepsake designed to honor the legacy of finer women everywhere.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e20% of every purchase supports Zeta Phi Beta Sorority, Incorporated® and its impactful programs and initiatives.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eDimensions:\u003c\/span\u003e\u003cspan\u003e 10” L × 8” H × 4” W\u003c\/span\u003e\u003c\/p\u003e","brand":"F\u0026W Style","offers":[{"title":"Default Title","offer_id":47950597914789,"sku":null,"price":225.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2377\/6481\/files\/Elegance.png?v=1782621442"}],"url":"https:\/\/www.fwstyle.com\/collections\/zeta-elegance-bag.oembed","provider":"F\u0026W Style","version":"1.0","type":"link"}