/** Shopify CDN: Minification failed

Line 493:1 Expected "}" to go with "{"

**/
/* Custom Root */
:root {
--green-tuc: #006B3D;

/* Personalização */ 
/* Instagram Home */ 
#shopify-section-template--17307066531887__171752173029835984 {
  background: #006B3D;
  padding-bottom: calc(var(--vertical-breather)*1.4);
}

.instafeed-new-layout-container .instafeed-new-arrow {
  z-index: 1;
}

/* Fundo Cinza */ 
.product-item__image-wrapper, .product__media-item {
background: #F8F8F8;
}
.oct-calculator-form-container input,
.oct-calculator-form-container select{
  font-size: 15px !important;
}
.product-item__image-wrapper {
  border-radius: calc(var(--button-border-radius) / 2);
}

.product-item__aspect-ratio, .product__media-image-wrapper {
mix-blend-mode: multiply;
}

/* Ajustes PDP */ 
.block-swatch__item {
padding: 4px 12px 6px;
}

.block-swatch__radio:checked + .block-swatch__item {
background: rgb(var(--text-color));
color: rgb(var(--background));
}

/* Menu */
.header {
  border-bottom: 1px solid #efefef;
  font-family: var(--text-font-family), sans-serif !important;
  color: var(--green-tuc);
}

.mobile-nav, .mobile-nav .heading {
  font-family: var(--text-font-family), sans-serif !important;
  color: var(--green-tuc) !important;
}

.mobile-nav__item[data-level="2"] button  {
  font-weight: bold;
  letter-spacing: .5px;
  font-family: var(--text-font-family), sans-serif;
}

@media screen and (min-width: 1200px) {
  .nav-dropdown--restrict, .nav-dropdown .list--unstyled {
    border-radius: calc(var(--button-border-radius)/2);
    margin-top: -16px;
    margin-inline-start: -24px;
  }

  .mega-menu__column .heading--small {
    font-weight: bold;
    font-size: 16px;
    color: rgba(var(--heading-color));
    letter-spacing: .5px;
    font-family: var(--text-font-family), sans-serif;
  }

  /* line break forçado no desktop */
  .header__linklist-link {
      max-width: 156px;
      text-align: center;
      line-height: 120%;
      padding-bottom: 6px;
  }

  .header__linklist-item:nth-child(1) {
    max-width: 80px;
  }

  .header__linklist-item:nth-child(2) {
    max-width: 96px;
  }

  .header__linklist-item:nth-child(4) .header__linklist-link {
    max-width: 110px !important;
  }

  /* chevron */
  .header__linklist-item.has-dropdown {
    display: flex;
  }

  .header__linklist-item.has-dropdown::after {
    content: url(/cdn/shop/files/chevron-menu.svg);
    margin-left: 8px;
    margin-top: -9px;
  }


  .header__linklist-item.has-dropdown > .link--animated::after {
    content: none;
  }
}

/* Padding Menu (Ajuste para logo quadrado) */
.header__wrapper {
  padding: 12px 0;
}

@media screen and (min-width: 741px) {
  .header__wrapper {
    padding: calc(20px - var(--reduce-header-padding) * 10px) 0;
  }
}

/* Installments */
.installments {
  color: rgb(var(--text-color),.6) !important;
}

.installments strong {
  font-size: 1em !important;
  color: rgb(var(--text-color),1) !important;
}

/* Vitrine de Produtos */

.product-item__label-list:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 10px;
  left: auto;
}


.product-item .button.button--outline.button--text.button--full.hidden-touch {
display: none;
}

@media screen and (pointer: fine) {
.product-item .product-item__quick-buy-button.hidden-no-touch {
    display: flex !important;
  }
}

@media screen and (max-width: 1000px) {
  .product-item__quick-buy-button {
    padding: 8px;
    border-radius: 50px;
    scale: .9;
  }
}

@media screen and (min-width: 1000px) {
  .product-item__quick-buy-button {
    background: rgba(var(--root-background),.80);
    padding: 12px;
    position: absolute;
    bottom: 12px;
    border-radius: 50px;
    transition: background 160ms;
  }

  .product-item__quick-buy-button:hover {
    background: rgba(var(--root-background),1);
  }
}


/* PDP — Alterações Alinhamento do Preço */
    .product-meta__price-list-container {
      position: relative;
    }
    
    .price-list {
      flex-direction: row !important;
    }
    
    .product-meta__label-list:not(:empty) {
      margin-inline-start: 0;
    }
    
    .product-meta__label-list.label-list {
      position: absolute;
      top: 2.25rem;
    }
    
    .installments {
      width: 100%;
    }

    .installments:nth-child(3) {
      padding-top: 1.75rem;
    }

@media screen and (min-width: 1000px) {
    
    .product-meta__label-list.label-list {
      top: 2.64rem;
    }

}

/* Frete na PDP */
#calcFreteFreteNoProduto {
    display: flex;
    flex-direction: row !important;
    gap: 1rem !important;
}

.calculoFrete {
margin: 0px 0 !important;
}

.calculoFrete .campoCep, .calculoFrete .btCalc {
    border-radius: 50px;
    min-height: 48px;
}

.btCalc {
    margin-top: 0 !important;
}

@media (max-width: 400px) {
    input.campoCep {
        margin-bottom: 0px !important;
    }
}

.calculoFrete #retorno {
margin-top:1rem !important;
}

@media screen and (max-width: 1000px) {
  .btCalc {
      font-size: 14px !important;
      padding-inline: 12px !important;
  }
}

/* Snippet PDP Reforestation */
.snippet-pdp-reforestation {
display: flex;
gap: 1rem;
align-items:center;
padding-block: 2rem 1rem;
}

.snippet-pdp-reforestation__p {
font-size: .86rem;
opacity: .8;
letter-spacing: .3px;
margin: 0;
}

@media screen and (max-width: 1000px) {
  .snippet-pdp-reforestation {
    flex-direction: column
  }
  .snippet-pdp-reforestation__p {
    text-align: center;
  }
}

/* Normalisation Judge.me */
.jdgm-rev-widg__title {
font-size: var(--heading-h3-font-size) !important;
font-family: var(--heading-font-family) !important;
font-weight: var(--heading-font-weight) !important;
font-style: var(--heading-font-style) !important;
color: rgb(var(--heading-color)) !important;
}

.jdgm-rev-widg.jdgm-rev-widg {
  max-width: 920px;
  margin: auto;
}

.jdgm-histogram__bar, .jdgm-write-rev-link, .jdgm-histogram__bar-content {
  border-radius: var(--button-border-radius) !important;
}

.jdgm-write-rev-link {
  padding-bottom: 16px !important;
  padding-top: 14px !important;
}

/* Main Banner */
@media screen and (max-width: 1000px) {
  .slideshow__nav {
    top: 0;
    bottom: auto;
  }
}

@media screen and (min-width: 1000px) {
  .slideshow__nav {
    bottom: 4px;
  }
}

/* Arredondar Formulário */
.contact__text-list {
  border-radius: var(--button-border-radius);
}

/* Label e Tags de Produto */
.label {
  letter-spacing: .75px;
  border-radius: calc(var(--button-border-radius) / 2);
  padding: 1px 10px 0px;
}

.label--custom2 {
  color: rgb(var(--product-custom-label-text-color));
}

@media screen and (max-width: 1000px) {
  .label {
    padding: 1px 10px 2px;
  }
}

/* Bolinhas Shop The Look */
.shop-the-look__dot {
  background: rgb(var(--section-dot-background));
  width: 32px;
  height: 32px;
  transition: .2s transform ease-out;
}

.shop-the-look__dot::after {
  content: "";
  border: 0px;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  animation: 1.3s ease-in-out infinite alternate ping;
  position: absolute;
  top: -8px;
  left: -8px;
  background: rgba(var(--section-dot-background),.3);
}

.shop-the-look-plus {
  position: absolute;
  left: 11px;
  top: 11px;
  z-index: 1;
  width: 10px;
  height: 10px;
  pointer-events: none;
}

.shop-the-look__dot[aria-expanded="false"] {
transform: rotate(0deg);
}

.shop-the-look__dot[aria-expanded="true"] {
transform: rotate(45deg);
}

.shop-the-look__product {
  z-index: 2;
}

@keyframes ping {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

@media screen and (max-width: 1000px) {
  .shop-the-look-plus {
    left: 10px;
    top: 10px;
    width: 8px;
    height: 8px;
  }

  .shop-the-look__dot {
    width: 28px;
    height: 28px;
  }

  .shop-the-look__dot::after {
    top: -10px;
    left: -10px;
  }

  @keyframes ping {
    from {
      transform: scale(0.85);
    }
  
    to {
      transform: scale(.95);
    }
  }
  
}

/* Página de Produto PDP */
.product-meta {
  margin: 24px 0 4px;
}

/* Zoom Hack (on click) */
.product__zoom-button {
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* Embalar para presente */
.ldt-gw-gift-option-container .lgw-text-xs {
  display: none;
}

.ldt-gw-gift-option-container .lgw-ml-2 {
padding: 0 0 2px;
}

.ldt-gw-gift-option-container {
  padding-bottom: 4px;
}

/* Footer */
.social-media__item {
  box-shadow: none;
}

.footer__eu-reciclo {
  width: 85px;
  margin-top: 0px;
}

@media screen and (min-width: 1000px) {
  .footer__eu-reciclo {
    margin-top: -30px;
  }
}

/* Newsletter */
.input__label {
  background: none;
}

:focus-within ~ .input__label, .is-filled ~ .input__label {
  background: #F7F7F7;
}

/* Página de FAQ */
.faq__category {
  font-family: var(--custom-font-tuc), sans-serif !important;
  font-weight: bold;
  letter-spacing: .5px;
}

.faq__item {
  font-family: var(--custom-font-tuc), sans-serif !important;
}

/* Contact Form Custom */
.contact__rich-text {
  margin: 24px 0px 16px 0px;
}

@media screen and (min-width: 1000px) {
  .contact__main:only-child {
    max-width: 60%;
    border-radius: var(--block-border-radius-reduced) !important;
  }
}
@media screen and (min-width: 741px) {
  .button:not(.button--text) {
    width: auto;
  }
}