/** Shopify CDN: Minification failed

Line 355:0 Unexpected "@media"

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-scheme-1) {
  border-top: none;
}

/* .footer__content-top {
  padding-bottom: 5rem;
  display: block;
} */

@media screen and (max-width: 749px) {
  .footer .grid {
    display: block;
  }

  /* .footer-block.grid__item {
    padding: 0;
    margin: 4rem 0;
    width: 100%;
  } */

  /* .footer-block.grid__item:first-child {
    margin-top: 0;
  }

  .footer__content-top {
    padding-bottom: 3rem;
    padding-left: calc(4rem / var(--font-body-scale));
    padding-right: calc(4rem / var(--font-body-scale));
  } */
}

@media screen and (min-width: 750px) {
  .footer__content-top .grid {
    row-gap: 6rem;
    margin-bottom: 0;
  }
}

.footer__content-bottom {
  /* border-top: solid 0.1rem rgba(var(--color-foreground), 0.08); */
  padding-top: 17px;
  padding-bottom: 17px;
}

.footer__content-bottom:only-child {
  border-top: 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .footer__content-bottom {
    flex-wrap: wrap;
    /* padding-top: 0; */
    padding-left: 0;
    padding-right: 0;
    row-gap: 1.5rem;
  }

  .footer__content-bottom-wrapper {
    flex-wrap: wrap;
    row-gap: 1.5rem;
    justify-content: center;
  }

  .footer__content-bottom.scroll-trigger.animate--slide-in {
    animation: none;
    opacity: 1;
    transform: inherit;
  }
}

.footer__localization:empty + .footer__column--info {
  align-items: center;
}

@media screen and (max-width: 749px) {
  .footer__localization:empty + .footer__column {
    padding-top: 1.5rem;
  }
}

.footer__column {
  width: 100%;
  align-items: flex-end;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (min-width: 750px) {
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-end;
  }
}

.footer-block:only-child:last-child {
  text-align: center;
  max-width: 76rem;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}

.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  display: flex;
  align-items: flex-end;
  margin-top: 3rem;
  gap: 1rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

@media screen and (max-width: 749px) {
  .footer-block.footer-block--menu:only-child {
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .footer-block--newsletter {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

.footer-block__heading {
  margin-bottom: 2rem;
  margin-top: 0;
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__follow-on-shop {
  display: flex;
  text-align: center;
}

.footer__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
  flex-grow: 1;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  /* Pushes other components to the right of the flexbox */
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
    margin-right: auto;
  }

  .footer-block__newsletter:not(:only-child) .footer__newsletter {
    justify-content: flex-start;
    margin: 0;
  }

  .footer-block__newsletter:not(:only-child) .newsletter-form__message--success {
    left: auto;
  }

  .footer__follow-on-shop {
    margin-bottom: 0.4rem;
  }
  /* Follow on shop is the first button but it has siblings*/
  .footer__follow-on-shop:first-child:not(:last-child) {
    justify-content: flex-start;
    margin-right: auto;
    text-align: left;
  }

  /*
    All three components are present, email, Follow on Shop, and social icons.
    Moves the FoS button next to the social icons so they appear grouped together
  */
  .footer__follow-on-shop:not(:first-child):not(:last-child) {
    justify-content: flex-end;
    text-align: right;
  }
}

@media screen and (max-width: 749px) {
  /*
    On a small screen we want all the items to be centered
    because they will be stacked.
   */
  .footer-block--newsletter {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    align-items: center;
    gap: 3rem;
  }

  .footer__list-social.list-social,
  .footer__follow-on-shop,
  .footer-block__newsletter {
    display: flex;
    justify-content: center;
  }

  .footer-block__newsletter {
    flex-direction: column;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
}

.footer__localization {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 1rem 1rem 0;
}

.footer__localization:empty {
  display: none;
}

.footer__localization h2 {
  margin: 1rem 1rem 0.5rem;
  color: rgba(var(--color-foreground), 0.75);
}

@media screen and (min-width: 750px) {
  .footer__localization {
    padding: 0.4rem 0;
    justify-content: flex-start;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 1.5rem;
  }
}

.footer__content-bottom-wrapper--center {
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  /* margin-top: 1.5rem; */
}

@media screen and (min-width: 750px) {
  .footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: right;
  }
}

@keyframes appear-down {
  0% {
    opacity: 0;
    margin-top: -1rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}

/* .footer-block__details-content {
  margin-bottom: 4rem;
} */

@media screen and (min-width: 750px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }

  .footer-block:only-child li {
    display: inline;
  }

  /* .footer-block__details-content > li:not(:last-child) {
    margin-right: 1.5rem;
  } */
}

.footer-block__details-content .list-menu__item--link,

/* .copyright__content a {
  color: rgba(var(--color-foreground));
}

.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
} */

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link:hover,
  .copyright__content a:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline;
    text-underline-offset: 0.3rem;
  }

  .footer-block__details-content .list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
  }
}

@media screen and (max-width: 989px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media screen and (min-width: 750px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
  }

  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  }
}

.footer-block-image {
  display: flex;
}

.footer-block-image.left {
  justify-content: flex-start;
}

.footer-block-image.center {
  justify-content: center;
}

.footer-block-image.right {
  justify-content: flex-end;
}

@media screen and (max-width: 749px) {
  .footer-block-image,
  .footer-block-image.left,
  .footer-block-image.center,
  .footer-block-image.right {
    justify-content: center;
  }
}

.footer-block__image-wrapper {
  overflow: hidden !important;
}

.footer-block__image-wrapper img {
  display: block;
  height: auto;
  max-width: 100%;
}

.footer-block__brand-info {
  text-align: left;
}

.footer-block:only-child .footer-block__brand-info {
  text-align: center;
}

.footer-block:only-child > .footer-block__brand-info > .footer-block__image-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.footer-block-image > img,
.footer-block__brand-info > img {
  height: auto;
}

.footer-block:only-child .footer-block__brand-info .footer__list-social.list-social {
  justify-content: center;
}

.footer-block__brand-info .footer__list-social.list-social {
  justify-content: flex-start;
}

.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

/* .copyright__content {
  font-size: 1.1rem;
} */

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}

.policies {
  display: inline;
}

.policies li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.policies li::before {
  content: '\00B7';
  padding: 0 0.8rem;
}

.policies li a {
  padding: 0.6rem 0;
  display: block;
}

@media screen and (min-width: 750px) {
  .policies li a {
    padding: 0;
  }
}
@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-1rem);
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (max-width: 749px) {
    .footer .grid {
      margin-left: 0;
    }
  }

  @media screen and (min-width: 750px) {
    .footer__content-top .grid {
      margin-left: -3rem;
    }

    .footer__content-top .grid__item {
      padding-left: 3rem;
    }
  }
}


/* ======================  Footer New css  ================== */
.footer{position: relative; z-index:0;}
.footer:after {background-repeat: no-repeat; background-position: bottom; position: absolute; content: ""; width: 100%; height: 100%; top: auto; bottom: 0; opacity: 0.04;z-index: -1; }



.footer-top .footer-block {max-width: 100%;width: 100%;}
.footer-block h4{color: var(--tertiary-color);}
.newsletter-form {max-width: 100%; align-items:center;}
.newsletter-form__field-wrapper {max-width: 700px;margin: 0 auto;}

.footer-block  .field:after,.field:hover.field:after{box-shadow: none;}
.footer-block .field__input{height: auto; min-height: auto; min-width: auto; background-color: var(--tertiary-color); border-radius: 8px;color: #666666CC; letter-spacing: 0;}
.footer-block .field__label, .customer .field label { left: 28px; top: 50%; transform: translateY(-50%); letter-spacing: .1rem;color: #666666CC; }

.footer-block__newsletter .newsletter-form__field-wrapper .field__input:not(:placeholder-shown)~.field__label,
.footer-block .field__input:focus~.field__label {top: 14px;left: 28px;letter-spacing: 0;}

.footer-block__newsletter .newsletter-form__message {justify-content: center;margin-top: 8px;}
.footer-block .field__input:focus{box-shadow: none;}
.newsletter-form__button {width: auto;}
.footer-block .newsletter-form__button { width: auto; height: auto; left: auto; color: var(--tertiary-color); border: 2px solid var(--tertiary-color); 
  letter-spacing: 0; border-radius: 0 8px 8px 0;font-weight: 600;cursor: pointer;top: 1px; }


.footer-block .list-social__item:not(:last-child) { margin-right: 20px;}
.footer-block .list-social__link{padding: 0;}
.footer-block .list-social__item .svg-wrapper { width: 24px; height: 24px; }



.footer__content-top .footer-middle.grid .grid__item { max-width: 100%; width: 100%; }

.footer__content-top .footer-middle.grid .grid__item .footer-block__details-content h4 { margin-bottom: 14px; }
.footer-block__details-content a.button-primary { padding: 15px 32px;border: 1px solid transparent;color: var(--tertiary-color);}

.footer-block__details-content a.button-primary:hover {transition: all 0.3s linear;border: 1px solid var(--secondary-color);}

.footer-block__brand-info p,a.block__made_by_arcticgrey p,a.block__made_by_arcticgrey{color: var(--tertiary-color);}
.list-social__item .icon path{fill: var(--tertiary-color);}
a.block__made_by_arcticgrey p,a.block__made_by_arcticgrey{font-family: 'Noah Head';}
.footer__content-bottom-wrapper {justify-content: space-between;align-items: center;}
.block__made_by_arcticgrey svg {margin: 0 5px;}



@media screen and (min-width: 1441px){
  .footer__content-top .footer-middle.grid {column-gap: 100px; }
}
@media screen and (max-width: 1440px){
  .footer__content-top .footer-middle.grid { column-gap: 15px;}
}
@media screen and (min-width: 1200px){
  .footer__content-top .footer-middle.grid {grid-template-columns: 1fr auto auto auto auto; }
  .footer__content-top .footer-middle.grid .grid__item h4 { margin-bottom: 28px;}
  .footer-block__details-content>li:last-child a{padding-bottom: 0;}
  .footer-block.footer-block--menu h4 svg{display: none;}
  .footer__content-top .footer-middle.grid { display: grid; grid-template-columns: 1fr auto auto auto auto; }
}
@media screen and (max-width: 1199px){
  .footer-block--menu.active .footer-block__details-content { overflow: hidden; transition: max-height .3s ease-out; margin-bottom:15px; }
  .footer-block--menu.active h4 svg {transform: rotate(45deg);}
  .footer-block--menu .footer-block__details-content{ margin-top: 0; overflow: hidden; transition: max-height .3s ease-out; max-height: 0; }
  .footer-block.footer-block--menu {border-bottom: 0.5px solid #FFFFFF1A;}
  .footer-block.footer-block--menu h4 {padding: 12px 0 17px;align-items: center; justify-content: space-between;display: flex;cursor: pointer;}
  .footer-block.footer-block--menu h4 svg{display: block;}
  
}
@media screen and (min-width: 992px){
  .footer__content-top .footer-top.grid {display: grid;grid-template-columns: auto 1fr auto;border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 48px; margin-bottom: 48px;}
  .footer-top .footer-block {grid-column: 1 / 2; }
  .footer-top .footer-block:nth-child(2n) {grid-column: 2 / 3;}
  .footer-top .footer-block:nth-child(3n) {grid-column: 3 / 4;}
  .newsletter-form__field-wrapper {max-width: 700px;margin: 0 auto;}
  .footer-block__brand-info { text-align: left; max-width: fit-content; float: right; }
  .footer-block__brand-info .footer__list-social.list-social {margin-top: 16px;}
}
@media screen and (max-width: 991px){
  .footer__content-top .footer-top.grid {display: flex;border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 30px; margin-bottom: 30px;flex-direction: column;justify-content: center;row-gap: 30px;}
  .footer-block-image,.footer-block__brand-info{justify-content: center;}
  .footer-block__brand-info { flex-direction: row; display: flex; align-items: center; row-gap: 10px; flex-wrap: wrap;column-gap: 27px;}

}
@media screen and (max-width: 1199px) and (min-width: 750px){
  .footer__content-top .footer-middle.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "footer_box footer_link1"
        "footer_box footer_link2"
        "footer_box footer_link3"
        "footer_box footer_link4";
    row-gap: 0;
  }
  .footer__content-top .footer-middle.grid .grid__item:nth-child(1){grid-area: footer_box;}
  .footer__content-top .footer-middle.grid .grid__item:nth-child(2){grid-area: footer_link1;}
  .footer__content-top .footer-middle.grid .grid__item:nth-child(3){grid-area: footer_link2;}
  .footer__content-top .footer-middle.grid .grid__item:nth-child(4){grid-area: footer_link3;}
  .footer__content-top .footer-middle.grid .grid__item:nth-child(5){grid-area: footer_link4;}
}
@media screen and (min-width: 750px){
  .footer-block .newsletter-form__button {padding: 20px 44px;max-width: 163px; }
  .footer-block .field__input {padding: 22px 28px;}
  .footer-block__details-content a.button-primary {margin-top: 32px;}
  .footer__content-top.page-width {padding-bottom: 60px;}
}
@media screen and (max-width: 749px){
  body .footer{padding-top: 30px;}
  .footer-block__image-wrapper h4{margin-top: 8px;}
  .footer-block .newsletter-form__button {max-width: 114px;padding: 10px 10px;min-width: 114px;}
  .footer-block .field__input {padding: 12px 28px;}
  .footer-block__details-content a.button-primary {margin-top: 20px;}
  .footer__content-top .footer-middle.grid .grid__item:first-child{margin-bottom: 20px;}
  .footer__content-bottom-wrapper {align-items: center;flex-direction: column;row-gap: 10px;}
  .footer__content-bottom {padding-top: 15px;padding-bottom: 15px;}
  .footer__content-top.page-width {padding-bottom: 30px;}
  .footer-block__newsletter .newsletter-form__field-wrapper .field__input:not(:placeholder-shown)~.field__label, .footer-block .field__input:focus~.field__label {top: 12px;}
}