#header-main .header-2 {
    padding: 20px 0 !important;
    background: #fafafa;
}
#nav-main .element-menu-category {
    box-shadow: 0 0px 0 rgb(0 0 0 / 15%);
}
#header-main .element-shopping-cart .link-shopping-cart {
    background: #fafafa;
}
.element-shopping-cart .link-shopping-cart .wrapper-list-products-shopping-cart .list-products-shopping-cart .total-price-shopping-cart-wrapper {
    font-size: 14px;
    line-height: 10px;
}



/* BOTÕES DA VITRINE/HOME */
.product-list-item .btn-buy,
.product-list-item .btn-buy-kit {

    width: 90%;
    height: 38px;

    border-radius: 6px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto;
    padding: 0 20px !important;
}

/* TEXTO */
.product-list-item .btn-buy .btn-text,
.product-list-item .btn-buy-kit .btn-text {

    font-size: 14px;
    font-weight: 600;
}

/* ÍCONE */
.product-list-item .btn-buy .btn-icon,
.product-list-item .btn-buy-kit .btn-icon {

    margin-right: 6px;
}


/* Botão de avaliação */
.btn-comment-submit {

    background: #b23d2d !important;
    border-color: #b23d2d !important;
    color: #fff !important;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 0 20px;

    border-radius: 6px;
}

/* Remove texto original */
.btn-comment-submit .btn-text {
    font-size: 0 !important;
}

/* Novo texto */
.btn-comment-submit .btn-text::after {

    content: "Faça uma avaliação neste produto!";

    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;

    white-space: nowrap;
    color: #fff;
}

/* Hover */
.btn-comment-submit:hover {

    opacity: 0.92;
    transition: .2s ease;
}



/* ÁREA GERAL DOS DEPOIMENTOS */
.wrapper-depoimentos {
    display: flex;
    flex-direction: column;
    gap: 28px; /* espaço entre depoimentos */
    margin-top: 30px;
}

/* CARD DO DEPOIMENTO */
.wrapper-depoimentos .post {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    padding: 28px;
    
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);

    transition: all 0.3s ease;
}

/* EFEITO HOVER */
.wrapper-depoimentos .post:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
}

/* NOME DO CLIENTE */
.wrapper-depoimentos .depoimentos-username {
    font-weight: 700 !important;
    font-size: 20px;
    color: #222;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* OCULTAR DATA */
.wrapper-depoimentos .depoimentos-date {
    display: none !important;
}

/* TEXO DO DEPOIMENTO */
.wrapper-depoimentos .depoimentos-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

/* REMOVE ESTILOS INTERNOS QUE VÊM DO SISTEMA */
.wrapper-depoimentos .depoimentos-content span,
.wrapper-depoimentos .depoimentos-content p {
    font-size: inherit !important;
    font-family: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
}


.wrapper-depoimentos .post::before {
    content: "★★★★★";
    color: #c59d5f;
    display: block;
    font-size: 18px;
    margin-bottom: 14px;
    letter-spacing: 3px;
}
