/** Shopify CDN: Minification failed

Line 266:2 Expected identifier but found ":"
Line 331:9 Expected ":"
Line 331:15 Expected ":"
Line 353:9 Expected ":"
Line 353:15 Expected ":"

**/
/* SECCIÓN SUCURSALES | INICIO */
.seccion-sucursales {
    width: calc(100% - 100px);
  padding: 70px 50px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.encabezado-sucursales {
  text-align: center;
  margin-bottom: 40px;
}

.encabezado-sucursales h2 {
  font-size: 32px;
  margin: 0;
  color: #000;
}

.encabezado-sucursales p {
  color: #666;
  margin-top: 8px;
}

.grid-sucursales {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  width: 100%;
  margin: auto;
}

@media (max-width: 992px) {
  .grid-sucursales {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid-sucursales {
    grid-template-columns: 1fr;
  }
}

.tarjeta-sucursal {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  transition: transform .25s ease, border .25s ease;
}

.tarjeta-sucursal:hover {
  transform: translateY(-6px);
  border-color: #ddd;
}

.contenedor-mapa {
  position: relative;
}

.contenedor-mapa iframe {
  width: 100%;
  height: 210px;
  border: 0;
}

.etiqueta-estado {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 30px;
  letter-spacing: 0.5px;
  background: #e7f8ee;
  color: #1a7f37;
}

.contenido-sucursal {
  padding: 18px;
}

.nombre-sucursal {
  margin: 0;
  color: #d60000;
  font-size: 20px;
}

.direccion-sucursal {
  color: #3b3b3b;
  font-size: 14px;
  margin: 10px 0;
}

.horarios-sucursal p {
  margin: 4px 0;
  font-size: 13px;
  color: #555;
}

.boton-como-llegar {
  display: inline-block;
  margin-top: 14px;
  padding: 10px 14px;
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  transition: transform .2s ease, background .2s ease;
}

.boton-como-llegar:hover {
  background: #cc0000;
  transform: scale(1.03);
}
/* SECCIÓN SUCURSALES | FINAL */




/* SECCIÓN FILTROS | INICIO */
.seccion-filters-section{
    width: calc(100% - 100px);
    padding: 60px 50px;
    background: #ffffff;
    display: flex;
    justify-content: center;
}

.filters-container{
  width: 100%;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 24px;
  padding: 30px;
  animation: fadeIn 0.8s ease;
}

/* Header */
.filters-header{
  margin-bottom: 25px;
}

.title-wrap{
  display: flex;
  align-items: center;
  gap: 10px;
}

.title-wrap h2{
  font-size: 24px;
  color: #000;
  margin: 0;
}

.filters-header p{
  margin-top: 6px;
  color: #3b3b3b;
}

.icon{
  width: 22px;
  height: 22px;
  fill: #000;
}

/* Search */
.search-box{
  position: relative;
  margin: 20px 0;
}

.search-box input{
  width:  calc(100% - 90px);
  padding: 14px 45px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.1);
  outline: none;
  font-size: 15px;
  transition: 0.3s ease;
}

.search-box input:focus{
  border-color: #000;
  transform: scale(1.01);
}

.search-icon{
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: #3b3b3b;
}

/* glow effect */
.glow{
  position: absolute;
  inset: 0;
  border-radius: 14px;
  pointer-events: none;
}

.search-box input:focus + .glow{
  box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

/* Chips */
.filters{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.chip{
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  color: #000;
  z-index: 1;
}

.chip span{
  position: relative;
  z-index: 2;
}

.chip::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}

.chip:hover{
  color: #fff;
}

.chip:hover::before{
  : scaleX(1);
}

.chip:hover{
  color: #000000;
}

.chip.active{
  background: #000;
  color: #fff;
  border-color: #000;
}

/* toggles */
.toggle-row{
  display: flex;
  gap: 25px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.toggle{
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #3b3b3b;
  font-size: 14px;
}

.toggle input{
  display: none;
}

.slider{
  width: 42px;
  height: 22px;
  background: #ddd;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
}

.slider::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  left: 2px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
}

.toggle input:checked + .slider{
  background: #000;
}

.toggle input:checked + .slider::before{
  transform: translateX(20px);
}
.empty-state{
  width: 100%;
  height: auto;
  display; flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  align-content: center;
}
.empty-state-content{
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  align-content: center;
}
.empty-state-content svg{
  width: 275px;
  opacity: 0.5;
}
.empty-text{
  width: 100%;
  height: auto;
  display; flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  text-align: center;
  opacity: 0.5;
}
/* animations */
@keyframes fadeIn{
  from{
    opacity: 0;
    transform: translateY(20px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 0px) and (max-width: 500px){
  .seccion-sucursales {
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
  .seccion-filters-section{
    width: calc(100% - 40px);
    padding: 50px 20px;
  }
}
/* SECCIÓN FILTROS | FINAL */
