<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&amp;display=swap);

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  outline: none;
}

a, .alink, a:hover, .alink:hover {
  color: #E6007E;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:visited, .alink:visited {
  color: #333333;
}

a {
  text-decoration: none;
  color: inherit;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

body {
  line-height: 1;
}

header.page-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
header.page-header .header.content {
  max-width: 860px;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  header.page-header .header.content {
    max-width: 670px;
  }
}
@media only screen and (max-width: 768px) {
  header.page-header .header.content {
    max-width: 400px;
  }
}
header.page-header .menu-header {
  padding-top: 30px;
}
header.page-header .logo {
  margin-right: 50px;
  width: 140px;
  z-index: 9991;
}
header.page-header .box-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header.page-header &gt; div {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
}

.content-search {
  position: relative;
  display: inline-table;
}

@media only screen and (max-width: 768px) {
  .content-search {
    padding-top: 10px;
  }

  .header-box-search {
    margin-bottom: 20px;
  }
  header.page-header .logo {
    width: 100px;
    margin-left: 50px;
  }
}
.content-search input.search-field {
  display: flex;
  width: 383px;
  height: 43px;
  padding: 10px 16px;
  align-items: center;
  box-sizing: border-box;
  border-radius: 24px;
  border: 1px solid #D9D9D9;
}
@media only screen and (max-width: 768px) {
  .content-search input.search-field {
    width: 170px;
  }
}
.content-search input.search-field:focus, .content-search input.search-field:active {
  border: 1px solid #E6007E;
}
.content-search .icon-search {
  background: url("../images/icon-search.svg") no-repeat;
  height: 16px;
  width: 16px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 12px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .content-search .icon-search {
    top: 22px;
  }
}

ul.menu li {
  display: inline-block;
  border-right: 1px solid #D9D9D9;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  vertical-align: middle;
}

ul.menu li a {
  font-size: 13px;
}

ul.menu li a img {
  width: 16px;
}

ul.menu li:last-child {
  border: none;
}

footer {
  background: #58595B !important;
  padding: 45px !important;
  font-size: inherit !important;
  height: inherit !important;
}

footer h3 {
  color: #F5F5F5;
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 0;
  margin: 0 0 40px 0;
}

#box-newsletter {
  width: 360px;
  position: relative;
  margin: 0 auto;
}

footer .content-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: normal;
  align-content: normal;
  margin-bottom: 30px;
}

footer a {
  color: #ffffff;
}

footer .content-links .box-itens {
  margin: 25px;
}

footer .content-links .box-itens p,
footer .content-links .box-itens li {
  line-height: 28px;
  color: #F5F5F5;
}

footer .content-links h4 {
  color: #F5F5F5;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-left: 3px solid #F9E924;
  padding: 0 0 20px 20px;
}

#box-newsletter input.newsletter-field {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 10px 16px;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid var(--Gray-30---E4E6EF, #E4E6EF);
  background-color: transparent;
  color: #ffffff;
}

#box-newsletter button {
  color: #F9E924;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  margin: 2px 5px;
}

footer .copyright {
  color: #F5F5F5;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  background-color: transparent;
}

.box-highlight {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: normal;
  align-content: normal;
}

.box-destaque-highlight {
  border-radius: 120px 120px 120px 24px;
  opacity: 0.15;
  background: #D9D9D9;
  max-width: 540px;
  width: 100%;
  height: 519px;
  margin: 0 25px 50px 25px;
}

.action.primary, .action-primary, .action-login,
.action.primary:hover, .action-primary:hover {
  border-radius: 100px !important;
  background: #E6007E;
  display: inline-flex;
  padding: 16px 28px;
  align-items: center;
  gap: 14px;
  border: none;
}
.action.primary span, .action-primary span, .action-login span,
.action.primary:hover span, .action-primary:hover span {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type*=date], input[type=email], .cart-item-qty-change {
  display: flex;
  width: 100%;
  padding: 10px 16px;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid var(--secondary-gray-5, #CDCECB);
  background: var(--border-white, #FFF);
  min-height: 40px;
  /* Shadow 2 */
  box-shadow: 0px 0px 1px 0px rgba(33, 37, 41, 0.08), 0px 2px 2px 0px rgba(33, 37, 41, 0.06);
}

.fieldset &gt; .field &gt; .label, .fieldset &gt; .fields &gt; .field &gt; .label {
  color: var(--text-black, #000);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary,
a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  display: inline-flex;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #E6007E;
  border: none;
  cursor: pointer;
}

.yellow a.pagebuilder-button-primary, .yellow button.pagebuilder-button-primary, .yellow div.pagebuilder-button-primary,
.yellow a.pagebuilder-button-primary:hover, .yellow button.pagebuilder-button-primary:hover, .yellow div.pagebuilder-button-primary:hover {
  background-color: #F9E924;
}

.yellow a.pagebuilder-button-primary span, .yellow button.pagebuilder-button-primary span, .yellow div.pagebuilder-button-primary span {
  color: #5F6160;
}

.box_highlight .pagebuilder-column {
  margin: 0 50px;
  max-width: 640px;
  width: 100%;
  height: 650px;
  border-radius: 120px 120px 120px 24px;
  background-color: #f9f9f9;
  padding: 60px;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  .box_highlight .pagebuilder-column {
    margin: 25px 50px;
  }
}

.box_highlight .pagebuilder-column div[data-content-type=text] {
  max-width: 310px;
  color: #575756;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.box_highlight .pagebuilder-column [data-content-type=heading] {
  color: #575756;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  color: #575756;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 32px;
  font-style: normal;
  line-height: normal;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  color: #E6007E;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.box_crie_seu_produto, .box-vantagens, .box_designers, .box_clientes {
  text-align: center;
  padding: 25px 0;
}

.box_crie_seu_produto h2, .box-vantagens h2, .box_designers h2, .box_clientes h2 {
  margin-bottom: 10px;
}

.box_crie_seu_produto p, .box-vantagens p, .box_designers p, .box_clientes p {
  margin-bottom: 30px;
}

.box-vantagens figure[data-content-type=image] {
  box-sizing: border-box;
  min-height: 120px;
  position: relative;
}

.box-vantagens figure[data-content-type=image]::before {
  content: " ";
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #F9E924;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  z-index: -1;
}

.box-slider {
  margin-top: 30px;
}

.box-slider h3 {
  display: inline-flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 24px;
  background: #F9E924;
  color: #5F6160;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}

.box-slider p {
  color: #575756;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box-slider p em {
  text-decoration: line-through;
  color: #575756;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box-slider p strong {
  color: #575756;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.box-slider p a {
  display: inline-flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  border-radius: 24px;
  background: #00CC5E;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.box-slider p a strong {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  color: #FFF;
}

.box-slider p a em {
  text-decoration: none;
}

.box-slider [data-element=content] * {
  text-align: center;
}

.box-slider [data-element=content] img {
  display: inline-block;
  margin-top: 20px;
}

.box-slider .slick-prev, .box-slider .slick-next {
  border-radius: 100%;
}

.box_designers .pagebuilder-column {
  box-sizing: border-box;
  padding: 20px;
}

.box_clientes .pagebuilder-column {
  margin: 20px;
}

.box_designers .pagebuilder-column figure[data-content-type=image] figcaption {
  word-wrap: break-word;
  display: inline-flex;
  padding: 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #F9E924;
  color: #5F6160;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 140px;
}

.box_designers .pagebuilder-column figure[data-content-type=image] {
  position: relative;
}

.box_clientes .pagebuilder-column figure[data-content-type=image] {
  border-radius: 24px;
  background: #F9F9F9;
  mix-blend-mode: multiply;
  height: 170px;
}

.box_clientes .pagebuilder-column figure[data-content-type=image] img {
  max-width: 70% !important;
  margin-top: 40px;
}

.customer-account-login .form.password.reset, .customer-account-login .form.send.confirmation, .customer-account-login .form.password.forget, .customer-account-login .form.create.account, .customer-account-login .form.search.advanced, .customer-account-login .form.form-orders-search,
.customer-account-forgotpassword .form.password.reset,
.customer-account-forgotpassword .form.send.confirmation,
.customer-account-forgotpassword .form.password.forget,
.customer-account-forgotpassword .form.create.account,
.customer-account-forgotpassword .form.search.advanced,
.customer-account-forgotpassword .form.form-orders-search,
.customer-account-create .form.password.reset,
.customer-account-create .form.send.confirmation,
.customer-account-create .form.password.forget,
.customer-account-create .form.create.account,
.customer-account-create .form.search.advanced,
.customer-account-create .form.form-orders-search {
  min-width: 100%;
}
.customer-account-login .columns .column.main,
.customer-account-forgotpassword .columns .column.main,
.customer-account-create .columns .column.main {
  padding-bottom: 0;
}
.customer-account-login #maincontent,
.customer-account-forgotpassword #maincontent,
.customer-account-create #maincontent {
  max-width: 100%;
  padding: 0;
}
.customer-account-login .nav-sections,
.customer-account-forgotpassword .nav-sections,
.customer-account-create .nav-sections {
  padding: 0;
  margin: 0;
}

#conteiner-login {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
#conteiner-login .box-image {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 50%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #conteiner-login .box-image {
    display: none;
  }
}
#conteiner-login .box-image ::before {
  content: " ";
  opacity: 0.03;
  background: #E6007E;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#conteiner-login .box-image img {
  width: 100%;
}
#conteiner-login .box-content {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 50%;
  padding: 150px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  #conteiner-login .box-content {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #conteiner-login .box-content {
    width: 100%;
  }
}
#conteiner-login .box-content h1 {
  color: var(--Text-Grey-800, #222);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
}
#conteiner-login .box-content .logo-login {
  max-width: 140px;
  width: 100%;
  padding-bottom: 80px;
}
#conteiner-login .box-content .logo-login div {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
#conteiner-login .box-content .logo-login div img {
  margin: 0;
  width: 100%;
}
#conteiner-login .box-content .fieldset {
  margin: 0 0 10px 0;
  padding: 0;
}
#conteiner-login .box-content .primary a {
  color: var(--Text-Grey-800, #222);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 200% */
  text-decoration-line: underline;
}
#conteiner-login .box-content .actions-toolbar {
  padding-top: 30px;
}
#conteiner-login .box-content a.secundary {
  margin-left: 20px;
}
#conteiner-login .box-content .social-login {
  padding-top: 40px;
}

#conteiner-register {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
#conteiner-register label {
  margin: 0;
}
#conteiner-register label span {
  color: var(--Text-Black, #000);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#conteiner-register .url-example {
  color: var(--Text-Black, #000);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5px;
}
#conteiner-register .field-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  margin-bottom: 10px;
}
#conteiner-register .field-row .field:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 48%;
}
#conteiner-register .field-row .field:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 48%;
}
#conteiner-register .box-image {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 50%;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #conteiner-register .box-image {
    display: none;
  }
}
#conteiner-register .box-image ::before {
  content: " ";
  opacity: 0.03;
  background: #E6007E;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
#conteiner-register .box-image img {
  width: 100%;
}
#conteiner-register .box-content {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 50%;
  padding: 50px 150px 150px 150px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  #conteiner-register .box-content {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #conteiner-register .box-content {
    width: 100%;
  }
}
#conteiner-register .box-content h1 {
  color: var(--Text-Grey-800, #222);
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}
#conteiner-register .box-content .logo-login {
  max-width: 140px;
  width: 100%;
  padding-bottom: 30px;
}
#conteiner-register .box-content .logo-login div {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
#conteiner-register .box-content .logo-login div img {
  margin: 0;
  width: 100%;
}
#conteiner-register .box-content .fieldset {
  margin: 0 0 10px 0;
  padding: 0;
}
#conteiner-register .box-content .primary a {
  color: var(--Text-Grey-800, #222);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 200% */
  text-decoration-line: underline;
}
#conteiner-register .box-content .actions-toolbar {
  padding-top: 30px;
}
#conteiner-register .box-content a.secundary {
  margin-left: 20px;
}
#conteiner-register .box-content .social-login {
  padding-top: 40px;
}

.fieldset &gt; .field &gt; .label, .fieldset &gt; .fields &gt; .field &gt; .label {
  color: var(--Text-Black, #000);
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
}

a.secundary {
  display: inline-flex;
  padding: 11px 23px;
  align-items: center;
  gap: 14px;
  border-radius: 100px;
  border: 1px solid #E6007E;
  color: #E6007E;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.action.primary:focus, .action-primary:focus, .action.primary:active, .action-primary:active {
  background: #E6007E;
  border: 1px solid #E6007E;
  color: #ffffff;
}

body.account .column.main .block:not(.widget) {
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
body.account .column.main .block:not(.widget) div.block-title {
  padding: 15px;
  padding-left: 20px;
}
body.account .column.main .block:not(.widget) div.block-title &gt; strong {
  color: #575756;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body.account .column.main .block:not(.widget) .block-content {
  padding: 0 20px 40px 20px;
}
body.account .column.main .block:not(.widget) .block-content p {
  color: #575756;
}
body.account .column.main .block:not(.widget) .block-content .box-actions {
  padding-top: 20px;
}
body.account .column.main .block:not(.widget) .block-content .box-actions .action {
  display: inline-flex;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #E6007E;
  border: none;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  line-height: 26px;
}
body.account .column.main .block:not(.widget) .block-content .box-actions .action::after {
  display: none;
}

.lead { font-size: 1.5rem; font-weight: 300; }
.container { margin: 150px auto; max-width: 960px; color: #000; }

.side-bar {
width: 250px;
height: 100%;
padding: 110px 0 0;
background-color: #F7F7F7;
position: fixed;
/* transition: all 0.2s ease; */
top: 0;
left: 0;
z-index: 999;
/* opacity: 0.9; */
}


.logo-name-wrapper {
position: relative;
margin-bottom: 2.1rem;
display: flex;
font-size: 1.2rem;
top: 60%;
right: -25px;
}

.logo-name {
display: flex;
align-items: center;
}

.logo-name__name {
margin-left: 0.9rem;
white-space: nowrap;
}
.logo-name__button {
position: absolute;
top: 50%;
right: 0;
font-size: 1.8rem;
transform: translateY(-50%);
background-color: transparent;
border: none;
cursor: pointer;
}

.logo-name__button:active, .logo-name__button:hover, .logo-name__button:visited, .logo-name__button:focus  {
  border: none;
  background-color: transparent !important;
}

.logo-name__icon {
  font-size: 1.8rem;
  color: var(--grey-color);
}

.features-list {
  list-style: none;
}

.features-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 2rem 0;
  margin-bottom: 0;
  color: #58595B;
  cursor: pointer;
  transition: 0.2s ease;
}

.features-item:nth-child(odd) {
  background-color: #FFF;
}

.features-item::before {
  transition: 0.2s ease;
  content: '';
  position: absolute;
  left: -1.2rem;
  height: 100%;
  border-left: 3px solid var(--white-color);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}

.features-item::after {
  content: '';
  --svg: url("data:image/svg+xml, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='var(--store-main-color)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5464 12L9.47331 7.92689C9.33484 7.78844 9.26401 7.6144 9.26081 7.40479C9.25759 7.19519 9.32842 7.01795 9.47331 6.87309C9.61817 6.7282 9.79381 6.65576 10.0002 6.65576C10.2066 6.65576 10.3822 6.7282 10.5271 6.87309L15.0213 11.3673C15.2021 11.5481 15.2925 11.759 15.2925 12C15.2925 12.241 15.2021 12.4519 15.0213 12.6327L10.5271 17.1269C10.3887 17.2654 10.2146 17.3362 10.005 17.3394C9.7954 17.3426 9.61817 17.2718 9.47331 17.1269C9.32842 16.982 9.25598 16.8064 9.25598 16.6C9.25598 16.3936 9.32842 16.218 9.47331 16.0731L13.5464 12Z' fill='var(--store-main-color)' /%3E%3C/svg%3E%0A");
  background-image: var(--svg);
  background-size: 100px;
  background-color: var(--store-main-color);
  height: 18px;
  width: 18px;
  position: absolute;
  right: 10px;
  top: 20px;
  -webkit-mask: var(--svg);
  /* Firefox and Safari */
  mask: var(--svg);
}

.features-item-icon {
  padding: 3px;
  display: inline-block;
}

/* .features-item.active .features-item-icon {
  background: var(--store-main-color);
  border-radius: 6px;
  color: white;
} */

/* menu items */
.menu-item-meus-pedidos {
  --svg-item-package: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M122.496 0.0351562H58.8571C26.5303 0.0351562 0.324219 26.2412 0.324219 58.5681V122.207C0.324219 154.534 26.5303 180.74 58.8571 180.74H122.496C154.823 180.74 181.029 154.534 181.029 122.207V58.5681C181.029 26.2412 154.823 0.0351562 122.496 0.0351562Z' fill='white'/%3E%3Cpath d='M126.154 68.2754C125.496 68.2754 124.869 67.8844 124.602 67.2418C124.246 66.3863 124.649 65.3992 125.508 65.0431L145.691 56.6276C146.551 56.2715 147.534 56.6741 147.89 57.5334C148.246 58.3928 147.844 59.376 146.984 59.7321L126.801 68.1476C126.588 68.2366 126.371 68.2792 126.154 68.2792V68.2754Z' fill='black'/%3E%3Cpath d='M106.664 141.537C106.009 141.537 105.386 141.154 105.115 140.515C104.751 139.66 105.15 138.673 106.006 138.309L144.704 121.838V58.1683C144.704 57.2392 145.455 56.4883 146.384 56.4883C147.313 56.4883 148.064 57.2392 148.064 58.1683V122.953C148.064 123.626 147.661 124.234 147.042 124.501L107.322 141.406C107.109 141.499 106.884 141.541 106.664 141.541V141.537Z' fill='black'/%3E%3Cpath d='M90.4222 148.451C89.4931 148.451 88.7422 147.7 88.7422 146.771V81.4869C88.7422 80.8095 89.1486 80.1979 89.7757 79.9347L111.771 70.7643C112.626 70.4082 113.613 70.8108 113.969 71.6701C114.325 72.5256 113.923 73.5127 113.063 73.8689L92.1022 82.6056V146.771C92.1022 147.7 91.3512 148.451 90.4222 148.451Z' fill='black'/%3E%3Cpath d='M90.4207 148.451C90.2 148.451 89.9755 148.408 89.7587 148.316L34.3071 124.497C33.6916 124.23 33.2891 123.623 33.2891 122.953V58.1684C33.2891 57.6071 33.5716 57.0807 34.04 56.7671C34.5084 56.4536 35.1045 56.3994 35.6232 56.6162L91.0748 79.931C91.9303 80.291 92.3329 81.2781 91.9729 82.1336C91.6129 82.9891 90.6258 83.3917 89.7703 83.0317L36.6529 60.6962V121.842L91.0865 145.223C91.9381 145.59 92.3329 146.577 91.969 147.433C91.6942 148.072 91.0749 148.451 90.4245 148.451H90.4207Z' fill='black'/%3E%3Cpath d='M146.382 59.8486C146.165 59.8486 145.941 59.806 145.728 59.717L100.763 40.7338C99.9072 40.3738 99.5046 39.3867 99.8685 38.5312C100.228 37.6757 101.216 37.2732 102.071 37.637L147.036 56.6202C147.892 56.9802 148.294 57.9673 147.93 58.8228C147.659 59.4654 147.036 59.8525 146.382 59.8525V59.8486Z' fill='black'/%3E%3Cpath d='M34.969 59.8487C34.3264 59.8487 33.711 59.4771 33.4322 58.85C33.0529 58.0022 33.4322 57.0074 34.2838 56.628L88.4696 32.4654C89.3174 32.0861 90.3122 32.4654 90.6916 33.3171C91.0709 34.1648 90.6916 35.1596 89.84 35.539L35.6542 59.7016C35.4335 59.8022 35.1974 59.8487 34.969 59.8487Z' fill='black'/%3E%3Cpath d='M110.734 93.5414V73.3736L56.2656 50.3762L57.574 47.2755L114.098 71.1439V88.4704L124.472 84.0884V67.6601L69.6475 44.5001L70.9559 41.3994L127.836 65.4304V86.322L110.734 93.5414Z' fill='black'/%3E%3Cpath d='M78.2269 131.384C77.2978 131.384 76.5469 130.629 76.5469 129.704V114.325C76.5469 113.396 77.2978 112.645 78.2269 112.645C79.1559 112.645 79.9068 113.396 79.9068 114.325V129.704C79.9068 130.633 79.1559 131.384 78.2269 131.384Z' fill='black'/%3E%3Cpath d='M68.1722 127.25C67.2431 127.25 66.4922 126.499 66.4922 125.57V110.191C66.4922 109.262 67.2431 108.511 68.1722 108.511C69.1012 108.511 69.8522 109.262 69.8522 110.191V125.57C69.8522 126.499 69.1012 127.25 68.1722 127.25Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-image: var(--svg-item-package);
  height: 40px;
  width: 40px;
}

.menu-item-meus-dados {
  --svg-item-meus-dados: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.0434 0H12.9566C5.80086 0 0 5.80087 0 12.9566V27.0434C0 34.1991 5.80086 40 12.9566 40H27.0434C34.1991 40 40 34.1991 40 27.0434V12.9566C40 5.80087 34.1991 0 27.0434 0Z' fill='white'/%3E%3Cpath d='M32.0351 31.0649H7.89651C6.99081 31.0649 6.25391 30.328 6.25391 29.4223V14.632C6.25391 13.7263 6.99081 12.9894 7.89651 12.9894H15.7925C15.9604 12.9894 16.0967 13.1257 16.0967 13.2936C16.0967 13.4615 15.9604 13.5978 15.7925 13.5978H7.89651C7.32584 13.5978 6.86142 14.0622 6.86142 14.632V29.4223C6.86142 29.993 7.32584 30.4565 7.89651 30.4565H32.0351C32.6058 30.4565 33.0694 29.9921 33.0694 29.4223C33.0694 29.2543 33.2056 29.1181 33.3736 29.1181C33.5415 29.1181 33.6777 29.2543 33.6777 29.4223C33.6777 30.328 32.9408 31.0649 32.0351 31.0649Z' fill='black'/%3E%3Cpath d='M33.3736 27.1902C33.2057 27.1902 33.0694 27.0539 33.0694 26.886V14.632C33.0694 14.0613 32.605 13.5978 32.0352 13.5978H21.7966C21.6286 13.5978 21.4924 13.4615 21.4924 13.2936C21.4924 13.1257 21.6286 12.9894 21.7966 12.9894H32.0352C32.9409 12.9894 33.6778 13.7263 33.6778 14.632V26.886C33.6778 27.0539 33.5415 27.1902 33.3736 27.1902Z' fill='black'/%3E%3Cpath d='M29.8646 19.2597H28.5425C28.3745 19.2597 28.2383 19.1235 28.2383 18.9556C28.2383 18.7876 28.3745 18.6514 28.5425 18.6514H29.8646C30.0325 18.6514 30.1688 18.7876 30.1688 18.9556C30.1688 19.1235 30.0325 19.2597 29.8646 19.2597Z' fill='black'/%3E%3Cpath d='M26.5361 19.2597H22.0659C21.898 19.2597 21.7617 19.1235 21.7617 18.9556C21.7617 18.7876 21.898 18.6514 22.0659 18.6514H26.5361C26.7041 18.6514 26.8403 18.7876 26.8403 18.9556C26.8403 19.1235 26.7041 19.2597 26.5361 19.2597Z' fill='black'/%3E%3Cpath d='M29.8642 22.5986H22.0659C21.898 22.5986 21.7617 22.4624 21.7617 22.2944C21.7617 22.1265 21.898 21.9902 22.0659 21.9902H29.8642C30.0321 21.9902 30.1684 22.1265 30.1684 22.2944C30.1684 22.4624 30.0321 22.5986 29.8642 22.5986Z' fill='black'/%3E%3Cpath d='M29.8658 25.9355H24.896C24.728 25.9355 24.5918 25.7993 24.5918 25.6313C24.5918 25.4634 24.728 25.3271 24.896 25.3271H29.8658C30.0337 25.3271 30.17 25.4634 30.17 25.6313C30.17 25.7993 30.0337 25.9355 29.8658 25.9355Z' fill='black'/%3E%3Cpath d='M23.4446 25.9355H22.0659C21.898 25.9355 21.7617 25.7993 21.7617 25.6313C21.7617 25.4634 21.898 25.3271 22.0659 25.3271H23.4446C23.6125 25.3271 23.7488 25.4634 23.7488 25.6313C23.7488 25.7993 23.6125 25.9355 23.4446 25.9355Z' fill='black'/%3E%3Cpath d='M19.1577 30.9457C18.9898 30.9457 18.8535 30.8095 18.8535 30.6415V27.7642C18.8535 26.107 17.5965 25.3333 16.3078 25.2818L14.5332 27.3871C14.4767 27.454 14.3944 27.4934 14.3062 27.4951C14.2179 27.4951 14.1348 27.4608 14.0757 27.3957L12.1554 25.2818C10.6868 25.3358 9.74509 26.2989 9.74509 27.765V29.0143C9.74509 29.1823 9.60884 29.3185 9.4409 29.3185C9.27295 29.3185 9.13672 29.1823 9.13672 29.0143V27.765C9.13672 25.9151 10.4032 24.6718 12.2874 24.6718C12.3731 24.6718 12.4545 24.7077 12.5127 24.7711L14.2924 26.7299L15.9359 24.7789C15.9933 24.7103 16.079 24.6709 16.1681 24.6709C18.1072 24.6709 19.461 25.9433 19.461 27.7642V30.6415C19.461 30.8095 19.3248 30.9457 19.1568 30.9457H19.1577Z' fill='black'/%3E%3Cpath d='M14.3008 24.2074C12.809 24.2074 11.5957 22.9769 11.5957 21.4654V20.5623C11.5957 19.0499 12.809 17.8203 14.3008 17.8203C15.7926 17.8203 17.0059 19.0508 17.0059 20.5623V21.4654C17.0059 21.6488 16.9879 21.833 16.9511 22.0129C16.9177 22.1775 16.7583 22.2837 16.5929 22.2511C16.4284 22.2177 16.3222 22.0575 16.3547 21.893C16.383 21.7533 16.3976 21.6094 16.3976 21.4663V20.5631C16.3976 19.3867 15.4567 18.4287 14.3 18.4287C13.1432 18.4287 12.2032 19.3858 12.2032 20.5631V21.4663C12.2032 22.6427 13.1441 23.6007 14.3 23.6007C14.7447 23.6007 15.1697 23.4593 15.5304 23.192C15.6649 23.0917 15.8552 23.12 15.9554 23.2545C16.0557 23.3891 16.0274 23.5793 15.8929 23.6795C15.4267 24.0257 14.8758 24.2082 14.3 24.2082L14.3008 24.2074Z' fill='black'/%3E%3Cpath d='M21.7794 15.7224C21.6114 15.7224 21.4752 15.5862 21.4752 15.4182V9.60529H18.4539V15.4182C18.4539 15.5862 18.3176 15.7224 18.1497 15.7224C17.9818 15.7224 17.8455 15.5862 17.8455 15.4182V9.3011C17.8455 9.13316 17.9818 8.99692 18.1497 8.99692H21.7794C21.9473 8.99692 22.0836 9.13316 22.0836 9.3011V15.4182C22.0836 15.5862 21.9473 15.7224 21.7794 15.7224Z' fill='black'/%3E%3Cpath d='M23.4459 15.8074H16.4856C16.3177 15.8074 16.1815 15.6712 16.1815 15.5033C16.1815 15.3353 16.3177 15.1991 16.4856 15.1991H23.4459C23.6139 15.1991 23.7501 15.3353 23.7501 15.5033C23.7501 15.6712 23.6139 15.8074 23.4459 15.8074Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-image: var(--svg-item-meus-dados);
  height: 40px;
  width: 40px;
}

.menu-item-meus-enderecos {
  --svg-item-meus-dados: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.0434 0H12.9566C5.80086 0 0 5.80087 0 12.9566V27.0434C0 34.1991 5.80086 40 12.9566 40H27.0434C34.1991 40 40 34.1991 40 27.0434V12.9566C40 5.80087 34.1991 0 27.0434 0Z' fill='white'/%3E%3Cpath d='M34.0099 23.9749H21.0242C20.7988 23.9749 20.6172 23.7924 20.6172 23.5679V14.4783C20.6172 14.2529 20.7997 14.0713 21.0242 14.0713H34.0099C34.2353 14.0713 34.4169 14.2538 34.4169 14.4783V23.5679C34.4169 23.7932 34.2344 23.9749 34.0099 23.9749ZM21.4312 23.16H33.6021V14.8853H21.4312V23.16Z' fill='black'/%3E%3Cpath d='M27.5164 20.0672C27.4256 20.0672 27.3348 20.0372 27.2602 19.9763L22.7566 16.3321C22.5818 16.1907 22.5544 15.9345 22.6957 15.7589C22.8371 15.5841 23.0933 15.5566 23.269 15.698L27.5164 19.1349L31.4623 15.9414C31.6371 15.8 31.8941 15.8266 32.0355 16.0022C32.1769 16.177 32.1503 16.4332 31.9747 16.5754L27.7726 19.9763C27.6981 20.0372 27.6073 20.0672 27.5164 20.0672Z' fill='black'/%3E%3Cpath d='M21.06 23.9744C20.9521 23.9744 20.8449 23.9315 20.7644 23.8476C20.6093 23.6847 20.6162 23.4268 20.779 23.2717L25.9613 18.3448C26.1241 18.1897 26.382 18.1957 26.5371 18.3594C26.6922 18.5222 26.6853 18.7801 26.5225 18.9352L21.3402 23.8621C21.2614 23.9367 21.1603 23.9744 21.0592 23.9744H21.06Z' fill='black'/%3E%3Cpath d='M33.9728 23.9744C33.8717 23.9744 33.7706 23.9375 33.6917 23.8621L28.5094 18.9352C28.3466 18.7801 28.3398 18.5222 28.4949 18.3594C28.65 18.1957 28.9079 18.1897 29.0707 18.3448L34.253 23.2717C34.4158 23.4268 34.4226 23.6847 34.2676 23.8476C34.1879 23.9315 34.0799 23.9744 33.9719 23.9744H33.9728Z' fill='black'/%3E%3Cpath d='M16.8172 21.4578C16.5918 21.4578 16.4102 21.2753 16.4102 21.0508V15.2113C16.4102 12.0212 19.0056 9.42578 22.1957 9.42578C23.7338 9.42578 25.1853 10.029 26.2821 11.1241C27.1732 12.0169 27.7576 13.1883 27.9264 14.4221C27.9572 14.6449 27.8013 14.8506 27.5785 14.8814C27.3548 14.9114 27.1501 14.7563 27.1192 14.5335C26.9735 13.4744 26.4723 12.4685 25.7054 11.7008C24.7628 10.7599 23.5161 10.2415 22.1948 10.2415C19.4546 10.2415 17.2242 12.4711 17.2242 15.2122V21.0517C17.2242 21.277 17.0417 21.4587 16.8172 21.4587V21.4578Z' fill='black'/%3E%3Cpath d='M6.06131 23.929C5.83595 23.929 5.6543 23.7465 5.6543 23.522V14.315C5.6543 11.6193 7.84785 9.42578 10.5435 9.42578H16.8175C17.0428 9.42578 17.2245 9.60829 17.2245 9.83279C17.2245 10.0573 17.042 10.2398 16.8175 10.2398H10.5435C8.29684 10.2398 6.46917 12.0675 6.46917 14.3142V23.5211C6.46917 23.7465 6.28666 23.9282 6.06216 23.9282L6.06131 23.929Z' fill='black'/%3E%3Cpath d='M27.572 23.9293H6.06131C5.83595 23.9293 5.6543 23.7467 5.6543 23.5222C5.6543 23.2977 5.83681 23.1152 6.06131 23.1152H27.572C27.7973 23.1152 27.979 23.2977 27.979 23.5222C27.979 23.7467 27.7964 23.9293 27.572 23.9293Z' fill='black'/%3E%3Cpath d='M18.9352 30.6102H14.698C14.4727 30.6102 14.291 30.4277 14.291 30.2032V25.559C14.291 25.3336 14.4735 25.152 14.698 25.152C14.9225 25.152 15.105 25.3345 15.105 25.559V29.7962H18.5273V23.5222C18.5273 23.2969 18.7098 23.1152 18.9343 23.1152C19.1588 23.1152 19.3414 23.2977 19.3414 23.5222V30.204C19.3414 30.4294 19.1588 30.6111 18.9343 30.6111L18.9352 30.6102Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-image: var(--svg-item-meus-dados);
  height: 40px;
  width: 40px;
}

.menu-item-comissao {
  --svg-item-comissao: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.0434 0H12.9566C5.80086 0 0 5.80087 0 12.9566V27.0434C0 34.1991 5.80086 40 12.9566 40H27.0434C34.1991 40 40 34.1991 40 27.0434V12.9566C40 5.80087 34.1991 0 27.0434 0Z' fill='white'/%3E%3Cpath d='M20.0055 35.1273C19.9112 35.1273 19.8212 35.0862 19.7595 35.0142L16.9148 31.6759L12.759 33.0786C12.6699 33.1085 12.5713 33.0983 12.4899 33.0494C12.4085 33.0006 12.3528 32.9192 12.3374 32.8266L11.6005 28.5021L7.30248 27.6255C7.2108 27.6066 7.13113 27.5484 7.08486 27.467C7.03859 27.3847 7.03088 27.287 7.06344 27.1988L8.5655 23.0781L5.25202 20.2068C5.1809 20.1451 5.14062 20.056 5.14062 19.9626C5.14062 19.8692 5.1809 19.7801 5.25202 19.7184L8.5655 16.847L7.06344 12.7264C7.03088 12.6381 7.03945 12.5404 7.08486 12.4582C7.13113 12.3759 7.20994 12.3185 7.30248 12.2997L11.6005 11.4231L12.3383 7.09853C12.3537 7.00513 12.4102 6.92372 12.4908 6.87574C12.5722 6.8269 12.6707 6.81662 12.7598 6.84661L16.9156 8.24929L19.7604 4.91096C19.8221 4.83898 19.9112 4.79785 20.0063 4.79785C20.1014 4.79785 20.1905 4.83898 20.2522 4.91096L23.097 8.24929L27.2528 6.84661C27.3419 6.81662 27.4404 6.8269 27.5218 6.87574C27.6032 6.92458 27.6589 7.00599 27.6744 7.09853L28.4113 11.4231L32.7093 12.2997C32.8018 12.3185 32.8807 12.3768 32.9269 12.4582C32.9732 12.5404 32.9809 12.6381 32.9483 12.7264L31.4463 16.847L34.7598 19.7184C34.8309 19.7801 34.8711 19.8692 34.8711 19.9626C34.8711 20.056 34.8309 20.1451 34.7598 20.2068L31.4463 23.0781L32.9483 27.1988C32.9809 27.287 32.9723 27.3847 32.9269 27.467C32.8807 27.5492 32.8018 27.6066 32.7093 27.6255L28.4113 28.5021L27.6735 32.8266C27.6581 32.92 27.6015 33.0014 27.521 33.0494C27.4396 33.0983 27.3419 33.1085 27.2519 33.0786L23.0962 31.6759L20.2514 35.0142C20.1897 35.0862 20.0997 35.1273 20.0055 35.1273ZM17.0193 30.9767C17.1127 30.9767 17.2027 31.017 17.2652 31.0898L20.0055 34.3064L22.7457 31.0898C22.8314 30.9895 22.9693 30.951 23.0944 30.993L27.0994 32.3442L27.8106 28.1739C27.8329 28.0428 27.934 27.9383 28.0642 27.9117L32.2115 27.066L30.7616 23.0884C30.7154 22.9625 30.7522 22.8211 30.8533 22.7337L34.0537 19.9609L30.8533 17.1881C30.7522 17.1007 30.7154 16.9593 30.7616 16.8333L32.2115 12.8558L28.0642 12.0101C27.934 11.9835 27.8329 11.879 27.8106 11.7479L27.0994 7.57751L23.0944 8.92878C22.9693 8.97077 22.8314 8.93307 22.7457 8.83196L20.0055 5.6153L17.2652 8.83196C17.1795 8.93221 17.0416 8.97077 16.9165 8.92878L12.9115 7.57751L12.2003 11.7479C12.178 11.879 12.0769 11.9835 11.9467 12.0101L7.79947 12.8558L9.24927 16.8333C9.29554 16.9593 9.25871 17.1007 9.1576 17.1881L5.95722 19.9609L9.1576 22.7337C9.25871 22.8211 9.29554 22.9625 9.24927 23.0884L7.79947 27.066L11.9467 27.9117C12.0769 27.9383 12.178 28.0428 12.2003 28.1739L12.9115 32.3442L16.9165 30.993C16.9508 30.9818 16.985 30.9758 17.0193 30.9758V30.9767Z' fill='black'/%3E%3Cpath d='M16.0564 27.9008C16.0059 27.9008 15.9553 27.8888 15.9082 27.8648C12.946 26.3259 11.1055 23.2978 11.1055 19.962C11.1055 16.3769 13.239 13.1585 16.5405 11.7618C16.7051 11.6924 16.8944 11.7696 16.9638 11.9332C17.0332 12.0977 16.9561 12.2871 16.7924 12.3565C13.73 13.6521 11.7515 16.6365 11.7515 19.9611C11.7515 23.0544 13.4584 25.8632 16.2064 27.2899C16.3649 27.3721 16.4266 27.5675 16.3443 27.7252C16.2869 27.8357 16.1738 27.8991 16.0573 27.8991L16.0564 27.9008Z' fill='black'/%3E%3Cpath d='M23.702 28.0259C23.5811 28.0259 23.4654 27.9582 23.4106 27.8425C23.3335 27.6814 23.402 27.4886 23.5623 27.4115C26.4148 26.0465 28.2579 23.1229 28.2579 19.962C28.2579 17.0461 26.7661 14.4035 24.2683 12.8937C24.1158 12.8012 24.067 12.6024 24.1586 12.4499C24.2512 12.2973 24.45 12.2485 24.6025 12.3402C25.8904 13.1191 26.9683 14.2193 27.7198 15.5226C28.4944 16.8661 28.904 18.4016 28.904 19.9611C28.904 21.6722 28.4164 23.3346 27.4953 24.7681C26.5981 26.1631 25.3343 27.2787 23.8408 27.9933C23.7962 28.0147 23.7482 28.025 23.702 28.025V28.0259Z' fill='black'/%3E%3Cpath d='M17.4854 25.5001C17.4392 25.5001 17.392 25.4899 17.3466 25.4684C17.1855 25.3922 17.117 25.1994 17.1933 25.0383L22.2324 14.4423C22.3087 14.2812 22.5015 14.2127 22.6626 14.289C22.8237 14.3652 22.8922 14.558 22.816 14.7191L17.7768 25.3142C17.7211 25.4307 17.6054 25.4984 17.4846 25.4984L17.4854 25.5001Z' fill='black'/%3E%3Cpath d='M18.4394 18.2645C17.5491 18.2645 16.8242 17.5396 16.8242 16.6494C16.8242 15.7591 17.5491 15.0342 18.4394 15.0342C19.3297 15.0342 20.0546 15.7591 20.0546 16.6494C20.0546 17.5396 19.3297 18.2645 18.4394 18.2645ZM18.4394 15.6803C17.9047 15.6803 17.4703 16.1147 17.4703 16.6494C17.4703 17.184 17.9047 17.6185 18.4394 17.6185C18.9741 17.6185 19.4085 17.184 19.4085 16.6494C19.4085 16.1147 18.9741 15.6803 18.4394 15.6803Z' fill='black'/%3E%3Cpath d='M21.7343 24.5321C20.8441 24.5321 20.1191 23.8072 20.1191 22.9169C20.1191 22.0267 20.8441 21.3018 21.7343 21.3018C22.6246 21.3018 23.3495 22.0267 23.3495 22.9169C23.3495 23.8072 22.6246 24.5321 21.7343 24.5321ZM21.7343 21.9478C21.1997 21.9478 20.7652 22.3823 20.7652 22.9169C20.7652 23.4516 21.1997 23.8861 21.7343 23.8861C22.269 23.8861 22.7034 23.4516 22.7034 22.9169C22.7034 22.3823 22.269 21.9478 21.7343 21.9478Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-image: var(--svg-item-comissao);
  height: 40px;
  width: 40px;
}

.menu-item-dashboard {
  --svg-item-dashboard: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 181 181' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M122.363 0.163574H58.7243C26.3975 0.163574 0.191406 26.3696 0.191406 58.6965V122.335C0.191406 154.662 26.3975 180.868 58.7243 180.868H122.363C154.69 180.868 180.896 154.662 180.896 122.335V58.6965C180.896 26.3696 154.69 0.163574 122.363 0.163574Z' fill='white'/%3E%3Cpath d='M139.366 122.211H129.89C129.139 122.211 128.531 121.604 128.531 120.853C128.531 120.102 129.139 119.494 129.89 119.494H139.366C143.198 119.494 146.314 116.378 146.314 112.546V45.0359C146.314 41.2037 143.198 38.0875 139.366 38.0875H41.7283C37.896 38.0875 34.7799 41.2037 34.7799 45.0359C34.7799 45.7869 34.1722 46.3946 33.4212 46.3946C32.6702 46.3946 32.0625 45.7869 32.0625 45.0359C32.0625 39.7056 36.398 35.3701 41.7283 35.3701H139.366C144.696 35.3701 149.032 39.7056 149.032 45.0359V112.546C149.032 117.876 144.696 122.211 139.366 122.211Z' fill='black'/%3E%3Cpath d='M116.717 122.211H41.7283C36.398 122.211 32.0625 117.876 32.0625 112.546V59.3856C32.0625 58.6346 32.6702 58.0269 33.4212 58.0269C34.1722 58.0269 34.7799 58.6346 34.7799 59.3856V112.546C34.7799 116.378 37.896 119.494 41.7283 119.494H116.717C117.468 119.494 118.075 120.102 118.075 120.853C118.075 121.604 117.468 122.211 116.717 122.211Z' fill='black'/%3E%3Cpath d='M128.476 102.361H82.2259C81.4749 102.361 80.8672 101.753 80.8672 101.002C80.8672 100.251 81.4749 99.6436 82.2259 99.6436H128.476C129.227 99.6436 129.835 100.251 129.835 101.002C129.835 101.753 129.227 102.361 128.476 102.361Z' fill='black'/%3E%3Cpath d='M68.534 102.361H52.6126C51.8617 102.361 51.2539 101.753 51.2539 101.002C51.2539 100.251 51.8617 99.6436 52.6126 99.6436H68.534C69.2849 99.6436 69.8927 100.251 69.8927 101.002C69.8927 101.753 69.2849 102.361 68.534 102.361Z' fill='black'/%3E%3Cpath d='M104.188 80.1574C103.855 80.1574 103.519 80.0335 103.256 79.7896C102.71 79.2748 102.683 78.4154 103.197 77.8696L125.401 54.28C125.916 53.7342 126.775 53.707 127.321 54.2219C127.867 54.7367 127.894 55.5961 127.379 56.1419L105.176 79.7316C104.908 80.0142 104.548 80.1574 104.185 80.1574H104.188Z' fill='black'/%3E%3Cpath d='M126.392 56.5675H112.515C111.764 56.5675 111.156 55.9598 111.156 55.2088C111.156 54.4578 111.764 53.8501 112.515 53.8501H126.392C127.143 53.8501 127.751 54.4578 127.751 55.2088C127.751 55.9598 127.143 56.5675 126.392 56.5675Z' fill='black'/%3E%3Cpath d='M125.633 70.4024C125.583 70.4024 125.533 70.4024 125.482 70.3947C124.735 70.3134 124.197 69.6398 124.282 68.8927L125.815 55.1005C125.896 54.3534 126.57 53.8153 127.317 53.9005C128.064 53.9818 128.602 54.6553 128.517 55.4024L126.984 69.1947C126.907 69.8914 126.318 70.4024 125.633 70.4024Z' fill='black'/%3E%3Cpath d='M82.2259 145.321C81.4749 145.321 80.8672 144.713 80.8672 143.962V121.085C80.8672 120.334 81.4749 119.726 82.2259 119.726C82.9769 119.726 83.5846 120.334 83.5846 121.085V143.962C83.5846 144.713 82.9769 145.321 82.2259 145.321Z' fill='black'/%3E%3Cpath d='M98.8626 145.321C98.1117 145.321 97.5039 144.713 97.5039 143.962V121.085C97.5039 120.334 98.1117 119.726 98.8626 119.726C99.6136 119.726 100.221 120.334 100.221 121.085V143.962C100.221 144.713 99.6136 145.321 98.8626 145.321Z' fill='black'/%3E%3Cpath d='M114.117 145.666H66.9759C66.2249 145.666 65.6172 145.058 65.6172 144.307C65.6172 143.556 66.2249 142.948 66.9759 142.948H114.117C114.868 142.948 115.475 143.556 115.475 144.307C115.475 145.058 114.868 145.666 114.117 145.666Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-image: var(--svg-item-dashboard);
  height: 40px;
  width: 40px;
}

.menu-item-vendas {
  --svg-item-vendas: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 182 182' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M122.496 0.873047H58.8571C26.5303 0.873047 0.324219 27.0791 0.324219 59.406V123.045C0.324219 155.371 26.5303 181.578 58.8571 181.578H122.496C154.823 181.578 181.029 155.371 181.029 123.045V59.406C181.029 27.0791 154.823 0.873047 122.496 0.873047Z' fill='white'/%3E%3Cpath d='M72.1269 75.5759C71.2986 75.5759 70.625 74.9024 70.625 74.074V53.6934C70.625 42.5837 79.6212 33.5488 90.6805 33.5488C101.74 33.5488 110.732 42.5876 110.732 53.6934V74.074C110.732 74.9024 110.059 75.5759 109.23 75.5759C108.402 75.5759 107.728 74.9024 107.728 74.074V53.6934C107.728 44.2443 100.079 36.5566 90.6805 36.5566C81.2818 36.5566 73.6327 44.2443 73.6327 53.6934V74.074C73.6327 74.9024 72.9592 75.5759 72.1308 75.5759H72.1269Z' fill='black'/%3E%3Cpath d='M127.492 132.483H101.564C100.732 132.483 100.062 131.81 100.062 130.981C100.062 130.153 100.736 129.479 101.564 129.479H127.492C128.324 129.479 128.994 130.153 128.994 130.981C128.994 131.81 128.321 132.483 127.492 132.483Z' fill='black'/%3E%3Cpath d='M86.2148 132.483H53.8574C53.029 132.483 52.3555 131.81 52.3555 130.981C52.3555 130.153 53.029 129.479 53.8574 129.479H86.2148C87.0432 129.479 87.7167 130.153 87.7167 130.981C87.7167 131.81 87.0432 132.483 86.2148 132.483Z' fill='black'/%3E%3Cpath d='M128.007 148.904H53.3442C49.2991 148.904 46.4849 148.013 44.7391 146.178C43.4036 144.773 42.7804 142.888 42.8965 140.569L46.6165 62.6276C46.6552 61.8263 47.3171 61.1953 48.1184 61.1953H133.241C134.073 61.1953 134.743 61.8689 134.743 62.6972C134.743 63.5256 134.069 64.1992 133.241 64.1992H49.5546L45.9043 140.713C45.8307 142.199 46.1636 143.306 46.9223 144.104C48.0565 145.292 50.2165 145.896 53.352 145.896H128.015C131.147 145.896 133.311 145.292 134.445 144.104C135.204 143.31 135.537 142.199 135.467 140.717L132.428 77.1205C132.389 76.2921 133.028 75.5876 133.856 75.5488C134.693 75.5101 135.389 76.1488 135.428 76.9772L138.467 140.573C138.579 142.892 137.956 144.777 136.62 146.182C134.875 148.017 132.057 148.908 128.015 148.908L128.007 148.904Z' fill='black'/%3E%3Cpath d='M127.491 137.725H53.8574C53.029 137.725 52.3555 137.051 52.3555 136.223C52.3555 135.394 53.029 134.721 53.8574 134.721H127.491C128.323 134.721 128.993 135.394 128.993 136.223C128.993 137.051 128.319 137.725 127.491 137.725Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-image: var(--svg-item-vendas);
  height: 40px;
  width: 40px;
}

.menu-item-produtos {
  --svg-item-produtos: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.0434 0H12.9566C5.80087 0 0 5.80088 0 12.9566V27.0434C0 34.1991 5.80087 40 12.9566 40H27.0434C34.1991 40 40 34.1991 40 27.0434V12.9566C40 5.80088 34.1991 0 27.0434 0Z' fill='white'/%3E%3Cpath d='M29.6272 29.4597H12.4411C12.2938 29.4597 12.1738 29.3398 12.1738 29.1924C12.1738 29.045 12.2938 28.9251 12.4411 28.9251H29.6272C30.8645 28.9251 31.8705 27.9183 31.8705 26.6818V26.405C31.8705 26.2577 31.9904 26.1377 32.1378 26.1377C32.2852 26.1377 32.4052 26.2577 32.4052 26.405V26.6818C32.4052 28.2139 31.1593 29.4597 29.6272 29.4597Z' fill='black'/%3E%3Cpath d='M32.1381 23.8845C31.9907 23.8845 31.8707 23.7645 31.8707 23.6172V13.2954C31.8707 12.0581 30.8639 11.0513 29.6275 11.0513H12.4431C12.2957 11.0513 12.1758 10.9313 12.1758 10.7839C12.1758 10.6366 12.2957 10.5166 12.4431 10.5166H29.6275C31.1595 10.5166 32.4054 11.7633 32.4054 13.2954V23.6172C32.4054 23.7645 32.2854 23.8845 32.1381 23.8845Z' fill='black'/%3E%3Cpath d='M20.3434 20.1509H17.8748C17.7274 20.1509 17.6074 20.0309 17.6074 19.8836C17.6074 19.7362 17.7274 19.6162 17.8748 19.6162H20.3434C20.4908 19.6162 20.6107 19.7362 20.6107 19.8836C20.6107 20.0309 20.4908 20.1509 20.3434 20.1509Z' fill='black'/%3E%3Cpath d='M20.3434 23.2925H17.8748C17.7274 23.2925 17.6074 23.1725 17.6074 23.0252C17.6074 22.8778 17.7274 22.7578 17.8748 22.7578H20.3434C20.4908 22.7578 20.6107 22.8778 20.6107 23.0252C20.6107 23.1725 20.4908 23.2925 20.3434 23.2925Z' fill='black'/%3E%3Cpath d='M20.3434 26.4331H17.8748C17.7274 26.4331 17.6074 26.3132 17.6074 26.1658C17.6074 26.0184 17.7274 25.8984 17.8748 25.8984H20.3434C20.4908 25.8984 20.6107 26.0184 20.6107 26.1658C20.6107 26.3132 20.4908 26.4331 20.3434 26.4331Z' fill='black'/%3E%3Cpath d='M28.8328 20.1509H26.365C26.2176 20.1509 26.0977 20.0309 26.0977 19.8836C26.0977 19.7362 26.2176 19.6162 26.365 19.6162H28.8328C28.9801 19.6162 29.1001 19.7362 29.1001 19.8836C29.1001 20.0309 28.9801 20.1509 28.8328 20.1509Z' fill='black'/%3E%3Cpath d='M28.8328 23.2925H26.365C26.2176 23.2925 26.0977 23.1725 26.0977 23.0252C26.0977 22.8778 26.2176 22.7578 26.365 22.7578H28.8328C28.9801 22.7578 29.1001 22.8778 29.1001 23.0252C29.1001 23.1725 28.9801 23.2925 28.8328 23.2925Z' fill='black'/%3E%3Cpath d='M28.8328 26.4331H26.365C26.2176 26.4331 26.0977 26.3132 26.0977 26.1658C26.0977 26.0184 26.2176 25.8984 26.365 25.8984H28.8328C28.9801 25.8984 29.1001 26.0184 29.1001 26.1658C29.1001 26.3132 28.9801 26.4331 28.8328 26.4331Z' fill='black'/%3E%3Cpath d='M24.5867 20.1509H22.1189C21.9715 20.1509 21.8516 20.0309 21.8516 19.8836C21.8516 19.7362 21.9715 19.6162 22.1189 19.6162H24.5867C24.734 19.6162 24.854 19.7362 24.854 19.8836C24.854 20.0309 24.734 20.1509 24.5867 20.1509Z' fill='black'/%3E%3Cpath d='M24.5867 23.2925H22.1189C21.9715 23.2925 21.8516 23.1725 21.8516 23.0252C21.8516 22.8778 21.9715 22.7578 22.1189 22.7578H24.5867C24.734 22.7578 24.854 22.8778 24.854 23.0252C24.854 23.1725 24.734 23.2925 24.5867 23.2925Z' fill='black'/%3E%3Cpath d='M24.5867 26.4331H22.1189C21.9715 26.4331 21.8516 26.3132 21.8516 26.1658C21.8516 26.0184 21.9715 25.8984 22.1189 25.8984H24.5867C24.734 25.8984 24.854 26.0184 24.854 26.1658C24.854 26.3132 24.734 26.4331 24.5867 26.4331Z' fill='black'/%3E%3Cpath d='M28.2704 17.0371H18.4353C18.2879 17.0371 18.168 16.9172 18.168 16.7698V13.8093C18.168 13.662 18.2879 13.542 18.4353 13.542H24.5867C24.7341 13.542 24.8541 13.662 24.8541 13.8093C24.8541 13.9567 24.7341 14.0767 24.5867 14.0767H18.7027V16.5024H28.003V14.0767H27.0305C26.8831 14.0767 26.7632 13.9567 26.7632 13.8093C26.7632 13.662 26.8831 13.542 27.0305 13.542H28.2704C28.4178 13.542 28.5377 13.662 28.5377 13.8093V16.7698C28.5377 16.9172 28.4178 17.0371 28.2704 17.0371Z' fill='black'/%3E%3Cpath d='M11.2326 29.6944C10.2772 29.6944 9.37325 29.3097 8.68862 28.6105C8.00398 27.9113 7.62695 26.9885 7.62695 26.0108V15.2897C7.62695 15.1424 7.74692 15.0224 7.8943 15.0224C8.04168 15.0224 8.16165 15.1424 8.16165 15.2897V26.0108C8.16165 27.7476 9.53949 29.1597 11.2318 29.1597C12.9241 29.1597 14.3019 27.7468 14.3019 26.0108V13.9659C14.3019 12.229 12.9241 10.8169 11.2318 10.8169C9.68259 10.8169 8.34159 12.0559 8.17793 13.6377C8.16251 13.7842 8.03141 13.8913 7.88489 13.8759C7.73837 13.8605 7.63124 13.7294 7.64666 13.5829C7.7392 12.6866 8.15479 11.8554 8.81715 11.2411C9.48464 10.6224 10.3424 10.2822 11.2326 10.2822C12.188 10.2822 13.092 10.667 13.7767 11.3662C14.4613 12.0654 14.8383 12.9882 14.8383 13.9667V26.0116C14.8383 26.9893 14.4613 27.913 13.7767 28.6114C13.092 29.3106 12.1889 29.6953 11.2326 29.6953V29.6944Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-image: var(--svg-item-produtos);
  height: 40px;
  width: 40px;
}

.menu-item-novo-produto {
  --svg-item-novo-produto: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 182 182' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M122.785 0.776855H59.1462C26.8193 0.776855 0.613281 26.983 0.613281 59.3098V122.948C0.613281 155.275 26.8193 181.481 59.1462 181.481H122.785C155.112 181.481 181.318 155.275 181.318 122.948V59.3098C181.318 26.983 155.112 0.776855 122.785 0.776855Z' fill='white'/%3E%3Cpath d='M76.9217 122.519C76.6817 122.519 76.4418 122.461 76.2172 122.337L20.0921 91.3072C19.3876 90.9162 19.1321 90.0336 19.5231 89.3291C19.914 88.6246 20.8004 88.3691 21.5011 88.7601L76.3682 119.093L105.95 66.862L51.7643 36.9472L28.705 78.7188C28.3179 79.4233 27.4314 79.6788 26.7269 79.2917C26.0224 78.9046 25.7669 78.0182 26.154 77.3137L49.914 34.2646C50.0998 33.9278 50.4134 33.6762 50.785 33.5678C51.1566 33.4595 51.5553 33.5059 51.892 33.6917L108.64 65.0195C108.981 65.2091 109.233 65.5226 109.337 65.8981C109.442 66.2736 109.395 66.6723 109.202 67.013L78.1836 121.779C77.9165 122.252 77.425 122.519 76.914 122.519H76.9217Z' fill='black'/%3E%3Cpath d='M75.1668 75.2622C74.923 75.2622 74.6791 75.2002 74.4623 75.0802L62.2261 68.3254C61.5216 67.9383 61.2661 67.0518 61.6532 66.3473L72.1126 47.3951C72.4997 46.6906 73.3862 46.4351 74.0907 46.8222C74.7952 47.2093 75.0507 48.0957 74.6636 48.8002L64.9088 66.4751L74.5939 71.8209L80.95 60.3086C81.3371 59.6041 82.2235 59.3486 82.9281 59.7357C83.6326 60.1228 83.8881 61.0093 83.501 61.7138L76.4403 74.5035C76.2545 74.8403 75.941 75.0918 75.5693 75.2002C75.4377 75.2389 75.3023 75.2583 75.1668 75.2583V75.2622Z' fill='black'/%3E%3Cpath d='M51.8672 122.728C51.6311 122.728 51.3873 122.67 51.1667 122.546L22.053 106.473C21.3485 106.086 21.093 105.2 21.484 104.495C21.8711 103.791 22.7576 103.535 23.4621 103.926L52.5756 119.999C53.2802 120.386 53.5356 121.272 53.1447 121.977C52.8776 122.457 52.3821 122.728 51.8672 122.728Z' fill='black'/%3E%3Cpath d='M70.8735 133.504C70.6335 133.504 70.3896 133.446 70.1651 133.319L32.6205 112.307C31.9199 111.916 31.6683 111.026 32.0593 110.325C32.4502 109.624 33.3367 109.373 34.0413 109.764L71.5858 130.775C72.2864 131.166 72.538 132.057 72.147 132.757C71.8799 133.234 71.3844 133.504 70.8735 133.504Z' fill='black'/%3E%3Cpath d='M89.0623 127.284C88.8223 127.284 88.5822 127.226 88.3577 127.102C87.6532 126.711 87.3977 125.828 87.7887 125.124L125.488 56.9756C125.744 56.5111 126.231 56.2246 126.762 56.2246H136.427C137.233 56.2246 137.883 56.8749 137.883 57.6801C137.883 58.4853 137.233 59.1356 136.427 59.1356H127.617L90.3319 126.533C90.0648 127.013 89.5693 127.284 89.0545 127.284H89.0623Z' fill='black'/%3E%3Cpath d='M82.2103 148.749C79.9961 148.749 77.809 148.191 75.8193 147.092C69.4167 143.558 67.0826 135.471 70.6206 129.069C74.1548 122.666 82.2412 120.332 88.6438 123.866C91.7444 125.577 93.9974 128.395 94.9767 131.802C95.96 135.208 95.5574 138.789 93.8464 141.889C92.1355 144.99 89.3174 147.239 85.911 148.222C84.6916 148.574 83.449 148.749 82.2142 148.749H82.2103ZM82.2489 125.128C78.5986 125.128 75.0528 127.06 73.1677 130.474C70.4077 135.471 72.2309 141.781 77.2283 144.541C79.6515 145.876 82.4464 146.19 85.1019 145.423C87.7574 144.657 89.9599 142.9 91.2954 140.48C92.6309 138.061 92.9445 135.262 92.178 132.607C91.4116 129.951 89.6541 127.749 87.2348 126.413C85.6516 125.542 83.9405 125.124 82.2489 125.124V125.128Z' fill='black'/%3E%3Cpath d='M156.77 66.1341C155.965 66.1341 155.314 65.4838 155.314 64.6786C155.314 63.8735 155.965 63.2232 156.77 63.2232C158.376 63.2232 159.685 61.9148 159.685 60.3083V55.5548C159.685 53.9483 158.376 52.6399 156.77 52.6399H142.056C140.45 52.6399 139.141 53.9483 139.141 55.5548V60.3083C139.141 61.9148 140.45 63.2232 142.056 63.2232H149.411C150.216 63.2232 150.867 63.8735 150.867 64.6786C150.867 65.4838 150.216 66.1341 149.411 66.1341H142.056C138.843 66.1341 136.23 63.5212 136.23 60.3044V55.5509C136.23 52.338 138.843 49.7251 142.056 49.7251H156.77C159.983 49.7251 162.596 52.338 162.596 55.5509V60.3044C162.596 63.5173 159.983 66.1341 156.77 66.1341Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-image: var(--svg-item-novo-produto);
  height: 40px;
  width: 40px;
}

.menu-item-favoritos {
  --svg-item-favoritos: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.0434 0H12.9566C5.80086 0 0 5.80087 0 12.9566V27.0434C0 34.1991 5.80086 40 12.9566 40H27.0434C34.1991 40 40 34.1991 40 27.0434V12.9566C40 5.80087 34.1991 0 27.0434 0Z' fill='white'/%3E%3Cpath d='M10.5655 18.4022C10.467 18.4022 10.3676 18.3645 10.2922 18.2891C8.57503 16.572 8.53047 13.8223 10.1928 12.16C10.5972 11.7547 11.0736 11.4428 11.6092 11.2338C11.808 11.1558 12.0316 11.2543 12.1096 11.4531C12.1876 11.6519 12.089 11.8755 11.8902 11.9535C11.4549 12.124 11.0676 12.3768 10.7395 12.7067C9.37876 14.0682 9.42332 16.3278 10.8389 17.7442C10.9897 17.895 10.9897 18.1401 10.8389 18.2909C10.7635 18.3663 10.6649 18.404 10.5655 18.404V18.4022Z' fill='black'/%3E%3Cpath d='M19.9953 32.2717C19.8968 32.2717 19.7974 32.234 19.722 32.1586L8.06441 20.5156C5.11938 17.5706 5.07482 12.8219 7.96501 9.93081C9.36084 8.53498 11.2357 7.77837 13.2407 7.79722C15.2441 7.81693 17.1291 8.61039 18.549 10.0302L19.9919 11.474L21.446 10.0293C22.2789 9.19648 23.2634 8.5821 24.373 8.20423C24.5753 8.13482 24.7946 8.24365 24.8632 8.44501C24.9317 8.64723 24.8238 8.86658 24.6224 8.93513C23.6259 9.27531 22.7407 9.82713 21.9918 10.576L20.2635 12.2932C20.1127 12.4431 19.8685 12.4431 19.7177 12.2923L18.0023 10.576C16.7264 9.30016 15.0324 8.58725 13.2321 8.56925C13.209 8.56925 13.1859 8.56925 13.1636 8.56925C11.3925 8.56925 9.743 9.24532 8.51169 10.4766C5.92226 13.0669 5.96682 17.3247 8.61109 19.9689L19.9962 31.3386L31.3848 19.9689C34.0282 17.3255 34.0727 13.0669 31.4841 10.4775C31.0977 10.091 30.665 9.75515 30.1963 9.47924C30.012 9.37042 29.9512 9.13393 30.06 8.95056C30.168 8.76634 30.4054 8.7055 30.5887 8.81432C31.1131 9.12365 31.5981 9.4998 32.03 9.93166C34.9202 12.8227 34.8756 17.5714 31.9306 20.5165L20.2687 32.1595C20.1933 32.2349 20.0947 32.2726 19.9953 32.2726V32.2717Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-image: var(--svg-item-favoritos);
  height: 40px;
  width: 40px;
}

.menu-item-relatorios {
  --svg-item-relatorios: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.0434 0H12.9566C5.80086 0 0 5.80086 0 12.9566V27.0434C0 34.1991 5.80086 40 12.9566 40H27.0434C34.1991 40 40 34.1991 40 27.0434V12.9566C40 5.80086 34.1991 0 27.0434 0Z' fill='white'/%3E%3Cpath d='M31.5606 31.0536L14.4928 31.0304C14.3446 31.0304 14.2238 30.9096 14.2246 30.7614C14.2246 30.6131 14.3454 30.4932 14.4937 30.4932L31.5615 30.5163C31.7097 30.5163 31.8305 30.6371 31.8297 30.7854C31.8297 30.9336 31.7089 31.0536 31.5606 31.0536Z' fill='black'/%3E%3Cpath d='M11.7319 31.0305H8.5093C8.36106 31.0305 8.24023 30.9105 8.24023 30.7614C8.24023 30.6123 8.36021 30.4923 8.5093 30.4923H11.7319C11.8802 30.4923 12.001 30.6132 12.001 30.7614C12.001 30.9097 11.8802 31.0305 11.7319 31.0305Z' fill='black'/%3E%3Cpath d='M16.0944 31.0137C15.9462 31.0137 15.8254 30.8929 15.8254 30.7447V22.6928C15.8254 22.0844 15.331 21.59 14.7226 21.59H13.2522C12.6447 21.59 12.1494 22.0844 12.1494 22.6928V30.7447C12.1494 30.8929 12.0286 31.0137 11.8804 31.0137C11.7321 31.0137 11.6113 30.8929 11.6113 30.7447V22.6928C11.6113 21.7879 12.3474 21.0527 13.2514 21.0527H14.7217C15.6266 21.0527 16.3618 21.7888 16.3618 22.6928V30.7447C16.3618 30.8929 16.2418 31.0137 16.0927 31.0137H16.0944Z' fill='black'/%3E%3Cpath d='M23.8241 31.014C23.6759 31.014 23.5551 30.8932 23.5551 30.7449V18.0111C23.5551 17.4028 23.0607 16.9083 22.4523 16.9083H20.9905C20.3821 16.9083 19.8877 17.4028 19.8877 18.0111V19.2724C19.8877 19.4207 19.7669 19.5415 19.6187 19.5415C19.4704 19.5415 19.3496 19.4207 19.3496 19.2724V18.0111C19.3496 17.1063 20.0856 16.3711 20.9896 16.3711H22.4514C23.3563 16.3711 24.0915 17.1071 24.0915 18.0111V30.7449C24.0915 30.8932 23.9707 31.014 23.8224 31.014H23.8241Z' fill='black'/%3E%3Cpath d='M19.6206 31.0146C19.4724 31.0146 19.3516 30.8938 19.3516 30.7455V21.3218C19.3516 21.1735 19.4724 21.0527 19.6206 21.0527C19.7688 21.0527 19.8897 21.1735 19.8897 21.3218V30.7455C19.8897 30.8938 19.7688 31.0146 19.6206 31.0146Z' fill='black'/%3E%3Cpath d='M31.5698 31.0138C31.4216 31.0138 31.3008 30.893 31.3008 30.7447V24.3491C31.3008 24.2009 31.4216 24.0801 31.5698 24.0801C31.7181 24.0801 31.8389 24.2009 31.8389 24.3491V30.7447C31.8389 30.893 31.7181 31.0138 31.5698 31.0138Z' fill='black'/%3E%3Cpath d='M27.3648 31.0147C27.2165 31.0147 27.0957 30.8939 27.0957 30.7456V11.1732C27.0957 10.2684 27.8318 9.5332 28.7357 9.5332H30.1975C31.1024 9.5332 31.8376 10.2692 31.8376 11.1732V21.6072C31.8376 21.7555 31.7168 21.8763 31.5685 21.8763C31.4203 21.8763 31.2995 21.7555 31.2995 21.6072V11.1732C31.2995 10.5657 30.8051 10.0705 30.1967 10.0705H28.7349C28.1265 10.0705 27.6321 10.5649 27.6321 11.1732V30.7456C27.6321 30.8939 27.5113 31.0147 27.3631 31.0147H27.3648Z' fill='black'/%3E%3Cpath d='M11.8787 15.2365C11.8101 15.2365 11.7415 15.2099 11.6884 15.1577C11.583 15.0531 11.583 14.8826 11.6884 14.7772L16.8245 9.63178C16.929 9.52639 17.0995 9.52639 17.2049 9.63178C17.3103 9.73632 17.3103 9.90683 17.2049 10.0122L12.0689 15.1577C12.0166 15.2099 11.9472 15.2365 11.8787 15.2365Z' fill='black'/%3E%3Cpath d='M17.0525 13.8636C16.9043 13.8636 16.7835 13.7428 16.7835 13.5946V10.0352H13.2027C13.0544 10.0352 12.9336 9.91437 12.9336 9.76614C12.9336 9.6179 13.0544 9.49707 13.2027 9.49707H17.0525C17.2008 9.49707 17.3216 9.6179 17.3216 9.76614V13.5946C17.3216 13.7428 17.2008 13.8636 17.0525 13.8636Z' fill='black'/%3E%3Cpath d='M8.43115 30.9993C8.28292 30.9993 8.16211 30.8785 8.16211 30.7303V9.21533C8.16211 9.0671 8.28292 8.94629 8.43115 8.94629C8.57939 8.94629 8.70022 9.0671 8.70022 9.21533V30.7303C8.70022 30.8785 8.57939 30.9993 8.43115 30.9993Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-image: var(--svg-item-relatorios);
  height: 40px;
  width: 40px;
}

.menu-item-minhaloja {
  --svg-item-minhaloja: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.0434 0H12.9566C5.80087 0 0 5.80087 0 12.9566V27.0434C0 34.1991 5.80087 40 12.9566 40H27.0434C34.1992 40 40 34.1991 40 27.0434V12.9566C40 5.80087 34.1992 0 27.0434 0Z' fill='white'/%3E%3Cpath d='M22.8989 26.9403C22.8098 26.9403 22.7207 26.906 22.653 26.8383C22.5167 26.7021 22.5167 26.4818 22.653 26.3465L27.2937 21.7057C27.43 21.5695 27.6502 21.5695 27.7856 21.7057C27.9218 21.8419 27.9218 22.0621 27.7856 22.1975L23.1448 26.8383C23.0771 26.906 22.988 26.9403 22.8989 26.9403Z' fill='black'/%3E%3Cpath d='M9.4807 30.7594C9.28877 30.7594 9.13281 30.6035 9.13281 30.4115V18.9493C9.13281 18.7574 9.28877 18.6014 9.4807 18.6014C9.67264 18.6014 9.82857 18.7574 9.82857 18.9493V30.4115C9.82857 30.6035 9.67264 30.7594 9.4807 30.7594Z' fill='black'/%3E%3Cpath d='M30.5686 28.4529C30.3767 28.4529 30.2207 28.297 30.2207 28.105V18.9494C30.2207 18.7575 30.3767 18.6016 30.5686 18.6016C30.7605 18.6016 30.9165 18.7575 30.9165 18.9494V28.105C30.9165 28.297 30.7605 28.4529 30.5686 28.4529Z' fill='black'/%3E%3Cpath d='M16.1213 30.7269C15.9294 30.7269 15.7734 30.5709 15.7734 30.379V18.9485C15.7734 18.7565 15.9294 18.6006 16.1213 18.6006C16.3133 18.6006 16.4692 18.7565 16.4692 18.9485V30.379C16.4692 30.5709 16.3133 30.7269 16.1213 30.7269Z' fill='black'/%3E%3Cpath d='M13.8303 24.5499C13.6384 24.5499 13.4824 24.3939 13.4824 24.202V22.6554C13.4824 22.4634 13.6384 22.3075 13.8303 22.3075C14.0222 22.3075 14.1782 22.4634 14.1782 22.6554V24.202C14.1782 24.3939 14.0222 24.5499 13.8303 24.5499Z' fill='black'/%3E%3Cpath d='M15.1985 19.4424C13.7042 19.4424 12.4883 18.2153 12.4883 16.7073C12.4883 16.5153 12.6442 16.3594 12.8362 16.3594C13.0281 16.3594 13.1841 16.5153 13.1841 16.7073C13.1841 17.8315 14.0872 18.7466 15.1977 18.7466C16.3082 18.7466 17.237 17.8315 17.237 16.7073C17.237 16.5153 17.393 16.3594 17.5849 16.3594C17.7768 16.3594 17.9328 16.5153 17.9328 16.7073C17.9328 18.2153 16.7058 19.4424 15.1977 19.4424H15.1985Z' fill='black'/%3E%3Cpath d='M19.9734 19.4424C18.4653 19.4424 17.2383 18.2153 17.2383 16.7073C17.2383 16.5153 17.3942 16.3594 17.5862 16.3594C17.7781 16.3594 17.9341 16.5153 17.9341 16.7073C17.9341 17.8315 18.8492 18.7466 19.9734 18.7466C21.0976 18.7466 22.0127 17.8315 22.0127 16.7073C22.0127 16.5153 22.1687 16.3594 22.3606 16.3594C22.5525 16.3594 22.7085 16.5153 22.7085 16.7073C22.7085 18.2153 21.4815 19.4424 19.9734 19.4424Z' fill='black'/%3E%3Cpath d='M24.7488 19.4424C23.2407 19.4424 22.0137 18.2153 22.0137 16.7073C22.0137 16.5153 22.1696 16.3594 22.3616 16.3594C22.5535 16.3594 22.7095 16.5153 22.7095 16.7073C22.7095 17.8315 23.6237 18.7466 24.7488 18.7466C25.8738 18.7466 26.813 17.8315 26.813 16.7073C26.813 16.5153 26.9689 16.3594 27.1608 16.3594C27.3528 16.3594 27.5087 16.5153 27.5087 16.7073C27.5087 18.2153 26.2706 19.4424 24.7488 19.4424Z' fill='black'/%3E%3Cpath d='M8.09201 14.9877C7.90007 14.9877 7.74414 14.8317 7.74414 14.6398C7.74414 14.4479 7.90007 14.2919 8.09201 14.2919L29.7586 14.2773C29.9506 14.2773 30.1065 14.4333 30.1065 14.6252C30.1065 14.8172 29.9506 14.9731 29.7586 14.9731L8.09201 14.9877Z' fill='black'/%3E%3Cpath d='M29.5705 19.4426C28.8327 19.4426 28.1378 19.1547 27.6134 18.6312C27.4772 18.4958 27.4772 18.2747 27.6134 18.1393C27.7488 18.0031 27.9699 18.0031 28.1053 18.1393C28.4986 18.5318 29.0187 18.7477 29.5705 18.7477C30.6947 18.7477 31.6098 17.8326 31.6098 16.7084V14.7281L28.8447 9.86374H11.2585L8.436 14.7299V16.7084C8.436 17.8326 9.35027 18.7477 10.4753 18.7477C11.6004 18.7477 12.4898 17.8326 12.4898 16.7084C12.4898 16.5164 12.6458 16.3605 12.8377 16.3605C13.0296 16.3605 13.1856 16.5164 13.1856 16.7084C13.1856 18.2164 11.9697 19.4435 10.4753 19.4435C8.98096 19.4435 7.74023 18.2164 7.74023 16.7084V14.6365C7.74023 14.5748 7.75652 14.5148 7.78737 14.4617L10.7581 9.34106C10.8206 9.23395 10.9355 9.16797 11.0589 9.16797H29.0487C29.1738 9.16797 29.2894 9.23481 29.3511 9.34363L32.2619 14.4642C32.2919 14.5165 32.3073 14.5756 32.3073 14.6365V16.7084C32.3073 18.2164 31.0803 19.4435 29.5722 19.4435L29.5705 19.4426Z' fill='black'/%3E%3Cpath d='M17.9228 12.7676C17.9151 12.7676 17.9082 12.7676 17.9005 12.7676C17.7086 12.7556 17.5629 12.5902 17.5749 12.3983L17.7548 9.53635C17.7668 9.34442 17.9305 9.19789 18.1242 9.21075C18.3161 9.22274 18.4618 9.38812 18.4498 9.58005L18.2698 12.442C18.2578 12.6262 18.1053 12.7684 17.9228 12.7684V12.7676Z' fill='black'/%3E%3Cpath d='M13.7531 12.7676C13.7265 12.7676 13.7 12.7642 13.6726 12.7582C13.4858 12.7136 13.3692 12.5268 13.4138 12.3392L14.0899 9.47726C14.1344 9.29046 14.3212 9.17393 14.5089 9.21848C14.6957 9.26304 14.8122 9.44984 14.7676 9.63749L14.0916 12.4994C14.0539 12.6596 13.9108 12.7676 13.7531 12.7676Z' fill='black'/%3E%3Cpath d='M22.0218 12.7675C21.8393 12.7675 21.6868 12.6261 21.6748 12.441L21.4948 9.57908C21.4828 9.38714 21.6285 9.22177 21.8204 9.20977C22.0124 9.19692 22.1777 9.34344 22.1897 9.53538L22.3697 12.3973C22.3817 12.5892 22.236 12.7546 22.0441 12.7666C22.0364 12.7666 22.0295 12.7666 22.0218 12.7666V12.7675Z' fill='black'/%3E%3Cpath d='M26.19 12.7676C26.0324 12.7676 25.8893 12.6596 25.8516 12.4994L25.1755 9.63749C25.131 9.45069 25.2475 9.26304 25.4343 9.21848C25.6219 9.17393 25.8087 9.29046 25.8533 9.47726L26.5294 12.3392C26.5739 12.526 26.4574 12.7136 26.2706 12.7582C26.244 12.7642 26.2166 12.7676 26.19 12.7676Z' fill='black'/%3E%3Cpath d='M32.6715 30.7555H7.37523C7.1833 30.7555 7.02734 30.5995 7.02734 30.4076C7.02734 30.2157 7.1833 30.0597 7.37523 30.0597H32.6715C32.8634 30.0597 33.0194 30.2157 33.0194 30.4076C33.0194 30.5995 32.8634 30.7555 32.6715 30.7555Z' fill='black'/%3E%3Cpath d='M24.0786 28.1209C23.9895 28.1209 23.9003 28.0867 23.8326 28.019C23.6964 27.8827 23.6964 27.6625 23.8326 27.5271L28.4734 22.8864C28.6097 22.7501 28.8299 22.7501 28.9653 22.8864C29.1015 23.0226 29.1015 23.2428 28.9653 23.3782L24.3245 28.019C24.2568 28.0867 24.1677 28.1209 24.0786 28.1209Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-image: var(--svg-item-minhaloja);
  height: 40px;
  width: 40px;
}

.btn-collapse svg g {
  display: block;
}

.btn-expand svg g {
  display: block;
}

.features-item:hover {
color: #999;
/* transition: 0.2s ease; */
}

.features-item a:hover {
  text-decoration: none;
}

.features-item:hover::before {
opacity: 1;
visibility: unset;
}

.features-item-icon {
font-size: 2rem;
}

.features-item-text {
  margin-left: 1.5rem;
  /* transition: opacity 0.6s ease; */
  font-weight: bold;
  opacity: 1;
  position: relative;
  top: -20px;
}

.side-bar.collapse {
  z-index: 0;
  opacity: 1;
}

.side-bar.collapse .features-item::after {
  display: none;
}

.side-bar.collapse .features-item:nth-child(odd) {
  background-color: transparent;
}

.tooltip {
position: absolute;
top: -2.1rem;
left: 6.4rem;
background-color: white;
color: var(--background-color);
border-radius: 0.4rem;
padding: 0.5rem 0.9rem;
font-size: 1.4rem;
transition: 0s;
opacity: 0;
display: none;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.side-bar.collapse .message:hover .tooltip,
.features-item:hover .tooltip,
.category-item:hover .tooltip,
.chat-new-btn:hover .tooltip {
top: 50%;
transform: translateY(-50%);
/* transition: all 0.2s ease; */
opacity: 1;
}

.side-bar.collapse {
width: 80px;
}

.side-bar.collapse .features-item-text {
  display: none;
}

.side-bar.collapse .tooltip {
display: block;
}

.side-bar.collapse .logo-name,
.side-bar.collapse .category-header,
.side-bar.collapse .chat-header,
.side-bar.collapse .chat-new-btn-text,
.side-bar.collapse .features-item-text,
.side-bar.collapse .inbox-number,
.side-bar.collapse .category-item-text,
.side-bar.collapse .category-item-number,
.side-bar.collapse .message-text,
.side-bar.collapse .chat-item-name,
.side-bar.collapse .chat-item-number,
.side-bar.collapse .chat-item-status {
opacity: 0;
pointer-events: none;
}

.side-bar.collapse .message-text {
opacity: 0;
pointer-events: none;
transform: translateX(0);
}
.side-bar.collapse .message-icon {
transform: translateX(0);
}
.side-bar.collapse .logo-name__button {
right: 0.5rem;
}

.side-bar.collapse .inbox-icon .status,
.side-bar.collapse .chat-item-avatar-wrapper::before {
opacity: 1;
}

@media (min-width: 769px), print {
  .account.page-layout-2columns-left .column.main {
      width: 100%;
  }

  .opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
    max-width: 100%
  }

  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 90%;
  }
}

.opc-wrapper .shipping-address-item.selected-item {
  border-color: var(--store-main-color);
}

.opc-wrapper .shipping-address-item.selected-item:after {
  background: var(--store-main-color);
}

.fieldset.address {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  /* height: 80vh; */
  /* border: 1px solid black;   */
  /* padding: 10px 5px; */
  box-sizing: border-box;
}

.fieldset.address &gt; div, .fieldset.address &gt; fieldset {
  /* width: calc(50% - 10px); */
  margin: 10px 15px 0 0;
  box-sizing: border-box;
}

/** first name **/
.fieldset.address &gt; div:nth-child(1) {
  width: 48%;
}

.fieldset.address &gt; div:nth-child(2) {
  margin-right: 15px;
  width: 48%;
}

.fieldset.address &gt; div:nth-child(3) {
  width: 30%;
}

.fieldset.address &gt; div:nth-child(4) {
  width: 60%;
}

.fieldset.address &gt; div:nth-child(4) .control {
  width: fit-content;
}

.fieldset.address &gt; div:nth-child(4) input {
  width: 85%;
}

.fieldset.address &gt; div:nth-child(5) {
  width: 100%;
  /* flex-direction: row;
  flex: content; */
}

/* .fieldset.address &gt; div:nth-child(5) .control {
  width: fit-content;
} */

.fieldset.address &gt; div:nth-child(5) input {
  width: 60%;
}

.fieldset.address &gt; fieldset div.control {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.fieldset.address &gt; fieldset div[name*=".street.0"] {
  width: 100%;
}

.fieldset.address &gt; fieldset div[name*=".street.1"],
.fieldset.address &gt; fieldset div[name*=".street.2"],
.fieldset.address &gt; fieldset div[name*=".street.3"] {
  margin: 10px 15px 8px 0;
  width: 20%;
}

.fieldset.address &gt; fieldset div[name*=".street.1"]::before {
  content: 'NÃºmero';
  margin: 10px 0 8px;
  display: inline-block;
}

.fieldset.address &gt; fieldset div[name*=".street.2"],
.fieldset.address &gt; fieldset div[name*=".street.3"] {
  width: 35%;
}

.fieldset.address &gt; fieldset div[name*=".street.2"]::before {
  content: 'Complemento';
  margin: 10px 0 8px;
  display: inline-block;
}

.fieldset.address &gt; fieldset div[name*=".street.3"]::before {
  content: 'Bairro';
  margin: 10px 0 8px;
  display: inline-block;
}

/* .fieldset.address :nth-child(3) {
  flex: content;
}
.fieldset.address :nth-child(4) {
  flex: 1;
} */


.page-title-disclaimer {
  width: 70%;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  border-left: 1px solid #BDBDBD;
  padding-left: 10px;
  color: #7E8299;
}

/* .page-title-disclaimer::before {
  content: '|';
  font-size: 30px;
  margin-right: 10px;
} */

.cart-container .product-image-container {
  width: 50px !important;
  height: 50px !important;
  background-color: #D9D9D9;
  border-radius: 6px;
  padding: 5px;
}

.cart-container .product-image-container img {
  width: 50px !important;
  height: 50px !important;
}

.cart-container .control.qty label {
  display: flex;
}

.cart-container .input-text.qty {
  border-radius: 0;
  margin-top: 0 !important;
}

.cart-container .cart-item-qty-change {
  display: inline;
  width: 40px;
}

.cart-container .cart-item-qty-change-right {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cart-container .cart-item-qty-change-left {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cart-container .action.primary.checkout {
  background-color: #00CC5E;
}

.form-address-edit .left-group .fieldset {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.form-address-edit .field.field-name-firstname {
  width: 45%;
}

.form-address-edit .field.field-name-lastname {
  margin-left: 2%;
  width: 45%;
}

.form-address-edit .field.taxvat  {
  width: 45%;
}

.form-address-edit .field.telephone {
  margin-left: 2%;
  width: 45%;
}

.form-address-edit .field.company  {
  width: 92%;
}

.form-address-edit .field.zip {
  width: 92%;
}

.form-address-edit .field.zip input {
  width: 30%;
}

.form-address-edit .field.street {
  width: 92%;
  margin-bottom: 20px;
}

.form-address-edit .field.street1 {
  width: 92%;
  margin-bottom: 20px;
}

.form-address-edit .field-street-group {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.form-address-edit .field.street2 {
  width: 20%;
  margin: 0 2% 20px 0;
}

.form-address-edit .field.street3 {
  width: 30%;
  margin: 0 2% 20px 0;
}

.form-address-edit .field.street4 {
  width: 38%;
  margin: 0 0 20px 0;
}

.form-address-edit .field.country {
  display: none !important;
}

.form-address-edit .field.region {
  width: 92%;
}

.form-address-edit .field.region select {
  width: fit-content;
  border-radius: 6px;
  padding: 10px 16px;
  height: 40px;
}

.form-address-edit .field.city {
  width: 45%;
}

.form-address-edit .field.choice.set.billing {
  width: 100%;
}

#shipping-zip-form .message.warning,
#shipping-new-address-form .message.warning {
  display: none !important;
}

.checkout-payment-method .field-select-billing, .checkout-payment-method .billing-address-form {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .action.primary, .action-primary, .action-login,
  .action.primary:hover, .action-primary:hover {
    display: block;
    text-align: center;
    width: 100%;
  }
}</pre></body></html>