/** Shopify CDN: Minification failed

Line 1194:18 Unexpected "{"
Line 1194:27 Expected ":"

**/
.shopify-section-group-footer-group {
  background: inherit;
}
.footer {
  width: 100%;
  position: relative;
  z-index: 10;
}
.footer--border-top {
  border-top: 1px solid rgba(var(--color-border));
}
.footer-top-container {
  display: block;
  width: 100%;
  padding: 4rem 0;
}
@media screen and (min-width: 576px) {
  .footer-top-container {
    padding: 5rem 0;
  }
}
.footer-top-container + .footer-main-container {
  border-top: 1px solid rgba(var(--color-border));
}
.footer-top {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .footer-top {
    row-gap: 4rem;
  }
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: auto;
  text-align: center;
  transition: opacity var(--duration-default) ease;
  width: 100%;
  max-width: var(--footer-logo-width);
  margin: 0 auto;
}
@media screen and (pointer: fine) {
  .footer-logo:hover {
    opacity: 0.8;
  }
}
.footer-logo__image {
  display: block;
  width: 100%;
  height: auto;
}
.footer-logo__text {
  text-align: center;
}
.footer-subscribe-form-container {
  display: block;
  width: 100%;
}
.footer-subscribe-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.footer-subscribe-form__heading {
  text-align: center;
  max-width: 68rem;
  margin-bottom: 1.6rem;
}
.footer-subscribe-form__text {
  color: rgba(var(--color-foreground));
  width: 100%;
  max-width: 51rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
.footer-subscribe-form__text a {
  color: rgba(var(--color-foreground));
  display: inline-block;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .footer-subscribe-form__text a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}
.footer-subscribe-form__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
}
.footer-subscribe-form__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0.6rem;
  row-gap: 1.2rem;
  width: 100%;
}
.footer-subscribe-form__inner:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 576px) {
  .footer-subscribe-form__inner {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: fit-content;
  }
}
.footer-subscribe-form__inner .button {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .footer-subscribe-form__inner .button {
    width: auto;
  }
}
.footer-subscribe-form__input-wrapper {
  display: block;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .footer-subscribe-form__input-wrapper {
    width: auto;
  }
}
.footer-subscribe-form__input {
  display: block;
  padding: 1.4rem 2.4rem;
  width: 100%;
  min-height: 5.4rem;
  border-radius: var(--border-radius-input);
  color: rgba(var(--color-foreground-input));
  background-color: rgba(var(--color-background-input));
  border: 1px solid rgba(var(--color-border-input));
  font-family: var(--font-input-family);
  font-size: calc(var(--font-input-scale) * 1rem);
  font-weight: var(--font-input-weight);
  font-style: var(--font-input-style);
  text-transform: var(--font-input-text-transform);
  letter-spacing: var(--font-input-letter-spacing);
  line-height: 1;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  overflow: hidden;
  transition: border var(--duration-default) ease;
}
@media screen and (min-width: 576px) {
  .footer-subscribe-form__input {
    width: 343px;
  }
}
.footer-subscribe-form__input::placeholder {
  color: rgba(var(--color-foreground-input));
  transition: color var(--duration-default) ease;
}
@media screen and (pointer: fine) {
  .footer-subscribe-form__input:hover::placeholder {
    color: rgba(var(--color-foreground-input), 0.5);
  }
}
.footer-subscribe-form__input:focus, .footer-subscribe-form__input:focus-visible {
  border: 1px solid rgba(var(--color-border-input-focus));
}
.footer-subscribe-form__input:focus::placeholder, .footer-subscribe-form__input:focus-visible::placeholder {
  color: transparent;
}
.footer-subscribe-form__message {
  color: rgb(var(--color-foreground));
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 0.6rem;
}
.footer-subscribe-form__message:not(:first-child) {
  margin-top: 1.6rem;
}
.footer-subscribe-form__message svg {
  width: 1.6rem;
  height: 1.6rem;
}
.footer-subscribe-form__message--success {
  color: rgb(var(--color-foreground));
}
.footer-subscribe-form__message--success svg {
  width: calc(var(--font-heading-h4-scale) * 2.2rem);
  height: calc(var(--font-heading-h4-scale) * 2.2rem);
}
@media only screen and (min-width: 750px) {
  .footer-subscribe-form__message--success svg {
    width: calc(var(--font-heading-h4-scale) * 2.6rem);
    height: calc(var(--font-heading-h4-scale) * 2.6rem);
  }
}
.footer-subscribe-form-checkbox {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 67rem;
}
.footer-subscribe-form-checkbox:not(:first-child) {
  margin-top: 1.6rem;
}
.footer-subscribe-form-checkbox__label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.footer-subscribe-form-checkbox__label-icon {
  position: relative;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  color: rgb(var(--color-background));
  border: 2px solid rgb(var(--color-foreground));
  background-color: transparent;
  border-radius: 7px;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out;
}
.footer-subscribe-form-checkbox__label-icon svg {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-subscribe-form-checkbox__label-text {
  color: rgba(var(--color-foreground));
}
.footer-subscribe-form-checkbox__label-text a {
  color: rgba(var(--color-foreground));
  display: inline-block;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .footer-subscribe-form-checkbox__label-text a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}
.footer-subscribe-form-checkbox__error {
  display: none;
  padding: 0.4rem 0.8rem;
  color: red;
  font-weight: medium;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(var(--color-border-input));
  position: absolute;
  left: -3px;
  top: calc(100% + 4px);
}
.footer-subscribe-form-checkbox__error::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-left: 1px solid rgba(var(--color-border-input));
  border-top: 1px solid rgba(var(--color-border-input));
  transform: rotate(45deg);
  transform-origin: 0 0;
  border-top-left-radius: 1px;
  z-index: 10;
  position: absolute;
  top: -6px;
  left: 10px;
}
.footer-subscribe-form-checkbox input[type=checkbox] {
  position: absolute;
  left: 8px;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.footer-subscribe-form-checkbox input[type=checkbox]:checked + .footer-subscribe-form-checkbox__label .footer-subscribe-form-checkbox__label-icon {
  background-color: rgb(var(--color-foreground));
}
.footer-subscribe-form-checkbox input[type=checkbox]:checked + .footer-subscribe-form-checkbox__label .footer-subscribe-form-checkbox__label-icon svg {
  opacity: 1;
}
.footer-subscribe-form-checkbox input[type=checkbox]:focus-visible + .footer-subscribe-form-checkbox__label .footer-subscribe-form-checkbox__label-icon {
  outline-offset: 2px;
  outline: 1px solid rgba(var(--color-foreground), 0.7);
}
.footer-subscribe-form-checkbox input[type=checkbox].is-invalid ~ .footer-subscribe-form-checkbox__error {
  display: block;
}
[dir=rtl] .footer-subscribe-form__main {
  direction: ltr;
}
[dir=rtl] .footer-subscribe-form__inner {
  direction: rtl;
}
[dir=rtl] .footer-subscribe-form__input {
  text-align: right;
}
[dir=rtl] .footer-subscribe-form-checkbox {
  padding: 0;
  margin-left: auto;
  direction: rtl;
  text-align: right;
}
[dir=rtl] .footer-subscribe-form-checkbox__label-icon {
  margin-right: 0;
  margin-left: 0.8rem;
}
.footer-main-container {
  display: block;
  width: 100%;
  padding: 3.2rem 0 2rem;
}
.footer-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 3.2rem;
}
@media screen and (min-width: 750px) {
  .footer-main {
    gap: 4.8rem;
  }
}
@media screen and (min-width: 990px) {
  .footer-main {
    gap: 7.2rem;
  }
}
.footer-blocks {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 4.8rem;
  row-gap: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 990px) {
  .footer-blocks {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    column-gap: 0;
    row-gap: 4.8rem;
  }
}
@media screen and (min-width: 1536px) {
  .footer-blocks {
    row-gap: 5.6rem;
  }
}
@media screen and (min-width: 990px) {
  .footer-blocks.footer-blocks--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-blocks.footer-blocks--2 .footer-block {
    grid-column: auto;
  }
  .footer-blocks.footer-blocks--2 .footer-block.first, .footer-blocks.footer-blocks--2 .footer-block.second {
    padding-right: 25%;
  }
}
@media screen and (min-width: 1360px) {
  .footer-blocks.footer-blocks--2 .footer-block.first, .footer-blocks.footer-blocks--2 .footer-block.second {
    padding-right: 50%;
  }
}
@media screen and (min-width: 990px) {
  .footer-blocks.footer-blocks--3 {
    grid-template-columns: repeat(10, 1fr);
  }
  .footer-blocks.footer-blocks--3 .footer-block.first {
    grid-column: span 4;
    padding-right: 20%;
  }
  .footer-blocks.footer-blocks--3 .footer-block.second, .footer-blocks.footer-blocks--3 .footer-block.third {
    /* grid-column: span 3; */
    padding-right: 20%;
  }
}
@media screen and (min-width: 1360px) {
  .footer-blocks.footer-blocks--3 .footer-block.first {
    padding-right: 50%;
  }
  .footer-blocks.footer-blocks--3 .footer-block.second, .footer-blocks.footer-blocks--3 .footer-block.third {
    padding-right: 33%;
  }
}
.footer-block {
  margin-top: 0;
}
.footer-block:not(:first-child) {
  margin-top: 3.2rem;
}
@media screen and (min-width: 990px) {
  .footer-block:not(:first-child) {
    margin-top: 0;
  }
  .footer-block.first {
    grid-column: span 4;
    padding-right: 20%;
  }
  .footer-block.first.footer-menu-block {
    padding-right: 40%;
  }
  .footer-block.second {
    grid-column: span 3;
    padding-right: 20%;
  }
  .footer-block.third {
    grid-column: span 3;
    padding-right: 20%;
  }
  .footer-block.fourth {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1360px) {
  .footer-block.first {
    padding-right: 33%;
  }
  .footer-block.first.footer-menu-block {
    padding-right: 50%;
  }
  .footer-block.second {
    padding-right: 33%;
  }
  .footer-block.third {
    padding-right: 33%;
  }
}
.footer-block:empty {
  display: none;
}
@media screen and (min-width: 990px) {
  [dir=rtl] .footer-block.first {
    padding-right: 0;
    padding-left: 20%;
  }
  [dir=rtl] .footer-block.first.footer-menu-block {
    padding-right: 0;
    padding-left: 40%;
  }
  [dir=rtl] .footer-block.second {
    padding-right: 0;
    padding-left: 20%;
  }
  [dir=rtl] .footer-block.third {
    padding-right: 0;
    padding-left: 20%;
  }
}
@media screen and (min-width: 1360px) {
  [dir=rtl] .footer-block.first {
    padding-right: 0;
    padding-left: 33%;
  }
  [dir=rtl] .footer-block.first.footer-menu-block {
    padding-right: 0;
    padding-left: 50%;
  }
  [dir=rtl] .footer-block.second {
    padding-right: 0;
    padding-left: 33%;
  }
  [dir=rtl] .footer-block.third {
    padding-right: 0;
    padding-left: 33%;
  }
}
.footer-info-block {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
@media screen and (min-width: 990px) {
  .footer-info-block.first .footer-info-block__heading,
  .footer-info-block.first .footer-info-block__description,
  .footer-info-block.first .footer-socials-list {
    max-width: 32.6rem;
  }
}
.footer-info-block__heading {
  color: rgba(var(--color-foreground));
}
.footer-info-block__description {
  color: rgba(var(--color-foreground));
  word-break: break-word;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .footer-info-block__description {
    max-width: 75%;
  }
}
@media screen and (min-width: 750px) {
  .footer-info-block__description {
    max-width: 67%;
  }
}
@media screen and (min-width: 990px) {
  .footer-info-block__description {
    max-width: 100%;
  }
}
.footer-info-block__description a {
  color: rgba(var(--color-foreground));
  display: inline;
  transition: background-size var(--duration-default) ease-in-out, opacity var(--duration-default) ease-in-out;
  background-position: left 90%;
  background-size: 100% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media screen and (pointer: fine) {
  .footer-info-block__description a:hover {
    background-size: 0% 5%;
    background-position: right 90%;
    opacity: 0.8;
  }
}
.footer-socials-list.list-social {
  justify-content: flex-start;
}
.accordion summary {
  display: flex;
  position: relative;
  line-height: 1;
  padding: 1.5rem 0;
}
.accordion .summary__title {
  display: flex;
  flex: 1;
}
.accordion + .accordion {
  margin-top: 0;
  border-top: none;
}
.accordion {
  margin-top: 2.5rem;
  margin-bottom: 0;
  border-top: 0.1rem solid rgba(var(--color-border));
  border-bottom: 0.1rem solid rgba(var(--color-border));
}
.accordion__title {
  display: inline-block;
  max-width: calc(100% - 6rem);
  min-height: 1.6rem;
  margin: 0;
  word-break: break-word;
}
.accordion .icon-accordion {
  align-self: center;
  min-width: 1.6rem;
  margin-right: 1rem;
  fill: rgb(var(--color-foreground));
}
.accordion details[open] > summary .icon-caret {
  transform: rotate(-180deg);
}
.accordion__content {
  margin-bottom: 1.5rem;
  word-break: break-word;
}
.accordion__content img {
  max-width: 100%;
}
.footer .accordion__title {
  text-transform: var(--font-header-menu-text-transform);
}
.footer-menu-block {
  display: none;
  flex-direction: column;
  row-gap: 1.2rem;
}
@media screen and (min-width: 990px) {
  .footer-menu-block {
    display: flex;
  }
}
/* .footer-menu-block__heading {
  color: rgba(var(--color-foreground));
} */
.footer-menu-block-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-menu-block-list__item {
  display: flex;
  align-items: center;
}
.footer-menu-block-list__item:first-child .footer-menu-block-list__link {
  padding-top: 0;
}
.footer-menu-block-list__item:last-child .footer-menu-block-list__link {
  padding-bottom: 0;
}
.footer-menu-block-list__link {
  display: inline-block;
  padding: 0.4rem 0;
  position: relative;
  line-height: normal;
}
@media screen and (pointer: fine) {
  .footer-menu-block-list__link:hover span {
    background-size: 100% 5%;
    background-position: left 100%;
  }
}
.footer-menu-block-list__link span {
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: var(--font-footer-menu-weight);
  color: rgba(var(--color-foreground));
  display: inline;
  transition: background-size var(--duration-default) ease-in-out;
  background-position: right 100%;
  background-size: 0% 5%;
  background-image: linear-gradient(to right, rgba(var(--color-foreground)) 0%, rgba(var(--color-foreground)) 100%);
  background-repeat: no-repeat;
  text-decoration: none;
}
.footer .accordion {
  width: 100%;
}
.footer .accordion:empty + .footer-block {
  margin-top: 0;
}
@media screen and (min-width: 990px) {
  .footer .accordion {
    display: none;
  }
}
.footer .accordion:not(.footer-subscribe-block + .accordion):not(.footer-info-block + .accordion):not(:first-child) {
  border-top: none;
}
.footer .accordion__heading {
  color: rgb(var(--color-foreground));
}
.footer .accordion summary {
  padding: 1.6rem 3.2rem 1.6rem 0;
}
[dir=rtl] .footer .accordion summary {
  padding: 1.6rem 0 1.6rem 3.2rem;
}
[dir=rtl] .footer .accordion summary .icon-caret {
  right: auto;
  left: 0;
}
.footer .accordion {
  margin-top: 0;
}
.footer .footer-info-block + .accordion {
  margin-top: 3.2rem;
}
@keyframes linksFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
footer details[open] ul {
  opacity: 0;
  animation: linksFadeIn 0.25s ease-in forwards;
}
.footer-block__details-content {
  margin-bottom: 2rem;
}
.footer-block__details-content li:first-child .link {
  padding-top: 3rem;
}
@media screen and (min-width: 990px) {
  .footer-block__details-content {
    margin-bottom: 0;
  }
  .footer-block__details-content li:first-child .link {
    padding-top: 0;
  }
  .footer-block__details-content li:last-child .link {
    padding-bottom: 0;
  }
  .footer-block__details-content > p,
  .footer-block__details-content > li {
    padding: 0;
  }
}
.footer-block__details-content .list-menu__item--link {
  color: rgba(var(--color-foreground), 0.7);
  font-family: var(--font-footer-menu-family);
  font-style: var(--font-footer-menu-style);
  font-weight: var(--font-footer-menu-weight);
}
.footer-block__details-content .list-menu__item--active {
  color: rgba(var(--color-foreground));
}
.footer-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.6rem;
  column-gap: 3.2rem;
}
@media screen and (min-width: 990px) {
  .footer-bottom {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 2.4rem;
  }
  .footer-bottom > *:first-child {
    margin-right: auto;
    justify-content: flex-start;
  }
  .footer-bottom > *:first-child .localization-selector + .disclosure__list-wrapper {
    left: 0;
    right: auto;
    transform: translate(0, -1rem);
  }
  .footer-bottom > *:first-child:nth-child(3n+1) {
    margin-right: auto;
    justify-content: flex-start;
  }
  .footer-bottom > *:first-child:nth-child(3n+1) .localization-selector + .disclosure__list-wrapper {
    left: 0;
    right: auto;
    transform: translate(0, -1rem);
  }
  .footer-bottom > *:nth-child(3n+1) {
    margin-right: auto;
    justify-content: flex-start;
  }
  .footer-bottom > *:nth-child(3n+1) .localization-selector + .disclosure__list-wrapper {
    left: 0;
    right: auto;
    transform: translate(0, -1rem);
  }
  .footer-bottom > *:last-child {
    margin-left: auto;
    justify-content: flex-end;
  }
  .footer-bottom > *:last-child .localization-selector + .disclosure__list-wrapper {
    left: auto;
    right: 0;
    transform: translate(0, -1rem);
  }
  .footer-bottom > *:nth-child(3n+2) {
    margin: 0;
    justify-content: center;
  }
  .footer-bottom > *:nth-child(3n+2):last-child {
    margin-left: auto;
    justify-content: flex-end;
  }
  .footer-bottom > *:nth-child(3n+2):last-child .localization-selector + .disclosure__list-wrapper {
    left: auto;
    right: 0;
    transform: translate(0, -1rem);
  }
  .footer-bottom > *:nth-child(3n+3) {
    margin-left: auto;
    justify-content: flex-end;
  }
}
[dir=rtl] .footer-localization .localization-selector + .disclosure__list-wrapper {
  left: auto;
  right: 0;
  transform: translate(0, -1rem);
}
@media screen and (min-width: 990px) {
  [dir=rtl] .footer-localization .localization-selector + .disclosure__list-wrapper {
    left: 50%;
    right: auto;
    transform: translate(-50%, -1rem);
  }
}
@media screen and (min-width: 990px) {
  [dir=rtl] .footer-bottom > *:first-child {
    margin-right: auto;
    justify-content: flex-start;
  }
  [dir=rtl] .footer-bottom > *:first-child .localization-selector + .disclosure__list-wrapper {
    left: auto;
    right: 0;
  }
  [dir=rtl] .footer-bottom > *:first-child:nth-child(3n+1) .localization-selector + .disclosure__list-wrapper {
    left: auto;
    right: 0;
  }
  [dir=rtl] .footer-bottom > *:nth-child(3n+1) .localization-selector + .disclosure__list-wrapper {
    left: auto;
    right: 0;
  }
  [dir=rtl] .footer-bottom > *:last-child .localization-selector + .disclosure__list-wrapper {
    left: 0;
    right: auto;
  }
  [dir=rtl] .footer-bottom > *:nth-child(3n+2):last-child .localization-selector + .disclosure__list-wrapper {
    left: 0;
    right: auto;
  }
}
.footer-copyright {
  flex: 1 0 calc(33.333% - 3.2rem);
}
.footer-copyright__content {
  color: rgb(var(--color-foreground-secondary));
}
.footer-copyright a {
  color: rgb(var(--color-foreground-secondary));
  transition: opacity var(--duration-default) ease;
}
@media screen and (pointer: fine) {
  .footer-copyright a:hover {
    opacity: var(--hover-opacity);
  }
}
.footer-localization {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 2rem;
  row-gap: 0.2rem;
  position: relative;
  width: 100%;
  flex: 1 0 calc(33.333% - 3.2rem);
}
@media screen and (min-width: 576px) {
  .footer-localization {
    width: auto;
  }
}
.footer-localization:empty {
  display: none;
}
.footer-localization localization-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-localization-button {
  color: rgb(var(--color-foreground-secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  min-height: 3.2rem;
  font-weight: 500;
}
.footer-localization-button[aria-expanded=true] .icon-caret {
  transform: rotate(180deg);
}
.footer-localization .localization-selector .icon-caret {
  width: 2.4rem;
  height: 2.4rem;
}
.footer-localization .localization-selector + .disclosure__list-wrapper {
  left: 0;
  bottom: 100%;
  max-width: 26rem;
  transform: translate(0, -1rem);
  z-index: 100;
}
@media screen and (min-width: 350px) {
  .footer-localization .localization-selector + .disclosure__list-wrapper {
    max-width: 28rem;
  }
}
@media screen and (min-width: 576px) {
  .footer-localization .localization-selector + .disclosure__list-wrapper {
    max-width: 30rem;
  }
}
@media screen and (min-width: 990px) {
  .footer-localization .localization-selector + .disclosure__list-wrapper {
    left: 50%;
    transform: translate(-50%, -1rem);
  }
}
:root.no-js .footer .footer-localization {
  gap: 1.4rem;
}
:root.no-js .footer .footer-localization noscript .localization-form .button {
  width: 100%;
}
:root.no-js .footer .footer-localization noscript .localization-form__select + .button {
  margin-top: 0.8rem;
}
:root.no-js .footer .footer-localization noscript .localization-selector.link {
  padding: 0.9rem 0 0.9rem 1.6rem;
  border: 1px solid rgba(var(--color-button));
  border-radius: var(--border-radius-button);
  transition: opacity var(--duration-default) ease;
}
@media screen and (pointer: fine) {
  :root.no-js .footer .footer-localization noscript .localization-selector.link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 576px) {
  noscript .localization-form:only-child,
  .footer-localization noscript {
    width: 100%;
  }
}
@media screen and (min-width: 990px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
}
.footer-bottom__legal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 990px) {
  .footer-bottom__legal {
    width: auto;
    margin-left: auto;
    margin-right: 0;
    align-items: flex-end;
    gap: 1.6rem;
  }
  .footer-bottom > .footer-bottom__legal:first-child {
    margin-right: 0;
    margin-left: auto;
  }
}
.footer-bottom__legal .list-payment {
  flex: none;
  justify-content: flex-start;
}
@media screen and (min-width: 990px) {
  .footer-bottom__legal .list-payment {
    justify-content: flex-end;
  }
}
.footer-follow-on-shop {
  display: flex;
  align-items: center;
  flex: 1 0 calc(33.333% - 3.2rem);
}
.footer-policies {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1.2rem;
  flex: none;
  width: 100%;
}
.footer-policies::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 990px) {
  .footer-policies {
    flex-wrap: nowrap;
    width: auto;
    justify-content: flex-end;
    gap: 0.6rem 1.6rem;
  }
}
@media screen and (min-width: 1360px) {
  .footer-policies {
    gap: 0.6rem 2rem;
  }
}
.footer-bottom__legal .footer-policies {
  flex: none;
}
.footer-policies__link span {
  white-space: nowrap;
}
.list-menu--right {
  right: 0;
}
.list-menu--disclosure {
  position: absolute;
  left: 1.5rem;
  min-width: 100%;
  width: 18rem;
  background-color: rgb(var(--color-background));
}
.list-menu--disclosure .list-menu--disclosure {
  left: 100%;
  top: auto;
  margin-top: -5.5rem;
}
.list-menu--disclosure .list-menu--disclosure:before {
  content: none;
}
.list-menu--disclosure:focus {
  outline: none;
}
.footer .list-menu__item {
  transition: color var(--duration-default), text-decoration var(--duration-default);
}
.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}
.list-payment {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.list-payment__item {
  align-items: center;
  display: flex;
}
.list-payment__item svg {
  height: 2.4rem;
  width: auto;
}





@media screen and (min-width: 990px) {
  /* Logo takes remaining space; two link blocks shrink to content on the right */
  .footer-blocks.footer-blocks--3 {
    grid-template-columns: 1fr auto auto;
    column-gap: 10rem; /* space between 商品一覧 and カート — reduce to 1rem for tighter */
  }

  .footer-blocks.footer-blocks--3 .footer-block.first {
    grid-column: 1;
    padding-right: 0;
  }

  .footer-blocks.footer-blocks--3 .footer-block.second {
    grid-column: 2;
    padding-right: 0;
  }

  .footer-blocks.footer-blocks--3 .footer-block.third {
    grid-column: 3;
    padding-right: 0;
  }

  /* Override the generic block rules too */
  .footer-block.second,
  .footer-block.third {
    grid-column: auto;
    padding-right: 0;
    width: auto;
  }

  .footer-menu-block {
    width: auto;
    align-items: flex-start;
  }

  .footer-menu-block-list {
    width: auto;
    display: block;
    column-gap: 0;
  }
}

@media screen and (min-width: 1360px) {
  .footer-blocks.footer-blocks--3 .footer-block.first,
  .footer-blocks.footer-blocks--3 .footer-block.second,
  .footer-blocks.footer-blocks--3 .footer-block.third,
  .footer-block.second,
  .footer-block.third {
    padding-right: 0;
  }
}





@media screen and (max-width: 989px) {
  /* Hide accordion */
  .footer-blocks .accordion {
    display: none;
  }

  /* Show the desktop-style link list on mobile instead */
  .footer-blocks .footer-menu-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    row-gap: 0.8rem;
  }

  /* Headings are hidden by default in the theme */
  .footer-blocks .footer-menu-block__heading {
    display: none;
  }

  .footer-blocks .footer-menu-block-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.4rem;
  }

  .footer-blocks .footer-menu-block-list__link,
  .footer-blocks .footer-menu-block-list__link span {
    font-size: 2rem; /* optional: slightly smaller on mobile */
  }
}







.footer-menu-block__heading {
  display: none;
}
.footer-blocks .accordion .accordion__heading {
  display: none;
}
.footer-menu-block-list__link,
.footer-menu-block-list__link span,
.footer-blocks .list-menu__item,
.footer-blocks .list-menu__item span {
  font-size: 2.4rem;
}
.footer-info-block__heading.h6 {
  font-size: 4.4rem;
}


#shopify-section-{{ section.id }} .footer.background {
    background-color: transparent;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("/cdn/shop/files/AdobeStock_500694919.jpg?v=1782809600");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }