@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?4jhb5p");
  src: url("../fonts/icomoon/icomoon.eot?4jhb5p#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?4jhb5p") format("truetype"), url("../fonts/icomoon/icomoon.woff?4jhb5p") format("woff"), url("../fonts/icomoon/icomoon.svg?4jhb5p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Developer Note: Only modify code from this line onward */
.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-line-down:before {
  content: "\e902";
}

.icon-arrow-line-left:before {
  content: "\e903";
}

.icon-arrow-line-right:before {
  content: "\e904";
}

.icon-arrow-line-top:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e906";
}

.icon-arrow-top:before {
  content: "\e907";
}

.icon-brw:before {
  content: "\e908";
}

.icon-cart:before {
  content: "\e909";
  color: black;
}
@media (max-width: 768px) {
  .icon-cart:before {
    color: white;
  }
}

.icon-cel:before {
  content: "\e90a";
}

.icon-cupom:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\e90c";
}

.icon-goals:before {
  content: "\e90d";
}

.icon-hamburguer:before {
  content: "\e90e";
}

.icon-heart-fill:before {
  content: "\e90f";
}

.icon-heart:before {
  content: "\e910";
}

.icon-instagram-line:before {
  content: "\e911";
}

.icon-instagram:before {
  content: "\e912";
}

.icon-linkedin:before {
  content: "\e913";
}

.icon-mail:before {
  content: "\e914";
}

.icon-map:before {
  content: "\e915";
}

.icon-orders:before {
  content: "\e916";
}

.icon-search:before {
  content: "\e917";
}

.icon-tiktok:before {
  content: "\e918";
}

.icon-truck:before {
  content: "\e919";
}

.icon-user:before {
  content: "\e91a";
}

.icon-youtube:before {
  content: "\e91b";
}

@media (768px <= width <= 1023px) {
  html:has(.block-flex--overflow-tablet),
  body:has(.block-flex--overflow-tablet) {
    overflow-x: hidden !important;
  }
}

@media (width >= 1024px) {
  html:has(.block-flex--overflow-desktop),
  body:has(.block-flex--overflow-desktop) {
    overflow-x: hidden !important;
  }
}

.block-flex {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  overflow-x: clip;
}
.block-flex.block-flex--overflow-mobile, .block-flex.block-flex--overflow-tablet, .block-flex.block-flex--overflow-desktop {
  overflow-x: visible;
}
.block-flex:has(.has-next-preview-mobile), .block-flex:has(.has-next-preview-tablet), .block-flex:has(.has-next-preview-desktop) {
  overflow-x: visible !important;
}
.block-flex .block-flex__inner {
  display: block;
  width: 100%;
}
.block-flex:not(:has(.container)) .block-flex__header {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.block-flex .block-flex__header {
  width: 100%;
  margin-bottom: 2rem;
}
.block-flex .block-flex__header--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media (width <= 767px) {
  .block-flex .block-flex__header--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.block-flex .block-flex__header--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.block-flex .block-flex__title {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.block-flex .block-flex__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.block-flex .block-flex__content {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 768px) {
  .block-flex .block-flex__content .divider-items {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.block-flex[style*=background-image]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.block-flex[style*=background-image] .block-flex__inner {
  position: relative;
  z-index: 1;
}
.block-flex .degrade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  z-index: 10;
  height: 100%;
}
.block-flex.bg-primary .degrade {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#0048b2));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #0048b2 100%);
}
.block-flex.bg-black .degrade {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#000000));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #000000 100%);
}
