{"product_id":"the-clover-set","title":"Clover Jewellery Set — Necklace, Bracelet \u0026 Stud Earrings","description":"\u003cstyle\u003e\n\/* =========================================================\n   VALECOURT \u0026 CO. · THE CLOVER SET · PREMIUM BRAND SECTION\n   Shopify-safe snippet · responsive inside narrow containers\n   ========================================================= *\/\n\n.vcx-shell,\n.vcx-shell * {\n  box-sizing: border-box;\n}\n\n.vcx-shell {\n  --vcx-noir: #171717;\n  --vcx-ink: #2b2926;\n  --vcx-copy: #726d65;\n  --vcx-muted: #a29a8e;\n  --vcx-white: #ffffff;\n  --vcx-ivory: #faf7f1;\n  --vcx-cream: #f5efe5;\n  --vcx-line: #e8dfd2;\n  --vcx-gold: #ad8950;\n  --vcx-gold-soft: #d6bd8d;\n  --vcx-green: #16563a;\n  --vcx-red: #8d1f21;\n  --vcx-black: #17181a;\n  --vcx-pearl: #f1ece2;\n\n  width: 100%;\n  max-width: 1040px;\n  margin: 0 auto;\n  overflow: hidden;\n  background: var(--vcx-white);\n  color: var(--vcx-ink);\n  font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n  line-height: 1.65;\n  container-type: inline-size;\n}\n\n.vcx-shell h2,\n.vcx-shell h3,\n.vcx-shell h4,\n.vcx-shell p {\n  margin-top: 0;\n}\n\n.vcx-section {\n  position: relative;\n  padding: clamp(44px, 6cqi, 74px) clamp(22px, 5cqi, 58px);\n  border-bottom: 1px solid var(--vcx-line);\n}\n\n.vcx-section:last-child {\n  border-bottom: 0;\n}\n\n.vcx-kicker {\n  margin: 0 0 14px;\n  color: var(--vcx-gold);\n  font-size: 10px;\n  font-weight: 700;\n  line-height: 1.4;\n  letter-spacing: .24em;\n  text-transform: uppercase;\n}\n\n.vcx-heading {\n  max-width: 760px;\n  margin: 0;\n  color: var(--vcx-noir);\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(30px, 5.2cqi, 50px);\n  font-weight: 400;\n  line-height: 1.08;\n  letter-spacing: -.025em;\n}\n\n.vcx-heading em {\n  color: var(--vcx-gold);\n  font-style: italic;\n}\n\n.vcx-subheading {\n  max-width: 630px;\n  margin: 18px 0 0;\n  color: var(--vcx-copy);\n  font-size: 15px;\n  line-height: 1.75;\n}\n\n.vcx-rule {\n  width: 56px;\n  height: 2px;\n  margin: 0 0 24px;\n  background: var(--vcx-gold);\n}\n\n\/* HERO *\/\n.vcx-hero {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) minmax(210px, .62fr);\n  min-height: 430px;\n  background: var(--vcx-ivory);\n}\n\n.vcx-hero-copy {\n  display: flex;\n  min-width: 0;\n  padding: clamp(52px, 7cqi, 86px) clamp(26px, 6cqi, 68px);\n  flex-direction: column;\n  justify-content: center;\n}\n\n.vcx-hero-art {\n  position: relative;\n  min-height: 100%;\n  overflow: hidden;\n  border-left: 1px solid var(--vcx-line);\n  background:\n    radial-gradient(circle at 30% 20%, rgba(255,255,255,.85), transparent 34%),\n    linear-gradient(145deg, #f7f1e8 0%, #eee3d3 100%);\n}\n\n.vcx-hero-art::before,\n.vcx-hero-art::after {\n  content: \"\";\n  position: absolute;\n  border: 1px solid rgba(173, 137, 80, .55);\n  transform: rotate(45deg);\n}\n\n.vcx-hero-art::before {\n  width: 132px;\n  height: 132px;\n  top: 50%;\n  left: 50%;\n  border-radius: 42% 42% 16% 42%;\n  box-shadow:\n    -47px -47px 0 -1px rgba(255,255,255,.92),\n    47px -47px 0 -1px rgba(255,255,255,.92),\n    47px 47px 0 -1px rgba(255,255,255,.92),\n    -47px 47px 0 -1px rgba(255,255,255,.92);\n  transform: translate(-50%, -50%) rotate(45deg);\n}\n\n.vcx-hero-art::after {\n  width: 210px;\n  height: 210px;\n  top: 50%;\n  left: 50%;\n  border-radius: 50%;\n  border-color: rgba(173, 137, 80, .16);\n  transform: translate(-50%, -50%);\n}\n\n.vcx-trust {\n  display: flex;\n  margin-top: 28px;\n  flex-wrap: wrap;\n  gap: 10px 18px;\n}\n\n.vcx-trust span {\n  display: inline-flex;\n  align-items: center;\n  color: var(--vcx-copy);\n  font-size: 12px;\n  white-space: nowrap;\n}\n\n.vcx-trust span::before {\n  content: \"\";\n  width: 5px;\n  height: 5px;\n  margin-right: 8px;\n  border-radius: 50%;\n  background: var(--vcx-gold);\n}\n\n\/* COLOURWAYS *\/\n.vcx-colour-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  margin-top: 30px;\n  gap: 12px;\n}\n\n.vcx-colour-card {\n  min-width: 0;\n  padding: 24px 16px 20px;\n  border: 1px solid var(--vcx-line);\n  background: var(--vcx-white);\n  text-align: center;\n  transition:\n    transform .28s ease,\n    border-color .28s ease,\n    box-shadow .28s ease;\n}\n\n.vcx-colour-card:hover {\n  transform: translateY(-4px);\n  border-color: #d8c5a3;\n  box-shadow: 0 14px 34px rgba(23, 23, 23, .07);\n}\n\n.vcx-swatch {\n  display: block;\n  width: 34px;\n  height: 34px;\n  margin: 0 auto 14px;\n  border: 1px solid rgba(173, 137, 80, .72);\n  border-radius: 50%;\n  box-shadow: inset 0 0 0 5px var(--vcx-white);\n}\n\n.vcx-swatch--green { background: var(--vcx-green); }\n.vcx-swatch--white { background: var(--vcx-pearl); }\n.vcx-swatch--black { background: var(--vcx-black); }\n.vcx-swatch--red   { background: var(--vcx-red); }\n\n.vcx-colour-card strong {\n  display: block;\n  color: var(--vcx-noir);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: .16em;\n  text-transform: uppercase;\n}\n\n.vcx-colour-card small {\n  display: block;\n  margin-top: 5px;\n  color: var(--vcx-copy);\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 14px;\n  font-style: italic;\n}\n\n\/* EDITORIAL BAND *\/\n.vcx-editorial {\n  padding: clamp(46px, 6cqi, 70px) clamp(24px, 6cqi, 70px);\n  background: var(--vcx-noir);\n  color: var(--vcx-white);\n  text-align: center;\n}\n\n.vcx-editorial p {\n  max-width: 720px;\n  margin: 0 auto;\n  color: var(--vcx-white);\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(25px, 4.2cqi, 38px);\n  font-weight: 400;\n  line-height: 1.28;\n}\n\n.vcx-editorial span {\n  color: var(--vcx-gold-soft);\n  font-style: italic;\n}\n\n\/* BENEFITS *\/\n.vcx-benefit-grid {\n  display: grid;\n  grid-template-columns: repeat(4, minmax(0, 1fr));\n  margin-top: 32px;\n  border-top: 1px solid var(--vcx-line);\n  border-left: 1px solid var(--vcx-line);\n}\n\n.vcx-benefit {\n  min-width: 0;\n  padding: 28px 22px;\n  border-right: 1px solid var(--vcx-line);\n  border-bottom: 1px solid var(--vcx-line);\n  background: rgba(250, 247, 241, .45);\n}\n\n.vcx-benefit-num {\n  display: block;\n  margin-bottom: 16px;\n  color: var(--vcx-gold);\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 22px;\n  font-style: italic;\n}\n\n.vcx-benefit h4 {\n  margin: 0 0 8px;\n  color: var(--vcx-noir);\n  font-size: 14px;\n  font-weight: 650;\n  line-height: 1.4;\n}\n\n.vcx-benefit p {\n  margin: 0;\n  color: var(--vcx-copy);\n  font-size: 13.5px;\n  line-height: 1.65;\n}\n\n\/* IN THE BOX *\/\n.vcx-box-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  margin-top: 30px;\n  gap: 14px;\n}\n\n.vcx-box-card {\n  min-width: 0;\n  padding: 28px 22px;\n  border: 1px solid var(--vcx-line);\n  background: var(--vcx-white);\n}\n\n.vcx-box-card h4 {\n  margin: 0 0 7px;\n  color: var(--vcx-noir);\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 21px;\n  font-weight: 400;\n}\n\n.vcx-box-card p {\n  margin: 0;\n  color: var(--vcx-copy);\n  font-size: 13.5px;\n}\n\n.vcx-box-card strong {\n  color: var(--vcx-gold);\n  font-weight: 600;\n}\n\n\/* DETAILS *\/\n.vcx-detail-wrap {\n  display: grid;\n  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);\n  margin-top: 30px;\n  gap: 34px;\n}\n\n.vcx-detail-note {\n  padding: 28px;\n  background: var(--vcx-ivory);\n  border: 1px solid var(--vcx-line);\n}\n\n.vcx-detail-note h4 {\n  margin: 0 0 10px;\n  color: var(--vcx-noir);\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 23px;\n  font-weight: 400;\n}\n\n.vcx-detail-note p {\n  margin: 0;\n  color: var(--vcx-copy);\n  font-size: 14px;\n}\n\n.vcx-spec {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 13.5px;\n}\n\n.vcx-spec tr {\n  border-bottom: 1px solid var(--vcx-line);\n}\n\n.vcx-spec td {\n  padding: 15px 0;\n  vertical-align: top;\n}\n\n.vcx-spec td:first-child {\n  width: 36%;\n  padding-right: 18px;\n  color: var(--vcx-muted);\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: .14em;\n  text-transform: uppercase;\n}\n\n.vcx-spec td:last-child {\n  color: var(--vcx-ink);\n  text-align: right;\n}\n\n\/* CLOSING *\/\n.vcx-closing {\n  padding: clamp(58px, 7cqi, 84px) clamp(24px, 6cqi, 70px);\n  background: var(--vcx-cream);\n  text-align: center;\n}\n\n.vcx-closing .vcx-heading,\n.vcx-closing .vcx-subheading {\n  margin-right: auto;\n  margin-left: auto;\n}\n\n.vcx-closing .vcx-subheading {\n  max-width: 520px;\n}\n\n.vcx-closing-line {\n  width: 48px;\n  height: 2px;\n  margin: 0 auto 24px;\n  background: var(--vcx-gold);\n}\n\n\/* RESPONSIVE *\/\n@container (max-width: 760px) {\n  .vcx-hero {\n    grid-template-columns: 1fr;\n  }\n\n  .vcx-hero-art {\n    min-height: 220px;\n    border-top: 1px solid var(--vcx-line);\n    border-left: 0;\n  }\n\n  .vcx-colour-grid,\n  .vcx-benefit-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .vcx-box-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .vcx-detail-wrap {\n    grid-template-columns: 1fr;\n  }\n}\n\n@container (max-width: 430px) {\n  .vcx-section {\n    padding: 38px 18px;\n  }\n\n  .vcx-hero-copy {\n    padding: 46px 20px;\n  }\n\n  .vcx-colour-grid {\n    gap: 9px;\n  }\n\n  .vcx-colour-card {\n    padding: 20px 10px 17px;\n  }\n\n  .vcx-benefit-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .vcx-detail-note {\n    padding: 22px 18px;\n  }\n\n  .vcx-spec td {\n    padding: 13px 0;\n  }\n\n  .vcx-spec td:first-child {\n    width: 42%;\n    padding-right: 12px;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .vcx-colour-card {\n    transition: none;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"vcx-shell\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"vcx-hero\"\u003e\n\u003cdiv class=\"vcx-hero-copy\"\u003e\n\u003cdiv class=\"vcx-rule\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"vcx-kicker\"\u003eThe Clover Jewellery Set\u003c\/p\u003e\n\u003ch2 class=\"vcx-heading\"\u003eThree pieces.\u003cbr\u003e\u003cem\u003eOne signature look.\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"vcx-subheading\"\u003eA matching necklace, bracelet and pair of stud earrings, finished in one refined clover colour.\u003c\/p\u003e\n\u003cdiv class=\"vcx-trust\"\u003e\n\u003cspan\u003e18K gold-tone\u003c\/span\u003e \u003cspan\u003eWater-resistant\u003c\/span\u003e \u003cspan\u003eHypoallergenic\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLOURS --\u003e\n\u003csection class=\"vcx-section\"\u003e\n\u003cp class=\"vcx-kicker\"\u003eChoose your colour\u003c\/p\u003e\n\u003ch3 class=\"vcx-heading\"\u003eA shade that feels like yours.\u003c\/h3\u003e\n\u003cp class=\"vcx-subheading\"\u003eThe same complete three-piece set, available in four signature tones.\u003c\/p\u003e\n\u003cdiv class=\"vcx-colour-grid\"\u003e\n\u003carticle class=\"vcx-colour-card\"\u003e\u003cspan class=\"vcx-swatch vcx-swatch--green\"\u003e\u003c\/span\u003e \u003cstrong\u003eGreen\u003c\/strong\u003e \u003csmall\u003eThe signature\u003c\/small\u003e\u003c\/article\u003e\n\u003carticle class=\"vcx-colour-card\"\u003e\u003cspan class=\"vcx-swatch vcx-swatch--white\"\u003e\u003c\/span\u003e \u003cstrong\u003eWhite\u003c\/strong\u003e \u003csmall\u003eThe soft one\u003c\/small\u003e\u003c\/article\u003e\n\u003carticle class=\"vcx-colour-card\"\u003e\u003cspan class=\"vcx-swatch vcx-swatch--black\"\u003e\u003c\/span\u003e \u003cstrong\u003eBlack\u003c\/strong\u003e \u003csmall\u003eThe classic\u003c\/small\u003e\u003c\/article\u003e\n\u003carticle class=\"vcx-colour-card\"\u003e\u003cspan class=\"vcx-swatch vcx-swatch--red\"\u003e\u003c\/span\u003e \u003cstrong\u003eRed\u003c\/strong\u003e \u003csmall\u003eThe statement\u003c\/small\u003e\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EDITORIAL BRAND LINE --\u003e\n\u003csection class=\"vcx-editorial\"\u003e\n\u003cp\u003eQuiet luxury, made effortless. \u003cspan\u003eOne clover, styled three ways.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"vcx-section\"\u003e\n\u003cp class=\"vcx-kicker\"\u003eDesigned for everyday\u003c\/p\u003e\n\u003ch3 class=\"vcx-heading\"\u003eRefined. Timeless. Easy to wear.\u003c\/h3\u003e\n\u003cdiv class=\"vcx-benefit-grid\"\u003e\n\u003carticle class=\"vcx-benefit\"\u003e\u003cspan class=\"vcx-benefit-num\"\u003e01\u003c\/span\u003e\n\u003ch4\u003e18K gold-tone finish\u003c\/h4\u003e\n\u003cp\u003eA polished finish created to complement every clover colour.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vcx-benefit\"\u003e\u003cspan class=\"vcx-benefit-num\"\u003e02\u003c\/span\u003e\n\u003ch4\u003eWater-resistant\u003c\/h4\u003e\n\u003cp\u003eMade for everyday wear and normal contact with water.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vcx-benefit\"\u003e\u003cspan class=\"vcx-benefit-num\"\u003e03\u003c\/span\u003e\n\u003ch4\u003eHypoallergenic\u003c\/h4\u003e\n\u003cp\u003eComfortable for regular wear at the neck, wrist and ears.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vcx-benefit\"\u003e\u003cspan class=\"vcx-benefit-num\"\u003e04\u003c\/span\u003e\n\u003ch4\u003eLifetime Colour Warranty\u003c\/h4\u003e\n\u003cp\u003eCovered if the colour finish fades over time.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IN THE BOX --\u003e\n\u003csection class=\"vcx-section\"\u003e\n\u003cp class=\"vcx-kicker\"\u003eIn the box\u003c\/p\u003e\n\u003ch3 class=\"vcx-heading\"\u003eThe complete set.\u003c\/h3\u003e\n\u003cp class=\"vcx-subheading\"\u003eThree matching pieces designed to sit beautifully together and layer effortlessly with what you already own.\u003c\/p\u003e\n\u003cdiv class=\"vcx-box-grid\"\u003e\n\u003carticle class=\"vcx-box-card\"\u003e\n\u003ch4\u003eNecklace\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e45 cm + 5 cm extender\u003c\/strong\u003e\u003cbr\u003e15 mm clover motif\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vcx-box-card\"\u003e\n\u003ch4\u003eBracelet\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e16 cm + 3 cm extender\u003c\/strong\u003e\u003cbr\u003e15 mm clover motifs\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"vcx-box-card\"\u003e\n\u003ch4\u003eStud earrings\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003e10 mm clover motif\u003c\/strong\u003e\u003cbr\u003eButterfly-back closure\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAILS --\u003e\n\u003csection class=\"vcx-section\"\u003e\n\u003cp class=\"vcx-kicker\"\u003eProduct details\u003c\/p\u003e\n\u003ch3 class=\"vcx-heading\"\u003eEverything you need to know.\u003c\/h3\u003e\n\u003cdiv class=\"vcx-detail-wrap\"\u003e\n\u003caside class=\"vcx-detail-note\"\u003e\n\u003ch4\u003eGift-ready by design.\u003c\/h4\u003e\n\u003cp\u003eEvery set arrives in a Valecourt Keepsake Box, ready to give or keep.\u003c\/p\u003e\n\u003c\/aside\u003e\n\u003ctable class=\"vcx-spec\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSet includes\u003c\/td\u003e\n\u003ctd\u003eNecklace, bracelet and stud earrings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e18K gold-tone, hypoallergenic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eWater-resistant, tarnish-resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColours\u003c\/td\u003e\n\u003ctd\u003eGreen, white, black or red\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003eLifetime Colour Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCare\u003c\/td\u003e\n\u003ctd\u003ePat dry after contact with water and store dry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CLOSING --\u003e\n\u003csection class=\"vcx-closing\"\u003e\n\u003cdiv class=\"vcx-closing-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"vcx-kicker\"\u003eOne box · Three pieces\u003c\/p\u003e\n\u003ch3 class=\"vcx-heading\"\u003eThe Clover Set,\u003cbr\u003e\u003cem\u003estyled as one.\u003c\/em\u003e\n\u003c\/h3\u003e\n\u003cp class=\"vcx-subheading\"\u003eChoose the colour that feels most like you.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Valecourt \u0026 Co.","offers":[{"title":"Green","offer_id":45577705914415,"sku":"VCF-SET-01","price":112.0,"currency_code":"CAD","in_stock":true},{"title":"Red","offer_id":45577705947183,"sku":"VCF-SET-02","price":112.0,"currency_code":"CAD","in_stock":true},{"title":"Black","offer_id":45577705979951,"sku":"VCF-SET-03","price":112.0,"currency_code":"CAD","in_stock":true},{"title":"White","offer_id":45577706012719,"sku":"VCF-SET-04","price":112.0,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0771\/5448\/4271\/files\/hf_20260723_233326_c173cd5a-926f-42be-af3a-280c0f713a75.png?v=1784849851","url":"https:\/\/www.valecourt.store\/products\/the-clover-set","provider":"ValeCourt","version":"1.0","type":"link"}