.woocommerce-notices-wrapper,
.woocommerce .woocommerce-notices-wrapper {
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  margin: 0 0 var(--bamboo-space-4);
}

.woocommerce-notices-wrapper:empty,
.woocommerce .woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.bamboo-woocommerce .woocommerce-error,
.bamboo-woocommerce .woocommerce-info,
.bamboo-woocommerce .woocommerce-message,
body.woocommerce-cart .coupon-error-notice,
body.woocommerce-checkout .coupon-error-notice,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message,
.wc-block-components-notice-banner {
  --bamboo-notice-accent: var(--bamboo-primary);
  --bamboo-notice-surface: var(--bamboo-surface);
  --bamboo-notice-icon-surface: var(--bamboo-primary-soft);
  --bamboo-notice-border: var(--bamboo-border);
  --bamboo-notice-icon-border: var(--bamboo-border);
  --bamboo-notice-text: var(--bamboo-text);

  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  padding: 14px;
  padding-inline-start: 62px;
  padding-inline-end: 16px;
  margin: 0 0 var(--bamboo-space-4);
  color: var(--bamboo-notice-text);
  background: var(--bamboo-notice-surface);
  border: 1px solid var(--bamboo-notice-border);
  border-inline-start: 4px solid var(--bamboo-notice-accent);
  border-radius: 14px;
  box-shadow: none;
  font-family: var(--bamboo-font-family);
  font-size: var(--bamboo-font-body);
  font-weight: var(--bamboo-font-weight-medium);
  line-height: 1.75;
  list-style: none;
  overflow-wrap: anywhere;
  text-align: start;
}

.woocommerce .woocommerce-error:focus,
.woocommerce .woocommerce-info:focus,
.woocommerce .woocommerce-message:focus,
.bamboo-woocommerce .woocommerce-error:focus,
.bamboo-woocommerce .woocommerce-info:focus,
.bamboo-woocommerce .woocommerce-message:focus,
body.woocommerce-cart .coupon-error-notice:focus,
body.woocommerce-checkout .coupon-error-notice:focus,
body.woocommerce-cart .woocommerce-error:focus,
body.woocommerce-cart .woocommerce-info:focus,
body.woocommerce-cart .woocommerce-message:focus,
body.woocommerce-checkout .woocommerce-error:focus,
body.woocommerce-checkout .woocommerce-info:focus,
body.woocommerce-checkout .woocommerce-message:focus,
body.woocommerce-account .woocommerce-error:focus,
body.woocommerce-account .woocommerce-info:focus,
body.woocommerce-account .woocommerce-message:focus,
.wc-block-components-notice-banner:focus {
  outline: 2px solid var(--bamboo-primary);
  outline-offset: 2px;
}

.woocommerce .woocommerce-error,
.bamboo-woocommerce .woocommerce-error,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-account .woocommerce-error,
.wc-block-components-notice-banner.is-error {
  --bamboo-notice-accent: var(--bamboo-danger);
  --bamboo-notice-surface: #fff3f0;
  --bamboo-notice-icon-surface: #f8ded8;
  --bamboo-notice-border: rgba(165, 72, 59, 0.46);
  --bamboo-notice-icon-border: rgba(165, 72, 59, 0.34);
  --bamboo-notice-text: #4d2b26;
}

body.woocommerce-cart .coupon-error-notice,
body.woocommerce-checkout .coupon-error-notice {
  --bamboo-notice-accent: var(--bamboo-danger);
  --bamboo-notice-surface: #fff3f0;
  --bamboo-notice-icon-surface: #f8ded8;
  --bamboo-notice-border: rgba(165, 72, 59, 0.46);
  --bamboo-notice-icon-border: rgba(165, 72, 59, 0.34);
  --bamboo-notice-text: #4d2b26;
}

.woocommerce .woocommerce-info,
.bamboo-woocommerce .woocommerce-info,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-account .woocommerce-info,
.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-warning {
  --bamboo-notice-accent: var(--bamboo-warning);
  --bamboo-notice-surface: #fffaf2;
  --bamboo-notice-icon-surface: var(--bamboo-accent-soft);
  --bamboo-notice-border: var(--bamboo-warning-border);
  --bamboo-notice-icon-border: var(--bamboo-warning-border);
  --bamboo-notice-text: var(--bamboo-text);
}

.woocommerce .woocommerce-message,
.bamboo-woocommerce .woocommerce-message,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-account .woocommerce-message,
.wc-block-components-notice-banner.is-success {
  --bamboo-notice-accent: var(--bamboo-success);
  --bamboo-notice-surface: #fbfdf8;
  --bamboo-notice-icon-surface: var(--bamboo-success-soft);
  --bamboo-notice-border: rgba(79, 125, 77, 0.22);
  --bamboo-notice-icon-border: rgba(79, 125, 77, 0.18);
  --bamboo-notice-text: var(--bamboo-text);
}

.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.bamboo-woocommerce .woocommerce-error::before,
.bamboo-woocommerce .woocommerce-info::before,
.bamboo-woocommerce .woocommerce-message::before,
body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-message::before,
body.woocommerce-cart .coupon-error-notice::before,
body.woocommerce-checkout .coupon-error-notice::before,
body.woocommerce-account .woocommerce-error::before,
body.woocommerce-account .woocommerce-info::before,
body.woocommerce-account .woocommerce-message::before,
.wc-block-components-notice-banner::before {
  display: inline-grid;
  position: absolute;
  inset-block-start: 13px;
  inset-inline-start: 16px;
  width: 34px;
  height: 34px;
  place-items: center;
  margin: 0;
  color: var(--bamboo-notice-accent);
  background: var(--bamboo-notice-icon-surface);
  border: 1px solid var(--bamboo-notice-icon-border);
  border-radius: 12px;
  font-family: "Line Awesome Free";
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  content: "\f071";
  speak: never;
}

.woocommerce .woocommerce-info::before,
.bamboo-woocommerce .woocommerce-info::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-account .woocommerce-info::before,
.wc-block-components-notice-banner.is-info::before {
  content: "\f05a";
}

.woocommerce .woocommerce-message::before,
.bamboo-woocommerce .woocommerce-message::before,
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-message::before,
body.woocommerce-account .woocommerce-message::before,
.wc-block-components-notice-banner.is-success::before {
  content: "\f00c";
}

.wc-block-components-notice-banner.is-warning::before {
  content: "\f071";
}

.woocommerce .woocommerce-error > li,
.bamboo-woocommerce .woocommerce-error > li,
body.woocommerce-cart .woocommerce-error > li,
body.woocommerce-checkout .woocommerce-error > li,
body.woocommerce-account .woocommerce-error > li {
  position: relative;
  min-width: 0;
  padding: 0 14px 0 0;
  margin: 0;
  color: var(--bamboo-text);
  line-height: 1.8;
  list-style: none;
}

.woocommerce .woocommerce-error > li + li,
.bamboo-woocommerce .woocommerce-error > li + li,
body.woocommerce-cart .woocommerce-error > li + li,
body.woocommerce-checkout .woocommerce-error > li + li,
body.woocommerce-account .woocommerce-error > li + li {
  margin-top: 6px;
}

.woocommerce .woocommerce-error > li::before,
.bamboo-woocommerce .woocommerce-error > li::before,
body.woocommerce-cart .woocommerce-error > li::before,
body.woocommerce-checkout .woocommerce-error > li::before,
body.woocommerce-account .woocommerce-error > li::before {
  position: absolute;
  inset-block-start: 0.82em;
  inset-inline-start: 0;
  width: 5px;
  height: 5px;
  background: var(--bamboo-danger);
  border-radius: 999px;
  content: "";
  transform: translateY(-50%);
}

.woocommerce .woocommerce-error > li:first-child,
.bamboo-woocommerce .woocommerce-error > li:first-child,
body.woocommerce-cart .woocommerce-error > li:first-child,
body.woocommerce-checkout .woocommerce-error > li:first-child,
body.woocommerce-account .woocommerce-error > li:first-child {
  align-self: center;
}

.woocommerce .woocommerce-error > li:only-child,
.bamboo-woocommerce .woocommerce-error > li:only-child,
body.woocommerce-cart .woocommerce-error > li:only-child,
body.woocommerce-checkout .woocommerce-error > li:only-child,
body.woocommerce-account .woocommerce-error > li:only-child {
  padding-inline-start: 0;
}

.woocommerce .woocommerce-error > li:only-child::before,
.bamboo-woocommerce .woocommerce-error > li:only-child::before,
body.woocommerce-cart .woocommerce-error > li:only-child::before,
body.woocommerce-checkout .woocommerce-error > li:only-child::before,
body.woocommerce-account .woocommerce-error > li:only-child::before {
  display: none;
}

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.bamboo-woocommerce .woocommerce-error a,
.bamboo-woocommerce .woocommerce-info a,
.bamboo-woocommerce .woocommerce-message a,
body.woocommerce-cart .woocommerce-error a,
body.woocommerce-cart .woocommerce-info a,
body.woocommerce-cart .woocommerce-message a,
body.woocommerce-checkout .woocommerce-error a,
body.woocommerce-checkout .woocommerce-info a,
body.woocommerce-checkout .woocommerce-message a,
body.woocommerce-account .woocommerce-error a,
body.woocommerce-account .woocommerce-info a,
body.woocommerce-account .woocommerce-message a,
.wc-block-components-notice-banner a {
  color: var(--bamboo-primary-dark);
  font-weight: var(--bamboo-font-weight-bold);
  text-decoration: none;
}

.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover,
.bamboo-woocommerce .woocommerce-error a:hover,
.bamboo-woocommerce .woocommerce-info a:hover,
.bamboo-woocommerce .woocommerce-message a:hover,
body.woocommerce-cart .woocommerce-error a:hover,
body.woocommerce-cart .woocommerce-info a:hover,
body.woocommerce-cart .woocommerce-message a:hover,
body.woocommerce-checkout .woocommerce-error a:hover,
body.woocommerce-checkout .woocommerce-info a:hover,
body.woocommerce-checkout .woocommerce-message a:hover,
body.woocommerce-account .woocommerce-error a:hover,
body.woocommerce-account .woocommerce-info a:hover,
body.woocommerce-account .woocommerce-message a:hover,
.wc-block-components-notice-banner a:hover {
  color: var(--bamboo-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.bamboo-woocommerce .woocommerce-error .button,
.bamboo-woocommerce .woocommerce-info .button,
.bamboo-woocommerce .woocommerce-message .button,
body.woocommerce-cart .woocommerce-error .button,
body.woocommerce-cart .woocommerce-info .button,
body.woocommerce-cart .woocommerce-message .button,
body.woocommerce-checkout .woocommerce-error .button,
body.woocommerce-checkout .woocommerce-info .button,
body.woocommerce-checkout .woocommerce-message .button,
body.woocommerce-account .woocommerce-error .button,
body.woocommerce-account .woocommerce-info .button,
body.woocommerce-account .woocommerce-message .button,
.woocommerce .woocommerce-error .wc-forward,
.woocommerce .woocommerce-info .wc-forward,
.woocommerce .woocommerce-message .wc-forward,
.bamboo-woocommerce .woocommerce-error .wc-forward,
.bamboo-woocommerce .woocommerce-info .wc-forward,
.bamboo-woocommerce .woocommerce-message .wc-forward {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  float: inline-end;
  padding: 6px 12px;
  margin: 0 12px 4px 0;
  color: var(--bamboo-primary-dark);
  background: var(--bamboo-surface);
  border: 1px solid var(--bamboo-border-strong);
  border-radius: var(--bamboo-radius-pill);
  box-shadow: none;
  font-size: var(--bamboo-font-label);
  font-weight: var(--bamboo-font-weight-bold);
  line-height: 1.35;
  text-decoration: none;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.bamboo-woocommerce .woocommerce-error .button:hover,
.bamboo-woocommerce .woocommerce-info .button:hover,
.bamboo-woocommerce .woocommerce-message .button:hover,
body.woocommerce-cart .woocommerce-error .button:hover,
body.woocommerce-cart .woocommerce-info .button:hover,
body.woocommerce-cart .woocommerce-message .button:hover,
body.woocommerce-checkout .woocommerce-error .button:hover,
body.woocommerce-checkout .woocommerce-info .button:hover,
body.woocommerce-checkout .woocommerce-message .button:hover,
body.woocommerce-account .woocommerce-error .button:hover,
body.woocommerce-account .woocommerce-info .button:hover,
body.woocommerce-account .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .wc-forward:hover,
.woocommerce .woocommerce-info .wc-forward:hover,
.woocommerce .woocommerce-message .wc-forward:hover,
.bamboo-woocommerce .woocommerce-error .wc-forward:hover,
.bamboo-woocommerce .woocommerce-info .wc-forward:hover,
.bamboo-woocommerce .woocommerce-message .wc-forward:hover {
  color: var(--bamboo-surface);
  background: var(--bamboo-primary-dark);
  border-color: var(--bamboo-primary-dark);
  text-decoration: none;
}

.woocommerce .woocommerce-error a:focus-visible,
.woocommerce .woocommerce-info a:focus-visible,
.woocommerce .woocommerce-message a:focus-visible,
.bamboo-woocommerce .woocommerce-error a:focus-visible,
.bamboo-woocommerce .woocommerce-info a:focus-visible,
.bamboo-woocommerce .woocommerce-message a:focus-visible,
body.woocommerce-cart .woocommerce-error a:focus-visible,
body.woocommerce-cart .woocommerce-info a:focus-visible,
body.woocommerce-cart .woocommerce-message a:focus-visible,
body.woocommerce-checkout .woocommerce-error a:focus-visible,
body.woocommerce-checkout .woocommerce-info a:focus-visible,
body.woocommerce-checkout .woocommerce-message a:focus-visible,
body.woocommerce-account .woocommerce-error a:focus-visible,
body.woocommerce-account .woocommerce-info a:focus-visible,
body.woocommerce-account .woocommerce-message a:focus-visible,
.wc-block-components-notice-banner a:focus-visible,
.wc-block-components-notice-banner button:focus-visible {
  outline: 2px solid var(--bamboo-primary);
  outline-offset: 3px;
}

.wc-block-components-notice-banner {
  box-sizing: border-box;
  padding: 14px 16px !important;
  padding-inline-start: 62px !important;
  padding-inline-end: 56px !important;
}

.wc-block-components-notice-banner > svg,
.wc-block-components-notice-banner .wc-block-components-notice-banner__icon {
  display: none;
}

.wc-block-components-notice-banner__content {
  min-width: 0;
  color: var(--bamboo-text);
  font-weight: var(--bamboo-font-weight-medium);
  line-height: 1.75;
}

.wc-block-components-notice-banner__content > * {
  margin-block: 0;
}

.wc-block-components-notice-banner__dismiss {
  position: absolute;
  inset-block-start: 8px;
  inset-inline-end: 8px;
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--bamboo-muted);
  background: transparent;
  border: 0;
  border-radius: 12px;
}

.wc-block-components-notice-banner__dismiss:hover,
.wc-block-components-notice-banner__dismiss:focus-visible {
  color: var(--bamboo-text);
  background: var(--bamboo-surface-soft);
}

body.woocommerce-checkout .bamboo-checkout-cart-notice {
  display: block;
  padding: 12px 14px;
  padding-inline-start: 58px;
  padding-inline-end: 14px;
  margin: 0 0 var(--bamboo-space-3);
  color: var(--bamboo-text);
  background: #fffaf8;
  border: 1px solid rgba(165, 72, 59, 0.24);
  border-inline-start: 4px solid var(--bamboo-danger);
  border-radius: 14px;
  box-shadow: none;
  font-size: var(--bamboo-font-label);
  font-weight: var(--bamboo-font-weight-medium);
  line-height: 1.75;
}

body.woocommerce-checkout .bamboo-checkout-cart-notice::before {
  display: inline-grid;
  position: absolute;
  inset-block-start: 12px;
  inset-inline-start: 14px;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--bamboo-danger);
  background: var(--bamboo-danger-soft);
  border-radius: 11px;
  font-family: "Line Awesome Free";
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  content: "\f071";
}

body.woocommerce-checkout .bamboo-checkout-cart-notice[hidden] {
  display: none;
}

@media (max-width: 480px) {
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info,
  .woocommerce .woocommerce-message,
  .bamboo-woocommerce .woocommerce-error,
  .bamboo-woocommerce .woocommerce-info,
  .bamboo-woocommerce .woocommerce-message,
  body.woocommerce-cart .woocommerce-error,
  body.woocommerce-cart .woocommerce-info,
  body.woocommerce-cart .woocommerce-message,
  body.woocommerce-checkout .woocommerce-error,
  body.woocommerce-checkout .woocommerce-info,
  body.woocommerce-checkout .woocommerce-message,
  body.woocommerce-account .woocommerce-error,
  body.woocommerce-account .woocommerce-info,
  body.woocommerce-account .woocommerce-message,
  .wc-block-components-notice-banner {
    min-height: 50px;
    padding: 12px 13px;
    padding-inline-start: 54px;
    padding-inline-end: 13px;
    border-radius: 12px;
    font-size: var(--bamboo-font-ui);
    line-height: 1.8;
  }

  .woocommerce .woocommerce-error::before,
  .woocommerce .woocommerce-info::before,
  .woocommerce .woocommerce-message::before,
  .bamboo-woocommerce .woocommerce-error::before,
  .bamboo-woocommerce .woocommerce-info::before,
  .bamboo-woocommerce .woocommerce-message::before,
  body.woocommerce-cart .woocommerce-error::before,
  body.woocommerce-cart .woocommerce-info::before,
  body.woocommerce-cart .woocommerce-message::before,
  body.woocommerce-checkout .woocommerce-error::before,
  body.woocommerce-checkout .woocommerce-info::before,
  body.woocommerce-checkout .woocommerce-message::before,
  body.woocommerce-account .woocommerce-error::before,
  body.woocommerce-account .woocommerce-info::before,
  body.woocommerce-account .woocommerce-message::before,
  .wc-block-components-notice-banner::before {
    width: 30px;
    height: 30px;
    inset-block-start: 12px;
    inset-inline-start: 13px;
    border-radius: 10px;
    font-size: 17px;
  }

  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button,
  .bamboo-woocommerce .woocommerce-error .button,
  .bamboo-woocommerce .woocommerce-info .button,
  .bamboo-woocommerce .woocommerce-message .button,
  body.woocommerce-cart .woocommerce-error .button,
  body.woocommerce-cart .woocommerce-info .button,
  body.woocommerce-cart .woocommerce-message .button,
  body.woocommerce-checkout .woocommerce-error .button,
  body.woocommerce-checkout .woocommerce-info .button,
  body.woocommerce-checkout .woocommerce-message .button,
  body.woocommerce-account .woocommerce-error .button,
  body.woocommerce-account .woocommerce-info .button,
  body.woocommerce-account .woocommerce-message .button,
  .woocommerce .woocommerce-error .wc-forward,
  .woocommerce .woocommerce-info .wc-forward,
  .woocommerce .woocommerce-message .wc-forward,
  .bamboo-woocommerce .woocommerce-error .wc-forward,
  .bamboo-woocommerce .woocommerce-info .wc-forward,
  .bamboo-woocommerce .woocommerce-message .wc-forward {
    float: none;
    width: fit-content;
    max-width: 100%;
    margin: 8px 0 0;
  }

  .woocommerce .woocommerce-error > li,
  .bamboo-woocommerce .woocommerce-error > li,
  body.woocommerce-cart .woocommerce-error > li,
  body.woocommerce-checkout .woocommerce-error > li,
  body.woocommerce-account .woocommerce-error > li {
    padding-inline-start: 12px;
  }
}
