/*
Theme Name: PixelPier NYC Child
Author: VamTam
Author URI: https://vamtam.com
Template: pixelpiernyc
*/



/*

put your child theme styles here


you don't need any @import rules

*/

/* Oculta la imagen original del botón de cookies */
.cky-btn-revisit img {
  display: none !important;
}

/* Usa tu icono como fondo del botón */
.cky-btn-revisit {
  background-image: url('https://borjaomiguan.com/wp-content/uploads/2025/12/revisit.svg') !important; 
  background-repeat: no-repeat !important; 
  background-position: center !important; 
  background-size: contain !important; 

  /* Ajusta tamaño del botón a tu icono */
  width: 30px !important; 
  height: 30px !important; 
  padding: 0;    
  border-radius: 50%; 
}

button.cky-btn-revisit:hover {
    background-color: transparent !important; 
    color: transparent !important; 
    border-width: 0px 0px 0px 0px;
    border-color: transparent !important; 
}


