@font-face {
  ascent-override: var(--font-ascent-override, 96.87%);
  descent-override: var(--font-descent-override, 24.14%);
  font-family: 'fallback for default font';
  line-gap-override: var(--font-line-gap-override, 0%);
  src: local('Arial');
}

body {
  font-family:
    var(--default-font),
    'fallback for default font',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
  overflow-x: hidden;
}

.h1,
h1 {
  font-size: var(--fs-3);
  font-weight: 600;
}

h2,
.h2 {
  font-size: var(--fs-2);
  font-weight: 600;
}

p {
  font-size: 0.875rem;
}

body,
button,
input,
select,
table,
textarea {
  font-size: var(--size-14);
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  color: oklch(38.3% 0 0);
}

label {
  color: oklch(62% 0 0);
}

img {
  background-repeat: no-repeat;
  background-size: cover;
  font-style: italic;
  height: auto;
  max-width: 100%;
  shape-margin: 1rem;
  vertical-align: middle;
}

button:focus {
  outline: none;
}

a:focus {
  outline: unset;
}

a:hover {
  text-decoration: none;
}

.cartpopup_productname .block-icon-trash a.cartpopup_remove,
.ajaxnotice_warning,
label.required::after,
span.required::after,
p.required,
.validation-advice,
label.required::after,
#content-cart .excluir-item i,
.my-account .block-item-product .block-right .button-remove {
  color: oklch(59.2% 0.2 21.2);
}

div.validation-failed,
div.validation-advice {
  font-size: 80%;
  margin-top: 0.25rem;
}

.input-group div.validation-advice {
  display: block;
  width: 100%;
}

.input-text.validation-failed,
.validation-failed {
  border-color: oklch(59.2% 0.2 21.2);
}

.input-text.validation-failed:focus {
  outline-color: red;
}

.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button,
.catalog-product-view .item .alert-stock.link-stock-alert {
  border: 0;
  display: inline-block;
  font-size: var(--size-13);
  font-weight: normal;
  font-weight: 600;
  padding: 7px 15px;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
  outline: none;
}

a.button {
  text-decoration: none;
}

.sublogin-infos {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: calc(1320px + 2rem);
  padding: 0.25rem 1rem;
}

.sublogin-infos a {
  align-items: center;
  display: flex;
  font-weight: 600;
  gap: 4px;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 1px;
}

header {
  display: table;
  position: relative;
  width: 100%;
}

.logo-home {
  margin: 0;
}

.all-header {
  display: table;
  margin: 0 auto;
  max-width: calc(1320px + 2rem);
  padding: 1rem 0;
  position: relative;
}

.logo:hover {
  opacity: 1;
}

.checkout .logo img {
  max-width: 100%;
}

#search {
  box-shadow: none;
  height: 40px;
  padding-right: 50px;
  width: 100%;
}

form#search_mini_form {
  position: relative;
  width: 100%;
}

#search_mini_form .search-button {
  aspect-ratio: 1 / 1;
  background-color: var(--_search-icon-bg-color, oklch(97.6% 0 0));
  display: grid;
  height: 38px;
  margin-top: 1px;
  padding: 0;
  place-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 44px;
}

#search_mini_form #search.loading,
.form-search #search.loading {
  padding-right: 50px;
}

.loading + .search-button i {
  animation: fa-spin 2s linear infinite;
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}

.loading + .search-button i::before {
  color: var(--fa-primary-color, inherit);
  content: '\f3f4';
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
  position: absolute;
}

.loading + .search-button i::after {
  color: var(--fa-secondary-color, inherit);
  content: '\10f3f4';
  opacity: 0.4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

.search-button i {
  transition: opacity 0.3s ease-in-out;
}

.c-grid-header {
  align-items: center;
  display: grid;
  gap: 0 1.5rem;
  grid-template-areas: 'logo search search search account links';
  grid-template-columns: auto 3fr 1fr 1fr;
  padding-inline: 1rem;
  width: 100%;
}

.c-grid-header .logo {
  grid-area: logo;
  line-height: 1;
}

.header-login {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  grid-area: account;
}

#header-search {
  grid-area: search;
}

.header__links {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  grid-area: links;
  justify-content: flex-end;
}

.o-icon--user {
  --_icon-size: var(--_user-icon-size, 2rem);
  --_icon-color: var(--_user-icon-color, currentColor);
}

.o-icon--search {
  --_icon-size: var(--_search-icon-size, 1.25rem);
  --_icon-color: var(--_search-icon-color, currentColor);
}

.o-icon--wishlist {
  --_icon-size: var(--_wishlist-icon-size, 2rem);
  --_icon-color: var(--_wishlist-icon-color, currentColor);
}

.o-icon--cart {
  --_icon-size: var(--_cart-icon-size, 2rem);
  --_icon-color: var(--_cart-icon-color, currentColor);
}

.login-content {
  font-size: var(--fs--1, 0.875rem);
  line-height: 1;
}

.msg-welcome {
  font-size: inherit;
  margin-block: 0;
}

.login-register a {
  font-weight: 600;
  transition: opacity 0.3s ease-in-out;
}

span.msg-or {
  margin: 0 1px;
}

.header-wishlist a,
a.skip-cart {
  align-items: flex-end;
  display: flex;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}

.skip-cart .count,
.count-wishlist {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  bottom: -0.25rem;
  display: inline-grid;
  font-size: var(--fs--2);
  line-height: 1.25rem;
  place-content: center;
  position: absolute;
  right: -0.5rem;
  width: 1.25rem;
}

#search_mini_form label {
  display: block;
  height: 0;
  margin: 0;
  text-indent: -999em;
  width: 0;
}

@media (width > 770px) {
  header.fixed {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}

#ajaxnotice::before {
  background-color: oklch(100% 0 0);
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
}

#cartpopup_slidecontainer {
  border: 1px solid oklch(91% 0 0);
}

#cartpopup_slidecontainer .cartpopup_header span {
  color: oklch(26.4% 0 0);
  font-size: var(--size-16);
  font-weight: 600;
  line-height: 22px;
}

#cartpopup_slidecontainer .cartpopup_header a {
  color: oklch(50% 0 0);
  cursor: pointer;
  font-size: var(--size-18);
  line-height: 20px;
  padding: 0;
  right: 0;
}

form#cartpopup_form {
  max-height: 282px;
  overflow-y: scroll;
}

form#cartpopup_form::-webkit-scrollbar {
  width: 4px;
}

form#cartpopup_form::-webkit-scrollbar-track {
  background: transparent;
}

form#cartpopup_form table {
  width: 100%;
}

#cartpopup_slidecontainer tbody tr {
  border-bottom: 1px solid oklch(96.1% 0 0);
  display: block;
  padding: 15px 5px;
  position: relative;
}

#cartpopup_slidecontainer td.cartpopup_productimage {
  min-width: 62px;
  padding-right: 1rem;
}

#cartpopup_slidecontainer .cartpopup_productname > a {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  margin-block-end: 0.5em;
  padding-right: 1.25rem;
  text-align: left;
  text-transform: initial;
  transition: opacity 0.3s ease-in-out;
}

.cartpopup_productname .box-price,
.cartpopup_productname .box-qtd {
  line-height: 1.2;
}

.cartpopup_productname p.price-popupcart,
.cartpopup_productname p.text-qtd {
  display: inline-block;
  font-size: 0.75rem;
}

#cartpopup_slidecontainer .o-tax-included {
  font-size: 0.75rem;
}

.cartpopup_productname span.price,
.cartpopup_productname span.qtd {
  font-size: 0.75rem;
  font-weight: bold;
}

.cartpopup_productname span.qtd {
  color: oklch(38.3% 0 0);
}

.cartpopup_productname .block-icon-trash {
  position: absolute;
  right: 10px;
  top: 20px;
}

#cartpopup_slidecontainer .cartpopup_remove {
  font-size: 16px;
  transition: opacity 0.3s ease-in-out;
}

.cartpopup_producttotal {
  border: 0;
  color: oklch(50% 0 0);
  font-size: var(--size-14);
  font-weight: bold;
  padding: 15px 0;
  text-align: left;
  width: 100%;
}

.cartpopup_producttotal span.price {
  color: oklch(38.3% 0 0);
  float: right;
  font-size: var(--size-14);
}

.cartpopup_buttons {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.cartpopup_buttons a {
  display: inline-block;
  font-size: var(--size-14);
  font-weight: 600;
  padding: 6px 25px;
  transition: opacity 0.3s ease-in-out;
  vertical-align: middle;
}

.cartpopup_buttons a.view-cart {
  border: 1px solid;
}

.cartpopup_buttons a.checkout {
  border: 1px solid;
}

div#cartpopup_overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

div#cartpopup_overlay svg {
  height: 110px;
  width: 110px;
}

#cartpopup_slidecontainer .cartpopup_overlay_center {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

div#cartpopup_overlay::before {
  background-color: oklch(100% 0 0);
  content: '';
  display: table;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.logo .logo-mobile {
  display: none;
}

.header-additional {
  clear: both;
}

.header-fixed .header-additional {
  position: sticky;
  z-index: 999;
}

@media screen and (width <=991px) {
  .login-content {
    align-self: auto;
  }
}

@media screen and (width <=770px) {
  .header-fixed header.fixed {
    box-shadow: 0 1px 10px oklch(0% 0 0 / 15%);
  }

  .logo-home,
  .logo {
    margin: 0 auto;
  }

  #header-search {
    margin: 1rem 0 0;
    width: 100%;
  }

  .header-login {
    display: none;
  }

  .header-wishlist {
    display: none;
  }

  .logo .logo-mobile {
    display: block;
  }

  .logo .logo-desktop {
    display: none;
  }

  .c-grid-header {
    display: grid;
    gap: 0.5rem 1.25rem;
    grid-template-areas:
      '. logo logo logo links'
      'search search search search search';
    grid-template-columns: repeat(5, 1fr);
    padding: 1rem;
  }

  .c-grid-header .header-nav {
    width: fit-content;
  }

  .c-grid-header--account-mobile {
    grid-template-areas:
      '. logo logo account links'
      'search search search search search';
    grid-template-columns: 90px repeat(2, 1fr) 35px 35px;
  }

  .c-grid-header--account-mobile .header-login {
    display: flex;
    gap: 0;
    position: relative;
  }

  .c-grid-header--account-mobile .header-login .login-content,
  .c-grid-header--account-mobile .header-login .msg-welcome {
    font-size: 0;
  }

  .c-grid-header--account-mobile .header-login .login-content .link-login,
  .c-grid-header--account-mobile .header-login .login-content .link-my-account {
    inset: 0;
    position: absolute;
  }

  .c-grid-header .header-minicart i {
    font-size: 32px !important;
  }

  .o-icon--cart {
    --_icon-size: calc(var(--_user-icon-size) * 1.2);

    position: relative;
  }
}

@media screen and (width <=500px) {
  #cartpopup_slidecontainer {
    width: 280px;
  }

  #cartpopup_slidecontainer td.cartpopup_productimage {
    display: table;
    margin: 0 auto 20px;
  }

  #cartpopup_slidecontainer td.cartpopup_productname {
    display: table;
    margin: 0 auto;
    text-align: center;
  }

  #cartpopup_slidecontainer .cartpopup_productname > a {
    margin: 0 0 5px;
    text-align: center;
  }

  .cartpopup_buttons {
    text-align: center;
  }

  .cartpopup_buttons a {
    display: block;
  }

  .cartpopup_buttons a.view-cart {
    margin: 0 0 15px;
  }

  .c-grid-header--account-mobile {
    grid-template-columns: 60px repeat(2, 1fr) 30px 30px;
  }
}

@media screen and (width <=440px) {
  p {
    font-size: var(--size-14);
  }
}

@media screen and (width <=390px) {
  .header-minicart i {
    font-size: 25px !important;
  }
}

/* QUEBRAS DO CORPO DO SITE */
/* ======================================== */
.blockFull {
  left: calc(-50vw + 50%);
  padding: 1.5rem 1rem;
  position: relative;
  width: 100vw;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.col2-left-layout .main {
  column-gap: 2rem;
  display: grid;
  grid-template-areas: 'aside main';
  grid-template-columns: 25% 1fr;

  & > * {
    min-width: 0;
  }

  .col-main {
    grid-area: main;
  }

  .col-left {
    grid-area: aside;
  }

  .col-left + .col-left {
    grid-row: 2;
  }

  &:has(.breadcrumbs) {
    grid-template-areas:
      'breadcrumbs breadcrumbs'
      'aside main';
  }

  &:has(.breadcrumbs) .breadcrumbs {
    grid-area: breadcrumbs;
  }

  @media (width <= 991px) {
    display: block;
  }
}

.main-container,
.footer-container {
  margin: 0 auto;
  max-width: calc(1320px + 2rem);
  padding: 1rem;
  position: relative;
  width: 100%;
}

.main-container {
  flex-grow: 1;
  padding-block: 2.5rem 3rem;
}

.cms-home .main-container {
  padding: 0 1rem;
}

@media screen and (width <=770px) {
  .main-container {
    padding-top: 2rem;
  }
}
/* FIM QUEBRAS DO CORPO DO SITE */
/* ======================================== */

/* CORES DA BUSCA, PRODUTO, CARRINHO */
/* ======================================== */
.category-products .product-item .price-box .old-price .price,
.am_search_popup .old-price .price,
.my-account .block-item-product .block-right .price-box .old-price span,
.products-grid .product-item .price-box.bundle .price-from .price {
  color: oklch(69.3% 0 0);
}

/* FIM CORES DA BUSCA, PRODUTO, CARRINHO */
/* ======================================== */

/* CARREGAMENTO */
/* ======================================== */
.popup_overlay_center {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

div#popup_overlay::before {
  background-color: oklch(100% 0 0);
  content: '';
  display: table;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

div#popup_overlay {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

div#popup_overlay svg {
  height: 110px;
  width: 110px;
}
/* FIM CARREGAMENTO */
/* ======================================== */

/* MENSAGENS DE AVISO */
/* ======================================== */
.messages {
  display: table;
  margin: 0 0 10px;
  padding: 10px 0 0;
  width: 100%;
}

.messages li li {
  background: oklch(96.7% 0 0);
  font-size: var(--size-15);
  margin-bottom: 5px;
  padding: 7px 10px 7px 20px;
  position: relative;
}

.messages li li::before {
  border-bottom: 6px solid transparent;
  border-right: none;
  border-top: 6px solid transparent;
  content: '';
  display: block;
  height: 0;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}

.messages .error-msg li::before {
  border-left: 6px solid oklch(58.2% 0.22 31.4);
}

.messages .notice-msg li::before {
  border-left: 6px solid oklch(65.4% 0.18 48.5);
}

.messages .success-msg li::before {
  border-left: 6px solid oklch(66.8% 0.23 142);
}

.messages li {
  color: black;
}

.messages .error-msg li {
  background-color: oklch(95.1% 0.02 35.3);
  border-left: 5px solid oklch(58.2% 0.22 31.4);
}

.messages .notice-msg li {
  background-color: oklch(95% 0.02 40.8);
  border-left: 5px solid oklch(65.4% 0.18 48.5);
}

.messages .success-msg li {
  background-color: oklch(96.3% 0.02 130);
  border-left: 5px solid oklch(66.8% 0.23 142);
}
/*  FIM MENSAGENS DE AVISO */
/* ======================================== */

.area-parcela-desconto.reverse-billet-parcel .block-full {
  display: flex !important;
  flex-wrap: wrap !important;
}

.area-parcela-desconto.reverse-billet-parcel .block-full .ticket-produto {
  order: 2;
}

.area-parcela-desconto.reverse-billet-parcel .block-full .parcela-produto {
  order: 1;
}

/* PIX PRIO */
.cartpopup_producttotal:has(> .c-price-box) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box {
  font-weight: normal;
  text-align: right;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-price {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  justify-content: flex-end;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-price__value {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-price__discount-infos {
  color: var(--discount-color);
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-installments {
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 0.25rem;
  text-wrap: balance;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-installments .price {
  float: none;
  font-size: inherit;
  font-weight: inherit;
}

.cartpopup_producttotal:has(> .c-price-box)
  .c-price-box
  .c-installments
  :is(.c-installments__full-price, .c-installments__value) {
  font-weight: 600;
}

.cartpopup_producttotal:has(> .c-price-box) .c-price-box .c-fee {
  font-size: 0.75rem;
}
