/** Shopify CDN: Minification failed

Line 194:0 Expected "}" to go with "{"

**/
.custom-footer {
  background: #7a1216;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.3;
  padding-top: 56px;
}

.custom-footer__wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.3fr;
  gap: 32px;
  padding-bottom: 28px;
}

.custom-footer__logo {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.custom-footer__tagline {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
}

.custom-footer__desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 18px;
  max-width: 260px;
}

.custom-footer__info {
  margin: 0 0 20px;
}

.custom-footer__info p {
  margin: 0 0 2px;
  font-size: 13px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.75);
}

.custom-footer__socials {
  display: flex;
  gap: 10px;
}

.custom-footer__socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.custom-footer__col-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 16px;
}

.custom-footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.custom-footer__column a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.custom-footer__column a:hover {
  text-decoration: underline;
}

.custom-footer__newsletter-text {
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 16px;
}

.custom-footer__form-row {
  display: flex;
  gap: 0;
  margin-bottom: 12px;
}

.custom-footer__input {
  flex: 1;
  padding: 12px 14px;
  border-radius: 8px 0 0 8px;
  border: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.9);
  color: #2b2320;
}

.custom-footer__input::placeholder {
  color: rgba(43, 35, 32, 0.55);
}

.custom-footer__submit {
  background: #b61c22;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-left: none;
  border-radius: 0 8px 8px 0;
  color: #fff;
  padding: 0 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.custom-footer__success {
  font-size: 13px;
  color: #fff;
}

.custom-footer__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

.custom-footer__consent input {
  margin-top: 2px;
}

.custom-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 20px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}

.custom-footer__payments {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.custom-footer__payment-icon {
  width: 34px;
  height: auto;
}

@media screen and (max-width: 989px) {
  .custom-footer__wrap {
    grid-template-columns: 1fr 1fr;
  }
  .custom-footer__brand {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 600px) {
  .custom-footer__wrap {
    grid-template-columns: 1fr;
  }
