/* THEME CSS. 95c11f  */

:root {

  --bs-primary-rgb: 149, 193, 31;
  --bs-link-color-rgb: 149, 193, 31;
  --bs-link-hover-color-rgb: 0, 0, 0;
  --bs-nav-link-color: #000;
  --bs-heading-color: #000;
  /* woo */
  --woocommerce-primary: #95c11f; 
  
}


.container-fluid {
  padding-left: 0;
  padding-right: 0;
  --bs-gutter-x: 0 !important;
}

@media only screen and (min-width: 576px) and (max-width: 1440px) {
  .container,
  .header-pages {
    max-width: 100%;
  }
} /* end media*/

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    margin: 0 auto;
  }
} /* end media*/



@media (min-width: 1440px) {
  .container-lg {
    max-width: 1440px !important;
  }
  .container-xl {
    max-width: 1700px !important;
  }
  .container-xxl {
    max-width: 1920px !important;
  }
} /* end media*/

/* ==========================================================================
   TIPOGRAFÍA PERSONALIZADA (hibridv2.css)
   ========================================================================== */

/* 1. BASE (Móvil primero / Mobile First) */
body {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #7e7e7e;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
}

.lead {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}
img {
  max-width: 100%;
  height: auto;
}

.text-decoration-none a {
  text-decoration: none;
}
.text-black a {
  color: #000;
}
.text-black a:hover {
  color: #95c11f;
}
/* line-height solo titulares */
:is(h1, h2, h3, h4, h5, h6, [class^="display-"]) {
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.35rem;
  color:#000;
}

/* Selecciona cualquier strong dentro de encabezados o clases de display */
:is(h1, h2, h3, h4, h5, h6, [class^="display-"]) strong,
p strong {
  font-weight: 500;
}

/* Titulares y Clases de Titular */
h1,
.h1 {
  font-size: clamp(2rem, 3vw + 1rem, 3rem);
}
.home .h1 {
  max-width: 900px;
  margin: 0 auto;
}


h2,
.h2 {
  font-size: clamp(1.8rem, 2.5vw + 1rem, 2.5rem);
}

h3,
.h3 {
  font-size: clamp(1.5rem, 2.2vw + 1rem, 2.2rem);
}

h4,
.h4 {
  font-size: clamp(1.2rem, 2vw + 1rem, 2rem);
}



/* Displays (Titulares gigantes de Bootstrap) */
.display-1 {
  font-size: clamp(2.5rem, 6vw + 1rem, 5.5rem);
}

.display-2 {
  font-size: clamp(2rem, 4vw + 1rem, 4.5rem);
}

.display-3 {
  font-size: clamp(1.8rem, 4vw + 1rem, 3.75rem);
}

 .display-4 {
  font-size: clamp(1.5rem, 3.5vw + 1rem, 3.5rem);
}

.display-5 {
  font-size: clamp(1.3rem, 3vw + 1rem, 2.5rem);
}

.display-6 {
  font-size: clamp(1rem, 2vw + 1rem, 2rem);
} 

/* 2. TABLET (Desde 768px) */
@media (min-width: 768px) {
  body {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .lead {
    font-size: 1.8rem;
  }
  /* line-height solo titulares */
  :is(h1, h2, h3, h4, h5, h6, [class^="display-"]) {
    line-height: 1;
    font-weight: 100;
  }
  .bg-100 .wp-block-cover, .bg-100  .wp-block-cover-image {
    min-height: 96%;
  }
} /* end media*/

/* 3. ORDENADOR / DESKTOP (Desde 1200px) */
@media (min-width: 1200px) {

  .lead {
    font-size: 2.2rem;
  }
  .home .lh-2 {
  line-height: 1.3;
}

  
} /* end media*/







/* Color Primario (Verde) */
.has-primary-color {
  color: #95c11f;
}

.has-primary-background-color {
  background-color: #95c11f;
}

/* Color secundario (Gris) */
.has-secondary-color {
  color: #000;
}

.has-secondary-background-color {
  background-color: #000;
}

/* Estilo global para todos los botones de bloques de WordPress */
.wp-block-button__link, .wc-block-cart__submit-button {
  background-color: #95c11f !important;
  /* Tu azul específico */
  color: #ffffff !important;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius:0;
  /* Estilo Bootstrap */
  transition: background-color 0.2s ease-in-out;
  font-size: 1.1rem;
  line-height: 120%;
  text-decoration: none;
}

/* Efecto hover para que sea interactivo */
.wp-block-button__link:hover, .wc-block-cart__submit-button:hover {
  background-color: #000 !important;
  /* Un azul un poco más oscuro */
  color: #ffffff !important;
  text-decoration: none;
}

.is-style-outline .wp-block-button__link {
  background-color: #fff !important;
  color: #95c11f !important;
  border:1px solid #95c11f;
}
.is-style-outline .wp-block-button__link:hover {
  background-color: #95c11f !important;
  color: #fff !important;
}


@media (min-width: 768px) {
  .wp-block-button__link {
    font-size: 1.4rem;
  }

} /* end media*/

.custom-logo {
  max-width: 190px!important;
  height: auto;
  padding: 4px 10px;
  
}

.redes svg {
  width: 30px;
  height: 30px;
}
.redes svg:hover {
  fill:#95c11f;
}



/* footer */ 

.site-footer {
  background-color: #000;
  min-height: 500px;
  background-image: url('https://lacasitadelasflores.com/wp-content/uploads/2026/02/contacta_LA-CASITA-min.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  
}

.site-footer ul {
  list-style: none;
  margin: 10px auto;
  text-align: center;
  padding-left: 0;
}

.site-footer ul li {
  display: block;
  padding: 5px;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.site-footer  a:hover {
  color: #ddd;
  text-decoration: underline;
}


@media (min-width: 768px) {
  #main {
  z-index: 100;
  background-color: #fff;
  margin-bottom: 500px;
  position: relative;
  padding-bottom: 50px;
  min-height:800px;
}
  .site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .site-footer ul li {
    display: inline-block;

  }

} /* end media*/




.legales h2 {
  font-size: 22px;
  margin:25px 0;
}
.legales h3 {
  font-size: 18px;
}
.legales p, .legales li, .legales  {
  font-size: 16px;
}

@media (min-width: 768px) {
  .custom-logo {
    padding: 4px 0px;
  }
  .custom-logo-link{
    padding-top: 15px;
  }
  .redes svg {
    width: 45px;
    height: 45px;
  }
  .site-footer a {
    font-size: 22px;
  }

} /* end media*/

@media (min-width: 1200px) {
  .redes svg {
    width: 60px;
    height: 60px;
  }
} /* end media*/


/* boton nav-bar menu movil */
.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"><g><rect x="2.2" y="9.6" style="fill:%23000;" width="45.7" height="6.4"/><rect x="2.2" y="21.8" style="fill:%23000;" width="45.7" height="6.4"/><rect x="2.2" y="34" style="fill:%23000;" width="45.7" height="6.4"/></g></svg>');
  margin-top: 10px;
}
#navbarNavDropdown {
  padding-top: 10px;
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler-icon:focus,
.btn-close:focus {
  outline: none !important;
  border: none !important;
  border-width: 0;
  box-shadow: none !important;
  border: none;
}

/* main menu */
.navbar-nav li {
  text-align: left;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 0.75vw;
  padding-right: 0.75vw;
}

.navbar-nav li a.nav-link {
  color: #000;
  font-weight: 400;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.03rem;
}
.navbar-nav li a.nav-link:hover {
  color: #000;
  text-decoration: upperline;
}
/* idiomas */
.navbar-nav .lang-item a.nav-link,
.navbar-nav .pll-parent-menu-item a.nav-link {
  color: #000;
}
.navbar-nav .pll-parent-menu-item {
  width: auto;
  max-width: 45px;
}

.dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding-left: 1.5rem;
  }
  
.navbar-nav .dropdown-menu  {
  padding-left: 0;
  }
.navbar-nav .dropdown-menu li a.nav-link {
  font-size: 14px;
  }

  .dropdown-menu  .dropdown-item:focus, 
  .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }  

  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #000;
  }

  .dropdown-item {
    white-space: normal;
  }



@media only screen and (min-width: 768px) {
  .navbar-nav li {
    padding-top: 0;

  }
  .navbar-nav li a.nav-link,  .navbar-nav .dropdown-menu li a.nav-link  {
    color:#fff;
    min-height: 70px;
    padding-top: 37px;
    padding-bottom: 37px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .navbar-nav li a.nav-link:hover,  .navbar-nav .dropdown-menu li a.nav-link:hover, .dropdown-item:hover {
    text-decoration: underline;
    color: #fff;
  }
  .dropdown-item {
    color: #fff;
  }
   .navbar-nav li.tienda a.nav-link {
    color:#fff;
    background-color: #95c11f;
  }


  .navbar-nav .dropdown-menu  {
    max-width: 220px;
    margin-top: -20px!important;
  }
  .navbar-nav .dropdown-menu li  {
    padding: 5px!important;
  }
  .navbar-nav .dropdown-menu li a.nav-link {
    font-size: 16px;
    text-align: left;
  }
  /* dropdown menu*/
  .dropdown-menu[data-bs-popper] {
    margin-top: 0;
  }
  .dropdown-menu {
    background-color: rgb(149 193 31 / 80%) !important;
    padding:10px 15px;
    border-radius: 0;
  }

} /* end media */


/* Solo se aplica si la pantalla es mayor a 992px (ordenadores) */
@media (min-width: 768px) {
    .site-header {
        position: -webkit-sticky; /* Soporte para Safari */
        position: sticky;
        top: 0;
        z-index: 1020; /* Asegura que quede por encima del contenido */
        background-color: rgb(149 193 31 / 100%) !important;
        transition: background-color 0.3s ease;
        height: 116px;
        width: 100%;
    }
    /* Estado inicial transparente en Home y id-476 */
    .home .site-header, 
    body.page-id-476 .site-header {
      background-color: rgb(149 193 31 / 20%) !important;
      border-bottom: 1px solid #fff;
    }

    /* ESTADO AL HACER SCROLL: Aquí aplicamos el cambio */
    .home .site-header.barrasup, 
    body.page-id-476 .site-header.barrasup {
      background-color: rgb(149 193 31 / 80%) !important;
      border-bottom: 1px solid transparent; /* Opcional: quitar borde al hacer scroll */
    }
    #facebook-icon {
      fill: #fff;
  }

} /* end media */



/* bloques gutemberg */
@media (min-width: 1200px) {
  .wp-block-cover,
  .wp-block-cover-image {
    min-height: 600px;
  }
 
} /* end media*/

/* contact form  */

.wpcf7 {
  max-width: 100% !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  border-radius: 0;
  background: transparent !important;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  color: #7e7e7e;
  width: 100% !important;
  font-size: 16px;
  
}
.wpcf7 input[type="submit"] {
  width: 100%;
  max-width: 240px;
  background: #000;
  border: 2px solid #000;
  padding: 12px;
  border-radius: 0;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}
.wpcf7 input[type="submit"]:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}
.wpcf7 input[type="submit"]:disabled {
  background: #fff;
  color: #7e7e7e;
  border: 2px solid #000;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 20px !important;
  background-color: #f1e198;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: rgb(136, 231, 157);
}

.wpcf7-form ::placeholder {
  color: #000 !important;
  font-weight: normal;
  font-size: 16px;
}
.wpcf7-not-valid-tip {
  color: red !important;
  font-weight: normal;
  font-size: 15px;
  padding: 10px;
}
.wpcf7-form textarea {
  height: 90px;
}
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  box-shadow: none;
  border-color: #000;
  color: #7e7e7e;
}

.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form textarea::placeholder {
    color: #727272; 
    
}
.aceptance {
  font-size: 14px;
}
.form-privacidad {
  font-size: 13px;
}




.featured-img:hover {
  opacity: 0.5;
}


/* --- 1. SLICK CORE (Funcionalidad básica) --- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}

.slick-track::before,
.slick-track::after {
  display: table;
  content: "";
}

.slick-track::after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden;
}

/* --- 2. FLECHAS Y PUNTOS (Estilos Base) --- */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  background: transparent;
  color: transparent;
  z-index: 10;
}

.slick-dots {
  position: absolute;
  bottom: -0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}

.slick-dots li button {
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 0;
  width: 20px;
  height: 20px;
}

/* Tamaño de los puntos personalizado */
.slick-dots li button:before {
  font-family: "slick";
  content: "•";
  font-size: 60px; /* Tu ajuste de 40px */
  line-height: 20px;
  color: #fff;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #95c11f;
}

/* Estilos para flechas con SVG personalizado */
.lazy .slick-prev,
.lazy .slick-next {
  opacity: 0.5;
  z-index: 1000;
  width: 120px;
  height: 100px;
  background-color: transparent;
  transition: opacity 0.3s;
}

.lazy .slick-prev:hover,
.lazy .slick-next:hover {
  opacity: 1;
}

.lazy .slick-prev {
  left: 0;
}
.lazy .slick-next {
  right: -25px !important;
}

.lazy .slick-prev::before,
.lazy .slick-next::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
}

.lazy .slick-prev::before {
  background: transparent
    url("https://lacasitadelasflores.com/wp-content/themes/lacasitadelasflores/img/flecha-slider-left.svg")
    no-repeat center;
}

.lazy .slick-next::before {
  background: transparent
    url("https://lacasitadelasflores.com/wp-content/themes/lacasitadelasflores/img/flecha-slider-right.svg")
    no-repeat center;
}

/* Ocultar flechas en móvil si tienen la clase .lazy */
@media (max-width: 768px) {
  .lazy .slick-prev,
  .lazy .slick-next {
    display: none !important;
  }
  .slick-dots li button:before {
    font-size: 40px;
  }
}




.understrap-read-more-link {
  background-color: none;
  border-radius: 30px;
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  padding: 15px 25px;
  font-size: 20px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
}
.understrap-read-more-link:hover {
  background-color: #95c11f;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  
  .understrap-read-more-link {
    font-size: 29px;
    border-radius: 40px;
    min-width: 150px;
  }

  .slider-home {
    margin-top: -116px;

  }


} /* end css */
@media only screen and (min-width: 1200px) {
 
  .understrap-read-more-link {
    font-size: 36px;
    border-radius: 50px;
  }

} /* end css */


/*listados index noticias */
.listado-articulos .mi-seccion-con-fondo {
  min-height: 300px;
}

@media only screen and (min-width: 768px) {
  .listado-articulos .mi-seccion-con-fondo {
    min-height: 100%;
  }
} /* end css */
@media only screen and (min-width: 1200px) {
  #index-wrapper .listado-articulos .mi-seccion-con-fondo {
    min-height: 450px;
  }
  .bloque-enlaces-foto a {
    font-size: 2.4rem;
  }
} /* end css */

#index-wrapper article:nth-of-type(even) .row {
  flex-direction: row-reverse;
}

/* ========================================================================== */
/* PAGINATION STYLES - .nav-links */
/* ========================================================================== */
.navigation {
  padding: 1rem 0.5rem;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 40px 0;
}

.nav-links a,
.nav-links span {
  display: inline-block;
  padding: 12px 16px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #000;
  transition: all 0.3s ease;
}

.nav-links a:hover {
  background-color: #95c11f;
  color: #fff;
  border-color: #95c11f;
}

.nav-links .page-numbers.current,
.nav-links span.page-numbers.current {
  background-color: #000;
  color: #fff;
  border-color: #000;
  cursor: default;
}

@media (min-width: 768px) {
  .nav-links a,
  .nav-links span {
    padding: 15px 20px;
    font-size: 1.1rem;
  }
}

/* ========================================================================== */
/* PAGINATION ARROWS - Previous/Next */
/* ========================================================================== */

/* Ocultar el texto y mostrar flechas */
.nav-links a.prev,
.nav-links a.next {
  font-size: 0;
  width: 50px;
  height: 50px;
  padding: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Flecha izquierda (Previous) */
.nav-links a.prev::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H11.5a.5.5 0 0 1 .5.5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Flecha derecha (Next) */
.nav-links a.next::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 0 .5.5h7.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L12.293 7.5H4.5A.5.5 0 0 0 4 8z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}



.wp-block-separator.is-style-wide {
  border-bottom-width: 2px;
  max-width: 450px;
  text-align: left;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Esto fuerza a que la imagen se vea cuadrada sin deformarse en el buscador y en relacionados */
.articulos-relacionados .proyectos-archive-img a img,
.search .proyectos-archive-img a img {
    width: 100%;
    aspect-ratio: 1 / 1; /* Crea un contenedor cuadrado perfecto */
    object-fit: cover;    /* Recorta lo que sobra, igual que haría WordPress */
    object-position: center; /* Centra el recorte */
}


/* Forzar imágenes de catálogo a ser cuadradas y llenar el espacio */
.woocommerce ul.products li.product a img,
.wc-block-product-template li.product a img
 {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important; /* Crea el marco cuadrado perfecto */
    object-fit: cover !important;  /* Llena el cuadro cortando los bordes sobrantes */
    object-position: center;        /* Centra la imagen para no cortar lo principal */
    padding: 0 !important;          /* Elimina cualquier espacio interno */
    margin: 0 !important;           /* Elimina márgenes */
    overflow: hidden;               /* Corta cualquier desbordamiento */
    display: block;
}



/* woo botón */
.woocommerce ul.products a.add_to_cart_button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: var(--woocommerce-primary);
    border-radius: 0;
    padding:20px 30px;
    font-weight: 300;
    font-size: 16px;
    opacity: 0.8;
   
}

.woocommerce ul.products a.add_to_cart_button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    opacity: 1;
    background-color: var(--woocommerce-primary);
   
}
.single_add_to_cart_button.disabled, .single_add_to_cart_button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled {
  background-color: #666!important;
}

.woocommerce div.product form.cart .variations select {
  border:1px solid #dcdcdc;
  padding: 10px;
}
.products li .add_to_cart_button, .products .product_type_variable {
  background-color: #95c11f;
  color:#fff;
  font-size: 16px;
}
.products li .add_to_cart_button:hover, .products .product_type_variable {
  background-color: #666;
  color:#fff;
}
.woocommerce-loop-product__title {
  color: #000;
}
ul.products > .product .price * {
  font-size: 16px;
}
ul.products > .product  {
  text-align: center;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
    min-width: 200px;
    font-size: 16px;
    line-height: 116%;
}

.custom-select-trigger {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 4px;

    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px top 15px;
    background-size: 10px auto;
    padding-right: 40px; 
}

/* La lista desplegable */
.custom-options {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #dcdcdc;
    border-top: none;
    z-index: 999;


}

.custom-options.open {
    display: block;
}

.custom-option {
    padding: 10px; /* Tu padding de 10px */
    border-bottom: 1px solid #eee; /* Borde gris entre opciones */
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
}

.custom-option:last-child {
    border-bottom: none;
}

.custom-option:hover {
    background-color: #f5f5f5; /* Un gris muy suave al pasar el ratón */
}

.frase-aviso{
  font-size: 13px;
  padding: 3px 10px;
}
.frase-aviso a{
  color:#000
}
.frase-aviso p{
  margin-bottom: 0;
}

.woocommerce-tabs {
  padding: 50px 0;
}

.woocommerce .related  {
  padding: 50px 0;
  display: block;
  clear: both;
}
.woocommerce .related h2 {
  color:#95c11f;
  padding-bottom: 30px;

}

@media only screen and (min-width: 768px) {
  .frase-aviso{
    font-size: 16px;
    padding: 5px 15px;
    position: relative;
    z-index: 100;
  }
  .fondo-inicio-bloque-filosofia {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100%25" height="500" preserveAspectRatio="none"><rect width="100%25" height="100%25" fill="%2395c11f"/></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 235px;
    width: 100%;
    max-height: 550px;
   
  }

  .woocommerce-tabs {
    padding: 100px 0;
  }
  .woocommerce .related  {
    padding: 100px 0;
  }
  

} /* end media*/



.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price  {
  font-size: 40px;
  color: black;
  font-weight: bold;
}

.woocommerce .quantity .qty {
  padding: 5px;
}

.woocommerce-loop-product__title {
  margin-top: 30px!important;
  font-weight: 400;
}

.product_meta {
  display: none;
}

/* cabecera solo tienda */ 

@media only screen and (min-width: 768px) {
  body.page-id-476 #main {
    background-image: url('https://lacasitadelasflores.com/wp-content/uploads/2026/02/cabecerapaginas.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 590px;
    margin-top: -116px;
  } 
} /* end media*/




.woocommerce-MyAccount-navigation {
  background-color: #95c11f;
}
.woocommerce-MyAccount-navigation ul {
  padding: 10px;
  margin:0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 10px;
}
.woocommerce-MyAccount-navigation ul li a {
  color:#fff;
  text-transform: uppercase;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color:#000;
  
}

/* Añade el texto "Cantidad:" antes del input */
.quantity::before {
    content: "Cantidad: ";
    font-weight: 300;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #333; /* Ajusta a tu color de marca */
    font-size: 16px;
    color: #7e7e7e;
}

/* Alineación básica para que se vea bien */
.quantity {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdc;
    padding: 8px 20px;
    
}
.woocommerce .quantity .qty {
  border:none!important;
  background: transparent!important;
}

.woocommerce-tabs .tabs {
  display: none;

}
.woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  font-size: 15px;
  color: #666;
  text-align: center;
  border-bottom:1px solid #ece8e5;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs,
 .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after {
  border: none!important;

}

.woocommerce-Tabs-panel--description {
  text-align: center;
}

.oculto-infos-tienda {
  display: none !important;
}
.contenido-personalizado-tienda .oculto-infos-tienda {
  display: block !important;
}

#order_review_heading {
  padding-top: 50px;
}

#wcgwp-slidetoggle-_after_cart {
  font-size: 24px;
}

.wcgwp-note-container {
  /* display: none; */
}


.woocommerce-product-gallery__image {
	max-height:768px;
}