/** Shopify CDN: Minification failed

Line 76:2 Unexpected "{"
Line 76:3 Expected identifier but found "%"
Line 85:2 Unexpected "{"
Line 85:3 Expected identifier but found "%"

**/
.footer-block {
    text-align: left;
    /* justify-content: center;
    display: flex
; */
}

#footer-wrapper {
  text-align: var(--footer-text-align);
}
.footer--divider {
  border-bottom: 1px solid var(--dotted-color);
  margin-top: 0px;
}

.footer-block .logo-image {
  max-width: var(--footer-logo-width);
  width: var(--footer-logo-width);
}

div#bottom-footer {
  display: flex;
  margin: 0 auto;
  align-items: flex-end;
}

div#bottom-footer .footer-left {
  width: 50%;
  text-align: left;
}

div#bottom-footer .footer-right {
  width: 50%;
  text-align: right;
}
div#bottom-footer #payment {
  text-align: right;
  margin-top: 16px;
}
div#bottom-footer #footer-icons {
  margin: 0;
}
div#bottom-footer #footer-icons i {
  font-size: 19px;
}
div#bottom-footer div#copy {
  margin-top: 21px;
  text-transform: capitalize;
}
div#bottom-footer #copy p {
  text-align: left;
  margin: 0;
}
ul.policies.list-unstyled {
  display: flex;
  gap: 10px;
  list-style: none;
  margin-bottom:0;
  flex-wrap: wrap;
}
@media (min-width: 980px) {
  #footer #payment {
    text-align:   text-align: var(--footer-text-align);
  }
  #footer ul#footer-icons {
  text-align:  text-align: var(--footer-text-align);
  }
  {% if section.settings.footer_text_align == 'left' %}
    #footer ul#footer-icons li:first-child {
      margin-left: 0;
      padding-left: 0;
    }
    #footer .selectors-form {
      justify-content: flex-start;
      flex-wrap: nowrap;
    }
  {% endif %}
}
@media (max-width: 740px) {
  div#bottom-footer {
    flex-wrap: wrap;
  }
  div#bottom-footer .footer-left {
    width: 100%;
    text-align: left;
    order:2;
    margin-top: 31px;
  }
  div#bottom-footer .footer-right {
    width: 100%;
    text-align: left;
    order: 1;
  }
  div#bottom-footer .selectors-form {
    justify-content: flex-start;
    margin: 0;
  }
  div#bottom-footer #payment {
    text-align: left;
  }
  div#bottom-footer  .footer-section .disclosure__toggle {
    height: 44px;
    width: 80px;
  }
  section.footer-block {
    vertical-align: top;
  }
}

/* =============== */
/* = Footer = */
/* =============== */
.credit img {
  height: 28px;
}

#bottom-logo {
  margin-top: 50px;
  text-align: center;
}

#footer-wrapper {
  z-index: 2;
  clear: left;

  background: var(--footer-background);
  padding: 63px 0 30px;
}

#footer-wrapper p,
#footer-wrapper a {
  color: var(--footer-text);
}

#footer-wrapper h2,
#footer-wrapper h3 {
  color: var(--footer-text);
  padding-bottom: 3px;
}

#footer-wrapper ul {
  list-style: none;
}

#footer-wrapper ul li a {
  line-height: 2.14;
  color: var(--footer-text);
}

#footer-wrapper ul li a:hover {
  color: var(--footer-text);
}

input#footer-EMAIL {
  display: inline-block;
  margin-bottom: 10px;
  background: var(--footer-input);
  color: var(--footer-input-text);
  border: 0;
  border-radius: 0;
}

input#footer-EMAIL::-webkit-input-placeholder { /* WebKit browsers */
  color: var(--footer-input-text);
}
input#footer-EMAIL:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: var(--footer-input-text);
}
input#footer-EMAIL::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: var(--footer-input-text);
}
input#footer-EMAIL:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: var(--footer-input-text);
}

#footer-subscribe {
  display: inline-block;
  background: var(--footer-button);
  color: var(--footer-button-text);
  border: 0;
  font-weight: var(--main-weight);
  white-space: normal;
}

ul#footer-icons li {
  display: inline-block;
  margin: 0 10px;
  width: auto;
  height: 19px;
}

ul#footer-icons li a {
  font-size: 14px;
  color: var(--footer-icons-color);
}

.credit {
  text-align: center;
}

.credit p {
  color: var(--footer-text);
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 15px;
}

.credit a {
  color: var(--footer-text);
}
#mc_embed_signup {
  width: 100%;
}

#mce-EMAIL {
  float: left;
  text-align: center;
  text-indent: 0;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
}

#payment svg {
  display: inline;
  width: 40px;
  height: 25.25px;
  text-align: center;
  margin: 0 1px;
}

body.index div#footer-wrapper {
  margin-top: 0;
}

/* ---- Scrollup ---- */

.scrollup {
  width:40px;
  height:40px;
  line-height: 40px;
  opacity:0;
  position:fixed;
  bottom:20px;
  right:20px;
  z-index: 3;
  transform: translateY(100px);
  transition: all .5s ease;
  text-align: center;
  background: transparent;
}

.scrollup.showBtn {
  opacity: 0.4;
  transform: translateY(0)
  color: var(--text-color);
}

.scrollup:hover {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
  background: transparent;
}

/* ---- Fix the typo in your desktop rule ---- */
@media (min-width: 980px) {
  #footer #payment { text-align: var(--footer-text-align); }
  #footer ul#footer-icons { text-align: var(--footer-text-align); }
}


.footer-topbar {
  background: var(--ftb-bg);
  color: var(--ftb-text);
  min-height: var(--ftb-h);
  display: block;
    border-top: 1px solid var(--dotted-color);
}
.footer-topbar__inner {
  max-width: var(--ftb-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ftb-gap);
  padding: 50px 0px;
  line-height: 1;
  height: var(--ftb-h);
      border-top: 1px solid #353535;
}
.footer-topbar__copy {
  margin: 0;
  font-size: var(--ftb-fs);
  opacity: .9;
  white-space: nowrap;
}
.footer-topbar__links {
  display: flex;
  gap: var(--ftb-gap);
  margin: 0;
  padding: 0;
}
.footer-topbar__links li { list-style: none; }
.footer-topbar__links a {
  font-size: var(--ftb-fs);
  color: var(--ftb-text);
  text-decoration: none;
  opacity: .9;
}
.footer-topbar__links a:hover { opacity: 1; text-decoration: underline; }


.footer-brandbar {
  background: var(--fbb-bg);
  color: var(--fbb-text);
  min-height: var(--fbb-h);
  display: block;
      margin-top: 1px;
}
.footer-brandbar__inner {
  max-width: var(--fbb-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--fbb-gap);
  padding: 80px 0px;
  height: var(--fbb-h);
}
.footer-brandbar__logo {
  display: block;
  height: calc(var(--fbb-h) - 24px);
  width: auto;
}
.footer-brandbar__store {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .02em;
}
.footer-brandbar__right #footer-icons { margin: 0; } 


@media (max-width: 740px) {
  .footer-topbar__inner{
        row-gap: 8px;
        height: auto;
        min-height: unset;
        padding: 20px 0px !important;
        display: flex;
        flex-direction: column-reverse;
                   align-items: center !important;
        text-align: center !important;
        line-height: inherit !important;
       
  }
   .footer-brandbar__inner {
        row-gap: 20px;
        height: auto;
        min-height: unset;
        padding: 30px 0px !important;
        display: flex;
        flex-direction: column;
     align-items: baseline !important;
             margin-bottom: -15px;

  }
  .footer-topbar__copy { white-space: normal; }
}
.footer-brandbar__inner ul.social-icons__list.span-12.auto {
    width: 100%;
    text-align: center;
}
ul.footer-topbar__links {
    margin-top: -8px;
}

svg.testament--facebook.social-icons--icon {
    width: 40px;
}

