/*
Theme Name: Bricks Child
Template: bricks
Description: 굿웨어몰 클론 — goodwear-kit CSS 오버라이드 (BRICKS-GUIDE.md §3.4)
*/

/* Bricks 헤더 래퍼에 원본 sticky 동작 이전 (kit CSS의 .global-header sticky는 래퍼 안이라 동작하지 않음) */
#brx-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
#brx-header .global-header {
  position: static;
}
