@font-face {
  font-family: Dizumba Icons;
  src: url('../fonts/dizumba-icons.eot') format("embedded-opentype"), url('../fonts/dizumba-icons.woff') format("woff"), url('../fonts/dizumba-icons.ttf') format("truetype"), url('../fonts/dizumba-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@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: #3a86ff;
  --light-grey: #d9d9d9;
  --table-header: whitesmoke;
  --white: white;
  --borders: #efefef;
  --hover-blue: #3479e5;
  --royal-blue: #14539a;
  --royal-blue-2: #4574bf;
  --white-2: #fafafa;
  --firebrick: #bd3a3a;
  --hover-red: #a33131;
  --grey: #767676;
  --tomato: #f35252;
  --grey-2: #9c9c9c;
  --lime-green: #04a777;
  --goldenrod: #f8c005;
  --ghost-white: #f7faff;
  --golden: #d2af67;
  --dim-grey: #545454;
  --dark-slate-blue: #235099;
  --dark-slate-blue-2: #1d4380;
  --midnight-blue: #11284c;
  --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: Pathway Extreme, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid._7-row.prod-content {
  padding-top: 25px;
}

.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-text {
  height: 17px;
  display: inline-block;
  overflow: hidden;
}

.button {
  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(--dodger-blue);
  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(--royal-blue);
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 35px;
}

.button.blue-button._50 {
  background-color: #14539a;
  border-radius: 5px;
  height: 48px;
  padding-top: 16px;
  padding-bottom: 15px;
}

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

.button.blue-button.comprar {
  border: 1px solid var(--hover-blue);
  color: var(--royal-blue-2);
  background-color: #3a86ff00;
  border-radius: 5px;
}

.button.blue-button.comprar:hover {
  color: var(--white-2);
  background-color: #14539a;
}

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

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

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

.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;
  border-radius: 5px;
  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 {
  background-color: #03a62c;
  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: 16px;
  line-height: 1.1;
}

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

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

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

.text-field {
  z-index: 2;
  border: 2px solid var(--light-grey);
  background-color: #0000;
  border-radius: 5px;
  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.with-icon {
  color: var(--black);
  border-color: #ccc;
  border-radius: 5px;
  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;
}

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

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

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

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

.choice-content {
  text-align: left;
  border: 1px #000;
  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-icon.loose.phone {
  width: 60px;
}

.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: 500px;
  padding-bottom: 16px;
}

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

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

.tab-pane {
  height: 100%;
}

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

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

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

.image-wrapper.product-card-image-wrapper {
  border-radius: 16px;
  height: 230px;
  position: relative;
}

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

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

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

.image-wrapper.category-card-image-wrapper._200 {
  height: 200px;
}

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

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

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

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

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

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

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

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

.cover-image.hero {
  object-fit: cover;
  object-position: 50% 50%;
}

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

.product-image {
  object-fit: contain;
  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.small {
  font-size: 16px;
  font-weight: 600;
}

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

.product-price.small.new-price {
  color: var(--light-grey);
  text-decoration: line-through;
}

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

.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;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  line-height: 39px;
}

.product-description {
  margin-bottom: 0;
  font-family: Pathway Extreme, sans-serif;
  font-size: 17px;
  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-wrapper._40.wide._20 {
  border-radius: 5px;
}

.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%;
  font-weight: 700;
}

.product-title {
  font-family: Pathway Extreme, sans-serif;
  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: #14539a;
  margin-bottom: -6px;
  font-size: 10px;
}

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

.product-category._0-padding._10 {
  color: var(--royal-blue);
  font-family: Kanit, sans-serif;
  font-weight: 700;
}

.extra-info-text {
  color: var(--grey);
  margin-bottom: 5px;
  font-family: Pathway Extreme, sans-serif;
  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);
  border-radius: 5px;
  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-card._33 {
  border-radius: 8px;
  font-family: Kanit, sans-serif;
  position: relative;
}

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

.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: 5px;
  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: 500;
  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-family: Marcellus, sans-serif;
  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-numbers {
  float: right;
  display: inline-block;
}

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

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

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

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

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

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

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

.choice-tab-link {
  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(--hover-blue);
  background-color: var(--white);
  color: var(--black);
}

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

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

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

.category-tab-link.w--current {
  color: var(--royal-blue);
  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: 5px;
  align-items: center;
  padding: 34px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close-nav {
  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(--firebrick);
}

.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);
  font-family: Marcellus, sans-serif;
}

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

.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 {
  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 {
  color: var(--white);
  background-color: #14539a;
  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 {
  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;
  font-family: Urbanist, sans-serif;
  display: none;
}

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

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

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

.heading {
  text-align: center;
}

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

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

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

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

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

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

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

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

.tc {
  color: var(--royal-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(--royal-blue);
  margin-left: 2px;
  transition: all .2s;
}

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

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

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

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

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

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

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

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

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

.slide-arrow {
  display: none;
}

.slide {
  overflow: hidden;
}

.slide-nav {
  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 {
  border-radius: 5px;
  width: auto;
}

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

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

.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(--hover-blue);
  color: var(--black);
  background-color: #0000;
}

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

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

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

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

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

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

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

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

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

.cometa-info-contain {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  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-weight: 600;
  display: flex;
}

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

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

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

.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 {
  color: var(--white);
  background-color: #14539a;
  border-radius: 5px;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

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

.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(--lime-green);
  background-color: var(--white);
  color: var(--black);
}

.adress-tab-link.thin {
  background-color: var(--white);
  color: var(--black);
  border-width: 1px;
  border-radius: 5px;
  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;
}

.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 {
  border: 1px solid var(--golden);
  color: var(--lime-green);
  text-align: center;
  background-color: #d2af6700;
  border-radius: 5px;
  justify-content: center;
  width: auto;
  height: 45px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 27px;
  font-size: 16px;
  overflow: hidden;
}

.new-address-button.add-button:hover {
  color: var(--white-2);
  background-color: #03a62c;
  border-color: #03a62c;
}

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

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

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

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

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

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

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

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

.edit-button.gray.edit-addrss {
  width: 100px;
}

.edit-button.gray.edit-addrss:hover {
  background-color: #14539a;
}

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

.edit-button.gray.edit-profile-button:hover {
  background-color: var(--royal-blue-2);
}

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

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

.button-line {
  display: none;
}

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

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

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

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

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

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

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

.close-modal {
  justify-content: center;
  align-items: center;
  display: block;
  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 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  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;
}

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

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

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

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

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

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

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

.cat-tab-menu {
  background-color: var(--white);
  border-radius: 5px;
  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;
}

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

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

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

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

.drop-link-wrapper {
  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;
}

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

.top-nav {
  z-index: 1000;
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-2 {
  background-image: url('../images/LOGON-DIZUMBA_1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 100px;
}

.div-block-2 {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-3 {
  background-image: linear-gradient(188deg, #14539a, #092545 50%, #14539a);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar {
  background-color: #fff;
}

.div-block-4 {
  float: left;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 70px;
  display: flex;
}

.nav-menu-2 {
  display: flex;
}

.link-block {
  color: #111210b0;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-left: 25px;
  line-height: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block:hover {
  color: var(--royal-blue);
}

.text-block {
  margin-right: 5px;
  font-family: Dizumba Icons, sans-serif;
  font-size: 19px;
}

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

.link {
  color: var(--white);
  margin-right: 40px;
}

.link:hover {
  color: #714f0b;
}

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

.search-input {
  border: 1px solid #00000036;
  border-right: 1px #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 280px;
  height: 50px;
  margin-bottom: 0;
}

.search-button-2 {
  color: var(--grey);
  background-color: #3898ec00;
  border-top: 1px solid #00000036;
  border-bottom: 1px solid #00000036;
  border-right: 1px solid #00000036;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  font-family: Dizumba Icons, sans-serif;
}

.slider {
  height: 500px;
}

.slide-nav-2 {
  display: none;
}

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

.section-3._500 {
  padding-top: 0;
}

.heading-2 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 400;
}

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

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

.section-4 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.div-block-3-copy {
  background-image: linear-gradient(106deg, #c9a756, #f7dc6d);
  padding: 18px 50px;
}

.text-block-2 {
  color: var(--white);
  font-family: Marcellus, sans-serif;
  font-size: 17px;
}

.div-block-5 {
  background-image: url('../images/ado-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 280px;
}

.div-block-5._2 {
  background-image: url('../images/726.jpg');
}

.div-block-6 {
  background-image: url('../images/1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 5px;
  height: 320px;
  margin-bottom: 80px;
}

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

.shadow {
  height: 150px;
}

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

.button-3 {
  border: 1px solid var(--hover-blue);
  color: var(--royal-blue-2);
  background-color: #3898ec00;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 6px 25px;
  font-size: 15px;
  display: flex;
}

.footer-2 {
  background-color: #000a1b;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.link-16 {
  color: #ffffff75;
  margin-bottom: 12px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-16:hover {
  color: var(--white);
}

.grid-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-18 {
  background-image: url('../images/logo-white.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  margin-bottom: 25px;
  display: block;
}

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

.text-block-192 {
  color: var(--light-grey);
  margin-bottom: 35px;
  font-size: 17px;
  font-weight: 500;
}

.link-17 {
  color: var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  font-family: Dizumba Icons, sans-serif;
  font-size: 28px;
  text-decoration: none;
  display: flex;
}

.link-17:hover {
  color: #fff;
}

.paragraph-5 {
  color: var(--light-grey);
  font-size: 14px;
  font-weight: 400;
}

.div-block-305 {
  padding-left: 25px;
}

.div-block-307 {
  font-family: Kanit, sans-serif;
  font-weight: 400;
}

.text-block-193 {
  font-family: Kanit, sans-serif;
}

.tyu {
  background-image: url('../images/2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 50px;
}

.slide-2 {
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.promo-div {
  z-index: 100;
  background-color: var(--firebrick);
  color: var(--white);
  letter-spacing: 2px;
  border-radius: 5px;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
  position: absolute;
  inset: 15px auto auto 15px;
}

.text-block-194 {
  position: relative;
}

.produto-no-carrinho {
  color: var(--white);
  background-color: #ff1717;
  border-radius: 200px;
  min-width: 14px;
  height: 14px;
  padding-top: 1.5px;
  padding-left: 4px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 33px;
  left: 9px;
}

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

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

.branding {
  background-image: url('../images/logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 210px;
  height: 100px;
}

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

.botao {
  border: 1px solid var(--hover-blue);
  color: var(--royal-blue);
  background-color: #3898ec00;
  border-radius: 5px;
  padding-left: 35px;
  padding-right: 35px;
}

.promo-z {
  display: flex;
}

._5 {
  margin-right: 20px;
}

.image {
  width: 100%;
}

.dropdown-toggle {
  color: var(--white);
  padding: 0 20px 0 0;
  display: block;
}

.icon-3 {
  margin-top: 3px;
  margin-bottom: 0;
  margin-right: 0;
}

.text-block-195 {
  font-size: 18px;
  font-weight: 400;
}

.dropdown-list {
  z-index: 1000;
  padding: 1px;
}

.dropdown-list.w--open {
  background-color: var(--royal-blue);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 15px;
  padding: 9px;
}

.dropdown-link {
  color: var(--white);
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.dropdown {
  margin-left: 0;
  margin-right: 50px;
}

.text-block-196 {
  color: var(--white);
  font-size: 18px;
}

.slide-4 {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block-197, .text-block-198 {
  color: var(--royal-blue-2);
}

.wrapper-whatsapp {
  z-index: 5000;
  position: fixed;
  inset: auto 5% 5% auto;
}

.text-block-199 {
  font-family: Dizumba Icons, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.link-block-19 {
  background-color: var(--lime-green);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

@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: 160px;
  }

  .image-wrapper.category-card-image-wrapper {
    height: 20vw;
  }

  .image-wrapper.category-card-image-wrapper._200 {
    height: 160px;
  }

  .image-wrapper.profile-thumbnail {
    width: 200px;
    height: 200px;
  }

  .product-price {
    font-size: 24px;
  }

  .product-price.kz {
    font-size: 12px;
    top: -9px;
  }

  .stock-quantity {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
  }

  .product-description {
    color: var(--black);
  }

  .plus-minus-wrapper, .plus-minus-wrapper._100.hidden-on-home {
    height: 35px;
  }

  .plus-minus-wrapper._40 {
    height: 40px;
  }

  .quantity {
    padding-left: 1%;
    padding-right: 1%;
    line-height: 35px;
  }

  .quantity.no-padding {
    line-height: 33px;
  }

  .quantity._40 {
    line-height: 40px;
  }

  .product-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .product-category {
    font-size: 12px;
  }

  .product-card._2-col-grid.borders {
    grid-column-gap: 24px;
    grid-template-columns: .5fr 1fr;
  }

  .product-link.grid._5-row {
    padding-bottom: 6px;
  }

  .category-card-icon-wrapper.float-on-top {
    color: var(--grey-2);
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 0% 24px 0% auto;
  }

  .header.dropdown-link-text {
    font-weight: 500;
  }

  .header.dropdown-link-text.page-title {
    font-weight: 700;
  }

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

  .grid-half-content {
    margin-top: 40px;
  }

  .grid-half-content._00 {
    margin-top: 0;
  }

  .footer {
    padding-top: 80px;
  }

  .navigator {
    height: 70px;
  }

  .choice-tab-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .choice-tab-link {
    height: auto;
  }

  .category-tab-link {
    display: inline-block;
  }

  .category-tab-link:hover {
    background-color: #0000;
  }

  .category-tab-link.w--current {
    background-color: var(--white);
  }

  .resources-nav {
    flex: none;
    width: auto;
    padding-top: 40px;
  }

  .resources-content {
    padding: 40px 0 0;
  }

  .status-line {
    top: -25px;
  }

  .nav-menu {
    padding-bottom: 5vh;
  }

  .close-nav {
    width: 45px;
    height: 45px;
  }

  .dropdown-cart {
    right: -130px;
  }

  .close-cart {
    width: 45px;
    height: 45px;
  }

  .material-icons.close {
    padding-top: 11px;
  }

  .material-icons.on-40 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .material-icons.on-40._35 {
    padding-top: 6px;
  }

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

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

  .material-icons.resrc {
    top: -7px;
  }

  .navigator-menu, .cometa-sidebar {
    display: none;
  }

  .auth-content-wrapper.log-in {
    margin-left: 0%;
  }

  .nav-profile {
    padding-left: 0;
    padding-right: 17px;
  }

  .instructions-wrapper {
    border-style: none;
    border-color: #0000;
  }

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

  .hero-wrapper._250px {
    border-radius: 0;
    height: 150px;
  }

  .hero-wrapper.in-catgry {
    height: 150px;
  }

  .hero-slider {
    border-radius: 0;
    height: 320px;
    margin-top: 24px;
  }

  .slide-nav.visible {
    text-align: center;
    width: 100%;
    height: 40px;
    padding-top: 14px;
    padding-bottom: 15px;
    font-size: 7px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .search-content {
    right: 0;
  }

  .search::placeholder {
    font-weight: 400;
  }

  .photo-upload-input-wrapper.no-line {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .prod-img-slider {
    background-color: #0000;
    height: 100%;
    display: block;
  }

  .slider-wrapper {
    border: 1px solid var(--borders);
    border-radius: 16px;
    display: block;
    overflow: hidden;
  }

  .img-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .tabed-section {
    height: 55px;
    top: 70px;
  }

  .tab-link {
    margin-right: 30px;
  }

  .tab-link.hover-effect {
    margin-right: 0;
  }

  .tab-link-icon {
    padding-top: 2px;
  }

  .edit-profile-button-wrapper {
    height: 60px;
  }

  .profile-edit {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .profile-edit.hided {
    display: none;
  }

  .checkout-button {
    font-size: 15px;
  }

  .address-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .delete-icon {
    width: 40px;
    height: 35px;
  }

  .new-address-button {
    border: 1px solid var(--firebrick);
    color: var(--firebrick);
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

  .new-address-button.add-button {
    border-style: solid;
    border-color: #0000;
    width: 200px;
  }

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

  .edit-button.gray.ver-detalhes {
    text-align: center;
    border-radius: 12px;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    display: block;
  }

  .button-in-header {
    justify-content: center;
    margin-top: 40px;
    display: flex;
    position: static;
    top: -5px;
  }

  .modal-button {
    font-size: 15px;
  }

  .prfl-grid {
    justify-content: center;
  }

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

  .compras-table-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    border-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .table-grid {
    grid-row-gap: 8px;
    border: 1px solid var(--light-grey);
    border-radius: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    height: auto;
    margin-top: 0;
    padding: 30px 24px 24px;
    position: relative;
  }

  .table-grid.table-header {
    display: none;
  }

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

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

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

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

  .section-decoy {
    height: 41px;
  }

  .cat-tab-menu {
    z-index: 1500;
    background-color: #0000;
    flex-direction: row;
    align-items: center;
    width: auto;
    min-width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .cat-tabs {
    display: block;
  }

  .cat-tab-content {
    width: auto;
    margin-left: 0;
  }

  .lottie-holder {
    width: 30px;
    min-width: 30px;
    height: 35px;
  }

  .hero-slide-nav {
    font-size: 7px;
    bottom: -31px;
  }

  .cat-list {
    top: 180px;
  }

  .pop-shadow {
    z-index: 900;
    background-color: var(--white);
    height: 51px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: fixed;
    inset: 70px 0% auto;
    box-shadow: 0 1px 12px #0000001a;
  }

  .resource-sticky-wrapper {
    display: inline-block;
  }

  .faq {
    margin-bottom: 48px;
  }

  .faq-title-wrapper {
    padding-right: 65px;
  }

  .faq-title {
    line-height: 1.3;
  }

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

  .div-block-3 {
    overflow: auto;
  }

  .div-block-4 {
    padding-left: 80px;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 70%;
    height: 100vh;
    padding-top: 50px;
    padding-left: 25px;
    box-shadow: 0 2px 5px #0003;
  }

  .link-block {
    height: 80px;
  }

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

  .link {
    flex: none;
  }

  .slider {
    height: 300px;
  }

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

  .div-block-6._5 {
    border-radius: 0;
  }

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

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

  .branding {
    width: 170px;
  }

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

  .dropdown {
    margin-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 {
    background-color: var(--table-header);
    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: 16px;
  }

  .cover-image.contain {
    object-fit: contain;
  }

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

  .product-price.kz {
    font-size: 12px;
    top: -6px;
  }

  .product-price.kz.small {
    font-size: 11px;
    top: -4px;
  }

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

  .product-price.small.thinner {
    font-size: 20px;
    font-weight: 700;
  }

  .stock-quantity {
    border-color: var(--light-grey);
  }

  .product-description {
    font-size: 17px;
  }

  .plus-minus-wrapper {
    border: 1px solid var(--light-grey);
    background-color: var(--white-2);
  }

  .plus-minus-wrapper._40.wide._20 {
    flex: 1;
    max-width: 200px;
  }

  .product-title {
    line-height: 1.3;
  }

  .product-title.midium {
    height: 46px;
  }

  .product-category.small.off {
    display: none;
  }

  .product-card._2-col-grid.borders {
    border-color: var(--light-grey);
    margin-bottom: 8px;
  }

  .product-card._33 {
    border: 1px none 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%;
  }

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

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

  .nav-auth-buttons-wrapper._0-padding {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .material-icons {
    padding-top: 11px;
  }

  .material-icons.on-40._35 {
    padding-top: 5px;
  }

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

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

  .material-icons.resrc {
    top: -6px;
  }

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

  .nav-profile {
    padding-right: 0;
  }

  .edit-profile {
    border-radius: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wrapper {
    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: 16px;
  }

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

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

  .div-block-4 {
    height: 80px;
    padding-left: 50px;
  }

  .search-input {
    width: 150px;
  }

  .div-block-3-copy {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .div-block-6 {
    height: 150px;
  }

  .branding {
    width: 150px;
    height: 80px;
  }

  .menu-button {
    height: 80px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.grey.top-padding-40.mob-padding._4090 {
    background-color: var(--borders);
    padding-top: 8px;
  }

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

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

  .grid._4-col.section-head-grid {
    margin-bottom: 8px;
    display: block;
  }

  .grid._4-col.home-prod, .grid._4-col.show-4 {
    max-height: none;
  }

  .grid._2-col.percentage-gap.prod-img-grid {
    grid-row-gap: 30px;
  }

  .grid._7-row.prod-content {
    grid-row-gap: 16px;
    padding-bottom: 0;
  }

  .grid._3-col._40-gap.align {
    grid-template-rows: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 16px;
  }

  .grid._3-col._40-gap.align._0000 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid._3-col.navigate {
    grid-template-columns: 1fr 1.5fr;
    justify-content: space-between;
    display: flex;
  }

  .button-wrapper.add-to-cart-button {
    display: block;
  }

  .button-wrapper._10px {
    min-width: 107px;
  }

  .button-wrapper.pos-absolute {
    z-index: 2;
    position: fixed;
  }

  .button-wrapper.pos-absolute.in-dropdown-cart {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-wrapper.hidden-on-mobile {
    display: none;
  }

  .button-wrapper.comprar-button {
    flex: 1;
    max-width: 50%;
  }

  .button-wrapper.add-address {
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .button-wrapper.bottom-button-wrapper {
    margin-top: 30px;
  }

  .button-text.pay-2 {
    height: auto;
    overflow: visible;
  }

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

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

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

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

  .section-header.no-padding.profile-name {
    font-size: 26px;
    display: block;
  }

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

  .choice-item.no-line {
    height: auto;
    padding-top: 4.5vw;
    padding-bottom: 5vw;
  }

  .choice-content {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 50px 1fr;
    justify-content: center;
    width: auto;
    display: flex;
  }

  .choice-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .choice-icon.loose {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .choice-icon.loose.phone {
    width: 32px;
    min-width: 30px;
    max-width: 35px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .choice-header {
    width: 84px;
  }

  .choice-header.pgmnt {
    text-align: center;
    max-width: 150px;
  }

  .choice-subheader {
    line-height: 1.2;
    display: none;
  }

  .image-wrapper.product-card-image-wrapper {
    height: 100vw;
  }

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

  .image-wrapper.category-card-image-wrapper._200 {
    height: 100px;
  }

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

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

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

  .product-in-stock {
    margin-bottom: 8px;
  }

  .product-items-wrapper {
    z-index: 10;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px;
    position: sticky;
    inset: auto 0% 0;
  }

  .plus-minus-wrapper.no-margin {
    width: 100px;
  }

  .plus-minus-wrapper._100.hidden-on-home {
    display: none;
  }

  .plus-minus-wrapper._40.wide {
    flex: 1;
    width: auto;
    max-width: 50%;
  }

  .plus-minus-wrapper._40.wide._20 {
    z-index: 2;
    position: relative;
  }

  .product-title.small {
    max-height: 38px;
  }

  .product-title.midium {
    height: 45px;
    font-size: 17px;
  }

  .product-category._0-padding._10 {
    margin-bottom: 8px;
  }

  .extra-info-text.small {
    display: none;
  }

  .product-card._33 {
    border-style: none;
  }

  .product-link.grid._5-row {
    grid-template-rows: auto auto auto auto;
  }

  .category-card {
    border-color: var(--light-grey);
  }

  .category-title {
    font-size: 15px;
  }

  .category-card-icon-wrapper.float-on-top {
    right: 6vw;
  }

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

  .header-wrapper.purchase {
    text-align: center;
    margin-bottom: 24px;
  }

  .header.thinner {
    line-height: 1.15;
  }

  .header.thinner.bold {
    font-size: 22px;
  }

  .header.dropdown-link-text {
    font-size: 18px;
  }

  .price-total {
    border-top-style: none;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-total.no-btm-padding._23 {
    border-top-style: solid;
    height: auto;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 0;
  }

  .price-total.mobile {
    height: auto;
  }

  .grid-half-content._565 {
    margin-top: 30px;
  }

  .footer {
    padding-top: 60px;
  }

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

  .selected-tab-pane {
    min-height: auto;
  }

  .category-tab-link {
    border-color: var(--light-grey);
    background-color: var(--table-header);
    flex: none;
    line-height: 39px;
  }

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

  .category-tab-link.w--current {
    display: block;
  }

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

  .dropdown-icon._8px-padding.tabss {
    margin-right: 24px;
    font-size: 13px;
  }

  .dropdown-icon.on-faq-title {
    margin-right: 16px;
  }

  .chevron-icon._0 {
    bottom: -6px;
  }

  .resources-wrapper {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .resources-nav {
    display: none;
  }

  .resources-block {
    padding-bottom: 24px;
  }

  .resources-content {
    padding: 24px 8px 20px;
  }

  .status-circles-wrapper {
    margin-right: 16px;
  }

  .status-content-wrapper {
    flex-direction: row;
    height: 30px;
  }

  .center-text {
    margin-top: 2px;
  }

  .linesman {
    flex-direction: column;
    align-items: flex-start;
  }

  .status-line {
    flex: 0 auto;
    width: 3px;
    height: 50px;
    margin-bottom: -3px;
    margin-left: 13px;
    margin-right: 0;
    top: -2px;
  }

  .confirmed-line {
    height: 100%;
  }

  .in-progress-line {
    border-style: none dashed none none;
    border-right-width: 2px;
    border-right-color: var(--light-grey);
    height: 100%;
  }

  .brand {
    width: 140px;
    min-width: 60px;
    height: 45px;
  }

  .brand.at-auth {
    margin-bottom: 2.5vh;
  }

  .nav-menu-wrapper {
    padding-left: 1vw;
  }

  .nav-menu {
    justify-content: center;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    padding-bottom: 0;
  }

  .close-nav {
    z-index: 10;
    top: 16px;
    right: 16px;
  }

  .close-nav.close-edit-profile {
    z-index: 1000;
  }

  .close-nav.close-search {
    margin-top: 16px;
    margin-bottom: 0;
    inset: 0% 0% auto auto;
  }

  .close-nav.cat {
    opacity: 0;
    display: none;
    top: 16px;
    right: 16px;
  }

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

  .nav-link {
    line-height: 1.6;
  }

  .dropdown-cart-wrapper {
    padding-left: 1vw;
  }

  .dropdown-cart {
    border-radius: 0 0 24px 24px;
    width: auto;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 88px;
    top: 0;
  }

  .cart-title-wrapper {
    top: 8px;
  }

  .pop-up-wrapper {
    padding-left: 0;
  }

  .nav-auth-buttons-wrapper._0-padding {
    width: 100%;
  }

  .material-icons.round, .material-icons.paper {
    padding-top: 10px;
  }

  .material-icons.power {
    padding-top: 12px;
  }

  .material-icons.house, .material-icons.resrc {
    padding-top: 10px;
  }

  .search-button-wrapper {
    padding-left: 0;
  }

  .auth-content-wrapper.log-in {
    padding-top: 6vh;
  }

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

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

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

  .hero-slider {
    height: 52vw;
  }

  .slide {
    margin-right: 8px;
  }

  .banner {
    height: 46vw;
  }

  .cart-product-wrapper {
    grid-template-columns: 1fr 1.25fr;
  }

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

  .search-wrapper {
    margin-left: 4px;
    margin-right: 16px;
  }

  .search {
    border-color: #0000;
    height: 46px;
    margin-bottom: 16px;
    padding-right: 42px;
  }

  .search-button {
    font-size: 23px;
  }

  .sub-delete-button.gray.eliminar.longersss {
    margin-left: auto;
    margin-right: auto;
  }

  .sub-delete-button.gray.logout-button {
    flex: none;
    margin-left: 4px;
    margin-right: 4px;
    display: none;
  }

  .photo-upload-input-field.no-bg-fill {
    padding-left: 16px;
    padding-right: 16px;
  }

  .photo-upload-text.small-gray {
    line-height: 1.1;
  }

  .code-info-wrapper {
    max-width: 290px;
  }

  .tabs {
    width: 100%;
  }

  .auth-menu-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    inset: 7vh 0% 0%;
  }

  .slider-wrapper {
    border-style: none;
    border-radius: 0;
    height: 50vh;
    max-height: 340px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .slider-mask {
    overflow: visible;
  }

  .tabed-section, .tabed-section.show-on-landscape {
    display: block;
  }

  .tab-menu {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding: 60px 24px 5px;
  }

  .tab-link {
    height: 55px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
  }

  .tab-link.w--current {
    color: var(--black);
    border-bottom-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    position: absolute;
    inset: 0% 24px auto;
  }

  .tab-link-icon {
    flex: none;
    margin-top: 5px;
    margin-right: 16px;
  }

  .tab-link-icon._2 {
    margin-top: 0;
    padding-top: 1px;
  }

  .tab-link-icon._1 {
    margin-top: 0;
    padding-top: 0;
  }

  .edit-profile-button-wrapper {
    border-top: 1px solid var(--light-grey);
    height: auto;
    padding: 2px 24px;
    display: block;
    position: relative;
    right: 0;
  }

  .profile-edit {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    display: none;
  }

  .logout {
    height: 55px;
    margin-top: 0;
    margin-left: 0;
    font-size: 17px;
    font-weight: 600;
  }

  .tab-triggered-element {
    z-index: 2;
    border-bottom: 1px solid var(--light-grey);
    background-color: var(--white);
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .tab-trigger {
    z-index: 10;
    border-bottom: 1px solid var(--light-grey);
    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-content-wrapper {
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    padding: 0 0;
  }

  .profile-info-wrapper {
    text-align: center;
    align-self: center;
  }

  .compras-table-wrapper {
    grid-template-columns: 1fr;
  }

  .table-grid {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .cat-tab-menu {
    background-color: var(--borders);
    height: 57px;
    margin-bottom: 0;
  }

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

  .top-nav {
    overflow: hidden;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    scrollbar-width: thin;
    scrollbar-color: #ddd #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: auto;
  }

  .div-block-4 {
    padding-left: 25px;
  }

  .link {
    margin-right: 25px;
    font-size: 14px;
  }

  .search-input {
    width: 80px;
    height: 40px;
    font-size: 13px;
  }

  .search-button-2 {
    height: 40px;
    padding-left: 10px;
  }

  .slider {
    background-color: #fff;
    height: 180px;
  }

  .section-3 {
    padding-top: 60px;
  }

  .heading-2 {
    margin-bottom: 35px;
    font-size: 22px;
  }

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

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

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

  .div-block-6 {
    height: 120px;
  }

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

  .shadow {
    height: 130px;
  }

  .div-block-7 {
    margin-bottom: 20px;
  }

  .grid-23 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .link-block-18 {
    height: 60px;
  }

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

  .div-block-305 {
    padding-left: 0;
  }

  .tyu {
    height: 150px;
    margin-bottom: 25px;
  }

  .slide-2 {
    background-image: url('../images/2_1.png');
    background-size: contain;
  }

  .slide-3 {
    background-image: url('../images/4_1.png');
    background-size: contain;
  }

  .promo-div {
    padding-bottom: 2px;
  }

  .branding {
    width: 110px;
  }

  .menu-button {
    padding-top: 26px;
    font-size: 31px;
  }

  .icon {
    margin-right: 0;
  }

  .icon-2 {
    margin-left: 0;
  }

  .promo-z {
    flex-flow: column;
  }

  ._5 {
    margin-right: 10px;
  }

  .text-block-195 {
    font-size: 16px;
  }

  .dropdown {
    margin-right: 18px;
  }

  .text-block-196 {
    font-size: 16px;
  }

  .slide-4 {
    background-image: url('../images/3_1.png');
    background-size: contain;
  }

  .slide-5 {
    background-image: url('../images/1_1.png');
    background-size: contain;
  }
}

#w-node-_0895b715-43e1-2954-c1eb-792ab5984d05-3d6589cf {
  align-self: start;
}

#w-node-_0895b715-43e1-2954-c1eb-792ab5984d07-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a43b8205-1b53-49f2-824f-856e70ac9ec9-3d6589cf {
  align-self: start;
}

#w-node-a43b8205-1b53-49f2-824f-856e70ac9ecb-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d17b5c12-3338-b0fa-f819-63404f32521c-3d6589cf {
  align-self: start;
}

#w-node-d17b5c12-3338-b0fa-f819-63404f32521e-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42bd9383-4f0e-79dd-f743-9db459c6fbce-3d6589cf {
  align-self: start;
}

#w-node-_42bd9383-4f0e-79dd-f743-9db459c6fbd0-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d40449d-ffc1-79e4-44c5-b1228517c379-3d6589cf {
  align-self: start;
}

#w-node-_1d40449d-ffc1-79e4-44c5-b1228517c37b-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abc272d-9d40-6816-b49c-f456e96cf021-3d6589cf {
  align-self: start;
}

#w-node-_2abc272d-9d40-6816-b49c-f456e96cf023-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fa018db-1cb1-f776-c16d-212dc9f07327-3d6589cf {
  align-self: start;
}

#w-node-_8fa018db-1cb1-f776-c16d-212dc9f07329-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12f0118f-9df5-e846-bae7-915a1916b8e5-3d6589cf {
  align-self: start;
}

#w-node-_12f0118f-9df5-e846-bae7-915a1916b8e7-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf067-3d6589cf {
  align-self: start;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf069-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf086-3d6589cf {
  align-self: start;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf088-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf0a5-3d6589cf {
  align-self: start;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf0a7-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf0c4-3d6589cf {
  align-self: start;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf0c6-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf0e3-3d6589cf {
  align-self: start;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf0e5-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf102-3d6589cf {
  align-self: start;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf104-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf121-3d6589cf {
  align-self: start;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf123-3d6589cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf140-3d6589cf {
  align-self: start;
}

#w-node-_8d76aff1-3c64-352f-6a55-a29c4e5bf142-3d6589cf, #w-node-_125fe9a0-ea22-d0f1-7b86-060a63fef76c-63fef769, #w-node-_125fe9a0-ea22-d0f1-7b86-060a63fef773-63fef769, #w-node-_125fe9a0-ea22-d0f1-7b86-060a63fef780-63fef769, #w-node-_125fe9a0-ea22-d0f1-7b86-060a63fef794-63fef769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db7a7bae-4d98-3ef0-a079-0992e74301b3-3d6589d0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-db7a7bae-4d98-3ef0-a079-0992e74301b8-3d6589d0 {
  place-self: center end;
}

#w-node-_711992f5-c8db-03dc-7df4-58b7c07f20d6-3d6589d0, #w-node-_321c5a06-42ec-eccb-de8e-41e0c2d117f6-3d6589d0, #w-node-_336c772e-50fe-c8b1-bdf2-3a42e400b004-3d6589d0, #w-node-_2faf864a-e70b-452f-1a97-85cad037d23f-3d6589d0 {
  align-self: start;
}

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

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

#w-node-cf4f5b28-654b-429d-de55-8a55904f3e97-3d6589d0, #w-node-c91e421d-5231-0cf3-6869-cbb1dc745774-3d6589d0, #w-node-_29f98748-d0cd-b516-d727-e813c0bf53ad-3d6589d0, #w-node-_867a3f50-2cc0-0576-b1f8-c90b864852f5-3d6589d0, #w-node-b919b853-732e-0ee8-0c3b-da80ab52c409-3d6589d0, #w-node-_74296f8b-a74e-7e91-9c84-541b6c3d7455-3d6589d0, #w-node-_9e7a64a5-4877-0f8e-8c1c-080ef2863a1e-3d6589d0, #w-node-_6728fb6b-0b12-005e-388f-d6f14ce7ef68-3d6589d0 {
  align-self: start;
}

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

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

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

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

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

#w-node-_69f53b13-6c0f-7402-7ed7-b185f62dcbde-451ec52d {
  justify-self: end;
}

#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-_7b5121b3-c03b-e47c-0f82-f26841bd650f-292ea558, #w-node-_58ec7900-76d0-e38c-347c-230e8e485b60-292ea558, #w-node-_36314697-6029-fe61-723a-df02f06898cd-292ea558, #w-node-_37e1977d-83f9-3b42-c0e4-d8751b2f617b-292ea558, #w-node-c09fd213-7d56-b44a-0ee2-51d2fb997c3b-292ea558 {
  align-self: start;
}

#w-node-bbec5aa6-4c20-a6c1-6e1a-592007002b57-3d6589d1 {
  place-self: center start;
}

#w-node-_1f39de84-a488-161e-b16d-7dfb45c97a9d-3d6589d2, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97a9f-3d6589d2, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97aac-3d6589d2, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97aaf-3d6589d2, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97ab9-3d6589d2, #w-node-_1f39de84-a488-161e-b16d-7dfb45c97abc-3d6589d2 {
  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-b8f8cf53-cf8a-06c0-d362-4a8a4a73b8d3-752d22cc, #w-node-f573b597-afbb-bae6-8f17-8d87d0586218-752d22cc, #w-node-f3f9eb88-c3ec-4fe2-2483-184190200512-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-3d6589d5, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d82-3d6589d5, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d8f-3d6589d5, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d92-3d6589d5, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d9c-3d6589d5, #w-node-c30a3045-fff6-4f9e-6448-d960c4a38d9f-3d6589d5 {
  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, #w-node-_46d951ed-2e7b-1eb8-614d-12ec6a3fe3ba-8e8e5d3c, #w-node-_2e64e6fe-e742-f4ac-a351-2b767c6fb5aa-8e8e5d3c, #w-node-_81ce4dec-9ed0-f23a-f8eb-74e3bb074f96-8e8e5d3c {
  justify-self: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_1f0e7495-ae8a-b500-4545-28832752dad1-3d6589e3 {
  align-self: start;
}

#w-node-_1f0e7495-ae8a-b500-4545-28832752dad3-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c033e17a-d830-8933-8da6-133b3e595fd9-3d6589e3 {
  align-self: start;
}

#w-node-c033e17a-d830-8933-8da6-133b3e595fdb-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f05b37e-ce5e-cfd2-cb3b-7016ba2b9f3a-3d6589e3 {
  align-self: start;
}

#w-node-_3f05b37e-ce5e-cfd2-cb3b-7016ba2b9f3c-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89d7bc51-5990-719a-001e-e2631341ea29-3d6589e3 {
  align-self: start;
}

#w-node-_89d7bc51-5990-719a-001e-e2631341ea2b-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e063282-e5b6-eb05-136c-deee2e5fff8b-3d6589e3 {
  align-self: start;
}

#w-node-_7e063282-e5b6-eb05-136c-deee2e5fff8d-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd705095-1b9f-08c8-ea5c-9bbf73b05fab-3d6589e3 {
  align-self: start;
}

#w-node-fd705095-1b9f-08c8-ea5c-9bbf73b05fad-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758b20-3d6589e3 {
  align-self: start;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758b22-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758b3f-3d6589e3 {
  align-self: start;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758b41-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758b5e-3d6589e3 {
  align-self: start;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758b60-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758b7d-3d6589e3 {
  align-self: start;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758b7f-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758b9c-3d6589e3 {
  align-self: start;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758b9e-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758bbb-3d6589e3 {
  align-self: start;
}

#w-node-_3761d8c6-93ee-4ba4-afaa-20f291758bbd-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e4e9-3d6589e3 {
  align-self: start;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e4eb-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e508-3d6589e3 {
  align-self: start;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e50a-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e527-3d6589e3 {
  align-self: start;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e529-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e546-3d6589e3 {
  align-self: start;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e548-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e565-3d6589e3 {
  align-self: start;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e567-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e584-3d6589e3 {
  align-self: start;
}

#w-node-_494d8974-502c-35c8-5501-8bf493b7e586-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e4f7f-3d6589e3 {
  align-self: start;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e4f81-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e4f9e-3d6589e3 {
  align-self: start;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e4fa0-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e4fbd-3d6589e3 {
  align-self: start;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e4fbf-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e4fdc-3d6589e3 {
  align-self: start;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e4fde-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e4ffb-3d6589e3 {
  align-self: start;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e4ffd-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e501a-3d6589e3 {
  align-self: start;
}

#w-node-_1da717e6-4714-769c-c0fa-07d5990e501c-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb969b-3d6589e3 {
  align-self: start;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb969d-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb96ba-3d6589e3 {
  align-self: start;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb96bc-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb96d9-3d6589e3 {
  align-self: start;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb96db-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb96f8-3d6589e3 {
  align-self: start;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb96fa-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb9717-3d6589e3 {
  align-self: start;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb9719-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb9736-3d6589e3 {
  align-self: start;
}

#w-node-_09d216c8-24fd-79f8-7e4e-2e0c3ccb9738-3d6589e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-_25fe072d-1094-b38c-1bc3-3917fef606df-3d6589e7, #w-node-_5b2e4b14-a30c-3ee7-b2ca-7d75f3a5fa52-3d6589e7, #w-node-_37947a5c-1094-16b4-b66c-020d7312f3be-3d6589e7, #w-node-_37947a5c-1094-16b4-b66c-020d7312f3c1-3d6589e7, #w-node-e5fae3ba-df33-5f5c-e4e1-510a39e1c9fb-3d6589e7, #w-node-e5fae3ba-df33-5f5c-e4e1-510a39e1c9fe-3d6589e7 {
  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 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2bece79c-22a9-f841-5e6b-0a090cc129cb-0fb2f599 {
  align-self: auto;
}

#w-node-_2bece79c-22a9-f841-5e6b-0a090cc129cd-0fb2f599 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4b15340c-59fe-6a45-447b-335d8c70050f-0fb2f599 {
  align-self: auto;
}

#w-node-_4b15340c-59fe-6a45-447b-335d8c700511-0fb2f599, #w-node-ee803303-e2a7-dfa9-70c8-7ea23422719e-3d6589ed {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_485e0351-e11d-b135-fca0-71e535cb7894-3d6589ed, #w-node-b4567343-4a07-f8bf-2746-ec1d947d16a5-3d6589ed, #w-node-c42db691-7b0b-ff71-38bf-96c501b88349-3d6589ed, #w-node-d055e3be-b1a0-af68-6d67-2cf8b466d276-3d6589ef, #w-node-_05ad6233-7d0e-acaf-3fe8-4abe371a973e-3d6589ef, #w-node-fb3ab5b5-990a-383d-2e84-91df4c7513f8-3d6589ef, #w-node-_38e5c580-8369-6949-3f45-550267c3651b-3d6589ef, #w-node-_5aac9972-b552-c69b-58c6-0d7b01f886f4-3d6589ef, #w-node-_0f80553a-ef54-3081-529b-fbf75d9f7cce-3d6589ef, #w-node-_3426b8fc-c077-82cc-b5e0-56a428c3a04d-3d6589f0, #w-node-_991019c8-c179-f757-6884-238e0702802c-3d6589f0, #w-node-ae34106e-63fb-929b-b418-37306e20c6e1-3d6589f0, #w-node-_9db7f10a-fa8a-8a47-5ec0-ba8246be40b3-3d6589f0, #w-node-efb91f1c-7e08-4aa4-b044-9690ff1fa098-3d6589f0, #w-node-_68c08416-2168-f7d1-d16f-971cdf41ca4a-3d6589f0, #w-node-_37f8db5a-9af6-f845-8f1c-8a90524c2b8d-3d6589f0, #w-node-_16da5180-eaa0-354d-d409-407648625664-3d6589f0, #w-node-_2856a932-9342-6eb6-edac-7779a234f8d7-3d6589f0, #w-node-_417b038e-8491-a238-4685-f24e22f285f7-3d6589f0, #w-node-_8c5ef7b8-2e72-7b0b-1500-ae75eeb1e6ab-3d6589f0, #w-node-ec40db36-cf37-0eab-53bf-262009d12cbc-3d6589f2, #w-node-ec40db36-cf37-0eab-53bf-262009d12cc7-3d6589f2, #w-node-ec40db36-cf37-0eab-53bf-262009d12cd2-3d6589f2, #w-node-ec40db36-cf37-0eab-53bf-262009d12cdd-3d6589f2, #w-node-_3426b8fc-c077-82cc-b5e0-56a428c3a04d-3d6589f4, #w-node-_64821b2f-3c8f-ef8d-0682-2e3e4c972218-3d6589f4, #w-node-_49bad85a-8721-0ef0-ab0d-8067cb268c36-3d6589f4, #w-node-_4e63c651-97ab-1b57-a2d8-5f0b5141962d-3d6589f4, #w-node-e793f0ef-9be7-1395-fb84-246914e76332-3d6589f4, #w-node-_3426b8fc-c077-82cc-b5e0-56a428c3a04d-3d6589f5, #w-node-_991019c8-c179-f757-6884-238e0702802c-3d6589f5, #w-node-ae34106e-63fb-929b-b418-37306e20c6e1-3d6589f5, #w-node-_9db7f10a-fa8a-8a47-5ec0-ba8246be40b3-3d6589f5, #w-node-efb91f1c-7e08-4aa4-b044-9690ff1fa098-3d6589f5, #w-node-_68c08416-2168-f7d1-d16f-971cdf41ca4a-3d6589f5, #w-node-_37f8db5a-9af6-f845-8f1c-8a90524c2b8d-3d6589f5, #w-node-_16da5180-eaa0-354d-d409-407648625664-3d6589f5, #w-node-_2856a932-9342-6eb6-edac-7779a234f8d7-3d6589f5, #w-node-_417b038e-8491-a238-4685-f24e22f285f7-3d6589f5, #w-node-_8c5ef7b8-2e72-7b0b-1500-ae75eeb1e6ab-3d6589f5 {
  align-self: 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-3d6589db, #w-node-_39f79a06-a164-44cc-9242-17a3ecbc377b-3d6589db, #w-node-_6ab8f254-f7a3-06e4-855f-787fb8693a37-3d6589db, #w-node-_3f40becf-5354-1f51-1b31-169b66e79b44-3d6589db {
    justify-self: stretch;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  #w-node-_9befe05d-2f8f-d705-0e19-f55ebeca60ef-3d6589d2 {
    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-3d6589d5, #w-node-e5b15211-f232-3d54-d29f-8f74ed7e0bfb-3d6589e2, #w-node-_149d4ccb-e87c-fa6b-3817-9cb1a4dc5714-3d6589e7 {
    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-_0895b715-43e1-2954-c1eb-792ab5984d03-3d6589cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69f53b13-6c0f-7402-7ed7-b185f62dcbde-451ec52d {
    justify-self: stretch;
  }

  #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, #w-node-_88c6d08b-2869-b058-9bf1-4aa59af8359d-9af8358a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Dizumba Icons';
  src: url('../fonts/dizumba-icons.eot') format('embedded-opentype'), url('../fonts/dizumba-icons.woff') format('woff'), url('../fonts/dizumba-icons.ttf') format('truetype'), url('../fonts/dizumba-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@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;
}