/* BarberPlus: botón de tienda visible y enlace estable a plantilla /tienda/index.php */
.pc-actions .bp-store-card-btn,
a.bp-store-card-btn[data-store-enabled="1"]{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative !important;
  z-index:10 !important;
  background:linear-gradient(135deg,#d4af37,#fff0a6) !important;
  color:#111 !important;
  border:1px solid rgba(255,236,160,.75) !important;
  box-shadow:0 12px 30px rgba(212,175,55,.20) !important;
}
.pc-actions .bp-store-card-btn:before{content:'🛒';font-size:1.05em;}
@media(max-width:560px){.pc-actions .bp-store-card-btn{width:100% !important;}}
