/** Shopify CDN: Minification failed

Line 37:14 Expected identifier but found whitespace
Line 37:16 Unexpected "{"
Line 37:25 Expected ":"
Line 37:51 Expected ":"
Line 38:17 Expected identifier but found whitespace
Line 38:19 Unexpected "{"
Line 38:28 Expected ":"
Line 38:57 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:accio-banner (INDEX:1) */
.accio-banner {
  overflow: hidden;
}

.accio-banner .accio-container {
  width: 100%;
  overflow: hidden;
}

.accio-banner img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}
/* END_SECTION:accio-banner */

/* START_SECTION:accio-trust-bar (INDEX:12) */
.accio-trust-bar {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
.accio-trust-bar__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: center;
  align-items: flex-start;
}
.accio-trust-bar__col {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.8rem;
}
.accio-trust-bar__img-wrap {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accio-trust-bar__img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.accio-trust-bar__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}
.accio-trust-bar__text {
  font-size: 1.3rem;
  margin: 0;
  opacity: 0.8;
}
@media (max-width: 749px) {
  .accio-trust-bar__inner {
    flex-direction: column;
    align-items: center;
  }
  .accio-trust-bar__col {
    flex: none;
    width: 100%;
  }
}
/* END_SECTION:accio-trust-bar */