.elementor-kit-70{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-70 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   FILTRO DE CATEGORÍAS
   ========================= */
#cat-filter {
  background: transparent;
  border-radius: 16px;
  box-shadow: none;
  padding: 0 0 20px 0;
  margin-bottom: 32px;
  max-width: 300px;
  font-family: 'Barlow', Arial, sans-serif;
  text-align: left;
}
#cat-filter div,
#cat-filter strong {
  font-size: 1.2em;
  font-weight: 700;
  color: #232323;
  margin-bottom: 8px;
  display: block;
  letter-spacing: .03em;
  text-align: left;
}
#cat-filter label {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.07em;
  color: #232323;
  gap: 8px;
  transition: color .15s;
  text-align: left;
}
#cat-filter .cat-label.child {
  padding-left: 18px;
  position: relative;
  opacity: .95;
  text-align: left;
}
#cat-filter .cat-label.child::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 8px;
  height: 1px;
  background: #d8d8ee;
}
#cat-filter input[type="checkbox"] {
  accent-color: #5b57e3;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid #dadada;
  transition: border .2s;
}
/* Botón del filtro */
#cat-filter button[type="submit"] {
  background: #c7332e;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  transition: background .2s;
}
#cat-filter button[type="submit"]:hover {
  background: #a72a25;
  color: #fff;
}

/* ===== Mostrar todas las categorías en desktop ===== */
@media (min-width:601px){
  #cat-filter .cat-children {
    display: block !important;
  }
  #cat-filter .cat-group__header::after {
    content: none !important;
  }
}

/* ===== Acordeón solo en móvil ===== */
@media (max-width:600px){
  #cat-filter .cat-group__header {
    position: relative;
    padding-right: 34px;
  }
  #cat-filter .cat-group__header::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 24px;
    border-radius: 8px;
    background: #f1f1f5;
    border: 1px solid #d9d9e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #333;
  }
  #cat-filter .cat-group[open] .cat-group__header::after {
    content: "–";
    background: #e9e7ff;
    border-color: #cbc6ff;
  }
  #cat-filter .cat-group:not([open]) .cat-children {
    display: none;
  }
}

#cat-filter .cat-label.parent {
  font-family: 'Barlow', Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
}



/* =========================
   GRID (ancho seguro, sin recortes)
   ========================= */
.josef-products-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:20px;
  row-gap:50px;
  margin:1.5rem 0 !important;
  padding:0 !important;
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box;
  justify-items:center;
}

/* Tarjeta sin fondo/sombra */
.josef-product-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  background:transparent;
  box-shadow:none;
  border-radius:0;
  padding:0;
  margin:0;
  width:100%;
  max-width:100%;
  min-width:0;
}

/* Sin columna izquierda */
.josef-product-card__left{ display:none !important; }

/* =========================
   COLUMNA DERECHA (STACK)
   ========================= */
.josef-product-card__right,
.josef-product-card__right.josef-right-stack{
  width:100%;
  max-width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:.5rem;
  box-sizing:border-box;
}

/* Imagen circular: SIEMPRE 145x145 */
.josef-right-stack .josef-thumb-wrap{
  display:inline-block;
  width:145px;
  height:145px;
  border-radius:999px;
  overflow:hidden;
  border:3px solid #6fb0ad;
  box-shadow:0 0 0 3px #e6f0ef;
  background:transparent;
  margin-bottom:.35rem;
}
.josef-right-stack .josef-thumb-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  display:block;
}

/* Título compacto (1em) */
.josef-right-title{
  font-family:'Barlow', Arial, sans-serif;
  font-weight:500;
  font-size:1em;
  line-height:1.05;
  margin:.15rem 0 0;
  text-transform:uppercase;
}
.josef-right-title a{
  display:inline-block;
  color:#1d1d1d;
  text-decoration:none !important;
  border-bottom:none !important;
  box-shadow:none !important;
  font-size:1rem;
  font-weight:600;
  line-height:1.05;
  margin:0;
  word-break:break-word;
  font-family:'Barlow', Arial, sans-serif;
}

/* Estrellas, precio y botón */
.josef-right-rating .star-rating{
  font-size:.9rem;
  color:#f5a623;
}
.josef-right-rating .star-rating:before,
.josef-right-rating .star-rating span:before{
  color:#f5a623;
}
.josef-right-price{
  font-family:'Barlow', Arial, sans-serif;
  font-size:.92rem;
  font-weight:700;
  color:#1d1d1d;
}
.josef-right-cart .button{
  background:#c7332e;
  color:#fff !important;
  border:none;
  border-radius:999px;
  padding:12px 22px;
  font-size:.92rem;
  font-weight:700;
  font-family:'Barlow', Arial, sans-serif;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
}
.josef-right-cart .button:hover{
  background:#a72a25;
  color:#fff !important;
}
.josef-right-cart .added_to_cart{ display:none }

/* =========================
   Paginación: botones rojos (Barlow)
   ========================= */
.josef-pagination{
  text-align:center;
  margin:36px 0 10px;
  font-family:'Barlow', Arial, sans-serif;
}
.josef-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  padding:10px 18px;
  margin:0 6px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  font-size:.95rem;
  line-height:1;
  background:#c7332e;
  color:#fff !important;
  box-shadow:0 2px 8px rgba(0,0,0,.08);
  transition:background .2s, transform .02s;
}
.josef-pagination a.page-numbers:hover{
  background:#a72a25;
  color:#fff !important;
}
.josef-pagination .page-numbers.current,
.josef-pagination span.page-numbers.current{
  background:#a72a25;
  cursor:default;
}
.josef-pagination .page-numbers.dots{
  background:transparent;
  color:#7b7b7b !important;
  box-shadow:none;
  padding:0 6px;
  min-width:auto;
}
.josef-pagination .page-numbers:focus-visible{
  outline:2px solid #a72a25;
  outline-offset:2px;
}
/* Etiquetas “Siguiente/Anterior” un poco más anchas */
.josef-pagination a.page-numbers[href*="Siguiente"],
.josef-pagination a.page-numbers[href*="Anterior"]{
  padding:10px 20px;
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width:1024px){
  .josef-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:20px;
    row-gap:50px;
  }
}
@media (max-width:600px){
  .josef-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:20px;
    row-gap:50px;
  }
  .josef-right-title{ font-size:.86rem }
  .josef-right-price{ font-size:.86rem }
  .josef-right-rating .star-rating{ font-size:.85rem }
  .josef-right-cart .button{
    width:100%;
    padding:12px 0;
    font-size:.9rem;
  }
}

/* Quitar subrayado de "Añadir al carrito" */
.josef-right-cart .button,
.josef-right-cart .button:link,
.josef-right-cart .button:visited,
.josef-right-cart .button:hover,
.josef-right-cart .button:active,
.page-numbers {
  text-decoration: none !important;
}

/* Compatibilidad Elementor / contenedores: evita desbordes */
@media (max-width:1400px){
  .elementor-container,
  .elementor-section-boxed,
  .e-con-inner,
  .e-con,
  .elementor-widget-container,
  .josef-products-grid,
  .josef-product-card{
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box;
    margin-left:0 !important;
    margin-right:0 !important;
    overflow:visible !important;
  }
}

/* ===== Acordeón móvil con <details>/<summary> (sin JS) ===== */
#cat-filter .cat-group {
  border:0;
  padding:0;
  margin:0 0 6px 0;
}
#cat-filter .cat-group__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  list-style:none;
  cursor:pointer;
  font-family:'Barlow', Arial, sans-serif;
}
/* ocultar el marcador por defecto de summary */
#cat-filter .cat-group__header::-webkit-details-marker{ display:none; }

/* Icono + / – con pseudo-elemento */
@media (max-width:600px){
  #cat-filter .cat-group__header{
    position:relative;
    padding-right:34px;
  }
  #cat-filter .cat-group__header::after{
    content:"+";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:28px;
    height:24px;
    border-radius:8px;
    background:#f1f1f5;
    border:1px solid #d9d9e6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    color:#333;
  }
  #cat-filter .cat-group[open] .cat-group__header::after{
    content:"–";
    background:#e9e7ff;
    border-color:#cbc6ff;
  }
  /* En móvil: plegado por defecto */
  #cat-filter .cat-group:not([open]) .cat-children{ display:none; }
}
@media (min-width:601px){
  #cat-filter .cat-children{ display:block !important; }
}

/* ===== Normalizar TIPOGRAFÍA y MÁRGENES del filtro ===== */
#cat-filter .cat-group,
#cat-filter .cat-single{
  margin: 0 0 .55rem 0;
}
#cat-filter .cat-group__header,
#cat-filter .cat-single .cat-label.parent{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 0;
  margin: 0;
  list-style:none;
}
#cat-filter .cat-label.parent{
  display:flex;
  align-items:center;
  gap:.55rem;
  font: 600 1rem/1.15 'Barlow', Arial, sans-serif;
  color:#2b2b2b;
  margin: 0;
  letter-spacing:.01em;
}
#cat-filter .cat-label input[type="checkbox"]{
  margin: 0 10px 0 0;
  width:20px;
  height:20px;
  border-radius:6px;
}
#cat-filter .cat-label.child{
  font: 500 .96rem/1.15 'Barlow', Arial, sans-serif;
  color:#333;
  margin: .4rem 0;
  padding-left:18px;
  position:relative;
}
#cat-filter .cat-label.child::before{
  content:"";
  position:absolute;
  left:6px;
  top:50%;
  width:10px;
  height:1px;
  background:#e4e4ec;
}
@media (max-width:600px){
  #cat-filter .cat-group__header{
    position:relative;
    padding-right:40px;
  }
  #cat-filter .cat-group__header::after{
    content:"+";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:28px;
    border-radius:10px;
    background:#f6f6fb;
    border:1px solid #dcdcf1;
    color:#4a4a66;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
  }
  #cat-filter .cat-group[open] .cat-group__header::after{
    content:"–";
    background:#ebe9ff;
    border-color:#cbc6ff;
    color:#3e3ac8;
  }
  #cat-filter .cat-group:not([open]) .cat-children{ display:none; }
}
@media (min-width:601px){
  #cat-filter .cat-children{ display:block !important; }
  #cat-filter .cat-group__header{ padding-right:0; }
}

/* === Normalizar cabeceras de grupo y filas sin subcategorías === */
#cat-filter summary.cat-group__header,
#cat-filter summary.cat-group__header .cat-label.parent,
#cat-filter .cat-single .cat-label.parent{
  font-family: 'Barlow', Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;      /* mismo tamaño en ambas */
  line-height: 1.15 !important;
  color: #2B2B2B !important;
  margin: 0 !important;
  justify-content: left;
}

/* El summary no debe meter relleno en desktop */
#cat-filter summary.cat-group__header{
  padding: 0 !important;
}

/* En móvil sí reservamos espacio para el botón +/– */
@media (max-width:600px){
  #cat-filter summary.cat-group__header{
    padding-right: 34px !important;
  }
}/* End custom CSS */