/* HallowixStudios V35 — adjustable cinematic opacity + Cart vertical alignment */

/* HOME / Meet Hallowix
   V35 deliberately softens the image compared with V34 and lets the runtime
   override the value per Admin slot through --hx-site-media-opacity. */
.studio-section>.hx-site-media-backdrop .hx-site-media-backdrop-image{
  opacity:var(--hx-site-media-opacity,.45)!important;
}

/* STORE / discipline hero
   Same per-slot opacity contract as Home. Each Store discipline can keep an
   independent opacity value in site_settings.site_media.__opacity. */
.store-v27-stage>.hx-site-media-backdrop .hx-site-media-backdrop-image{
  opacity:var(--hx-site-media-opacity,.45)!important;
}

/* CART — keep the V34 horizontal position and lower the artwork so its lower
   edge visually rests closer to the header divider. */
.hx-cart-art{
  top:calc(50% + 10px)!important;
}
@media(max-width:760px){
  .hx-cart-art{top:calc(50% + 9px)!important}
}
@media(max-width:520px){
  .hx-cart-art{top:calc(50% + 8px)!important}
}
