@import url("./app-essenza-20260804-1055.css");

/* Task 1105: Yen's annotated reference is the pale floral-overlay treatment.
   Paint the translucent surface once on the full-width header; transparent
   inner rows prevent their alpha from stacking into darker center bands. */
.site-shell .site-header.yen-header {
  background: rgba(255, 255, 255, 0.34) !important;
  background-color: rgba(255, 255, 255, 0.34) !important;
  background-image: none !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.58),
              0 18px 44px rgba(75, 53, 35, 0.055) !important;
  clip-path: none !important;
  opacity: 1 !important;
}

.site-shell .site-header.yen-header .brand-row,
.site-shell .site-header.yen-header .menu-row-wrap,
.site-shell .site-header.yen-header .menu-row {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  clip-path: none !important;
  opacity: 1 !important;
}

/* Keep the Products flyout visible and avoid an internal vertical scrollbar. */
.site-shell .site-header.yen-header .menu-row-wrap,
.site-shell .site-header.yen-header .menu-row {
  overflow-x: clip !important;
  overflow-y: visible !important;
  scrollbar-width: none;
}

.site-shell .site-header.yen-header .menu-row::-webkit-scrollbar {
  display: none !important;
}
