/** Shopify CDN: Minification failed

Line 308:3 Expected "}" to go with "{"

**/
/*============================================================================
  #Site Footer
==============================================================================*/
.site-footer {
  background-color: #f8f8f8;
  color: #8c8c8c;
  margin-top: 60px;
  padding: 0; }
  .site-footer .subscribe-form {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 520px;
    margin: 0;
  font-size: initial; }
    @media screen and (max-width: 480px) {
      .site-footer .subscribe-form, .site-footer .klaviyo-form {
        display: block; } }
    .site-footer .subscribe-form .input-group-field {
      height: 45px; }
    .site-footer .subscribe-form #mail, .site-footer .klaviyo-form input[type="email"] {
      font-family: "adobe-caslon-pro", Garamond, Baskerville, Caslon, serif !important;
      font-size: 0.875em !important;
      color: #333 !important;
      background-color: #ffffff !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0px 0px 0px 16px !important;
  height: 45px !important;
  width: auto !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}
      @media screen and (max-width: 480px) {
        .site-footer .subscribe-form #mail, .site-footer .klaviyo-form input[type="email"] {
          width: 100% !important; } }
      .site-footer .subscribe-form #mail::placeholder, .site-footer .klaviyo-form input[type="email"]::placeholder {
        font-family: "adobe-caslon-pro", Garamond, Baskerville, Caslon, serif !important;
        font-size: 0.875em !important;
        color: #8c8c8c !important;
        text-transform: none !important;
        letter-spacing: normal !important; }
    .site-footer .subscribe-form #subscribe, .site-footer .klaviyo-form button {
      font-family: brandon-grotesque,Helvetica,Arial,Lucida Grande,sans-serif !important;
      font-size: 12px !important;
      font-weight: bold !important;
      background: #d9eeef !important;
      border: none !important;
      z-index: 11 !important;
      border: none !important;
      border-radius: 0 !important;
      padding: 0px 16px !important;
      color: #333 !important;
      font-weight: 500 !important;
      text-transform: uppercase !important;
      font-size: 12px !important;
      letter-spacing: 0.15em !important;
      box-shadow: none !important;
  height: 45px !important; }
      @media screen and (max-width: 480px) {
        .site-footer .subscribe-form #subscribe, .site-footer .klaviyo-form button {
          width: 100% !important; } }
  .site-footer .input-group .input-group-field {
    border: none;
    background: none;
    position: relative;
    z-index: 10; }
    .site-footer .input-group .input-group-field:focus {
      background: #f4f4f4; }
  .site-footer .subscribe-label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1; }

.site-footer .klaviyo-form {
  max-width: 520px;
}
.site-footer .klaviyo-form * {
  padding: 0 !important;
  margin: 0 !important;
  min-height: auto !important;
}
.site-footer .klaviyo-form p, .site-footer .klaviyo-form p span {
  font-family: "adobe-caslon-pro", Garamond, Baskerville, Caslon, serif !important;
  font-size: 0.875em !important;
  color: #8c8c8c !important;
  line-height: 1.35 !important;
  text-align: left !important;
}
.site-footer .klaviyo-form p span {
  font-size: 1em !important;
  text-align: left !important;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-menu a {
    display: inline-block; }

@media screen and (max-width: 768px) {
  .flex-rev-order {
    padding: 30px 0;
    margin-bottom: 30px;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .flex-rev-order .flex-item:first-child {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .flex-rev-order .flex-item:last-child {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

/*** FOOTER UPDATES ***/
.footer-main {
padding: 30px 15px; }
@media screen and (min-width: 769px) {
  .footer-main {
    padding-top: 75px;
    padding-bottom: 75px; } }
@media screen and (min-width: 1070px) {
  .footer-main {
    padding-left: 0;
    padding-right: 0; } }
.footer-main p {
  font-size: 0.875em;
  line-height: 1.35; }

.footer-accordion {
margin: 0;
border-top: none;
border-bottom: 1px solid #ffffff;
background-color: transparent; }
@media screen and (min-width: 769px) {
  .footer-accordion {
    padding-right: 20px;
    border-bottom: none; } }

.footer-accordion__trigger {
position: relative;
font-size: 0.75em;
padding: 15px 0 15px 22.5px;
margin-bottom: 0; }
.footer-accordion__trigger::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 1px;
  background-color: currentColor; }
.footer-accordion__trigger::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  width: 1px;
  height: 9px;
  margin-top: -4px;
  background-color: currentColor; }
.footer-accordion__trigger[aria-expanded="true"]::after {
  content: none; }

.footer-heading {
color: #333333;
font-size: 0.75em;
margin-bottom: 20px; }
@media screen and (min-width: 769px) {
  .footer-heading {
    font-size: 0.8125em; } }

.footer-menu {
  font-size: 1em;
  text-align: left;
  text-transform: none;
}
@media screen and (max-width: 769px) {
.footer-menu {
  padding: 5px 0 22.5px 22.5px;
  text-align: left;
} }
.footer-menu li {
margin-bottom: 0.25em; }
.footer-menu a {
font-family: "brandon-grotesque", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 400;
font-size: 0.875em;
line-height: 1.35;
padding: 0;
letter-spacing: normal;
}

@media screen and (max-width: 769px) {
.footer-newsletter {
  padding-top: 60px; } }

.footer-region-social {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 30px; }

.footer-region select {
font-size: 11px;
color: #8c8c8c;
padding-left: 0;
background-image: url("//cdn.shopify.com/s/files/1/0422/4481/t/132/assets/icon-arrow-down.svg?v=142983593228514476741651720729");
min-width: 140px;
border: none;
background-position: right 15px center; }
.footer-region select:focus {
  border: none; }

.footer-base {
padding: 10px 15px;
background-color: #ddedee; }
@media screen and (min-width: 1070px) {
  .footer-base {
    padding-left: 70px;
    padding-right: 70px; } }

.footer-base__grid {
position: relative; }
@media screen and (min-width: 768px) {
  .footer-base__grid {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.footer-copyright {
  font-family: brandon-grotesque,Helvetica,Arial,Lucida Grande,sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: .1em;
padding: 10px 0; }
@media screen and (min-width: 769px) {
  .footer-copyright {
    padding: 0; } }
@media screen and (min-width: 1070px) {
  .footer-copyright {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .footer-copyright.v2 {
    left: auto;
    right: 0;
}
.footer-copyright p {
  color: #333333;
  margin-bottom: 0; }

.footer-payments {
padding: 10px 0; }
@media screen and (min-width: 769px) {
  .footer-payments {
    padding: 0; } }
@media screen and (min-width: 1070px) {
  .footer-payments {
    flex: 1; } }

    .social-icons {
      margin: 0;
    }
.social-icons li {
  margin-bottom: 0;
}
.social-icons li .icon {
  line-height: 18px;
}

    .payment-icons {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: default;
      margin-bottom: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
  }
  .payment-icons li {
      margin: 0 7.5px;
      color: #8c8c8c;
      cursor: default;
  }