.elementor-427 .elementor-element.elementor-element-67437bf{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-2a357d8 *//* TOPO */
.produto-topbar {
  width: 100%;
  padding: 16px 16px 14px;
  box-sizing: border-box;
}

.btn-voltar {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 1px solid #dcdcdc;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-voltar:hover {
  background: #f7f7f7;
}

/* LINHA FULL WIDTH */
.produto-divider {
  width: 100vw;
  height: 1px;
  background: #e6e6e6;
  margin: 0 0 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* CONTAINER PRINCIPAL */
.produto-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 80px 60px;
  box-sizing: border-box;
}

/* IMAGEM */
.col-img {
  flex: 1 1 55%;
  display: flex;
  justify-content: center;
}

.img-box {
  width: 100%;
  max-width: 700px;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  background: #f7f7f7;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  box-sizing: border-box;
}

/* CARROSSEL */
.produto-slider {
  position: relative;
  width: 100%;
}

.produto-slider-viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.produto-slider-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.produto-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.produto-slide img {
  width: 100%;
  height: auto;
  max-width: 500px;
  object-fit: contain;
  display: block;
}

/* SETAS */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #f06d3f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.slider-arrow:hover {
  background: #fff;
  border-color: #f06d3f;
  color: #d95d31;
}

.slider-arrow span {
  font-size: 28px;
  line-height: 1;
  transform: translateY(-1px);
}

.slider-arrow-prev {
  left: 14px;
}

.slider-arrow-next {
  right: 14px;
}

/* MINIATURAS */
.produto-thumbs {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 18px;
  flex-wrap: wrap;
}

.produto-thumb {
  width: 72px;
  height: 72px;
  padding: 6px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

/* HOVER E SELEÇÃO EM CINZA CLARO */
.produto-thumb:hover {
  border-color: #dcdcdc !important;
  background: #f5f5f5;
}

.produto-thumb.is-active {
  border-color: #dcdcdc !important;
  box-shadow: 0 0 0 1px #dcdcdc inset !important;
  background: #f5f5f5;
}

/* REMOVE FOCO ROSA DO TEMA/NAVEGADOR */
.produto-thumb:focus,
.produto-thumb:active,
.produto-thumb:focus-visible {
  outline: none !important;
  border-color: #dcdcdc !important;
  box-shadow: 0 0 0 2px #e0e0e0 !important;
  background: #f5f5f5;
}

button.produto-thumb {
  border-color: #e5e5e5;
  background: #fff;
}

.produto-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* INFO */
.col-info {
  flex: 1 1 45%;
  max-width: 520px;
  padding-top: 10px;
}

/* CATEGORIA */
.produto-categoria {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  background: #fff;
  color: #f06d3f;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 18px;
}

/* TÍTULO */
.col-info h1 {
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
  margin: 0 0 12px;
}

/* META / SKU */
.produto-meta {
  margin-bottom: 12px;
}

.col-info .sku {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #6f6f6f;
}

/* DESCRIÇÃO BREVE */
.breve {
  color: #444;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 26px;
}

/* BOTÃO WHATSAPP */
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 240px;
  background: #25d366;
  color: #111;
  padding: 16px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-whatsapp:hover {
  background: #1fbe59;
  transform: translateY(-1px);
}

.btn-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.btn-whatsapp-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.btn-whatsapp-text {
  display: inline-block;
  line-height: 1;
}

/* DESCRIÇÃO COMPLETA */
.descricao-completa {
  width: 100%;
  margin: 10px auto 60px;
  padding: 0 80px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.75;
  color: #444;
}

/* RESPONSIVO TABLET */
@media (max-width: 1024px) {
  .produto-topbar {
    padding: 14px 20px 12px;
  }

  .produto-custom {
    gap: 32px;
    padding: 20px 24px 50px;
  }

  .descricao-completa {
    padding: 0 24px;
  }

  .img-box {
    max-width: 100%;
    min-height: 360px;
    padding: 28px;
  }

  .produto-slide img {
    max-width: 380px;
  }

  .col-info {
    max-width: 100%;
  }

  .col-info h1 {
    font-size: 28px;
  }

  .breve {
    font-size: 16px;
  }
}

/* RESPONSIVO MOBILE */
@media (max-width: 767px) {
  .produto-topbar {
    padding: 12px 10px 10px;
  }

  .btn-voltar {
    padding: 10px 18px;
    font-size: 15px;
    gap: 6px;
  }

  .produto-divider {
    margin-bottom: 16px;
  }

  .produto-custom {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
    padding: 0 16px 36px;
  }

  .col-img,
  .col-info {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }

  .col-img {
    justify-content: center;
  }

  .img-box {
    max-width: 100%;
    min-height: 260px;
    padding: 20px;
    border-radius: 16px;
  }

  .produto-slide img {
    width: 100%;
    max-width: 100%;
    max-height: 240px;
  }

  .produto-categoria {
    height: 30px;
    padding: 0 12px;
    font-size: 11px;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
  }

  .col-info {
    padding-top: 0;
  }

  .col-info h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .produto-meta {
    margin-bottom: 10px;
  }

  .col-info .sku {
    font-size: 14px;
    line-height: 1.5;
  }

  .breve {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .btn-whatsapp {
    width: 100%;
    min-width: 100%;
    padding: 15px 20px;
    font-size: 15px;
    gap: 8px;
  }

  .btn-whatsapp-icon svg {
    width: 17px;
    height: 17px;
  }

  .slider-arrow {
    width: 38px;
    height: 38px;
  }

  .slider-arrow span {
    font-size: 24px;
  }

  .slider-arrow-prev {
    left: 10px;
  }

  .slider-arrow-next {
    right: 10px;
  }

  .produto-thumbs {
    gap: 8px;
    margin-top: 14px;
  }

  .produto-thumb {
    width: 58px;
    height: 58px;
    border-radius: 10px;
  }

  .descricao-completa {
    padding: 0 16px 30px;
    font-size: 14px;
    line-height: 1.7;
  }
}

/* RESPONSIVO MOBILE PEQUENO */
@media (max-width: 480px) {
  .produto-topbar {
    padding: 10px 8px 8px;
  }

  .btn-voltar {
    padding: 9px 16px;
    font-size: 14px;
  }

  .produto-custom {
    padding: 0 12px 30px;
    gap: 20px;
  }

  .img-box {
    min-height: 220px;
    padding: 16px;
  }

  .produto-slide img {
    max-height: 210px;
  }

  .produto-categoria {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .col-info h1 {
    font-size: 21px;
  }

  .col-info .sku {
    font-size: 13px;
  }

  .breve {
    font-size: 14px;
  }

  .btn-whatsapp {
    font-size: 14px;
    padding: 14px 18px;
  }

  .descricao-completa {
    padding: 0 12px 24px;
    font-size: 14px;
  }
}/* End custom CSS */