/** Shopify CDN: Minification failed

Line 563:1 Expected "}" to go with "{"

**/
:root{
  --hh-bg: #F4F0EA;
  --hh-ink: #1C1A18;
  --hh-stone: #5F5A54;
  --hh-muted: #8D867E;
  --hh-rule: #CFCAC2;
  --hh-border: #BEB7AE;
  --hh-btn: #171717;
  --hh-btn-hover: #0F0F0F;
}

#shopify-section-footer {
  padding-bottom: 0 !important;
}

.footer-section {
  padding-bottom: 0 !important;
}

.footer {
  overflow: hidden;
}
.footer .footer-block__details-content .footer--button {
    position: relative;
    display: block;
    font-family: "Suisse Int'l",Inter,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--hh-stone);
    text-decoration: none;
    transition: .3s;
}
.footer .footer-block__details-content .footer--button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  transition: all var(--duration-default) linear;
  background-color: rgba(var(--color-foreground));
}
.footer .footer-block__details-content .footer--button:hover {
    color: var(--hh-ink);
}
.footer .footer-block__details-content .footer--button:hover::after {
  width: 0%;
}
.footer .accordion {
  position: relative;
}
.footer .accordion::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 200vw;
  height: 1px;
  background-color: rgb(var(--color-border));
}
.footer .accordion::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 200vw;
  height: 1px;
  background-color: rgb(var(--color-border));
}
.footer .accordion:not(.footer-block--logo + .accordion):not(.store-info__wrapper + .accordion)::before {
  width: 0;
}
.footer .localization-form__select {
  padding: 1.8rem 0;
}
.footer .localization-form__select:hover {
  opacity: 0.7;
}

.footer {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.footer-block--logo-desc {
  margin-top: 1.2rem;
  color: rgb(var(--color-foreground));
}
.footer-block--logo-desc p {
  color: inherit;
}
.footer-block--logo-desc a {
  transition: all var(--duration-default) linear;
}
.footer-block--logo-desc a:hover {
  opacity: 0.6;
}



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

label.field__label {
  --alpha-placeholder-input: 0.4;
}

.footer__column--payment {
  padding: 2rem 0;
}

.footer__copyright {
  color: rgb(var(--color-foreground-secondary));
  padding: 2rem 0;
}
.footer__copyright__content a {
  color: inherit;
  transition: all var(--duration-default) linear;
  text-decoration: none;
}
.footer__copyright__content a:hover {
  opacity: 0.6;
}
.footer__copyright * {
  font-size: inherit;
}
@media screen and (max-width: 750px) {
  .footer__copyright {
    width: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .footer-block--menu {
    flex: none;
    display: block;
  }

  /* .footer-block--menu:last-child {
    margin-right: auto;
  } */
}
@media screen and (min-width: 1100px) {
  .footer-block--logo:last-child {
    margin-left: auto;
  }
}
.footer-block--logo .footer-block--logo-desc {
  max-width: 39rem;
  width: 100%;
}

.footer__blocks-wrapper .accordion summary {
  padding: 2rem 0;
}
.footer__blocks-wrapper .footer-block--logo {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
}


@media screen and (min-width: 1100px) {
  .footer__content-top .container {
    padding: 0;
  }
}
.footer__logo-link {
  text-decoration: none;
  word-wrap: break-word;
  max-width: 100%;
}

.footer__logo {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer__content-bottom {
  padding: 0;
}

.footer__content-middle-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 3rem;
}

.footer__content-middle-main-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1.6rem;
}

@media screen and (min-width: 1100px) {
  .footer__column--localization + .footer__column--localization {
    margin-left: 3rem;
  }

  .footer__column--localization:last-child {
    margin-right: 0;
  }
}
.accordion:empty + .footer-block {
  margin-top: 0;
}

.footer .accordion {
  margin-top: 0;
}
.footer .accordion .footer-block__heading {
  margin-bottom: 0;
}

@media screen and (min-width: 1100px) {
  .footer-block:nth-last-child(2).footer-block--menu:not(.footer-block--subscribe) {
    margin-right: auto;
  }
}
.footer .footer-newsletter__button.button {
  padding: 0 3.3rem;
}
.footer .newsletter__form {
  margin-top: 2.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .footer .newsletter__form {
    margin-top: 0;
    width: 36rem;
  }
}
@media screen and (min-width: 1540px) {
  .footer .newsletter__form {
    width: 40rem;
  }
}
.footer .newsletter__form .rte {
  color: rgba(var(--color-foreground), 0.6);
}
.footer .newsletter__form .rte a {
  color: rgb(var(--color-link), 1);
  transition: color var(--duration-default);
}
.footer .newsletter__form .rte a:hover {
  color: rgba(var(--color-foreground), 0.8);
}
.footer .newsletter__form .field {
  border-radius: var(--border-radius);
  background-color: rgb(var(--color-background-input));
}
.footer .newsletter__form .field:hover:not(:focus) {
  border-color: rgb(var(--color-border-input-hover));
  background-color: rgb(var(--color-background-input-hover));
}
.footer .newsletter__form .newsletter-form__inner {
  margin-bottom: 2.4rem;
}
.footer .newsletter__form .newsletter__title {
  margin-bottom: 0.8rem;
}
.footer .newsletter__form .newsletter__text {
  margin: 0 0 2rem;
  color: rgb(var(--color-foreground-title));
}
@media screen and (min-width: 1100px) {
  .footer .newsletter__form .newsletter__text {
    margin: 0 0 3.2rem;
  }
}
.footer .newsletter__form .newsletter__text p {
  color: inherit;
}
.footer .newsletter__form .newsletter__text a {
  transition: all var(--duration-default) ease;
  color: rgb(var(--color-foreground-secondary));
  text-decoration-line: none;
}
.footer .newsletter__form .newsletter__text a:hover:not(:focus) {
  opacity: 0.6;
}
.footer .newsletter__form .newsletter__subscribe-text {
  opacity: 0.7;
  font-size: 1.2rem;
}
.footer .newsletter__form .newsletter__subscribe-text a {
  text-underline-offset: 0.2rem;
}
.footer .newsletter__form .newsletter-form__field-wrapper {
  position: relative;
}
.footer .accordion:not(.footer-block--logo + .accordion):not(.store-info__wrapper + .accordion) {
  border-top: none;
}
.footer .accordion:first-child {
  margin-top: 2.4rem;
}

@media screen and (min-width: 1100px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
}
.footer-block__heading {
    font-family: "Suisse Int'l", "Inter", sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    color: var(--hh-ink);
    margin: 6px 0 14px;
    font-weight: 500;
}

.store-info__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media screen and (min-width: 1100px) {
  .store-info__wrapper {
    gap: 2.4rem;
  }
}
.store-info__wrapper .store-info__heading {
  margin: 0 0 0.8rem;
}

.footer-block:empty,
.footer__list-social:empty,
.footer__localization:empty,
.footer__list-social .list-social__item--placeholder:not(:only-child) {
  display: none;
}

@media screen and (min-width: 1100px) {
  .footer__content-middle-container {
    flex-direction: row;
  }
}
.footer__localization {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.footer__localization .disclosure__item {
  position: relative;
  width: max-content;
}
.footer__localization .disclosure__item:before {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  height: 0.1rem;
  left: 1.6rem;
  background: currentColor;
  width: 0;
  transition: all var(--duration-default) linear;
}
.footer__localization .disclosure__item:hover:before, .footer__localization .disclosure__item:focus:before, .footer__localization .disclosure__item:focus-within:before {
  width: calc(100% - 3.2rem);
}
.footer__localization .disclosure__list {
  border: 1px solid rgb(var(--color-border)) !important;
}

footer .accordion {
  display: none;
}

.footer-block--menu {
  display: block;
}

/* Mobile only (<=767px) */
@media screen and (max-width: 767px) {
  footer .accordion {
    display: block;
  }

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

@keyframes appear-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer details[open] summary ~ * {
  animation: appear-down var(--duration-default) ease;
}

.footer-block__details-content {
  margin-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
}
@media screen and (min-width: 1100px) {
  .footer-block__details-content {
    margin-bottom: 0;
    gap: 0rem;
}
  .footer-block__details-content > p, .footer-block__details-content > li {
    padding: 0;
  }
}

@media screen and (min-width: 1100px) {
  .accordion:first-child + .footer-block:last-child li,
.footer-block:only-child li {
    display: inline;
  }
}
.footer-block__details-content .list-menu__item--active {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgba(var(--color-foreground-title), 1);
}

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

@keyframes animateLocalization {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.footer-block--logo-title {
    font-family: "Canela", "Cormorant Garamond", serif;
    font-size: 24px;
    letter-spacing: 0.06em;
    color: var(
    --hh-ink);
}
.footer__content-top {
    background: var(--hh-bg);
}
.footer-block--logo .footer-block--logo-desc {
    max-width: 100%;
    width: 100%;
    margin: 10px 0 0;
    font-family: var(--hh-sans, "Suisse Int'l", "Inter", sans-serif);
    font-size: 16px;
    line-height: 1.75;
    color: var(--hh-stone);
}
.footer__blocks-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 0;
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    column-gap: 60px;
    display: flex;
    justify-content: space-between;
}
.list-social__item .icon {
    transition: var(--duration-default) !important;
    width: 24px !important;
    height: 24px !important;
    border: 1px solid var(--hh-border);
    border-radius: 999px;
    display: inline-block;
    opacity: .9;
}
.footer__content-bottom {
    background: var(--hh-bg);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    border-top: 1px solid var(--hh-rule);
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Suisse Int'l", "Inter", sans-serif;
    font-size: 14px;
    color: var(--hh-muted);
}
.footer-bottom-menu ul {
    display: flex;
    align-items: center;
    gap: 17px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-bottom-menu ul a {
    text-decoration: none;
}
@media screen and (max-width: 1300px) {
.footer__blocks-wrapper {
    padding: 56px 20px;
}
}

@media screen and (max-width: 767px) {
.footer__blocks-wrapper {
    grid-template-columns: 1fr;
    column-gap: 30px;
    flex-direction: column;
}
    .footer-block--logo .footer-block--logo-desc br {
        display: none;
    }
    .footer-bottom {
        padding: 16px 0;
    }
    .footer-bottom {
        gap: 10px;
        text-align: center;
    }

  .footer-bottom {
    gap: 10px;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
}
footer summary .icon-caret {
    top: 50%;
}
.footer-block__details-content {
    margin-top: 10px;
}
summary:focus-visible {
    outline: 0;
    box-shadow: unset;
}
.breadcrumb_margin {
    padding-top: 20px;
}
@media screen and (max-width: 1300px) {
.footer__blocks-wrapper {
    padding: 56px 0px;
}
}