@font-face {
  font-family: Guaruja Regular;
  src: url('../fonts/FontsFreeNettipografioguarujagroteskregular2.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Guaruja Bold;
  src: url('../fonts/GuarujaGrotesk-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.text-header-aviso-azul {
  color: #fff;
  cursor: pointer;
  font-family: Guaruja Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.aviso-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: none;
  position: static;
}

.icon-header {
  width: 30px;
  height: 30px;
  margin-right: -20px;
  padding: 4px;
}

.text-header-aviso {
  color: #303031;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.text-block {
  color: #fff;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.div-aviso {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #e8ecef00;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  display: none;
}

.text-block-azul-sublime {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.image {
  z-index: 34;
  vertical-align: text-top;
  cursor: pointer;
  padding: 4px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.nav-menu {
  color: #303031;
  background-color: #f3f3f3;
  border-radius: 100px;
  margin-top: 0;
  font-weight: 600;
  display: block;
}

.brand {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.account-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-end;
  align-items: center;
  width: 15%;
  display: flex;
}

.navlink {
  background-color: #fff;
  border: 3px solid #f3f3f3;
  border-radius: 100px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.navlink.w--current {
  font-family: Guaruja Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.logo-img {
  height: 24px;
  display: none;
}

.navlink-notselected {
  color: #000;
  background-color: #f3f3f3;
  border: 3px solid #f3f3f3;
  border-radius: 100px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Guaruja Bold, sans-serif;
  font-weight: 700;
}

.navlink-notselected.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  font-family: Guaruja Bold, sans-serif;
  font-weight: 700;
}

.logo-img-extended {
  height: 24px;
}

.menu-wrapper {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 80px;
  display: flex;
  position: static;
}

.icon-header-search {
  width: 30px;
  height: 30px;
  padding: 4px;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 1329px;
  margin-top: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.container-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  max-width: 1329px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-heading-left {
  background-color: #f5f7fa00;
  border: 0 solid #000;
  width: auto;
  padding: 72px 24px 24px;
  position: relative;
}

.container-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1329px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 1329px;
  display: flex;
}

.hero-split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 80%;
  display: flex;
}

.heading-regular {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Bold, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 65px;
}

.hero-right {
  color: #000;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 20%;
  display: flex;
}

.margin-bottom-24px {
  color: #000;
  text-align: right;
  margin-bottom: 8px;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 700;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #377dff;
  border-radius: 100px;
  padding: 8px 12px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-3 {
  border-radius: 14px;
  width: 100px;
}

.div-block-3 {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.linha {
  background-color: #adadad70;
  width: 80%;
  height: 1px;
  margin-top: 8px;
}

.divblog3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.button-3 {
  color: #000;
  background-color: #e8ecef;
  border-radius: 100px;
  font-family: Guaruja Regular, sans-serif;
}

.gallery-slider {
  border: 0 solid #000;
  border-radius: 0;
  padding: 24px 30px;
  position: relative;
}

.div-block-6 {
  background-color: #e8ecef;
  border-radius: 20px;
  padding: 30px 36px;
}

.heading-2 {
  color: #000;
  margin-top: 0;
  font-family: Guaruja Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-4 {
  width: 42px;
  height: 42px;
}

.text-block-4 {
  flex: 0 auto;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.paragrafoblogpost {
  cursor: pointer;
  font-family: Guaruja Bold, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.paragrafonextlevel {
  color: #000;
  margin-bottom: 0;
  padding: 8px;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  font-family: Guaruja Regular, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.icons-esporte {
  width: 42px;
  height: 42px;
}

.bold-text {
  text-decoration: underline;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divblog {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 8px 8px;
  display: flex;
}

.text-blog {
  color: #000;
  background-color: #e8ecef00;
  border-radius: 0;
  padding-left: 0;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.modocut {
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.paragraph {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
}

.div-block-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 8px 8px;
  display: flex;
}

.divblog2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.gallery-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1329px;
  display: grid;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1329px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  height: 100px;
}

.container-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1329px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.frame-6 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 523px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Bold, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-7 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-5 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1329px;
  text-decoration: none;
  display: flex;
}

.tabs-menu-2 {
  width: 30%;
  height: 20%;
  line-height: 100%;
  display: block;
}

.ultra-mockup {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  overflow: hidden;
}

.nada {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: auto;
  display: block;
  overflow: auto;
}

.text-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block-10 {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.tab-pane-tab-2-2 {
  width: auto;
}

.tabs-content-2 {
  width: 70%;
}

.section {
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-abas {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-13 {
  display: flex;
}

.tabs-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-link-tab-2-copy {
  color: #000;
  background-color: #fff;
  border: 1px solid #acacac;
  border-radius: 20px;
  margin: 4px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-link-tab-2-copy.w--current {
  color: #e8ecef;
  -webkit-text-stroke-color: #fff;
  background-color: #000;
}

.tab-link-tab-1 {
  color: #000;
  background-color: #fff;
  border: 1px solid #acacac;
  border-radius: 20px;
  margin-left: 4px;
  margin-right: 4px;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 16px;
  display: inline-block;
}

.div-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-5 {
  justify-content: center;
  align-items: center;
  width: 63%;
  max-width: none;
  height: auto;
  display: inline-flex;
  position: static;
  overflow: visible;
}

.frame-23-copy {
  grid-column-gap: 10px;
  background-color: #e8ecef;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 100%;
  height: 409px;
  margin: 8px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.frame-19-copy {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 75%;
  max-width: none;
  height: auto;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1329px;
  max-width: 1329px;
  height: auto;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.tab-link-tab-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #acacac;
  border-radius: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.tab-link-tab-2.w--current {
  color: #e8ecef;
  -webkit-text-stroke-color: #fff;
  background-color: #000;
}

.smart-case {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  overflow: auto;
}

.tabs {
  width: 100%;
  margin-top: -100px;
  display: block;
}

.text-block-5 {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.frame-18-copy {
  grid-column-gap: 10px;
  aspect-ratio: auto;
  background-color: #e8ecef;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: 409px;
  margin: 8px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.tab-link-tab-1-copy {
  color: #000;
  background-color: #fff;
  border: 1px solid #acacac;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 4px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  display: inline-block;
}

.tab-link-tab-1-copy.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin: 4px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  display: inline-block;
}

.text-4 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.text-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.tabs-menu {
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Guaruja Bold, sans-serif;
  display: flex;
}

.tab-link-tab-2-copy-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #acacac;
  border-radius: 20px;
  margin-left: 4px;
  margin-right: 4px;
}

.tab-link-tab-2-copy-2.w--current {
  color: #e8ecef;
  -webkit-text-stroke-color: #fff;
  background-color: #000;
}

.frame-18-copy-copy {
  grid-column-gap: 10px;
  aspect-ratio: auto;
  background-color: #e8ecef;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 409px;
  margin: 8px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.div-block-16 {
  background-color: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.div-block-14 {
  width: 100%;
  height: auto;
}

.text-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-19 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: none;
  height: 409px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.div-block-16-copy {
  background-color: #fff;
  border: 1px solid #a5a5a5;
  border-radius: 20px;
  width: 8px;
  height: 8px;
}

.div-block-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-7-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.o-iwo-ultra-pro-amoled-max-um-rel-gio-inteligente-focado-em-durabilidade-que-combina-tecnologia-de-ponta-com-um-design-elegante-0 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.o-iwo-ultra-pro-amoled-max-um-rel-gio-inteligente-focado-em-durabilidade-que-combina-tecnologia-de-ponta-com-um-design-elegante-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.tab-pane-tab-1 {
  width: 100%;
}

.frame-20 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-21 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1329px;
  text-decoration: none;
  display: flex;
}

.frame-18 {
  grid-column-gap: 10px;
  aspect-ratio: auto;
  background-color: #e8ecef;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  max-width: none;
  height: 409px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block-18 {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.classicperfil {
  object-fit: cover;
  width: 63%;
  max-width: none;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: block;
  overflow: hidden;
}

.frame-25 {
  grid-column-gap: 10px;
  border: 1px solid #8e8e8e;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  text-decoration: none;
  display: flex;
}

.frame-26 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 1329px;
  max-width: 1329px;
  height: auto;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.section-copy {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tabs-3 {
  width: 100%;
  margin-top: -100px;
  display: block;
}

.text-block-10 {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.frame-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.text-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.frame-27 {
  grid-column-gap: 10px;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 87px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
  position: static;
  top: 278px;
  left: 8.5px;
}

.text-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-12 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-23 {
  grid-column-gap: 10px;
  background-color: #e8ecef;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 25%;
  max-width: 100%;
  height: 409px;
  text-decoration: none;
  display: flex;
}

.text-13 {
  color: #000;
  letter-spacing: .04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-28 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: none;
  height: 409px;
  padding: 8px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.div-block-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.o-iwo-ultra-pro-amoled-max-um-rel-gio-inteligente-focado-em-durabilidade-que-combina-tecnologia-de-ponta-com-um-design-elegante-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.global-padding {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1329px;
  height: 100%;
  padding: 1rem 0 40px;
  display: flex;
}

.typo-zoom-sticky-inner {
  background-image: radial-gradient(circle at 50% 100%, #0000, #fff), url('../images/bgtelas.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.section-typo-zoom-in {
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 300vh;
  margin-bottom: -2px;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.title2 {
  color: #000;
  text-align: center;
  font-family: Guaruja Bold, sans-serif;
  font-size: 3.375em;
  font-weight: 700;
  line-height: 1.1em;
}

.typo-zoom-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.background-video {
  opacity: 1;
  flex-flow: column;
  width: 1080px;
  height: 300px;
  display: block;
  overflow: hidden;
}

.typo-zoom-text-wrapper {
  width: 50vw;
}

.text-center {
  text-align: center;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-left: auto;
  margin-right: auto;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.section-tutorial {
  padding-top: 0;
  padding-bottom: 9em;
}

.typo-zoom-text-image {
  width: 100%;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.typo-zoom-text {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.product-card_info-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.container-6 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1329px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product_image-cover {
  border-radius: .3rem;
  width: 100%;
}

.button_loading-state {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button_loading-state.is-hidden {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.team-member-image-two {
  width: 200px;
  margin-bottom: 18px;
}

.centered-subheading {
  color: #000;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Guaruja Regular, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.button_icon {
  width: 1rem;
}

.product-info_brand-name {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 700;
}

.add-to-cart_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.team-slider {
  background-color: #fff;
  border: 0 solid #000;
  margin-top: -15rem;
  padding: 0 30px 80px;
  position: relative;
}

.team-member-text {
  margin-bottom: 20px;
  font-family: Guaruja Regular, sans-serif;
}

.button_loading-spinner {
  width: 1.5rem;
  height: 1.5rem;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.text-weight-medium {
  color: #fff;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.product-card_price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
}

.product-info_title-link {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  font-family: Guaruja Bold, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.price_regular-price {
  font-family: Guaruja Bold, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.product_images-wrapper.relative {
  position: relative;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.product-card_title-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1rem;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.add-to-cart_out-of-stock {
  color: #000;
  background-color: #eee;
  margin-right: .5px;
}

.price_compare-at-price {
  opacity: .9;
  color: #666;
  margin-left: 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: line-through;
}

.button-4 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 0 solid #000;
  padding: .75rem 1.5rem .75rem 8px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.button-4.is-alternate {
  color: #000;
  background-color: #fff;
  border-width: 1px;
  border-color: #000;
}

.button-4.is-secondary {
  color: #fff;
  background-color: #000;
}

.button-4.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  background-color: #fff;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-4.is-remove {
  background-color: #ec4a38;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 5%;
}

.button-4.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-4.is-small {
  border-radius: 8px;
  width: 76.1875%;
  padding: .5rem 1.25rem;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.product-card_info-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
  display: flex;
}

.team-member-image-two-copy {
  width: 260px;
  margin-bottom: 18px;
}

.text-block-11 {
  font-family: Guaruja Regular, sans-serif;
}

.add-to-cart_stock-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.add-to-cart_in-stock {
  background-color: #027a48;
}

.add-to-cart_in-stock.is-card {
  color: #2aaf5b;
  background-color: #fff;
  padding: .3rem .5rem;
  font-size: .875rem;
}

.button_default-state {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.add-to-cart_brand-link {
  text-decoration: none;
}

.add-to-cart_form-wrapper {
  margin-bottom: 0;
  display: block;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-family: Guaruja Bold, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.product_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  border: 20px solid #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: auto;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 13px 3px #ececec;
}

.product_card:hover {
  box-shadow: none;
  opacity: .9;
  border: 20px solid #fff;
}

.heading-style-h5 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.discount-percentage-icon {
  z-index: 3;
  color: #fff;
  background-color: #b42318;
  border-radius: 20px;
  padding: .3rem;
  font-family: Guaruja Regular, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  inset: 2% auto auto 2%;
}

.team-slider-arrow {
  display: none;
}

.add-to-card_error {
  border-radius: .3rem;
  font-weight: 600;
}

.container-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-wrapper {
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1rem .125rem;
}

.text-center-2 {
  text-align: left;
  padding: 4px 4px 10px;
}

.display-flex {
  display: flex;
}

.display-flex.gap-tiny {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.display-flex.space-between {
  justify-content: space-between;
}

.subscription_tabs-wrapper {
  display: flex;
}

.product-slider_arrow-icon {
  font-size: 1.5rem;
}

.subscription_tab-option-group {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: .8rem;
  padding-bottom: .8rem;
  display: flex;
}

.subscription_tab-option-group.w--current {
  color: #fff;
  background-color: #000;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product_grid {
  grid-column-gap: 3rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.heading-style-h1 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.add-to-cart_error-label {
  color: #fa6360;
  text-align: center;
  font-weight: 600;
}

.text-size-small {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-size: .875rem;
}

.product_description {
  font-weight: 600;
}

.product-slider_slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.product_thumbnails-container {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  overflow: auto;
}

.product-slider_lightbox-link {
  border: 1px solid #f1f1f1;
  width: 24%;
  margin-top: 1rem;
}

.product-slider_lightbox-link.is-active {
  aspect-ratio: auto;
  border-style: solid;
  border-color: #aaa;
  width: 24%;
}

.product-slider_lightbox-link.is-zoom {
  z-index: 2147483647;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.variant-label {
  background-color: #eee;
  margin-bottom: .5rem;
  padding: .2rem .6rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
}

.subscription_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product_slider-media {
  min-height: 30rem;
}

.product_slider-media.is-hidden {
  display: none;
}

.variation-stock_counter-icon {
  color: #fff;
  background-color: #027a48;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: .3rem;
  padding: .7rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.variant_option-image {
  border-radius: 100rem;
  width: 2rem;
}

.add-to-cart_quantity-input {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product_3d-model {
  height: 15rem;
}

.subscription_tab-one-time {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .8rem 1rem;
  display: flex;
}

.subscription_tab-one-time.w--current {
  color: #fff;
  background-color: #027a48;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.variant_option-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #aaa;
  justify-content: center;
  align-items: center;
  padding: .5rem .7rem;
  display: flex;
}

.variant_option-button.active {
  color: #fff;
  background-color: #000;
}

.subscription-tab-pane_selectors {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.add-to-cart_quantity-button {
  background-color: #eee;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  display: flex;
}

.add-to-cart_select-field {
  background-color: #fff;
  border: 1px solid #aaa;
  min-height: 3rem;
  padding: .5rem 1rem;
  font-weight: 500;
}

.add-to-cart_quantity-icon {
  color: #000;
  width: 1rem;
  height: 1rem;
}

.add-to-cart_quantity-icon:hover {
  cursor: pointer;
}

.price-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  height: 4rem;
  display: flex;
}

.is-hidden {
  display: none;
}

.add-to-cart_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.subscription_tab-pane {
  border: 1px solid #000;
  width: 100%;
  padding: 1rem;
}

.product-info_brand-link {
  text-decoration: none;
}

.product_3d-models-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product_3d-models-wrapper.is-hidden {
  display: none;
}

.subscription-selector_radio-button {
  border-color: #000;
  margin-top: 6px;
}

.product-slider_arrow {
  height: 50%;
}

.product-slider_lightbox-icon {
  color: #000;
  width: 1rem;
  height: 1rem;
}

.product-slider_lightbox-icon:hover {
  cursor: pointer;
}

.product-slider_lightbox-icon.is-zoom {
  width: 1.2rem;
  height: 1.2rem;
}

.product_lightbox-image {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.variant_option-label {
  font-weight: 600;
}

.subscription_tabs {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.product_slider {
  background-color: #ddd0;
  border-radius: .5rem;
  min-height: 30rem;
}

.add-to-cart_quantity-field {
  border: 1px solid #aaa;
  flex: 0 auto;
  width: 4rem;
  margin-bottom: 0;
}

.subscription_tabs-content {
  flex: 1;
}

.variation-stock_wrapper {
  align-items: center;
  display: flex;
}

.section-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.smootify-product {
  width: 100%;
  max-width: 1329px;
  display: block;
}

.paragraph-2 {
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.text-block-12 {
  font-family: Guaruja Regular, sans-serif;
}

.price_regular-price-2 {
  font-size: 2rem;
  line-height: 1;
}

.price_compare-at-price-2 {
  opacity: .9;
  color: #666;
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: line-through;
}

.product-info_brand-name-2 {
  font-weight: 700;
}

.price_regular-price-3 {
  font-family: Guaruja Bold, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.price_compare-at-price-3 {
  opacity: .9;
  color: #666;
  margin-left: 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: line-through;
}

.product-info_brand-name-3 {
  font-weight: 700;
}

.cart_count {
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: .6rem;
  padding: .6rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.cart_count:hover {
  background-color: #fff;
  border-color: #fff;
}

.mini-cart_icon {
  height: 1.5rem;
}

.mini-cart_icon.big {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  height: 2rem;
}

.mini-cart_error-message {
  margin-top: .5rem;
  padding: .5rem;
}

.mini-cart_button {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem .5rem 0;
  display: flex;
}

.mini-cart_button:hover {
  background-color: #f5f5f5;
}

.cart_item-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px #e6e6e6;
  border-radius: .5rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.mini-cart_items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-height: 500px;
  display: flex;
  overflow: auto;
}

.mini-cart_quantity-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.cart_image-wrapper {
  position: relative;
}

.mini-cart_dropdown-list {
  display: none;
}

.mini-cart_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
}

.cart_item-image {
  object-fit: cover;
  flex: 1;
  align-self: center;
  width: 100px;
  height: 100px;
  margin-right: 3rem;
}

.mini-cart_button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.mini-cart_form-dropdown {
  margin-bottom: 0;
}

.mini-cart_dropdown {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.mini-cart_dropdown:hover {
  background-color: #0000;
}

.mini-cart_dropdown.w--open {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 5rem;
  right: 0;
}

.mini-cart_footer {
  margin-top: 0;
}

.empty-cart-label {
  font-weight: 500;
}

.display-inlineflex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.display-inlineflex.gap-tiny {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-icon-qt {
  color: #000;
  width: 1rem;
  height: 1rem;
}

.svg-icon-qt:hover {
  cursor: pointer;
}

.mini-cart_item-data {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.mini-cart_item-total {
  border: 1px solid #000;
  margin-left: .5rem;
  margin-right: 1rem;
  padding: .25rem;
  font-family: Guaruja Regular, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.mini-cart_success {
  background-color: #0000;
  padding: 1rem;
}

.mini-cart_error-label {
  color: #fa6360;
  text-align: center;
  font-weight: 600;
}

.spacer-6 {
  height: 1rem;
}

.cards-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-block-13 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
}

.text-block-14 {
  font-family: Guaruja Regular, sans-serif;
}

.discount-percentage-icon-2 {
  z-index: 3;
  color: #fff;
  background-color: #b42318;
  padding: .3rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 2% auto auto 2%;
}

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.price_regular-price-4 {
  font-size: 2rem;
  line-height: 1;
}

.price_compare-at-price-4 {
  opacity: .9;
  color: #666;
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: line-through;
}

.product-info_brand-name-4 {
  font-weight: 700;
}

.product_grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
}

.price_regular-price-5 {
  font-size: 2rem;
  line-height: 1;
}

.price_compare-at-price-5 {
  opacity: .9;
  color: #666;
  margin-left: 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: line-through;
}

.product-info_brand-name-5 {
  font-weight: 700;
}

.collection-list-wrapper {
  max-width: 1329px;
}

.div-block-21 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-22 {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: 100%;
  padding: 4rem;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.heading-3 {
  color: #fff;
  font-family: Guaruja Regular, sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.heading-titulo {
  color: #fff;
  text-align: center;
  font-family: Guaruja Bold, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.tag {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Guaruja Bold, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-4 {
  color: #fff;
  border: 0 solid #fff;
  border-right: 0 #2c2c2c;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  place-content: stretch flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-6, .image-7 {
  width: 350px;
}

.barra-reta {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 5px;
}

.branca {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-5 {
  color: #fff;
  font-family: Guaruja Bold, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.div-block-26 {
  width: 50%;
  padding: 0;
}

.heading-6 {
  color: #fff;
  text-align: left;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4rem;
  display: flex;
}

.heading-3-copy {
  color: #fff;
  text-align: center;
  font-family: Guaruja Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-22-copy {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.div-block-23-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.div-block-21-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-8 {
  width: 35%;
  max-width: 35%;
  margin-top: 20px;
}

.div-block-28 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-10 {
  width: 125px;
}

.image-11 {
  width: 180px;
}

.image-12 {
  width: 125px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Bold, sans-serif;
  font-size: 30px;
}

.div-block-29 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.subheading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.image-9-copy {
  width: 70%;
}

.branca-copy {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 70%;
  min-height: 600px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-21-copy-copy {
  background-image: url('../images/fechada-1.webp');
  background-position: 0%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 450px;
  margin-left: -60px;
  display: flex;
}

.background-video-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.branca-copy-copy {
  background-color: #000;
  background-image: radial-gradient(circle, #ffffffeb, #fff), url('../images/bgtelas.webp');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 4rem 0;
  display: flex;
}

.div-block-26-copy {
  width: 50%;
  padding: 4rem;
}

.div-block-27-copy {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 4rem;
  display: flex;
}

.heading-5-copy {
  color: #000;
  text-align: center;
  font-family: Guaruja Bold, sans-serif;
  font-size: 62px;
  line-height: 100%;
}

.system {
  width: 80%;
  max-width: 80%;
  padding: 4rem 4rem 0;
}

.pintura-com-ia {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-31 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.heading-8 {
  color: #000;
  text-align: center;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
}

.image-13 {
  width: 190px;
  max-width: 125%;
}

.itens {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 80%;
  padding: 1rem;
  display: flex;
}

.image-14 {
  width: 350px;
}

.image-15 {
  width: 80%;
  max-width: 80%;
}

.heading-8-copy {
  color: #000;
  text-align: center;
  font-family: Guaruja Bold, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
}

.div-block-31-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  display: flex;
}

.itens-copy {
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 1rem;
  display: flex;
}

.system-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 70%;
  padding: 4rem 4rem 0;
  display: flex;
}

.image-16 {
  width: 30%;
  max-width: 80%;
}

.section-4 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section-5 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-32 {
  background-color: #000;
  height: 100%;
}

.section-6 {
  background-image: radial-gradient(circle at 50% 0, #000000d1, #000 56%), url('../images/chatgptfundo2.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8, .section-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-23-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.div-block-24-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-3-copy {
  color: #fff;
  font-family: Guaruja Regular, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.heading-4-copy {
  color: #fff;
  border: 0 solid #fff;
  border-right: 0 #2c2c2c;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.div-block-24-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-titulo-copy {
  color: #fff;
  text-align: center;
  margin-top: 4rem;
  font-family: Guaruja Bold, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

.heading-3-copy-copy {
  color: #fff;
  text-align: center;
  max-width: 100%;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.heading-8-copy-copy {
  color: #000;
  text-align: center;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 115%;
}

.heading-3-copy-copy-copy {
  color: #fff;
  text-align: center;
  max-width: 100%;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.div-block-27-copy-copy {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 4rem;
  display: flex;
}

.heading-6-copy {
  color: #000;
  text-align: center;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.div-block-24-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-6-copy-copy {
  color: #fff;
  text-align: left;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.div-block-33 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.div-block-22-copy-copy {
  background-color: #000;
  background-image: radial-gradient(circle, #000 24%, #ffffff03), url('../images/ondas.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.heading-3-copy-copy {
  color: #fff;
  text-align: left;
  font-family: Guaruja Regular, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.div-block-22-copy {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  height: 100%;
  padding: 4rem 4rem 0;
  display: flex;
}

.brancoc {
  background-color: #000;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.titulocopia {
  color: #fff;
  text-align: center;
  max-width: 70%;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.div-tela {
  background-color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.div-interna {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.div-internadatela, .subtituas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.tituloteladisplau, .heading-titulo-copy {
  color: #fff;
  text-align: center;
  font-family: Guaruja Bold, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

.tituloia {
  color: #fff;
  font-family: Guaruja Bold, sans-serif;
  font-size: 42px;
  line-height: 100%;
}

.titulochatgpa {
  color: #fff;
  font-family: Guaruja Bold, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.subtitulopinturas {
  color: #fff;
  text-align: left;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.imagemsiri {
  width: 80%;
  max-width: 60%;
  margin-top: 20px;
}

.titulo22 {
  color: #fff;
  text-align: center;
  margin-top: 4rem;
  font-family: Guaruja Bold, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

.global-pad {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80%;
  padding: 4rem;
  display: flex;
}

.section-10 {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-17 {
  width: 650px;
}

.div-block-34 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 40%;
  margin-top: -250px;
  margin-bottom: 4rem;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

.image-18, .image-19, .image-20 {
  width: 150px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-family: Guaruja Bold, sans-serif;
  font-size: 80px;
  line-height: 100%;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-family: Guaruja Regular, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.section-11 {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.heading-watchfaces {
  color: #fff;
  text-align: center;
  font-family: Guaruja Bold, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.image-21 {
  width: 50%;
  margin-top: -60px;
}

.divmenuconexao {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 90%;
  margin-top: 60px;
  margin-bottom: 4rem;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

.heading-10 {
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Guaruja Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}

.imagemdosrelogios {
  width: 100%;
  margin-top: 20px;
}

.image-22 {
  width: 50px;
}

.div-block-35 {
  display: flex;
}

.image-23, .imagemesportescima, .imagemesportesbaixo {
  width: 100%;
  max-width: 60%;
}

.section-gps {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.section-gpss {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.global-pad-empilhado {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: 50%;
  padding: 4rem;
  display: flex;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  max-width: 80%;
  padding: 4rem;
  display: flex;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-24 {
  max-width: 80%;
  padding-top: 2rem;
}

.div-block-38 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 8px;
  display: flex;
}

.section-12 {
  justify-content: flex-start;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.image-25 {
  height: 300px;
}

.image-26 {
  border-radius: 20px;
  height: 300px;
}

.list-item {
  list-style-type: disc;
  display: flex;
}

.text-block-15 {
  color: #000;
  padding: 4px;
  font-family: Guaruja Bold, sans-serif;
  font-weight: 700;
}

.div-block-39 {
  max-width: 80%;
  padding: 0 4rem 4rem;
}

.list {
  flex-flow: wrap;
  padding-left: 0;
  font-family: Guaruja Regular, sans-serif;
  list-style-type: square;
  display: flex;
}

.heading-11 {
  color: #000;
  flex-flow: column;
  font-family: Guaruja Bold, sans-serif;
  font-weight: 700;
}

.image-27 {
  max-width: 80%;
}

.se-o-notifica-es {
  background-color: #fff;
  background-image: radial-gradient(circle at 50% 100%, #c4f4ff, #fff 55%);
  border: 0 solid #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.notifica-es {
  max-width: 80%;
}

.heading-notifica-es-push {
  color: #000;
  text-align: center;
  font-family: Guaruja Bold, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.div-block-40 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 2rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.iconesocial {
  width: 80px;
  padding: 4px;
}

.para-not {
  color: #000;
  text-align: center;
  font-family: Guaruja Regular, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.global-pad-not {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  margin-bottom: -129px;
  padding: 4rem 4rem 0;
  display: flex;
}

.carregamento {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.carregamento-wifi {
  color: #000;
  text-align: center;
  font-family: Guaruja Bold, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.paragrafo-carregamento-wifi {
  color: #000;
  text-align: center;
  font-family: Guaruja Regular, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.image-28 {
  max-width: 80%;
}

.gps {
  color: #fff;
  text-align: left;
  font-family: Guaruja Bold, sans-serif;
  font-size: 60px;
  line-height: 100%;
}

.gpspara {
  color: #fff;
  text-align: left;
  font-family: Guaruja Regular, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 125%;
}

.div-block-41 {
  max-width: 80%;
  padding: 4rem;
}

.section-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-wrapper-2 {
  align-items: center;
  width: 100%;
}

.text-center-3 {
  text-align: center;
}

.heading-style-h5-2 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
}

.price_regular-price-6 {
  font-size: 2rem;
  line-height: 1;
}

.product-card_info-container-2 {
  flex-direction: column;
  display: flex;
}

.product-card_price-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
}

.product-card_info-wrapper-2 {
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.prod-related {
  flex-flow: column;
  max-width: 100%;
  padding: 0 4rem 4rem;
  display: flex;
}

.section-especs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.knowto {
  color: #000;
  flex-flow: column;
  padding-left: 20px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.collection-list-wrapper-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  background-image: none;
}

.form_input.is-quantity-input {
  width: 4rem;
  height: 100%;
}

.form_input.is-quantity-input::placeholder {
  color: #000;
}

.form_input.no-margin {
  border-color: #8a8a8a;
  border-radius: 10px;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
}

.product-header9_rating-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.span-9 {
  font-weight: 500;
}

.product-header9_option {
  margin-bottom: 1.5rem;
}

.quantity-button {
  color: #fff;
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  display: flex;
}

.breadcrumb-link {
  text-decoration: none;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header9_reviews-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-header9_quantity-wrapper {
  flex-flow: column;
}

.product-header9_list-wrapper {
  border: 1px solid #000;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-header9_details {
  object-fit: contain;
  overflow: hidden;
}

.product-header9_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.heading-style-h3 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-header9_content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
}

.text-align-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-size-medium {
  font-family: Guaruja Regular, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium.text-weight-semibold {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.product-header9_heading {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.padding-global {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-strikethrough.text-style-muted {
  color: #727272;
  font-family: Guaruja Regular, sans-serif;
}

.section_product-header9 {
  position: relative;
}

.loading-spinner {
  width: 1.5rem;
  height: 1.5rem;
}

.quantity-input {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-tiny {
  font-size: .75rem;
}

.product-header9_breadcrumb {
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-left: 4rem;
  font-size: .875rem;
  display: flex;
}

.variant-button {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-disabled {
  opacity: .25;
}

.variant-button.is-active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.button-loading-state {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-loading-state.hidden {
  display: none;
}

.product-header9_separator {
  background-color: #000;
  width: 1px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.pricing4_feature-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.product-header9_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-header9_price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-xsmall {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-medium {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-tiny, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall {
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.product-header9_content-right {
  position: sticky;
  top: 8rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button-default-state {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
  display: flex;
}

.product-header9_accordion-wrapper {
  border-bottom: 1px solid #000;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.product-header9_rating-wrapper {
  margin-bottom: .25rem;
  display: flex;
}

.product-header9_item {
  display: flex;
}

.icon-embed-xsmall {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.product-header9_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header9_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.svg-icon-qt-2 {
  color: #000;
  width: 1rem;
  height: 1rem;
}

.svg-icon-qt-2:hover {
  cursor: pointer;
}

.smootify-cart {
  width: auto;
  height: auto;
  display: block;
}

.cart_count-2 {
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 100rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: .6rem;
  padding: .6rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.mini-cart_button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem .5rem 0;
  display: flex;
}

.mini-cart_button-2:hover {
  background-color: #f5f5f500;
}

.mini-cart_dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mini-cart_dropdown-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: inline-flex;
}

.mini-cart_dropdown-2.w--open {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 5rem;
  right: 0;
}

.icon-header-copy {
  width: 30px;
  height: 30px;
  margin-right: 0;
  padding: 4px;
}

.text-block-16 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  text-decoration: none;
}

.text-block-17 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
}

.text-block-18 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.wrapperespecs {
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 4rem 0 1rem;
}

.smootify-product-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.global-sec {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-19 {
  color: #000;
  padding-left: 1rem;
  font-family: Guaruja Bold, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-42 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  height: auto;
  display: flex;
}

.global-pad-myaccount {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  padding: 4rem 4rem 4rem 100px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.order3_accordion {
  overflow: hidden;
}

.order3-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.order3_column {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.order3_column.text-align-right {
  justify-content: flex-end;
  align-items: center;
}

.order3_column.is-accordion-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.order3_column.is-image-column {
  padding-top: 0;
  padding-bottom: 0;
}

.order3_accordion-content-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: grid;
}

.link {
  margin-right: .5rem;
}

.order3_accordion-image-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.order3_accordion-content {
  cursor: pointer;
  background-color: #f4f4f4;
  display: flex;
  overflow: hidden;
}

.order3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5rem;
  position: relative;
}

.order3_accordion-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.order3_item {
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
}

.order3_accordion-row {
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-left: 2rem;
  display: flex;
}

.order3_content {
  border: 1px solid #000;
  border-bottom-style: none;
  flex-direction: column;
  overflow: auto;
}

.order3_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -2.5rem;
  margin-right: 1rem;
  position: relative;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.order3_button-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-5 {
  color: #fff;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.form-block {
  margin-bottom: 0;
}

.order_wrapper {
  border: 1px dashed #e6e6e6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
}

.heading-style-h4 {
  font-family: Guaruja Bold, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.customer-orders {
  width: 100%;
  display: flex;
}

.order_grid-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  padding: 1rem;
}

.order_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}

.order_item-details {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.order_grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  place-items: start stretch;
}

.order_cta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  display: grid;
}

.order_cta-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.order_cta-row.align-left {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: flex-start;
}

.order_wrapper-2 {
  border: 1px dashed #e6e6e6;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
}

.order_item-image {
  object-fit: cover;
  width: 8rem;
  height: auto;
}

.order_grid-value {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.order_wrapper-3 {
  border: 1px dashed #e6e6e6;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
}

.heading-style-h4-2 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.checkbox {
  margin-top: 0;
}

.login_footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  margin-top: 1rem;
  display: flex;
}

.carregamento-copy {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.collection-item {
  display: flex;
}

.paragraph-4 {
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.collection-list-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: flex;
}

.footer3_social-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_legal-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  font-size: .875rem;
  text-decoration: underline;
}

.padding-top, .padding-top.padding-medium {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_credit-text {
  font-size: .875rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer3_component {
  padding: 4rem;
  display: flex;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer3_left-wrapper {
  display: flex;
}

.line-divider {
  background-color: var(--\<unknown\|relume-variable-border-color-1\>);
  width: 100%;
  height: 1px;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.image-29 {
  width: 124px;
}

.text-footer {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 16px;
}

.section-15 {
  background-color: #f5f5f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.text-block-20 {
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.global-pad-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 80%;
  padding: 1rem 1rem 4rem;
  display: flex;
}

.text-footer-regular {
  color: #000;
  font-weight: 500;
}

.div-block-45 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-21 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.image-30 {
  width: 16px;
}

.global-pad-pages {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80%;
  padding: 4rem;
  display: flex;
}

.heading-12 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  padding: 2rem 4rem 1rem;
  display: flex;
}

.image-31 {
  width: 35px;
}

.link-2 {
  color: #000;
  padding-top: 8px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.bold-text-2 {
  font-family: Guaruja Bold, sans-serif;
}

.text-block-22 {
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.text-block-22-copy {
  font-family: Guaruja Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.bold-text-2-copy {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.paragraph-5 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.product-header9_details-2 {
  overflow: hidden;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.product-header9_breadcrumb-2 {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.product-header9_lightbox-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product-header9_lightbox-thumbnail {
  object-fit: cover;
  width: 100%;
}

.paragraph-6 {
  color: #090808;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.div-perguntas-frequentes {
  max-width: 100%;
  padding: 0 4rem 4rem;
}

.div-footer-cnpj {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #252525;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: .125rem 4rem;
  display: flex;
}

.heading-13 {
  color: #fff;
  font-family: Guaruja Regular, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.bold-text-3 {
  color: #000;
}

.div-block-47 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.login-form {
  width: 100%;
}

.image-32 {
  width: 24px;
}

.text-footer-regularr-bold {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}

.section-16 {
  flex-flow: column;
  display: flex;
}

.div-block-48 {
  padding: 4rem;
}

.heading-14 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 20px;
}

.display-flex-2 {
  width: 100%;
  display: flex;
}

.display-flex-2.space-between {
  justify-content: space-between;
}

.display-flex-2.space-between.align-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.no-success {
  background-color: #0000;
  padding: 0;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.max-width-small.align-center {
  box-shadow: none;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  display: flex;
}

.accoun1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.account7_content-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.account7_image {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  height: 80vh;
  display: block;
  position: relative;
}

.margin-0 {
  margin: 0;
}

.account1_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.success-message {
  background-color: #eee;
  padding: 1.5rem;
}

.form_field-wrapper {
  position: relative;
}

.section_account7 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.success-text {
  font-weight: 600;
}

.account7_image-wrapper {
  background-color: #eee0;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.link-underline {
  text-decoration: underline;
}

.account7_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 80%;
  max-width: 80%;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: auto;
}

.heading-style-h2 {
  color: #000;
  text-align: left;
  font-family: Guaruja Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.account1_button-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 1.5rem;
  display: flex;
}

.form {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-loginmc {
  color: #000;
  text-align: left;
  font-family: Guaruja Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.section-17 {
  height: 100vh;
}

.form-block-2, .passwordless-login {
  width: 100%;
}

.div-block-49 {
  background-color: #00000070;
  width: 90%;
  height: 1px;
  display: block;
  position: static;
}

.heading-15 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-49-copy {
  background-color: #bebebe;
  width: 80%;
  height: 1px;
  padding-top: 0;
  display: block;
  position: static;
}

.div-block-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.register-form {
  align-self: flex-start;
  width: 100%;
}

.field-label {
  color: #000;
  text-align: left;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-field {
  border-radius: 20px;
  width: 90%;
}

.checkbox-field {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.form-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-23 {
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-whatsapp {
  border-radius: 20px;
  width: 90%;
}

.image-33 {
  object-fit: contain;
  max-width: 90%;
}

.back {
  text-align: left;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}

.link-block {
  color: #000;
  -webkit-text-stroke-color: #000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
  font-family: Guaruja Regular, sans-serif;
}

.heading-16 {
  margin-top: 20px;
  font-family: Guaruja Regular, sans-serif;
}

.heading-17 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
}

.text-block-30, .text-block-31 {
  font-family: Guaruja Regular, sans-serif;
}

.link-3, .link-4 {
  font-family: Guaruja Regular, sans-serif;
  display: none;
}

.text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43 {
  font-family: Guaruja Regular, sans-serif;
}

.dashbaord {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 1329px;
  margin-top: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.section-18 {
  background-color: #f7f7f9;
  width: 245px;
  max-width: 245px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.section-18.fechada {
  transform: translate(-169px);
}

.div-block-52 {
  flex-flow: column;
  height: 100vh;
  padding: 1rem 1rem 2rem;
  display: flex;
}

.logo-div-dash {
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  display: flex;
}

.image-34 {
  max-width: 80%;
  overflow: clip;
}

.div-block-53 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 13px 7px 13px 15px;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-18 {
  color: #171a1f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.global-sec-copy {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.global-secdash {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.user-account-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #e5e4fc;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 8px 4px 4px;
  display: flex;
}

.name-cliente {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-44 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.text-block-45 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.link-block-2 {
  font-family: Guaruja Regular, sans-serif;
  text-decoration: none;
}

.div-block-55 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  padding: 13px 7px 13px 15px;
  display: flex;
  position: fixed;
  inset: auto auto 13px 15px;
}

.div-logout {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-35 {
  width: 22px;
  height: 22px;
}

.text-block-46 {
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-56 {
  border: 1px dotted #e6e6e6;
  border-radius: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.link-block-3 {
  cursor: pointer;
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.buttons-logins {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 0 solid #000;
  padding: .75rem 1.5rem;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.buttons-logins.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.buttons-logins.is-secondary {
  color: #000;
  background-color: #0000;
}

.buttons-logins.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-logins.is-remove {
  background-color: #ec4a38;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 5%;
}

.buttons-logins.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.buttons-logins.is-small {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #000;
  border-radius: 8px;
  width: 76.1875%;
  padding: .5rem 1.25rem;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.code-embed {
  height: auto;
}

.abre-fecha-menu {
  cursor: pointer;
}

.status_block {
  color: #000;
  background-color: #d3d3d3;
  border-radius: 20px;
  padding: 4px;
  font-family: Guaruja Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.buttonstatusorder {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 0 solid #000;
  padding: .75rem 1.5rem;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.buttonstatusorder.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.buttonstatusorder.is-secondary {
  color: #000;
  background-color: #0000;
}

.buttonstatusorder.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttonstatusorder.is-remove {
  background-color: #ec4a38;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 5%;
}

.buttonstatusorder.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.buttonstatusorder.is-small {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  width: 76.1875%;
  padding: .5rem 1.25rem;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-6 {
  cursor: pointer;
}

.image-36 {
  width: 20px;
  height: 20px;
}

.link-block-7.w--current {
  text-decoration: none;
}

.display-flex-3 {
  display: flex;
}

.display-flex-3.space-between {
  justify-content: flex-end;
  align-items: center;
}

.display-flex-3.gap-tiny {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.display-flex-3.align-right {
  justify-content: flex-end;
}

.flex_horizontal {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter_item {
  background-color: #eee;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.filter_empty-state {
  background-color: #0000;
  border: 1px solid #e0e0e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.flter_labels-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.filters_options-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.filters_search-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.input {
  cursor: pointer;
}

.filters_radio-button-wrap {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: .5rem;
  padding: 1rem;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button.is-remove {
  background-color: #ec4a38;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 5%;
}

.filters_radio-button {
  align-items: center;
  margin-top: 5px;
  font-weight: 700;
  display: flex;
}

.filters_searchbox {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.price_regular-price-7 {
  font-size: 2rem;
  line-height: 1;
}

.heading-style-h6 {
  font-family: Guaruja Bold, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 100%;
}

.progress {
  pointer-events: none;
  background-color: #00f;
  border-radius: 12px;
  width: 50%;
  height: 3px;
  position: absolute;
}

.images-container.relative {
  position: relative;
}

.filters_price-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.filter_dropdown {
  background-color: #ddd0;
  position: sticky;
  top: 7rem;
}

.filter-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: -220px;
  padding-top: 220px;
  display: flex;
}

.cart-upsell_product-image {
  border-radius: .3rem;
  width: 100%;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.filters_radio-button-label {
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 600;
}

.filters_range_containers {
  background-color: #d6d6d6;
  height: 3px;
  position: relative;
}

._3columns-grid-large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filters_type-dropdown {
  width: 100%;
}

.select-product {
  color: #000;
  background-color: #f3f3f300;
  border: 1px solid #e6e6e6;
  border-radius: .3rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-bottom: auto;
  padding: 12px 40px 12px 8px;
  font-weight: 500;
  display: flex;
}

.select-product.product {
  background-color: #fff;
  display: block;
}

.select-product.product.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.cart-upsell_product-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  border: 20px solid #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: auto;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 13px 3px #ececec;
}

.cart-upsell_product-card:hover {
  box-shadow: none;
  opacity: .9;
  border: 20px solid #fff;
}

.addresses_field {
  background-color: #fff;
}

.discount-percentage-2 {
  z-index: 3;
  color: #fff;
  background-color: #ec4a38;
  border-radius: .3rem;
  padding: .3rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: 2% auto auto 2%;
}

.dropdown-link {
  color: #333;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-top-style: none;
  font-size: .875rem;
}

.filters_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.filter_pagination {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cart-upsell_product-info {
  justify-content: space-between;
  display: flex;
}

.cart-upsell_product-info.small {
  letter-spacing: -.07rem;
  font-size: 1.5rem;
}

.filter_dropdown-nav {
  z-index: 99999;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .3rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4rem;
  padding: 1.5rem;
  display: flex;
  overflow: auto;
}

.cart-upsell_product-title-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.product-price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
}

.text-align-left {
  text-align: left;
}

.sidebar_filters-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: calc(80dvh - 11rem);
  padding-bottom: 1rem;
}

.text-size-regular {
  color: #000;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Guaruja Regular, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 125%;
}

.product-label {
  letter-spacing: 0;
  font-size: .9rem;
}

.text-weight-medium-2 {
  font-family: Guaruja Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.error-message-2 {
  border-radius: .3rem;
  font-weight: 600;
}

.cart-item-data {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cart_coupon-icon {
  width: 1rem;
  height: 1rem;
}

.cart_coupon-icon:hover {
  cursor: pointer;
}

.remove-product-link {
  color: red;
  background-color: #0000;
  font-size: .6rem;
  text-decoration: underline;
}

.cart_coupon-apply {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-left: .8rem;
  padding-right: .8rem;
  font-size: .8rem;
  font-weight: 500;
  display: flex;
}

.cart-footer {
  flex-flow: column;
}

.flex {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex.space-between {
  justify-content: space-between;
}

.flex.space-between._w-100 {
  width: 100%;
}

.x {
  opacity: .8;
  font-size: 90%;
}

.margin-left-auto {
  margin-left: auto;
}

.qty-subtotal-wrap {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  align-items: center;
  display: flex;
}

.ymp-crtpagemainfrm {
  width: 100%;
  max-width: none;
}

.unit-price {
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.svg-icon {
  color: #333;
  width: 1.5rem;
  height: 1.5rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.cart_coupon-form {
  justify-content: flex-end;
  display: none;
  position: relative;
}

.cart_coupon-field {
  border: 1px solid #aaa;
  width: 30%;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.cart-notes {
  border: 1px solid #aaa;
  min-height: 8rem;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
  display: none;
}

.empty-icon {
  width: 2rem;
}

.cart {
  background-color: #fff;
  max-width: 1329px;
  padding: 2rem;
}

.cart_discount-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #eee;
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .85rem;
  display: flex;
}

.back-to-home-button {
  color: #000;
  background-color: #fff;
  border-radius: .3rem;
  min-width: 8rem;
  padding: .8rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
}

.back-to-home-button:hover {
  opacity: .7;
}

.section-19 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-57 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 80%;
  max-width: 1329px;
  display: flex;
}

.smootify-cart-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-47, .text-block-48 {
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.text-block-49 {
  font-family: Guaruja Regular, sans-serif;
}

.text-size-small-copy {
  font-size: .875rem;
}

.text-size-small-copy-copy {
  color: #000;
  font-size: .875rem;
}

.text-block-50 {
  color: #000;
  text-align: left;
  padding-right: 10px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-51 {
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.text-block-52 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.texto-addtocart {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.global-sec-faq {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ymp_check_mainbtn {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.ymp_check_mainbtn.is-secondary {
  color: #000;
  background-color: #0000;
}

.ymp_check_mainbtn.is-small {
  padding: .5rem 1.25rem;
}

.ymp_check_mainbtn.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.ymp_check_mainbtn.is-remove {
  background-color: #ec4a38;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 5%;
}

.code-embed-2 {
  display: flex;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.button-6.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-6.is-remove {
  background-color: #ec4a38;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 5%;
}

.price_regular-price-8 {
  font-size: 2rem;
  line-height: 1;
}

.product-card_info-wrapper-3 {
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.text-weight-medium-3 {
  font-weight: 500;
}

.price_regular-price-9 {
  font-family: Guaruja Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.product-card_info-wrapper-4 {
  flex-flow: row;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.text-weight-medium-4 {
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.product2_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.product2_content-bottom {
  flex-flow: column;
  display: flex;
}

.text-size-large {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.text-size-large.text-weight-semibold {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
}

.product2_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.form_block-product {
  margin-bottom: 0;
}

.product2_left {
  margin-right: 1rem;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.product2_item {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.margin-top, .margin-top.margin-xsmall, .margin-top.margin-xxsmall, .margin-top.margin-xxlarge, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-weight-semibold {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.padding-section-large {
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 7rem;
  display: flex;
}

.product2_heading {
  flex: 1;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.max-width-large {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.product-header1_price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-default-state-6 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  line-height: 1.5rem;
  display: flex;
}

.product2_image-link {
  display: block;
}

.product2_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product2_text-link {
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.product2_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.unit-price-2 {
  font-weight: 600;
}

.cart_coupon-field-2 {
  border: 1px solid #aaa;
  width: 30%;
  margin-bottom: 0;
  font-weight: 600;
}

.cart-notes-2 {
  border: 1px solid #aaa;
  min-height: 8rem;
  margin-bottom: 0;
  font-weight: 600;
}

.mini-cart_item-total-2 {
  border: 1px solid #000;
  margin-left: .5rem;
  margin-right: 1rem;
  padding: .25rem;
  font-size: 1rem;
}

.text-weight-medium-5 {
  font-weight: 500;
}

.btt-addtocart {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.div-block-58 {
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.product-header-cima {
  cursor: pointer;
  border-top: 0 solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.text-description {
  text-align: left;
  padding: 4px 4px 10px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.smootify-add-to-cart {
  display: block;
}

.code-embed-3 {
  width: auto;
  height: auto;
}

.mini-cart_button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.mini-cart_button-3:hover {
  background-color: #0000;
}

.mini-cart_dropdown-list-3.w--open {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mini-cart_dropdown-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: inline-flex;
}

.mini-cart_dropdown-3.w--open {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 5rem;
  right: 0;
}

.text-weight-medium-6 {
  font-weight: 500;
}

.team-slider-copy {
  background-color: #fff;
  border: 0 solid #000;
  margin-top: -1.5rem;
  padding: 0 30px 80px;
  position: relative;
}

.relacionados {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.especifica-acc {
  object-fit: contain;
  overflow: hidden;
}

.especifica-header {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: flex;
}

.smootify-add-to-cart-2 {
  display: block;
}

.text-weight-medium-7 {
  font-weight: 500;
}

.text-block-53, .text-block-54 {
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.text-block-57 {
  padding-right: 8px;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: auto;
  font-family: Guaruja Regular, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.product1_heading {
  flex: 1;
}

.product1_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product1_item {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.product1_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.product1_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-7.is-secondary {
  color: #000;
  background-color: #0000;
}

.product1_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.product1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.product1_item-link {
  text-decoration: none;
}

.product-wrapper-3 {
  align-items: center;
  width: 100%;
}

.text-center-4 {
  text-align: center;
}

.collection-list-wrapper-4 {
  max-width: 1329px;
}

.product6_heading {
  flex: 1;
}

.product6_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product6_text-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 8px 4px 0 0;
  text-decoration: none;
  display: flex;
}

.product6_slide {
  padding-right: 2rem;
}

.product6_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.product6_arrow.left {
  right: 4rem;
}

.product6_image-wrapper {
  width: 80%;
}

.product6_item {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 10px;
  display: flex;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-8.is-secondary {
  color: #000;
  background-color: #0000;
}

.product6_left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 1rem;
  display: flex;
}

.product6_image {
  aspect-ratio: 10 / 12;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product6_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.product6_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-9.is-secondary {
  color: #000;
  background-color: #0000;
  font-family: Guaruja Regular, sans-serif;
}

.product6_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.product-header6_price-wrapper-2 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product6_image-link {
  display: block;
}

.product6_mask {
  width: 25%;
  overflow: visible;
}

.section_product6 {
  overflow: hidden;
}

.product6_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.padding-section-large-copy {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.lojs-colletion, .collection-list-wrapper-4-copy, .collection-list-wrapper-4-copy {
  max-width: 1329px;
}

.smootify-price {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 4px;
  display: flex;
}

.form-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-10 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  padding: 16px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.collection-item-2 {
  position: relative;
}

.heading-20 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
}

.button-11 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-11.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.price_regular-price-10 {
  font-family: Guaruja Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.heading-style-h6-2 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.add-to-cart_form-wrapper-2 {
  margin-bottom: 0;
}

.cart-upsell {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f1f1f1;
  flex-flow: column;
  padding: 0 1.5rem 1.5rem;
  display: flex;
}

.cart-upsell.is-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1329px;
  padding: 1.5rem;
  display: grid;
}

.price_compare-at-price-6 {
  opacity: .9;
  color: #666;
  margin-left: 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: line-through;
}

.cart-upsell_product-image-link {
  position: relative;
}

.text-weight-medium-8 {
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.div-block-59 {
  width: 100%;
  max-width: 1329px;
}

.text-block-62 {
  color: #000;
  padding-left: 4rem;
  font-family: Guaruja Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-21 {
  color: #000;
  text-align: center;
  border: 1px dashed #000;
  border-radius: 10px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.section-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cole-o-audio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 900px;
  display: flex;
}

.cole-o-udio-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: flex;
}

.cole-o-udio-item {
  display: flex;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.headingpulseiras {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 100%;
}

.menu-icon4_line-top {
  background-color: #000;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar21_menu-right-content-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  max-width: 35rem;
  display: grid;
  position: relative;
}

.mini-cart_item-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px #e6e6e6;
  border-radius: .5rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.navbar21_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.menu-icon4_line-middle {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.navbar21_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1329px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cart-count {
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: .6rem;
  padding: .6rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.navbar21_menu-right-content {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar21_menu-right {
  background-color: #eee;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 8rem 5vw 8rem 2.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.text-size-small-2 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.display-flex-4 {
  width: 100%;
  display: flex;
}

.display-flex-4.space-between {
  justify-content: space-between;
}

.navbar21_menu-right-text-wrapper {
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar21_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.navbar21_component {
  background-color: #fff;
  border-bottom: 0 solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon_line-middle-base {
  background-color: #000;
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar21_logo {
  width: 180px;
}

.navbar21_menu-button {
  z-index: 1;
  padding: 0;
}

.navbar21_menu-button.w--open {
  background-color: #0000;
}

.navbar21_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.mini-cart_item-data-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.social-icon {
  color: #000;
  width: 1.5rem;
  height: 1.5rem;
}

.navbar21_link {
  color: #000;
  padding: .5rem 1rem;
}

.navbar21_link.w--current {
  color: #000;
}

.navbar21_menu-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  height: 100%;
  display: grid;
  position: relative;
}

.navbar21_logo-link {
  z-index: 2;
  padding-left: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.navbar21_menu {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.navbar21_bottom-background-overlay-tablet {
  display: none;
}

.navbar21_menu-right-iimage-wrapper {
  flex: 1 0 40%;
  width: 100%;
}

.navbar21_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: flex;
  position: relative;
}

.text-weight-semibold-2 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-weight: 500;
}

.navbar21_menu-links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  width: 70%;
  display: grid;
}

.mini-cart_quantity-wrapper-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.mini-cart_item-total-3 {
  border: 1px solid #000;
  margin-left: .5rem;
  margin-right: 1rem;
  padding: .25rem;
  font-size: 1rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.button-13 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-13.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-13.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-13.is-remove {
  background-color: #ec4a38;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 5%;
}

.button-13.is-secondary {
  color: #000;
  background-color: #0000;
}

.navbar21_menu-right-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.mini-cart_button-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.mini-cart_button-4:hover {
  background-color: #f5f5f5;
}

.menu-icon4_line-bottom {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.navbar21_menu-left {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mini-cart_image-wrapper {
  position: relative;
}

.navbar21_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.navbar21_link-wrapper {
  z-index: 0;
  display: flex;
}

.navbar21_link-large {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-family: Guaruja Bold, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

.navbar21_link-large.w--current {
  color: #000;
}

.spacer {
  height: 8rem;
}

.spacer._0-5rem {
  height: .5rem;
}

.mini-cart_dropdown-list-4.w--open {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 5rem;
  right: 0;
}

.navbar21_menu-right-image {
  aspect-ratio: 12 / 9;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.navbar21_dropdwn-toggle {
  grid-column-gap: .5rem;
  color: #000;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.quantity-input-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.section-21 {
  height: 100vh;
  margin-top: 1px;
}

.background-video-4 {
  height: 100vh;
}

.menu-wrapper-copy {
  background-color: #f3f3f3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
}

.link-block-8 {
  padding-right: 10px;
}

.div-block-60 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-22 {
  color: #000;
  margin-bottom: 20px;
  font-family: Guaruja Bold, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.link-block-9 {
  text-decoration: none;
}

.image-38, .image-39 {
  width: 24px;
}

.navbar21_menu-links-wrapper-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  border: 1px dashed #a1a1a1;
  border-radius: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.div-block-60-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-supop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-22-copy {
  color: #000;
  text-align: left;
  font-family: Guaruja Bold, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.icone-prod {
  width: 24px;
}

.image-40 {
  width: 30px;
}

.heading-23 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Guaruja Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
}

.div-block-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.image-41 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  width: 150px;
}

.div-block-62 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-23-copy {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Guaruja Regular, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
}

.heading-24 {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-size: 16px;
  line-height: 150%;
  display: block;
}

.div-block-63 {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Guaruja Bold, sans-serif;
  display: flex;
}

.asdasd {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 0 solid #000;
  padding: .75rem 1.5rem .75rem 8px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.asdasd.is-alternate {
  color: #000;
  background-color: #fff;
  border-width: 1px;
  border-color: #000;
}

.asdasd.is-secondary {
  color: #fff;
  background-color: #000;
}

.asdasd.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #000;
  background-color: #fff;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.asdasd.is-remove {
  background-color: #ec4a38;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 5%;
}

.asdasd.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.asdasd.is-small {
  background-color: #fff;
  border-width: 1px;
  border-radius: 8px;
  width: 50%;
  padding: .5rem 1.25rem;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.form-6 {
  text-align: left;
}

.pasdas {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1329px;
  padding: 1rem 4em 40px;
  display: flex;
}

.collection-list-wrapper-4-asdasdcopy {
  max-width: 1329px;
}

.text-weight-medium-copy {
  color: #fff;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.collection-list-wrapper-5 {
  max-width: 1329px;
}

.link-block-10, .link-block-11, .link-block-12 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.span-10, .span-11 {
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.span-12 {
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.success-message-2 {
  background-color: #fff;
  border: 1px dashed #c5c5c5;
  border-radius: 10px;
  font-family: Guaruja Regular, sans-serif;
}

.product-wrapper-4 {
  align-items: center;
  width: 100%;
}

.text-center-5 {
  text-align: center;
}

.heading-style-h5-3 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}

.product-info_title-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-14 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-14.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.price_regular-price-11 {
  font-size: 2rem;
  line-height: 1;
}

.add-to-cart_form-wrapper-3 {
  margin-bottom: 0;
}

.price_compare-at-price-7 {
  opacity: .9;
  color: #666;
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: line-through;
}

.product-card_title-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 1rem;
  display: flex;
}

.product-card_info-wrapper-5 {
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.text-weight-medium-9 {
  font-weight: 500;
}

.newsletter-form-block {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.form-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.form-7.horizontal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
}

.button-15 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-family: Guaruja Regular, sans-serif;
  text-decoration: none;
}

.text-weight-medium-opcopy {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.div-block-64 {
  max-width: 80%;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-wrapper-5 {
  align-items: center;
  width: 100%;
}

.text-center-6 {
  text-align: center;
}

.product-info_title-link-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-16 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-16.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-16.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-16.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-16.is-remove {
  background-color: #ec4a38;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 5%;
}

.button-16.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-16.is-small {
  padding: .5rem 1.25rem;
}

.price_regular-price-12 {
  font-size: 2rem;
  line-height: 1;
}

.add-to-cart_form-wrapper-4 {
  margin-bottom: 0;
}

.price_compare-at-price-8 {
  opacity: .9;
  color: #666;
  margin-left: 0;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: line-through;
}

.product-card_info-wrapper-6 {
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.text-weight-medium-10 {
  font-weight: 500;
}

.text-size-small-3 {
  font-size: .875rem;
}

.button-17 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-17.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.blog33_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.text-size-medium-2 {
  color: #000;
  text-align: left;
  font-family: Guaruja Regular, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.text-style-tagline {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Guaruja Bold, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.blog33_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--\<unknown\|relume-variable-color-neutral-3\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag-2.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.tag-2.is-text {
  background-color: #0000;
  border-style: none;
  padding: 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.blog33_author-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

.blog33_item-link {
  text-decoration: none;
}

.blog33_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog33_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog33_date-wrapper {
  align-items: center;
  display: flex;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog33_item {
  padding: 16px 16px 16px 0;
}

.blog33_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1329px;
  display: flex;
}

.text-align-center-2 {
  text-align: center;
}

.collection-item-3 {
  padding-left: 0;
}

.heading-25 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Bold, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.collection-list-3 {
  flex-flow: wrap;
  display: flex;
}

.text-block-63 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Guaruja Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  position: absolute;
  inset: 24px auto auto 8px;
}

.padding-section-large-bgimage {
  background-image: radial-gradient(circle at 0%, #000000a1, #fff0), url('../images/capa-laranja-11x.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 100%;
  padding: 4rem 4rem 7rem;
  display: flex;
}

.section-3-blogheader {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.heading-26 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Bold, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 80%;
}

.heading-26-copy {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  background-color: #51e95b;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: auto;
  padding: 4px 12px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.button-18 {
  background-color: #3898ec00;
  border: 3px solid #fff;
  border-radius: 50px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.div-block-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #ffffff4d;
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  display: flex;
}

.text-block-64 {
  color: #fff;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.image-42 {
  width: 16px;
}

.text-block-65 {
  color: #fff;
  font-family: Guaruja Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}

.navbar21_component-copy {
  background-color: #fff;
  border-bottom: 0 solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.global-padding-blogheadersection {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1329px;
  height: 100%;
  padding: 1rem 0 40px;
  display: flex;
}

.section1-blog {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar21_container-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.navbar21_menu-right-2 {
  background-color: #eee;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 8rem 5vw 8rem 2.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.text-size-small-4 {
  font-size: .875rem;
}

.navbar21_component-2 {
  background-color: #fff;
  border-bottom: 0 solid #000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.mini-cart_item-data-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.navbar21_menu-wrapper-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: grid;
  position: relative;
}

.navbar21_logo-link-2 {
  z-index: 2;
  padding-left: 0;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.navbar21_menu-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: auto;
}

.text-weight-semibold-3 {
  font-weight: 600;
}

.navbar21_menu-links-wrapper-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.spacer-7 {
  height: 1rem;
}

.mini-cart_button-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.mini-cart_button-5:hover {
  background-color: #f5f5f5;
}

.navbar21_menu-left-2 {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 5vw;
  display: flex;
  position: relative;
}

.navbar21_link-large-2 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: static;
}

.navbar21_link-large-2.w--current {
  color: #000;
}

.spacer-8 {
  height: 8rem;
}

.spacer-8._0-5rem {
  height: .5rem;
}

.mini-cart_dropdown-list-5.w--open {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 5rem;
  right: 0;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.navbar21_menu-right-image-2 {
  aspect-ratio: 12 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.quantity-input-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.display-inlineflex-2.gap-tiny {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.div-block-67 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1329px;
  padding-top: 4rem;
  display: flex;
}

.heading-27 {
  color: #000;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Guaruja Bold, sans-serif;
  line-height: 150%;
}

.text-block-66 {
  color: #fff;
  text-align: center;
  background-color: #bcffe6;
  border-radius: 20px;
  margin-top: 8px;
  padding: 4px 12px;
  font-family: Guaruja Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-67 {
  text-align: center;
  max-width: 500px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}

.div-block-68 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.div-block-69 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 65%;
  display: flex;
}

.section-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-43 {
  border-radius: 20px;
  max-width: 900px;
  max-height: none;
}

.rich-text-block {
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.section-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-70 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1329px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.collection-list-wrapper-6 {
  max-width: 80%;
}

.blog-33-relacionados {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1329px;
  display: flex;
}

.container-7 {
  aspect-ratio: auto;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  flex-flow: column;
  max-width: 1200px;
  margin-top: -145px;
  padding: 1rem 4rem;
  display: flex;
  position: relative;
  box-shadow: 0 -20px 20px #c5c5c533;
}

.div-block-71 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cta8_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.cta8_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.button-19 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.form_message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.text-size-medium-3 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.cta8_component {
  border: 1px dashed #c9c9c9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  padding: 2rem;
  display: flex;
}

.padding-section-large-2 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 7rem;
  display: flex;
}

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_input-2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input-2:focus {
  border-color: #000;
}

.form_input-2::placeholder {
  color: #0009;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: flex;
}

.padding-global-7 {
  padding-left: 5%;
  padding-right: 5%;
}

.newsletter-subscribe {
  justify-content: space-between;
  align-items: center;
  min-width: 350px;
  display: flex;
}

.button-20 {
  background-color: #000;
  border-radius: 20px;
  padding: 4px 36px;
}

.linkblog {
  color: #000;
  padding-top: 8px;
  font-family: Guaruja Bold, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}

.link-block-13 {
  color: #000;
  text-decoration: none;
}

.link-block-14, .link-block-15 {
  color: #000;
}

._9844896 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

._9844896.align-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.header-lojaheader {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.margin-bottom-copy {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-copy.margin-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom-copy.margin-xsmall {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom-copy.margin-medium {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom-copy.margin-tiny, .margin-bottom-copy.margin-xxlarge, .margin-bottom-copy.margin-xxsmall, .margin-bottom-copy.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-copy.margin-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-copy.margin-xsmall {
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.asdadasdasd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.asdadasdasd.margin-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.asdadasdasd.margin-xsmall {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.asdadasdasd.margin-medium {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.asdadasdasd.margin-tiny, .asdadasdasd.margin-xxlarge, .asdadasdasd.margin-xxsmall, .asdadasdasd.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.asdadasdasd.margin-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.asdadasdasd.margin-xsmall {
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-72 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-44, .image-44-copy {
  width: 20px;
}

.image-45 {
  width: 19px;
}

.div-block-73 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.buttonperso {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 0 solid #000;
  width: 100%;
  padding: 16px 16px 16px 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.div-block-74, .cor2, .cor3 {
  background-color: #fff;
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

.link-block-16 {
  color: #000;
  padding-top: 8px;
  font-family: Guaruja Bold, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.product-wrapper-6 {
  align-items: center;
  width: 100%;
}

.text-center-7 {
  text-align: center;
}

.success-message-3 {
  background-color: #fff;
  border: 0 dashed #dadada;
  border-radius: 20px;
}

.text-block-68 {
  text-align: center;
  font-family: Guaruja Regular, sans-serif;
}

.error-message-3 {
  border-radius: 20px;
}

.link-block-17 {
  cursor: pointer;
  text-decoration: none;
}

.link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24 {
  text-decoration: none;
}

.navlink-smartwatch-selected {
  color: #377dff;
  background-color: #fff;
  border: 3px solid #f3f3f3;
  border-radius: 100px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Guaruja Bold, sans-serif;
  font-weight: 700;
}

.navlink-smartwatch-selected.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  font-family: Guaruja Bold, sans-serif;
  font-weight: 700;
}

.sessao-de-collections {
  max-width: 1329px;
}

.collections-duplicada {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.collections-duplicada-3 {
  position: relative;
}

.div-block-75 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-46 {
  border-radius: 10px;
}

.div-block-76 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -50px;
  display: flex;
}

.heading-28 {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Guaruja Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-25 {
  width: 50%;
  text-decoration: none;
}

.link-block-26 {
  text-decoration: none;
}

.aospkdopaksodpkasd {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.collection-item-4 {
  display: flex;
}

.aoksopdkaopskdpoakosd {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.button-6-remove {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-6-remove.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.button-6-remove.is-secondary {
  color: #000;
  background-color: #0000;
}

.button-6-remove.is-remove {
  background-color: #ec4a38;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 5%;
}

.link-block-27, .link-block-28 {
  text-decoration: none;
}

.team-slider-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-family: Guaruja Bold, sans-serif;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  flex-flow: column;
  padding-bottom: 24px;
  display: flex;
}

.team-member-image-two-2 {
  margin-bottom: 0;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-29 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.poqiwpe {
  font-family: Guaruja Regular, sans-serif;
  font-size: 1.125rem;
}

.poqiwpe.text-weight-semibold {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.poqiwpe.pqowiepoqwe {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.asdasdasdddd {
  font-family: Guaruja Regular, sans-serif;
  font-size: 1.125rem;
}

.asdasdasdddd.text-weight-semibold {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.asdasdasdddd.text-weight-semibold-copy, .asdasdasdddd._123333 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.asdqq123123 {
  color: #000;
  -webkit-text-stroke-color: #000;
  margin-bottom: 0;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.collection-item-5 {
  display: flex;
}

.success-message-4 {
  background-color: #fff;
}

.text-block-69 {
  font-family: Guaruja Bold, sans-serif;
}

.hero-stack {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #000;
  margin-bottom: 24px;
  font-family: Guaruja Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 70%;
}

.heading-30 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
}

.section-24, .div-block-78 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-47 {
  padding-top: 40px;
}

.heading-31 {
  text-align: center;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.heading-32 {
  color: #000;
  text-align: center;
  font-family: Guaruja Regular, sans-serif;
  font-weight: 500;
}

.hero-stack-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.section1-s10 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80%;
  height: 100%;
  padding: 4rem .25rem 0 .125rem;
  display: flex;
}

.section-4-s10 {
  background-color: #fff;
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.heading-titulo-s10 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.heading-3-s10-2 {
  color: #000;
  text-align: left;
  width: 100%;
  font-family: Guaruja Regular, sans-serif;
  font-size: 42px;
  font-weight: 500;
}

.div-block-interna-s10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-interna-s1002 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.background-video-5 {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: block;
  overflow: visible;
}

.background-video-s10 {
  height: 100vh;
}

.section-26 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 8rem;
  display: flex;
}

.heading-33 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
}

.section-27 {
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-79 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  height: 100vh;
  display: flex;
}

.text-block-70 {
  color: #000;
  text-align: center;
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.div-up {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.bold-text-4 {
  font-size: 36px;
  font-weight: 500;
}

.section-28 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-29 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-49 {
  width: 100%;
}

.section-30 {
  padding: 4rem 2rem;
}

.div-block-80 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-34 {
  color: #000;
  font-family: Guaruja Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.bold-text-5 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
  font-size: 62px;
  font-weight: 700;
}

.heading-35 {
  font-size: 33px;
}

.heading-36 {
  font-size: 38px;
}

.div-block-81 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-82 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-83 {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
}

.div-block-84 {
  width: 25%;
}

.div-block-85 {
  width: 45%;
  margin-left: -120px;
}

.section-31 {
  background-color: #000;
  background-image: url('../images/');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 4rem;
  display: flex;
}

.heading-37 {
  color: #fff;
  font-family: Guaruja Bold, sans-serif;
}

.paragraph-7 {
  color: #fff;
  font-family: Guaruja Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}

.section-32 {
  background-color: #1d1d1f;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.div-block-86 {
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.image-50 {
  border-radius: 16px;
  width: 75%;
}

.bold-text-6 {
  color: #000;
}

.section-33 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.heading-38 {
  color: #000;
  font-family: Guaruja Bold, sans-serif;
}

.div-block-87 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  font-family: Guaruja Regular, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.image-51 {
  max-width: 65%;
}

.section-21-copy {
  height: 100vh;
  margin-top: 1px;
}

.background-video-s10-deas {
  width: 25%;
  height: 450px;
}

.section-21-copy-asdasdasd {
  justify-content: center;
  align-items: flex-start;
  height: 50vh;
  margin-top: 1px;
  display: flex;
}

.section-26-melhorias {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: -150px;
  padding-bottom: 0;
  padding-left: 8rem;
  display: flex;
}

.image-52 {
  border-radius: 16px;
  width: auto;
  max-width: 225px;
  max-height: 340px;
}

.image-53, .image-54 {
  width: 225px;
}

.image-55 {
  border-radius: 16px;
  width: auto;
  max-height: 340px;
}

.div-block-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.heading-39 {
  font-family: Guaruja Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.heading-40 {
  font-family: Guaruja Regular, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 132%;
}

.div-block-89 {
  max-width: 180px;
}

.div-block-89-2 {
  max-width: 260px;
}

.section-34 {
  background-image: url('../images/bg-fit.webp');
  background-position: 50%;
  background-size: 100%;
  height: 65vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-90 {
  justify-content: flex-start;
  align-items: center;
  width: 1454px;
  padding-left: 8rem;
  display: flex;
}

.bold-text-7 {
  color: #fff;
  font-family: Guaruja Bold, sans-serif;
  font-size: 36px;
}

.bold-text-8 {
  color: #fff;
  font-family: Guaruja Regular, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-91 {
  width: 45%;
}

.heading-41 {
  font-family: Guaruja Regular, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 125%;
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split, .hero-right {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .container-4, .container-5 {
    max-width: 728px;
  }

  .global-padding {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .product_card {
    box-shadow: 1px 1px 13px 3px #ececec;
  }

  .product_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .mini-cart_button {
    height: 100%;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .product_grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .product-header9_content-right {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product-header9_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .mini-cart_button-2 {
    height: 100%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .order3_column, .order3_column.text-align-right {
    flex: none;
  }

  .order3_column.is-image-column {
    padding-left: 0;
    padding-right: 0;
  }

  .order3_accordion-content-layout {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    padding-right: 2rem;
  }

  .order3_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .order_grid {
    grid-template-columns: 2fr;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .product-header9_lightbox-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .account7_content-left {
    padding-top: 6rem;
  }

  .account7_image {
    height: 40rem;
  }

  .account7_image-wrapper {
    display: none;
  }

  .account7_component {
    grid-template-columns: 1fr;
  }

  .heading-style-h2, .heading-loginmc {
    font-size: 2.75rem;
  }

  .filters_options-wrap {
    align-items: flex-start;
  }

  .filters_radio-button-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .filter_dropdown {
    flex-direction: row;
    display: block;
    position: sticky;
    top: 7rem;
  }

  .filter-wrapper {
    flex-direction: column;
  }

  ._3columns-grid-large {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cart-upsell_product-card {
    box-shadow: 1px 1px 13px 3px #ececec;
  }

  .filters_wrapper {
    margin-top: 0;
  }

  .filter_dropdown-nav {
    background-color: #c8c8c800;
    flex-direction: column;
    margin-top: 4rem;
    position: static;
  }

  .sidebar_filters-wrapper {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: .3rem;
    flex-flow: column;
    align-items: stretch;
    height: calc(100dvh - 20rem);
    padding: 1.5rem;
    display: flex;
    position: static;
    overflow: hidden auto;
  }

  .product2_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product2_list {
    grid-template-columns: 1fr 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .product2_heading {
    margin-right: 3rem;
  }

  .product2_button-row {
    flex: none;
  }

  .mini-cart_button-3 {
    height: 100%;
  }

  .product1_heading {
    margin-right: 3rem;
  }

  .product1_button-row {
    flex: none;
  }

  .product1_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product1_list {
    grid-template-columns: 1fr 1fr;
  }

  .product6_heading {
    margin-right: 3rem;
  }

  .product6_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product6_slide {
    padding-right: 2rem;
  }

  .product6_button-row {
    flex: none;
  }

  .product6_mask {
    width: 50%;
  }

  .product6_component {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cart-upsell.is-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-icon4_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar21_menu-right-content-wrapper {
    width: 100%;
    max-width: none;
  }

  .navbar21_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar21_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon4_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .navbar21_container {
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

  .navbar21_menu-right {
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 5vw;
  }

  .navbar21_menu-right-text-wrapper {
    width: 100%;
  }

  .navbar21_bottom {
    padding-bottom: 8rem;
    position: static;
  }

  .navbar21_component {
    padding-left: 4px;
    padding-right: 4px;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar21_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar21_menu-button.w--open {
    background-color: #0000;
  }

  .navbar21_menu-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .navbar21_logo-link {
    width: 120px;
  }

  .navbar21_menu {
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  }

  .navbar21_bottom-background-overlay-tablet {
    z-index: -1;
    background-color: #eee;
    min-width: 100vw;
    height: auto;
    margin-left: -5vw;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .navbar21_menu-links-wrapper {
    padding-top: 2rem;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar21_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar21_menu-right-item {
    width: 100%;
  }

  .mini-cart_button-4 {
    height: 100%;
  }

  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar21_menu-left {
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 0;
    padding-right: 5vw;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar21_link-wrapper {
    display: none;
  }

  .navbar21_link-large {
    font-size: 2.5rem;
  }

  .spacer {
    height: 8rem;
  }

  .navbar21_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar21_menu-links-wrapper-copy {
    padding-top: 2rem;
  }

  .pasdas {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .blog33_list {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large-bgimage {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .navbar21_component-copy {
    padding-left: 4px;
    padding-right: 4px;
  }

  .global-padding-blogheadersection {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navbar21_container-2 {
    grid-auto-columns: 1fr;
  }

  .navbar21_menu-right-2 {
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 5vw;
  }

  .navbar21_menu-wrapper-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .navbar21_menu-2 {
    flex-direction: column;
    justify-content: center;
    overflow: auto;
  }

  .navbar21_menu-links-wrapper-2 {
    padding-top: 2rem;
  }

  .mini-cart_button-5 {
    height: 100%;
  }

  .navbar21_menu-left-2 {
    grid-template-columns: 1fr;
    width: 100%;
    padding-bottom: 0;
    padding-right: 5vw;
  }

  .navbar21_link-large-2 {
    font-size: 2.5rem;
  }

  .spacer-8 {
    height: 8rem;
  }

  .cta8_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .signup-form-wrapper {
    grid-column-gap: 1rem;
  }

  .margin-bottom-copy, .asdadasdasd {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-22 {
    display: flex;
  }

  .collections-duplicada {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-4 {
    display: flex;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container-8 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left, .gallery-slider {
    padding: 60px 15px;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .product_slider {
    min-height: 25rem;
  }

  .cart_item-wrapper {
    flex-direction: column;
  }

  .mini-cart_dropdown-list.w--open, .mini-cart_dropdown.w--open {
    width: 25rem;
    padding: 1rem;
    right: -2rem;
  }

  .display-inlineflex {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mini-cart_item-total {
    font-size: 1rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .product-header9_list-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .product-header9_content-left {
    grid-template-columns: 1fr;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .product-header9_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header9_list {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .product-header9_content {
    grid-row-gap: 3rem;
  }

  .product-header9_accordion-icon {
    width: 1.75rem;
  }

  .mini-cart_dropdown-list-2.w--open, .mini-cart_dropdown-2.w--open {
    width: 25rem;
    padding: 1rem;
    right: -2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .order3_component {
    grid-row-gap: 3rem;
  }

  .order3_accordion-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .order_cta-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .order_cta-row.align-left.is-mobile-vertical {
    flex-flow: row;
    display: flex;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .account7_content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .account7_image {
    height: 30rem;
  }

  .heading-style-h2, .heading-loginmc {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  ._3columns-grid-large {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .filter_pagination {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .sidebar_filters-wrapper {
    display: flex;
  }

  .product2_image-wrapper {
    height: 100%;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .product2_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product2_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product2_heading {
    margin-right: 0;
  }

  .product2_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .mini-cart_item-total-2 {
    font-size: 1rem;
  }

  .product-header-cima {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mini-cart_button-3 {
    display: flex;
  }

  .mini-cart_dropdown-list-3.w--open, .mini-cart_dropdown-3.w--open {
    width: 25rem;
    padding: 1rem;
    right: -2rem;
  }

  .team-slider-copy {
    padding: 60px 15px;
  }

  .especifica-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product1_heading {
    margin-right: 0;
  }

  .product1_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .product1_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product1_image-wrapper {
    height: 100%;
  }

  .product1_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }

  .product6_heading {
    margin-right: 0;
  }

  .product6_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product6_slide {
    padding-right: 1.5rem;
  }

  .product6_arrow.left {
    right: 3.5rem;
  }

  .product6_image-wrapper {
    height: 100%;
  }

  .product6_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .product6_mask {
    width: 80%;
  }

  .padding-section-large-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .cart-upsell.is-grid {
    grid-template-columns: 1fr;
  }

  .headingpulseiras {
    font-size: 1.25rem;
  }

  .mini-cart_item-wrapper {
    flex-direction: column;
  }

  .navbar21_container {
    justify-content: space-between;
    align-items: center;
  }

  .navbar21_menu-right {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .navbar21_component {
    min-height: 4rem;
  }

  .navbar21_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar21_menu-links-wrapper {
    flex-direction: column;
    padding-top: 1rem;
  }

  .mini-cart_item-total-3 {
    font-size: 1rem;
  }

  .navbar21_menu-right-item {
    grid-template-columns: .6fr 1fr;
  }

  .navbar21_menu-left {
    grid-row-gap: 2.5rem;
  }

  .navbar21_link-large {
    font-size: 1.5rem;
  }

  .spacer {
    height: 8rem;
  }

  .mini-cart_dropdown-list-4.w--open {
    width: 25rem;
    padding: 1rem;
    right: -2rem;
  }

  .menu-wrapper-copy {
    display: none;
  }

  .link-block-8 {
    display: flex;
  }

  .navbar21_menu-links-wrapper-copy {
    flex-direction: column;
    padding-top: 1rem;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .blog33_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-section-large-bgimage {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar21_component-copy {
    min-height: 4rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .navbar21_menu-right-2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .navbar21_component-2 {
    min-height: 4rem;
  }

  .navbar21_menu-wrapper-2 {
    padding-top: 4rem;
  }

  .navbar21_menu-links-wrapper-2 {
    flex-direction: column;
    padding-top: 1rem;
  }

  .navbar21_menu-left-2 {
    grid-row-gap: 2.5rem;
  }

  .navbar21_link-large-2 {
    font-size: 1.5rem;
  }

  .spacer-8 {
    height: 8rem;
  }

  .mini-cart_dropdown-list-5.w--open {
    width: 25rem;
    padding: 1rem;
    right: -2rem;
  }

  .cta8_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom-copy, .asdadasdasd {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .poqiwpe, .asdasdasdddd {
    font-size: 1rem;
  }

  .hero-stack, .hero-stack-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .text-header-aviso-azul {
    font-size: 8px;
    line-height: 8px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .aviso-wrapper {
    height: 50px;
  }

  .image-2 {
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .icon-header {
    width: auto;
    max-width: 24px;
    height: auto;
    padding: 2px;
  }

  .text-header-aviso {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
  }

  .text-block {
    text-align: center;
    font-size: 10px;
    line-height: 10px;
  }

  .div-aviso {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: 90%;
  }

  .text-block-azul-sublime {
    display: none;
  }

  .image {
    padding: 1px;
  }

  .brand {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .account-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 25%;
    padding-right: 16px;
  }

  .logo-img {
    color: #303031;
    -webkit-text-stroke-color: #303031;
    border: 0 solid #303031;
    height: 28px;
    display: block;
  }

  .menu-button-2 {
    order: -1;
    width: 25%;
  }

  .logo-img-extended {
    color: #303031;
    -webkit-text-stroke-color: #303031;
    border: 0 solid #303031;
    display: none;
  }

  .menu-wrapper {
    width: auto;
    display: none;
  }

  .icon-header-search {
    width: auto;
    height: auto;
    padding: 4px;
    display: none;
  }

  .navbar {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: auto;
  }

  .hero-heading-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .hero-split {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-regular {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
  }

  .hero-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 8px;
  }

  .margin-bottom-24px {
    text-align: left;
    margin-bottom: 0;
    font-weight: 500;
  }

  .button-primary-2 {
    padding: 8px 12px;
    font-size: 8px;
  }

  .div-block-3 {
    width: 42px;
    height: 42px;
  }

  .gallery-slider {
    padding: 8px 4px 0;
  }

  .div-block-6 {
    padding: 24px;
  }

  .heading-2 {
    line-height: 24px;
  }

  .text-block-4 {
    text-decoration: none;
  }

  .paragrafonextlevel {
    padding-left: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-7 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-2 {
    font-size: 10px;
    font-weight: 500;
  }

  .div-block-5 {
    display: none;
  }

  .gallery-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .gallery-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding-left: 4px;
    padding-right: 4px;
  }

  .container-4 {
    max-width: none;
  }

  .section-2 {
    height: auto;
    margin-top: 0;
    display: block;
  }

  .container-5 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: none;
    display: flex;
  }

  .frame-6 {
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .text {
    font-size: 36px;
  }

  .frame-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    overflow: visible;
  }

  .frame-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .tabs-menu-2 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: wrap;
    width: 100%;
    height: auto;
    display: flex;
  }

  .ultra-mockup {
    object-fit: fill;
    width: 100%;
  }

  .nada {
    width: 80%;
    overflow: hidden;
  }

  .text-7 {
    font-size: 20px;
  }

  .div-block-10 {
    width: 42px;
    height: 42px;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .div-abas {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .tabs-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-link-tab-2-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
    display: flex;
  }

  .tab-link-tab-2-copy.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tab-link-tab-1 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .tab-link-tab-1.w--current {
    font-size: 12px;
  }

  .div-block-15 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .frame-23-copy {
    grid-column-gap: 0px;
    flex-flow: column;
    width: 45%;
    max-width: none;
    height: auto;
    margin-left: 0;
    padding: 8px;
  }

  .frame-19-copy {
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-17 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-link-tab-2 {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
  }

  .tab-link-tab-2.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .smart-case {
    width: 80%;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
  }

  .tabs {
    flex-flow: wrap;
    margin-top: 0;
    display: flex;
  }

  .text-block-5 {
    font-size: 10px;
    font-weight: 500;
  }

  .frame-18-copy {
    grid-column-gap: 0px;
    object-fit: fill;
    width: 45%;
    height: auto;
    margin-right: 4px;
    padding: 8px;
  }

  .tab-link-tab-1-copy {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .tab-link-tab-1-copy.w--current {
    font-size: 12px;
    display: flex;
  }

  .text-block-6 {
    font-size: 12px;
    font-weight: 500;
  }

  .text-4 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-8 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .tabs-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-link-tab-2-copy-2 {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 16px;
    font-size: 12px;
    display: flex;
  }

  .tab-link-tab-2-copy-2.w--current {
    padding-left: 8px;
    padding-right: 8px;
  }

  .frame-18-copy-copy {
    grid-column-gap: 0px;
    object-fit: fill;
    width: 95%;
    height: auto;
    margin-right: 4px;
    padding: 8px;
  }

  .tabs-content {
    flex-flow: column;
    display: flex;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .div-block-16 {
    border: 1px solid #a5a5a5;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .text-block-9 {
    font-weight: 500;
  }

  .frame-19 {
    grid-row-gap: 8px;
    order: 1;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-left: 8px;
    padding-right: 6vw;
  }

  .text-7-copy {
    font-size: 12px;
  }

  .o-iwo-ultra-pro-amoled-max-um-rel-gio-inteligente-focado-em-durabilidade-que-combina-tecnologia-de-ponta-com-um-design-elegante-0, .o-iwo-ultra-pro-amoled-max-um-rel-gio-inteligente-focado-em-durabilidade-que-combina-tecnologia-de-ponta-com-um-design-elegante-1 {
    font-size: 12px;
    line-height: 16px;
  }

  .frame-20 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    overflow: visible;
  }

  .frame-21 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .frame-18 {
    grid-column-gap: 0px;
    object-fit: fill;
    width: 45%;
    height: auto;
    margin-right: 4px;
    padding: 8px;
  }

  .text-9 {
    font-size: 20px;
  }

  .div-block-18 {
    width: 42px;
    height: 42px;
  }

  .classicperfil {
    object-fit: fill;
    width: 100%;
  }

  .frame-25 {
    grid-column-gap: 4px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .frame-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-3 {
    flex-flow: wrap;
    margin-top: 0;
    display: flex;
  }

  .text-block-10 {
    font-size: 10px;
    font-weight: 500;
  }

  .frame-24 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text-10 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .tabs-content-3 {
    flex-flow: column;
    display: flex;
  }

  .frame-27 {
    position: static;
  }

  .text-11 {
    font-size: 16px;
    font-weight: 500;
  }

  .frame-23 {
    grid-column-gap: 0px;
    flex-flow: column;
    width: 45%;
    max-width: none;
    height: auto;
    margin-left: 0;
    padding: 8px;
  }

  .text-13 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .frame-28 {
    grid-row-gap: 8px;
    order: -1;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .o-iwo-ultra-pro-amoled-max-um-rel-gio-inteligente-focado-em-durabilidade-que-combina-tecnologia-de-ponta-com-um-design-elegante-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .global-padding {
    padding-top: .125rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .section-typo-zoom-in {
    height: 300vh;
  }

  .title2 {
    font-size: 2em;
    font-weight: 700;
  }

  .background-video {
    width: 100%;
    height: 150px;
  }

  .div-block-20 {
    height: 150px;
  }

  .container-6 {
    max-width: none;
  }

  .team-member-image-two {
    text-align: center;
    width: 240px;
  }

  .centered-subheading {
    font-size: 16px;
  }

  .team-slider {
    padding-top: 0;
  }

  .price_regular-price {
    font-size: 1.5rem;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .price_compare-at-price {
    font-size: 1rem;
  }

  .button-4 {
    padding-left: 8px;
  }

  .button-4.is-small {
    color: #fff;
    background-color: #000;
    border-radius: 8px;
    width: 100%;
    font-family: Guaruja Regular, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
  }

  .team-member-image-two-copy {
    width: 100%;
  }

  .add-to-cart_stock-wrapper {
    flex-wrap: wrap;
  }

  .team-member-name-two {
    color: #000;
  }

  .team-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .discount-percentage-icon {
    font-size: .85rem;
  }

  .product-wrapper {
    padding: .5rem 0 .125rem;
  }

  .text-center-2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
  }

  .heading-style-h1 {
    font-size: 1rem;
  }

  .add-to-cart_quantity-button {
    width: 1rem;
    height: 1rem;
  }

  .add-to-cart_wrapper {
    flex-wrap: wrap;
  }

  .product_slider {
    min-height: 20rem;
  }

  .paragraph-2 {
    font-family: Guaruja Regular, sans-serif;
    font-weight: 500;
  }

  .price_regular-price-2 {
    font-size: 1.5rem;
  }

  .price_compare-at-price-2 {
    font-size: 1rem;
  }

  .price_regular-price-3 {
    font-size: 1.5rem;
  }

  .price_compare-at-price-3 {
    font-size: 1rem;
  }

  .cart_item-wrapper {
    flex-direction: column;
    padding: 1rem .125rem;
  }

  .mini-cart_quantity-wrapper {
    flex-flow: row;
  }

  .mini-cart_dropdown-list.w--open {
    width: 95vw;
    min-width: 18rem;
    padding: 1rem;
    left: 2.5vw;
    right: 2.5vw;
  }

  .cart_item-image {
    margin-right: 2rem;
  }

  .mini-cart_dropdown {
    position: static;
  }

  .mini-cart_dropdown.w--open {
    width: 95vw;
    min-width: 18rem;
    padding: 1rem;
    left: auto;
    right: -3rem;
  }

  .display-inlineflex {
    align-self: auto;
    display: flex;
  }

  .display-inlineflex.gap-tiny {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    justify-content: flex-start;
    align-items: center;
  }

  .mini-cart_item-data {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .mini-cart_item-total {
    margin-left: .3rem;
    margin-right: .3rem;
    padding: 7px;
    font-size: .85rem;
  }

  .text-block-13 {
    font-size: 2rem;
    line-height: 100%;
  }

  .discount-percentage-icon-2 {
    font-size: .85rem;
  }

  .price_regular-price-4 {
    font-size: 1.5rem;
  }

  .price_compare-at-price-4 {
    font-size: 1rem;
  }

  .price_regular-price-5 {
    font-size: 1.5rem;
  }

  .price_compare-at-price-5 {
    font-size: .8rem;
  }

  .div-block-21 {
    width: 100%;
    overflow: hidden;
  }

  .div-block-22 {
    flex-flow: column;
    max-width: 100%;
    padding: 4rem 1rem 1rem;
    overflow: hidden;
  }

  .div-block-23 {
    width: 100%;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 150%;
  }

  .heading-titulo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 100%;
  }

  .div-block-24 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .tag {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 150%;
  }

  .heading-4 {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    line-height: 175%;
  }

  .div-block-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .image-6, .image-7 {
    width: 80%;
  }

  .branca {
    flex-flow: column;
    max-width: 100%;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-5 {
    text-align: center;
    margin-top: auto;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 100%;
  }

  .div-block-26 {
    order: -1;
    width: 100%;
    padding: 0;
  }

  .heading-6 {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-27 {
    width: 100%;
    padding: 1rem;
  }

  .heading-3-copy {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 125%;
  }

  .div-block-22-copy {
    background-image: none;
    padding: 4rem 1rem;
  }

  .div-block-21-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-8 {
    width: 100%;
    max-width: 100%;
    padding-top: 16px;
  }

  .image-9 {
    width: 50%;
  }

  .div-block-28 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .image-10 {
    width: 24%;
  }

  .image-11, .image-12 {
    width: 30%;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 100%;
  }

  .div-block-29 {
    padding: 4px;
  }

  .div-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    margin-top: 20px;
  }

  .subheading {
    text-align: center;
    font-size: 14px;
    line-height: 100%;
  }

  .image-9-copy {
    width: 50%;
  }

  .branca-copy {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    min-height: 500px;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-21-copy-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-size: auto;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
  }

  .background-video-2 {
    object-fit: contain;
    background-color: #c2bbbb;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .background-video-3 {
    width: auto;
    height: 150px;
    margin-top: auto;
  }

  .branca-copy-copy {
    background-image: radial-gradient(circle, #ffffffe3, #fff), url('../images/bgtelas.webp');
    background-position: 0 0, 0 0;
    background-size: auto, contain;
    flex-flow: column;
    padding: 4rem 1rem 0;
  }

  .div-block-26-copy {
    width: 100%;
    padding: 0;
  }

  .div-block-27-copy {
    width: 100%;
    padding: 1rem;
  }

  .heading-5-copy {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 100%;
  }

  .system {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .pintura-com-ia {
    background-image: none;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    padding: 4rem 1rem;
  }

  .div-block-31 {
    width: 50%;
  }

  .heading-8 {
    text-align: center;
    font-size: 14px;
    line-height: 137%;
  }

  .image-13 {
    width: 60%;
    min-width: 80px;
    max-width: 100%;
  }

  .itens {
    flex-flow: wrap;
    width: 100%;
    max-width: 100%;
    padding: 1rem 0;
  }

  .image-15 {
    width: 90%;
    max-width: 90%;
  }

  .heading-8-copy {
    text-align: center;
    font-size: 12px;
    line-height: 125%;
  }

  .div-block-31-copy {
    width: 50%;
  }

  .itens-copy {
    flex-flow: wrap;
    width: 100%;
    padding: 1rem 0;
  }

  .system-copy {
    width: 100%;
    max-width: 100%;
    padding: 0 0 4rem;
  }

  .section-4 {
    height: auto;
  }

  .section-6 {
    background-color: #000;
    background-image: radial-gradient(circle at 50% 100%, #000 34%, #000000ab), url('../images/chatgptfundo2.svg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-23-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .div-block-24-copy-copy {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .heading-3-copy {
    font-size: 20px;
    line-height: 150%;
  }

  .heading-4-copy {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    line-height: 175%;
  }

  .heading-3-copy-copy {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 125%;
  }

  .heading-8-copy-copy {
    text-align: center;
    font-size: 14px;
    line-height: 125%;
  }

  .heading-3-copy-copy-copy {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 125%;
  }

  .div-block-27-copy-copy {
    width: 100%;
    padding: 1rem;
  }

  .heading-6-copy {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-24-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .heading-6-copy-copy {
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-33 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    background-color: #000;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-22-copy-copy {
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding: 4rem 1rem;
  }

  .heading-3-copy-copy {
    font-size: 20px;
    line-height: 150%;
  }

  .div-block-22-copy {
    flex-flow: column;
    max-width: 100%;
    padding: 4rem 1rem 1rem;
    overflow: hidden;
  }

  .brancoc {
    flex-flow: column;
    max-width: 100%;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .titulocopia {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 125%;
  }

  .div-tela {
    background-image: none;
    padding: 4rem 1rem;
  }

  .div-interna {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 100%;
  }

  .div-internadatela, .subtituas {
    max-width: 100%;
  }

  .tituloteladisplau {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 100%;
  }

  .heading-titulo-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 100%;
  }

  .tituloia {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 100%;
  }

  .titulochatgpa {
    text-align: left;
    margin-top: auto;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 100%;
  }

  .subtitulopinturas {
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
    line-height: 150%;
  }

  .imagemsiri {
    width: 100%;
    max-width: 100%;
    padding-top: 16px;
  }

  .titulo22 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 100%;
  }

  .global-pad {
    max-width: 100%;
    padding: 1rem;
  }

  .image-17 {
    width: 250px;
  }

  .div-block-34 {
    width: 80%;
    max-width: 80%;
    margin-top: -80px;
  }

  .image-18, .image-19, .image-20 {
    width: 65px;
  }

  .heading-9 {
    font-size: 30px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 125%;
  }

  .heading-watchfaces {
    font-size: 30px;
  }

  .image-21 {
    width: 60%;
    margin-top: 0;
    margin-bottom: -60px;
  }

  .divmenuconexao {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: 90%;
    margin-top: 0;
    padding: 8px;
  }

  .heading-10 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
  }

  .image-22 {
    width: 40px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .div-block-35 {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .imagemesportescima, .imagemesportesbaixo {
    max-width: 100%;
  }

  .section-gpss {
    flex-flow: column;
  }

  .global-pad-empilhado {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
  }

  .div-block-36 {
    flex-flow: column;
    max-width: 100%;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-37 {
    width: 100%;
  }

  .image-24 {
    max-width: 80%;
  }

  .text-block-15 {
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
  }

  .div-block-39 {
    max-width: 95%;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .list {
    flex-flow: wrap;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 100%;
  }

  .image-27 {
    max-width: 100%;
    margin-left: -68px;
  }

  .heading-notifica-es-push {
    font-size: 30px;
  }

  .div-block-40 {
    width: 90%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .iconesocial {
    width: 40px;
  }

  .para-not {
    font-size: 14px;
    line-height: 125%;
  }

  .global-pad-not {
    max-width: 100%;
    margin-bottom: -66px;
    padding: 1rem;
  }

  .carregamento-wifi {
    font-size: 30px;
  }

  .paragrafo-carregamento-wifi {
    font-size: 14px;
    line-height: 125%;
  }

  .image-28 {
    max-width: 50%;
  }

  .gps {
    font-size: 30px;
  }

  .gpspara {
    font-size: 14px;
    line-height: 125%;
  }

  .heading-style-h5-2 {
    font-size: 1rem;
  }

  .price_regular-price-6 {
    font-size: 1.5rem;
  }

  .prod-related {
    max-width: 95%;
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .knowto {
    font-size: 24px;
    line-height: 100%;
  }

  .form_input.no-margin {
    font-size: .7rem;
  }

  .quantity-button {
    width: 1rem;
    height: 1rem;
  }

  .heading-style-h3 {
    max-width: 100%;
    margin-top: 8px;
    font-size: 1.5rem;
  }

  .text-size-medium {
    text-align: center;
    font-family: Guaruja Regular, sans-serif;
  }

  .text-size-medium.text-weight-medium {
    font-family: Guaruja Bold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
  }

  .product-header9_breadcrumb {
    padding-left: 0;
    font-family: Guaruja Regular, sans-serif;
  }

  .product-header9_price-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-bottom.margin-xsmall {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .margin-bottom.margin-small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
  }

  .margin-bottom.margin-xsmall {
    width: 100%;
  }

  .product-header9_content {
    grid-template-columns: 1fr;
  }

  .mini-cart_dropdown-list-2.w--open {
    width: 95vw;
    min-width: 18rem;
    padding: 1rem;
    left: 2.5vw;
    right: 2.5vw;
  }

  .mini-cart_dropdown-2 {
    position: static;
  }

  .mini-cart_dropdown-2.w--open {
    width: 95vw;
    min-width: 18rem;
    padding: 1rem;
    left: auto;
    right: -3rem;
  }

  .icon-header-copy {
    width: auto;
    height: auto;
    padding: 2px;
  }

  .text-block-16 {
    font-size: .65rem;
    font-weight: 500;
    line-height: 100%;
  }

  .text-block-17 {
    font-size: .65rem;
    font-weight: 500;
  }

  .text-block-18 {
    font-size: .65rem;
  }

  .wrapperespecs {
    padding-top: .125rem;
  }

  .text-block-19 {
    padding-left: .125rem;
    font-family: Guaruja Bold, sans-serif;
    font-size: 20px;
  }

  .div-block-42 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .global-pad-myaccount {
    max-width: 100%;
    padding: 1rem .125rem 1rem 4.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .order3_column.is-accordion-column {
    padding-left: 0;
  }

  .order3_accordion-content-layout {
    grid-template-columns: 1fr;
  }

  .link {
    display: block;
  }

  .order3_component {
    grid-template-columns: 1fr;
  }

  .order3_button-holder {
    flex-flow: column;
  }

  .order_grid-box {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-wrap: wrap;
    height: auto;
    padding-top: .125rem;
    padding-bottom: .125rem;
    padding-left: .125rem;
  }

  .order_title-wrapper {
    margin-bottom: .25rem;
  }

  .order_item-details {
    flex: 1;
    padding-left: 0;
  }

  .order_grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto;
  }

  .order_cta-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    padding-left: 0;
    padding-right: .125rem;
    display: flex;
  }

  .order_cta-row.align-left.is-mobile-vertical {
    flex-flow: column;
    height: auto;
  }

  .order_wrapper-2 {
    flex-flow: wrap;
    padding: .5rem .125rem .125rem .5rem;
    display: flex;
  }

  .order_item-image {
    margin-bottom: 10px;
  }

  .order_wrapper-3 {
    padding: .25rem .5rem;
  }

  .heading-style-h4-2 {
    font-size: 14px;
    line-height: 100%;
  }

  .login_footer {
    flex-wrap: wrap;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    width: 95%;
  }

  .global-pad-footer {
    flex-flow: column;
    max-width: 100%;
    padding: 1rem;
  }

  .global-pad-pages {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 100%;
    padding: 1rem;
  }

  .heading-12 {
    font-size: 16px;
    line-height: 100%;
  }

  .div-block-46 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .bold-text-2-copy {
    font-size: 16px;
    line-height: 100%;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 150%;
  }

  .div-perguntas-frequentes {
    max-width: 100%;
    padding-top: 0;
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .div-footer-cnpj {
    padding: .25rem .5rem;
  }

  .heading-13 {
    text-align: center;
    font-size: 10px;
  }

  .login-form {
    width: 90%;
  }

  .image-32 {
    width: 20px;
  }

  .display-flex-2.space-between.align-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .max-width-small.align-center {
    box-shadow: none;
    background-color: #fff0;
    max-width: none;
  }

  .account7_content-left {
    z-index: 2;
    background-color: #ffffffa8;
    border-radius: 16px;
    flex-flow: row;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 4px .125rem;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .account7_image {
    height: auto;
    position: static;
  }

  .section_account7 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .account7_image-wrapper {
    order: 0;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    display: flex;
  }

  .account7_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-bottom: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .form {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-loginmc {
    text-align: left;
    font-family: Guaruja Bold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
  }

  .section-17 {
    height: auto;
  }

  .form-block-2 {
    text-align: left;
    display: flex;
  }

  .form-2 {
    padding-left: 16px;
  }

  .text-block-23 {
    color: #000;
    font-size: 14px;
    font-weight: 500;
  }

  .text-block-24 {
    color: #000;
    text-align: left;
  }

  .div-block-51 {
    display: none;
  }

  .back {
    color: #000;
    font-size: 14px;
    font-weight: 500;
  }

  .heading-16 {
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .heading-17 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 100%;
  }

  .text-block-30, .text-block-31 {
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
  }

  .link-3, .link-4 {
    display: none;
  }

  .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38, .text-block-39 {
    font-weight: 500;
  }

  .dashbaord {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .section-18 {
    transform: translate(-180px);
  }

  .section-18.fechada {
    transform: translate(-255px);
  }

  .logo-div-dash {
    margin-right: 0;
  }

  .logo-div-dash.fechada {
    background-color: #e4e4e4;
    border-radius: 20px;
    margin-top: -20px;
    margin-right: -70px;
  }

  .image-34 {
    max-width: 70%;
  }

  .div-block-54 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-55 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    display: flex;
    bottom: 40px;
  }

  .image-35 {
    width: 20px;
    height: 20px;
  }

  .text-block-46 {
    font-size: 14px;
    line-height: 125%;
  }

  .div-block-56 {
    padding-left: 1rem;
  }

  .buttons-logins.is-small {
    border-radius: 8px;
    font-family: Guaruja Regular, sans-serif;
    font-weight: 500;
    line-height: 100%;
  }

  .status_block {
    font-size: 10px;
  }

  .buttonstatusorder.is-small {
    color: #fff;
    background-color: #000;
    border-radius: 8px;
    width: 100%;
    font-family: Guaruja Regular, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
  }

  .image-36 {
    width: 20px;
    height: 20px;
  }

  .link-block-7 {
    text-decoration: none;
  }

  .display-flex-3.space-between {
    flex-flow: column;
    width: 100%;
  }

  .flex_horizontal {
    font-size: .75rem;
  }

  .price_regular-price-7 {
    font-size: 1.5rem;
  }

  .filter_dropdown {
    z-index: 10;
    top: 7rem;
  }

  ._3columns-grid-large {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    color: #3c4043;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 0;
    display: grid;
  }

  .discount-percentage-2 {
    font-size: .85rem;
  }

  .sidebar_filters-wrapper {
    padding: 1rem;
  }

  .text-size-regular {
    font-size: .8rem;
  }

  .flex {
    font-size: .75rem;
  }

  .flex.space-between {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .ymp-crtpagemainfrm {
    max-width: 100%;
  }

  .cart_coupon-form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cart_coupon-field {
    width: 50%;
  }

  .cart {
    padding: 1rem;
  }

  .cart_discount-wrapper {
    flex-flow: wrap;
  }

  .back-to-home-button {
    min-width: 5rem;
  }

  .button-6, .button-6.is-secondary {
    font-family: Guaruja Regular, sans-serif;
  }

  .price_regular-price-8 {
    font-size: 1.5rem;
  }

  .price_regular-price-9 {
    font-size: 1.1rem;
    line-height: 100%;
  }

  .container-large-4 {
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-weight-semibold {
    font-family: Guaruja Bold, sans-serif;
  }

  .padding-section-large {
    padding-top: .125rem;
  }

  .max-width-large {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .max-width-large.align-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .cart_coupon-field-2 {
    width: 50%;
  }

  .mini-cart_item-total-2 {
    border-style: none;
    margin-left: .3rem;
    margin-right: .3rem;
    padding: 2px;
    font-size: .85rem;
  }

  .text-description {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
  }

  .mini-cart_button-3 {
    z-index: 999;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .mini-cart_button-3.w--open {
    z-index: auto;
  }

  .mini-cart_dropdown-list-3.w--open {
    z-index: 99;
    width: 80vw;
    min-width: auto;
    height: 100vh;
    padding: 1rem;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .mini-cart_dropdown-3 {
    position: static;
  }

  .mini-cart_dropdown-3.w--open {
    width: 95vw;
    min-width: 18rem;
    padding: 1rem;
    left: auto;
    right: -3rem;
  }

  .text-weight-medium-6 {
    font-family: Guaruja Bold, sans-serif;
    font-weight: 700;
  }

  .team-slider-copy {
    padding-top: 0;
  }

  .relacionados, .text-block-55, .text-block-56, .text-block-57 {
    font-family: Guaruja Regular, sans-serif;
  }

  .text-block-58 {
    font-family: Guaruja Regular, sans-serif;
    font-weight: 500;
  }

  .text-block-59 {
    padding: 2px;
    font-family: Guaruja Regular, sans-serif;
  }

  .text-block-60, .text-block-61 {
    padding: 2px;
  }

  .svg {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
  }

  .path {
    background-color: #fff;
  }

  .image-37 {
    object-fit: contain;
    width: auto;
    max-width: 90%;
    display: block;
    overflow: visible;
  }

  .product6_text-link {
    justify-content: center;
    align-items: flex-start;
  }

  .product6_left {
    justify-content: flex-start;
    align-items: center;
  }

  .product-header6_price-wrapper-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .product6_image-link {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .product6_mask {
    width: 95%;
  }

  .product6_component {
    padding-bottom: 0;
  }

  .padding-section-large-copy {
    padding-top: .125rem;
    padding-bottom: 1rem;
  }

  .smootify-price {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-20 {
    color: #000;
    font-family: Guaruja Bold, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .price_regular-price-10 {
    font-size: 1.5rem;
  }

  .cart-upsell {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .price_compare-at-price-6 {
    font-size: 1rem;
  }

  .text-block-62 {
    padding-left: 1rem;
    font-size: 16px;
  }

  .heading-21 {
    color: #2e2e2e;
    border-style: dashed;
    border-radius: 11px;
    padding: 10px;
    font-size: 14px;
    line-height: 150%;
  }

  .button-12 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .headingpulseiras {
    font-size: 1rem;
  }

  .mini-cart_item-wrapper {
    flex-direction: column;
    padding: 1rem;
  }

  .navbar21_container {
    justify-content: space-between;
  }

  .navbar21_menu-right {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .navbar21_menu-right-text-wrapper {
    margin-top: 1rem;
  }

  .navbar21_component {
    background-color: #fff;
  }

  .navbar21_logo {
    width: 120px;
    padding-left: 20px;
  }

  .navbar21_menu-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .navbar21_menu-links-wrapper {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .mini-cart_item-total-3 {
    margin-left: .3rem;
    margin-right: .3rem;
    padding: 7px;
    font-size: .85rem;
  }

  .navbar21_menu-right-item {
    flex-direction: column;
    display: flex;
  }

  .navbar21_menu-left {
    background-color: #fff0;
  }

  .spacer {
    height: 8rem;
  }

  .mini-cart_dropdown-list-4.w--open {
    width: 95vw;
    min-width: 18rem;
    padding: 1rem;
    left: 2.5vw;
    right: 2.5vw;
  }

  .section-21, .background-video-4 {
    height: 350px;
  }

  .menu-wrapper-copy {
    width: auto;
    display: none;
  }

  .navbar21_menu-links-wrapper-copy {
    grid-template-columns: 1fr;
  }

  .div-supop {
    justify-content: center;
    align-items: center;
  }

  .heading-23 {
    font-size: 14px;
  }

  .image-41 {
    width: 80px;
  }

  .heading-23-copy {
    font-size: 11px;
  }

  .asdasd {
    padding-left: 8px;
  }

  .asdasd.is-small {
    color: #fff;
    background-color: #000;
    border-radius: 8px;
    width: 100%;
    font-family: Guaruja Regular, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
  }

  .pasdas {
    padding-top: .125rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading-style-h5-3 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .price_regular-price-11 {
    font-size: 1.5rem;
  }

  .price_compare-at-price-7 {
    font-size: 1rem;
  }

  .button-15 {
    font-size: 10px;
  }

  .price_regular-price-12 {
    font-size: 1.5rem;
  }

  .price_compare-at-price-8 {
    font-size: 1rem;
  }

  .text-size-medium-2 {
    font-size: .8rem;
    line-height: 100%;
  }

  .text-style-tagline {
    font-size: 30px;
  }

  .heading-25 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-63 {
    font-size: 12px;
  }

  .padding-section-large-bgimage {
    background-size: auto, cover;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-3-blogheader {
    height: 50vh;
  }

  .div-block-65 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .heading-26 {
    font-size: 20px;
    line-height: 100%;
  }

  .heading-26-copy {
    background-color: #2eff5f;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 4px 12px;
    font-size: 14px;
    display: flex;
  }

  .div-block-66 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 4px 8px;
  }

  .text-block-64 {
    font-size: 10px;
  }

  .image-42 {
    width: 10px;
  }

  .text-block-65 {
    font-size: 14px;
  }

  .navbar21_component-copy {
    background-color: #fff;
  }

  .global-padding-blogheadersection {
    padding-top: .125rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar21_menu-links-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .spacer-8 {
    height: 8rem;
  }

  .mini-cart_dropdown-list-5.w--open {
    width: 95vw;
    min-width: 18rem;
    padding: 1rem;
    left: 2.5vw;
    right: 2.5vw;
  }

  .div-block-67 {
    padding-top: .25rem;
  }

  .heading-27 {
    font-size: 24px;
    line-height: 100%;
  }

  .text-block-66 {
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
  }

  .text-block-67 {
    font-size: 14px;
  }

  .image-43 {
    max-width: 500px;
  }

  .rich-text-block {
    font-size: 14px;
  }

  .div-block-70 {
    padding-top: 1rem;
  }

  .collection-list-wrapper-6 {
    max-width: 90%;
  }

  .blog-33-relacionados {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-7 {
    border-radius: 8px;
    margin-top: -80px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta8_content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-size-medium-3 {
    font-size: .8rem;
  }

  .cta8_component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-large-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: .125rem;
    display: flex;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .padding-global-7 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .newsletter-subscribe {
    min-width: 150px;
  }

  .smootify-cart-3 {
    padding-right: 20px;
  }

  ._9844896 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  ._9844896.align-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .header-lojaheader {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .header-lojaheader.align-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .margin-bottom-copy {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-copy.margin-small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 1rem;
  }

  .margin-bottom-copy.margin-xsmall {
    width: 100%;
  }

  .asdadasdasd {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .asdadasdasd.margin-small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 1rem;
  }

  .asdadasdasd.margin-xsmall {
    width: 100%;
  }

  .div-block-72 {
    justify-content: center;
    align-items: center;
  }

  .div-block-73 {
    justify-content: flex-start;
    align-items: center;
  }

  .collections-duplicada {
    padding-bottom: 0;
  }

  .collections-duplicada-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-76 {
    width: 100%;
  }

  .link-block-25 {
    width: 50%;
    text-decoration: none;
  }

  .link-block-26 {
    text-decoration: none;
  }

  .div-block-77 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .button-6-remove, .button-6-remove.is-secondary {
    font-family: Guaruja Regular, sans-serif;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 100%;
  }

  .team-slider-wrapper-2 {
    margin-top: 10px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .heading-29 {
    color: #000;
    font-size: 16px;
  }

  .poqiwpe {
    text-align: center;
    font-family: Guaruja Regular, sans-serif;
  }

  .poqiwpe.text-weight-medium {
    font-family: Guaruja Bold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
  }

  .asdasdasdddd {
    text-align: center;
    font-family: Guaruja Regular, sans-serif;
  }

  .asdasdasdddd.text-weight-medium {
    font-family: Guaruja Bold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
  }

  .container-8 {
    max-width: none;
  }

  .margin-bottom-24px-2 {
    font-size: 14px;
  }

  .hero-image.shadow-two {
    width: 80%;
    margin-top: 20px;
  }

  .heading-30 {
    font-family: Guaruja Bold, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .image-48 {
    width: 100%;
  }

  .section1-s10 {
    flex-flow: column;
    max-width: 100%;
    padding: 4rem 1rem 1rem;
    overflow: hidden;
  }

  .section-4-s10 {
    height: auto;
  }

  .heading-titulo-s10 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 100%;
  }

  .heading-3-s10-2 {
    font-size: 20px;
    line-height: 150%;
  }

  .div-block-interna-s10 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .div-interna-s1002 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .background-video-s10 {
    height: 350px;
  }

  .heading-33 {
    font-size: 16px;
  }

  .div-block-79 {
    max-width: 70%;
    height: 350px;
  }

  .text-block-70 {
    font-size: 14px;
    line-height: 121%;
  }

  .bold-text-4 {
    font-size: 22px;
    line-height: 125%;
  }

  .section-30 {
    padding: .25rem .125rem;
  }

  .div-block-80 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

  .div-block-84 {
    width: 80%;
  }

  .div-block-85 {
    width: 55%;
  }

  .section-31 {
    height: 50vh;
  }

  .heading-37 {
    font-size: 25px;
    line-height: 24px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .div-block-86 {
    padding: .125rem .25rem .25rem .125rem;
  }

  .section-33 {
    padding: .25rem;
  }

  .heading-38 {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .section-21-copy {
    height: 350px;
  }

  .background-video-s10-deas {
    width: 69%;
    height: 245px;
  }

  .section-21-copy-asdasdasd {
    height: 350px;
  }

  .section-26-melhorias {
    margin-bottom: -60px;
    padding-left: 1rem;
  }

  .div-block-88 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: .125rem;
    padding-bottom: .125rem;
  }

  .section-34 {
    background-position: 100%;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 500px;
    padding-top: .125rem;
    padding-bottom: .125rem;
    display: flex;
  }

  .bold-text-7 {
    font-size: 16px;
  }

  .div-block-91 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    padding-left: .25rem;
  }

  .heading-41 {
    font-size: 14px;
  }

  .section-cards {
    padding-top: 1rem;
  }
}

#w-node-_89cbf6ac-aa07-5667-fccf-6ef46050d1b0-9d3ff7f4, #w-node-f193b4bb-e4b8-4f84-ce7f-e58acc69486c-9d3ff7f4, #w-node-f193b4bb-e4b8-4f84-ce7f-e58acc694884-9d3ff7f4, #w-node-_738754e5-3625-b07c-e05c-dd63bf55bce0-9d3ff7f4, #w-node-_738754e5-3625-b07c-e05c-dd63bf55bcec-9d3ff7f4, #w-node-b91dc98c-f307-9e0f-e211-41810cadc9eb-9d3ff7f4, #w-node-b91dc98c-f307-9e0f-e211-41810cadc9f7-9d3ff7f4, #w-node-_637ba065-616f-96ed-a9ca-b93c786cc690-56b98e2d, #w-node-_637ba065-616f-96ed-a9ca-b93c786cc6b0-56b98e2d, #w-node-_81202a09-d4bd-93a3-bbd3-89c06cd6b640-56b98e2d, #w-node-_81202a09-d4bd-93a3-bbd3-89c06cd6b64c-56b98e2d, #w-node-_6e71fc81-dcb6-91cb-91c9-c94245f296d1-636e8d07, #w-node-_6e71fc81-dcb6-91cb-91c9-c94245f296f1-636e8d07, #w-node-a80bfdaa-06aa-6c77-749c-bdda6d12a107-636e8d07, #w-node-a80bfdaa-06aa-6c77-749c-bdda6d12a113-636e8d07, #w-node-_31f6106b-5505-ba90-a27b-53645656cecb-cd2da934, #w-node-_92a6aa3f-096f-ef25-d44f-498b5bb01ded-560192c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a6aa3f-096f-ef25-d44f-498b5bb01e22-560192c8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0c2f3e9b-7358-a72b-97f5-d2b6ff188c7e-5aa5e704, #w-node-_0c2f3e9b-7358-a72b-97f5-d2b6ff188c9e-5aa5e704, #w-node-_90191de4-1ab5-2114-dc62-cceb5a8a4f45-5aa5e704, #w-node-_90191de4-1ab5-2114-dc62-cceb5a8a4f51-5aa5e704, #w-node-_0c2f3e9b-7358-a72b-97f5-d2b6ff188c7e-349f2e77, #w-node-_0c2f3e9b-7358-a72b-97f5-d2b6ff188c9e-349f2e77, #w-node-_36d5c60c-0a26-e8bd-9066-1b2bb22e2756-349f2e77, #w-node-_36d5c60c-0a26-e8bd-9066-1b2bb22e2762-349f2e77, #w-node-_0c2f3e9b-7358-a72b-97f5-d2b6ff188c7e-cd43c030, #w-node-_0c2f3e9b-7358-a72b-97f5-d2b6ff188c9e-cd43c030, #w-node-_758721e9-bd49-e4c2-4181-3a150d2e6b1b-cd43c030, #w-node-_758721e9-bd49-e4c2-4181-3a150d2e6b27-cd43c030, #w-node-_0c2f3e9b-7358-a72b-97f5-d2b6ff188c7e-145dbeb6, #w-node-_0c2f3e9b-7358-a72b-97f5-d2b6ff188c9e-145dbeb6, #w-node-_2f7e0fda-8478-d4f1-13a9-3f551061cf8d-145dbeb6, #w-node-_2f7e0fda-8478-d4f1-13a9-3f551061cf99-145dbeb6, #w-node-f51c0c54-ad71-2de8-47d0-0cd05025fe79-49240bd0, #w-node-_0c2f3e9b-7358-a72b-97f5-d2b6ff188c7e-b30c15c2, #w-node-_0c2f3e9b-7358-a72b-97f5-d2b6ff188c9e-b30c15c2, #w-node-_90191de4-1ab5-2114-dc62-cceb5a8a4f45-b30c15c2, #w-node-_90191de4-1ab5-2114-dc62-cceb5a8a4f51-b30c15c2, #w-node-_6e71fc81-dcb6-91cb-91c9-c94245f296d1-d589ab5f, #w-node-_6e71fc81-dcb6-91cb-91c9-c94245f296f1-d589ab5f, #w-node-a80bfdaa-06aa-6c77-749c-bdda6d12a107-d589ab5f, #w-node-a80bfdaa-06aa-6c77-749c-bdda6d12a113-d589ab5f, #w-node-_6e71fc81-dcb6-91cb-91c9-c94245f296d1-ec6c3d12, #w-node-_6e71fc81-dcb6-91cb-91c9-c94245f296f1-ec6c3d12, #w-node-a80bfdaa-06aa-6c77-749c-bdda6d12a107-ec6c3d12, #w-node-a80bfdaa-06aa-6c77-749c-bdda6d12a113-ec6c3d12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_89cbf6ac-aa07-5667-fccf-6ef46050d1b0-9d3ff7f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_92a6aa3f-096f-ef25-d44f-498b5bb01e22-560192c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89cbf6ac-aa07-5667-fccf-6ef46050d1b0-9d3ff7f4 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_92a6aa3f-096f-ef25-d44f-498b5bb01dba-560192c8, #w-node-_92a6aa3f-096f-ef25-d44f-498b5bb01dbc-560192c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_92a6aa3f-096f-ef25-d44f-498b5bb01dbf-560192c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Guaruja Regular';
  src: url('../fonts/FontsFreeNettipografioguarujagroteskregular2.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Guaruja Bold';
  src: url('../fonts/GuarujaGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}/* Shopify cart controls */
.cart-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cart-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.cart-icon-btn:hover {
  transform: scale(1.04);
}

.cart-icon-svg {
  width: 24px;
  height: 24px;
}

.cart-count-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #ff4d4f;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.button-15[data-go-to-cart] {
  min-width: 140px;
}
/* Shopify product cards */
.discount-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ff4d4f;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  align-items: start;
}

.product-media {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-media img {
  width: 100%;
  border-radius: 20px;
  background: #f7f7f7;
  object-fit: cover;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 0.75rem;
}

.product-gallery-thumb {
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.product-gallery-thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 0, 0, 0.15);
}

.product-info-panel {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-info-panel .product-price {
  font-size: 24px;
  font-weight: 700;
}

.cart-line-item {
  display: grid;
  grid-template-columns: 100px 1fr 140px;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.cart-line-media img {
  width: 100%;
  border-radius: 12px;
  background: #f7f7f7;
}

.cart-line-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cart-line-title {
  font-weight: 600;
  font-size: 18px;
}

.cart-line-options {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.cart-line-quantity {
  font-size: 14px;
}

.cart-line-price {
  font-weight: 600;
  font-size: 18px;
  text-align: right;
}

[data-cart-empty] {
  text-align: center;
  padding: 3rem 1rem;
  display: none;
}

.cart-summary-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-radius: 16px;
  background: #f7f7f7;
  margin-top: 2rem;
}

.cart-summary-box strong {
  font-size: 20px;
}

.cart-notification {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .cart-line-item {
    grid-template-columns: 80px 1fr;
    grid-template-rows: auto auto;
  }

  .cart-line-price {
    grid-column: 1 / -1;
    text-align: left;
  }
}

.cart-lines {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}


.account-auth {
  padding: 4rem 0;
}

.auth-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 3rem;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.auth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.auth-actions .button-15 {
  min-width: 200px;
}

@media (max-width: 767px) {
  .auth-card {
    padding: 2rem;
  }
}

/* Product grid enhancements */
[data-product-grid] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  align-items: stretch;
  justify-content: flex-start;
  justify-items: stretch;
}

[data-product-grid]:before,
[data-product-grid]:after {
  content: none !important;
  display: none !important;
}

[data-product-grid] > .collection-item {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
}

[data-product-grid] > .collection-item .product-wrapper {
  height: 100%;
}

.product_card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product_card .product_images-wrapper {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_card .product_image-cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-card_info-container-2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: auto;
}

.product-card_info-wrapper-4 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
}

.product-card_title-wrapper .heading-style-h5-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.2rem;
}

.product-card_price-wrapper-2 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

@media (max-width: 767px) {
[data-product-grid] {
    gap: 1.25rem;
    justify-content: flex-start;
  justify-items: stretch;
}
}
.collection-list-wrapper-4-copy,
.collection-list-wrapper-4-copy.w-dyn-list {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

[data-product-grid].w-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

[data-product-grid] > .w-col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

