/* Customer Assistance 1.0.14 - versioned asset to bypass stale theme/cache bundles. */
.ca-root {
  position: relative;
  z-index: 9998;
}

.ca-help-button {
  position: fixed;
  right: 12px;
  bottom: var(--ca-button-bottom, 14px);
  z-index: 9998;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 5px;
  width: max-content !important;
  min-width: 0 !important;
  max-width: calc(100vw - 24px) !important;
  box-sizing: border-box;
  border: 1px solid #6f7780;
  border-radius: 5px;
  background: #fff;
  color: #252a30;
  padding: 6px 8px !important;
  font: inherit;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 2px 7px rgba(0,0,0,.13);
  cursor: pointer;
  transition: bottom .16s ease;
}

.ca-help-button > span:last-child {
  display: inline-block;
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100vw - 54px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ca-help-button:hover,
.ca-help-button:focus {
  background: #f4f5f6;
  outline: 2px solid transparent;
}

.ca-help-symbol {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
}


/* Theme-friendly form attachment (v1.0.9).
   The button is deliberately kept in the normal form flow on desktop and
   mobile. This avoids wide theme containers pushing it to the outer edge. */

.ca-inline-slot.ca-checkout-slot {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  clear: both;
}

.ca-assistance-anchor {
  position: relative !important;
}

.ca-help-button.ca-help-button-attached {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: calc(100% - 12px) !important;
  margin: 10px auto 12px !important;
  padding: 5px 7px !important;
  float: none !important;
  clear: both;
  align-self: center;
  z-index: 20;
}

@media (max-width: 767px) {
  .ca-help-button.ca-help-button-attached {
    margin: 8px auto 10px !important;
    padding: 5px 7px !important;
    max-width: calc(100% - 8px) !important;
  }
}

.ca-modal[hidden],
.ca-root[hidden] {
  display: none !important;
}

.ca-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.ca-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.48);
}

.ca-dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: min(80vh, 680px);
  overflow-y: auto;
  background: #fff;
  color: #252a30;
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  padding: 0 18px 16px;
  font-size: 13.5px;
  line-height: 1.42;
}

.ca-dialog-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 -18px 12px;
  padding: 13px 14px 10px 18px;
  background: #fff;
  border-bottom: 1px solid #e5e7e9;
}

.ca-dialog-header h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.ca-close-x {
  border: 0;
  background: transparent;
  color: #555;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 0 3px;
}

.ca-intro {
  margin: 0 0 12px;
  padding: 8px 10px;
  background: #f5f6f7;
  border-left: 3px solid #7b838b;
}

.ca-section {
  margin-top: 12px;
}

.ca-section h3 {
  margin: 0 0 8px;
  font-size: 15.5px;
  line-height: 1.28;
}

.ca-section p {
  margin: 0 0 10px;
  line-height: 1.42;
}

.ca-section p strong {
  display: inline-block;
  margin-bottom: 1px;
}

.ca-section + .ca-section {
  padding-top: 12px;
  border-top: 1px solid #e7e7e7;
}

.ca-dialog-footer {
  margin-top: 16px;
  padding-top: 11px;
  border-top: 1px solid #e5e7e9;
  text-align: right;
}

.ca-close-button {
  border: 1px solid #565d64;
  border-radius: 5px;
  background: #fff;
  color: #252a30;
  padding: 6px 12px;
  font: inherit;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
}

.ca-close-button:hover,
.ca-close-button:focus {
  background: #f4f5f6;
}

body.ca-modal-open {
  overflow: hidden;
}

@media (max-width: 575px) {
  .ca-help-button {
    right: 7px;
    bottom: var(--ca-button-bottom, 8px);
    left: auto !important;
    width: max-content !important;
    min-width: 0 !important;
    max-width: calc(100vw - 14px) !important;
    padding: 5px 6px !important;
    gap: 4px;
    font-size: 11px;
    box-shadow: 0 2px 6px rgba(0,0,0,.13);
  }

  .ca-help-button > span:last-child {
    width: auto !important;
    max-width: calc(100vw - 44px);
  }

  .ca-help-symbol {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }

  .ca-modal {
    padding: 7px;
    align-items: flex-end;
  }

  .ca-dialog {
    max-height: 86vh;
    border-radius: 8px 8px 0 0;
    padding: 0 12px 12px;
    font-size: 12.5px;
    line-height: 1.38;
  }

  .ca-dialog-header {
    margin: 0 -12px 10px;
    padding: 11px 9px 9px 12px;
  }

  .ca-dialog-header h2 {
    font-size: 16px;
  }

  .ca-intro {
    margin-bottom: 10px;
    padding: 7px 8px;
  }

  .ca-section {
    margin-top: 10px;
  }

  .ca-section h3 {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .ca-section p {
    margin-bottom: 8px;
    line-height: 1.38;
  }

  .ca-section + .ca-section {
    padding-top: 10px;
  }

  .ca-dialog-footer {
    margin-top: 12px;
    padding-top: 9px;
  }
}

/* v1.0.10: dedicated inline slot. This is deliberately independent of the
   theme's form/container width and survives themes that do not wrap login
   controls in a conventional <form>. */
.ca-inline-slot {
  display: block !important;
  width: 100% !important;
  max-width: 620px !important;
  margin: 8px auto 10px !important;
  padding: 0 !important;
  text-align: center !important;
  float: none !important;
  clear: both !important;
  position: relative !important;
  z-index: 30 !important;
}

.ca-inline-slot .ca-help-button.ca-help-button-attached {
  position: relative !important;
  inset: auto !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 8px) !important;
  margin: 0 auto !important;
  float: none !important;
  transform: none !important;
}

@media (max-width: 575px) {
  .ca-inline-slot {
    max-width: 100% !important;
    margin: 7px auto 9px !important;
  }
}


/* v1.0.13: checkout step 1. The dedicated checkout hook is rendered before
   the guest/login tabs; JS moves only the button into this stable slot just
   below the tabs and above the personal-data fields. */
.ca-inline-slot.ca-checkout-slot {
  max-width: 100% !important;
  margin: 6px 0 12px !important;
  text-align: left !important;
}

.ca-inline-slot.ca-checkout-slot .ca-help-button.ca-help-button-attached {
  margin: 0 !important;
}

@media (max-width: 575px) {
  .ca-inline-slot.ca-checkout-slot {
    margin: 5px 0 10px !important;
  }
}
