body {
    font-family: 'Proxima Nova', -apple-system, Roboto, Arial, sans-serif;
    background-color: #ededed;
    
}

/* Container principal centralizado com fundo branco */
.custom-product-page-container {
    display: flex;
    justify-content: center;
    padding: 30px;
    margin: 80px;
    
}

/* Container interno com fundo branco */
.custom-product-container {
    display: flex;
    max-width: 1184px;
    width: 100%;
    padding: 20px;
    background-color: #fff; /* Fundo branco */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    gap: 180px;
}

/* Container da galeria de imagens */
.product-image-gallery {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Thumbnails */
.product-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 80px; /* Ajuste a largura conforme necessário */
}

.product-thumbnails img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    
    cursor: pointer;
}

.product-thumbnails img.selected {
    border-color: #0073aa;
}


.product-thumbnails img.active-thumbnail {
    border: 2px solid #007bff; /* Borda azul para a thumbnail ativa */
}

.product-thumbnails img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}


.custom-thumbnail {
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 2px solid #ddd; /* Borda transparente padrão */
}

.custom-thumbnail.active-thumbnail {
    border: 2px solid #007bff; /* Borda azul para a thumbnail ativa */
}

.custom-thumbnail:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .main-product-image {
      width: 500px;
      height: 500px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #fff;
      box-sizing: border-box;
      overflow: hidden;
  }

  .main-product-image img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      display: block;
  }
}




.custom-main-image {
    width: 130%;
    object-fit: contain;
    padding-left: 10px;
    height: auto;
    border-radius: 8px;
    aspect-ratio: auto 700 / 500;


}




/* Estilos para a coluna de informações */
.product-info {
    width: 30%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Estilo para o texto "Novo | +X vendidos" */
.product-status {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .55);
    margin-bottom: 0px;
    display: block;
    font-weight: normal;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
}

/* Título do produto */
.product-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.18;
    margin-right: 28px;
    padding: 0;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
}

/* Preço do produto */
.product-price {
    font-size: 36px;
    color: rgba(0, 0, 0, .9);
    font-weight: 300;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    line-height: 1;
    margin: 0;
}

/* Estilos para as informações adicionais */
.payment-conditions,
.delivery-info,
.return-policy,
.stock-info {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
}



/* Estilos para a informação de parcelas */
.installment-info {
    font-size: 16px;
    color: #00a650; /* Cor verde para o texto de parcelamento */
    line-height: 1.2;
    margin: 0; /* Remove espaçamento extra */
}
/* Link para "Ver os meios de pagamento" */
.payment-link {
    margin: 0px 0 0; /* Margem pequena acima */
}

.payment-link a {
    font-size: 14px;
    color: #0073e6;
    text-decoration: underline;
    cursor: pointer;
}

.delivery-info .delivery-status {
    color: #00a650; /* Verde */
    font-size: 14px;
    font-weight: 600;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    line-height: 1.3;
    margin-bottom: 2px;
}

.more-delivery-options a {
    color: #0073e6;
    text-decoration: underline;
    cursor: pointer;
}
.delivery-info p {
    margin-bottom: 5px; /* Reduz o espaçamento entre os parágrafos */
}
.more-delivery-options {
    margin-top: 5px; /* Mantém o link de entrega separado */
}
/* Estilo para a seção de devolução */
.return-policy .return-title {
    color: #28a745; /* Verde */
    font-weight: bold;
    margin-bottom: 2px; /* Mantém o layout compacto */
}

.return-policy .return-info {
    font-size: 14px;
    color: #666;
    margin: 0;
    margin-bottom: -10px;
}

.return-policy .return-link a {
    color: #0073e6;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    margin: 0; /* Sem margem para deixar mais próximo do texto acima */
    display: inline-block;
}
/* Ajuste para o link "Saiba mais" para reduzir o espaço inferior */
.return-link a {
    color: #0073e6;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    margin: 0; /* Remove todas as margens */
    display: inline-block;
}

/* Estilo para o texto "Estoque disponível" */
.stock-info {
    color: #333; /* Cor do texto */
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px; /* Reduz a margem superior para que fique mais próximo */
    margin-bottom: -36px !important; /* Remove margem inferior */
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
}



/* Estilo do modal */
.modal {
    display: none; /* Inicialmente escondido */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semitransparente */
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover,
.close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.credit-cards img, .debit-cards img {
    width: 50px;
    margin-right: 10px;
}

.debit-cards img {
    width: 50px;
    
}

h3 {
    font-size: 18px;
    margin-top: 20px;
    color: #333;
}

.delivery-cost {
    color: #28a745;
    font-weight: bold;
}

.free-shipping-note {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    justify-content: center;
}

.highlight {
    color: #00a650;
    font-weight: bold;
    justify-content: center;
}

.view-map-link {
    color: #0073e6;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.quantity-section {
    margin-top: 10px;
    padding: 10px;
    background-color: #f5f5f5; /* Fundo claro */
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    
}

/* Estilo do label "Quantidade:" */
.quantity-section label {
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}

/* Estilo para simular a ação de clicar */
.quantity-section:hover {
    background-color: #eaeaea;
}
.quantity-container {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.quantity-container strong {
    margin: 0 5px;
}

.quantity-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 4px 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    margin-right: 8px;
}

/* Estilo da quantidade selecionada */
.selected-quantity {
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}
/* Estilo da seta para a direita */
.dropdown-arrow {
    color: #666;
    font-size: 1.2em;
    margin-left: auto;
}

/* Estilo do dropdown de opções de quantidade */
.quantity-options {
    display: none; /* Oculto por padrão */
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0;
}
.quantity-options li {
    padding: 10px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.quantity-options li:hover {
    background-color: #f0f0f0;
}
/* Estilo do texto de estoque disponível */
.stock-available {
    color: #666;
    font-size: 0.9em;
    margin-right: auto;
}

/* Estilo do botão "Comprar" */
.buy-now-custom {
    width: 100% !important;
    padding: 15px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background-color: #007bff !important; /* Azul principal */
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: background-color 0.3s ease !important;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-se
}

.buy-now-custom:hover {
    background-color: #0056b3 !important; /* Azul mais escuro ao passar o mouse */
}

/* Estilo do botão "Adicionar ao Carrinho" */
.add-to-cart-custom {
    width: 100% !important;
    padding: 15px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #007bff !important; /* Azul mais suave para texto */
    background-color: #e7f1ff !important; /* Fundo mais claro */
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    text-align: center !important;
    top: -30px !important;
    transition: background-color 0.3s ease !important;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-se
}

.add-to-cart-custom:hover {
    background-color: #cce0ff !important; /* Fundo mais escuro ao passar o mouse */
}


/* Produtos relacionados */

.related-products-container h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

/* Ajuste para o carrossel de produtos */
.related-products-carousel {
    display: flex;
    gap: 20px; /* Espaçamento entre os produtos */
    max-width: 100%; /* Limita a largura */
}


/* Estilização dos itens individuais de produtos relacionados */
.related-product-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: left;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Botões de navegação do carrossel */
/* Botões de navegação do carrossel */
.carousel-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    top: -40px; /* Posiciona os botões acima dos produtos */
}

.carousel-nav button {
    width: 40px;
    height: 40px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-nav button:hover {
    background-color: #0056b3;
}

.carousel-nav .carousel-prev::before {
    content: '◀';
    font-size: 20px;
}

.carousel-nav .carousel-next::before {
    content: '▶';
    font-size: 20px;
}

.related-products-container {
    display: flex;
    flex-direction: column; /* Para alinhar o título acima do carrossel */
    align-items: center; /* Centraliza o conteúdo */
    max-width: 1184px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.related-products-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px; /* Espaçamento abaixo do título */
    text-align: center; /* Garante o alinhamento central */
}


.related-products-carousel {
    display: flex;
    gap: 20px; /* Espaçamento entre os produtos */
    width: 100%; /* Ocupa a largura total do container */
}

/* Ajuste de altura para manter o tamanho da imagem consistente */
.related-product-image img {
    width: 100%;
    height: 200px; /* Defina a altura fixa */
    object-fit: cover; /* Para centralizar e cortar o excesso */
    border-radius: 4px;
    margin-bottom: 10px;
}

/* Garantir altura mínima para o título, preço, e outros elementos */
.related-product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.related-product-price {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0px;
    min-height: 25px;
}

.related-product-installments {
    font-size: 14px;
    color: #333;
    margin-bottom: 0px;
    min-height: 20px;
}


.related-product-shipping {
    font-size: 14px;
    color: #28a745;
    font-weight: 600;
    margin-bottom: 0px;
    min-height: 20px;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
}

.related-product-title {
    font-size: 16px;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    font-weight: normal;
    color: #333;
    min-height: 40px;
    line-height: 1.2;
}

.related-product-link {
    text-decoration: none;
    color: inherit;
}
.related-product-link:hover .related-product-item {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Efeito hover opcional */
    transform: scale(1.02);
    transition: 0.3s ease;
}


.product-description-container {
    display: flex;
    flex-direction: column;
    max-width: 1184px;
    width: 100%;
    padding: 20px;
    margin: 20px auto; /* Centraliza o contêiner */
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.description-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.description-content {
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
}

.product-reviews-container {
    max-width: 1184px;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.product-reviews-container h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}

.product-reviews-container .comment-form-rating label {
    font-weight: bold;
}

.product-reviews-container .stars span a {
    color: #ffb400; /* Cor das estrelas */
    font-size: 18px;
}

.product-reviews-container .commentlist li {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.product-reviews-container .comment-text {
    margin-top: 10px;
    color: #666;
}

.product-reviews-container .comment-author {
    font-weight: bold;
    margin-bottom: 5px;
}

.product-rating {
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    cursor: pointer !important; /* Indica que é clicável */
    
}
.rating-number-container {
    font-weight: bold;
    width: 5%; /* Controla o espaço para o número de avaliação */
    text-align: left;
}

.stars-container {
    color: #FFD700 !important; /* Dourado para as estrelas */
    font-size: 1.5em !important;
    display: inline-flex !important;
    width: 10% !important; /* Controla o espaço para as estrelas */
    align-items: center !important;
    justify-content: center !important;
    margin-top: -39px !important;
    padding-right: 50px !important;

}

.rating-count-container {
    color: #555 !important;
    font-size: 0.9em!important;
    width: 40% !important; /* Controla o espaço para o número de avaliações */
    text-align: right !important;
    padding-left: 5px !important;
}

.product-rating .rating-number {
    font-weight: bold !important;
    margin-right: 5px !important;
}

.product-rating .rating-count {
    margin-left: 50px !important;
    color: #666 !important;
}

.star-rating {
    display: inline-flex;
    position: relative;
}


.star-rating::before {
    content: "★★★★★" !important;
    letter-spacing: 3px !important;
    color: #3483fa !important; /* Cor para estrelas vazias */
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    
}

.star-rating span {
    color: #3483fa; /* Cor para as estrelas */
    font-size: 1.2em;
}

.star-rating .filled {
    color: #3483fa; /* Cor das estrelas preenchidas */
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}


/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    width: 80%;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

/* Estilo das avaliações no modal */
.review-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}



.storage-shipping-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666; /* Cor do texto */
    margin: 0px !important
}

.storage-shipping-info img.full-logo {
    width: 50px; /* Tamanho da imagem */
    height: auto;
    margin-left: 5px; /* Espaço entre o texto e a imagem */
}


.variation-section {
    margin-top: 10px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    width: 86%;
    
}

.variation-container {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.variation-options {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    list-style: none;
    padding: 0;
    margin: 0;
}

.variation-options li {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.variation-options li:hover {
    background-color: #f0f0f0;
}

.dropdown-arrow {
    margin-left: auto;
    font-size: 12px;
}


.product-thumbnails {
    display: flex; /* Exibe no desktop */
}

.main-product-carousel {
    display: none !important; /* Oculta o carrossel no desktop */
}

/* Aqui começa o responsivo Mobile */

/* Estilos gerais para centralizar o conteúdo em telas menores */


/* Ajustes para o container principal em dispositivos móveis */
@media (max-width: 768px) {
    body, html {
    font-family: 'Proxima Nova', -apple-system, Roboto, Arial, sans-serif;
    background-color: #fff;
    overflow-x: hidden; /* Evita o deslocamento horizontal no body */
    
}

    .custom-main-image {
    
}

    .custom-product-page-container {
        display: flex;
        justify-content: center;
         /* Ocupa 100% da largura da tela */
        margin: 0; /* Remove a margem externa */
        padding: 0px; /* Ajusta o padding para ocupar melhor o espaço */
        margin-top: 20px;
        background-color: #fff;
        
    }

    .custom-product-container {
        flex-direction: column !important; /* Ajusta o conteúdo para coluna */
        max-width: 100%; /* Garante que o conteúdo também ocupe toda a largura */
        width: 100%; /* Ocupa 100% da largura da tela */
        padding: 0px; /* Ajusta o padding interno */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        background-color: #fff;
        gap: 10px;

    }


.main-product-carousel .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px; /* altura máxima do container */
    background: #fff; /* opcional, fundo branco para destacar imagem */
}

.main-product-carousel .slick-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; /* mantém proporção sem cortar */
}



/* Estilizar o indicador de pontos (dots) */
.main-product-carousel .slick-dots li button:before {
    color: #007bff; /* Cor dos pontos inativos */
    font-size: 12px; /* Tamanho dos pontos */
}

.main-product-carousel .slick-dots li.slick-active button:before {
    color: #0073e6 !important; /* Cor do ponto ativo */
}

    
    
    /* Imagem principal */
    .main-product-image img {
        display: none !important;
    
    }
    
    /* Thumbnails */
    .product-thumbnails {
        display: none !important;

    }
    
    .main-product-carousel {
        display: block !important; /* Exibe o carrossel no mobile */
        width: 100% !important;
        height: auto !important;
        padding-top: 60px !important;
    }
    
    /* Coluna de informações do produto */
    .product-info {
        width: 100%;
        padding: 20px;
        box-shadow: none !important;
        border: 0px solid #ddd; 
        background-color: #fff;
    }

    /* Ajuste para o preço e título do produto */
    .product-title {
        font-size: 19px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .product-price {
        font-size: 34px;
    }
    .installment-info {
        font-size: 18px;
    }

    .delivery-info .delivery-status {
      font-size: 16px;
    
    }

    .return-policy .return-title {
      font-size: 16px;

    }

    .stock-info {
        font-size: 15px;
    }


    .quantity-section {
    width: 86%;
    }

    .rating-count-container {
    
    width: 30% !important;
    
    }

    .rating-number-container {
    
    width: 3% !important;
    
    }

    /* Ajustes nos botões de compra e adicionar ao carrinho */
    .buy-now-custom, .add-to-cart-custom {
        padding: 10px;
        font-size: 14px;
        margin: 0px;
        width: 91% !important;
        text-align: center !important;
        align-items: center !important;

    
    }

    .add-to-cart-success {
  
  margin-right: 20px !important;
  padding: 10px !important;
  background-color: #28a745 !important;
  color: #fff !important;
  border-radius: 5px !important;
  position: relative !important;
  top: 0px !important;
  right: 15px !important;
  z-index: 1000 !important;
}

}

.credit-cards img, .debit-cards img {
    width: 50px;
    margin-right: 10px;
}

.recommended-category {
    display: flex;
    align-items: center;
    margin-bottom: -10px; /* Espaçamento abaixo */
}

.recommended-icon {
    display: flex;
    align-items: center;
    background-color: #191919; /* Cor de fundo preta */
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    margin-right: 10px;
}

.recommended-icon img {
    width: 20px; /* Tamanho do ícone */
    height: auto;
    margin-right: 5px;

}

.in-category {
    font-size: 12px;
    color: #666; /* Cor do texto */
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
}

.return-policy-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.return-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.return-icon {
    width: 24px; /* Ajuste o tamanho dos ícones conforme necessário */
    height: 24px;
}

.return-item p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.return-policy-link {
    color: #0073e6;
    text-decoration: underline;
    cursor: pointer;
}


/* css colocado 12/06/2025 */
    

.product-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  text-shadow: 0 1px 0 #fff;
}

.ml-product-rating {
  margin: 0 0 6px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.ml-product-rating .stars {
  display: flex;
  align-items: center;
}

.ml-product-rating .star-icon {
  font-size: 22px;
  color: #1e88e5;
  margin-right: 1px;
}

.ml-product-rating .rating-count {
  color: #666;
  font-size: 14px;
}

.product-price {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin: 4px 0 6px 0;
}

/* Modal de avaliações */
.review-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}

.review-modal-content {
  background: white;
  padding: 20px;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.review-list .review-item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .review-modal-content {
    width: 95%;
    padding: 15px;
  }

  .ml-product-rating .star-icon {
    font-size: 20px;
  }
}