header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.widget-type_widget_v4_header_2_b2a9dce007901218ff4232d1c8e009fd .header__collections-submenu{
    // overflow-y: auto;
    height: 546px;
}
.header__area-callback{
	 grid-area: callback;
}
.widget-type_widget_v4_header_2_b2a9dce007901218ff4232d1c8e009fd .header-part-main__inner {
	grid-template-areas:
        "logo search callback controls"
        "collections collections collections collections";
}

@media only screen and (max-width: 600px) {
 .widget-type_widget_v4_header_2_b2a9dce007901218ff4232d1c8e009fd .header__collections-submenu{
    // overflow-y: none;
    height: auto;
 }
}
@media only screen and (min-width: 769px) {
  .custom-scroll {
    overflow: scroll;
  }
}
