.product-miniature .thumbnail-container,
.product-miniature .thumbnail.product-thumbnail {
  overflow: visible !important;
}

.seosa_product_label.bebobilabels-created {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.seosa_product_label.bebobilabels-patched {
  display: inline-flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto !important;
  height: auto !important;
  max-width: calc(100% - 24px);
  min-width: 0;
  overflow: visible !important;
  pointer-events: none;
}

.seosa_product_label .bebobilabels-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
  height: auto;
  max-width: 100%;
  gap: 6px;
}

.seosa_product_label .bebobilabels-badge-text {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  min-height: 0;
  padding: 8px 14px;
  color: #fff;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: normal;
  overflow-wrap: anywhere;
  border-radius: 0 0 6px 0;
  box-shadow: 0 10px 24px rgba(23, 45, 56, 0.18);
}

.seosa_product_label .bebobilabels-badge-text-secondary {
  border-radius: 0 6px 6px 0;
}

.seosa_product_label .bebobilabels-state-in_stock .bebobilabels-badge-text {
  background: #2e7d32;
}

.seosa_product_label .bebobilabels-state-out_of_stock_orderable .bebobilabels-badge-text {
  background: #d9a72d;
}

.seosa_product_label .bebobilabels-state-available_on_date .bebobilabels-badge-text {
  background: #1f5d7a;
}

.seosa_product_label .bebobilabels-state-out_of_stock_blocked .bebobilabels-badge-text {
  background: #8b3d3d;
}

#product-availability .bebobilabels-availability {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  background: transparent !important;
  padding: 0 !important;
  color: inherit !important;
}

#product-availability .bebobilabels-availability-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 12px 5px 10px;
  border-radius: 4px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

#product-availability .bebobilabels-availability-pill .material-icons {
  font-size: 18px;
  line-height: 1;
}

#product-availability .bebobilabels-availability-text {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .seosa_product_label.bebobilabels-patched {
    max-width: calc(100% - 12px);
  }

  .seosa_product_label .bebobilabels-badge-text {
    padding: 6px 10px;
    font-size: 12px;
    white-space: normal;
  }

  #product-availability .bebobilabels-availability-pill {
    white-space: normal;
  }
}

#bebobilabels-enquiry-root {
  margin-top: 16px;
}

.bebobilabels-enquiry-panel {
  border: 1px solid #8B3D3D;
  border-radius: 8px;
  padding: 14px;
  background: #ffffff;
}

.bebobilabels-enquiry-intro {
  margin: 0 0 12px 0;
  color: #172d38;
  white-space: pre-line;
}

.bebobilabels-enquiry-fields {
  display: flex;
  gap: 10px;
  align-items: center;
}

.bebobilabels-enquiry-input {
  flex: 1 1 auto;
  min-width: 180px;
  height: 42px;
  padding: 10px 12px;
  border: 1px solid #cfd8dc;
  border-radius: 4px;
}

.bebobilabels-enquiry-submit {
  flex: 0 0 auto;
  height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 4px;
  background: #172d38;
  color: #fff;
  font-weight: 700;
}

.bebobilabels-enquiry-submit[disabled] {
  opacity: 0.7;
  cursor: default;
}

.bebobilabels-enquiry-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 12px;
  color: #172d38;
  font-size: 13px;
  line-height: 1.4;
}

.bebobilabels-enquiry-consent input {
  margin-top: 2px;
}

.bebobilabels-enquiry-feedback {
  margin-top: 10px;
  font-size: 13px;
}

.bebobilabels-enquiry-feedback.is-error {
  color: #8b3d3d;
}

.bebobilabels-enquiry-feedback.is-success,
.bebobilabels-enquiry-success {
  color: #2e7d32;
  font-weight: 700;
}

.bebobilabels-enquiry-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .bebobilabels-enquiry-fields {
    display: block;
  }

  .bebobilabels-enquiry-input,
  .bebobilabels-enquiry-submit {
    display: block;
    width: 100%;
  }

  .bebobilabels-enquiry-submit {
    margin-top: 10px;
  }
}

#bebobilabels-notify-trigger-root {
  width: 100%;
}

.product-add-to-cart.bebobilabels-notify-active .qty,
.product-add-to-cart.bebobilabels-notify-active [data-button-action="add-to-cart"] {
  display: none !important;
}

.product-add-to-cart.bebobilabels-notify-active .add {
  width: 100%;
}

.bebobilabels-notify-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid var(--bebobilabels-notify-accent, #172d38);
  border-radius: 4px;
  background: #ffffff;
  color: var(--bebobilabels-notify-accent, #172d38);
  font-weight: 700;
  text-align: center;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.bebobilabels-notify-trigger:hover,
.bebobilabels-notify-trigger:focus {
  color: var(--bebobilabels-notify-accent, #172d38);
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(23, 45, 56, 0.12);
}


.bebobilabels-listing-notify-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #D9A72D !important;
  background: #D9A72D !important;
  color: #000000 !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transform: none !important;
  transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease !important;
}

.bebobilabels-listing-notify-cta span {
  color: inherit !important;
}

.bebobilabels-listing-notify-cta:hover,
.bebobilabels-listing-notify-cta:focus {
  border-color: #172D38 !important;
  background: #172D38 !important;
  color: #FFFFFF !important;
  text-decoration: none;
  box-shadow: none;
  transform: none !important;
}

.bebobilabels-listing-notify-cta:hover span,
.bebobilabels-listing-notify-cta:focus span {
  color: inherit !important;
}
.bebobilabels-notify-modal {
  display: none;
  z-index: 1055;
}

.bebobilabels-notify-modal.in {
  display: block;
}

.bebobilabels-notify-modal .modal-dialog {
  max-width: 640px;
  margin: 40px auto;
}

.bebobilabels-notify-modal .modal-content {
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(23, 45, 56, 0.24);
}

.bebobilabels-notify-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid #e8eef1;
}

.bebobilabels-notify-modal-title {
  margin: 0;
  color: #172d38;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.bebobilabels-notify-close {
  padding: 0;
  border: 0;
  background: transparent;
  color: #172d38;
  font-size: 30px;
  line-height: 1;
}

.bebobilabels-notify-modal .modal-body {
  padding: 22px;
}


.modal-dialog .bebobilabels-enquiry-intro {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.45;
}

.modal-dialog .bebobilabels-enquiry-fields {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.modal-dialog .bebobilabels-enquiry-input::placeholder {
  font-size: 12px;
}

.modal-dialog .bebobilabels-enquiry-input {
  width: 100%;
}

.modal-dialog .bebobilabels-enquiry-submit {
  align-self: flex-start;
  min-width: 140px;
  font-size: 13px;
}
.bebobilabels-notify-copy {
  margin: 0 0 18px 0;
  color: #172d38;
  line-height: 1.6;
  white-space: pre-line;
}

.bebobilabels-notify-modal .bebobilabels-enquiry-panel {
  padding: 0;
  border: 0;
  background: transparent;
}

.bebobilabels-notify-modal .bebobilabels-enquiry-submit {
  border: 1px solid var(--bebobilabels-notify-accent, #172d38);
  background: var(--bebobilabels-notify-accent, #172d38);
  color: var(--bebobilabels-notify-accent-text, #ffffff);
}

.bebobilabels-notify-backdrop {
  background: rgba(23, 45, 56, 0.45);
}

@media (max-width: 767px) {
  .bebobilabels-notify-modal .modal-dialog {
    margin: 16px;
  }

  .bebobilabels-notify-modal .modal-header,
  .bebobilabels-notify-modal .modal-body {
    padding: 18px;
  }

  .bebobilabels-notify-modal-title {
    font-size: 20px;
  }
}

