h1, h2, h3, h4{
    color:#5E6639;
  }
  
  .principal-image {
      width: 85%;
      height: 100%;
  }
  #line-top {
      border-top: 1px var(--accordion-border-color) solid;
  }
  .comments {
      margin: 4rem 0;
  }
  #modal {
      opacity: 1;
      transition: opacity 0.3s ease;
  }
  #modal.fade-out {
      opacity: 0;
  }
  .texto-aviso svg {
      margin-right: 10px;
  }
  .red-border {
      border: 2px solid red !important;
  }
  .modal-questions {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.5);
      border: 1px solid #ccc;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      z-index: 9999;
      width: 100%;
      height: 100%;
  }
  btn-perguntar:disabled {
      cursor: not-allowed;
  }
  .tag-porcentagem {
      font-size: 14px;
      font-weight: bold;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      float: right;
      background: #a12323;
      width: 50px;
      height: 30px;
      border: 1px #979797 solid;
      margin-top: 6px;
  }
  .n49-product-rating__image-list-wrapper {
      margin-top: .9375rem;
  }
  .rating-media-list {
      font-size: .875rem;
  }
  .rating-media-list__container {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
  }
  .rating-media-list__image-wrapper--inactive {
      cursor: zoom-in;
  }
  .rating-media-list__image-wrapper {
      width: 4.5rem;
      height: 4.5rem;
      margin: 0 0.625rem 0.625rem 0;
      position: relative;
  }
  .n49-rating-media-list-image__wrapper {
      position: relative;
  }
  .n49-rating-media-list-image__content, .n49-rating-media-list-image__wrapper {
      width: 100%;
      height: 100%;
  }
  .n49-rating-media-list-image__place-holder {
      width: 100%;
      height: 100%;
      position: relative;
      background-color: #fafafa;
  }
  .n49-rating-media-list-image__content {
      background-position: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
  }
  .rating-media-list__video-cover {
      position: absolute;
      height: 1.25rem;
      line-height: 1.25rem;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background: rgba(0,0,0,.54);
      color: #fff;
      display: flex;
      justify-content: space-between;
      padding: 0 4px;
      align-items: center;
      font-size: .75rem;
  }
  .rating-media-list__zoomed-image {
      width: 100%;
      height: 100%;
      max-width: 32.25rem;
      max-height: 31.25rem;
      display: none;
      margin-left: -0.6rem;
  }
  .rating-media-list-image-carousel {
      width: 100%;
      height: 100%;
      position: relative;
  }
  .rating-media-list-image-carousel__item-list-wrapper {
      height: 100%;
      overflow: hidden;
  }
  .rating-media-list-image-carousel__item-list {
      display: flex;
      position: relative;
      height: 100%;
      padding: 0;
      margin: 0;
  }
  .rating-media-list-image-carousel__item--fluid {
      flex: 0 1 auto;
      overflow-x: visible;
  }
  .rating-media-list-image-carousel__item {
      height: 100%;
      align-self: center;
      overflow-x: hidden;
      list-style: none;
      float: left;
  }
  .rating-media-list__zoomed-video-item {
      width: 32.25rem;
      height: 31.25rem;
  }
  .rating-media-list__zoomed-image-item, .rating-media-list__zoomed-video-item {
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      background: #0a0a0a;
      max-width: 32.25rem;
      max-height: 31.25rem;
  }
  .rating-media-list__zoomed-image--active {
      display: block;
      -webkit-user-select: none;
      -moz-user-select: none;
      user-select: none;
      margin-bottom: 8px;
  }
  swiper-container {
      width: 100%;
      height: 100%;
  }
  
  swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .swiper-button-next, .swiper-button-prev {
      height: 25px !important;
      width: 25px !important;
  }
  #chain_container .chain-first-container .chain-title, #chain_container .chain-second-container .chain-title {
      margin-right: 2rem;
  }
  .img-mag__asset {
      cursor: zoom-in;
  }
  @media screen and (min-width: 981px) {
      .product-v3__panel{
        /*max-height:601px !important;*/
      }
      .height-w-screen {
          height: 100%;
      }
      .js-product-v2__slideshow {
          height: 100%;
      }
      .slideshow__content {
          height: 100%;
      }
      .slideshow--transition-slide .slideshow__item {
          height: 100%;
      }
      .img-mag {
          height: 100%;
      }
      .m-top7 {
          margin-top: 7rem !important;
      }
      .h-auto-desk {
          height: auto;
      }
      .position-column {
          overflow: hidden;
      }
      .ReactProductDetails {
          position: sticky;
          top: 115px;
          min-height: 0px;
          z-index: 100;
          max-width: 15%;
          float: left;
      }
      .mega-nav--desktop .mega-nav__nav-inner {
        justify-content: left !important;
      }
      .cap_menu .menu__grid {
        grid-template-columns: min-content 1fr 200px !important;
      }
      .mega-nav--desktop .mega-nav__control {
            letter-spacing: .5px !important;
      }
  }
  @media screen and (min-width: 1600px) {
      .principal-image {
          margin-right: 3rem;
          width: 79%;
      }
      .height-w-screen {
          height: 1194px;
      }
      .img-mag {
          overflow: visible !important;
      }
      .slideshow__content {
          overflow: visible;
          height: 100%;
      }
      .slideshow {
          overflow: visible;
      }
      /*.thumbslide__nav {
          max-height: 716px;
      }*/
      .campo-avaliacoes-recented {
          width: 100% !important;
          padding: 0 !important;
      }
      .mb-lg {
          margin-bottom: 2rem;
      }
      .height-w-screen {
          height: 100%;
      }
      .js-product-v2__slideshow {
          height: 100%;
      }
      .slideshow__content {
          height: 100%;
      }
      .slideshow--transition-slide .slideshow__item {
          height: 100%;
      }
      .img-mag {
          height: 100%;
      }
      .m-top7 {
          margin-top: 7rem !important;
      }
      .h-auto-desk {
          height: auto;
      }
      .position-column {
          overflow: hidden;
      }
      /*.ReactProductDetails {
          position: sticky;
          top: 115px;
          min-height: 0px;
          z-index: 100;
          max-width: 15%;
          float: left;
      }*/
      .thumbslide__nav-list {
          margin-bottom: 4rem;
      }
      .next-button {
          bottom: 10px;
      }
      /*.thumbslide__nav {
          max-height: 760px;
      }*/
  }
  
  .swiper-pagination {
      position: relative !important;
  }
  
  .swiper-pagination-bullet {
      width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,16px)) !important;
      height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,16px)) !important;
      display: inline-block !important;
      border-radius: var(--swiper-pagination-bullet-border-radius,50%) !important;
      background: #000000 !important;
      margin-top: 14px !important;
  }
  
  .swiper-button-next:after {
      color: #000 !important;
  }
  
  .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 19px !important;
      text-transform: none!important;
      background-color: #ccc;
      padding: 12px;
      border-radius: 8px;
  }
  
  .from-bottom .n49-btn-buy .addProductList {
      width: 91% !important;
  }
  
  .swiper-scrollbar {
      position: relative !important;
      width: 94% !important;
      height: 7px !important;
      margin-top: 25px !important;
  }
  
  .swiper-scrollbar-drag {
      position: absolute !important;
  }
  
  .btn-wishlist {
      width: 2.75rem;
      height: 2.75rem;
      padding: 0!important;
      transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .2s ease-in-out;
      border: 0;
      border-radius: 50%;
      background-color: #f3f5f9;
      color: #5E6639;
      text-align: center;
      position: absolute;
      top: 0.75rem;
      right: 0.75rem;
      z-index: 5;
      cursor: pointer;
  }
  
  .btn-wishlist i {
    font-size: 25px; 
  }
  
  .btn-wishlist:hover {
    color: #002726;
    font-family: "Font Awesome 5 Free"; font-weight: 400; content: "\f004";
  }
  
  .btn-sm {
      width: 2rem;
      height: 2rem;
  }
  
  .heart-icon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    content: "\f004";
    font-size: 1.5rem;
    transition: color 0.3s;
  }
  
  .heart-icon-full::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f004";
    font-size: 1.5rem;
    transition: color 0.3s;
    color: red;
  }
  
  .heart-icon:hover::before {
    content: "\f004";
    font-weight: 600;
    color: red;
  }
  
  .bg_bamboo {
      background:#CFBEA2 !important;
  }
  .mega-nav--desktop .mega-nav__control:hover {
    color: #CFBEA2 !important;
  }
  .pb3-btn, .swiper-pagination-bullet {
    background: #5E6639 !important;
  }
  .newsletter__wrap input[type="submit"], .footer-v6__link:hover .footer-v6__link-icon {
    background-color: #5E6639 !important;
  }
  :root {
      --store-color: #5E6639 !important;
  }
  ._testemonials_home h1, ._testemonials_home h2, ._testemonials_home h3, ._testemonials_home h4 {
    color: #5E6639 !important;
  }
  .pz2-container h1 {
    color: #5E6639 !important;
  }
  ._testemonials_home h5 {
    color: #5E6639 !important;
  }
  .newsletter__wrap input[type="submit"] {
    color: white !important;
  }
  .eapps-instagram-feed-title, .eapps-instagram-feed-title a {
    color: #5E6639 !important;
  }
  .form-legend{
    color:#CFBEA2 !important;
  }
   .mf4-btn, .mf4-btn--subtle, .btn-perguntar{
     background:#CFBEA2 !important;
   }
  .prod-card-v2__price{
    color:#000 !important;
  }
  .newsletter__wrap input[type="submit"]{
    color:#CFBEA2;
  }
  .section-informative-banners{
    background:#5E6639;
    color:#FFF;
    fill:#FFF !important;
  }
  .svg-icon-text{
    color:#CFBEA2;
  }
  title_banner{
    color:#CFBEA2 !important;
  }
  .btn-entrar_login{
    color:#5E6639 !important;
  }
  .product-card-v2__title{
   font-size: 16px;
  } 
  .side-cart .sc-actions a{
      background-color: #CFBEA2 !important;
     color:#5E6639;
  }
  .opcs-kit .opcoes, .option.bloco-infos, .select-opc label select, .select-opc label {
    width: 100% !important;
  }
  .select-opc label select {
    padding: 0 !important;
  }
@media screen and (max-width: 991.98px) {
  .bloco-carrossel .swiper-button-prev, .bloco-carrossel .swiper-button-next {
    position: absolute;
    top: 31px
  }
  .modal-search {
    z-index: 999999 !important;
  }
  .mega-nav__nav-inner {
    display: none !important;
  }
  .location {
    display: none !important;
  }
  .cap_menu .header__grid.grid {
    background: white;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .slideshow_slide_mobile img.img_mobile {
    margin-top: 90px;
  }
  .containerList.height-info-product .pb3-grid {
    margin-top: 37px;
  }
  body:has(.text-divider) .conteiner-w-screen.adv-filter {
    padding-top: 8rem !important;
  }
}
    
.product-card-v2__title {
    text-transform: capitalize !important;
}
@media screen and (min-width: 1160px) {
    .containerList {
        margin-top: 6rem;
    }
  body:has(.js-reading-content) .menu_v3 {
    position: relative !important;
  }
}