/** Shopify CDN: Minification failed

Line 765:0 Unexpected "{"
Line 765:1 Expected identifier but found "%"
Line 765:49 Expected identifier but found "%"
Line 766:0 Unexpected "{"
Line 766:1 Unexpected "{"
Line 766:3 Expected identifier but found "'section-footer.css'"
Line 767:0 Unexpected "<"
Line 776:1 Expected identifier but found "%"
Line 784:13 Expected identifier but found whitespace
Line 784:15 Unexpected "{"
... and 439 more hidden warnings

**/
.footer {
  border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.footer:not(.color-background-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: 3rem;
}

.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;
  }
}

.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;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 3rem;
}

.footer-block--newsletter:only-child {
  margin-top: 0;
}

.footer-block--newsletter > * {
  flex: 1 1 100%;
}

@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: space-between;
  }
}

.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__list-social.list-social:only-child {
  justify-content: center;
}

.footer-block__newsletter {
  text-align: center;
}

.newsletter-form__field-wrapper {
  max-width: 36rem;
}

@media screen and (min-width: 750px) {
  .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 + .footer__list-social {
  margin-top: 3rem;
}

@media screen and (max-width: 749px) {
  .footer__list-social.list-social {
    justify-content: center;
  }
}

@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;
}

.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;
}

.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;
  }

  .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 1rem 0 0;
  }

  .localization-form:only-child .button,
  .localization-form:only-child .localization-form__select {
    margin: 1rem 0;
  }

  .footer__localization h2 {
    margin: 1rem 0 0;
  }
}

@media screen and (max-width: 989px) {
  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: 749px) {
  .localization-form .button {
    word-break: break-all;
  }
}

.localization-form__select {
  border-radius: var(--inputs-radius-outset);
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  text-align: left;
  min-height: calc(4rem + var(--inputs-border-width) * 2);
  min-width: calc(7rem + var(--inputs-border-width) * 2);
}

.disclosure__button.localization-form__select {
  padding: calc(2rem + var(--inputs-border-width));
  background: rgb(var(--color-background));
}

noscript .localization-form__select {
  padding-left: 0rem;
}

@media screen and (min-width: 750px) {
  noscript .localization-form__select {
    min-width: 20rem;
  }
}

.localization-form__select .icon-caret {
  position: absolute;
  content: '';
  height: 0.6rem;
  right: calc(var(--inputs-border-width) + 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: #000000;
}

.localization-selector + .disclosure__list-wrapper {
  margin-left: 1rem;
  opacity: 1;
  animation: animateLocalization var(--duration-default) ease;
}


@media screen and (min-width: 750px) {
  .footer__payment {
    margin-top: 58px;
  }
}

.footer__copyright {
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .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), 0.75);
}

.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: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 750px) {
  .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;
  }
}

@media screen and (max-width: 749px) {
  .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), 0.75);
}

.footer .disclosure__link:hover {
  color: rgb(var(--color-foreground));
}

.footer .disclosure__link--active {
  text-decoration: underline;
}

/* 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;
    }
  }
}


/*newsletter*/
.newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 750px) {
  .newsletter-form {
    align-items: flex-start;
    margin: 0 auto;
    max-width: 36rem;
  }
}

.newsletter-form__field-wrapper {
  width: 100%;
}

.newsletter-form__field-wrapper .field__input {
  padding-right: 5rem;
}

.newsletter-form__field-wrapper .field {
  z-index: 0;
}

.newsletter-form__message {
  justify-content: center;
  margin-bottom: 0;
}

.newsletter-form__message--success {
  margin-top: 2rem;
}

@media screen and (min-width: 750px) {
  .newsletter-form__message {
    justify-content: flex-start;
  }
}

.newsletter-form__button {
  width: 4.4rem;
  margin: 0;
  right: var(--inputs-border-width);
  top: 0;
  height: 100%;
  z-index: 2;
}

.newsletter-form__button:focus-visible {
  box-shadow: 0 0 0 .3rem rgb(var(--color-background)),0 0 0 .4rem rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.newsletter-form__button:focus {
  box-shadow: 0 0 0 .3rem rgb(var(--color-background)),0 0 0 .4rem rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.newsletter-form__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.newsletter-form__button .icon {
  width: 1.5rem;
}

/*list-menu*/
.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
/*   position: absolute; */
/*   min-width: 100%; */
/*   width: 20rem; */
/*   border: 1px solid rgba(var(--color-foreground), 0.2); */
/*   background-color: rgb(var(--color-background)); */
}

.list-menu--disclosure:focus {
  outline: none;
}

.list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.list-menu__item--active:hover {
  text-decoration-thickness: 0.2rem;
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}

/*component-list-payment*/
.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5rem 0;
  padding-top: 1rem;
  padding-left: 0;
}

@media screen and (min-width: 750px) {
  .list-payment {
    justify-content: flex-end;
    margin: -0.5rem;
    padding-top: 0;
  }
}

.list-payment__item {
  align-items: center;
  display: flex;
  padding: 0.5rem;
}

/*component-list-social*/

.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media only screen and (max-width: 749px) {
  .list-social {
    justify-content: center;
  }
}

.list-social__item .icon {
  height: 1.8rem;
  width: 1.8rem;
}

.list-social__link {
  align-items: center;
  display: flex;
  padding: 1.3rem;
  color: rgb(var(--color-foreground));
}

.list-social__link:hover .icon {
  transform: scale(1.07);
}


/*component-rte*/
.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte > p:first-child {
  margin-top: 0;
}

.rte > p:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  margin-bottom: var(--media-shadow-vertical-offset);
}

.rte ul {
  padding-left: 2rem;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  display:inline-block;
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

/*disclosure*/

{% comment %}theme-check-disable UndefinedObject{% endcomment %}
{{ 'section-footer.css' | asset_url | stylesheet_tag }}
<link rel="stylesheet" href="{{ 'component-newsletter.css' | asset_url }}" media="print" onload="this.media='all'">
<link rel="stylesheet" href="{{ 'component-list-menu.css' | asset_url }}" media="print" onload="this.media='all'">
<link rel="stylesheet" href="{{ 'component-list-payment.css' | asset_url }}" media="print" onload="this.media='all'">
<link rel="stylesheet" href="{{ 'component-list-social.css' | asset_url }}" media="print" onload="this.media='all'">
<link rel="stylesheet" href="{{ 'component-rte.css' | asset_url }}" media="print" onload="this.media='all'">
<link rel="stylesheet" href="{{ 'disclosure.css' | asset_url }}" media="print" onload="this.media='all'">



{%- style -%}
  .footer .list-payment__item {
      width: 50px;
      background: #fff;
      padding: 0;

  }
  .footer {
  margin-top: {{ section.settings.margin_top | times: 0.75 | round: 0 }}px;
  }

  .section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }
    .fn-footer-iconlink_left_imges{
      cursor: pointer;
      margin-right:36px;
    }

  @media screen and (min-width: 750px) {
  .footer {
  margin-top: {{ section.settings.margin_top }}px;
  }

  .section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  }


  }
{%- endstyle -%}
<style>
  .fn-footer_payment_base {
    display: none;
  }
  .fn-footer-iconlink_title {
    font-size: 16px;
    font-family: Open Sans;
    font-weight: 400;
    color: #ffffff;
    /* line-height: 44px; */
  }
  .fn-footer-iconlink {
    display: flex;
    max-width: 372px;
    margin: 0 auto 18px;
    justify-content: center;
  }
  .fn-footer-iconlink_right_imges img,
  .fn-footer-iconlink_left_imges img {
    height: 24px;
  }
  .footer {
    background: #fff;
    border: none;
  }
  .list-social {
    margin-top: 24px;
    justify-content: start;
    display: block;
  }
  .list-social__item + .list-social__item {
  }
  .list-social__link {
    padding: 0;
    text-decoration: none;
  }

  .list-social__item .icon {
    height: 26px;
    width: 26px;
    position: static;
  }
  .list-social__item span {
    margin-left: 13px;
  }
  .footer__content-top {
  }
  .footer__content-bottom {
    color: #000;
    border-top: none;
    padding: 16px 0 19px 0;
    background: #fff4eb;
  }
  .footer__copyright {
    margin-top: 0;
    font-size: 14px;
    display: flex;
  }
  .copyright__content {
    display: flex;
  }
  .fly-cart {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 53px;
    background: #fff;
    width: 56px;
    height: 56px;
    box-shadow: 0px 10px 16px 0px rgb(174 174 174 / 43%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    z-index: 9999;
  }
  .fly-cart .fly-num {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ff7606;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    top: 6px;
    right: 5px;
  }
  .fly-num-quantity {
    position: absolute;
    width: 28px;
    height: 16px;
    background: #ff7606;
    border-radius: 7px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    top: 6px;
    right: 0px;
  }
  .fly-num-amount {
    position: absolute !important;
    width: 22px !important;
    height: 16px !important;
    background: #ff7606 !important;
    border-radius: 7px !important;
    display: inline-block !important;
    color: #fff !important;
    font-size: 10px !important;
    text-align: center !important;
    line-height: 16px !important;
    top: 6px !important;
    right: 0px !important;
  }
  .fly-cart a {
    margin: 0 auto;
  }
  .section-footer-padding {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  .list-menu__item--active {
    text-decoration: none;
  }
  .footer-block .rte img {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  @media screen and (min-width: 990px) {
    .footer-block__heading {
      font-size: 18px;
      line-height: 21px;
      margin: 0;
      margin-bottom: 23px;
      display: block;
    }
  }
  @media screen and (min-width: 750px) {
    .footer .footer-block__details-content .list-unstyled li {
      line-height: 14px;
    }
    .footer {
      margin-top: 0;
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-block__details-content .list-menu__item--link {
      display: inline-block;
      font-size: 14px;
      margin: 0;
      padding: 0;
      text-decoration: none;
      color: #000;
      line-height: 14px;
    }
    .footer-block__details-content > li:not(:last-child) {
      margin-right: 0;
    }
    .footer-block__details-content > li {
      margin-bottom: 16px;
    }
    footer .page-width {
      padding: 0;
    }
    footer > .page-width {
      padding-bottom: 60px;
    }
    .footer__copyright {
      text-align: center;
    }
    .footer-block__details-content .list-menu__item--link:hover,
    .copyright__content a:hover {
      color: #ff7606;
    }
    .footer .list-payment {
      justify-content: center;
      margin: 0;
      padding-top: 0;
    }
    .footer .list-payment__item {
      padding: 0;
    }
    .footer .list-payment__item + .list-payment__item {
      margin-left: 8px;
    }
    .footer-block__heading span {
      display: none !important;
    }
    .footer-block__details-content.list-unstyled {
      display: block !important;
    }
    .footer-block__details-content.list-unstyled .list-social__link {
      color: #000;
    }
  }
  @media screen and (max-width: 749px) {
    .footer__content-bottom {
      padding: 12px 0 17px 0;
    }
    .fn-footer__payment_pc {
      display: none;
    }
    .fn-footer_payment_base {
      display: block;
    }
    .list-social__item {
      /* margin-left: 16px; */
      font-size: 12px;
      color: #000;
      padding: 9px 0;
    }
    .list-social__item span {
      font-size: 12px;
      line-height: 12px;
      margin-left: 10px;
    }
    .list-social__item svg {
      width: 16px;
      height: auto;
    }
    li.list-social__item {
      /* width: 15px; */
    }
    .fn-footer-iconlink {
      max-width: calc(100% - 120px);
      margin: 0 auto;
      margin-bottom: 10px;
    }
    .fn-footer-iconlink_title {
      font-size: 10px;
    }
    .fn-footer-iconlink_right_imges img,
    .fn-footer-iconlink_left_imges img {
      height: 17px;
    }
    .footer__localization:empty + .footer__column {
      padding-top: 0;
    }
    .footer__content-bottom-wrapper {
      row-gap: 0;
    }
    .footer__copyright .copyright__content {
      font-size: 12px;
      line-height: 14px;
    }
    .footer .list-payment li + li {
      margin-left: 10px;
    }
    .footer__list-social.list-social {
      /*       justify-content: start; */
      margin-top: 10px;
    }
    .list-social__item .icon {
      height: 15px;
      width: 15px;
    }
    .footer__content-top {
      padding: 18px;
    }
    .fly-cart {
      display: none !important;
    }
    .list-payment {
      margin: 0;
      padding: 0px 0;
    }
    .footer .list-payment__item {
      width: 37px;
    }
    .footer-block__details-content {
      margin-bottom: 0;
    }
    .footer-block__details-logoimg {
      width: 136px;
      margin: auto;
    }
    .footer-block__heading {
      margin-bottom: 0;
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      line-height: 16px;
      align-items: center;
      color: #000;
    }
    .footer-block__heading.active span {
      transform: rotate(-90deg);
    }
    .footer-block__heading span svg {
      width: 20px;
      height: 20px;
    }
    .footer-block.grid__item {
      margin: 0 0 20px 0;
    }
    .footer-block__details-content .list-menu__item--link {
      padding: 9px 0;
      line-height: 12px;
      font-size: 12px;
    }
    .footer-block__details-content.list-unstyled {
      margin-bottom: 0;
      display: none;
    }
    .footer-block__details-content.list-unstyled .fn-listunstyled-li:nth-child(1) {
      margin-top: 14px;
    }

    .fn-footer-iconlink_left_imges {
      margin-right: 15px;
    }
    .footer .grid {
      margin-bottom: 0;
    }
  }
</style>
<div class="footer color-{{ section.settings.color_scheme }} gradient section-{{ section.id }}-padding">
  {%- if section.blocks.size > 0 or section.settings.newsletter_enable or section.settings.show_social -%}
    <div class="footer__content-top fn-page-width">
      {%- if section.blocks.size > 0 -%}
        {%- liquid
          if section.blocks.size == 9
            assign footer_grid_class = 'grid--3-col-tablet'
          elsif section.blocks.size > 6
            assign footer_grid_class = 'grid--4-col-desktop'
          elsif section.blocks.size > 4
            assign footer_grid_class = 'grid--3-col-tablet'
          endif
        -%}
        <div class="footer__blocks-wrapper grid grid--1-col grid--2-col grid--4-col-tablet {{ footer_grid_class }}">
          {%- for block in section.blocks -%}
            <div
              class="footer-block grid__item{% if block.type == 'link_list' and block.settings.heading != blank %} footer-block--menu{% endif %}"
              {{ block.shopify_attributes }}
            >
              {%- if block.settings.heading != blank -%}
                <h2 class="footer-block__heading t">
                  {{- block.settings.heading | escape -}}
                  <span>{% render 'icon-down' %}</span>
                </h2>
              {%- endif -%}

              {%- case block.type -%}
                {%- when 'text' -%}
                  {%- if section.settings.show_social -%}
                  {%- endif -%}

                {%- when 'link_list' -%}
                  {%- if block.settings.menu != blank and block.settings.heading != blank -%}
                    <ul class="footer-block__details-content list-unstyled">
                      {%- for link in block.settings.menu.links -%}
                        <li class="fn-listunstyled-li">
                          <a
                            href="{{ link.url }}"
                            class="link link--text list-menu__item list-menu__item--link{% if link.active %} list-menu__item--active{% endif %}"
                          >
                            {{ link.title }}
                          </a>
                        </li>
                      {%- endfor -%}
                    </ul>
                  {%- endif -%}
                {%- when 'image' -%}
                  <div class="footer-block__details-content footer-block-image {{ block.settings.alignment }}">
                    {%- if block.settings.image != blank -%}
                      {%- assign image_size = block.settings.image_width | append: 'x' -%}
                      <img
                        srcset="{{ block.settings.image | img_url: image_size }}, {{ block.settings.image | img_url: image_size, scale: 2 }} 2x"
                        src="{{ block.settings.image | image_url: width: 400 }}"
                        alt="{{ block.settings.image.alt | escape }}"
                        loading="lazy"
                        width="{{ block.settings.image.width }}"
                        height="{{ block.settings.image.height }}"
                        style="max-width: min(100%, {{ block.settings.image_width }}px);"
                      >
                    {%- else -%}
                      {{ 'image' | placeholder_svg_tag: 'placeholder-svg placeholder' }}
                    {%- endif -%}
                  </div>
              {%- endcase -%}
            </div>
          {%- endfor -%}
          <!-- social -->
          <div class="footer-block grid__item footer-block--menu">
            <h2 class="footer-block__heading t">
              Follow US<span>{% render 'icon-down' %}</span>
            </h2>
            <ul class="footer-block__details-content list-unstyled social" role="list">
              {%- if settings.social_twitter_link != blank -%}
                <li class="list-social__item">
                  <a href="{{ settings.social_twitter_link }}" class="link list-social__link">
                    {%- render 'icon-twitter' -%}
                    <span class="">{{ 'general.social.links.twitter' | t }}</span>
                  </a>
                </li>
              {%- endif -%}
              {%- if settings.social_facebook_link != blank -%}
                <li class="list-social__item">
                  <a href="{{ settings.social_facebook_link }}" class="link list-social__link">
                    {%- render 'icon-facebook' -%}
                    <span>{{ 'general.social.links.facebook' | t }}</span>
                  </a>
                </li>
              {%- endif -%}
              {%- if settings.social_pinterest_link != blank -%}
                <li class="list-social__item">
                  <a href="{{ settings.social_pinterest_link }}" class="link list-social__link">
                    {%- render 'icon-pinterest' -%}
                    <span>{{ 'general.social.links.pinterest' | t }}</span>
                  </a>
                </li>
              {%- endif -%}
              {%- if settings.social_instagram_link != blank -%}
                <li class="list-social__item">
                  <a href="{{ settings.social_instagram_link }}" class="link list-social__link">
                    {%- render 'icon-instagram' -%}
                    <span>{{ 'general.social.links.instagram' | t }}</span>
                  </a>
                </li>
              {%- endif -%}
              {%- if settings.social_tiktok_link != blank -%}
                <li class="list-social__item">
                  <a href="{{ settings.social_tiktok_link }}" class="link list-social__link">
                    {%- render 'icon-tiktok' -%}
                    <span>{{ 'general.social.links.tiktok' | t }}</span>
                  </a>
                </li>
              {%- endif -%}
              {%- if settings.social_tumblr_link != blank -%}
                <li class="list-social__item">
                  <a href="{{ settings.social_tumblr_link }}" class="link list-social__link">
                    {%- render 'icon-tumblr' -%}
                    <span>{{ 'general.social.links.tumblr' | t }}</span>
                  </a>
                </li>
              {%- endif -%}
              {%- if settings.social_snapchat_link != blank -%}
                <li class="list-social__item">
                  <a href="{{ settings.social_snapchat_link }}" class="link list-social__link">
                    {%- render 'icon-snapchat' -%}
                    <span>{{ 'general.social.links.snapchat' | t }}</span>
                  </a>
                </li>
              {%- endif -%}
              {%- if settings.social_youtube_link != blank -%}
                <li class="list-social__item">
                  <a href="{{ settings.social_youtube_link }}" class="link list-social__link">
                    {%- render 'icon-youtube' -%}
                    <span>{{ 'general.social.links.youtube' | t }}</span>
                  </a>
                </li>
              {%- endif -%}
              {%- if settings.social_vimeo_link != blank -%}
                <li class="list-social__item">
                  <a href="{{ settings.social_vimeo_link }}" class="link list-social__link">
                    {%- render 'icon-vimeo' -%}
                    <span>{{ 'general.social.links.vimeo' | t }}</span>
                  </a>
                </li>
              {%- endif -%}

              <li class="list-social__item">
                <a
                  href="mailto:HTVRONT@htvront.com"
                  class="link list-social__link"
                >
                  <img src="/cdn/shop/files/mail_1.png?v=1719569695">
                  <span>E-mail HTVRONT@htvront.com</span>
                </a>
              </li>
            </ul>
          </div>

          <div class="footer__payment fn-footer_payment_base">
            <ul class="list list-payment" role="list">
              <li class="list-payment__item">
                <img src="/cdn/shop/files/Group_543_9a215b18-10fd-49e3-a0c0-4756b4184171.png?v=171957122" alt="payply" loading="lazy">
              </li>
              <li class="list-payment__item">
                <img src="/cdn/shop/files/Group_544.png?v=1719571221" alt="visa" loading="lazy>
              </li>
              <li class="list-payment__item">
                <img src="/cdn/shop/files/discover_1.png?v=1719571221" alt="discover" loading="lazy">
              </li>
              <li class="list-payment__item">
                <img src="/cdn/shop/files/Group_545.png?v=1719571222" alt="" loading="lazy">
              </li>
              <li class="list-payment__item">
                <img src="/cdn/shop/files/Rectangle_5462.png?v=1719571222" alt="amex" loading="lazy">
              </li>
              <li class="list-payment__item">
                <img src="/cdn/shop/files/Mask_group_2_a6a52299-3140-4ac7-a7a5-aaff26c02b1f.png?v=1719571222" alt="jcb" loading="lazy">
              </li>
              <li class="list-payment__item">
                <img src="/cdn/shop/files/Rectangle_5463.png?v=1719571222" alt="klarna" loading="lazy">
              </li>
            </ul>
          </div>
        </div>
      {%- endif -%}

      {%- if section.settings.payment_enable -%}
        <div class="footer__payment fn-footer__payment_pc">
          <span class="visually-hidden">{{ 'sections.footer.payment' | t }}</span>
          <ul class="list list-payment" role="list">
            <li class="list-payment__item">
              <img src="/cdn/shop/files/Group_543_9a215b18-10fd-49e3-a0c0-4756b4184171.png?v=1719571222" alt="paypal" loading="lazy">
            </li>
            <li class="list-payment__item">
              <img src="/cdn/shop/files/Group_544.png?v=1719571221" alt="visa" loading="lazy">
            </li>
            <li class="list-payment__item">
              <img src="/cdn/shop/files/discover_1.png?v=1719571221" alt="discover" loading="lazy">
            </li>
            <li class="list-payment__item">
              <img src="/cdn/shop/files/Group_545.png?v=1719571222" alt="" loading="lazy">
            </li>
            <li class="list-payment__item">
              <img src="/cdn/shop/files/Rectangle_5462.png?v=1719571222" alt="amex" loading="lazy">
            </li>
            <li class="list-payment__item">
              <img src="/cdn/shop/files/Mask_group_2_a6a52299-3140-4ac7-a7a5-aaff26c02b1f.png?v=1719571222" alt="jcb" loading="lazy">
            </li>
            <li class="list-payment__item">
              <img src="/cdn/shop/files/Rectangle_5463.png?v=1719571222" alt="klarna" loading="lazy">
            </li>
          </ul>
        </div>
      {%- endif -%}

      <div class="footer-block--newsletter">
        {%- if section.settings.newsletter_enable -%}
          <div class="footer-block__newsletter">
            {%- if section.settings.newsletter_heading != blank -%}
              <h2 class="footer-block__heading t">{{ section.settings.newsletter_heading | escape }}</h2>
            {%- endif -%}
            {%- form 'customer', id: 'ContactFooter', class: 'footer__newsletter newsletter-form' -%}
              <input type="hidden" name="contact[tags]" value="newsletter">
              <div class="newsletter-form__field-wrapper">
                <div class="field">
                  <input
                    id="NewsletterForm--{{ section.id }}"
                    type="email"
                    name="contact[email]"
                    class="field__input"
                    value="{{ form.email }}"
                    aria-required="true"
                    autocorrect="off"
                    autocapitalize="off"
                    autocomplete="email"
                    {% if form.errors %}
                      autofocus
                      aria-invalid="true"
                      aria-describedby="ContactFooter-error"
                    {% elsif form.posted_successfully? %}
                      aria-describedby="ContactFooter-success"
                    {% endif %}
                    placeholder="{{ 'newsletter.label' | t }}"
                    required
                  >
                  <label class="field__label" for="NewsletterForm--{{ section.id }}">
                    {{ 'newsletter.label' | t }}
                  </label>
                  <button
                    type="submit"
                    class="newsletter-form__button field__button"
                    name="commit"
                    id="Subscribe"
                    aria-label="{{ 'newsletter.button_label' | t }}"
                  >
                    {% render 'icon-arrow' %}
                  </button>
                </div>
                {%- if form.errors -%}
                  <small class="newsletter-form__message form__message" id="ContactFooter-error">
                    {%- render 'icon-error' -%}
                    {{- form.errors.translated_fields.email | capitalize }}
                    {{ form.errors.messages.email -}}
                  </small>
                {%- endif -%}
              </div>
              {%- if form.posted_successfully? -%}
                <h3
                  class="newsletter-form__message newsletter-form__message--success form__message"
                  id="ContactFooter-success"
                  tabindex="-1"
                  autofocus
                >
                  {% render 'icon-success' -%}
                  {{- 'newsletter.success' | t }}
                </h3>
              {%- endif -%}
            {%- endform -%}
          </div>
        {%- endif -%}
      </div>
    </div>
  {%- endif -%}

  <div class="footer__content-bottom">
    <div class="fn-footer-iconlink">
      <!-- <div class="fn-footer-iconlink_title">LOKLIK INC., Ltd:</div> -->
      <!-- href="{{ section.settings.loklik_icon_link }}" -->
      <div class="fn-footer-iconlink_left_imges">
        <a href="{{ section.settings.htvront_icon_link }}"
          ><img
            src="/cdn/shop/files/logo2x_44bee2d3-b4bc-4291-a45a-1945f4eedbef.png?v=1718955785"
            alt="htvront" loading="lazy"
        ></a>
      </div>
      <div class="fn-footer-iconlink_right_imges">
        <a href="{{ section.settings.loklik_icon_link }}"
          ><img src="/cdn/shop/files/logo5_1_1.png?v=1718955784" alt="loklik" loading="lazy"
        ></a>
      </div>
    </div>

    <div class="footer__content-bottom-wrapper page-width">
      <div class="footer__column footer__localization isolate">
        {%- if section.settings.enable_country_selector and localization.available_countries.size > 1 -%}
          <noscript>
            {%- form 'localization', id: 'FooterCountryFormNoScript', class: 'localization-form' -%}
              <div class="localization-form__select">
                <h2 class="visually-hidden" id="FooterCountryLabelNoScript">{{ 'localization.country_label' | t }}</h2>
                <select
                  class="localization-selector link"
                  name="country_code"
                  aria-labelledby="FooterCountryLabelNoScript"
                >
                  {%- for country in localization.available_countries -%}
                    <option
                      value="{{ country.iso_code }}"
                      {%- if country.iso_code == localization.country.iso_code %}
                        selected
                      {% endif %}
                    >
                      {{ country.name }} ({{ country.currency.iso_code }}
                      {{ country.currency.symbol }})
                    </option>
                  {%- endfor -%}
                </select>
                {% render 'icon-caret' %}
              </div>
              <button class="button button--tertiary">{{ 'localization.update_country' | t }}</button>
            {%- endform -%}
          </noscript>
          <localization-form>
            {%- form 'localization', id: 'FooterCountryForm', class: 'localization-form' -%}
              <div class="no-js-hidden">
                <h2 class="caption-large text-body" id="FooterCountryLabel">{{ 'localization.country_label' | t }}</h2>
                <div class="disclosure">
                  <button
                    type="button"
                    class="disclosure__button localization-form__select localization-selector link link--text caption-large"
                    aria-expanded="false"
                    aria-controls="FooterCountryList"
                    aria-describedby="FooterCountryLabel"
                  >
                    {{ localization.country.name }} ({{ localization.country.currency.iso_code }}
                    {{ localization.country.currency.symbol }})
                    {% render 'icon-caret' %}
                  </button>
                  <div class="disclosure__list-wrapper" hidden>
                    <ul id="FooterCountryList" role="list" class="disclosure__list list-unstyled">
                      {%- for country in localization.available_countries -%}
                        <li class="disclosure__item" tabindex="-1">
                          <a
                            class="link link--text disclosure__link caption-large{% if country.iso_code == localization.country.iso_code %} disclosure__link--active{% endif %} focus-inset"
                            href="#"
                            {% if country.iso_code == localization.country.iso_code %}
                              aria-current="true"
                            {% endif %}
                            data-value="{{ country.iso_code }}"
                          >
                            {{ country.name }}
                            <span class="localization-form__currency"
                              >({{ country.currency.iso_code }}
                              {{ country.currency.symbol }})</span
                            >
                          </a>
                        </li>
                      {%- endfor -%}
                    </ul>
                  </div>
                </div>
                <input type="hidden" name="country_code" value="{{ localization.country.iso_code }}">
              </div>
            {%- endform -%}
          </localization-form>
        {%- endif -%}
        {%- if section.settings.enable_language_selector and localization.available_languages.size > 1 -%}
          <noscript>
            {%- form 'localization', id: 'FooterLanguageFormNoScript', class: 'localization-form' -%}
              <div class="localization-form__select">
                <h2 class="visually-hidden" id="FooterLanguageLabelNoScript">
                  {{ 'localization.language_label' | t }}
                </h2>
                <select
                  class="localization-selector link"
                  name="locale_code"
                  aria-labelledby="FooterLanguageLabelNoScript"
                >
                  {%- for language in localization.available_languages -%}
                    <option
                      value="{{ language.iso_code }}"
                      lang="{{ language.iso_code }}"
                      {%- if language.iso_code == localization.language.iso_code %}
                        selected
                      {% endif %}
                    >
                      {{ language.endonym_name | capitalize }}
                    </option>
                  {%- endfor -%}
                </select>
                {% render 'icon-caret' %}
              </div>
              <button class="button button--tertiary">{{ 'localization.update_language' | t }}</button>
            {%- endform -%}
          </noscript>

          <localization-form>
            {%- form 'localization', id: 'FooterLanguageForm', class: 'localization-form' -%}
              <div class="no-js-hidden">
                <h2 class="caption-large text-body" id="FooterLanguageLabel">
                  {{ 'localization.language_label' | t }}
                </h2>
                <div class="disclosure">
                  <button
                    type="button"
                    class="disclosure__button localization-form__select localization-selector link link--text caption-large"
                    aria-expanded="false"
                    aria-controls="FooterLanguageList"
                    aria-describedby="FooterLanguageLabel"
                  >
                    {{ localization.language.endonym_name | capitalize }}
                    {% render 'icon-caret' %}
                  </button>
                  <div class="disclosure__list-wrapper" hidden>
                    <ul id="FooterLanguageList" role="list" class="disclosure__list list-unstyled">
                      {%- for language in localization.available_languages -%}
                        <li class="disclosure__item" tabindex="-1">
                          <a
                            class="link link--text disclosure__link caption-large{% if language.iso_code == localization.language.iso_code %} disclosure__link--active{% endif %} focus-inset"
                            href="#"
                            hreflang="{{ language.iso_code }}"
                            lang="{{ language.iso_code }}"
                            {% if language.iso_code == localization.language.iso_code %}
                              aria-current="true"
                            {% endif %}
                            data-value="{{ language.iso_code }}"
                          >
                            {{ language.endonym_name | capitalize }}
                          </a>
                        </li>
                      {%- endfor -%}
                    </ul>
                  </div>
                </div>
                <input type="hidden" name="locale_code" value="{{ localization.language.iso_code }}">
              </div>
            {%- endform -%}
          </localization-form>
        {%- endif -%}
      </div>
      <div class="footer__column footer__column--info">
        <div class="footer__copyright caption">
          <small class="copyright__content"
            >&copy; {{ 'now' | date: '%Y' }},
            <!-- HK SIJIU INTERNATIONAL SHARE CO., LIMITED.LOKLIK INC. -->
            All rights reserved.</small
          >
          <!--
            <small class="copyright__content">&copy; {{ 'now' | date: "%Y" }}, {{ shop.name | link_to: routes.root_url }}</small>
          -->
          <!-- <small class="copyright__content">{{ powered_by_link }}</small> -->
          <!-- <small class="copyright__content">,LOKLIK INC. All rights reserved.</small> -->
        </div>
      </div>
    </div>
  </div>
</div>
<script>
  $(function () {
    // js_method();
    if (window.matchMedia('(max-width: 749px)').matches) {
      $('.footer-block__heading').click(function () {
        $(this).siblings().slideToggle(300);
        $(this).toggleClass('active');
      });
    }
  });
  $(function () {
    $('.fn-footer-iconlink_right_imges').click(function () {
      let userEmail = '{{ customer.email }}';
      if (userEmail === '') {
        window.open('{{ section.settings.loklik_icon_link }}');
      } else {
        $.ajax({
          type: 'GET',
          dataType: 'jsonp',
          contentType: false,
          cache: false,
          jsonp: 'callback', //指定一个查询参数名称来覆盖默认的 jsonp 回调参数名 callback
          // jsonpCallback: 'handle', //设置回调函数名
          url: 'https://www.loklik.com/api/user/htv-user-member/getOfficialToken',
          data: { userEmail: userEmail },
          success(result) {
            window.open(result.value);
          },
          error(result) {
            console.log('error', result.status);
          },
        });
      }
    });
  });
  //   $(function(){
  //        let userEmail='{{ customer.email }}';
  // 	   $.ajax({
  //          	 type:'GET',
  //           	 dataType:'jsonp',
  //          	 url: 'http://qn.htvront.com:9000/prod-biz-api/htvront/activity/getstate',
  //          	 data: {user_email: userEmail},
  //          	 jsonp :'callback', //指定一个查询参数名称来覆盖默认的 jsonp 回调参数名 callback
  //              jsonpCallback: 'handle', //设置回调函数名
  //           success(result){
  //              console.log('error',result);
  //             // if (result.message == 'on') {
  //             //  $('#email_verification').css("display","none");
  //             // }
  //           },
  //           error(result){
  //              console.log('error',result.status);
  //           }
  //     });
  // });
  function js_method() {
    let userEmail = '{{ customer.email }}';
    if (userEmail === '') {
      window.open('https://www.loklikworkshop.com');
    } else {
      $.ajax({
        type: 'GET',
        dataType: 'jsonp',
        jsonp: 'callback', //指定一个查询参数名称来覆盖默认的 jsonp 回调参数名 callback
        // jsonpCallback: 'handle', //设置回调函数名
        url: 'https://www.loklikworkshop.com/api/user/htv-user-member/jsonp',
        // url: 'https://www.loklikworkshop.com/api/matter-storage/storage/mate-type/getAll',
        data: { userEmail: userEmail },
        success(result) {
          debugger;
          window.open(result.data);
        },
        error(result) {
          debugger;
          console.log('error', result.status);
        },
      });
    }
  }
  //   window.onload=function(){
  //     var o = document.querySelector('.fly-cart');
  //     o.onmousedown = function (e) {
  //       if (o.setCapture) {
  //         o.setCapture()
  //       }
  //       e = e || window.event
  //       // 鼠标相对于盒子的位置
  //       var offsetX = e.clientX - o.offsetLeft;
  //       var offsetY = e.clientY - o.offsetTop;
  //       var x = 0;
  //       var y = 0;
  //       // 鼠标移动
  //       document.onmousemove = function (evt) {
  //         evt = evt || window.event
  //         o.style.left = evt.clientX - offsetX + "px";
  //         o.style.top = evt.clientY - offsetY + "px";
  //         x = evt.clientY - offsetY;
  //         y = e.clientY - o.offsetTop;
  //       }
  //       // 鼠标抬起
  //       document.onmouseup = function () {
  //         document.onmousemove = null;
  //         document.onmouseup = null;
  //         if (x===0 && y===0) {
  //           window.location.href="https://www.htvront.com/cart";
  //         }
  //       }
  //       return false;
  //     }
  //   }
</script>
{% javascript %}
  class LocalizationForm extends HTMLElement {
    constructor() {
      super();
      this.elements = {
        input: this.querySelector('input[name="locale_code"], input[name="country_code"]'),
        button: this.querySelector('button'),
        panel: this.querySelector('.disclosure__list-wrapper'),
      };
      this.elements.button.addEventListener('click', this.openSelector.bind(this));
      this.elements.button.addEventListener('focusout', this.closeSelector.bind(this));
      this.addEventListener('keyup', this.onContainerKeyUp.bind(this));

      this.querySelectorAll('a').forEach((item) => item.addEventListener('click', this.onItemClick.bind(this)));
    }

    hidePanel() {
      this.elements.button.setAttribute('aria-expanded', 'false');
      this.elements.panel.setAttribute('hidden', true);
    }

    onContainerKeyUp(event) {
      if (event.code.toUpperCase() !== 'ESCAPE') return;

      this.hidePanel();
      this.elements.button.focus();
    }

    onItemClick(event) {
      event.preventDefault();
      const form = this.querySelector('form');
      this.elements.input.value = event.currentTarget.dataset.value;
      if (form) form.submit();
    }

    openSelector() {
      this.elements.button.focus();
      this.elements.panel.toggleAttribute('hidden');
      this.elements.button.setAttribute(
        'aria-expanded',
        (this.elements.button.getAttribute('aria-expanded') === 'false').toString()
      );
    }

    closeSelector(event) {
      const shouldClose = event.relatedTarget && event.relatedTarget.nodeName === 'BUTTON';
      if (event.relatedTarget === null || shouldClose) {
        this.hidePanel();
      }
    }
  }

  customElements.define('localization-form', LocalizationForm);
{% endjavascript %}

{% schema %}
{
  "name": "t:sections.footer.name",
  "blocks": [
    {
      "type": "link_list",
      "name": "t:sections.footer.blocks.link_list.name",
      "settings": [
        {
          "type": "text",
          "id": "heading",
          "default": "Quick links",
          "label": "t:sections.footer.blocks.link_list.settings.heading.label",
          "info": "t:sections.footer.blocks.link_list.settings.heading.info"
        },
        {
          "type": "link_list",
          "id": "menu",
          "default": "footer",
          "label": "t:sections.footer.blocks.link_list.settings.menu.label",
          "info": "t:sections.footer.blocks.link_list.settings.menu.info"
        }
      ]
    },
    {
      "type": "text",
      "name": "t:sections.footer.blocks.text.name",
      "settings": [
        {
          "type": "image_picker",
          "id": "logo",
          "label": "Logo"
        }
      ]
    },
    {
      "type": "image",
      "name": "Image",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "range",
          "id": "image_width",
          "min": 50,
          "max": 200,
          "step": 5,
          "unit": "px",
          "label": "Image width",
          "default": 100
        },
        {
          "type": "select",
          "id": "alignment",
          "label": "Image alignment on large screen",
          "options": [
            {
              "value": "",
              "label": "Left"
            },
            {
              "value": "center",
              "label": "Center"
            },
            {
              "value": "right",
              "label": "Right"
            }
          ],
          "default": "center"
        }
      ]
    }
  ],
  "settings": [
    {
      "type": "select",
      "id": "color_scheme",
      "options": [
        {
          "value": "accent-1",
          "label": "t:sections.footer.settings.color_scheme.options__1.label"
        },
        {
          "value": "accent-2",
          "label": "t:sections.footer.settings.color_scheme.options__2.label"
        },
        {
          "value": "background-1",
          "label": "t:sections.footer.settings.color_scheme.options__3.label"
        },
        {
          "value": "background-2",
          "label": "t:sections.footer.settings.color_scheme.options__4.label"
        },
        {
          "value": "inverse",
          "label": "t:sections.footer.settings.color_scheme.options__5.label"
        }
      ],
      "default": "background-1",
      "label": "t:sections.footer.settings.color_scheme.label"
    },
    {
      "type": "header",
      "content": "t:sections.footer.settings.header__1.content",
      "info": "t:sections.footer.settings.header__1.info"
    },
    {
      "type": "checkbox",
      "id": "newsletter_enable",
      "default": true,
      "label": "t:sections.footer.settings.newsletter_enable.label"
    },
    {
      "type": "text",
      "id": "newsletter_heading",
      "default": "Subscribe to our emails",
      "label": "t:sections.footer.settings.newsletter_heading.label"
    },
    {
      "type": "header",
      "content": "t:sections.footer.settings.header__2.content",
      "info": "t:sections.footer.settings.header__2.info"
    },
    {
      "type": "checkbox",
      "id": "show_social",
      "default": false,
      "label": "t:sections.footer.settings.show_social.label"
    },
    {
      "type": "header",
      "content": "t:sections.footer.settings.header__3.content",
      "info": "t:sections.footer.settings.header__4.info"
    },
    {
      "type": "checkbox",
      "id": "enable_country_selector",
      "default": true,
      "label": "t:sections.footer.settings.enable_country_selector.label"
    },
    {
      "type": "header",
      "content": "t:sections.footer.settings.header__5.content",
      "info": "t:sections.footer.settings.header__6.info"
    },
    {
      "type": "checkbox",
      "id": "enable_language_selector",
      "default": true,
      "label": "t:sections.footer.settings.enable_language_selector.label"
    },
    {
      "type": "header",
      "content": "t:sections.footer.settings.header__7.content"
    },
    {
      "type": "checkbox",
      "id": "payment_enable",
      "default": true,
      "label": "t:sections.footer.settings.payment_enable.label"
    },
    {
      "type": "header",
      "content": "t:sections.all.spacing"
    },
    {
      "type": "range",
      "id": "margin_top",
      "min": 0,
      "max": 100,
      "step": 4,
      "unit": "px",
      "label": "t:sections.footer.settings.margin_top.label",
      "default": 0
    },
    {
      "type": "header",
      "content": "t:sections.all.padding.section_padding_heading"
    },
    {
      "type": "range",
      "id": "padding_top",
      "min": 0,
      "max": 100,
      "step": 4,
      "unit": "px",
      "label": "t:sections.all.padding.padding_top",
      "default": 36
    },
    {
      "type": "range",
      "id": "padding_bottom",
      "min": 0,
      "max": 100,
      "step": 4,
      "unit": "px",
      "label": "t:sections.all.padding.padding_bottom",
      "default": 36
    },
    {
      "type": "url",
      "id": "loklik_icon_link",
      "label": "loklik link"
    },
    {
      "type": "url",
      "id": "htvront_icon_link",
      "label": "htvront link"
    }
  ],
  "default": {
    "blocks": [
      {
        "type": "link_list"
      },
      {
        "type": "text"
      }
    ]
  }
}
{% endschema %}
