/** Shopify CDN: Minification failed

Line 22:19 Expected identifier but found whitespace
Line 22:21 Unexpected "{"
Line 22:30 Expected ":"
Line 23:10 Expected identifier but found whitespace
Line 23:12 Unexpected "{"
Line 23:21 Expected ":"
Line 23:52 Expected ":"
Line 84:0 Unexpected "}"
Line 96:19 Expected identifier but found whitespace
Line 96:21 Unexpected "{"
... and 11 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bonge-brand-logos (INDEX:7) */
.bonge-brands {
  background-color: {{ section.settings.background_color }};
  padding: {{ section.settings.padding_vertical }}px 0;
  overflow: hidden;
}

.bonge-brands__header {
  text-align: center;
  margin-bottom: 16px;
}

.bonge-brands__label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5a6355;
  font-weight: 600;
}

.bonge-brands__ticker {
  display: flex;
  width: 100%;
  overflow: hidden;
}

.bonge-brands__track {
  display: flex;
  align-items: center;
  gap: 56px;
  flex-shrink: 0;
  padding-right: 56px;
  animation: bonge-ticker var(--speed, 25s) linear infinite;
}

@keyframes bonge-ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.bonge-brands__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.bonge-brands__logo-img {
  height: var(--logo-height, 32px);
  width: 120px;
  object-fit: contain;
  display: block;
}

.bonge-brands__logo-text {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #1a2e1a;
  white-space: nowrap;
}
}
/* END_SECTION:bonge-brand-logos */

/* START_SECTION:bonge-trust-bar (INDEX:8) */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

.bonge-trust-bar,
.bonge-trust-bar * {
  font-family: 'Archivo', sans-serif;
}

.bonge-trust-bar {
  background-color: {{ section.settings.background_color }};
}
.bonge-trust-bar__inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.bonge-trust-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  flex: 1;
  min-width: 200px;
  justify-content: center;
}
.bonge-trust-bar__icon {
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1;
}
.bonge-trust-bar__text {
  display: flex;
  flex-direction: column;
}
.bonge-trust-bar__text strong {
  font-size: 13px;
  font-weight: 600;
  color: {{ section.settings.heading_color }};
  line-height: 1.3;
}
.bonge-trust-bar__text span {
  font-size: 12px;
  color: {{ section.settings.subtext_color }};
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .bonge-trust-bar__inner {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: flex-start;
    padding: 0 16px;
  }
  .bonge-trust-bar__inner::-webkit-scrollbar {
    display: none;
  }
  .bonge-trust-bar__item {
    flex: 0 0 auto;
    min-width: 200px;
    border-right: 1px solid rgba(255,255,255,0.15);
    border-bottom: none;
    padding: 10px 16px;
    justify-content: flex-start;
  }
  .bonge-trust-bar__item:last-child {
    border-right: none;
  }
  .bonge-trust-bar__text strong {
    font-size: 12px;
  }
  .bonge-trust-bar__text span {
    font-size: 11px;
  }
}
/* END_SECTION:bonge-trust-bar */

/* START_SECTION:bonge-usp (INDEX:9) */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

.bonge-usp,
.bonge-usp * {
  font-family: 'Archivo', sans-serif;
}

.bonge-usp {
  background-color: {{ section.settings.background_color }};
  padding: 72px 32px;
}

.bonge-usp__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.bonge-usp__header {
  text-align: center;
  margin-bottom: 48px;
}

.bonge-usp__kicker {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  color: #5a7a4a;
  margin-bottom: 10px;
}

.bonge-usp__heading {
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #1a2e1a;
  font-weight: 400;
}

.bonge-usp__grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
}

.bonge-usp__grid::-webkit-scrollbar {
  display: none;
}

.bonge-usp__item {
  flex: 0 0 280px;
  background: #ffffff;
  border-radius: 12px;
  padding: 32px 28px;
  text-align: center;
}

.bonge-usp__icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.bonge-usp__icon {
  font-size: 24px;
  line-height: 1;
}

.bonge-usp__item-title {
  font-size: 18px;
  letter-spacing: -0.01em;
  color: #1a2e1a;
  font-weight: 500;
  margin-bottom: 10px;
}

.bonge-usp__item-text {
  font-size: 14px;
  color: #5a6355;
  line-height: 1.65;
}

@media screen and (min-width: 900px) {
  .bonge-usp__grid {
    overflow-x: visible;
  }
  .bonge-usp__item {
    flex: 1;
  }
}
/* END_SECTION:bonge-usp */