:root {
  --font-Syne: 'Syne', sans-serif;
  --font-Inter: 'Inter', sans-serif;
}

.cart-products-name p{
  margin-bottom:0px;
  line-height: 26px;
}

.b-lazy {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms
}
.b-loaded {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 0;
}

body {
  background-color: #ffffff;
  /* font-size: 14px; */
  font-family: var(--font-Syne)
}


/* NAVBAR MOBILE */

nav#menu {
  font-size: 18px;
}

body.amaralmaquinas .mm-menu {
  z-index: 100000;
}

body.amaralmaquinas .mm-menu .mm-panel {
  background: #2d2d2d!important;
  color: #fff;
}

#menu .welcome{
  font-size: 1.5rem;
  padding: 20px 0 10px 20px;
}

body.mm-wrapper_opened #hamburger:before {
  margin-top: 10px;
  transform: rotate(45deg);
}
body.mm-wrapper_opened #hamburger:after {
  margin-top: -10px;
  transform: rotate(-45deg);
}
body.mm-wrapper_opened #hamburger span {
  left: -50px;
  opacity: 0;
}
.mm-navbar {
  min-height: 44px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: #2d2d2d!important;
  color: #fff!important;
  border-color: #fff!important;
}

.mm-listitem {
  color: #fff!important;
  border-color: #fff!important;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mm-listitem:after {
  left: 0!important;
}

.mm-btn:after, .mm-btn:before {
  border-color: #fff!important;
}


#hamburger {
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 30px;
}

#hamburger:before, #hamburger:after, #hamburger span {
  transition: none .5s ease .5s;
  transition-property: transform,top,bottom,left,opacity;
}

#hamburger:before {
  top: 5px;
}

#hamburger:before, #hamburger:after, #hamburger span {
  background: #000;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 20px;
}

#hamburger span {
  transition: none .5s ease .5s;
  transition-property: transform,top,bottom,left,opacity;
}

#hamburger span {
  top: 15px;
}

#hamburger span {
  background: #000;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 20px;
}

#hamburger:before, #hamburger:after, #hamburger span {
  transition: none .5s ease .5s;
  transition-property: transform,top,bottom,left,opacity;
}

#hamburger:after {
  top: 25px;
}

#hamburger:before, #hamburger:after, #hamburger span {
  background: #000;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 20px;
}







body.amaralmaquinas .barra-topo {
  display: none;
  padding: 10px 0;
  background-color: #272021;
}
@media (max-width: 992px) {
  body.amaralmaquinas .barra-topo {
    display: block;
  }
}
body.amaralmaquinas .barra-topo .barra-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
body.amaralmaquinas .barra-topo .barra-item span {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
body.amaralmaquinas .barra-topo .barra-item span a {
  position: relative;
  display: inline-block;
  gap: 5px;
  
  width: fit-content;
  height: auto;
  
  color: #E94C43;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  margin: 0;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .barra-topo .barra-item span a::before {
  position: absolute;
  content: '';

  right: 0;
  bottom: -3px;

  width: 0%;
  height: 1px;

  background-color: #E94C43;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .barra-topo .barra-item a:hover::before {
  width: 100%;
  left: 0;
  right: unset;
}
body.amaralmaquinas .barra-topo .barra-item a .icon {
  width: 15px;
  height: 15px;
}
body.amaralmaquinas .barra-topo .barra-item a .icon svg {
  display: block;
  fill: #fff;
  width: 100%;
  height: 100%;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .barra-topo .barra-item a:hover .icon svg {
  fill: #FFE811;
}
/* NAVBAR */

body.amaralmaquinas header.header-bg {
  position: sticky;
  top: 0;
  left: 0;
  padding: 10px 0 0 0;
  background-color: #fff;
  z-index: 999;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg.fixo {
  padding: 10px 0 0 0;
}
body.amaralmaquinas header.header-bg .col-header {
  position: relative;
  
  width: 100%;
  height: auto;

  /* padding: 15px 0; */
  
  z-index: 999;
}
body.amaralmaquinas header.header-bg.fixo .col-header  {
  width: 100%;
  height: 100%;
  padding: 0;
}

body.amaralmaquinas header.header-bg.fixo {  
  -webkit-box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: -1px 1px 20px 0 rgba(0,0,0,0.15);
  box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
  
  padding: 10px 0 0 0;
  background-color: #fff;

  margin: 0;
  z-index: 9998;
}
/* body.amaralmaquinas header.header-bg.fixo {
  position: fixed;  
  top: -1px;
  left: 0;
  width: 100%;
  
  -webkit-box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
  -moz-box-shadow: -1px 1px 20px 0 rgba(0,0,0,0.15);
  box-shadow: -1px 1px 20px 0 rgb(0 0 0 / 15%);
  
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  
  padding: 5px 0 0 0;
  background-color: #fff;

  margin: 0;
  z-index: 9998;
} */

body.amaralmaquinas header.header-bg .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

body.amaralmaquinas header.header-bg .logo-base {
  position: relative;
  width: 100%;
  max-width: 120px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg.fixo .logo-base {
  max-width: 120px;
}

body.amaralmaquinas header.header-bg #nav-mobile {
  margin-right: 0;
}
body.amaralmaquinas header.header-bg #nav-mobile .logo-base {
  padding: 10px;
}

body.amaralmaquinas header.header-bg .logo-base img{
  width: 100%;
  height: auto;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg.fixo .logo-base img {
  top: 0;
  height: 100%;
}


body.amaralmaquinas header.header-bg .links-menu {
  width: 100%;
}
body.amaralmaquinas header.header-bg .links-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
  
  list-style: none;
  padding: 0;
  margin: 0;
}
body.amaralmaquinas header.header-bg .links-menu ul li a {
  position: relative;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg .links-menu ul li a.active {
  color: #E94C43;
}
body.amaralmaquinas header.header-bg .links-menu ul li a:hover {
  color: #E94C43;
}
body.amaralmaquinas header.header-bg .links-menu ul li a::before {
  position: absolute;
  content: '';
  
  right: 0;
  bottom: -3px;
  
  width: 0%;
  height: 1px;
  
  background-color: #E94C43;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg .links-menu ul li a:hover::before {
  left: 0;
  right: unset;
  width: 100%;
}


body.amaralmaquinas header.header-bg .search{
  width: 100%;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas header.header-bg #nav-mobile a {
  color: #CC8029;
}
body.amaralmaquinas header.header-bg #nav-mobile a.collapsed {
  color: #fff;
}

body.amaralmaquinas header.header-bg .search-mob-style .search-full{
  padding: 0;
}

body.amaralmaquinas header.header-bg .search-mob-style .search-full input{
  border: 0;
  border-radius: 0;
  padding: 20px 10px;

  border-top: 1px solid #565656;
}
body.amaralmaquinas header.header-bg .search-mob-style .search-full input:focus{
  outline: none;
  box-shadow: none;
}
body.amaralmaquinas header.header-bg .search-mob-style .search-full .btn-search{
  position: relative;
  display: block;
  
  width: 100%;
  height: 50px;


  font-size: .9rem;
  font-weight: 500;
  
  text-transform: uppercase;
  text-align: center;
  color: #fff;  


  border: 0;
  border-radius: 0;
  background-color: #E94C43;
  box-shadow: none;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas header.header-bg .search-mob-style .search-full .btn-search:hover{
  background-color: #2F2A2A;
}

body.amaralmaquinas header.header-bg .search .r-p-5{
  padding: 0 5px;
}
body.amaralmaquinas header.header-bg .search input{
  border: 0;
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #f6f5f2;
}
body.amaralmaquinas header.header-bg .search input:focus{
  border: 2px solid #CC8029;
  outline: none !important;
  box-shadow: none;
}
body.amaralmaquinas header.header-bg .search .btn-search{
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 2px;
  right: 6px;
  width: 50px;
  height: 50px;
  padding: 0;

  font-size: 1rem;
  font-weight: 500;  
  text-transform: uppercase;
  text-align: center;
  color: #565656;  
  line-height: 40px;

  border: 0;
  border-radius: 100px;
  background-color: transparent;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas header.header-bg .search .btn-search svg{
  fill: #565656;
  width: 20px;
  vertical-align: middle;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas header.header-bg .search .btn-search:hover{
  background-color: #CC8029;
}
body.amaralmaquinas header.header-bg .search .btn-search:hover svg{
  fill: #fff;
}
/* .btn:focus,.btn:active,.form-control:focus,input:active {
  outline: none !important;
  box-shadow: none;

  border: 2px solid #565656;
} */

/* body.maraline header.header-bg .menu-user {
  cursor: pointer;
}
body.maraline header.header-bg .menu-user svg{
  fill: #565656;
  width: 25px;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline header.header-bg .menu-user:hover svg{
  fill: #030304;
} */

body.amaralmaquinas header.header-bg .col-search-mobi {
  cursor: pointer;
}
body.amaralmaquinas header.header-bg .col-search-mobi svg{
  fill: #E94C43;
  width: 25px;
  height: 25px;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas header.header-bg .col-search-mobi span{
  display: inline-block;  
  background-color: #63666c; 
  width: 25px;
  height: 25px;

  text-align: center;
  vertical-align: middle;
  line-height: 25px;

  font-size: .9rem;
  color: #E94C43;

  border-radius: 15px;
}

body.amaralmaquinas header.header-bg .col-cart-mobi {
  cursor: pointer;
}
body.amaralmaquinas header.header-bg .col-cart-mobi svg{
  fill: #E94C43;
  width: 25px;
  height: 25px;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas header.header-bg .menu-shipping {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}
body.amaralmaquinas header.header-bg .menu-shipping svg{
  stroke: #fff;
  width: 30px;
  height: 30px;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas header.header-bg .menu-shipping:hover svg {
  stroke: #FFE811;
}
body.amaralmaquinas header.header-bg .menu-shipping span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas header.header-bg .menu-shipping:hover span {
  color: #FFE811;
}

body.amaralmaquinas header.header-bg .menu-account {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}
body.amaralmaquinas header.header-bg .menu-account svg{
  fill: #E94C43;
  width: 30px;
  height: 30px;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas header.header-bg .menu-account:hover svg {
  fill: #272021;
}
body.amaralmaquinas header.header-bg .menu-account span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas header.header-bg .menu-account:hover span {
  color: #FFE811;
}


body.amaralmaquinas header.header-bg p.atendimento {
  color: #030304;
  margin: 0;
}

body.amaralmaquinas header.header-bg p.atendimento a{
  color: #030304;
  font-weight: 700;
  text-decoration: none;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas header.header-bg p.atendimento a:hover {
  color: #ef7d2d;
}

body.amaralmaquinas header.header-bg .col-search {
  margin-left: auto;
}
body.amaralmaquinas header.header-bg .col-search form {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
body.amaralmaquinas header.header-bg .col-search form .icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;

  margin-top: auto;
  margin-bottom: auto;

  fill: rgba(0, 0, 0, 0.40);
  width: 25px;
  height: 25px;
}
body.amaralmaquinas header.header-bg .col-search form input.input {
  width: 100%;
  min-width: 381px;
  height: 55px;
  
  padding: 0 15px;
  padding-left: calc(30px + 30px);
  
  background-color: #EFEFEF;
  border: none;
  border-radius: 0;
  
  color: rgba(0, 0, 0, 0.40);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas header.header-bg .col-search form input.input:hover {
  background-color: #e5e5e5;
}
body.amaralmaquinas header.header-bg .col-search form input.input:focus {
  outline: none;
  box-shadow: none;
  background-color: #e5e5e5;
}
body.amaralmaquinas header.header-bg .col-search form button.btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 80px;
  height: 55px;
  background-color: #FFE811;
  border-radius: 0 10px 10px 0;
  
  border: none;
  outline: none;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg .col-search form button.btn-search:hover {
  background-color: #030556;
}
body.amaralmaquinas header.header-bg .col-search form button.btn-search svg {
  display: block;
  fill: #030556;
  width: 22px;
  height: 22px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg .col-search form button.btn-search:hover svg {
  fill: #FFE811;
}



body.amaralmaquinas header.header-bg .menu-user{
  display: flex;
  justify-content: center;
  align-items: center;
}
body.amaralmaquinas header.header-bg .menu-user span,
body.amaralmaquinas header.header-bg .menu-user span a{
  color: #219ebc;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
body.amaralmaquinas header.header-bg .menu-user span a {
  text-decoration: underline;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg .menu-user span a:hover {
  color: #1e7de3;
}

body.amaralmaquinas header.header-bg .menu-user .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 55px;
  height: 55px;

  margin-right: 15px;
}
body.amaralmaquinas header.header-bg .menu-user .icon svg .circle {
  fill: #219ebc;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg .menu-user .icon svg {
  width: 100%;
  height: 100%;
}


body.amaralmaquinas header.header-bg .menu-cart {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

body.amaralmaquinas header.header-bg .menu-my-cart {
  position: relative;  
}

body.amaralmaquinas header.header-bg .menu-my-cart .botao-carrinho {
  display: flex;
  align-items: center;
  gap: 15px;
  
  width: 100%;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg .menu-my-cart .botao-carrinho .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 30px;
  min-width: 30px;
  height: 30px;
}
body.amaralmaquinas header.header-bg .menu-my-cart .botao-carrinho .icon svg {
  display: block;
  fill: #E94C43;
  width: 100%;
  height: 100%;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas header.header-bg .menu-my-cart .botao-carrinho:hover .icon svg {
  fill: #272021;
}
body.amaralmaquinas header.header-bg .menu-my-cart .botao-carrinho .icon span.tag {
  position: absolute;
  top: -10px;
  right: -5px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: auto;
  min-width: 18px;
  height: 18px;
  border-radius: 30px;
  
  padding: 0 5px;
  background-color: #FFE811;
  color: #030556;
  font-family: var(--font-Kanit);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
body.amaralmaquinas header.header-bg .menu-my-cart .botao-carrinho span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas header.header-bg .menu-my-cart .botao-carrinho:hover span {
  color: #FFE811;
}

body.amaralmaquinas .shopping-cart {
  width: 500px;
  padding: 0 20px 20px 20px;
  top: 100%;
}

.shopping-cart {
  background: white;
  width: 420px;
  position: absolute;
  top: 100%;
  right: -10px;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%) !important;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0);
  z-index: 12;
}

.shopping-cart .shopping-cart-items {
  padding-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.shopping-cart h1.title{
  padding: 20px 0 0 0;
  font-size: 1.5rem;
  color: #63666c;
}

body.amaralmaquinas header.header-bg .menu-my-cart:hover .shopping-cart {
  border-radius: 20px!important;

  opacity: 1;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(1);
  transform-origin: right top 0;
  transform: scale(1);
  z-index: 12;
}

body.amaralmaquinas .shopping-cart .shopping-cart-header-link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

body.amaralmaquinas .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd {
  /* padding-left: 0; */
  text-align: center;
  text-transform: uppercase;
}

body.amaralmaquinas .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd i {
  color: #131213;
  font-size: 1.25rem;
}

body.amaralmaquinas .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd h4 {
  margin: 0;
  color: #131213;
  font-size: 1.25rem;
}

body.amaralmaquinas .shopping-cart .shopping-cart-items .table {
  margin-bottom: 0;
}

body.amaralmaquinas .shopping-cart .shopping-cart-items .table td[data-title="Preço total"] span.text-success {
  font-size: 16px;
  font-weight: 500;
}

.shopping-cart .shopping-cart-total .shopping-cart-total-span p{
  color: #4ea232!important;
  font-weight: 700;
  text-align: right;
  padding: 20px 0;
}

.shopping-cart .cart-products-extra {
  display: none;
}

small, .small {
  font-size: 85%;
}

body.amaralmaquinas #menu-desktop {
  width: 100%;
  z-index: 999;

  background-color: #E94C43;
  margin-top: 10px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg.fixo #menu-desktop {
  margin-top: 10px;
}

/* body.amaralmaquinas .fixo #menu-desktop {
  display: none!important;
} */

body.amaralmaquinas #menu-desktop .col-menu {
  position: relative;
  width:100%;
  height: 50px;
  margin-left: auto;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg.fixo #menu-desktop .col-menu {
  height: 50px;
}

body.amaralmaquinas #menu-desktop .bar-menu ul{
  width: 100%;
  margin: 0;
}

.second-level {
  display: none;
}
.dropdown-hover:hover .dropdown-menu.second-level {
  display: block;
}

.dropdown-item:hover.second-level {
  display: block;
}

.dropdown-item:focus, .dropdown-item:hover{
  background: none !important;
}

.first-level .dropdown-item:focus, .first-level .dropdown-item:hover{
  background: none !important;
  color: #fff;
}

body.amaralmaquinas #menu-desktop .bar-menu ul{
  margin: 0;
}

.second-level {
  display: none;
}
.dropdown-hover:hover .dropdown-menu.second-level {
  display: block;
}

.dropdown-item:hover.second-level {
  display: block;
}


body.amaralmaquinas #menu-desktop .bar-menu li.dropdown-list {
  float: left;
  height: 50px;
  align-items: center;
  display: flex;
  cursor: pointer;
  position:relative;
  
  /* margin-right: 10px; */

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg.fixo #menu-desktop .bar-menu li.dropdown-list {
  height: 50px;
}

body.amaralmaquinas #menu-desktop .bar-menu li.dropdown-list:last-child{
  margin-right: 0;
}

body.amaralmaquinas #menu-desktop .bar-menu li.nav-item {
  position: relative;
  float: left;
  height: 50px;
  align-items: center;
  display: flex;
  cursor: pointer;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas header.header-bg.fixo #menu-desktop .bar-menu li.nav-item {
  height: 50px;
}

body.amaralmaquinas #menu-desktop li.dropdown-hover{
  float: left;
}

body.amaralmaquinas #menu-desktop .bar-menu li:last-child:after{
  content: initial;
}

body.amaralmaquinas #menu-desktop .bar-menu li.nav-item a,
body.amaralmaquinas #menu-desktop .bar-menu li .dropdown-item{
  position: relative;
  
  width: 100%;
  height: 100%;
  padding: 0 10px;
  
  color: #fff;
  font-family: var(--font-Inter);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  
  display: flex;
  align-items: center;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas #menu-desktop .bar-menu li .dropdown-item::before {
  position: absolute;
  content: '';
  
  bottom: 0;
  left: 0;
  right: 22px;
  
  margin-left: auto;
  margin-right: auto;
  
  width: 7.5px;
  height: 7.5px;
  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #F7F7F7 transparent;
  
  z-index: 1;
  
  opacity: 0;
  transform: translateY(5px);

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas #menu-desktop .bar-menu li:hover .dropdown-item::before {
  transform: translateY(0);
  opacity: 1;
}

body.amaralmaquinas #menu-desktop .bar-menu li:last-child .dropdown-item {
  padding-right: 0;
}

body.amaralmaquinas #menu-desktop .bar-menu li .dropdown-item.temsub::after {
  display: flex;
  justify-content: center;
  align-items: center;

  font-family: FontAwesome;
  content: "\f078";
  font-size: .75rem;
  padding: 0;

  display: initial;
  margin-left: 10px;
  vertical-align: initial;
  border: initial;

  color: #fff;  

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

body.amaralmaquinas #menu-desktop .bar-menu li .dropdown-item.naotemsub::after {
  display: none !important;
}

body.amaralmaquinas #menu-desktop .bar-menu li:hover .dropdown-item::after {
  color: #fff;
  transform: rotate(-180deg);
}

.dropdown-menu {
  left: auto;
  margin-left: 40px;
}

@media (max-width: 1400px) { 
  .dropdown-list:nth-child(n+5) .dropdown-menu{  
    left: unset!important;
    right: 0!important;
  }

  body.amaralmaquinas #menu-desktop .bar-menu .dropdown-list:nth-child(n+5) .dropdown-menu::after {
    opacity: 0;
  }
} 

@media (min-width: 1400px) {
  .dropdown-list:nth-child(n+7) .dropdown-menu{  
    left: unset!important;
    right: 0!important;
  }

  body.amaralmaquinas #menu-desktop .bar-menu .dropdown-list:nth-child(n+7) .dropdown-menu::after {
    opacity: 0;
  }
}

body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu{
  background-color: #F7F7F7;  
  padding-right: 100px;

  border: 0;
  border-radius: 0;  
  padding: 15px 0 15px 15px;  

  margin: 0px;
  left: 0;
  
  width: max-content;
  /* min-width: 175px; */
  min-width: 100%;
  max-width: 250px;
  /* min-width: 250px; */
  height: auto;
  

  /* box-shadow: -22.5px 15px 15px rgba(0, 0, 0, .1);     */

  filter: drop-shadow(-22.5px 15px 15px rgba(0, 0, 0, .1));
  cursor: default!important;

  z-index: 0;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -200px;
  width: 200px;
  height: 100%;
}

body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu ul.--first {
  max-height: calc(100dvh - 200px);
  overflow: auto;
  overflow-x: hidden;
  padding-right: 15px;
}


body.amaralmaquinas #menu-desktop .first-level .dropdown-hover .second-level.megamenu .submenu-col {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 230px;

}

body.amaralmaquinas #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a{
  padding: 0;
}
body.amaralmaquinas #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner {
  height: 200px;
  overflow: hidden;

  border-radius: 15px;
}
body.amaralmaquinas #menu-desktop .first-level .dropdown-hover .second-level.megamenu img {
  position: absolute;
  left: -40px;
  top: 0;  

  width: calc(100% + 80px);
  height: 200px;
  object-fit: cover;
}
body.amaralmaquinas #menu-desktop .bar-menu {
    padding: 0;
}
body.amaralmaquinas #menu-desktop .bar-menu .first-level {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu li{  
  position: relative;
  margin-left: 0;  
  
  margin-bottom: 15px;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu li:last-child {
  margin-bottom: 0;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu li:hover::before{
  width: 25%;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col a{
  position: relative;
  display: block;
  margin: 0;
  color: #272021;
  font-family: var(--font-Inter);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  
  padding: 0;
  border-radius: 0;
  
  width: 100%;
  height: 100%;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col a:hover {
  color: #E94C43 !important;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col{
  position: relative;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col li{
  position: relative;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level{
  display: none;
  /* position: absolute;
  top: 0;
  left: 0; */
  position: initial;
  top: unset;
  left: unset;
  z-index: 3;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level ul{
  width: calc(100% + 15px);
  /* min-width: 175px; */
  max-width: 250px;
  margin-top: -15px;
  margin-left: calc(100% - 1px);
  /* background: #F7F7F7; */
  padding: 15px 15px 0 15px;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col li.is-active .third-level{
  display: block;
}

body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li .four-level{
  display: none;
  /* position: absolute;
  top: 0;
  left: 0; */
  position: initial;
  top: unset;
  left: unset;
  z-index: 2;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li .four-level ul{
  width: max-content;
  width: 100%;
  /* min-width: 175px; */
  max-width: 250px;
  margin-top: 0;
  /* margin-left: calc(100% - 1px); */
  margin-left: 0;
  /* background: #FFF; */
  padding: 15px 15px 0 15px;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li.is-active .four-level{
  display: block;
}

body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li .four-level li .five-level{
  display: none;
  /* position: absolute;
  top: 0;
  left: 0; */
  position: initial;
  top: unset;
  left: unset;
  z-index: 1;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li .four-level li .five-level ul{
  width: max-content;
  /* min-width: 175px; */
  max-width: 250px;
  margin-top: -15px;
  /* margin-left: calc(100% - 8px); */
  margin-left: 0;
  background: #FFF;
  padding: 15px;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li .four-level li.is-active .five-level{
  display: block;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col a{
  z-index: 5;
}
/*body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col a::before {
  position: absolute;
  content: '';
  bottom: -2px;
  right: 0;
  
  width: 0%;
  height: 1px;
  
  background-color: #E94C43;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas #menu-desktop .bar-menu .dropdown-menu .submenu-col a:hover::before {
  width: 100%;
  left: 0;
  right: unset;
}*/






/* BANNERS */

body.amaralmaquinas #banner .swiperBanner{
  position: relative;
  padding: 0;
  margin: 0;
}

body.amaralmaquinas #banner .swiperBanner .image {
  position: relative;
  width: 100%;
}
body.amaralmaquinas #banner .swiperBanner .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 30.46875%;
}
body.amaralmaquinas #banner .swiperBanner img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
}

body.amaralmaquinas #banner .swiperBanner .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;

  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;

  background-color: rgba(255, 255, 255, .35); 
  backdrop-filter: blur(10px);
  clip-path: polygon(100% 0, 100% 80%, 90% 100%, 0 100%, 0 0);
  padding: 7.5px 10px;
  border-radius: 0;
}
body.amaralmaquinas #banner .swiperBanner .swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  
  background-color: rgba(255, 255, 255, 0.50);
  border-radius: 0;

  -webkit-clip-path: polygon(93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%, 50% 0%, 93.3% 25%);
  clip-path: polygon(93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%, 50% 0%, 93.3% 25%);

  opacity: 1;
}

body.amaralmaquinas #banner .swiperBanner .swiper-pagination-bullet:last-child{
  margin: 0;
}

body.amaralmaquinas #banner .swiperBanner .swiper-pagination-bullet-active {
  background-color: #E94C43;
}





/* MINI BANNERS */

body.amaralmaquinas[data-page="home"] #apoio-banner {
  display: flex;
  align-items: center;

  margin: 60px 0;
}

body.amaralmaquinas[data-page="home"] #apoio-banner .cards-apoio {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
body.amaralmaquinas[data-page="home"] #apoio-banner .card-apoio .icon{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 60px;
  height: 60px;

  margin: 0 0 20px 17.5px;

  z-index: 0;

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="home"] #apoio-banner .card-apoio .icon::before {
  position: absolute;
  content: '';
  top: 0;
  left: -17.5px;

  width: 100%;
  height: 100%;

  background-color: rgba(233, 76, 67, 0.20);
  -webkit-clip-path: polygon(93.3% 75%,50% 100%,6.7% 75%,6.7% 25%,50% 0%,93.3% 25%);
  clip-path: polygon(93.3% 75%,50% 100%,6.7% 75%,6.7% 25%,50% 0%,93.3% 25%);

  z-index: -1;
}
body.amaralmaquinas[data-page="home"] #apoio-banner .card-apoio .icon::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background-color: #E94C43;
  -webkit-clip-path: polygon(93.3% 75%,50% 100%,6.7% 75%,6.7% 25%,50% 0%,93.3% 25%);
  clip-path: polygon(93.3% 75%,50% 100%,6.7% 75%,6.7% 25%,50% 0%,93.3% 25%);

  z-index: -1;
}
body.amaralmaquinas[data-page="home"] #apoio-banner .card-apoio .icon svg{
  display: block;
  fill: #fff;
  width: 22px;
  height: 22px;

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="home"] #apoio-banner .card-apoio p {
  max-width: 210px;

  color: #272021;
  font-feature-settings: 'liga' off;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.22px;
  margin: 0;
}


/* Linhas */
body.amaralmaquinas[data-page="home"] #linhas {
  margin: 60px 0 80px 0;
}
body.amaralmaquinas[data-page="home"] #linhas .card-linha {
  display: block;
  text-decoration: none;
}
body.amaralmaquinas[data-page="home"] #linhas .card-linha .image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
body.amaralmaquinas[data-page="home"] #linhas .card-linha .image::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.amaralmaquinas[data-page="home"] #linhas .card-linha .image img {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;
  
  filter: grayscale(1);

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="home"] #linhas .card-linha:hover .image img {
  filter: grayscale(0);
  transform: scale(1.25);
}
body.amaralmaquinas[data-page="home"] #linhas .card-linha .content {
  position: relative;
  padding: 15px 25px;
}
body.amaralmaquinas[data-page="home"] #linhas .card-linha .content::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  
  width: 100%;
  height: 100%;
  
  background-color: #2F2A2A; 
  -webkit-clip-path: polygon(100% 0, 100% 60%, 88% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 60%, 88% 100%, 0 100%, 0 0);

  z-index: -1;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="home"] #linhas .card-linha:hover .content::before {
  background-color: #E94C43;
}

body.amaralmaquinas[data-page="home"] #linhas .card-linha .content::after {
  position: absolute;
  content: '';
  right: 12.5px;
  bottom: 12.5px;
  
  width: 25px;
  height: 25px;
  
  background-color: #E94C43;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="home"] #linhas .card-linha:hover .content::after {
  background-color: #2F2A2A;
}

body.amaralmaquinas[data-page="home"] #linhas .card-linha .content h1.title span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
}
body.amaralmaquinas[data-page="home"] #linhas .card-linha .content h1.title {
  color: #fff;
  font-feature-settings: 'liga' off;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.26px;
}




/* TÍTULO SESSÃO */
body.amaralmaquinas .box-title {
  display: block;
  width: 100%;    
}

body.amaralmaquinas .box-title .box-text a,
body.amaralmaquinas .box-title .box-text {
  position: relative;
  display: block;

  color: #272021;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.29px;
}

body.amaralmaquinas .box-title.light .box-text a,
body.amaralmaquinas .box-title.light .box-text {
  color: #ffffff;
}

/* body.maraline .box-title .box-text a{
  color: #ef7d2d;
  text-decoration: none;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.maraline .box-title a:hover {
  text-decoration: underline;
} */


/* BANNER PRODUTO */
body.amaralmaquinas #product-banner{
  padding: 40px 0;
}

body.amaralmaquinas #product-banner img{
  width: 100%;
  border-radius: 5px;  

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas #product-banner img:hover{
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}



/* LISTA DE PRODUTOS */

body.amaralmaquinas .section-product {
  margin: 50px 0;
}

body.amaralmaquinas .product-list{
  position: relative;
  margin-top: 15px;
}
body.amaralmaquinas .product-list article {
  margin: 15px 0;
}
body.amaralmaquinas .product-list .product{
  display: block;
  height: 100%;
  text-decoration: none;  
}
body.amaralmaquinas .product-list .product form{
  position: relative;
  padding: 0;
  border-radius: 0;
  height: 100%;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
/* body.amaralmaquinas .product-list .product:hover form {
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
} */

body.amaralmaquinas .product-list .product-image .tags .tag-promotion{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 0;
  right: 0;
  padding: 8px 15px;
  border-radius: 0;
  
  background-color: #272021;
  border-radius: 0;
  
  z-index: 1;

  color: #E94C43;
  font-family: var(--font-Inter);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.26px;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .product-list form:hover .product-image .tags .tag-promotion {
  background-color: #E94C43;
  color: #272021;
}
body.amaralmaquinas .product-list .product-image .tags .tag-favorito{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 10px;
  left: -20px;

  width: 40px;
  height: 40px;
  border-radius: 100px;

  background-color: #ffffff;
  opacity: 0;
  
  padding: 10px;  
  z-index: 2;

  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas .product-list .product-image .tags .tag-favorito svg {
  fill: #747778;
  width: 100%;
  height: 100%;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas .product-list .product-image .tags .tag-favorito:hover svg {
  fill: rgb(0, 0, 0);
}

body.amaralmaquinas .product-list .product-image .tags .tag-favorito.active svg {
  fill: #e12901;
}

body.amaralmaquinas .product-list form:hover .product-image .tags .tag-favorito {
  left: 10px;
  opacity: 1;
}

body.amaralmaquinas .product-list .product .product-image {
  position: relative;

  background-color: #fff;
  padding: 0;
  overflow: hidden;  
  border-radius: 0;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .product-list .product .product-image::after {
  content: '';
  display: block;

  width: 100%;
  padding-bottom: 100%;
}
body.amaralmaquinas .product-list .product .product-image img{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;  
  height: 100%;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;

  transform: scale(1);

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
/* body.amaralmaquinas .product-list .product form:hover .product-image img{
  transform: scale(1.05);
  
} */

body.amaralmaquinas .product-list .product .product-info {
  position: relative;
  padding: 30px 30px calc(30px + 80px) 30px;
  text-decoration: none;
  
  z-index: 0;
}
body.amaralmaquinas .product-list .product .product-info.vista_explodida {
  padding: 30px 30px calc(30px) 30px;
}
body.amaralmaquinas .product-list .product .product-info::before {
  position: absolute;
  content: '';

  width: 100%;
  height: 100%;

  top: 0;
  left: 0;

  background: #F8F8F8;
  -webkit-clip-path: polygon(100% 0, 100% 85%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 85%, 90% 100%, 0 100%, 0 0);

  z-index: -1;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

body.amaralmaquinas .btn-theme{
  color:#FFF;
}
body.amaralmaquinas .btn-theme:hover, body.amaralmaquinas .btn-theme:active, body.amaralmaquinas .btn-theme:focus{
  background-color: #E94C43 !important;
}

body.amaralmaquinas .product-destaque .product-list .product .product-info::before,
body.amaralmaquinas .product-list .product form:hover .product-info::before {
  background-color: #E94C43;
}
body.amaralmaquinas .product-destaque .product-list .product form:hover .product-info::before {
  background-color: #272021;
}
body.amaralmaquinas .product-list .product .product-info .tit{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.18px;
  margin: 0;
  text-align:left;
  height: 45px;
  overflow: hidden;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas .product-destaque .product-list .product .product-info .tit,
body.amaralmaquinas .product-list .product form:hover .product-info .tit {
  color: #fff;
  text-align:left;
  height: 45px;
  overflow: hidden;
}
body.amaralmaquinas .product-list .product .product-info .container-price {
  position: absolute;
  left: 0;
  bottom: 10px;

  padding: 0 30px;
  width: 100%;

  text-align: left;
  margin-bottom: 0;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas .product-list .product .product-info .container-price .row-price {
  margin: 6px 0;
}
body.amaralmaquinas .product-list .product .product-info .container-price span.price-label del,
body.amaralmaquinas .product-list .product .product-info .container-price span.price-label{
  display: block;
  
  color: #2F2A2A;
  font-family: var(--font-Inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-align: left;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .product-list .product .product-info .container-price span.price-label b{
  font-weight: 500;
  text-decoration: line-through;
}
body.amaralmaquinas .product-destaque .product-list .product .product-info .container-price span.price-label,
body.amaralmaquinas .product-list .product form:hover .product-info .container-price span.price-label {
  color: #fff;
}

body.amaralmaquinas .product-list .product .product-info .container-price span.price{
  position: relative;
  display: block;
  
  color: #2F2A2A;
  font-family: var(--font-Inter);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .product-destaque .product-list .product .product-info .container-price span.price,
body.amaralmaquinas .product-list .product form:hover .product-info .container-price span.price {
  color: #fff;
}

body.amaralmaquinas .product-list .product .product-info .container-price span.installment {
  margin: 0 0 10px 0;
}
body.amaralmaquinas .product-list .product .product-info .container-price span.installment span {
  display: block;
  
  color: #2F2A2A;
  font-family: var(--font-Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .product-destaque .product-list .product form .product-info .container-price span.installment span,
body.amaralmaquinas .product-list .product form:hover .product-info .container-price span.installment span {
  color: #fff;
}
body.amaralmaquinas .product-list .product .product-info .container-price span.installment span:not(:last-child) {
  margin: 0 0 5px 0;
}
body.amaralmaquinas .product-list .product .product-info .container-price span.installment span strong {
  color: #E94C43;
  font-family: var(--font-Inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .product-destaque .product-list .product form .product-info .container-price span.installment span strong,
body.amaralmaquinas .product-list .product form:hover .product-info .container-price span.installment span strong {
  color: #fff;
}


body.amaralmaquinas .product-list .product .product-info .container-price .botao-comprar {
  position: absolute;
  right: 30px;
  bottom: -25px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 50px;
  height: 50px;
  background-color: #272021;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .product-destaque .product-list .product form:hover .product-info .container-price .botao-comprar {
  background-color: #E94C43;
}
body.amaralmaquinas .product-list .product .product-info .container-price .botao-comprar svg {
  display: block;
  fill: #fff;
  width: 22px;
  height: 22px;
}



/* Vista explodida */
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 25px 90px;
  background: #272021;

  overflow: hidden;
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .lines {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .lines svg {
  width: auto;
  height: 100%;
}


body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .corner {
  position: absolute;
  bottom: 15px;
  left: 15px;

  width: 60px;
  height: 60px;
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .corner svg {
  width: 100%;
  height: 100%;
  
  overflow: visible;
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .corner svg .arrow-ac {
  transform: translateX(-8px);
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .corner svg .corner-select-1 {
  opacity: .2;
  transform: translateX(-8px);

  animation: corner-s1 5s infinite;
}
@keyframes corner-s1 {
  0% {
    opacity: .2;
    transform: translateX(-8px);
  }
  10% {
    transform: translateX(0);
    opacity: .8;
  }
  20% {
    transform: translateX(0);
    opacity: .8;
  }
  30% {
    opacity: .2;
    transform: translateX(-8px);
  }
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .corner svg .corner-select-3 {
  animation: corner-s3 5s infinite;
}
@keyframes corner-s3 {
  0% {
    opacity: .2;
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
    opacity: .2;
  }
  30% {
    transform: translateY(8px);
    opacity: .8;
  }
  40% {
    transform: translateY(8px);
    opacity: .8;
  }
  50% {
    transform: translateY(0);
    opacity: .2;
  }
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .corner svg .corner-select-4 {
  animation: corner-s4 5s infinite;
}
@keyframes corner-s4 {
  0% {
    opacity: .2;
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
    opacity: .2;
  }
  40% {
    transform: translateX(0);
    opacity: .2;
  }
  50% {
    transform: translateX(-8px);
    opacity: .8;
  }
  60% {
    transform: translateX(-8px);
    opacity: .8;
  }
  70% {
    transform: translateX(0);
    opacity: .2;
  }
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .corner svg .corner-select-2 {
  animation: corner-s2 5s infinite;
}
@keyframes corner-s2 {
  0% {
    opacity: .2;
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
    opacity: .2;
  }
  20% {
    transform: translateY(0);
    opacity: .2;
  }
  60% {
    transform: translateY(0);
    opacity: .2;
  }
  70% {
    transform: translateY(-8px);
    opacity: .8;
  }
  80% {
    transform: translateY(-8px);
    opacity: .8;
  }
  90% {
    transform: translateY(0);
    opacity: .2;
  }
}

body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .texts {
  position: absolute;
  top: 0;
  left: 20px;
  width: auto;
  max-width: 50%;
  height: 100%;
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .texts svg {
  width: 100%;
  height: 100%;
}



body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .image {
  position: relative;
  width: 300px;
  min-width: 300px;
  height: 300px;
  
  margin-left: 100px;

  z-index: 0;
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .image::before {
  position: absolute;
  content: '';
  top: -50px;
  left: -50px;

  width: calc(100% + 100px);
  height: calc(100% + 100px);

  background-color: #FF5F55;
  opacity: 0;

  -webkit-clip-path: polygon(93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%, 50% 0%, 93.3% 25%);
  clip-path: polygon(93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%, 50% 0%, 93.3% 25%);

  animation: polygon_1 3s infinite linear;
  animation-delay: .25s;
}
@keyframes polygon_1 {
  0% {
    transform: scale(.5);
    opacity: .28;
  }
  75% {
    opacity: .28;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .image::after {
  position: absolute;
  content: '';
  top: -100px;
  left: -100px;

  width: calc(100% + 200px);
  height: calc(100% + 200px);

  background-color: #FF5F55;
  opacity: 0;

  -webkit-clip-path: polygon(93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%, 50% 0%, 93.3% 25%);
  clip-path: polygon(93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%, 50% 0%, 93.3% 25%);

  animation: polygon_2 3s infinite linear;
  /* animation-delay: .6s; */
}
@keyframes polygon_2 {
  0% {
    transform: scale(.5);
    opacity: .28;
  }
  75% {
    opacity: .28;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;
  
  -webkit-clip-path: polygon(93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%, 50% 0%, 93.3% 25%);
  clip-path: polygon(93.3% 75%, 50% 100%, 6.7% 75%, 6.7% 25%, 50% 0%, 93.3% 25%);
  
  z-index: 1;
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .content {
  width: 100%;
  max-width: 485px;
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .content h1.title {
  color: #B89898;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 46px */
  letter-spacing: -0.46px;
  margin: 0 0 15px 0;
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .content p.desc {
  color: #fff;
  font-family: var(--font-Inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 23.4px */
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .content p.desc strong {
  color: #E94C43;
  font-weight: 700;
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .content a.botao {
  display: block;
  
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  
  width: fit-content;
  padding: 14px 70px;
  background-color: #E94C43;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .content a.botao:hover {
  background-color: #fff;
  color: #E94C43;
}




/* Produtos */
body.amaralmaquinas .produtos {
  margin: 50px 0;
}
body.amaralmaquinas .produtos .card-produto {
  position: relative;
}
body.amaralmaquinas .produtos .card-produto .image {
  position: relative;
  width: 100%;

  border-radius: 10px;
  overflow: hidden;
}
body.amaralmaquinas .produtos .card-produto .image::after {
  content: '';
  display: block;
  
  width: 100%;
  padding-bottom: 42.857142857142854%;

  background-color: rgba(10, 12, 146, .37);
  border-radius: 10px;
  
  overflow: hidden;
  z-index: 0;
}
body.amaralmaquinas .produtos .card-produto .image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: -moz-linear-gradient(156deg, rgba(3,5,86,1) 0%, rgba(3,5,86,0) 100%);
  background: -webkit-linear-gradient(156deg, rgba(3,5,86,1) 0%, rgba(3,5,86,0) 100%);
  background: linear-gradient(156deg, rgba(3,5,86,1) 0%, rgba(3,5,86,0) 100%);

}
body.amaralmaquinas .produtos .card-produto .image img {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;

  z-index: -1;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .produtos .card-produto:hover .image img {
  transform: scale(1.15);
}
body.amaralmaquinas .produtos .card-produto .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  width: fit-content;
  height: fit-content;
  
  margin: auto;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .produtos .card-produto .title h1 {
  max-width: 370px;

  color: #fff;
  font-family: var(--font-Kanit);
  font-size: 38px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
body.amaralmaquinas .produtos .card-produto .botao-ver {
  display: block;
  width: fit-content;
  padding: 14px 30px;
  background-color: #FFE811;
  border-radius: 10px;
  
  color: #030556;
  font-family: var(--font-Kanit);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  
  margin: 15px auto 0 auto;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .produtos .card-produto .botao-ver:hover {
  background-color: #030556;
  color: #FFE811;
}




/* Sobre */
body.amaralmaquinas[data-page="home"] #sobre {
  overflow: hidden;
}
body.amaralmaquinas[data-page="home"] #sobre .card-sobre {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  padding: 50px 100px;
  background-color: #2F2A2A;

  z-index: 0;
}
body.amaralmaquinas[data-page="home"] #sobre .card-sobre::after {
  position: absolute;
  content: '';
  top: 0;
  right: -75px;

  width: calc(50% + 45px);
  height: 60px;
  background-color: #fff;
  transform: skewX(45deg);

  z-index: -1;
}
body.amaralmaquinas[data-page="home"] #sobre .card-sobre .content {
  width: 50%;
  max-width: 485px;
}
body.amaralmaquinas[data-page="home"] #sobre .card-sobre .content h1.title {
  color: #B89898;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 46px */
  letter-spacing: -0.46px;
  margin: 0 0 25px 0;
}
body.amaralmaquinas[data-page="home"] #sobre .card-sobre .content p.desc {
  color: #fff;
  font-family: var(--font-Inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 23.4px */
  margin: 0 0 25px 0;
}
body.amaralmaquinas[data-page="home"] #sobre .card-sobre .content a.botao {
  display: block;
  
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  
  width: fit-content;
  padding: 14px 70px;
  background-color: #E94C43;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="home"] #sobre .card-sobre .content a.botao:hover {
  background-color: #fff;
  color: #E94C43;
}
body.amaralmaquinas[data-page="home"] #sobre .card-sobre .image {
  position: relative;
  width: 50%;
  max-width: 543px;
  margin-top: -20px;
}
body.amaralmaquinas[data-page="home"] #sobre .card-sobre .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60.773480662983424%;
}
body.amaralmaquinas[data-page="home"] #sobre .card-sobre .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}



/* Marcas */
body.amaralmaquinas #marcas {
  margin: 100px 0;
}
body.amaralmaquinas #marcas .col-marcas {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-top: 60px;
}
body.amaralmaquinas #marcas .swiperMarcas {
  width: calc(100% - 125px);
  height: auto;
}
body.amaralmaquinas #marcas .swiperMarcas .swiper-slide {
  height: auto;
}
body.amaralmaquinas #marcas .swiperMarcas img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;

  -o-object-position: center;
  object-position: center;
}
body.amaralmaquinas #marcas .swiperMarcas-nav-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 35px;
  height: 35px;
  
  cursor: pointer;
}
body.amaralmaquinas #marcas .swiperMarcas-nav-prev::before {
  position: absolute;
  content: '';

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  width: 24px;
  height: 24px;

  margin: auto;
  border-radius: 24px;
  background-color: rgba(233, 76, 67, 0.10);

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas #marcas .swiperMarcas-nav-prev:hover::before {
  width: 35px;
  height: 35px;
  background-color: rgba(233, 76, 67, 1);  
}
body.amaralmaquinas #marcas .swiperMarcas-nav-prev svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  
  margin-top: auto;
  margin-bottom: auto;
  
  fill: #E94C43;
  
  width: 22px;
  height: 12px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas #marcas .swiperMarcas-nav-prev:hover svg {
  fill: #fff;
  left: 7px;
  transform: scale(.8);
}

body.amaralmaquinas #marcas .swiperMarcas-nav-next {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 35px;
  height: 35px;
  
  cursor: pointer;
}
body.amaralmaquinas #marcas .swiperMarcas-nav-next::before {
  position: absolute;
  content: '';

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  width: 24px;
  height: 24px;

  margin: auto;
  border-radius: 24px;
  background-color: rgba(233, 76, 67, 0.10);

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas #marcas .swiperMarcas-nav-next:hover::before {
  width: 35px;
  height: 35px;
  background-color: rgba(233, 76, 67, 1);  
}
body.amaralmaquinas #marcas .swiperMarcas-nav-next svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  
  margin-top: auto;
  margin-bottom: auto;
  
  fill: #E94C43;
  
  width: 22px;
  height: 12px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas #marcas .swiperMarcas-nav-next:hover svg {
  fill: #fff;
  right: 7px;

  transform: scale(.8);
}






/* Breadcrumbs */
body.amaralmaquinas[data-page="produtos-list"] .bg-categoria-list-prod{
  background:#000;
  padding: 30px 0;
}
body.amaralmaquinas #breadcrumbs {
  position: relative;
  /* padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #EAEAEA; */
}

body.amaralmaquinas #breadcrumbs ul,
body.amaralmaquinas #breadcrumbs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

body.amaralmaquinas #breadcrumbs ul li {
  line-height: normal;

  color: #3f3f3f;
  font-family: var(--font-Inter);
  font-size: 13px;
  font-weight: 400;
}

body.amaralmaquinas #breadcrumbs a {
  color: #000;
  font-family: var(--font-Inter);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

body.amaralmaquinas #breadcrumbs ul li::after {
  content: "-";
  color: #000;
  font-family: var(--font-Inter);
  font-size: 12px;
  font-weight: 500;
  margin: 10px;
}

body.amaralmaquinas #breadcrumbs p {
  color: #000;
  font-family: var(--font-Inter);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

body.amaralmaquinas #breadcrumbs ul li:last-child:after {
  content: '';
}



/* PRODUTO VISTA EXPLODIDA */
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view p.produto-marca {
  color: #777882;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin: 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view h1.produto-nome {
  color: #2F2A2A;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  text-transform: uppercase;

  margin: 0 0 40px 0;
}


body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .swiperVistaExplodida_thumbnail {
  margin-bottom: 20px;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .swiperVistaExplodida_thumbnail .explosed-thumbnail {
  position: relative;
  width: 100%;
  border: 3px solid transparent;
  
  cursor: pointer;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .swiperVistaExplodida_thumbnail .explosed-thumbnail:hover {
  border-color: #2F2A2A;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .swiperVistaExplodida_thumbnail .explosed-thumbnail.active {
  border-color: #E94C43;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .swiperVistaExplodida_thumbnail .explosed-thumbnail::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .swiperVistaExplodida_thumbnail .explosed-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  
  display: block;
  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;

  -o-object-position: center;
  object-position: center;
}


body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .image {
  position: relative;
  width: 100%;
}
/* body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
} */
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .image img {
/*   position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: auto;
  
  -o-object-fit: contain;
  object-fit: contain;
}
@media(max-width:992px){
  body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .modal-body .image img{
    width: auto !important;
    max-width: 720px !important;
  }
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento {

  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  width: 100%;
  height: 100%;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  top: 0;
  left: 0;    
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento.open::after {
  position: absolute;
  background: #000;
  opacity: .5;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 998;
  content: '';
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento.open::before {
  width: 75px;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento.open {
  display: flex;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento span {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;

  color: #fff;
  text-align: center;
  font-family: var(--font-Inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento.open span {
  opacity: 1;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view {
  position: absolute;
  
  width: 0;
  height: auto;
  
  padding: 0;
  background: #fff;
  box-shadow: 0px 11px 17.8px 0px rgba(0, 0, 0, 0.02);
  border: 0px solid #2F2A2A;

  opacity: 0;
  overflow: hidden;
  z-index: 9999;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;

  transition-delay: .1s;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento.open .popup-view {
  width: 400px;
  padding: 20px 30px;
  border: 3px solid #2F2A2A;
  opacity: 1;
}
body.amaralmaquinas[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title h1 {
  color: #fff;
  font-size: 32px!important;
  line-height: normal!important;
}
@media(max-width:762px){
  body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento.open .popup-view {
    width: 320px;
  }
  body.amaralmaquinas[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title h1{
    font-size: 22px !important;
    line-height: normal;
  }
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 40px;
  height: 40px;
  
  background-color: #2F2A2A;
  cursor: pointer;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-close:hover {
  background-color: #E94C43;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-close svg {
  display: block;
  fill: #fff;
  width: 10px;
  height: 10px;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-img {
  position: relative;
  width: 95px;
  margin-bottom: 10px;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  -o-object-fit: contain;
  object-fit: contain;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view h2.popup-nome {
  display: block;
  width: 278px;
  
  color: #2F2A2A;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 95%; /* 20.9px */
  text-transform: uppercase;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-footer h4.popup-price {
  color: #2F2A2A;
  font-family: var(--font-Inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.76px;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-footer h4.popup-indisponivel {
  color: #B89898;
  font-family: var(--font-Inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-footer .botao {
  display: flex;
  justify-content: center;
  align-items: center;
  
  padding: 8px;
  width: 100%;
  max-width: 99px;
  height: 45px;
  
  border: none;
  outline: none;
  background-color: #E94C43;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-footer .botao:hover {
  background-color: #0abf53;
}
body.amaralmaquinas[data-page="produto-detalhes"] .mapeamento .popup-view .popup-footer .botao svg {
  display: block;
  fill: #fff;
  width: 30px;
  height: 30px;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-header {
  display: flex;
  align-items: center;
  gap: 10px;
  
  padding: 8px 20px;
  background-color: #2F2A2A;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-header .icon svg {
  display: block;
  fill: #fff;
  width: 20px;
  height: 20px;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-header h2 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  margin: 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-search {
  position: relative;
  border-bottom: 1px solid #E8E8E8;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-search .icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;

  margin-top: auto;
  margin-bottom: auto;

  display: block;
  fill: rgba(0, 0, 0, .40);
  width: 20px;
  height: 20px;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-search input {
  width: 100%;
  height: 45px;
  
  padding: 0 20px 0 50px;
  background-color: #EFEFEF;
  border: none;
  box-shadow: none;
  outline: none;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list {
  padding: 0;
  margin: 0;
  list-style: none;

  max-height: 700px;
  overflow: hidden;
  overflow-y: scroll;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  
  padding: 0 10px;
  background-color: #fff;
  border-bottom: 1px solid #E8E8E8;
  
  cursor: pointer;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li:nth-child(even) {
  background-color: #FCFCFC;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li:hover {
  background-color: #E8E8E8;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li span.peca-id {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 20px;
  min-width: 20px;
  height: 20px;
  
  background-color: #2F2A2A;
  border-radius: 50px;
  
  color: #fff;
  text-align: center;
  font-family: var(--font-Inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: uppercase;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li.open span.peca-id {
  background-color: #E94C43;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li .image {
  position: relative;
  width: 40px;
  min-width: 40px;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li .image img {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  -o-object-fit: contain;
  object-fit: contain;
  
  -o-object-position: center;
  object-position: center;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li h2.peca-nome {
  color: #2F2A2A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 95%; /* 13.3px */
  text-transform: uppercase;
  margin: 0 auto 0 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li h4.peca-preco {
  color: #2F2A2A;
  font-family: var(--font-Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  margin: 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li h4.peca-indisponivel {
  color: #B89898;
  font-family: var(--font-Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  margin: 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li .botao {
  display: flex;
  justify-content: center;
  align-items: center;
  
  padding: 6px 15px;
  width: fit-content;
  height: auto;
  
  border: none;
  outline: none;
  background-color: #E94C43;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li .botao:hover {
  background-color: #0abf53;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas .filtro-body ul.filtro-list li .botao svg {
  display: block;
  fill: #fff;
  width: 20px;
  height: 20px;
}




/* SOBRE O PRODUTO */
/* SOBRE O PRODUTO */
body.amaralmaquinas[data-page="produto-detalhes"] .about{
  position: relative;
  margin: 0;
  padding: 0 0 15px 0;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .about-content {
  margin: 0 0 30px 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] .about .about-content h1.about-title {
  color:#272021;
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.29px;
  
  
  margin: 0px 0 20px 0;
  padding-bottom: 20px;
  
  border-bottom: 1px solid #E9E9E9;
}
body.amaralmaquinas[data-page="produto-detalhes"] .about .about-content p {
  color: #2F2A2A;
  font-family: var(--font-Inter);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  margin: 0;
}





body.amaralmaquinas[data-page="produto-detalhes"] .about .nav-tabs {  
  position: relative;
  
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  
  border: 0;
  margin-bottom: 30px;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .nav-tabs .nav-item {
  width: 100%;
  height: 60px;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .nav-tabs .nav-link {
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #777882;
  font-family: var(--font-Kanit);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;

  width: 100%;
  height: 100%;
  padding: 10px 40px;    

  border-radius: 0;
  border: none;
  border-bottom: 2px solid #c3c3c6;
  outline: none!important;
  box-shadow: none!important;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .nav-link:hover {
  border-color: #0A0C92;
  color: #0A0C92;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .nav-link p {
  margin: 0;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .nav-link.active {
  position: relative;

  background-color: transparent;
  color: #1D1D1E;
  border-color: #1D1D1E;

  z-index: 0;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .tab-content{  
  padding: 0px;
  border: none;
  z-index: 1;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header{
  background-color: #fff;
  color: #212529;
  text-decoration: none;
  cursor: pointer;

  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .1));
  border-radius: 10px;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header[aria-expanded="true"]{
  background-color: #0A0C92;  
  color: #fff;

  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .tab-content .tab-pane .card-header h2{
  font-size: 1rem;
  font-weight: 600;
}
body.amaralmaquinas[data-page="produto-detalhes"] .about .tab-content .tab-pane .tabpanel-info p{
  margin: 0;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0;
  border-radius: 0;

  margin-bottom: 20px;  
  overflow: visible;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .card:last-child {
  margin-bottom: 0;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 0;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .card-header button{
  color: #ef7d2d;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
body.amaralmaquinas[data-page="produto-detalhes"] .about .card-header button.collapsed{
  color: #2f373e;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .card-body{
  background-color: transparent;
}

body.amaralmaquinas[data-page="produto-detalhes"] .about #boxs{
  padding: 3rem 0 0 15px;
}
body.amaralmaquinas[data-page="produto-detalhes"] .about #boxs a{
  text-decoration: none;
}
body.amaralmaquinas[data-page="produto-detalhes"] .about .box-about{
  background-color: #fff;
  border-radius: 0;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] .about .box-about:hover{
  -webkit-box-shadow: 0px 0px 30px rgba(40, 40, 40, .25);  
  box-shadow: 0px 0px 30px rgba(40, 40, 40, .25);  
}

body.amaralmaquinas[data-page="produto-detalhes"] .about .box-about .text {
  display: flex;
  align-items: center;
  height: 75px;  
}
body.amaralmaquinas[data-page="produto-detalhes"] .about .box-about .text p{
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] .about .box-about .text span{
  font-size: 1.25rem;
  font-weight: 800;
  color: gray;
  margin: 0;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product {
  padding-bottom: 20px;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .col-gallery {
  position: sticky;
  top: 110px;
  height: fit-content;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 10px;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products img{
  width: 100%;
  height: 0;
  opacity: 0;
  object-fit: contain;
  border-radius: 0;

  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products img.adjusted{
  opacity: 1;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags {
  position: absolute;

  top: 0;
  bottom: 0;
  right: 0;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-favorito {
  position: absolute;
  cursor: pointer;

  top: 10px;
  right: 10px;

  width: 30px;
  height: 30px;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-favorito svg {
  fill: transparent;
  stroke: #E94C43;
  stroke-width: 2px;
  stroke-miterlimit: 10;

  width: 100%;
  height: 100%;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-favorito:hover svg{
  fill: #E94C43;
  stroke: #E94C43;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-favorito.active svg{
  fill: #e12901;
  stroke: #e12901;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  cursor: pointer;

  bottom: 10px;
  right: 10px;

  width: 30px;
  height: 30px;

  background-color: #f0f0f1;
  border-radius: 5px;
  padding: 7.5px;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom:hover {
  background-color: #E94C43;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom svg {
  fill: #E94C43;

  width: 100%;
  height: 100%;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom:hover svg {
  fill: #fff;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot span{
  background: #e8e8e8;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .owl-theme .owl-dots .owl-dot.active span{
  background: #E94C43;
}


body.amaralmaquinas[data-page="produto-detalhes"] #product .thumbnails .arrow-up {
  /* position: absolute;
  top: -25px; */
  display: flex;
  justify-content: center;

  width: 100%;
  height: 20px;
  cursor: pointer;
  z-index: 999;

  margin-bottom: 10px;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .thumbnails .arrow-up svg {
  fill: #898A94;
  width: 20px;
  height: 20px;
  opacity: 1;
  transform: rotate(90deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}


body.amaralmaquinas[data-page="produto-detalhes"] #product .thumbnails .arrow-down:not(.slick-disabled) svg:hover,
body.amaralmaquinas[data-page="produto-detalhes"] #product .thumbnails .arrow-up:not(.slick-disabled) svg:hover {
  fill: #E94C43;
  opacity: 1
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .thumbnails .arrow-down {
  /* position: absolute;
  bottom: -0; */
  display: flex;
  justify-content: center;

  width: 100%;
  height: 20px;
  cursor: pointer;
  z-index: 999;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .thumbnails .arrow-down svg {
  fill: #898A94;
  width: 20px;
  height: 20px;
  opacity: 1;
  transform: rotate(270deg);
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .thumbnails .slick-disabled {
  cursor: default;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .thumbnails .slick-disabled svg{
  opacity: .15!important;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item{
  position: relative;
  
  cursor: pointer;
  background-color: #fff;
  /* border: 3px solid transparent; */
  border-radius: 0;
  overflow: hidden;
  
  margin-bottom: 15px;
  
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item::before {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 0;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;

  z-index: 1;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item.active::before {
  border-color: #E94C43;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item img{
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
  opacity: .5;

  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item:hover img{  
  opacity: 1;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .product-thumbnail .item.active img{
  opacity: 1;  
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .owl-dots{
  width: 100%;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .whatsapp {
  display: flex;
  align-items: center;
  
  width: fit-content;
  height: 55px;
  padding: 0 30px;
  background-color: #56ce5b;
  margin-top: 20px;
  
  border-radius: 8px;
  
  text-decoration: none;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .whatsapp:hover {
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 255, 0, .15);
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .whatsapp .icon{
  display: flex;
  justify-content: center;
  align-items: center;

  width: 20px;
  height: 20px;
  margin-right: 5px;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .whatsapp .icon svg{
  fill: #ffffff;
  
  width: 100%;
  height: 100%;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .whatsapp:hover .icon svg {
  fill: #56ce5b;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .whatsapp h1.title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .whatsapp:hover h1.title {
  color: #56ce5b;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .whatsapp p{
  color: #a4a39f;
  font-size: 1rem;
  font-weight: 400;
  margin: 0px;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .whatsapp p b {
  color: #000000;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .whatsapp:hover p {
  color: #ef7d2d;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .card-produto {
  position: sticky;
  top: 100px;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .product-title{
  padding-bottom: 2rem;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .product-title .product-name{
  color: #000;
  font-family: var(--font-Kanit);
  font-size: 36px;
  font-weight: 400;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .aval-block .star-rating {
  font-size: 28px;
}

.rating-link {
  text-decoration: none;
  margin: 0;

  color: #777882;
  font-family: var(--font-Inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}

.rating-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #cdcdcd;
  overflow: hidden;
  font-size: 1rem;
}

.rating-gly {
  font-family: 'FontAwesome';
}

.rating-container:before {
  content: attr(data-content);
}

.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #ffac11;
  transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  font-family: 'FontAwesome';
}

.star-rating [type="number"] {
  position: absolute !important;
  opacity: 0 !important;
  bottom: 0;
  border: none!important;
  width: 1px!important;
  height: 1px!important;
  background: transparent!important;
  z-index: -1;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .aval-ref p.ref {
  color: #777882;
  font-family: var(--font-Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: end;

  margin: 0;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .price-container .old-price del{
  color: #222221;
  font-size: 14px;
  font-weight: 500;  
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .price-container .old-price{
  color: #222221;
  font-size: 14px;
  font-weight: 500;  
  margin: 0;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .price-container .prices {
  display: flex;
  align-items: center;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .price-container .price{
  color: #CC8029;
  font-size: 28px;
  font-weight: 700;  
  margin: 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .price-container .tag-price {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  background-color: #2A2E34;
  padding: 0 10px;
  height: 30px;
  border-radius: 0;

  color: #ffffff;
  font-size: 15px;
  font-weight: 700;

  margin-left: 10px;
}


body.amaralmaquinas[data-page="produto-detalhes"] #product .price-container img.formas-pagamento{
  width: 100%;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .price-container .price-info img{
  width: 100%;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc{
  color: #565656;
  font-size: 1rem;
  font-weight: 500;  
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .value{
  color: #565656;
  font-size: 1rem;
  font-weight: 700;  
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .pay{
  color: #565656;
  font-size: 1.3rem;
  font-weight: 700;  
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations {
  padding: 0 0 1rem 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .col-variation{
  margin-bottom: 5px;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .attr-name{
  color: #131212;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations a{
  color: #959595;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations a:hover{
  color: #ef7d2d;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations.colors {
  border-bottom: 0;
  padding: 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .areacor {
  border: 1px solid #dadada;
  width: 40px!important;
  height: 40px!important;
  border-radius: 100px;

  background-size: cover!important;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .areacor:hover {
  
  border: 2px solid #1e7de3;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .attr-group {
  display: flex;
  align-items: center;

  width: 100%;
  height: 100%;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .attr-group .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 50px;
  height: 50px;

  margin-left: 10px;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .attr-group .icon svg {
  width: 100%;
  height: 100%;

  max-height: 40px;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations select{
  cursor: pointer;

  background-color: transparent;
  border: 2px solid #9A9A9A;
  border-radius: 10px;

  height: 50px;
  color: #444444;
  font-weight: 500;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations select:hover {
  border-color: #0A0C92;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations select:focus{
  box-shadow: none;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations select option{
  color: #CC8029;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .col-check .form-check {
  width: 100%;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .col-check:first-child .form-check{
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check input{
  display: none;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
  display: flex;
  align-items: center;

  width: 100%;
  min-width: 50px;
  height: 100%;
  min-height: 50px;
  padding: 10px;
  
  border: 2px solid #9A9A9A;
  border-radius: 10px;
  cursor: pointer;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation:hover{
  border-color: #E94C43;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked + .btn-variation {
  border: 2px solid #E94C43;
  background-color: #E94C43;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation img.variation{
  height: 30px;
  margin-right: 10px;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation .icon-check {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 0;
  bottom: 0;
  left: 20px;
  
  width: 25px;
  height: 25px;
  
  margin: auto;
  background-color: #1e7de3;
  border-radius: 50px;
  padding: 7.5px;

  opacity: 0;
  transform: scale(0.5);

  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check .input-left ~ .btn-variation .icon-check{
  left: 10px!important;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked + .btn-variation .icon-check {
  opacity: 1;
  transform: scale(1);
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation .icon-check svg {
  fill: #ffffff;

  width: 100%;
  height: 100%;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p{
  
  width: 100%;
  margin: auto;
  padding-left: 5px;
  
  color: #7B7B7B;
  font-family: var(--font-Kanit);
  font-weight: 500;
  text-align: left;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p b {
  font-size: 14px;
  font-weight: 600;  
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked +  .btn-variation p {
  color: #fff;
  font-family: var(--font-Kanit);
  font-size: 16px;
  font-weight: 500;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation svg {
  width: 60px;
  height: 60px;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .price-final {  
  border-radius: 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .price-final .attr-name{
  color: #222221;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .price-final .price{
  color: #E94C43;
  font-family: var(--font-Inter);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.56px;
  margin: 0;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .price-final .price-info {
  margin: 0 0 25px 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc {
  display: block;
  color: #2F2A2A;
  font-family: var(--font-Inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b {
  font-size: 18px;
  font-weight: 700;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .buy .tag{
  color: #424752;
  font-size: .8rem;
  font-weight: 500;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .buy .comprar-block {
  width: 100%;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;


  width: 100%;  
  height: 50px;

  border: none;
  border-radius: 0;
  background: #E94C43;
  box-shadow: none;

  z-index: 0;
  overflow: hidden;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:focus{
  box-shadow: none;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart svg {
  display: block;
  fill: #2F2A2A;
  width: 22px;
  height: 22px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  margin: 0;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart{
  background-color: #0abf53;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart svg {
  fill: #fff;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E4E4E4;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text{
  color: #222221;
  font-size: 15px;
  font-weight: 500;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
  width: calc(100% - 130px);
  height: 50px;
  border: 1px solid #B89898;
  border-right: 0;
  border-radius: 10px 0 0 10px;

  color: #B89898;
  font-family: var(--font-Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  background-color: transparent;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep input::placeholder {
  color: #B89898;
  opacity: 1;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep input:-ms-input-placeholder {
 color: #B89898;

 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep input::-ms-input-placeholder {
 color: #B89898;

 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep input:focus::placeholder {
  color: #B89898;
  opacity: 1;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep input:focus:-ms-input-placeholder {
 color: #B89898;

 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep input:focus::-ms-input-placeholder {
 color: #B89898;

 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:focus{
  box-shadow: none;
  background-color: #fff;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  background-color: transparent;
  padding: 0;
  width: 130px;
  height: 50px;

  border: 1px solid #B89898;
  border-left: none;
  border-radius: 0 10px 10px 0;  

  color: #1D1D1E;
  font-size: 14px;
  font-weight: 400;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod .icon {
  width: 20px;
  height: 20px;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod .icon svg {
  display: block;
  stroke: #1D1D1E;
  width: 100%;
  height: 100%;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover div{
  color: #ffffff;
}

body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover{
  color: #fff;
  border-color: #E94C43;
  background-color: #E94C43;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover svg {
  stroke: #fff;
}
body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:focus{
  box-shadow: none;
}



body.amaralmaquinas[data-page="produto-detalhes"] .share {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;

  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0 20px 0;
}
body.amaralmaquinas[data-page="produto-detalhes"] .share h4.share-title{
  color: #9C9796;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}





/* Newsletter */
section#newsletter {
  padding: 50px 0;
  background-color: #0A0C92;
}
section#newsletter h1.title {
  color: #ffffff;
  font-family: var(--font-Kanit);
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

section#newsletter .form-newsletter {
  display: flex;
  align-items: center;
  gap: 25px;
}
section#newsletter .form-newsletter input {
  background-color: transparent;
  height: 55px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  border-radius: 0;
  
  color: #ffffff;
  font-family: var(--font-Kanit);
  font-size: 16px;
  font-weight: 500;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
section#newsletter .form-newsletter input:hover {
  border-color: #fff;
}
section#newsletter .form-newsletter input:focus{
  background-color: #ffffff;
  border-color: transparent;
  box-shadow: none;
  border-radius: 10px;
  color: #030556;
}
section#newsletter .form-newsletter input::placeholder {
  color: #fff;
  opacity: 1;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
section#newsletter .form-newsletter input:-ms-input-placeholder {
 color: #fff;

 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
section#newsletter .form-newsletter input::-ms-input-placeholder {
 color: #fff;

 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
section#newsletter .form-newsletter input:focus::placeholder {
  color: #030556;
  opacity: 1;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
section#newsletter .form-newsletter input:focus:-ms-input-placeholder {
 color: #030556;

 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
section#newsletter .form-newsletter input:focus::-ms-input-placeholder {
 color: #030556;

 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -ms-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
}
section#newsletter .form-newsletter button.botao {
  display: block;
  width: fit-content;
  padding: 14px 30px;
  background-color: #FFE811;
  border: none;
  border-radius: 10px;
  outline: none;
  
  color: #030556;
  font-family: var(--font-Kanit);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  
  margin: 15px 0 0 0;
  
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
section#newsletter .form-newsletter button.botao:hover {
  background-color: #030556;
  color: #FFE811;
}





/* Footer */


body.amaralmaquinas .footer {
  position: relative;
  background-color: #272021;
  
  border: 0;
  padding: 50px 0;
}
body.amaralmaquinas .footer .site-map {
  padding: 0;
}
body.amaralmaquinas .footer .site-map .footer-menu {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

body.amaralmaquinas .footer h5.footer-title {
  color: #E94C43;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.34px;
  margin: 0 0 40px 0;
}
body.amaralmaquinas .footer h4.tit {
  color: #fff;
  font-family: var(--font-Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 20px;
}

body.amaralmaquinas .footer ul.list-item {
  padding: 0;
}
body.amaralmaquinas .footer ul.list-item,
body.amaralmaquinas .footer ul.list-item li{
  padding: 0;
  margin: 0;
  list-style: none;
}
body.amaralmaquinas .footer ul.list-item li:not(:last-child){
  margin: 0;
}

body.amaralmaquinas .footer ul.list-item li p,
body.amaralmaquinas .footer ul.list-item li a {
  position: relative; 
  display: block;
  width: fit-content;
  
  color: #fff;
  font-family: var(--font-Inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-decoration: none;
  
  border-radius: 0;
  padding: 0;
  margin: 0 0 10px 0;
  
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
body.amaralmaquinas .footer ul.list-item li a::before {
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;

  width: 0%;
  height: 1px;

  background-color: #E94C43;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .footer ul.list-item li a:hover::before {
  width: 100%;
  left: 0;
  right: unset;
}
body.amaralmaquinas .footer ul.list-item li a:hover {
  color: #E94C43;
}

body.amaralmaquinas .footer .footer-menu .footer-item .form-newsletter .input-group {
  position: relative;
}
body.amaralmaquinas .footer .footer-menu .footer-item .form-newsletter .input-group .icon-mail svg{
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 20px;
  
  width: 16px;
  height: 12px;
  
  fill: #E94C43;
  
  z-index: 99;
}
body.amaralmaquinas .footer .footer-menu .footer-item .form-newsletter .input-group input {
  width: 400px;
  height: 50px;
  padding: 12px 21px 12px 42px;

  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0;

  color: #1D1D1E;
  font-family: var(--font-Inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media(max-width:762px){
  body.amaralmaquinas .footer .footer-menu .footer-item .form-newsletter .input-group input {
    width:100%;
  }
}
body.amaralmaquinas .footer .footer-menu .footer-item .form-newsletter button.botao {
  display: block;
  
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  
  width: 100%;
  max-width: 400px;
  padding: 15px 16px;
  background-color: #E94C43;
  border: none;
  outline: none;

  margin: 15px 0 0 0;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .footer .footer-menu .footer-item .form-newsletter button.botao:hover {
  background-color: #fff;
  color: #E94C43;
}






body.amaralmaquinas .basefooter {
  background: #272021;
  padding: 0;
}
body.amaralmaquinas .basefooter .con-basefooter {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 249, 249, 0.10);
}

body.amaralmaquinas .basefooter ul.redes {
  display: flex;
  align-items: center;
  gap: 10px;

  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
}
body.amaralmaquinas .basefooter ul.redes li a {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 36px;
  height: 36px;
  
  background-color: transparent;
  border: 1px solid #E94C43;
  border-radius: 20px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .basefooter ul.redes li a:hover {
  background-color: #E94C43;
}
body.amaralmaquinas .basefooter ul.redes li a svg {
  display: block;
  fill: #E94C43;
  width: 16px;
  height: 16px;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.amaralmaquinas .basefooter ul.redes li a:hover svg {
  fill: #fff;
}

body.amaralmaquinas .basefooter span {
  color: #fff;
  font-family: var(--font-Inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.12px;
}
body.amaralmaquinas .basefooter strong {
  font-weight: 400;
  cursor: pointer
}
body.amaralmaquinas .basefooter .wtek svg{
  fill: #fff;
  width: 100px;

  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

body.amaralmaquinas .basefooter .wtek svg .w{
  fill: #fedf00;
}

body.amaralmaquinas .basefooter .wtek:hover svg {
  transform: scale(.95);
}


@media (max-width: 991px) {
  .mfp-iframe {
    max-height: none!important;
  }
  body.amaralmaquinas .category .m-cat-trigger,
  body.amaralmaquinas .category .m-cat-trigger-close {
    width: 100%;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    background: #2d2d2d;
    color: #fff;
    border: 0;
    line-height: 17px;
    font-weight: 600;
    border-radius: 5px;
    display: block;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    font-family: "Mabry Pro", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.amaralmaquinas .category .m-cat-trigger-close {
    margin: 0 0 20px 0;
  }


  body.amaralmaquinas .category .sidebar.cat {
    position: fixed;
    z-index: 999999;
    top: 100%;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    background: #fff;
    padding-top: 30px;
    display: block;
    height: 100vh;
    padding-bottom: 60px;
    pointer-events: none;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }

  body.amaralmaquinas .category .sidebar.cat.visible {
    top: 0;
    pointer-events: all;
  }
}
@media(max-width:991px) {
  body.amaralmaquinas header.header-bg .logo-base,
  body.amaralmaquinas header.header-bg.fixo .logo-base {
    max-width: 100px;
  }
  body.amaralmaquinas header.header-bg .logo-base img {
    top: 0;
    width: 100%;
    max-width: 80px;
    height: 100%;
    padding: 0;
  }
  body.amaralmaquinas header.header-bg.fixo .logo-base img {
    padding: 0;
    height: 100%;
  }
  body.amaralmaquinas header.header-bg .menu-cart svg{
    fill: #030304;
  }

  body.amaralmaquinas .footer .social a+a {
    margin-left: 0!important;
  }
  
  body.amaralmaquinas .category .gt-30{
    margin-top: 0!important;
  }

  body.amaralmaquinas[data-page="home"] #apoio-banner .apoio-banner-item {
    border-right: 0!important;
  }

  body.amaralmaquinas[data-page="home"] #apoio-banner .row{
    margin-left: unset!important;
    margin-right: unset!important;
  }

  body.amaralmaquinas header.header-bg .search-mob-style .search-full input {
    height: 50px!important;
  }
  
  body.amaralmaquinas[data-page="produto-detalhes"] .about .box-about.whatsapp{
    position: relative;
    margin-left: 0!important;
    background-color: #29d166;
  }  

  /* Navbar */

  body.amaralmaquinas:not([data-page="home"]) header.header-bg {
    height: initial!important;
    padding-bottom: 0;
  }
  
  body.amaralmaquinas header.header-bg {
    background: #ffffff;
    padding: 0;
  }
  body.amaralmaquinas header.header-bg.fixo {
    padding: 0;
  }

	body.amaralmaquinas header.header-bg .link #hamburger{
    position: relative;
  }
	body.amaralmaquinas header.header-bg .link #hamburger:before {
		background: #E94C43;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}
	body.amaralmaquinas header.header-bg .link #hamburger:after {
		background: #E94C43;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}
	body.amaralmaquinas header.header-bg .link #hamburger span {
		background: #E94C43;
		border-radius: 12px;
		height: 3px;
		left: 0;
		width: 30px
	}

  body.amaralmaquinas header.header-bg.fixo .link #hamburger:before,
  body.amaralmaquinas header.header-bg.fixo .link #hamburger span, 
  body.amaralmaquinas header.header-bg.fixo .link #hamburger:after {
    background: #E94C43;
  }
  body.amaralmaquinas header.header-bg.fixo .col-search-mobi svg,
  body.amaralmaquinas header.header-bg.fixo .col-cart-mobi svg,
  body.amaralmaquinas header.header-bg.fixo .menu-account svg {
    fill: #E94C43;
  }


  /* Banner */
  body.amaralmaquinas #banner .swiperBanner .image::after {
    padding-bottom: 100%;
  }


  /* Banner Apoio */
  body.amaralmaquinas[data-page="home"] #apoio-banner {
    background-color: transparent;
    padding: 0;
    margin: 20px 0;
  }
  body.amaralmaquinas #apoio-banner #carousel-apoio{
    padding: 0;
    margin: 0;  
  }
  /* body.amaralmaquinas #apoio-banner #carousel-apoio .owl-stage {
    display: flex;
    align-items: center;
  } */

  body.amaralmaquinas[data-page="home"] #apoio-banner .card-apoio {
    display: flex;
    align-items: center;
    gap: 30px;

    width: 100%;
    padding: 20px;
    border-radius: 0;    
    z-index: 0;
  }
  body.amaralmaquinas[data-page="home"] #apoio-banner .card-apoio::before {
    position: absolute;
    content: '';
    
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
    
    background-color: #f0f1f6;
    clip-path: polygon(100% 0, 100% 83%, 93% 100%, 0 100%, 0 0);

    z-index: -1;
  }
  body.amaralmaquinas[data-page="home"] #apoio-banner .card-apoio::after {
    position: absolute;
    content: '';

    right: 8px;
    bottom: 8px;

    width: 20px;
    height: 20px;
    background-color: #E94C43;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  body.amaralmaquinas[data-page="home"] #apoio-banner .card-apoio .icon {
    margin: 0 0 0 10px;
  }

  body.amaralmaquinas #apoio-banner #carousel-apoio{
    padding: 0;
    margin: 0;
  }

  /* Titulos */
  body.amaralmaquinas .box-title {
    display: block;
    text-align: center;
    margin: 0;
  }
  body.amaralmaquinas .box-title .box-text a,
  body.amaralmaquinas .box-title .box-text {
    text-align: center;
    font-size: 22px;
  }

  /* Breadcrumbs */
  body.amaralmaquinas #breadcrumbs {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    margin: 10px 0;
  }
  body.amaralmaquinas #breadcrumbs a {
    white-space: nowrap;
  }
  body.amaralmaquinas #breadcrumbs ul {
    flex-wrap: wrap;
  }
  body.amaralmaquinas #breadcrumbs ul li::after {
    margin: 0 5px;
  }

  /* Listagem produto */
  body.amaralmaquinas .product-list .product .product-info {
    padding: 30px 30px calc(30px + 100px) 30px;
  }
  body.amaralmaquinas .product-destaque .product-list .product .product-info::before,
  body.amaralmaquinas .product-list .product form:hover .product-info::before {
    background-color: #272021;
  }
  body.amaralmaquinas .product-destaque .product-list .product form:hover .product-info::before {
    background-color: #272021;
  }
  body.amaralmaquinas .product-list .product .product-info .tit,
  body.amaralmaquinas .product-destaque .product-list .product .product-info .tit,
  body.amaralmaquinas .product-list .product form:hover .product-info .tit {
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
    height: fit-content;
    text-align: center;
  }

  body.amaralmaquinas .product-list .product .product-info .container-price {
    text-align: center;
  }
  body.amaralmaquinas .product-list .product .product-info .container-price span.price-label del,
  body.amaralmaquinas .product-list .product .product-info .container-price span.price-label {
    text-align: center;
  }

  body.amaralmaquinas .product-list .product .product-info .container-price span.price {
    font-size: 28px;
    text-align: center;
  }
  body.amaralmaquinas .product-list .product .product-info .container-price span.installment {
    justify-content: center;
  }
  body.amaralmaquinas .product-list .product .product-info .container-price span.installment-pix {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  body.amaralmaquinas .product-list .product .product-info .container-price .botao-comprar {
    margin-left: auto;
    margin-right: auto;
    background-color: #E94C43;
  }


  /* Produtos */
  body.amaralmaquinas .produtos .card-produto {
    margin: 15px 0;
  }
  body.amaralmaquinas .produtos .card-produto .image::after {
    padding-bottom: 60%;
  }



  /* Linhas */
  body.amaralmaquinas[data-page="home"] #linhas {
    margin: 20px 0 40px 0;
  }
  body.amaralmaquinas[data-page="home"] #linhas .card-linha .content::before {
    clip-path: polygon(100% 0, 100% 70%, 88% 100%, 0 100%, 0 0);
  }
  body.amaralmaquinas[data-page="home"] #linhas .card-linha .content::after {
    right: 5.5px;
    bottom: 5.5px;
  }
  body.amaralmaquinas[data-page="home"] #linhas .card-linha .content h1.title {
    font-size: 18px;
  }
  body.amaralmaquinas[data-page="home"] #linhas .card-linha .content h1.title span {
    font-size: 14px;
  }



  /* Vista explodida */
  body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida {
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 25px 30px 25px;
  }
  body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .corner {
    top: 20px;
    left: 20px;
    bottom: unset;
  }
  body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .lines {
    top: -39px;
    left: -25px;
    height: 300px;
  }
  body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .image {
    margin: 0;
  }
  body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .content h1.title {
    font-size: 28px;
    text-align: center;

    margin: 50px 0 20px 0;
  }
  body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .content p.desc {
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.1px;
  }
  body.amaralmaquinas[data-page="home"] #vista-explodida .card-vista-explodida .content .botao {
    margin-left: auto;
    margin-right: auto;
  }



  /* Sobre */
  body.amaralmaquinas[data-page="home"] #sobre .card-sobre {
    flex-wrap: wrap;
    padding: 30px;
  }
  body.amaralmaquinas[data-page="home"] #sobre .card-sobre .content {
    width: 100%;
    order: 1;
  }
  body.amaralmaquinas[data-page="home"] #sobre .card-sobre .image {
    order: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  body.amaralmaquinas[data-page="home"] #sobre .card-sobre .content h1.title {
    font-size: 32px;
    margin: 0 0 15px 0;
    text-align: center;
  }
  body.amaralmaquinas[data-page="home"] #sobre .card-sobre .content p.desc {
    font-size: 16px;
    text-align: center;
  }
  body.amaralmaquinas[data-page="home"] #sobre .card-sobre .content .botao {
    margin-left: auto;
    margin-right: auto;
  }



  /* Newsletter */  
  section#newsletter h1.title {
    text-align: center;
    margin-bottom: 15px;
  }
  section#newsletter .form-newsletter {
    flex-wrap: wrap;
    gap: 10px;
  }
  section#newsletter .form-newsletter input {
    width: calc(50% - 5px);
  }
  section#newsletter .form-newsletter button.botao {
    width: 100%;
  }



  /* Footer */
  body.amaralmaquinas .footer h5.footer-title {
    font-size: 28px;
    text-align: center;
  }
  body.amaralmaquinas .footer .site-map .footer-menu {
    flex-wrap: wrap;
  }
  body.amaralmaquinas .footer .site-map .footer-menu .footer-item:not(:first-child) {
    margin-top: 20px;
  }
  body.amaralmaquinas .footer .site-map .footer-menu .footer-item {
    width: 100%;
    text-align: center;
  }
  body.amaralmaquinas .footer .site-map .footer-menu .footer-item ul li {
    display: flex;
    justify-content: center;
  }
  body.amaralmaquinas .footer h4.tit {
    margin-bottom: 10px;
  }

  body.amaralmaquinas .basefooter ul.redes {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  body.amaralmaquinas .basefooter span {
    margin: 20px 0;
  }

  body.amaralmaquinas .footer .footer-menu .footer-item .form-newsletter button.botao {
    max-width: 100%;
  }





  /* Página produto */


  body.amaralmaquinas[data-page="produto-detalhes"] #product {
    margin-top: 0;
    padding-bottom: 1rem;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product .col-gallery,
  body.amaralmaquinas[data-page="produto-detalhes"] #product .card-produto {
    position: initial;
    top: unset;
    height: auto;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products:not(.slick-initialized) .item {
    min-width: 100%;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products .item {
    position: relative;
    display: block;
    width: 100%;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products .item::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products .item img{
    position: absolute;
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;  
    min-height: 400px;
    object-fit: contain;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products .slick-prev {
    left: 15px;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products .slick-next {
    right: 15px;
  }

  body.amaralmaquinas[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom {
    bottom: 45px;
  }

  body.amaralmaquinas[data-page="produto-detalhes"] #product .product-title{
    padding: 0 0 10px 0;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
    padding: 0 20px;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product .price-container .prices {
    justify-content: center;
  }  
  body.amaralmaquinas[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc {
    justify-content: center;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc-pix {
    margin-left: auto;
    margin-right: auto;
  }

  body.amaralmaquinas[data-page="produto-detalhes"] #product .select-variations.isMedida {
    margin-top: 30px;
  }
  
  body.amaralmaquinas[data-page="produto-detalhes"] #product #box-frete {
    margin-top: 20px;
  }


  /* Produto vista explodida */
  body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view h1.produto-nome {
    font-size: 22px;
    margin-bottom: 10px;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] #product-exploded-view .filtro-pecas {
    margin-top: 20px;
  }



  /* About */

  body.amaralmaquinas[data-page="produto-detalhes"] .about {
    margin: 10px 0;
    padding: 0;
  }

  body.amaralmaquinas[data-page="produto-detalhes"] .about .card-about {
    padding: 0;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] .about .about-content h1.about-title {
    font-size: 22px;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] .about .about-content .tabpanel-info h1.about-title:last-of-type {
    margin-top: 30px;
  }

  body.amaralmaquinas[data-page="produto-detalhes"] .about .nav-tabs {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
  }

  body.amaralmaquinas[data-page="produto-detalhes"] .about .nav-tabs .nav-item {
    width: calc(50% - 5px);
    height: 50px;
    margin-bottom: 10px;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] .about .nav-link {
    background-color: #fff;
    filter: drop-shadow(0 0px 10px rgba(0, 0, 0, .1));
  }

  body.amaralmaquinas[data-page="produto-detalhes"] .tab-content .tab-pane {
    padding: 1rem ;
  }
  body.amaralmaquinas[data-page="produto-detalhes"] .about .tab-content {
    padding: 10px;
  }
}





/* Container extends */
@media (min-width:576px) {
  .container,
  .container-sm {
      max-width: 540px
  }
}

@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
      max-width: 720px
  }
}

@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
      max-width: 960px
  }
}

@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
      max-width: 1140px
  }
}

@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
      max-width: 1320px
  }
}