/* All status messages remain in their coupon or form's document flow. */
.banlulu-inline-feedback {
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 10px 0 0;
  padding: 8px 10px;
  border: 1px solid #d6e1d9;
  border-radius: 4px;
  color: #174a45;
  background: #eef3ef;
  font: 400 14px/1.5 Inter, system-ui, sans-serif;
  text-align: left;
}
.banlulu-inline-feedback[data-type="error"] {
  color: #80391f;
  background: #f7f6f2;
  border-color: #ddc5b8;
}
.banlulu-inline-feedback > svg { flex: 0 0 18px; width: 18px; height: 18px; }
.banlulu-inline-feedback__text { flex: 1 1 auto; min-width: 0; overflow-wrap: anywhere; }
.banlulu-inline-feedback__close {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-height: 32px;
  margin: -2px -4px -2px 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: 400 24px/1 system-ui, sans-serif;
  cursor: pointer;
}
.banlulu-inline-feedback__close:focus-visible { outline: 2px solid currentColor; outline-offset: 1px; }
addons-popup .subscription-form[aria-busy="true"] .sub-btn { cursor: progress; opacity: .8; }
addons-popup .subscription-form button.sub-btn {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
addons-popup .subscription-form button.sub-btn:disabled { cursor: progress; }
addons-popup .subscription-form input[aria-invalid="true"] { border-color: #9a3f24 !important; }
addons-popup .discount-coupon .banlulu-inline-feedback { font-size: 14px; }

/* Preserve the native error visibility state and form submission behavior. */
addons-popup .subscription-form .error-message {
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid rgba(154, 63, 36, .22);
  border-left: 3px solid #9a3f24;
  border-radius: 3px;
  background: #f7f6f2;
  color: #80391f !important;
  font: 400 14px/1.5 Inter, system-ui, sans-serif;
  text-align: left;
  overflow-wrap: anywhere;
}
addons-popup .subscription-form input[aria-invalid="true"] { border-color: #9a3f24 !important; }

/* Use gold for ratings while retaining neutral text and the native score. */
.star-rating .star-filled, .star-rating .star-half { color: #e6a817 !important; }
.star-rating .star-empty { color: #c9ceca !important; }
body f-image-list-waterfallreview, body f-product-reviews, body .reviews-box {
  --fec-star-color: #e6a817 !important;
  --fec-star-empty-color: #c9ceca !important;
}

/* The inline span previously let 100%-wide SVGs expand to a whole column. */
.banlulu-editorial .banlulu-editorial__icon {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: transparent;
  border: 0;
}
.banlulu-editorial .banlulu-editorial__icon svg { display: block; width: 40px; height: 40px; max-width: 40px; }

.f-header__desktop .f-menu { --main-link-px: 10px; font-size: 14px; }
@media (min-width: 1024px) and (max-width: 1279px) {
  .f-header__desktop { display: none !important; }
  .f-header__mobile { display: flex !important; }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .f-header__desktop .container-fluid { padding-left: 24px; padding-right: 24px; }
  .f-header__desktop .f-menu { --main-link-px: 7px; font-size: 13px; }
}

/* Contact email CTA: keep the full address within its own touch target. */
.banlulu-contact-intro .banlulu-editorial__links {
  display: flex;
}

.banlulu-contact-intro .banlulu-editorial__link[href^="mailto:"] {
  display: block;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  min-height: 44px;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  line-height: 1.4;
}

/* Native popup 1303: separate its configured image from readable content. */
addons-popup .item-popup-content[data-popup-id="1303"] .popup-content {
  width: min(760px, calc(100vw - 32px)) !important;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  border-radius: 4px;
  background: #f7f6f2;
}

addons-popup .item-popup-content[data-popup-id="1303"] :is(.subscription-before, .subscription-after) {
  position: relative;
  min-height: 480px;
  padding: 48px 32px 40px calc(42% + 32px);
  background-color: #f7f6f2 !important;
  background-size: 0 0 !important;
  background-repeat: no-repeat !important;
}

addons-popup .item-popup-content[data-popup-id="1303"] :is(.subscription-before, .subscription-after)::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

addons-popup .item-popup-content[data-popup-id="1303"] .title {
  color: #173f3a !important;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 600;
  overflow-wrap: anywhere;
}

addons-popup .item-popup-content[data-popup-id="1303"] .subtitle {
  margin: 12px 0 0;
  padding: 0;
  color: #49504c !important;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

addons-popup .item-popup-content[data-popup-id="1303"] .input-box {
  margin-top: 24px;
}

addons-popup .item-popup-content[data-popup-id="1303"] .input-box input {
  min-width: 0;
  width: 100%;
  font-size: 16px;
}

addons-popup .item-popup-content[data-popup-id="1303"] :is(.sub-button, .continue-btn) {
  height: auto;
  min-height: 48px;
  padding: 12px 16px;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
}

addons-popup .item-popup-content[data-popup-id="1303"] .subscription-after .subtitle {
  margin-bottom: 24px;
}

addons-popup .item-popup-content[data-popup-id="1303"] .error-message {
  font-size: 15px;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
}

addons-popup .item-popup-content[data-popup-id="1303"] .close-icon {
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #173f3a;
  background: #f7f6f2;
  border: 1px solid #d8ded9;
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 600px) {
  addons-popup .item-popup-content[data-popup-id="1303"] :is(.subscription-before, .subscription-after) {
    min-height: 0;
    padding: 178px 24px 28px;
  }

  addons-popup .item-popup-content[data-popup-id="1303"] :is(.subscription-before, .subscription-after)::before {
    inset: 0 0 auto;
    width: 100%;
    height: 150px;
  }
}

/* A closed native currency menu must not extend the page's scrollable width. */
.f-topbar .f-currency-switcher .f-select-custom:not(.isActive) > .f-select-custom--options {
  display: none;
}
