/*-- Styles We.digi --*/

@media screen and (max-width: 1024px){
	.productMain__bottom {
    	z-index: 9999;
	}
  .closeMenuMobile { 
  	display: block !important;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    border: none;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    padding: 10px
  }
}

/*-- STYLE LGPD --*/

.wdt-modal-cookie {
  position: sticky;
  bottom: 0;
  left: 0;
  height: 85px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  /*box-shadow: -5px 0px 10px 0px rgba(0,0,0,.2);*/
  z-index: 9;
  transition: all 0.8s;
}

.wdt-modal-cookie .wdt-text-cookie {
  	width: 70%;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  	font-family: 'Roboto';
}

.wdt-modal-cookie .wdt-buttons-cookie {
  width: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 3%
}

.wdt-modal-cookie .wdt-buttons-cookie a {
  background: #000;
  padding: 12px 40px 12px 40px;
  border-radius: 0px;
  color: #fff;
  margin: 0px 10px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto';
}
.wdt-modal-cookie .wdt-text-cookie a {
    color: #000;
}
.wdt-modal-cookie .wdt-buttons-cookie a#wdt-viewMore {
  display: none;
}
.wdt-modal-cookie .wdt-text-cookie span.wdt-mobile {
    display: none;
}
@media(min-width:1660px){
  .wdt-modal-cookie .wdt-buttons-cookie {
      right: 10%;
  }
}

@media(max-width:1280px){
  .wdt-modal-cookie .wdt-text-cookie {
      width: 73%;
  }
}
@media(max-width:1024px){
  .wdt-modal-cookie .wdt-text-cookie {
      width: 80%;
  }
  .wdt-modal-cookie .wdt-buttons-cookie a{
      margin: 0px 10px;
  }
  
  .wdt-modal-cookie .wdt-buttons-cookie {
      width: 20%;
      position: initial;
  }
  .wdt-modal-cookie {
      bottom: 49px;
  }
}
@media(max-width: 991px){
  .wdt-modal-cookie .wdt-text-cookie{
      width: 60%;
  }
  .wdt-modal-cookie .wdt-buttons-cookie{
      width: initial;
  }
  .wdt-modal-cookie .wdt-buttons-cookie a{
      padding: 12px 40px 12px 40px;
  }
  .wdt-modal-cookie .wdt-text-cookie span.wdt-mobile {
      display: inline-block;
      margin-left: 4px;
  }
  
  .wdt-modal-cookie .wdt-text-cookie {
      width: 100%;
  }
  
  .wdt-modal-cookie .wdt-buttons-cookie {
      width: 20%;
      margin-top: 20px;
  }
  
  .wdt-modal-cookie {
      flex-wrap: wrap;
      height: initial;
      padding: 30px;
      bottom: 50px;
  }
}
@media(max-width: 767px){
  .wdt-modal-cookie {
      display: block;
      height: initial;
      position: fixed;
      padding: 23px;
      line-height: 24px;
      bottom: 50px;
  }

  .wdt-modal-cookie .wdt-text-cookie {
      width: 100%;
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 24px;
      flex-wrap: wrap;
      font-family: 'Roboto';
      font-weight: 500;
  }

  .wdt-modal-cookie .wdt-buttons-cookie {
      width: initial;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: 0 auto;
  }

  .wdt-modal-cookie .wdt-buttons-cookie a {
      margin: initial;
      width: initial;
      text-align: center;
      font-size: 14px;
      padding: 12px 40px 12px 40px;
      font-weight: bold;
  }
}

.hover_none a:hover {
  text-decoration: none;
}


.hover_none a:visited {
  color: #FFF;
}

.hover_none a:hover {
  text-decoration: none;
}

.hover_none a:active {
  color: #FFF;
}


/*#n1-smartView .smartView__iframe {
  height:100%!important;
  width:100%!important;
  margin: 0!important;
}

@media screen and (min-width: 1025px){
  
  #n1-smartView .smartView__iframe {
    height:100%!important;
    width:100%!important;
    margin: 0!important;
  }
  
  section.productInfo {
    width: 70%!important;
  }
  
}*/

/*--- Ajuste Modal Listagem ---*/

body.tipbar #n1-smartView .smartView__close {
    top: 37px !important;
}

body.tipbar #n1-smartView {
    top: 0 !important;
}

body.tipbar #n1-smartView .smartView__iframe {
    top: 37px !important;
    position: absolute;
}

@media(max-width:1024px){
    body.tipbar #n1-smartView .smartView__iframe{
        width: calc(100% - 100px) !important;
        min-width: 90% !important;
        min-height: 90% !important;
        margin: 0 50px !important;
    }
    body.tipbar #n1-smartView .smartView__close {
        right: 50px !important;
    }
}
@media(max-width: 991px){
    body.showSmart iframe#iframe {
        width: 90% !important;
        height: 90% !important;
        margin: 5% !important;
    }
    
    body.showSmart div#scroller {
        background-color: rgba(0,0,0,0.5) !important;
    }
    
    body.showSmart .scroller-close {
        right: 5% !important;
        top: 6% !important;
    }
}
@media(max-width:767px){
    body.tipbar #n1-smartView .smartView__iframe{
        width: 95% !important;
        min-width: 90% !important;
        min-height: 90% !important;
        margin: 0px 10px !important;
    }
    body.tipbar #n1-smartView .smartView__close {   
        right: 3% !important;
    }
  	body.showSmart .scroller-close {
        top: 22px !important;
    }
}


/*-- Video dentro da PDP e Listagem --*/

.productMain__images #show .thumbs.owl-carousel.owl-loaded .owl-item li video {
    object-fit: cover;
}

.shelf__item .item__wrapper .wdt-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.shelf__item .item__wrapper .wdt-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shelf__item .item__image img {
    width: calc(100% - 2px);
  	margin: 0 1px;
}

/* CTA Banners */

.cta_main {
    margin-bottom: 70px;
  }
  
  .cta_main .container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 16px;
    padding: 0 40px;
    margin-top: 60px;
  }
  .cta_main .container .box-banner {
    flex: 1;
  }
  
  .cta_main .container .box-banner img,
  .cta_main .container .box-banner a {
    display: block;
    height: 100%;
  }
  
  .cta_main .container .box-banner img {
    object-fit: cover;
  }

.mainBanner {
      height: max-content !important;
      max-height: unset !important;
  	}
  
  .mainBanner__box .owl-dots .owl-dot span {
      border-radius: 0 !important;
      width: 24px !important;
      height: 2px !important;
  }
  
  .mainBanner__box .owl-nav button {
      background: transparent !important;
      margin: 52px;
      padding: 0;
  }
  .shelfBox.home {
      margin-bottom: 0;
  }

  .shelfBox.home {
    margin-top: 52px
  }
  
  .shelfBox.home .container {
      padding: 0 40px;
  }
  
  .shelfBox.home .item__main {
      position: relative;
      padding: 10px 0;
  }
  .shelfBox.home .item__main .item__discount {
      margin-bottom: 0 !important;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 115%;
  }
  .shelfBox.home .item__main .yv-review-quickreview .yv-bootstrap {
      margin-bottom: 0;
  }
  .shelfBox.home .item__main .item__name--text {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 12px;
      line-height: 115%;
      margin-top: 6px;
      display: block;
  }
  .shelfBox.home .item__main .item__price .price__listPrice--value,
  .shelfBox.home .item__main .item__price .price__bestPrice .price__bestPrice--value {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 115%;
  }
  
  .shelfBox.home .item__main .item__colors {
      position: absolute;
      top: 26px;
      right: 6px;
      gap: 10px;
  }
  .shelfBox.home .item__main .item__colors .color__item {
     border: 1px solid #E0E0E0; 
     border-radius: 0;
     margin: 0;
  }
  
  .shelfBox.home .item__main .item__colors .color__item img {
      border-radius: 0;
      box-shadow: none;
  }

  .shelfBox.home .shelfBox__title {
    margin-bottom: 0;
  }

  .shelfBox.home .shelfBox__header {
    margin-bottom: 60px
  }
  
  .shelfBox.home .wrapper__sizesBuy {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px 8px;
      position: absolute;
      width: 100%;
      top: 0;
      opacity: 0;
      pointer-events: none;
      background: rgba(255, 255, 255, 0.8);
      transition: all .5s ease;
  }
  .shelfBox.home .wrapper__sizesBuy .item__sizes {
      justify-content: flex-start;
      gap: 10px;
      padding: 0 !important;
  }
  .shelfBox.home .wrapper__sizesBuy .item__sizes .more-colors {
  	font-family: 'Roboto', sans-serif;
    margin: 0;
  	font-size: 11px;
  	line-height: 115%;
    font-weight: 500;
  }
  .shelfBox.home .wrapper__sizesBuy .item__sizes .size__item {
    margin: 0;
  	display: flex;
  	align-items: center;
  }
.shelf__item .item__sizes .size__item span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500 !important;
}

  .shelfBox.home .owl-carousel.owl-loaded .owl-nav {
    max-width: unset !important;
    left: unset !important;
  }
  
  .shelfBox.home .owl-carousel.owl-loaded .owl-nav button {
      padding: 10px;
      margin: 0 6px;
      background-color: #FFF !important;
  }
  
  .shelfBox.home .wrapper__sizesBuy .item__buyButton {
      transform: none !important;
  }
  
  .shelfBox.home .shelf .owl-dots {
      display: none;
  }
  
  .shelfBox.home .shelf .owl-item:hover .wrapper__sizesBuy {
      opacity: 1;
      pointer-events: all;
      top: -80px;
  }
  
  .instaShop .container { 
      margin-top: 60px;
      padding-top: 60px;
      position: relative;
  }
  
  .instaShop .container::after {
      content: "";
      position: absolute;
      width: calc(100% - 12px * 2);
      height: 1px;
      background: #CCCCCC;
      top: 0;
  }

  .pageMain {
    padding-bottom: 0 !important;
  }

@media (max-width: 1300px) {
  .item__buyButton {
    max-width: 100px !important;
  }
  .shelf__item .item__buyButton .buy-button-normal a {
   font-size: 0.8rem;
  }
}
  
  @media (max-width: 1024px) {
    .mainBanner__box .owl-dots .owl-dot span {
      display: none;
    }
      .cta_main .container {
          display: grid;
          align-items: center;
          grid-template-columns: 1fr 1fr;
          padding: 0 8px;
      }
      .shelfBox.home .item__main {
          padding-top: 16px
      }
      .shelfBox.home .wrapper__sizesBuy {
          display: none;
      }
      .shelfBox.home {
          margin-top: 60px;
      }
      .shelfBox.home .shelfBox__body, 
      .shelfBox {
          margin: 0;
      }
      .shelfBox.home .container {
          padding: 0 8px;
      }
      
      .shelfBox.home .shelfBox__shelf {
         padding: 0; 
      }
      
      .benefits {
          padding: 0 !important;
      }
      .shelfBox.home .owl-carousel.owl-loaded .owl-nav button {
          margin: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 8;
      }
      .shelfBox.home .owl-carousel.owl-loaded .owl-nav button svg {
          height: 10px;
      }
      .shelfBox.home .item__main .item__colors {
          display: none;
      }
      .shelfBox.home .item__main .item__price .price__listPrice--value, 
      .shelfBox.home .item__main .item__price .price__bestPrice .price__bestPrice--value {
          font-size: 13px;
          line-height: 126%;
      }
      .shelfBox.home .item__main .item__name--text {
          font-size: 11px;
          line-height: 126%;
      }
      
      .shelfBox__title--line {
          display: none;
      }
      .shelfBox__title--reallyTitle {
          max-width: 276px;
          text-align: center;
      }
      
  }

.closeMenuMobile {
  display: none;
}