.bs-form__honeypot {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* The footer already exposes a localized consent control on every storefront. */
#cmplz-manage-consent > .cmplz-manage-consent {
  display: none !important;
}

.bs-form__consent {
  align-items: flex-start;
  display: flex;
  font-size: 13px;
  gap: 8px;
  line-height: 1.4;
  margin-top: 14px;
}

.bs-form__consent input {
  height: 18px;
  margin: 0;
  min-height: 18px;
  width: 18px;
}

.bs-product-safety--incomplete {
  border: 2px solid #b42318;
  padding: 16px;
}

.bs-vat-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.bs-product-delivery-line {
  color: #69645e;
  font-size: 13px;
  line-height: 1.45;
}

.bs-delivery-table-wrap {
  grid-column: 1 / -1;
}

.bs-care-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.bs-care-icons img {
  background: #fff;
  height: 48px;
  object-fit: contain;
  padding: 6px;
  width: 48px;
}

.bs-size-guide-link {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.bs-text-button {
  background: transparent !important;
  border: 0 !important;
  color: currentColor !important;
  font-size: 13px;
  min-height: 36px;
  padding: 0;
  text-decoration: underline;
}

.bs-size-guide {
  background: #f2efe8;
  border: 1px solid #050505;
  border-radius: 0;
  color: #050505;
  max-height: calc(100vh - 40px);
  max-width: 620px;
  padding: 24px;
  width: calc(100% - 32px);
}

.bs-size-guide::backdrop {
  background: rgb(10 10 10 / 72%);
}

.bs-size-guide__header {
  align-items: center;
  border-bottom: 1px solid #c7c0b6;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
}

.bs-size-guide__header h2 {
  font-size: 30px;
  margin: 0;
}

.bs-dialog-close {
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  color: #050505 !important;
  display: inline-flex;
  font-size: 30px;
  height: 44px;
  justify-content: center;
  min-height: 44px;
  padding: 0;
  width: 44px;
}

.bs-size-guide > img {
  display: block;
  margin: 0 auto 20px;
  max-height: 360px;
  object-fit: contain;
}
