{"id":2,"date":"2023-02-14T07:11:12","date_gmt":"2023-02-14T07:11:12","guid":{"rendered":"http:\/\/192.168.1.150\/user2\/wp_prototypes\/jewellery\/?page_id=2"},"modified":"2026-08-07T16:17:29","modified_gmt":"2026-08-07T14:17:29","slug":"home","status":"publish","type":"page","link":"https:\/\/glamavera.com\/de\/","title":{"rendered":"Heim"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2\" class=\"elementor elementor-2\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-beb1dbf full_width_section elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"beb1dbf\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-narrow\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3ed0771\" data-id=\"3ed0771\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4abc176 elementor-widget elementor-widget-html\" data-id=\"4abc176\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Poppins:wght@300;400;500;600&display=swap');\r\n\r\n\r\n\/* =========================================================\r\n   GLAMAVERA HERO SLIDER\r\n   ========================================================= *\/\r\n\r\n.hero-slider,\r\n.hero-slider *{\r\n  margin:0;\r\n  padding:0;\r\n  box-sizing:border-box;\r\n}\r\n\r\n\r\n.hero-slider{\r\n  --gold-light:#e3c690;\r\n  --cream:#f5e9d8;\r\n  position:relative;\r\n  width:100%;\r\n\r\n  \/*\r\n     IMPORTANT:\r\n     Desktop\/laptop hero uses one fixed visual format.\r\n     Height follows width instead of viewport height.\r\n     This keeps the SAME crop on 15.6\" laptops and larger screens.\r\n  *\/\r\n  height:auto;\r\n  aspect-ratio:2.35 \/ 1;\r\n  min-height:0;\r\n  max-height:none;\r\n\r\n  overflow:hidden;\r\n  background:#171411;\r\n\r\n  isolation:isolate;\r\n  z-index:1;\r\n\r\n  font-family:'Poppins',sans-serif;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   KEEP WORDPRESS \/ ELEMENTOR HEADER ABOVE HERO\r\n   ========================================================= *\/\r\n\r\n.site-header,\r\n.elementor-location-header,\r\nheader{\r\n  z-index:9999 !important;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   SLIDES\r\n   ========================================================= *\/\r\n\r\n.slide{\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  opacity:0;\r\n  visibility:hidden;\r\n\r\n  transition:\r\n    opacity 1.1s ease,\r\n    visibility 1.1s ease;\r\n\r\n  z-index:1;\r\n}\r\n\r\n\r\n.slide.active{\r\n  opacity:1;\r\n  visibility:visible;\r\n  z-index:2;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   DESKTOP IMAGE DUO\r\n   Two images side by side\r\n   ========================================================= *\/\r\n\r\n.slide-media{\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  width:100%;\r\n  height:100%;\r\n\r\n  display:grid;\r\n  grid-template-columns:1fr 1fr;\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n\r\n.slide-image{\r\n  position:relative;\r\n\r\n  width:100%;\r\n  height:100%;\r\n\r\n  overflow:hidden;\r\n}\r\n\r\n\r\n.slide-image + .slide-image{\r\n  border-left:1px solid rgba(227,198,144,.15);\r\n}\r\n\r\n\r\n.slide-bg{\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  width:100%;\r\n  height:100%;\r\n\r\n  object-fit:cover;\r\n  object-position:center center;\r\n\r\n  transform:scale(1.045);\r\n\r\n  transition:\r\n    transform 8s ease;\r\n}\r\n\r\n\r\n.slide.active .slide-bg{\r\n  transform:scale(1);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   INDIVIDUAL DESKTOP IMAGE POSITIONS\r\n   ========================================================= *\/\r\n\r\n\/* Lyrane *\/\r\n\r\n.slide-lyrane .slide-image-main .slide-bg{\r\n  object-position:60% 32%;\r\n}\r\n\r\n.slide-lyrane .slide-image-extra .slide-bg{\r\n  object-position:center 28%;\r\n}\r\n\r\n\r\n\/* Velrose *\/\r\n\r\n.slide-velrose .slide-image-main .slide-bg{\r\n  object-position:center center;\r\n}\r\n\r\n.slide-velrose .slide-image-extra .slide-bg{\r\n  object-position:center 22%;\r\n}\r\n\r\n\r\n\/* Kessane *\/\r\n\r\n.slide-kessane .slide-image-main .slide-bg{\r\n  object-position:center center;\r\n}\r\n\r\n.slide-kessane .slide-image-extra .slide-bg{\r\n  object-position:center center;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   DARK OVERLAY\r\n   Text remains readable while second image stays visible\r\n   ========================================================= *\/\r\n\r\n.slide-overlay{\r\n  position:absolute;\r\n  inset:0;\r\n\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      rgba(13,11,9,.90) 0%,\r\n      rgba(13,11,9,.78) 20%,\r\n      rgba(13,11,9,.58) 36%,\r\n      rgba(13,11,9,.26) 48%,\r\n      rgba(13,11,9,.08) 58%,\r\n      rgba(13,11,9,.02) 100%\r\n    );\r\n\r\n  z-index:2;\r\n\r\n  pointer-events:none;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   CONTENT\r\n   More width so titles are not cut on laptops\r\n   ========================================================= *\/\r\n\r\n.slide-content{\r\n  position:relative;\r\n  z-index:3;\r\n\r\n  height:100%;\r\n\r\n  display:flex;\r\n  flex-direction:column;\r\n  justify-content:center;\r\n  align-items:flex-start;\r\n\r\n  width:48%;\r\n  max-width:650px;\r\n  min-width:0;\r\n\r\n  padding:\r\n    40px\r\n    30px\r\n    40px\r\n    clamp(60px,6vw,110px);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   EYEBROW\r\n   ========================================================= *\/\r\n\r\n.slide-eyebrow{\r\n  color:var(--gold-light);\r\n\r\n  font-size:12px;\r\n  letter-spacing:3.5px;\r\n  font-weight:500;\r\n  text-transform:uppercase;\r\n\r\n  margin-bottom:18px;\r\n\r\n  opacity:0;\r\n  transform:translateY(15px);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   TITLE\r\n   ========================================================= *\/\r\n\r\n.slide-title{\r\n  font-family:'Cormorant Garamond',serif;\r\n  font-weight:400;\r\n\r\n  font-size:clamp(28px,3.05vw,56px);\r\n  line-height:1.05;\r\n\r\n  color:#fdfaf5;\r\n\r\n  width:auto;\r\n  max-width:none;\r\n\r\n  overflow:visible;\r\n\r\n  \/* Product title always stays on one line *\/\r\n  white-space:nowrap;\r\n  word-break:normal;\r\n  overflow-wrap:normal;\r\n  hyphens:none;\r\n\r\n  opacity:0;\r\n  transform:translateY(22px);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   DESCRIPTION\r\n   Heart and divider completely removed\r\n   ========================================================= *\/\r\n\r\n.slide-desc{\r\n  color:#e9e2d8;\r\n\r\n  font-size:14.5px;\r\n  font-weight:300;\r\n  line-height:1.75;\r\n\r\n  width:100%;\r\n  max-width:440px;\r\n\r\n  margin-top:24px;\r\n  margin-bottom:30px;\r\n\r\n  opacity:0;\r\n  transform:translateY(15px);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   BUTTON AREA\r\n   ========================================================= *\/\r\n\r\n.slide-actions{\r\n  display:flex;\r\n  align-items:center;\r\n  flex-wrap:wrap;\r\n\r\n  gap:12px;\r\n\r\n  opacity:0;\r\n  transform:translateY(15px);\r\n}\r\n\r\n\r\n.slide-btn{\r\n  display:inline-flex;\r\n\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  min-height:48px;\r\n\r\n  background:var(--gold-light);\r\n  color:#3a2f22;\r\n\r\n  text-decoration:none;\r\n\r\n  font-size:11.5px;\r\n  font-weight:600;\r\n\r\n  letter-spacing:2px;\r\n  text-transform:uppercase;\r\n\r\n  padding:15px 30px;\r\n\r\n  border:1px solid var(--gold-light);\r\n\r\n  transition:\r\n    background .35s ease,\r\n    color .35s ease,\r\n    border-color .35s ease,\r\n    letter-spacing .35s ease;\r\n}\r\n\r\n\r\n.slide-btn:hover{\r\n  background:transparent;\r\n  color:#fff;\r\n\r\n  letter-spacing:2.5px;\r\n}\r\n\r\n\r\n.slide-btn.secondary{\r\n  background:transparent;\r\n  color:#fff;\r\n\r\n  border-color:rgba(255,255,255,.60);\r\n}\r\n\r\n\r\n.slide-btn.secondary:hover{\r\n  background:var(--gold-light);\r\n  color:#3a2f22;\r\n\r\n  border-color:var(--gold-light);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   TEXT ANIMATIONS\r\n   ========================================================= *\/\r\n\r\n.slide.active .slide-eyebrow{\r\n  animation:fadeUp .8s .2s ease forwards;\r\n}\r\n\r\n\r\n.slide.active .slide-title{\r\n  animation:fadeUp .9s .35s ease forwards;\r\n}\r\n\r\n\r\n.slide.active .slide-desc{\r\n  animation:fadeUp .8s .55s ease forwards;\r\n}\r\n\r\n\r\n.slide.active .slide-actions{\r\n  animation:fadeUp .8s .72s ease forwards;\r\n}\r\n\r\n\r\n@keyframes fadeUp{\r\n  to{\r\n    opacity:1;\r\n    transform:translateY(0);\r\n  }\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   SLIDER ARROWS\r\n   ========================================================= *\/\r\n\r\n.slider-arrow{\r\n  position:absolute;\r\n\r\n  top:50%;\r\n  transform:translateY(-50%);\r\n\r\n  width:46px;\r\n  height:46px;\r\n\r\n  border-radius:50%;\r\n\r\n  border:1px solid rgba(255,255,255,.45);\r\n\r\n  background:rgba(0,0,0,.12);\r\n\r\n  backdrop-filter:blur(5px);\r\n  -webkit-backdrop-filter:blur(5px);\r\n\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  cursor:pointer;\r\n\r\n  z-index:7;\r\n\r\n  transition:\r\n    background .3s ease,\r\n    border-color .3s ease,\r\n    transform .3s ease;\r\n}\r\n\r\n\r\n.slider-arrow:hover{\r\n  background:rgba(255,255,255,.14);\r\n  border-color:#fff;\r\n}\r\n\r\n\r\n.slider-arrow svg{\r\n  width:16px;\r\n  height:16px;\r\n\r\n  stroke:#fff;\r\n}\r\n\r\n\r\n.arrow-prev{\r\n  left:2.4vw;\r\n}\r\n\r\n\r\n.arrow-next{\r\n  right:2.4vw;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   SOCIAL MEDIA\r\n   DESKTOP CENTERED\r\n   ========================================================= *\/\r\n\r\n.slider-social{\r\n  position:absolute;\r\n\r\n  left:50%;\r\n  bottom:26px;\r\n\r\n  transform:translateX(-50%);\r\n\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  gap:14px;\r\n\r\n  z-index:6;\r\n\r\n  padding:9px 16px;\r\n\r\n  border-radius:999px;\r\n\r\n  background:rgba(15,13,11,.18);\r\n\r\n  border:1px solid rgba(255,255,255,.14);\r\n\r\n  backdrop-filter:blur(14px);\r\n  -webkit-backdrop-filter:blur(14px);\r\n}\r\n\r\n\r\n.slider-social a{\r\n  width:38px;\r\n  height:38px;\r\n\r\n  border-radius:50%;\r\n\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n\r\n  color:#fff;\r\n\r\n  background:rgba(255,255,255,.06);\r\n\r\n  border:1px solid rgba(255,255,255,.12);\r\n\r\n  transition:\r\n    transform .35s ease,\r\n    background .35s ease,\r\n    border-color .35s ease;\r\n}\r\n\r\n\r\n.slider-social a:hover{\r\n  transform:translateY(-4px);\r\n\r\n  background:var(--gold);\r\n  border-color:var(--gold);\r\n}\r\n\r\n\r\n.slider-social svg{\r\n  width:16px;\r\n  height:16px;\r\n\r\n  fill:#fff;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   NUMBER NAVIGATION\r\n   ========================================================= *\/\r\n\r\n.slider-numbers{\r\n  position:absolute;\r\n\r\n  right:3vw;\r\n  bottom:28px;\r\n\r\n  display:flex;\r\n  align-items:center;\r\n\r\n  gap:14px;\r\n\r\n  z-index:6;\r\n}\r\n\r\n\r\n.slider-numbers button{\r\n  appearance:none;\r\n\r\n  background:none;\r\n\r\n  border:none;\r\n\r\n  cursor:pointer;\r\n\r\n  color:rgba(255,255,255,.50);\r\n\r\n  font-family:'Poppins',sans-serif;\r\n\r\n  font-size:12px;\r\n  letter-spacing:1px;\r\n\r\n  padding:0 0 6px;\r\n\r\n  position:relative;\r\n\r\n  transition:color .3s ease;\r\n}\r\n\r\n\r\n.slider-numbers button.active{\r\n  color:#fff;\r\n}\r\n\r\n\r\n.slider-numbers button.active::after{\r\n  content:'';\r\n\r\n  position:absolute;\r\n\r\n  left:0;\r\n  right:0;\r\n  bottom:0;\r\n\r\n  height:1px;\r\n\r\n  background:var(--gold-light);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   PROGRESS BAR\r\n   ========================================================= *\/\r\n\r\n.slider-progress{\r\n  position:absolute;\r\n\r\n  bottom:0;\r\n  left:0;\r\n\r\n  height:2px;\r\n\r\n  background:var(--gold-light);\r\n\r\n  width:0%;\r\n\r\n  z-index:8;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MEDIUM LAPTOPS\r\n   Keep all text completely visible\r\n   ========================================================= *\/\r\n\r\n@media (min-width:769px) and (max-width:1180px){\r\n\r\n  .hero-slider{\r\n    \/*\r\n       Do NOT change hero height by viewport on laptops.\r\n       Same 2.35:1 format as desktop = same visible photo crop.\r\n    *\/\r\n    height:auto;\r\n    aspect-ratio:2.35 \/ 1;\r\n    min-height:0;\r\n    max-height:none;\r\n  }\r\n\r\n\r\n  .slide-content{\r\n    width:54%;\r\n    max-width:590px;\r\n\r\n    padding-left:5.5vw;\r\n    padding-right:30px;\r\n  }\r\n\r\n\r\n  .slide-title{\r\n    font-size:clamp(27px,3.15vw,42px);\r\n\r\n    width:auto;\r\n    max-width:none;\r\n\r\n    line-height:1.07;\r\n    white-space:nowrap;\r\n  }\r\n\r\n\r\n  .slide-desc{\r\n    max-width:410px;\r\n\r\n    font-size:14px;\r\n    line-height:1.7;\r\n  }\r\n\r\n\r\n  .slide-overlay{\r\n    background:\r\n      linear-gradient(\r\n        90deg,\r\n        rgba(13,11,9,.92) 0%,\r\n        rgba(13,11,9,.79) 23%,\r\n        rgba(13,11,9,.56) 42%,\r\n        rgba(13,11,9,.20) 55%,\r\n        rgba(13,11,9,.03) 100%\r\n      );\r\n  }\r\n\r\n\r\n  .arrow-prev{\r\n    left:18px;\r\n  }\r\n\r\n\r\n  .arrow-next{\r\n    right:18px;\r\n  }\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MOBILE \/ TABLET\r\n   Only original image is shown\r\n   ========================================================= *\/\r\n\r\n@media(max-width:768px){\r\n\r\n  .hero-slider{\r\n    --hero-h:82svh;\r\n\r\n    height:var(--hero-h);\r\n\r\n    min-height:650px;\r\n    max-height:820px;\r\n  }\r\n \r\n\r\n\/* SLIDE 3 \u2013 ONLY MOBILE: swap top and bottom images *\/\r\n.slide-kessane .slide-image-main{\r\n  order:1;\r\n}\r\n\r\n.slide-kessane .slide-image-extra{\r\n  order:2;\r\n}\r\n\r\n  \/* Two photos on mobile: one on top, one on the bottom *\/\r\n\r\n  .slide-media{\r\n    display:grid;\r\n    grid-template-columns:1fr;\r\n    grid-template-rows:50% 50%;\r\n    width:100%;\r\n    height:100%;\r\n  }\r\n\r\n\r\n  .slide-image-main,\r\n  .slide-image-extra{\r\n    display:block;\r\n    width:100%;\r\n    height:100%;\r\n  }\r\n\r\n\r\n  .slide-image + .slide-image{\r\n    border-left:none;\r\n    border-top:1px solid rgba(227,198,144,.15);\r\n  }\r\n\r\n\r\n  \/* Mobile image positioning *\/\r\n\r\n  .slide-bg{\r\n    width:100%;\r\n    height:100%;\r\n    object-fit:cover;\r\n  }\r\n\r\n  .slide-lyrane .slide-image-main .slide-bg{\r\n    object-position:64% 20%;\r\n  }\r\n\r\n  .slide-lyrane .slide-image-extra .slide-bg{\r\n    object-position:center 28%;\r\n  }\r\n\r\n\r\n  .slide-velrose .slide-image-main .slide-bg{\r\n    object-position:60% 20%;\r\n  }\r\n\r\n  .slide-velrose .slide-image-extra .slide-bg{\r\n    object-position:center 22%;\r\n  }\r\n\r\n\r\n  .slide-kessane .slide-image-extra .slide-bg{\r\n    object-position:center center;\r\n  }\r\n\r\n  .slide-kessane .slide-image-main .slide-bg{\r\n    object-position:60% 20%;\r\n  }\r\n\r\n\r\n  \/* Stronger bottom gradient for mobile text *\/\r\n\r\n  .slide-overlay{\r\n    background:\r\n      linear-gradient(\r\n        180deg,\r\n        rgba(12,10,8,.08) 0%,\r\n        rgba(12,10,8,.12) 25%,\r\n        rgba(12,10,8,.32) 47%,\r\n        rgba(12,10,8,.72) 64%,\r\n        rgba(12,10,8,.94) 82%,\r\n        rgba(12,10,8,.98) 100%\r\n      );\r\n  }\r\n\r\n\r\n  \/* Text stays at bottom, arrows remain above it *\/\r\n\r\n  .slide-content{\r\n    width:100%;\r\n    max-width:none;\r\n    min-width:0;\r\n\r\n    height:100%;\r\n\r\n    justify-content:flex-end;\r\n\r\n    padding:\r\n      0\r\n      24px\r\n      92px\r\n      24px;\r\n  }\r\n\r\n\r\n  .slide-eyebrow{\r\n    font-size:10.5px;\r\n\r\n    letter-spacing:2.8px;\r\n\r\n    margin-bottom:9px;\r\n  }\r\n\r\n\r\n  .slide-title{\r\n    width:auto;\r\n    max-width:none;\r\n\r\n    font-size:clamp(19px,5.8vw,28px);\r\n    line-height:1.04;\r\n\r\n    white-space:nowrap;\r\n  }\r\n\r\n\r\n  .slide-desc{\r\n    width:100%;\r\n    max-width:500px;\r\n\r\n    font-size:13.5px;\r\n    line-height:1.65;\r\n\r\n    margin-top:14px;\r\n    margin-bottom:20px;\r\n  }\r\n\r\n\r\n  .slide-actions{\r\n    gap:9px;\r\n  }\r\n\r\n\r\n  .slide-btn{\r\n    min-height:44px;\r\n\r\n    padding:13px 20px;\r\n\r\n    font-size:10px;\r\n\r\n    letter-spacing:1.7px;\r\n  }\r\n\r\n\r\n  \/* Arrows deliberately moved up,\r\n     away from title and description *\/\r\n\r\n  .slider-arrow{\r\n    top:31%;\r\n\r\n    width:38px;\r\n    height:38px;\r\n\r\n    background:rgba(10,8,7,.22);\r\n\r\n    border-color:rgba(255,255,255,.55);\r\n  }\r\n\r\n\r\n  .slider-arrow svg{\r\n    width:15px;\r\n    height:15px;\r\n  }\r\n\r\n\r\n  .arrow-prev{\r\n    left:14px;\r\n  }\r\n\r\n\r\n  .arrow-next{\r\n    right:14px;\r\n  }\r\n\r\n\r\n  \/* Social media bottom left *\/\r\n\r\n  .slider-social{\r\n    left:20px;\r\n    right:auto;\r\n\r\n    bottom:17px;\r\n\r\n    transform:none;\r\n\r\n    padding:7px 11px;\r\n\r\n    gap:9px;\r\n  }\r\n\r\n\r\n  .slider-social a{\r\n    width:33px;\r\n    height:33px;\r\n  }\r\n\r\n\r\n  .slider-social svg{\r\n    width:14px;\r\n    height:14px;\r\n  }\r\n\r\n\r\n  .slider-numbers{\r\n    right:20px;\r\n    bottom:22px;\r\n  }\r\n\r\n\r\n  .slider-numbers button{\r\n    font-size:10.5px;\r\n  }\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   SMALL PHONES\r\n   No text cutting\r\n   ========================================================= *\/\r\n\r\n@media(max-width:420px){\r\n\r\n  .hero-slider{\r\n    min-height:680px;\r\n    max-height:850px;\r\n  }\r\n\r\n\r\n  .slide-content{\r\n    padding:\r\n      0\r\n      20px\r\n      88px\r\n      20px;\r\n  }\r\n\r\n\r\n  .slide-eyebrow{\r\n    font-size:10px;\r\n    letter-spacing:2.3px;\r\n  }\r\n\r\n\r\n  .slide-title{\r\n    font-size:clamp(18px,5.6vw,24px);\r\n    line-height:1.04;\r\n    white-space:nowrap;\r\n  }\r\n\r\n\r\n  .slide-desc{\r\n    display:block;\r\n\r\n    overflow:visible;\r\n\r\n    font-size:13px;\r\n    line-height:1.6;\r\n\r\n    margin-top:12px;\r\n    margin-bottom:18px;\r\n  }\r\n\r\n\r\n  .slide-actions{\r\n    gap:8px;\r\n  }\r\n\r\n\r\n  .slide-btn{\r\n    padding:12px 16px;\r\n\r\n    min-height:42px;\r\n\r\n    font-size:9.5px;\r\n\r\n    letter-spacing:1.4px;\r\n  }\r\n\r\n\r\n  .slider-arrow{\r\n    top:29%;\r\n\r\n    width:36px;\r\n    height:36px;\r\n  }\r\n\r\n\r\n  .arrow-prev{\r\n    left:12px;\r\n  }\r\n\r\n\r\n  .arrow-next{\r\n    right:12px;\r\n  }\r\n\r\n\r\n  .slider-social{\r\n    left:16px;\r\n\r\n    bottom:16px;\r\n\r\n    padding:6px 10px;\r\n  }\r\n\r\n\r\n  .slider-social a{\r\n    width:31px;\r\n    height:31px;\r\n  }\r\n\r\n\r\n  .slider-numbers{\r\n    display:none;\r\n  }\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   VERY SHORT LAPTOP SCREENS\r\n   ========================================================= *\/\r\n\r\n@media(min-width:769px) and (max-height:700px){\r\n\r\n  .slide-content{\r\n    padding-top:30px;\r\n    padding-bottom:65px;\r\n  }\r\n\r\n\r\n  .slide-eyebrow{\r\n    margin-bottom:12px;\r\n  }\r\n\r\n\r\n  .slide-title{\r\n    font-size:clamp(32px,3.4vw,48px);\r\n  }\r\n\r\n\r\n  .slide-desc{\r\n    margin-top:17px;\r\n    margin-bottom:21px;\r\n\r\n    line-height:1.6;\r\n  }\r\n\r\n\r\n  .slide-btn{\r\n    min-height:44px;\r\n\r\n    padding:12px 24px;\r\n  }\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   REDUCED MOTION\r\n   ========================================================= *\/\r\n\r\n@media(prefers-reduced-motion:reduce){\r\n\r\n  .slide,\r\n  .slide-bg,\r\n  .slide-eyebrow,\r\n  .slide-title,\r\n  .slide-desc,\r\n  .slide-actions,\r\n  .slider-progress{\r\n    animation:none !important;\r\n    transition:none !important;\r\n  }\r\n\r\n\r\n  .slide.active .slide-eyebrow,\r\n  .slide.active .slide-title,\r\n  .slide.active .slide-desc,\r\n  .slide.active .slide-actions{\r\n    opacity:1;\r\n    transform:none;\r\n  }\r\n}\r\n<\/style>\r\n\r\n\r\n\r\n<div class=\"hero-slider\" id=\"heroSlider\">\r\n\r\n\r\n  <!-- =====================================================\r\n       SLIDE 1\r\n       LYRANE\r\n       ===================================================== -->\r\n\r\n  <div class=\"slide slide-lyrane active\">\r\n\r\n\r\n    <div class=\"slide-media\">\r\n\r\n\r\n      <!-- ORIGINAL IMAGE\r\n           MOBILE WILL ONLY SHOW THIS IMAGE -->\r\n\r\n      <div class=\"slide-image slide-image-main\">\r\n\r\n        <img decoding=\"async\"\r\n          class=\"slide-bg\"\r\n          src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-lyrane-halo-pendant-necklace-gold-macro-detail.png\"\r\n          alt=\"Lyrane luxury moissanite halo pendant necklace macro detail in 925 sterling silver\"\r\n          fetchpriority=\"high\">\r\n\r\n      <\/div>\r\n\r\n\r\n      <!-- EXTRA DESKTOP \/ LAPTOP IMAGE -->\r\n\r\n      <div class=\"slide-image slide-image-extra\">\r\n\r\n        <img decoding=\"async\"\r\n          class=\"slide-bg\"\r\n          src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-lyrane-halo-pendant-necklace-gold-neck-closeup.png\"\r\n          alt=\"Lyrane luxury moissanite halo pendant necklace gold neck closeup\"\r\n          loading=\"lazy\">\r\n\r\n      <\/div>\r\n\r\n\r\n    <\/div>\r\n\r\n\r\n    <div class=\"slide-overlay\"><\/div>\r\n\r\n\r\n    <div class=\"slide-content\">\r\n\r\n      <div class=\"slide-eyebrow\">\r\n        Moissanite Necklace\r\n      <\/div>\r\n\r\n\r\n      <h1 class=\"slide-title\">\r\n        Lyrane Halo Pendant Necklace\r\n      <\/h1>\r\n\r\n\r\n      <p class=\"slide-desc\">\r\n        Discover luxury moissanite jewelry through the Lyrane Halo Pendant Necklace, crafted in 925 sterling silver for refined, timeless brilliance.\r\n      <\/p>\r\n\r\n\r\n      <div class=\"slide-actions\">\r\n\r\n        <a\r\n          href=\"https:\/\/glamavera.com\/shop\/moissanite-halo-necklace-lyrane\/\"\r\n          class=\"slide-btn\">\r\n          Shop Lyrane\r\n        <\/a>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n\r\n\r\n  <!-- =====================================================\r\n       SLIDE 2\r\n       VELROSE\r\n       ===================================================== -->\r\n\r\n  <div class=\"slide slide-velrose\">\r\n\r\n\r\n    <div class=\"slide-media\">\r\n\r\n\r\n      <!-- ORIGINAL IMAGE\r\n           MOBILE WILL ONLY SHOW THIS IMAGE -->\r\n\r\n      <div class=\"slide-image slide-image-main\">\r\n\r\n        <img decoding=\"async\"\r\n          class=\"slide-bg\"\r\n          src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-tropfen-halskette-moissanit-silber-gold-2.png\"\r\n          alt=\"Velrose luxury moissanite droplet necklace with 1CT stone in 925 sterling silver\"\r\n          loading=\"lazy\">\r\n\r\n      <\/div>\r\n\r\n\r\n      <!-- EXTRA DESKTOP \/ LAPTOP IMAGE -->\r\n\r\n      <div class=\"slide-image slide-image-extra\">\r\n\r\n        <img decoding=\"async\"\r\n          class=\"slide-bg\"\r\n          src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-droplet-necklace-gold-model.png\"\r\n          alt=\"Velrose luxury moissanite droplet necklace in gold worn by model\"\r\n          loading=\"lazy\">\r\n\r\n      <\/div>\r\n\r\n\r\n    <\/div>\r\n\r\n\r\n    <div class=\"slide-overlay\"><\/div>\r\n\r\n\r\n    <div class=\"slide-content\">\r\n\r\n      <div class=\"slide-eyebrow\">\r\n        1CT Moissanite Pendant\r\n      <\/div>\r\n\r\n\r\n      <h2 class=\"slide-title\">\r\n  Velrose Droplet Necklace\r\n<\/h2>\r\n\r\n\r\n      <p class=\"slide-desc\">\r\n        Velrose brings luxury moissanite jewelry to a graceful droplet silhouette, pairing brilliant 1CT Moissanite with elegant 925 sterling silver.\r\n      <\/p>\r\n\r\n\r\n      <div class=\"slide-actions\">\r\n\r\n        <a\r\n          href=\"https:\/\/glamavera.com\/shop\/moissanite-droplet-necklace\/\"\r\n          class=\"slide-btn\">\r\n          Shop Velrose\r\n        <\/a>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n\r\n\r\n  <!-- =====================================================\r\n       SLIDE 3\r\n       KESSANE\r\n       ===================================================== -->\r\n\r\n  <div class=\"slide slide-kessane\">\r\n\r\n\r\n    <div class=\"slide-media\">\r\n\r\n\r\n      <!-- BLACK IMAGE: LEFT ON DESKTOP \/ TOP ON MOBILE -->\r\n\r\n      <div class=\"slide-image slide-image-extra\">\r\n\r\n        <img decoding=\"async\"\r\n          class=\"slide-bg\"\r\n          src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-bar-bracelet-gold-black-background.png\"\r\n          alt=\"Kessane luxury moissanite bar bracelet gold on black background\"\r\n          loading=\"lazy\">\r\n\r\n      <\/div>\r\n\r\n\r\n      <!-- WRIST IMAGE: RIGHT ON DESKTOP \/ BOTTOM ON MOBILE -->\r\n\r\n      <div class=\"slide-image slide-image-main\">\r\n\r\n        <img decoding=\"async\"\r\n          class=\"slide-bg\"\r\n          src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-bar-bracelet-gold-on-wrist.png\"\r\n          alt=\"Kessane luxury moissanite bar bracelet worn on wrist in 14K gold-plated 925 sterling silver\"\r\n          loading=\"lazy\">\r\n\r\n      <\/div>\r\n\r\n\r\n    <\/div>\r\n\r\n\r\n    <div class=\"slide-overlay\"><\/div>\r\n\r\n\r\n    <div class=\"slide-content\">\r\n\r\n      <div class=\"slide-eyebrow\">\r\n        Moissanite Bracelet\r\n      <\/div>\r\n\r\n\r\n      <h2 class=\"slide-title\">\r\n        Kessane Bar Bracelet\r\n      <\/h2>\r\n\r\n\r\n      <p class=\"slide-desc\">\r\n        Kessane reimagines luxury moissanite jewelry as a sleek bar bracelet, available in warm 14K gold-plated or polished sterling silver.\r\n      <\/p>\r\n\r\n\r\n      <div class=\"slide-actions\">\r\n\r\n        <a\r\n          href=\"https:\/\/glamavera.com\/shop\/kessane-bar-bracelet-moissanite-tennis-bracelet-gold\/\"\r\n          class=\"slide-btn\">\r\n          Shop Gold\r\n        <\/a>\r\n\r\n\r\n        <a\r\n          href=\"https:\/\/glamavera.com\/shop\/kessane-bar-bracelet-moissanite-tennis-bracelet-silver\/\"\r\n          class=\"slide-btn secondary\">\r\n          Shop Silver\r\n        <\/a>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n\r\n\r\n  <!-- =====================================================\r\n       PREVIOUS ARROW\r\n       ===================================================== -->\r\n\r\n  <div\r\n    class=\"slider-arrow arrow-prev\"\r\n    id=\"prevBtn\"\r\n    role=\"button\"\r\n    tabindex=\"0\"\r\n    aria-label=\"Previous slide\">\r\n\r\n    <svg\r\n      viewBox=\"0 0 24 24\"\r\n      fill=\"none\"\r\n      stroke-width=\"1.5\"\r\n      stroke-linecap=\"round\"\r\n      stroke-linejoin=\"round\">\r\n\r\n      <polyline points=\"15 18 9 12 15 6\"><\/polyline>\r\n\r\n    <\/svg>\r\n\r\n  <\/div>\r\n\r\n\r\n\r\n  <!-- =====================================================\r\n       NEXT ARROW\r\n       ===================================================== -->\r\n\r\n  <div\r\n    class=\"slider-arrow arrow-next\"\r\n    id=\"nextBtn\"\r\n    role=\"button\"\r\n    tabindex=\"0\"\r\n    aria-label=\"Next slide\">\r\n\r\n    <svg\r\n      viewBox=\"0 0 24 24\"\r\n      fill=\"none\"\r\n      stroke-width=\"1.5\"\r\n      stroke-linecap=\"round\"\r\n      stroke-linejoin=\"round\">\r\n\r\n      <polyline points=\"9 18 15 12 9 6\"><\/polyline>\r\n\r\n    <\/svg>\r\n\r\n  <\/div>\r\n\r\n\r\n\r\n  <!-- =====================================================\r\n       SOCIAL MEDIA\r\n       ===================================================== -->\r\n\r\n  <div class=\"slider-social\">\r\n\r\n\r\n    <!-- Instagram -->\r\n\r\n    <a\r\n      href=\"https:\/\/www.instagram.com\/glamavera\/\"\r\n      target=\"_blank\"\r\n      rel=\"noopener noreferrer\"\r\n      aria-label=\"Glamavera on Instagram\">\r\n\r\n      <svg viewBox=\"0 0 24 24\">\r\n\r\n        <path d=\"M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5zm5 6a4 4 0 1 0 0 8 4 4 0 0 0 0-8zm6.2-.8a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM12 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4z\"\/>\r\n\r\n      <\/svg>\r\n\r\n    <\/a>\r\n\r\n\r\n    <!-- Facebook -->\r\n\r\n    <a\r\n      href=\"https:\/\/www.facebook.com\/glamavera\/\"\r\n      target=\"_blank\"\r\n      rel=\"noopener noreferrer\"\r\n      aria-label=\"Glamavera on Facebook\">\r\n\r\n      <svg viewBox=\"0 0 24 24\">\r\n\r\n        <path d=\"M22 12a10 10 0 1 0-11.56 9.88v-6.99H7.9V12h2.54V9.8c0-2.5 1.49-3.89 3.78-3.89 1.1 0 2.24.2 2.24.2v2.46h-1.26c-1.24 0-1.63.77-1.63 1.56V12h2.78l-.44 2.89h-2.34v6.99A10 10 0 0 0 22 12z\"\/>\r\n\r\n      <\/svg>\r\n\r\n    <\/a>\r\n\r\n\r\n    <!-- Pinterest -->\r\n\r\n    <a\r\n      href=\"https:\/\/www.pinterest.com\/glamaveraofficial\/\"\r\n      target=\"_blank\"\r\n      rel=\"noopener noreferrer\"\r\n      aria-label=\"Glamavera Official on Pinterest\">\r\n\r\n      <svg viewBox=\"0 0 24 24\">\r\n\r\n        <path d=\"M12 0a12 12 0 0 0-4.37 23.17c-.06-.94-.11-2.39.02-3.42.12-.93.79-5.93.79-5.93s-.2-.41-.2-1c0-.95.55-1.65 1.24-1.65.58 0 .87.44.87.96 0 .59-.37 1.46-.57 2.28-.16.69.34 1.25 1.02 1.25 1.22 0 2.16-1.29 2.16-3.15 0-1.65-1.18-2.8-2.87-2.8-1.96 0-3.11 1.47-3.11 2.98 0 .59.23 1.22.51 1.57a.2.2 0 0 1 .05.2c-.05.23-.18.69-.2.79-.03.13-.1.16-.24.1-.9-.42-1.46-1.73-1.46-2.78 0-2.26 1.64-4.34 4.74-4.34 2.49 0 4.42 1.77 4.42 4.14 0 2.47-1.56 4.46-3.72 4.46-.73 0-1.41-.38-1.65-.83l-.45 1.71c-.16.63-.6 1.42-.9 1.9A12 12 0 1 0 12 0z\"\/>\r\n\r\n      <\/svg>\r\n\r\n    <\/a>\r\n\r\n  <\/div>\r\n\r\n\r\n\r\n  <!-- =====================================================\r\n       NUMBER NAVIGATION\r\n       ===================================================== -->\r\n\r\n  <div\r\n    class=\"slider-numbers\"\r\n    id=\"numberNav\">\r\n\r\n    <button\r\n      type=\"button\"\r\n      data-index=\"0\"\r\n      class=\"active\">\r\n      01\r\n    <\/button>\r\n\r\n    <button\r\n      type=\"button\"\r\n      data-index=\"1\">\r\n      02\r\n    <\/button>\r\n\r\n    <button\r\n      type=\"button\"\r\n      data-index=\"2\">\r\n      03\r\n    <\/button>\r\n\r\n  <\/div>\r\n\r\n\r\n\r\n  <!-- =====================================================\r\n       AUTOPLAY PROGRESS\r\n       ===================================================== -->\r\n\r\n  <div\r\n    class=\"slider-progress\"\r\n    id=\"progressBar\">\r\n  <\/div>\r\n\r\n\r\n<\/div>\r\n\r\n\r\n\r\n<script>\r\n(function(){\r\n\r\n  const sliderEl =\r\n    document.getElementById('heroSlider');\r\n\r\n  if(!sliderEl){\r\n    return;\r\n  }\r\n\r\n\r\n  const slides =\r\n    sliderEl.querySelectorAll('.slide');\r\n\r\n\r\n  const numberBtns =\r\n    sliderEl.querySelectorAll(\r\n      '.slider-numbers button'\r\n    );\r\n\r\n\r\n  const prevBtn =\r\n    document.getElementById('prevBtn');\r\n\r\n\r\n  const nextBtn =\r\n    document.getElementById('nextBtn');\r\n\r\n\r\n  const progressBar =\r\n    document.getElementById('progressBar');\r\n\r\n\r\n  let current = 0;\r\n\r\n  const total =\r\n    slides.length;\r\n\r\n\r\n  const AUTOPLAY_MS =\r\n    6000;\r\n\r\n\r\n  let autoplayTimer =\r\n    null;\r\n\r\n\r\n\r\n  \/* =======================================================\r\n     GO TO SLIDE\r\n     ======================================================= *\/\r\n\r\n  function goTo(index){\r\n\r\n    slides[current]\r\n      .classList\r\n      .remove('active');\r\n\r\n\r\n    if(numberBtns[current]){\r\n\r\n      numberBtns[current]\r\n        .classList\r\n        .remove('active');\r\n\r\n    }\r\n\r\n\r\n    current =\r\n      (index + total) % total;\r\n\r\n\r\n    slides[current]\r\n      .classList\r\n      .add('active');\r\n\r\n\r\n    if(numberBtns[current]){\r\n\r\n      numberBtns[current]\r\n        .classList\r\n        .add('active');\r\n\r\n    }\r\n\r\n\r\n    restartAutoplay();\r\n\r\n  }\r\n\r\n\r\n\r\n  \/* =======================================================\r\n     NEXT\r\n     ======================================================= *\/\r\n\r\n  function next(){\r\n\r\n    goTo(current + 1);\r\n\r\n  }\r\n\r\n\r\n\r\n  \/* =======================================================\r\n     PREVIOUS\r\n     ======================================================= *\/\r\n\r\n  function prev(){\r\n\r\n    goTo(current - 1);\r\n\r\n  }\r\n\r\n\r\n\r\n  \/* =======================================================\r\n     AUTOPLAY\r\n     ======================================================= *\/\r\n\r\n  function restartAutoplay(){\r\n\r\n    clearTimeout(\r\n      autoplayTimer\r\n    );\r\n\r\n\r\n    progressBar.style.transition =\r\n      'none';\r\n\r\n\r\n    progressBar.style.width =\r\n      '0%';\r\n\r\n\r\n    void progressBar.offsetWidth;\r\n\r\n\r\n    progressBar.style.transition =\r\n      `width ${AUTOPLAY_MS}ms linear`;\r\n\r\n\r\n    progressBar.style.width =\r\n      '100%';\r\n\r\n\r\n    autoplayTimer =\r\n      setTimeout(\r\n        next,\r\n        AUTOPLAY_MS\r\n      );\r\n\r\n  }\r\n\r\n\r\n\r\n  \/* =======================================================\r\n     ARROW CLICKS\r\n     ======================================================= *\/\r\n\r\n  nextBtn.addEventListener(\r\n    'click',\r\n    next\r\n  );\r\n\r\n\r\n  prevBtn.addEventListener(\r\n    'click',\r\n    prev\r\n  );\r\n\r\n\r\n\r\n  \/* =======================================================\r\n     KEYBOARD ACCESSIBILITY FOR ARROWS\r\n     ======================================================= *\/\r\n\r\n  nextBtn.addEventListener(\r\n    'keydown',\r\n    function(e){\r\n\r\n      if(\r\n        e.key === 'Enter' ||\r\n        e.key === ' '\r\n      ){\r\n\r\n        e.preventDefault();\r\n\r\n        next();\r\n\r\n      }\r\n\r\n    }\r\n  );\r\n\r\n\r\n  prevBtn.addEventListener(\r\n    'keydown',\r\n    function(e){\r\n\r\n      if(\r\n        e.key === 'Enter' ||\r\n        e.key === ' '\r\n      ){\r\n\r\n        e.preventDefault();\r\n\r\n        prev();\r\n\r\n      }\r\n\r\n    }\r\n  );\r\n\r\n\r\n\r\n  \/* =======================================================\r\n     NUMBER NAVIGATION\r\n     ======================================================= *\/\r\n\r\n  numberBtns.forEach(\r\n    function(btn){\r\n\r\n      btn.addEventListener(\r\n        'click',\r\n        function(){\r\n\r\n          goTo(\r\n            parseInt(\r\n              btn.dataset.index,\r\n              10\r\n            )\r\n          );\r\n\r\n        }\r\n      );\r\n\r\n    }\r\n  );\r\n\r\n\r\n\r\n  \/* =======================================================\r\n     MOBILE SWIPE\r\n     ======================================================= *\/\r\n\r\n  let touchStartX =\r\n    0;\r\n\r\n\r\n  let touchStartY =\r\n    0;\r\n\r\n\r\n  sliderEl.addEventListener(\r\n    'touchstart',\r\n    function(e){\r\n\r\n      touchStartX =\r\n        e.changedTouches[0].screenX;\r\n\r\n\r\n      touchStartY =\r\n        e.changedTouches[0].screenY;\r\n\r\n    },\r\n    {\r\n      passive:true\r\n    }\r\n  );\r\n\r\n\r\n  sliderEl.addEventListener(\r\n    'touchend',\r\n    function(e){\r\n\r\n      const touchEndX =\r\n        e.changedTouches[0].screenX;\r\n\r\n\r\n      const touchEndY =\r\n        e.changedTouches[0].screenY;\r\n\r\n\r\n      const diffX =\r\n        touchStartX - touchEndX;\r\n\r\n\r\n      const diffY =\r\n        touchStartY - touchEndY;\r\n\r\n\r\n      \/*\r\n       Only slide when horizontal movement\r\n       is stronger than vertical movement.\r\n      *\/\r\n\r\n      if(\r\n        Math.abs(diffX) > 50 &&\r\n        Math.abs(diffX) > Math.abs(diffY)\r\n      ){\r\n\r\n        diffX > 0\r\n          ? next()\r\n          : prev();\r\n\r\n      }\r\n\r\n    },\r\n    {\r\n      passive:true\r\n    }\r\n  );\r\n\r\n\r\n\r\n  \/* =======================================================\r\n     KEYBOARD LEFT \/ RIGHT\r\n     ======================================================= *\/\r\n\r\n  document.addEventListener(\r\n    'keydown',\r\n    function(e){\r\n\r\n      \/*\r\n       Do not interfere when user is typing\r\n       inside a form element.\r\n      *\/\r\n\r\n      const tag =\r\n        document.activeElement\r\n          ? document.activeElement.tagName\r\n          : '';\r\n\r\n\r\n      if(\r\n        tag === 'INPUT' ||\r\n        tag === 'TEXTAREA' ||\r\n        tag === 'SELECT'\r\n      ){\r\n        return;\r\n      }\r\n\r\n\r\n      if(e.key === 'ArrowRight'){\r\n\r\n        next();\r\n\r\n      }\r\n\r\n\r\n      if(e.key === 'ArrowLeft'){\r\n\r\n        prev();\r\n\r\n      }\r\n\r\n    }\r\n  );\r\n\r\n\r\n\r\n  \/* =======================================================\r\n     START AUTOPLAY\r\n     ======================================================= *\/\r\n\r\n  restartAutoplay();\r\n\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-13a2219 full_width_section elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"13a2219\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-narrow\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c85f2ed\" data-id=\"c85f2ed\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\n<hr class=\"e-divider-base\" data-interaction-id=\"f1b9d9f\"   \/>\n\t\t\t\t<div class=\"elementor-element elementor-element-d91e6ff elementor-widget elementor-widget-html\" data-id=\"d91e6ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"gv-trust-ticker\">\r\n  <div class=\"gv-track\">\r\n\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><path d=\"M12 2 21 9 12 22 3 9Z\"\/><path d=\"M3 9h18\"\/><path d=\"M8 3l4 6 4-6\"\/><\/svg>\r\n      <span>Exceptional Craftsmanship<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><path d=\"M12 2 5 5v6c0 5 3.5 9 7 11 3.5-2 7-6 7-11V5z\"\/><path d=\"m9.5 12 1.8 1.8L15 10\"\/><\/svg>\r\n      <span>Lifetime Warranty<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"8\" width=\"18\" height=\"13\"\/><path d=\"M3 8h18\"\/><path d=\"M12 8v13\"\/><path d=\"M12 8c-2.5-4-6-3-6 0\"\/><path d=\"M12 8c2.5-4 6-3 6 0\"\/><\/svg>\r\n      <span>Luxury Gift Packaging<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><path d=\"M1 7h13v9H1z\"\/><path d=\"M14 10h4l3 3v3h-7z\"\/><circle cx=\"6\" cy=\"19\" r=\"2\"\/><circle cx=\"18\" cy=\"19\" r=\"2\"\/><\/svg>\r\n      <span>Worldwide Delivery<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><path d=\"M21 12A9 9 0 1 1 18 5\"\/><path d=\"M21 3v6h-6\"\/><\/svg>\r\n      <span>30-Day Returns<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><rect x=\"5\" y=\"10\" width=\"14\" height=\"11\"\/><path d=\"M8 10V7a4 4 0 0 1 8 0v3\"\/><\/svg>\r\n      <span>Secure Checkout<\/span>\r\n    <\/div>\r\n\r\n    <!-- duplicate for smooth infinite movement -->\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><path d=\"M12 2 21 9 12 22 3 9Z\"\/><path d=\"M3 9h18\"\/><path d=\"M8 3l4 6 4-6\"\/><\/svg>\r\n      <span>Exceptional Craftsmanship<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><path d=\"M12 2 5 5v6c0 5 3.5 9 7 11 3.5-2 7-6 7-11V5z\"\/><path d=\"m9.5 12 1.8 1.8L15 10\"\/><\/svg>\r\n      <span>Lifetime Warranty<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"8\" width=\"18\" height=\"13\"\/><path d=\"M3 8h18\"\/><path d=\"M12 8v13\"\/><path d=\"M12 8c-2.5-4-6-3-6 0\"\/><path d=\"M12 8c2.5-4 6-3 6 0\"\/><\/svg>\r\n      <span>Luxury Gift Packaging<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><path d=\"M1 7h13v9H1z\"\/><path d=\"M14 10h4l3 3v3h-7z\"\/><circle cx=\"6\" cy=\"19\" r=\"2\"\/><circle cx=\"18\" cy=\"19\" r=\"2\"\/><\/svg>\r\n      <span>Worldwide Delivery<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><path d=\"M21 12A9 9 0 1 1 18 5\"\/><path d=\"M21 3v6h-6\"\/><\/svg>\r\n      <span>30-Day Returns<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"gv-item\">\r\n      <svg viewBox=\"0 0 24 24\"><rect x=\"5\" y=\"10\" width=\"14\" height=\"11\"\/><path d=\"M8 10V7a4 4 0 0 1 8 0v3\"\/><\/svg>\r\n      <span>Secure Checkout<\/span>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\r\n\r\n<style>\r\n.gv-trust-ticker{\r\n  width:100%;\r\n  background:#050505;\r\n  border-top:1px solid #1c1c1c;\r\n  border-bottom:1px solid #1c1c1c;\r\n  overflow:hidden;\r\n  font-family:\"Montserrat\", Arial, Helvetica, sans-serif;\r\n}\r\n\r\n.gv-trust-ticker *{\r\n  box-sizing:border-box;\r\n}\r\n\r\n.gv-track{\r\n  display:flex;\r\n  align-items:center;\r\n  width:max-content;\r\n  animation:gv-scroll 34s linear infinite;\r\n  will-change:transform;\r\n}\r\n\r\n.gv-trust-ticker:hover .gv-track{\r\n  animation-play-state:paused;\r\n}\r\n\r\n.gv-item{\r\n  flex:0 0 auto;\r\n  height:58px;\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n  gap:9px;\r\n  padding:0 32px;\r\n  border-right:1px solid rgba(255,255,255,.13);\r\n  white-space:nowrap;\r\n}\r\n\r\n.gv-item svg{\r\n  width:18px;\r\n  height:18px;\r\n  flex:0 0 18px;\r\n  fill:none;\r\n  stroke:#d6b06d;\r\n  stroke-width:1.6;\r\n  stroke-linecap:round;\r\n  stroke-linejoin:round;\r\n}\r\n\r\n.gv-item span{\r\n  font-size:11px;\r\n  font-weight:600;\r\n  letter-spacing:1.1px;\r\n  text-transform:uppercase;\r\n  color:#fff;\r\n}\r\n\r\n@keyframes gv-scroll{\r\n  from{\r\n    transform:translateX(0);\r\n  }\r\n  to{\r\n    transform:translateX(-50%);\r\n  }\r\n}\r\n\r\n@media(max-width:900px){\r\n  .gv-track{\r\n    animation-duration:28s;\r\n  }\r\n\r\n  .gv-item{\r\n    height:54px;\r\n    padding:0 26px;\r\n  }\r\n\r\n  .gv-item span{\r\n    font-size:10.5px;\r\n  }\r\n}\r\n\r\n@media(max-width:600px){\r\n  .gv-track{\r\n    animation-duration:22s;\r\n  }\r\n\r\n  .gv-item{\r\n    height:48px;\r\n    padding:0 22px;\r\n    gap:8px;\r\n    border-right:1px solid rgba(255,255,255,.10);\r\n  }\r\n\r\n  .gv-item svg{\r\n    width:16px;\r\n    height:16px;\r\n    flex-basis:16px;\r\n  }\r\n\r\n  .gv-item span{\r\n    font-size:10px;\r\n    letter-spacing:.9px;\r\n  }\r\n}\r\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-33e73c2 elementor-widget elementor-widget-spacer\" data-id=\"33e73c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90870c6 elementor-widget elementor-widget-html\" data-id=\"90870c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"gv-luxe-categories-v3\">\r\n\r\n  <style>\r\n    \/* =========================================\r\n       GLAMAVERA \u2013 KATEGORIEN\r\n       Responsive und vollst\u00e4ndig klickbar\r\n    ========================================= *\/\r\n\r\n    .gv-luxe-categories-v3 {\r\n      width: 100%;\r\n      margin: 0;\r\n      padding: 12px 16px 28px;\r\n      overflow: hidden;\r\n      color: #17120e;\r\n      background: #ffffff !important;\r\n      font-family: inherit;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    .gv-luxe-categories-v3,\r\n    .gv-luxe-categories-v3 * {\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    \/* \u00dcBERSCHRIFT *\/\r\n\r\n    .gv-luxe-v3-head {\r\n      width: 100%;\r\n      max-width: 760px;\r\n      margin: 0 auto 18px;\r\n      padding: 0 14px;\r\n      text-align: center;\r\n    }\r\n\r\n    .gv-luxe-v3-kicker {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 14px;\r\n      color: #9c8060;\r\n      font-size: 10px;\r\n      line-height: 1.3;\r\n      font-weight: 600;\r\n      letter-spacing: 3px;\r\n      text-transform: uppercase;\r\n      white-space: nowrap;\r\n    }\r\n\r\n    .gv-luxe-v3-kicker::before,\r\n    .gv-luxe-v3-kicker::after {\r\n      content: \"\";\r\n      width: 30px;\r\n      height: 1px;\r\n      flex: 0 0 auto;\r\n      opacity: 0.7;\r\n    }\r\n\r\n    .gv-luxe-v3-kicker::before {\r\n      background: linear-gradient(\r\n        90deg,\r\n        transparent,\r\n        #9c8060\r\n      );\r\n    }\r\n\r\n    .gv-luxe-v3-kicker::after {\r\n      background: linear-gradient(\r\n        90deg,\r\n        #9c8060,\r\n        transparent\r\n      );\r\n    }\r\n\r\n    \/* GRID *\/\r\n\r\n    .gv-luxe-v3-grid {\r\n      width: min(1320px, calc(100% - 8px));\r\n      max-width: 1320px;\r\n      margin: 0 auto;\r\n      display: grid;\r\n      grid-template-columns: repeat(4, minmax(0, 1fr));\r\n      gap: 14px;\r\n    }\r\n\r\n    \/* KARTEN *\/\r\n\r\n    .gv-luxe-v3-card {\r\n      position: relative;\r\n      display: block;\r\n      width: 100%;\r\n      height: clamp(230px, 20vw, 300px);\r\n      overflow: hidden;\r\n      color: #ffffff;\r\n      background: #17120e;\r\n      border-radius: 4px;\r\n      text-decoration: none !important;\r\n      cursor: pointer;\r\n      isolation: isolate;\r\n      -webkit-tap-highlight-color: transparent;\r\n    }\r\n\r\n    .gv-luxe-v3-card:focus-visible {\r\n      outline: 2px solid #b4915a;\r\n      outline-offset: 3px;\r\n    }\r\n\r\n    \/* BILDER *\/\r\n\r\n    .gv-luxe-v3-card img {\r\n      position: absolute;\r\n      inset: 0;\r\n      z-index: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      display: block;\r\n      border: 0;\r\n      object-fit: cover;\r\n      object-position: center;\r\n      filter:\r\n        brightness(0.84)\r\n        saturate(0.92)\r\n        contrast(1.02);\r\n      transform: scale(1.025);\r\n      transition:\r\n        transform 0.8s ease,\r\n        filter 0.45s ease;\r\n    }\r\n\r\n    .gv-luxe-v3-card:hover img {\r\n      filter:\r\n        brightness(0.68)\r\n        saturate(0.9)\r\n        contrast(1.04);\r\n      transform: scale(1.07);\r\n    }\r\n\r\n    \/* INDIVIDUELLE BILDPOSITIONEN *\/\r\n\r\n    .gv-luxe-v3-necklaces img {\r\n      object-position: center 35%;\r\n    }\r\n\r\n    .gv-luxe-v3-earrings img {\r\n      object-position: center 38%;\r\n    }\r\n\r\n    .gv-luxe-v3-bracelets img {\r\n      object-position: center 45%;\r\n    }\r\n\r\n    .gv-luxe-v3-offers img {\r\n      object-position: center;\r\n    }\r\n\r\n    \/* DUNKLER VERLAUF *\/\r\n\r\n    .gv-luxe-v3-card::before {\r\n      content: \"\";\r\n      position: absolute;\r\n      inset: 0;\r\n      z-index: 1;\r\n      pointer-events: none;\r\n      background: linear-gradient(\r\n        180deg,\r\n        rgba(0, 0, 0, 0.02) 0%,\r\n        rgba(0, 0, 0, 0.08) 42%,\r\n        rgba(0, 0, 0, 0.72) 100%\r\n      );\r\n    }\r\n\r\n    \/* GOLDENER RAHMEN BEIM HOVER *\/\r\n\r\n    .gv-luxe-v3-card::after {\r\n      content: \"\";\r\n      position: absolute;\r\n      inset: 8px;\r\n      z-index: 2;\r\n      border: 1px solid rgba(230, 197, 143, 0.42);\r\n      opacity: 0;\r\n      pointer-events: none;\r\n      transform: scale(0.98);\r\n      transition:\r\n        opacity 0.35s ease,\r\n        transform 0.35s ease;\r\n    }\r\n\r\n    .gv-luxe-v3-card:hover::after {\r\n      opacity: 1;\r\n      transform: scale(1);\r\n    }\r\n\r\n    \/* KLEINES LABEL OBEN *\/\r\n\r\n    .gv-luxe-v3-chip {\r\n      position: absolute;\r\n      top: 12px;\r\n      left: 50%;\r\n      z-index: 3;\r\n      max-width: calc(100% - 18px);\r\n      padding: 5px 9px;\r\n      overflow: hidden;\r\n      color: #f7ead7;\r\n      background: rgba(15, 12, 10, 0.42);\r\n      border: 1px solid rgba(230, 197, 143, 0.28);\r\n      font-size: 7.5px;\r\n      line-height: 1.2;\r\n      font-weight: 600;\r\n      letter-spacing: 1.05px;\r\n      text-align: center;\r\n      text-transform: uppercase;\r\n      text-overflow: ellipsis;\r\n      white-space: nowrap;\r\n      opacity: 0.95;\r\n      pointer-events: none;\r\n      transform: translateX(-50%);\r\n      backdrop-filter: blur(6px);\r\n      -webkit-backdrop-filter: blur(6px);\r\n    }\r\n\r\n    \/* TITEL UND LINKTEXT *\/\r\n\r\n    .gv-luxe-v3-label {\r\n      position: absolute;\r\n      right: 0;\r\n      bottom: 0;\r\n      left: 0;\r\n      z-index: 3;\r\n      padding: 16px 10px 18px;\r\n      text-align: center;\r\n      pointer-events: none;\r\n    }\r\n\r\n    .gv-luxe-v3-label h3 {\r\n      margin: 0;\r\n      color: #fffaf2;\r\n      font-family: Georgia, \"Times New Roman\", serif;\r\n      font-size: clamp(20px, 1.8vw, 27px);\r\n      line-height: 1.05;\r\n      font-weight: 400;\r\n      letter-spacing: 0;\r\n      text-wrap: balance;\r\n    }\r\n\r\n    .gv-luxe-v3-label span {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 5px;\r\n      margin-top: 5px;\r\n      color: #e6c58f;\r\n      font-size: 7.5px;\r\n      line-height: 1;\r\n      font-weight: 600;\r\n      letter-spacing: 1.4px;\r\n      text-transform: uppercase;\r\n      opacity: 0.95;\r\n      transition:\r\n        gap 0.3s ease,\r\n        opacity 0.3s ease;\r\n    }\r\n\r\n    .gv-luxe-v3-label span::before,\r\n    .gv-luxe-v3-label span::after {\r\n      content: \"\";\r\n      width: 9px;\r\n      height: 1px;\r\n      flex: 0 0 auto;\r\n      background: #e6c58f;\r\n      opacity: 0.9;\r\n      transition: width 0.3s ease;\r\n    }\r\n\r\n    .gv-luxe-v3-card:hover .gv-luxe-v3-label span {\r\n      gap: 8px;\r\n      opacity: 1;\r\n    }\r\n\r\n    .gv-luxe-v3-card:hover .gv-luxe-v3-label span::before,\r\n    .gv-luxe-v3-card:hover .gv-luxe-v3-label span::after {\r\n      width: 15px;\r\n    }\r\n\r\n    \/* GROSSE DESKTOPS *\/\r\n\r\n    @media (min-width: 1200px) {\r\n      .gv-luxe-categories-v3 {\r\n        padding: 14px 20px 30px;\r\n      }\r\n\r\n      .gv-luxe-v3-grid {\r\n        width: min(1320px, calc(100% - 12px));\r\n        max-width: 1320px;\r\n        gap: 16px;\r\n      }\r\n\r\n      .gv-luxe-v3-card {\r\n        height: clamp(250px, 20vw, 305px);\r\n      }\r\n\r\n      .gv-luxe-v3-label h3 {\r\n        font-size: clamp(23px, 1.7vw, 28px);\r\n      }\r\n    }\r\n\r\n    \/* LAPTOP *\/\r\n\r\n    @media (min-width: 900px) and (max-width: 1199px) {\r\n      .gv-luxe-categories-v3 {\r\n        padding: 12px 14px 26px;\r\n      }\r\n\r\n      .gv-luxe-v3-grid {\r\n        width: 100%;\r\n        max-width: none;\r\n        grid-template-columns: repeat(4, minmax(0, 1fr));\r\n        gap: 12px;\r\n      }\r\n\r\n      .gv-luxe-v3-card {\r\n        height: clamp(220px, 23vw, 275px);\r\n      }\r\n\r\n      .gv-luxe-v3-label h3 {\r\n        font-size: clamp(20px, 2.2vw, 25px);\r\n      }\r\n    }\r\n\r\n    \/* TABLET *\/\r\n\r\n    @media (min-width: 641px) and (max-width: 899px) {\r\n      .gv-luxe-categories-v3 {\r\n        padding: 10px 16px 20px;\r\n      }\r\n\r\n      .gv-luxe-v3-grid {\r\n        max-width: 700px;\r\n        grid-template-columns: repeat(2, minmax(0, 1fr));\r\n        gap: 9px;\r\n      }\r\n\r\n      .gv-luxe-v3-card {\r\n        height: auto;\r\n        aspect-ratio: 4 \/ 3;\r\n      }\r\n\r\n      .gv-luxe-v3-label h3 {\r\n        font-size: 19px;\r\n      }\r\n    }\r\n\r\n    \/* HANDY *\/\r\n\r\n    @media (max-width: 640px) {\r\n      .gv-luxe-categories-v3 {\r\n        width: 100vw;\r\n        max-width: 100vw;\r\n        margin-right: calc(50% - 50vw);\r\n        margin-left: calc(50% - 50vw);\r\n        padding: 8px 0 0;\r\n      }\r\n\r\n      .gv-luxe-v3-head {\r\n        margin-bottom: 12px;\r\n        padding: 0 14px;\r\n      }\r\n\r\n      .gv-luxe-v3-kicker {\r\n        gap: 8px;\r\n        font-size: 8.5px;\r\n        letter-spacing: 2.1px;\r\n      }\r\n\r\n      .gv-luxe-v3-kicker::before,\r\n      .gv-luxe-v3-kicker::after {\r\n        width: 20px;\r\n      }\r\n\r\n      .gv-luxe-v3-grid {\r\n        width: 100%;\r\n        max-width: none;\r\n        grid-template-columns: repeat(2, minmax(0, 1fr));\r\n        gap: 2px;\r\n        background: #ffffff;\r\n      }\r\n\r\n      .gv-luxe-v3-card {\r\n        height: auto;\r\n        aspect-ratio: 4 \/ 3.55;\r\n        border-radius: 0;\r\n      }\r\n\r\n      .gv-luxe-v3-card::after {\r\n        inset: 6px;\r\n      }\r\n\r\n      .gv-luxe-v3-chip {\r\n        top: 7px;\r\n        max-width: calc(100% - 14px);\r\n        padding: 3px 6px;\r\n        font-size: 5.9px;\r\n        letter-spacing: 0.75px;\r\n      }\r\n\r\n      .gv-luxe-v3-label {\r\n        padding: 8px 5px 10px;\r\n      }\r\n\r\n      .gv-luxe-v3-label h3 {\r\n        font-size: 15.5px;\r\n        line-height: 1.02;\r\n      }\r\n\r\n      .gv-luxe-v3-offers .gv-luxe-v3-label h3 {\r\n        font-size: 14px;\r\n      }\r\n\r\n      .gv-luxe-v3-label span {\r\n        gap: 4px;\r\n        margin-top: 4px;\r\n        font-size: 5.9px;\r\n        letter-spacing: 0.8px;\r\n      }\r\n\r\n      .gv-luxe-v3-label span::before,\r\n      .gv-luxe-v3-label span::after {\r\n        width: 7px;\r\n      }\r\n    }\r\n\r\n    \/* SEHR KLEINE HANDYS *\/\r\n\r\n    @media (max-width: 360px) {\r\n      .gv-luxe-v3-kicker {\r\n        font-size: 7.8px;\r\n        letter-spacing: 1.6px;\r\n      }\r\n\r\n      .gv-luxe-v3-kicker::before,\r\n      .gv-luxe-v3-kicker::after {\r\n        width: 15px;\r\n      }\r\n\r\n      .gv-luxe-v3-label h3 {\r\n        font-size: 14px;\r\n      }\r\n\r\n      .gv-luxe-v3-offers .gv-luxe-v3-label h3 {\r\n        font-size: 12.8px;\r\n      }\r\n\r\n      .gv-luxe-v3-chip {\r\n        font-size: 5.3px;\r\n      }\r\n\r\n      .gv-luxe-v3-label span {\r\n        font-size: 5.4px;\r\n      }\r\n    }\r\n\r\n    \/* WENIGER BEWEGUNG *\/\r\n\r\n    @media (prefers-reduced-motion: reduce) {\r\n      .gv-luxe-v3-card img,\r\n      .gv-luxe-v3-card::after,\r\n      .gv-luxe-v3-label span,\r\n      .gv-luxe-v3-label span::before,\r\n      .gv-luxe-v3-label span::after {\r\n        transition: none;\r\n      }\r\n\r\n      .gv-luxe-v3-card img,\r\n      .gv-luxe-v3-card:hover img {\r\n        transform: none;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n  <!-- \u00dcBERSCHRIFT -->\r\n\r\n  <div class=\"gv-luxe-v3-head\">\r\n    <div class=\"gv-luxe-v3-kicker\">\r\n      GLAMAVERA Collections\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- KATEGORIEN -->\r\n\r\n  <div class=\"gv-luxe-v3-grid\">\r\n\r\n    <!-- NECKLACES -->\r\n\r\n    <a\r\n      class=\"gv-luxe-v3-card gv-luxe-v3-necklaces\"\r\n      href=\"https:\/\/glamavera.com\/Shop\/jewelry\/necklaces\/\"\r\n      aria-label=\"Explore Glamavera Necklaces\"\r\n    >\r\n      <img\r\n        src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-torvane-pendant-gold-on-model.jpg\"\r\n        alt=\"Glamavera Torvane gold pendant necklace\"\r\n        loading=\"lazy\"\r\n        decoding=\"async\"\r\n      >\r\n\r\n      <div class=\"gv-luxe-v3-chip\">\r\n        Fine Jewellery\r\n      <\/div>\r\n\r\n      <div class=\"gv-luxe-v3-label\">\r\n        <h3>Necklaces<\/h3>\r\n        <span>Explore<\/span>\r\n      <\/div>\r\n    <\/a>\r\n\r\n    <!-- EARRINGS -->\r\n\r\n    <a\r\n      class=\"gv-luxe-v3-card gv-luxe-v3-earrings\"\r\n      href=\"https:\/\/glamavera.com\/Shop\/jewelry\/earrings\/\"\r\n      aria-label=\"Explore Glamavera Earrings\"\r\n    >\r\n      <img\r\n        src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-huggie-hoop-earrings-sterling-silver-Glamavera-11.png\"\r\n        alt=\"Glamavera sterling silver moissanite hoop earrings\"\r\n        loading=\"lazy\"\r\n        decoding=\"async\"\r\n      >\r\n\r\n      <div class=\"gv-luxe-v3-chip\">\r\n        Soft Shine\r\n      <\/div>\r\n\r\n      <div class=\"gv-luxe-v3-label\">\r\n        <h3>Earrings<\/h3>\r\n        <span>Explore<\/span>\r\n      <\/div>\r\n    <\/a>\r\n\r\n    <!-- BRACELETS -->\r\n\r\n    <a\r\n      class=\"gv-luxe-v3-card gv-luxe-v3-bracelets\"\r\n      href=\"https:\/\/glamavera.com\/Shop\/jewelry\/bracelets\/\"\r\n      aria-label=\"Explore Glamavera Bracelets\"\r\n    >\r\n      <img\r\n        src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-bar-bracelet-gold-on-wrist.png\"\r\n        alt=\"Glamavera Kessane gold bar bracelet\"\r\n        loading=\"lazy\"\r\n        decoding=\"async\"\r\n      >\r\n\r\n      <div class=\"gv-luxe-v3-chip\">\r\n        Everyday Elegance\r\n      <\/div>\r\n\r\n      <div class=\"gv-luxe-v3-label\">\r\n        <h3>Bracelets<\/h3>\r\n        <span>Explore<\/span>\r\n      <\/div>\r\n    <\/a>\r\n\r\n    <!-- SPECIAL OFFERS \u2013 BILD STATT VIDEO -->\r\n\r\n    <a\r\n      class=\"gv-luxe-v3-card gv-luxe-v3-offers\"\r\n      href=\"https:\/\/glamavera.com\/Shop\/special-offers\/\"\r\n      aria-label=\"Discover Glamavera Special Offers\"\r\n    >\r\n      <img\r\n        src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-valenne-clover-choker-silver-lifestyle.png\"\r\n        alt=\"Glamavera Lyrane halo pendant necklace special offer\"\r\n        loading=\"lazy\"\r\n        decoding=\"async\"\r\n      >\r\n\r\n      <div class=\"gv-luxe-v3-chip\">\r\n        Limited Selection\r\n      <\/div>\r\n\r\n      <div class=\"gv-luxe-v3-label\">\r\n        <h3>Special Offers<\/h3>\r\n        <span>Discover<\/span>\r\n      <\/div>\r\n    <\/a>\r\n\r\n  <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5db0659 elementor-widget elementor-widget-spacer\" data-id=\"5db0659\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-72c6182 elementor-widget elementor-widget-html\" data-id=\"72c6182\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"gv-product-section-title\">\r\n  <style>\r\n    .gv-product-section-title{\r\n      width:100%;\r\n      max-width:760px;\r\n      margin:0 auto 40px;\r\n      text-align:center;\r\n      padding:0 18px;\r\n      font-family:inherit;\r\n      box-sizing:border-box;\r\n    }\r\n\r\n    .gv-product-section-title *{\r\n      box-sizing:border-box;\r\n    }\r\n\r\n    .gv-product-kicker{\r\n      display:flex;\r\n      align-items:center;\r\n      justify-content:center;\r\n      gap:13px;\r\n      margin-bottom:14px;\r\n      color:#b88945;\r\n      font-size:11px;\r\n      font-weight:500;\r\n      letter-spacing:3.4px;\r\n      text-transform:uppercase;\r\n    }\r\n\r\n    .gv-product-kicker:before,\r\n    .gv-product-kicker:after{\r\n      content:\"\";\r\n      width:34px;\r\n      height:1px;\r\n      background:linear-gradient(90deg,transparent,#c69a5d);\r\n    }\r\n\r\n    .gv-product-kicker:after{\r\n      background:linear-gradient(90deg,#c69a5d,transparent);\r\n    }\r\n\r\n    .gv-product-section-title h2{\r\n      margin:0;\r\n      color:#17120e;\r\n      font-family:Georgia,\"Times New Roman\",serif;\r\n      font-size:clamp(36px,4.5vw,58px);\r\n      line-height:1.05;\r\n      font-weight:400;\r\n      letter-spacing:-.5px;\r\n    }\r\n\r\n    .gv-product-title-line{\r\n      width:54px;\r\n      height:1px;\r\n      margin:20px auto 0;\r\n      background:linear-gradient(90deg,transparent,#c69a5d,transparent);\r\n      opacity:.8;\r\n    }\r\n\r\n    @media(max-width:768px){\r\n      .gv-product-section-title{\r\n        margin-bottom:30px;\r\n        padding:0 14px;\r\n      }\r\n\r\n      .gv-product-kicker{\r\n        font-size:10px;\r\n        letter-spacing:2.5px;\r\n        gap:10px;\r\n      }\r\n\r\n      .gv-product-kicker:before,\r\n      .gv-product-kicker:after{\r\n        width:24px;\r\n      }\r\n\r\n      .gv-product-section-title h2{\r\n        font-size:34px;\r\n      }\r\n\r\n      .gv-product-title-line{\r\n        margin-top:16px;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"gv-product-kicker\">Top Seller<\/div>\r\n\r\n  <h2>Most Loved Pieces<\/h2>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-81247d5 elementor-widget elementor-widget-tmcore-products\" data-id=\"81247d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;autoplay_speed&quot;:3000}\" data-widget_type=\"tmcore-products.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"woocommerce columns-5 \"><div class=\"woocommerce-carousel splide\" data-settings='{\"dimensions\":1,\"navigation\":\"arrows\",\"autoplayHoverPause\":true,\"autoplay\":true,\"autoplay_speed\":3000,\"items\":\"5\",\"items_laptop\":\"4\",\"items_tablet\":\"3\",\"items_mobile\":\"3\",\"loop\":true,\"gap\":32,\"gap_laptop\":25,\"gap_tablet\":20,\"gap_mobile\":15,\"product_layout\":\"grid\"}'><div class=\"splide__track\"><ul class=\"products content-wrap product-archive grid-cols grid-ss-col-2 grid-sm-col-3 grid-md-col-4 grid-lg-col-5 woo-archive-action-on-hover woo-archive-btn-button align-buttons-bottom  woo-archive-image-hover-zoom\"><li class=\"shimmer entry content-bg loop-entry product type-product post-3503 status-publish first instock product_cat-jewelry product_cat-necklaces product_cat-special-offers product_tag-1-carat-moissanite-necklace product_tag-1-karat-moissanit-kette product_tag-925-sterling-silber-halskette product_tag-925-sterling-silver-necklace product_tag-bezel-fassung product_tag-bezel-set-necklace product_tag-bezel-set-pendant product_tag-bubble-anhanger product_tag-bubble-pendant product_tag-bubble-pendant-necklace product_tag-geschenk-fur-frauen product_tag-geschenk-fur-sie product_tag-gift-for-her product_tag-gold-plated-necklace product_tag-hypoallergener-schmuck product_tag-hypoallergenic-jewelry product_tag-jewellery-gift-for-women product_tag-minimalist-necklace product_tag-minimalistische-halskette product_tag-moissanit-anhanger product_tag-moissanit-halskette product_tag-moissanit-rundanhanger product_tag-moissanite-pendant-necklace product_tag-rose-gold-necklace product_tag-rosegold-halskette product_tag-round-moissanite-pendant product_tag-sterling-silver-necklace product_tag-vergoldete-halskette product_tag-weisgold-halskette product_tag-white-gold-necklace product_tag-yellow-gold-necklace product_tag-zargenfassung-halskette has-post-thumbnail sale shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/torvane-moissanite-bubble-necklace\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Torvane Pendant 1CT Moissanite Bubble Necklace in 925 Sterling Silver\">\n\t<div class=\"product-onsale\">\n                            <span aria-hidden=\"true\" class=\"onsale \">-15%<\/span>\n                            <span class=\"screen-reader-text\">Produkt im Angebot<\/span>\n                        <\/div>\n\t<img fetchpriority=\"high\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-torvane-pendant-gold-silver-pair-1-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Torvane Pendant Silver on Model\" \/><img decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-torvane-pendant-gold-on-model-328x361.jpg\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Torvane yellow gold moissanite bubble necklace worn by a woman\" title=\"glamavera-torvane-pendant-gold-on-model\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/torvane-moissanite-bubble-necklace\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Torvane Pendant 1CT Moissanite Bubble Necklace in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>129&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 129&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>109,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 109,90&nbsp;&euro;.<\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/torvane-moissanite-bubble-necklace\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3503\" data-product_sku=\"GLM-TOR-PEN-001\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eTorvane Pendant 1CT Moissanite Bubble Necklace in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3503\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3512 status-publish instock product_cat-jewelry product_cat-necklaces product_tag-1-carat-moissanite-necklace product_tag-1-karat-moissanit-halskette product_tag-925-sterling-silber-halskette product_tag-925-sterling-silver-necklace product_tag-bezel-set-necklace product_tag-eleganter-damenschmuck product_tag-geschwungene-halskette product_tag-luxury-gift-for-her product_tag-luxus-geschenk-fur-frauen product_tag-matching-jewellery-set product_tag-minimalist-necklace product_tag-minimalistische-halskette product_tag-moissanit-anhanger product_tag-moissanit-rundanhanger product_tag-moissanite-curl-necklace product_tag-moissanite-pendant-necklace product_tag-passendes-schmuckset product_tag-round-moissanite-pendant product_tag-sculptural-jewellery product_tag-vergoldete-halskette product_tag-weisgold-halskette product_tag-white-gold-necklace product_tag-yellow-gold-necklace has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-curl-necklace-nerine\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Nerine Pendant \u2013 1CT Moissanite Curl Necklace\"><img decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-nerine-pendant-gold-closeup-white-background-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Close-up of the gold GLAMAVERA Nerine Pendant 1CT Moissanite Curl Necklace with a brilliant round moissanite on a white background.\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-nerine-pendant-silver-closeup-white-background-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Silver Nerine Moissanite Curl Necklace on a white background\" title=\"glamavera-nerine-pendant-silver-closeup-white-background\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-curl-necklace-nerine\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Nerine Pendant \u2013 1CT Moissanite Curl Necklace<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>119,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-curl-necklace-nerine\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3512\" data-product_sku=\"GLM-NER-PEN-1CT\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eNerine Pendant \u2013 1CT Moissanite Curl Necklace\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3512\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3515 status-publish instock product_cat-jewelry product_cat-necklaces product_tag-1-karat-moissanit-halskette product_tag-925-sterling-silber-halskette product_tag-eleganter-damen-anhanger product_tag-elyenne-1ct-moissanite-infinity-necklace product_tag-jahrestag-geschenk-fur-frauen product_tag-luxus-halskette product_tag-moissanit-infinity-halskette product_tag-symbolischer-schmuck product_tag-tropfen-anhanger product_tag-unendlichkeits-halskette product_tag-vergoldete-halskette product_tag-weisgold-halskette product_tag-zirkon-akzentsteine has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/elyenne-1ct-moissanite-infinity-necklace\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Elyenne Pendant \u2013 1CT Moissanite Infinity Necklace\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-elyenne-pendant-gold-close-up-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Elyenne Pendant \u2013 1CT Moissanite Infinity Necklace\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-elyenne-pendant-silver-front-view-328x361.jpg\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Front view of the GLAMAVERA Elyenne Pendant 1CT moissanite infinity necklace in silver on a blue background\" title=\"glamavera-elyenne-pendant-silver-front-view\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/elyenne-1ct-moissanite-infinity-necklace\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Elyenne Pendant \u2013 1CT Moissanite Infinity Necklace<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>149,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/elyenne-1ct-moissanite-infinity-necklace\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3515\" data-product_sku=\"GLM-ELY-PEN-1CT\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eElyenne Pendant \u2013 1CT Moissanite Infinity Necklace\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3515\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3499 status-publish instock product_cat-jewelry product_cat-necklaces product_cat-special-offers product_tag-925-sterling-silber-halskette product_tag-bezel-set-necklace product_tag-droplet-pendant product_tag-fassung-halskette product_tag-geschenk-fur-sie product_tag-gift-for-her product_tag-gold-plated-necklace product_tag-hypoallergene-halskette product_tag-hypoallergenic-necklace product_tag-moissanit-halskette product_tag-moissanite-necklace product_tag-sterling-silver-necklace product_tag-teardrop-necklace product_tag-tropfen-anhanger product_tag-vergoldete-halskette product_tag-wassertropfen-halskette has-post-thumbnail sale shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-droplet-necklace\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Velrose Droplet Necklace \u2013 1CT Moissanite Pendant in 925 Sterling Silver\">\n\t<div class=\"product-onsale\">\n                            <span aria-hidden=\"true\" class=\"onsale \">-7%<\/span>\n                            <span class=\"screen-reader-text\">Produkt im Angebot<\/span>\n                        <\/div>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-tropfen-halskette-moissanit-silber-gold-2-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Velrose Tropfen-Halskette von GLAMAVERA mit brillantem Moissanit-Anh\u00e4nger in Silber und Gold auf wei\u00dfem Hintergrund\" srcset=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-tropfen-halskette-moissanit-silber-gold-2-328x361.png 328w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-tropfen-halskette-moissanit-silber-gold-2-12x12.png 12w\" sizes=\"(max-width: 328px) 100vw, 328px\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-droplet-necklace-gold-model-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Velrose Droplet Necklace in gold finish worn by a model, featuring a round brilliant moissanite pendant in 925 sterling silver.\" title=\"glamavera-velrose-droplet-necklace-gold-model\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-droplet-necklace\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Velrose Droplet Necklace \u2013 1CT Moissanite Pendant in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>139,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 139,90&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>129,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 129,90&nbsp;&euro;.<\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-droplet-necklace\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3499\" data-product_sku=\"GLM-VEL-DROP-001\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eVelrose Droplet Necklace \u2013 1CT Moissanite Pendant in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3499\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3335 status-publish last instock product_cat-earrings product_cat-jewelry product_tag-gift-for-her product_tag-gold-plated-earrings product_tag-hoop-earrings product_tag-hypoallergenic-earrings product_tag-moissanite-earrings product_tag-sterling-silver-jewelry has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/verlane-hoops-moissanite-earrings-925-sterling-silver\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Verlane Hoops Moissanite Earrings in 925 Sterling Silver\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-verlane-moissanite-hoops-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Verlane Hoops Moissanite Earrings in 925 Sterling Silver\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-verlane-moissanite-hoops-gold-Pic-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"\" title=\"glamavera-verlane-moissanite-hoops-gold-Pic\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/verlane-hoops-moissanite-earrings-925-sterling-silver\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Verlane Hoops Moissanite Earrings in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>97,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/verlane-hoops-moissanite-earrings-925-sterling-silver\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3335\" data-product_sku=\"GLM-VER-HOOP-001\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eVerlane Hoops Moissanite Earrings in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3335\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3430 status-publish first instock product_cat-earrings product_cat-jewelry has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/corvane-hoops-moissanite-huggie-earrings-925-sterling-silver\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Corvane Hoops Moissanite Huggie Earrings in 925 Sterling Silver\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-huggie-hoop-earrings-sterling-silver-Glamavera-9-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Corvane Hoops Moissanite Huggie Earrings in 925 Sterling Silver\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-huggie-hoop-earrings-sterling-silver-Glamavera-7-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"\" title=\"moissanite huggie hoop earrings sterling silver Glamavera 7\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/corvane-hoops-moissanite-huggie-earrings-925-sterling-silver\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Corvane Hoops Moissanite Huggie Earrings in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>89,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/corvane-hoops-moissanite-huggie-earrings-925-sterling-silver\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3430\" data-product_sku=\"GLM-VER-HOOP-002\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eCorvane Hoops Moissanite Huggie Earrings in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3430\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3508 status-publish instock product_cat-jewelry product_cat-necklaces product_tag-925-sterling-silber-halskette product_tag-925-sterling-silver-necklace product_tag-adjustable-choker-necklace product_tag-dainty-moissanite-necklace product_tag-filigrane-halskette product_tag-four-leaf-clover-necklace product_tag-glucksbringer-schmuck product_tag-lucky-clover-jewellery product_tag-luxury-gift-for-her product_tag-luxus-geschenk-fur-frauen product_tag-moissanit-choker product_tag-moissanit-kleeblatt-halskette product_tag-moissanite-choker product_tag-moissanite-clover-necklace product_tag-rose-gold-necklace product_tag-rosegold-halskette product_tag-station-halskette product_tag-station-necklace product_tag-vergoldete-halskette product_tag-vierblattrige-kleeblatt-kette product_tag-white-gold-necklace product_tag-yellow-gold-necklace has-post-thumbnail sale shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/valenne-moissanite-clover-choker\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Valenne Clover Choker \u2013 0.90CT Moissanite Necklace\">\n\t<div class=\"product-onsale\">\n                            <span aria-hidden=\"true\" class=\"onsale \">-20%<\/span>\n                            <span class=\"screen-reader-text\">Produkt im Angebot<\/span>\n                        <\/div>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-valenne-clover-choker-gold-front-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Valenne Clover Choker by GLAMAVERA in gold finish with 0.90CT moissanite clover and bezel details\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-valenne-clover-choker-silver-front-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Valenne Clover Choker by GLAMAVERA in silver finish with 0.90CT moissanite clover and bezel details\" title=\"glamavera-valenne-clover-choker-silver-front\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/valenne-moissanite-clover-choker\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Valenne Clover Choker \u2013 0.90CT Moissanite Necklace<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>149,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 149,90&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>119,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 119,90&nbsp;&euro;.<\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/valenne-moissanite-clover-choker\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3508\" data-product_sku=\"GLM-VAL-CHO-090\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eValenne Clover Choker \u2013 0.90CT Moissanite Necklace\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3508\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3468 status-publish instock product_cat-earrings product_cat-jewelry product_cat-special-offers product_tag-925-sterling-silber-ohrringe product_tag-alltagsohrringe product_tag-bezel-set-earrings product_tag-everyday-earrings product_tag-fassung-ohrringe product_tag-geschenk-fur-sie product_tag-gift-for-her product_tag-gold-plated-earrings product_tag-hypoallergene-ohrringe product_tag-hypoallergenic-earrings product_tag-minimalist-earrings product_tag-minimalistische-ohrringe product_tag-moissanit-ohrstecker product_tag-moissanite-stud-earrings product_tag-sterling-silver-earrings product_tag-vergoldete-ohrringe has-post-thumbnail sale shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/nerine-studs-moissanite-curl-earrings-925-sterling-silver\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Nerine Studs Moissanite Curl Earrings in 925 Sterling Silver\">\n\t<div class=\"product-onsale\">\n                            <span aria-hidden=\"true\" class=\"onsale \">-38%<\/span>\n                            <span class=\"screen-reader-text\">Produkt im Angebot<\/span>\n                        <\/div>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-nerine-studs-gold-front-back-view-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Nerine Studs gold-tone moissanite earrings shown from the front and back\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-nerine-studs-silver-front-back-view-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Nerine Studs moissanite curl earrings in 925 sterling silver, front and back view\" title=\"glamavera-nerine-studs-silver-front-back-view\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/nerine-studs-moissanite-curl-earrings-925-sterling-silver\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Nerine Studs Moissanite Curl Earrings in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>59,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/nerine-studs-moissanite-curl-earrings-925-sterling-silver\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3468\" data-product_sku=\"GLM-NER-STUD-001\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eNerine Studs Moissanite Curl Earrings in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3468\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3471 status-publish instock product_cat-earrings product_cat-jewelry product_tag-925-sterling-silber-ohrringe product_tag-dangle-earrings product_tag-geschenk-fur-sie product_tag-gift-for-her product_tag-gold-plated-earrings product_tag-gra-certified-moissanite product_tag-gra-zertifizierter-moissanit product_tag-hangende-ohrringe product_tag-hypoallergene-ohrringe product_tag-hypoallergenic-earrings product_tag-leverback-earrings product_tag-leverback-ohrringe product_tag-moissanit-tropfenohrringe product_tag-moissanite-drop-earrings product_tag-sterling-silver-earrings has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/rivane-drops-moissanite-leverback-earrings-925-sterling-silver\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Rivane Drops Moissanite Leverback Earrings in 925 Sterling Silver\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/rivane-drops-silver-moissanite-earrings-front-view-328x361.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Front view of Rivane Drops silver leverback earrings with brilliant round moissanite stones\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/rivane-drops-gold-moissanite-earrings-isolated-1-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Isolated Rivane Drops gold-tone moissanite leverback earrings\" title=\"rivane-drops-gold-moissanite-earrings-isolated\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/rivane-drops-moissanite-leverback-earrings-925-sterling-silver\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Rivane Drops Moissanite Leverback Earrings in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>119,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/rivane-drops-moissanite-leverback-earrings-925-sterling-silver\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3471\" data-product_sku=\"LM-RIV-DROP-001\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eRivane Drops Moissanite Leverback Earrings in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3471\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3478 status-publish last instock product_cat-earrings product_cat-jewelry product_cat-special-offers product_tag-925-sterling-silber-ohrringe product_tag-bezel-set-earrings product_tag-bubble-earrings product_tag-bubble-ohrringe product_tag-fassung-ohrringe product_tag-gold-plated-earrings product_tag-gra-certified-moissanite product_tag-gra-zertifizierter-moissanit product_tag-hypoallergenic-earrings product_tag-moissanit-ohrstecker product_tag-moissanite-stud-earrings product_tag-sterling-silver-earrings product_tag-unisex-earrings product_tag-unisex-ohrringe has-post-thumbnail sale shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/torvane-studs-moissanite-bubble-earrings-925-sterling-silver\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Torvane Studs Moissanite Bubble Earrings in 925 Sterling Silver\">\n\t<div class=\"product-onsale\">\n                            <span aria-hidden=\"true\" class=\"onsale \">-17%<\/span>\n                            <span class=\"screen-reader-text\">Produkt im Angebot<\/span>\n                        <\/div>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/torvane-studs-gold-tone-front-and-side-view-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Front and side view of Torvane gold-tone moissanite bubble stud earring\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/torvane-studs-silver-front-and-side-view-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Front and side view of Torvane moissanite bubble stud earrings in polished 925 sterling silver\" title=\"torvane-studs-silver-front-and-side-view\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/torvane-studs-moissanite-bubble-earrings-925-sterling-silver\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Torvane Studs Moissanite Bubble Earrings in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi>74,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span> <span aria-hidden=\"true\"> \u2013 <\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi>189,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><span class=\"screen-reader-text\">Preisspanne: 74,90&nbsp;&euro; bis 189,90&nbsp;&euro;<\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/torvane-studs-moissanite-bubble-earrings-925-sterling-silver\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3478\" data-product_sku=\"GLM-TOR-STUD-001\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eTorvane Studs Moissanite Bubble Earrings in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3478\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-feecc61 full_width_section elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"feecc61\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-narrow\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d387b24\" data-id=\"d387b24\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\n<hr class=\"e-divider-base\" data-interaction-id=\"de67ba7\"   \/>\n\t\t\t\t<div class=\"elementor-element elementor-element-388ec46 elementor-widget elementor-widget-html\" data-id=\"388ec46\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"gv-torvane-premium\" aria-label=\"GLAMAVERA Torvane Collection\">\r\n  <style>\r\n    .gv-torvane-premium,\r\n    .gv-torvane-premium * {\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    .gv-torvane-premium {\r\n      --cream: #fff8ee;\r\n      --muted: rgba(255, 248, 238, 0.78);\r\n      --gold: #c69a5d;\r\n      --gold-light: #ead2ab;\r\n      --dark: #0d0906;\r\n\r\n      position: relative;\r\n      width: 100vw;\r\n      max-width: 100vw;\r\n      margin-right: calc(50% - 50vw);\r\n      margin-left: calc(50% - 50vw);\r\n      overflow: hidden;\r\n      color: var(--cream);\r\n      background: var(--dark);\r\n      font-family: Jost, Arial, sans-serif;\r\n    }\r\n\r\n    .gv-torvane-premium a {\r\n      color: inherit;\r\n      text-decoration: none;\r\n    }\r\n\r\n    \/* FULL-WIDTH VIDEO BACKGROUND *\/\r\n\r\n    .gv-tv-background {\r\n      position: absolute;\r\n      inset: 0;\r\n      z-index: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      min-height: 100%;\r\n      object-fit: cover;\r\n      object-position: center center;\r\n      filter: brightness(0.90) saturate(0.96) contrast(1.02);\r\n      pointer-events: none;\r\n    }\r\n\r\n    .gv-tv-overlay {\r\n      position: absolute;\r\n      inset: 0;\r\n      z-index: 1;\r\n      pointer-events: none;\r\n      background:\r\n        linear-gradient(\r\n          90deg,\r\n          rgba(8, 5, 3, 0.62) 0%,\r\n          rgba(9, 6, 4, 0.46) 42%,\r\n          rgba(9, 6, 4, 0.31) 70%,\r\n          rgba(8, 5, 3, 0.44) 100%\r\n        ),\r\n        linear-gradient(\r\n          180deg,\r\n          rgba(0, 0, 0, 0.06) 0%,\r\n          rgba(0, 0, 0, 0.20) 100%\r\n        );\r\n    }\r\n\r\n    .gv-tv-frame {\r\n      position: absolute;\r\n      inset: 18px;\r\n      z-index: 2;\r\n      border: 1px solid rgba(234, 210, 171, 0.15);\r\n      pointer-events: none;\r\n    }\r\n\r\n    \/* CENTERED CONTENT WITHOUT AN EMPTY MIDDLE *\/\r\n\r\n    .gv-tv-inner {\r\n      position: relative;\r\n      z-index: 3;\r\n      width: min(100%, 1440px);\r\n      min-height: 650px;\r\n      margin: 0 auto;\r\n      padding: 54px clamp(22px, 4vw, 62px);\r\n      display: grid;\r\n      grid-template-columns: minmax(420px, 0.96fr) minmax(520px, 1.04fr);\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: clamp(20px, 2.4vw, 36px);\r\n    }\r\n\r\n    \/* LEFT CONTENT *\/\r\n\r\n    .gv-tv-copy {\r\n      width: 100%;\r\n      max-width: 610px;\r\n      justify-self: end;\r\n      padding: 25px 27px 27px;\r\n      background:\r\n        linear-gradient(\r\n          135deg,\r\n          rgba(14, 9, 6, 0.66),\r\n          rgba(22, 15, 10, 0.40)\r\n        );\r\n      border: 1px solid rgba(234, 210, 171, 0.17);\r\n      box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);\r\n      backdrop-filter: blur(9px);\r\n      -webkit-backdrop-filter: blur(9px);\r\n    }\r\n\r\n    .gv-tv-kicker {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      gap: 13px;\r\n      margin-bottom: 14px;\r\n      color: var(--gold-light);\r\n      font-size: 10px;\r\n      font-weight: 700;\r\n      letter-spacing: 3px;\r\n      text-transform: uppercase;\r\n    }\r\n\r\n    .gv-tv-kicker::before {\r\n      content: \"\";\r\n      width: 38px;\r\n      height: 1px;\r\n      background: currentColor;\r\n      opacity: 0.8;\r\n    }\r\n\r\n    .gv-tv-title {\r\n      margin: 0;\r\n      color: var(--cream);\r\n      font-family: Georgia, \"Times New Roman\", serif;\r\n      font-size: clamp(45px, 4.8vw, 75px);\r\n      line-height: 0.94;\r\n      font-weight: 400;\r\n      letter-spacing: -0.045em;\r\n    }\r\n\r\n    .gv-tv-title em {\r\n      display: block;\r\n      color: var(--gold-light);\r\n      font-style: italic;\r\n      font-weight: 400;\r\n    }\r\n\r\n    .gv-tv-name {\r\n      max-width: 560px;\r\n      margin: 17px 0 0;\r\n      color: #fff;\r\n      font-family: Georgia, \"Times New Roman\", serif;\r\n      font-size: clamp(20px, 1.8vw, 27px);\r\n      line-height: 1.24;\r\n      font-weight: 400;\r\n    }\r\n\r\n    .gv-tv-description {\r\n      max-width: 560px;\r\n      margin: 10px 0 0;\r\n      color: var(--muted);\r\n      font-size: clamp(13px, 1.1vw, 16px);\r\n      line-height: 1.62;\r\n    }\r\n\r\n    .gv-tv-price {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      align-items: baseline;\r\n      gap: 10px;\r\n      margin-top: 16px;\r\n    }\r\n\r\n    .gv-tv-current {\r\n      color: var(--cream);\r\n      font-family: Georgia, \"Times New Roman\", serif;\r\n      font-size: 29px;\r\n    }\r\n\r\n    .gv-tv-old {\r\n      color: rgba(255, 248, 238, 0.48);\r\n      font-size: 14px;\r\n      text-decoration: line-through;\r\n    }\r\n\r\n    \/* FINISHES *\/\r\n\r\n    .gv-tv-finishes {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      align-items: center;\r\n      gap: 9px;\r\n      margin-top: 15px;\r\n    }\r\n\r\n    .gv-tv-finishes-label {\r\n      margin-right: 2px;\r\n      color: rgba(255, 248, 238, 0.65);\r\n      font-size: 8px;\r\n      font-weight: 700;\r\n      letter-spacing: 1.4px;\r\n      text-transform: uppercase;\r\n    }\r\n\r\n    .gv-tv-finish {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      gap: 6px;\r\n      color: rgba(255, 248, 238, 0.80);\r\n      font-size: 9px;\r\n      white-space: nowrap;\r\n    }\r\n\r\n    .gv-tv-swatch {\r\n      width: 14px;\r\n      height: 14px;\r\n      border: 1px solid rgba(255, 255, 255, 0.45);\r\n      border-radius: 50%;\r\n      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.04);\r\n    }\r\n\r\n    .gv-tv-swatch.rose {\r\n      background: linear-gradient(135deg, #b97972, #efd1c9);\r\n    }\r\n\r\n    .gv-tv-swatch.white {\r\n      background: linear-gradient(135deg, #aeb1b4, #fff);\r\n    }\r\n\r\n    .gv-tv-swatch.yellow {\r\n      background: linear-gradient(135deg, #aa762c, #efd18f);\r\n    }\r\n\r\n    \/* BUTTONS *\/\r\n\r\n    .gv-tv-actions {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      gap: 11px;\r\n      margin-top: 21px;\r\n    }\r\n\r\n    .gv-tv-btn {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      gap: 9px;\r\n      min-height: 46px;\r\n      padding: 0 19px;\r\n      border: 1px solid transparent;\r\n      border-radius: 999px;\r\n      font-size: 9px;\r\n      font-weight: 700;\r\n      letter-spacing: 1.6px;\r\n      text-align: center;\r\n      text-transform: uppercase;\r\n      white-space: nowrap;\r\n      transition:\r\n        transform 0.3s ease,\r\n        gap 0.3s ease,\r\n        box-shadow 0.3s ease;\r\n    }\r\n\r\n    .gv-tv-btn svg {\r\n      width: 14px;\r\n      height: 14px;\r\n      fill: none;\r\n      stroke: currentColor;\r\n      stroke-width: 1.8;\r\n      stroke-linecap: round;\r\n      stroke-linejoin: round;\r\n    }\r\n\r\n    .gv-tv-btn.primary {\r\n      color: #17100a;\r\n      background: linear-gradient(135deg, #c29551, #ebcc94);\r\n      box-shadow: 0 16px 38px rgba(198, 154, 93, 0.24);\r\n    }\r\n\r\n    .gv-tv-btn.secondary {\r\n      color: #17100a;\r\n      background: rgba(255, 250, 241, 0.96);\r\n    }\r\n\r\n    .gv-tv-btn:hover {\r\n      gap: 13px;\r\n      transform: translateY(-2px);\r\n    }\r\n\r\n    \/* PRODUCT POINTS *\/\r\n\r\n    .gv-tv-points {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      gap: 7px;\r\n      margin-top: 17px;\r\n    }\r\n\r\n    .gv-tv-pill {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      gap: 6px;\r\n      min-height: 28px;\r\n      padding: 0 9px;\r\n      color: rgba(255, 248, 238, 0.80);\r\n      background: rgba(255, 255, 255, 0.06);\r\n      border: 1px solid rgba(234, 210, 171, 0.20);\r\n      font-size: 8px;\r\n      font-weight: 700;\r\n      letter-spacing: 1px;\r\n      text-transform: uppercase;\r\n      backdrop-filter: blur(8px);\r\n      -webkit-backdrop-filter: blur(8px);\r\n    }\r\n\r\n    .gv-tv-pill::before {\r\n      content: \"\";\r\n      width: 5px;\r\n      height: 5px;\r\n      border-radius: 50%;\r\n      background: var(--gold-light);\r\n      box-shadow: 0 0 13px rgba(234, 210, 171, 0.55);\r\n    }\r\n\r\n    \/* RIGHT PRODUCT AREA *\/\r\n\r\n    .gv-tv-stage {\r\n      position: relative;\r\n      width: 100%;\r\n      max-width: 660px;\r\n      min-width: 0;\r\n      justify-self: start;\r\n      display: grid;\r\n      grid-template-columns: minmax(0, 1.12fr) minmax(180px, 0.88fr);\r\n      grid-template-areas:\r\n        \"necklace motion\"\r\n        \"necklace earrings\"\r\n        \"certificate certificate\";\r\n      align-items: stretch;\r\n      gap: 15px;\r\n      padding: 10px 0;\r\n    }\r\n\r\n    .gv-tv-orbit {\r\n      position: absolute;\r\n      z-index: 0;\r\n      top: 47%;\r\n      left: 50%;\r\n      width: min(470px, 88%);\r\n      aspect-ratio: 1;\r\n      border: 1px solid rgba(234, 210, 171, 0.17);\r\n      border-radius: 50%;\r\n      pointer-events: none;\r\n      transform: translate(-50%, -50%);\r\n      animation: gvOrbit 34s linear infinite;\r\n    }\r\n\r\n    .gv-tv-orbit::after {\r\n      content: \"\";\r\n      position: absolute;\r\n      inset: 18%;\r\n      border: 1px solid rgba(234, 210, 171, 0.10);\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .gv-tv-card {\r\n      position: relative;\r\n      z-index: 2;\r\n      min-width: 0;\r\n      overflow: hidden;\r\n      padding: 10px;\r\n      color: var(--cream);\r\n      background:\r\n        linear-gradient(\r\n          145deg,\r\n          rgba(103, 91, 79, 0.82),\r\n          rgba(52, 43, 35, 0.84)\r\n        );\r\n      border: 1px solid rgba(255, 255, 255, 0.17);\r\n      box-shadow: 0 25px 64px rgba(0, 0, 0, 0.35);\r\n      backdrop-filter: blur(17px);\r\n      -webkit-backdrop-filter: blur(17px);\r\n      will-change: transform;\r\n      transition:\r\n        border-color 0.35s ease,\r\n        box-shadow 0.35s ease;\r\n    }\r\n\r\n    .gv-tv-card:hover {\r\n      border-color: rgba(234, 210, 171, 0.44);\r\n      box-shadow: 0 31px 78px rgba(0, 0, 0, 0.43);\r\n    }\r\n\r\n    .gv-tv-card.necklace {\r\n      grid-area: necklace;\r\n      display: flex;\r\n      flex-direction: column;\r\n      animation: gvFloatMain 7.2s ease-in-out infinite;\r\n    }\r\n\r\n    .gv-tv-card.motion {\r\n      grid-area: motion;\r\n      animation: gvFloatRight 6.5s ease-in-out infinite -1.4s;\r\n    }\r\n\r\n    .gv-tv-card.earrings {\r\n      grid-area: earrings;\r\n      animation: gvFloatLeft 7.3s ease-in-out infinite -3s;\r\n    }\r\n\r\n    .gv-tv-media {\r\n      position: relative;\r\n      width: 100%;\r\n      overflow: hidden;\r\n      margin-bottom: 10px;\r\n      background:\r\n        radial-gradient(\r\n          circle at 50% 38%,\r\n          rgba(255, 255, 255, 0.13),\r\n          transparent 24%\r\n        ),\r\n        linear-gradient(145deg, #2e241c, #15100d);\r\n    }\r\n\r\n    .gv-tv-media::after {\r\n      content: \"\";\r\n      position: absolute;\r\n      inset: 0;\r\n      z-index: 1;\r\n      pointer-events: none;\r\n      background:\r\n        linear-gradient(\r\n          180deg,\r\n          rgba(0, 0, 0, 0.00) 0%,\r\n          rgba(0, 0, 0, 0.05) 55%,\r\n          rgba(0, 0, 0, 0.12) 100%\r\n        );\r\n    }\r\n\r\n    .gv-tv-card.necklace .gv-tv-media {\r\n      flex: 1 1 auto;\r\n      min-height: 300px;\r\n    }\r\n\r\n    .gv-tv-card.motion .gv-tv-media {\r\n      aspect-ratio: 16 \/ 9;\r\n    }\r\n\r\n    .gv-tv-card.earrings .gv-tv-media {\r\n      aspect-ratio: 1.5 \/ 1;\r\n    }\r\n\r\n    .gv-tv-media img,\r\n    .gv-tv-media video {\r\n      position: absolute;\r\n      inset: 0;\r\n      width: 100%;\r\n      height: 100%;\r\n      display: block;\r\n      border: 0;\r\n      object-fit: cover;\r\n      object-position: center;\r\n    }\r\n\r\n    .gv-tv-media img {\r\n      filter: brightness(1.00) saturate(0.94) contrast(1.02);\r\n      transition:\r\n        transform 0.75s ease,\r\n        filter 0.45s ease;\r\n    }\r\n\r\n    .gv-tv-media video {\r\n      filter: brightness(0.98) saturate(0.96) contrast(1.02);\r\n    }\r\n\r\n    .gv-tv-card:hover .gv-tv-media img {\r\n      transform: scale(1.04);\r\n      filter: brightness(0.96) saturate(0.93) contrast(1.03);\r\n    }\r\n\r\n    .gv-tv-card.necklace .gv-tv-media img {\r\n      object-position: center 40%;\r\n    }\r\n\r\n    .gv-tv-card.earrings .gv-tv-media img {\r\n      object-position: center 42%;\r\n    }\r\n\r\n    .gv-tv-card small {\r\n      display: block;\r\n      margin-bottom: 5px;\r\n      color: var(--gold-light);\r\n      font-size: 8px;\r\n      font-weight: 700;\r\n      letter-spacing: 1.6px;\r\n      text-transform: uppercase;\r\n    }\r\n\r\n    .gv-tv-card strong {\r\n      display: block;\r\n      color: var(--cream);\r\n      font-family: Georgia, \"Times New Roman\", serif;\r\n      font-size: clamp(19px, 1.55vw, 24px);\r\n      line-height: 1.05;\r\n      font-weight: 400;\r\n    }\r\n\r\n    .gv-tv-card p {\r\n      margin: 6px 0 0;\r\n      color: rgba(255, 248, 238, 0.70);\r\n      font-size: 10px;\r\n      line-height: 1.48;\r\n    }\r\n\r\n    .gv-tv-link {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      gap: 6px;\r\n      margin-top: 8px;\r\n      color: var(--gold-light);\r\n      font-size: 7px;\r\n      font-weight: 700;\r\n      letter-spacing: 1.2px;\r\n      text-transform: uppercase;\r\n    }\r\n\r\n    .gv-tv-link::after {\r\n      content: \"\u2192\";\r\n      font-size: 12px;\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .gv-tv-card:hover .gv-tv-link::after {\r\n      transform: translateX(4px);\r\n    }\r\n\r\n    \/* GRA CERTIFICATE *\/\r\n\r\n    .gv-tv-certificate {\r\n      grid-area: certificate;\r\n      position: relative;\r\n      z-index: 2;\r\n      display: grid;\r\n      grid-template-columns: 54px minmax(0, 1fr);\r\n      align-items: center;\r\n      gap: 13px;\r\n      min-width: 0;\r\n      padding: 11px 14px;\r\n      color: var(--cream);\r\n      background: rgba(15, 10, 7, 0.73);\r\n      border: 1px solid rgba(234, 210, 171, 0.24);\r\n      box-shadow: 0 20px 52px rgba(0, 0, 0, 0.27);\r\n      backdrop-filter: blur(14px);\r\n      -webkit-backdrop-filter: blur(14px);\r\n      animation: gvFloatCertificate 7s ease-in-out infinite -2s;\r\n    }\r\n\r\n    .gv-tv-certificate-icon {\r\n      position: relative;\r\n      display: grid;\r\n      place-items: center;\r\n      width: 54px;\r\n      height: 54px;\r\n      overflow: hidden;\r\n      color: var(--gold-light);\r\n      background:\r\n        radial-gradient(\r\n          circle at 35% 28%,\r\n          rgba(255, 255, 255, 0.17),\r\n          transparent 30%\r\n        ),\r\n        linear-gradient(\r\n          145deg,\r\n          rgba(198, 154, 93, 0.22),\r\n          rgba(17, 12, 8, 0.70)\r\n        );\r\n      border: 1px solid rgba(234, 210, 171, 0.48);\r\n      border-radius: 50%;\r\n      box-shadow:\r\n        inset 0 0 0 4px rgba(234, 210, 171, 0.05),\r\n        0 10px 24px rgba(0, 0, 0, 0.25);\r\n    }\r\n\r\n    .gv-tv-certificate-icon::before,\r\n    .gv-tv-certificate-icon::after {\r\n      content: \"\";\r\n      position: absolute;\r\n      border: 1px solid rgba(234, 210, 171, 0.24);\r\n      border-radius: 50%;\r\n    }\r\n\r\n    .gv-tv-certificate-icon::before {\r\n      inset: 5px;\r\n    }\r\n\r\n    .gv-tv-certificate-icon::after {\r\n      inset: 10px;\r\n    }\r\n\r\n    .gv-tv-certificate-icon svg {\r\n      position: relative;\r\n      z-index: 2;\r\n      width: 37px;\r\n      height: 37px;\r\n      display: block;\r\n    }\r\n\r\n    .gv-tv-certificate b {\r\n      display: block;\r\n      margin-bottom: 3px;\r\n      color: #fff;\r\n      font-family: Georgia, \"Times New Roman\", serif;\r\n      font-size: 16px;\r\n      font-weight: 400;\r\n    }\r\n\r\n    .gv-tv-certificate span {\r\n      display: block;\r\n      color: rgba(255, 248, 238, 0.68);\r\n      font-size: 10px;\r\n      line-height: 1.45;\r\n    }\r\n\r\n    \/* ANIMATIONS *\/\r\n\r\n    @keyframes gvOrbit {\r\n      to {\r\n        transform: translate(-50%, -50%) rotate(360deg);\r\n      }\r\n    }\r\n\r\n    @keyframes gvFloatMain {\r\n      0%,\r\n      100% {\r\n        transform: translate3d(0, 0, 0) rotate(-0.10deg);\r\n      }\r\n\r\n      50% {\r\n        transform: translate3d(0, -7px, 0) rotate(0.10deg);\r\n      }\r\n    }\r\n\r\n    @keyframes gvFloatRight {\r\n      0%,\r\n      100% {\r\n        transform: translate3d(0, 2px, 0) rotate(0.12deg);\r\n      }\r\n\r\n      50% {\r\n        transform: translate3d(4px, -6px, 0) rotate(-0.12deg);\r\n      }\r\n    }\r\n\r\n    @keyframes gvFloatLeft {\r\n      0%,\r\n      100% {\r\n        transform: translate3d(0, -1px, 0) rotate(-0.12deg);\r\n      }\r\n\r\n      50% {\r\n        transform: translate3d(-4px, 6px, 0) rotate(0.12deg);\r\n      }\r\n    }\r\n\r\n    @keyframes gvFloatCertificate {\r\n      0%,\r\n      100% {\r\n        transform: translate3d(0, 0, 0);\r\n      }\r\n\r\n      50% {\r\n        transform: translate3d(0, -4px, 0);\r\n      }\r\n    }\r\n\r\n    \/* TABLET *\/\r\n\r\n    @media (max-width: 1080px) {\r\n      .gv-tv-inner {\r\n        min-height: auto;\r\n        grid-template-columns: 1fr;\r\n        gap: 28px;\r\n        padding: 44px 24px 38px;\r\n      }\r\n\r\n      .gv-tv-copy {\r\n        width: min(100%, 790px);\r\n        max-width: 790px;\r\n        justify-self: center;\r\n      }\r\n\r\n      .gv-tv-stage {\r\n        width: min(100%, 720px);\r\n        max-width: 720px;\r\n        justify-self: center;\r\n      }\r\n    }\r\n\r\n    \/* MOBILE *\/\r\n\r\n    @media (max-width: 720px) {\r\n      .gv-tv-background {\r\n        object-position: center center;\r\n        filter: brightness(0.82) saturate(0.94) contrast(1.02);\r\n      }\r\n\r\n      .gv-tv-overlay {\r\n        background:\r\n          linear-gradient(\r\n            180deg,\r\n            rgba(8, 5, 3, 0.53) 0%,\r\n            rgba(8, 5, 3, 0.43) 46%,\r\n            rgba(8, 5, 3, 0.65) 100%\r\n          );\r\n      }\r\n\r\n      .gv-tv-frame {\r\n        inset: 8px;\r\n      }\r\n\r\n      .gv-tv-inner {\r\n        gap: 23px;\r\n        padding: 32px 14px 25px;\r\n      }\r\n\r\n      .gv-tv-copy {\r\n        width: 100%;\r\n        padding: 20px 17px 21px;\r\n      }\r\n\r\n      .gv-tv-title {\r\n        font-size: 41px;\r\n      }\r\n\r\n      .gv-tv-actions {\r\n        flex-direction: column;\r\n        align-items: stretch;\r\n      }\r\n\r\n      .gv-tv-btn {\r\n        width: 100%;\r\n        min-height: 45px;\r\n      }\r\n\r\n      .gv-tv-stage {\r\n        width: 100%;\r\n        grid-template-columns: repeat(2, minmax(0, 1fr));\r\n        grid-template-areas:\r\n          \"necklace necklace\"\r\n          \"motion earrings\"\r\n          \"certificate certificate\";\r\n        gap: 11px;\r\n        padding: 4px 0;\r\n      }\r\n\r\n      .gv-tv-orbit {\r\n        width: 360px;\r\n        opacity: 0.42;\r\n      }\r\n\r\n      .gv-tv-card {\r\n        padding: 9px;\r\n      }\r\n\r\n      .gv-tv-card.necklace .gv-tv-media {\r\n        min-height: 0;\r\n        aspect-ratio: 1.55 \/ 1;\r\n      }\r\n\r\n      .gv-tv-card.motion .gv-tv-media,\r\n      .gv-tv-card.earrings .gv-tv-media {\r\n        aspect-ratio: 1.15 \/ 1;\r\n      }\r\n\r\n      .gv-tv-card strong {\r\n        font-size: 18px;\r\n      }\r\n\r\n      .gv-tv-card.motion p,\r\n      .gv-tv-card.earrings p {\r\n        display: none;\r\n      }\r\n    }\r\n\r\n    \/* SMALL MOBILE *\/\r\n\r\n    @media (max-width: 430px) {\r\n      .gv-tv-title {\r\n        font-size: 35px;\r\n      }\r\n\r\n      .gv-tv-description {\r\n        font-size: 13px;\r\n      }\r\n\r\n      .gv-tv-stage {\r\n        grid-template-columns: 1fr;\r\n        grid-template-areas:\r\n          \"necklace\"\r\n          \"motion\"\r\n          \"earrings\"\r\n          \"certificate\";\r\n        gap: 10px;\r\n      }\r\n\r\n      .gv-tv-card.necklace .gv-tv-media,\r\n      .gv-tv-card.motion .gv-tv-media,\r\n      .gv-tv-card.earrings .gv-tv-media {\r\n        aspect-ratio: 1.65 \/ 1;\r\n      }\r\n\r\n      .gv-tv-card.motion p,\r\n      .gv-tv-card.earrings p {\r\n        display: block;\r\n      }\r\n\r\n      .gv-tv-certificate {\r\n        grid-template-columns: 49px minmax(0, 1fr);\r\n        gap: 10px;\r\n        padding: 10px 11px;\r\n      }\r\n\r\n      .gv-tv-certificate-icon {\r\n        width: 49px;\r\n        height: 49px;\r\n      }\r\n    }\r\n\r\n    @media (prefers-reduced-motion: reduce) {\r\n      .gv-tv-orbit,\r\n      .gv-tv-card,\r\n      .gv-tv-certificate {\r\n        animation: none;\r\n      }\r\n\r\n      .gv-tv-btn,\r\n      .gv-tv-media img,\r\n      .gv-tv-link::after {\r\n        transition: none;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n  <!-- FULL BACKGROUND VIDEO -->\r\n  <video\r\n    class=\"gv-tv-background gv-tv-loop-video\"\r\n    autoplay\r\n    muted\r\n    loop\r\n    playsinline\r\n    webkit-playsinline\r\n    preload=\"auto\"\r\n    aria-hidden=\"true\"\r\n  >\r\n    <source\r\n      src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/Torvane-1CT-moissanite-bubble-necklace-in-925-sterling-silver.mp4\"\r\n      type=\"video\/mp4\"\r\n    >\r\n  <\/video>\r\n\r\n  <div class=\"gv-tv-overlay\" aria-hidden=\"true\"><\/div>\r\n  <div class=\"gv-tv-frame\" aria-hidden=\"true\"><\/div>\r\n\r\n  <div class=\"gv-tv-inner\">\r\n\r\n    <!-- LEFT CONTENT -->\r\n    <div class=\"gv-tv-copy\">\r\n      <div class=\"gv-tv-kicker\">The Torvane Collection<\/div>\r\n\r\n      <h2 class=\"gv-tv-title\">\r\n        Brilliance, held\r\n        <em>in a circle.<\/em>\r\n      <\/h2>\r\n\r\n      <h3 class=\"gv-tv-name\">\r\n        Torvane Pendant \u2014 1CT Moissanite Bubble Necklace\r\n      <\/h3>\r\n\r\n      <p class=\"gv-tv-description\">\r\n        A 6.5mm round brilliant moissanite is held inside a smooth,\r\n        polished bezel-style frame. Crafted from 925 sterling silver,\r\n        Torvane combines modern simplicity with refined brilliance.\r\n      <\/p>\r\n\r\n      <div class=\"gv-tv-price\" aria-label=\"Product price\">\r\n        <span class=\"gv-tv-current\">109,90&nbsp;\u20ac<\/span>\r\n        <span class=\"gv-tv-old\">129,00&nbsp;\u20ac<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"gv-tv-finishes\" aria-label=\"Available finishes\">\r\n        <span class=\"gv-tv-finishes-label\">Available in<\/span>\r\n\r\n        <span class=\"gv-tv-finish\">\r\n          <span class=\"gv-tv-swatch rose\" aria-hidden=\"true\"><\/span>\r\n          Rose Gold\r\n        <\/span>\r\n\r\n        <span class=\"gv-tv-finish\">\r\n          <span class=\"gv-tv-swatch white\" aria-hidden=\"true\"><\/span>\r\n          White Gold\r\n        <\/span>\r\n\r\n        <span class=\"gv-tv-finish\">\r\n          <span class=\"gv-tv-swatch yellow\" aria-hidden=\"true\"><\/span>\r\n          Yellow Gold\r\n        <\/span>\r\n      <\/div>\r\n\r\n      <div class=\"gv-tv-actions\">\r\n        <a\r\n          class=\"gv-tv-btn primary\"\r\n          href=\"https:\/\/glamavera.com\/shop\/torvane-moissanite-bubble-necklace\/\"\r\n        >\r\n          Shop the necklace\r\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\r\n            <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n            <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n          <\/svg>\r\n        <\/a>\r\n\r\n        <a\r\n          class=\"gv-tv-btn secondary\"\r\n          href=\"https:\/\/glamavera.com\/shop\/torvane-studs-moissanite-bubble-earrings-925-sterling-silver\/\"\r\n        >\r\n          Complete with Torvane Studs\r\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\r\n            <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\r\n            <polyline points=\"12 5 19 12 12 19\"><\/polyline>\r\n          <\/svg>\r\n        <\/a>\r\n      <\/div>\r\n\r\n      <div class=\"gv-tv-points\" aria-label=\"Torvane product highlights\">\r\n        <span class=\"gv-tv-pill\">1CT Moissanite<\/span>\r\n        <span class=\"gv-tv-pill\">925 Sterling Silver<\/span>\r\n        <span class=\"gv-tv-pill\">GRA Certificate<\/span>\r\n        <span class=\"gv-tv-pill\">Gift Ready<\/span>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <!-- RIGHT CONTENT -->\r\n    <div class=\"gv-tv-stage\" aria-label=\"Torvane featured products\">\r\n      <div class=\"gv-tv-orbit\" aria-hidden=\"true\"><\/div>\r\n\r\n      <a\r\n        class=\"gv-tv-card necklace\"\r\n        href=\"https:\/\/glamavera.com\/shop\/torvane-moissanite-bubble-necklace\/\"\r\n        aria-label=\"Shop Torvane Moissanite Bubble Necklace\"\r\n      >\r\n        <div class=\"gv-tv-media\">\r\n          <img\r\n            src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-torvane-pendant-gold-silver-close-up.jpg\"\r\n            alt=\"Torvane gold and silver 1CT moissanite bubble necklaces\"\r\n            loading=\"lazy\"\r\n            decoding=\"async\"\r\n          >\r\n        <\/div>\r\n\r\n        <small>Torvane Pendant<\/small>\r\n        <strong>1CT Bubble Necklace<\/strong>\r\n\r\n        <p>\r\n          A 6.5mm round brilliant moissanite inside a smooth,\r\n          polished bezel-style setting.\r\n        <\/p>\r\n\r\n        <span class=\"gv-tv-link\">View necklace<\/span>\r\n      <\/a>\r\n\r\n      <div class=\"gv-tv-card motion\">\r\n        <div class=\"gv-tv-media\">\r\n          <video\r\n            class=\"gv-tv-loop-video\"\r\n            autoplay\r\n            muted\r\n            loop\r\n            playsinline\r\n            webkit-playsinline\r\n            preload=\"auto\"\r\n            aria-label=\"Torvane product video\"\r\n          >\r\n            <source\r\n              src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/Torvane-1CT-moissanite-bubble-necklace-in-925-sterling-silver.mp4\"\r\n              type=\"video\/mp4\"\r\n            >\r\n          <\/video>\r\n        <\/div>\r\n\r\n        <small>See the brilliance<\/small>\r\n        <strong>Torvane in Motion<\/strong>\r\n\r\n        <p>\r\n          Discover the polished setting, brilliant moissanite\r\n          and delicate chain movement.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <a\r\n        class=\"gv-tv-card earrings\"\r\n        href=\"https:\/\/glamavera.com\/shop\/torvane-studs-moissanite-bubble-earrings-925-sterling-silver\/\"\r\n        aria-label=\"Shop matching Torvane Moissanite Bubble Earrings\"\r\n      >\r\n        <div class=\"gv-tv-media\">\r\n          <img\r\n            src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/torvane-studs-gold-silver-lifestyle-display.jpg\"\r\n            alt=\"Matching Torvane gold and silver moissanite bubble stud earrings\"\r\n            loading=\"lazy\"\r\n            decoding=\"async\"\r\n          >\r\n        <\/div>\r\n\r\n        <small>Perfect Match<\/small>\r\n        <strong>Torvane Studs<\/strong>\r\n\r\n        <p>\r\n          Complete the collection with matching bubble earrings\r\n          in the same clean circular design.\r\n        <\/p>\r\n\r\n        <span class=\"gv-tv-link\">Complete the set<\/span>\r\n      <\/a>\r\n\r\n      <div\r\n        class=\"gv-tv-certificate\"\r\n        aria-label=\"GRA moissanite certificate included\"\r\n      >\r\n        <div class=\"gv-tv-certificate-icon\" aria-hidden=\"true\">\r\n          <svg viewBox=\"0 0 64 64\" focusable=\"false\">\r\n            <defs>\r\n              <linearGradient id=\"gvGraGoldPremium\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\">\r\n                <stop offset=\"0%\" stop-color=\"#fff1cf\"><\/stop>\r\n                <stop offset=\"48%\" stop-color=\"#d7ad6b\"><\/stop>\r\n                <stop offset=\"100%\" stop-color=\"#9d6e31\"><\/stop>\r\n              <\/linearGradient>\r\n            <\/defs>\r\n\r\n            <path\r\n              d=\"M32 8 50 25 32 52 14 25 32 8Z\"\r\n              fill=\"none\"\r\n              stroke=\"url(#gvGraGoldPremium)\"\r\n              stroke-width=\"2.2\"\r\n              stroke-linejoin=\"round\"\r\n            ><\/path>\r\n\r\n            <path\r\n              d=\"M14 25h36M23 25l9-17 9 17M23 25l9 27 9-27\"\r\n              fill=\"none\"\r\n              stroke=\"url(#gvGraGoldPremium)\"\r\n              stroke-width=\"1.4\"\r\n              stroke-linecap=\"round\"\r\n              stroke-linejoin=\"round\"\r\n              opacity=\".92\"\r\n            ><\/path>\r\n\r\n            <text\r\n              x=\"32\"\r\n              y=\"34.5\"\r\n              text-anchor=\"middle\"\r\n              fill=\"#fff5dd\"\r\n              font-family=\"Georgia, Times New Roman, serif\"\r\n              font-size=\"10\"\r\n              font-weight=\"700\"\r\n              letter-spacing=\"1\"\r\n            >GRA<\/text>\r\n          <\/svg>\r\n        <\/div>\r\n\r\n        <div>\r\n          <b>GRA Moissanite Certificate<\/b>\r\n\r\n          <span>\r\n            Every Torvane Pendant arrives with its accompanying GRA\r\n            moissanite certificate and signature GLAMAVERA packaging.\r\n          <\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n  <script>\r\n    (function () {\r\n      var section = document.currentScript.closest(\".gv-torvane-premium\");\r\n\r\n      if (!section) {\r\n        return;\r\n      }\r\n\r\n      var videos = section.querySelectorAll(\".gv-tv-loop-video\");\r\n\r\n      function forcePlay(video) {\r\n        video.muted = true;\r\n        video.defaultMuted = true;\r\n        video.loop = true;\r\n        video.playsInline = true;\r\n\r\n        video.setAttribute(\"muted\", \"\");\r\n        video.setAttribute(\"loop\", \"\");\r\n        video.setAttribute(\"playsinline\", \"\");\r\n        video.setAttribute(\"webkit-playsinline\", \"\");\r\n\r\n        var playPromise = video.play();\r\n\r\n        if (playPromise && typeof playPromise.catch === \"function\") {\r\n          playPromise.catch(function () {});\r\n        }\r\n      }\r\n\r\n      videos.forEach(function (video) {\r\n        forcePlay(video);\r\n\r\n        video.addEventListener(\"loadeddata\", function () {\r\n          forcePlay(video);\r\n        });\r\n\r\n        video.addEventListener(\"canplay\", function () {\r\n          forcePlay(video);\r\n        });\r\n\r\n        video.addEventListener(\"ended\", function () {\r\n          video.currentTime = 0;\r\n          forcePlay(video);\r\n        });\r\n\r\n        \/*\r\n          Some browsers pause background videos to save power.\r\n          This restarts a paused muted video automatically.\r\n        *\/\r\n        video.addEventListener(\"pause\", function () {\r\n          if (!document.hidden) {\r\n            window.setTimeout(function () {\r\n              forcePlay(video);\r\n            }, 120);\r\n          }\r\n        });\r\n      });\r\n\r\n      document.addEventListener(\"visibilitychange\", function () {\r\n        if (!document.hidden) {\r\n          videos.forEach(forcePlay);\r\n        }\r\n      });\r\n\r\n      window.addEventListener(\"pageshow\", function () {\r\n        videos.forEach(forcePlay);\r\n      });\r\n\r\n      document.addEventListener(\r\n        \"touchstart\",\r\n        function startVideosOnce() {\r\n          videos.forEach(forcePlay);\r\n        },\r\n        { once: true, passive: true }\r\n      );\r\n\r\n      document.addEventListener(\r\n        \"click\",\r\n        function startVideosOnClick() {\r\n          videos.forEach(forcePlay);\r\n        },\r\n        { once: true }\r\n      );\r\n\r\n      window.setInterval(function () {\r\n        if (!document.hidden) {\r\n          videos.forEach(function (video) {\r\n            if (video.paused || video.ended) {\r\n              forcePlay(video);\r\n            }\r\n          });\r\n        }\r\n      }, 2500);\r\n    })();\r\n  <\/script>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6f24e55 full_width_section elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6f24e55\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-narrow\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2a1547c\" data-id=\"2a1547c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\n<hr class=\"e-divider-base\" data-interaction-id=\"74dcae4\"   \/>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c3bc8e elementor-widget elementor-widget-html\" data-id=\"2c3bc8e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"gv-product-section-title\">\r\n  <style>\r\n    .gv-product-section-title{\r\n      width:100%;\r\n      max-width:760px;\r\n      margin:0 auto 40px;\r\n      text-align:center;\r\n      padding:0 18px;\r\n      font-family:inherit;\r\n      box-sizing:border-box;\r\n    }\r\n\r\n    .gv-product-section-title *{\r\n      box-sizing:border-box;\r\n    }\r\n\r\n    .gv-product-kicker{\r\n      display:flex;\r\n      align-items:center;\r\n      justify-content:center;\r\n      gap:13px;\r\n      margin-bottom:14px;\r\n      color:#b88945;\r\n      font-size:11px;\r\n      font-weight:500;\r\n      letter-spacing:3.4px;\r\n      text-transform:uppercase;\r\n    }\r\n\r\n    .gv-product-kicker:before,\r\n    .gv-product-kicker:after{\r\n      content:\"\";\r\n      width:34px;\r\n      height:1px;\r\n      background:linear-gradient(90deg,transparent,#c69a5d);\r\n    }\r\n\r\n    .gv-product-kicker:after{\r\n      background:linear-gradient(90deg,#c69a5d,transparent);\r\n    }\r\n\r\n    .gv-product-section-title h2{\r\n      margin:0;\r\n      color:#17120e;\r\n      font-family:Georgia,\"Times New Roman\",serif;\r\n      font-size:clamp(36px,4.5vw,58px);\r\n      line-height:1.05;\r\n      font-weight:400;\r\n      letter-spacing:-.5px;\r\n    }\r\n\r\n    @media(max-width:768px){\r\n      .gv-product-section-title{\r\n        margin-bottom:30px;\r\n        padding:0 14px;\r\n      }\r\n\r\n      .gv-product-kicker{\r\n        font-size:10px;\r\n        letter-spacing:2.5px;\r\n        gap:10px;\r\n      }\r\n\r\n      .gv-product-kicker:before,\r\n      .gv-product-kicker:after{\r\n        width:24px;\r\n      }\r\n\r\n      .gv-product-section-title h2{\r\n        font-size:34px;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"gv-product-kicker\">New Collection<\/div>\r\n\r\n  <h2>New Arrivals<\/h2>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d595178 elementor-widget elementor-widget-tmcore-products\" data-id=\"d595178\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;autoplay_speed&quot;:3000}\" data-widget_type=\"tmcore-products.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"woocommerce columns-5 \"><div class=\"woocommerce-carousel splide\" data-settings='{\"dimensions\":1,\"navigation\":\"arrows\",\"autoplayHoverPause\":true,\"autoplay\":true,\"autoplay_speed\":3000,\"items\":\"5\",\"items_laptop\":\"4\",\"items_tablet\":\"3\",\"items_mobile\":\"3\",\"loop\":true,\"gap\":32,\"gap_laptop\":25,\"gap_tablet\":20,\"gap_mobile\":15,\"product_layout\":\"grid\"}'><div class=\"splide__track\"><ul class=\"products content-wrap product-archive grid-cols grid-ss-col-2 grid-sm-col-3 grid-md-col-4 grid-lg-col-5 woo-archive-action-on-hover woo-archive-btn-button align-buttons-bottom  woo-archive-image-hover-zoom\"><li class=\"shimmer entry content-bg loop-entry product type-product post-3430 status-publish first instock product_cat-earrings product_cat-jewelry has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/corvane-hoops-moissanite-huggie-earrings-925-sterling-silver\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Corvane Hoops Moissanite Huggie Earrings in 925 Sterling Silver\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-huggie-hoop-earrings-sterling-silver-Glamavera-9-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Corvane Hoops Moissanite Huggie Earrings in 925 Sterling Silver\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-huggie-hoop-earrings-sterling-silver-Glamavera-7-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"\" title=\"moissanite huggie hoop earrings sterling silver Glamavera 7\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/corvane-hoops-moissanite-huggie-earrings-925-sterling-silver\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Corvane Hoops Moissanite Huggie Earrings in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>89,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/corvane-hoops-moissanite-huggie-earrings-925-sterling-silver\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3430\" data-product_sku=\"GLM-VER-HOOP-002\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eCorvane Hoops Moissanite Huggie Earrings in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3430\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3515 status-publish instock product_cat-jewelry product_cat-necklaces product_tag-1-karat-moissanit-halskette product_tag-925-sterling-silber-halskette product_tag-eleganter-damen-anhanger product_tag-elyenne-1ct-moissanite-infinity-necklace product_tag-jahrestag-geschenk-fur-frauen product_tag-luxus-halskette product_tag-moissanit-infinity-halskette product_tag-symbolischer-schmuck product_tag-tropfen-anhanger product_tag-unendlichkeits-halskette product_tag-vergoldete-halskette product_tag-weisgold-halskette product_tag-zirkon-akzentsteine has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/elyenne-1ct-moissanite-infinity-necklace\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Elyenne Pendant \u2013 1CT Moissanite Infinity Necklace\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-elyenne-pendant-gold-close-up-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Elyenne Pendant \u2013 1CT Moissanite Infinity Necklace\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-elyenne-pendant-silver-front-view-328x361.jpg\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Front view of the GLAMAVERA Elyenne Pendant 1CT moissanite infinity necklace in silver on a blue background\" title=\"glamavera-elyenne-pendant-silver-front-view\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/elyenne-1ct-moissanite-infinity-necklace\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Elyenne Pendant \u2013 1CT Moissanite Infinity Necklace<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>149,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/elyenne-1ct-moissanite-infinity-necklace\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3515\" data-product_sku=\"GLM-ELY-PEN-1CT\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eElyenne Pendant \u2013 1CT Moissanite Infinity Necklace\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3515\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3480 status-publish instock product_cat-earrings product_cat-jewelry product_tag-6-prong-stud-earrings product_tag-6-krappen-ohrstecker product_tag-925-sterling-silber-ohrringe product_tag-classic-stud-earrings product_tag-gold-plated-earrings product_tag-gra-certified-moissanite product_tag-gra-zertifizierter-moissanit product_tag-hypoallergene-ohrringe product_tag-hypoallergenic-earrings product_tag-klassische-ohrstecker product_tag-moissanit-solitar-ohrringe product_tag-moissanite-solitaire-earring product_tag-sterling-silver-earrings product_tag-vergoldete-ohrringe has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/fenroe-studs-classic-moissanite-solitaire-earrings-925-sterling-silver\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Fenroe Studs Classic Moissanite Solitaire Earrings in 925 Sterling Silver\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-fenroe-studs-gold-side-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Fenroe Studs gold-tone moissanite earrings shown from the front and side\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-fenroe-studs-Silver-side-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Fenroe Studs moissanite earrings in 925 sterling silver shown from the front and side\" title=\"GLAMAVERA Fenroe Studs \u2013 Silver Side View\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/fenroe-studs-classic-moissanite-solitaire-earrings-925-sterling-silver\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Fenroe Studs Classic Moissanite Solitaire Earrings in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi>69,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span> <span aria-hidden=\"true\"> \u2013 <\/span> <span class=\"woocommerce-Price-amount amount\" aria-hidden=\"true\"><bdi>98,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><span class=\"screen-reader-text\">Preisspanne: 69,90&nbsp;&euro; bis 98,90&nbsp;&euro;<\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/fenroe-studs-classic-moissanite-solitaire-earrings-925-sterling-silver\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3480\" data-product_sku=\"GLM-FEN-STUD-001\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eFenroe Studs Classic Moissanite Solitaire Earrings in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3480\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3485 status-publish instock product_cat-bracelets product_cat-jewelry product_tag-925-sterling-silber-armband product_tag-adjustable-bracelet product_tag-chain-link-bracelet product_tag-geschenk-fur-sie product_tag-gift-for-her product_tag-gliederarmband product_tag-gold-plated-bracelet product_tag-hypoallergenes-armband product_tag-hypoallergenic-bracelet product_tag-moissanit-armband product_tag-moissanite-bracelet product_tag-station-bracelet product_tag-stationsarmband product_tag-sterling-silver-bracelet product_tag-vergoldetes-armband product_tag-verstellbares-armband has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/halvane-bracelet-moissanite-station-bracelet-925-sterling-silver\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Halvane Bracelet \u2013 Moissanite Station Bracelet in 925 Sterling Silver\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-halvane-bracelet-gold-main-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"GLAMAVERA Halvane moissanite station bracelet in 14K gold-plated 925 sterling silver on a white background\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-halvane-bracelet-silver-main-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"GLAMAVERA Halvane moissanite station bracelet in 925 sterling silver on a white background\" title=\"glamavera-halvane-bracelet-silver-main\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/halvane-bracelet-moissanite-station-bracelet-925-sterling-silver\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Halvane Bracelet \u2013 Moissanite Station Bracelet in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>124,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/halvane-bracelet-moissanite-station-bracelet-925-sterling-silver\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3485\" data-product_sku=\"GLM-HAL-BRC-001\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eHalvane Bracelet \u2013 Moissanite Station Bracelet in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3485\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3492 status-publish last instock product_cat-bracelets product_cat-jewelry product_tag-925-sterling-silber-armband product_tag-adjustable-bracelet product_tag-buroklammer-kettenarmband product_tag-geschenk-fur-sie product_tag-gift-for-her-tags-deutsch-moissanit-tennisarmband product_tag-graduated-bracelet product_tag-hypoallergenes-armband product_tag-hypoallergenic-bracelet product_tag-moissanite-tennis-bracelet product_tag-paperclip-chain-bracelet product_tag-sterling-silver-bracelet product_tag-verlaufsarmband product_tag-verstellbares-armband has-post-thumbnail shipping-taxable purchasable product-type-simple  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/kessane-bar-bracelet-moissanite-tennis-bracelet-gold\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Kessane Bar Bracelet \u2013 Moissanite Tennis Bracelet in 14K Gold-Plated 925 Sterling Silver\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-bar-bracelet-gold-main-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"GLAMAVERA Kessane Bar Bracelet, a moissanite tennis bracelet in 14K gold-plated 925 sterling silver\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-bar-bracelet-gold-on-wrist-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"GLAMAVERA Kessane gold-plated moissanite tennis bracelet worn on the wrist with an elegant green sleeve\" title=\"glamavera-kessane-bar-bracelet-gold-on-wrist\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/kessane-bar-bracelet-moissanite-tennis-bracelet-gold\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Kessane Bar Bracelet \u2013 Moissanite Tennis Bracelet in 14K Gold-Plated 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>249,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/2?add-to-cart=3492\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart icon_button\" data-product_id=\"3492\" data-product_sku=\"GLM-KES-BAR-GOLD\" aria-label=\"In den Warenkorb legen: \u201eKessane Bar Bracelet \u2013 Moissanite Tennis Bracelet in 14K Gold-Plated 925 Sterling Silver\u201c\" rel=\"nofollow\" data-success_message=\"\u201eKessane Bar Bracelet \u2013 Moissanite Tennis Bracelet in 14K Gold-Plated 925 Sterling Silver\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"22px\" height=\"22px\" viewBox=\"0 0 22 22\" fill=\"currentColor\" version=\"1.1\"><path d=\"M19.45 15.24a.86.86 0 00.848-.719l1.69-10.14a.86.86 0 00-.848-1H4.91L4.229.65A.86.86 0 003.395 0H.858a.86.86 0 100 1.719h1.865l.673 2.696L5.07 14.45v2.6a2.553 2.553 0 00-1.69 2.4A2.552 2.552 0 005.93 22c1.744 0 2.981-1.726 2.41-3.38h7.01c-.572 1.655.667 3.38 2.41 3.38a2.552 2.552 0 002.55-2.55 2.552 2.552 0 00-2.55-2.55H6.79v-1.66zm.676-10.141l-1.404 8.422H6.658L5.254 5.099zM6.76 19.45a.832.832 0 01-1.661 0 .832.832 0 011.661 0m11 .831a.832.832 0 010-1.661.832.832 0 010 1.661\"><\/path><\/svg><\/span><span class=\"cart-text\">In den Warenkorb<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3492\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3491 status-publish first instock product_cat-bracelets product_cat-jewelry product_tag-925-sterling-silber-armband product_tag-adjustable-bracelet product_tag-buroklammer-kettenarmband product_tag-geschenk-fur-sie product_tag-gift-for-her-tags-deutsch-moissanit-tennisarmband product_tag-graduated-bracelet product_tag-hypoallergenes-armband product_tag-hypoallergenic-bracelet product_tag-moissanite-tennis-bracelet product_tag-paperclip-chain-bracelet product_tag-sterling-silver-bracelet product_tag-verlaufsarmband product_tag-verstellbares-armband has-post-thumbnail shipping-taxable purchasable product-type-simple  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/kessane-bar-bracelet-moissanite-tennis-bracelet-silver\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Kessane Bar Bracelet \u2013 Moissanite Tennis Bracelet in 925 Sterling Silver\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-bar-bracelet-silver-main-328x361.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"GLAMAVERA Kessane Bar Bracelet, a moissanite tennis bracelet in 925 sterling silver on a white background\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-bar-bracelet-silver-on-wrist-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"GLAMAVERA Kessane Bar Bracelet in 925 sterling silver worn on the wrist with a navy sleeve\" title=\"glamavera-kessane-bar-bracelet-silver-on-wrist\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/kessane-bar-bracelet-moissanite-tennis-bracelet-silver\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Kessane Bar Bracelet \u2013 Moissanite Tennis Bracelet in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>249,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"\/de\/wp-json\/wp\/v2\/pages\/2?add-to-cart=3491\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart icon_button\" data-product_id=\"3491\" data-product_sku=\"GLM-TAL-BAR-SILVER\" aria-label=\"In den Warenkorb legen: \u201eKessane Bar Bracelet \u2013 Moissanite Tennis Bracelet in 925 Sterling Silver\u201c\" rel=\"nofollow\" data-success_message=\"\u201eKessane Bar Bracelet \u2013 Moissanite Tennis Bracelet in 925 Sterling Silver\u201c wurde deinem Warenkorb hinzugef\u00fcgt\" role=\"button\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"22px\" height=\"22px\" viewBox=\"0 0 22 22\" fill=\"currentColor\" version=\"1.1\"><path d=\"M19.45 15.24a.86.86 0 00.848-.719l1.69-10.14a.86.86 0 00-.848-1H4.91L4.229.65A.86.86 0 003.395 0H.858a.86.86 0 100 1.719h1.865l.673 2.696L5.07 14.45v2.6a2.553 2.553 0 00-1.69 2.4A2.552 2.552 0 005.93 22c1.744 0 2.981-1.726 2.41-3.38h7.01c-.572 1.655.667 3.38 2.41 3.38a2.552 2.552 0 002.55-2.55 2.552 2.552 0 00-2.55-2.55H6.79v-1.66zm.676-10.141l-1.404 8.422H6.658L5.254 5.099zM6.76 19.45a.832.832 0 01-1.661 0 .832.832 0 011.661 0m11 .831a.832.832 0 010-1.661.832.832 0 010 1.661\"><\/path><\/svg><\/span><span class=\"cart-text\">In den Warenkorb<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3491\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3494 status-publish instock product_cat-jewelry product_cat-necklaces product_cat-special-offers product_tag-925-sterling-silber-halskette product_tag-box-chain-necklace product_tag-geschenk-fur-sie product_tag-gift-for-her product_tag-gold-plated-necklace product_tag-gra-certified-moissanite product_tag-gra-zertifizierter-moissanit product_tag-halo-anhanger product_tag-halo-pendant product_tag-hypoallergene-halskette product_tag-hypoallergenic-necklace product_tag-moissanit-halskette product_tag-moissanite-necklace product_tag-panzerkette product_tag-sterling-silver-necklace product_tag-vergoldete-halskette has-post-thumbnail sale shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-halo-necklace-lyrane\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Lyrane Halo Pendant Necklace \u2013 Moissanite Necklace in 925 Sterling Silver\">\n\t<div class=\"product-onsale\">\n                            <span aria-hidden=\"true\" class=\"onsale \">-11%<\/span>\n                            <span class=\"screen-reader-text\">Produkt im Angebot<\/span>\n                        <\/div>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-lyrane-halo-pendant-necklace-gold-front-view-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Front view of the gold Lyrane Halo Pendant Necklace by GLAMAVERA with a round moissanite center and pav\u00e9 halo\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-lyrane-halo-pendant-necklace-silver-front-view-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Front view of the silver Lyrane Halo Pendant Necklace by GLAMAVERA with a round moissanite center and pav\u00e9 halo\" title=\"glamavera-lyrane-halo-pendant-necklace-silver-front-view\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-halo-necklace-lyrane\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Lyrane Halo Pendant Necklace \u2013 Moissanite Necklace in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><del aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>179,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/del> <span class=\"screen-reader-text\">Urspr\u00fcnglicher Preis war: 179,90&nbsp;&euro;<\/span><ins aria-hidden=\"true\"><span class=\"woocommerce-Price-amount amount\"><bdi>159,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/ins><span class=\"screen-reader-text\">Aktueller Preis ist: 159,90&nbsp;&euro;.<\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-halo-necklace-lyrane\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3494\" data-product_sku=\"GLM-LYR-PEND-001\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eLyrane Halo Pendant Necklace \u2013 Moissanite Necklace in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3494\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3512 status-publish instock product_cat-jewelry product_cat-necklaces product_tag-1-carat-moissanite-necklace product_tag-1-karat-moissanit-halskette product_tag-925-sterling-silber-halskette product_tag-925-sterling-silver-necklace product_tag-bezel-set-necklace product_tag-eleganter-damenschmuck product_tag-geschwungene-halskette product_tag-luxury-gift-for-her product_tag-luxus-geschenk-fur-frauen product_tag-matching-jewellery-set product_tag-minimalist-necklace product_tag-minimalistische-halskette product_tag-moissanit-anhanger product_tag-moissanit-rundanhanger product_tag-moissanite-curl-necklace product_tag-moissanite-pendant-necklace product_tag-passendes-schmuckset product_tag-round-moissanite-pendant product_tag-sculptural-jewellery product_tag-vergoldete-halskette product_tag-weisgold-halskette product_tag-white-gold-necklace product_tag-yellow-gold-necklace has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-curl-necklace-nerine\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Nerine Pendant \u2013 1CT Moissanite Curl Necklace\"><img decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-nerine-pendant-gold-closeup-white-background-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Close-up of the gold GLAMAVERA Nerine Pendant 1CT Moissanite Curl Necklace with a brilliant round moissanite on a white background.\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-nerine-pendant-silver-closeup-white-background-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Silver Nerine Moissanite Curl Necklace on a white background\" title=\"glamavera-nerine-pendant-silver-closeup-white-background\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-curl-necklace-nerine\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Nerine Pendant \u2013 1CT Moissanite Curl Necklace<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>119,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/moissanite-curl-necklace-nerine\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3512\" data-product_sku=\"GLM-NER-PEN-1CT\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eNerine Pendant \u2013 1CT Moissanite Curl Necklace\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3512\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3468 status-publish instock product_cat-earrings product_cat-jewelry product_cat-special-offers product_tag-925-sterling-silber-ohrringe product_tag-alltagsohrringe product_tag-bezel-set-earrings product_tag-everyday-earrings product_tag-fassung-ohrringe product_tag-geschenk-fur-sie product_tag-gift-for-her product_tag-gold-plated-earrings product_tag-hypoallergene-ohrringe product_tag-hypoallergenic-earrings product_tag-minimalist-earrings product_tag-minimalistische-ohrringe product_tag-moissanit-ohrstecker product_tag-moissanite-stud-earrings product_tag-sterling-silver-earrings product_tag-vergoldete-ohrringe has-post-thumbnail sale shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/nerine-studs-moissanite-curl-earrings-925-sterling-silver\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Nerine Studs Moissanite Curl Earrings in 925 Sterling Silver\">\n\t<div class=\"product-onsale\">\n                            <span aria-hidden=\"true\" class=\"onsale \">-38%<\/span>\n                            <span class=\"screen-reader-text\">Produkt im Angebot<\/span>\n                        <\/div>\n\t<img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-nerine-studs-gold-front-back-view-328x361.png\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Nerine Studs gold-tone moissanite earrings shown from the front and back\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-nerine-studs-silver-front-back-view-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Nerine Studs moissanite curl earrings in 925 sterling silver, front and back view\" title=\"glamavera-nerine-studs-silver-front-back-view\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/nerine-studs-moissanite-curl-earrings-925-sterling-silver\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Nerine Studs Moissanite Curl Earrings in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>59,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/nerine-studs-moissanite-curl-earrings-925-sterling-silver\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3468\" data-product_sku=\"GLM-NER-STUD-001\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eNerine Studs Moissanite Curl Earrings in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3468\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<li class=\"shimmer entry content-bg loop-entry product type-product post-3471 status-publish last instock product_cat-earrings product_cat-jewelry product_tag-925-sterling-silber-ohrringe product_tag-dangle-earrings product_tag-geschenk-fur-sie product_tag-gift-for-her product_tag-gold-plated-earrings product_tag-gra-certified-moissanite product_tag-gra-zertifizierter-moissanit product_tag-hangende-ohrringe product_tag-hypoallergene-ohrringe product_tag-hypoallergenic-earrings product_tag-leverback-earrings product_tag-leverback-ohrringe product_tag-moissanit-tropfenohrringe product_tag-moissanite-drop-earrings product_tag-sterling-silver-earrings has-post-thumbnail shipping-taxable purchasable product-type-variable has-default-attributes  cart-button-1 action-style-icon_button product-hover-style1 image-hover-icon hover-right\">\n\t<div class=\"product-thumbnail\"><a href=\"https:\/\/glamavera.com\/de\/shop\/rivane-drops-moissanite-leverback-earrings-925-sterling-silver\/\" class=\"woocommerce-loop-image-link woocommerce-LoopProduct-link woocommerce-loop-product__link product-has-hover-image\"  aria-label=\"Rivane Drops Moissanite Leverback Earrings in 925 Sterling Silver\"><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/rivane-drops-silver-moissanite-earrings-front-view-328x361.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"Front view of Rivane Drops silver leverback earrings with brilliant round moissanite stones\" \/><img loading=\"lazy\" decoding=\"async\" width=\"328\" height=\"361\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/rivane-drops-gold-moissanite-earrings-isolated-1-328x361.png\" class=\"secondary-product-image attachment-woocommerce_thumbnail attachment-shop-catalog wp-post-image wp-post-image--secondary\" alt=\"Isolated Rivane Drops gold-tone moissanite leverback earrings\" title=\"rivane-drops-gold-moissanite-earrings-isolated\" \/><\/a><div class=\"product-actions\"><\/div><\/div><div class=\"product-details content-bg entry-content-wrap\"><h2 class=\"woocommerce-loop-product__title\"><a href=\"https:\/\/glamavera.com\/de\/shop\/rivane-drops-moissanite-leverback-earrings-925-sterling-silver\/\" class=\"woocommerce-LoopProduct-link-title woocommerce-loop-product__title_link\">Rivane Drops Moissanite Leverback Earrings in 925 Sterling Silver<\/a><\/h2><div class=\"star-rating-block\"><div class=\"star-rating\"><span style=\"width:0%\"><strong class=\"rating\">0<\/strong> von 5<\/span><\/div><\/div>\n\t<span class=\"price\"><span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi>119,90&nbsp;<span class=\"woocommerce-Price-currencySymbol\" translate=\"no\">&euro;<\/span><\/bdi><\/span><\/span><\/span>\n<div class=\"product-action-wrap style-button\"><a href=\"https:\/\/glamavera.com\/de\/shop\/rivane-drops-moissanite-leverback-earrings-925-sterling-silver\/\" data-quantity=\"1\" class=\"button product_type_variable add_to_cart_button icon_button\" data-product_id=\"3471\" data-product_sku=\"LM-RIV-DROP-001\" aria-label=\"W\u00e4hle Optionen f\u00fcr \u201eRivane Drops Moissanite Leverback Earrings in 925 Sterling Silver\u201c\" rel=\"nofollow\"><span class=\"add-to-cart-icon\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" fill=\"currentColor\" version=\"1.1\"><g id=\"surface1\"><path d=\"M 14.527344 2.125 C 14.414062 2.183594 14.257812 2.324219 14.179688 2.433594 C 14.054688 2.617188 14.039062 2.667969 14.039062 2.996094 C 14.039062 3.3125 14.054688 3.378906 14.164062 3.542969 C 14.234375 3.640625 14.371094 3.777344 14.46875 3.84375 L 14.644531 3.960938 L 16.613281 3.976562 L 18.582031 3.988281 L 14.382812 8.195312 C 9.941406 12.632812 9.984375 12.585938 9.984375 13.007812 C 9.984375 13.203125 10.121094 13.550781 10.257812 13.707031 C 10.378906 13.847656 10.785156 14.015625 10.992188 14.015625 C 11.417969 14.011719 11.371094 14.054688 15.804688 9.617188 L 20.011719 5.417969 L 20.023438 7.386719 L 20.039062 9.355469 L 20.15625 9.53125 C 20.222656 9.628906 20.359375 9.765625 20.457031 9.835938 C 20.621094 9.945312 20.6875 9.960938 21 9.960938 C 21.3125 9.960938 21.378906 9.945312 21.542969 9.835938 C 21.640625 9.765625 21.777344 9.628906 21.84375 9.53125 L 21.960938 9.355469 L 21.960938 2.640625 L 21.835938 2.457031 C 21.765625 2.359375 21.628906 2.222656 21.53125 2.15625 L 21.355469 2.039062 L 18.046875 2.023438 L 14.738281 2.015625 Z M 14.527344 2.125 \"\/><path d=\"M 4.777344 4.035156 C 3.488281 4.226562 2.433594 5.183594 2.105469 6.460938 C 2.019531 6.796875 2.015625 7.035156 2.015625 13.003906 C 2.015625 19.914062 1.996094 19.460938 2.351562 20.203125 C 2.507812 20.53125 2.621094 20.675781 2.972656 21.027344 C 3.324219 21.378906 3.46875 21.492188 3.796875 21.648438 C 4.539062 22.003906 4.085938 21.984375 10.996094 21.984375 C 16.960938 21.984375 17.203125 21.980469 17.539062 21.894531 C 18.6875 21.601562 19.550781 20.75 19.902344 19.566406 C 19.976562 19.3125 19.988281 18.945312 20.007812 15.515625 C 20.015625 13.4375 20.007812 11.628906 19.992188 11.5 C 19.929688 11.011719 19.566406 10.648438 19.078125 10.601562 C 18.683594 10.566406 18.355469 10.738281 18.132812 11.101562 L 18.023438 11.273438 L 18 15.1875 C 17.976562 19.09375 17.976562 19.101562 17.875 19.292969 C 17.738281 19.546875 17.503906 19.773438 17.25 19.894531 L 17.039062 19.992188 L 4.945312 19.992188 L 4.726562 19.882812 C 4.472656 19.757812 4.199219 19.476562 4.085938 19.222656 C 4.011719 19.070312 4.007812 18.53125 4.007812 13.007812 L 4.007812 6.960938 L 4.105469 6.75 C 4.226562 6.496094 4.453125 6.261719 4.707031 6.125 C 4.898438 6.023438 4.921875 6.023438 8.347656 6 L 11.792969 5.976562 L 11.992188 5.84375 C 12.273438 5.664062 12.425781 5.40625 12.453125 5.078125 C 12.488281 4.703125 12.308594 4.355469 11.976562 4.148438 L 11.75 4.007812 L 8.394531 4.003906 C 6.546875 4 4.921875 4.011719 4.777344 4.035156 Z M 4.777344 4.035156 \"\/><\/g><\/svg><\/span><span class=\"cart-text\">Ausf\u00fchrung w\u00e4hlen<\/span><span class=\"base-svg-iconset svg-baseline\"><svg aria-hidden=\"true\" class=\"base-svg-icon base-arrow-right-alt-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"27\" height=\"28\" viewBox=\"0 0 27 28\"><title>Continue<\/title><path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-spinner-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Loading<\/title><path d=\"M16 6h-6l2.243-2.243c-1.133-1.133-2.64-1.757-4.243-1.757s-3.109 0.624-4.243 1.757c-1.133 1.133-1.757 2.64-1.757 4.243s0.624 3.109 1.757 4.243c1.133 1.133 2.64 1.757 4.243 1.757s3.109-0.624 4.243-1.757c0.095-0.095 0.185-0.192 0.273-0.292l1.505 1.317c-1.466 1.674-3.62 2.732-6.020 2.732-4.418 0-8-3.582-8-8s3.582-8 8-8c2.209 0 4.209 0.896 5.656 2.344l2.343-2.344v6z\"><\/path>\n\t\t\t\t<\/svg><\/span><span class=\"base-svg-iconset svg-baseline\"><svg class=\"base-svg-icon base-check-svg\" fill=\"currentColor\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\"><title>Done<\/title><path d=\"M14 2.5l-8.5 8.5-3.5-3.5-1.5 1.5 5 5 10-10z\"><\/path>\n\t\t\t\t<\/svg><\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_3471\" class=\"screen-reader-text\">\n\t\tDieses Produkt weist mehrere Varianten auf. Die Optionen k\u00f6nnen auf der Produktseite gew\u00e4hlt werden\t<\/span>\n<\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9a67028 full_width_section elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9a67028\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1f0a1a9\" data-id=\"1f0a1a9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3dc8a7a elementor-widget elementor-widget-html\" data-id=\"3dc8a7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- =========================================================\r\n     GLAMAVERA \u00b7 VELROSE LUXURY GRID\r\n     Video + 4 vollst\u00e4ndig sichtbare Produktbilder\r\n========================================================== -->\r\n\r\n<section id=\"gv-velrose-grid\">\r\n\r\n  <div class=\"gv-grid-glow gv-grid-glow-left\"><\/div>\r\n  <div class=\"gv-grid-glow gv-grid-glow-right\"><\/div>\r\n\r\n  <div class=\"gv-grid-shell\">\r\n\r\n    <!-- =====================================================\r\n         TEXT\r\n    ====================================================== -->\r\n\r\n    <div class=\"gv-grid-copy\">\r\n\r\n      <div class=\"gv-grid-eyebrow\">\r\n        <span><\/span>\r\n        GLAMAVERA SIGNATURE\r\n      <\/div>\r\n\r\n      <h2>\r\n        Velrose\r\n        <em>Droplet Necklace<\/em>\r\n      <\/h2>\r\n\r\n      <p class=\"gv-grid-description\">\r\n        A sculptural drop of light, centred by a brilliant\r\n        1CT moissanite and framed in 925 sterling silver.\r\n      <\/p>\r\n\r\n      <div class=\"gv-grid-specs\">\r\n        <span>1CT Moissanite<\/span>\r\n        <span>6.5mm Stone<\/span>\r\n        <span>925 Sterling Silver<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"gv-grid-finishes\">\r\n\r\n        <div class=\"gv-grid-finish\">\r\n          <i class=\"gv-grid-gold\"><\/i>\r\n\r\n          <span>\r\n            <small>Warm radiance<\/small>\r\n            Gold Finish\r\n          <\/span>\r\n        <\/div>\r\n\r\n        <div class=\"gv-grid-finish\">\r\n          <i class=\"gv-grid-silver\"><\/i>\r\n\r\n          <span>\r\n            <small>Cool brilliance<\/small>\r\n            Silver Finish\r\n          <\/span>\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n      <div class=\"gv-grid-actions\">\r\n\r\n        <a\r\n          class=\"gv-grid-button\"\r\n          href=\"https:\/\/glamavera.com\/shop\/moissanite-droplet-necklace\/\"\r\n        >\r\n          <span>Discover Velrose<\/span>\r\n          <b aria-hidden=\"true\">\u2197<\/b>\r\n        <\/a>\r\n\r\n        <div class=\"gv-grid-price\">\r\n          <del>139,90 \u20ac<\/del>\r\n          <strong>129,90 \u20ac<\/strong>\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n      <p class=\"gv-grid-note\">\r\n        Presented in a signature GLAMAVERA jewellery box\r\n      <\/p>\r\n\r\n    <\/div>\r\n\r\n\r\n    <!-- =====================================================\r\n         VIDEO + BILDER\r\n    ====================================================== -->\r\n\r\n    <div class=\"gv-grid-media\">\r\n\r\n      <!-- VIDEO -->\r\n\r\n      <a\r\n        class=\"gv-grid-video-card\"\r\n        href=\"https:\/\/glamavera.com\/shop\/moissanite-droplet-necklace\/\"\r\n        aria-label=\"Discover the Velrose Droplet Necklace\"\r\n      >\r\n\r\n        <video\r\n          class=\"gv-grid-video\"\r\n          autoplay\r\n          muted\r\n          loop\r\n          playsinline\r\n          webkit-playsinline\r\n          preload=\"metadata\"\r\n          poster=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-droplet-necklace-gold-model.png\"\r\n        >\r\n          <source\r\n            src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-droplet-necklace-gold-Silver-Video.mp4\"\r\n            type=\"video\/mp4\"\r\n          >\r\n        <\/video>\r\n\r\n        <div class=\"gv-grid-video-frame\"><\/div>\r\n\r\n        <div class=\"gv-grid-video-label\">\r\n\r\n          <span class=\"gv-grid-live-dot\"><\/span>\r\n\r\n          <span>\r\n            <small>Velrose in motion<\/small>\r\n            Gold &amp; Silver\r\n          <\/span>\r\n\r\n        <\/div>\r\n\r\n        <div class=\"gv-grid-stone-badge\">\r\n          <strong>1CT<\/strong>\r\n          <small>Moissanite<\/small>\r\n        <\/div>\r\n\r\n      <\/a>\r\n\r\n\r\n      <!-- GOLD -->\r\n\r\n      <a\r\n        class=\"gv-grid-image-card gv-grid-image-one\"\r\n        href=\"https:\/\/glamavera.com\/shop\/moissanite-droplet-necklace\/\"\r\n        aria-label=\"Velrose necklace in gold finish\"\r\n      >\r\n\r\n        <img\r\n          src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-droplet-necklace-gold-close-up-1.png\"\r\n          alt=\"Velrose Droplet Necklace in gold finish\"\r\n          fetchpriority=\"high\"\r\n          decoding=\"async\"\r\n        >\r\n\r\n        <div class=\"gv-grid-image-label\">\r\n          <small>Warm radiance<\/small>\r\n          <strong>Gold Finish<\/strong>\r\n        <\/div>\r\n\r\n        <span class=\"gv-grid-arrow\">\u2197<\/span>\r\n\r\n      <\/a>\r\n\r\n\r\n      <!-- SILVER -->\r\n\r\n      <a\r\n        class=\"gv-grid-image-card gv-grid-image-two\"\r\n        href=\"https:\/\/glamavera.com\/shop\/moissanite-droplet-necklace\/\"\r\n        aria-label=\"Velrose necklace in silver finish\"\r\n      >\r\n\r\n        <img\r\n          src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-droplet-necklace-silver-close-up-1.png\"\r\n          alt=\"Velrose Droplet Necklace in silver finish\"\r\n          loading=\"lazy\"\r\n          decoding=\"async\"\r\n        >\r\n\r\n        <div class=\"gv-grid-image-label\">\r\n          <small>Cool brilliance<\/small>\r\n          <strong>Silver Finish<\/strong>\r\n        <\/div>\r\n\r\n        <span class=\"gv-grid-arrow\">\u2197<\/span>\r\n\r\n      <\/a>\r\n\r\n\r\n      <!-- MODEL -->\r\n\r\n      <a\r\n        class=\"gv-grid-image-card gv-grid-image-three\"\r\n        href=\"https:\/\/glamavera.com\/shop\/moissanite-droplet-necklace\/\"\r\n        aria-label=\"Velrose necklace worn by a model\"\r\n      >\r\n\r\n        <img\r\n          src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-droplet-necklace-gold-model.png\"\r\n          alt=\"Velrose gold necklace worn elegantly by a model\"\r\n          loading=\"lazy\"\r\n          decoding=\"async\"\r\n        >\r\n\r\n        <div class=\"gv-grid-image-label gv-grid-label-dark\">\r\n          <small>On the neckline<\/small>\r\n          <strong>Effortless Light<\/strong>\r\n        <\/div>\r\n\r\n        <span class=\"gv-grid-arrow gv-grid-arrow-light\">\u2197<\/span>\r\n\r\n      <\/a>\r\n\r\n\r\n      <!-- KETTENDETAIL -->\r\n\r\n      <a\r\n        class=\"gv-grid-image-card gv-grid-image-four\"\r\n        href=\"https:\/\/glamavera.com\/shop\/moissanite-droplet-necklace\/\"\r\n        aria-label=\"Velrose necklace chain and clasp detail\"\r\n      >\r\n\r\n        <img\r\n          src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-velrose-droplet-necklace-silver-clasp.png\"\r\n          alt=\"Velrose necklace pendant, chain and clasp detail\"\r\n          loading=\"lazy\"\r\n          decoding=\"async\"\r\n        >\r\n\r\n        <div class=\"gv-grid-image-label\">\r\n          <small>Refined details<\/small>\r\n          <strong>Adjustable Chain<\/strong>\r\n        <\/div>\r\n\r\n        <span class=\"gv-grid-arrow\">\u2197<\/span>\r\n\r\n      <\/a>\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/section>\r\n\r\n\r\n<style>\r\n\r\n\/* =========================================================\r\n   BASIS\r\n========================================================= *\/\r\n\r\n#gv-velrose-grid {\r\n  --gv-bg: #0c0b0f;\r\n  --gv-bg-soft: #151219;\r\n  --gv-card: #f7f7f5;\r\n  --gv-pearl: #f4f2ef;\r\n  --gv-silver: #d3d6dc;\r\n  --gv-muted: #9c9ba2;\r\n  --gv-accent: #b8a7ad;\r\n  --gv-dark: #17151a;\r\n  --gv-white: #ffffff;\r\n\r\n  position: relative;\r\n  left: 50%;\r\n\r\n  width: 100vw;\r\n  max-width: 100vw;\r\n\r\n  margin-left: -50vw;\r\n\r\n  overflow: hidden;\r\n  isolation: isolate;\r\n\r\n  color: var(--gv-pearl);\r\n\r\n  background:\r\n    radial-gradient(\r\n      circle at 80% 20%,\r\n      rgba(198, 188, 202, 0.09),\r\n      transparent 28%\r\n    ),\r\n    radial-gradient(\r\n      circle at 12% 75%,\r\n      rgba(150, 164, 184, 0.07),\r\n      transparent 27%\r\n    ),\r\n    linear-gradient(\r\n      125deg,\r\n      #09090c 0%,\r\n      #151219 55%,\r\n      #0c0c10 100%\r\n    );\r\n}\r\n\r\n\r\n#gv-velrose-grid *,\r\n#gv-velrose-grid *::before,\r\n#gv-velrose-grid *::after {\r\n  box-sizing: border-box;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   HINTERGRUND\r\n========================================================= *\/\r\n\r\n.gv-grid-glow {\r\n  position: absolute;\r\n  z-index: -1;\r\n\r\n  border-radius: 50%;\r\n\r\n  filter: blur(90px);\r\n\r\n  pointer-events: none;\r\n}\r\n\r\n\r\n.gv-grid-glow-left {\r\n  width: 370px;\r\n  height: 370px;\r\n\r\n  top: -220px;\r\n  left: 18%;\r\n\r\n  background: rgba(225, 221, 230, 0.08);\r\n}\r\n\r\n\r\n.gv-grid-glow-right {\r\n  width: 420px;\r\n  height: 420px;\r\n\r\n  right: -160px;\r\n  bottom: -220px;\r\n\r\n  background: rgba(139, 154, 177, 0.09);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   HAUPTLAYOUT\r\n   WICHTIG:\r\n   Der komplette Inhalt ist auf gro\u00dfen Monitoren begrenzt\r\n   und sitzt gemeinsam in der Bildschirmmitte.\r\n========================================================= *\/\r\n\r\n.gv-grid-shell {\r\n  position: relative;\r\n  z-index: 2;\r\n\r\n  width: calc(100% - 48px);\r\n  max-width: 1420px;\r\n\r\n  min-height: 520px;\r\n\r\n  margin: 0 auto;\r\n\r\n  padding:\r\n    clamp(36px, 4vw, 58px)\r\n    clamp(20px, 2.8vw, 40px);\r\n\r\n  display: grid;\r\n\r\n  grid-template-columns:\r\n    minmax(330px, 420px)\r\n    minmax(650px, 820px);\r\n\r\n  justify-content: center;\r\n  align-items: center;\r\n\r\n  gap: clamp(38px, 4vw, 62px);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   TEXT\r\n========================================================= *\/\r\n\r\n.gv-grid-copy {\r\n  width: 100%;\r\n  max-width: 420px;\r\n\r\n  justify-self: end;\r\n}\r\n\r\n\r\n.gv-grid-eyebrow {\r\n  margin-bottom: 18px;\r\n\r\n  display: flex;\r\n  align-items: center;\r\n\r\n  gap: 11px;\r\n\r\n  font-family: Jost, Arial, sans-serif;\r\n\r\n  font-size: 8px;\r\n  font-weight: 600;\r\n\r\n  letter-spacing: 0.25em;\r\n  text-transform: uppercase;\r\n\r\n  color: var(--gv-silver);\r\n}\r\n\r\n\r\n.gv-grid-eyebrow span {\r\n  width: 37px;\r\n  height: 1px;\r\n\r\n  display: block;\r\n\r\n  background: var(--gv-accent);\r\n}\r\n\r\n\r\n.gv-grid-copy h2 {\r\n  margin: 0;\r\n\r\n  font-family:\r\n    \"Cormorant Garamond\",\r\n    Georgia,\r\n    serif;\r\n\r\n  font-size:\r\n    clamp(55px, 5vw, 76px);\r\n\r\n  font-weight: 400;\r\n\r\n  line-height: 0.85;\r\n\r\n  letter-spacing: -0.04em;\r\n\r\n  color: var(--gv-white);\r\n}\r\n\r\n\r\n.gv-grid-copy h2 em {\r\n  display: block;\r\n\r\n  margin-top: 10px;\r\n\r\n  font-size: 0.61em;\r\n  font-weight: 400;\r\n\r\n  line-height: 1;\r\n\r\n  letter-spacing: -0.015em;\r\n\r\n  color: var(--gv-silver);\r\n}\r\n\r\n\r\n.gv-grid-description {\r\n  max-width: 430px;\r\n\r\n  margin: 24px 0 0;\r\n\r\n  font-family: Jost, Arial, sans-serif;\r\n\r\n  font-size: 13px;\r\n  font-weight: 300;\r\n\r\n  line-height: 1.75;\r\n\r\n  color:\r\n    rgba(244, 242, 239, 0.72);\r\n}\r\n\r\n\r\n.gv-grid-specs {\r\n  margin-top: 22px;\r\n\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n\r\n  gap: 7px;\r\n}\r\n\r\n\r\n.gv-grid-specs span {\r\n  padding: 7px 10px;\r\n\r\n  border:\r\n    1px solid\r\n    rgba(255, 255, 255, 0.15);\r\n\r\n  border-radius: 30px;\r\n\r\n  background:\r\n    rgba(255, 255, 255, 0.035);\r\n\r\n  font-family: Jost, Arial, sans-serif;\r\n\r\n  font-size: 7px;\r\n  font-weight: 500;\r\n\r\n  letter-spacing: 0.11em;\r\n  text-transform: uppercase;\r\n\r\n  color:\r\n    rgba(244, 242, 239, 0.78);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   FARBEN\r\n========================================================= *\/\r\n\r\n.gv-grid-finishes {\r\n  margin-top: 21px;\r\n\r\n  display: flex;\r\n  flex-wrap: wrap;\r\n\r\n  gap: 24px;\r\n}\r\n\r\n\r\n.gv-grid-finish {\r\n  display: flex;\r\n  align-items: center;\r\n\r\n  gap: 9px;\r\n}\r\n\r\n\r\n.gv-grid-finish > i {\r\n  width: 21px;\r\n  height: 21px;\r\n\r\n  display: block;\r\n\r\n  border: 3px solid #ffffff;\r\n\r\n  border-radius: 50%;\r\n\r\n  box-shadow:\r\n    0 0 0 1px rgba(255, 255, 255, 0.18),\r\n    0 6px 14px rgba(0, 0, 0, 0.28);\r\n}\r\n\r\n\r\n.gv-grid-gold {\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      #fff5be,\r\n      #d1a34d 48%,\r\n      #8d601c\r\n    );\r\n}\r\n\r\n\r\n.gv-grid-silver {\r\n  background:\r\n    linear-gradient(\r\n      135deg,\r\n      #ffffff,\r\n      #d6dbe0 48%,\r\n      #858b93\r\n    );\r\n}\r\n\r\n\r\n.gv-grid-finish span {\r\n  display: flex;\r\n\r\n  flex-direction: column;\r\n\r\n  font-family: Jost, Arial, sans-serif;\r\n\r\n  font-size: 10px;\r\n\r\n  color: var(--gv-pearl);\r\n}\r\n\r\n\r\n.gv-grid-finish small {\r\n  margin-bottom: 2px;\r\n\r\n  font-size: 6px;\r\n\r\n  letter-spacing: 0.12em;\r\n\r\n  text-transform: uppercase;\r\n\r\n  color: var(--gv-muted);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   BUTTON UND PREIS\r\n========================================================= *\/\r\n\r\n.gv-grid-actions {\r\n  margin-top: 26px;\r\n\r\n  display: flex;\r\n  align-items: center;\r\n\r\n  gap: 18px;\r\n}\r\n\r\n\r\n.gv-grid-button {\r\n  min-height: 49px;\r\n\r\n  padding:\r\n    5px\r\n    6px\r\n    5px\r\n    19px;\r\n\r\n  display: inline-flex;\r\n  align-items: center;\r\n\r\n  gap: 17px;\r\n\r\n  border-radius: 50px;\r\n\r\n  background: var(--gv-white);\r\n\r\n  color:\r\n    var(--gv-dark) !important;\r\n\r\n  font-family: Jost, Arial, sans-serif;\r\n\r\n  font-size: 8px;\r\n  font-weight: 600;\r\n\r\n  letter-spacing: 0.13em;\r\n\r\n  text-transform: uppercase;\r\n\r\n  text-decoration: none !important;\r\n\r\n  box-shadow:\r\n    0 15px 34px\r\n    rgba(0, 0, 0, 0.3);\r\n\r\n  transition:\r\n    transform 0.3s ease,\r\n    box-shadow 0.3s ease;\r\n}\r\n\r\n\r\n.gv-grid-button b {\r\n  width: 36px;\r\n  height: 36px;\r\n\r\n  display: grid;\r\n\r\n  place-items: center;\r\n\r\n  border-radius: 50%;\r\n\r\n  background: var(--gv-dark);\r\n\r\n  color: #ffffff;\r\n\r\n  font-family: Arial, sans-serif;\r\n\r\n  font-size: 14px;\r\n  font-weight: 400;\r\n}\r\n\r\n\r\n.gv-grid-button:hover {\r\n  transform:\r\n    translateY(-3px);\r\n\r\n  box-shadow:\r\n    0 20px 42px rgba(0, 0, 0, 0.42),\r\n    0 0 25px rgba(211, 214, 220, 0.07);\r\n}\r\n\r\n\r\n.gv-grid-price {\r\n  display: flex;\r\n\r\n  flex-direction: column;\r\n\r\n  font-family: Jost, Arial, sans-serif;\r\n}\r\n\r\n\r\n.gv-grid-price del {\r\n  font-size: 9px;\r\n\r\n  color:\r\n    rgba(244, 242, 239, 0.43);\r\n}\r\n\r\n\r\n.gv-grid-price strong {\r\n  margin-top: 1px;\r\n\r\n  font-size: 16px;\r\n  font-weight: 500;\r\n\r\n  color: #ffffff;\r\n}\r\n\r\n\r\n.gv-grid-note {\r\n  margin: 17px 0 0;\r\n\r\n  font-family: Jost, Arial, sans-serif;\r\n\r\n  font-size: 7px;\r\n\r\n  letter-spacing: 0.07em;\r\n\r\n  color:\r\n    rgba(244, 242, 239, 0.4);\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MEDIA-RASTER\r\n   Bleibt direkt beim Text und nicht am rechten Bildschirmrand.\r\n========================================================= *\/\r\n\r\n.gv-grid-media {\r\n  width: 100%;\r\n  max-width: 820px;\r\n\r\n  height: 445px;\r\n\r\n  justify-self: start;\r\n\r\n  display: grid;\r\n\r\n  grid-template-columns:\r\n    minmax(290px, 1.14fr)\r\n    minmax(170px, 0.72fr)\r\n    minmax(170px, 0.72fr);\r\n\r\n  grid-template-rows:\r\n    repeat(2, minmax(0, 1fr));\r\n\r\n  gap: 12px;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   VIDEO\r\n========================================================= *\/\r\n\r\n.gv-grid-video-card {\r\n  position: relative;\r\n\r\n  grid-column: 1;\r\n  grid-row: 1 \/ 3;\r\n\r\n  min-width: 0;\r\n  min-height: 0;\r\n\r\n  display: block;\r\n\r\n  overflow: hidden;\r\n\r\n  border:\r\n    1px solid\r\n    rgba(255, 255, 255, 0.2);\r\n\r\n  border-radius: 25px;\r\n\r\n  background:\r\n    linear-gradient(\r\n      145deg,\r\n      #222127,\r\n      #0c0c10\r\n    );\r\n\r\n  box-shadow:\r\n    0 25px 55px\r\n    rgba(0, 0, 0, 0.36);\r\n\r\n  text-decoration: none !important;\r\n\r\n  animation:\r\n    gv-grid-video-float\r\n    7s\r\n    ease-in-out\r\n    infinite;\r\n}\r\n\r\n\r\n.gv-grid-video {\r\n  width: 100%;\r\n  height: 100%;\r\n\r\n  display: block;\r\n\r\n  object-fit: contain;\r\n\r\n  object-position: center;\r\n\r\n  background: #0d0d11;\r\n}\r\n\r\n\r\n.gv-grid-video-frame {\r\n  position: absolute;\r\n  z-index: 2;\r\n\r\n  inset: 9px;\r\n\r\n  border:\r\n    1px solid\r\n    rgba(255, 255, 255, 0.13);\r\n\r\n  border-radius: 18px;\r\n\r\n  pointer-events: none;\r\n}\r\n\r\n\r\n.gv-grid-video-label {\r\n  position: absolute;\r\n  z-index: 4;\r\n\r\n  left: 15px;\r\n  bottom: 15px;\r\n\r\n  padding: 9px 11px;\r\n\r\n  display: flex;\r\n\r\n  align-items: center;\r\n\r\n  gap: 9px;\r\n\r\n  border:\r\n    1px solid\r\n    rgba(255, 255, 255, 0.22);\r\n\r\n  border-radius: 11px;\r\n\r\n  background:\r\n    rgba(10, 10, 13, 0.72);\r\n\r\n  color: #ffffff;\r\n\r\n  backdrop-filter: blur(10px);\r\n\r\n  -webkit-backdrop-filter:\r\n    blur(10px);\r\n}\r\n\r\n\r\n.gv-grid-live-dot {\r\n  width: 6px;\r\n  height: 6px;\r\n\r\n  display: block;\r\n\r\n  border-radius: 50%;\r\n\r\n  background: #e1e5eb;\r\n\r\n  box-shadow:\r\n    0 0 0 5px\r\n    rgba(225, 229, 235, 0.12);\r\n\r\n  animation:\r\n    gv-grid-pulse\r\n    2s\r\n    ease-in-out\r\n    infinite;\r\n}\r\n\r\n\r\n.gv-grid-video-label > span:last-child {\r\n  display: flex;\r\n\r\n  flex-direction: column;\r\n\r\n  font-family: Jost, Arial, sans-serif;\r\n\r\n  font-size: 8px;\r\n\r\n  color: #ffffff;\r\n}\r\n\r\n\r\n.gv-grid-video-label small {\r\n  margin-bottom: 2px;\r\n\r\n  font-size: 5px;\r\n\r\n  letter-spacing: 0.13em;\r\n\r\n  text-transform: uppercase;\r\n\r\n  color: #aeb4bc;\r\n}\r\n\r\n\r\n.gv-grid-stone-badge {\r\n  position: absolute;\r\n  z-index: 4;\r\n\r\n  top: 15px;\r\n  right: 15px;\r\n\r\n  width: 59px;\r\n  height: 59px;\r\n\r\n  display: flex;\r\n\r\n  flex-direction: column;\r\n\r\n  align-items: center;\r\n  justify-content: center;\r\n\r\n  border:\r\n    1px solid\r\n    rgba(255, 255, 255, 0.25);\r\n\r\n  border-radius: 50%;\r\n\r\n  background:\r\n    rgba(10, 10, 13, 0.66);\r\n\r\n  color: #ffffff;\r\n\r\n  backdrop-filter: blur(9px);\r\n\r\n  -webkit-backdrop-filter:\r\n    blur(9px);\r\n}\r\n\r\n\r\n.gv-grid-stone-badge strong {\r\n  font-family:\r\n    \"Cormorant Garamond\",\r\n    Georgia,\r\n    serif;\r\n\r\n  font-size: 19px;\r\n  font-weight: 500;\r\n\r\n  line-height: 1;\r\n}\r\n\r\n\r\n.gv-grid-stone-badge small {\r\n  margin-top: 2px;\r\n\r\n  font-family: Jost, Arial, sans-serif;\r\n\r\n  font-size: 5px;\r\n\r\n  letter-spacing: 0.07em;\r\n\r\n  text-transform: uppercase;\r\n\r\n  color: #cbd0d7;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   BILDKARTEN\r\n========================================================= *\/\r\n\r\n.gv-grid-image-card {\r\n  position: relative;\r\n\r\n  min-width: 0;\r\n  min-height: 0;\r\n\r\n  display: block;\r\n\r\n  overflow: hidden;\r\n\r\n  border:\r\n    1px solid\r\n    rgba(255, 255, 255, 0.18);\r\n\r\n  border-radius: 18px;\r\n\r\n  background: #ffffff;\r\n\r\n  box-shadow:\r\n    0 18px 38px\r\n    rgba(0, 0, 0, 0.28);\r\n\r\n  color: var(--gv-dark);\r\n\r\n  text-decoration: none !important;\r\n\r\n  transition:\r\n    transform 0.35s ease,\r\n    box-shadow 0.35s ease;\r\n}\r\n\r\n\r\n.gv-grid-image-one {\r\n  grid-column: 2;\r\n  grid-row: 1;\r\n\r\n  animation:\r\n    gv-grid-float-one\r\n    6s\r\n    ease-in-out\r\n    infinite;\r\n}\r\n\r\n\r\n.gv-grid-image-two {\r\n  grid-column: 3;\r\n  grid-row: 1;\r\n\r\n  animation:\r\n    gv-grid-float-two\r\n    6.4s\r\n    ease-in-out\r\n    infinite;\r\n}\r\n\r\n\r\n.gv-grid-image-three {\r\n  grid-column: 2;\r\n  grid-row: 2;\r\n\r\n  animation:\r\n    gv-grid-float-three\r\n    6.8s\r\n    ease-in-out\r\n    infinite;\r\n}\r\n\r\n\r\n.gv-grid-image-four {\r\n  grid-column: 3;\r\n  grid-row: 2;\r\n\r\n  animation:\r\n    gv-grid-float-four\r\n    7.2s\r\n    ease-in-out\r\n    infinite;\r\n}\r\n\r\n\r\n.gv-grid-image-card:hover {\r\n  transform:\r\n    translateY(-4px);\r\n\r\n  box-shadow:\r\n    0 24px 48px rgba(0, 0, 0, 0.4),\r\n    0 0 22px rgba(215, 218, 224, 0.05);\r\n}\r\n\r\n\r\n.gv-grid-image-card > img {\r\n  width: 100%;\r\n  height: 100%;\r\n\r\n  padding: 4px;\r\n\r\n  display: block;\r\n\r\n  object-fit: contain;\r\n\r\n  object-position: center;\r\n\r\n  background: #ffffff;\r\n\r\n  transition:\r\n    transform\r\n    0.45s\r\n    ease;\r\n}\r\n\r\n\r\n.gv-grid-image-card:hover > img {\r\n  transform:\r\n    scale(1.015);\r\n}\r\n\r\n\r\n.gv-grid-image-label {\r\n  position: absolute;\r\n  z-index: 3;\r\n\r\n  left: 9px;\r\n  bottom: 9px;\r\n\r\n  max-width:\r\n    calc(100% - 44px);\r\n\r\n  padding: 6px 8px;\r\n\r\n  display: flex;\r\n\r\n  flex-direction: column;\r\n\r\n  border:\r\n    1px solid\r\n    rgba(255, 255, 255, 0.83);\r\n\r\n  border-radius: 8px;\r\n\r\n  background:\r\n    rgba(255, 255, 255, 0.79);\r\n\r\n  color: #17151a;\r\n\r\n  backdrop-filter: blur(8px);\r\n\r\n  -webkit-backdrop-filter:\r\n    blur(8px);\r\n}\r\n\r\n\r\n.gv-grid-image-label small {\r\n  margin-bottom: 2px;\r\n\r\n  font-family: Jost, Arial, sans-serif;\r\n\r\n  font-size: 5px;\r\n  font-weight: 600;\r\n\r\n  letter-spacing: 0.1em;\r\n\r\n  text-transform: uppercase;\r\n\r\n  color: #77737a;\r\n}\r\n\r\n\r\n.gv-grid-image-label strong {\r\n  overflow: hidden;\r\n\r\n  font-family:\r\n    \"Cormorant Garamond\",\r\n    Georgia,\r\n    serif;\r\n\r\n  font-size: 15px;\r\n  font-weight: 600;\r\n\r\n  line-height: 1;\r\n\r\n  white-space: nowrap;\r\n\r\n  text-overflow: ellipsis;\r\n}\r\n\r\n\r\n.gv-grid-label-dark {\r\n  border-color:\r\n    rgba(255, 255, 255, 0.24);\r\n\r\n  background:\r\n    rgba(12, 11, 15, 0.62);\r\n\r\n  color: #ffffff;\r\n}\r\n\r\n\r\n.gv-grid-label-dark small {\r\n  color: #d3d6dc;\r\n}\r\n\r\n\r\n.gv-grid-arrow {\r\n  position: absolute;\r\n  z-index: 4;\r\n\r\n  right: 9px;\r\n  bottom: 9px;\r\n\r\n  width: 25px;\r\n  height: 25px;\r\n\r\n  display: grid;\r\n\r\n  place-items: center;\r\n\r\n  border-radius: 50%;\r\n\r\n  background: #17151a;\r\n\r\n  color: #ffffff;\r\n\r\n  font-family: Arial, sans-serif;\r\n\r\n  font-size: 10px;\r\n}\r\n\r\n\r\n.gv-grid-arrow-light {\r\n  background:\r\n    rgba(255, 255, 255, 0.88);\r\n\r\n  color: #17151a;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   INFORMATIONSBAR\r\n========================================================= *\/\r\n\r\n.gv-grid-info-bar {\r\n  position: relative;\r\n  z-index: 3;\r\n\r\n  width: 100%;\r\n\r\n  overflow: hidden;\r\n\r\n  border-top:\r\n    1px solid\r\n    rgba(255, 255, 255, 0.09);\r\n\r\n  background:\r\n    rgba(255, 255, 255, 0.025);\r\n}\r\n\r\n\r\n.gv-grid-info-track {\r\n  width: max-content;\r\n\r\n  min-width: 100%;\r\n  min-height: 42px;\r\n\r\n  padding: 0 28px;\r\n\r\n  display: flex;\r\n\r\n  align-items: center;\r\n  justify-content: center;\r\n\r\n  gap: 23px;\r\n\r\n  font-family: Jost, Arial, sans-serif;\r\n\r\n  font-size: 7px;\r\n  font-weight: 500;\r\n\r\n  letter-spacing: 0.15em;\r\n\r\n  text-transform: uppercase;\r\n\r\n  color:\r\n    rgba(244, 242, 239, 0.55);\r\n\r\n  animation:\r\n    gv-grid-marquee\r\n    28s\r\n    linear\r\n    infinite;\r\n}\r\n\r\n\r\n.gv-grid-info-track i {\r\n  width: 4px;\r\n  height: 4px;\r\n\r\n  display: block;\r\n\r\n  flex: 0 0 auto;\r\n\r\n  border-radius: 50%;\r\n\r\n  background: #aeb3bb;\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   ANIMATIONEN\r\n========================================================= *\/\r\n\r\n@keyframes gv-grid-video-float {\r\n\r\n  0%,\r\n  100% {\r\n    transform: translateY(0);\r\n  }\r\n\r\n  50% {\r\n    transform: translateY(-3px);\r\n  }\r\n}\r\n\r\n\r\n@keyframes gv-grid-float-one {\r\n\r\n  0%,\r\n  100% {\r\n    transform: translateY(0);\r\n  }\r\n\r\n  50% {\r\n    transform: translateY(-4px);\r\n  }\r\n}\r\n\r\n\r\n@keyframes gv-grid-float-two {\r\n\r\n  0%,\r\n  100% {\r\n    transform: translateY(-2px);\r\n  }\r\n\r\n  50% {\r\n    transform: translateY(2px);\r\n  }\r\n}\r\n\r\n\r\n@keyframes gv-grid-float-three {\r\n\r\n  0%,\r\n  100% {\r\n    transform: translateY(1px);\r\n  }\r\n\r\n  50% {\r\n    transform: translateY(-3px);\r\n  }\r\n}\r\n\r\n\r\n@keyframes gv-grid-float-four {\r\n\r\n  0%,\r\n  100% {\r\n    transform: translateY(-1px);\r\n  }\r\n\r\n  50% {\r\n    transform: translateY(3px);\r\n  }\r\n}\r\n\r\n\r\n@keyframes gv-grid-pulse {\r\n\r\n  0%,\r\n  100% {\r\n    opacity: 0.55;\r\n    transform: scale(0.9);\r\n  }\r\n\r\n  50% {\r\n    opacity: 1;\r\n    transform: scale(1.08);\r\n  }\r\n}\r\n\r\n\r\n@keyframes gv-grid-marquee {\r\n\r\n  from {\r\n    transform: translateX(0);\r\n  }\r\n\r\n  to {\r\n    transform: translateX(-20%);\r\n  }\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   SEHR GROSSE MONITORE\r\n   Inhalt bleibt kompakt in der Mitte.\r\n========================================================= *\/\r\n\r\n@media (min-width: 1600px) {\r\n\r\n  .gv-grid-shell {\r\n    width: calc(100% - 80px);\r\n\r\n    max-width: 1380px;\r\n\r\n    grid-template-columns:\r\n      400px\r\n      800px;\r\n\r\n    justify-content: center;\r\n\r\n    gap: 56px;\r\n\r\n    padding-left: 30px;\r\n    padding-right: 30px;\r\n  }\r\n\r\n\r\n  .gv-grid-copy {\r\n    max-width: 400px;\r\n\r\n    justify-self: end;\r\n  }\r\n\r\n\r\n  .gv-grid-media {\r\n    width: 800px;\r\n\r\n    max-width: 800px;\r\n\r\n    justify-self: start;\r\n  }\r\n\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   MITTLERE LAPTOPS\r\n========================================================= *\/\r\n\r\n@media (max-width: 1250px) {\r\n\r\n  .gv-grid-shell {\r\n    width: calc(100% - 36px);\r\n\r\n    max-width: 1160px;\r\n\r\n    grid-template-columns:\r\n      minmax(285px, 360px)\r\n      minmax(560px, 700px);\r\n\r\n    justify-content: center;\r\n\r\n    gap: 38px;\r\n\r\n    padding:\r\n      38px\r\n      18px;\r\n  }\r\n\r\n\r\n  .gv-grid-copy {\r\n    max-width: 360px;\r\n\r\n    justify-self: end;\r\n  }\r\n\r\n\r\n  .gv-grid-copy h2 {\r\n    font-size: 56px;\r\n  }\r\n\r\n\r\n  .gv-grid-media {\r\n    width: 100%;\r\n\r\n    max-width: 700px;\r\n\r\n    height: 420px;\r\n\r\n    justify-self: start;\r\n\r\n    grid-template-columns:\r\n      minmax(250px, 1.1fr)\r\n      minmax(145px, 0.7fr)\r\n      minmax(145px, 0.7fr);\r\n  }\r\n\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   TABLET\r\n========================================================= *\/\r\n\r\n@media (max-width: 980px) {\r\n\r\n  .gv-grid-shell {\r\n    width: 100%;\r\n\r\n    max-width: 760px;\r\n\r\n    min-height: 0;\r\n\r\n    margin: 0 auto;\r\n\r\n    padding:\r\n      42px\r\n      26px\r\n      32px;\r\n\r\n    grid-template-columns: 1fr;\r\n\r\n    gap: 35px;\r\n  }\r\n\r\n\r\n  .gv-grid-copy {\r\n    width: 100%;\r\n\r\n    max-width: 690px;\r\n\r\n    justify-self: center;\r\n  }\r\n\r\n\r\n  .gv-grid-copy h2 {\r\n    font-size:\r\n      clamp(56px, 8vw, 72px);\r\n  }\r\n\r\n\r\n  .gv-grid-description {\r\n    max-width: 570px;\r\n  }\r\n\r\n\r\n  .gv-grid-media {\r\n    width: 100%;\r\n\r\n    max-width: 708px;\r\n\r\n    height: 610px;\r\n\r\n    justify-self: center;\r\n\r\n    grid-template-columns:\r\n      repeat(\r\n        2,\r\n        minmax(0, 1fr)\r\n      );\r\n\r\n    grid-template-rows:\r\n      minmax(310px, 1.3fr)\r\n      minmax(0, 1fr)\r\n      minmax(0, 1fr);\r\n\r\n    gap: 11px;\r\n  }\r\n\r\n\r\n  .gv-grid-video-card {\r\n    grid-column: 1 \/ -1;\r\n    grid-row: 1;\r\n  }\r\n\r\n\r\n  .gv-grid-image-one {\r\n    grid-column: 1;\r\n    grid-row: 2;\r\n  }\r\n\r\n\r\n  .gv-grid-image-two {\r\n    grid-column: 2;\r\n    grid-row: 2;\r\n  }\r\n\r\n\r\n  .gv-grid-image-three {\r\n    grid-column: 1;\r\n    grid-row: 3;\r\n  }\r\n\r\n\r\n  .gv-grid-image-four {\r\n    grid-column: 2;\r\n    grid-row: 3;\r\n  }\r\n\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   HANDY\r\n========================================================= *\/\r\n\r\n@media (max-width: 700px) {\r\n\r\n  .gv-grid-shell {\r\n    width: 100%;\r\n\r\n    max-width: 100%;\r\n\r\n    padding:\r\n      34px\r\n      13px\r\n      25px;\r\n\r\n    gap: 28px;\r\n  }\r\n\r\n\r\n  .gv-grid-copy {\r\n    width: 100%;\r\n\r\n    max-width: 100%;\r\n\r\n    padding:\r\n      0\r\n      7px;\r\n\r\n    justify-self: stretch;\r\n  }\r\n\r\n\r\n  .gv-grid-eyebrow {\r\n    margin-bottom: 15px;\r\n\r\n    font-size: 7px;\r\n  }\r\n\r\n\r\n  .gv-grid-eyebrow span {\r\n    width: 28px;\r\n  }\r\n\r\n\r\n  .gv-grid-copy h2 {\r\n    font-size:\r\n      clamp(49px, 14vw, 62px);\r\n\r\n    line-height: 0.88;\r\n  }\r\n\r\n\r\n  .gv-grid-copy h2 em {\r\n    margin-top: 8px;\r\n\r\n    font-size: 0.59em;\r\n  }\r\n\r\n\r\n  .gv-grid-description {\r\n    margin-top: 19px;\r\n\r\n    font-size: 12px;\r\n\r\n    line-height: 1.65;\r\n  }\r\n\r\n\r\n  .gv-grid-specs {\r\n    margin-top: 17px;\r\n  }\r\n\r\n\r\n  .gv-grid-finishes {\r\n    margin-top: 18px;\r\n\r\n    gap: 17px;\r\n  }\r\n\r\n\r\n  .gv-grid-actions {\r\n    margin-top: 22px;\r\n  }\r\n\r\n\r\n  .gv-grid-button {\r\n    min-height: 46px;\r\n\r\n    padding-left: 16px;\r\n\r\n    gap: 12px;\r\n\r\n    font-size: 7px;\r\n  }\r\n\r\n\r\n  .gv-grid-button b {\r\n    width: 33px;\r\n    height: 33px;\r\n  }\r\n\r\n\r\n  \/* =====================================================\r\n     MOBILE MEDIA\r\n     Video oben, vier Bilder darunter.\r\n  ====================================================== *\/\r\n\r\n  .gv-grid-media {\r\n    width: 100%;\r\n\r\n    max-width: none;\r\n\r\n    height: auto;\r\n\r\n    justify-self: stretch;\r\n\r\n    display: grid;\r\n\r\n    grid-template-columns:\r\n      repeat(\r\n        2,\r\n        minmax(0, 1fr)\r\n      );\r\n\r\n    grid-template-rows: auto;\r\n\r\n    gap: 9px;\r\n  }\r\n\r\n\r\n  .gv-grid-video-card {\r\n    position: relative;\r\n\r\n    grid-column: 1 \/ -1;\r\n    grid-row: auto;\r\n\r\n    width: 100%;\r\n\r\n    aspect-ratio: 1 \/ 1;\r\n\r\n    border-radius: 22px;\r\n\r\n    animation: none;\r\n  }\r\n\r\n\r\n  .gv-grid-image-card {\r\n    position: relative;\r\n\r\n    grid-column: auto;\r\n    grid-row: auto;\r\n\r\n    width: 100%;\r\n\r\n    aspect-ratio: 1 \/ 1;\r\n\r\n    border-radius: 16px;\r\n\r\n    animation: none;\r\n  }\r\n\r\n\r\n  .gv-grid-image-one,\r\n  .gv-grid-image-two,\r\n  .gv-grid-image-three,\r\n  .gv-grid-image-four {\r\n    grid-column: auto;\r\n    grid-row: auto;\r\n  }\r\n\r\n\r\n  .gv-grid-video,\r\n  .gv-grid-image-card > img {\r\n    object-fit: contain;\r\n  }\r\n\r\n\r\n  .gv-grid-image-label {\r\n    left: 7px;\r\n    bottom: 7px;\r\n\r\n    max-width:\r\n      calc(100% - 39px);\r\n\r\n    padding: 5px 7px;\r\n  }\r\n\r\n\r\n  .gv-grid-image-label strong {\r\n    font-size: 13px;\r\n  }\r\n\r\n\r\n  .gv-grid-image-label small {\r\n    font-size: 4px;\r\n  }\r\n\r\n\r\n  .gv-grid-arrow {\r\n    right: 7px;\r\n    bottom: 7px;\r\n\r\n    width: 23px;\r\n    height: 23px;\r\n  }\r\n\r\n\r\n  .gv-grid-video-label {\r\n    left: 10px;\r\n    bottom: 10px;\r\n  }\r\n\r\n\r\n  .gv-grid-stone-badge {\r\n    top: 11px;\r\n    right: 11px;\r\n\r\n    width: 54px;\r\n    height: 54px;\r\n  }\r\n\r\n\r\n  .gv-grid-info-track {\r\n    justify-content: flex-start;\r\n\r\n    animation-duration: 22s;\r\n  }\r\n\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   SEHR KLEINE HANDYS\r\n========================================================= *\/\r\n\r\n@media (max-width: 390px) {\r\n\r\n  .gv-grid-copy h2 {\r\n    font-size: 47px;\r\n  }\r\n\r\n\r\n  .gv-grid-price {\r\n    display: none;\r\n  }\r\n\r\n\r\n  .gv-grid-finish span {\r\n    font-size: 9px;\r\n  }\r\n\r\n\r\n  .gv-grid-image-label strong {\r\n    max-width: 85px;\r\n\r\n    font-size: 12px;\r\n  }\r\n\r\n}\r\n\r\n\r\n\/* =========================================================\r\n   BEWEGUNG REDUZIEREN\r\n========================================================= *\/\r\n\r\n@media (prefers-reduced-motion: reduce) {\r\n\r\n  .gv-grid-video-card,\r\n  .gv-grid-image-card,\r\n  .gv-grid-live-dot,\r\n  .gv-grid-info-track {\r\n    animation: none;\r\n  }\r\n\r\n}\r\n\r\n<\/style>\r\n\r\n\r\n<script>\r\n(function () {\r\n\r\n  const section =\r\n    document.getElementById(\r\n      \"gv-velrose-grid\"\r\n    );\r\n\r\n  if (\r\n    !section ||\r\n    section.dataset.gvGridReady === \"true\"\r\n  ) {\r\n    return;\r\n  }\r\n\r\n\r\n  section.dataset.gvGridReady = \"true\";\r\n\r\n\r\n  const video =\r\n    section.querySelector(\r\n      \".gv-grid-video\"\r\n    );\r\n\r\n\r\n  const widgetContainer =\r\n    section.closest(\r\n      \".elementor-widget-container\"\r\n    );\r\n\r\n\r\n  const widget =\r\n    section.closest(\r\n      \".elementor-widget\"\r\n    );\r\n\r\n\r\n  if (widgetContainer) {\r\n    widgetContainer.style.overflow =\r\n      \"visible\";\r\n  }\r\n\r\n\r\n  if (widget) {\r\n    widget.style.overflow =\r\n      \"visible\";\r\n  }\r\n\r\n\r\n  function startVelroseVideo() {\r\n\r\n    if (!video) {\r\n      return;\r\n    }\r\n\r\n\r\n    video.muted = true;\r\n\r\n    video.defaultMuted = true;\r\n\r\n    video.loop = true;\r\n\r\n    video.autoplay = true;\r\n\r\n    video.playsInline = true;\r\n\r\n\r\n    video.setAttribute(\r\n      \"muted\",\r\n      \"\"\r\n    );\r\n\r\n\r\n    video.setAttribute(\r\n      \"autoplay\",\r\n      \"\"\r\n    );\r\n\r\n\r\n    video.setAttribute(\r\n      \"loop\",\r\n      \"\"\r\n    );\r\n\r\n\r\n    video.setAttribute(\r\n      \"playsinline\",\r\n      \"\"\r\n    );\r\n\r\n\r\n    video.setAttribute(\r\n      \"webkit-playsinline\",\r\n      \"\"\r\n    );\r\n\r\n\r\n    const playAttempt =\r\n      video.play();\r\n\r\n\r\n    if (\r\n      playAttempt &&\r\n      typeof playAttempt.catch ===\r\n        \"function\"\r\n    ) {\r\n\r\n      playAttempt.catch(\r\n        function () {\r\n          \/*\r\n             Poster image remains visible\r\n             if browser blocks autoplay.\r\n          *\/\r\n        }\r\n      );\r\n\r\n    }\r\n\r\n  }\r\n\r\n\r\n  startVelroseVideo();\r\n\r\n\r\n  if (video) {\r\n\r\n    video.addEventListener(\r\n      \"loadedmetadata\",\r\n      startVelroseVideo\r\n    );\r\n\r\n\r\n    video.addEventListener(\r\n      \"loadeddata\",\r\n      startVelroseVideo\r\n    );\r\n\r\n\r\n    video.addEventListener(\r\n      \"canplay\",\r\n      startVelroseVideo\r\n    );\r\n\r\n  }\r\n\r\n\r\n  document.addEventListener(\r\n    \"touchstart\",\r\n    startVelroseVideo,\r\n    {\r\n      once: true,\r\n      passive: true\r\n    }\r\n  );\r\n\r\n\r\n  document.addEventListener(\r\n    \"visibilitychange\",\r\n    function () {\r\n\r\n      if (\r\n        !document.hidden &&\r\n        video &&\r\n        video.paused\r\n      ) {\r\n\r\n        startVelroseVideo();\r\n\r\n      }\r\n\r\n    }\r\n  );\r\n\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2d761d8 elementor-section-full_width elementor-section-stretched home-cat full_width_section elementor-section-height-default elementor-section-height-default\" data-id=\"2d761d8\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c92d071\" data-id=\"c92d071\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-89bd894 elementor-widget elementor-widget-html\" data-id=\"89bd894\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section class=\"gv-review-ticker\">\r\n  <style>\r\n    .gv-review-ticker{\r\n      width:100vw;\r\n      max-width:100vw;\r\n      margin-left:calc(50% - 50vw);\r\n      margin-right:calc(50% - 50vw);\r\n      background:#f3f2ef;\r\n      padding:48px 0 54px;\r\n      font-family:inherit;\r\n      overflow:hidden;\r\n      color:#17120e;\r\n    }\r\n\r\n    .gv-review-ticker *{\r\n      box-sizing:border-box;\r\n    }\r\n\r\n    .gv-review-head{\r\n      max-width:1120px;\r\n      margin:0 auto 30px;\r\n      padding:0 20px;\r\n      display:flex;\r\n      align-items:center;\r\n      justify-content:space-between;\r\n      gap:22px;\r\n    }\r\n\r\n    .gv-review-title{\r\n      min-width:0;\r\n    }\r\n\r\n    .gv-review-kicker{\r\n      display:flex;\r\n      align-items:center;\r\n      gap:10px;\r\n      color:#a77a3f;\r\n      font-size:10.5px;\r\n      letter-spacing:3px;\r\n      text-transform:uppercase;\r\n      font-weight:600;\r\n      margin-bottom:9px;\r\n    }\r\n\r\n    .gv-review-kicker:before{\r\n      content:\"\";\r\n      width:34px;\r\n      height:1px;\r\n      background:rgba(167,122,63,.45);\r\n    }\r\n\r\n    .gv-review-title h2{\r\n      margin:0;\r\n      color:#15110d;\r\n      font-family:Georgia,\"Times New Roman\",serif;\r\n      font-size:clamp(32px,4.2vw,54px);\r\n      line-height:1.05;\r\n      font-weight:400;\r\n      letter-spacing:-.4px;\r\n    }\r\n\r\n    .gv-review-score{\r\n      flex:0 0 auto;\r\n      background:#ffffff;\r\n      border:1px solid rgba(0,0,0,.08);\r\n      padding:18px 22px;\r\n      min-width:185px;\r\n      text-align:left;\r\n      box-shadow:0 12px 30px rgba(17,14,11,.045);\r\n    }\r\n\r\n    .gv-review-score-number{\r\n      display:flex;\r\n      align-items:flex-end;\r\n      gap:10px;\r\n      margin-bottom:7px;\r\n    }\r\n\r\n    .gv-review-score-number strong{\r\n      font-family:Georgia,\"Times New Roman\",serif;\r\n      font-size:36px;\r\n      line-height:1;\r\n      font-weight:400;\r\n      color:#15110d;\r\n    }\r\n\r\n    .gv-review-score-number span{\r\n      color:#b88945;\r\n      font-size:14px;\r\n      letter-spacing:1.5px;\r\n      padding-bottom:4px;\r\n      white-space:nowrap;\r\n    }\r\n\r\n    .gv-review-score small{\r\n      display:block;\r\n      color:#6f665d;\r\n      font-size:11.5px;\r\n      line-height:1.45;\r\n      font-weight:300;\r\n    }\r\n\r\n    .gv-review-ticker-wrap{\r\n      position:relative;\r\n      width:100%;\r\n      overflow:hidden;\r\n    }\r\n\r\n    .gv-review-ticker-wrap:before,\r\n    .gv-review-ticker-wrap:after{\r\n      content:\"\";\r\n      position:absolute;\r\n      top:0;\r\n      bottom:0;\r\n      width:90px;\r\n      z-index:5;\r\n      pointer-events:none;\r\n    }\r\n\r\n    .gv-review-ticker-wrap:before{\r\n      left:0;\r\n      background:linear-gradient(90deg,#f3f2ef,rgba(243,242,239,0));\r\n    }\r\n\r\n    .gv-review-ticker-wrap:after{\r\n      right:0;\r\n      background:linear-gradient(270deg,#f3f2ef,rgba(243,242,239,0));\r\n    }\r\n\r\n    .gv-review-track{\r\n      display:flex;\r\n      gap:18px;\r\n      width:max-content;\r\n      animation:gvReviewTickerMove 82s linear infinite;\r\n      will-change:transform;\r\n      padding:0 0 6px;\r\n    }\r\n\r\n    .gv-review-ticker-wrap:hover .gv-review-track{\r\n      animation-play-state:paused;\r\n    }\r\n\r\n    .gv-review-card{\r\n      width:355px;\r\n      min-height:245px;\r\n      flex:0 0 auto;\r\n      background:#ffffff;\r\n      border:1px solid rgba(0,0,0,.07);\r\n      padding:24px 25px 22px;\r\n      display:flex;\r\n      flex-direction:column;\r\n      justify-content:space-between;\r\n      box-shadow:0 12px 34px rgba(17,14,11,.045);\r\n      transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;\r\n    }\r\n\r\n    .gv-review-card:hover{\r\n      transform:translateY(-4px);\r\n      border-color:rgba(198,154,93,.38);\r\n      box-shadow:0 18px 45px rgba(17,14,11,.075);\r\n    }\r\n\r\n    .gv-review-card-top{\r\n      display:flex;\r\n      align-items:center;\r\n      justify-content:space-between;\r\n      gap:14px;\r\n      margin-bottom:16px;\r\n    }\r\n\r\n    .gv-stars{\r\n      color:#b88945;\r\n      font-size:14px;\r\n      letter-spacing:2.2px;\r\n      white-space:nowrap;\r\n    }\r\n\r\n    .gv-date{\r\n      color:#8a8178;\r\n      font-size:11.5px;\r\n      white-space:nowrap;\r\n    }\r\n\r\n    .gv-review-text{\r\n      margin:0;\r\n      color:#241d17;\r\n      font-family:Georgia,\"Times New Roman\",serif;\r\n      font-size:19px;\r\n      line-height:1.5;\r\n      font-weight:400;\r\n    }\r\n\r\n    .gv-review-bottom{\r\n      margin-top:24px;\r\n      padding-top:15px;\r\n      border-top:1px solid rgba(0,0,0,.08);\r\n      display:flex;\r\n      align-items:flex-end;\r\n      justify-content:space-between;\r\n      gap:14px;\r\n    }\r\n\r\n    .gv-review-user strong{\r\n      display:block;\r\n      color:#17120e;\r\n      font-size:13.5px;\r\n      font-weight:700;\r\n      line-height:1.2;\r\n      margin-bottom:5px;\r\n    }\r\n\r\n    .gv-review-user span{\r\n      display:block;\r\n      color:#a77a3f;\r\n      font-size:10px;\r\n      letter-spacing:1.7px;\r\n      text-transform:uppercase;\r\n      font-weight:700;\r\n      line-height:1.2;\r\n    }\r\n\r\n    .gv-review-country{\r\n      color:#6f665d;\r\n      font-size:11.5px;\r\n      white-space:nowrap;\r\n      text-align:right;\r\n      line-height:1.35;\r\n    }\r\n\r\n    .gv-review-country b{\r\n      display:block;\r\n      color:#17120e;\r\n      font-weight:500;\r\n    }\r\n\r\n    @keyframes gvReviewTickerMove{\r\n      from{transform:translateX(0);}\r\n      to{transform:translateX(-50%);}\r\n    }\r\n\r\n    @media(max-width:760px){\r\n      .gv-review-ticker{\r\n        padding:40px 0 46px;\r\n      }\r\n\r\n      .gv-review-head{\r\n        display:block;\r\n        text-align:center;\r\n        margin-bottom:26px;\r\n      }\r\n\r\n      .gv-review-kicker{\r\n        justify-content:center;\r\n        font-size:9.5px;\r\n        letter-spacing:2.3px;\r\n      }\r\n\r\n      .gv-review-kicker:before{\r\n        width:24px;\r\n      }\r\n\r\n      .gv-review-title h2{\r\n        font-size:34px;\r\n      }\r\n\r\n      .gv-review-score{\r\n        margin:20px auto 0;\r\n        max-width:230px;\r\n        text-align:center;\r\n      }\r\n\r\n      .gv-review-score-number{\r\n        justify-content:center;\r\n      }\r\n\r\n      .gv-review-card{\r\n        width:290px;\r\n        min-height:245px;\r\n        padding:22px 20px 20px;\r\n      }\r\n\r\n      .gv-review-text{\r\n        font-size:17.5px;\r\n        line-height:1.52;\r\n      }\r\n\r\n      .gv-review-track{\r\n        gap:14px;\r\n        animation-duration:62s;\r\n      }\r\n\r\n      .gv-review-ticker-wrap:before,\r\n      .gv-review-ticker-wrap:after{\r\n        width:36px;\r\n      }\r\n\r\n      .gv-review-bottom{\r\n        align-items:flex-start;\r\n        flex-direction:column;\r\n        gap:8px;\r\n      }\r\n\r\n      .gv-review-country{\r\n        text-align:left;\r\n      }\r\n    }\r\n\r\n    @media(prefers-reduced-motion:reduce){\r\n      .gv-review-track{\r\n        animation:none;\r\n      }\r\n    }\r\n  <\/style>\r\n\r\n  <div class=\"gv-review-head\">\r\n    <div class=\"gv-review-title\">\r\n      <div class=\"gv-review-kicker\">Trust Shop Verified<\/div>\r\n      <h2>Customer Reviews<\/h2>\r\n    <\/div>\r\n\r\n    <div class=\"gv-review-score\">\r\n      <div class=\"gv-review-score-number\">\r\n        <strong>4.8<\/strong>\r\n        <span>\u2605\u2605\u2605\u2605\u2605<\/span>\r\n      <\/div>\r\n      <small>Overall score from verified customer feedback.<\/small>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"gv-review-ticker-wrap\">\r\n    <div class=\"gv-review-track\">\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n            <div class=\"gv-date\">12 Mar 2026<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u201eSehr sch\u00f6ner Glanz und angenehm leicht. Ich trage das Armband fast jeden Tag.\u201c<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Lea K.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>Germany<\/b>\r\n            Berlin\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n            <div class=\"gv-date\">28 Feb 2026<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u201eDie Ohrringe sind elegant, leicht und sehen hochwertiger aus als erwartet.\u201c<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Anna B.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>Germany<\/b>\r\n            Hamburg\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n            <div class=\"gv-date\">16 Feb 2026<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u201eSehr sch\u00f6ne Verpackung. Perfekt als Geschenk und wirkt direkt edel.\u201c<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Mira S.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>Germany<\/b>\r\n            Munich\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n            <div class=\"gv-date\">03 Feb 2026<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u201cBeautiful piece, very comfortable and easy to wear with simple outfits.\u201d<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Emily W.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>United Kingdom<\/b>\r\n            London\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n            <div class=\"gv-date\">21 Jan 2026<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u201eDezent, elegant und sehr angenehm zu tragen. Genau mein Stil.\u201c<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Sophia M.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>Switzerland<\/b>\r\n            Z\u00fcrich\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n            <div class=\"gv-date\">08 Jan 2026<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u201eDie Kette kam sch\u00f6n verpackt an und sieht sehr fein aus. W\u00fcrde wieder bestellen.\u201c<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Julia H.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>Germany<\/b>\r\n            Cologne\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2606<\/div>\r\n            <div class=\"gv-date\">19 Dec 2025<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u00ab Tr\u00e8s joli bijou, discret et brillant. L\u2019emballage \u00e9tait vraiment \u00e9l\u00e9gant. \u00bb<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Claire D.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>France<\/b>\r\n            Lyon\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n            <div class=\"gv-date\">04 Dec 2025<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u201eMinimalistisch und trotzdem besonders. Die Qualit\u00e4t f\u00fchlt sich sehr gut an.\u201c<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Nora T.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>Austria<\/b>\r\n            Vienna\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <!-- Duplicate for smooth infinite movement -->\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n            <div class=\"gv-date\">12 Mar 2026<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u201eSehr sch\u00f6ner Glanz und angenehm leicht. Ich trage das Armband fast jeden Tag.\u201c<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Lea K.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>Germany<\/b>\r\n            Berlin\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n            <div class=\"gv-date\">28 Feb 2026<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u201eDie Ohrringe sind elegant, leicht und sehen hochwertiger aus als erwartet.\u201c<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Anna B.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>Germany<\/b>\r\n            Hamburg\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n            <div class=\"gv-date\">16 Feb 2026<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u201eSehr sch\u00f6ne Verpackung. Perfekt als Geschenk und wirkt direkt edel.\u201c<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Mira S.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>Germany<\/b>\r\n            Munich\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"gv-review-card\">\r\n        <div>\r\n          <div class=\"gv-review-card-top\">\r\n            <div class=\"gv-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\r\n            <div class=\"gv-date\">03 Feb 2026<\/div>\r\n          <\/div>\r\n          <p class=\"gv-review-text\">\u201cBeautiful piece, very comfortable and easy to wear with simple outfits.\u201d<\/p>\r\n        <\/div>\r\n        <div class=\"gv-review-bottom\">\r\n          <div class=\"gv-review-user\">\r\n            <strong>Emily W.<\/strong>\r\n            <span>Verified Buyer<\/span>\r\n          <\/div>\r\n          <div class=\"gv-review-country\">\r\n            <b>United Kingdom<\/b>\r\n            London\r\n          <\/div>\r\n        <\/div>\r\n      <\/article>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83c8507 product-cat-style-4 elementor-widget elementor-widget-tmcore-product-categories-carousel\" data-id=\"83c8507\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tmcore-product-categories-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"woocommerce categories-wrap columns-5 carousel\"><div class=\"woocommerce-carousel splide\" data-settings='{\"dimensions\":1,\"navigation\":\"arrows\",\"autoplayHoverPause\":true,\"autoplay\":false,\"autoplay_speed\":null,\"items\":\"5\",\"items_laptop\":\"4\",\"items_tablet\":\"3\",\"items_mobile\":\"3\",\"column_minimum\":2,\"loop\":false,\"gap\":20,\"gap_laptop\":20,\"gap_tablet\":20,\"gap_mobile\":15,\"categories_style\":\"4\"}'><div class=\"splide__track\"><ul class=\"products categories content-wrap grid-cols splide__list\"><\/ul><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-48448bb full_width_section elementor-section-stretched elementor-section-height-min-height elementor-section-items-top elementor-section-content-top elementor-section-boxed elementor-section-height-default\" data-id=\"48448bb\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-30e4edf\" data-id=\"30e4edf\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f55d240 elementor-grid-eael-col-4 elementor-grid-tablet-eael-col-2 elementor-grid-mobile-eael-col-1 elementor-widget elementor-widget-eael-post-grid\" data-id=\"f55d240\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;eael_post_grid_columns&quot;:&quot;eael-col-4&quot;,&quot;eael_post_grid_columns_tablet&quot;:&quot;eael-col-2&quot;,&quot;eael_post_grid_columns_mobile&quot;:&quot;eael-col-1&quot;}\" data-widget_type=\"eael-post-grid.default\">\n\t\t\t\t\t<div id=\"eael-post-grid-f55d240\" class=\"eael-post-grid-container\">\n            <div class=\"eael-post-grid eael-post-appender eael-post-appender-f55d240 eael-post-grid-style-two\" data-layout-mode=\"masonry\"><article class=\"eael-grid-post  eael-post-grid-column eael-pg-post-3998 category-jewelry-styling-jewelry-trends-materials-craftsmanship tags-jewelry-with-meaning-symbolic-jewelry\" data-id=\"3998\">\n    <div class=\"eael-grid-post-holder\">\n        <div class=\"eael-grid-post-holder-inner\"><div class=\"eael-entry-media\"><div class=\"eael-entry-overlay fade-in\"><i class=\"fas fa-long-arrow-alt-right\" aria-hidden=\"true\"><\/i><a href=\"https:\/\/glamavera.com\/de\/jewelry-styling\/meaningful-jewelry\/\"><\/a><\/div><div class=\"eael-entry-thumbnail \">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-timeless-brilliance-brand-card-300x169.png\" class=\"attachment-medium size-medium wp-image-4023\" alt=\"Elegant GLAMAVERA brand card with Timeless Brilliance text on a soft beige background with floral shadows\" srcset=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-timeless-brilliance-brand-card-300x169.png 300w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-timeless-brilliance-brand-card-1024x576.png 1024w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-timeless-brilliance-brand-card-768x432.png 768w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-timeless-brilliance-brand-card-1536x864.png 1536w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-timeless-brilliance-brand-card-18x10.png 18w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-timeless-brilliance-brand-card.png 1672w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\n                            <\/div>\n                    <\/div><div class=\"eael-entry-wrapper\"><header class=\"eael-entry-header\"><h2 class=\"eael-entry-title\"><a class=\"eael-grid-post-link\" href=\"https:\/\/glamavera.com\/de\/jewelry-styling\/meaningful-jewelry\/\" title=\"Meaningful Jewelry: More Than Sparkle\">Meaningful Jewelry: More Than Sparkle<\/a><\/h2><\/header><div class=\"eael-entry-content\">\n                                <div class=\"eael-grid-post-excerpt\"><p>The GLAMAVERA Journal The most unforgettable jewelry is not defined...<\/p><a href=\"https:\/\/glamavera.com\/de\/jewelry-styling\/meaningful-jewelry\/\" class=\"eael-post-elements-readmore-btn\">Read More<\/a><\/div>\n                            <\/div><div class=\"eael-entry-header-after style-two\"><div class=\"eael-entry-meta\"><\/div><\/div><\/div><\/div>\n    <\/div>\n<\/article><article class=\"eael-grid-post  eael-post-grid-column eael-pg-post-3997 category-gift-guides-materials-craftsmanship-moissanite-guide tags-everyday-moissanite-jewelry-jewelry-gift-guide-meaningful-jewelry-gifts-moissanite-engagement-rings-moissanite-jewelry\" data-id=\"3997\">\n    <div class=\"eael-grid-post-holder\">\n        <div class=\"eael-grid-post-holder-inner\"><div class=\"eael-entry-media\"><div class=\"eael-entry-overlay fade-in\"><i class=\"fas fa-long-arrow-alt-right\" aria-hidden=\"true\"><\/i><a href=\"https:\/\/glamavera.com\/de\/moissanite-guide\/moissanite-engagement-rings-gifts-everyday-wear\/\"><\/a><\/div><div class=\"eael-entry-thumbnail \">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-gold-moissanite-pendant-black-stone-300x169.png\" class=\"attachment-medium size-medium wp-image-4015\" alt=\"Gold-tone moissanite pendant necklace displayed on black slate in a 16:9 composition.\" srcset=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-gold-moissanite-pendant-black-stone-300x169.png 300w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-gold-moissanite-pendant-black-stone-1024x576.png 1024w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-gold-moissanite-pendant-black-stone-768x432.png 768w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-gold-moissanite-pendant-black-stone-1536x864.png 1536w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-gold-moissanite-pendant-black-stone-18x10.png 18w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-gold-moissanite-pendant-black-stone.png 1672w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\n                            <\/div>\n                    <\/div><div class=\"eael-entry-wrapper\"><header class=\"eael-entry-header\"><h2 class=\"eael-entry-title\"><a class=\"eael-grid-post-link\" href=\"https:\/\/glamavera.com\/de\/moissanite-guide\/moissanite-engagement-rings-gifts-everyday-wear\/\" title=\"Why Moissanite Works for Engagement Rings, Meaningful Gifts &amp; Everyday Wear\">Why Moissanite Works for Engagement Rings, Meaningful Gifts &amp; Everyday Wear<\/a><\/h2><\/header><div class=\"eael-entry-content\">\n                                <div class=\"eael-grid-post-excerpt\"><p>GLAMAVERA JOURNAL \u00b7 OCCASION &amp; EVERYDAY GUIDE Moissanite for engagement...<\/p><a href=\"https:\/\/glamavera.com\/de\/moissanite-guide\/moissanite-engagement-rings-gifts-everyday-wear\/\" class=\"eael-post-elements-readmore-btn\">Read More<\/a><\/div>\n                            <\/div><div class=\"eael-entry-header-after style-two\"><div class=\"eael-entry-meta\"><\/div><\/div><\/div><\/div>\n    <\/div>\n<\/article><article class=\"eael-grid-post  eael-post-grid-column eael-pg-post-3999 category-jewelry-styling-materials-craftsmanship tags-bracelet-styling\" data-id=\"3999\">\n    <div class=\"eael-grid-post-holder\">\n        <div class=\"eael-grid-post-holder-inner\"><div class=\"eael-entry-media\"><div class=\"eael-entry-overlay fade-in\"><i class=\"fas fa-long-arrow-alt-right\" aria-hidden=\"true\"><\/i><a href=\"https:\/\/glamavera.com\/de\/jewelry-styling\/tennis-jewelry-trend-2026\/\"><\/a><\/div><div class=\"eael-entry-thumbnail \">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-tennis-bracelet-trend-2026-300x169.png\" class=\"attachment-medium size-medium wp-image-4004\" alt=\"Gold-tone Kessane moissanite tennis bracelet styled on the wrist\" srcset=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-tennis-bracelet-trend-2026-300x169.png 300w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-tennis-bracelet-trend-2026-1024x576.png 1024w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-tennis-bracelet-trend-2026-768x432.png 768w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-tennis-bracelet-trend-2026-1536x864.png 1536w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-tennis-bracelet-trend-2026-18x10.png 18w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-kessane-tennis-bracelet-trend-2026.png 1672w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\n                            <\/div>\n                    <\/div><div class=\"eael-entry-wrapper\"><header class=\"eael-entry-header\"><h2 class=\"eael-entry-title\"><a class=\"eael-grid-post-link\" href=\"https:\/\/glamavera.com\/de\/jewelry-styling\/tennis-jewelry-trend-2026\/\" title=\"Why Tennis Jewelry Is Everywhere in 2026: The New Way to Wear Timeless Sparkle\">Why Tennis Jewelry Is Everywhere in 2026: The New Way to Wear Timeless Sparkle<\/a><\/h2><\/header><div class=\"eael-entry-content\">\n                                <div class=\"eael-grid-post-excerpt\"><p>GLAMAVERA JOURNAL \u00b7 2026 JEWELRY REPORT The tennis jewelry trend...<\/p><a href=\"https:\/\/glamavera.com\/de\/jewelry-styling\/tennis-jewelry-trend-2026\/\" class=\"eael-post-elements-readmore-btn\">Read More<\/a><\/div>\n                            <\/div><div class=\"eael-entry-header-after style-two\"><div class=\"eael-entry-meta\"><\/div><\/div><\/div><\/div>\n    <\/div>\n<\/article><article class=\"eael-grid-post  eael-post-grid-column eael-pg-post-3968 category-moissanite-guide tags-jewelry-guide-moissanite-moissanite-jewelry-moissanite-vs-diamond\" data-id=\"3968\">\n    <div class=\"eael-grid-post-holder\">\n        <div class=\"eael-grid-post-holder-inner\"><div class=\"eael-entry-media\"><div class=\"eael-entry-overlay fade-in\"><i class=\"fas fa-long-arrow-alt-right\" aria-hidden=\"true\"><\/i><a href=\"https:\/\/glamavera.com\/de\/moissanite-guide\/what-is-moissanite-2\/\"><\/a><\/div><div class=\"eael-entry-thumbnail \">\n                            <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"169\" src=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-vs-diamond-black-300x169.png\" class=\"attachment-medium size-medium wp-image-3972\" alt=\"Side-by-side comparison of moissanite and diamond on a black reflective background in 16:9 format, showing moissanite&apos;s stronger rainbow fire and diamond&apos;s classic white brilliance\" srcset=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-vs-diamond-black-300x169.png 300w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-vs-diamond-black-1024x576.png 1024w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-vs-diamond-black-768x432.png 768w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-vs-diamond-black-1536x864.png 1536w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-vs-diamond-black-18x10.png 18w, https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/moissanite-vs-diamond-black.png 1672w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\n                            <\/div>\n                    <\/div><div class=\"eael-entry-wrapper\"><header class=\"eael-entry-header\"><h2 class=\"eael-entry-title\"><a class=\"eael-grid-post-link\" href=\"https:\/\/glamavera.com\/de\/moissanite-guide\/what-is-moissanite-2\/\" title=\"What Is Moissanite? The Complete Guide to Brilliance, Quality &amp; Care\">What Is Moissanite? The Complete Guide to Brilliance, Quality &amp; Care<\/a><\/h2><\/header><div class=\"eael-entry-content\">\n                                <div class=\"eael-grid-post-excerpt\"><p>GLAMAVERA \u00b7 Moissanite Jewelry Specialists Moissanite combines remarkable fire, impressive...<\/p><a href=\"https:\/\/glamavera.com\/de\/moissanite-guide\/what-is-moissanite-2\/\" class=\"eael-post-elements-readmore-btn\">Read More<\/a><\/div>\n                            <\/div><div class=\"eael-entry-header-after style-two\"><div class=\"eael-entry-meta\"><\/div><\/div><\/div><\/div>\n    <\/div>\n<\/article><\/div>\n            <div class=\"clearfix\"><\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1c32d97 full_width_section elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1c32d97\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0bff48f\" data-id=\"0bff48f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2ba1dd9 elementor-widget elementor-widget-html\" data-id=\"2ba1dd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"gv-newsletter-banner\">\r\n\r\n<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;1,6..96,400&family=Jost:wght@300;400;500;600&display=swap');\r\n\r\n.gv-newsletter-banner {\r\n    --gv-ink: #13100d;\r\n    --gv-bone: #f4eee3;\r\n    --gv-gold: #b4915a;\r\n    --gv-champagne: #e9cfa0;\r\n    --gv-taupe: #9d9085;\r\n\r\n    position: relative;\r\n    width: 100vw;\r\n    margin-left: calc(50% - 50vw);\r\n    margin-right: calc(50% - 50vw);\r\n    padding: 70px 30px 62px;\r\n    overflow: hidden;\r\n    color: var(--gv-bone);\r\n    background: var(--gv-ink);\r\n    box-sizing: border-box;\r\n    font-family: \"Jost\", Arial, sans-serif;\r\n}\r\n\r\n.gv-newsletter-banner *,\r\n.gv-newsletter-banner *::before,\r\n.gv-newsletter-banner *::after {\r\n    box-sizing: border-box;\r\n}\r\n\r\n.gv-newsletter-banner::before {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: 14px;\r\n    border: 1px solid rgba(180, 145, 90, 0.28);\r\n    pointer-events: none;\r\n}\r\n\r\n.gv-newsletter-banner::after {\r\n    content: \"\";\r\n    position: absolute;\r\n    inset: 6px;\r\n    pointer-events: none;\r\n\r\n    background:\r\n        linear-gradient(var(--gv-gold), var(--gv-gold)) left top \/ 22px 1px no-repeat,\r\n        linear-gradient(var(--gv-gold), var(--gv-gold)) left top \/ 1px 22px no-repeat,\r\n\r\n        linear-gradient(var(--gv-gold), var(--gv-gold)) right top \/ 22px 1px no-repeat,\r\n        linear-gradient(var(--gv-gold), var(--gv-gold)) right top \/ 1px 22px no-repeat,\r\n\r\n        linear-gradient(var(--gv-gold), var(--gv-gold)) left bottom \/ 22px 1px no-repeat,\r\n        linear-gradient(var(--gv-gold), var(--gv-gold)) left bottom \/ 1px 22px no-repeat,\r\n\r\n        linear-gradient(var(--gv-gold), var(--gv-gold)) right bottom \/ 22px 1px no-repeat,\r\n        linear-gradient(var(--gv-gold), var(--gv-gold)) right bottom \/ 1px 22px no-repeat;\r\n}\r\n\r\n.gv-newsletter-inner {\r\n    position: relative;\r\n    z-index: 2;\r\n    width: 100%;\r\n    max-width: 650px;\r\n    margin: 0 auto;\r\n    text-align: center;\r\n}\r\n\r\n.gv-newsletter-kicker {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    gap: 11px;\r\n    margin: 0 0 22px;\r\n    color: var(--gv-champagne);\r\n    font-size: 11px;\r\n    font-weight: 500;\r\n    line-height: 1.5;\r\n    letter-spacing: 3.5px;\r\n    text-transform: uppercase;\r\n}\r\n\r\n.gv-newsletter-rule {\r\n    width: 34px;\r\n    height: 1px;\r\n    flex: none;\r\n    background: linear-gradient(\r\n        90deg,\r\n        transparent,\r\n        var(--gv-gold)\r\n    );\r\n}\r\n\r\n.gv-newsletter-rule.gv-right {\r\n    background: linear-gradient(\r\n        90deg,\r\n        var(--gv-gold),\r\n        transparent\r\n    );\r\n}\r\n\r\n.gv-newsletter-diamond {\r\n    color: var(--gv-gold);\r\n    font-size: 7px;\r\n    line-height: 1;\r\n}\r\n\r\n.gv-newsletter-title {\r\n    margin: 0 0 20px;\r\n    color: var(--gv-bone);\r\n    font-family: \"Bodoni Moda\", Georgia, serif;\r\n    font-size: clamp(36px, 4vw, 50px);\r\n    font-weight: 400;\r\n    line-height: 1.12;\r\n    letter-spacing: 0.2px;\r\n}\r\n\r\n.gv-newsletter-title em {\r\n    color: var(--gv-champagne);\r\n    font-weight: 400;\r\n}\r\n\r\n.gv-newsletter-description {\r\n    max-width: 500px;\r\n    margin: 0 auto 25px;\r\n    color: var(--gv-taupe);\r\n    font-size: 14px;\r\n    font-weight: 300;\r\n    line-height: 1.75;\r\n}\r\n\r\n.gv-newsletter-benefits {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    flex-wrap: wrap;\r\n    gap: 10px;\r\n    margin: 0 0 32px;\r\n    color: var(--gv-champagne);\r\n    font-size: 11px;\r\n    font-weight: 500;\r\n    letter-spacing: 1.5px;\r\n    text-transform: uppercase;\r\n}\r\n\r\n.gv-newsletter-dot {\r\n    width: 3px;\r\n    height: 3px;\r\n    border-radius: 50%;\r\n    background: var(--gv-gold);\r\n}\r\n\r\n\/* FORMINATOR FORM 4102 *\/\r\n\r\n.gv-newsletter-form {\r\n    width: 100%;\r\n    max-width: 500px;\r\n    margin: 0 auto;\r\n}\r\n\r\n.gv-newsletter-banner #forminator-module-4102 {\r\n    display: grid !important;\r\n    grid-template-columns: minmax(0, 1fr) auto !important;\r\n    gap: 10px !important;\r\n\r\n    width: 100% !important;\r\n    max-width: 500px !important;\r\n    margin: 0 auto !important;\r\n    padding: 0 !important;\r\n\r\n    background: transparent !important;\r\n    border: 0 !important;\r\n    box-shadow: none !important;\r\n}\r\n\r\n\/* Remove Forminator default spacing *\/\r\n\r\n.gv-newsletter-banner #forminator-module-4102 .forminator-row,\r\n.gv-newsletter-banner #forminator-module-4102 .forminator-col {\r\n    margin: 0 !important;\r\n    padding: 0 !important;\r\n}\r\n\r\n\/* Hide First Name if it still exists *\/\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-row:has(input[type=\"text\"]) {\r\n    display: none !important;\r\n}\r\n\r\n\/* Email row *\/\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-row:has(input[type=\"email\"]) {\r\n    display: block !important;\r\n    grid-column: 1 !important;\r\n    grid-row: 1 !important;\r\n    width: 100% !important;\r\n}\r\n\r\n\/* Hide email label *\/\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-row:has(input[type=\"email\"])\r\n.forminator-label {\r\n    display: none !important;\r\n}\r\n\r\n\/* Email field *\/\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\ninput.forminator-input[type=\"email\"] {\r\n    width: 100% !important;\r\n    height: 54px !important;\r\n    min-height: 54px !important;\r\n\r\n    margin: 0 !important;\r\n    padding: 0 18px !important;\r\n\r\n    color: var(--gv-bone) !important;\r\n    background: transparent !important;\r\n\r\n    border: 1px solid rgba(244, 238, 227, 0.28) !important;\r\n    border-radius: 0 !important;\r\n    box-shadow: none !important;\r\n    outline: none !important;\r\n\r\n    font-family: \"Jost\", Arial, sans-serif !important;\r\n    font-size: 14px !important;\r\n    font-weight: 300 !important;\r\n    letter-spacing: 0.2px !important;\r\n\r\n    transition:\r\n        border-color 0.25s ease,\r\n        box-shadow 0.25s ease !important;\r\n}\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\ninput.forminator-input[type=\"email\"]::placeholder {\r\n    color: var(--gv-taupe) !important;\r\n    opacity: 1 !important;\r\n}\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\ninput.forminator-input[type=\"email\"]:focus {\r\n    border-color: var(--gv-gold) !important;\r\n    box-shadow: 0 0 0 1px var(--gv-gold) !important;\r\n}\r\n\r\n\/* Submit row *\/\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-row-last {\r\n    grid-column: 2 !important;\r\n    grid-row: 1 !important;\r\n    width: auto !important;\r\n    margin: 0 !important;\r\n}\r\n\r\n\/* Submit button *\/\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-button-submit {\r\n    width: auto !important;\r\n    min-width: 155px !important;\r\n    height: 54px !important;\r\n    min-height: 54px !important;\r\n\r\n    margin: 0 !important;\r\n    padding: 0 24px !important;\r\n\r\n    color: var(--gv-champagne) !important;\r\n    background: transparent !important;\r\n\r\n    border: 1px solid var(--gv-gold) !important;\r\n    border-radius: 0 !important;\r\n    box-shadow: none !important;\r\n\r\n    font-family: \"Jost\", Arial, sans-serif !important;\r\n    font-size: 11px !important;\r\n    font-weight: 600 !important;\r\n    line-height: 1 !important;\r\n    letter-spacing: 1.8px !important;\r\n    text-transform: uppercase !important;\r\n    white-space: nowrap !important;\r\n\r\n    cursor: pointer !important;\r\n\r\n    transition:\r\n        color 0.25s ease,\r\n        background 0.25s ease !important;\r\n}\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-button-submit:hover,\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-button-submit:focus {\r\n    color: var(--gv-ink) !important;\r\n    background: var(--gv-gold) !important;\r\n    border-color: var(--gv-gold) !important;\r\n    box-shadow: none !important;\r\n}\r\n\r\n\/* Privacy checkbox row *\/\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-row:has(input[type=\"checkbox\"]) {\r\n    display: block !important;\r\n    grid-column: 1 \/ -1 !important;\r\n    grid-row: 2 !important;\r\n    width: 100% !important;\r\n    margin-top: 6px !important;\r\n}\r\n\r\n\/* Hide separate checkbox field label *\/\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-row:has(input[type=\"checkbox\"])\r\n> .forminator-col\r\n> .forminator-field\r\n> .forminator-label {\r\n    display: none !important;\r\n}\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-checkbox {\r\n    display: flex !important;\r\n    align-items: flex-start !important;\r\n    justify-content: center !important;\r\n    gap: 7px !important;\r\n    margin: 0 !important;\r\n}\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-checkbox-box {\r\n    flex: 0 0 auto !important;\r\n    margin-top: 2px !important;\r\n\r\n    background: transparent !important;\r\n    border: 1px solid rgba(244, 238, 227, 0.45) !important;\r\n    border-radius: 0 !important;\r\n}\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-checkbox\r\ninput:checked\r\n+ .forminator-checkbox-box {\r\n    background: var(--gv-gold) !important;\r\n    border-color: var(--gv-gold) !important;\r\n}\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-checkbox-label,\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-checkbox-label p {\r\n    margin: 0 !important;\r\n    color: var(--gv-taupe) !important;\r\n    font-family: \"Jost\", Arial, sans-serif !important;\r\n    font-size: 11px !important;\r\n    font-weight: 300 !important;\r\n    line-height: 1.5 !important;\r\n    text-align: left !important;\r\n}\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-checkbox-label a {\r\n    color: var(--gv-champagne) !important;\r\n    text-decoration: none !important;\r\n    border-bottom: 1px solid rgba(233, 207, 160, 0.4) !important;\r\n}\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-checkbox-label a:hover {\r\n    border-color: var(--gv-champagne) !important;\r\n}\r\n\r\n\/* Error messages *\/\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-error-message {\r\n    margin: 6px 0 0 !important;\r\n    padding: 0 !important;\r\n\r\n    color: #e8b4a8 !important;\r\n    background: transparent !important;\r\n    border: 0 !important;\r\n\r\n    font-family: \"Jost\", Arial, sans-serif !important;\r\n    font-size: 11px !important;\r\n    text-align: left !important;\r\n}\r\n\r\n\/* Success and general response *\/\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-response-message {\r\n    grid-column: 1 \/ -1 !important;\r\n    width: 100% !important;\r\n\r\n    margin: 12px 0 0 !important;\r\n    padding: 13px 18px !important;\r\n\r\n    color: var(--gv-champagne) !important;\r\n    background: transparent !important;\r\n    border: 1px solid rgba(180, 145, 90, 0.55) !important;\r\n    border-radius: 0 !important;\r\n\r\n    font-family: \"Jost\", Arial, sans-serif !important;\r\n    font-size: 12px !important;\r\n    line-height: 1.6 !important;\r\n    text-align: center !important;\r\n}\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-response-message p {\r\n    margin: 0 !important;\r\n    color: inherit !important;\r\n}\r\n\r\n\/* Remove unwanted Forminator backgrounds *\/\r\n\r\n.gv-newsletter-banner\r\n#forminator-module-4102\r\n.forminator-field {\r\n    background: transparent !important;\r\n}\r\n\r\n\/* Mobile *\/\r\n\r\n@media only screen and (max-width: 600px) {\r\n\r\n    .gv-newsletter-banner {\r\n        padding: 50px 27px 44px;\r\n    }\r\n\r\n    .gv-newsletter-kicker {\r\n        gap: 7px;\r\n        font-size: 9px;\r\n        letter-spacing: 2px;\r\n    }\r\n\r\n    .gv-newsletter-rule {\r\n        display: none;\r\n    }\r\n\r\n    .gv-newsletter-title {\r\n        font-size: 35px;\r\n    }\r\n\r\n    .gv-newsletter-description {\r\n        font-size: 13px;\r\n        line-height: 1.65;\r\n    }\r\n\r\n    .gv-newsletter-benefits {\r\n        gap: 8px;\r\n        font-size: 9px;\r\n        letter-spacing: 1px;\r\n    }\r\n\r\n    .gv-newsletter-banner #forminator-module-4102 {\r\n        grid-template-columns: 1fr !important;\r\n    }\r\n\r\n    .gv-newsletter-banner\r\n    #forminator-module-4102\r\n    .forminator-row:has(input[type=\"email\"]) {\r\n        grid-column: 1 !important;\r\n        grid-row: 1 !important;\r\n    }\r\n\r\n    .gv-newsletter-banner\r\n    #forminator-module-4102\r\n    .forminator-row-last {\r\n        grid-column: 1 !important;\r\n        grid-row: 2 !important;\r\n        width: 100% !important;\r\n    }\r\n\r\n    .gv-newsletter-banner\r\n    #forminator-module-4102\r\n    .forminator-button-submit {\r\n        width: 100% !important;\r\n    }\r\n\r\n    .gv-newsletter-banner\r\n    #forminator-module-4102\r\n    .forminator-row:has(input[type=\"checkbox\"]) {\r\n        grid-column: 1 !important;\r\n        grid-row: 3 !important;\r\n        margin-top: 5px !important;\r\n    }\r\n\r\n    .gv-newsletter-banner\r\n    #forminator-module-4102\r\n    .forminator-checkbox {\r\n        justify-content: flex-start !important;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<div class=\"gv-newsletter-inner\">\r\n\r\n    <div class=\"gv-newsletter-kicker\">\r\n        <span class=\"gv-newsletter-rule\"><\/span>\r\n        <span class=\"gv-newsletter-diamond\">\u25c6<\/span>\r\n        <span>GLAMAVERA \u00b7 VIP CIRCLE<\/span>\r\n        <span class=\"gv-newsletter-diamond\">\u25c6<\/span>\r\n        <span class=\"gv-newsletter-rule gv-right\"><\/span>\r\n    <\/div>\r\n\r\n    <h2 class=\"gv-newsletter-title\">\r\n        Join the Secret.<br>\r\n        <em>Become a VIP.<\/em>\r\n    <\/h2>\r\n\r\n    <p class=\"gv-newsletter-description\">\r\n        Share your email and step inside the GLAMAVERA family \u2014 a world of\r\n        member-only coupons, private discounts and exclusive offers.\r\n    <\/p>\r\n\r\n    <div class=\"gv-newsletter-benefits\">\r\n        <span>VIP Access<\/span>\r\n        <span class=\"gv-newsletter-dot\"><\/span>\r\n        <span>Private Discounts<\/span>\r\n        <span class=\"gv-newsletter-dot\"><\/span>\r\n        <span>Exclusive Offers<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"gv-newsletter-form\">\r\n        <form id=\"forminator-module-4102\" class=\"forminator-custom-form forminator-custom-form-4102\" method=\"post\" data-forminator-render=\"0\" data-uid=\"6a7824f7ef5c5\"><div role=\"alert\" aria-live=\"polite\" class=\"forminator-response-message forminator-error\" aria-hidden=\"true\"><\/div><\/form>\r\n    <\/div>\r\n\r\n<\/div>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Moissanite Necklace Lyrane Halo Pendant Necklace Discover luxury moissanite jewelry through the Lyrane Halo Pendant Necklace, crafted in 925 sterling silver for refined, timeless brilliance. Shop Lyrane 1CT Moissanite Pendant Velrose Droplet Necklace Velrose brings luxury moissanite jewelry to a graceful droplet silhouette, pairing brilliant 1CT Moissanite with elegant 925 sterling silver. Shop Velrose Moissanite&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bst_post_transparent":"","_bst_post_title":"hide","_bst_post_layout":"","_bst_post_sidebar_id":"","_bst_post_content_style":"","_bst_post_vertical_padding":"hide","_bst_post_feature":"","_bst_post_feature_position":"","_bst_post_header":false,"_bst_post_footer":false,"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Luxury Moissanite Jewelry | GLAMAVERA<\/title>\n<meta name=\"description\" content=\"Discover GLAMAVERA luxury moissanite jewelry, including elegant necklaces, earrings and bracelets crafted in 925 sterling silver.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/glamavera.com\/de\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Luxury Moissanite Jewelry | GLAMAVERA\" \/>\n<meta property=\"og:description\" content=\"Discover elegant moissanite necklaces, earrings and bracelets crafted in 925 sterling silver by GLAMAVERA.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/glamavera.com\/de\/\" \/>\n<meta property=\"og:site_name\" content=\"GLAMAVERA\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Glamavera\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-07T14:17:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-torvane-pendant-gold-silver-pair-1-328x361.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Luxury Moissanite Jewelry\" \/>\n<meta name=\"twitter:description\" content=\"Discover luxury moissanite jewelry designed for modern elegance. Explore refined necklaces, earrings and bracelets crafted in 925 sterling silver.\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"19\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/glamavera.com\\\/\",\"url\":\"https:\\\/\\\/glamavera.com\\\/\",\"name\":\"Luxury Moissanite Jewelry | GLAMAVERA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/glamavera.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/glamavera.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/glamavera.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/glamavera.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/glamavera-torvane-pendant-gold-silver-pair-1-328x361.png\",\"datePublished\":\"2023-02-14T07:11:12+00:00\",\"dateModified\":\"2026-08-07T14:17:29+00:00\",\"description\":\"Discover GLAMAVERA luxury moissanite jewelry, including elegant necklaces, earrings and bracelets crafted in 925 sterling silver.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/glamavera.com\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/glamavera.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/glamavera.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/glamavera.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/glamavera-torvane-pendant-gold-silver-pair-1-328x361.png\",\"contentUrl\":\"https:\\\/\\\/glamavera.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/glamavera-torvane-pendant-gold-silver-pair-1-328x361.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/glamavera.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/glamavera.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Luxury Moissanite Jewelry\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/glamavera.com\\\/#website\",\"url\":\"https:\\\/\\\/glamavera.com\\\/\",\"name\":\"GLAMAVERA\",\"description\":\"Where Luxury Meets Elegance\",\"publisher\":{\"@id\":\"https:\\\/\\\/glamavera.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/glamavera.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/glamavera.com\\\/#organization\",\"name\":\"GLAMAVERA\",\"url\":\"https:\\\/\\\/glamavera.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/glamavera.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/glamavera.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-cropped-cropped-cropped-Glamavera-new-Logo.png\",\"contentUrl\":\"https:\\\/\\\/glamavera.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-cropped-cropped-cropped-Glamavera-new-Logo.png\",\"width\":1222,\"height\":308,\"caption\":\"GLAMAVERA\"},\"image\":{\"@id\":\"https:\\\/\\\/glamavera.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Glamavera\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@glamavera\",\"https:\\\/\\\/www.instagram.com\\\/Glamavera\\\/\",\"https:\\\/\\\/de.pinterest.com\\\/Glamavera_Officiel\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Luxury Moissanite Jewelry | GLAMAVERA","description":"Discover GLAMAVERA luxury moissanite jewelry, including elegant necklaces, earrings and bracelets crafted in 925 sterling silver.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/glamavera.com\/de\/","og_locale":"de_DE","og_type":"article","og_title":"Luxury Moissanite Jewelry | GLAMAVERA","og_description":"Discover elegant moissanite necklaces, earrings and bracelets crafted in 925 sterling silver by GLAMAVERA.","og_url":"https:\/\/glamavera.com\/de\/","og_site_name":"GLAMAVERA","article_publisher":"https:\/\/www.facebook.com\/Glamavera\/","article_modified_time":"2026-08-07T14:17:29+00:00","og_image":[{"url":"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-torvane-pendant-gold-silver-pair-1-328x361.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_title":"Luxury Moissanite Jewelry","twitter_description":"Discover luxury moissanite jewelry designed for modern elegance. Explore refined necklaces, earrings and bracelets crafted in 925 sterling silver.","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"19\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/glamavera.com\/","url":"https:\/\/glamavera.com\/","name":"Luxury Moissanite Jewelry | GLAMAVERA","isPartOf":{"@id":"https:\/\/glamavera.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/glamavera.com\/#primaryimage"},"image":{"@id":"https:\/\/glamavera.com\/#primaryimage"},"thumbnailUrl":"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-torvane-pendant-gold-silver-pair-1-328x361.png","datePublished":"2023-02-14T07:11:12+00:00","dateModified":"2026-08-07T14:17:29+00:00","description":"Discover GLAMAVERA luxury moissanite jewelry, including elegant necklaces, earrings and bracelets crafted in 925 sterling silver.","breadcrumb":{"@id":"https:\/\/glamavera.com\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/glamavera.com\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/glamavera.com\/#primaryimage","url":"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-torvane-pendant-gold-silver-pair-1-328x361.png","contentUrl":"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/07\/glamavera-torvane-pendant-gold-silver-pair-1-328x361.png"},{"@type":"BreadcrumbList","@id":"https:\/\/glamavera.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/glamavera.com\/"},{"@type":"ListItem","position":2,"name":"Luxury Moissanite Jewelry"}]},{"@type":"WebSite","@id":"https:\/\/glamavera.com\/#website","url":"https:\/\/glamavera.com\/","name":"GLAMAVERA","description":"Where Luxury Meets Elegance","publisher":{"@id":"https:\/\/glamavera.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/glamavera.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/glamavera.com\/#organization","name":"GLAMAVERA","url":"https:\/\/glamavera.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/glamavera.com\/#\/schema\/logo\/image\/","url":"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/05\/cropped-cropped-cropped-cropped-Glamavera-new-Logo.png","contentUrl":"https:\/\/glamavera.com\/wp-content\/uploads\/2026\/05\/cropped-cropped-cropped-cropped-Glamavera-new-Logo.png","width":1222,"height":308,"caption":"GLAMAVERA"},"image":{"@id":"https:\/\/glamavera.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Glamavera\/","https:\/\/www.tiktok.com\/@glamavera","https:\/\/www.instagram.com\/Glamavera\/","https:\/\/de.pinterest.com\/Glamavera_Officiel\/"]}]}},"_links":{"self":[{"href":"https:\/\/glamavera.com\/de\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/glamavera.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/glamavera.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/glamavera.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/glamavera.com\/de\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":6,"href":"https:\/\/glamavera.com\/de\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":4253,"href":"https:\/\/glamavera.com\/de\/wp-json\/wp\/v2\/pages\/2\/revisions\/4253"}],"wp:attachment":[{"href":"https:\/\/glamavera.com\/de\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}