.floating-contact,
.mobile-cta,
.product-mobile-cta,
.mcb-bottom-cta {
  display: none !important;
}

html,
body {
  overflow-x: clip;
}

body {
  padding-bottom: calc(72px + env(safe-area-inset-bottom));
}

.x24-bottom-contact-bar {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 90;
  display: grid;
  box-sizing: border-box;
  width: 100vw;
  max-width: 920px;
  margin-inline: auto;
  padding-bottom: env(safe-area-inset-bottom);
  border: 1px solid #e2e8f0;
  border-bottom: 0;
  background: #fff;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, .1);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.x24-bottom-contact-item {
  display: grid;
  box-sizing: border-box;
  min-width: 0;
  min-height: 68px;
  place-items: center;
  gap: 3px;
  border: 0;
  border-right: 1px solid #e5e7eb;
  background: #fff;
  color: #334155;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  font: inherit;
  font-weight: 760;
  line-height: 1.1;
  letter-spacing: 0;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.x24-bottom-contact-item:hover {
  background: #f8fafc;
}

.x24-bottom-contact-item:last-child {
  border-right: 0;
}

.x24-bottom-contact-item:focus-visible,
.x24-contact-dialog button:focus-visible,
.x24-contact-dialog a:focus-visible,
.x24-contact-dialog input:focus-visible,
.x24-contact-dialog select:focus-visible {
  outline: 3px solid #0ea5e9;
  outline-offset: -3px;
}

.x24-bottom-contact-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
}

.x24-bottom-contact-icon svg,
.x24-bottom-contact-icon img {
  display: block;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.x24-bottom-contact-item > span:last-child {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  font-size: 12px;
  line-height: 1.05;
}

.x24-bottom-contact-item.is-call .x24-bottom-contact-icon { background: #62d926; }
.x24-bottom-contact-item.is-facebook .x24-bottom-contact-icon { background: #1877f2; }
.x24-bottom-contact-item.is-zalo .x24-bottom-contact-icon { background: transparent; }
.x24-bottom-contact-item.is-callback { background: #f7f9ff; color: #334155; }
.x24-bottom-contact-item.is-callback .x24-bottom-contact-icon { background: #0a84ff; }
.x24-bottom-contact-item.is-map { color: #334155; }
.x24-bottom-contact-item.is-map .x24-bottom-contact-icon { background: transparent; }

.x24-contact-dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: end center;
  padding: 18px;
  padding-bottom: calc(96px + env(safe-area-inset-bottom));
  background: rgba(15, 23, 42, .42);
}

.x24-contact-dialog {
  position: relative;
  width: min(440px, 100%);
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  color: #0f172a;
  box-shadow: 0 24px 80px rgba(15, 23, 42, .28);
  font-family: Arial, Helvetica, sans-serif;
}

.x24-contact-dialog h2 {
  margin: 0;
  padding-right: 44px;
  font-size: 22px;
  line-height: 1.2;
}

.x24-contact-dialog p {
  margin: 8px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

.x24-contact-dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
}

.x24-callback-form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.x24-callback-form label {
  display: grid;
  gap: 6px;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
}

.x24-callback-form input,
.x24-callback-form select {
  min-height: 46px;
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 12px;
  color: #0f172a;
  font: inherit;
}

.x24-callback-form button[type="submit"] {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  background: #0f172a;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.x24-callback-form button:disabled {
  cursor: wait;
  opacity: .7;
}

.x24-contact-honeypot {
  display: none !important;
}

.x24-contact-status {
  min-height: 20px;
  margin: 0 !important;
}

.x24-contact-status.is-success { color: #047857; }
.x24-contact-status.is-error { color: #b91c1c; }

.x24-map-location-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.x24-map-location-list a {
  display: grid;
  gap: 4px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 14px;
  color: #0f172a;
  text-decoration: none;
}

.x24-map-location-list strong {
  font-size: 15px;
}

.x24-map-location-list span {
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
}

.x24-footer-store-details {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.x24-footer-address-list {
  display: grid;
  gap: 9px;
}

.x24-footer-address-list a {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  color: inherit;
  font-size: 13px;
  line-height: 1.55;
  text-decoration: none;
}

.x24-footer-address-list svg {
  margin-top: 2px;
  color: #ef6b45;
}

.x24-footer-address-list span {
  display: grid;
  gap: 2px;
}

.x24-footer-address-list strong {
  color: #fff;
  font-size: 12px;
}

.x24-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.x24-footer-socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  opacity: .9;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.x24-footer-socials a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.x24-footer-socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.x24-footer-store-details.is-dark {
  color: rgba(255, 255, 255, .72);
}

.x24-footer-store-details.is-dark .x24-footer-socials a {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
}

.x24-footer-store-details.is-dark .x24-footer-socials a:hover {
  background: #fff;
  color: #0f172a;
}

.x24-footer-store-details.is-light {
  color: #475569;
}

.x24-footer-store-details.is-light .x24-footer-address-list strong {
  color: #0f172a;
}

.x24-footer-store-details.is-light .x24-footer-socials a {
  border-color: #cbd5e1;
  color: #0f172a;
}

.x24-footer-store-details.is-light .x24-footer-socials a:hover {
  background: #0f172a;
  color: #fff;
}

@media (max-width: 420px) {
  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .x24-bottom-contact-bar {
    max-width: 100%;
  }

  .x24-bottom-contact-item {
    min-height: 64px;
  }

  .x24-bottom-contact-icon {
    width: 32px;
    height: 32px;
  }

  .x24-bottom-contact-icon svg,
  .x24-bottom-contact-icon img {
    width: 26px;
    height: 26px;
  }

  .x24-bottom-contact-item > span:last-child {
    font-size: 11px;
  }
}

@media (min-width: 1024px) {
  body {
    padding-bottom: 0;
  }

  .x24-bottom-contact-bar {
    inset-inline: auto 18px;
    top: auto;
    bottom: 96px;
    display: flex;
    width: 58px;
    max-width: none;
    flex-direction: column;
    overflow: visible;
    padding: 7px;
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .18);
    transform: none;
  }

  .x24-bottom-contact-item {
    position: relative;
    width: 44px;
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #0f172a;
  }

  .x24-bottom-contact-item:hover,
  .x24-bottom-contact-item:focus-visible {
    background: #f1f5f9;
    transform: translateX(-2px);
  }

  .x24-bottom-contact-icon {
    width: 34px;
    height: 34px;
  }

  .x24-bottom-contact-icon svg,
  .x24-bottom-contact-icon img {
    width: 27px;
    height: 27px;
  }

  .x24-bottom-contact-item > span:last-child {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    width: max-content;
    max-width: 180px;
    padding: 7px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    color: #0f172a;
    box-shadow: 0 12px 26px rgba(15, 23, 42, .14);
    font-size: 12px;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
    transform: translate(4px, -50%);
    transition: opacity 140ms ease, transform 140ms ease;
    white-space: nowrap;
  }

  .x24-bottom-contact-item:hover > span:last-child,
  .x24-bottom-contact-item:focus-visible > span:last-child {
    opacity: 1;
    transform: translate(0, -50%);
  }

  .x24-contact-dialog-backdrop {
    place-items: center;
    padding-bottom: 18px;
  }
}
