.tarjeta-tienda{padding:1rem;border-radius:0% 0% 10% 0%;overflow:hidden;height:100%}.tarjeta-tienda--tag{width:100%;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.6rem}.tarjeta-tienda__heading+.line-separator{margin:1.5rem 0;width:100%;height:3px;background:#c1c1c1;display:block}.tarjeta-tienda__heading--flex{display:flex;justify-content:space-between;align-items:center}.tarjeta-tienda__heading .title,.tarjeta-tienda__heading .title *{font-size:1.6rem;margin:0;color:rgb(var(--color-link))}.tarjeta-tienda__heading .title{margin:.7rem 0}.tarjeta-tienda__heading--link{max-width:100px;padding:15px 10px;background:rgb(var(--color-shadow));border-radius:15px}.tarjeta-tienda__heading--link a{text-decoration:none;width:100%;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:1rem;color:rgb(var(--color-foreground))}.tarjeta-tienda__heading--link a p{margin:0;color:rgb(var(--color-foreground));line-height:1.2;font-size:1.3rem}.tarjeta-tienda__heading--link a i{color:rgb(var(--color-link));font-size:25px}.tarjeta-tienda__heading .rte p{margin:0 0 .9rem;line-height:1.1;color:rgba(var(--color-foreground))}.tarjeta-tienda__heading .rte p:last-of-type:last-child{margin-bottom:0}.tarjeta-tienda__wrapp{padding-top:10px}.tarjeta-tienda__content{display:flex;align-items:center;gap:1rem}.tarjeta-tienda__content i{font-size:20px;color:rgb(var(--color-link))}.tarjeta-tienda__content+.tarjeta-tienda__content{padding-top:1rem}.tarjeta-tienda__content--text p{color:rgb(var(--color-link));margin:0}.tarjeta-tienda__content--text .rte p{margin:0 0 .9rem}.tarjeta-tienda__content--text .rte *{line-height:1.1;font-size:1.2rem;color:rgba(var(--color-foreground));text-decoration:none}.tarjeta-tienda__content--text .rte p:last-of-type:last-child{margin-bottom:0}.tarjeta-tienda__content--text>p{margin-bottom:.5rem}.tarjeta-tienda__content.tarjeta-tienda__content--delivery .rte a,.tarjeta-tienda__content.tarjeta-tienda__content--delivery .rte a *{color:rgb(var(--color-link))}.tarjeta-tienda__media{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.tarjeta-tienda__media>.media{width:100%}@media screen and (min-width:750px){.tarjeta-tienda__content--text .rte p{font-size:1.4rem}.tarjeta-tienda__heading--link{padding:20px 10px}.tarjeta-tienda{padding:1.5rem}.tarjeta-tienda__content{gap:2rem}.tarjeta-tienda__content+.tarjeta-tienda__content{padding-top:2rem}.tarjeta-tienda--tag,.tarjeta-tienda__heading .title *{font-size:1.9rem}.tarjeta-tienda__heading--link a p{font-size:1.6rem}.tarjeta-tienda__content--text .rte *{font-size:1.4rem}.tarjeta-tienda__heading--link a{gap:2rem}} .tarjeta-tienda__delivery-cta { display: block; margin-top: 1.5rem; padding: 1.2rem; border-radius: 12px; text-decoration: none; background: linear-gradient(135deg, #bf0e1b, #e01828); color: white; transition: transform 0.2s ease, box-shadow 0.2s ease; } .tarjeta-tienda__delivery-inner { display: flex; align-items: center; gap: 1rem; } .tarjeta-tienda__delivery-cta i { font-size: 22px; } .tarjeta-tienda__delivery-title { margin: 0; font-weight: 700; font-size: 1.4rem; color: #fff; } .tarjeta-tienda__delivery-sub { font-size: 1.2rem; opacity: 0.9; color: #fff; } /* Hover más pro */ .tarjeta-tienda__delivery-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(191, 14, 27, 0.35); background: linear-gradient(135deg, #a50c17, #bf0e1b); } .tarjeta-tienda__delivery-cta::after { content: "PIDE POR WHATSAPP"; position: absolute; top: -8px; right: -8px; background: #25d366; color: #fff; font-size: 10px; padding: 4px 6px; border-radius: 6px; } .tarjeta-tienda__delivery-cta { position: relative; } .tarjetas-tienda__{{ section.id }} { background: #f5f5f7; /* gris moderno tipo Apple */ } .tarjeta-tienda { background: #fff; border-radius: 18px; box-shadow: 0 6px 25px rgba(0,0,0,0.06); padding: 0; overflow: hidden; transition: all 0.25s ease; } .tarjeta-tienda:hover { transform: translateY(-6px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); } .tarjeta-tienda__heading { padding: 1.6rem; border-bottom: 1px solid #eee; } .tarjeta-tienda__heading .title { font-size: 1.9rem; font-weight: 700; color: #111; text-align: left; } .tarjeta-tienda__heading .rte { color: #666; font-size: 1.3rem; } .tarjeta-tienda__wrapp { padding: 1.6rem; display: flex; flex-direction: column; gap: 1rem; } .tarjeta-tienda__content { background: #f8f8f8; border-radius: 12px; padding: 1rem; align-items: flex-start; } .tarjeta-tienda__content i { color: #bf0e1b; font-size: 18px; } .tarjeta-tienda__content--text > p {
  font-weight: 500;
  font-size: 1.2rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
} .tarjeta-tienda__content--text .rte { color: #666; } .store-status { font-size: 12px; padding: 4px 8px; border-radius: 999px; } .store-status.open { background: #e6f7ed; color: #0a7f42; }

.store-status.closed {
  background: #fdecec;
  color: #bf0e1b;
}

.tarjeta-tienda__delivery-cta::after {
  content: "PIDE POR WHATSAPP";
  position: absolute;
  top: -8px;
  right: -8px;
}

.store-status {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  font-weight: 600;
}

.store-status.open::before {
  content: "●";
  margin-right: 5px;
  color: #0a7f42;
}

.store-status.closed::before {
  content: "●";
  margin-right: 5px;
  color: #bf0e1b;
}