:root {
  --font-Inter: "Inter", sans-serif;
  --font-Raleway: "Raleway", sans-serif;
}

body {
  background-color: #fff;
  font-family: var(--font-Inter)!important;
  width: 100%;
  overflow-x: hidden;
}

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


/* NAVBAR MOBILE */

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

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

body.casabela .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.casabela #header-id-fix {
  display: none!important;
}
body.casabela .top-bar {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 10px 0;
  background-color: #CCD300;
}
body.casabela .top-bar p {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
  text-transform: uppercase;
  margin: 0;
}

body.casabela header.header-bg {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #212222;
  padding: 25px 0;

  z-index: 999999;
  
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* body.casabela 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.casabela header.header-bg.fixo .logo-base {
  padding: 5px;
} */

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

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

wtek
wtek2024


body.casabela 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.casabela header.header-bg #nav-mobile a {
  color: #B27E46;
}
body.casabela header.header-bg #nav-mobile a.collapsed {
  color: #fff;
}

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

body.casabela 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.casabela header.header-bg .search-mob-style .search-full input:focus{
  outline: none;
  box-shadow: none;
}
body.casabela 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: #CCD300;

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

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

body.casabela header.header-bg .search .r-p-5{
  padding: 0 5px;
}
body.casabela header.header-bg .search input{
  border: 0;
  padding: 25px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #f6f5f2;
}
body.casabela header.header-bg .search input:focus{
  border: 2px solid #B27E46;
  outline: none !important;
  box-shadow: none;
}
body.casabela 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.casabela 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.casabela header.header-bg .search .btn-search:hover{
  background-color: #B27E46;
}
body.casabela 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.casabela header.header-bg .menu-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

body.casabela header.header-bg .col-search-mobi {
  cursor: pointer;
}
body.casabela header.header-bg .col-search-mobi svg{
  fill: #fff;
  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.casabela 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.casabela header.header-bg .col-cart-mobi {
  cursor: pointer;
}
body.casabela header.header-bg .col-cart-mobi svg{
  fill: #fff;
  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.casabela header.header-bg .menu-account {
  cursor: pointer;
}
body.casabela header.header-bg .menu-account svg{
  
  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.casabela 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.casabela header.header-bg .col-search form {
  width: 100%;
  margin: auto 0 auto auto;
}
body.casabela header.header-bg .col-search form input.input {
  width: 100%;
  height: 40px;

  padding: 0 10px 0 50px;
  
  border-radius: 24px;
  border: 1px solid #505050;
  background: rgba(217, 217, 217, 0.17);
  box-shadow: none!important;

  color: #fff;
  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.casabela header.header-bg .col-search form input.input:hover {
  border-color: #909090;
}
body.casabela header.header-bg .col-search form input.input:focus {
  box-shadow: none;
  border-color: #CCD300;
}
body.casabela header.header-bg .col-search form input.input::-webkit-input-placeholder {color:#7C7777;}
body.casabela header.header-bg .col-search form input.input:-moz-placeholder {color:#7C7777;opacity:1;}
body.casabela header.header-bg .col-search form input.input::-moz-placeholder {color:#7C7777;opacity:1;}
body.casabela header.header-bg .col-search form input.input:-ms-input-placeholder {color:#7C7777;}
body.casabela header.header-bg .col-search form input.input::-ms-input-placeholder {color:#7C7777;}
body.casabela header.header-bg .col-search form input.input::placeholder {color:#7C7777;}

body.casabela 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.casabela header.header-bg .col-search form .icon svg {
  display: block;
  fill: #7C7777;
  width: 20px;
  height: 20px;
}

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

  z-index: 0;
}
body.casabela header.header-bg .menu-favorite .icon-favorite::before {
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: scale(.8);
  
  background: rgba(217, 217, 217, 0.17);
  border: 1px solid #505050;
  border-radius: 10px;
  
  opacity: 0;
  
  z-index: -1;
  
  -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.casabela header.header-bg .menu-favorite .icon-favorite:hover::before {
  opacity: 1;
  transform: scale(1);
}
body.casabela header.header-bg .menu-favorite 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.casabela header.header-bg .menu-favorite:hover svg{
  fill: #CCD300;
}
body.casabela header.header-bg .menu-user a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
body.casabela header.header-bg .menu-user .icon-user {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 30px;
  height: 30px;

  z-index: 0;
}
body.casabela header.header-bg .menu-user .icon-user::before {
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: scale(.8);
  
  background: rgba(217, 217, 217, 0.17);
  border: 1px solid #505050;
  border-radius: 10px;
  
  opacity: 0;
  
  z-index: -1;
  
  -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.casabela header.header-bg .menu-user .icon-user:hover::before {
  opacity: 1;
  transform: scale(1);
}
body.casabela header.header-bg .menu-user svg{
  stroke: #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.casabela header.header-bg .menu-user .icon-user:hover svg{
  stroke: #CCD300;
}


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

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

  width: 30px;
  height: 30px;

  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.casabela header.header-bg .menu-cart .icon-cart::before {
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: scale(.8);
  
  background: rgba(217, 217, 217, 0.17);
  border: 1px solid #505050;
  border-radius: 10px;
  
  opacity: 0;
  
  z-index: -1;
  
  -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.casabela header.header-bg .menu-cart .icon-cart:hover::before {
  opacity: 1;
  transform: scale(1);
}
body.casabela header.header-bg .menu-cart svg{
  display: block;
  fill: none!important;
  stroke: #fff!important;
  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.casabela header.header-bg .menu-cart:hover svg {
  stroke: #CCD300!important;
}

body.casabela 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.casabela 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.casabela header.header-bg .menu-cart  p.cart-q  span {
  text-transform: none;
  font-weight: 500;
}

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

body.casabela header.header-bg .menu-my-cart span {
  color: #040320;
  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.casabela header.header-bg .menu-my-cart span b{
  font-weight: 700;
}

body.casabela .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.casabela 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.casabela .shopping-cart .shopping-cart-header-link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
}

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

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

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

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

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

  border-top: 1px solid #54595F;
  background: #212222;

  z-index: 3;
}

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

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

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



body.casabela #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.casabela #menu-desktop .bar-menu li.dropdown-list {
  position: relative;
  float: left;
  height: 60px;
  align-items: center;
  display: flex;
  cursor: pointer;
}

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

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

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

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

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

  color: #FDFEFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: -0.32px;
  text-decoration: none;

  display: flex;
  align-items: center;

  border-bottom: 2px 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.casabela #menu-desktop .bar-menu li:last-child .dropdown-toggle {
  padding-right: 0;
}

/*body.casabela #menu-desktop .bar-menu li:hover .dropdown-toggle{
  color: #CCD300;
  border-color: #CCD300;
}*/

body.casabela #menu-desktop .bar-menu .first-level li .dropdown-toggle::after {
  font-family: FontAwesome;
  content: "\f0dd";
  font-size: 12px;
  padding-left: 7.5px;
  
  display: initial;
  margin-left: initial;
  vertical-align: initial;
  border: initial;
  
  color: #505050;  
  margin-bottom: 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.casabela #menu-desktop .bar-menu .second-level li .dropdown-toggle::after,
body.casabela #menu-desktop .bar-menu .third-level li .dropdown-toggle::after,
body.casabela #menu-desktop .bar-menu .four-level li .dropdown-toggle::after,
body.casabela #menu-desktop .bar-menu .five-level li .dropdown-toggle::after {
  display:none;
}

body.casabela #menu-desktop .bar-menu li:hover .dropdown-toggle::after {
  color: #CCD300;
  transform: translate(7.5px, 4px) rotate(180deg);
}
body.casabela #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.casabela #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.casabela #menu-desktop .bar-menu .dropdown-list:nth-child(n+6) .dropdown-menu::after {
    opacity: 0;
  }
}

body.casabela #menu-desktop .bar-menu .dropdown-menu{
  background: #212222;
  left: 0;
  padding-right: 100px;
  
  border: 0;
  border-radius: 0 0 15px 15px;  
  padding: 15px;  
  
  margin-top: 0px;
  
  width: max-content;
  min-width: 200px;
  
  
  box-shadow: -22.5px 15px 15px rgba(0, 0, 0, .1);    
  cursor: default!important;
}
body.casabela #menu-desktop .bar-menu .dropdown-menu::before {
  position: absolute;
  content: '';

  top: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background-color: #54595F;
  z-index: -1;
}

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

body.casabela #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a{
  position: relative;
  display: block;
  width: 100%;

  border-radius: 15px;
  overflow: hidden;
}
body.casabela #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner a::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
body.casabela #menu-desktop .first-level .dropdown-hover .second-level.megamenu .megamenu-banner img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

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

body.casabela #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.casabela #menu-desktop .bar-menu .dropdown-menu li:hover::before{
  width: 25%;
}
body.casabela #menu-desktop .bar-menu .dropdown-menu ul li a{
  position: relative;

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

  padding: 5px 0;
  width: 100%;
  height: 30px;
  line-height: 20px;

  background: rgba(217, 217, 217, 0);
  border: 1px solid transparent;
  border-radius: 7.5px;

  -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.casabela #menu-desktop .bar-menu .dropdown-menu ul li a:hover {
  color: #CCD300;
  padding-left: 10px;

  background: rgba(217, 217, 217, 0.17);
  border-color: #505050;
}

body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col{
  position: relative;
}
body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col li{
  position: relative;
}
body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level ul{
  width: auto;
  min-width: 200px;
  margin-top: -15px;
  margin-left: calc(100% - 8px);
  background: #212222;
  border-radius: 15px;
  padding: 15px;
  box-shadow: -22.5px 15px 15px rgba(0, 0, 0, .1);
  cursor: default !important;
}
body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col li:hover .third-level{
  display: block;
}

body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li .four-level{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li .four-level ul{
  width: auto;
  min-width: 200px;
  margin-top: -15px;
  margin-left: calc(100% - 8px);
  background: #212222;
  border-radius: 15px;
  padding: 15px;
  box-shadow: -22.5px 15px 15px rgba(0, 0, 0, .1);
  cursor: default !important;
}
body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li:hover .four-level{
  display: block;
}

body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li .four-level li .five-level{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li .four-level li .five-level ul{
  width: auto;
  min-width: 200px;
  margin-top: -15px;
  margin-left: calc(100% - 8px);
  background: #212222;
  border-radius: 15px;
  padding: 15px;
  box-shadow: -22.5px 15px 15px rgba(0, 0, 0, .1);
  cursor: default !important;
}
body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col li .third-level li .four-level li:hover .five-level{
  display: block;
}
body.casabela #menu-desktop .bar-menu .dropdown-menu .submenu-col a{
  z-index: 5;
}

/* BANNERS */

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

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

  object-fit: cover;
}

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

body.casabela #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.casabela #banner .swiperBanner .swiper-pagination-bullet-active {
  background-color: #fff;
}





/* MINI BANNERS */

body.casabela[data-page="home"] #apoio-banner {
  padding: 20px 0;
  background: rgba(57, 57, 57, 0.02);
  border-bottom: 4px solid #D0D71A;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);

  margin-bottom: 78px;
}
body.casabela[data-page="home"] #apoio-banner .card-apoios {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.casabela[data-page="home"] #apoio-banner .card-apoio {
  display: flex;
  align-items: center;  
}

body.casabela[data-page="home"] #apoio-banner .card-apoio .icon {
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
body.casabela[data-page="home"] #apoio-banner .card-apoio .icon svg {
  display: block;
  fill: #212222;
  width: 100%;
  height: 100%;
}
body.casabela[data-page="home"] #apoio-banner .card-apoio .icon svg.stroke {
  fill: none;
  stroke: #212222;
}
body.casabela[data-page="home"] #apoio-banner .card-apoio p{
  color: #393939;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.188px; /* 163.676% */
  letter-spacing: -0.4px;
  margin: 0;
}
body.casabela[data-page="home"] #apoio-banner .card-apoio span{
  display: block;
  
  color: #393939;
  text-align: center;
  font-family: var(--font-Raleway);
  font-size: 12.94px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.026px; /* 154.762% */
}



/* Ambientes */
body.casabela .ambientes {
  padding: 100px 0 0px 0;
  background-color: #fff;
}
body.casabela .ambientes h1.section-title {
  display: block;
  width: fit-content;

  color: #393939;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 99%; /* 39.6px */
  letter-spacing: -1px;
  margin: 0 auto 20px auto;
}
body.casabela .ambientes p.section-desc {
  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 0 35px 0;
}

body.casabela .ambientes .list-ambientes {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  min-height: 550px;
}
body.casabela .ambientes .list-ambientes .card-ambiente {
  position: relative;
  display: block;
  text-decoration: none;
  
  height: fit-content!important;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  
}
body.casabela .ambientes .list-ambientes .card-ambiente.active {
  margin-bottom: -175px;
  transition-delay: 0s;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-front {
  margin-top: 90px;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-front .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 165px;
  
  background-color: #CCD300;
  border-radius: 100px;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
body.casabela .ambientes .list-ambientes .card-ambiente.active .card-front .icon {
  background-color: #212222;
  border-radius: 40px;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-front .icon svg {
  display: block;
  fill: #212222;
  width: 90px;
  height: 90px;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-front .icon svg.stroke {
  fill: none;
  stroke: #212222;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-back {
  position: relative;
  top: -165px;
  left: 0px;

  margin-top: -90px;
  
  width: 0px;
  height: 0px;
  
  padding: 0;
  background: #212222;
  border-radius: 40px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  
  overflow: hidden;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  
}
body.casabela .ambientes .list-ambientes .card-ambiente.active .card-back {
  width: 475px;
  height: 540px;
  padding: 32px;
  opacity: 1;

  
  transition-delay: 0s;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-back .image {
  position: relative;
  width: 175px;
  height: 175px;
  
  border-radius: 50%;
  border: 3.5px solid #CCD300;
  box-shadow: 0.754px 11.316px 15.766px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  
  margin-left: auto;
  margin-right: auto;

  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
  
}
body.casabela .ambientes .list-ambientes .card-ambiente.active .card-back .image {
  width: 363px;
  height: 363px;
  transition-delay: 0s;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-back .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-back .footer {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  
  padding: 0;
  background-color: transparent;
  border: none;

  z-index: 0;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-back .footer::before {
  position: absolute;
  content: '';

  top: 0;
  bottom: 0;

  width: 100%;
  height: 2px;
  background-color: #CCD300;
  margin: auto;

  z-index: -1;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-back .footer .icon {
  position: absolute;
  right: 0;
  bottom: 45px;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: auto;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-back .footer .icon svg {
  display: block;
  fill: #CCD300;
  width: 100%;
  height: 100%;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-back .footer .icon svg.stroke {
  fill: none;
  stroke: #CCD300;
}
body.casabela .ambientes .list-ambientes .card-ambiente .card-back .footer h2 {
  background-color: #212222;
  padding-left: 32px;

  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.561px; /* 111.127% */
  letter-spacing: -0.48px;
  white-space: nowrap;


  margin: 0;
}




/* Carrossel */
body.casabela .s-carrossel {
  padding: 100px 0 30px 0;
  background-color: #fff;
}
body.casabela .s-carrossel h1.section-title {
  display: block;
  width: fit-content;
  
  color: #393939;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1px;
  margin: 0 auto 15px auto;
}
body.casabela .s-carrossel h1.section-title span {
  display: block;
  color: #393939;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
}
body.casabela .s-carrossel p.section-desc {
  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 0 90px 0;
}
body.casabela .s-carrossel .swiperCarrossel .swiper-wrapper {
  transition-timing-function: linear;
}
body.casabela .s-carrossel .swiperCarrossel .swiper-slide.horizontal {
  width: 25%;
}
body.casabela .s-carrossel .swiperCarrossel .swiper-slide.vertical {
  width: 14%;
}
body.casabela .s-carrossel .swiperCarrossel .image {
  position: relative;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
body.casabela .s-carrossel .swiperCarrossel .horizontal .image::after {
  content: '';
  display: block;
  width: 100%;  
  padding-bottom: 75%;
}
body.casabela .s-carrossel .swiperCarrossel .vertical .image::after {
  content: '';
  display: block;
  width: 100%;  
  padding-bottom: 135%;
}
body.casabela .s-carrossel .swiperCarrossel .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

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




/* Banner Lavanderia */
body.casabela .banner-lavanderia {
  margin: 65px 0;
}
body.casabela .banner-lavanderia .card-lavanderia {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  background: linear-gradient(90deg, #B9D800 0%, #CFD44E 100%);
  border-radius: 8px;
  border-radius: 8px;
  
  text-decoration: none;
  overflow: hidden;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.casabela .banner-lavanderia .card-lavanderia:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
}
body.casabela .banner-lavanderia .card-lavanderia .content {
  padding: 40px 80px;
}
body.casabela .banner-lavanderia .card-lavanderia .content h1.title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1px;

  white-space: nowrap;
}
body.casabela .banner-lavanderia .card-lavanderia .content h1.title span {
  display: block;
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
}
body.casabela .banner-lavanderia .card-lavanderia .content .botao {
  display: block;
  width: fit-content;
  
  margin-top: 20px;
  padding: 8px 48px;
  background-color: #212222;
  border-radius: 100px;
  
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;
  text-decoration: none;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.casabela .banner-lavanderia .card-lavanderia:hover .content .botao {
  color: #B9D800;
  background-color: #fff;
}
body.casabela .banner-lavanderia .card-lavanderia .image {
  position: relative;
  width: 100%;
}
body.casabela .banner-lavanderia .card-lavanderia .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 32.432432432432435%;
}
body.casabela .banner-lavanderia .card-lavanderia .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

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




/* Quem Somos */
body.casabela .quem-somos {
  padding: 120px 0;
  background: #212222;
}
body.casabela .quem-somos h1.section-title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
}
body.casabela .quem-somos p.section-desc {
  max-width: 483px;
  
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
body.casabela .quem-somos a.botao {
  display: block;
  width: fit-content;
  
  padding: 8px 48px;
  background-color: #CCD300;
  border-radius: 100px;
  
  color: #212222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 0.4px;
  text-decoration: none;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.casabela .quem-somos a.botao:hover {
  background-color: #fff;
  color: #CCD300;
}
body.casabela .quem-somos .image {
  position: relative;
  display: block;
  width: 100%;

  z-index: 0;
}
body.casabela .quem-somos .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
body.casabela .quem-somos .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

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

  border-radius: 30px;
}
body.casabela .quem-somos .image img.square-circles {
  position: absolute;
  top: -30px;
  left: -60px;

  width: 135px;
  height: auto;

  border-radius: 0;
}



/* Nossas lojas */
body.casabela .nossas-lojas {
  padding: 80px 0;
  background: rgba(238, 226, 213, 0.16);
}
body.casabela .nossas-lojas h1.section-title {
  color: #393939;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
  margin: 0 0 20px 0;
}
body.casabela .nossas-lojas p.section-desc {
  max-width: 365px;

  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
  margin: 0;
}
body.casabela .nossas-lojas .list-lojas {
  position: relative;
}
body.casabela .nossas-lojas .list-lojas img.square-circles {
  position: absolute;
  top: -30px;
  right: -60px;

  width: 135px;
  height: auto;

  border-radius: 0;

  z-index: -1;
}
body.casabela .nossas-lojas .swiperLojas_img {
  z-index: -1;

  border-radius: 30px;
  overflow: hidden;
}
body.casabela .nossas-lojas .swiperLojas_img .image {
  position: relative;
  display: block;
  width: 100%;
  
  border-radius: 30px;
  overflow: hidden;
}
body.casabela .nossas-lojas .swiperLojas_img .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
body.casabela .nossas-lojas .swiperLojas_img .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  -o-object-fit: cover;
  object-fit: cover;
}

body.casabela .nossas-lojas .card-infos {
  width: fit-content;
  padding: 40px 25px 15px 15px;
  border-radius: 30px;
  background: #212222;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);

  margin-top: -200px;
  margin-left: -50px;
}
body.casabela .nossas-lojas .card-infos .swiperLojas_infos-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;

  margin-top: 20px;
}
body.casabela .nossas-lojas .card-infos .swiperLojas_infos-nav .swiperLojas_infos-prev,
body.casabela .nossas-lojas .card-infos .swiperLojas_infos-nav .swiperLojas_infos-next {
  color: #FCFAF8;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.14px;  

  opacity: 1;

  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
body.casabela .nossas-lojas .card-infos .swiperLojas_infos-nav .swiperLojas_infos-prev:hover,
body.casabela .nossas-lojas .card-infos .swiperLojas_infos-nav .swiperLojas_infos-next:hover {
  text-decoration-line: underline;
}
body.casabela .nossas-lojas .card-infos .swiperLojas_infos-nav .swiperLojas_infos-prev.swiper-button-disabled,
body.casabela .nossas-lojas .card-infos .swiperLojas_infos-nav .swiperLojas_infos-next.swiper-button-disabled {
  opacity: 0;
}

body.casabela .nossas-lojas .swiperLojas_infos {
  width: 300px;
}
body.casabela .nossas-lojas .swiperLojas_infos .swiper-slide-shadow {
  display: none !important;
}
body.casabela .nossas-lojas .swiperLojas_infos .content {
  background-color: #212222;
}
body.casabela .nossas-lojas .swiperLojas_infos .content h2.number {
  color: #D0D71A;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
}
body.casabela .nossas-lojas .swiperLojas_infos .content h1.city {
  color: #FCFAF8;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 30px */
  letter-spacing: -0.6px;
}
body.casabela .nossas-lojas .swiperLojas_infos .content a {
  display: block;
  color: #FCFAF8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.14px;
}
body.casabela .nossas-lojas .swiperLojas_infos .content a:hover {
  color: #CCD300;
}



/* Versatilidade */
body.casabela .versatilidade {
  padding: 77px 0 137px 0;
  background: rgba(224, 224, 224, 0);
}
body.casabela .versatilidade h1.section-title {
  color: #393939;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
}
body.casabela .versatilidade p.section-desc {
  max-width: 483px;

  color: #4F381F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}
body.casabela .versatilidade .image {
  position: relative;
  display: block;
  width: 100%;
}
body.casabela .versatilidade .image::before {
  position: absolute;
  content: '';
  top: 65px;
  right: -135px;

  width: 75%;
  height: 100%;

  background-color: #A6C840;

  -webkit-clip-path: polygon(0 0, 100% 7%, 100% 93%, 0% 100%);
  clip-path: polygon(0 0, 100% 7%, 100% 93%, 0% 100%);
}
body.casabela .versatilidade .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
body.casabela .versatilidade .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

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



/* TÍTULO SESSÃO */
body.casabela .box-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px 0;
}
body.casabela .box-title-center {
  display: block;
  text-align: center;
}
body.casabela .box-title .box-text a,
body.casabela .box-title .box-text {
  position: relative;
  
  color: #393939;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 166.667% */
  letter-spacing: -0.36px;
  
  margin: 0;
}
body.casabela .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.casabela .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.casabela .box-title .box-link:hover {
  color: #CCD300;
}




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

body.casabela #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.casabela #product-banner img:hover{
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}



/* LISTA DE PRODUTOS */

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

body.casabela .product-list{
  position: relative;
}
body.casabela .product-list .product a{
  text-decoration: none;
}
body.casabela .product-list .product{
  margin: 0 0 30px 0;  
}
body.casabela .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.casabela .product-list .product-image .tags .tag-promotion{
  position: absolute;
  
  top: 15px;
  right: 15px;
  
  width: fit-content;
  height: fit-content;
  border-radius: 2px;
  padding: 3px 14px;
  background: transparent;

  border: 1px solid #fff;
  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.casabela .product-list .product-image .tags .tag-promotion span {
  display: block;
  width: 100%;
  
  color: #FFF;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--font-Raleway);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 12.529px */
  letter-spacing: -0.268px;
  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.casabela .product-list form:hover .product-image .tags .tag-promotion {
  background-color: #fff;
}
body.casabela .product-list form:hover .product-image .tags .tag-promotion span {
  color: #CCD300;
}

body.casabela .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.casabela .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.casabela .product-list .product-image .tags .tag-favorito:hover svg {
  fill: #FF2020;
}

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

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

body.casabela .product-list .product .product-image {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 0;

  border-radius: 24px;
  overflow: hidden;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.casabela .product-list .product .product-image::after {
  content: '';
  display: block;

  width: 100%;
  padding-bottom: 100%;
}
body.casabela .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.casabela .product-list .product form:hover .product-image img{
  transform: scale(1.15);
}

body.casabela .product-list .product .product-info {
  padding: 20px 12px calc(18px + 40px) 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.casabela .product-list .product .product-info .product-info-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;

  margin: 0 0 18px 0 ;
}
/* body.casabela .product-list .product .product-info .product-info-title .container-title {
  max-width: 200px;
} */
body.casabela .product-list .product .product-info .product-info-title .tit{
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 23.2px */
  letter-spacing: -0.16px;
  text-align: left;
  margin: 0 0 3px 0;
}
body.casabela .product-list .product .product-info .product-info-title .desc {
  color: #505050;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
  margin: 0;
}
body.casabela .product-list .product .product-info .product-info-title .tag-promotion {
  padding: 5px 10px;
  background: #393939;
  border-radius: 100px;

  color: #CCD300;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--font-Raleway);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;
  text-align: center;
}



body.casabela .product-list .product .product-info .product-info-content {
  width: 100%;
}
body.casabela .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.casabela .product-list .product .product-info .container-price span.price-label del,
body.casabela .product-list .product .product-info .container-price span.price-label{
  display: block;
  width: fit-content;
  
  color: #505050;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 18.968px */
  letter-spacing: -0.119px;
  text-decoration-line: strikethrough;
  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.casabela .product-list .product .product-info .container-price span.price{
  display: block;
  width: 100%;

  color: #393939;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.48px;

  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.casabela .product-list .product .product-info .container-price span.installment {
  display: block;
  width: 100%;

  color: #505050;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Inter;
  font-size: 11.855px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 18.968px */
  letter-spacing: -0.119px;

  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.casabela .product-list .product .product-info .container-price span.installment b {  
  color: #393939;
  font-weight: 700;
}

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

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

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

  background-color: transparent;
  border: none;
  border-radius: 0;

  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;
}
body.casabela .product-list .product .product-info .botao-comprar span {
  position: relative;
  color: #393939;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.852px; /* 250% */
  letter-spacing: 0.349px;
}
body.casabela .product-list .product .product-info .botao-comprar span::before {
  position: absolute;
  content: '';
  display: block;

  bottom: 5px;
  right: 0;

  width: 0;
  height: 1px;

  background-color: #393939;

  -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.casabela .product-list .product form:hover .product-info .botao-comprar span::before {
  left: 0;
  right: unset;
  width: 100%;
}

body.casabela .product-list .product .product-info .botao-comprar .icon {
  display: block;
  width: 20px;
  height: 20px;
}
body.casabela .product-list .product .product-info .botao-comprar svg {
  display: block;
  stroke: #393939;
  width: 100%;
  height: 100%;
}




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

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

  width: 100%;
  height: 100%;

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




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

/* body.ellabless .decoracao .swiperDecoracao .swiper-slide {
  display: flex;
  align-items: center;

  width: 302px!important;
  height: 480px!important;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-active {
  width: 627px!important;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next {
  width: 302px!important;
}


body.ellabless .decoracao .swiperDecoracao .swiper-slide .image {
  width: 100%;
  height: 256px;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev .image,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next .image{
  width: 100%;
  height: 368px;
} */

/* body.ellabless .decoracao .swiperDecoracao .swiper-slide {
  width: calc(13.333333333333335% - 15px)!important;
  height: auto;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-active {
  width: calc(33.333333333333333% - 15px)!important;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev,
body.ellabless .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next {
  width: calc(20% - 15px)!important;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide .image {
  position: relative;
  width: 100%;
}
body.ellabless .decoracao .swiperDecoracao .swiper-slide .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 90%;
}
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: 150%;
} */



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


body.casabela .decoracao .swiperDecoracao .swiper-slide.swiper-slide-prev-prev {
  justify-content: flex-start;
}
body.casabela .decoracao .swiperDecoracao .swiper-slide.swiper-slide-next-next {
  justify-content: flex-end;
}

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

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

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

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

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




/* Banner mid */
body.casabela .banner-mid {
  background-size: cover;
  padding: 80px 0;
  background-color: #fff;  
}
body.casabela .banner-mid .banner-sides {
  position: relative;
  display: block;
  width: 100%;  
  text-decoration: none;
  
  border-radius: 2px;
  overflow: hidden;
  
  background: url('../img/banner-site-1.png');
  background-size: 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.casabela .banner-mid .banner-sides:hover {
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.24);
  transform: scale(1.02);
}
body.casabela .banner-mid .banner-sides::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 18.75%;
}

body.casabela .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.casabela .banner-mid .b-left {
  display: flex;
  align-items: center;
}
body.casabela .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.casabela .banner-mid h1.title i{
  max-width: 600px;
  font-family: var(--font-Newsreader);
  font-style: italic;
}
body.casabela .banner-mid h1.title strong {
  max-width: 600px;
  font-family: var(--font-Newsreader);
  font-weight: 700;
}


body.casabela .banner-mid .b-right {
  display: flex;
  align-items: flex-end;
}
body.casabela .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.casabela .banner-mid .banner-sides:hover .botao-white {
  color: #050211;
  background-color: #FFFEFD;
}




/* Tecnologia */
body.casabela .tecnologia {
  padding: 60px 0;
  background: rgba(238, 226, 213, 0.32);
}
body.casabela .tecnologia .image {
  position: relative;
  width: 100%;
}
body.casabela .tecnologia .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 73.59375%;
}
body.casabela .tecnologia .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.casabela .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.casabela .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.casabela .tecnologia .card-tecnologia p.desc strong {
  font-weight: 800;
}
body.casabela .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.casabela .tecnologia a.botao:hover {
  background-color: #fff;
  color: #A37342;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
}



/* Nossa Loja */
body.casabela .nossa-loja {
  background: rgba(238, 226, 213, 0.16);
  padding: 60px 0;
}
body.casabela .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.casabela .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.casabela .nossa-loja .image {
  position: relative;
  width: 100%;
}
body.casabela .nossa-loja .image::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
body.casabela .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.casabela .nosso-endereco {
  background: rgba(238, 226, 213, 0.16);
  padding: 60px 0;
}
body.casabela .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.casabela .nosso-endereco p.desc,
body.casabela .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.casabela .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.casabela .nosso-endereco a.botao:hover {
  background-color: #fff;
  color: #A37342;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .12);
}
body.casabela .nosso-endereco .image img{
  width: 100%;
  height: auto;
}

.product-thumbnail .slick-slide{
  margin: 0 5px;
}

/* Breadcrumbs */

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

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

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

body.casabela #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.casabela #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.casabela #breadcrumbs p {
  color: #040320;
  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.casabela #breadcrumbs ul li:last-child:after {
  content: '';
}

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

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

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

body.casabela #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.casabela #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.casabela #breadcrumbs p {
  color: #040320;
  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.casabela #breadcrumbs ul li:last-child:after {
  content: '';
}

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

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

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

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

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

  display: flex;
  align-items: center;

  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: -0.32px;

  cursor: pointer;

  width: 100%;
  height: 100%;
  padding: 12.5px 30px;

  border: 0;
  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.casabela[data-page="produto-detalhes"] .nav-tabs .nav-link:not(.active):hover {
  color: #B9D800;
}
body.casabela[data-page="produto-detalhes"] .nav-tabs .nav-link.active {
  color: #111;
}

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

body.casabela[data-page="produto-detalhes"] .nav-link.active {
  position: relative;
  background-color: #B9D800;

  z-index: 0;

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

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

body.casabela[data-page="produto-detalhes"] .tab-content .tab-pane{
  padding: 30px 3rem;
}

body.casabela[data-page="produto-detalhes"] .tab-content .tab-pane .card-header{
  background-color: #111;
  border-radius: 5px;
  
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  
  border: 1px solid rgba(80, 80, 80, 0.2);
  /* filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .1)); */
  margin-bottom: 5px;
  
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.casabela[data-page="produto-detalhes"] .tab-content .tab-pane .card-header h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
body.casabela[data-page="produto-detalhes"] .tab-content .tab-pane .card-header:not([aria-expanded="true"]):hover {
  box-shadow: 0 0 0 2px #B9D800;
}

body.casabela[data-page="produto-detalhes"] .tab-content .tab-pane .card-header[aria-expanded="true"]{
  border-color: #B9D800;
  background-color: #B9D800;  
  color: #111;
}
body.casabela[data-page="produto-detalhes"] .tab-content .tab-pane .card-header[aria-expanded="true"] h2 {
  color: #111;
}
body.casabela[data-page="produto-detalhes"] .tab-content .tab-pane .collapse,
body.casabela[data-page="produto-detalhes"] .tab-content .tab-pane .collapsing {
  background-color: #fff;
  border: 1px solid rgba(80, 80, 80, 0.1);
  border-radius: 5px;
}

body.casabela[data-page="produto-detalhes"] .tab-content .tab-pane .card-header h2{  
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
body.casabela[data-page="produto-detalhes"] .tab-content .tab-pane .tabpanel-info p{
  color: #393939;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.16px;
}

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

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

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

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

body.casabela[data-page="produto-detalhes"] .about #boxs{
  padding: 3rem 0 0 15px;
}
body.casabela[data-page="produto-detalhes"] .about #boxs a{
  text-decoration: none;
}
body.casabela[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.casabela[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.casabela[data-page="produto-detalhes"] .about .box-about .text {
  display: flex;
  align-items: center;
  height: 75px;  
}
body.casabela[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.casabela[data-page="produto-detalhes"] .about .box-about .text span{
  font-size: 1.25rem;
  font-weight: 800;
  color: gray;
  margin: 0;
}




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

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

  border-radius: 0;
  overflow: hidden;
}
body.casabela[data-page="produto-detalhes"] #product .gallery .gallery-products .item::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
body.casabela[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.casabela[data-page="produto-detalhes"] #product .gallery .gallery-products img.adjusted{
  opacity: 1;
}

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

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

body.casabela[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.casabela[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.casabela[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-favorito:hover svg{
  fill: #ffffff;
  stroke: #ffffff;
}

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

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

  width: 30px;
  height: 30px;

  background: rgba(240, 240, 241, 0.3);
  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.casabela[data-page="produto-detalhes"] #product .gallery .gallery-products-over .tags .tag-zoom:hover {
  background-color: #ffffff;
}

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

  width: 100%;
  height: 100%;

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

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

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


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

body.casabela[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active{
  border-color: #CCD300;
}
body.casabela[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.casabela[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item:hover img{  
  opacity: 1;
}
body.casabela[data-page="produto-detalhes"] #product .gallery .gallery-thumbnail .item.active img{
  opacity: 1;  
}

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

body.casabela[data-page="produto-detalhes"] #product .caracteristicas-produto img {
  width: 100%;
  height: auto;

  margin-top: 50px;
}


body.casabela[data-page="produto-detalhes"] #product .card-produto {
  position: relative;
  z-index: 2;
}
body.casabela[data-page="produto-detalhes"] #product .col-prod-data {
  position: sticky;
  top: 130px;
  height: fit-content;
}
body.casabela[data-page="produto-detalhes"] #product .card-produto.infos {
  padding: 0;
}
body.casabela[data-page="produto-detalhes"] #product .product-title{
  padding-bottom: 15px;
}

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

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

.rating-link {
  text-decoration: none;
  margin: 0;
  
  color: #505050;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
}
.rating-link:hover {
  color: #CCD300;
}

.rating-container {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  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: 1rem;    
}
.rating-container .rating-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #D0D71A;
  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.casabela[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.casabela[data-page="produto-detalhes"] #product .price-colors {
  align-items: center;
  margin-top: 15px;
}
body.casabela[data-page="produto-detalhes"] #product .price-container .old-price{
  color: #505050;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 11.855px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 18.968px */
  letter-spacing: -0.119px;
  margin: 0;
}
body.casabela[data-page="produto-detalhes"] #product .price-container .old-price del {
  color: #505050;
  font-weight: 700;
}

body.casabela[data-page="produto-detalhes"] #product .price-container .price{
  color: #000;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: -0.6px;

  margin: 0;
}

body.casabela[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.casabela[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.casabela[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.casabela[data-page="produto-detalhes"] #product .product-content {
  padding: 0;
  border-radius: 0;

  padding-top: 15px;
}
body.casabela[data-page="produto-detalhes"] #product .select-variations .col-variation{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
body.casabela[data-page="produto-detalhes"] #product .select-variations .form-group {
  margin: 0;
}
body.casabela[data-page="produto-detalhes"] #product .select-variations .col-title {
  margin-bottom: 10px;
}
body.casabela[data-page="produto-detalhes"] #product .select-variations .attr-name{
  color: #050211;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 23.2px */
  letter-spacing: -0.16px;
  margin: 0;
}
body.casabela[data-page="produto-detalhes"] #product .select-variations.colors .attr-name {
  color: #505050;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.14px;
  margin: 0;
}
body.casabela[data-page="produto-detalhes"] #product .select-variations a{
  color: #959595;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
}

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

body.casabela[data-page="produto-detalhes"] #product .select-variations.colors {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
body.casabela[data-page="produto-detalhes"] #product .select-variations .areacores {
  margin-top: -10px;
}
body.casabela[data-page="produto-detalhes"] #product .select-variations .areacor {
  border: 1px solid transparent!important;
  width: 30px!important;
  height: 30px!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.casabela[data-page="produto-detalhes"] #product .select-variations .areacor:hover {
  border-color: #CCD300!important;
  /* filter: brightness(0.8)!important */;
}

body.casabela[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.casabela[data-page="produto-detalhes"] #product .select-variations select:hover {
  border-color: #040320;
  box-shadow: none;
}
body.casabela[data-page="produto-detalhes"] #product .select-variations select:focus{
  box-shadow: none;
}

body.casabela[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.casabela[data-page="produto-detalhes"] #product .select-variations .icon-img {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 40px;
  height: 40px;
}
body.casabela[data-page="produto-detalhes"] #product .select-variations .icon-img img {
  width: 100%;
  height: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}
body.casabela[data-page="produto-detalhes"] #product .select-variations .icon{
  position: relative;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 0;
}
body.casabela[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.casabela[data-page="produto-detalhes"] #product .select-variations .icon svg {
  width: 100%;
  height: 100%;
}

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

body.casabela[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.casabela[data-page="produto-detalhes"] #product .select-variations .form-check input{
  display: none;
}
body.casabela[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: #fff;
  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.casabela[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation .icon-img {
  width: 50px;
  min-width: 50px;
}

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

body.casabela[data-page="produto-detalhes"] #product .select-variations .form-check input[type=radio]:checked + .btn-variation {
  border:2px solid #D0D71A;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.16);
}

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

body.casabela[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.casabela[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.casabela[data-page="produto-detalhes"] #product .select-variations .form-check .btn-variation svg {
  width: 60px;
  height: 60px;
}

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

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

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

body.casabela[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc{
  color: #505050;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: -0.12px;
}
body.casabela[data-page="produto-detalhes"] #product .price-final .price-info .promo-desc b {
  font-weight: 700;
}


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

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

  background: #D0D71A;  
  border-radius: 100px;
  box-shadow: none;

  z-index: 0;

  overflow: hidden;

  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.casabela[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart,
body.casabela[data-page="produto-detalhes"] #product .buy .comprar-block:hover .btn-wpp {
  color: #fff;
  background-color: #8bc34a;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .12);
}

body.casabela[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart p,
body.casabela[data-page="produto-detalhes"] #product .buy .comprar-block .btn-wpp p {
  color: #111;
  font-size: 13.941px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.852px; /* 250% */
  letter-spacing: 0.349px;
  
  margin: 0;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.casabela[data-page="produto-detalhes"] #product .buy .comprar-block:hover .add-to-cart p,
body.casabela[data-page="produto-detalhes"] #product .buy .comprar-block:hover .btn-wpp p {
  color: #fff;
}

body.casabela[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon,
body.casabela[data-page="produto-detalhes"] #product .buy .comprar-block .btn-wpp .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.casabela[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart .icon svg,
body.casabela[data-page="produto-detalhes"] #product .buy .comprar-block .btn-wpp .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.casabela[data-page="produto-detalhes"] #product #box-frete {
  padding: 20px 0 0 0;
}
body.casabela[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .info-text{
  display: block;
  
  color: #050211;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 20.3px */
  letter-spacing: -0.14px;
  margin-bottom: 0px;
}

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

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

  height: 40px;

  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #CCD300;
  border-radius: 0;
  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.casabela[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:hover{
  border-color: #CCD300;
  box-shadow: 0 0 0 1px #CCD300;
}
body.casabela[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .mask-cep:focus{
  outline: none;
  box-shadow: none;
  
  border-color: #CCD300;
  box-shadow: 0 0 0 1px #CCD300;
}

body.casabela[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: #050211;
  border: none;
  border-radius: 100px;  
  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.casabela[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod div{
  color: #B9D800;
  font-size: 13.941px;
  font-style: normal;
  font-weight: 700;
  line-height: 34.852px; /* 250% */
  letter-spacing: 0.349px;
  
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
body.casabela[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover{
  background-color: #B9D800;
}
body.casabela[data-page="produto-detalhes"] #product #box-frete .box-primary .panel-body .input-cep .btn-cep-prod:hover div{
  color: #050211;
}




/* Fale conosco */
body.casabela .fale-conosco {
  background: url('../img/bg-faleconosco.webp');
  background-size: cover;
  background-position: center 40%;
}
body.casabela .fale-conosco .card-fale-conosco {
  width: fit-content;
  background-color: #CCD300;
  padding: 207px 84px 250px 84px;
}
body.casabela .fale-conosco .card-fale-conosco h1.title span {
  display: block;
  color: #393939;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%; /* 50px */
  letter-spacing: -1px;
}
body.casabela .fale-conosco .card-fale-conosco h1.title {
  color: #393939;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1px;
}
body.casabela .fale-conosco .card-fale-conosco a {
  display: flex;
  align-items: center;
  gap: 35px;
  text-decoration: none;

  margin-top: 40px;
}
body.casabela .fale-conosco .card-fale-conosco a span{
  position: relative;
  color: #393939;
  font-size: 13.941px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.852px; /* 250% */
  letter-spacing: 0.349px;
}
body.casabela .fale-conosco .card-fale-conosco a span::before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  
  bottom: 0;
  right: 0;
  
  background-color: #393939;

  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out; 
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
body.casabela .fale-conosco .card-fale-conosco a:hover span::before {
  width: 100%;
  left: 0;
  right: unset;
}
body.casabela .fale-conosco .card-fale-conosco .icon svg{
  stroke: #393939;
  width: 20px;
  height: 20px;
}






/* Footer */
body.casabela .footer {
  padding: 160px 0 20px 0;
  background-color: #212222;

  border: none;
}

body.casabela .footer .logo-selos {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
body.casabela .footer .logo {
  width: 100%;
  max-width: 200px;
  height: fit-content;
  margin-bottom: 40px;
}
body.casabela .footer .logo img {
  width: 100%;
  height: auto;
  
  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: contain;
  object-fit: contain;
}
body.casabela .footer .selos {
  display: flex;
  align-items: center;
  gap: 20px;
  
  margin-top: auto;
}
body.casabela .footer .selos img {
  width: 100%;
  max-width: 75px;
  height: auto;
}

body.casabela .footer h4.tit {
  color: #CCD300;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 21px */
  letter-spacing: -0.3px;
  text-transform: capitalize;
  margin: 0 0 12px 0;
}
body.casabela .footer .sitemap-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
body.casabela .footer ul.list-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.casabela .footer ul.list-item li {
  margin-bottom: 12px;
}
body.casabela .footer ul.list-item li:last-child{
  margin: 0;
}
body.casabela .footer ul.list-item li p {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  letter-spacing: -0.24px;
}
body.casabela .footer ul.list-item li a {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  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.casabela .footer ul.list-item li a:hover {
  color: #CCD300;
}

body.casabela .footer .form-newsletter {
  margin: 0 0 40px 0;
}
body.casabela .footer .form-newsletter .input-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
body.casabela .footer .form-newsletter input {
  width: 100%;
  min-width: 200px;
  height: 45px;

  padding: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #CCD300;
  border-radius: 0;
  box-shadow: none;

  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 333.333% */
  letter-spacing: 0.3px;
}
body.casabela .footer .form-newsletter input:hover {
  box-shadow: 0 1px 0 0 #CCD300;
}
body.casabela .footer .form-newsletter button {
  padding: 0 15px;
  height: 45px;
  
  background-color: transparent;
  border-radius: 5px;
  border: none;
  outline: none;
  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.casabela .footer .form-newsletter button svg {
  display: block;
  stroke: #fff;
  width: 20px;
  height: 20px;

  transform: translateX(-15px);

  -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.casabela .footer .form-newsletter button:hover svg {
  stroke: #212222;
  transform: translateX(-2.5px) rotate(45deg);
}
body.casabela .footer .form-newsletter button:hover {
  background-color: #CCD300;
}

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

  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.casabela .footer .redes li a {
  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 22.5px;
  height: 22.5px;
  
  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.casabela .footer .redes li a svg {
  display: block;
  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.casabela .footer .redes li a:hover svg {
  opacity: .6;
}

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


@media(max-width:991px) {
  body.casabela header.header-bg {
    padding: 0!important;
  }
  body.casabela header.header-bg .menu-cart svg{
    fill: #030304;
  }

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

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

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

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

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


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


  /* Banner Apoio */
  body.casabela[data-page="home"] #apoio-banner {
    padding: 1rem 0;
  }
  body.casabela #apoio-banner #carousel-apoio{
    padding: 0;
    margin: 0;
  }

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



  /* Ambientes */
  body.casabela .ambientes .list-ambientes {
    display: none;
  }
  body.casabela .ambientes .swiperAmbientes {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  body.casabela .ambientes .swiperAmbientes .card-ambiente {
    display: block;
    text-decoration: none;

    padding: 30px;
    border-radius: 20px;
    background: #212222;
  }
  body.casabela .ambientes .swiperAmbientes .card-ambiente .image {
    position: relative;
    width: 100%;

    border-radius: 50%;
    border: 3.556px solid #CCD300;
    box-shadow: 0.754px 11.316px 15.766px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden; 
  }
  body.casabela .ambientes .swiperAmbientes .card-ambiente .image::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  body.casabela .ambientes .swiperAmbientes .card-ambiente .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
  }
  body.casabela .ambientes .swiperAmbientes .card-ambiente .footer {
    position: relative;
    width: 100%;
  
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
    margin-top: 50px;
    padding: 0;
    background-color: transparent;
    border: none;
  
    z-index: 0;
  }
  body.casabela .ambientes .swiperAmbientes .card-ambiente .footer::before {
    position: absolute;
    content: '';
  
    top: 0;
    bottom: 0;
  
    width: 100%;
    height: 2px;
    background-color: #CCD300;
    margin: auto;
  
    z-index: -1;
  }
  body.casabela .ambientes .swiperAmbientes .card-ambiente .footer .icon {
    position: absolute;
    right: 0;
    bottom: 36px;
  
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-left: auto;
  }
  body.casabela .ambientes .swiperAmbientes .card-ambiente .footer .icon svg {
    display: block;
    fill: #CCD300;
    width: 100%;
    height: 100%;
  }
  body.casabela .ambientes .swiperAmbientes .card-ambiente .footer .icon svg.stroke {
    fill: none;
    stroke: #CCD300;
  }
  body.casabela .ambientes .swiperAmbientes .card-ambiente .footer h2 {
    background-color: #212222;
    padding-left: 32px;
  
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35.561px; /* 111.127% */
    letter-spacing: -0.48px;
    white-space: nowrap;
  
  
    margin: 0;
  }
  

  /* Carrossel */
  body.casabela .s-carrossel h1.section-title,
  body.casabela .s-carrossel h1.section-title span {
    font-size: 32px;
    text-align: center;
  }
  body.casabela .s-carrossel p.section-desc {
    margin-bottom: 30px;
  }
  body.casabela .s-carrossel .swiperCarrossel .swiper-slide.horizontal {
    width: 75%;
  }
  body.casabela .s-carrossel .swiperCarrossel .swiper-slide.vertical {
    width: 40%;
  }
  body.casabela .s-carrossel .swiperCarrossel .image {
    border-radius: 20px;
  }
  body.casabela .s-carrossel .swiperCarrossel .vertical .image::after { 
    padding-bottom: 140%;
  }


  /* Lavanderia */
  body.casabela .banner-lavanderia .card-lavanderia {
    flex-wrap: wrap;
  }
  body.casabela .banner-lavanderia .card-lavanderia .content {
    order: 1;
    padding: 30px;
    margin: 0 auto;
  }
  body.casabela .banner-lavanderia .card-lavanderia .content h1.title,
  body.casabela .banner-lavanderia .card-lavanderia .content h1.title span {
    font-size: 32px;
    text-align: center;
  }
  body.casabela .banner-lavanderia .card-lavanderia .content .botao {
    margin: 0 auto;
    margin-top: 15px;
  }
  body.casabela .banner-lavanderia .card-lavanderia .image {
    order: 0;
  }
  body.casabela .banner-lavanderia .card-lavanderia .image::after {
    padding-bottom: 40%;
  }


  /* Quem somos */
  body.casabela .quem-somos .image {
    margin-bottom: 30px;
  }


  /* Nossas lojas */
  body.casabela .nossas-lojas {
    overflow: hidden;
  }
  body.casabela .nossas-lojas p.section-desc {
    margin-bottom: 30px;
  }
  body.casabela .nossas-lojas .card-infos {
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }



  /* Fale conosco */
  body.casabela .fale-conosco .card-fale-conosco {
    padding: 150px 30px;
  }
  body.casabela .fale-conosco .card-fale-conosco h1.title,
  body.casabela .fale-conosco .card-fale-conosco h1.title span {
    font-size: 32px;
  }




  /* Footer */
  body.casabela .footer {
    padding: 30px 0 0 0;
  }
  body.casabela .footer .logo-selos {
    display: block;
  }
  body.casabela .footer .selos {
    justify-content: center;
  }
  body.casabela .footer .site-map .col-address .logo {
    width: 150px;
    margin: 0 auto 20px auto;
  }
  body.casabela .footer img.meios-pagamento {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  body.casabela .footer .sitemap-menu {
    display: block;
  }
  body.casabela .footer .form-newsletter .input-group {
    flex-wrap: wrap;
    justify-content: center;
  }
  body.casabela .footer .form-newsletter .input-group input {
    width: 100%;
    max-width: 250px;
    border: 1px solid #CCD300;
    border-radius: 5px;
    padding: 0 10px;
  }
  body.casabela .footer .form-newsletter .input-group button {
    border: 1px solid #CCD300;
    border-radius: 5px;
  }
  body.casabela .footer .form-newsletter .input-group button svg {
    transform: translateX(0);
  }


  body.casabela .footer .redes {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

  body.casabela .footer .empresa ul.redes {
    justify-content: center;
  }




  /* Página produto */
  .product-rating .star-rating {
    justify-content: center;
  }
  body.casabela[data-page="produto-detalhes"] #product .col-12.gallery,
  body.casabela[data-page="produto-detalhes"] #product .col-prod-data {
    position: relative;
    top: initial;
  }
  body.casabela[data-page="produto-detalhes"] #product .col-cores {
    display: block;
    margin: 20px 0;
  }
  body.casabela[data-page="produto-detalhes"] #product .col-cores .attr-name {
    display: block;
    text-align: center!important;
    margin: 0 0 5px 0!important;
  }
  body.casabela[data-page="produto-detalhes"] #product .price-container .price {
    font-size: 32px;
  }

  body.casabela[data-page="produto-detalhes"] #product .buy .comprar-block .add-to-cart,
  body.casabela[data-page="produto-detalhes"] #product .buy .comprar-block .btn-wpp {
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
  }
  body.casabela[data-page="produto-detalhes"] .nav-tabs {
    display: flex;
    justify-content: space-around;
    padding: 15px;
  }

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

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

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

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

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

  body.casabela[data-page="produto-detalhes"] .nav-tabs .nav-link {
    background: rgba(217, 217, 217, 0.17);
    border: 1px solid #505050;
    border-radius: 10px;
  }
  body.casabela[data-page="produto-detalhes"] .nav-tabs .nav-link.active {
    background-color: #B9D800;
  }
}





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