/** Shopify CDN: Minification failed

Line 36:0 Unexpected "<"
Line 44:0 Unexpected "<"

**/
/* Footer adjustments */

.form-control {
  --color-border: var(--color-field);
}
.footer-newsletter__term {
  font-size: 14px;
  opacity: 0.8;
}

.footer__copyright-content {
  font-size: 14px;
}

@media screen and (max-width: 768px)
.footer__bottom {
    padding-top: 20px !important;
}

@media screen and (min-width: 769px)
.footer__bottom {
    padding-top: 40px !important;
}

.footer__bottom .icon--large {
    width: 3rem !important;
    height: 3rem !important;
}

<style>
  .footer__copyright-content .digismoothie-link {
    text-decoration: none;
  }

  .footer__copyright-content .digismoothie-link:hover {
    text-decoration: underline !important;
  }
</style>

@media screen and (max-width: 768px)
.menu-drawer__promotions mega-menu__promotions-grid gap-4 {
   display:none
}

/* Mega menu image size */
.promotion-item {
  aspect-ratio: 2 / 3 !important;
  height: auto;
}

/* Mega menu image size */

.section--featured-collection .swiper-controls .swiper-button-prev, .section--featured-collection .swiper-controls .swiper-button-next {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Footer Payment Icons hiding for spacing */

svg[aria-labelledby="pi-maestro"] {
  display: none;
}

svg[aria-labelledby="pi-shopify_pay"] {
  display: none;
}

