@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: #00b4c1;
  --light-grey: #d9d9d9;
  --table-header: whitesmoke;
  --white: white;
  --borders: #efefef;
  --hover-blue: #3479e5;
  --dim-grey: #545454;
  --lime-green: #04a777;
  --firebrick: #1b1b1b;
  --white-2: #fafafa;
  --grey: #767676;
  --tomato: #f35252;
  --royal-blue: #2e6bcc;
  --grey-2: #9c9c9c;
  --goldenrod: #f8c005;
  --ghost-white: #f7faff;
  --royal-blue-2: #4574bf;
  --midnight-blue: #11284c;
  --dark-slate-blue-2: #1d4380;
  --hover-red: #a33131;
  --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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: var(--black);
  font-family: Barlow, 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.first-section._0-top-mob.overflow-hidden._67675675, .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: 1400px;
  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.nav-container.admin {
  max-width: 1400px;
}

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

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

.container.z-index._2000 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.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 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.grid._4-col.home-prod {
  max-height: 100%;
  overflow: visible;
}

.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.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 {
  color: var(--black);
  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;
}

.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;
}

.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-wrapper.up {
  margin-top: 15px;
}

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

.button {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  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(--black);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

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

.button.blue-button.inside-product-page {
  background-color: var(--black);
  padding-left: 35px;
  padding-right: 35px;
}

.button.blue-button._50 {
  background-color: var(--black);
  height: 48px;
  padding-top: 16px;
  padding-bottom: 15px;
}

.button.blue-button._50:hover {
  background-color: var(--dim-grey);
}

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

.button.blue-button._50.no-color {
  background-color: var(--light-grey);
  color: var(--black);
}

.button.blue-button._50.no-color.div-block-12, .button.blue-button._50.no-color._676767 {
  margin-top: 25px;
}

.button.blue-button.comprar:hover {
  background-color: var(--dim-grey);
}

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

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

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

.button.red-button.with-chevron {
  text-align: left;
}

.button.red-outline {
  border: 1px solid var(--firebrick);
  color: var(--firebrick);
  background-color: #0000;
  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);
  color: var(--grey);
  border: 1px solid #0000;
  height: 45px;
  padding-top: 14px;
  padding-bottom: 0;
}

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

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

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

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

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

.button.blue-outline {
  border: 1px solid var(--dodger-blue);
  color: var(--dodger-blue);
  background-color: #0000;
  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-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: 0;
  font-size: 2.3rem;
  line-height: 1.1;
}

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

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

.section-header.small._2 {
  margin-bottom: 35px;
}

.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);
  color: var(--black);
  background-color: #0000;
  border-radius: 12px;
  height: 48px;
  margin-bottom: 26px;
  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.text-area._3 {
  height: 400px;
  margin-bottom: 25px;
  padding-bottom: 8px;
}

.text-field.text-area._300 {
  height: 300px;
}

.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 {
  color: var(--dodger-blue);
  text-align: center;
  height: 100px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
}

.text-field._3 {
  margin-bottom: 10px;
}

.text-field._5 {
  margin-bottom: 0;
}

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

.field-label._300 {
  font-size: 12px;
}

.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;
  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;
  height: 70px;
  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);
  color: var(--black);
  flex: 1;
  height: 100%;
  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: 700px;
  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);
}

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

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

.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 {
  position: absolute;
  inset: 0%;
}

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

.cover-image {
  object-fit: cover;
  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: #000;
  font-weight: 500;
}

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

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

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

.product-price.blue, .product-price.yellow, .product-price.red {
  color: #000;
  font-weight: 400;
}

.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);
  color: var(--grey);
  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.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 {
  color: var(--dim-grey);
  margin-bottom: -6px;
  font-size: 9px;
}

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

.product-category._0-padding._10 {
  color: var(--dim-grey);
}

.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 {
  color: var(--black);
}

.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;
}

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

.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 {
  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 {
  color: var(--grey);
  height: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}

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

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

.price-title._20 {
  color: var(--dim-grey);
}

.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;
}

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

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

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

.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;
  grid-auto-columns: 1fr;
  display: grid;
}

.choice-tab-menu.dir {
  grid-template-columns: 1fr 1fr;
}

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

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

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

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

.choice-tab-link.offl {
  display: none;
}

.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.done.hidden {
  display: none;
}

.project-state.in-progress {
  background-color: #ccc;
}

.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;
}

.logo {
  max-width: 80%;
}

.brand {
  align-items: center;
  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 {
  color: var(--black);
  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: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 {
  color: var(--black);
  border-radius: 8px;
  align-items: center;
  height: 50px;
  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(--dim-grey);
}

.nav-link._6 {
  background-color: #e7e7e7;
  padding-left: 8px;
}

.ham-menu {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  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;
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  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 {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  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;
  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 {
  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 {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color .2s;
  overflow: hidden;
}

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

.navigator-link {
  color: var(--black);
  height: 40px;
  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: 10vh;
  padding-bottom: 10vh;
}

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

.form-field-wrapper {
  margin-bottom: 20px;
  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-icon {
  color: var(--grey-2);
  width: 48px;
  height: 48px;
  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);
  color: var(--white);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  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 {
  justify-content: flex-start;
  align-items: center;
  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: 7vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

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

.heading {
  text-align: center;
  font-size: 2rem;
}

.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: 600px;
}

.slide-arrow {
  display: none;
}

.slide {
  overflow: hidden;
}

.slide-nav {
  color: var(--white);
  text-align: left;
  width: 50px;
  height: 15px;
  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 {
  color: var(--grey-2);
  text-align: center;
  background-color: #0000;
  width: 45px;
  height: 45px;
  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);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 200px;
  min-width: 14px;
  height: 14px;
  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.eliminar {
  width: auto;
}

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

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

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

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

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

.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(--grey-2);
  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: 17px;
  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.click {
  font-size: 15px;
}

.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;
  color: var(--white);
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 250px;
  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-size: 16px;
  font-weight: 600;
  display: flex;
}

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

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

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

.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 {
  color: var(--grey);
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  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;
}

.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 {
  color: var(--grey);
  cursor: pointer;
  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: 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 {
  color: var(--grey);
  cursor: pointer;
  border-top: 3px solid #0000;
  border-bottom: 2px solid #0000;
  align-items: center;
  height: 100%;
  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(--black);
  color: var(--white);
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

.checkout-button.blue-button:hover {
  background-color: var(--dim-grey);
}

.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(--royal-blue-2);
  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);
  color: var(--grey-2);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 40px;
  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;
}

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

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

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

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

.cart-icon-link {
  color: var(--black);
  cursor: pointer;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  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: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.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);
  color: var(--grey);
  cursor: pointer;
  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: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);
  color: var(--white);
  text-align: center;
  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.add-button:hover {
  background-color: var(--hover-blue);
}

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

.new-address-button.add-button.short {
  background-color: var(--black);
}

.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(--black);
  color: #fff;
  border-color: #0000;
}

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

.edit-button.gray.edit-profile-button {
  background-color: var(--black);
  color: var(--white);
  border-color: #0000;
  width: auto;
}

.edit-button.gray.edit-profile-button:hover {
  background-color: var(--dim-grey);
}

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

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

.edit-button.gray.green {
  background-color: var(--lime-green);
  color: #fff;
  border-style: none;
}

.edit-button.add-itens {
  color: #1d994b;
  border: 1px solid #1ab859;
  border-radius: 8px;
}

.edit-button.red {
  color: #d22;
  border: 1px solid #df1f1f;
  border-radius: 8px;
}

.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;
}

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

.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;
  display: flex;
  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-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;
}

.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 {
  color: var(--light-grey);
  height: 25px;
}

.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;
  margin-bottom: 24px;
  display: flex;
  overflow: auto;
}

.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;
}

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

.table-grid.table-header {
  color: var(--black);
  background-color: #0000;
  grid-template-columns: 1fr 1fr 100px 1fr 1fr 1fr;
  height: 70px;
  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 100px 1fr 1fr;
}

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

.table-grid.table-header.faq {
  border-style: none;
  grid-template-columns: 1.5fr 1.5fr .5fr;
}

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

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

.table-grid.cliente._3 {
  grid-template-columns: 100px 1.5fr 150px 1fr 1fr;
}

.table-grid.faq-1 {
  grid-template-columns: 1.5fr 1.5fr .5fr;
}

.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.grey {
  color: #888;
}

.table-content-text.estado.a-caminho {
  color: var(--royal-blue-2);
}

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

.table-content-text.azul {
  color: var(--hover-blue);
}

.table-content-text.pouco {
  color: var(--goldenrod);
}

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

.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);
  color: var(--black);
  align-items: center;
  height: 57px;
  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 {
  color: var(--white);
  text-align: center;
  width: 100%;
  height: 15px;
  padding-top: 0;
  font-size: 8px;
  inset: auto auto -35px;
}

.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 {
  color: var(--black);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  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-top: 100px;
  padding-bottom: 100px;
  position: fixed;
  inset: 0% 0% 0% 0;
  overflow: auto;
}

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

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

.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: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

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

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

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

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

.div-block-2._2.loko {
  position: relative;
}

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

.dropdown {
  display: block;
}

.div-block-4._45 {
  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.prod {
  background-image: url('../images/placeholder4.png');
  background-size: cover;
  border-radius: 8px;
}

.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;
}

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

.div-block-8._3 {
  margin-top: 35px;
  margin-bottom: 0;
}

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

.link {
  color: #3a86ff;
  text-align: center;
  border: 1px #000;
  border-top: 1px solid #d9d9d9;
  height: 50px;
  line-height: 50px;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.div-block-9.short {
  height: 170px;
  padding-bottom: 35px;
}

.div-block-9._500 {
  height: 170px;
}

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

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

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

.div-block-11 {
  margin-top: 50px;
  padding-top: 0;
}

.encomenda-filtros {
  margin-bottom: 50px;
}

.form-2 {
  display: flex;
}

.select-field {
  color: var(--black);
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

.grid-3 {
  grid-template-rows: auto;
  width: 100%;
}

.form-block {
  border: 1px none var(--light-grey);
  border-radius: 5px;
  margin-bottom: 0;
  padding: 0;
}

.form-block._2 {
  margin-bottom: 20px;
}

.report-wrapper {
  margin-top: 25px;
}

.report-content-div {
  border: 1px solid var(--borders);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 50px;
}

.cont {
  margin-top: 25px;
  display: flex;
}

.div-block-12 {
  background-image: url('../images/Screen-Shot-2021-12-16-at-6.26.21-AM.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 300px;
}

.div-block-13 {
  width: 30%;
  padding-left: 50px;
}

.text-block {
  margin-bottom: 5px;
  font-weight: 600;
}

.div-block-14 {
  margin-bottom: 25px;
}

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

.div-block-15 {
  margin-top: 25px;
  display: flex;
}

.div-block-16 {
  width: 50%;
}

.div-block-16._3 {
  padding-left: 50px;
}

.div-block-17 {
  border: 1px dashed var(--borders);
  color: #8b8b8b;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px;
  display: block;
}

.text-block-3 {
  margin-bottom: 5px;
}

.text-block-4 {
  font-weight: 500;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-2 {
  color: var(--black);
  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 var(--hover-blue);
}

.text-block-5 {
  margin-bottom: 25px;
  font-family: Material, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.text-block-6 {
  color: var(--black);
  font-weight: 500;
}

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

.div-block-19 {
  border: 1px dashed var(--grey-2);
  border-radius: 12px;
  padding: 10px;
}

.div-block-20 {
  background-color: var(--black);
  border: 1px solid #000;
  border-radius: 5px;
  width: 35%;
  height: 40px;
}

.div-block-20.whitew {
  background-color: var(--grey-2);
}

.line {
  margin-bottom: 35px;
}

.endere-o-title {
  color: var(--dim-grey);
  margin-bottom: 15px;
  line-height: 140%;
  display: block;
}

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

.endere-o-title._20 {
  color: var(--dim-grey);
}

.div-block-21 {
  padding-top: 35px;
}

.div-block-21._7909, .div-block-21._9 {
  padding-top: 0;
}

.div-block-22 {
  background-image: url('../images/Cometa-black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 40px;
}

.div-block-23 {
  margin-bottom: 35px;
  display: flex;
}

.grid-3-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-3-copy._45 {
  grid-template-columns: 1fr 1fr 1fr;
}

.form-block-copy {
  border: 1px none var(--light-grey);
  border-radius: 5px;
  flex: 1;
  margin-bottom: 0;
  padding: 0;
}

.form-block-copy._2 {
  margin-bottom: 20px;
}

.div-block-24 {
  width: 30%;
  padding-right: 25px;
}

.div-block-24._476 {
  width: 100%;
  margin-bottom: 25px;
  padding-right: 0;
}

.search-input {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

.search-2 {
  margin-bottom: 0;
  display: flex;
}

.search-button-2 {
  background-color: #d8d8d8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: Material, sans-serif;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-top: 50px;
  display: flex;
}

.link-2 {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px 25px;
}

.stock-in-and-out-wrapper {
  z-index: 100;
  background-color: #00000082;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.stock-in-main {
  width: auto;
  margin: 50px;
  display: none;
}

.div-block-26 {
  margin-bottom: 25px;
}

.text-block-7 {
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-8 {
  padding-left: 8px;
}

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

.link-3 {
  color: var(--white);
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 15px 25px;
}

.stock-out {
  width: auto;
  margin: 50px;
  display: none;
}

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

.text-block-9 {
  border: 1px dashed var(--tomato);
  background-color: #ffb1b1;
  border-radius: 8px;
  margin-top: 15px;
  padding: 25px;
}

.text-block-9.yes {
  border-color: var(--lime-green);
  background-color: #beffb1;
}

.video {
  width: 100%;
  height: 350px;
}

.navbar {
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px 3px #0000001c;
}

.brand-2 {
  background-image: url('../images/Cometa-black.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 80px;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  display: flex;
}

.dropdown-toggle {
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-toggle-2 {
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-toggle-2.w--open {
  z-index: 2000;
}

.dropdown-link {
  margin-top: 21px;
  right: 20px;
}

.dropdown-list {
  right: 20px;
}

.dropdown-list.w--open {
  z-index: 100;
}

.dropdown-toggle-3 {
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list-2 {
  right: 20px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  right: 2px;
  box-shadow: 0 2px 5px #0000002b;
}

.link-text-2:hover {
  background-color: var(--table-header);
  border-radius: 8px;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.link-4 {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px 25px;
}

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

.search-3 {
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.search-input-2 {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 50px;
  margin-bottom: 0;
}

.search-button-3 {
  background-color: var(--black);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.div-block-31 {
  display: none;
}

.link-5 {
  color: var(--grey-2);
  margin-top: 10px;
  display: block;
}

.div-block-32 {
  width: 30%;
}

.div-block-129 {
  margin-bottom: 40px;
}

.main-lead-content {
  color: #fff;
  background-color: #919ba7;
  border-bottom: 1px solid #919ba7;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-weight: 500;
  line-height: 40px;
}

.text-block-185 {
  float: left;
  width: 15%;
}

.text-block-185._3 {
  width: 56%;
  padding-left: 10px;
}

.text-block-185._30 {
  width: 22%;
}

.reuni-content {
  border-bottom: 1px solid #b8bac1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.div-block-130 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--dim-grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.link-6 {
  color: var(--tomato);
}

.op {
  margin-top: 15px;
}

.div-block-131 {
  padding-top: 70px;
}

.grid-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 70px;
}

.link-block-3 {
  border-radius: 12px;
  height: 350px;
  position: relative;
}

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

.cat_overlay {
  background-image: linear-gradient(351deg, #000000d9, #fff0);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-132 {
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-186 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 110%;
}

.text-block-187 {
  color: #fafafaa3;
}

.div-block-133 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.checkbox-label-2 {
  display: none;
}

.checkbox-2 {
  background-color: #ca1a1a;
}

.radio-button-2:active {
  background-color: var(--goldenrod);
}

.form-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 15px;
  display: grid;
}

.select-field-2 {
  color: var(--black);
  background-color: #fff;
  border-radius: 8px;
  width: 100px;
  height: 40px;
  margin-bottom: 0;
}

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

.div-block-134 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-135 {
  border: 1px solid var(--grey-2);
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.div-block-135.vermelho {
  background-color: red;
}

.div-block-135.preto {
  background-color: var(--black);
}

.div-block-135.verde {
  background-color: var(--lime-green);
}

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

.text-block-188 {
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  margin-right: 5px;
  padding: 5px 10px;
}

.div-block-137 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  margin-bottom: 15px;
}

.div-block-138 {
  float: left;
  margin-right: 20px;
}

.text-block-189 {
  color: var(--grey);
  font-size: 13px;
  font-weight: 600;
}

.form-block-2-copy {
  float: left;
  margin-bottom: 0;
}

@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;
    padding-left: 15px;
    padding-right: 15px;
  }

  .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.inside-product-page {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .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;
  }

  .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: 170px;
  }

  .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: 0;
  }

  .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;
    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: flex-start;
    align-items: center;
  }

  .profile-header-link {
    margin-left: 0;
    margin-right: 12px;
    padding-left: 0;
  }

  .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-grid.cat {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .table-grid.cliente {
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100px;
    place-items: start stretch;
    display: flex;
  }

  .table-grid.cliente._3 {
    grid-template-rows: auto;
    grid-template-columns: 100px;
  }

  .table-grid.faq-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .table-content-block {
    justify-content: flex-start;
    padding-left: 0;
    display: flex;
  }

  .table-content-block.cta {
    margin-top: 24px;
    display: block;
  }

  .table-content-block.none-on-mobile {
    display: none;
  }

  .table-content-text {
    color: var(--grey);
  }

  .table-content-text.description {
    color: var(--black);
    margin-right: 6px;
    display: block;
  }

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

  .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;
  }

  .content-wrapper {
    padding-top: 80px;
  }

  .backoffice-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .img.cl {
    display: none;
  }

  .table-content-text-copy {
    color: #767676;
  }

  .link-block-2 {
    height: 200px;
  }

  .text-block-5 {
    font-size: 31px;
  }

  .brand-2 {
    height: 70px;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 80%;
    height: 100vh;
    padding-top: 50px;
    padding-left: 35px;
    box-shadow: 0 2px 5px #0000001c;
  }

  .menu-button {
    height: 70px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
  }

  .grid-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .link-block-3 {
    height: 300px;
  }

  .div-block-132 {
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@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);
    color: var(--firebrick);
    text-align: center;
    background-color: #0000;
    height: 40px;
    padding: 12px 0 0;
    font-weight: 600;
  }

  .button.red-outline.remover-copy {
    border-color: var(--light-grey);
    background-color: var(--white-2);
    color: var(--grey);
    cursor: pointer;
    width: auto;
    height: 35px;
    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: 0;
  }

  .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: var(--grey);
    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%;
  }

  .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 {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .hero-wrapper._250px, .hero-wrapper.in-catgry {
    height: 80px;
  }

  .hero-slider {
    height: 250px;
    max-height: none;
    margin-top: 0;
  }

  .banner {
    border-radius: 16px;
  }

  .cart-product-wrapper {
    align-items: center;
  }

  .cart-products-content-wrapper {
    padding: 16px 16px 0;
  }

  .search-content {
    box-shadow: none;
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    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 {
    color: var(--black);
    width: 45px;
    height: 45px;
    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 {
    color: var(--grey);
    justify-content: center;
    align-items: center;
    height: 100%;
    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 {
    color: var(--dodger-blue);
    background-color: #0000;
    width: auto;
    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: flex-start;
    align-items: 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);
    box-shadow: none;
    height: 58px;
    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;
  }

  .address-form-80 {
    width: auto;
  }

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

  .div-block-9._2 {
    display: none;
  }

  .report-content-div {
    padding-bottom: 30px;
  }

  .cont {
    flex-flow: column;
  }

  .div-block-12 {
    width: 100%;
    height: 250px;
  }

  .div-block-13 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-15 {
    flex-flow: column;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-16._3 {
    width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .endere-o-title.total {
    color: var(--grey);
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .link-block-3 {
    height: 350px;
  }
}

@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.comprar-button.on-prod-page {
    margin-right: 16px;
  }

  .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.blue-button.inside-product-page {
    z-index: 1;
  }

  .button.red-outline.remover-copy {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button.cancel {
    border-color: var(--light-grey);
  }

  .button._3 {
    display: none;
  }

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

  .section-header-wrapper.mbl-chkout {
    margin-bottom: 16px;
  }

  .section-header {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 23px;
  }

  .section-header.no-padding.profile-name {
    margin-bottom: 0;
    font-size: 25px;
    display: block;
  }

  .section-header.chkout-header {
    text-align: left;
    justify-content: flex-start;
  }

  .section-header.small {
    text-align: left;
  }

  .section-header.small._2, .section-header.small.no-center {
    justify-content: flex-start;
    align-items: center;
  }

  .text-field, .field-label {
    font-size: 15px;
  }

  .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: 50vw;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 12vh;
  }

  .image-wrapper.profile-thumbnail {
    width: 100px;
    height: 100px;
    margin: 8px auto 15px;
  }

  .product-price.kz.small._2 {
    top: -6px;
  }

  .product-price.small {
    font-weight: 700;
  }

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

  .product-price.blue.x {
    font-size: 28px;
  }

  .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: fixed;
    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;
    margin-left: 16px;
    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%;
  }

  .logo {
    max-width: 100%;
  }

  .brand {
    width: 100px;
    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 {
    margin-bottom: 10px;
    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: 8vh;
  }

  .address-wrapper._40 {
    padding: 16px;
  }

  .login-nav {
    margin-bottom: 8vh;
  }

  .heading {
    font-size: 1.5rem;
  }

  .edit-profile-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-slider {
    height: 60vw;
  }

  .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: 60vh;
    max-height: 450px;
    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;
  }

  .user-info {
    font-size: 17px;
  }

  .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);
    color: var(--grey);
    cursor: pointer;
    height: 55px;
    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);
    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-header-link {
    flex: none;
    margin-left: 0;
    overflow: visible;
  }

  .profile-content-wrapper {
    border-style: solid;
    border-radius: 8px;
    flex-direction: column;
    padding: 25px 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;
  }

  .table-grid.cliente._3 {
    grid-template-rows: auto;
    grid-template-columns: 100px;
  }

  .table-content-block.none-on-mobile {
    display: none;
  }

  .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;
  }

  .content-wrapper {
    padding-top: 60px;
  }

  .menu-dashboard {
    width: 100%;
    max-width: 340px;
    margin-top: 3vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .backoffice-container {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }

  .address-form-80 {
    padding: 35px 25px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    display: flex;
    overflow: auto;
  }

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

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

  .div-block-9 {
    flex: none;
    width: auto;
    min-width: 200px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-9._500 {
    flex: none;
    height: auto;
  }

  .div-block-9.shorters {
    height: 150px;
  }

  .content-wrapper-copy {
    padding-top: 120px;
  }

  .encomenda-filtros {
    margin-bottom: 35px;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .report-content-div {
    padding-top: 35px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-12 {
    height: 200px;
  }

  .grid-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    height: 185px;
    padding: 35px 30px;
  }

  .text-block-5 {
    margin-bottom: 25px;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .div-block-23 {
    flex-flow: column;
  }

  .grid-3-copy {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-24 {
    width: 100%;
    margin-bottom: 15px;
    padding-right: 0;
  }

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

  .text-block-9 {
    padding: 15px;
    font-size: 15px;
  }

  .video {
    height: 230px;
  }

  .brand-2 {
    width: 140px;
  }

  .nav-menu-2 {
    width: 90%;
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .search-3 {
    margin-right: 15px;
  }

  .div-block-31 {
    display: block;
  }

  .link-block-3 {
    border-radius: 12px;
    height: 250px;
  }

  .cat_overlay {
    border-radius: 12px;
  }

  .text-block-186 {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .form-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-right: 0;
  }

  .select-field-2 {
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-block-2 {
    margin-left: 15px;
  }

  .form-block-2-copy {
    margin-bottom: 10px;
    margin-left: 0;
  }
}

#w-node-d988078a-5c8a-77b4-8647-beffa7e38445-8b9cf971 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d988078a-5c8a-77b4-8647-beffa7e38448-8b9cf971 {
  place-self: center end;
}

#w-node-cf4f5b28-654b-429d-de55-8a55904f3e97-8b9cf971, #w-node-_6a49a4b4-2809-d8d2-f8e8-a8acc654caba-8b9cf971, #w-node-e5bada1a-790b-6dca-d38f-2275cc152b00-8b9cf971, #w-node-_94f703c3-5ea6-45a8-80ba-e5fec9919153-8b9cf971, #w-node-_6814508d-42da-e951-d2b7-3bc5cebb6b9e-8b9cf971, #w-node-d02f8548-9eac-036b-8a4f-5f90e7ea0765-8b9cf971, #w-node-_110ec26a-6fbf-b789-9708-dcbd3bce09f7-8b9cf971, #w-node-_77d5ee6a-cb61-fc88-98f5-6f5c52be1cd6-8b9cf971 {
  align-self: start;
}

#w-node-f292edca-3498-05bc-869d-ab6524ecfa1a-8b9cf971 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_128a7eb3-645d-f6e3-71e9-61371c4cc63b-8b9cf971, #w-node-_90226a42-68dd-a004-6785-193ffa8fd5fe-8b9cf971, #w-node-a4933c19-88af-597b-5496-01510a9191de-8b9cf971, #w-node-_5e946d19-11ce-efa6-6d27-f38670e65345-8b9cf971, #w-node-_36b425fb-a0b3-64b3-eda1-3b5c740d03f6-8b9cf971, #w-node-_1dadef51-9a0e-e749-64bc-efd7df405816-8b9cf971, #w-node-d97227ff-63af-180c-f674-9b848b02ec62-8b9cf971, #w-node-_2ac9ff5e-1932-2df2-aa86-8ec08ec41a8a-8b9cf971 {
  align-self: start;
}

#w-node-a3ab2ce4-42ca-22b5-320b-1af445967b75-8b9cf971 {
  place-self: center;
}

#w-node-a3ab2ce4-42ca-22b5-320b-1af445967b7b-8b9cf971 {
  justify-self: center;
}

#w-node-c8a118a5-6d35-bfae-ec5f-7f7fe076b4c2-8b9cf971 {
  place-self: center;
}

#w-node-c8a118a5-6d35-bfae-ec5f-7f7fe076b4c3-8b9cf971 {
  justify-self: center;
}

#w-node-_71959700-f9b2-e2f2-0dba-5646da5e41ca-8b9cf971, #w-node-_2fce295e-8a87-f290-1e18-672177aff39d-8b9cf971 {
  align-self: start;
}

#w-node-_50fc72c1-366a-0662-0051-9216ddd1a00c-292ea558 {
  place-self: center start;
}

#w-node-_0c8976e2-c62f-9351-925e-4ee9ec27dff4-292ea558 {
  justify-self: end;
}

#w-node-_9c267aa7-f234-c7a9-ee60-df14608286f9-292ea558, #w-node-_1e555db1-6c3b-6643-0c5e-18e9a5bd7000-292ea558, #w-node-d25f0b9d-2c7e-e53e-141f-2f39008c27a6-292ea558 {
  justify-self: auto;
}

#w-node-_1d56e27d-c2d0-afb6-a93c-8aa4a103be8c-292ea558, #w-node-e78efbed-c278-3617-a348-93fa405227d8-292ea558, #w-node-_836bafca-faf5-28fb-944a-9297a41a7a83-292ea558, #w-node-_30bd2da6-2393-abe7-64d5-3f8e17ef154d-292ea558, #w-node-_4653a752-8544-d82e-845c-58afaf09dc4b-292ea558, #w-node-eacc62d9-9111-f935-a23b-e8c27354cb02-292ea558, #w-node-e79afecd-32b9-df25-e7bd-d68b729df2f5-292ea558 {
  align-self: start;
}

#w-node-_1f39de84-a488-161e-b16d-7dfb45c97a9d-8b9cf9b1, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97a9f-8b9cf9b1, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97aac-8b9cf9b1, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97aaf-8b9cf9b1, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97ab9-8b9cf9b1, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97abc-8b9cf9b1 {
  justify-self: center;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d22cc-752d22cc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0e92e2ca-82ea-7e93-87ac-4fb5752d22d7-752d22cc, #w-node-_9e387fee-3bb4-e174-a2c8-9cb63c813308-752d22cc, #w-node-ede43a4d-f925-fce5-f3b6-d6655ad9a1d2-752d22cc, #w-node-_34c5bec0-0a47-bdd2-82c4-2a67961cbda3-752d22cc {
  justify-self: auto;
}

#w-node-ab67f7c6-4ab4-323c-0729-8508e076a084-e076a082 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c30a3045-fff6-4f9e-6448-d960c4a38d80-8b9cf9e3, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d82-8b9cf9e3, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d8f-8b9cf9e3, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d92-8b9cf9e3, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d9c-8b9cf9e3, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d9f-8b9cf9e3 {
  justify-self: center;
}

#w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d3c-8e8e5d3c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d44-8e8e5d3c {
  justify-self: auto;
}

#field.w-node-_063f2c30-3cb4-b17c-772b-c9eeb15ec0b7-8e8e5d3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7534acd-5ec5-9be7-819a-f1d574b8f1a6-8e8e5d3c {
  justify-self: auto;
}

#field.w-node-f7534acd-5ec5-9be7-819a-f1d574b8f1ae-8e8e5d3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83d91e6d-d761-e055-90f6-207a90d666ff-8e8e5d3c {
  justify-self: auto;
}

#field.w-node-_83d91e6d-d761-e055-90f6-207a90d66707-8e8e5d3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8e317f0-b508-7af9-943d-8e8d502e0122-8b9cf9ed, #w-node-a42bd44c-c466-bf29-80d8-8ed544d21cfd-8b9cf9ed, #w-node-_7f4d3f73-7c54-a939-2562-26314eccb520-8b9cf9ed, #w-node-_677139f3-e58b-de4c-5dd2-0d19751950e4-8b9cf9ed, #w-node-_0295464e-d726-0ea3-db98-d8a276c7014e-8b9cf9ed, #w-node-_2a854bf4-e90b-6535-a2e3-8f4d8437eee2-8b9cf9ed, #w-node-_39f79a06-a164-44cc-9242-17a3ecbc377b-8b9cf9ed, #w-node-_6ab8f254-f7a3-06e4-855f-787fb8693a37-8b9cf9ed, #w-node-_3f40becf-5354-1f51-1b31-169b66e79b44-8b9cf9ed, #w-node-bcd9675a-c845-7632-6442-bb714665927a-8b9cf9ed {
  justify-self: start;
}

#w-node-_5549d4f3-5f34-f052-abf4-e384512c8eca-8b9cf9ed {
  justify-self: center;
}

#w-node-_8754ccb7-034c-5516-40f0-8bad67188af2-8b9cf9ed, #w-node-_8754ccb7-034c-5516-40f0-8bad67188af7-8b9cf9ed, #w-node-_8754ccb7-034c-5516-40f0-8bad67188afc-8b9cf9ed, #w-node-_8754ccb7-034c-5516-40f0-8bad67188b01-8b9cf9ed, #w-node-_8754ccb7-034c-5516-40f0-8bad67188b06-8b9cf9ed {
  justify-self: start;
}

#w-node-_8754ccb7-034c-5516-40f0-8bad67188b0b-8b9cf9ed {
  justify-self: center;
}

#w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c20-8b9cf9ed, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c25-8b9cf9ed, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2a-8b9cf9ed, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2f-8b9cf9ed, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c34-8b9cf9ed {
  justify-self: start;
}

#w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c39-8b9cf9ed {
  justify-self: center;
}

#w-node-_1f9adae0-de2d-0e07-9639-69ae44df72d8-8b9cf9ed, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72dd-8b9cf9ed, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e2-8b9cf9ed, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e7-8b9cf9ed, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72ec-8b9cf9ed {
  justify-self: start;
}

#w-node-_1f9adae0-de2d-0e07-9639-69ae44df72f1-8b9cf9ed, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367a8-8b9cf9ff, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367aa-8b9cf9ff, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367b7-8b9cf9ff, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367ba-8b9cf9ff, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367c4-8b9cf9ff, #w-node-b7e80ab0-12fe-6752-a3ec-1344071367c7-8b9cf9ff {
  justify-self: center;
}

#w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-8b9cfa03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5561b4c3-302d-e658-6cf3-322a43abd30f-8b9cfa03, #w-node-_5561b4c3-302d-e658-6cf3-322a43abd311-8b9cfa03, #w-node-_5561b4c3-302d-e658-6cf3-322a43abd31e-8b9cfa03, #w-node-_5561b4c3-302d-e658-6cf3-322a43abd321-8b9cfa03, #w-node-_5561b4c3-302d-e658-6cf3-322a43abd32b-8b9cfa03, #w-node-_5561b4c3-302d-e658-6cf3-322a43abd32e-8b9cfa03 {
  justify-self: center;
}

#w-node-_88c6d08b-2869-b058-9bf1-4aa59af83592-9af8358a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32cec5da-5a77-8fb7-5206-ce82e7a531a0-8b9cfa04, #w-node-_42e04677-74a3-483e-2663-e89082f3b605-8b9cfa04, #w-node-_4496c459-11f3-4e57-90fc-8dbd27daafc4-8b9cfa04, #w-node-_818c3f45-3dbd-5fa1-fba7-e964ff4bfac8-8b9cfa04, #w-node-_7f309f95-2329-5d76-83b9-7aad89ebc592-8b9cfa04, #w-node-d448721e-eae5-c668-6f23-dfc7c685f17f-8b9cfa04, #w-node-_79f9c262-2db6-1dea-2b03-2b0a72009325-8b9cfa04, #w-node-_5daa88aa-82c3-689a-c0a9-dde0a108da18-8b9cfa04, #w-node-_797dbea8-29b0-8f6f-28bf-6f9abde68090-8b9cfa04, #w-node-_33973ae1-c606-0706-3911-5d792a406c4b-8b9cfa04, #w-node-_3269dc59-e091-a10b-5386-e46b421ff6eb-8b9cfa04 {
  align-self: start;
}

#w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3719-8b9cfa05 {
  align-self: baseline;
}

#w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3734-8b9cfa05 {
  align-self: start;
}

#field.w-node-_066e3bf5-d5d8-a7a5-339f-02090a753008-8b9cfa05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08b9f050-0e87-e79c-3005-032faebe14a9-8b9cfa05 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_08b9f050-0e87-e79c-3005-032faebe14ae-8b9cfa05 {
  place-self: center end;
}

#w-node-_5b2eb924-7d34-b2f2-f152-51c0c85d69fc-8b9cfa05, #w-node-_5b2eb924-7d34-b2f2-f152-51c0c85d6a1b-8b9cfa05, #w-node-_5b2eb924-7d34-b2f2-f152-51c0c85d6a3a-8b9cfa05, #w-node-_5b2eb924-7d34-b2f2-f152-51c0c85d6a59-8b9cfa05, #w-node-_5b2eb924-7d34-b2f2-f152-51c0c85d6a78-8b9cfa05, #w-node-_5b2eb924-7d34-b2f2-f152-51c0c85d6a97-8b9cfa05, #w-node-_5b2eb924-7d34-b2f2-f152-51c0c85d6ab6-8b9cfa05, #w-node-_5b2eb924-7d34-b2f2-f152-51c0c85d6ad5-8b9cfa05 {
  align-self: start;
}

#w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-8b9cfa08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25fe072d-1094-b38c-1bc3-3917fef606df-8b9cfa08, #w-node-_5b2e4b14-a30c-3ee7-b2ca-7d75f3a5fa52-8b9cfa08, #w-node-_37947a5c-1094-16b4-b66c-020d7312f3be-8b9cfa08, #w-node-_37947a5c-1094-16b4-b66c-020d7312f3c1-8b9cfa08, #w-node-e5fae3ba-df33-5f5c-e4e1-510a39e1c9fb-8b9cfa08, #w-node-e5fae3ba-df33-5f5c-e4e1-510a39e1c9fe-8b9cfa08 {
  justify-self: center;
}

#w-node-c5e151f4-8ab8-ddcc-aa56-d3ea0fb2f59e-0fb2f599 {
  align-self: auto;
}

#w-node-c5e151f4-8ab8-ddcc-aa56-d3ea0fb2f5a0-0fb2f599, #w-node-c5e151f4-8ab8-ddcc-aa56-d3ea0fb2f5a8-0fb2f599, #w-node-ee803303-e2a7-dfa9-70c8-7ea23422719e-8b9cfa10 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fb075e6b-4d60-90ed-637e-3aebe4b665c9-8b9cfa10 {
  place-self: center end;
}

#w-node-_3aa9dbdd-aa65-44a6-604e-4b72e57786af-8b9cfa10 {
  align-self: center;
}

#w-node-a69d7336-c5a3-b972-1a22-aa766fac415a-8b9cfa10 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ef38eecd-9c3a-654e-f1f1-db3825fef038-8b9cfa10 {
  align-self: center;
}

#w-node-ef38eecd-9c3a-654e-f1f1-db3825fef03d-8b9cfa10 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_274b46fd-3167-40b0-941b-62cccd7d8037-8b9cfa10 {
  align-self: baseline;
}

#w-node-_80c032cd-6ad5-1eaa-6cf4-b6498fa750a4-8b9cfa10, #w-node-_7d9ad055-348c-b9b3-a599-ed58328fffdc-8b9cfa10, #w-node-_20c702ec-3eee-f6b9-0bfc-0541d967044e-8b9cfa10, #w-node-_6e29f27f-b83a-c3ac-b9eb-0eb1fb208e50-8b9cfa10, #w-node-c99ef40f-5883-45b0-d1ba-fabe478bf11f-8b9cfa10 {
  align-self: start;
}

#w-node-_74a18d50-5a20-e42b-3f2e-4101c7cc2172-8b9cfa10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e702f38-6708-5413-6738-dca1a54bf42e-8b9cfa10 {
  align-self: start;
}

#w-node-_4ca89138-d152-5eb9-b298-71eba05466fe-8b9cfa10 {
  justify-self: end;
}

#w-node-_87b77183-7732-e343-d91f-191292020f72-8b9cfa10 {
  justify-self: center;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541ef-8b9cfa10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f2-8b9cfa10 {
  align-self: start;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f7-8b9cfa10 {
  justify-self: end;
}

#w-node-e44a68a3-3ed9-a08e-76e7-8591a4a541f8-8b9cfa10 {
  justify-self: center;
}

#w-node-_485e0351-e11d-b135-fca0-71e535cb7894-8b9cfa10, #w-node-b4567343-4a07-f8bf-2746-ec1d947d16a5-8b9cfa10, #w-node-c42db691-7b0b-ff71-38bf-96c501b88349-8b9cfa10, #w-node-baa6cd8a-3634-8e44-8978-b65ddd20c918-8b9cfa15, #w-node-_51193af8-3759-830e-5f55-44910bc7553c-8b9cfa15, #w-node-d6ed0e66-6eda-8b79-2dad-183abf253aea-8b9cfa15, #w-node-_850f55cf-cc3a-aedd-3562-8f6b0eb15756-8b9cfa15, #w-node-_9a1562e3-f96f-963d-5411-fc26e097727a-8b9cfa15, #w-node-_74dd6cb9-2101-3f9d-b13a-00f15d4fd97d-8b9cfa15, #w-node-_90fff8db-1fd7-e5de-ccf7-36fbce392ef3-8b9cfa15, #w-node-_77e7ba6c-4a7c-7e9b-ca52-3d89061d0a58-8b9cfa15 {
  align-self: start;
}

#w-node-_352783a2-2f90-8fdf-e2a3-e9c8a55b10eb-8b9cfa3e {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-ddcef654-2fc1-66a0-3410-203f8e8e5d3c-8e8e5d3c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2a854bf4-e90b-6535-a2e3-8f4d8437eee2-8b9cf9ed, #w-node-_39f79a06-a164-44cc-9242-17a3ecbc377b-8b9cf9ed, #w-node-_6ab8f254-f7a3-06e4-855f-787fb8693a37-8b9cf9ed, #w-node-_3f40becf-5354-1f51-1b31-169b66e79b44-8b9cf9ed {
    justify-self: stretch;
  }

  #w-node-bcd9675a-c845-7632-6442-bb714665927a-8b9cf9ed {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_5549d4f3-5f34-f052-abf4-e384512c8eca-8b9cf9ed, #w-node-_8754ccb7-034c-5516-40f0-8bad67188af2-8b9cf9ed, #w-node-_8754ccb7-034c-5516-40f0-8bad67188af7-8b9cf9ed, #w-node-_8754ccb7-034c-5516-40f0-8bad67188afc-8b9cf9ed, #w-node-_8754ccb7-034c-5516-40f0-8bad67188b01-8b9cf9ed {
    justify-self: stretch;
  }

  #w-node-_8754ccb7-034c-5516-40f0-8bad67188b06-8b9cf9ed {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_8754ccb7-034c-5516-40f0-8bad67188b0b-8b9cf9ed, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c20-8b9cf9ed, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c25-8b9cf9ed, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2a-8b9cf9ed, #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c2f-8b9cf9ed {
    justify-self: stretch;
  }

  #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c34-8b9cf9ed {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_6c3f9bf9-02b1-02d1-abef-4212aef05c39-8b9cf9ed, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72d8-8b9cf9ed, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72dd-8b9cf9ed, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e2-8b9cf9ed, #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72e7-8b9cf9ed {
    justify-self: stretch;
  }

  #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72ec-8b9cf9ed {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
  }

  #w-node-_1f9adae0-de2d-0e07-9639-69ae44df72f1-8b9cf9ed {
    justify-self: stretch;
  }

  #w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-8b9cfa03 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88c6d08b-2869-b058-9bf1-4aa59af83592-9af8358a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3719-8b9cfa05 {
    align-self: baseline;
  }

  #w-node-bf4cc47a-2207-09bb-fec0-fcf3a1db3734-8b9cfa05 {
    align-self: start;
  }

  #w-node-_9f89f3ad-3088-2a7b-25b1-2fa75e87ebd4-8b9cfa08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9befe05d-2f8f-d705-0e19-f55ebeca60ef-8b9cf9b1 {
    place-self: center end;
  }

  #w-node-_179855cc-b961-6c07-2ca5-de22e8edad30-e8edad30 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6140f0e3-5769-7be2-9d75-02111c43034b-8b9cf9e3, #w-node-e5b15211-f232-3d54-d29f-8f74ed7e0bfb-8b9cfa03, #w-node-_149d4ccb-e87c-fa6b-3817-9cb1a4dc5714-8b9cfa08 {
    place-self: center end;
  }

  #w-node-b7ac2f7e-0157-83fe-afb6-cdab6168581f-61685816 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_179855cc-b961-6c07-2ca5-de22e8edad30-e8edad30 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_88c6d08b-2869-b058-9bf1-4aa59af83592-9af8358a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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;
}