/** Shopify CDN: Minification failed

Line 743:0 Unexpected "}"

**/
.footer {
  background: rgb(var(--color-base-background-1))/* #FCFBF7 url('rough-bg.jpg?1') HARMLESS STUDIO commented out and replaced with new color 7.27.23 */ repeat-y top center;
  background-size: 100% auto;
}

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

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

@media screen and (min-width: 990px) {
  .footer__content-top{
    padding-top: 11rem;
  }
}
@media screen and (max-width: 990px) {
  .footer .grid {
    display: block;
    margin-left: 0;
  }

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

  .footer__content-top {
    padding-bottom: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  ul.footer-block__details-content{
    margin-bottom: 0;
  }

  .footer-block.grid__item:last-child{
    display: none;
  }

  .hash__lifeisjort{
    width: 100%;
  }

  .hash__lifeisjort .list-social__link{
    justify-content: center;
  }

  .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;
  }

  div.footer__content-bottom{
    padding-top: 0;
  }
}
@media screen and (max-width: 990px) {
  .footer__content-bottom-wrapper{
   flex-direction: column;
  }
  .footer__column.footer__column--social{
    order: 1;
  }
  .footer-block--newsletter{
    order: 2;
    /* margin-bottom: 3rem; HARMLESS STUDIO commented out 8.8.23 */
  }
  .footer__column.footer__column--info{
    order: 3;
  }
  a.list-social__link .icon {
    height: 2.3rem;
    width: 3.2rem;
  }
  a.list-social__link{
    padding: 2rem;
  }
  .footer-block__newsletter h2{
    text-align: center;
    font-size: 3.3rem;
    line-height: 1.4em;
  }
  .footer__copyright{
    margin-top: 0;
  }
  .footer__column--info > *{
    display: block;
    margin-bottom: 3.5rem;
  }
  .footer__column--info > :last-child{
    margin-bottom: 0;
  }
  .footer-block.grid__item:first-child {
    margin-top: 0;
    text-align: center;
    margin: auto /* HARMLESS STUDIO added 7.27.23 */
  }
}
@media screen and (min-width: 990px) {
  .footer__content-top .grid {
    margin-left: -3rem;
    row-gap: 6rem;
    margin-bottom: 0;
  }

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

  .footer__content-bottom .footer-block--newsletter{
    display: none;
  }
}

.footer__content-bottom {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

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

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400 !important; /* HARMLESS STUDIO changed from 600 8.7.23 */
  font-size: 1.3rem; /* HARMLESS STUDIO changed from 1.1 8.9.23 */
  letter-spacing:0.15rem;
  text-align: center /* HARMLESS STUDIO added 8.4.23 */
}

/* START HARMLESS STUDIO making Designed By break properly on small screens in footer */

.designed-by-for-small-screens {
  display: none;
}

@media screen and (max-width: 467px) {

.designed-by-for-small-screens {
  display: block !important
}

  .designed-by-for-large-screens {
  display: none
}
  
}

/* STOP HARMLESS STUDIO making Designed By break properly on small screens in footer */

.footer__content-bottom-wrapper .caption{
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}


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

@media screen and (max-width: 990px) {
  .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;
}
.footer__column--info small{
  color: rgb(var(--color-base-text));
  text-decoration: none;
  font-size: inherit;
  letter-spacing: inherit;
}
.footer__column--info a{
  color: rgb(var(--color-base-text));
  text-decoration: none;
  font-size: inherit;
  letter-spacing: inherit;
}
.footer__column--info a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
@media screen and (min-width: 990px) {
  .footer__column {
    width: auto;
    /*flex: 1;*/
    display: flex;
    justify-content: flex-end;
    align-self: center;
  }
  .footer__column--info {
    padding-left: 0;
    padding-right: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /*flex-grow: 2;*/
    width: 60%;
  }
  .footer__column--social{
    width: 40%;
  }
}

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

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

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

.footer-block--newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2rem;
}

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

.footer-block--newsletter > * {
  flex: 1 1 100%;
}

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

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

.footer-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.5rem;
  letter-spacing: 0;
  color: rgb(var(--gradient-base-background-1));
  font-weight: 700;
}

@media screen and (min-width: 990px) {
  .footer-block__heading {
    font-size: 2rem;
    padding-right: 17px;
  }
}

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

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

.footer-block__newsletter {
  text-align: left; /* HARMLES STUDIO changed from right 7.27.23 */
  max-width: 275px;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}
.newsletter-form__field-wrapper .field__label{
  font-size: 1.4rem;
  top: 1.3rem;
  left: 0;
  font-weight: 500;
  text-transform: none;
 }
.newsletter-form__field-wrapper .field__input{
  box-shadow: none;
  /* background: url('hr.svg') repeat-x bottom center; HARMLESS STUDIO commented out 7.27.23 */
  padding: 2rem 9rem 1rem 0;
}


@media screen and (min-width: 990px) {
  .footer-block__newsletter:not(:only-child) {
    text-align: left;
  }

  .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-block__newsletter{
    max-width: unset;
  }
}

.footer-block__newsletter + .footer__list-social {
  margin-top: 3rem;
}

@media screen and (max-width: 990px) {
  .footer__list-social.list-social {
    justify-content: center;
  }
}

@media screen and (min-width: 990px) {
  .footer-block__newsletter + .footer__list-social {
    margin-top: 0;
  }
  .footer__content-bottom {
    border-top-width: 0.1rem;
  }
}

.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;
}

.localization-form {
  display: flex;
  flex-direction: column;
  flex: auto 1 0;
  padding: 1rem;
  margin: 0 auto;
}

.localization-form:only-child {
  display: inline-flex;
  flex-wrap: wrap;
  flex: initial;
  padding: 1rem 0;
}

.localization-form:only-child .button,
.localization-form:only-child .localization-form__select {
  margin: 1rem 1rem 0.5rem;
  flex-grow: 1;
  width: auto;
}

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

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

  .localization-form {
    padding: 1rem 2rem 1rem 0;
  }

  .localization-form:first-of-type {
    padding-left: 0;
  }

  .localization-form:only-child {
    justify-content: start;
    width: auto;
    margin: 0 0 0 -1rem;
  }

  .localization-form:only-child .button,
  .localization-form:only-child .localization-form__select {
    margin: 1rem;
  }
}

@media screen and (max-width: 990px) {
  noscript .localization-form:only-child,
  .footer__localization noscript {
    width: 100%;
  }
}

.localization-form .button {
  padding: 1rem;
}

.localization-form__currency {
  display: inline-block;
}

@media screen and (max-width: 990px) {
  .localization-form .button {
    word-break: break-all;
  }
}

.localization-form__select {
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.55);
  position: relative;
  margin-bottom: 1.5rem;
  border: 0;
  padding-left: 1rem;
  text-align: left;
}

noscript .localization-form__select {
  padding-left: 0rem;
}

@media screen and (min-width: 990px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
}

.localization-form__select .icon-caret {
  position: absolute;
  content: '';
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

.localization-selector.link {
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgb(var(--color-foreground));
  width: 100%;
  padding-right: 4rem;
  padding-bottom: 1.5rem;
}

noscript .localization-selector.link {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.disclosure .localization-form__select {
  padding-top: 1.5rem;
}

.localization-selector option {
  color: rgb(var(--color-base-text));
}

.localization-selector + .disclosure__list {
  margin-left: 1rem;
  opacity: 1;
  animation: animateLocalization var(--duration-default) ease;
}


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

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

@media screen and (min-width: 990px) {
  .footer__copyright {
    text-align: right;
    margin-top: 0;
  }
}


@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: 990px) {
  .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: 990px) {
  .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: 990px) {
  .footer-block__details-content .list-menu__item--link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

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

  /*.footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
  } HARMLESS STUDIO commented out 8.7.23 */
}

  /* START HARMLESS STUDIO 7.26.23 */

.footer-blocks .list-menu__item {
  text-align: left;
}

.footer__blocks-wrapper > .footer-block:first-child {
  max-width: 150px;
}

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

.footer__blocks-wrapper > .footer-block:nth-child(2) {
  flex-grow: 1;
  max-width: 500px;
}
}


/* STOP HARMLESS STUDIO 7.26.23 */


@media screen and (max-width: 990px) {
  .footer-block-image {
    text-align: center;
  }
}

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

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

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

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

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

.footer .disclosure__link {
  padding: 0.95rem 3.5rem 0.95rem 2rem;
  color: rgba(var(--color-foreground));
}

.footer .disclosure__link:hover {
  color: rgb(var(--color-foreground));
}

.footer .disclosure__link--active {
  text-decoration: underline;
}

.footer .footer__logo{
  width: 100%; /* HARMLESS STUDIO changed from 24.1rem 7.27.23 */
  height: auto; /* HARMLESS STUDIO changed from 8.0rem 7.27.23 */ 
}
.footer-blocks{
  display: flex;
  justify-content: space-around;
}
.footer-block.block-link_list .footer-block__heading{
  display: none;
}
.footer-block.block-link_list  a{
  font-weight: 500;
}

.hash__lifeisjort .list-social__link{
  padding-right: 3.0rem;
}
.hash__lifeisjort:hover svg {
  transform: scale(1.07);
}
.hash__lifeisjort svg{
  display: block;
  width: 100%;
  max-width: 17.6rem;
}
@media screen and (min-width: 990px) and (max-width: 1100px) {
  .hash__lifeisjort .list-social__link{
    padding-right: 0;
  }
  a.list-social__link{
    padding-left: 1.5rem;
  }
  .hash__lifeisjort svg{
    width: 15rem;
  }
  .footer__column--info a,
  .footer__content-bottom-wrapper .caption{
    padding-top: 1rem;
  }
  /* .footer-block__heading{
    font-size: 2.7rem;
  } HARMLESS STUDIO commented out 7.27.23 */
}
@media screen and (min-width: 990px) {

}

/* HARMLESS STUDIO added below 7.29.23 */

.footer__list-social svg * {
  fill: white !important;
}

/* END */

/* HARMLESS STUDIO added 8.9.23 to style Klaviyo footer email collection */

#shopify-section-footer > footer > div.footer__content-top.page-width > div > div:nth-child(3) 
> div > div > form > div > div:nth-child(2) > div:nth-child(2) > button, #shopify-section-footer > 
footer > div.footer__content-bottom > div > div.klaviyo-form-TFjiAn.footer-block--newsletter.klaviyo-form.form-version-cid-2 
> div > form > div > div:nth-child(2) > div:nth-child(2) > button {
  padding: 0px 3rem !important}
}
