/** Shopify CDN: Minification failed

Line 64:0 Expected "}" to go with "{"

**/
.bc-mobile-chat-launcher {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  right: max(12px, env(safe-area-inset-right, 0px)) !important;
  bottom: max(12px, env(safe-area-inset-bottom, 0px)) !important;
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.18),
    0 2px 6px rgba(0, 0, 0, 0.10);
  cursor: pointer;
  z-index: 2147483000;
  transform: none !important;
  visibility: visible;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
}

.bc-mobile-chat-launcher svg {
  display: block;
  width: 25px;
  height: 25px;
}

.bc-mobile-chat-launcher:focus-visible {
  outline: 3px solid rgba(0, 112, 74, 0.35);
  outline-offset: 3px;
}

@media screen and (max-width: 749px) {
  .my-offers[data-my-offers] {
    left: 12px !important;
    right: 78px !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }
}

@media screen and (min-width: 750px) {
  .bc-mobile-chat-launcher {
    display: none !important;
  }
