/** Shopify CDN: Minification failed

Line 39:0 Unexpected "}"

**/
/* ============================================
   RADIESTESIA EVOLUTIVA — Premium Gold Theme
   Da incollare in: Theme > Edit code > assets/custom.css
   (o in Settings > Custom CSS se disponibile)
   ============================================ */

.header-wrapper {
  border-bottom: 1px solid rgba(200, 168, 75, 0.4);
}

/* --- 2. HERO — overlay radiale oro --- */
.banner__media::after,
.hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center,
    rgba(255, 215, 0, 0.12),
    transparent 60%
  );
  pointer-events: none;
}

/* --- 3. TITOLI H1 / H2 --- */
/* TITOLI — gradiente oro leggibile (stop finale più scuro) */
h1, h2,
.rich-text__heading,
.image-with-text__heading {
  background: linear-gradient(135deg, #5C3D1E, #C8A84B, #E8C97A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
}
/* --- 4. SEPARATORI TRA SEZIONI --- */
.shopify-section + .shopify-section {
  border-top: 1px solid rgba(200, 168, 75, 0.3);
}

/* --- 5. BOTTONI CTA --- */
.button,
.btn,
a.button {
  background: transparent !important;
  border: 1px solid #C8A84B !important;
  color: #C8A84B !important;
  transition: all 0.3s ease;
}
/* --- 6. LINK MENU --- */
.header__menu-item {
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: 0.05em;
}
/* Menu mobile — sfondo chiaro come le pagine di contenuto */
.menu-drawer,
.menu-drawer__inner-container,
.menu-drawer__navigation-container {
  background-color: #f4f4f2 !important;
  color: #3a3a2e !important;
}

/* Voci menu — colore scuro leggibile */
.menu-drawer__menu-item,
.menu-drawer a {
  color: #3a3a2e !important;
}
.js menu-drawer > details > summary::before,
menu-drawer > details[open] > summary::before {
  background: rgba(0,0,0,0) !important;
}
.js menu-drawer > details > summary::before,
.js menu-drawer > details[open] > summary::before,
.js menu-drawer > details[open]:not(.menu-opening) > summary::before {
  content: none !important;
  display: none !important;
  background: transparent !important;
  opacity: 0 !important;
  visibility: hidden !important;
}