.cpw-buscador {
  display: flex;
  gap: 10px;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  position: relative;
  z-index: 99;
}

.cpw-vertical {
  flex-direction: column;
}

.cpw-buscador select {
  min-width: 160px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.cpw-boton {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 100;
}

.cpw-boton svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* Loop tienda */
.cpw-loop-comuna {
  font-size: 13px;
  color: #666;
  margin-bottom: 6px;
}

/* Single product */
.cpw-ubicacion {
  font-size: 14px;
  margin-bottom: 10px;
  color: #444;
}
.cpw-comuna {
  font-weight: 600;
}
.cpw-region {
  opacity: 0.8;
}

/* Mobile */
@media (max-width: 768px) {
  .cpw-buscador {
    width: 90vw;
  }
}
