/*
Theme Name: Editora SCJ
Theme URI: https://editorascj.com.br
Author: Francisnei Ferrari
Author URI: https://francisneiferrari.com.br
Description: Editora SCJ.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: editorascj
Tags: blog, custom-background, custom-logo, responsive-layout
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* Padrões */
h1, h2, h3 {
	font-family: "DM Serif Display", serif;
}
p, span {
	font-family: "Nunito", sans-serif;
}

/* Ajustes Tabler  */
:root {
  --tblr-primary: #a51a16; /* Laranja vibrante */
  --tblr-danger: #a51a16;
  margin-left: 0;
}
.navbar .navbar-nav .nav-link {
	font-weight: bold;
}
.dropdown-item {
    font-weight: bold;
}
.nav-link {
	color: #474747;
}
.navbar-nav .nav-item {
  margin: 0 auto;
  width: 50%;
}
.navbar {
    min-height: auto;
}
.navbar-brand {
    display: inline-flex;
    align-items: center;
    font-weight: var(--tblr-font-weight-bold);
    margin: 0 auto;
    line-height: 1;
    gap: .5rem;
}
a:hover {
    color: var(--tblr-primary);
}
@media (min-width: 767.98px) {
    .w-md-50 {
        width: 50%;
    }
}
.form-control[size] {
    width: 100%;
}
/* Ajustes Tabler  */

.espaco {
    padding: 40px 0;
}
.mlateral {
    margin: 0 10px !important;
}
.sticky-header {
  position: sticky;
  top: 0;
  z-index: 1030; /* maior que o conteúdo abaixo */
  background-color: #fff; /* ou a cor do seu header */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* opcional: leve sombra */
}
.exbNomeAutor {
    font-weight: bold;
    font-size: 16px;
}

/* Ajustes WooCommerce */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
del {
    color: #714f4f;
}
ins {
    font-weight: bold;
    color: #0b3b65;
}
.wp-block-woocommerce-cart {
    container-type: inline-size;
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
}
.wp-block-woocommerce-checkout {
    container-type: inline-size;
    margin: 0;
    padding-top: 24px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
}
#customer_login {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 3px 10px;
  margin: 5px 0;
  display: block;
  box-shadow: 0px 10px 5px -10px #580F0E;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #e1e1e1;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--tblr-primary);
    border-color: transparent;
    color: #FFFFFF;
    box-shadow: 0px 10px 5px -10px #580F0E;
}
.woocommerce-Address {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 10px;
}
.woocommerce-Address-title {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
    padding: 10px;
}

/* Card de filtro */
.card .badge.bg-light {
  background-color: #f8f9fa !important;
  border: 1px solid #e9ecef;
}

.card a.fw-semibold.text-primary:hover {
  color: #f59f00 !important; /* amarelo Tabler */
}

/* Links do filtro */
.card .text-reset:hover {
  color: #f59f00 !important;
}
/* Ajustes WooCommerce */

.quadro {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}

#menu-menu-principal {
	font-size: 15px;
}
.lupaCampoBuscar {
	height: 40px;
}
.alinharCampoBusca {
	align-items: center;
}

.topoSite .ferramentasTopo .icon {
	--tblr-icon-size: 2rem;
}

.logoEditora {
	width: 300px;
  margin: 10px 0;
}

.barraTopo {
	background-color: var(--tblr-primary);
  width: 100%;
  padding: 2px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

ul.sociais {
	display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
ul.sociais li {
	list-style: none;
	padding: 10px;
}
ul.sociais li a {
	color: #FFFFFF;
}
ul.sociais li a i {
    font-size: 18px;
}
div.telefone {
	color: #FFFFFF;
}
.carousel-item {
	position: relative;
}
.carousel-item .textoSlide {
	position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.tituloSlide {
	padding: 10px;
  background-color: var(--tblr-primary);
  color: #FFF;
  font-weight: bold;
  width: fit-content;
  border-radius: 5px;
  font-size: 2vw;
  margin-top: 60px;
}
.chamada {
	color: #FFF;
  font-weight: bold;
  font-size: 1.7vw;
  margin-top: 20px;
  width: 80%;
}
.btnSlide {
	background-color: #FFF;
	color: var(--tblr-primary);
  padding: 15px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 1.5vw;
  margin-top: 30px;
  display: block;
  width: fit-content;
}
.btnSlide:hover {
	text-decoration: none;
	background-color: var(--tblr-primary);
	color: #FFFFFF;
}

/* Carrossel de autores */
.carousel-autores {
    position: relative;
    margin: 40px auto;
    padding: 20px 0;
}

.autor-item {
    text-align: center;
    padding: 10px;
}

.autor-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ddd;
    transition: transform 0.3s ease;
}

.autor-img:hover {
    transform: scale(1.05);
}

.autor-nome {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.titAutores {
  text-align: center;
  font-size: 40px;
  padding: 0 10px 5px 10px;
  width: fit-content;
  margin: 0 auto;
}

/* Livros em destaque */
.carousel-produtos {
    position: relative;
    margin: 40px auto;
    padding: 20px 0;
}

.produto-item {
    position: relative;
    text-align: center;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.produto-item:hover {
    transform: translateY(-5px);
}

.produto-img {
    object-fit: cover;
}

.produto-nome {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.produto-preco {
    font-weight: bold;
    font-size: 1.4em;
    color: #0b3b65;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    min-height: 60px;
    justify-content: center;
    align-items: center;
}

.produto-comprar-ajax {
  display: inline-block !important;
  padding: 8px 16px!important;
  background: var(--tblr-primary)!important;
  color: #fff!important;
  text-decoration: none!important;
  border-radius: 5px!important;
  font-weight: 500!important;
  transition: background 0.3s ease!important;
  border: none!important;
}

.produto-comprar-ajax:hover {
    background: var(--tblr-primary)!important;
    opacity: .8!important;
}

/* Carrinho lateral */
.carrinho-lateral {
    position: fixed;
    top: 0;
    right: -400px;
    width: 350px;
    height: 100%;
    background: #fff;
    box-shadow: -4px 0 20px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
}

.carrinho-lateral.ativo {
    right: 0;
    padding: 5px;
}

/* Conteúdo interno */
.carrinho-conteudo {
    padding: 25px 20px;
    position: relative;
}

.carrinho-conteudo h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #902321;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Botão de fechar */
.fechar-carrinho {
    font-size: 26px;
    font-weight: bold;
    color: #902321;
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.fechar-carrinho:hover {
    color: #600000;
}

.carrinho-total {
  font-size: 15px;
  background-color: #e1e1e1;
  padding: 8px;
  border-radius: 5px;
}

/* Estilo dos itens do carrinho */
.widget_shopping_cart_content ul.cart_list li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.widget_shopping_cart_content ul.cart_list li img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 5px;
}

.widget_shopping_cart_content .total {
    font-weight: bold;
    margin-top: 15px;
    font-size: 16px;
    color: #902321;
}

.widget_shopping_cart_content .buttons a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background: #902321;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.widget_shopping_cart_content .buttons a:hover {
    background: #600000;
}

.carrinho-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
    display: none;
}

.carrinho-lateral.ativo ~ .carrinho-overlay {
    display: block;
}

.woocommerce-mini-cart__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

ul.carrinho-itens {
    margin: 0;
    padding: 0;
}

.carrinho-itens li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #c3c3c3;
    padding: 0 0 5px 0;
}

.carrinho-info {
    flex: 1;
}

.carrinho-nome {
    font-weight: 600;
    margin-bottom: 5px;
}

.carrinho-preco {
    color: #902321;
    margin-bottom: 5px;
}

.carrinho-quantidade {
    display: flex;
    align-items: center;
    gap: 10px;
}

.carrinho-quantidade button {
    background: #902321;
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
}

.carrinho-quantidade button:hover {
    background: #600000;
}

.quantidade-atual {
    font-weight: bold;
}

.carrinho-wrapper {
  position: relative;
}

.contador-carrinho {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #902321;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
  min-width: 18px;
  text-align: center;
  line-height: 1;
}

.btnMiniCart a {
  background-color: var(--tblr-primary) !important;
  color: #FFF !important;
  padding: 8px !important;
  border-radius: 7px !important;
  margin: 10px 0 !important;
}
.btnMiniCart a:hover {
    text-decoration: none !important;
}

/* Chamada Biblioteca do Coração */
.chamadaBiblioteca {
    text-align: center;
    padding: 70px 0;
    background: #e1d9d1; /* ou qualquer cor desejada f2f0ff */
    clip-path: polygon(
        0% 5%,     /* canto superior esquerdo */
        50% 0%,    /* centro rebaixado */
        100% 5%,   /* canto superior direito */
        100% 100%,  /* canto inferior direito */
        0% 100%     /* canto inferior esquerdo */
    );
}
.chamadaBiblioteca p {
    font-size: 1.5em;
    padding: 30px 0;
}
.chamadaBiblioteca a {
  background-color: var(--tblr-primary) !important;
  color: #FFFFFF;
  border: none;
}
.chamadaBiblioteca a:hover {
    color: #FFFFFF;
    opacity: .9;
}

/* Autores */
.chamadaAutores {
  background-color: #FFFFFF;
}

/* Footer */
footer#rodape {
  min-height: 300px;
  background: #1f2937; /* ou qualquer cor desejada */
  clip-path: polygon(
    0% 5%,     /* canto superior esquerdo */
    50% 20%,    /* centro rebaixado */
    100% 5%,   /* canto superior direito */
    100% 100%,  /* canto inferior direito */
    0% 100%     /* canto inferior esquerdo */
  );
  padding: 90px 0 50px 0;
}
footer#rodape p.copyright {
  text-align: center;
  color: #727272;
}
footer#rodape ul.listaRodape {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}
footer#rodape ul.listaRodape > li {
  list-style: none;
  width: 25%;
  color: #FFFFFF;
  font-size: 1.1rem;
}
footer#rodape ul.listaRodape > li > ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
footer#rodape ul.listaRodape > li > ul > li {
  list-style: none;
  font-size: 1.5rem;
}
footer#rodape ul.listaRodape > li > ul > li a {
  text-decoration: none;
  color: #FFFFFF;  
}
footer#rodape svg {
  color: #FFFFFF;
  background-color: #FFFFFF;
  width: 30px;
  padding: 2px;
  border-radius: 5px;
  min-height: 30px;
}
footer#rodape img {
  width: 100%;
}

/* xs: menor que 576px */
@media (max-width: 575.98px) {
    footer#rodape ul.listaRodape {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
      }
      footer#rodape {
        min-height: 300px;
        background: #1f2937;
        clip-path: polygon(
          0% 0%, /* canto superior esquerdo */
          50% 5%, /* centro rebaixado */
          100% 0%, /* canto superior direito */
          100% 100%, /* canto inferior direito */
          0% 100% /* canto inferior esquerdo */
        );
        padding: 90px 0 50px 0;
      }
      footer#rodape ul.listaRodape > li {
        list-style: none;
        width: 100%;
        color: #FFFFFF;
        font-size: 1.1rem;
        margin: 20px 0;
      }
}

/* sm: entre 576px e 767.98px */
@media (min-width: 576px) and (max-width: 767.98px) {
    footer#rodape ul.listaRodape {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        flex-wrap: wrap;
      }
      footer#rodape {
        min-height: 300px;
        background: #1f2937;
        clip-path: polygon(
          0% 0%, /* canto superior esquerdo */
          50% 5%, /* centro rebaixado */
          100% 0%, /* canto superior direito */
          100% 100%, /* canto inferior direito */
          0% 100% /* canto inferior esquerdo */
        );
        padding: 90px 0 50px 0;
      }
      footer#rodape ul.listaRodape > li {
        list-style: none;
        width: 100%;
        color: #FFFFFF;
        font-size: 1.1rem;
        margin: 20px 0;
      }
}

.wp-block-product-filter--hidden {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Postagens */

#posts-slider{
    margin-top: 80px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -20px 15px 8px 15px;
    height: 200px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(204,129,127,0.75) 0%, rgba(145,35,33,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title {
  height: 100px;
  display: flex;
  align-items: center;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color: var(--tblr-primary);
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: var(--tblr-primary);
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #580F0E;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    opacity: .9;
    text-decoration:none;
    color:#fff;
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}

/* Postagens */

.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}

.owl-nav {
    position: relative;
    top: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 15px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    pointer-events: all; /* reativa clique nos botões */
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: background 0.3s ease;
    color: #333;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 3px !important;
}

.owl-nav button:hover {
    background: #f0f0f0;
}

.carousel-autores .owl-item img {
  display: block;
  width: 120px !important;
  margin: 0 auto;
}
.produto-item .owl-carousel .owl-item img {
  max-height: 230px !important;
}

.owl-nav button.owl-prev, .owl-nav button.owl-next {
	box-shadow: none !important;
}

.owl-dots {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #FFFFFF !important;
    border: 1px solid #e1e1e1 !important;
    padding: 2px !important;
}

.owl-carousel button.owl-dot {
  background: #FFFFFF !important;
  border: 5px solid #e1e1e1 !important;
  padding: 2px !important;
  margin: 1px !important;
  border-radius: 100% !important;
}
.owl-carousel button.owl-dot.active {
  background-color: var(--tblr-primary) !important;
  border: 5px solid var(--tblr-primary) !important;
}

.ferramentasTopo {
  width: auto;
}
.ferramentasTopo > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .btnBiblioteca {
    margin: 10px 0;
  }
  .ferramentasTopo {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
  }
  .ferramentasTopo > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

/* Single */
.single-wrapper {
  background-color: #f9f9f9;
}

.single-post h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.post-meta i {
  margin-right: 5px;
  color: #999;
}

.post-navigation a {
  text-decoration: none;
}

.hero-parallax {
  position: relative;
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

.hero-parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* escurece a imagem */
  padding: 2rem;
}

.single-post .post-content {
    width: 80%;
    margin: 30px auto;
}

.single-post h1.titulo {
    text-shadow: 0px 0px 4px #000;
}
.single-post p.lead {
  background-color: #FFF;
  border-radius: 5px;
  padding: 0px 5px;
  width: fit-content;
  margin: 0 auto;
}

/* Author */
.author-wrapper {
  background-color: #f8f9fa;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 600;
}

.card-text i {
  margin-right: 5px;
  color: #6c757d;
}
/* Author */

.flex-control-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.flex-control-nav li {
  cursor: pointer;
  list-style: none;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.flex-control-nav li:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.qdGaleria {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.woocommerce span.onsale {
  top: 3em;
  left: .5em;
}

details {
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

.woocommerce .star-rating {
    font-size: 1.5em;
}

.woocommerce .star-rating::before {
  content: "★★★★★"; /* fundo das estrelas (cinza) */
  color: #FFF;
  position: absolute;
  top: -2px;
  left: 0;
}

.woocommerce .star-rating span::before {
  content: "★★★☆☆"; /* estrelas preenchidas */
  color: #f5c518; /* amarelo */
  position: absolute;
  top: 0;
  left: 0;
}

.container-carousel {
  position: relative;
  overflow: visible;
}

.container-qd-carousel {
    overflow: hidden;
}

.owl-coverflow .owl-item {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
  transform: scale(0.85);
}

.owl-coverflow .owl-item.center {
  transform: scale(1.05);
  opacity: 1;
  z-index: 2;
}

.owl-coverflow .item {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-coverflow .item img {
  max-height: 100%;
  width: auto;
  border-radius: 12px;
}

.owl-coverflow .item img {
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  width: 100%;
  height: auto;
}

.owl-coverflow .owl-item:not(.center) {
  transform: scale(0.8) rotateY(-10deg);
}

.owl-coverflow .owl-item.center .item img {
  border-radius: 50px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}

.owl-stage-outer {
  overflow: visible !important;
}