/** Shopify CDN: Minification failed

Line 34:0 All "@import" rules must come first

**/
/* 
    Add here your own custom css styles
*/

/* fix for ultra wide monitors for hover effect  featured products */
.product-item .card .product-item-img {
    width: 100%;
}

/* Fix: clip inactive carousel slides so glightbox overlays 
   do not bleed into the Add to Cart button area */
.product-gallery {
  overflow: hidden;
}

/* Hide Klaviyo popup teaser widget (bottom-left floating button) */
[class*="kl-teaser"] {
  display: none !important;
}

/* MJ Club hero — position CTA button below jewelry box circle at all viewport widths */
@media (min-width: 992px) {
  #carousel-template--18099476660414__carousel_mj_jewelry_club .carousel-caption-desktop-bottom {
    bottom: 0 !important;
  }
}

/* ── Dropdown nav: Cormorant Garamond serif font ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');

.navbar .dropdown-menu a {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}
