/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 23 2026 | 20:54:30 */
/* Dominican Mobility - global conversion and clarity enhancements */
.dm-whatsapp-button {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: calc(148px + env(safe-area-inset-bottom));
  z-index: 99998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background: #1fa855;
  box-shadow: 0 10px 26px rgba(18, 84, 46, 0.28);
  color: #ffffff !important;
  font-family: inherit;
  line-height: 1.1;
  text-decoration: none !important;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.dm-whatsapp-button:hover,
.dm-whatsapp-button:focus-visible {
  transform: translateY(-2px);
  background: #178b45;
  box-shadow: 0 14px 30px rgba(18, 84, 46, 0.34);
  color: #ffffff !important;
}

.dm-whatsapp-button:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.dm-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: #ffffff;
}

.dm-whatsapp-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.dm-tax-note {
  display: block;
  margin-top: 4px;
  color: #6b4f00;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.page-id-51 .item-model-name {
  text-transform: none !important;
}

@media (max-width: 640px) {
  .dm-whatsapp-button {
    right: max(12px, env(safe-area-inset-right));
    bottom: calc(86px + env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
  }

  .dm-whatsapp-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dm-whatsapp-button {
    transition: none;
  }
}
