/* Top header row background image */
.header__top,
.header-top,
.header__row--top,
.announcement-bar {
  background-image: url("/cdn/shop/files/little-playfolk-header.png?v=1769164996");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 50px;

/* Lock top header row height */
#header-group .header__top,
#header-group .header-top,
#header-group .header__row--top,
#header-group .announcement-bar {
  /*height: 50px;          /* 👈 this is the key */
  min-height: 50px;
  max-height: 150px;
  overflow: visible;
  display: flex;
  align-items: center;    /* vertical centering */
}

}


/* Color scheme 6 (Clarity generated ID) – background image */
.color-scheme-2568f51f-c23a-4c9b-a969-b249cbb16893 {
  background-image: url("/cdn/shop/files/little-playfolk-header.png?v=1769164996") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-color: transparent !important;
}


.color-scheme-2568f51f-c23a-4c9b-a969-b249cbb16893 > * {
  background-color: transparent !important;
}





