header {
  overflow: hidden;
}
@media (max-width: 1329px) {
  .mini-cart-container {
    position: fixed !important;
    right: 32px;
    bottom: 32px;
    z-index: 500;
  }
}
.mini-cart-container .cart-detail {
  width: 100%;
  max-width: 400px;
}
.mini-cart-container .cart-detail, .mini-cart-container .cart-detail * {
  z-index: 999 !important;
}
html {
  margin-top: 0 !important;
}
.site-header {
  position: fixed !important;
  pointer-events: none;
}
.site-header .left, .site-header .right {
  pointer-events: all;
}
@media (max-width: 1329px) {
  .site-header .header-content__inner {
    justify-content: flex-start;
    column-gap: 16px !important;
  }
  .site-header .header-content__inner .left {
    flex-grow: 1;
    justify-content: space-between;
  }
}
@media (max-width: 468px) {
  .site-header .site-logo {
    width: 35%;
  }
}
.site-header, body {
  min-width: 320px;
}
#brx-content {
  margin-top: 148px;
}
#header-nav-links .header-nav-links {
  transition: left 0.4s, right 0.4s, opacity 0.4s;
}
@media (max-width: 1329px) {
  #header-nav-links .header-nav-links {
    position: fixed;
    top: 148px;
    left: none;
    right: 0;
    bottom: 0;
    height: calc(100vh - 151px);
    width: 100vw;
    max-width: 490px;
    z-index: 501;
    background-color: #fff;
    opacity: 0.95;
    pointer-events: all;
  }
}
@media (max-width: 768px) {
  #header-nav-links .header-nav-links {
    max-width: none;
    left: 0;
  }
}
@media (max-width: 1329px) {
  #header-nav-links.mob-off-screen .header-nav-links {
    left: 100vw;
    right: -100vw;
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1329px) {
  .right {
    column-gap: 0 !important;
  }
  .right .login-logout {
    display: none !important;
  }
}
.header-nav-links, .header-nav-links .sub-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav-links > li {
  border-right: solid 1px #ccc;
}
.header-nav-links li {
  margin: 0;
  position: relative;
}
.header-nav-links a {
  display: flex;
  gap: 8px;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 16px 24px;
}
.header-nav-links .menu-item-has-children {
  position: relative;
  z-index: 502;
}
.header-nav-links .menu-item-has-children > a {
  align-items: center;
}
.header-nav-links .menu-item-has-children > a:after {
  content: '';
  width: 12px;
  height: 20px;
  background-image: url('/wp-content/uploads/2024/04/GM-Chevron-Down.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-nav-links .menu-item-has-children:hover a:after {
  transform: rotate(180deg);
}
.header-nav-links .sub-menu {
  visibility: none;
  pointer-events: none;
  opacity: 0;
  padding: 1.6rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s, top 0.4s;
  flex-direction: column;
  background: #fff;
  min-width: 20rem;
  max-width: 100%;
}
.header-nav-links .sub-menu, .header-nav-links .sub-menu * {
  z-index: 501;
}
.header-nav-links .sub-menu > li {
  margin: 0 -1.6rem;
  padding: 4px 1.6rem;
}
.header-nav-links .sub-menu > li a {
  text-transform: none;
  padding: 0.8rem 1.6rem;
}
@media (min-width: 1330px) {
  .header-nav-links .menu-item-has-children:focus > .sub-menu, .header-nav-links .menu-item-has-children:focus-within > .sub-menu, .header-nav-links .menu-item-has-children:hover > .sub-menu {
    display: flex;
    visibility: visible;
    top: 32px;
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1329px) {
  .header-nav-links {
    flex-direction: column;
  }
  .header-nav-links li a {
    padding: 32px;
  }
}
.header-shop-nav ul {
  flex-wrap: wrap;
}
.header-shop-nav .menu-item:focus > a, .header-shop-nav .menu-item:focus-within > a, .header-shop-nav .menu-item:hover > a {
  /*background: var(--primary-dark);*/
}
.clickable-parent a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.burger-ctr {
  position: relative;
  z-index: 500;
}
@media (min-width: 1330px) {
  .burger-ctr {
    display: none;
  }
}
@media (max-width: 1329px) {
  .burger-ctr {
    display: block;
  }
}
.burger {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.burger * {
  display: block;
  content: '';
  position: absolute;
  height: 3px;
  border-radius: 4px;
  transition: all 0.4s;
  width: 100%;
  background-color: var(--base);
}
.burger .a {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 501;
}
.burger .b {
  width: 100%;
  top: 40%;
  right: 0;
  z-index: 502;
}
.burger .c {
  background-color: var(--primary);
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 501;
}
.burger.f-1 .a {
  top: 0;
  left: 0;
  width: 100%;
}
.burger.f-1 .b {
  width: 100%;
  top: 42.5%;
  right: 0;
}
.burger.f-1 .c {
  bottom: 0;
  right: 0;
  width: 100%;
}
.burger.f-2 .a {
  top: 0;
  left: 0;
  width: 16%;
}
.burger.f-2 .b {
  width: 16%;
  top: 42.5%;
  right: 40%;
}
.burger.f-2 .c {
  bottom: 0;
  right: 0;
  width: 16%;
}
.burger.f-3 .a {
  top: 18%;
  left: 2%;
  width: 60%;
  transform: rotate(45deg);
  background-color: var(--primary);
}
.burger.f-3 .b {
  width: 110%;
  top: 38%;
  right: -10%;
  transform: rotate(-45deg);
  background-color: var(--primary);
}
.burger.f-3 .c {
  bottom: 24%;
  right: -6%;
  width: 60%;
  transform: rotate(45deg);
  background-color: var(--primary);
}
.search-icon:hover i {
  color: var(--action-hover);
  transition: color 0.4s;
}
@media (max-width: 1329px) {
  .search-icon i {
    scale: 1.2;
  }
}
.bricks-search-overlay .bricks-search-form {
  padding: 24px;
}
