.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: goldenrod;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s 
ease;
}



#carouselProduto .carousel-indicators button {
  /* Tamanho e forma de um bullet */
  width: 10px;
  height: 10px;
  border-radius: 50%; /* Torna-os circulares */
  /* Espaçamento */
  margin: 0 5px;
  /* Garante que o fundo seja visível e o ativo se destaque */
  background-color: #aaa !important; /* Cor padrão (inativo) */
  opacity: 0.5; /* Transparência para o inativo */
  border: none;
}

#carouselProduto .carousel-indicators .active {
  background-color: #000 !important; /* Cor de destaque (ativo) - use a cor da sua paleta */
  opacity: 1;
}

/* Garante que o div dos bullets fique centralizado abaixo do carrossel */
#carouselProduto + .d-flex {
    justify-content: center;
    margin-top: 10px; /* Adiciona um pequeno espaçamento da imagem */
}

/* Opcional: Garante que os bullets fiquem dentro do carrossel, se você usar a estrutura de bullets dentro do carrossel */
.carousel-indicators {
    position: static; /* Remove o posicionamento absoluto que joga para baixo */
    margin-bottom: 0;
}

    
#comprimento {
  width: 100%;
  height: 500px !important;
  object-fit: contain;
  padding-top: 20px
}
#blocoproduto {
  padding: 50px
}
@media (max-width: 740px) {
  #comprimento {
    height: 300px !important;
    margin-top: 20px
  }
  #blocoproduto {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px
  }
}
.breadcrumb-swiper {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  gap: 0.5rem;
  font-size: 14px
}
.breadcrumb-swiper::-webkit-scrollbar {
  display: none; /* Esconde a barra de rolagem no Chrome/Safari */
}
.breadcrumb-swiper a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.breadcrumb-swiper .active {
  color: #6c757d;
  pointer-events: none;
}
.breadcrumb-divider::after {
  content: "/";
  margin: 0 0.5rem;
  color: #6c757d;
}
.carousel-button {
  background-color: none;
  color: var(--cor-padrao2);
  border: none;
  border-radius: 10%;
  width:50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.carousel-button:hover {
  color: var(--cor-padrao1);
}
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}
#overlay-loading {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  font-size: 18px;
}
.overlay-hidden {
  display: none !important;
}
.valor {font-size: 32px; font-weight: bold; color: #000 !important; line-height:10px !important; padding-top: 25px}
/* Estilo Adicional para o Marketplace e Avaliações */
.rating-stars { color: #ff6200; font-size: 1.1em; }

/* Estilos adicionados para Avaliações */
.rating-display .stars { color: #ff6200; font-size: 1.5rem; }
.rating-display .number { font-size: 3rem; font-weight: bold; }
.progress-bar-container { display: flex; align-items: center; margin-bottom: 5px; }
.progress-bar-container .label { width: 30px; margin-right: 5px; font-weight: 500; }
.progress-bar-container .progress { flex-grow: 1; height: 10px; }
.rating-form .star-rating { cursor: pointer; font-size: 2rem; color: #ccc; }
.rating-form .star-rating.checked { color: #ff6200; }

/* Estilos Gerais da Tabela de Preços */
.review-pricing-table {
    font-family: Arial, sans-serif;
    max-width: 450px;
    margin: 20px auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
}

/* Estilo para cada Oferta/Item */
.review-oferta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    position: relative; /* Necessário para posicionar a tag "Menor Preço" */
}

.review-oferta:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

/* Container de Informações (Loja e Preço) */
.review-informacoes {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.review-loja {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.review-preco-atual {
    font-size: 18px;
    color: #008000; /* Cor verde para destacar o preço */
    font-weight: 900;
    margin-top: 2px;
}

.review-parcelamento {
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}

/* Botão de Ação */
.review-botao {
    text-decoration: none;
    background-color: #333; /* Cor azul padrão */
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    transition: background-color 0.3s;
}

.review-botao:hover {
    background-color: #000;
    color: #fff
}

.review-botao-like {
    text-decoration: none;
    background-color: #fff; /* Cor azul padrão */
    border: 1px solid #333;
    color: #333;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 14px;
    transition: background-color 0.3s;
}

.review-botao-like:hover {
    background-color: #333;
    color: #fff
}

/* Destaque Menor Preço - Estilo da Oferta */
.review-menor-preco {
    background-color: #f0fff0; /* Fundo mais claro e verde para destaque */
    border: 1px solid #008000;
    border-radius: 6px;
    padding-top: 25px; /* Mais espaço para a tag de destaque */
}

/* Destaque Menor Preço - Estilo da Tag/Label */
.review-tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #008000; /* Fundo da tag verde do Buscapé */
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 6px 0 6px 0; /* Borda arredondada no canto superior esquerdo */
}

.review-texto-menor {
    text-transform: uppercase;
    color: #fff;
}

/* Destaque Menor Preço - Botão (opcionalmente mais destacado) */
.review-botao.review-principal {
    background-color: #ff9900; /* Cor laranja de destaque */
}

.review-botao.review-principal:hover {
    background-color: #cc7a00;
}