:root {
  --bg-color-1: #dae0de;
  --hover-button: #343434;
  --bg-color-2: #f0f1f5;
  --grey: grey;
  --black: #000000e6;
}

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

.container {
  width: 85%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.section {
  z-index: 5000;
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 7px -1px #0003;
}

.navbar {
  background-color: #0000;
}

.logo-company {
  background-image: url('../images/bekenhub4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 70px;
}

.logo-company.black {
  background-image: url('../images/bekenhub1.png');
}

.logo-company.white {
  background-image: url('../images/bekenhub4.png');
}

.section-2 {
  background-color: var(--bg-color-1);
}

.grid {
  grid-template-rows: auto;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  padding-top: 80px;
  display: flex;
}

.heading {
  font-family: Playfair, sans-serif;
  font-size: 62px;
  font-style: normal;
  line-height: 1.2;
}

.heading._1 {
  color: #e3e3e3;
  margin-bottom: 20px;
}

.heading._2 {
  margin-bottom: 20px;
}

.text {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}

.button {
  color: #fff;
  background-color: #2e2e2e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
  display: flex;
}

.button.model1 {
  color: #2e2e2e;
  background-color: #fff;
}

.button.model1:hover {
  background-color: #ffffffd9;
}

.button.model1._1 {
  background-color: var(--hover-button);
  border-radius: 5px;
  width: 170px;
}

.button.delivery:hover {
  background-color: #60cf81;
}

.button.cancel {
  color: #dc143c;
  background-color: #0000;
  border: 1px solid tomato;
}

.button.cancel:hover {
  color: #fff;
  background-color: #dc143c;
  border-style: none;
}

.button.model2 {
  width: 100%;
}

.button.model3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--bg-color-2);
  color: var(--grey);
  width: 50%;
  transition: all .35s ease-in-out;
}

.button.model3:hover {
  color: var(--bg-color-2);
  background-color: #dc143c;
}

.button.model3._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 65%;
}

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

.div-block-2 {
  width: 280px;
  padding-top: 25px;
}

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

.div-block-4 {
  background-image: url('../images/look-lewis-3-550x550.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100vh;
  display: block;
}

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

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

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

.grid-3 {
  grid-column-gap: 34px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-5 {
  background-color: #f3f3f3;
  background-image: url('../images/12611420800-e2.webp');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 280px;
  text-decoration: none;
  transition: transform .35s ease-in-out;
  display: flex;
}

.div-block-5:hover {
  background-color: #f3f3f3;
  background-image: linear-gradient(0deg, #00000036, #515151), url('../images/16_13_05_196_16_4_1_181_img_8618.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.div-block-5._1 {
  background-image: url('../images/12247422001-e2.jpg');
}

.div-block-5._1:hover {
  background-image: linear-gradient(0deg, #00000036, #515151), url('../images/4000.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.div-block-5._2 {
  background-image: url('../images/61xjsVCiLVL._UF10001000_QL80_.png');
  background-position: 50%;
}

.div-block-5._2:hover {
  background-image: linear-gradient(0deg, #00000036, #515151), url('../images/iPhone_XR_-_Black-_Overlap_Trans-cropped-removebg-preview-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.div-block-5._3 {
  background-image: url('../images/NIM036819-1-removebg-preview.png');
  background-position: 50%;
}

.div-block-5._3:hover {
  background-image: linear-gradient(0deg, #00000036, #515151), url('../images/0-removebg-preview.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.h4 {
  color: #fff;
  font-family: Inter, sans-serif;
}

.h4._1 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.h4._2 {
  margin-top: 0;
  margin-bottom: 24px;
}

.h4._3 {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 500;
}

.body {
  background-color: var(--bg-color-1);
}

.image {
  background-image: url('../images/4000.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  flex-flow: column;
  justify-content: space-between;
  height: 400px;
  display: flex;
}

.image:hover {
  background-image: linear-gradient(#00000040, #00000040), url('../images/4000.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 12px;
  display: flex;
}

.link-block {
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.price {
  color: #fffdfd;
  font-family: Inter, sans-serif;
}

.price._1 {
  color: var(--black);
  font-weight: 600;
}

.price._2 {
  color: #ff8a8a;
  text-decoration: line-through;
}

.paragraph {
  color: #ffffff80;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 120%;
}

.paragraph._1 {
  width: 600px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph._1.black {
  color: #000;
}

.paragraph._1.auto {
  width: auto;
  line-height: 160%;
}

.paragraph._2 {
  color: #ffffffb5;
  width: 600px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph._3 {
  color: #fffc;
}

.paragraph._4 {
  color: var(--black);
  margin-bottom: 5px;
}

.div-block-7 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-left: 12px;
  display: flex;
  position: relative;
}

.div-block-7._1 {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  padding-right: 12px;
  position: relative;
}

.text-block {
  color: #fffc;
  letter-spacing: .8px;
  background-color: #1e1e1e;
  border-radius: 8px;
  padding: 5px 12px;
  font-family: Playfair, sans-serif;
  font-size: 14px;
}

.div-block-8 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #e3e3e3;
  background-color: #181818;
  border-radius: 5px;
  padding: 10px 25px;
}

.text-block-2:hover {
  color: #181818;
  background-color: #e3e3e3;
}

.div-block-9 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.section-5 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Se34bd932a54f499eb70d4ad9e5c8fc94j.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 450px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.section-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.card-info {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px 50px;
  display: flex;
}

.icon {
  width: 32px;
  height: 32px;
}

.icon.short {
  color: #a5a5a5;
  width: 24px;
  height: 24px;
}

.icon.check {
  color: var(--bg-color-1);
  width: 42px;
  height: 42px;
}

.icon.close {
  color: var(--bg-color-2);
  width: 24px;
  height: 24px;
}

.icon.cart {
  width: 100%;
  height: 80%;
  padding-top: 10px;
  display: block;
}

.icon.delete {
  width: 28px;
  height: 28px;
}

.icon.account {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 52% auto 0% 3%;
}

.icon.eye, .icon.power, .icon.icon-kpi {
  width: 24px;
  height: 24px;
}

.icon.unic {
  width: 20px;
  height: 20px;
}

.icon.clean {
  border: 1px solid var(--grey);
  border-radius: 50px;
}

.icon.pdf {
  width: 30px;
  height: 30px;
}

.icon.action {
  width: 24px;
  height: 32px;
}

.h3 {
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.h3._1 {
  font-family: Playfair, sans-serif;
  font-weight: 600;
}

.h3._2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
}

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

.div-block-12 {
  width: 250px;
  margin-top: 24px;
}

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

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

.product-image {
  background-color: #f3f3f3;
  background-image: url('../images/mens-fashion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  height: 570px;
  text-decoration: none;
  display: flex;
}

.product-image:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mens-fashion.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.product-image._2 {
  background-image: url('../images/Transparent-Thin-Heat-Dissipation-Simple-Case-For-iPhone-16---Green-_-iphone13.jpg');
}

.product-image._2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Transparent-Thin-Heat-Dissipation-Simple-Case-For-iPhone-16---Green-_-iphone13.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.product-image._3 {
  background-image: url('../images/download-4.jpg');
}

.product-image._3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/download-4.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-13 {
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-14 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 25px;
  display: flex;
}

.section-8 {
  background-color: #0b0b0b;
  padding-top: 100px;
  padding-bottom: 80px;
}

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

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  color: #ffffff80;
  padding: 12px 12px 12px 0;
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.link-footer:hover {
  color: #ffffffe6;
}

.midia {
  width: 24px;
  height: 24px;
}

.div-block-16 {
  border-top: 1px solid #aaaaaa26;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-top: 25px;
  display: flex;
}

.linknav {
  transition: all .25s ease-in-out;
  display: block;
}

.nav-menu {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu._1 {
  display: none;
}

.div-block-17 {
  width: 150px;
}

.button1 {
  color: #fff;
  background-color: #2e2e2e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
}

.section-9 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Se34bd932a54f499eb70d4ad9e5c8fc94j.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 500px;
  position: relative;
}

.section-9.apple {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/📱-iPhone-Aesthetic-Goals_-Sleek-Stylish-Essential.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-9.clock {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/RELÓGIOS-MASCULINOS-GAFES-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.tab-link-tab-1 {
  background-color: var(--bg-color-1);
  color: var(--black);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-decoration: none;
  display: inline-flex;
}

.tab-link-tab-1.w--current {
  background-color: var(--black);
  color: var(--bg-color-1);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: inline-flex;
}

.tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-tab-1 {
  padding-top: 50px;
}

.grid-7 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.link {
  color: var(--bg-color-1);
  text-decoration: none;
}

.text-block-3 {
  color: #bbb;
}

.div-block-21 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.color_available {
  background-color: var(--black);
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

.color_available.white {
  background-color: #fff;
}

.color_available.red {
  background-color: #ff0000e6;
}

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

.div-block-23 {
  background-color: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 8px;
  height: 16px;
}

.div-block-24 {
  background-color: var(--black);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  width: 8px;
  height: 16px;
}

.div-block-25, .div-block-26 {
  display: flex;
}

.promo {
  color: var(--bg-color-1);
  letter-spacing: .5px;
  background-color: #fd5154;
  border-radius: 100px;
  padding: 3px 8px;
  font-size: 11px;
}

.div-block-27 {
  background-color: var(--bg-color-1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.overlay {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: absolute;
  inset: 0%;
}

.div-block-28 {
  background-color: #f0f1f5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}

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

.tabs {
  display: none;
}

.section-11 {
  z-index: 1;
  height: 1000px;
  padding-top: 140px;
  position: relative;
}

.grid-8 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.product-image-tab-link {
  cursor: pointer;
  background-color: #0000;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  padding: 0 8px;
  text-decoration: none;
  transition: transform .2s ease-in-out;
  display: block;
}

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

.tabs-menu-2 {
  justify-content: space-between;
  height: 180px;
  display: flex;
}

.image-wrapper {
  border: 1px solid var(--bg-color-1);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

.tab-pane {
  height: 100%;
}

.tabs-2 {
  z-index: 1;
  height: 100%;
  min-height: 700px;
}

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

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

.extra-info-text.categeria-mble {
  color: #767676;
  margin-bottom: 0;
  font-size: 14px;
}

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

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

.plus-minus-wrapper._40.wide._20 {
  background-color: var(--bg-color-2);
}

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

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

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

.product-price {
  font-family: Inter, sans-serif;
  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.small {
  font-size: 16px;
}

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

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

.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: #111210;
  background-color: #1112100d;
}

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

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

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

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

.product-items-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-title {
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

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

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

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

.button-line {
  display: none;
}

.button-wrapper.comprar-button.on-prod-page {
  overflow: hidden;
}

.button-wrapper.pos-absolute {
  background-color: #fff;
  border-top: 1px solid #efefef;
  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.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.add-address {
  border-top: 1px #d9d9d9;
  width: auto;
  padding-top: 24px;
  display: block;
}

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

.quantity {
  text-align: center;
  cursor: default;
  width: 33.33%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Inter, sans-serif;
  line-height: 39px;
  display: inline-block;
}

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

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

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

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

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

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

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

.product-in-stock {
  color: #767676;
  align-items: center;
  margin-bottom: 3px;
  font-size: 15px;
  display: block;
}

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

.button-2 {
  text-align: center;
  border-radius: 12px;
  height: 40px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  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-2.blue-button {
  background-color: var(--black);
  color: #fff;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

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

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

.button-2.red-button {
  color: #fff;
  background-color: #bd3a3a;
}

.button-2.red-button:hover {
  background-color: #a33131;
}

.button-2.red-outline {
  color: #bd3a3a;
  background-color: #0000;
  border: 1px solid #bd3a3a;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button-2.red-outline:hover {
  color: #fff;
  background-color: #bd3a3a;
}

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

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

.grid-9._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-9._2-row {
  color: #111210;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.grid-9._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-9._3-col._40-gap {
  grid-column-gap: 40px;
}

.grid-9._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;
}

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

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

.product-category._0-padding._10 {
  text-decoration: none;
}

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

.section-12 {
  background-color: var(--bg-color-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

.delivery_button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  color: var(--bg-color-1);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.div-block-33 {
  z-index: 9000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-34 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--black);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  width: 50%;
  padding: 50px;
  display: flex;
}

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

.div-block-36 {
  background-color: #60bf89;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.h2 {
  color: silver;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.bold-text {
  color: #47b091;
}

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

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

.bold-text-2, .bold-text-3 {
  color: var(--bg-color-1);
}

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

.close {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.div-block-41 {
  width: 230px;
}

.div-block-42 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.cart-icon:hover {
  background-color: #f5f5f5;
}

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

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

.cart-item-counter {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #f35252;
  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;
}

.cart-icon-link {
  color: #111210;
  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: #f5f5f5;
}

.lottie-animation {
  z-index: 5;
  background-color: #04a777;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: none;
  position: absolute;
  inset: 0% 3px auto auto;
}

.no-results {
  color: #9c9c9c;
  text-align: center;
  font-size: 18px;
  display: block;
}

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

.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.no-padding {
  padding-left: 0;
}

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

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

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

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

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

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

.image-wrapper-2.cart-image-wrapper {
  border: 1px solid #efefef;
  border-radius: 12px;
  height: 130px;
}

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

.white-bg {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

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

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

.cart-price {
  color: #767676;
}

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

.header {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

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

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

.section-header-wrapper._1 {
  width: 50%;
  margin-bottom: 0;
}

.search-button {
  color: #9c9c9c;
  text-align: center;
  background-color: #0000;
  width: 45px;
  height: 45px;
  margin-top: 18px;
  margin-bottom: 19px;
  padding: 1px 0 0;
  font-size: 23px;
  line-height: 1;
  position: absolute;
  inset: 0% auto auto 16px;
}

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

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

.close-nav:hover {
  color: #111210;
}

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

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

.search-content {
  z-index: 5000000;
  background-color: #fff;
  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;
}

.nav-menu-2 {
  z-index: 1200;
  background-color: #fff;
  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;
}

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

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

.cart-prod-name-link {
  color: #111210;
  text-decoration: none;
}

.drop-link-wrapper {
  color: #111210;
  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: #f5f5f5;
}

.drop-link-wrapper.w--current {
  color: #bd3a3a;
}

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

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

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

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

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

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

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

.dropdown-content {
  background-color: #fff;
  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;
}

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

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

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

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

.nav-link {
  color: #111210;
  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: #f5f5f5;
}

.nav-link.w--current {
  color: #bd3a3a;
}

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

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

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

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

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

.profile-dropdown-link {
  color: #111210;
  border-bottom: 1px solid #d9d9d9;
  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: #f5f5f5;
}

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

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

.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: #9c9c9c;
  font-weight: 400;
}

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

.yes-results {
  display: none;
}

.nav-profile {
  position: relative;
}

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

.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 {
  color: #545454;
  background-color: #f5f5f5;
}

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

.profile-dropdown-toggle.w--open {
  color: #111210;
  background-color: #f5f5f5;
}

.extra-info {
  color: #767676;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

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

.close-cart {
  z-index: 2;
  color: #111210;
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 25px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 18px 18px auto auto;
  box-shadow: 0 0 12px #0000001a;
}

.close-cart:hover {
  color: #111210;
}

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

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

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

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

.quantity-delete {
  position: relative;
}

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

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

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

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

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

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

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

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

.section-header {
  margin-bottom: 7px;
  font-family: Inter, sans-serif;
  font-size: 40px;
}

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

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

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

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

.price-title {
  font-family: Inter, sans-serif;
  display: inline-block;
}

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

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

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

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

.price-numbers {
  float: right;
  font-family: Inter, sans-serif;
  display: inline-block;
}

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

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

.section-13.min-height._40-top.chkout {
  padding-top: 120px;
}

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

.section-13._40-top.chkout {
  padding-top: 120px;
}

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

.button-3 {
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 50px;
  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: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.button-3.blue-button.inside-product-page:hover {
  background-color: var(--hover-button);
}

.container-3 {
  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-3.overflow-hidden {
  width: 90%;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.product-price-2 {
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

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

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

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

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

.header-2 {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

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

.checkout-button-2 {
  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-2.blue-button.pay {
  background-color: var(--black);
}

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

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

.checkout-button-2.blue-button {
  background-color: var(--black);
  color: #fff;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

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

.price-title-2 {
  font-family: Inter, sans-serif;
  display: inline-block;
}

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

.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 {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

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

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

.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 {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #cccccc80;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

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

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

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

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

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

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

.new-address-button.add-button {
  color: #fff;
  text-align: center;
  background-color: #3a86ff;
  border-radius: 12px;
  justify-content: center;
  width: 184.641px;
  height: 45px;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 27px;
  font-size: 16px;
  overflow: hidden;
}

.new-address-button.add-button:hover {
  background-color: #3479e5;
}

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

.button-4 {
  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-4.cancel {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #0000;
  height: 45px;
  padding-top: 14px;
  padding-bottom: 0;
}

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

.button-4.red-outline {
  color: #bd3a3a;
  background-color: #0000;
  border: 1px solid #bd3a3a;
  padding-top: 11px;
  padding-bottom: 11px;
}

.button-4.red-outline:hover {
  color: #fff;
  background-color: #bd3a3a;
}

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

.price-numbers-2 {
  float: right;
  font-family: Inter, sans-serif;
  display: inline-block;
}

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

.choice-tab-link {
  border: 2px solid var(--bg-color-1);
  color: var(--grey);
  cursor: pointer;
  background-color: #0000;
  border-radius: 8px;
  height: 96px;
  padding: 0;
  font-family: Inter, sans-serif;
  text-decoration: none;
  transition: transform .2s ease-in-out;
}

.choice-tab-link.w--current {
  background-color: var(--black);
  color: var(--bg-color-2);
  border-style: none;
}

.choice-item {
  height: 96px;
}

.choice-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-43 {
  height: 35px;
}

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

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

.selected-tab-pane {
  min-height: 200px;
}

.adress-wrapper {
  padding: 40px;
}

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

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

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

.text-field {
  border: 1px solid var(--bg-color-2);
  background-color: #f4f4f480;
  border-radius: 8px;
  height: 50px;
}

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

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

.user-with-address {
  border: 1px #3a86ff;
  min-height: 351px;
  padding: 40px 40px 24px;
}

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

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

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

.pagamento-content.valor {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f5f5f5;
  border-radius: 16px;
  flex-flow: column;
  padding: 20px 20px 24px;
  display: flex;
}

.pagamento-data {
  color: #767676;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.pagamento-date-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  background-color: #f5f5f5;
  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;
}

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

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

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

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

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

.header-5 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

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

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

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

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

.header-6 {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

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

.uploaded-photo-wrapper.open {
  display: block;
}

.div-block-44 {
  flex: 1;
}

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

.photo-upload-input-field.no-bg-fill {
  color: #111210;
  background-color: #0000;
  border-width: 2px;
  border-color: #3a86ff;
}

.photo-upload-input-field.no-bg-fill:hover {
  background-color: #f7faff;
}

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

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

.uploaded-image-resolution {
  color: #767676;
  font-size: 14px;
}

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

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

.uploaded-photo-div {
  border-right: 1px solid #d9d9d9;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
}

.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-upload-text {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 100%;
}

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

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

.instructions-wrapper {
  padding: 40px 40px 24px;
}

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

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

.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-paragraph {
  color: #111210;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.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.perigo {
  color: #fff;
  background-color: #f35252;
  flex: 1;
  padding-left: 0;
  padding-right: 0%;
  position: relative;
}

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

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

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

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

.modal-icon {
  text-align: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 50px;
}

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

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

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

.modal.sucesso {
  color: #04a777;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal.alerta {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  color: #f8c005;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal.danger {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  color: #f35252;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal.alerta {
  color: #f8c005;
  display: none;
}

.modal.danger {
  color: #f35252;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.checkout-mobile {
  display: none;
}

.div-block-45 {
  flex: 1;
}

.checkout-mobile-nav {
  display: none;
}

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

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

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

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

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

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

.selected-tab-pane-2 {
  border: 1px #3a86ff;
  border-radius: 16px;
  min-height: 200px;
}

.pagamento-data-2 {
  color: #767676;
  font-size: 18px;
  line-height: 1;
}

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

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

.choice-tab-link-2.w--current {
  color: #111210;
  background-color: #fff;
  border-color: #3a86ff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.checkout-mobile-nav-2 {
  display: none;
}

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

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

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

.quantity-2 {
  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;
}

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

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

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

.user-with-address-2 {
  border: 1px #3a86ff;
  min-height: 351px;
  padding: 20px 0 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;
}

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

.text-field-2:focus {
  color: #111210;
  border-color: #767676;
}

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

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

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

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

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

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

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

.checkout-mobile-nav-3 {
  display: none;
}

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

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

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

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

.selected-tab-pane-3 {
  border: 1px #3a86ff;
  border-radius: 16px;
  min-height: 200px;
}

.pagamento-data-3 {
  color: #767676;
  font-size: 18px;
  line-height: 1;
}

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

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

.choice-tab-link-3.w--current {
  color: #111210;
  background-color: #fff;
  border-color: #3a86ff;
}

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

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

.address-wrapper {
  border: 1px solid #3a86ff;
  border-radius: 16px;
  padding: 24px;
}

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

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

.field-label-2 {
  color: #767676;
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

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

.adress-tab-link.w--current {
  color: #111210;
  background-color: #fff;
  border-color: #3a86ff;
}

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

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

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

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

.container-4 {
  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-4.mob-percent {
  height: 100%;
}

.close-tab {
  display: none;
}

.tab-link {
  color: #767676;
  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: #111210;
}

.tab-link.w--current {
  color: #bd3a3a;
  font-weight: 500;
}

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

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

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

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

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

.tabed-section {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  height: 70px;
  display: none;
  position: sticky;
  top: 80px;
}

.profile-edit {
  color: #767676;
  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: #111210;
}

.profile-edit.w--current {
  color: #111210;
  border-bottom-color: #bd3a3a;
  font-size: 16px;
}

.logout {
  color: #767676;
  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: #111210;
}

.logout.w--current {
  color: #111210;
  border-bottom-color: #bd3a3a;
  font-size: 16px;
}

.tab-trigger {
  display: none;
}

.svg-3 {
  width: 24px;
  height: 24px;
}

.navigation-wrapper {
  padding-top: 100px;
}

.navigation-wrapper._1 {
  padding-top: 0;
}

.navigation_box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.svg-6 {
  color: #0f496e;
  width: 20px;
  height: 20px;
}

.text-block-219 {
  padding-right: 10px;
}

.input-3 {
  border: 1px solid #cacaca;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  padding-left: 20px;
}

.link-block-15 {
  text-decoration: none;
  display: inline-flex;
}

.svg-4 {
  width: 24px;
  height: 24px;
}

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

.link-block-14 {
  background-color: var(--black);
  color: #f6f8fb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.navigation_next_previous {
  display: flex;
}

.text-block-218 {
  color: #091426;
  margin-left: 10px;
}

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

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

.previous {
  border: 2px solid var(--hover-button);
  color: var(--black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.section-14 {
  background-color: #fff;
  padding-bottom: 80px;
  display: block;
}

.svg-2 {
  width: 22px;
  height: 24px;
}

.button-5 {
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  height: 44px;
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5.main {
  color: #fff;
  background-color: #0f496e;
  justify-content: center;
  align-items: stretch;
  height: 50px;
}

.search-icon {
  color: #667999;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  font-size: 24px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-456 {
  width: 25%;
}

.button-text-2 {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.select-field {
  border: 1px solid var(--bg-color-1);
  color: #091426;
  background-color: #0000;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
}

.main-font-icon {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 24px;
  font-size: 24px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.main-font-icon.smaller-icon {
  transform: scale(.93);
}

.table-utility-row {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 20px;
  display: flex;
}

.table-utility-row._500 {
  justify-content: flex-start;
  align-items: center;
}

.button-link {
  z-index: 1;
  width: 100%;
  transition: all .1s;
  display: block;
  position: absolute;
  inset: 0% 44px 0% 0%;
}

.table-main-button-wrapper {
  display: none;
}

.left-icon-wrapper {
  z-index: 2;
  height: 100%;
  position: relative;
  top: -14px;
}

.icon-2 {
  cursor: pointer;
  width: 43px;
  height: 43px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  transition: background-color .2s;
  overflow: hidden;
}

.icon-2:hover {
  background-color: #0000;
}

.icon-2.left-icon {
  width: auto;
  margin-right: 8px;
  padding-left: 0;
}

.form-field-wrapper-3 {
  margin-bottom: 24px;
  position: relative;
}

.form-field-wrapper-3.wrap-search {
  flex: 0 auto;
  margin-bottom: 0;
}

.form-field-wrapper-3.wrap-search._10 {
  width: 45%;
}

.input-4 {
  border: 1px solid var(--bg-color-1);
  color: #091426;
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding: 8px 12px;
  transition: border-color .2s;
}

.search-field-wrapper {
  background-color: #fff;
  position: relative;
}

.form-search-field {
  z-index: 1;
  border: 1px solid var(--bg-color-1);
  color: #091426;
  letter-spacing: -.3px;
  background-color: #0000;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 39px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .2s;
  position: relative;
}

.form-search-field::placeholder {
  color: #667999;
  font-weight: 400;
}

.div-block-457 {
  padding-top: 40px;
}

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

.body-2 {
  background-color: var(--bg-color-1);
}

.mother-contain {
  background-color: var(--bg-color-1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.mother-contain._1 {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.login {
  background-color: #fff;
  border-radius: 16px;
  width: 500px;
  padding: 40px;
}

.field-label-3 {
  color: var(--hover-button);
  font-size: 16px;
}

.text-field-3 {
  border: 1px solid var(--bg-color-1);
  color: var(--black);
  border-radius: 5px;
  height: 50px;
  padding-left: 55px;
  font-family: Inter, sans-serif;
  position: relative;
}

.div-block-460 {
  margin-bottom: 24px;
  position: relative;
}

.div-block-461 {
  width: 300px;
  margin: 24px auto;
}

.div-block-462 {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

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

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.div-block-463 {
  padding-left: 12px;
}

.div-block-464 {
  text-align: center;
}

.div-block-465 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 25% 5% 0% auto;
}

.body-3 {
  background-color: var(--bg-color-1);
  font-family: Inter, sans-serif;
}

.navigation-fixed {
  z-index: 5000;
  background-color: #fffffff2;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px -1px #0003;
}

.navbar-2 {
  background-color: #0000;
}

.nav-menu-3 {
  height: 70px;
  display: flex;
}

.nav-link-2 {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 15px;
  transition: all .35s ease-in-out;
  display: flex;
}

.nav-link-2:hover {
  color: var(--hover-button);
}

.nav-link-2.w--current {
  color: var(--black);
}

.div-block-466 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.div-block-467 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.div-block-467:hover {
  color: #f64949e6;
}

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

.dropdown-list {
  top: 0%;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  top: 105%;
}

.page-content-wrapper {
  height: 100%;
  padding-top: 80px;
}

.content {
  min-height: 100%;
  padding-bottom: 88px;
  padding-left: 0;
  padding-right: 0;
}

.dash-main-content {
  padding-top: 40px;
  padding-bottom: 20px;
}

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

.kpi {
  background-color: #fffffff2;
  border-radius: 5px;
  flex-flow: column;
  justify-content: space-between;
  height: 150px;
  padding: 24px;
  display: flex;
}

.kpi-top-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kpi-top-section.mind {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.kpi-top-section.bottom {
  justify-content: flex-end;
  display: flex;
}

.kpi-header {
  height: 24px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 500;
  line-height: 1;
}

.text-block-223 {
  font-size: 24px;
  font-weight: 400;
}

.price-kpi {
  padding-bottom: 20px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
}

.date-kpi {
  color: var(--grey);
}

.icon-kpi {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.requests-wrapper {
  padding-top: 40px;
}

.table-utility-row-2 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  padding: 20px;
  display: flex;
}

.table-utility-row-2._500 {
  justify-content: flex-start;
  align-items: center;
}

.table-image-wrapper {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.form-search-field-2 {
  z-index: 1;
  color: #091426;
  letter-spacing: -.3px;
  background-color: #0000;
  border: 1px solid #c9d7f03d;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 39px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .2s;
  position: relative;
}

.form-search-field-2::placeholder {
  color: #667999;
  font-weight: 400;
}

.table-checkbox-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.table-row {
  border: 1px #c9d7f0;
  border-bottom: 1px solid #c9d7f03d;
  height: 64px;
  display: flex;
  position: relative;
}

.table-row:hover {
  border-style: solid;
  border-color: #cecece;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.table-row.cell-label-wrapper {
  background-color: var(--bg-color-1);
  height: 44px;
  padding-right: 60px;
}

.table-row.cell-label-wrapper:hover {
  border-style: none;
}

.table-row.produtos {
  height: 80px;
}

.table-row.cliente {
  height: auto;
  text-decoration: none;
}

.table-checkbox {
  float: none;
  cursor: pointer;
  background-color: #fff;
  border-color: #c9d7f0;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.table-checkbox.w--redirected-checked {
  background-color: #1d3caa;
  background-image: url('../images/done_white_48dp.svg');
  background-size: 20px;
  border-color: #1d3caa;
  border-radius: 4px;
}

.table-checkbox.w--redirected-focus {
  box-shadow: none;
}

.menu-item {
  color: #091426;
  letter-spacing: -.3px;
  border-radius: 4px;
  align-items: center;
  height: 40px;
  padding-top: 3px;
  padding-left: 40px;
  font-weight: 500;
  transition: background-color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-item:hover {
  background-color: #f6f8fb;
}

.table-row-content {
  color: #091426;
  flex: 1;
  height: 100%;
  display: flex;
}

.table-row-content.item-link {
  color: #091426;
  text-decoration: none;
}

.table-cell-text {
  flex: 1;
  height: 19px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.flyout-menu-wrapper {
  background-color: #fff;
  border: 1px #c9d7f0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 20px #142b523d;
}

.flyout-menu-wrapper.table-actions-flyout {
  width: 174px;
  display: none;
  inset: 52px 15% auto auto;
}

.table-row-action-button-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
  position: relative;
}

.icon-3 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  padding-top: 0;
  padding-left: 0;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.icon-3:hover {
  background-color: #0000;
}

.icon-3._3-dots {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.icon-3.left-icon {
  width: auto;
  margin-right: 8px;
  padding-left: 0;
}

.icon-3.menu-left-icon {
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.cell-label {
  color: #091426;
  text-transform: none;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.cell-label._25 {
  width: 25%;
}

.cell-label._25.plus {
  width: 40%;
}

.cell-label._20 {
  width: 20%;
}

.cell-label._15 {
  width: 15%;
}

.cell-label._10 {
  flex-wrap: wrap;
  width: 15%;
}

.table-action-button {
  color: #667999;
  text-align: center;
  letter-spacing: -.3px;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 4px;
  flex: none;
  font-size: 16px;
  display: none;
  position: relative;
  overflow: hidden;
}

.flyout-menu-content {
  background-color: #fff;
  padding: 0 16px 8px;
}

.flyout-menu-content.in-table {
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.table {
  background-color: #fff;
  border: 1px #c9d7f0;
  border-radius: 0 0 5px 5px;
}

.table._1 {
  border-radius: 5px 5px 0 0;
}

.table._1.none {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.table-cell-text-copy {
  flex: 1;
  height: 19px;
  padding-top: 1px;
  padding-bottom: 1px;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.table-cell-text-copy:hover {
  color: #dd4040;
}

.form-section {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-section._1 {
  padding-bottom: 0;
}

.checkbox-lable {
  min-width: 100%;
  min-height: 20px;
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 14px;
  position: relative;
  top: 0;
}

.checkbox-lable.hidden {
  display: none;
}

.button-text-3 {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.table-cell {
  align-items: center;
  height: 100%;
  padding-left: 12px;
  font-size: 16px;
  display: flex;
}

.table-cell._20 {
  width: 20%;
}

.table-cell._10 {
  flex-wrap: wrap;
  width: 15%;
}

.table-cell._10.i {
  display: none;
}

.table-cell._15 {
  width: 15%;
}

.table-cell._25 {
  width: 25%;
}

.table-cell._25.client-cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.table-cell._25.client-cell.plus {
  width: 40%;
}

.button-6 {
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  height: 44px;
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-6.main {
  color: #fff;
  background-color: #1d3caa;
  justify-content: center;
  align-items: stretch;
  height: 50px;
}

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

.menu-icon-wrapper {
  z-index: 2;
  height: 100%;
  margin-right: 8px;
  display: none;
  position: absolute;
  inset: 0% auto 0% 8px;
}

.form-field-wrapper-4 {
  margin-bottom: 24px;
  position: relative;
}

.form-field-wrapper-4.wrap-search {
  flex: 0 auto;
  margin-bottom: 0;
}

.form-field-wrapper-4.wrap-search._10 {
  max-width: 250px;
}

.img.is--contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.img.is--contain.utiliza-dentro {
  object-fit: cover;
  border: 1px solid #c9d7f03d;
  border-radius: 200px;
  width: 200px;
  height: 200px;
}

.form-search-field-3 {
  z-index: 1;
  color: #091426;
  letter-spacing: -.3px;
  background-color: #0000;
  border: 1px solid #c9d7f03d;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 39px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .2s;
  position: relative;
}

.form-search-field-3::placeholder {
  color: #667999;
  font-weight: 400;
}

._3dots {
  width: 24px;
  height: 24px;
  font-size: 28px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.status-wrapper {
  text-align: center;
  text-transform: uppercase;
  border-radius: 2px;
  width: 95px;
  padding: 5px 6px 4px;
  font-size: 10px;
  font-weight: 600;
}

.status-wrapper.reembolso {
  color: #5d6f8c;
  letter-spacing: .3px;
  background-color: #012f7e1f;
}

.status-wrapper.reembolso.hidden {
  display: none;
}

.status-wrapper.nao-pago {
  color: #c28823;
  letter-spacing: .3px;
  background-color: #f7b84b33;
}

.status-wrapper.nao-pago.hidden {
  display: none;
}

.status-wrapper.pago {
  color: #0bb261;
  letter-spacing: .3px;
  background-color: #40bf6033;
}

.status-wrapper.pago.hidden {
  display: none;
}

.status-wrapper.cancelado {
  color: #dd4040;
  letter-spacing: .3px;
  background-color: #dd404033;
}

.button-text-4 {
  z-index: 0;
  height: 19px;
  padding-right: 1px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button-7 {
  letter-spacing: -.3px;
  border-radius: 4px;
  flex: none;
  height: 44px;
  padding-top: 14px;
  padding-left: 24px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-7.main {
  color: #fff;
  background-color: #1d3caa;
  justify-content: center;
  align-items: stretch;
  height: 50px;
}

.form-field-wrapper-5 {
  margin-bottom: 24px;
  position: relative;
}

.form-field-wrapper-5.wrap-search {
  flex: 0 auto;
  margin-bottom: 0;
}

.form-field-wrapper-5.wrap-search._10 {
  width: 45%;
}

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

.arrow-back {
  color: var(--black);
  text-decoration: none;
}

.div-block-469 {
  flex: 1;
  padding-left: 16px;
}

.text-block-224 {
  letter-spacing: .3px;
  font-size: 24px;
  line-height: 1;
}

.select-field-2 {
  color: #091426;
  background-color: #0000;
  border: 1px solid #c9d7f03d;
  border-radius: 4px;
  height: 50px;
  margin-bottom: 0;
}

.close-flyout {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.not-valid {
  display: none;
}

.grid-12 {
  grid-template-rows: auto;
  width: 50%;
}

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

.produto-inside-content {
  background-color: #fff;
  border-radius: 8px;
  height: 85px;
  margin-bottom: 8px;
  display: flex;
}

.produto-inside-content:hover {
  border: 1px solid var(--bg-color-2);
}

.icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding-left: 10px;
  display: flex;
}

.div-block-471 {
  background-image: url('../images/67e146ef270812dd0983d5af_product-placeholder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 60%;
  height: 70px;
}

.detail-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-top: 10px;
  padding-bottom: 5px;
  display: flex;
}

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

.text-block-225 {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}

.div-block-473 {
  background-color: var(--grey);
  width: 1px;
  height: 15px;
  margin-bottom: 3px;
}

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

.text-block-226 {
  color: var(--grey);
  margin-top: 3px;
  margin-right: 15px;
}

.clean-content {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.link-block-16 {
  color: var(--grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.delivery-details-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 35px 50px;
}

.details-wrapper {
  margin-bottom: 25px;
}

.text-block-227 {
  color: var(--hover-button);
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.div-block-475 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--grey);
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 25px;
  text-decoration: none;
  display: flex;
}

.div-block-475:hover {
  color: var(--hover-button);
}

.text-block-228 {
  flex: 1;
  margin-left: 10px;
  font-size: 12px;
}

.text-block-228._1 {
  color: var(--grey);
  margin-left: 0;
}

.div-block-476 {
  background-color: #fff;
  border-radius: 8px;
  width: 50%;
  margin-top: 15px;
  padding: 25px 50px;
}

.div-block-477 {
  padding-bottom: 0;
}

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

.text-block-229 {
  color: var(--black);
  text-transform: uppercase;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-230 {
  color: var(--grey);
  line-height: 25px;
}

.estado {
  color: #fff;
  text-align: center;
  background-color: #d7b601;
  border-radius: 8px;
  width: 70%;
  padding: 10px 20px;
}

.estado.pago {
  background-color: #60cf81;
}

.estado.cancelado {
  background-color: #dc143c;
}

.div-block-479 {
  justify-content: flex-end;
  width: 20%;
  display: flex;
}

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

.image-content {
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 90px;
  display: flex;
}

.div-block-480 {
  background-image: url('../images/Profile_avatar_placeholder_large.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 60px;
  height: 60px;
}

.div-block-480.box {
  background-image: url('../images/67e146ef270812dd0983d5af_product-placeholder.png');
  border-radius: 5px;
  width: 70px;
}

.full-name {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 90px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.full-name._25 {
  width: 25%;
}

.full-name._50 {
  width: 50%;
}

.full-name._80 {
  width: 80%;
}

.full-name._10 {
  width: 15%;
}

.text-block-231 {
  color: var(--black);
  max-height: 80px;
  font-size: 16px;
  overflow: hidden;
}

.wrapper-info {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.wrapper-info.status {
  justify-content: center;
  align-items: center;
}

.div-block-481 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.div-block-481.action {
  width: 10%;
}

.data {
  color: var(--grey);
  font-size: 15px;
  line-height: 100%;
}

.data.promo1 {
  color: #60cf81;
}

.data.fora-de-stock {
  color: #dc143c;
}

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

.link-block-17 {
  color: #aaa;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  text-decoration: none;
  display: flex;
}

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

.link-block-17._1 {
  width: auto;
}

.text-block-232 {
  line-height: 30px;
}

.form-left-side {
  background-color: #fff;
  border-right: 1px solid #aaa;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: 1;
  width: 50%;
  padding: 50px;
}

.form-product-side {
  display: flex;
}

.form-right-side {
  background-color: #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 50%;
  padding: 50px;
}

.form-field-label {
  color: var(--black);
  margin-bottom: 8px;
  font-weight: 500;
}

.form-field-label._1 {
  margin-bottom: 15px;
}

.form-text-field {
  border: 1px solid var(--bg-color-1);
  background-color: var(--bg-color-2);
  color: var(--black);
  border-radius: 5px;
  height: 45px;
}

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

.form-text-field.area {
  height: 120px;
}

.form-text-field._1 {
  height: 50px;
}

.div-block-483 {
  margin-bottom: 24px;
}

.checkbox {
  border-radius: 4px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox-field {
  border-bottom: 1px solid var(--bg-color-2);
  padding-bottom: 24px;
}

.uploaded-photo-content-2 {
  background-color: var(--bg-color-2);
  border: 1px solid #d0d3dd;
  border-radius: 4px;
  height: 130px;
  margin-bottom: 10px;
  display: flex;
}

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

.uploaded-image-resolution-2 {
  color: #9c9c9c;
}

.button-8 {
  float: right;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 4px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 9px 25px;
  font-size: 14px;
  text-decoration: none;
  transition: all .1s;
}

.button-8.gray {
  color: #9c9c9c;
  background-color: #f8f8f8;
  border: 1px solid #d0d3dd;
  margin-left: 0;
  margin-right: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.button-8.gray:hover {
  background-color: var(--black);
  color: #fff;
  border-color: #0000;
}

.photo-upload-input-field-2 {
  border: 2px dashed var(--bg-color-1);
  background-color: var(--bg-color-2);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  transition: all .1s;
  display: flex;
}

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

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

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

.uploaded-photo-div-2 {
  border-right: 1px solid #d0d3dd;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 15px;
  display: flex;
}

.photo-upload-icon {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 100%;
}

.photo-upload-input-wrapper-2 {
  border-bottom: 1px solid #e0e2e7;
  margin-bottom: 25px;
  padding-top: 0;
  padding-bottom: 50px;
}

.photo-upload-text-2 {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 100%;
}

.photo-upload-text-2.small-gray {
  color: #9c9c9c;
  margin-bottom: 0;
  font-size: 12px;
}

.div-block-58 {
  flex: 1;
}

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

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

.dropdown-toggle {
  color: var(--grey);
}

.dropdown-toggle:hover {
  color: var(--hover-button);
}

.grid-14 {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.link-block-18 {
  border: 1px solid var(--bg-color-2);
  color: var(--hover-button);
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  text-decoration: none;
}

.link-block-18:hover {
  border: 1px solid #ccc;
}

.div-block-486 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-43 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid-44 {
  grid-template-rows: auto;
}

.img-wrapper.utilizador-1 {
  background-color: #fff;
  border: 1px #c9d7f03d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.list-item {
  color: var(--grey);
  margin-bottom: 24px;
  font-size: 16px;
}

.list-item-lable {
  color: #667999;
  letter-spacing: -.3px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.div-block-487 {
  background-color: #fff;
  border: 1px #c9d7f03d;
  border-radius: 4px;
  padding: 40px;
}

.admin-image {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.image-8 {
  border-radius: 100px;
  width: 120px;
  height: 120px;
}

.div-block-488 {
  text-align: center;
  margin-bottom: 20px;
}

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

.text-block-235 {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 20px;
  font-size: 18px;
  line-height: 150%;
}

.div-block-489 {
  padding: 40px 40px 24px;
}

@media screen and (max-width: 991px) {
  .container {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading {
    font-size: 42px;
  }

  .heading._2 {
    font-family: Inter, sans-serif;
  }

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

  .div-block-4 {
    width: 100%;
    height: 100vh;
  }

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

  .paragraph._2 {
    width: 520px;
  }

  .card-info {
    padding-left: 0;
    padding-right: 0;
  }

  .h3 {
    font-size: 20px;
  }

  .div-block-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

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

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

  .nav-menu {
    z-index: 2147483647;
    background-color: #f3f3f3;
    width: 80%;
    height: 100vh;
    padding-top: 140px;
    padding-left: 100px;
    display: none;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

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

  .menu-button.w--open {
    background-color: #0000;
  }

  .section-9 {
    height: 450px;
  }

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

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

  .section-11 {
    height: auto;
    padding-bottom: 100px;
  }

  .tabs-2 {
    display: none;
  }

  .product-description {
    color: #111210;
  }

  .plus-minus-wrapper {
    height: 35px;
  }

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

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

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

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

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

  .button-text {
    height: 16px;
  }

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

  .button-wrapper.add-to-cart-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

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

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

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

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

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

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

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

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

  .button-2.blue-button.inside-product-page {
    padding-top: 13px;
    padding-bottom: 0;
  }

  .button-2.blue-button.comprar {
    height: 35px;
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .button-2.red-outline {
    padding-top: 12px;
  }

  .grid-9._7-row {
    padding-top: 24px;
  }

  .grid-9._7-row.prod-content {
    padding-top: 0;
    padding-bottom: 4px;
  }

  .grid-9._3-col._40-gap.align {
    grid-column-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(240px, 260px);
  }

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

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

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

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

  .image-wrapper-2.product-card-image-wrapper {
    height: 160px;
  }

  .section-header-wrapper._1 {
    width: 100%;
  }

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

  .search-content {
    right: 0;
  }

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

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

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

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

  .cat-list {
    top: 180px;
  }

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

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

  .image-wrapper-3.product-card-image-wrapper {
    height: 160px;
  }

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

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

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

  .section-header {
    font-size: 34px;
  }

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

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

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

  .button-3.blue-button.inside-product-page {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    max-width: 850px;
  }

  .container-3.overflow-hidden {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .new-address-button {
    color: #bd3a3a;
    border: 1px solid #bd3a3a;
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

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

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

  .button-4.red-outline {
    padding-top: 12px;
  }

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

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

  .choice-item {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .choice-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .adress-wrapper, .user-with-address {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .instructions-wrapper {
    border-style: none;
    border-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .choice-icon.loose {
    width: 40px;
    height: 40px;
  }

  .choice-icon.loose.phone {
    width: 26px;
  }

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

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

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

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

  .section-header-2 {
    font-size: 34px;
  }

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

  .choice-item-2.no-line {
    justify-content: center;
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
  }

  .choice-content-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-columns: 30px 1fr;
    justify-items: center;
  }

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

  .plus-minus-wrapper-2 {
    height: 35px;
  }

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

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

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

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

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

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

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

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

  .choice-item-3.no-line {
    justify-content: center;
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    display: flex;
  }

  .choice-content-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-columns: 30px 1fr;
    justify-items: center;
  }

  .container-4 {
    max-width: 850px;
  }

  .container-4.mob-percent {
    max-width: none;
  }

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

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

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

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

  .profile-edit {
    color: #bd3a3a;
    border: 1px solid #bd3a3a;
    border-radius: 12px;
    padding: 0 15px 0 12px;
    font-weight: 600;
  }

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

  .button-5 {
    height: 50px;
    padding-top: 17px;
  }

  .button-5.main {
    justify-content: center;
    align-items: stretch;
  }

  .table-utility-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-utility-row._500 {
    height: auto;
  }

  .button-link {
    right: 50px;
  }

  .left-icon-wrapper {
    top: 0;
  }

  .icon-2 {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .form-search-field {
    border-color: #c9d7f03d;
  }

  .product-img-slider {
    background-color: #0000;
    height: 100%;
  }

  .slide-nav {
    text-align: center;
    width: 100%;
    height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 8px;
    inset: auto 0% 0%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

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

  .div-block-458 {
    border: 1px solid var(--bg-color-1);
    border-radius: 8px;
    display: block;
  }

  .table-utility-row-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .table-utility-row-2._500 {
    height: auto;
  }

  .table-image-wrapper {
    display: block;
  }

  .form-search-field-2 {
    border-color: #c9d7f03d;
  }

  .table-checkbox-wrapper {
    width: 40px;
  }

  .table-row, .table-row.cell-label-wrapper {
    border-top-color: #9ca8bd;
  }

  .table-checkbox {
    border-color: #9ca8bd;
  }

  .table-row-action-button-wrapper {
    width: auto;
    padding-right: 8px;
  }

  .icon-3 {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 13px;
  }

  .table {
    border-color: #9ca8bd;
  }

  .button-6 {
    height: 50px;
    padding-top: 17px;
  }

  .button-6.main {
    justify-content: center;
    align-items: stretch;
  }

  .img.is--contain {
    display: inline-block;
  }

  .form-search-field-3 {
    border-color: #c9d7f03d;
  }

  .button-7 {
    height: 50px;
    padding-top: 17px;
  }

  .button-7.main {
    justify-content: center;
    align-items: stretch;
  }

  .not-valid {
    display: none;
  }

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

  .img-wrapper.utilizador-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-489 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .product-description {
    font-size: 17px;
  }

  .plus-minus-wrapper {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
  }

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

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

  .button-text {
    height: 18px;
  }

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

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

  .button-line {
    border-top: 1px solid #d9d9d9;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .button-wrapper.comprar-button.on-prod-page {
    flex: 1;
  }

  .button-wrapper.pos-absolute {
    padding: 16px;
  }

  .button-wrapper._10px {
    margin-bottom: 0;
  }

  .button-wrapper.add-address {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

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

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

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

  .stock-quantity {
    border-color: #d9d9d9;
  }

  .grid-9._7-row.prod-content {
    padding-left: 0;
  }

  .grid-9._3-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .grid-9._3-col._40-gap.align {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .cart-icon-link {
    display: block;
  }

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

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

  .dropdown-cart {
    height: 94vh;
    min-height: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 67px;
    position: fixed;
    inset: 2vh 0%;
  }

  .image-wrapper-2.product-card-image-wrapper {
    height: 170px;
  }

  .image-wrapper-2.nav-profile-thumbnail {
    width: 45px;
    height: 45px;
  }

  .white-bg {
    height: 60px;
  }

  .auth-menu-wrapper {
    margin-left: 10vw;
  }

  .cart-price {
    color: #111210;
  }

  .header, .header.thinner {
    font-weight: 600;
  }

  .section-header-wrapper.mbl-chkout.centereds {
    text-align: center;
  }

  .search-button {
    left: 0;
  }

  .close-nav {
    top: 5vh;
    right: 9vw;
  }

  .close-nav.cat {
    right: -332px;
  }

  .search-content {
    box-shadow: none;
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    inset: 0%;
  }

  .product-card._33 {
    border: 1px solid #d9d9d9;
    flex: none;
  }

  .product-card._2-col-grid.borders {
    border-color: #d9d9d9;
    margin-bottom: 8px;
  }

  .pop-up-wrapper {
    height: 0%;
  }

  .cart-title-wrapper {
    height: 60px;
    top: 0;
    left: 16px;
  }

  .dropdown-content {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 350px;
    max-height: 80vh;
  }

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

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

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

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

  .result-wrapper {
    max-height: none;
  }

  .desktop-results {
    display: none;
  }

  .nav-link {
    height: 45px;
    line-height: 1.5;
  }

  .search-wrapper {
    height: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 16px;
    position: relative;
  }

  .profile-dropdown-link {
    height: 45px;
    line-height: 1.5;
  }

  .search {
    border-style: none;
    border-color: #d9d9d9;
    border-radius: 12px;
    height: 50px;
    margin-bottom: 16px;
    padding-left: 45px;
  }

  .cat-list {
    width: 350px;
    inset: auto 0% 0%;
  }

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

  .close-cart {
    top: 10px;
    right: 11px;
  }

  .menu {
    margin-top: 0;
    margin-left: 10vw;
  }

  .image-wrapper-3.product-card-image-wrapper {
    height: 170px;
  }

  .price-total.mobile {
    border-top-style: none;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .checkout-button {
    height: 45px;
    padding-top: 14px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .checkout-button.blue-button {
    font-weight: 500;
  }

  .cancel-button-wrapper {
    margin-top: 16px;
  }

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

  .price-content {
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    padding: 24px 16px 14px;
  }

  .toal-price {
    letter-spacing: .2px;
  }

  .section-header {
    align-items: center;
    height: 100%;
    font-size: 28px;
    display: flex;
  }

  .section-header.chkout-header {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
  }

  .delete-icon {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
  }

  .delete-icon:hover {
    border-color: #0000;
  }

  .chevron-icon._00 {
    height: 45px;
    margin-left: 6px;
    margin-right: 0;
    font-size: 13px;
    position: relative;
    top: -4px;
  }

  .price-title.total {
    color: #767676;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .header-wrapper.h4 {
    padding-top: 35px;
  }

  .checkout-details.hide {
    display: none;
  }

  .checkout-details.dtls {
    background-color: #fff;
    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;
  }

  .price-table-wrapper {
    box-shadow: none;
    background-color: #fff;
    border-style: solid none none;
    border-top-color: #d9d9d9;
    border-radius: 0;
    padding: 16px;
  }

  .fixed-sidebar {
    z-index: 10;
    height: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .section-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-13.min-height._40-top {
    padding-top: 24px;
  }

  .section-13.min-height._40-top.chkout {
    padding-bottom: 77px;
    display: none;
  }

  .section-13._40-top.chkout {
    display: none;
  }

  .price-list-item {
    color: #111210;
  }

  .container-3 {
    max-width: 600px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

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

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

  .header-2, .header-2.thinner {
    font-weight: 600;
  }

  .checkout-button-2 {
    height: 45px;
    padding-top: 14px;
    padding-bottom: 0;
    font-size: 16px;
  }

  .checkout-button-2.blue-button {
    font-weight: 500;
  }

  .price-title-2.total {
    color: #767676;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .edit-button.gray.edit-addrss, .sub-delete-button.gray.eliminar {
    font-weight: 400;
  }

  .new-address-button {
    border: 1px solid #bd3a3a;
  }

  .new-address-button.add-button {
    color: #3a86ff;
    background-color: #0000;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-4.red-outline.remover-copy {
    color: #767676;
    cursor: pointer;
    background-color: #fafafa;
    border-color: #d9d9d9;
    width: auto;
    height: 35px;
    padding-top: 9px;
    padding-bottom: 0;
  }

  .button-4.red-outline.remover-copy:hover {
    color: #fff;
    background-color: #f35252;
    border-color: #0000;
  }

  .header-3 {
    font-weight: 600;
  }

  .field-label {
    color: #111210;
    font-size: 16px;
  }

  .user-with-address {
    padding-top: 20px;
  }

  .header-4, .header-4.thinner {
    font-weight: 600;
  }

  .header-4.thinner.cntrd {
    text-align: center;
  }

  .header-4.thinner.cntrd.pgmnto {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }

  .pagamento-date-wrapper.btm-mrgn {
    margin-bottom: 16px;
  }

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

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

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

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

  .header-5 {
    font-weight: 600;
  }

  .price-title-3.total {
    color: #767676;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .header-wrapper-2.h4 {
    padding-top: 35px;
  }

  .header-wrapper-2.h4.yeah {
    margin-bottom: 24px;
    padding-top: 0;
  }

  .line-seperator {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .header-6, .header-6.thinner {
    font-weight: 600;
  }

  .header-6.thinner.cntrd {
    text-align: center;
  }

  .header-6.thinner.cntrd.pgmnto {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }

  .header-6.thinner.bold {
    text-align: center;
    font-size: 24px;
  }

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

  .modal {
    width: 340px;
    padding: 32px;
  }

  .choice-icon {
    margin-bottom: 0;
    font-size: 40px;
  }

  .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-icon.storefront {
    font-size: 36px;
  }

  .back-icon {
    color: #111210;
    width: 45px;
    height: 45px;
    margin-left: -9px;
    overflow: hidden;
  }

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

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

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

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

  .header-7, .header-7.thinner {
    font-weight: 600;
  }

  .header-7.thinner.cntrd {
    text-align: center;
  }

  .header-7.thinner.cntrd.pgmnto {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }

  .header-7.cntrd {
    text-align: center;
  }

  .choice-header.pgmnt {
    text-align: left;
    width: auto;
  }

  .checkout-mobile {
    z-index: 1500;
    background-color: #fff;
    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: #fff;
    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;
  }

  .section-header-2 {
    align-items: center;
    height: 100%;
    font-size: 28px;
    display: flex;
  }

  .section-header-2.chkout-header {
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
  }

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

  .price-title-4.total {
    color: #767676;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }

  .choice-tab-link-2 {
    flex: 1;
  }

  .choice-item-2.no-line {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .choice-content-2 {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .choice-content-2.wider {
    grid-column-gap: 0px;
    grid-template-columns: minmax(40px, 40px) 1fr 1fr 1fr;
  }

  .plus-minus-wrapper-2 {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
  }

  .back-icon-2 {
    color: #111210;
    width: 45px;
    height: 45px;
    margin-left: -9px;
    overflow: hidden;
  }

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

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

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

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

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

  .header-8, .header-8.thinner {
    font-weight: 600;
  }

  .header-8.thinner.cntrd {
    text-align: center;
  }

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

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

  .checkout-mobile-nav-2 {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    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;
  }

  .delete-icon-2 {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
  }

  .delete-icon-2:hover {
    border-color: #0000;
  }

  .header-9, .header-9.thinner {
    font-weight: 600;
  }

  .header-9.thinner.bold {
    text-align: center;
    font-size: 24px;
  }

  .user-with-address-2 {
    padding-top: 20px;
  }

  .back-icon-3 {
    color: #111210;
    width: 45px;
    height: 45px;
    margin-left: -9px;
    overflow: hidden;
  }

  .text-field-2 {
    border-color: #ccc;
    font-weight: 500;
  }

  .text-field-2::placeholder {
    font-weight: 400;
  }

  .header-10, .header-10._212.cntrd._2, .header-10.thinner {
    font-weight: 600;
  }

  .header-10.thinner.cntrd {
    text-align: center;
  }

  .header-10.thinner.cntrd.pgmnto {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
  }

  .address-link-text {
    height: auto;
  }

  .checkout-mobile-nav-3 {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    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;
  }

  .choice-tab-link-3 {
    flex: 1;
  }

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

  .choice-content-3 {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .field-label-2 {
    color: #111210;
    font-size: 16px;
  }

  .adress-tab-link {
    margin-bottom: 8px;
  }

  .header-11, .header-11.thinner {
    font-weight: 600;
  }

  .header-11.thinner.bold {
    text-align: center;
    font-size: 24px;
  }

  .container-4 {
    max-width: 600px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .tab-menu {
    justify-content: space-between;
  }

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

  .edit-profile-button-wrapper {
    display: none;
  }

  .tabed-section {
    top: 60px;
  }

  .profile-edit {
    border: 1px solid #bd3a3a;
  }

  .table-utility-row {
    height: auto;
  }

  .icon-2 {
    display: none;
  }

  .form-field-wrapper-3.wrap-search {
    flex: none;
  }

  .table-utility-row-2 {
    height: auto;
  }

  .table-image-wrapper {
    border-radius: 0%;
    width: 60px;
    height: auto;
  }

  .table-checkbox-wrapper {
    width: 60px;
    height: 60px;
  }

  .table-row {
    border-top-style: none;
    border-bottom-style: solid;
    border-right-style: solid;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .table-row.cell-label-wrapper {
    display: none;
  }

  .table-row-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .table-cell-text {
    overflow: visible;
  }

  .flyout-menu-wrapper {
    z-index: 150;
    border-radius: 24px 24px 0 0;
    min-height: auto;
    max-height: 70vh;
    position: fixed;
    inset: auto 0% 0%;
  }

  .table-row-action-button-wrapper {
    height: 60px;
  }

  .icon-3 {
    display: none;
  }

  .cell-label {
    height: 24px;
  }

  .cell-label._25, .cell-label._20, .cell-label._15, .cell-label._10 {
    width: 100%;
  }

  .flyout-menu-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .table {
    border-top-style: solid;
    border-bottom-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    display: flex;
  }

  .table-cell-text-copy {
    overflow: visible;
  }

  .table-cell {
    height: 24px;
  }

  .table-cell._20, .table-cell._10, .table-cell._15 {
    width: 100%;
  }

  .table-cell._15.i {
    display: none;
  }

  .table-cell._25 {
    width: 100%;
  }

  .table-cell._25.client-cell {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-bottom: 8px;
  }

  .menu-icon-wrapper {
    position: static;
  }

  .form-field-wrapper-4.wrap-search, .form-field-wrapper-5.wrap-search {
    flex: none;
  }

  .close-flyout {
    background-color: #0006;
  }

  .not-valid {
    z-index: 1000;
    background-image: linear-gradient(#091426f0, #091426f0);
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .text-block-116 {
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    display: none;
  }

  .section._1 {
    display: block;
  }

  .logo-company {
    height: 50px;
  }

  .heading {
    font-size: 32px;
  }

  .text {
    font-size: 18px;
  }

  .div-block-4 {
    height: 58vh;
  }

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

  .paragraph._1, .paragraph._2 {
    width: auto;
  }

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

  .icon.minus-plus {
    width: 24px;
    height: 24px;
  }

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

  .product-image {
    height: 480px;
  }

  .section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .copyright {
    text-align: center;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-link-tab-1 {
    min-width: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1.w--current {
    min-width: 140px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .tabs-menu {
    z-index: 5;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    position: sticky;
    top: 100px;
    overflow: auto;
  }

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

  .image-2 {
    object-fit: cover;
    object-position: 50% 60%;
    height: 280px;
  }

  .tabs {
    position: relative;
  }

  .section-11 {
    padding-bottom: 60px;
  }

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

  .extra-info-text.small {
    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;
  }

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

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

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

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

  .plus-minus-button, .plus-minus-button.minus {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .button-2.blue-button.inside-product-page {
    z-index: 1;
  }

  .button-2.cancel {
    border-color: #d9d9d9;
  }

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

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

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

  .section-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .mobile-results {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

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

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

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

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

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

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

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

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

  .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: #f5f5f5;
    transform: none;
  }

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

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

  .drop-link-container {
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

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

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

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

  .result-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .dropdown-wrap {
    border-bottom-color: #f5f5f5;
    padding-bottom: 16px;
    display: block;
  }

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

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

  .profile-dropdown-link {
    line-height: 1.6;
  }

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

  .cat-list {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .profile-dropdown-list.w--open {
    z-index: 10;
    border-radius: 16px;
    padding-top: 32px;
    box-shadow: 0 15px 50px #0000004d;
  }

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

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

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

  .cancel-button-wrapper {
    margin-top: 8px;
  }

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

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

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

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

  .section-13 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-13.min-height._40-top.chkout {
    padding-bottom: 85px;
  }

  .section-13._40-top.chkout {
    padding-top: 28px;
  }

  .button-3.blue-button.inside-product-page {
    z-index: 1;
  }

  .container-3.overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .checkout-button-2.blue-button.pay {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

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

  .button-4.cancel {
    border-color: #d9d9d9;
  }

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

  .adress-wrapper {
    padding-bottom: 0;
  }

  .user-with-address {
    border-style: none;
    padding: 16px 0 0;
  }

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

  .pagamento-date-wrapper {
    padding: 27px 16px;
  }

  .pagamento-date-wrapper.btm-mrgn {
    grid-row-gap: 24px;
  }

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

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

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

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

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

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

  .modal-header-wrapper {
    max-width: 240px;
  }

  .modal-paragraph {
    padding-left: 4px;
    padding-right: 4px;
    line-height: 1.25;
  }

  .modal-button.secundario {
    border: 1px solid #d9d9d9;
    padding-top: 13px;
  }

  .modal-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .modal {
    flex: 1;
    width: auto;
    max-width: 320px;
    padding: 52px 10vw;
  }

  .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: 42px;
    min-width: 42px;
    max-width: 64px;
    height: 42px;
    margin-bottom: 0;
    padding-left: 3px;
    padding-right: 3px;
  }

  .back-icon {
    justify-content: center;
    align-items: center;
    margin-left: -13px;
    display: flex;
  }

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

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

  .choice-header {
    width: 84px;
  }

  .choice-header.pgmnt {
    text-align: center;
  }

  .checkout-mobile {
    padding-bottom: 85px;
  }

  .checkout-mobile-nav {
    place-items: center stretch;
  }

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

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

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

  .tabs-3 {
    width: 100%;
  }

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

  .choice-tab-link-2 {
    color: var(--grey);
    border-width: 2px;
    border-radius: 8px;
  }

  .choice-tab-link-2.w--current {
    background-color: var(--black);
    color: var(--bg-color-2);
    border-style: none;
    border-radius: 8px;
  }

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

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

  .choice-content-2.wider {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }

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

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

  .back-icon-2 {
    justify-content: center;
    align-items: center;
    margin-left: -13px;
    display: flex;
  }

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

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

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

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

  .cart-prod-name-link-2 {
    text-decoration: none;
  }

  .delete-icon-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .user-with-address-2 {
    border-style: none;
    padding: 16px 0 0;
  }

  .back-icon-3 {
    justify-content: center;
    align-items: center;
    margin-left: -13px;
    display: flex;
  }

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

  .choice-tab-menu-3 {
    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-3 {
    min-height: auto;
  }

  .choice-tab-link-3 {
    border-color: var(--bg-color-2);
    color: var(--grey);
  }

  .choice-tab-link-3.w--current {
    background-color: var(--black);
    color: var(--bg-color-2);
    border-style: none;
  }

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

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

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

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

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

  .container-4.mob-percent {
    padding-left: 0;
    padding-right: 0;
  }

  .close-tab {
    z-index: 12;
    border-bottom: 1px solid #efefef;
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

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

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

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

  .tab-triggered-element {
    z-index: 2;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    height: auto;
    position: relative;
    overflow: hidden;
  }

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

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

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

  .edit-profile-button-wrapper {
    border-top: 1px solid #d9d9d9;
    height: auto;
    padding: 2px 24px;
    display: block;
    position: relative;
    right: 0;
  }

  .tabed-section {
    display: block;
  }

  .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-trigger {
    z-index: 10;
    color: #767676;
    cursor: pointer;
    border-bottom: 1px solid #d9d9d9;
    height: 55px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navigation-home {
    display: none;
  }

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

  .navigation-wrapper._1 {
    padding-top: 0;
  }

  .navigation_box {
    display: none;
  }

  .navigation-bar {
    z-index: 10;
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-flow: column;
    position: sticky;
    inset: auto 0% 0;
  }

  .section-14 {
    padding-bottom: 40px;
    position: relative;
  }

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

  .main-font-icon.smaller-icon {
    z-index: 200;
  }

  .table-utility-row {
    background-color: #fff;
    border-radius: 4px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .table-utility-row._500 {
    flex-flow: column;
    padding-bottom: 20px;
  }

  .icon-2 {
    display: block;
  }

  .form-field-wrapper-3.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

  .div-block-459 {
    position: absolute;
    inset: 0%;
  }

  .table-utility-row-2 {
    background-color: #fff;
    border-radius: 4px;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 14px;
  }

  .table-utility-row-2._500 {
    padding-bottom: 20px;
  }

  .table-image-wrapper {
    border-radius: 100%;
  }

  .table-checkbox-wrapper {
    width: 50px;
  }

  .table-row {
    box-shadow: none;
    background-color: #fff;
    border-style: none;
    border-color: #000;
    border-radius: 4px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .table-row.produtos {
    height: auto;
  }

  .table-row-content {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .table-row-content.item-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .table-cell-text {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .table-cell-text.bold {
    font-weight: 600;
  }

  .flyout-menu-wrapper {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .flyout-menu-wrapper.table-actions-flyout {
    border-radius: 4px;
    display: none;
    top: 50%;
    right: 5%;
  }

  .table-row-action-button-wrapper {
    padding-right: 0;
  }

  .icon-3 {
    display: block;
  }

  .flyout-menu-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .table {
    background-color: #0000;
    border-style: none;
    flex-direction: column;
  }

  .table-cell-text-copy {
    font-weight: 400;
    line-height: 100%;
    overflow: hidden;
  }

  .form-section {
    padding-top: 0;
  }

  .table-cell._20 {
    margin-bottom: 5px;
    padding-left: 0;
  }

  .table-cell._10 {
    margin-bottom: 5px;
    padding-left: 0;
    display: none;
  }

  .table-cell._10._800 {
    height: auto;
    display: block;
  }

  .table-cell._15 {
    height: auto;
    padding-left: 0;
  }

  .table-cell._15.i {
    display: none;
  }

  .table-cell._25 {
    padding-left: 0;
  }

  .table-cell._25.i {
    display: none;
  }

  .table-cell._25.client-cell {
    padding-left: 0;
  }

  .form-field-wrapper-4.wrap-search._10, .form-field-wrapper-5.wrap-search._10 {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }

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

  .not-valid {
    display: none;
  }

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

  .div-block-487 {
    padding: 30px 25px;
  }
}

#w-node-d1cc2c83-ef42-eacd-aa92-777d13348839-1a7943de, #w-node-d1cc2c83-ef42-eacd-aa92-777d13348855-1a7943de, #w-node-d1cc2c83-ef42-eacd-aa92-777d13348871-1a7943de {
  justify-self: auto;
}

#w-node-d1cc2c83-ef42-eacd-aa92-777d13348889-1a7943de, #w-node-d1cc2c83-ef42-eacd-aa92-777d133488a8-1a7943de, #w-node-d1cc2c83-ef42-eacd-aa92-777d133488c7-1a7943de, #w-node-d1cc2c83-ef42-eacd-aa92-777d133488ee-1a7943de, #w-node-d1cc2c83-ef42-eacd-aa92-777d133488f9-1a7943de, #w-node-d1cc2c83-ef42-eacd-aa92-777d13348904-1a7943de, #w-node-d1cc2c83-ef42-eacd-aa92-777d1334890f-1a7943de, #w-node-d1cc2c83-ef42-eacd-aa92-777d1334891a-1a7943de, #w-node-d1cc2c83-ef42-eacd-aa92-777d13348925-1a7943de {
  align-self: start;
}

#w-node-f62cbb10-2983-edf4-f0b3-60e214346942-4232cef4 {
  align-self: baseline;
}

#w-node-_3b9a5880-ee4c-f252-25fe-f114869a7ae9-888be43d, #w-node-_3b9a5880-ee4c-f252-25fe-f114869a7b05-888be43d, #w-node-_3b9a5880-ee4c-f252-25fe-f114869a7b21-888be43d {
  justify-self: auto;
}

#w-node-_3b9a5880-ee4c-f252-25fe-f114869a7b39-888be43d, #w-node-_3b9a5880-ee4c-f252-25fe-f114869a7b58-888be43d, #w-node-_3b9a5880-ee4c-f252-25fe-f114869a7b77-888be43d, #w-node-_3b9a5880-ee4c-f252-25fe-f114869a7b9e-888be43d, #w-node-_3b9a5880-ee4c-f252-25fe-f114869a7ba9-888be43d, #w-node-_3b9a5880-ee4c-f252-25fe-f114869a7bb4-888be43d, #w-node-_3b9a5880-ee4c-f252-25fe-f114869a7bbf-888be43d, #w-node-_3b9a5880-ee4c-f252-25fe-f114869a7bca-888be43d, #w-node-_3b9a5880-ee4c-f252-25fe-f114869a7bd5-888be43d {
  align-self: start;
}

#w-node-_1d71f571-cf39-e049-0e5d-cd60d045c88c-888be43d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d71f571-cf39-e049-0e5d-cd60d045c894-888be43d, #w-node-_1d71f571-cf39-e049-0e5d-cd60d045c8ad-888be43d, #w-node-_1d71f571-cf39-e049-0e5d-cd60d045c8c6-888be43d, #w-node-_1d71f571-cf39-e049-0e5d-cd60d045c8df-888be43d {
  justify-self: auto;
}

#w-node-a70db285-1f99-420a-e21b-a5e75028d6c4-888be43d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a70db285-1f99-420a-e21b-a5e75028d6cc-888be43d, #w-node-a70db285-1f99-420a-e21b-a5e75028d6e5-888be43d, #w-node-a70db285-1f99-420a-e21b-a5e75028d6fe-888be43d, #w-node-a70db285-1f99-420a-e21b-a5e75028d717-888be43d {
  justify-self: auto;
}

#w-node-_01e2a5ba-f3db-0f42-599b-5f2301c21daa-888be43d, #w-node-_01e2a5ba-f3db-0f42-599b-5f2301c21dac-888be43d, #w-node-_01e2a5ba-f3db-0f42-599b-5f2301c21db9-888be43d, #w-node-_01e2a5ba-f3db-0f42-599b-5f2301c21dbc-888be43d, #w-node-_01e2a5ba-f3db-0f42-599b-5f2301c21dc6-888be43d, #w-node-_01e2a5ba-f3db-0f42-599b-5f2301c21dc9-888be43d {
  justify-self: center;
}

#w-node-_609187c4-df33-1d78-1c53-d2fcf1c7ee6e-70e7a0b5, #w-node-_609187c4-df33-1d78-1c53-d2fcf1c7ee8a-70e7a0b5, #w-node-_609187c4-df33-1d78-1c53-d2fcf1c7eea6-70e7a0b5 {
  justify-self: auto;
}

#w-node-_609187c4-df33-1d78-1c53-d2fcf1c7eebe-70e7a0b5, #w-node-_609187c4-df33-1d78-1c53-d2fcf1c7eedd-70e7a0b5, #w-node-_609187c4-df33-1d78-1c53-d2fcf1c7eefc-70e7a0b5, #w-node-_609187c4-df33-1d78-1c53-d2fcf1c7ef23-70e7a0b5, #w-node-_609187c4-df33-1d78-1c53-d2fcf1c7ef2e-70e7a0b5, #w-node-_609187c4-df33-1d78-1c53-d2fcf1c7ef39-70e7a0b5, #w-node-_609187c4-df33-1d78-1c53-d2fcf1c7ef44-70e7a0b5, #w-node-_609187c4-df33-1d78-1c53-d2fcf1c7ef4f-70e7a0b5, #w-node-_609187c4-df33-1d78-1c53-d2fcf1c7ef5a-70e7a0b5 {
  align-self: start;
}

#w-node-bee43146-88da-e619-16b7-ea2b453923b6-70e7a0b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_215be392-97ba-a0f4-c1ac-5c8c182967a9-70e7a0b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_215be392-97ba-a0f4-c1ac-5c8c182967b2-70e7a0b5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a6c3ab5e-f3bf-1887-8314-f496f0882490-70e7a0b5, #w-node-a6c3ab5e-f3bf-1887-8314-f496f0882492-70e7a0b5, #w-node-a6c3ab5e-f3bf-1887-8314-f496f088249f-70e7a0b5, #w-node-a6c3ab5e-f3bf-1887-8314-f496f08824a2-70e7a0b5, #w-node-a6c3ab5e-f3bf-1887-8314-f496f08824ac-70e7a0b5, #w-node-a6c3ab5e-f3bf-1887-8314-f496f08824af-70e7a0b5 {
  justify-self: center;
}

#w-node-c43e4810-2478-63ab-c565-037d091429c8-628847eb, #w-node-c43e4810-2478-63ab-c565-037d091429e4-628847eb, #w-node-c43e4810-2478-63ab-c565-037d09142a00-628847eb {
  justify-self: auto;
}

#w-node-c43e4810-2478-63ab-c565-037d09142a18-628847eb, #w-node-c43e4810-2478-63ab-c565-037d09142a37-628847eb, #w-node-c43e4810-2478-63ab-c565-037d09142a56-628847eb, #w-node-c43e4810-2478-63ab-c565-037d09142a7d-628847eb, #w-node-c43e4810-2478-63ab-c565-037d09142a88-628847eb, #w-node-c43e4810-2478-63ab-c565-037d09142a93-628847eb, #w-node-c43e4810-2478-63ab-c565-037d09142a9e-628847eb, #w-node-c43e4810-2478-63ab-c565-037d09142aa9-628847eb, #w-node-c43e4810-2478-63ab-c565-037d09142ab4-628847eb {
  align-self: start;
}

#w-node-bee43146-88da-e619-16b7-ea2b453923b6-628847eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_123d866e-068a-cf1b-4cb0-b98343771e74-628847eb, #w-node-_123d866e-068a-cf1b-4cb0-b98343771e76-628847eb, #w-node-_123d866e-068a-cf1b-4cb0-b98343771e83-628847eb, #w-node-_123d866e-068a-cf1b-4cb0-b98343771e86-628847eb, #w-node-_123d866e-068a-cf1b-4cb0-b98343771e90-628847eb, #w-node-_123d866e-068a-cf1b-4cb0-b98343771e93-628847eb {
  justify-self: center;
}

#w-node-c853f8b7-94aa-7160-d3d5-f6497c6c99a6-628847eb, #w-node-_45b770c4-0093-c702-d634-c4bc0b6ba9dc-628847eb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c4f6cdd9-5967-74d7-e77f-d2714a9dbefb-c8d443ab, #w-node-c4f6cdd9-5967-74d7-e77f-d2714a9dbefd-c8d443ab, #w-node-c4f6cdd9-5967-74d7-e77f-d2714a9dbf08-c8d443ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1d71f571-cf39-e049-0e5d-cd60d045c88c-888be43d, #w-node-a70db285-1f99-420a-e21b-a5e75028d6c4-888be43d, #w-node-bee43146-88da-e619-16b7-ea2b453923b6-70e7a0b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_215be392-97ba-a0f4-c1ac-5c8c182967a9-70e7a0b5, #w-node-_215be392-97ba-a0f4-c1ac-5c8c182967b2-70e7a0b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-bee43146-88da-e619-16b7-ea2b453923b6-628847eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a70db285-1f99-420a-e21b-a5e75028d6bc-888be43d, #w-node-_215be392-97ba-a0f4-c1ac-5c8c18296797-70e7a0b5 {
    place-self: center end;
  }

  #w-node-_24ccc37d-c34c-8c5a-455c-825bafcf06e7-628847eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c853f8b7-94aa-7160-d3d5-f6497c6c998f-628847eb {
    place-self: center end;
  }

  #w-node-c853f8b7-94aa-7160-d3d5-f6497c6c9a26-628847eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_215be392-97ba-a0f4-c1ac-5c8c182967a9-70e7a0b5, #w-node-_215be392-97ba-a0f4-c1ac-5c8c182967b2-70e7a0b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


