/** Shopify CDN: Minification failed

Line 416:0 Unexpected "}"

**/
/* headerBottom */
.headerBottom {
  background: rgb(var(--color-base-background-2));
}
@media (max-width: 989px) {
  .headerBottom {
    display: none;
  }
}
.headerBottom > .page-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.headerBottom .search-header__form .search__input.field__input {
  background: #fff;
  border-radius: 0px;
  min-height: 40px;
  height: 40px;
  border: 1px solid #dfdfdf;
}
.headerBottom .search-header__form .field__label {
  font-size: 12px;
}
.headerBottom .headerBottom__search form {
  width: 300px;
  margin-right: 0;
  position: relative;
}

/* --------------------------------------- headerBottom */
/* header */
.m_drawer_search_words_wrap h3 {
  margin-bottom: 8px;
}

div .menu-drawer__navigation {
  margin-bottom: 20px;
}

.a-drawer__banner {
  margin-bottom: 10px;
}
.a-drawer__banner > div {
  max-width: 256px;
  margin: 0 auto;
  margin-bottom: 12px;
  text-align: center;
}

.a-drawer__banner > a {
  display: block;
  max-width: 256px;
  margin: 0 auto;
  margin-bottom: 12px;
  text-align: center;
}

.a-drawer__banner > * > img{
  width: 100%;
  height: auto;
}

header-drawer {
  display: none;
}
@media (max-width: 989px) {
  header-drawer {
    display: block;
  }
}

@media (min-width: 990px) {
  header.header.header--has-menu.page-width {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.header__icons .module {
  display: flex;
  align-items: center;
  margin-right: 36px;
}

.header__icons .module:empty{
  display: none;
}
@media (max-width: 1100px) {
  .header__icons .module {
    display: none !important;
  }
}
.header__icons .module img {
  height: 60px;
  width: auto;
  margin-right: 36px;
}
.header__icons .module span {
  display: flex;
  align-items: center;
}
.header__icons .module span:first-child {
  font-size: 18px;
  margin-bottom: 5px;
}
.header__icons .module span:last-child {
  margin-bottom: 0!important;
}
.header__icons .module span svg {
  margin-right: 8px;
}

.header-wrapper {
  position: relative;
  border-bottom: none;
}

.hdrBottom {
  background: #f2f2f2;
  position: relative;
}

.hdrBottom {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.spSwiper {
  padding: 8px 15px;
  width: 100%;
  margin-bottom: 0;
}

.spSwiper:not(.slick-initialized) {
  display: none;
}

.hdr__catNavC {
  width: 100%;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.spSwiper .slick-prev, .spSwiper .slick-next {
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  height: 8px;
  width: 8px;
}

.spSwiper .slick-prev {
  left: 0px;
  transform: translateY(-50%) rotate(-135deg);
}

.spSwiper .slick-next {
  right: 0px;
  transform: translateY(-50%) rotate(45deg);
}

.spSwiper li {
  white-space: nowrap;
  margin-right: 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 12px;
}

.slick-next:before, .slick-prev:before {
  display: none;
}

.keywordRanking__toggle {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
}
.keywordRanking__toggle.open {
  pointer-events: all;
  opacity: 1;
}
.keywordRanking__toggle h3 {
  border-bottom: 1px solid #DFDFDF;
  font-size: 16px;
  padding: 12px 15px;
}
.keywordRanking__toggle .keywordRanking__close {
  display: block;
  margin: 15px;
  border: 1px solid #000;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
}

.keywordRanking {
  list-style: none;
}
.keywordRanking li a {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
}
.keywordRanking li a:before {
  content: "";
  width: 24px;
  height: 24px;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 50px;
  border: 1px solid #000;
  margin-right: 10px;
  font-size: 12px;
}
.keywordRanking li:nth-child(1) a:before {
  content: "1";
}
.keywordRanking li:nth-child(2) a:before {
  content: "2";
}
.keywordRanking li:nth-child(3) a:before {
  content: "3";
}
.keywordRanking li:nth-child(4) a:before {
  content: "4";
}
.keywordRanking li:nth-child(5) a:before {
  content: "5";
}
.keywordRanking li:nth-child(1) a:before {
  background: #FFF1BD;
  border-color: #EFDA8E;
}
.keywordRanking li:nth-child(2) a:before {
  background: #EAEAEA;
  border-color: #C8C8C8;
}
.keywordRanking li:nth-child(3) a:before {
  background: #FFDDBD;
  border-color: #DFBD9E;
}

@media (max-width: 767px) {
  .iconNav {
    display: none;
  }
}

.iconNav > ul > li {
  display: block;
}

.iconNav [class*=hasChildren]:not(:last-child) {
  margin-right: 10px;
}

.iconNav [class*=hasChildren] > ul {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background: #fff;
  padding: 10px;
  z-index: 2;
  transition: 0.15s;
}

.iconNav [class*=hasChildren] > ul.open {
  opacity: 1;
  pointer-events: all;
}

li.hasChildren {
  position: relative;
  padding-right: 10px;
}
@media (max-width: 767px) {
  li.hasChildren {
    position: static;
  }
}

li.hasChildren::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  top: -2px;
  bottom: 0;
  margin: auto;
  right: 0px;
  transition: transform 0.2s;
}

@media (max-width: 767px) {
  li.hasChildren::after {
    display: none;
  }
}
li.hasChildren:hover::after {
  transform: rotate(-45deg);
}

.iconNav [class*=hasChildren] > ul {
  right: 0;
  width: 150px;
  text-align: center;
}

@media (max-width: 767px) {
  .iconNav [class*=hasChildren] > ul {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100vw;
    top: 72px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .iconNav [class*=hasChildren] > ul li {
    border-top: 1px solid #DFDFDF;
  }
}
.iconNav [class*=hasChildren] > ul a {
  padding: 10px;
  display: block;
}

@media (max-width: 767px) {
  .iconNav [class*=hasChildren] > ul a {
    padding: 16px 0;
  }
}
.iconNav {
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .iconNav {
    margin-right: auto;
  }
}
/* --------------------------------------- header */
@media(max-width: 991px){
  .announcement-bar__wrap .pcOnly{
     display: none; 
  }
  .hdrInfo.pcOnly{
     display: none; 
  }
}
@media screen and (min-width: 990px) {
  .hdrLeft{
    display: flex;
    gap: 50px;
  }
  .header__heading{
    
            align-items: center;
        justify-content: center;
        display: flex;
    }
  }
  .hdrInfo{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .hdrInfo strong{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    color: #123458;
  }
  .hdrInfo strong svg{
    fill: #123458;
  }
}
summary .icon-caret{
  height: 1.5rem;
  top: calc(50% - 0.8rem);
}
.exNav ul {
    height: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.exNav ul li {
    margin-right: 20px;
}
.exNav.exNav--typeA ul li a {
    padding-left: 20px;
    position: relative;
    transition: 0.3s;
}
.exNav.exNav--typeA ul li a:after {
    content: "";
    left: 0;
}
.exNav.exNav--typeA ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-color: #ffffff !important;
    border-top: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
    transition: 0.15s;
}
.header__menu-item span{
  font-weight: 600;
}
.header__icon--cart .icon{
  height: 2.6rem;
  width: 2.6rem;
}
@media(min-width: 768px){
  .spOnly{
    display: none !important;
  }
}

.header__heading, .header__heading-link{
  display: flex;
  align-items: center;
}

.cart-count-bubble{
background: #123458;
    width: 15px;
    height: 15px;
    bottom: auto;
    top: 3px;
    right: 0px;
    left: auto;
}

@media (max-width: 991px) {
  header-drawer{
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .spOnly.a-search{
     width: 30px;
    height: 30px;
  }

    .spOnly.a-search img{
      width: 100%;
    }

  .spOnly.a-search svg{
    display: block;
    width: 100%;
    height: 100%;
  }
  .a-search__box.spOnly{
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    background: #fff;
    padding: 15px;
    width: 100%;
    left: 0;
    display: none;
  }
  .a-search__box.spOnly.is-active{
    display: block;
  }
  .drawer_search_form{
    margin-bottom: 0;
  }
  .cart-count-bubble{
    right: -5px!important;
  }
}