/** Shopify CDN: Minification failed

Line 108:18 Expected "]" to go with "["

**/
:root {
  --ctm-text-color: #323230;
  --ctm-font-family: Noto Sans;
  --ctm-font-size: 15px;
  --ctm-font-weight: 400;
  --ctm-font-style: normal;
  --ctm-line-height: 179%;
}

@media (min-width: 750px) {
  footer-accordion.accordion.footer-block.footer-block--menu {
    display: flex;
    justify-content: center;
  }
  footer-accordion.accordion.footer-block.footer-block--menu:last-of-type {
    border-top: none;
  }
  footer-accordion.accordion.footer-block.footer-block--menu details {
    width: max-content;
  }
}

.caption-large.ctm-style-caption-text,
.footer .list-menu__item--link {
  color: var(--ctm-text-color);
  font-family: var(--ctm-font-family);
  font-size: var(--ctm-font-size);
  font-weight: var(--ctm-font-weight);
  font-style: var(--ctm-font-style);
  line-height: var(--ctm-line-height);
}
.accordion.footer-block summary .accordion__title,
.footer-block--newsletter summary .accordion__title {
  color: #323230;
  font-family: Roboto Condensed;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.38px;
  text-transform: uppercase;
}
p.social-accordion-title {
  color: var(--ctm-text-color);
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0px;
}

.footer .list-menu__item--link {
  line-height: 39%;
}

.newsletter-form .field__input {
  padding-inline-start: 0px;
}
.newsletter-form .field__input:focus-visible {
  border-color: unset;
  border-left: unset;
  border-right: unset;
  border-top: unset;
}
.newsletter-form .field__input {
  border: unset;
  border-bottom: 0.1rem solid transparent;
  border-color: #979593;
  border-radius: unset;
}
.newsletter-form .field:hover .field__input {
  /* border: unset; */
}
.list-social__link {
  width: 3.4rem;
  height: 3.4rem;
  transition-property: color;
  border: 1px solid #c4c4c490;
  border-radius: 100% !important;
}
.list-social__link:after {
  background-color: unset;
}
/* .list-social__link:hover svg{
  background-color: #cf292b;
  border-radius: 100%;
} */
.list-social__link:hover svg path {
  fill: white !important;
}
.list-social__link:hover {
  background-color: #cf292b;
  border-radius: 100%;
  border-color: #cf292b;
}
/* .list-social__link:hover svg {
  stroke: none;
} */
.list-social__link svg:hover circle {
  stroke: unset;
}
circle[Attributes Style]:hover {
  stroke: rgb(212, 212, 216);
}
#ContactFooter > .field:focus-visible {
  outline: unset;
  outline-offset: unset;
  box-shadow: unset;
}
#ContactFooter-email::placeholder {
  color: #323230;
  font-family: Noto Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 262%;
}
.footer__content-bottom-wrapper {
  justify-content: center;
}
.footer__content-bottom {
  padding-block: 3rem;
  position: relative;
}
.footer__content-bottom:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: black;
}
.footer__content-bottom-wrapper * {
  width: max-content;
}
.footer__content-bottom-wrapper {
  justify-content: center;
  align-items: center;
}
/* .footer__content-top {
  padding-bottom: 0;
  padding-top: 5.604rem;
} */
.custom-border-footer-bottom {
  display: none;
}
.copyright__content {
  font-family: "Noto Sans";
}
@media (min-width: 750px) {
  .custom-border-footer-bottom {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #727272;
    /* margin-top: 0rem; */
    opacity: 0.3;
  }
}
@media (max-width: 480px) {
  .footer__content-top {
    padding-bottom: 0;
    padding-top: 5rem;
  }
}
.list-social {
  margin-inline-start: unset;
  gap: 1rem;
}
.link-with-icon .icon {
  width: 1.4rem;
  height: 1.4rem;
}
@media screen and (min-width: 750px) {
  .footer .grid--5-col .grid__item {
    width: calc(18% - var(--grid-horizontal-spacing) * 3 / 4);
  }
  .footer .grid--5-col .grid__item {
    width: calc(50% - var(--grid-horizontal-spacing) / 2);
    max-width: calc(19% - var(--grid-horizontal-spacing) / 2);
  }
}
