/*
Theme Name: Bricks Child
Template: bricks
Version: 1.0
*/
#wp-admin-bar-jet_plugins, #wp-admin-bar-editor_mode, #wp-admin-bar-woocommerce-site-visibility-badge{
	display:none!important
}
/* ANIMAÇÃO DE BOTÕES */

.checkout-button, a.checkout, #place_order {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 0.7em #00BD61a0; /* A cor do box-shadow herda a cor do texto */
    animation: pulsar-sombra 2s infinite; /* Aplica a animação contínua */
    border-radius: 10px;
    background-color: #00c226!important;
    flex-grow:1;
}
.checkout-button:hover, a.checkout:hover, #place_order:hover{

  transform: scale(1.05)

}
@keyframes pulsar-sombra {
    0% {
        box-shadow: 0 0 0 0em #00BD61a0; /* Começo pequeno */
    }
    100% {
        box-shadow: 0 0 0 0.7em #00BD6100 /* Desaparece completamente */
    }
}

.checkout-button:before, a.checkout:before, #place_order:before {
    content: "";
    position: absolute;
    top: 50%; /* Centraliza verticalmente */
    left: -20em; /* Inicializa fora da área visível */
    width: 30em; /* Brilho proporcional */
    height: 10em; /* Altura ajustada proporcionalmente */
    background-color: rgba(255, 255, 255, 0.8); /* Brilho mais destacado */
    opacity: 0.2; /* Suavidade do efeito */
    transform: rotate(75deg); /* Inclinação do brilho */
    transition: none; /* Controlado pela animação */
    filter: blur(2em); /* Suaviza as bordas do brilho */
    z-index: 1;
}

@keyframes shine-smaller {
    0% {
        left: -20em; /* Inicia fora da área visível */
    }
    100% {
        left: 150%; /* Brilho se move para o outro lado */
    }
}

.checkout-button:before, a.checkout:before, #place_order:before {
    animation: shine-smaller 1.2s ease-in-out infinite;
}

/* ANIMAÇÃO DE BOTÕES */


/* ESTILO QTY INPUT */

form .quantity {
    display: flex;
    background-color: #e3e4e540;
    border-radius: 23px;
    box-shadow: 0px 2px 2px 0px #b6c5ca8c;
    height: 42px;
    color: #2d0b5a;
    font-size: 1em;
    max-width: 100%!important;
}
form .quantity .action,form  .quantity input{
    border:none!important;
    font-weight: 600;
}
form .custom-remove{
    font-size:0.8em;
    width:100%;
    text-align:center;
    display: block;
    position:absolute;
    bottom: -1em;
  }

  
.quantity .action svg{
  width:1.4em!important;
height: 1.4em!important;
}


.quantity .action{
opacity:1!important;
color: #2d0b5a!important;
}
/* ESTILO QTY INPUT */

.cookie-notice-container *{

	font-family:inter!important;

}

#cn-close-notice:before, #cn-close-notice:after{
	
	background-color:white;
	fill:white;
	color:white;
	
}


/* Estilo da tabela */
.custom-cart .woocommerce-cart-form__cart-item {
    display: grid!important;
    grid-template-columns: minmax(80px, 120px) 1fr minmax(100px, 150px) minmax(80px, 120px);
    gap: 25px; /* Espaçamento entre colunas */
    align-items: center;
    padding: 0 1em;
    border-bottom: 1px solid #ddd;
  }
  .custom-cart .woocommerce-cart-form__cart-item:last-child {
    border-bottom: none!important;
  }
  
  /* Quantidade */
  .custom-cart  .product-quantity {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100px;
    max-width: 150px;
    position:relative!important
  }
  .custom-cart .product-thumbnail img {
    border-radius: 1em;
    background: var(--bricks-border-color);
    pointer-events: none;
}
  .custom-cart .product-subtotal{
    padding: 0!important;

  }
  .custom-cart  .custom-product-price{
    margin-top:10px;
    gap:10px;
    display:flex;
    text-decoration: none;
    color: var(--bricks-color-pmzyot);
    align-items: center;
  }
  .custom-cart .custom-product-price ins{
    text-decoration: none;
  }
 .custom-cart .custom-product-price del{
    color: #00000070;
    font-weight: 600;
  }

  /* Product  Price */

  .brxe-product-price .price{
      display:flex;
      flex-direction:row-reverse;
      gap: 10px;
      justify-content:left!important;
      align-items:center;
      width:100%!important;
      color: var(--bricks-color-nscuhc);
    }
    
    .brxe-product-price .price del {
        font-size: 0.6em!important;
        color: var(--bricks-color-uyxcdf)!important;
        font-weight: 600!important;
      
      line-height:1em;
    margin-bottom:-00.2em
    }
    
    .brxe-product-price bdi{
      font-size:1.2em;
      line-height:1em;
      font-weight: 700!important;
      
    }

    .brxe-product-price{
     
      width:100%!important
    }

[data-tooltip] {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

[data-tooltip]::after {
  width:calc(100% + 20px);
  content: attr(data-tooltip); /* Usa o texto do atributo */
  position: absolute;
  background-color: #000000f2;
  color: white;
  padding: 0.7em 1.2em;
  border-radius: 10px;
  font-size: 1em;
  font-weight:400;
  white-space: normal;
  left: 50%;
transform: translateX(-50%) translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 99999;
}

[data-tooltip]:hover::after {
  opacity: 1!important;
  visibility: visible!important;
}


.tooltip-top[data-tooltip]::after {
  top: -20%!important;
  
}

.tooltip-bottom[data-tooltip]::after {
  top: 115%;
}




.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'!important;
    font-family: "swiper-icons"!important;
    text-rendering: auto!important;

}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'!important;
    font-family: "swiper-icons"!important;
  	text-rendering: auto!important;
}
