/** Shopify CDN: Minification failed

Line 82:0 Unexpected "}"
Line 100:28 Unexpected "{"
Line 100:37 Expected ":"

**/
.cstm-footer-cls .policies > li:first-child::before {
  content: none;
}
.cstm-footer-cls .footer-block-image {
  display: block;
}

.cstm-footer-cls .svg-wrapper {
  height: 40px;
  width: 40px;
}
.cstm-footer-cls .list-social__item .icon {
  width: 5.5rem;
  height: 5.5rem;
}

.cstm-footer-cls .footer-block__brand-info .footer__list-social.list-social {
  justify-content: left;
  gap: 16px;
  flex-direction: row-reverse;
  margin-bottom: 1rem;
}

.cstm-footer-cls .list-social__link {
  padding: 1.1rem 0;
}

.cstm-footer-cls ul.policies.list-unstyled .copyright__content {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.cstm-footer-cls .footer__content-top {
  padding-bottom: 2rem;
}
.cstm-footer-cls .footer__content-bottom {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0);
  padding-top: 0rem;
}
.cstm-footer-cls .scroll-trigger.animate--slide-in {
  opacity: 1;
}
.cstm-footer-cls .footer__copyright {
  margin: 1.5rem 0 1.5rem 0;
  color: white;
}
.cstm-footer-cls .footer-block__details-content .list-menu__item--link:hover,
.copyright__content a:hover {
  text-decoration: none;
}
.cstm-footer-cls .footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: rgba(var(--color-foreground), 1);
}
.cstm-footer-cls a.link.link--text.list-menu__item.list-menu__item--link {
  border-bottom: 1px solid #9b9b9b;
  padding-bottom: 8px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.cstm-footer-cls .footer__copyright .copyright__content {
  font-size: 15px;
}
.cstm-footer-cls .list-menu__item--active {
    text-decoration: none;
}

.cstm-footer-cls .policies li:before {
  color: white;
  font-size: 20px;
}
  
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .cstm-footer-cls .grid--4-col-tablet .grid__item {
    width: calc(25% - (var(--grid-desktop-horizontal-spacing) * 2 / 4));
  }
  
  .cstm-footer-cls .footer-block__brand-info .footer__list-social.list-social {
    justify-content: center;
  }
  
  .cstm-footer-cls .footer-block__brand-info {
    text-align: center;
  }
}


@media(max-width: 749px) {
  .cstm-footer-cls.section-{{ section.id }}-padding{
        padding-top: 0;
  }
  .cstm-footer-cls a.link.link--text.list-menu__item.list-menu__item--link {
    border-bottom: 1px solid #9b9b9b; 
    padding-bottom: 0;
    font-size: 14px;
    display: inline-block;
    padding-top: 2px;
}
  .cstm-footer-cls .list-menu__item {
    justify-content: center;
}
  .cstm-footer-cls .footer-block__brand-info .footer__list-social.list-social {
    justify-content: center;
}
.cstm-footer-cls ul.policies.list-unstyled .copyright__content {
    font-size: 1.3rem;
}
     .cstm-footer-cls .footer-block.grid__item {
        margin: 0rem 0;
    }
  .cstm-footer-cls  .footer-block__details-content {
    margin-bottom: 0;
    text-align: center;
}
  .cstm-footer-cls .scroll-trigger.animate--slide-in {
    margin-bottom: 0;
}
  /* .cstm-footer-cls .footer__copyright {
    margin: 0;
}
 */
 .cstm-footer-cls .footer-block__brand-info {
    text-align: center;
  }

.cstm-footer-cls .footer__content-top {
  padding-bottom: 2px;
  /* margin-top: -60px; */
}
}
