/** Shopify CDN: Minification failed

Line 413:0 Expected "}" to go with "{"

**/
@font-face {
    font-family: 'Gundarson';
    src: url('/cdn/shop/files/Gundarson-Light.eot');
    src: url('/cdn/shop/files/Gundarson-Light.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Gundarson-Light.woff2') format('woff2'),
        url('/cdn/shop/files/Gundarson-Light.woff') format('woff'),
        url('/cdn/shop/files/Gundarson-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gundarson';
    src: url('/cdn/shop/files/Gundarson-Bold.eot');
    src: url('/cdn/shop/files/Gundarson-Bold.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Gundarson-Bold.woff2') format('woff2'),
        url('/cdn/shop/files/Gundarson-Bold.woff') format('woff'),
        url('/cdn/shop/files/Gundarson-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gundarson Semi';
    src: url('/cdn/shop/files/Gundarson-SemiBold.eot');
    src: url('/cdn/shop/files/Gundarson-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Gundarson-SemiBold.woff2') format('woff2'),
        url('/cdn/shop/files/Gundarson-SemiBold.woff') format('woff'),
        url('/cdn/shop/files/Gundarson-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gundarson';
    src: url('/cdn/shop/files/Gundarson-Italic.eot');
    src: url('/cdn/shop/files/Gundarson-Italic.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Gundarson-Italic.woff2') format('woff2'),
        url('/cdn/shop/files/Gundarson-Italic.woff') format('woff'),
        url('/cdn/shop/files/Gundarson-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gundarson';
    src: url('/cdn/shop/files/Gundarson-Regular.eot');
    src: url('/cdn/shop/files/Gundarson-Regular.eot?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Gundarson-Regular.woff2') format('woff2'),
        url('/cdn/shop/files/Gundarson-Regular.woff') format('woff'),
        url('/cdn/shop/files/Gundarson-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* ================================
   HEADER MENU BASE
================================ */
ul.header__menu.list-menu {
  display: flex;
}

/* ================================
   MEGA MENU CONTAINER
================================ */
.refresh-mega {
  position: absolute;
  left: 0;
  width: 100%;
  background: #ffeed8;
  padding: 40px;
  display: none;
  z-index: 10;
}

.header__menu-item:hover .refresh-mega {
  display: block;
}

/* ================================
   MEGA MENU GRID
================================ */
.refresh-mega-cols {
  display: grid;
  grid-template-columns: 1fr 7fr 3fr;
  gap: 40px;
  margin: 0 auto;
  max-width: 1540px;
  width: 100%;
}

/* ================================
   TABS (LEFT COLUMN)
================================ */
.refresh-tabs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.tab-btn {
  background: none;
  border: 0;
  font-size: 21px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  color: #000;
  line-height:normal; padding:8px 0;
  font-family: 'Gundarson';
}

.tab-btn.active {
  color: #e89e27;
  /* border-bottom: 2px solid #e89e27; */
}

/* ================================
   TAB PANELS
================================ */
.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* ================================
   TAB INNER COLUMNS
================================ */
.tab-columns {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 40px;
}

/* ================================
   MENU LIST RESET
================================ */
ul.menu-col {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

/* ================================
   FIRST MENU = 2 COLUMN GRID
================================ */
/* .menu-col:first-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0px;
  row-gap: 0px;
} */

/* Heading full width */
/* .menu-col:first-child h5 {
  grid-column: 1 / -1;
} */

.menu-col h5 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.6;
  text-transform:uppercase;
  font-family: 'Gundarson';
}
/* ul.menu-col:first-child li {
    display: block;
    width: 50%;
    float: left;
} */

/* ================================
   LIST ITEMS
================================ */
/* .menu-col:first-child li {
    line-height: 0;
    margin-bottom: 10px;
    display: inline-table !important;
} */

.menu-col li {
  margin: 0;
  padding: 0; line-height: 30px; margin-bottom: 10px;
}

/* PERFECT LINE HEIGHT */
.menu-col li a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-decoration: none;
  color: #000;
  font-family: 'Gundarson';
}

.menu-col li a:hover {
  color: #e89e27;
}

/* ================================
   BANNER IMAGE
================================ */
.refresh-banner img {
  width: 100%;
  border-radius: 12px;
  height: auto;
  display: block;
}

/* ================================
   HEADER LINK STYLE
================================ */
.header__menu-item a.header__menu-link {
  text-decoration: none;
  font-weight: 700;
  color: #000;
  font-size:16px;
  line-height:40px;
  font-family: 'Gundarson';
}

.header__menu-item a.header__menu-link svg {
    width: 10px;
    height: 10px;
    transform: rotate(180deg);
}
.header__menu-item:hover a.header__menu-link svg {
    transform: inherit;
}

.header__menu-item:hover a.header__menu-link {
  color: #e89e27;
}

/* ================================
   MOBILE
================================ */
button.js-drawer-open,
#mobileDrawer {
  display: none;
}

header.header.header--middle-center.header--mobile-center.page-width.header--has-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

ul.custom-linklist {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.custom-linklist li a{
    text-decoration:none;
    font-size:16px; 
    line-height:normal;
    color:#000;
    font-family: 'Gundarson';
}
ul.custom-linklist li:hover a{
    color: #e89e27;
}

.announcement-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:5px 0;
}
.announcement-bar p{
    font-size:12px;
}
.announcement-bar a{ color:inherit;
}
.announcement-bar p strong{
    font-weight:bold;
}
.header__icon .svg-wrapper {
    width: 20px;
    height: 20px;
}

a.extlink {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 6px;
    color:#000;
    font-size:14px;
    font-family: 'Gundarson';
}
a.extlink svg {
    width: 10px;
}

a.extlink:hover{
  color: #e89e27;
}

.cart-count-bubble {
    bottom:inherit;
    top: .8rem;
    left: 3rem;
    line-height: calc(1 + .1 / var(--font-body-scale));
}
.cart-count-bubble span {
    height: 100%;
    line-height: normal;
    font-size:12px;
}

/* .announcement-bar-section {
    position: sticky;
    top: 0;
}
.section-header {
    position: sticky;
    margin-bottom: 0px;
    top: 50px;
} */



/* ================================
   MOBILE STYLES
================================ */
@media (max-width: 767px) {

    button.js-drawer-open{
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobileDrawer {
  display: block;
}
header.header.header--middle-center.header--mobile-center.page-width.header--has-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

  .menu-drawer__menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion-icon {
    font-size: 20px;
    line-height: 1;
    transition: transform 0.3s ease;
  }

  .menu-drawer__menu-item.active .accordion-icon {
    transform: rotate(180deg);
  }

  .refresh-mega {
    position: relative;
    padding: 24px;
    display: none;
  }

  .refresh-mega.active {
    display: block;
  }
  .gta-widget.gta-bar.GSC-BAR-VWIYQSOIRrEZ {
    z-index: 1 !important;
}
.shopify-section-group-header-group {
    z-index: 1 !important;
}
.js .menu-drawer__menu li:hover a{
  color: #e89e27;
}
/* .announcement-bar-section {
    position: sticky;
    top: 0;
}
.section-header {
    position: sticky;
    margin-bottom: 0px;
    top: 50px;
} */

.refresh-banner img {
    width: 97%;
}
.header__heading-logo-wrapper {
    width: 95%;
   
}
