.velv-withdrawal-button {
  align-items: center;
  background: var(--velv-withdrawal-button, #0b3a78) !important;
  background-color: var(--velv-withdrawal-button, #0b3a78) !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  bottom: 0 !important;
  box-sizing: border-box;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
  color: var(--velv-withdrawal-button-text, #fff) !important;
  display: inline-flex !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  gap: 7px;
  height: 40px !important;
  justify-content: center;
  left: 0 !important;
  letter-spacing: 0;
  line-height: 1 !important;
  margin: 0 !important;
  max-width: calc(100vw - 16px);
  max-height: 40px !important;
  min-height: 40px !important;
  min-width: 0 !important;
  opacity: 1 !important;
  padding: 0 16px !important;
  position: fixed;
  right: auto !important;
  text-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
  white-space: nowrap;
  width: 260px !important;
  -webkit-text-fill-color: var(--velv-withdrawal-button-text, #fff) !important;
  z-index: 2147482989;
}

.velv-withdrawal-button:hover,
.velv-withdrawal-button:focus,
.velv-withdrawal-button span {
  color: var(--velv-withdrawal-button-text, #fff) !important;
  opacity: 1 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  -webkit-text-fill-color: var(--velv-withdrawal-button-text, #fff) !important;
}

.velv-withdrawal-button svg {
  fill: none;
  color: var(--velv-withdrawal-button-text, #fff) !important;
  height: 18px;
  opacity: 1 !important;
  stroke: var(--velv-withdrawal-button-text, #fff) !important;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 18px;
}

@media (max-width: 767.98px) {
  .velv-withdrawal-button {
    bottom: 0 !important;
    font-size: 13px !important;
    height: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
    padding: 0 12px !important;
    width: calc(50vw - 3px) !important;
  }
}

@media (max-width: 390px) {
  .velv-withdrawal-button { padding: 0 10px !important; }
}

/* v1.1.6 — Mobile floating control UX
 * Home: keep the full-width half-screen control.
 * Inner pages: compact icon-only control.
 * Cart/checkout/account/auth/module forms: hide it so it cannot cover actions.
 */
@media (max-width: 767.98px) {
  body:not(#index) .velv-withdrawal-button {
    border-radius: 50% !important;
    bottom: 8px !important;
    height: 42px !important;
    left: 6px !important;
    max-height: 42px !important;
    min-height: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
    right: auto !important;
    width: 42px !important;
  }

  body:not(#index) .velv-withdrawal-button span {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

  body:not(#index) .velv-withdrawal-button svg {
    height: 20px !important;
    width: 20px !important;
  }

  body#cart .velv-withdrawal-button,
  body#checkout .velv-withdrawal-button,
  body#order .velv-withdrawal-button,
  body#authentication .velv-withdrawal-button,
  body#registration .velv-withdrawal-button,
  body#my-account .velv-withdrawal-button,
  body[id^="module-"] .velv-withdrawal-button {
    display: none !important;
  }
}
