/* Crystal mega — thumbs, fade, dim overlay */

@media (min-width: 1025px) {
  .elementor-location-header .elementor-nav-menu .sub-menu,
  .elementor-location-header .elementor-nav-menu--dropdown.sub-menu {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.chb-mega-host {
  position: relative !important;
  z-index: 80;
}

#chb-mega-dim {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10040;
  background: rgba(18, 22, 16, 0.38);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
#chb-mega-dim.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#chb-mega {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10050;
  width: 100%;
  background: #fffcf8;
  border-top: 1px solid #c9a84c;
  box-shadow: 0 32px 64px rgba(30, 42, 28, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}
#chb-mega.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.chb-mega-inner {
  display: grid;
  grid-template-columns: minmax(300px, 34%) minmax(0, 1fr);
  min-height: 420px;
  width: 100%;
}

.chb-mega-aside {
  position: relative;
  min-height: 420px;
  padding: 2.5rem 2.2rem 2.1rem;
  background: #1e2a1c;
  overflow: hidden;
  color: #fffef8;
}
.chb-mega-aside img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.chb-mega-aside .shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(18, 22, 16, 0.78) 0%, rgba(18, 22, 16, 0.32) 58%, rgba(18, 22, 16, 0.6) 100%),
    linear-gradient(180deg, transparent 36%, rgba(12, 14, 10, 0.82) 100%);
}
.chb-mega-aside .copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 340px;
}
html body #chb-mega .chb-mega-aside .eye {
  margin: 0 0 0.75rem !important;
  font-family: Montserrat, system-ui, sans-serif !important;
  font-size: 0.64rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #c9a84c !important;
}
html body #chb-mega .chb-mega-aside .chb-mega-title,
html body #chb-mega .chb-mega-aside h1,
html body #chb-mega .chb-mega-aside h2,
html body #chb-mega .chb-mega-aside h3 {
  margin: 0 0 0.9rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 600 !important;
  font-size: 2.9rem !important;
  line-height: 0.96 !important;
  letter-spacing: -0.03em !important;
  color: #fffef8 !important;
  text-transform: none !important;
}
html body #chb-mega .chb-mega-aside p.blurb {
  margin: 0 !important;
  max-width: 18.5rem !important;
  font-family: Montserrat, system-ui, sans-serif !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
  color: #efe7dc !important;
}
.chb-mega-aside .cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 48px;
  padding: 0 24px;
  background: #c9a84c;
  color: #2a2208;
  border-radius: 999px;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.chb-mega-aside .cta:hover {
  background: #d4b45c;
  color: #2a2208;
}

.chb-mega-main {
  display: flex;
  flex-direction: column;
  padding: 2rem 2.6rem 1.6rem 2.3rem;
  background: #fffcf8;
}
html body.single-product #chb-mega .chb-mega-main {
  background: #f7f2eb !important;
}
html body #chb-mega .chb-mega-kicker {
  margin: 0 0 1rem !important;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee6dc;
  font-family: Montserrat, system-ui, sans-serif !important;
  font-size: 0.64rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #c9a84c !important;
}
.chb-mega-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.6rem;
  flex: 1 1 auto;
}
.chb-mega-links a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 64px;
  padding: 8px 8px 8px 0;
  border-bottom: 1px solid #eee6dc;
  text-decoration: none;
  transition: background 0.15s ease, padding-left 0.15s ease;
}
.chb-mega-links a img {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #eadfce;
  background: #fff;
}
html body #chb-mega .chb-mega-links a span {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: #2f3d2a !important;
  letter-spacing: -0.01em;
}
html body #chb-mega .chb-mega-links a:hover {
  padding-left: 6px;
  background: transparent;
}
html body #chb-mega .chb-mega-links a:hover span {
  color: #c9a84c !important;
}
.chb-mega-foot {
  margin-top: 1.4rem;
  display: inline-flex;
  align-self: flex-start;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2f3d2a;
  text-decoration: none;
  border-bottom: 1px solid #c9a84c;
  padding-bottom: 4px;
}
.chb-mega-foot:hover {
  color: #c9a84c;
}

@media (max-width: 1024px) {
  #chb-mega,
  #chb-mega-dim,
  .chb-mega-host #chb-mega {
    display: none !important;
  }
}
