/* ==========================================================================
   PASTELERÍA DERLING — ESTILOS
   Paleta editable: cambia los colores en :root si quieres otros tonos.
   ========================================================================== */

:root {
  --color-bg: #fffaf6;
  --color-surface: #ffffff;
  --color-text: #3a2a24;
  --color-muted: #7a675f;
  --color-primary: #a6455a;
  --color-primary-dark: #7a3140;
  --color-accent: #d9a441;
  --color-whatsapp: #25d366;
  --color-whatsapp-dark: #1ba851;
  --color-border: #f0e2d6;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;
  --shadow-card: 0 6px 20px rgba(58, 42, 36, 0.08);
  --max-width: 1180px;
  --touch-min: 48px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  margin: 0 0 0.4em;
  line-height: 1.15;
  color: var(--color-primary-dark);
}

p {
  margin: 0 0 1em;
}

img {
  max-width: 100%;
  display: block;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

.section-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--color-primary);
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 8px 0;
  z-index: 200;
}
.skip-link:focus {
  left: 0;
}

/* ---------- Botones ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--touch-min);
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  touch-action: manipulation;
}
.btn:active {
  transform: scale(0.97);
}
.btn-primary {
  background: var(--color-primary);
  color: #fff;
}
.btn-primary:hover {
  background: var(--color-primary-dark);
}
.btn-outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-whatsapp {
  background: var(--color-whatsapp);
  color: #fff;
}
.btn-whatsapp:hover {
  background: var(--color-whatsapp-dark);
}
.btn-order {
  width: 100%;
  margin-top: 12px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 250, 246, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--color-border);
}
.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--color-primary-dark);
  text-decoration: none;
}
.brand:hover {
  opacity: 0.85;
}
.brand-mark {
  font-size: 1.6rem;
}
.brand-logo {
  height: 42px;
  width: auto;
  border-radius: 8px;
}

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: var(--touch-min);
  height: var(--touch-min);
  background: transparent;
  border: none;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: var(--color-primary-dark);
}

.main-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--color-surface);
  flex-direction: column;
  padding: 10px 20px 20px;
  border-bottom: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
}
.main-nav.is-open {
  display: flex;
}
.main-nav a {
  padding: 14px 4px;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid var(--color-border);
  min-height: var(--touch-min);
  display: flex;
  align-items: center;
}
.lang-toggle {
  margin-top: 10px;
  align-self: flex-start;
  min-height: var(--touch-min);
  min-width: 64px;
  border-radius: 999px;
  border: 2px solid var(--color-primary);
  background: #fff;
  color: var(--color-primary);
  font-weight: 700;
  cursor: pointer;
}

@media (min-width: 860px) {
  .nav-toggle {
    display: none;
  }
  .main-nav {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    gap: 24px;
  }
  .main-nav a {
    border-bottom: none;
    padding: 8px 2px;
  }
  .lang-toggle {
    margin-top: 0;
  }
}

/* ---------- Hero ---------- */
.hero {
  /*
    El fondo con las ilustraciones de pastelería se guarda como
    images/hero-pattern.jpg (o .png). Mientras no subas ese archivo,
    se ve automáticamente el degradado rosado de respaldo — la capa
    oscura semitransparente de arriba es la que mantiene el texto
    blanco legible encima del dibujo.
  */
  background:
    linear-gradient(180deg, rgba(58, 20, 20, 0.55), rgba(58, 20, 20, 0.55)),
    url("images/hero-pattern.jpg") center/cover no-repeat,
    linear-gradient(135deg, #a6455a, #7a3140);
  color: #fff;
  padding: 64px 0 72px;
  text-align: center;
}
.hero-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 10px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(2.1rem, 6vw, 3.2rem);
}
.hero-subtitle {
  font-size: clamp(1rem, 2.6vw, 1.15rem);
  opacity: 0.95;
}

/* ---------- Temporada especial ---------- */
.seasonal-section {
  padding: 44px 0 8px;
}
.seasonal-section .section-inner {
  /*
    El fondo con ilustraciones de Fiestas Patrias se guarda como
    images/hero-pattern2.jpg. Mientras no lo subas, se ve el degradado
    durazno de siempre — no se rompe nada. La capa blanca semitransparente
    de arriba es la que mantiene el texto oscuro legible encima del dibujo.
  */
  background:
    linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
    url("images/hero-pattern2.jpg") center/cover no-repeat,
    linear-gradient(135deg, #fff3e0, #ffe3d6);
  border: 2px dashed var(--color-accent);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
}
.seasonal-section h2 {
  margin-bottom: 0.2em;
}
.seasonal-subtitle-heading {
  margin: 28px 0 14px;
  color: var(--color-primary-dark);
  font-size: 1.15rem;
}
.seasonal-subtitle-heading:first-of-type {
  margin-top: 20px;
}

/* ---------- Catálogo ---------- */
.catalog-section {
  padding: 56px 0;
}
.section-subtitle {
  color: var(--color-muted);
  font-size: 1.05rem;
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.search-bar {
  margin-bottom: 14px;
}
.search-input {
  width: 100%;
  min-height: var(--touch-min);
  padding: 12px 18px;
  border-radius: 999px;
  border: 2px solid var(--color-border);
  background: var(--color-surface);
  font-size: 1rem;
  color: var(--color-text);
}
.search-input:focus {
  outline: none;
  border-color: var(--color-primary);
}

.filter-bar {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 2px 18px;
  margin-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
.filter-btn {
  flex: 0 0 auto;
  min-height: var(--touch-min);
  padding: 10px 20px;
  border-radius: 999px;
  border: 2px solid var(--color-border);
  background: var(--color-surface);
  color: var(--color-text);
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.filter-btn.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.catalog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 620px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
}

.photo-box {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #f4dfd0, #f0c9c9);
}
.photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--color-primary-dark);
}
.photo-placeholder-icon {
  font-size: 2.4rem;
}
.photo-placeholder-label {
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.75;
}

.card-body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-title {
  font-size: 1.15rem;
  margin-bottom: 6px;
}
.card-desc {
  color: var(--color-muted);
  font-size: 0.92rem;
  min-height: 2.6em;
}
.card-sizes-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.size-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.size-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: var(--touch-min);
  min-width: 64px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 2px solid var(--color-border);
  background: #fff;
  cursor: pointer;
  color: var(--color-text);
}
.size-btn-aro {
  font-weight: 700;
  font-size: 0.85rem;
}
.size-btn-people {
  font-weight: 600;
  font-size: 0.72rem;
  color: var(--color-muted);
}
.size-btn.is-active {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #4a2f0a;
}
.size-btn.is-active .size-btn-people {
  color: #4a2f0a;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
}
.price-value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-primary-dark);
}
.price-unit {
  color: var(--color-muted);
  font-size: 0.85rem;
}

/* ---------- Galería de tortas especiales ---------- */
.gallery-section {
  padding: 0 0 56px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 620px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 980px) {
  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gallery-card {
  margin: 0;
  background: var(--color-surface);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.gallery-caption {
  padding: 10px 12px;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
}

/* ---------- Cotiza aquí ---------- */
.quote-section {
  padding: 8px 0 56px;
}
.quote-form {
  margin-top: 20px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-card);
}
.quote-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 620px) {
  .quote-grid {
    grid-template-columns: 1fr 1fr;
  }
  .quote-field-wide {
    grid-column: 1 / -1;
  }
}
.quote-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--color-text);
}
.quote-field-full {
  margin-top: 16px;
}
.quote-field input,
.quote-field select,
.quote-field textarea {
  min-height: var(--touch-min);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  border: 2px solid var(--color-border);
  font-size: 0.95rem;
  font-weight: 400;
  font-family: inherit;
  color: var(--color-text);
  background: #fff;
}
.quote-field textarea {
  min-height: 110px;
  resize: vertical;
}
.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus {
  outline: none;
  border-color: var(--color-primary);
}
.quote-required-note {
  margin: 14px 0 0;
  font-size: 0.8rem;
  color: var(--color-muted);
}
.quote-datetime-hint {
  margin: -6px 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primary-dark);
}

/* ---------- Panel de pedido ("Pedir aquí") ---------- */
.order-panel {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  height: 100vh;
  max-height: 100vh;
  width: 440px;
  max-width: 100vw;
  border: none;
  border-radius: 0;
  padding: 26px 22px 30px;
  overflow-y: auto;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
}
.order-panel::backdrop {
  background: rgba(20, 10, 8, 0.55);
}
@media (max-width: 640px) {
  .order-panel {
    width: 100vw;
  }
}
.order-panel-close {
  position: sticky;
  top: 0;
  float: right;
  min-width: 40px;
  min-height: 40px;
  border-radius: 999px;
  border: none;
  background: var(--color-border);
  color: var(--color-text);
  font-size: 1.1rem;
  cursor: pointer;
}
.order-panel h2 {
  margin-bottom: 2px;
  padding-right: 44px;
}
.order-panel-subtitle {
  color: var(--color-muted);
  font-weight: 700;
  margin-bottom: 18px;
}
#order-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#order-form .quote-datetime-hint {
  margin-top: -10px;
}
.order-deposit-notice {
  margin: 4px 0 0;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: #fff3e0;
  border: 1px solid var(--color-accent);
  color: #7a4f10;
  font-size: 0.85rem;
  font-weight: 600;
}
.order-send-btn {
  width: 100%;
}
.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 10px;
}
.quote-actions .btn {
  flex: 1 1 220px;
}

/* ---------- Novios / Eventos ---------- */
.novios-section {
  background: linear-gradient(135deg, #3a2620, #58332b);
  color: #fdf4ee;
  padding: 56px 0;
}
.novios-inner {
  max-width: 720px;
  text-align: center;
}
.novios-eyebrow {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.8rem;
}
.novios-section h2 {
  color: #fff;
}
.novios-text {
  opacity: 0.92;
  font-size: 1.05rem;
}
.novios-dietary {
  opacity: 0.88;
  font-size: 0.92rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 14px;
  margin-top: -6px;
}
.novios-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 8px;
}

/* ---------- Info ---------- */
.info-section {
  padding: 56px 0 80px;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 720px) {
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.info-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 22px;
}
.info-card h3 {
  font-size: 1.1rem;
}
.info-address {
  font-weight: 700;
}
.btn-maps {
  display: inline-flex;
  min-height: var(--touch-min);
  padding: 10px 18px;
  margin: 4px 0 14px;
  border-radius: 999px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  background: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.92rem;
}
.btn-maps:hover {
  background: var(--color-primary);
  color: #fff;
}

.map-embed-wrap {
  position: relative;
  margin: 4px 0 14px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 2px solid var(--color-border);
}
.map-embed-iframe {
  width: 100%;
  height: 180px;
  border: 0;
  display: block;
  pointer-events: none;
}
.map-embed-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  background: rgba(58, 42, 36, 0.18);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.welcome-modal {
  position: fixed;
  border: none;
  border-radius: var(--radius-lg);
  padding: 36px 28px 30px;
  max-width: 92vw;
  width: 420px;
  box-shadow: var(--shadow-card);
  text-align: center;
}
.welcome-modal::backdrop {
  background: rgba(20, 10, 8, 0.6);
}
.welcome-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 999px;
  border: none;
  background: var(--color-border);
  color: var(--color-text);
  font-size: 1.1rem;
  cursor: pointer;
}
.welcome-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.welcome-logo {
  width: 140px;
  height: 140px;
  object-fit: contain;
  border-radius: 16px;
  margin-bottom: 4px;
}
.welcome-logo-emoji {
  font-size: 5rem;
  margin-bottom: 4px;
}
.welcome-modal-body h2 {
  margin-bottom: 0;
}
.welcome-schedule {
  color: var(--color-text);
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0;
}

.map-modal {
  border: none;
  border-radius: var(--radius-lg);
  padding: 20px;
  max-width: 92vw;
  width: 640px;
  box-shadow: var(--shadow-card);
}
.map-modal::backdrop {
  background: rgba(20, 10, 8, 0.55);
}
.map-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.map-modal-title {
  font-family: Georgia, serif;
  font-weight: 700;
  color: var(--color-primary-dark);
}
.map-modal-close {
  min-width: 40px;
  min-height: 40px;
  border-radius: 999px;
  border: none;
  background: var(--color-border);
  color: var(--color-text);
  font-size: 1.1rem;
  cursor: pointer;
}
.map-embed-large-iframe {
  width: 100%;
  height: min(60vh, 420px);
  border: 0;
  display: block;
  border-radius: var(--radius-sm);
}
.map-modal-link {
  margin-top: 14px;
}

.schedule-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.schedule-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--color-border);
  font-size: 0.95rem;
}
.schedule-list li:last-child {
  border-bottom: none;
}
.schedule-day {
  font-weight: 700;
}
.schedule-hours {
  color: var(--color-muted);
  text-align: right;
}
.schedule-hours.is-closed {
  color: #c0392b;
  font-weight: 700;
}

.payment-cash {
  font-weight: 700;
}
.payment-transfer-intro {
  font-weight: 700;
  margin-bottom: 8px;
}
.payment-details-list {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  background: #fafafa;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.payment-details-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border-bottom: 1px dashed var(--color-border);
  font-size: 0.92rem;
}
.payment-details-list li:last-child {
  border-bottom: none;
}
.payment-label {
  font-weight: 700;
  color: var(--color-text);
}
.payment-value {
  color: var(--color-muted);
  text-align: right;
  word-break: break-word;
}
.payment-receipt-note {
  font-size: 0.9rem;
}
.payment-receipt-note a {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: none;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #2a1c17;
  color: #f2e6df;
  padding: 40px 0;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-brand span {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.footer-address {
  color: #cbb9ae;
  margin: 6px 0;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 600;
}
.footer-contact-link .btn-icon {
  width: 1em;
  height: 1em;
}
.footer-social p {
  margin-bottom: 8px;
  font-weight: 700;
}
.social-links {
  display: flex;
  gap: 12px;
}
.social-icon-link {
  width: var(--touch-min);
  height: var(--touch-min);
  border-radius: 50%;
  border: 1px solid #55443c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fdf4ee;
}
.social-icon-link .social-icon {
  width: 20px;
  height: 20px;
}
.footer-rights {
  width: 100%;
  margin: 24px 0 0;
  font-size: 0.85rem;
  color: #a2938a;
}

/* ---------- Íconos dentro de botones ---------- */
.btn-icon {
  width: 1.15em;
  height: 1.15em;
  flex-shrink: 0;
}

/* ---------- Botón flotante de WhatsApp ---------- */
.float-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  padding: 0 20px 0 16px;
  border-radius: 999px;
  background: var(--color-whatsapp);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
  z-index: 150;
}
.float-whatsapp-icon {
  width: 26px;
  height: 26px;
}
.float-whatsapp:active {
  transform: scale(0.96);
}

@media (max-width: 480px) {
  .float-whatsapp {
    right: 14px;
    bottom: 14px;
    height: 52px;
    padding: 0 16px 0 14px;
    font-size: 0.88rem;
  }
  .float-whatsapp-icon {
    width: 22px;
    height: 22px;
  }
}
