/** Shopify CDN: Minification failed

Line 912:0 Unexpected "}"

**/
.visually-hidden,
.supports-fontface .icon__fallback-text,
.no-js .lazyload,
.no-js .fade-in,
.no-js .hero .hero__image,
.no-js .product-item__image-container,
.no-js .product__photo--single,
.modern .shopify-name,
.no-js .article__featured-image-wrapper {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

#shopify-section-header {
  z-index: 50;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

.header-wrapper .notice-bar {
  width: 100%;
  overflow: hidden;
  z-index: 11;
  position: relative;
}

.site-header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 0.18;
  bottom: 0;
  left: 0;
}

.site-header__inner {
  /* position: relative; */
  height: 60px;
  background-color: #FFF;
  z-index: 7;
  width: 100%;
  display: grid;
  grid-template-areas: "menu-icon heading icons";
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}

.header__menu-drawer {
  justify-self: start;
  grid-area: menu-icon;
  z-index: 1;
}

.header__heading {
  margin: 0;
  line-height: 0;
  z-index: 1;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header__menu-item {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: block;
  line-height: 60px;
  cursor: pointer;
  position: relative;
  /* opacity: 0.5; */
  /* font-weight: 700; */
}
.header__menu-item.gradientText a,
.drawer-nav__item.gradientText a.drawer-nav__link{
  background: radial-gradient(circle 70px at 0% 0%, #f5505f 5%, transparent),
              radial-gradient(circle 60px at 5% 5%, #ffb660 5%, transparent),
              radial-gradient(circle 160px at 10% 5%, #33a8b5 5%, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight:bold;
}
/* .header__inline-menu .header__menu-item {
  margin: 0;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
} */

.header__inline-menu .list-menu--inline>li:not(:first-child)>.mega-menu>.header__menu-item::before {
  content: '';
  width: 1px;
  height: 14px;
  position: absolute;
  left: -1.25rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}

.list-unstyled .header__menu-item {
  font-weight: normal;
}

.mega-menu {
  position: static;
}

.site-header.nav-open .header__menu-item {
  opacity: 0.5;
}

.site-header .mega-menu[open] .header__menu-item,
.site-header .header__menu-item:hover {
  opacity: 1;
  transform: scale(1.05);
}

.mega-menu[open] .header__menu-item::after,
.header__menu-item:hover::after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
}

/* .header__inline-menu .list-menu--inline>li .header__menu-item:hover::after,
.list-menu--inline>li>.header__menu-item:hover::after{
  width: calc(100% - 2.5rem);
  left: 1.25rem;
} */

.mega-menu__content {
  /* opacity: 0; */
  margin: 0 auto;
  
  width: 91%;
  transform: translateY(calc(-100% - 60px));
  background-color: #fff;
  overflow-y: auto;
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  transition: transform .5s cubic-bezier(0.4, 0, 1, 1);
}

.mega-menu__content--picture {
  padding: 0;
}

.mega-menu[open] .mega-menu__content {
  /* opacity: 1; */
  transform: translateY(0);
}

.mega-menu__content--picture>.mega-menu__list {
  padding: 0;
  max-width: unset;
  width: 100%;
}

.mega-menu__content--picture>.mega-menu__list>li {
  margin: 0;
  width: 100%;
}

.mega-menu__link {
  display: inline-block;
  font-size: 0.88rem;
  line-height: 1;
  padding: 10px 0;
  word-wrap: break-word;
  position: relative;
}

.mega-menu__content--picture>.mega-menu__list>li>.mega-menu__link {
  display: block;
  padding: 0;
}

.mega-menu__link--level-2 {
  font-weight: 700;
}
.mega-menu__link--level-2>span {
  color: #000 !important;
}

.list-unstyled .mega-menu__link::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 6px;
  background-color: #000;
  transition: all .3s ease;
  transform-origin: center;
  left: 50%;
  transform: translateX(-50%);
}

.list-unstyled .mega-menu__link.mega-menu__link--active::after,
.list-unstyled .mega-menu__link:hover::after {
  width: 100%;
}

.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  align-items: center;
  /* z-index: 1; */
}

.header__heading-logo {
  height: 32px;
  max-width: 156px;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon,
.header__icon--cart .icon {
  height: 44px;
  width: 44px;
  z-index: 1;
}

.header__icon:not(.header__icon--summary).hidden,
.header__icon span.hidden {
  display: none;
}

@media screen and (min-width:1280px) {

  .header__icon:not(.header__icon--summary).lg\:block,
  .header__icon span.lg\:block {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.cart-link__bubble {
  position: absolute;
  background-color: #000;
  color: #fff;
  height: 17px;
  width: 17px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  bottom: 8px;
  left: 22px;
  line-height: 13.2px;
}

.search-bar__table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 62px;
}

.search-bar__table-cell {
  display: table-cell;
  vertical-align: middle;
}

.search-bar__form {
  width: 90%;
}

.search-bar__icon-cell {
  width: 40px;
}

.search-bar__icon-button {
  background: none;
  border: none;
  display: inline-block;
  color: #000;
  /* padding: 0 10px; */
  height: 52px;
}

.search-bar__icon-button .icon {
  font-size: 1.25em;
}

input[type=search],
input[type=search]:focus,
input[type=search]:focus-visible,
input[type=search]:-internal-autofill-selected {
  /* -webkit-appearance: none; */
  border: none;
  box-shadow: none;
  outline: none;
  background: none !important;
  background-color: transparent !important;
}

input[type=search]:autofill {
  background: #fff;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
}

input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active {
  transition: background-color 5000s;
  -webkit-text-fill-color: #000 !important;
}

.search-bar__input {
  background: none;
  border: none;
  color: #000;
  width: 100%;
  padding: 0 10px;
  height: 52px;
}

@media screen and (min-width: 1280px) {
  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  .drawer-nav__has-sublist {
    border: none;
  }

  .site-header__inner {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: 1.5fr auto 1.5fr;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__inline-menu {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
}

@media screen and (min-width:1536px) {
  .header__menu-item {
    margin-left: 1.75rem;
    margin-right: 1,75rem;
  }

  .header__inline-menu .list-menu--inline>li:not(:first-child)>.mega-menu>.header__menu-item::before {
    left: -2rem;
  }

  /* .header__inline-menu .list-menu--inline>li .header__menu-item:hover::after,
  .list-menu--inline>li>.header__menu-item:hover::after{
    width: calc(100% - 4rem);
    left: 2rem;
  } */

  .site-header__inner {
    grid-template-columns: 1fr 2fr 1fr;
  }
}



/*============================================================================
  Drawer skeleton
==============================================================================*/
.is-transitioning {
  display: block !important;
  visibility: visible !important;
}

.js-drawer-open {
  overflow: hidden;
}

.drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  z-index: 100;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.drawer--left,
.drawer--right {
  top: 0;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.drawer--left {
  width: 400px;
  left: -400px;
}

.js-drawer-open-left .drawer--left {
  display: block;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  height: 100vh;
}

@media only screen and (max-width: 567px) {
  .drawer--left {
    width: 100%;
    left: -100%;
  }
}

.drawer--right {
  width: 0;
  right: -480px;
}

.js-drawer-open-right .drawer--right {
  display: block;
  width: 480px;
  -webkit-transform: translateX(-480px);
  -moz-transform: translateX(-480px);
  -ms-transform: translateX(-480px);
  -o-transform: translateX(-480px);
  transform: translateX(-480px);
}

@media screen and (max-width:567px) {
  .js-drawer-open-right .drawer--right {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    right: -100%;
    width: 100%;
  }
}

.drawer--right .drawer__close {
  grid-area: close-icon;
  justify-self: end;
}

.drawer--top {
  width: 100%;
  height: 62px;
  top: -62px;
}

.js-drawer-open-top .drawer--top {
  display: block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.drawer-page-content {
  overflow: hidden;
}

.drawer-page-content:after {
  visibility: hidden;
  opacity: 0;
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  -webkit-transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
  transition: all 0.35s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.js-drawer-open .drawer-page-content:after {
  visibility: visible;
  opacity: 1;
}

.drawer__header {
  position: absolute;
  top: 0;
  height: 60px;
  width: 100%;
  grid-template-areas: "close-icon heading empty";
  grid-template-columns: 1fr 2fr 1fr;
}

.drawer--right .drawer__header {
  grid-template-areas: "heading close-icon";
  grid-template-columns: 2fr 1fr;
}

.drawer__close {
  grid-area: close-icon;
}

.drawer__inner {
  position: absolute;
  top: 60px;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: calc(100% - 60px);
}

#NavDrawer .drawer__inner {
  overflow-x: hidden;
  overflow-y: auto;
}

.drawer--has-fixed-footer .drawer__inner {
  /* padding: 0; */
  overflow: hidden;
}

/* .drawer__inner.cart-drawer__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  width: calc(100% - 48px);
  height: 1px;
  background: #292C31;
} */

/*================ Drawer Nav ================*/
.drawer-nav {
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.drawer-nav li {
  list-style: none;
}

.drawer-nav.sublinks-container {
  margin-left: 320px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #FFFFFF;
  width: 100%;
  opacity: 0;
}

.drawer-nav.sublinks-container.active {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: auto !important;
}

.drawer-nav.sublinks-container .back-container {
  /* border-bottom: 1px solid #000; */
  /* width: 100vw; */
  margin-bottom: 20px;
}

.drawer-nav.sublinks-container .back-container .back-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.drawer-nav.sublinks-container .back-container .back-btn span.icon {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drawer-nav.sublinks-container li {
  display: block;
  width: 100%;
}

.drawer-nav.sublinks-container li.drawer-nav__item a {
  display: inline-block;
  /* font-weight: bold; */
}

.drawer-nav__item--active>a {
  border-bottom: 1px solid #000;
}

.drawer-nav__toggle button {
  color: #000000;
  text-decoration: none;
  background: none;
  border: none;
  width: 22px;
  display: block;
}

.drawer-nav__item--secondary a {
  color: #000000;
  /* font-size: 16px; */
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.drawer-nav__spacer {
  height: 30px;
}

.drawer-nav__sublist {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

.drawer-nav__has-sublist.drawer-nav--expanded>.drawer-nav__toggle .icon-plus {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.drawer-nav__has-sublist.drawer-nav--expanded>.drawer-nav__toggle .icon-plus::before {
  transform: rotate(360deg);
  content: "\e602";
}

.drawer-nav--expanded+.drawer-nav__sublist {
  visibility: visible;
  max-height: 1000px;
  -webkit-transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
  transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

/*================ Drawer Cart ================*/

.cart-drawer__inner form.cart {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.cart-drawer__inner .cart-drawer__content {
  flex: 1 100;
  display: block;
  overflow: auto;
}

.cart-drawer__content-container {
  overflow: hidden;
}

.cart-drawer__item {
  display: flex;
}

.cart-drawer__checkout {
  transform: none;
}

@-webkit-keyframes remove {
  0% {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    max-height: 250px;
    opacity: 1
  }

  33% {
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0
  }

  100% {
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    max-height: 0;
    opacity: 0
  }
}

@keyframes remove {
  0% {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    max-height: 250px;
    opacity: 1
  }

  33% {
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    max-height: 250px;
    opacity: 0
  }

  100% {
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    max-height: 0;
    opacity: 0
  }
}

.ajax-cart__item--remove {
  -webkit-animation: remove 0.25s ease-out;
  animation: remove 0.25s ease-out;
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  max-height: 0;
  overflow: hidden;
  display: none !important;
  transition: none;
}

#cartDrawer .currency-converter-amount {
  font-size: 14px !important;
}

.cart-drawer__item-images {
  width: 110px;
  position: relative;
}

.cart-drawer__item-delete {
  padding: 0;
}

.cart-drawer__item-content {
  width: calc(100% - 110px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart__note {
  padding: 0 !important;
  display: none;
}

.cart__note-add.is-hidden {
  display: none
}

.cart__note.is-active {
  display: block
}

.cart__note textarea {
  min-height: 70px;
}

[class^="cart"] .quantity-box {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 -10px;
  align-items: center;
}

.cart__row .quantity-box {
  justify-content: center;
}

[class^="cart"] .quantity-box input[type='text'] {
  height: 23px;
  margin: 0;
  text-align: center;
  width: 50px;
  outline: none;
  float: left;
  line-height: 23px;
  background: none;
  font-weight: 600;
}

[class^="cart"] .quantity-box input[type='button'] {
  height: 22px;
  float: left;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 22px;
  cursor: pointer;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  padding: 0 10px;
}

[class^="cart"] .quantity-box input[type='button']:disabled {
  opacity: 0.6;
}

}


.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
  align-items: center;
  /* z-index: 1; */
}

.global-lang:hover .global-lang-dropdown {
  display: block;
}

.header__heading-logo {
  height: 32px;
  max-width: 156px;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon,
.header__icon--cart .icon {
  height: 44px;
  width: 44px;
  z-index: 1;
}

.header__icon:not(.header__icon--summary).hidden,
.header__icon span.hidden {
  display: none;
}
.bg-gray-500 {background:#c0c0c0;}
