:root {
  --font-Epilogue: "Epilogue", sans-serif;
  --font-OverpassMono: "Overpass Mono", monospace;

  --font-Raleway: "Raleway", sans-serif;
  --font-Newsreader: "Newsreader", serif;
}

body {
  background-color: #fcfbf9;
}

* {
  font-family: var(--font-Raleway);
  font-variant-numeric: lining-nums proportional-nums;
}

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


/* NAVBAR MOBILE */

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

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

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







/* NAVBAR */
body.ellabless header.header-bg {
  position: relative;
  background-color: #fff;
  padding: 30px 0;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

body.ellabless 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%);
  margin: 0;
  position: fixed;  
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 123;

  padding: 10px 0;
}
body.ellabless header.header-bg.fixo .logo-base {
  padding: 5px;
}

body.ellabless header.header-bg .logo-base {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 250px;
  padding: 0;
}
body.ellabless header.header-bg #nav-mobile {
  margin-right: 0;
}
body.ellabless header.header-bg #nav-mobile .logo-base {
  padding: 10px;
}

body.ellabless header.header-bg .logo-base img{
  width: 100%;

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


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

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

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

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

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

  background-color: rgba(217, 217, 217, 0.20);
}
body.ellabless header.header-bg .search-mob-style .search-full input:focus{
  outline: none;
  box-shadow: none;
}
body.ellabless 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: #B27E46;

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

body.ellabless header.header-bg .search-mob-style .search-full .btn-search:hover{
  background-color: #565656;
}

body.ellabless header.header-bg .search .r-p-5{
  padding: 0 5px;
}
body.ellabless header.header-bg .search input{
  border: 0;
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #f6f5f2;
}
body.ellabless header.header-bg .search input:focus{
  border: 2px solid #B27E46;
  outline: none !important;
  box-shadow: none;
}
body.ellabless 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 .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless header.header-bg .search .btn-search svg{
  fill: #565656;
  width: 20px;
  vertical-align: middle;

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

body.ellabless header.header-bg .search .btn-search:hover{
  background-color: #B27E46;
}
body.ellabless 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.ellabless header.header-bg .menu-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

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

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

body.ellabless 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: #fff;

  border-radius: 15px;
}

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

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

body.ellabless header.header-bg .menu-account {
  cursor: pointer;
}
body.ellabless header.header-bg .menu-account svg{
  fill: #030304;
  width: 25px;
  height: 25px;

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

body.ellabless header.header-bg .menu-account span{
  display: inline-block;  
  background-color: #63666c; 
  width: 25px;
  height: 25px;

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

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

  border-radius: 15px;
}

body.ellabless header.header-bg .col-search form {
  width: 100%;
  max-width: 457px;
  margin: auto 0 auto auto;
}
body.ellabless header.header-bg .col-search form input.input {
  width: 100%;
  height: 40px;

  background: rgba(217, 217, 217, 0.20);
  padding: 0 10px 0 50px;
  
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: none!important;

  color: #1D1D1D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless header.header-bg .col-search form input.input:hover {
  border-color: #404040;
}
body.ellabless header.header-bg .col-search form input.input:focus {
  box-shadow: none;
  border-color: #B58047;
}

body.ellabless header.header-bg .col-search form .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;

  top: 0;
  left: 0;

  height: 100%;

  padding: 0 15px;

  z-index: 999;
}
body.ellabless header.header-bg .col-search form .icon svg {
  display: block;
  fill: #404040;
  width: 20px;
  height: 20px;
}

body.ellabless header.header-bg .menu-favorite a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
body.ellabless header.header-bg .menu-favorite .icon-favorite {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 25px;
  height: 25px;
}
body.ellabless header.header-bg .menu-favorite svg{
  fill: #1D1D1D;
  width: 100%;
  height: 100%;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless header.header-bg .menu-favorite:hover svg{
  fill: #B58047;
}
body.ellabless header.header-bg .menu-user a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
body.ellabless header.header-bg .menu-user .icon-user {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 25px;
  height: 25px;
}
body.ellabless header.header-bg .menu-user svg{
  fill: #1D1D1D;
  width: 100%;
  height: 100%;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless header.header-bg .menu-user:hover svg{
  fill: #B58047;
}


body.ellabless header.header-bg .menu-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

body.ellabless header.header-bg .menu-cart .icon-cart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 25px;
  height: 25px;

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

body.ellabless header.header-bg .menu-cart svg{
  display: block;
  stroke: #1D1D1D;
  width: 100%;
  height: 100%;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless header.header-bg .menu-cart:hover svg {
  stroke: #B58047;
}

body.ellabless header.header-bg .menu-my-cart {
  position: relative;
  height: 100%;

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

body.ellabless header.header-bg .menu-cart  p.cart-q {
  color: #030304;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;

  margin: 0;
}

body.ellabless header.header-bg .menu-cart  p.cart-q  span {
  text-transform: none;
  font-weight: 500;
}

body.ellabless header.header-bg .menu-my-cart p{
  margin: 0;
  color: #6d6f70;  
}
body.ellabless header.header-bg .menu-my-cart .cart-products-name p{
  text-align: left;
}

body.ellabless header.header-bg .menu-my-cart span {
  color: #040320;
  font-family: var(--font-OverpassMono);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 15px */
  letter-spacing: 1.08px;
  text-transform: uppercase;
  text-align: left;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless header.header-bg .menu-my-cart span b{
  font-weight: 700;
}
body.ellabless header.header-bg .menu-my-cart:hover .icon-cart,
body.ellabless header.header-bg .menu-my-cart:hover .icon-cart + svg{
  stroke: #B58047;
}

body.ellabless .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 .2s ease;
  transition: all .2s 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.ellabless header.header-bg .menu-my-cart:hover .shopping-cart {
  border-radius: 0px!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.ellabless .shopping-cart .shopping-cart-header-link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

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

body.ellabless .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd i {
  color: #040320;
  font-size: 16px;
}

body.ellabless .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd h4 {
  margin: 0;
  color: #040320;
  font-size: 16px;
}

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

body.ellabless .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.ellabless #menu-desktop {
  position: relative;
  width: 100%;

  border-top: 1px solid #A87B4C;
  background-color: #fff;

  z-index: 3;
}
body.ellabless:not([data-page="home"]) #menu-desktop {
  border-bottom: 1px solid #A87B4C;
}

body.ellabless .fixo #menu-desktop {
  display: none!important;
}

body.ellabless #menu-desktop .col-menu {
  position: relative;
    
  width: 100%;
  height: 60px;
  border-radius: 100px;
}

body.ellabless #menu-desktop .bar-menu {
  justify-content: center;
}



body.ellabless #menu-desktop .bar-menu ul {
  position: relative;
  margin: 0;
}

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

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

body.ellabless #menu-desktop .bar-menu li.dropdown-list {
  float: left;
  height: 60px;
  align-items: center;
  display: flex;
  cursor: pointer;
}

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

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

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

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

body.ellabless #menu-desktop .bar-menu li.nav-item a,
body.ellabless #menu-desktop .bar-menu li .dropdown-toggle{
  position: relative;
  
  width: 100%;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;

  color: #7B5936;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 250% */
  letter-spacing: 1.12px;
  text-decoration: none;

  font-variant: all-small-caps;

  display: flex;
  align-items: center;

  border-bottom: 4px solid transparent;

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

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

body.ellabless #menu-desktop .bar-menu li.nav-item:hover a,
body.ellabless #menu-desktop .bar-menu li:hover .dropdown-toggle{
  border-color: #B58047;
}

body.ellabless #menu-desktop .bar-menu li .dropdown-toggle::after {
  font-family: FontAwesome;
  content: "\f0dd";
  font-size: 12px;
  padding-left: 5px;

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

  color: #7B5936;  
  margin-bottom: 6px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless #menu-desktop .bar-menu li .dropdown-toggle:not([data-toggle="dropdown"])::after {
  content: unset;
}
.dropdown-menu {
  left: auto;
}

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

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

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

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

body.ellabless #menu-desktop .bar-menu .dropdown-menu{
  background-color: #ffffff;  
  left: 0;
  padding-right: 100px;

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

  margin-top: 0px;
  
  width: 100%;
  min-width: 536px;


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

/* body.ellabless #menu-desktop .bar-menu .dropdown-menu::before{
  position: absolute;
  content: '';
  
  top: 0;
  left: -40px;
  
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0;
} */
/* body.ellabless #menu-desktop .bar-menu .dropdown-menu::after {
  position: absolute;
  content: '';

  top: -14px;
  left: -20px;

  width: 10px;
  height: 10px;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #ffffff transparent;
} */

body.ellabless #menu-desktop .first-level .dropdown-hover .second-level.megamenu .submenu-col {
  min-height: 100px;
}

body.ellabless #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a{
  padding: 0;
  width: 100%;
}
body.ellabless #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner {
  height: 200px;
  border-radius: 0;
  overflow: hidden;
}
body.ellabless #menu-desktop .first-level .dropdown-hover .second-level.megamenu img {
  position: absolute;
  left: 0;
  top: 0;  

  width: 100%;
  height: 200px;
  object-fit: cover;
}

body.ellabless #menu-desktop .bar-menu .dropdown-menu li{  
  position: relative;
  margin-left: 0;  
  cursor: pointer;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.ellabless #menu-desktop .bar-menu .dropdown-menu li:hover::before{
  width: 25%;
}
body.ellabless #menu-desktop .bar-menu .dropdown-menu a{
  position: relative;

  display: block;
  margin: 0;
  color: #414141;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.16px;
  text-decoration: none;

  padding: 5px 0;
  width: 100%;
  height: 100%;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless #menu-desktop .bar-menu .dropdown-menu a:hover {
  color: #B58047;
}






/* BANNERS */

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

body.ellabless #banner .swiperBanner img {
  width: 100%;
  height: auto;

  object-fit: cover;
}

body.ellabless #banner .swiperBanner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 20px;
}

body.ellabless #banner .swiperBanner .swiper-pagination-bullet {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 12px;
  height: 12px;
  margin-right: 10px;
  
  border: 2px solid #999999;
  background-color: #999999;
  border-radius: 10px; 

  opacity: 1;
}

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





/* MINI BANNERS */

body.ellabless[data-page="home"] #apoio-banner {
  padding: 30px 0;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 78px;
}
body.ellabless[data-page="home"] #apoio-banner .card-apoios {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.ellabless[data-page="home"] #apoio-banner .card-apoio {
  display: flex;
  align-items: center;  
}

body.ellabless[data-page="home"] #apoio-banner .card-apoio p{
  color: #414141;
  text-align: center;
  font-family: var(--font-Newsreader);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.188px; /* 151.786% */
  letter-spacing: -0.431px;
  margin: 0;
}
body.ellabless[data-page="home"] #apoio-banner .card-apoio span{
  display: block;
  
  color: #B58047;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.026px; /* 154.762% */
}



/* Ambientes */
body.ellabless .ambientes {
  padding: 100px 0 30px 0;
  background-color: #fff;
}
body.ellabless .ambientes .card-ambiente {
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
  text-decoration: none;
  
  margin-bottom: 30px;

  -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.ellabless .ambientes .card-ambiente.card-horizontal {
  margin-top: 30px;
}
body.ellabless .ambientes .card-ambiente.card-large {
  height: calc((360px*2) + 30px);
}
body.ellabless .ambientes .card-ambiente:last-child {
  margin-bottom: 0;
}
body.ellabless .ambientes .card-ambiente:hover {
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.24);
  transform: scale(1.035);
}
body.ellabless .ambientes .card-ambiente .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 0;
  
  border-radius: 2px;
  overflow: hidden;
}
body.ellabless .ambientes .card-ambiente .image::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;
  
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00)0%, rgba(0, 0, 0, 0.60)100%);
  z-index: 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .ambientes .card-ambiente:hover .image::before {
  transform: translateY(100px);
  opacity: .5;
}
body.ellabless .ambientes .card-ambiente .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body.ellabless .ambientes .card-ambiente .image h1.title {
  position: absolute;
  bottom: 32px;
  left: 32px;
  
  color: #FFFEFD;
  font-family: var(--font-Newsreader);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
}
body.ellabless .ambientes .card-ambiente .content {
  position: absolute;
  right: 32px;
  bottom: 32px;
}
body.ellabless .ambientes .card-ambiente .content .botao-white {
  display: flex;
  width: fit-content;
  padding: 8px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  
  border-radius: 2px;
  border: 1px solid #FFFEFD;
  background: transparent;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  
  color: #FFFEFD;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .ambientes .card-ambiente:hover .content .botao-white {
  color: #050211;
  background-color: #FFFEFD;
}



/* TÍTULO SESSÃO */
body.ellabless .box-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px 0;
}
body.ellabless .box-title-center {
  display: block;
  text-align: center;
}
body.ellabless .box-title .box-text a,
body.ellabless .box-title .box-text {
  position: relative;
  
  color: #000;
  font-family: var(--font-Newsreader);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 125% */
  letter-spacing: -0.48px;
  
  margin: 0;
}
body.ellabless .box-title-center .box-text a,
body.ellabless .box-title-center .box-text b,
body.ellabless .box-title-center .box-text {
  color: #050211;
  font-family: var(--font-Newsreader);
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 99%; /* 47.52px */
  letter-spacing: -1.2px;
}
body.ellabless .box-title-center .box-text b {
  font-weight: 400;
}
body.ellabless .box-title .box-desc {
  position: relative;
  display: block;

  color: #393939;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  
  margin: 0;
}
body.ellabless .box-title .box-link {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  text-decoration: none;
  margin: 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .box-title .box-link:hover {
  color: #B58047;
}




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

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

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

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



/* LISTA DE PRODUTOS */

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

body.ellabless .product-list{
  position: relative;
}
body.ellabless .product-list .product a{
  text-decoration: none;
}
body.ellabless .product-list .product{
  margin: 0 0 30px 0;  
}
body.ellabless .product-list .product form{
  position: relative;
  height: 100%;

  background-color: #fff;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

body.ellabless .product-list .product-image .tags .tag-promotion{
  position: absolute;
  
  top: 19px;
  right: 0;
  
  width: fit-content;
  height: auto;
  border-radius: 2px;
  padding: 5px 20px;
  background: #3E9E4E;

  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);

  opacity: 1;
  
  z-index: 2;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .product-list .product-image .tags .tag-promotion span {
  display: block;
  width: 100%;

  color: #FCFAF8;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

body.ellabless .product-list .product-image .tags .tag-favorito{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
  top: 19px;
  left: -20px;

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

  opacity: 0;
  
  padding: 0;  
  z-index: 2;

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

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

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

body.ellabless .product-list .product-image .tags .tag-favorito:hover svg {
  fill: #FF2020;
}

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

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

body.ellabless .product-list .product .product-image {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 0;
  overflow: hidden;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .product-list .product .product-image::after {
  content: '';
  display: block;

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

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

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .product-list .product form:hover .product-image img{
  transform: scale(1.15);
}

body.ellabless .product-list .product .product-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  
  padding: 20px 12px calc(18px + 50px + 12px) 12px;
  /* padding-right: calc(13px * 2); */
  text-decoration: none;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .product-list .product .product-info .product-info-content {
  width: 100%;
}
body.ellabless .product-list .product .product-info .product-info-icon img {
  width: 42px;
  height: 42px;

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

  -o-object-position: center center;
  object-position: center center;
}
body.ellabless .product-list .product .product-info .tit-rating {
  min-height: 65px;
}
body.ellabless .product-list .product .product-info .tit{
  height: 54px;
  overflow: hidden;

  color: #050211;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  margin: 0 0 6px 0;
  /* min-height: 45px; */
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .product-list .product .product-info .product-rating .star-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
body.ellabless .product-list .product .product-info .product-rating .star-rating span.count-rating {
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.12px;
}
body.ellabless .product-list .product .product-info .product-rating .star-rating span.count-rating strong {
  font-weight: 700;
}

body.ellabless .product-list .product .product-info .container-price {
  position: relative;
  text-align: left;
  margin: 0;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .product-list .product .product-info .container-price .row-price {
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
  padding-top: 15px;
  border-top: 1px solid #A37342;
}
body.ellabless .product-list .product .product-info .container-price span.price-label del,
body.ellabless .product-list .product .product-info .container-price span.price-label{
  display: block;
  width: fit-content;
  
  color: #505050;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  margin: 0;

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

body.ellabless .product-list .product .product-info .container-price span.price{
  display: block;
  width: 100%;

  color: #7B5936;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.6px;

  background: -webkit-gradient(linear, left top, right top, from(#7B5936), to(#050211));
  background: -o-linear-gradient(left, #7B5936, #050211);
  background: linear-gradient(to right, #7B5936, #050211);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;



  margin: 0;

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

body.ellabless .product-list .product .product-info .container-price span.installment {
  display: block;
  width: 100%;

  color: #505050;
  font-size: 12px;
  font-weight: 400;

  margin: 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .product-list .product .product-info .container-price span.installment b {  
  color: #B58047;
  font-weight: 700;
}

body.ellabless .product-list .product .product-info .botao-comprar {
  position: absolute;
  bottom: 12px;
  left: 12px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  width: calc(100% - 24px);
  height: 50px;

  background: rgb(181,128,71);
  background: -moz-linear-gradient(90deg, rgba(181,128,71,1) 0%, rgba(79,56,31,1) 50%, rgba(181,128,71,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(181,128,71,1) 0%, rgba(79,56,31,1) 50%, rgba(181,128,71,1) 100%);
  background: linear-gradient(90deg, rgba(181,128,71,1) 0%, rgba(79,56,31,1) 50%, rgba(181,128,71,1) 100%);
  border-radius: 2px;
  background-size: 200%;
  background-position-x: 100%;

  color: #fffefd;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;

  overflow: hidden;
  z-index: 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
@media(max-width:992px){
  body.ellabless .product-list .product .product-info .botao-comprar{
    font-size:14px;
  }
}
body.ellabless .product-list .product .product-info .botao-comprar svg {
  width: 17px;
  height: 17px;
}
body.ellabless .product-list .product form:hover .product-info .botao-comprar {
  color: #fff;
  background-position: 200%;
}




/* Decoração */
body.ellabless .decoracao {
  padding: 95px 0;
  background: rgba(238, 226, 213, 0.33);
}
body.ellabless .decoracao .imagesDecoracao {
  display: flex;
  align-items: center;
  gap: 32px;
}
body.ellabless .decoracao .imagesDecoracao .image {
  position: relative;
  width: 100%;
}
body.ellabless .decoracao .imagesDecoracao .image:nth-child(1),
body.ellabless .decoracao .imagesDecoracao .image:nth-child(5) {
  width: 16.25%;
}
body.ellabless .decoracao .imagesDecoracao .image:nth-child(1)::after,
body.ellabless .decoracao .imagesDecoracao .image:nth-child(5)::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 84.76821192052981%;
}
body.ellabless .decoracao .imagesDecoracao .image:nth-child(2),
body.ellabless .decoracao .imagesDecoracao .image:nth-child(4) {
  width: 16.25%;
}
body.ellabless .decoracao .imagesDecoracao .image:nth-child(2)::after,
body.ellabless .decoracao .imagesDecoracao .image:nth-child(4)::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 121.8543046357616%;
}
body.ellabless .decoracao .imagesDecoracao .image:nth-child(3) {
  width: 35%;
}
body.ellabless .decoracao .imagesDecoracao .image:nth-child(3)::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 76.55502392344498%;
}

body.ellabless .decoracao .imagesDecoracao .image img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

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




body.ellabless .decoracao .swiperDecoracao .swiper-wrapper {
  align-items: center;
}

body.ellabless .decoracao .swiperDecoracao {
  width: 100%;
  height: 500px;
}

body.ellabless .decoracao .swiperDecoracao .swiper-wrapper {
  margin-left: -8.33333333333%;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  overflow: hidden;
  
  /* 
  transition: width 0.5s, opacity 0.5s, height 0s; */

  -webkit-transition: all .75s;
  -moz-transition: all .75s;
  -ms-transition: all .75s;
  -o-transition: all .75s;
  transition: all .75s;
}

body.ellabless .decoracao .swiperDecoracao .swiper-slide,
body.ellabless .decoracao .swiperDecoracao .swiper-slide {
  padding: 0 15px;
  width: calc(16.666666666666668%)!important; /* Slides mais distantes do ativo */
}

body.ellabless .decoracao .swiperDecoracao .swiper-slide-active {
  width: calc(33.333333333333333%)!important; /* Slide ativo maior */
}

body.ellabless .decoracao .swiperDecoracao .swiper-slide {
  height: auto;
}


body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev-prev {
  justify-content: flex-start;
  padding-left: 0;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next-next {
  justify-content: flex-end;
  padding-right: 0;
}

body.ellabless .decoracao .swiperDecoracao .swiper-slide .image {
  position: relative;
  /* width: calc(100% - 30px); */
  width: 100%;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 87.97250859106529%;

  background-color: #000;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev .image,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next .image,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-active .image {
  width: 100%;
}

/* body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev {
  padding-right: 15px;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next {
  padding-left: 15px;
} */
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev .image::after,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 121.8543046357616%;
}

/* body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-active {
  padding-left: 15px;
  padding-right: 15px;
} */
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-active .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 76.55502392344498%;
}

body.ellabless .decoracao .swiperDecoracao .swiper-slide .image img {
  position: absolute;
  top: 0;
  left: 0;
  
  width: 100%;
  height: 100%;  
  
  -o-object-fit: cover;
  object-fit: cover;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev .image img,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next .image img {
  opacity: .8;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev-prev .image img,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next-next .image img {
  opacity: .6;
}




/* Banner mid */
body.ellabless .banner-mid {
  background-size: cover;
  padding: 80px 0;
  background-color: #fff;  
}
body.ellabless .banner-mid .banner-sides {
  position: relative;
  display: block;
  width: 100%;  
  text-decoration: none;
  
  border-radius: 2px;
  overflow: hidden;
  
  background: url('../img/banner-site-1.webp');
  background-size: cover;

  -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.ellabless .banner-mid .banner-sides:hover {
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.24);
  transform: scale(1.02);
}
body.ellabless .banner-mid .banner-sides::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 18.75%;
}

body.ellabless .banner-mid .banner-content {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  justify-content: space-between;
  gap: 10px;

  padding: 50px;
  width: 100%;
  height: 100%;
}
body.ellabless .banner-mid .b-left {
  display: flex;
  align-items: center;
}
body.ellabless .banner-mid h1.title {
  max-width: 600px;
  color: #FFFEFD;
  font-family: var(--font-Newsreader);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.6px;
  margin: 0;
}
body.ellabless .banner-mid h1.title i{
  max-width: 600px;
  font-family: var(--font-Newsreader);
  font-style: italic;
}
body.ellabless .banner-mid h1.title strong {
  max-width: 600px;
  font-family: var(--font-Newsreader);
  font-weight: 700;
}


body.ellabless .banner-mid .b-right {
  display: flex;
  align-items: flex-end;
}
body.ellabless .banner-mid .botao-white {
  display: flex;
  width: fit-content;
  padding: 8px 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  
  border-radius: 2px;
  border: 1px solid #FFFEFD;
  background: transparent;
  
  color: #FFFEFD;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .banner-mid .banner-sides:hover .botao-white {
  color: #050211;
  background-color: #FFFEFD;
}




/* Tecnologia */
body.ellabless .tecnologia {
  padding: 60px 0;
  background: rgba(238, 226, 213, 0.32);
}
body.ellabless .tecnologia .image {
  position: relative;
  width: 100%;
}
body.ellabless .tecnologia .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 73.59375%;
}
body.ellabless .tecnologia .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.ellabless .tecnologia .card-tecnologia h1.title {
  color: #050211;
  font-family: var(--font-Newsreader);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
  margin: 76px 0 8px 0;
}
body.ellabless .tecnologia .card-tecnologia p.desc {
  width: 100%;
  max-width: 344px;
  color: #050211;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin: 0;
}
body.ellabless .tecnologia .card-tecnologia p.desc strong {
  font-weight: 800;
}
body.ellabless .tecnologia a.botao {
  display: block;
  width: fit-content;
  padding: 8px 48px;
  gap: 10px;
  
  border: none;
  border-radius: 2px;
  background: #040320;
  
  color: #FCFAF8;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;
  text-decoration: none;

  margin: 60px 0 0 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .tecnologia a.botao:hover {
  background-color: #fff;
  color: #A37342;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
}



/* Nossa Loja */
body.ellabless .nossa-loja {
  background: rgba(238, 226, 213, 0.16);
  padding: 60px 0;
}
body.ellabless .nossa-loja .card-nossaloja h1.title {
  color: #050211;
  font-family: var(--font-Newsreader);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
  margin: 98px 0 0 0;
}
body.ellabless .nossa-loja .card-nossaloja p.desc {
  width: 100%;
  max-width: 365px;
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
body.ellabless .nossa-loja .image {
  position: relative;
  width: 100%;
}
body.ellabless .nossa-loja .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
body.ellabless .nossa-loja .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

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




/* Nosso endereço */
body.ellabless .nosso-endereco {
  background: rgba(238, 226, 213, 0.16);
  padding: 60px 0;
}
body.ellabless .nosso-endereco h1.title {
  color: #050211;
  font-family: var(--font-Newsreader);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
  margin: 38px 0 20px 0;
}
body.ellabless .nosso-endereco p.desc,
body.ellabless .nosso-endereco p.desc a{
  display: inline-block;

  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin: 0;
}
body.ellabless .nosso-endereco a.botao {
  display: block;
  width: fit-content;
  padding: 8px 48px;
  gap: 10px;

  border: none;
  border-radius: 2px;
  background: #040320;
  
  color: #FCFAF8;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;
  text-decoration: none;

  margin: 60px 0 0 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .nosso-endereco a.botao:hover {
  background-color: #fff;
  color: #A37342;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
}
body.ellabless .nosso-endereco .image img{
  width: 100%;
  height: auto;
}




/* FAQ */
body.ellabless .faq-home {
  padding: 60px 0;
  background: rgba(238, 226, 213, 0.32);
}
body.ellabless .faq-home .box-title {
  display: block;
  width: 100%;
  text-align: center;
}
body.ellabless .faq-home .box-text {
  display: block;
  width: 100%;
  text-align: center;

  color: #050211;
  font-family: var(--font-Newsreader);
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 99%;
  letter-spacing: -1.2px;
  text-align: center;
  margin: 0 0 20px 0;
}
body.ellabless .faq-home .card {
  border: none;
  background: transparent;
  padding: 0 0 1px 0;
  margin-bottom: 15px;
}
body.ellabless .faq-home .card-header {
  padding: 0;
  background: none;
  border: none;
}
body.ellabless .faq-home .card-header .botao {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 4px;

  text-align: left;
  
  margin-bottom: 0;
}
body.ellabless .faq-home .card-header .botao[aria-expanded="true"],
body.ellabless .faq-home .card-header .botao:hover {
  border-color: #D6B079;
}
body.ellabless .faq-home .card-header .botao .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.ellabless .faq-home .card-header .botao .arrow svg {
  display: block;
  fill: none;
  stroke: #303030;
  width: 20px;
  height: 20px;
  
  transform: rotate(270deg);

  -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.ellabless .faq-home .card-header .botao[aria-expanded="true"] .arrow svg {
  transform: rotate(90deg);
}



/* Newsletter */
body.ellabless .news-home {
  position: relative;
  overflow: hidden;
  
  background-color: #FFF;
  padding: 70px 0;
}

body.ellabless .news-home h1.title {
  color: #050211;
  text-align: center;
  font-family: var(--font-Newsreader);
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 99%; /* 47.52px */
  letter-spacing: -1.2px;
  margin: 0 0 15px 0;
}
body.ellabless .news-home p.desc {
  max-width: 551px;
  color: #393939;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin: 0 auto 45px auto;
}

body.ellabless .news-home .form-newsletter {
  position: relative;
  display: flex;
  gap: 32px;
  width: 100%;
}
body.ellabless .news-home .form-newsletter input {
  position: relative;
  width: 100%;
  height: 43px;
  padding: 0 30px;
  border: none;
  border-radius: 2px;

  background: rgba(217, 217, 217, 0.17);

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

body.ellabless .news-home .form-newsletter input:hover {
  opacity: .8;
}
body.ellabless .news-home .form-newsletter input:focus{
  opacity: 1;
  outline: none;
  box-shadow: none;
}

body.ellabless .news-home .form-newsletter button {
  width: fit-content;
  height: 43px;
  white-space: nowrap;
  padding: 0 40px;

  border: none;
  border-radius: 2px;
  background: #040320;
  
  color: #FCFAF8;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;
  text-decoration: none;

  z-index: 0;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .news-home .form-newsletter button:hover {
  background-color: #fff;
  color: #A37342;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
}



/* Breadcrumbs */

body.ellabless[data-page="produto-detalhes"] #breadcrumbs {
  position: relative;
  margin: 0;
  padding: 15px 0;
}
body.ellabless[data-page="produto-detalhes"] #breadcrumbs ul, 
body.ellabless[data-page="produto-detalhes"] #breadcrumbs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

body.ellabless[data-page="produto-detalhes"] #breadcrumbs ul li {
  float: left;
  line-height: 10px;

  color: #B58047;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 20.3px */
  font-variant: all-small-caps;
  letter-spacing: -0.14px;
}

body.ellabless[data-page="produto-detalhes"] #breadcrumbs a {
  color: #393939;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  font-variant: all-small-caps;
  letter-spacing: -0.14px;
}

body.ellabless[data-page="produto-detalhes"] #breadcrumbs ul li::after {
  content: ">";
  color: #393939;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 20.3px */
  font-variant: all-small-caps;
  letter-spacing: -0.14px;
  margin: 10px;
}

body.ellabless[data-page="produto-detalhes"] #breadcrumbs p {
  color: #040320;
  font-family: var(--font-OverpassMono);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

body.ellabless[data-page="produto-detalhes"] #breadcrumbs ul li:last-child:after {
  content: '';
}

///////////
body.ellabless #breadcrumbs {
  position: relative;
  margin: 0;
  padding: 15px 0;
}
body.ellabless #breadcrumbs ul, 
body.ellabless #breadcrumbs ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

body.ellabless #breadcrumbs ul li {
  float: left;
  line-height: 10px;

  color: #B58047;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 20.3px */
  font-variant: all-small-caps;
  letter-spacing: -0.14px;
}

body.ellabless #breadcrumbs a {
  color: #393939;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  font-variant: all-small-caps;
  letter-spacing: -0.14px;
}

body.ellabless #breadcrumbs ul li::after {
  content: ">";
  color: #393939;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%; /* 20.3px */
  font-variant: all-small-caps;
  letter-spacing: -0.14px;
  margin: 10px;
}

body.ellabless #breadcrumbs p {
  color: #040320;
  font-family: var(--font-OverpassMono);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

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

/* SOBRE O PRODUTO */
/* SOBRE O PRODUTO */
body.ellabless[data-page="produto-detalhes"] .about{
  position: relative;
  margin: 2rem 0;
  padding: 0 0 3rem 0;
  background-color: #fff;
}

body.ellabless[data-page="produto-detalhes"] .card-about-header {
  border-bottom: 1px solid rgba(80, 80, 80, 0.15);
  background: #FFF;
  margin-bottom: 15px;
}
body.ellabless[data-page="produto-detalhes"] .nav-tabs {  
  padding: 0px 50px;
  background-color: #fff;
  box-shadow: none;
  border: 0;
  border-radius: 0;

  justify-content: space-between;
  gap: 10px;
}

body.ellabless[data-page="produto-detalhes"] .nav-tabs .nav-item {
  /* height: 40px; */
}

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

  display: flex;
  align-items: center;

  color: #7B5936;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 250% */
  letter-spacing: 1.12px;
  text-transform: uppercase;
  cursor: pointer;

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

  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0px;
  box-shadow: none!important;


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

body.ellabless[data-page="produto-detalhes"] .nav-link:hover {
  border-bottom: 3px solid #B27E46;
}

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

body.ellabless[data-page="produto-detalhes"] .nav-link.active {
  position: relative;
  border-bottom: 3px solid #B27E46;

  z-index: 0;

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

body.ellabless[data-page="produto-detalhes"] .tab-content{  
  z-index: 1;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

body.ellabless[data-page="produto-detalhes"] .content {
  border-top: 1px solid #D9D9D9;
  padding: 15px 3rem;
}
body.ellabless[data-page="produto-detalhes"] .tab-content .tab-pane{
  padding: 15px 3rem;
}

body.ellabless[data-page="produto-detalhes"] .tab-content .tab-pane .card-header{
  background-color: #fff;
  border-radius: 0px;

  color: #211E22;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;

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

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

body.ellabless[data-page="produto-detalhes"] .tab-content .tab-pane .card-header[aria-expanded="true"]{
  background-color: #B27E46;  
  color: #ffffff;
  
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
body.ellabless[data-page="produto-detalhes"] .tab-content .tab-pane .card-header[aria-expanded="true"] h2 {
  color: #fff;
}

body.ellabless[data-page="produto-detalhes"] .tab-content .tab-pane .card-header h2{  
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
body.ellabless[data-page="produto-detalhes"] .tab-content .tab-pane .tabpanel-info p{
  color: #000;
  font-family: var(--font-Raleway);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.152px; /* 234.6% */
  text-transform: capitalize;
}

body.ellabless[data-page="produto-detalhes"] .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.ellabless[data-page="produto-detalhes"] .card:last-child {
  margin-bottom: 0;
}

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

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

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

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

  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless[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.ellabless[data-page="produto-detalhes"] .about .box-about .text {
  display: flex;
  align-items: center;
  height: 75px;  
}
body.ellabless[data-page="produto-detalhes"] .about .box-about .text p{
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;

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

body.ellabless[data-page="produto-detalhes"] .about .product_rating-header {
  position: sticky;
  top: 100px;

  padding: 15px;
  border-radius: 10px;
  background-color: #ebebeb;
  margin-bottom: 15px;
}
body.ellabless[data-page="produto-detalhes"] .about .product_rating-header h2.product_average {
  position: relative;
  width: fit-content;

  font-size: 55px;
  font-weight: bold;
  color: #f3c621;
  text-align: center;
  margin: 0 auto 0 auto;
}
body.ellabless[data-page="produto-detalhes"] .about .product_rating-header h2.product_average span {
  vertical-align: top;
  position: absolute;
  top: 7.5px;
  right: -45px;
  font-weight: bold;
  font-size: 18px;
  color: #3f3f3f;
}
body.ellabless[data-page="produto-detalhes"] .about .product_rating-header .product_stars {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
body.ellabless[data-page="produto-detalhes"] .about .product_rating-header .product_stars .product_star-rating {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
}
body.ellabless[data-page="produto-detalhes"] .about .product_rating-header .product_stars .product_star-rating span.fa-star {
  color: #f3c621;
}
body.ellabless[data-page="produto-detalhes"] .about .product_rating-header .product_count-rating {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #484848;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
body.ellabless[data-page="produto-detalhes"] .about .product_rating-header .product_button-rating {
  display: block;
  width: 100%;
  max-width: 200px;

  background-color: #1D1D1D;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 7.5px 10px;
  text-align: center;
  margin: 0 auto;
}

body.ellabless[data-page="produto-detalhes"] .about .list-comments {
  margin: 0;
}
body.ellabless[data-page="produto-detalhes"] .about .list-comments li {
  padding: 7.5px 0!important;
  margin: 0!important;
}
body.ellabless[data-page="produto-detalhes"] .about .list-comments li:first-child {
  padding-top: 0!important;
}
body.ellabless[data-page="produto-detalhes"] .about .list-comments li:last-child {
  padding-bottom: 0!important;
}
body.ellabless[data-page="produto-detalhes"] .about .list-comments .divinfo {
  width: 100%;
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 15px;
}
body.ellabless[data-page="produto-detalhes"] .about .list-comments .divinfo .divimage {
  cursor: zoom-in;
}
body.ellabless[data-page="produto-detalhes"] .about .list-comments .divinfo .divratings {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;  
}
body.ellabless[data-page="produto-detalhes"] .about .list-comments .divinfo .divratings .divrating p b {
  font-size: 12px;
}
@media (max-width: 991px) {
  body.ellabless[data-page="produto-detalhes"] .content {
    padding: 15px;
  }
}




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

body.ellabless[data-page="produto-detalhes"] #product .col-12.gallery {
  position: sticky;
  top: 90px;
  height: fit-content;
}
body.ellabless[data-page="produto-detalhes"] #product .gallery .gallery-products {
  position: relative;
  margin-bottom: 10px;
  
  border-radius: 0;
  overflow: hidden;

  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}
body.ellabless[data-page="produto-detalhes"] #product .gallery .gallery-products .item {
  position: relative;
  width: 100%;

  border-radius: 0;
  overflow: hidden;
}
body.ellabless[data-page="produto-detalhes"] #product .gallery .gallery-products .item::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.ellabless[data-page="produto-detalhes"] #product .gallery .gallery-products img{
  position: absolute;

  width: 100%;
  height: 100%;
  
  -o-object-fit: contain;
  object-fit: contain;
  
  background-color: #ffffff;
  border-radius: 0;

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

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

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

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

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

  top: 30px;
  right: 30px;

  width: 30px;
  height: 30px;
}

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

  width: 100%;
  height: 100%;

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

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

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

body.ellabless[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: 20px;
  right: calc(100% + 15px);

  width: 30px;
  height: 30px;

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

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

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

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

  width: 100%;
  height: 100%;

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

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

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


body.ellabless[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item{
  position: relative;
  
  cursor: pointer;
  background-color: #fff;
  border: 4px solid #EEEEEE;
  border-radius: 0;  
  overflow: hidden;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

body.ellabless[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active{
  border: 4px solid #B58047;  
}
body.ellabless[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item img{
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .5;

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

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

body.ellabless[data-page="produto-detalhes"] #product .caracteristicas-produto img {
  width: 100%;
  height: auto;
  
  margin-top: 50px;
}

body.ellabless[data-page="produto-detalhes"] #product .share {
  margin: 20px 0 5px 0;
}


body.ellabless[data-page="produto-detalhes"] #product .card-produto {
  position: relative;
  z-index: 2;
}
body.ellabless[data-page="produto-detalhes"] #product .card-produto.infos {
  padding: 0;
}
body.ellabless[data-page="produto-detalhes"] #product .product-title{
  padding-bottom: 15px;
}

body.ellabless[data-page="produto-detalhes"] #product .product-title .product-name{
  color: #000;
  font-family: Newsreader;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 125% */
  letter-spacing: -0.48px;
  margin: 0;
}

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

.rating-link {
  text-decoration: none;
  margin: 0;
  font-size: 1rem;
  color: #303030
}

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

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

.rating-container:before {
  content: attr(data-content);
  color: #D9D9D9;
}
.rating-container .rating-stars:before {
  text-shadow: none!important;
}

.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  font-family: 'FontAwesome';
  /* font-size: 1.2rem; */    
}
.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #D59E61;
  transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
}
.rating-container .rating-stars:before {
  content: attr(data-content);
  text-shadow: 0 0 1px rgba(0,0,0,0);
}

.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.ellabless[data-page="produto-detalhes"] #product .aval-ref p.ref {
  text-align: end;
  color: #393939;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: -0.13px;
  margin: 0;
}

body.ellabless[data-page="produto-detalhes"] #product .price-colors {
  align-items: center;
  margin-top: 15px;
}
body.ellabless[data-page="produto-detalhes"] #product .price-container .old-price{
  color: #505050;
  font-family: var(--font-OverpassMono);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.12px;
  text-transform: capitalize;
  margin: 0;
}

body.ellabless[data-page="produto-detalhes"] #product .price-container .price{
  color: #7B5936;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: -0.6px;

  background: -webkit-gradient(linear, left top, right top, from(#7B5936), to(#050211));
  background: -o-linear-gradient(left, #7B5936, #050211);
  background: linear-gradient(to right, #7B5936, #050211);

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  margin: 0;
}

body.ellabless[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc{
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.12px;
}

body.ellabless[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .value{
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.12px;
}
body.ellabless[data-page="produto-detalhes"] #product .price-container .price-info .promo-desc .pay{
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.12px;
}

body.ellabless[data-page="produto-detalhes"] #product .product-content {
  padding: 0;
  border-radius: 0;

  border-top: 1px solid #A37342;
  padding-top: 15px;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .col-variation{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-group {
  margin: 0;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .col-title {
  margin-bottom: 10px;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .attr-name{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations.colors .attr-name {
  color: #211E22;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations a{
  color: #959595;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}

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

body.ellabless[data-page="produto-detalhes"] #product .select-variations.colors {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .areacores {
  margin-top: -10px;
}
body.ellabless[data-page="produto-detalhes"] #product .areacor {
  border: 1px solid #D6B079!important;
  width: 32px!important;
  height: 32px!important;
  border-radius: 100px;
  opacity: 1!important;

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

body.ellabless[data-page="produto-detalhes"] #product .areacor:hover {
  box-shadow: 0 0 0 1px #D6B079;
  /* filter: brightness(0.8)!important */;
  opacity: 1!important;
}

body.ellabless[data-page="produto-detalhes"] #product .select-variations select{
  position: relative;
  
  background-color: #fff;
  border: 1px solid #505050;
  border-radius: 2px;
  
  height: 40px;
  
  color: #505050;
  font-weight: 500;
  cursor: pointer;

  box-shadow: none;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

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

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

/* body.hiflex[data-page="produto-detalhes"] #product .select-variations .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 7px;
} */
body.ellabless[data-page="produto-detalhes"] #product .select-variations .icon-img {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: auto;
  min-width: 30px;
  height: 40px;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .icon-img img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 80px;
  height: 65px;
  margin-left: 10px;
  margin-right: 0;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .icon img {
  width: 100%;
  height: 100%;

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

  -o-object-position: center;
  object-position: center;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .icon svg {
  width: 100%;
  height: 100%;
}

body.ellabless[data-page="produto-detalhes"] #product .select-variations .col-check {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 10px;
}

body.ellabless[data-page="produto-detalhes"] #product .select-variations .col-check .form-check {
  display: flex;
  align-items: flex-end;

  padding: 0;
  width: 100%;
  height: 100%;
}
/* body.hiflex[data-page="produto-detalhes"] #product .select-variations .col-check .form-check:first-child{
  padding-right: 5px;
  padding-left: 0;
}
 */
body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check input{
  display: none;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  width: 100%;
  height: 40px;
  padding: 0 15px;
  
  background-color: #F5F5F5;
  border: 1px solid #505050;
  border-radius: 2px;
  cursor: pointer;
  
  color: #505050;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
  cursor: pointer;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation .icon-img {
  width: 50px;
  min-width: 50px;
}

body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation:hover{
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}

body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked + .btn-variation {
  border:2px solid #d9ae30;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}
body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked + .btn-variation p {
  font-weight: 700!important;
}

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

body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p{  
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;

  width: 100%;
  margin: auto;
  
  color: #505050;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
  text-align: left;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p span {
  color: #040320;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
}

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

@media(max-width:1200px) {
  body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
    padding: 0 15px;
    height: 100%;
    margin: 0;
  }
  body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p {
    display: block;
  }
}
@media(max-width:1400px) {
  body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation {
    padding: 0 10px;
    font-size: 12px;
  }
  body.ellabless[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation p {
    gap: 2.5px;
    font-size: 12px;
  }
}

body.ellabless[data-page="produto-detalhes"] #product .price-final .price-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.ellabless[data-page="produto-detalhes"] #product .price-final .attr-name{
  color: #B27E46;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
  text-transform: capitalize;
  margin: 0;
}

body.ellabless[data-page="produto-detalhes"] #product .price-final .price{
  color: #040320;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.64px;
  margin: 0;
}

body.ellabless[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc{
  color: #505050;
  font-size: 11.855px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 18.968px */
  letter-spacing: -0.119px;
}
body.ellabless[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b {
  color: #B58047;
  font-weight: 700;
}


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

body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-block {
  width: 100%;
  margin: 20px 0;
  /* margin: 40px 0; */
}
body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart{
  position: relative;
  display: block;
  
  width: 100%;  
  height: 55px;

  background: rgb(181,128,71);
  background: -moz-linear-gradient(90deg, rgba(181,128,71,1) 0%, rgba(79,56,31,1) 50%, rgba(181,128,71,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(181,128,71,1) 0%, rgba(79,56,31,1) 50%, rgba(181,128,71,1) 100%);
  background: linear-gradient(90deg, rgba(181,128,71,1) 0%, rgba(79,56,31,1) 50%, rgba(181,128,71,1) 100%);
  border-radius: 2px;
  background-size: 200%;
  background-position-x: 100%;

  color: #fffefd;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;

  z-index: 0;

  overflow: hidden;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart:hover {
  color: #fff;
  background-position: 200%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}
body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart p {
  color: #F8F8F8;
  font-family: var(--font-Epilogue);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;

  margin: 0;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon{
  width: 30px;
  height: 30px;
  margin-right: 10px;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon svg{
  fill: #ffffff;
  width: 100%;
  height: 100%;

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




body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-whatsapp{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* color: rgb(37, 211, 102); */
  /* color: rgb(18, 140, 126); */
  
  width: 100%;  
  height: 55px;

  background: rgb(37, 211, 102);
  background: -moz-linear-gradient(90deg, rgba(37, 211, 102,0) 0%, rgba(18, 140, 126,1) 50%, rgba(37, 211, 102,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(37, 211, 102,0) 0%, rgba(18, 140, 126,1) 50%, rgba(37, 211, 102,1) 100%);
  background: linear-gradient(90deg, rgba(37, 211, 102,0) 0%, rgba(18, 140, 126,1) 50%, rgba(37, 211, 102,1) 100%);
  border-radius: 4px;
  background-size: 300%;
  background-position-x: -100%;
  background-repeat: no-repeat;

  border: 1px solid #25d366;

  color: #25d366;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;

  z-index: 0;

  overflow: hidden;

  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-whatsapp:hover {
  color: #fff;
  border-width: 0px;
  background-position: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}
body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-whatsapp p {
  color: #F8F8F8;
  font-family: var(--font-Epilogue);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;

  margin: 0;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-whatsapp .icon{
  width: 25px;
  height: 25px;
  margin-right: 7.5px;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-whatsapp .icon svg{
  fill: #25d366;
  width: 100%;
  height: 100%;
  
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-whatsapp:hover .icon svg {
  fill: #fff;
}




body.ellabless[data-page="produto-detalhes"] #product #box-frete {
  padding: 20px 0 0 0;
}
body.ellabless[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text{
  display: block;
  
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

body.ellabless[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text-cep{
  color: #686868;
  font-size: 16px;
  font-weight: 500;
}

body.ellabless[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep {
  display: flex;
  align-items: center;
  gap: 15px;
}
body.ellabless[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep{
  position: relative;

  height: 40px;

  padding: 0 20px;
  background-color: #F5F5F5;
  border: 1px solid #505050;
  border-radius: 2px;
  box-shadow: none;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

body.ellabless[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:hover{
  border-color: #040320;
  box-shadow: none;
}
body.ellabless[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:focus{
  outline: none;
  box-shadow: none;
  
  border-color: #040320;
}

body.ellabless[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod{
  padding: 0 50px;
  width: fit-content;
  height: 40px;
  
  background-color: #040320;
  border: none;
  border-radius: 2px;  
  box-shadow: none;
  transform: scale(1);

  z-index: 5;

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

body.ellabless[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod div{
  color: #F8F8F8;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.ellabless[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover{
  background-color: #B27E46;
}
body.ellabless[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover div{
  color: #fff;
}






/* Footer */


body.ellabless .footer {
  background: rgba(238, 226, 213, 0.16);

  border: none;
}

body.ellabless .footer .logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 40px;
}
body.ellabless .footer .logo img {
  width: 100%;
  height: 100%;

  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: contain;
  object-fit: contain;
}

body.ellabless .footer .redes {
  display: flex;
  align-items: center;
  gap: 10px;

  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.ellabless .footer .redes li a {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 20px;
  height: 20px;
  
  padding: 0px;
  background-color: transparent;
  border-radius: 100px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .footer .redes li a svg {
  display: block;
  fill: #B58047;
  width: 100%;
  height: 100%;
  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.ellabless .footer .redes li a:hover svg {
  opacity: .6;
}
body.ellabless .footer a.footer-mail {
  display: inline-block;
  color: #B58047;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.152px; /* 234.6% */
  text-transform: lowercase;
  margin: 15px 0 0 0;
}



body.ellabless .footer .selo-letsencrypt {
  position: relative;
  display: block;
  padding: 10px 40px 35px 40px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: fit-content;
  margin-top: 10px;

  overflow: hidden;
}
body.ellabless .footer .selo-letsencrypt span {
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: auto;

  background-color: #003a70;

  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 25px;
}
body.ellabless .footer .selo-letsencrypt img {
  display: block;
  width: auto;
  height: 35px;
}



body.ellabless .footer .formas-pagamentos {
  display: flex;
  flex-wrap: wrap;
  gap: 7.5px;

  margin-top: 10px;
}
body.ellabless .footer .formas-pagamentos .forma-pagamento {
  display: block;
  width: 70px;
  height: 50px;

  background: #fff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}
body.ellabless .footer .formas-pagamentos .forma-pagamento.--pix {
  background: url(../img/icons/icon-pix.svg) center no-repeat #fff;
  background-size: calc(100% - 40px);
}
body.ellabless .footer .formas-pagamentos .forma-pagamento.--visa {
  background: url(../img/icons/icon-visa.svg) center no-repeat #fff;
  background-size: calc(100% - 20px);
}
body.ellabless .footer .formas-pagamentos .forma-pagamento.--mastercard {
  background: url(../img/icons/icon-mastercard.svg) center no-repeat #fff;
  background-size: calc(100% - 20px);
}
body.ellabless .footer .formas-pagamentos .forma-pagamento.--amex {
  background: url(../img/icons/icon-amex.svg) center no-repeat #fff;
  background-size: calc(100% - 20px);
}
body.ellabless .footer .formas-pagamentos .forma-pagamento.--elo {
  background: url(../img/icons/icon-elo.svg) center no-repeat #fff;
  background-size: calc(100% - 20px);
}
body.ellabless .footer .formas-pagamentos .forma-pagamento.--hipercard {
  background: url(../img/icons/icon-hipercard.svg) center no-repeat #fff;
  background-size: calc(100% - 20px);
}


body.ellabless .footer h4.tit {
  color: #505050;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 21px */
  letter-spacing: -0.3px;
  margin: 0 0 12px 0;
}

body.ellabless .footer .sitemap-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
body.ellabless .footer ul.list-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.ellabless .footer ul.list-item li {
  margin-bottom: 12px;
}
body.ellabless .footer ul.list-item li:last-child{
  margin: 0;
}
body.ellabless .footer ul.list-item li a {
  position: relative;
  display: block;
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.24px;
  margin: 0;

  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
body.ellabless .footer ul.list-item li a:hover {
  opacity: .6;
}

body.ellabless .footer .selos {
  margin: 30px 0;
}
body.ellabless .footer .selos .list-selos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
  gap: 20px;
  margin: 0;
}
body.ellabless .footer .selos .list-selos .selo {
  width: 100%;
  max-width: 440px;
  height: auto;
}
body.ellabless .footer .selos .list-selos .selo img {
  width: 100%;
  height: 100%;

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

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

body.ellabless .basefooter {
  background: rgba(238, 226, 213, 0.16);
  padding: 20px 0;
}
body.ellabless .basefooter span {
  color: #818181;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.152px; /* 234.6% */
  text-transform: capitalize;
}
body.ellabless .basefooter strong {
  font-weight: 400;
  cursor: pointer;
}
body.ellabless .basefooter .wtek {
  color: #818181;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.152px; /* 234.6% */
  text-transform: capitalize;
}
body.ellabless .basefooter .wtek:hover {
  text-decoration: underline;
  opacity: .6;
}


@media (max-width: 991px) {
  .mfp-iframe {
    max-height: none!important;
  }
  body.ellabless .category .m-cat-trigger,
  body.ellabless .category .m-cat-trigger-close {
    width: 100%;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 20px 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.ellabless .category .sidebar.cat {
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    background: #fff;
    padding-top: 30px;
    display: none;
    height: 100vh;
    padding-bottom: 60px;
  }

  body.ellabless .category .sidebar.cat.visible {
    display: block;
  }
}
@media(max-width:991px) {
  body.ellabless header.header-bg .menu-cart svg{
    fill: #030304;
  }

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

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

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

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

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


  /* Banner */
  body.ellabless #banner .swiperBanner img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }


  /* Banner Apoio */
  body.ellabless[data-page="home"] #apoio-banner {
    padding: 1rem 0;
    margin-bottom: 10px;
  }
  body.ellabless #apoio-banner #carousel-apoio{
    padding: 0;
    margin: 0;
  }
  body.ellabless #apoio-banner #carousel-apoio .owl-controls {
    display: none!important;
  }

  /* Produtos */
  body.ellabless .section-product {
    margin: 50px 0 0 0;
  }

  /* Decoração */
  body.ellabless .decoracao {
    padding: 30px 0;
  }
  body.ellabless .decoracao .swiperDecoracao {
    height: fit-content;
  }
  body.ellabless .decoracao .swiperDecoracao .swiper-wrapper {
    margin: 0;
  }
  body.ellabless .decoracao .swiperDecoracao .swiper-slide {
    width: calc(100%)!important;
    padding: 0!important;    
  }
  body.ellabless .decoracao .swiperDecoracao .swiper-slide .image {
    width: 100%!important;
    padding: 0!important;
  }
  body.ellabless .decoracao .swiperDecoracao .swiper-slide .image::after {
    width: 100%!important;
    padding-bottom: 76.55502392344498%!important;
  }

  
  /* Modelos */
  body.ellabless .modelos .card-modelo {
    border-radius: 20px;
  }
  body.ellabless .modelos .card-modelo .title h1 {
    font-size: 22px;
  }


  /* Ambientes */
  body.ellabless .ambientes {
    padding: 30px 0;
  }
  body.ellabless .ambientes .card-ambiente .image h1.title {
    margin-bottom: 70px;
    font-size: 36px;
  }
  body.ellabless .ambientes .card-ambiente.card-large {
    height: 360px;
    margin-bottom: 30px;
  }
  body.ellabless .ambientes .card-ambiente .content {
    left: 32px;
    right: unset;
  }


  /* Decoração */
  body.ellabless .decoracao .imagesDecoracao {
    gap: 5px;
  }
  body.ellabless .box-title-center .box-text a,
  body.ellabless .box-title-center .box-text b,
  body.ellabless .box-title-center .box-text {
    font-size: 32px;
  }
  body.ellabless .box-title .box-desc {
    font-size: 14px;
  }



  /* banner mid */
  body.ellabless .banner-mid {
    padding: 30px 0;
  }
  body.ellabless .banner-mid .banner-sides {
    background-position: 80%;
  }
  body.ellabless .banner-mid .banner-sides::after {
    content: unset;
  }
  body.ellabless .banner-mid .b-left, 
  body.ellabless .banner-mid .b-right {
    justify-content: center;
  }
  body.ellabless .banner-mid .banner-content {
    position: initial;
    top: unset;
    left: unset;

    display: block;
    padding: 30px;
  }
  body.ellabless .banner-mid h1.title {
    text-align: center;
  }
  body.ellabless .banner-mid .botao-white {
    margin-top: 15px;
  }



  /* Tecnologia */
  body.ellabless .tecnologia {
    padding: 30px 0;
  }
  body.ellabless .tecnologia .card-tecnologia h1.title {
    font-size: 36px;
    text-align: center;
    margin-top: 0;
  }
  body.ellabless .tecnologia a.botao {
    width: 100%;
    text-align: center;
    margin: 15px 0;
  }



  
  /* Conheça nossa loja */
  body.ellabless .nossa-loja {
    padding: 30px 0;
  }
  body.ellabless .nossa-loja .card-nossaloja h1.title {
    margin-top: 0;
    text-align: center;
  }
  body.ellabless .nossa-loja .card-nossaloja p.desc {
    text-align: center;
    margin: 0 auto 30px auto;
  }



  /* Nosso endereço */
  body.ellabless .nosso-endereco {
    padding: 30px 0;
  }
  body.ellabless .nosso-endereco h1.title {
    font-size: 36px;
    text-align: center;
    margin: 0 0 15px 0;
  }
  body.ellabless .nosso-endereco p.desc {
    display: block;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  body.ellabless .nosso-endereco a.botao {
    display: block;
    text-align: center;
    margin: 30px auto;
    width: 100%;
    max-width: 200px;
  }

  body.ellabless .faq-home {
    padding: 30px 0;
  }



  /* Newsletter */  
  body.ellabless .news-home h1.title {
    font-size: 36px;
    text-align: center;
  }
  body.ellabless .news-home .form-newsletter {
    display: block;
  }
  body.ellabless .news-home .form-newsletter button {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  

  /* Footer */
  body.ellabless .footer {
    padding: 30px 0 0 0;
  }
  body.ellabless .footer .site-map .col-address .logo {
    width: 150px;
    margin: 0 auto 20px auto;
  }
  body.ellabless .footer .redes {
    margin-left: auto;
    margin-right: auto;
  }

  body.ellabless .footer ul.list-item li {
    display: flex;
    justify-content: center;
  }
  body.ellabless .footer .site-map li:last-child{
    padding-bottom: 0px;
  }
  body.ellabless .footer .site-map li a {
    font-weight: 400!important;
  }
  body.ellabless .footer .site-map li a::after {
    display: none;
  }
  body.ellabless .footer .site-map li a.horario {
    cursor: unset;
    text-decoration: none
  }

  body.ellabless .footer .col-formas img{
    width: 100%!important;
  }

  body.ellabless .footer .selos .list-selos {
    justify-content: center;
    margin: 30px 0;
  }

  body.ellabless .footer .col-redes{
    padding-top: 0!important;
  }

  body.ellabless .footer ul.address li {
    display: flex;
    justify-content: center;
  }
  body.ellabless .bar-footer .line p{    
    margin-bottom: 15px!important;
  }

  body.ellabless .bar-footer .line{
    border: none!important;
  }

  body.ellabless .footer .empresa ul.redes {
    justify-content: center;
  }
  body.ellabless .footer .site-map {
    padding: 0;
  }
  body.ellabless[data-page="carrinho"] .footer {
    padding-top: 0;
  }
  .selo-letsencrypt {
    margin-left: auto;
    margin-right: auto;
  }
  .selo-letsencrypt img {
    height: 30px;
  }

  [data-page="carrinho"] .carrinho-acoes .box-price-total {
    margin-top: 15px;
  }




  /* Página produto */
  body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart,
  body.ellabless[data-page="produto-detalhes"] #product .buy .comprar-whatsapp {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  body.ellabless[data-page="produto-detalhes"] .nav-tabs {
    display: flex;
    justify-content: space-around;
    padding: 15px;
  }

  body.ellabless[data-page="produto-detalhes"] .nav-tabs .nav-item {
    width: calc(50% - 30px);
  }

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

  body.ellabless[data-page="produto-detalhes"] #product {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  body.ellabless[data-page="produto-detalhes"] #product .product-title .product-name{
    font-size: 22px;
    text-align: center;
    margin: 0;
  }

  body.ellabless[data-page="produto-detalhes"] #product .col-12.gallery {
    position: initial;
    top: unset;
    height: fit-content;
  }

  body.ellabless[data-page="produto-detalhes"] #product .gallery .gallery-products .item img{
    width: 100%;
    height: auto;  
    object-fit: cover;
  }
  body.ellabless[data-page="produto-detalhes"] #product .select-variations .col-variation {
    justify-content: center;
  }
  
  body.ellabless[data-page="produto-detalhes"] #product .gallery .gallery-products .item {
    border-radius: 30px;
  }
  body.ellabless[data-page="produto-detalhes"] #product .product-title {
    border-radius: 30px 30px 0 0;
  }
  body.ellabless[data-page="produto-detalhes"] #product .product-content {
    border-radius: 0 0 30px 30px;
  }
}





/* 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
  }
}

.alert {
  width: fit-content!important;
}