/** Shopify CDN: Minification failed

Line 69:4 Unexpected "{"
Line 69:5 Expected identifier but found "%"
Line 78:4 Unexpected "{"
Line 78:5 Expected identifier but found "%"

**/
 #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;
       row-gap: 0;
    }
    div#bottom-footer .footer-left {
      width: 100%;
      text-align: left;
      order:2;
      margin-top: 12px;
    }
    div#bottom-footer div#copy {
      margin-top: 6px;
    }
    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: 24px 0 30px;
  }
   #footer {
    position: relative;
    padding-top: 24px;
     row-gap: 0;
  }
 #footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    border-top: 1px solid var(--dotted-color);
  }
  #footer-wrapper p,
  #footer-wrapper a {
    color: var(--footer-text);
  }

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

   .footer-block {
    margin: 0;
    padding: 0;
  }

  
  /* ---- Footer menu accordion: collapsible on mobile only ---- */
   .footer-menu-accordion {
    margin: 0;
  }

  .footer-menu-accordion .details__summary {
    height: auto;
    padding: 2px 0;
    border-bottom: none !important;
  }
  .footer-menu-accordion .details__link {
    line-height: normal;
    font-weight: bold;
  }
  .footer-menu-accordion .details__content ul {
    margin: 0;
  }
  @media screen and (min-width: 741px) {
    .footer-menu-accordion .details__content {
      display: block !important;
    }
    .footer-menu-accordion .details__icon {
      display: none;
    }
  }

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

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

  #footer-wrapper ul li a:hover {
    color: var(--footer-text);
  }
 /* ---- Newsletter: inline email + arrow submit (Tom Ford style) ---- */
  .footer-sect.footer-newsletter {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .footer-sect.footer-newsletter h2,
  .footer-sect.footer-newsletter p,
  .footer-newsletter #footer_signup {
    margin-left: 0;
    padding-left: 0;
    text-align: left;
  }
  /* ---- Newsletter: inline email + arrow submit (Tom Ford style) ---- */
  .footer-newsletter__row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--dotted-color);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  input#footer-EMAIL {
    flex: 1 1 auto;
    height: auto;
    min-width: 0;
    margin-bottom: 0;
    background: transparent;
    color: var(--footer-input-text);
     text-indent: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
     font-size: 15px;
  }

  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: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    /*background: transparent; */
    border: 0;
    cursor: pointer;
  }
  #footer-subscribe:hover {
  background: transparent !important;
  color: var(--footer-text);
}

  #footer-subscribe svg {
   width: 20px;
  height: 20px;
  display: block;
  }

  .footer-newsletter #footer_signup {
    margin-bottom: 10px;
  }

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