@font-face {
  font-family: Regular Material;
  src: url('../fonts/MaterialIcons-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: SF Pro;
  src: url('../fonts/SF-Pro-Display-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Material;
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --black: #111210;
  --dodger-blue: #c75f10;
  --light-grey: #d9d9d9;
  --table-header: whitesmoke;
  --white: white;
  --borders: #efefef;
  --hover-blue: #3479e5;
  --firebrick: #bd3a3a;
  --hover-red: #a33131;
  --white-2: #fafafa;
  --grey: #767676;
  --tomato: #f35252;
  --royal-blue: #2e6bcc;
  --lime-green: #d8650d;
  --grey-2: #9c9c9c;
  --goldenrod: #f8c005;
  --royal-blue-2: #4574bf;
  --ghost-white: #f7faff;
  --dim-grey: #545454;
  --midnight-blue: #11284c;
  --dark-slate-blue-2: #1d4380;
  --dark-slate-blue: #235099;
  --white-3: #ffffff26;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  font-family: SF Pro, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955);
}

a:active {
  transform: scale(.96);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  color: var(--black);
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

blockquote {
  border-left: 5px solid var(--dodger-blue);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: var(--light-grey);
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  background-color: var(--table-header);
}

.section.grey.top-padding-40 {
  padding-top: 40px;
}

.section.grey.top-padding-40.mob-padding.white {
  background-color: var(--white);
}

.section.min-height {
  min-height: 70vh;
}

.section._40-top {
  padding-top: 45px;
}

.section._40-top.hide {
  display: none;
}

.section.resources-page {
  min-height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-mini-height {
  min-height: auto;
}

.section.no-mini-height.no-bottom-padding {
  padding-bottom: 0;
}

.section.first-section {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.section.first-section._0-top-mob.overflow-hidden {
  margin-bottom: -40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.product-section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.section.hurst {
  min-height: 65vh;
  padding-top: 40px;
}

.section.hurst._16 {
  background-color: var(--white);
}

.container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  transition: width .1s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.container.nav-container {
  z-index: 1;
  height: 100%;
  position: relative;
}

.container.auth-container {
  max-width: 460px;
}

.container.z-index {
  z-index: 1;
  position: relative;
}

.container.mob-percent {
  height: 100%;
}

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

.grid._4-col.section-head-grid {
  margin-bottom: 24px;
}

.grid._4-col.home-prod {
  max-height: 902px;
  overflow: hidden;
}

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

.grid._2-col.percentage-gap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

.grid._7-row {
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 45px;
  padding-bottom: 24px;
  display: grid;
}

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

.grid._3-col.align {
  align-items: start;
}

.grid._3-col._40-gap {
  grid-column-gap: 40px;
}

.grid._3-col._40-gap.align._0000._554 {
  margin-top: 50px;
}

.grid._3-col.navigate {
  grid-column-gap: 24px;
  grid-template-columns: minmax(200px, 200px) 1fr minmax(454px, 454px);
  align-items: center;
  height: 100%;
}

.grid._3-col.home-cat {
  max-height: 369px;
  overflow: hidden;
}

.grid._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid._3-row._16px-top-padding {
  padding-top: 16px;
}

.grid._2-row.centered-grid {
  text-align: center;
  place-items: center;
}

.grid.scroll-on-mobile {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.grid._2-row {
  color: #111210;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.grid._2-row._16px-top-padding {
  padding-top: 16px;
  padding-bottom: 8px;
  position: relative;
}

.button-wrapper.add-to-cart-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.button-wrapper.add-to-cart-button._00 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-wrapper._10px {
  margin-bottom: 10px;
}

.button-wrapper._120 {
  width: 140px;
}

.button-wrapper.pos-absolute {
  border-top: 1px solid var(--borders);
  background-color: var(--white);
  padding: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.button-wrapper.pos-absolute.in-dropdown-cart {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.button-wrapper.cometa-cta {
  margin-top: 25px;
}

.button-wrapper.add-address {
  border-top: 1px none var(--light-grey);
  width: auto;
  padding-top: 24px;
  display: block;
}

.button-wrapper.bottom-button-wrapper {
  display: none;
}

.button-text {
  height: 17px;
  display: inline-block;
  overflow: hidden;
}

.button {
  text-align: center;
  background-color: #c75f10;
  border-radius: 12px;
  height: 40px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.button.blue-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 6px;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.button.blue-button._50 {
  background-color: #d8650d;
  height: 48px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.button.blue-button._50:hover {
  background-color: #a7490f;
}

.button.blue-button._50.short {
  width: 200px;
}

.button.red-button {
  background-color: var(--firebrick);
  color: var(--white);
}

.button.red-button:hover {
  background-color: var(--hover-red);
}

.button.red-button.with-chevron {
  text-align: left;
  border-radius: 6px;
}

.button.red-outline {
  border: 1px solid var(--firebrick);
  color: var(--firebrick);
  background-color: #0000;
  border-radius: 6px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.red-outline:hover {
  background-color: var(--firebrick);
  color: var(--white);
}

.button.red-outline.remover, .button.red-outline.remover-copy {
  width: 120px;
}

.button.cancel {
  background-color: var(--white-2);
  height: 45px;
  color: var(--grey);
  border: 1px solid #0000;
  border-radius: 6px;
  padding-top: 14px;
  padding-bottom: 0;
}

.button.cancel:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.button.submit-button {
  background-color: var(--dodger-blue);
  width: 100%;
  color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.button.submit-button.hide {
  display: none;
}

.button.blue-outline {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #0000;
  border-radius: 6px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.blue-outline:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.button.blue-outline.with-icon {
  padding-left: 5px;
}

.button.dark-blue {
  background-color: var(--white);
  color: var(--hover-blue);
}

.button.dark-blue.with-icon {
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: left;
  padding-left: 20px;
}

.button.dark-blue.with-icon:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

.button.cancel {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #0000;
  height: 45px;
  padding-top: 14px;
  padding-bottom: 0;
}

.button.cancel:hover {
  color: #fff;
  background-color: #f35252;
}

.button.blue-button {
  color: #fff;
  background-color: #3a86ff;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.button.blue-button.inside-product-page {
  padding-left: 35px;
  padding-right: 35px;
}

.button.blue-button.inside-product-page.adicionar-subcategoria {
  background-color: var(--lime-green);
  height: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.button.blue-button.verde {
  background-color: #04a777;
  height: 45px;
  padding-top: 14px;
}

.button.blue-button.verde.go-go {
  padding-left: 25px;
  padding-right: 25px;
}

.button.submit-button {
  color: #fff;
  background-color: #3a86ff;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.button.submit-button:hover {
  background-color: #3479e5;
}

.button.submit-button._50 {
  height: 45px;
}

.button.blue-button {
  color: #fff;
  background-color: #3a86ff;
  border-radius: 6px;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.button.blue-button:hover {
  background-color: #3479e5;
}

.button.blue-button._50 {
  height: 48px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.button-icon {
  height: 16px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 20px;
  line-height: 16px;
  display: inline-block;
}

.section-header-wrapper {
  margin-bottom: 24px;
}

.section-header-wrapper.no-padding {
  margin-bottom: 0;
}

.section-subheader {
  color: var(--grey);
  font-size: 18px;
  line-height: 1;
}

.section-header {
  margin-bottom: 7px;
  font-size: 40px;
}

.section-header.no-padding {
  margin-bottom: 0;
}

.section-header.no-padding.profile-name {
  margin-bottom: 10px;
  line-height: 1.1;
}

.section-header.padding {
  text-align: center;
  margin-bottom: 60px;
}

.section-header.small {
  margin-bottom: 0;
  font-size: 25px;
}

.section-button-wrapper {
  width: 150px;
  max-width: 150px;
  padding-bottom: 2px;
}

.section-button-wrapper.longger {
  width: 170px;
  max-width: 190px;
}

.text-field {
  z-index: 2;
  border: 2px solid var(--light-grey);
  background-color: #0000;
  border-radius: 12px;
  height: 48px;
  margin-bottom: 26px;
  margin-right: 16px;
  font-size: 16px;
  position: relative;
}

.text-field:focus {
  border-color: var(--grey);
  color: var(--black);
}

.text-field::placeholder {
  color: var(--grey-2);
}

.text-field.text-area {
  height: 100px;
}

.text-field.with-icon {
  color: var(--black);
  border-color: #ccc;
  padding-left: 48px;
  font-size: 16px;
  font-weight: 400;
}

.text-field.with-icon:focus {
  font-size: 16px;
}

.text-field.with-icon::placeholder {
  color: var(--grey-2);
}

.text-field.with-icon._10-margin {
  margin-bottom: 8px;
}

.text-field.code {
  height: 100px;
  color: var(--dodger-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
}

.text-field.subcategorias {
  margin-bottom: 16px;
}

.field-label {
  color: var(--grey);
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

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

.choice-item {
  text-align: center;
  height: 94px;
}

.choice-item.no-line {
  padding-bottom: 3px;
}

.choice-content {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 50px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.choice-content.wider {
  grid-column-gap: 8px;
}

.choice-icon {
  text-align: center;
  border-radius: 50%;
  width: auto;
  height: 35px;
  margin-right: 16px;
  font-family: Material, sans-serif;
  font-size: 50px;
  line-height: 35px;
}

.choice-icon.storefront {
  font-size: 46px;
}

.choice-icon.loose {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.choice-header {
  font-size: 16px;
  font-weight: 500;
}

.choice-subheader {
  font-size: 12px;
}

.table-column {
  align-items: center;
  width: 20%;
  height: 100%;
  padding-left: 24px;
  display: flex;
}

.table-row {
  background-color: #fff;
  border-radius: 16px;
  height: 90px;
  margin-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.table-row.table-header {
  z-index: 1;
  height: 70px;
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #cccccc80;
  border-top-style: none;
  border-bottom: 1px solid #0000;
  border-left-color: #0000;
  border-right-color: #0000;
  font-size: 13px;
  font-weight: 600;
  display: none;
  position: relative;
}

.table-text {
  height: 20px;
  font-size: 15px;
  line-height: 21px;
  overflow: hidden;
}

.table-text._13 {
  letter-spacing: .25px;
  font-size: 12px;
}

.table-block {
  flex: 1;
}

.table-block._90 {
  flex: 1;
  height: 100%;
  padding-top: 4px;
  display: flex;
}

.table-block.blobs {
  border: 1px none var(--borders);
  height: 100%;
  color: var(--black);
  flex: 1;
  display: flex;
}

.table-estado {
  background-color: #0000;
  flex: 1;
  max-width: 95px;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 100%;
  overflow: hidden;
}

.table-estado.pendente {
  color: #e8a21e;
  background-color: #f6e7d1;
  max-width: 120px;
}

.table-wrapper {
  border: 1px none var(--borders);
  border-radius: 16px;
  padding-bottom: 0;
  overflow: hidden;
}

.product-image-tabs {
  height: 100%;
  min-height: 600px;
}

.product-images-gallery {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 19%;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.product-image-content {
  height: 81%;
  max-height: 500px;
  padding-bottom: 16px;
}

.product-image-tab-link {
  background-color: #0000;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  padding: 0 8px;
}

.product-image-tab-link.w--current {
  opacity: .5;
  background-color: #0000;
}

.tab-pane {
  height: 100%;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper.rounded-corners {
  border-radius: 16px;
}

.image-wrapper.rounded-corners.borders {
  border: 1px solid var(--borders);
  border: 1px solid #efefef;
}

.image-wrapper.product-card-image-wrapper {
  border-radius: 12px;
  height: 207px;
}

.image-wrapper.product-card-image-wrapper.shorter {
  height: 150px;
}

.image-wrapper.product-card-image-wrapper.space-20px {
  margin-top: 43px;
}

.image-wrapper.category-card-image-wrapper {
  border-radius: 12px;
  height: 277px;
  margin-bottom: 16px;
}

.image-wrapper.profile-thumbnail {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-right: 4vw;
}

.image-wrapper.profile-image {
  cursor: pointer;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.image-wrapper.nav-profile-thumbnail {
  border-radius: 50%;
  width: 27px;
  height: 27px;
  margin-right: 8px;
}

.image-wrapper.hero-image-link {
  border-radius: 24px;
  position: absolute;
  inset: 0%;
}

.image-wrapper.cart-image-wrapper {
  border: 1px solid var(--borders);
  border-radius: 12px;
  height: 130px;
}

.cover-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.cover-image.float {
  object-position: 50% 0%;
}

.cover-image.round {
  border-radius: 50%;
}

.cover-image.hero, .cover-image.random-1 {
  object-position: 50% 50%;
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contain-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
}

.contain-image.big-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 120%;
}

.contain-image.align-left {
  object-position: 0% 50%;
}

.product-price {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.product-price.kz {
  margin-left: 2px;
  font-size: 14px;
  position: relative;
  top: -12px;
}

.product-price.kz.small {
  font-size: 10px;
  top: -5px;
}

.product-price.kz.medium {
  font-size: 11px;
  top: -7px;
}

.product-price.kz.green {
  color: #04a777;
}

.product-price.kz.blue {
  color: var(--royal-blue);
}

.product-price.small {
  font-size: 16px;
}

.product-price.small.thinner {
  font-weight: 600;
}

.product-price.medium {
  font-size: 20px;
}

.product-price.red {
  color: var(--firebrick);
}

.product-price.yellow {
  color: #f8c005;
}

.product-price.blue {
  color: #04a777;
}

.product-price.blux {
  color: #4574bf;
}

.product-in-stock {
  color: var(--grey);
  align-items: center;
  margin-bottom: 3px;
  font-size: 15px;
  display: flex;
}

.stock-quantity {
  border: 1px solid var(--borders);
  text-align: center;
  border-radius: 12px;
  width: 45px;
  height: 40px;
  margin-right: 10px;
  line-height: 39px;
}

.product-description {
  margin-bottom: 0;
  line-height: 1.6;
}

.product-items-wrapper {
  display: flex;
}

.plus-minus-wrapper {
  background-color: var(--white-2);
  width: 120px;
  height: 40px;
  color: var(--grey);
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: space-between;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.plus-minus-wrapper.no-margin {
  margin-right: 0;
}

.plus-minus-wrapper.no-margin.lngrs {
  width: auto;
}

.plus-minus-wrapper._100 {
  width: 100%;
}

.plus-minus-button {
  text-align: center;
  cursor: pointer;
  width: 33.33%;
  height: 100%;
  margin-top: 0;
  font-size: 20px;
  line-height: 40px;
  transition: all .2s;
  display: inline-block;
}

.plus-minus-button:hover {
  color: var(--black);
  background-color: #1112100d;
}

.plus-minus-button.minus {
  float: left;
  padding-left: 3%;
}

.plus-minus-button.plus {
  float: right;
  padding-right: 2%;
}

.quantity {
  text-align: center;
  cursor: default;
  width: 33.33%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
  line-height: 39px;
  display: inline-block;
}

.quantity.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.product-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.product-title.small {
  max-height: 42px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

.product-title.small.max-width {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.product-title.small.bottom-margin {
  max-height: 62px;
  margin-bottom: 16px;
}

.product-title.midium {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
}

.product-category {
  color: var(--firebrick);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -16px;
  font-size: 14px;
}

.product-category.small {
  margin-bottom: -6px;
  font-size: 9px;
}

.product-category._0-padding {
  margin-bottom: 0;
}

.extra-info-text {
  color: var(--grey);
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.extra-info-text.small {
  color: var(--grey);
  font-size: 14px;
}

.extra-info-text.categeria-mble {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 14px;
}

.product-card {
  background-color: var(--white);
  border-radius: 16px;
  overflow: hidden;
}

.product-card._3-col-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  display: grid;
}

.product-card._3-col-grid.borders {
  border: 1px solid var(--light-grey);
  background-color: #0000;
  margin-bottom: 16px;
}

.product-card._2-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-card._2-col-grid.borders {
  grid-column-gap: 40px;
  border: 1px solid var(--light-grey);
  grid-template-columns: 200px 1fr;
  margin-bottom: 16px;
  padding: 16px;
}

.product-card._2-col-grid.borders.in-srch {
  grid-template-columns: 151px 1fr;
  margin-bottom: 0;
}

.product-link {
  padding: 16px 16px 40px;
  display: block;
}

.product-link.grid._5-row.fliped {
  text-align: center;
  grid-template-rows: auto auto auto auto;
  padding-top: 40px;
  padding-bottom: 24px;
}

.product-link.grid {
  color: #111210;
}

.product-link.grid._5-row {
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-bottom: 16px;
  display: grid;
}

.category-card {
  background-color: var(--white);
  color: var(--black);
  border-radius: 24px;
  padding: 16px;
  overflow: hidden;
}

.flex {
  display: flex;
}

.category-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.extra-info {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.extra-info.sided {
  font-size: 13px;
  line-height: 1;
}

.category-card-text-wrapper {
  flex: 1;
}

.category-card-icon-wrapper {
  color: var(--grey);
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.category-card-icon-wrapper.float-on-top {
  display: none;
}

.price-table-wrapper {
  border: 1px solid var(--light-grey);
  color: var(--black);
  border-radius: 16px;
  padding: 35px 24px 24px;
}

.header-wrapper.h4 {
  margin-bottom: 35px;
}

.header-wrapper._16 {
  margin-bottom: 24px;
}

.header-wrapper.purchase {
  margin-bottom: 16px;
}

.header-wrapper.loja {
  margin-bottom: 25px;
}

.header {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.header.thinner {
  font-weight: 400;
}

.header.thinner.dark {
  color: var(--black);
  font-weight: 600;
}

.header.thinner.cntrd.pgmnto {
  margin-bottom: 6px;
}

.header.thinner.bold {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.header.thinner.thin-thin {
  font-weight: 300;
  line-height: 1.1;
}

.header.form-section {
  text-align: center;
  margin-bottom: 24px;
}

.header._212.cntrd._2 {
  font-size: 20px;
  font-weight: 400;
}

.header.dropdown-link-text {
  line-height: 1;
  display: inline-block;
}

.header.dropdown-link-text.page-title {
  font-size: 40px;
  line-height: 1.1;
}

.header.h2 {
  line-height: 1;
}

.price-list-item {
  height: 20px;
  color: var(--grey);
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}

.price-title {
  display: inline-block;
}

.price-title.total {
  margin-right: 6px;
  font-size: 16px;
}

.price-numbers {
  float: right;
  display: inline-block;
}

.price-total {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px none var(--light-grey);
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

.price-total.no-btm-padding {
  margin-bottom: 0;
}

.fixed-sidebar {
  position: sticky;
  top: 120px;
}

.footer {
  background-color: var(--black);
  padding-top: 80px;
  padding-bottom: 0;
}

.navigator {
  z-index: 1000;
  background-color: #0000;
  height: 80px;
  position: sticky;
  inset: 0 0% auto;
}

.choice-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.choice-tab-content {
  min-height: 100px;
  padding-top: 16px;
}

.choice-tab-link {
  height: 96px;
  color: var(--grey);
  background-color: #0000;
  border: 3px solid #cccccc80;
  border-radius: 16px;
  padding: 0;
}

.choice-tab-link:hover {
  border-color: #ccc;
}

.choice-tab-link.w--current {
  border-color: var(--dodger-blue);
  background-color: var(--white);
  color: var(--black);
}

.selected-tab-pane {
  border: 1px none var(--dodger-blue);
  border-radius: 16px;
  min-height: 200px;
}

.category-tab-link {
  color: var(--black);
  background-color: #0000;
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 41px;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.category-tab-link:hover {
  background-color: var(--white-2);
}

.category-tab-link.w--current {
  color: var(--firebrick);
  background-color: #0000;
  font-weight: 700;
}

.dropdown-icon {
  margin-right: 20px;
  font-size: 12px;
}

.dropdown-icon._8px-padding {
  margin-right: 11px;
  font-size: 11px;
}

.dropdown-icon.on-category-dropdown {
  margin-left: 10px;
  margin-right: 0;
  font-size: 18px;
  position: relative;
}

.dropdown-icon.in-nav-profile {
  margin-right: 8px;
  font-size: 11px;
  line-height: 1;
  top: 2px;
}

.dropdown-icon.on-faq-title {
  margin-left: 0;
  margin-right: 24px;
  font-size: 16px;
  position: absolute;
}

.chevron-icon {
  margin-right: 12px;
  font-size: 12px;
  transform: rotate(-90deg);
}

.chevron-icon._25 {
  margin-right: 18px;
}

.chevron-icon._0 {
  margin-right: 0;
  font-size: 16px;
}

.chevron-icon.hidden, .chevron-icon._00 {
  display: none;
}

.product-category-link {
  margin-bottom: -16px;
}

.button-wrapper-2 {
  height: 40px;
}

.button-wrapper-2._20-left {
  margin-left: -17px;
}

.button-wrapper-2._20-left.resources-menu-link {
  margin-bottom: 10px;
}

.resources-wrapper {
  display: flex;
}

.resources-nav {
  width: 316px;
  padding-top: 65px;
  padding-bottom: 100px;
  padding-right: 40px;
}

.resources-block {
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #0582ff;
  text-align: center;
  height: 40px;
  padding: 12px 17px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button-2:hover {
  opacity: .95;
  transform: translate(3.5px);
}

.button-2.resources-menu-link {
  color: #667081;
}

.button-2.resources-menu-link:hover {
  transform: none;
}

.button-2.resources-menu-link.w--current {
  color: var(--firebrick);
}

.resources-content {
  flex: 1;
  min-height: 30vh;
  padding-top: 60px;
  padding-bottom: 50px;
}

.resources-nav-menu {
  float: right;
  width: 210px;
  height: 300px;
  position: sticky;
  top: 120px;
}

.button-text-2 {
  float: left;
  height: 16px;
  display: inline-block;
}

.header-title-wrapper.h1-header {
  margin-bottom: 25px;
  overflow: hidden;
}

.header-title-wrapper.h1-header._2 {
  margin-bottom: 55px;
}

.section-subheading {
  color: #8f9ba6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: .9em;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.section-subheading.smaller-txt {
  font-size: .8em;
  font-weight: 400;
}

.section-subheading.smaller-txt.form {
  color: var(--grey);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 16px;
  margin-left: 1px;
  font-size: 16px;
}

.contact-block._500px {
  padding-top: 0;
}

.contact-item {
  max-width: 360px;
  margin-bottom: 56px;
}

.contact-item._000 {
  margin-bottom: 0;
}

.contact-txt {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 130%;
}

.table-scroll {
  border: 1px none var(--borders);
  overflow: visible;
}

.status-circles-wrapper {
  cursor: default;
  width: 30px;
  height: 30px;
  overflow: hidden;
}

.project-state {
  color: #fff;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 12px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  overflow: hidden;
}

.project-state.done {
  background-color: var(--lime-green);
}

.project-state.in-progress {
  background-color: #ccc;
  border-radius: 20px;
}

.project-state.done {
  background-color: #04a777;
  border-radius: 20px;
}

.project-state.done.hidden {
  display: none;
}

.project-state.cancel-now {
  background-color: var(--tomato);
  border-radius: 200px;
}

.status-content-wrapper {
  z-index: 5;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  position: relative;
}

.center-text {
  color: var(--grey-2);
  margin-top: 32px;
}

.center-text.confirmed {
  color: var(--black);
}

.linesman {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  align-items: center;
  padding: 34px;
  display: flex;
}

.status-line {
  flex: 1;
  height: 3px;
  position: relative;
  top: -26px;
}

.confirmed-line {
  z-index: 2;
  border: 2px solid var(--lime-green);
  background-color: var(--lime-green);
  border-radius: 10px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.confirmed-line.hidden {
  z-index: 2;
  display: none;
}

.in-progress-line {
  border: 1px dashed #ccc;
  border-radius: 10px;
}

.line-seperator {
  background-color: var(--light-grey);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.estado.em-processo {
  color: var(--goldenrod);
}

.estado.entregue {
  color: var(--lime-green);
}

.estado.cancelado {
  color: var(--tomato);
}

.nav-shadow {
  z-index: 0;
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  box-shadow: 0 1px 12px #0003;
}

.brand {
  align-items: center;
  height: 55px;
  display: flex;
}

.brand.at-auth {
  justify-content: center;
  width: 140px;
  height: auto;
  margin-bottom: 1vh;
  display: flex;
}

.nav-buttons-container {
  height: 100%;
  display: flex;
}

.nav-menu-wrapper {
  z-index: 10000;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 1200;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  min-width: 480px;
  max-width: 650px;
  height: 100vh;
  min-height: 500px;
  max-height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.overlay {
  z-index: 1100;
  background-color: #00000059;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-nav {
  width: 40px;
  height: 40px;
  color: var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  line-height: 40px;
  transition: all .2s;
  position: absolute;
  inset: 6vh 5vw auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-nav:hover {
  color: var(--black);
}

.close-nav.close-edit-profile {
  z-index: 10;
  background-color: var(--white);
  width: 45px;
  height: 45px;
  top: 18px;
  right: 18px;
  overflow: hidden;
}

.close-nav.close-search {
  z-index: 2;
  color: var(--black);
  margin-top: 21px;
  margin-bottom: 21px;
  margin-right: 16px;
  inset: 0% 0% 0% auto;
}

.close-nav.cat {
  z-index: 1;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  inset: -14px -300px auto 0%;
}

.menu {
  margin-left: 5vw;
  margin-right: 40px;
}

.nav-link {
  height: 50px;
  color: var(--black);
  border-radius: 8px;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 16px;
  font-size: 18px;
  line-height: 1;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.nav-link:hover {
  background-color: var(--table-header);
}

.nav-link.w--current {
  color: var(--lime-green);
}

.nav-link.red-panico {
  border: 1px solid var(--tomato);
  background-color: #f352521c;
}

.ham-menu {
  width: 45px;
  height: 45px;
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  transition: background-color .2s;
  overflow: hidden;
}

.ham-menu:hover {
  background-color: var(--table-header);
}

.dropdown-cart-wrapper {
  z-index: 10000;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.dropdown-cart {
  z-index: 5000000;
  background-color: var(--white);
  border-radius: 24px;
  width: 350px;
  height: 80vh;
  min-height: 500px;
  max-height: 700px;
  padding-top: 80px;
  padding-bottom: 88px;
  display: none;
  position: absolute;
  inset: 90px 16px 0% auto;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.close-cart {
  z-index: 2;
  width: 40px;
  height: 40px;
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  font-size: 25px;
  transition: all .2s;
  position: absolute;
  inset: 18px 18px auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-cart:hover {
  color: var(--black);
}

.cart-title-wrapper {
  z-index: 1;
  align-items: center;
  height: 40px;
  padding-left: 3px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 24px;
}

.white-bg {
  border-bottom: 1px solid var(--borders);
  background-color: var(--white);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-icon {
  width: 45px;
  height: 45px;
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  transition: background-color .2s;
  position: relative;
  overflow: hidden;
}

.cart-icon:hover {
  background-color: var(--table-header);
}

.pop-up-wrapper {
  z-index: 12000;
  align-items: center;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.decoy {
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.gray-body {
  background-color: var(--table-header);
}

.nav-auth-buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 270px;
  padding-left: 32px;
  display: grid;
}

.nav-auth-buttons-wrapper._0-padding {
  padding-left: 0;
}

.nav-auth-buttons-wrapper.hidden {
  display: none;
}

.material-icons {
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 0;
  font-family: Material, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.material-icons.more-padding {
  padding-top: 13px;
}

.material-icons.close {
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 24px;
}

.material-icons.close.white {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  z-index: 1;
  text-align: center;
  background-color: #fff;
  padding-top: 11px;
  padding-bottom: 9px;
  position: relative;
}

.material-icons.on-40 {
  padding-top: 8px;
  padding-bottom: 9px;
}

.material-icons.on-40._35, .material-icons.on-40.product-page-add {
  padding-top: 8px;
}

.material-icons.bigger {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
}

.material-icons.checker {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
}

.material-icons.on-35 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.material-icons.resrc {
  position: relative;
  top: -10px;
}

.material-icons._2 {
  padding-top: 3px;
  line-height: 1.2;
}

.search-button-wrapper {
  align-items: center;
  padding-left: 16px;
  display: flex;
}

.search-icon {
  width: 45px;
  height: 45px;
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  transition: background-color .2s;
  overflow: hidden;
}

.search-icon:hover {
  background-color: var(--table-header);
}

.navigator-link {
  height: 40px;
  color: var(--black);
  margin-right: 9%;
  font-size: 15px;
  font-weight: 500;
  line-height: 42px;
  display: inline-block;
}

.navigator-link.w--current {
  color: var(--firebrick);
  font-weight: 700;
}

.navigator-menu {
  height: 40px;
  overflow: hidden;
}

.auth-section {
  overflow: hidden;
}

.cometa-sidebar {
  background-color: var(--dodger-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.auth-content-wrapper {
  margin-left: 30%;
}

.auth-content-wrapper.log-in {
  margin-left: 0%;
  padding-top: 15vh;
  padding-bottom: 10vh;
}

.auth-content-wrapper.no-sidebar {
  height: 100vh;
  margin-left: 0%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.form-field-wrapper {
  position: relative;
}

.form-field-wrapper.terms-cond {
  margin-bottom: 32px;
}

.form-field-wrapper.code-filed-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 7vh;
  display: grid;
}

.form-field-wrapper._3 {
  margin-bottom: 50px;
}

.form-field-wrapper._3004 {
  margin-bottom: 25px;
}

.form-field-icon {
  width: 48px;
  height: 48px;
  color: var(--grey-2);
  padding-left: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.profile-image-wrapper {
  margin-bottom: 5vh;
}

.add-image-icon {
  background-color: var(--firebrick);
  width: 45px;
  height: 45px;
  color: var(--white);
  border-radius: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.nav-profile-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 23px;
  display: flex;
}

.nav-profile-wrapper.hidden {
  display: none;
}

.nav-profile-wrapper.no-padding {
  padding-left: 0;
}

.nav-profile {
  position: relative;
}

.nav-profile.w--current {
  padding-right: 17px;
}

.address-form {
  width: 500px;
}

.address-wrapper {
  border: 1px solid var(--dodger-blue);
  border-radius: 16px;
  padding: 24px;
}

.address-wrapper._40 {
  border-style: none;
  padding: 40px 40px 24px;
  display: none;
}

.instructions-wrapper {
  padding-top: 20px;
}

.login-nav {
  border-bottom: 1px none var(--borders);
  flex-direction: column;
  align-items: center;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.login-nav._5 {
  margin-bottom: 7vh;
}

.heading {
  text-align: center;
}

.cart-alert {
  width: 12px;
  height: 12px;
}

.checkbox-wrapper {
  margin-bottom: 0;
  padding-left: 31px;
}

.checkbox-wrapper.cntrd {
  justify-content: center;
  margin-top: 44px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-width: 2px;
  border-color: #ccc;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -31px;
}

.checkbox.w--redirected-checked {
  background-size: 14px;
}

.checkbox.free {
  float: none;
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 15px;
}

.checkbox-label.free-2 {
  display: inline-block;
}

.tc {
  color: var(--hover-blue);
  margin-left: 3px;
  text-decoration: underline;
}

.counter-auth {
  text-align: center;
  margin-top: 50px;
  font-weight: 500;
}

.counter-auth.float {
  margin-top: 0;
  margin-left: 0%;
  position: absolute;
  inset: auto 0% 3vh;
}

.counter-auth.float.no-margin {
  margin-left: 0%;
}

.counter-auth.password-rcvr {
  color: #76767680;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 40px;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 400;
}

.counter-auth-link {
  color: var(--hover-blue);
  margin-left: 2px;
  transition: all .2s;
}

.counter-auth-link:hover {
  text-decoration: underline;
}

.counter-auth-link.dark {
  color: var(--grey);
}

.edit-profile {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.edit-profile-form {
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: 100%;
  padding: 40px;
  overflow: auto;
}

.edit-profile-section {
  margin-bottom: 60px;
}

.wrapper {
  z-index: 5;
  background-color: var(--white);
  border-radius: 26px;
  width: 500px;
  height: 90vh;
  min-height: 500px;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 0 100px #0003;
}

.hero-wrapper._250px {
  border-radius: 24px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.hero-wrapper.in-catgry {
  border-radius: 16px;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.hero-slider {
  background-color: #0000;
  height: 430px;
}

.slide-arrow {
  display: none;
}

.slide {
  overflow: hidden;
}

.slide-nav {
  width: 50px;
  height: 15px;
  color: var(--white);
  text-align: left;
  padding-top: 0;
  font-size: 5px;
  display: none;
  inset: auto auto 0% 43px;
}

.banner {
  background-color: var(--black);
  border-radius: 24px;
  height: 220px;
  overflow: hidden;
}

.text-wrapper {
  color: var(--white);
  background-image: linear-gradient(#00000059, #00000059);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.red-price {
  color: var(--firebrick);
}

.cart-product-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 130px;
  margin-bottom: 16px;
  display: grid;
  overflow: hidden;
}

.cart-products-content-wrapper {
  height: 100%;
  padding: 24px 24px 4px;
  overflow: auto;
}

.search-content {
  z-index: 5000000;
  background-color: var(--white);
  border-radius: 24px;
  flex-direction: column;
  width: 610px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 20px 0% auto;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.search-wrapper {
  height: 100%;
  margin-bottom: 0;
  margin-right: 70px;
}

.search {
  z-index: 1;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 0;
  font-size: 20px;
  position: relative;
}

.search::placeholder {
  color: var(--grey-2);
  font-weight: 400;
}

.search-button {
  width: 45px;
  height: 45px;
  color: var(--grey-2);
  text-align: center;
  background-color: #0000;
  margin-top: 18px;
  margin-bottom: 19px;
  padding: 1px 0 0;
  font-family: Material, sans-serif;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  inset: 0% auto auto 16px;
}

.cart-item-counter {
  background-color: var(--tomato);
  min-width: 14px;
  height: 14px;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 200px;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  inset: 1px 4px auto auto;
}

.uploaded-photo-div {
  border-right: 1px solid var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
}

.div-block {
  flex: 1;
}

.uploaded-image-resolution {
  color: var(--grey);
  font-size: 14px;
}

.sub-delete-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
}

.sub-delete-button:active {
  transform: scale(.98);
}

.sub-delete-button.gray {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.sub-delete-button.gray:hover {
  background-color: var(--dodger-blue);
  color: #fff;
  border-color: #0000;
}

.sub-delete-button.gray.logout-button._20 {
  width: 120px;
}

.sub-delete-button.gray {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.sub-delete-button.gray:hover {
  color: #fff;
  background-color: #3a86ff;
  border-color: #0000;
}

.sub-delete-button.gray.eliminar {
  width: 105px;
}

.sub-delete-button.gray.eliminar:hover {
  background-color: #f35252;
}

.sub-delete-button.gray.eliminar.longersss, .sub-delete-button.gray.eliminar.e {
  width: auto;
}

.sub-delete-button.gray.eliminar.e:hover {
  background-color: var(--lime-green);
}

.sub-delete-button.gray.logout-button {
  width: auto;
}

.sub-delete-button.gray.logout-button:hover {
  background-color: #f35252;
}

.sub-delete-button.gray.editar {
  padding-right: 25px;
}

.sub-delete-button.gray.editar:hover {
  background-color: var(--goldenrod);
}

.uploaded-photo-wrapper {
  display: none;
}

.photo-upload-input-wrapper {
  border-bottom: 1px solid #e0e2e7;
  min-height: 170px;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 30px;
}

.photo-upload-input-wrapper.no-line {
  border-bottom-style: none;
}

.photo-contain {
  max-width: 90px;
}

.photo-upload-input-field {
  text-align: center;
  cursor: pointer;
  background-color: #f8f8f8;
  border: 2px dashed #d0d3dd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

.photo-upload-input-field:hover {
  background-color: #fff;
}

.photo-upload-input-field:focus {
  background-color: #fff;
  border-color: #ff5c4b;
}

.photo-upload-input-field::placeholder {
  color: #9c9c9c;
}

.photo-upload-input-field.no-bg-fill {
  border-width: 2px;
  border-color: var(--dodger-blue);
  color: var(--black);
  background-color: #0000;
}

.photo-upload-input-field.no-bg-fill:hover {
  background-color: var(--ghost-white);
}

.uploaded-photo-content {
  border: 1px solid var(--light-grey);
  background-color: #f5f5f559;
  border-radius: 16px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

.form-button-icon {
  float: left;
  margin-right: 8px;
  font-family: Material, sans-serif;
  font-size: 18px;
  position: relative;
  top: 0;
}

.uploaded-image-name {
  height: 16px;
  margin-bottom: 3px;
  line-height: 100%;
  overflow: hidden;
}

.photo-upload-text {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 100%;
}

.photo-upload-text.small-gray {
  color: var(--grey);
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 400;
}

.photo-upload-text.small-gray.tap {
  display: none;
}

.uploaded-photo-info {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.comprovativo-icon {
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  margin-bottom: 14px;
  overflow: hidden;
}

.cometa-info-contain {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  max-width: 250px;
  color: var(--white);
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.cometa-paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-weight: 400;
}

.cometa-logo {
  text-align: left;
  height: 33px;
  margin-bottom: 20px;
}

.cometa-header {
  font-size: 43px;
  line-height: 1.1;
}

.cometa-flow {
  z-index: 2;
  opacity: .1;
  position: absolute;
  inset: auto auto -3% -2%;
}

.code-info-wrapper {
  text-align: center;
  max-width: 350px;
  margin-top: 6vh;
  line-height: 1.3;
}

.toal-price {
  float: right;
  display: inline-block;
}

.auth-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5vw;
  display: grid;
  position: relative;
  top: 9vh;
}

.slider-wrapper {
  display: none;
}

.nav-link-text {
  align-items: center;
  height: 100%;
  font-weight: 600;
  display: flex;
}

.nav-link-text._6785 {
  position: relative;
  top: -2px;
}

.nav-link-icon {
  width: 45px;
  height: 100%;
  margin-right: 8px;
  position: relative;
}

.nav-link-icon._22 {
  margin-right: 2px;
}

.nav-link-icon.butx {
  color: var(--grey);
  margin-left: 0;
  margin-right: 0;
}

.tabed-section {
  z-index: 10;
  border-bottom: 1px solid var(--light-grey);
  background-color: var(--white);
  height: 70px;
  display: none;
  position: sticky;
  top: 80px;
}

.tab-menu {
  flex-direction: column;
  display: flex;
}

.tab-link {
  height: 100%;
  color: var(--grey);
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.tab-link:hover {
  color: var(--black);
}

.tab-link.w--current {
  color: var(--firebrick);
  font-weight: 500;
}

.tab-link.hover-effect {
  border-top-style: none;
  border-bottom-style: none;
  border-radius: 8px;
  padding: 3px 16px;
}

.tab-link.hover-effect:hover {
  background-color: var(--table-header);
}

.tab-link-icon {
  align-items: center;
  width: 23px;
  height: 100%;
  margin-right: 7px;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.user-info {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.user-info.t1 {
  margin-top: 10px;
}

.edit-profile-button-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 70px;
  display: flex;
  position: absolute;
  inset: 0 40px auto auto;
}

.profile-edit {
  height: 100%;
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.profile-edit:hover {
  color: var(--black);
}

.profile-edit.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black);
  font-size: 16px;
}

.logout {
  height: 100%;
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  margin: 1px 0 0 40px;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.logout:hover {
  color: var(--black);
}

.logout.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black);
  font-size: 16px;
}

.tab-triggered-element {
  height: 100%;
}

.tab-overlay {
  z-index: 1;
  background-color: #00000059;
  display: none;
  position: fixed;
  inset: 0%;
}

.tab-trigger, .close-tab {
  display: none;
}

.checkout-button {
  text-align: center;
  border-radius: 12px;
  height: 45px;
  padding: 15px 20px 8px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.checkout-button.blue-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.checkout-button.blue-button {
  color: #fff;
  background-color: #3a86ff;
  border-radius: 6px;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.checkout-button.blue-button:hover {
  background-color: #3479e5;
}

.checkout-button.blue-button._3 {
  background-color: var(--lime-green);
}

.checkout-button.blue-button.red {
  background-color: var(--firebrick);
}

.checkout-button.blue-button.red._6, .checkout-button.blue-button._6 {
  margin-bottom: 15px;
}

.checkout-trigger, .embed {
  display: none;
}

.user-with-address {
  border: 1px none var(--dodger-blue);
  min-height: 351px;
  padding: 20px 0 0;
}

.address-tab-content {
  height: 0;
}

.address-tab-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.adress-tabs {
  margin-bottom: 8px;
}

.adress-tab-link {
  color: var(--grey);
  background-color: #0000;
  border: 3px solid #cccccc80;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 24px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.adress-tab-link:hover {
  border-color: #ccc;
}

.adress-tab-link.w--current {
  border-color: var(--dodger-blue);
  background-color: var(--white);
  color: var(--black);
}

.adress-tab-link.thin {
  background-color: var(--white);
  color: var(--black);
  border-width: 1px;
  margin-bottom: 0;
}

.adress-tab-link.thin:hover {
  border-color: var(--light-grey);
}

.address-link-text {
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}

.add-icon {
  width: auto;
  height: 46px;
  margin-right: 8px;
}

.cart-price {
  color: var(--grey);
}

.cart-price.margin {
  margin-top: 8px;
}

.cart-prod-name-link {
  color: var(--black);
}

.delete-icon {
  background-color: var(--table-header);
  width: 45px;
  height: 40px;
  color: var(--grey-2);
  cursor: pointer;
  border-radius: 12px;
  margin-right: 0;
  transition: all .2s;
  position: absolute;
  inset: auto 8px 0% auto;
}

.delete-icon:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.quantity-delete {
  position: relative;
}

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

.checkout-mobile, .checkout-mobile-nav, .checkout-content-wrapper.pay-4 {
  display: none;
}

.form-button-text {
  display: inline-block;
}

.form-button-text:hover {
  border: 1px solid #c75f10;
}

.address-cta-wrapper {
  margin-top: 28px;
  display: flex;
}

.address-cta-wrapper.edit-logout-profile {
  margin-top: 40px;
}

.cart-icon-link {
  width: 45px;
  height: 45px;
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  transition: background-color .2s;
  display: none;
  position: relative;
  overflow: hidden;
}

.cart-icon-link:hover {
  background-color: var(--table-header);
}

.edit-address {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.edit-address._3000 {
  height: auto;
  min-height: auto;
  display: flex;
}

.close-edit-stuff {
  position: absolute;
  inset: 0%;
}

.edit-popup-wrapper {
  z-index: 11000;
  align-items: center;
  padding-left: 16px;
  display: flex;
  position: relative;
}

.new-address {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.new-address-button {
  background-color: var(--dodger-blue);
  height: 100%;
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.new-address-button:hover {
  color: var(--black);
}

.new-address-button.w--current {
  border-bottom-color: var(--firebrick);
  color: var(--black);
  font-size: 16px;
}

.new-address-button.add-button {
  background-color: var(--dodger-blue);
  width: 184.641px;
  height: 45px;
  color: var(--white);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 27px;
  font-size: 16px;
  overflow: hidden;
}

.new-address-button.add-button:hover {
  background-color: var(--hover-blue);
}

.new-address-button.add-button:active {
  transform: scale(.98);
}

.address-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  display: grid;
}

.edit-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
}

.edit-button:active {
  transform: scale(.98);
}

.edit-button.gray {
  background-color: var(--white-2);
  color: var(--grey);
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.edit-button.gray:hover {
  background-color: var(--dodger-blue);
  color: #fff;
  border-color: #0000;
}

.edit-button.gray.edit-profile-button {
  background-color: var(--dodger-blue);
  width: 124px;
  color: var(--white);
  border-color: #0000;
}

.edit-button.gray.ver-detalhes {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: var(--white);
  margin-right: 0;
}

.edit-button.gray {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.edit-button.gray:hover {
  color: #fff;
  background-color: #3a86ff;
  border-color: #0000;
}

.edit-button.gray._9 {
  width: 100%;
}

.edit-button.gray._9:hover {
  background-color: #c75f10;
}

.edit-button.gray.edit-profile-button {
  color: #fff;
  background-color: #3a86ff;
  border-color: #0000;
  width: auto;
}

.edit-button.gray.edit-profile-button:hover {
  background-color: #2e6bcc;
}

.edit-button.gray.edit-profile-button.carteira {
  border-color: var(--black);
  color: var(--black);
  background-color: #0000;
  font-size: 16px;
  font-weight: 700;
}

.edit-button.gray.edit-profile-button.carteira {
  color: #111210;
  background-color: #0000;
  border-color: #111210;
  font-size: 16px;
  font-weight: 700;
}

.edit-button.gray.edit-profile-button.cinza {
  background-color: #9c9c9c;
}

.edit-button.gray.edit-addrss {
  width: 92px;
  display: flex;
}

.edit-button.gray.edit-addrss._3 {
  width: auto;
}

.edit-button.gray.ver-detalhes {
  color: #fff;
  background-color: #c75f10;
  border-style: none;
  border-color: #3a86ff;
  margin-right: 0;
}

.button-in-header {
  min-width: 150px;
  height: 44px;
  position: absolute;
  inset: -2px 40px auto auto;
}

.button-line {
  display: none;
}

.resumo-table-wrapper {
  border: 1px solid var(--light-grey);
  color: var(--black);
  border-radius: 16px;
  padding: 35px 24px 24px;
}

.lottie-animation {
  z-index: 5;
  background-color: var(--lime-green);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  inset: 0% 3px auto auto;
}

.lottie-spinner {
  z-index: 2;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: none;
  position: absolute;
  inset: 0 5px auto auto;
}

.pagamento-date-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  background-color: var(--table-header);
  border: 1px solid #0000;
  border-radius: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 24px;
  display: grid;
}

.pagamento-data {
  color: var(--grey);
  font-size: 18px;
  line-height: 1;
}

.comprovativo-data {
  padding-top: 36px;
}

.modal-wrapper {
  z-index: 50000;
  background-image: linear-gradient(#00000059, #00000059);
  justify-content: center;
  align-items: center;
  padding-bottom: 10vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.close-modal {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.modal {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 380px;
  padding: 50px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.modal.sucesso {
  color: var(--lime-green);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal.alerta {
  color: var(--goldenrod);
  display: none;
}

.modal.danger {
  color: var(--tomato);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-icon {
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: Regular Material, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.modal-icon.success {
  background-color: var(--lime-green);
  color: var(--white);
}

.modal-icon.danger {
  transform: scale(1.27);
}

.modal-icon.success {
  color: #fff;
  background-color: #04a777;
}

.modal-header-wrapper {
  text-align: center;
}

.modal-paragraph {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

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

.modal-cta-wrapper.alerta {
  display: block;
}

.modal-button {
  text-align: center;
  border-radius: 12px;
  height: 45px;
  padding: 14px 20px 0;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s cubic-bezier(1, 0, 0, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-button.sucesso {
  background-color: var(--lime-green);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.modal-button.secundario {
  border: 1px solid var(--light-grey);
  background-color: var(--white-2);
  color: var(--grey);
}

.modal-button.perigo {
  background-color: var(--tomato);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.modal-button.alerta {
  background-color: var(--goldenrod);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.modal-button.secundario {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
}

.modal-button.sucesso {
  color: #fff;
  background-color: #04a777;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.modal-button.alerta {
  color: #fff;
  background-color: #f8c005;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.modal-button.perigo {
  color: #fff;
  background-color: #f35252;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.social-media-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 40px 40px 40px 40px;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-links {
  width: 23px;
  height: 23px;
  margin-right: 16px;
}

.copyright-dev {
  text-align: center;
  background-color: #0000008c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.copyright {
  color: var(--light-grey);
  align-items: center;
  font-size: 15px;
  display: flex;
}

.developer {
  height: 25px;
  color: var(--light-grey);
}

.powered-by {
  margin-right: 10px;
  font-size: 13px;
  line-height: 1;
  display: inline-block;
}

.cat-dropdown-toggle {
  color: var(--white);
  align-items: center;
  padding: 2px 7px 6px;
  display: flex;
  top: 0;
}

.prfl-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
}

.prfl-grid._8 {
  justify-content: space-between;
}

.prfl-grid._1 {
  justify-content: flex-start;
}

.profile-header-link {
  color: var(--grey);
  border-left-style: none;
  border-radius: 12px;
  margin-right: 24px;
  padding: 12px 8px;
  transition: color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.profile-header-link:hover, .profile-header-link.w--current {
  color: var(--black);
}

.profile-content-wrapper {
  border: 1px solid var(--light-grey);
  border-radius: 24px;
  align-items: center;
  padding: 32px 32px 32px 4vw;
  display: flex;
}

.compras-table-wrapper {
  border: 1px solid var(--light-grey);
  background-color: var(--borders);
  border-radius: 12px;
  overflow: hidden;
}

.compras-table-wrapper._1 {
  margin-top: 39px;
}

.table-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  height: 80px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1px;
  display: grid;
}

.table-grid.table-header {
  height: 70px;
  color: var(--black);
  background-color: #0000;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: -1px;
  font-size: 17px;
  font-weight: 500;
}

.table-grid.table-header.categorias {
  grid-template-columns: 2fr 1fr 100px 1fr 1fr;
}

.table-grid.table-header.clientes {
  grid-template-columns: 100px 2fr 1fr 1fr;
}

.table-grid.table-header.clientes._12 {
  grid-template-columns: 100px 2fr 100px 1fr 1fr;
}

.table-grid.table-header.clientes._100 {
  grid-template-columns: 100px 2fr 2fr 1fr 1fr;
}

.table-grid.cat {
  grid-template-columns: 2fr 1fr 100px 1fr 1fr;
}

.table-grid.cliente {
  grid-template-columns: 100px 2fr 1fr 1fr;
}

.table-grid.cliente._1 {
  grid-template-columns: 100px 2fr 100px 1fr 1fr;
}

.table-grid.cliente._100 {
  grid-template-columns: 100px 2fr 2fr 1fr 1fr;
}

.table-content-block {
  padding-left: 24px;
  padding-right: 6px;
}

.table-content-block.cta {
  padding-left: 0;
  padding-right: 0;
}

.table-content-text {
  cursor: default;
  height: 20px;
  overflow: hidden;
}

.table-content-text.estado {
  font-weight: 700;
}

.table-content-text.estado.yellow {
  color: #edb805;
}

.table-content-text.estado.green {
  color: var(--lime-green);
}

.table-content-text.estado.red {
  color: var(--tomato);
}

.table-content-text.estado.cinza {
  color: #9d9d9d;
}

.table-content-text.description {
  display: none;
}

.section-decoy {
  height: 41px;
  position: absolute;
  inset: 0% 0% auto;
}

.profile-dropdown-toggle {
  border-radius: 12px;
  align-items: center;
  height: 45px;
  padding: 0 22px 0 8px;
  font-size: 15px;
  font-weight: 500;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.profile-dropdown-toggle:hover {
  background-color: var(--table-header);
  color: var(--dim-grey);
}

.profile-dropdown-toggle:active {
  transform: scale(.95);
}

.profile-dropdown-toggle.w--open {
  background-color: var(--table-header);
  color: var(--black);
}

.dropdown-text {
  line-height: 1;
  position: relative;
  top: 1px;
}

.cat-tab-menu {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 23%;
  min-width: 230px;
  height: 260px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: sticky;
  top: 96px;
}

.cat-tabs {
  display: flex;
}

.cat-tab-content {
  flex: 0 auto;
  width: 77%;
  margin-left: 16px;
}

.dropdown-wrap {
  text-align: center;
  border-bottom: 1px solid #0000;
  padding-top: 32px;
  padding-bottom: 8px;
}

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

.result-wrapper {
  border-top: 1px solid var(--light-grey);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 70vh;
  padding: 24px 40px 40px;
  display: none;
  overflow: auto;
}

.no-results {
  color: var(--grey-2);
  text-align: center;
  font-size: 18px;
  display: block;
}

.yes-results {
  display: none;
}

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

.mobile-results {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.profile-dropdown-list.w--open {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  width: 170px;
  display: flex;
  inset: 45px 0% auto auto;
  overflow: hidden;
  box-shadow: 0 4px 32px #00000024;
}

.profile-dropdown-link {
  border-bottom: 1px solid var(--light-grey);
  height: 57px;
  color: var(--black);
  align-items: center;
  padding: 5px 8px 0;
  font-size: 18px;
  line-height: 1;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.profile-dropdown-link:hover {
  background-color: var(--table-header);
}

.profile-dropdown-link.w--current {
  display: none;
}

.profile-dropdown-link.logout-from-profile {
  border-bottom-style: none;
  padding-top: 5px;
}

.added-to-cart {
  background-color: var(--lime-green);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.lottie-holder {
  width: 35px;
  min-width: 35px;
  height: 40px;
  padding-top: 2px;
}

.hero-slide-nav {
  width: 100%;
  height: 15px;
  color: var(--white);
  text-align: center;
  padding-top: 0;
  font-size: 8px;
  inset: auto auto -35px;
}

.hero-slide-mask {
  border-radius: 24px;
}

.dropdown-content {
  background-color: var(--white);
  border-radius: 16px;
  width: 320px;
  max-height: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 24px #0003;
}

.cat-drops-wrapper {
  z-index: 5;
  background-image: linear-gradient(#00000059, #00000059);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cat-list {
  z-index: 1200;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 230px 0% auto;
}

.drop-link-wrapper {
  height: 40px;
  color: var(--black);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  transition: background-color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.drop-link-wrapper:hover {
  background-color: var(--table-header);
}

.drop-link-wrapper.w--current {
  color: var(--firebrick);
}

.drop-link-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.drop-link-container {
  height: 100%;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: auto;
}

.pop-shadow {
  opacity: 0;
}

.dec-oy {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.resource-sticky-wrapper {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  padding: 24px 16px;
  position: sticky;
  top: 140px;
}

.bg-video {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blur-bg {
  z-index: 1;
  background-color: var(--dodger-blue);
  position: absolute;
  inset: 0%;
}

.faq {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  margin-top: 24px;
  margin-bottom: 54px;
  overflow: hidden;
}

.faq-title-wrapper {
  color: var(--black);
  align-items: center;
  padding: 33px 75px 32px 24px;
  display: flex;
  position: relative;
}

.faq-title-wrapper:active {
  transform: none;
}

.faq-single {
  border-top: 1px solid var(--light-grey);
  margin-top: -1px;
  overflow: hidden;
}

.faq-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.faq-title.small {
  max-height: 42px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

.faq-title.small.max-width {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.faq-title.small.bottom-margin {
  max-height: 62px;
  margin-bottom: 16px;
}

.faq-title.midium {
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
}

.faq-content {
  padding-left: 24px;
  padding-right: 24px;
}

.assistencia-block {
  margin-top: 20px;
  margin-bottom: 54px;
}

.duvida-block {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  margin-top: 24px;
  padding: 24px;
}

.section-2 {
  width: 100%;
  height: 100%;
}

.master-nav {
  background-color: #fff;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
  height: 100vh;
}

.content-wrapper {
  height: 100vh;
  padding-bottom: 100px;
  position: fixed;
  inset: 0% 0% 0% 270px;
  overflow: auto;
}

.master-nav_brand {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 20%;
  padding-top: 4vw;
}

.link-block {
  background-image: url('../images/IADA.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -25px;
}

.link-block.w--current {
  background-image: url('../images/IADA.png');
}

.buttons_master_nav {
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  height: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-right: 0;
}

.buttons_master_nav._1 {
  padding-top: 0;
}

.logout_master_nav {
  height: 10%;
}

.menu-dashboard {
  margin-left: 0;
  margin-right: 0;
}

.backoffice-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.encomendas-no-dashboard {
  margin-top: 50px;
}

.div-block-2 {
  justify-content: space-between;
  margin-bottom: 25px;
  display: flex;
}

.div-block-2._9 {
  margin-bottom: 35px;
}

.div-block-2._9._400 {
  flex-direction: column;
}

.div-block-2._2 {
  justify-content: flex-start;
  margin-bottom: 35px;
  position: relative;
}

.div-block-2._2._300 {
  justify-content: flex-start;
}

.div-block-2._2._90 {
  justify-content: space-between;
}

.div-block-2._2 {
  justify-content: flex-start;
  margin-bottom: 35px;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown {
  display: block;
}

.div-block-4._10 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-5 {
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 20px;
}

.img {
  background-image: url('../images/placeholder-face-big.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #d5d5d5;
  border-radius: 200px;
  width: 45px;
  height: 45px;
}

.img.n {
  background-image: url('../images/placeholder4.png');
}

.img-banner {
  background-image: url('../images/placeholder4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #d5d5d5;
  border-radius: 8px;
  width: 70px;
  height: 45px;
}

.div-block-6 {
  color: var(--midnight-blue);
  margin-left: -12.5px;
  margin-right: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  padding: 50px;
}

.address-form-80 {
  background-color: #fff;
  border-radius: 12px;
  width: 600px;
  padding: 50px;
}

.imagem-upload-wrapper {
  padding-top: 0;
}

.div-block-7 {
  width: 200px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.address-form-80-copy {
  background-color: #fff;
  border-radius: 12px;
  padding: 50px;
}

.form-2 {
  flex: none;
  display: flex;
}

.side-b {
  width: 50%;
  margin-left: 0;
  padding-left: 50px;
}

.side-a {
  width: 50%;
}

.loja-preco-container {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 25px;
  overflow: auto;
}

.loja-preco-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.radio-button-field {
  margin-bottom: 0;
  padding: 0 10px 0 30px;
  position: relative;
}

.check-button-2 {
  border-style: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.check-button-2.w--redirected-checked {
  background-color: #05b32e;
  background-size: 14px;
  border-width: 2px;
  border-color: #05b32e;
}

.radio-button-lable {
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  top: 0;
}

.form-text-field-3 {
  background-color: #f3f3f3;
  border: 1px #d0d3dd;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 25px;
  transition: all .1s;
}

.form-text-field-3:hover {
  background-color: #ebebeb;
}

.form-text-field-3:focus {
  background-color: #ebebeb;
  border-color: #ff5c4b;
}

.form-text-field-3::placeholder {
  color: #9c9c9c;
}

.form-text-field-3.amount-input-field {
  color: #058317;
  text-align: center;
  background-color: #00000012;
  width: 120px;
  height: 35px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.form-text-field-3.amount-input-field:focus {
  color: #171f36;
  border-color: #05b32e;
}

.form-text-field-3.amount-input-field::placeholder {
  color: #171f36;
}

.div-block-8 {
  margin-bottom: 50px;
}

.div-block-8._30 {
  margin-top: 50px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2._2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.grid-2._40, .grid-2._400 {
  grid-template-columns: 1fr 1fr;
}

.div-block-9 {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  height: 200px;
  padding: 35px 50px 50px;
  position: relative;
}

.div-block-9._2 {
  height: 160px;
}

.table-content-text-copy {
  cursor: default;
  height: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  overflow: hidden;
}

.table-content-text-copy.estado {
  font-weight: 700;
}

.table-content-text-copy.estado.yellow {
  color: #edb805;
}

.table-content-text-copy.estado.green {
  color: var(--lime-green);
}

.table-content-text-copy.estado.red {
  color: var(--tomato);
}

.table-content-text-copy.estado.cinza {
  color: #9d9d9d;
}

.table-content-text-copy.description {
  display: none;
}

.table-content-text-copy._1 {
  margin-bottom: 15px;
}

.link {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--light-grey) black black;
  height: 50px;
  color: var(--dodger-blue);
  text-align: center;
  line-height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

.numeros {
  margin-top: 50px;
  font-size: 31px;
}

.div-block-10 {
  padding-top: 50px;
}

.confirmed-line-2 {
  z-index: 2;
  background-color: #04a777;
  border: 2px solid #04a777;
  border-radius: 10px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.confirmed-line-2.hidden {
  z-index: 2;
  display: none;
}

.center-text-2 {
  color: #9c9c9c;
  margin-top: 32px;
}

.center-text-2.confirmed {
  color: #111210;
}

.linesman-2 {
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  align-items: center;
  padding: 34px;
  display: flex;
}

.in-progress-line-2 {
  border: 1px dashed #ccc;
  border-radius: 10px;
}

.plus-minus-wrapper-2 {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: space-between;
  width: 120px;
  height: 40px;
  margin-right: 16px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.plus-minus-wrapper-2.no-margin {
  margin-right: 0;
}

.resumo-table-wrapper-2 {
  color: #111210;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 35px 24px 24px;
}

.resumo-table-wrapper-2._300 {
  margin-bottom: 20px;
}

.resumo-table-wrapper-2._2 {
  margin-bottom: 25px;
}

.cart-price-2 {
  color: #767676;
}

.line-seperator-2 {
  background-color: #d9d9d9;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.product-card-2 {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.product-card-2._2-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-card-2._2-col-grid.borders {
  grid-column-gap: 40px;
  border: 1px solid #d9d9d9;
  grid-template-columns: 200px 1fr;
  margin-bottom: 16px;
  padding: 16px;
}

.product-card-2._2-col-grid.borders._5 {
  background-color: #0000;
  border-style: none none solid;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.product-card-2._2-col-grid.borders._5.ult {
  border-style: none;
}

.product-card-2._2-col-grid.borders._5._400000 {
  grid-template-columns: 200px 1fr .25fr;
}

.product-card-2._2-col-grid.borders._5._400000._590 {
  border-bottom-style: none;
}

.price-list-item-2 {
  color: #767676;
  height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}

.cart-prod-name-link-2 {
  color: #111210;
}

.price-total-2 {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px #d9d9d9;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

.price-total-2.no-btm-padding {
  margin-bottom: 0;
}

.price-total-2._800 {
  border-top-style: none;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-11 {
  margin-top: 25px;
}

.div-block-12 {
  margin-top: 10px;
}

.itens {
  font-weight: 600;
}

.loja-content-wrapper {
  margin-bottom: 50px;
}

.loja_produtos_wrapper {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 16px;
}

.delete-icon-2 {
  color: #9c9c9c;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 12px;
  width: 45px;
  height: 40px;
  margin-right: 0;
  transition: all .2s;
  position: absolute;
  inset: auto 8px 0% auto;
}

.delete-icon-2:hover {
  color: #fff;
  background-color: #f35252;
}

.delete-icon-2._2 {
  right: 65px;
}

.delete-icon-2._2.gr:hover {
  background-color: var(--goldenrod);
}

.div-block-13 {
  margin-top: 10px;
}

.lojas-categoria-wrapper {
  padding-bottom: 26px;
}

.added-to-cart-2 {
  background-color: #04a777;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.plus-minus-button-2 {
  text-align: center;
  cursor: pointer;
  width: 33.33%;
  height: 100%;
  margin-top: 0;
  font-size: 20px;
  line-height: 40px;
  transition: all .2s;
  display: inline-block;
}

.plus-minus-button-2:hover {
  color: #111210;
  background-color: #1112100d;
}

.plus-minus-button-2.plus {
  float: right;
  padding-right: 2%;
}

.plus-minus-button-2.minus {
  float: left;
  padding-left: 3%;
}

.product-items-wrapper-2 {
  display: flex;
}

.button-line-2 {
  display: none;
}

.overlay_master {
  background-color: #000000b0;
  display: none;
  position: fixed;
  inset: 0%;
}

.substituir-content-wrapper {
  background-color: var(--table-header);
  width: 1100px;
  padding: 50px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: scroll;
  transform: translate(100%);
}

.div-block-14 {
  float: left;
  width: 300px;
  margin-right: 25px;
}

.extra-info-text-2 {
  color: #767676;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.4;
}

.extra-info-text-2.small {
  color: #767676;
  font-size: 14px;
}

.product-category-2 {
  color: #bd3a3a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: -16px;
  font-size: 14px;
}

.product-category-2.small {
  color: #fa3802;
  margin-bottom: -6px;
  font-size: 9px;
}

.product-category-2._0-padding {
  margin-bottom: 0;
}

.product-category-2._0-padding._10 {
  color: #f92c02;
}

.profile-header-link-2 {
  color: #767676;
  border-left-style: none;
  border-radius: 12px;
  margin-right: 24px;
  padding: 12px 8px;
  transition: color .2s, transform 50ms cubic-bezier(.455, .03, .515, .955);
  overflow: hidden;
}

.profile-header-link-2:hover, .profile-header-link-2.w--current {
  color: #111210;
}

.profile-content-wrapper-2 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  align-items: flex-start;
  padding: 32px 32px 32px 4vw;
  display: flex;
}

.div-block-15 {
  padding-top: 50px;
}

.button-in-header-2 {
  min-width: 150px;
  height: 44px;
  position: relative;
  right: 0;
}

.new-address-button-2 {
  color: #767676;
  cursor: pointer;
  background-color: #3a86ff;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  margin-top: 1px;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 15px;
  transition: transform 50ms cubic-bezier(.455, .03, .515, .955), border-color .2s, color .2s, background-color .2s;
  display: flex;
}

.new-address-button-2:hover {
  color: #111210;
}

.new-address-button-2.w--current {
  color: #111210;
  border-bottom-color: #bd3a3a;
  font-size: 16px;
}

.new-address-button-2.add-button {
  color: #fff;
  text-align: center;
  background-color: #3a86ff;
  border-radius: 12px;
  justify-content: center;
  width: 184.641px;
  height: 45px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 27px;
  font-size: 16px;
  overflow: hidden;
}

.new-address-button-2.add-button:hover {
  background-color: #3479e5;
}

.new-address-button-2.add-button:active {
  transform: scale(.98);
}

.modal-2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 380px;
  padding: 50px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.modal-2.danger {
  color: #f35252;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-2.alerta {
  color: #f8c005;
  display: none;
}

.modal-2.sucesso {
  color: #04a777;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-paragraph-2 {
  color: #111210;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.adress-tab-link-2 {
  color: #767676;
  background-color: #0000;
  border: 3px solid #cccccc80;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 24px;
  font-weight: 400;
  transition: all .2s;
  display: block;
}

.adress-tab-link-2:hover {
  border-color: #ccc;
}

.adress-tab-link-2.w--current {
  color: #111210;
  background-color: #fff;
  border-color: #3a86ff;
}

.adress-tab-link-2.thin {
  color: #111210;
  background-color: #fff;
  border-width: 1px;
  margin-bottom: 0;
}

.adress-tab-link-2.thin:hover {
  border-color: #d9d9d9;
}

.kpi {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 16px;
  padding: 50px;
  display: flex;
}

.kpi._2 {
  margin-top: 50px;
}

.side-a_graph {
  float: left;
  width: 70%;
  padding-right: 50px;
}

.side-b_kpi {
  float: left;
  width: 30%;
}

.graph {
  background-image: url('../images/Screen-Shot-2022-01-23-at-10.34.24-PM.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.kpi-ind {
  background-color: #fff;
  margin-bottom: 25px;
  padding: 0;
  position: relative;
}

.kpi-ind._2 {
  height: 160px;
}

.div-block-16 {
  padding-top: 25px;
}

.tabs-2 {
  margin-top: 50px;
}

.text-block {
  font-size: 20px;
  font-weight: 700;
}

.tab-link-tab-3 {
  color: var(--grey);
  background-color: #0000;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 700;
}

.tab-link-tab-3.w--current {
  color: var(--black);
  background-color: #0000;
  font-size: 20px;
  font-weight: 800;
}

.tablink {
  color: var(--grey);
  background-color: #0000;
  margin-right: 30px;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.tablink.w--current {
  color: var(--black);
  background-color: #0000;
}

.tabs-3 {
  margin-top: 50px;
}

.encomenda-filtros {
  margin-bottom: 50px;
}

.encomenda-filtros._6 {
  margin-top: 25px;
}

.form-block {
  border: 1px dashed #d9d9d9;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 20px;
}

.form-block.corridas {
  border-style: none;
  padding: 0;
}

.form-4 {
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-3._4000, .grid-3._200, .grid-3._100 {
  grid-template-columns: 1fr 1fr;
}

.grid-3._5, .grid-3._90 {
  grid-template-columns: 1fr 1fr 1fr;
}

.select-field {
  height: 50px;
  color: var(--black);
  border-radius: 5px;
  margin-bottom: 0;
}

._50up {
  margin-top: 50px;
}

.div-block-17 {
  color: #11284c;
  margin-left: -12.5px;
  margin-right: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

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

.header-com-botao._4 {
  margin-bottom: 40px;
}

.div-block-19 {
  line-height: 40px;
  display: flex;
}

.map {
  border-radius: 4px;
}

.link-2 {
  font-size: 14px;
}

.endere-o-title {
  color: #545454;
  margin-bottom: 15px;
  line-height: 140%;
  display: block;
}

.endere-o-title._20 {
  color: #3a86ff;
  margin-bottom: 0;
}

.div-block-20 {
  color: var(--dodger-blue);
  justify-content: space-between;
  display: flex;
}

.geolocal {
  height: 100%;
  color: var(--dodger-blue);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Material, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.geolocal.more-padding {
  padding-top: 13px;
}

.geolocal.close {
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 24px;
}

.geolocal.close.white {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  padding-top: 11px;
  padding-bottom: 9px;
  position: relative;
}

.geolocal.on-40 {
  padding-top: 8px;
  padding-bottom: 9px;
}

.geolocal.on-40._35, .geolocal.on-40.product-page-add {
  padding-top: 8px;
}

.geolocal.bigger {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 32px;
}

.geolocal.checker {
  padding-top: 5px;
  padding-bottom: 4px;
  font-size: 20px;
}

.geolocal.on-35 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.geolocal.resrc {
  position: relative;
  top: -10px;
}

.geolocal._2 {
  padding-top: 3px;
  line-height: 1.2;
}

.text-block-2 {
  font-size: 22px;
}

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

.checkbox-2 {
  border-color: var(--grey);
  border-radius: 200px;
  width: 40px;
  height: 40px;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--lime-green);
  background-size: 80%;
}

.checkbox-field {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-16-copy {
  padding-top: 0;
}

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

.div-block-24 {
  height: 100%;
  padding-left: 50px;
}

.head-carteira {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.head-carteira.thinner {
  font-weight: 400;
}

.head-carteira.thinner.dark {
  color: var(--black);
  font-weight: 600;
}

.head-carteira.thinner.cntrd.pgmnto {
  margin-bottom: 6px;
}

.head-carteira.thinner.bold {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.head-carteira.thinner.thin-thin {
  font-weight: 300;
  line-height: 1.1;
}

.head-carteira.form-section {
  text-align: center;
  margin-bottom: 24px;
}

.head-carteira._212.cntrd._2 {
  font-size: 20px;
  font-weight: 400;
}

.head-carteira.dropdown-link-text {
  line-height: 1;
  display: inline-block;
}

.head-carteira.dropdown-link-text.page-title {
  font-size: 40px;
  line-height: 1.1;
}

.head-carteira.h2 {
  line-height: 1;
}

.nome_carteira {
  cursor: default;
  height: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  overflow: hidden;
}

.nome_carteira.estado {
  font-weight: 700;
}

.nome_carteira.estado.yellow {
  color: #edb805;
}

.nome_carteira.estado.green {
  color: var(--lime-green);
}

.nome_carteira.estado.red {
  color: var(--tomato);
}

.nome_carteira.estado.cinza {
  color: #9d9d9d;
}

.nome_carteira.description {
  display: none;
}

.nome_carteira._1 {
  margin-bottom: 15px;
}

.text-block-3 {
  padding-left: 10px;
  font-size: 18px;
}

._25 {
  margin-bottom: 10px;
}

.valor-editavel {
  z-index: 2;
  border-style: none none solid;
  border-width: 2px;
  border-color: var(--light-grey);
  height: 48px;
  color: var(--lime-green);
  background-color: #0000;
  margin-bottom: 26px;
  margin-right: 16px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  font-weight: 600;
  position: relative;
}

.valor-editavel:focus {
  border-color: var(--grey);
  color: var(--black);
}

.valor-editavel::placeholder {
  color: var(--lime-green);
}

.valor-editavel.text-area {
  height: 100px;
}

.valor-editavel.with-icon {
  color: var(--black);
  border-color: #ccc;
  padding-left: 48px;
  font-size: 16px;
  font-weight: 400;
}

.valor-editavel.with-icon:focus {
  font-size: 16px;
}

.valor-editavel.with-icon::placeholder {
  color: var(--grey-2);
}

.valor-editavel.with-icon._10-margin {
  margin-bottom: 8px;
}

.valor-editavel.code {
  height: 100px;
  color: var(--dodger-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
}

.valor-editavel.subcategorias {
  margin-bottom: 16px;
}

.div-block-25 {
  margin-top: 50px;
}

.pop-up-upload-pre-os {
  background-color: #000000ab;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-field-wrapper-2 {
  margin-bottom: 26px;
  position: relative;
}

.form-field-wrapper-2.terms-cond {
  margin-bottom: 32px;
}

.text-field-2 {
  z-index: 2;
  background-color: #0000;
  border: 2px solid #d9d9d9;
  border-radius: 12px;
  height: 48px;
  margin-bottom: 26px;
  font-size: 16px;
  position: relative;
}

.text-field-2:focus {
  color: #111210;
  border-color: #767676;
}

.text-field-2::placeholder {
  color: #9c9c9c;
}

.text-field-2.text-area {
  height: 100px;
}

.text-field-2.text-area._3 {
  height: 400px;
  padding-bottom: 8px;
}

.text-field-2._40 {
  margin-bottom: 15px;
}

.close-nav-2 {
  color: #111210;
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all .2s;
  position: absolute;
  inset: 6vh 5vw auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-nav-2:hover {
  color: #111210;
}

.close-nav-2.close-edit-profile {
  z-index: 10;
  background-color: #fff;
  width: 45px;
  height: 45px;
  top: 18px;
  right: 18px;
  overflow: hidden;
}

.wrapper-2 {
  z-index: 5;
  background-color: #fff;
  border-radius: 26px;
  width: 500px;
  height: 90vh;
  min-height: 500px;
  max-height: 950px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 0 100px #0003;
}

.wrapper-2._3 {
  height: auto;
  min-height: auto;
}

.field-label-2 {
  color: #767676;
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.edit-prices {
  z-index: 5000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.edit-prices._3000 {
  height: auto;
  min-height: auto;
  display: flex;
}

.close-nav-3 {
  color: #111210;
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all .2s;
  position: absolute;
  inset: 6vh 5vw auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-nav-3:hover {
  color: #111210;
}

.close-nav-3.close-edit-profile {
  z-index: 10;
  background-color: #fff;
  width: 45px;
  height: 45px;
  top: 18px;
  right: 18px;
  overflow: hidden;
}

.div-block-26 {
  background-image: url('../images/spinner-loop.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
}

.produtos-da-loja-ind {
  margin-top: 50px;
}

.slider-wrapper-2 {
  display: none;
}

.slide-nav-2 {
  color: #fff;
  text-align: left;
  width: 50px;
  height: 15px;
  padding-top: 0;
  font-size: 5px;
  display: none;
  inset: auto auto 0% 43px;
}

.product-description-2 {
  margin-bottom: 0;
  line-height: 1.6;
}

.product-in-stock-2 {
  color: #767676;
  align-items: center;
  margin-bottom: 3px;
  font-size: 15px;
  display: flex;
}

.main-wrapper-no-dashboard {
  margin-top: 50px;
  margin-bottom: 40px;
}

.stock-quantity-2 {
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 12px;
  width: 45px;
  height: 40px;
  margin-right: 10px;
  line-height: 39px;
}

.div-block-27 {
  padding-top: 70px;
}

.div-block-28 {
  background-image: url('../images/Comprara_Logo_final-05.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 70px;
  margin-bottom: 15px;
}

.pre-os {
  height: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  overflow: hidden;
}

.logotipo-loja {
  background-image: url('../images/Comprara_Logo_final-05.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 100px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.pop-up-edit-prices {
  background-color: #000000ab;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-29 {
  margin-top: 50px;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-2 {
  color: #111210;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding: 40px;
  display: flex;
}

.link-block-2:hover {
  border: 1px solid #3479e5;
}

.text-block-5 {
  margin-bottom: 25px;
  font-family: Material, sans-serif;
  font-size: 47px;
  line-height: 100%;
}

.text-block-6 {
  color: #111210;
  font-weight: 500;
}

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

.table-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #111210;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 150px 150px 150px 150px;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 80px;
  margin-top: 1px;
  display: grid;
}

.table-grid-2.table-header {
  color: #111210;
  background-color: #0000;
  grid-template-columns: 1fr 150px 150px 150px 150px;
  height: 70px;
  margin-top: 0;
  margin-bottom: -1px;
  font-size: 17px;
  font-weight: 500;
}

.table-grid-2.table-header.faq {
  border-style: none;
  grid-template-columns: 1.5fr 1.5fr .5fr;
}

.table-grid-2.faq-1 {
  grid-template-columns: 1.5fr 1.5fr .5fr;
}

.category-card-icon-wrapper-2 {
  color: #767676;
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.category-card-icon-wrapper-2.float-on-top {
  display: none;
}

.compras-table-wrapper-2 {
  background-color: #efefef;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  overflow: hidden;
}

.table-content-text-2 {
  cursor: default;
  height: 20px;
  overflow: hidden;
}

.table-content-text-2.description {
  display: none;
}

.table-content-text-2.estado {
  font-weight: 700;
}

.table-content-text-2.estado.green {
  color: #04a777;
}

.table-content-text-2.estado.red {
  color: #f35252;
}

.table-content-text-2.estado.yellow {
  color: #edb805;
}

.table-content-text-2.estado.cinza {
  color: #9d9d9d;
}

.div-block-31 {
  margin-top: 50px;
}

.div-block-32 {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.div-block-32._2 {
  justify-content: flex-start;
  margin-bottom: 35px;
}

.main-wrapper-no-dashboard-2 {
  margin-top: 50px;
}

.text-span {
  color: var(--lime-green);
}

.div-block-33 {
  background-color: var(--ghost-white);
  border-radius: 8px;
  padding: 50px;
}

.div-block-34 {
  background-image: url('../images/IADA-MOBILITY.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  margin-bottom: 50px;
}

.search-2 {
  display: flex;
}

.search-input {
  background-color: #fff;
  border-right: 1px #000;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 50px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 50px;
}

.search-button-2 {
  color: #31313163;
  background-color: #fff;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Regular Material, sans-serif;
  font-size: 24px;
  line-height: 50px;
}

.form-block-copy {
  border: 1px dashed #d9d9d9;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.table-content-text-copy-2 {
  cursor: default;
  height: 20px;
  margin-bottom: 25px;
  font-weight: 500;
  overflow: hidden;
}

.div-block-35 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  height: 200px;
  padding: 35px 50px 50px;
  position: relative;
}

.div-block-35._2 {
  height: 160px;
}

.text-field-3 {
  z-index: 2;
  background-color: #0000;
  border: 2px solid #d9d9d9;
  border-radius: 12px;
  height: 48px;
  margin-bottom: 26px;
  margin-right: 16px;
  font-size: 16px;
  position: relative;
}

.text-field-3:focus {
  color: #111210;
  border-color: #767676;
}

.text-field-3::placeholder {
  color: #9c9c9c;
}

.text-block-7 {
  font-weight: 600;
}

.heading-2 {
  margin-bottom: 25px;
}

.heading-3, ._300 {
  margin-top: 50px;
}

.geolocal-2 {
  color: #3a86ff;
  text-align: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Material, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.loja_produtos_wrapper-2 {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
}

.div-block-36 {
  color: #3a86ff;
  justify-content: space-between;
  display: flex;
}

.map-2 {
  border-radius: 20px;
  height: 100%;
  width: 100%;
}

._70 {
  margin-bottom: 25px;
}

.div-block-37 {
  border: 1px dashed #9c9c9c70;
  border-radius: 12px;
  padding: 10px;
}

.div-block-38 {
  background-color: #e1e1e1;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 10px;
  display: flex;
}

.link-3 {
  color: var(--tomato);
  font-family: Material, sans-serif;
  font-size: 23px;
}

.text-block-8 {
  line-height: 100%;
}

.section-3 {
  min-width: 400px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.map-3 {
  height: 100vh;
}

.div-block-39 {
  z-index: 10000;
  background-color: var(--lime-green);
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 95vh;
  padding: 50px 50px 70px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: auto;
  box-shadow: 1px 1px 15px #0000005c;
}

.button-3 {
  background-color: var(--black);
  text-align: center;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 36px;
  line-height: 50px;
}

.button-3.verde {
  margin-bottom: 15px;
}

.button-3.terminar {
  background-color: var(--lime-green);
}

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

.form-block-2 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.text-field-4, .text-field-5 {
  font-size: 17px;
}

.radio-button-2 {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.radio-button-label {
  font-size: 19px;
}

.radio-button-field-2 {
  align-items: center;
  display: flex;
}

.div-block-40 {
  margin-bottom: 15px;
}

.text-block-9 {
  text-align: center;
  margin-bottom: 25px;
}

.div-block-41 {
  background-image: url('../images/kOnzy.gif');
  background-position: 50%;
  background-size: contain;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.div-block-42 {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.div-block-43 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 60px;
  height: 60px;
}

.div-block-44 {
  padding-left: 15px;
}

.text-block-10 {
  margin-bottom: 10px;
  font-weight: 900;
}

.div-block-45 {
  width: 100%;
  margin-bottom: 25px;
}

.text-block-11 {
  margin-bottom: 5px;
}

.text-block-12 {
  margin-bottom: 25px;
  font-weight: 700;
}

.div-block-46 {
  border: 1px dashed #00000070;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
}

.text-block-13 {
  font-size: 13px;
  font-weight: 900;
}

.div-block-47 {
  margin-bottom: 15px;
}

.link-4 {
  color: var(--lime-green);
  margin-right: 25px;
  font-weight: 900;
  text-decoration: underline;
}

.link-5 {
  color: var(--firebrick);
  font-weight: 900;
  text-decoration: underline;
}

.link-6 {
  margin-top: 50px;
}

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

.div-block-48._3 {
  margin-top: 25px;
}

.link-7 {
  margin-right: 25px;
}

.div-block-49 {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  height: 100vh;
}

.chat-info-nav {
  background-color: #fff;
  padding: 16px 25px;
}

.photo {
  background-image: url('../images/placeholder-face-big.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 200px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  position: relative;
}

.name {
  flex: 1;
  height: 18px;
  margin-top: 1px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 18px;
  overflow: hidden;
}

.name.with-bottom-margin {
  margin-bottom: 3px;
  font-size: 16px;
}

.name.with-bottom-margin.smaller-text {
  margin-bottom: 0;
  font-size: 15px;
}

.chat-receiver-info {
  color: #171f36;
  border: 1px #0000;
  align-items: center;
  height: 41px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.chat-receiver-info:hover {
  background-color: #0000;
}

.div-block-284 {
  display: none;
}

.cliente-choice-info {
  flex: 1;
}

.link-8 {
  color: #191c41;
  margin-right: 10px;
  font-size: 22px;
  text-decoration: none;
}

.link-8:hover {
  color: #3039ff;
}

.chat-user-status {
  color: #9c9c9c;
  height: 20px;
  margin-top: 2px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.chat-user-status.online {
  color: #05b32e;
  height: 16px;
  margin-top: 0;
  line-height: 16px;
}

.sender-interesse {
  color: #fff;
  background-color: #4a99f5;
  border: 1px #39393912;
  border-radius: 24px 24px 4px;
  width: 70%;
  padding: 25px;
  display: flex;
}

.text-block-183 {
  border-bottom: 1px #3d3d3d26;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-block-183._10 {
  font-size: 15px;
  font-weight: 400;
}

.receiver {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.chat-bubble-container {
  border-top: 1px solid #e9e9e9;
  flex-direction: column-reverse;
  height: 585px;
  padding: 25px 16px 0;
  display: flex;
  overflow: auto;
}

.chat-bubble-container._25px-padding {
  height: 81%;
  padding-bottom: 44px;
  padding-left: 25px;
  padding-right: 25px;
}

.chat-message {
  width: 80%;
  min-width: 168px;
  max-width: 320px;
  margin-bottom: 4px;
  position: relative;
}

.chat-message.sendets {
  float: right;
}

.message {
  border-radius: 4px;
  min-width: 50px;
  margin-bottom: 0;
  padding: 16px 24px 24px;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
}

.message.sender-message {
  float: right;
  color: #ffffffe6;
  background-color: #4a99f5;
  border-radius: 24px 24px 4px;
  padding-bottom: 28px;
}

.message.receiver-message {
  color: #171f36;
  background-color: #3668fc26;
  border-radius: 4px 24px 24px;
  padding-bottom: 28px;
}

.div-block-278 {
  margin-top: 5px;
  display: flex;
}

.text-block-182 {
  color: #282828;
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-182._2 {
  color: #fff;
}

.price {
  font-weight: 700;
}

.chat-time-stamp {
  color: #171f3659;
  font-size: 11px;
  display: inline-block;
  position: absolute;
  inset: auto auto 8px 24px;
}

.chat-time-stamp.sndrs {
  color: #ffffff59;
  inset: auto 24px 8px auto;
}

.div-block-282 {
  flex: 1;
  padding-top: 0;
  padding-left: 15px;
}

.sender {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 16px;
  display: flex;
}

.nome-do-anuncio {
  font-weight: 700;
}

.div-block-281 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 80px;
  height: 80px;
}

.text-block-188 {
  color: #343ce4;
  margin-right: 5px;
  font-weight: 700;
}

.text-block-188.red {
  color: #e43437;
}

.chat-text-filed-form-wrapper {
  background-color: #fff;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.chat-text-form {
  padding: 16px;
  position: relative;
}

.chat-text-form._25-margin {
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  padding-left: 25px;
  padding-right: 25px;
}

.chat-text-field {
  background-color: #eee;
  border: 1px solid #0000;
  border-radius: 4px;
  height: 45px;
  max-height: 45px;
  margin-bottom: 0;
  padding: 14px 61px 10px 16px;
  font-size: 17px;
  line-height: 18px;
}

.chat-text-field:focus {
  background-color: #fff;
  border-color: #0081f6;
}

.chat-text-field::placeholder {
  color: #89919b;
}

.chat-send-button {
  color: #89919b;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  transition: all .1s;
  position: absolute;
  inset: 16px 16px auto auto;
  overflow: hidden;
}

.chat-send-button:hover, .chat-send-button:focus {
  color: #0081f6;
}

.chat-send-button._25-position-margin {
  background-color: var(--dodger-blue);
  color: #fff;
  font-size: 17px;
  right: 25px;
}

.link-9 {
  color: #bdbdbd;
  font-size: 16px;
  line-height: 41px;
}

.div-block-285 {
  width: 100%;
  margin-bottom: 50px;
}

.heading-4 {
  margin-bottom: 15px;
}

.text-block-189 {
  margin-bottom: 10px;
  font-weight: 700;
}

.text-block-190 {
  font-size: 26px;
  font-weight: 300;
}

.botao-panico-novo {
  z-index: 0;
  border: 1px solid var(--tomato);
  background-color: #f3525229;
  border-radius: 5px;
  display: block;
  position: absolute;
  inset: 0%;
}

.paragraph {
  margin-top: 25px;
}

html.w-mod-js [data-ix="price-overlay"] {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 11px;
  }

  p {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.4;
  }

  li {
    font-size: 17px;
    line-height: 1.2;
  }

  blockquote {
    font-size: 16px;
    font-weight: 500;
  }

  .section.grey.top-padding-40._16 {
    padding-top: 30px;
  }

  .section.first-section._0-top-mob, .section.first-section.no-top-padding {
    padding-top: 0;
  }

  .section.first-section.no-top-padding.gray-body.top-pad, .section.hurst {
    padding-top: 30px;
  }

  .container {
    max-width: 850px;
  }

  .container.nav-container {
    max-width: none;
  }

  .container.wide-on-mobile {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container.mob-percent {
    max-width: none;
  }

  .grid._4-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid._4-col.section-head-grid {
    justify-content: space-between;
    display: flex;
  }

  .grid._4-col.home-prod {
    max-height: none;
  }

  .grid._4-col.show-4 {
    max-height: 777px;
    overflow: hidden;
  }

  .grid._2-col.percentage-gap {
    grid-column-gap: 0px;
  }

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .grid._7-row {
    padding-top: 24px;
  }

  .grid._7-row.prod-content {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .grid._3-col._40-gap.align {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(240px, 260px);
  }

  .grid._3-col.navigate {
    grid-template-columns: minmax(200px, 200px) 1fr;
  }

  .grid._3-col.home-cat {
    grid-template-columns: 1fr 1fr;
    max-height: none;
  }

  .grid.scroll-on-mobile {
    max-width: 850px;
  }

  .button-wrapper.add-to-cart-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-text {
    height: 16px;
  }

  .button {
    font-size: 15px;
  }

  .button.blue-button.comprar {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .button.red-button.with-chevron {
    padding-top: 13px;
  }

  .button.red-outline, .button.blue-outline {
    padding-top: 12px;
  }

  .button.blue-button.inside-product-page {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .section-header {
    font-size: 34px;
  }

  .section-header.no-padding.profile-name {
    margin-top: 0;
  }

  .choice-item.no-line {
    justify-content: center;
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
  }

  .choice-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-columns: 30px 1fr;
    justify-items: center;
  }

  .choice-icon {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .choice-icon.loose {
    width: 40px;
    height: 40px;
  }

  .choice-icon.loose.phone {
    width: 26px;
  }

  .choice-header.pgmnt {
    text-align: center;
    width: 150px;
  }

  .choice-subheader {
    line-height: 1;
  }

  .product-image-tabs {
    min-height: auto;
    display: none;
  }

  .product-images-gallery {
    height: 14%;
  }

  .product-image-content {
    height: 86%;
    max-height: none;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 160px;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 20vw;
  }

  .image-wrapper.profile-thumbnail {
    width: 200px;
    height: 200px;
  }

  .product-price {
    font-size: 24px;
  }

  .product-price.kz {
    font-size: 12px;
    top: -9px;
  }

  .stock-quantity {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
  }

  .product-description {
    color: var(--black);
  }

  .plus-minus-wrapper, .plus-minus-wrapper._100.hidden-on-home {
    height: 35px;
  }

  .plus-minus-wrapper._40 {
    height: 40px;
  }

  .quantity {
    padding-left: 1%;
    padding-right: 1%;
    line-height: 35px;
  }

  .quantity.no-padding {
    line-height: 33px;
  }

  .quantity._40 {
    line-height: 40px;
  }

  .product-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .product-category {
    font-size: 12px;
  }

  .product-card._2-col-grid.borders {
    grid-column-gap: 24px;
    grid-template-columns: .5fr 1fr;
  }

  .product-link.grid._5-row {
    padding-bottom: 6px;
  }

  .category-card-icon-wrapper.float-on-top {
    color: var(--grey-2);
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 24px 0% auto;
  }

  .header.dropdown-link-text {
    font-weight: 500;
  }

  .header.dropdown-link-text.page-title {
    font-weight: 700;
  }

  .fixed-sidebar {
    position: sticky;
    top: 90px;
  }

  .grid-half-content {
    margin-top: 40px;
  }

  .grid-half-content._00 {
    margin-top: 0;
  }

  .footer {
    padding-top: 80px;
  }

  .navigator {
    height: 70px;
  }

  .choice-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .choice-tab-link {
    height: auto;
  }

  .category-tab-link {
    display: inline-block;
  }

  .category-tab-link:hover {
    background-color: #0000;
  }

  .category-tab-link.w--current {
    background-color: var(--white);
  }

  .resources-nav {
    flex: none;
    width: auto;
    padding-top: 40px;
  }

  .resources-content {
    padding: 40px 0 0;
  }

  .status-line {
    top: -25px;
  }

  .nav-menu {
    padding-bottom: 5vh;
  }

  .close-nav {
    width: 45px;
    height: 45px;
  }

  .dropdown-cart {
    right: -130px;
  }

  .close-cart {
    width: 45px;
    height: 45px;
  }

  .material-icons.close {
    padding-top: 11px;
  }

  .material-icons.on-40 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .material-icons.on-40._35 {
    padding-top: 6px;
  }

  .material-icons.on-40.product-page-add {
    padding-top: 8px;
  }

  .material-icons.on-35 {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .material-icons.resrc {
    top: -7px;
  }

  .navigator-menu, .cometa-sidebar {
    display: none;
  }

  .auth-content-wrapper.log-in {
    margin-left: 0%;
  }

  .nav-profile {
    padding-left: 0;
    padding-right: 17px;
  }

  .instructions-wrapper {
    border-style: none;
    border-color: #0000;
  }

  .counter-auth.float {
    margin-left: 0%;
  }

  .hero-wrapper._250px {
    border-radius: 0;
    height: 150px;
  }

  .hero-wrapper.in-catgry {
    height: 150px;
  }

  .hero-slider {
    border-radius: 0;
    height: 320px;
    margin-top: 24px;
  }

  .slide-nav.visible {
    text-align: center;
    width: 100%;
    height: 40px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 7px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .search-content {
    right: 0;
  }

  .search::placeholder {
    font-weight: 400;
  }

  .photo-upload-input-wrapper.no-line {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .prod-img-slider {
    background-color: #0000;
    height: 100%;
    display: block;
  }

  .slider-wrapper {
    border: 1px solid var(--borders);
    border-radius: 16px;
    display: block;
    overflow: hidden;
  }

  .img-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .tabed-section {
    height: 55px;
    top: 70px;
  }

  .tab-link {
    margin-right: 30px;
  }

  .tab-link.hover-effect {
    margin-right: 0;
  }

  .tab-link-icon {
    padding-top: 2px;
  }

  .edit-profile-button-wrapper {
    height: 60px;
  }

  .profile-edit {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .profile-edit.hided {
    display: none;
  }

  .checkout-button {
    font-size: 15px;
  }

  .address-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .delete-icon {
    width: 40px;
    height: 35px;
  }

  .new-address-button {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .new-address-button.add-button {
    border-style: solid;
    border-color: #0000;
    width: 200px;
  }

  .address-grid {
    grid-template-columns: 1fr 1fr;
  }

  .edit-button.gray.ver-detalhes {
    text-align: center;
    text-align: center;
    border-radius: 12px;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    display: block;
  }

  .button-in-header {
    justify-content: center;
    margin-top: 40px;
    display: flex;
    position: static;
    top: -5px;
  }

  .modal-button {
    font-size: 15px;
  }

  .prfl-grid {
    justify-content: center;
  }

  .profile-header-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .compras-table-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    border-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-grid {
    grid-row-gap: 8px;
    border: 1px solid var(--light-grey);
    border-radius: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    height: auto;
    margin-top: 0;
    padding: 30px 24px 24px;
    position: relative;
  }

  .table-grid.table-header {
    display: none;
  }

  .table-content-block {
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .table-content-block.cta {
    margin-top: 24px;
    display: none;
  }

  .table-content-text {
    color: var(--grey);
  }

  .table-content-text.description {
    color: var(--black);
    margin-right: 6px;
    display: block;
  }

  .section-decoy {
    height: 41px;
  }

  .cat-tab-menu {
    z-index: 1500;
    background-color: #0000;
    flex-direction: row;
    align-items: center;
    width: auto;
    min-width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .cat-tabs {
    display: block;
  }

  .cat-tab-content {
    width: auto;
    margin-left: 0;
  }

  .lottie-holder {
    width: 30px;
    min-width: 30px;
    height: 35px;
  }

  .hero-slide-nav {
    font-size: 7px;
    bottom: -31px;
  }

  .cat-list {
    top: 180px;
  }

  .pop-shadow {
    z-index: 900;
    background-color: var(--white);
    height: 51px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 70px 0% auto;
    box-shadow: 0 1px 12px #0000001a;
  }

  .resource-sticky-wrapper {
    display: inline-block;
  }

  .faq {
    margin-bottom: 48px;
  }

  .faq-title-wrapper {
    padding-right: 65px;
  }

  .faq-title {
    line-height: 1.3;
  }

  .assistencia-block {
    margin-top: 20px;
    margin-bottom: 48px;
  }

  .table-content-text-copy {
    color: var(--grey);
  }

  .table-content-text-copy.description {
    color: var(--black);
    margin-right: 6px;
    display: block;
  }

  .plus-minus-wrapper-2 {
    height: 35px;
  }

  .plus-minus-wrapper-2._40 {
    height: 40px;
  }

  .product-card-2._2-col-grid.borders {
    grid-column-gap: 24px;
    grid-template-columns: .5fr 1fr;
  }

  .delete-icon-2 {
    width: 40px;
    height: 35px;
  }

  .product-category-2 {
    font-size: 12px;
  }

  .profile-header-link-2 {
    margin-left: 12px;
    margin-right: 12px;
  }

  .button-in-header-2 {
    justify-content: center;
    margin-top: 40px;
    display: flex;
    position: static;
    top: -5px;
  }

  .new-address-button-2 {
    color: #bd3a3a;
    border: 1px solid #bd3a3a;
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .new-address-button-2.add-button {
    border-style: solid;
    border-color: #0000;
    width: 200px;
  }

  .geolocal.close {
    padding-top: 11px;
  }

  .geolocal.on-40 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .geolocal.on-40._35 {
    padding-top: 6px;
  }

  .geolocal.on-40.product-page-add {
    padding-top: 8px;
  }

  .geolocal.on-35 {
    padding-top: 6px;
    padding-bottom: 0;
  }

  .geolocal.resrc {
    top: -7px;
  }

  .head-carteira.dropdown-link-text {
    font-weight: 500;
  }

  .head-carteira.dropdown-link-text.page-title {
    font-weight: 700;
  }

  .nome_carteira {
    color: var(--grey);
  }

  .nome_carteira.description {
    color: var(--black);
    margin-right: 6px;
    display: block;
  }

  .close-nav-2, .close-nav-3 {
    width: 45px;
    height: 45px;
  }

  .slider-wrapper-2 {
    border: 1px solid #efefef;
    border-radius: 16px;
    display: block;
    overflow: hidden;
  }

  .slide-nav-2.visible {
    text-align: center;
    width: 100%;
    height: 40px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 7px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .product-description-2 {
    color: #111210;
  }

  .stock-quantity-2 {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
  }

  .table-grid-2 {
    grid-row-gap: 8px;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    height: auto;
    margin-top: 0;
    padding: 30px 24px 24px;
    position: relative;
  }

  .table-grid-2.table-header {
    display: none;
  }

  .category-card-icon-wrapper-2.float-on-top {
    color: #9c9c9c;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 24px 0% auto;
  }

  .compras-table-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    border-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-content-text-2 {
    color: #767676;
  }

  .table-content-text-2.description {
    color: #111210;
    margin-right: 6px;
    display: block;
  }

  .table-content-text-copy-2 {
    color: #767676;
  }

  .section-3 {
    min-width: 100%;
    max-width: 100%;
  }

  .chat-info-nav {
    z-index: 100;
    border-bottom: 1px #f5f5f5;
    margin-top: 70px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-284 {
    align-items: center;
    margin-right: 15px;
    display: flex;
  }

  .chat-bubble-container._25px-padding {
    height: 100%;
    padding-top: 32px;
    padding-bottom: 100px;
  }

  .chat-text-filed-form-wrapper {
    width: 100%;
    margin-bottom: 0;
    position: fixed;
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.grey {
    background-color: var(--white);
  }

  .section.grey.top-padding-40.mob-padding {
    padding-top: 16px;
  }

  .section.grey.top-padding-40.mob-padding._4090 {
    padding-top: 0;
  }

  .section.grey.top-padding-40._16 {
    padding-top: 27px;
  }

  .section.min-height._40-top {
    padding-top: 24px;
  }

  .section.min-height._40-top.chkout {
    padding-bottom: 77px;
    display: none;
  }

  .section._40-top.chkout {
    display: none;
  }

  .section._40-top._565 {
    padding-top: 30px;
  }

  .section.resources-page {
    min-height: auto;
  }

  .section.no-mini-height.no-bottom-padding._40-top._565 {
    padding-top: 30px;
  }

  .section.first-section._0-top-mob.overflow-hidden {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.first-section.no-top-padding.gray-body.top-pad {
    padding-top: 16px;
  }

  .section.product-section {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .section.hurst {
    padding-top: 17px;
  }

  .section.hurst._16 {
    padding-top: 16px;
  }

  .container {
    max-width: 600px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid._4-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .grid._4-col.home-prod {
    max-height: 1582px;
  }

  .grid._4-col.show-4 {
    max-height: 1184px;
  }

  .grid._2-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._7-row.prod-content {
    padding-left: 0;
  }

  .grid._3-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid._3-col._40-gap.align {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid._3-col._40-gap.align._0000._554 {
    margin-top: 8px;
  }

  .grid._3-col._2-on-mobile {
    grid-template-columns: 1fr 1fr;
  }

  .grid.scroll-on-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-wrapper._10px {
    margin-bottom: 0;
  }

  .button-wrapper.pos-absolute {
    padding: 16px;
  }

  .button-wrapper.hidden-on-mobile {
    display: none;
  }

  .button-wrapper.comprar-button.on-prod-page {
    flex: 1;
  }

  .button-wrapper.add-address {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .button-wrapper.bottom-button-wrapper {
    max-width: 190px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-text {
    height: 18px;
  }

  .button.blue-button._50.short {
    width: auto;
  }

  .button.red-button.with-chevron.bottom {
    border: 1px solid var(--firebrick);
    height: 40px;
    color: var(--firebrick);
    text-align: center;
    background-color: #0000;
    padding: 12px 0 0;
    font-weight: 600;
  }

  .button.red-outline.remover-copy {
    border-color: var(--light-grey);
    background-color: var(--white-2);
    width: auto;
    height: 35px;
    color: var(--grey);
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 0;
  }

  .button.red-outline.remover-copy:hover {
    background-color: var(--tomato);
    color: var(--white);
    border-color: #0000;
  }

  .section-header-wrapper.mbl-chkout.centereds {
    text-align: center;
  }

  .section-subheader {
    font-size: 16px;
  }

  .section-header {
    align-items: center;
    height: 100%;
    font-size: 28px;
    display: flex;
  }

  .section-header.no-padding.profile-name {
    height: auto;
    margin-bottom: 10px;
    font-size: 23px;
  }

  .section-header.padding {
    justify-content: center;
    height: auto;
    font-weight: 600;
  }

  .section-header.chkout-header {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
  }

  .text-field {
    border-color: #ccc;
    font-weight: 500;
  }

  .text-field::placeholder {
    font-weight: 400;
  }

  .field-label {
    color: var(--black);
    font-size: 16px;
  }

  .choice-item.no-line {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .choice-content {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .choice-content.wider {
    grid-column-gap: 0px;
    grid-template-columns: minmax(40px, 40px) 1fr 1fr 1fr;
  }

  .choice-icon {
    margin-bottom: 0;
    font-size: 40px;
  }

  .choice-icon.storefront {
    font-size: 36px;
  }

  .choice-icon.loose {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    margin-right: 10px;
  }

  .choice-icon.loose.phone {
    min-width: 26px;
    max-width: 26px;
  }

  .choice-header.pgmnt {
    text-align: left;
    width: auto;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 170px;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 140px;
  }

  .image-wrapper.profile-thumbnail {
    width: 160px;
    height: 160px;
  }

  .image-wrapper.nav-profile-thumbnail {
    width: 45px;
    height: 45px;
  }

  .image-wrapper.hero-image-link {
    border-radius: 16px;
  }

  .cover-image.contain {
    object-fit: contain;
  }

  .product-price {
    font-size: 20px;
  }

  .product-price.kz {
    font-size: 12px;
    top: -6px;
  }

  .product-price.kz.small {
    font-size: 11px;
    top: -4px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small.thinner {
    font-size: 20px;
    font-weight: 700;
  }

  .stock-quantity {
    border-color: var(--light-grey);
  }

  .product-description {
    font-size: 17px;
  }

  .plus-minus-wrapper {
    border: 1px solid var(--light-grey);
    background-color: var(--white-2);
  }

  .plus-minus-wrapper._40.wide._20 {
    flex: 1;
    max-width: 200px;
  }

  .product-title {
    line-height: 1.3;
  }

  .product-title.midium {
    height: 46px;
  }

  .product-category.small.off {
    display: none;
  }

  .product-card._2-col-grid.borders {
    border-color: var(--light-grey);
    margin-bottom: 8px;
  }

  .product-card._33 {
    border: 1px solid var(--light-grey);
    flex: none;
  }

  .category-card {
    border: 1px solid var(--light-grey);
    border-radius: 16px;
  }

  .category-title {
    height: 20px;
    font-size: 16px;
    overflow: hidden;
  }

  .category-card-icon-wrapper.float-on-top {
    right: 16px;
  }

  .price-table-wrapper {
    border-style: solid none none;
    border-top-color: var(--light-grey);
    background-color: var(--white);
    box-shadow: none;
    border-radius: 0;
    padding: 16px;
  }

  .header-wrapper.h4 {
    padding-top: 35px;
  }

  .header-wrapper.h4.yeah {
    margin-bottom: 24px;
    padding-top: 0;
  }

  .header-wrapper.purchase {
    text-align: center;
  }

  .header-wrapper.purchase.hidden-on-mobiles {
    display: none;
  }

  .header, .header.thinner {
    font-weight: 600;
  }

  .header.thinner.cntrd {
    text-align: center;
  }

  .header.thinner.cntrd.pgmnto {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }

  .header.thinner.bold {
    text-align: center;
    font-size: 24px;
  }

  .header.form-section {
    font-size: 21px;
  }

  .header._212.cntrd._2 {
    font-weight: 600;
  }

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

  .header.dropdown-link-text {
    font-size: 18px;
    font-weight: 400;
  }

  .header.dropdown-link-text.page-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
  }

  .header.dropdown-link-text.page-title.drop-title {
    font-size: 23px;
  }

  .price-content {
    border: 1px solid var(--light-grey);
    border-radius: 16px;
    padding: 24px 16px 14px;
  }

  .price-content._6756 {
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .price-list-item {
    color: var(--black);
  }

  .price-title.total {
    color: #767676;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .price-total.mobile {
    border-top-style: none;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .fixed-sidebar {
    z-index: 10;
    height: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .grid-half-content._565 {
    margin-top: 28px;
  }

  .navigator {
    height: 60px;
  }

  .choice-tab-link {
    flex: 1;
  }

  .category-tab-link {
    background-color: var(--table-header);
    border: 1px solid #0000;
    flex: none;
    height: 41px;
    margin-right: 8px;
    line-height: 40px;
  }

  .category-tab-link.w--current {
    border-color: var(--firebrick);
    font-weight: 500;
  }

  .dropdown-icon.on-category-dropdown, .dropdown-icon.on-faq-title {
    margin-left: 7px;
    font-size: 13px;
  }

  .chevron-icon._25 {
    margin-right: 34px;
  }

  .chevron-icon._0 {
    font-size: 14px;
  }

  .chevron-icon._00 {
    height: 45px;
    margin-left: 6px;
    margin-right: 0;
    font-size: 13px;
    position: relative;
    top: -4px;
  }

  .resources-wrapper {
    flex-direction: column-reverse;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .resources-nav {
    padding-top: 24px;
    padding-bottom: 40px;
    padding-right: 24px;
  }

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

  .resources-content {
    min-height: auto;
    padding-top: 40px;
  }

  .status-line {
    top: -26px;
  }

  .line-seperator {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .brand {
    width: 150px;
    height: 40px;
  }

  .close-nav {
    top: 5vh;
    right: 9vw;
  }

  .close-nav.close-edit-profile {
    top: 16px;
    right: 16px;
  }

  .close-nav.cat {
    right: -332px;
  }

  .menu {
    margin-top: 0;
    margin-left: 10vw;
  }

  .nav-link {
    height: 45px;
    line-height: 1.5;
  }

  .dropdown-cart {
    height: 94vh;
    min-height: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 67px;
    position: fixed;
    inset: 2vh 0%;
  }

  .close-cart {
    top: 10px;
    right: 11px;
  }

  .cart-title-wrapper {
    height: 60px;
    top: 0;
    left: 16px;
  }

  .white-bg {
    height: 60px;
  }

  .cart-icon {
    display: none;
  }

  .pop-up-wrapper {
    height: 0%;
  }

  .gray-body {
    background-color: var(--white);
  }

  .nav-auth-buttons-wrapper {
    display: none;
  }

  .nav-auth-buttons-wrapper._0-padding {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .material-icons {
    padding-top: 11px;
  }

  .material-icons.on-40._35 {
    padding-top: 5px;
  }

  .material-icons.on-40.product-page-add {
    padding-top: 8px;
  }

  .material-icons.on-35 {
    padding-top: 5px;
  }

  .material-icons.resrc {
    top: -6px;
  }

  .nav-profile-wrapper {
    display: none;
  }

  .nav-profile {
    padding-right: 0;
  }

  .edit-profile {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper {
    width: 100%;
    height: 100%;
    min-height: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  .hero-wrapper._250px, .hero-wrapper.in-catgry {
    height: 80px;
  }

  .hero-slider {
    height: 250px;
    max-height: none;
    margin-top: 16px;
  }

  .banner {
    border-radius: 16px;
  }

  .cart-product-wrapper {
    align-items: center;
  }

  .cart-products-content-wrapper {
    padding: 16px 16px 0;
  }

  .search-content {
    width: 100vw;
    height: 100vh;
    box-shadow: none;
    border-radius: 0;
    inset: 0%;
  }

  .search-wrapper {
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 16px;
    position: relative;
  }

  .search {
    border-style: none;
    border-color: var(--light-grey);
    border-radius: 12px;
    height: 50px;
    margin-bottom: 16px;
    padding-left: 45px;
  }

  .search-button {
    left: 0;
  }

  .sub-delete-button.gray.eliminar {
    font-weight: 400;
  }

  .sub-delete-button.gray.eliminar.longersss {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .photo-upload-input-field.no-bg-fill {
    border-width: 3px;
    height: auto;
    min-height: 170px;
    padding: 24px;
  }

  .photo-upload-text {
    font-size: 17px;
  }

  .photo-upload-text.small-gray.click {
    display: none;
  }

  .photo-upload-text.small-gray.tap {
    display: block;
  }

  .stock-quantity-text {
    font-size: 14px;
  }

  .toal-price {
    letter-spacing: .2px;
  }

  .auth-menu-wrapper {
    margin-left: 10vw;
  }

  .scroll-on-mobile {
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
    overflow: auto;
  }

  .slider-wrapper {
    border-style: none;
    border-radius: 0;
    height: 300px;
  }

  .tabed-section {
    top: 60px;
  }

  .tabed-section.show-on-landscape {
    display: none;
  }

  .tab-menu {
    justify-content: space-between;
  }

  .tab-link {
    margin-right: 0;
  }

  .tab-link.hover-effect {
    padding: 4px 8px 2px;
  }

  .tab-link-icon {
    margin-top: -2px;
    padding-top: 0;
  }

  .user-info {
    font-size: 18px;
  }

  .edit-profile-button-wrapper {
    display: none;
  }

  .profile-edit {
    border: 1px solid var(--firebrick);
  }

  .checkout-button {
    height: 45px;
    padding-top: 14px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .checkout-button.blue-button {
    font-weight: 500;
  }

  .checkout-details.hide {
    display: none;
  }

  .checkout-details.dtls {
    background-color: var(--white);
    padding-top: 20px;
  }

  .checkout-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .cancel-button-wrapper {
    margin-top: 16px;
  }

  .cancel-button-wrapper.hidden-on-mobile {
    display: none;
  }

  .checkout-trigger {
    z-index: 1;
    opacity: .6;
    justify-content: center;
    height: 90px;
    margin-bottom: -40px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .trigger-icon {
    background-color: var(--light-grey);
    border-radius: 200px;
    width: 28px;
    height: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .user-with-address {
    padding-top: 20px;
  }

  .adress-tab-link {
    margin-bottom: 8px;
  }

  .adress-tab-link.thin {
    background-color: var(--white);
  }

  .address-link-text {
    height: auto;
  }

  .cart-price {
    color: var(--black);
  }

  .delete-icon {
    border: 1px solid var(--light-grey);
    background-color: var(--white-2);
  }

  .delete-icon:hover {
    border-color: #0000;
  }

  .checkout-mobile {
    z-index: 1500;
    background-color: var(--white);
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .checkout-mobile-nav {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 45px 1fr .75fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
    position: relative;
    box-shadow: 0 1px 12px #00000026;
  }

  .back-icon {
    width: 45px;
    height: 45px;
    color: var(--black);
    margin-left: -9px;
    overflow: hidden;
  }

  .checkout-content-wrapper {
    padding: 27px 16px 16px;
    position: fixed;
    inset: 60px 0% 77px;
    overflow: auto;
  }

  .checkout-content-wrapper.pay-4 {
    padding-bottom: 24px;
    display: block;
  }

  .checkout-content-wrapper._100 {
    bottom: 0;
  }

  .address-cta-wrapper.edit-logout-profile {
    margin-top: 28px;
  }

  .address-cta-wrapper.dfaas.cancel-on-mobile {
    display: none;
  }

  .cart-icon-link {
    display: block;
  }

  .edit-address {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .details-wrapper {
    z-index: 3;
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-end;
    display: block;
  }

  .close-details {
    height: 100%;
    color: var(--grey);
    justify-content: center;
    align-items: center;
    font-size: 15px;
    display: none;
  }

  .edit-popup-wrapper {
    height: 0%;
  }

  .new-address {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .new-address-button {
    border: 1px solid var(--firebrick);
  }

  .new-address-button.add-button {
    width: auto;
    color: var(--dodger-blue);
    background-color: #0000;
    margin-left: auto;
    margin-right: auto;
  }

  .new-address-button.add-button.short {
    z-index: 1;
    width: 200px;
    position: relative;
  }

  .new-address-button.add-button.short:hover {
    background-color: #0000;
  }

  .address-grid {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .edit-button.gray.edit-addrss {
    font-weight: 400;
  }

  .button-in-header {
    background-color: var(--white);
    height: auto;
    margin: 16px -16px -24px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: sticky;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  .button-line {
    border-top: 1px solid var(--light-grey);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .resumo-table-wrapper {
    border: 1px solid var(--light-grey);
    background-color: var(--white);
    box-shadow: none;
    padding: 24px 16px 16px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    margin-bottom: 16px;
  }

  .modal {
    width: 340px;
    padding: 32px;
  }

  .social-media-wrapper {
    grid-template-columns: 40px 40px;
    margin-bottom: 0;
  }

  .social-links {
    margin-left: 8px;
    margin-right: 8px;
  }

  .copyright-dev {
    justify-items: center;
    margin-top: 50px;
  }

  .developer {
    height: auto;
  }

  .cat-dropdown-toggle {
    padding-left: 8px;
    padding-right: 16px;
  }

  .prfl-grid {
    justify-content: center;
    margin-bottom: 6px;
  }

  .profile-header-link {
    margin-left: 4px;
    margin-right: 4px;
  }

  .table-grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .table-content-block.cta {
    padding-left: 0;
    padding-right: 0;
  }

  .cat-tab-menu {
    z-index: 950;
    background-color: var(--white);
    border-radius: 0;
    flex-direction: row;
    align-items: flex-start;
    height: 57px;
    margin-bottom: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 8px 16px 0;
    display: flex;
    position: sticky;
    top: 60px;
    overflow: auto;
  }

  .cat-tabs {
    margin-top: 16px;
  }

  .grid-grid {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .result-wrapper {
    max-height: none;
  }

  .desktop-results {
    display: none;
  }

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

  .profile-dropdown-link {
    height: 45px;
    line-height: 1.5;
  }

  .hero-slide-nav {
    display: none;
  }

  .dropdown-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 350px;
    max-height: 80vh;
  }

  .estado-da-compra {
    margin-bottom: 30px;
  }

  .cat-list {
    width: 350px;
    inset: auto 0% 0%;
  }

  .pop-shadow {
    border-bottom: 1px solid var(--light-grey);
    height: 58px;
    box-shadow: none;
    display: none;
    top: 60px;
  }

  .dec-oy {
    height: 111px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .resource-sticky-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq-title-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq-title {
    font-size: 18px;
    line-height: 1.3;
  }

  .faq-title.midium {
    height: 46px;
  }

  .faq-content {
    padding-bottom: 10px;
  }

  .menu-dashboard {
    margin-top: 0;
    margin-left: 10vw;
  }

  .plus-minus-wrapper-2 {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
  }

  .plus-minus-wrapper-2._40.wide._20 {
    flex: 1;
    max-width: 200px;
  }

  .resumo-table-wrapper-2 {
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 24px 16px 16px;
  }

  .cart-price-2 {
    color: #111210;
  }

  .line-seperator-2 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .product-card-2._2-col-grid.borders {
    border-color: #d9d9d9;
    margin-bottom: 8px;
  }

  .product-card-2._33 {
    border: 1px solid #d9d9d9;
    flex: none;
  }

  .price-content-2 {
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    padding: 24px 16px 14px;
  }

  .price-content-2._6756 {
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .price-list-item-2 {
    color: #111210;
  }

  .delete-icon-2 {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
  }

  .delete-icon-2:hover {
    border-color: #0000;
  }

  .button-line-2 {
    border-top: 1px solid #d9d9d9;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .profile-header-link-2 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .button-in-header-2 {
    background-color: #fff;
    height: auto;
    margin: 16px -16px -24px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: sticky;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  .new-address-button-2 {
    border: 1px solid #bd3a3a;
  }

  .new-address-button-2.add-button {
    color: #3a86ff;
    background-color: #0000;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .new-address-button-2.add-button.short {
    z-index: 1;
    width: 200px;
    position: relative;
  }

  .new-address-button-2.add-button.short:hover {
    background-color: #0000;
  }

  .modal-2 {
    width: 340px;
    padding: 32px;
  }

  .adress-tab-link-2 {
    margin-bottom: 8px;
  }

  .adress-tab-link-2.thin {
    background-color: #fff;
  }

  .geolocal {
    padding-top: 11px;
  }

  .geolocal.on-40._35 {
    padding-top: 5px;
  }

  .geolocal.on-40.product-page-add {
    padding-top: 8px;
  }

  .geolocal.on-35 {
    padding-top: 5px;
  }

  .geolocal.resrc {
    top: -6px;
  }

  .head-carteira, .head-carteira.thinner {
    font-weight: 600;
  }

  .head-carteira.thinner.cntrd {
    text-align: center;
  }

  .head-carteira.thinner.cntrd.pgmnto {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }

  .head-carteira.thinner.bold {
    text-align: center;
    font-size: 24px;
  }

  .head-carteira.form-section {
    font-size: 21px;
  }

  .head-carteira._212.cntrd._2 {
    font-weight: 600;
  }

  .head-carteira.cntrd {
    text-align: center;
  }

  .head-carteira.dropdown-link-text {
    font-size: 18px;
    font-weight: 400;
  }

  .head-carteira.dropdown-link-text.page-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
  }

  .head-carteira.dropdown-link-text.page-title.drop-title {
    font-size: 23px;
  }

  .valor-editavel {
    border-color: #ccc;
    font-weight: 500;
  }

  .valor-editavel::placeholder {
    font-weight: 400;
  }

  .text-field-2 {
    border-color: #ccc;
    font-weight: 500;
  }

  .text-field-2::placeholder {
    font-weight: 400;
  }

  .close-nav-2 {
    top: 5vh;
    right: 9vw;
  }

  .close-nav-2.close-edit-profile {
    top: 16px;
    right: 16px;
  }

  .wrapper-2 {
    width: 100%;
    height: 100%;
    min-height: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  .field-label-2 {
    color: #111210;
    font-size: 16px;
  }

  .edit-prices {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .close-nav-3 {
    top: 5vh;
    right: 9vw;
  }

  .close-nav-3.close-edit-profile {
    top: 16px;
    right: 16px;
  }

  .slider-wrapper-2 {
    border-style: none;
    border-radius: 0;
    height: 300px;
  }

  .product-description-2 {
    font-size: 17px;
  }

  .stock-quantity-2 {
    border-color: #d9d9d9;
  }

  .pre-os {
    height: auto;
  }

  .table-grid-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .category-card-icon-wrapper-2.float-on-top {
    right: 16px;
  }

  .text-field-3 {
    border-color: #ccc;
    font-weight: 500;
  }

  .text-field-3::placeholder {
    font-weight: 400;
  }

  .geolocal-2 {
    padding-top: 11px;
  }

  .chat-bubble-container._25px-padding {
    padding-bottom: 108px;
  }

  .chat-text-filed-form-wrapper {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.grey.top-padding-40.mob-padding._4090 {
    padding-top: 8px;
  }

  .section.grey.top-padding-40._16 {
    padding-top: 16px;
  }

  .section.min-height._40-top.chkout {
    padding-bottom: 85px;
  }

  .section._40-top.chkout {
    padding-top: 28px;
  }

  .section._40-top._565 {
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .section.no-mini-height.no-bottom-padding._40-top._565 {
    padding-bottom: 16px;
  }

  .section.first-section._0-top-mob.overflow-hidden {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section.first-section.no-top-padding.hiddenn {
    display: none;
  }

  .section.product-section {
    padding-top: 0;
    padding-bottom: 16px;
  }

  .section.hurst {
    padding-top: 27px;
  }

  .container.nav-container {
    padding-right: 2vw;
  }

  .container.mob-percent {
    padding-left: 0;
    padding-right: 0;
  }

  .container.overflow-hidden {
    overflow: hidden;
  }

  .container._24-mob {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid._4-col.section-head-grid {
    margin-bottom: 8px;
    display: block;
  }

  .grid._4-col.home-prod, .grid._4-col.show-4 {
    max-height: none;
  }

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-row-gap: 30px;
  }

  .grid._7-row.prod-content {
    grid-row-gap: 16px;
    padding-bottom: 0;
  }

  .grid._3-col._40-gap.align {
    grid-template-rows: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 16px;
  }

  .grid._3-col._40-gap.align._0000 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid._3-col.navigate {
    grid-template-columns: 1fr 1.5fr;
    justify-content: space-between;
    display: flex;
  }

  .button-wrapper.add-to-cart-button {
    display: block;
  }

  .button-wrapper._10px {
    min-width: 107px;
  }

  .button-wrapper.pos-absolute {
    z-index: 2;
    position: fixed;
  }

  .button-wrapper.pos-absolute.in-dropdown-cart {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-wrapper.hidden-on-mobile {
    display: none;
  }

  .button-wrapper.comprar-button {
    flex: 1;
    max-width: 50%;
  }

  .button-wrapper.add-address {
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .button-wrapper.bottom-button-wrapper {
    margin-top: 30px;
  }

  .button-text.pay-2 {
    height: auto;
    overflow: visible;
  }

  .button.red-outline.remover-copy {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button.cancel {
    border-color: var(--light-grey);
    border-color: #d9d9d9;
  }

  .button.blue-button.inside-product-page {
    z-index: 1;
  }

  .section-header-wrapper {
    margin-bottom: 24px;
  }

  .section-header-wrapper.mbl-chkout {
    margin-bottom: 16px;
  }

  .section-header {
    text-align: center;
    justify-content: center;
    font-size: 23px;
  }

  .section-header.no-padding.profile-name {
    font-size: 26px;
    display: block;
  }

  .section-header.chkout-header {
    text-align: left;
    justify-content: flex-start;
  }

  .choice-item.no-line {
    height: auto;
    padding-top: 4.5vw;
    padding-bottom: 5vw;
  }

  .choice-content {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 50px 1fr;
    justify-content: center;
    width: auto;
    display: flex;
  }

  .choice-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .choice-icon.loose {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .choice-icon.loose.phone {
    width: 32px;
    min-width: 30px;
    max-width: 35px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .choice-header {
    width: 84px;
  }

  .choice-header.pgmnt {
    text-align: center;
    max-width: 150px;
  }

  .choice-subheader {
    line-height: 1.2;
    display: none;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 32vw;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 12vh;
  }

  .image-wrapper.profile-thumbnail {
    width: 200px;
    height: 200px;
    margin: 8px auto 40px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small {
    font-weight: 700;
  }

  .product-in-stock {
    margin-bottom: 8px;
  }

  .product-items-wrapper {
    z-index: 10;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px;
    position: sticky;
    inset: auto 0% 0;
  }

  .plus-minus-wrapper.no-margin {
    width: 100px;
  }

  .plus-minus-wrapper._100.hidden-on-home {
    display: none;
  }

  .plus-minus-wrapper._40.wide {
    flex: 1;
    width: auto;
    max-width: 50%;
  }

  .plus-minus-wrapper._40.wide._20 {
    z-index: 2;
    position: relative;
  }

  .product-title.small {
    max-height: 38px;
  }

  .product-title.midium {
    height: 45px;
    font-size: 17px;
  }

  .product-category._0-padding._10 {
    margin-bottom: 8px;
  }

  .extra-info-text.small {
    display: none;
  }

  .product-link.grid._5-row {
    grid-template-rows: auto auto auto auto;
  }

  .category-card {
    border-color: var(--light-grey);
  }

  .category-title {
    font-size: 15px;
  }

  .category-card-icon-wrapper.float-on-top {
    right: 6vw;
  }

  .header-wrapper._16.xyz {
    margin-bottom: 16px;
  }

  .header-wrapper.purchase {
    text-align: center;
    margin-bottom: 24px;
  }

  .header.thinner {
    line-height: 1.15;
  }

  .header.thinner.bold {
    font-size: 22px;
  }

  .header.dropdown-link-text {
    font-size: 18px;
  }

  .price-total {
    border-top-style: none;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-total.no-btm-padding._23 {
    border-top-style: solid;
    height: auto;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .price-total.mobile {
    height: auto;
  }

  .grid-half-content._565 {
    margin-top: 30px;
  }

  .footer {
    padding-top: 60px;
  }

  .choice-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .selected-tab-pane {
    min-height: auto;
  }

  .category-tab-link {
    border-color: var(--light-grey);
    background-color: var(--table-header);
    flex: none;
    line-height: 39px;
  }

  .category-tab-link:hover {
    background-color: var(--borders);
  }

  .category-tab-link.w--current {
    display: block;
  }

  .category-tab-link.w--current:hover {
    background-color: var(--white);
  }

  .dropdown-icon._8px-padding.tabss {
    margin-right: 24px;
    font-size: 13px;
  }

  .dropdown-icon.on-faq-title {
    margin-right: 16px;
  }

  .chevron-icon._0 {
    bottom: -6px;
  }

  .resources-wrapper {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .resources-nav {
    display: none;
  }

  .resources-block {
    padding-bottom: 24px;
  }

  .resources-content {
    padding: 24px 8px 20px;
  }

  .status-circles-wrapper {
    margin-right: 16px;
  }

  .status-content-wrapper {
    flex-direction: row;
    height: 30px;
  }

  .center-text {
    margin-top: 2px;
  }

  .linesman {
    flex-direction: column;
    align-items: flex-start;
  }

  .status-line {
    flex: 0 auto;
    width: 3px;
    height: 50px;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

  .confirmed-line {
    height: 100%;
  }

  .in-progress-line {
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: var(--light-grey);
    height: 100%;
  }

  .brand {
    width: 140px;
    min-width: 60px;
    height: 45px;
  }

  .brand.at-auth {
    margin-bottom: 2.5vh;
  }

  .nav-menu-wrapper {
    padding-left: 1vw;
  }

  .nav-menu {
    justify-content: center;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    padding-bottom: 0;
  }

  .close-nav {
    z-index: 10;
    top: 16px;
    right: 16px;
  }

  .close-nav.close-edit-profile {
    z-index: 1000;
  }

  .close-nav.close-search {
    margin-top: 16px;
    margin-bottom: 0;
    inset: 0% 0% auto auto;
  }

  .close-nav.cat {
    opacity: 0;
    display: none;
    top: 16px;
    right: 16px;
  }

  .menu {
    width: 100%;
    max-width: 340px;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .nav-link {
    line-height: 1.6;
  }

  .dropdown-cart-wrapper {
    padding-left: 1vw;
  }

  .dropdown-cart {
    border-radius: 0 0 24px 24px;
    width: auto;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 88px;
    top: 0;
  }

  .cart-title-wrapper {
    top: 8px;
  }

  .pop-up-wrapper {
    padding-left: 0;
  }

  .nav-auth-buttons-wrapper._0-padding {
    width: 100%;
  }

  .material-icons.round, .material-icons.paper {
    padding-top: 10px;
  }

  .material-icons.power {
    padding-top: 12px;
  }

  .material-icons.house, .material-icons.resrc {
    padding-top: 10px;
  }

  .search-button-wrapper {
    padding-left: 0;
  }

  .auth-content-wrapper.log-in {
    padding-top: 6vh;
  }

  .address-wrapper._40 {
    padding: 16px;
  }

  .login-nav {
    margin-bottom: 8vh;
  }

  .edit-profile-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-slider {
    height: 52vw;
  }

  .slide {
    margin-right: 8px;
  }

  .banner {
    height: 46vw;
  }

  .cart-product-wrapper {
    grid-template-columns: 1fr 1.25fr;
  }

  .cart-products-content-wrapper {
    padding-bottom: 16px;
  }

  .search-wrapper {
    margin-left: 4px;
    margin-right: 16px;
  }

  .search {
    border-color: #0000;
    height: 46px;
    margin-bottom: 16px;
    padding-right: 42px;
  }

  .search-button {
    font-size: 23px;
  }

  .sub-delete-button.gray.eliminar.longersss {
    margin-left: auto;
    margin-right: auto;
  }

  .sub-delete-button.gray.logout-button {
    flex: none;
    margin-left: 4px;
    margin-right: 4px;
    display: none;
  }

  .photo-upload-input-field.no-bg-fill {
    padding-left: 16px;
    padding-right: 16px;
  }

  .photo-upload-text.small-gray {
    line-height: 1.1;
  }

  .code-info-wrapper {
    max-width: 290px;
  }

  .tabs {
    width: 100%;
  }

  .auth-menu-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    inset: 7vh 0% 0%;
  }

  .slider-wrapper {
    border-style: none;
    border-radius: 0;
    height: 50vh;
    max-height: 340px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .slider-mask {
    overflow: visible;
  }

  .tabed-section, .tabed-section.show-on-landscape {
    display: block;
  }

  .tab-menu {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding: 60px 24px 5px;
  }

  .tab-link {
    height: 55px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
  }

  .tab-link.w--current {
    color: var(--black);
    border-bottom-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    position: absolute;
    inset: 0% 24px auto;
  }

  .tab-link-icon {
    flex: none;
    margin-top: 5px;
    margin-right: 16px;
  }

  .tab-link-icon._2 {
    margin-top: 0;
    padding-top: 1px;
  }

  .tab-link-icon._1 {
    margin-top: 0;
    padding-top: 0;
  }

  .edit-profile-button-wrapper {
    border-top: 1px solid var(--light-grey);
    height: auto;
    padding: 2px 24px;
    display: block;
    position: relative;
    right: 0;
  }

  .profile-edit {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: none;
  }

  .logout {
    height: 55px;
    margin-top: 0;
    margin-left: 0;
    font-size: 17px;
    font-weight: 600;
  }

  .tab-triggered-element {
    z-index: 2;
    border-bottom: 1px solid var(--light-grey);
    background-color: var(--white);
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .tab-trigger {
    z-index: 10;
    border-bottom: 1px solid var(--light-grey);
    height: 55px;
    color: var(--grey);
    cursor: pointer;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .close-tab {
    z-index: 12;
    border-bottom: 1px solid var(--borders);
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .checkout-button.blue-button.pay {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .checkout-details.hide-mobile {
    display: none;
  }

  .checkout-cta {
    grid-template-columns: minmax(110px, 125px) 1fr;
  }

  .checkout-cta.pay-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(110px, 125px) 1fr;
  }

  .cancel-button-wrapper {
    margin-top: 8px;
  }

  .cancel-button-wrapper.hidden-on-mobile {
    display: none;
  }

  .trigger-icon {
    width: 32px;
  }

  .user-with-address {
    border-style: none;
    padding: 16px 0 0;
  }

  .adress-tab-link.thin:hover {
    border-color: var(--light-grey);
  }

  .checkout-mobile {
    padding-bottom: 85px;
  }

  .back-icon {
    margin-left: -13px;
  }

  .address-cta-wrapper.edit-logout-profile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .address-cta-wrapper.dfaas {
    text-align: center;
    margin-top: 16px;
  }

  .edit-popup-wrapper {
    padding-left: 0;
  }

  .new-address-button {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: none;
  }

  .new-address-button.add-button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .address-grid {
    margin-top: 0;
  }

  .edit-button.gray.edit-profile-button {
    flex: none;
    width: 124px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .edit-button.gray.ver-detalhes {
    flex: none;
    margin-right: 0;
  }

  .pagamento-date-wrapper {
    padding: 27px 16px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    grid-row-gap: 24px;
  }

  .modal-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal {
    flex: 1;
    width: auto;
    max-width: 320px;
    padding: 52px 10vw;
  }

  .modal-header-wrapper {
    max-width: 240px;
  }

  .modal-paragraph {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.25;
  }

  .modal-button.secundario {
    border: 1px solid var(--light-grey);
    border: 1px solid #d9d9d9;
    padding-top: 13px;
  }

  .social-links {
    width: 30px;
    height: 30px;
  }

  .copyright-dev {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .copyright {
    justify-content: center;
    max-width: 220px;
    font-size: 16px;
  }

  .developer {
    display: block;
  }

  .powered-by {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .cat-dropdown-toggle {
    border-radius: 12px;
    justify-content: center;
    padding-left: 16px;
  }

  .prfl-grid {
    display: none;
  }

  .profile-content-wrapper {
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    padding: 0 0;
  }

  .profile-info-wrapper {
    text-align: center;
    align-self: center;
  }

  .compras-table-wrapper {
    grid-template-columns: 1fr;
  }

  .table-grid {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .cat-tab-menu {
    height: 57px;
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .cat-tabs {
    margin-top: 0;
  }

  .cat-tab-content._8 {
    padding-top: 8px;
  }

  .dropdown-wrap {
    border-bottom-color: var(--table-header);
    padding-bottom: 16px;
    display: block;
  }

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

  .bvbv {
    margin-bottom: 16px;
  }

  .result-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-results {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .profile-dropdown-list.w--open {
    z-index: 10;
    border-radius: 16px;
    padding-top: 32px;
    box-shadow: 0 15px 50px #0000004d;
  }

  .profile-dropdown-link {
    line-height: 1.6;
  }

  .hero-slide-nav {
    display: none;
    bottom: -23px;
  }

  .hero-slide-mask {
    border-radius: 0;
    margin-right: 0;
    overflow: visible;
  }

  .dropdown-content {
    border-radius: 24px 24px 0 0;
    width: auto;
    max-height: 500px;
    position: absolute;
    inset: auto 0% 0%;
    box-shadow: 0 -3px 24px #0003;
  }

  .cat-list {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .drop-link-wrapper {
    border-top: 1px solid #0000;
    height: auto;
    padding: 16px 8px;
    transition-property: background-color;
  }

  .drop-link-wrapper:hover {
    background-color: #0000;
  }

  .drop-link-wrapper:active {
    background-color: var(--table-header);
    transform: none;
  }

  .drop-link-container {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .dec-oy {
    z-index: -1;
    opacity: 0;
    height: 103px;
  }

  .faq-title-wrapper {
    padding-left: 16px;
    padding-right: 45px;
  }

  .faq-title.small {
    max-height: 38px;
  }

  .faq-title.midium {
    height: 45px;
    font-size: 17px;
  }

  .faq-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .assistencia-block {
    margin-bottom: 32px;
  }

  .menu-dashboard {
    width: 100%;
    max-width: 340px;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .confirmed-line-2 {
    height: 100%;
  }

  .center-text-2 {
    margin-top: 2px;
  }

  .linesman-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .in-progress-line-2 {
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: #d9d9d9;
    height: 100%;
  }

  .plus-minus-wrapper-2.no-margin {
    width: 100px;
  }

  .plus-minus-wrapper-2._40.wide {
    flex: 1;
    width: auto;
    max-width: 50%;
  }

  .plus-minus-wrapper-2._40.wide._20 {
    z-index: 2;
    position: relative;
  }

  .price-total-2 {
    border-top-style: none;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-total-2.no-btm-padding._23 {
    border-top-style: solid;
    height: auto;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .product-items-wrapper-2 {
    z-index: 10;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px;
    position: sticky;
    inset: auto 0% 0;
  }

  .extra-info-text-2.small {
    display: none;
  }

  .product-category-2._0-padding._10 {
    margin-bottom: 8px;
  }

  .profile-content-wrapper-2 {
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    padding: 0 0;
  }

  .new-address-button-2 {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: none;
  }

  .new-address-button-2.add-button {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .modal-2 {
    flex: 1;
    width: auto;
    max-width: 320px;
    padding: 52px 10vw;
  }

  .modal-paragraph-2 {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.25;
  }

  .adress-tab-link-2.thin:hover {
    border-color: #d9d9d9;
  }

  .geolocal.round, .geolocal.paper {
    padding-top: 10px;
  }

  .geolocal.power {
    padding-top: 12px;
  }

  .geolocal.house, .geolocal.resrc {
    padding-top: 10px;
  }

  .head-carteira.thinner {
    line-height: 1.15;
  }

  .head-carteira.thinner.bold {
    font-size: 22px;
  }

  .head-carteira.dropdown-link-text {
    font-size: 18px;
  }

  .close-nav-2 {
    z-index: 10;
    top: 16px;
    right: 16px;
  }

  .close-nav-2.close-edit-profile {
    z-index: 1000;
  }

  .close-nav-3 {
    z-index: 10;
    top: 16px;
    right: 16px;
  }

  .close-nav-3.close-edit-profile {
    z-index: 1000;
  }

  .slider-wrapper-2 {
    border-style: none;
    border-radius: 0;
    height: 50vh;
    max-height: 340px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .product-in-stock-2 {
    margin-bottom: 8px;
  }

  .table-grid-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .category-card-icon-wrapper-2.float-on-top {
    right: 6vw;
  }

  .compras-table-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .chat-info-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-284 {
    margin-right: 5px;
  }

  .sender-interesse {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .chat-bubble-container._25px-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .chat-message {
    width: 90%;
  }

  .div-block-282 {
    padding-left: 0;
  }

  .div-block-281 {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
  }

  .chat-text-filed-form-wrapper {
    margin-bottom: 0;
    position: fixed;
  }

  .chat-text-form._25-margin {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-c5cce551-d161-aa14-11d2-b68d538d8db8-c9f38739, #w-node-c5cce551-d161-aa14-11d2-b68d538d8dbd-c9f38739, #w-node-_93e2eefe-934f-9871-c46f-963ba4f9ffd6-c9f38739 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93e80361-3d47-5469-ccdd-ded8325bd83a-c9f3873b, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd83d-c9f3873b, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd840-c9f3873b, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd842-c9f3873b, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd847-c9f3873b {
  justify-self: start;
}

#w-node-_93e80361-3d47-5469-ccdd-ded8325bd84c-c9f3873b {
  justify-self: center;
}

#w-node-_64763429-49df-eb0e-2f78-20ef8fb9fb70-c9f3873b, #w-node-_64763429-49df-eb0e-2f78-20ef8fb9fb75-c9f3873b {
  justify-self: start;
}

#w-node-_64763429-49df-eb0e-2f78-20ef8fb9fb7a-c9f3873b {
  justify-self: center;
}

#w-node-_9d666e19-a5b0-83f7-0b34-48af4934d20b-c9f3873b, #w-node-_9d666e19-a5b0-83f7-0b34-48af4934d210-c9f3873b {
  justify-self: start;
}

#w-node-_9d666e19-a5b0-83f7-0b34-48af4934d215-c9f3873b {
  justify-self: center;
}

#w-node-d9487cca-3822-62fc-71ba-76e5928c811a-c9f3873b, #w-node-d9487cca-3822-62fc-71ba-76e5928c811f-c9f3873b {
  justify-self: start;
}

#w-node-d9487cca-3822-62fc-71ba-76e5928c8124-c9f3873b {
  justify-self: center;
}

#w-node-_93e80361-3d47-5469-ccdd-ded8325bd83a-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd83d-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd840-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd842-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd847-c9f3873d {
  justify-self: start;
}

#w-node-_93e80361-3d47-5469-ccdd-ded8325bd84c-c9f3873d {
  justify-self: center;
}

#w-node-_93e80361-3d47-5469-ccdd-ded8325bd853-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd858-c9f3873d {
  justify-self: start;
}

#w-node-_93e80361-3d47-5469-ccdd-ded8325bd85d-c9f3873d {
  justify-self: center;
}

#w-node-_93e80361-3d47-5469-ccdd-ded8325bd864-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd869-c9f3873d {
  justify-self: start;
}

#w-node-_93e80361-3d47-5469-ccdd-ded8325bd86e-c9f3873d {
  justify-self: center;
}

#field-3.w-node-_970ee10c-22b9-81d6-e82a-6c7f974a31e3-c9f3873e, #field-2.w-node-_970ee10c-22b9-81d6-e82a-6c7f974a31e4-c9f3873e, #field.w-node-_970ee10c-22b9-81d6-e82a-6c7f974a31e2-c9f3873e, #w-node-c5cce551-d161-aa14-11d2-b68d538d8db8-c9f38740, #w-node-c5cce551-d161-aa14-11d2-b68d538d8dbd-c9f38740 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee803303-e2a7-dfa9-70c8-7ea23422719e-c9f38742 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fb075e6b-4d60-90ed-637e-3aebe4b665c9-c9f38742 {
  place-self: center end;
}

#w-node-_3aa9dbdd-aa65-44a6-604e-4b72e57786af-c9f38742 {
  align-self: center;
}

#w-node-a69d7336-c5a3-b972-1a22-aa766fac415a-c9f38742 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ef38eecd-9c3a-654e-f1f1-db3825fef038-c9f38742 {
  align-self: center;
}

#w-node-ef38eecd-9c3a-654e-f1f1-db3825fef03d-c9f38742 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_274b46fd-3167-40b0-941b-62cccd7d8037-c9f38742 {
  align-self: baseline;
}

#w-node-_80c032cd-6ad5-1eaa-6cf4-b6498fa750a4-c9f38742, #w-node-_7d9ad055-348c-b9b3-a599-ed58328fffdc-c9f38742, #w-node-_20c702ec-3eee-f6b9-0bfc-0541d967044e-c9f38742, #w-node-_6e29f27f-b83a-c3ac-b9eb-0eb1fb208e50-c9f38742, #w-node-c99ef40f-5883-45b0-d1ba-fabe478bf11f-c9f38742 {
  align-self: start;
}

#w-node-_74a18d50-5a20-e42b-3f2e-4101c7cc2172-c9f38742 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e702f38-6708-5413-6738-dca1a54bf42e-c9f38742 {
  align-self: start;
}

#w-node-_4ca89138-d152-5eb9-b298-71eba05466fe-c9f38742 {
  justify-self: end;
}

#w-node-_87b77183-7732-e343-d91f-191292020f72-c9f38742 {
  justify-self: center;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541ef-c9f38742 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f2-c9f38742 {
  align-self: start;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f7-c9f38742 {
  justify-self: end;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f8-c9f38742 {
  justify-self: center;
}

#w-node-_485e0351-e11d-b135-fca0-71e535cb7894-c9f38742, #w-node-b4567343-4a07-f8bf-2746-ec1d947d16a5-c9f38742, #w-node-c42db691-7b0b-ff71-38bf-96c501b88349-c9f38742 {
  align-self: start;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-c9f38743, #w-node-_9c95f775-f746-6100-284f-1f128c748fd4-c9f38743, #w-node-_9c95f775-f746-6100-284f-1f128c748fd7-c9f38743, #w-node-_9c95f775-f746-6100-284f-1f128c748fda-c9f38743, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-c9f38743, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-c9f38743, #w-node-_9c95f775-f746-6100-284f-1f128c749003-c9f38743, #w-node-_9c95f775-f746-6100-284f-1f128c749008-c9f38743, #w-node-_58a94127-e260-a665-44a4-9d1c20630313-c9f38743, #w-node-_58a94127-e260-a665-44a4-9d1c20630317-c9f38743, #w-node-_58a94127-e260-a665-44a4-9d1c2063031c-c9f38743, #w-node-_58a94127-e260-a665-44a4-9d1c20630321-c9f38743, #w-node-_3ea472ca-a139-f894-c20b-0f5ba258d72b-c9f38743, #w-node-_3ea472ca-a139-f894-c20b-0f5ba258d72f-c9f38743, #w-node-_3ea472ca-a139-f894-c20b-0f5ba258d734-c9f38743, #w-node-_3ea472ca-a139-f894-c20b-0f5ba258d739-c9f38743, #w-node-fe07f71e-6c08-b128-08cf-fe8d1d49976d-c9f38743, #w-node-fe07f71e-6c08-b128-08cf-fe8d1d499771-c9f38743, #w-node-fe07f71e-6c08-b128-08cf-fe8d1d499776-c9f38743, #w-node-fe07f71e-6c08-b128-08cf-fe8d1d49977b-c9f38743, #w-node-be63afe0-c9d2-32fb-d1ec-5dc9ce4de65c-c9f38743, #w-node-be63afe0-c9d2-32fb-d1ec-5dc9ce4de660-c9f38743, #w-node-be63afe0-c9d2-32fb-d1ec-5dc9ce4de665-c9f38743, #w-node-be63afe0-c9d2-32fb-d1ec-5dc9ce4de66a-c9f38743 {
  justify-self: start;
}

#field.w-node-_79ab2807-3dcc-f093-878d-1029a054a140-c9f38745, #field-3.w-node-_79ab2807-3dcc-f093-878d-1029a054a141-c9f38745, #field-3.w-node-_79ab2807-3dcc-f093-878d-1029a054a142-c9f38745, #field-3.w-node-_79ab2807-3dcc-f093-878d-1029a054a143-c9f38745 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fa8840e-e676-8675-1308-7c36ac18f981-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f984-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f987-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f98a-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f98d-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f98f-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f994-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f999-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f99e-c9f38745 {
  justify-self: start;
}

#w-node-_0fa8840e-e676-8675-1308-7c36ac18f9a3-c9f38745 {
  justify-self: center;
}

#w-node-_0fa8840e-e676-8675-1308-7c36ac18f9aa-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9af-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9b4-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9b9-c9f38745 {
  justify-self: start;
}

#w-node-_0fa8840e-e676-8675-1308-7c36ac18f9be-c9f38745 {
  justify-self: center;
}

#w-node-_0fa8840e-e676-8675-1308-7c36ac18f9c5-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9ca-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9cf-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9d4-c9f38745 {
  justify-self: start;
}

#w-node-_0fa8840e-e676-8675-1308-7c36ac18f9d9-c9f38745 {
  justify-self: center;
}

#w-node-_0fa8840e-e676-8675-1308-7c36ac18f9e0-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9e5-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9ea-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9ef-c9f38745 {
  justify-self: start;
}

#w-node-_0fa8840e-e676-8675-1308-7c36ac18f9f4-c9f38745 {
  justify-self: center;
}

#w-node-_297713b5-f52a-b518-fbca-b93a7315886d-c9f38746, #w-node-_297713b5-f52a-b518-fbca-b93a73158870-c9f38746, #w-node-_297713b5-f52a-b518-fbca-b93a73158873-c9f38746, #w-node-_297713b5-f52a-b518-fbca-b93a73158876-c9f38746, #w-node-_297713b5-f52a-b518-fbca-b93a73158879-c9f38746, #w-node-_297713b5-f52a-b518-fbca-b93a7315887d-c9f38746, #w-node-_297713b5-f52a-b518-fbca-b93a73158887-c9f38746, #w-node-_297713b5-f52a-b518-fbca-b93a7315888c-c9f38746, #w-node-_297713b5-f52a-b518-fbca-b93a73158891-c9f38746 {
  justify-self: start;
}

#w-node-_297713b5-f52a-b518-fbca-b93a73158896-c9f38746 {
  justify-self: center;
}

#w-node-_6a8a9006-8b8b-bfd8-e49b-3cd0e7aa8f15-c9f38746, #w-node-_6a8a9006-8b8b-bfd8-e49b-3cd0e7aa8f1a-c9f38746, #w-node-_6a8a9006-8b8b-bfd8-e49b-3cd0e7aa8f1f-c9f38746, #w-node-_6a8a9006-8b8b-bfd8-e49b-3cd0e7aa8f24-c9f38746 {
  justify-self: start;
}

#w-node-_6a8a9006-8b8b-bfd8-e49b-3cd0e7aa8f29-c9f38746 {
  justify-self: center;
}

#w-node-_0db18fbd-0217-05a4-d7e1-8b09e4b357be-c9f38746, #w-node-_0db18fbd-0217-05a4-d7e1-8b09e4b357c3-c9f38746, #w-node-_0db18fbd-0217-05a4-d7e1-8b09e4b357c8-c9f38746, #w-node-_0db18fbd-0217-05a4-d7e1-8b09e4b357cd-c9f38746 {
  justify-self: start;
}

#w-node-_0db18fbd-0217-05a4-d7e1-8b09e4b357d2-c9f38746 {
  justify-self: center;
}

#w-node-bd065fe1-8627-2b8f-075f-11d24720d781-c9f38746, #w-node-bd065fe1-8627-2b8f-075f-11d24720d786-c9f38746, #w-node-bd065fe1-8627-2b8f-075f-11d24720d78b-c9f38746, #w-node-bd065fe1-8627-2b8f-075f-11d24720d790-c9f38746 {
  justify-self: start;
}

#w-node-bd065fe1-8627-2b8f-075f-11d24720d795-c9f38746 {
  justify-self: center;
}

#field.w-node-_7bd1690d-b6ec-3525-bbd2-eb4d26785b1c-c9f3874b, #field-3.w-node-_7bd1690d-b6ec-3525-bbd2-eb4d26785b1d-c9f3874b, #field-3.w-node-_0c40270b-d6b8-8a0e-2a75-4e89762ded5a-c9f3874b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23167447-30d2-c947-c724-927fc2c87e9d-c9f3874b, #w-node-_6484c934-8d05-9fb2-2d81-ca33eacbc476-c9f3874b, #w-node-_79d958a4-04b0-4b24-9261-e8fe56bd8141-c9f3874b, #w-node-_21dba60c-ddeb-82d1-933a-330dbebb2f1f-c9f3874b, #w-node-_7933a998-383d-34cb-527b-0574f0c53e20-c9f3874b, #w-node-_551c06d5-8ae8-f1aa-80f2-b8e7a1afe43a-c9f3874b {
  align-self: start;
}

#w-node-fd4f915a-9783-1c5f-9b19-2478c8e38baa-c9f3874c {
  align-self: baseline;
}

#w-node-fd4f915a-9783-1c5f-9b19-2478c8e38bd5-c9f3874c {
  align-self: start;
}

#w-node-_9f5e7076-bc7d-b4a8-c955-583d0b43f36f-c9f3874c, #field-4.w-node-d77602db-ba0a-9913-d52e-9d03fb93b8aa-c9f3874c, #field-3.w-node-d77602db-ba0a-9913-d52e-9d03fb93b8ab-c9f3874c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1de7ee70-5ab9-5c43-1572-80b7f5818fe8-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5818feb-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5818fee-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5818ff1-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5818ff4-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5818ff6-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5818ffb-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819000-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819005-c9f3874c {
  justify-self: start;
}

#w-node-_1de7ee70-5ab9-5c43-1572-80b7f581900a-c9f3874c {
  justify-self: center;
}

#w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819011-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819016-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f581901b-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819020-c9f3874c {
  justify-self: start;
}

#w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819025-c9f3874c {
  justify-self: center;
}

#w-node-_1de7ee70-5ab9-5c43-1572-80b7f581902c-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819031-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819036-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f581903b-c9f3874c {
  justify-self: start;
}

#w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819040-c9f3874c {
  justify-self: center;
}

#w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819047-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f581904c-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819051-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819056-c9f3874c {
  justify-self: start;
}

#w-node-_1de7ee70-5ab9-5c43-1572-80b7f581905b-c9f3874c {
  justify-self: center;
}

#w-node-c5cce551-d161-aa14-11d2-b68d538d8db8-c9f38750, #w-node-c5cce551-d161-aa14-11d2-b68d538d8dbd-c9f38750 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c95f775-f746-6100-284f-1f128c748fd1-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c748fd4-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c748fd7-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c748fda-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c749003-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c749008-c9f38751, #w-node-dcf9021e-5173-112a-f330-8b3e24a1ab6d-c9f38751, #w-node-dcf9021e-5173-112a-f330-8b3e24a1ab71-c9f38751, #w-node-dcf9021e-5173-112a-f330-8b3e24a1ab76-c9f38751, #w-node-dcf9021e-5173-112a-f330-8b3e24a1ab7b-c9f38751, #w-node-cc1e99f2-3e7a-005c-4766-45273ad161a0-c9f38751, #w-node-cc1e99f2-3e7a-005c-4766-45273ad161a4-c9f38751, #w-node-cc1e99f2-3e7a-005c-4766-45273ad161a9-c9f38751, #w-node-cc1e99f2-3e7a-005c-4766-45273ad161ae-c9f38751, #w-node-a8c62924-567f-741d-6b70-dd43ef953519-c9f38751, #w-node-a8c62924-567f-741d-6b70-dd43ef95351d-c9f38751, #w-node-a8c62924-567f-741d-6b70-dd43ef953522-c9f38751, #w-node-a8c62924-567f-741d-6b70-dd43ef953527-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c748fd1-c9f38756, #w-node-_9c95f775-f746-6100-284f-1f128c748fd4-c9f38756, #w-node-_9c95f775-f746-6100-284f-1f128c748fd7-c9f38756, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-c9f38756, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-c9f38756, #w-node-_9c95f775-f746-6100-284f-1f128c749003-c9f38756 {
  justify-self: start;
}

#w-node-a6149ec5-9e88-d2f2-732c-9824327788cd-c9f38756 {
  justify-self: center;
}

#field-4.w-node-c67e4ae5-d9f0-7a1a-ff67-dd6304be98fa-c9f38757, #field-3.w-node-c67e4ae5-d9f0-7a1a-ff67-dd6304be98fb-c9f38757 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_283b9dc9-2841-170f-d5e1-eb5a3578803a-c9f38758, #w-node-_283b9dc9-2841-170f-d5e1-eb5a3578804a-c9f38758, #w-node-_283b9dc9-2841-170f-d5e1-eb5a3578805a-c9f38758, #w-node-_283b9dc9-2841-170f-d5e1-eb5a3578806a-c9f38758, #w-node-_283b9dc9-2841-170f-d5e1-eb5a3578807a-c9f38758, #w-node-_283b9dc9-2841-170f-d5e1-eb5a3578808a-c9f38758 {
  align-self: start;
}

#field.w-node-_7bd1690d-b6ec-3525-bbd2-eb4d26785b1c-c9f3875c, #field-3.w-node-_7bd1690d-b6ec-3525-bbd2-eb4d26785b1d-c9f3875c, #field-3.w-node-_6f93fc95-ea5a-c069-dfa0-aa5f714bff52-c9f3875c, #field-3.w-node-aece4fc9-aec3-10eb-aa04-eb0d6ae70aea-c9f3875c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d4d-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d50-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d53-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d56-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d59-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d5b-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d60-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d65-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d6a-c9f3875c {
  justify-self: start;
}

#w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d6f-c9f3875c {
  justify-self: center;
}

#w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d76-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d7b-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d80-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d85-c9f3875c {
  justify-self: start;
}

#w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d8a-c9f3875c {
  justify-self: center;
}

#w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d91-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d96-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d9b-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4da0-c9f3875c {
  justify-self: start;
}

#w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4da5-c9f3875c {
  justify-self: center;
}

#w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4dac-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4db1-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4db6-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4dbb-c9f3875c {
  justify-self: start;
}

#w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4dc0-c9f3875c {
  justify-self: center;
}

#w-node-_20c65903-a288-b5ae-bb4e-fb9d1ebb82af-c9f3875d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_93e80361-3d47-5469-ccdd-ded8325bd83a-c9f38760, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd83d-c9f38760, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd840-c9f38760, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd842-c9f38760, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd847-c9f38760 {
  justify-self: start;
}

#w-node-_93e80361-3d47-5469-ccdd-ded8325bd84c-c9f38760 {
  justify-self: center;
}

#w-node-daa25e00-64b2-189d-d05d-8941e8283ebd-c9f38760, #w-node-daa25e00-64b2-189d-d05d-8941e8283ec2-c9f38760 {
  justify-self: start;
}

#w-node-daa25e00-64b2-189d-d05d-8941e8283ec7-c9f38760 {
  justify-self: center;
}

#w-node-_65256be4-cb96-5c80-5fde-811d9aeada78-c9f38760, #w-node-_65256be4-cb96-5c80-5fde-811d9aeada7d-c9f38760 {
  justify-self: start;
}

#w-node-_65256be4-cb96-5c80-5fde-811d9aeada82-c9f38760 {
  justify-self: center;
}

#w-node-_2e68846c-c485-33a8-f905-0ed99596e6bd-c9f38760, #w-node-_2e68846c-c485-33a8-f905-0ed99596e6c2-c9f38760 {
  justify-self: start;
}

#w-node-_2e68846c-c485-33a8-f905-0ed99596e6c7-c9f38760 {
  justify-self: center;
}

#w-node-_2a795b81-bd46-8dcb-9b41-aef040564124-c9f38761, #w-node-_87becc24-0179-dbac-6559-2b688bdb40d9-c9f38761, #w-node-_3a4c407c-0b22-c719-1cca-23696a717da6-c9f38761, #w-node-def36913-9337-54e1-c1ff-f0f93564baac-c9f38761, #w-node-_2a795b81-bd46-8dcb-9b41-aef040564124-c9f38762, #w-node-_87becc24-0179-dbac-6559-2b688bdb40d9-c9f38762, #w-node-_3a4c407c-0b22-c719-1cca-23696a717da6-c9f38762, #w-node-def36913-9337-54e1-c1ff-f0f93564baac-c9f38762 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fa8840e-e676-8675-1308-7c36ac18f981-c9f387e8, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f984-c9f387e8, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f987-c9f387e8, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f98a-c9f387e8, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f98d-c9f387e8, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9c5-c9f387e8, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9ca-c9f387e8, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9cf-c9f387e8, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9d4-c9f387e8 {
  justify-self: start;
}

#w-node-_0fa8840e-e676-8675-1308-7c36ac18f9d9-c9f387e8 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_93e80361-3d47-5469-ccdd-ded8325bd842-c9f3873b, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd847-c9f3873b, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd84c-c9f3873b, #w-node-_64763429-49df-eb0e-2f78-20ef8fb9fb70-c9f3873b, #w-node-_64763429-49df-eb0e-2f78-20ef8fb9fb75-c9f3873b, #w-node-_64763429-49df-eb0e-2f78-20ef8fb9fb7a-c9f3873b, #w-node-_9d666e19-a5b0-83f7-0b34-48af4934d20b-c9f3873b, #w-node-_9d666e19-a5b0-83f7-0b34-48af4934d210-c9f3873b, #w-node-_9d666e19-a5b0-83f7-0b34-48af4934d215-c9f3873b, #w-node-d9487cca-3822-62fc-71ba-76e5928c811a-c9f3873b, #w-node-d9487cca-3822-62fc-71ba-76e5928c811f-c9f3873b, #w-node-d9487cca-3822-62fc-71ba-76e5928c8124-c9f3873b, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd842-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd847-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd84c-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd853-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd858-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd85d-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd864-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd869-c9f3873d, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd86e-c9f3873d, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-c9f38743, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-c9f38743, #w-node-_9c95f775-f746-6100-284f-1f128c749003-c9f38743, #w-node-_9c95f775-f746-6100-284f-1f128c749008-c9f38743, #w-node-_58a94127-e260-a665-44a4-9d1c20630313-c9f38743, #w-node-_58a94127-e260-a665-44a4-9d1c20630317-c9f38743, #w-node-_58a94127-e260-a665-44a4-9d1c2063031c-c9f38743, #w-node-_58a94127-e260-a665-44a4-9d1c20630321-c9f38743, #w-node-_3ea472ca-a139-f894-c20b-0f5ba258d72b-c9f38743, #w-node-_3ea472ca-a139-f894-c20b-0f5ba258d72f-c9f38743, #w-node-_3ea472ca-a139-f894-c20b-0f5ba258d734-c9f38743, #w-node-_3ea472ca-a139-f894-c20b-0f5ba258d739-c9f38743, #w-node-fe07f71e-6c08-b128-08cf-fe8d1d49976d-c9f38743, #w-node-fe07f71e-6c08-b128-08cf-fe8d1d499771-c9f38743, #w-node-fe07f71e-6c08-b128-08cf-fe8d1d499776-c9f38743, #w-node-fe07f71e-6c08-b128-08cf-fe8d1d49977b-c9f38743, #w-node-be63afe0-c9d2-32fb-d1ec-5dc9ce4de65c-c9f38743, #w-node-be63afe0-c9d2-32fb-d1ec-5dc9ce4de660-c9f38743, #w-node-be63afe0-c9d2-32fb-d1ec-5dc9ce4de665-c9f38743, #w-node-be63afe0-c9d2-32fb-d1ec-5dc9ce4de66a-c9f38743, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f98f-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f994-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f999-c9f38745 {
    justify-self: stretch;
  }

  #w-node-_0fa8840e-e676-8675-1308-7c36ac18f99e-c9f38745 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9a3-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9aa-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9af-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9b4-c9f38745 {
    justify-self: stretch;
  }

  #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9b9-c9f38745 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9be-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9c5-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9ca-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9cf-c9f38745 {
    justify-self: stretch;
  }

  #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9d4-c9f38745 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9d9-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9e0-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9e5-c9f38745, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9ea-c9f38745 {
    justify-self: stretch;
  }

  #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9ef-c9f38745 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9f4-c9f38745, #w-node-_297713b5-f52a-b518-fbca-b93a7315887d-c9f38746, #w-node-_297713b5-f52a-b518-fbca-b93a73158887-c9f38746, #w-node-_297713b5-f52a-b518-fbca-b93a7315888c-c9f38746 {
    justify-self: stretch;
  }

  #w-node-_297713b5-f52a-b518-fbca-b93a73158891-c9f38746 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_297713b5-f52a-b518-fbca-b93a73158896-c9f38746, #w-node-_6a8a9006-8b8b-bfd8-e49b-3cd0e7aa8f15-c9f38746, #w-node-_6a8a9006-8b8b-bfd8-e49b-3cd0e7aa8f1a-c9f38746, #w-node-_6a8a9006-8b8b-bfd8-e49b-3cd0e7aa8f1f-c9f38746 {
    justify-self: stretch;
  }

  #w-node-_6a8a9006-8b8b-bfd8-e49b-3cd0e7aa8f24-c9f38746 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_6a8a9006-8b8b-bfd8-e49b-3cd0e7aa8f29-c9f38746, #w-node-_0db18fbd-0217-05a4-d7e1-8b09e4b357be-c9f38746, #w-node-_0db18fbd-0217-05a4-d7e1-8b09e4b357c3-c9f38746, #w-node-_0db18fbd-0217-05a4-d7e1-8b09e4b357c8-c9f38746 {
    justify-self: stretch;
  }

  #w-node-_0db18fbd-0217-05a4-d7e1-8b09e4b357cd-c9f38746 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_0db18fbd-0217-05a4-d7e1-8b09e4b357d2-c9f38746, #w-node-bd065fe1-8627-2b8f-075f-11d24720d781-c9f38746, #w-node-bd065fe1-8627-2b8f-075f-11d24720d786-c9f38746, #w-node-bd065fe1-8627-2b8f-075f-11d24720d78b-c9f38746 {
    justify-self: stretch;
  }

  #w-node-bd065fe1-8627-2b8f-075f-11d24720d790-c9f38746 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-bd065fe1-8627-2b8f-075f-11d24720d795-c9f38746 {
    justify-self: stretch;
  }

  #w-node-fd4f915a-9783-1c5f-9b19-2478c8e38baa-c9f3874c {
    align-self: baseline;
  }

  #w-node-fd4f915a-9783-1c5f-9b19-2478c8e38bd5-c9f3874c {
    align-self: start;
  }

  #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5818ff6-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5818ffb-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819000-c9f3874c {
    justify-self: stretch;
  }

  #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819005-c9f3874c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_1de7ee70-5ab9-5c43-1572-80b7f581900a-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819011-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819016-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f581901b-c9f3874c {
    justify-self: stretch;
  }

  #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819020-c9f3874c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819025-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f581902c-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819031-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819036-c9f3874c {
    justify-self: stretch;
  }

  #w-node-_1de7ee70-5ab9-5c43-1572-80b7f581903b-c9f3874c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819040-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819047-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f581904c-c9f3874c, #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819051-c9f3874c {
    justify-self: stretch;
  }

  #w-node-_1de7ee70-5ab9-5c43-1572-80b7f5819056-c9f3874c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_1de7ee70-5ab9-5c43-1572-80b7f581905b-c9f3874c, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c749003-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c749008-c9f38751, #w-node-dcf9021e-5173-112a-f330-8b3e24a1ab6d-c9f38751, #w-node-dcf9021e-5173-112a-f330-8b3e24a1ab71-c9f38751, #w-node-dcf9021e-5173-112a-f330-8b3e24a1ab76-c9f38751, #w-node-dcf9021e-5173-112a-f330-8b3e24a1ab7b-c9f38751, #w-node-cc1e99f2-3e7a-005c-4766-45273ad161a0-c9f38751, #w-node-cc1e99f2-3e7a-005c-4766-45273ad161a4-c9f38751, #w-node-cc1e99f2-3e7a-005c-4766-45273ad161a9-c9f38751, #w-node-cc1e99f2-3e7a-005c-4766-45273ad161ae-c9f38751, #w-node-a8c62924-567f-741d-6b70-dd43ef953519-c9f38751, #w-node-a8c62924-567f-741d-6b70-dd43ef95351d-c9f38751, #w-node-a8c62924-567f-741d-6b70-dd43ef953522-c9f38751, #w-node-a8c62924-567f-741d-6b70-dd43ef953527-c9f38751, #w-node-_9c95f775-f746-6100-284f-1f128c748ff9-c9f38756, #w-node-_9c95f775-f746-6100-284f-1f128c748ffe-c9f38756, #w-node-_9c95f775-f746-6100-284f-1f128c749003-c9f38756, #w-node-a6149ec5-9e88-d2f2-732c-9824327788cd-c9f38756, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d5b-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d60-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d65-c9f3875c {
    justify-self: stretch;
  }

  #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d6a-c9f3875c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d6f-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d76-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d7b-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d80-c9f3875c {
    justify-self: stretch;
  }

  #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d85-c9f3875c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d8a-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d91-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d96-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4d9b-c9f3875c {
    justify-self: stretch;
  }

  #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4da0-c9f3875c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4da5-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4dac-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4db1-c9f3875c, #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4db6-c9f3875c {
    justify-self: stretch;
  }

  #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4dbb-c9f3875c {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-cb7a3229-c202-3ef3-59a9-c5dd2dff4dc0-c9f3875c, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd842-c9f38760, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd847-c9f38760, #w-node-_93e80361-3d47-5469-ccdd-ded8325bd84c-c9f38760, #w-node-daa25e00-64b2-189d-d05d-8941e8283ebd-c9f38760, #w-node-daa25e00-64b2-189d-d05d-8941e8283ec2-c9f38760, #w-node-daa25e00-64b2-189d-d05d-8941e8283ec7-c9f38760, #w-node-_65256be4-cb96-5c80-5fde-811d9aeada78-c9f38760, #w-node-_65256be4-cb96-5c80-5fde-811d9aeada7d-c9f38760, #w-node-_65256be4-cb96-5c80-5fde-811d9aeada82-c9f38760, #w-node-_2e68846c-c485-33a8-f905-0ed99596e6bd-c9f38760, #w-node-_2e68846c-c485-33a8-f905-0ed99596e6c2-c9f38760, #w-node-_2e68846c-c485-33a8-f905-0ed99596e6c7-c9f38760, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9c5-c9f387e8, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9ca-c9f387e8, #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9cf-c9f387e8 {
    justify-self: stretch;
  }

  #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9d4-c9f387e8 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_0fa8840e-e676-8675-1308-7c36ac18f9d9-c9f387e8 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_20c65903-a288-b5ae-bb4e-fb9d1ebb8261-c9f3875d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_20c65903-a288-b5ae-bb4e-fb9d1ebb8261-c9f3875d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Regular Material';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-UltralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'SF Pro';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Material';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}