#fppm-consent[hidden], #fppm-consent [hidden], .fppm-footer-preferences[hidden], [data-fppm-open][hidden] { display: none !important; }
#fppm-consent { position: fixed; inset: auto auto 16px 16px; z-index: 2147483000; width: min(390px, calc(100vw - 32px)); padding: 0; background: transparent; font-family: inherit; color: #172033; }
#fppm-consent, #fppm-consent * { box-sizing: border-box; }
#fppm-consent .fppm-consent__card { position: relative; width: 100%; max-height: calc(100vh - 32px); max-height: calc(100dvh - 32px); overflow-y: auto; overscroll-behavior: contain; padding: 18px; border-radius: 12px; background: #fff; color: #172033; box-shadow: 0 6px 28px rgba(12, 19, 32, .22); }
#fppm-consent .fppm-consent__card h2 { margin: 0 28px 8px 0; font: inherit; font-size: 18px; font-weight: 650; line-height: 1.3; color: inherit; letter-spacing: normal; }
#fppm-consent .fppm-consent__card p { margin: 0 0 14px; font-size: 14px; line-height: 1.5; }
#fppm-consent .fppm-consent__close { position: absolute; top: 4px; right: 4px; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 6px; background: transparent; color: #4b5563; font: inherit; font-size: 25px; line-height: 1; cursor: pointer; }
#fppm-consent .fppm-consent__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
#fppm-consent .fppm-button { min-height: 44px; padding: 8px 10px; border: 1px solid #1746a2; border-radius: 6px; background: #fff; color: #1746a2; font: inherit; font-size: 13px; font-weight: 600; line-height: 1.35; text-align: center; text-transform: none; white-space: normal; cursor: pointer; }
#fppm-consent [data-fppm-save] { grid-column: 1 / -1; background: #1746a2; color: #fff; }
#fppm-consent .fppm-button:hover { background: #edf2fc; color: #12387e; }
#fppm-consent [data-fppm-save]:hover { background: #12387e; color: #fff; }
#fppm-consent .fppm-consent__links { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 16px; margin-top: 8px; }
#fppm-consent .fppm-consent__manage, #fppm-consent .fppm-consent__privacy { display: inline-flex; align-items: center; min-height: 32px; margin: 0; padding: 0; border: 0; background: transparent; color: #1746a2; font: inherit; font-size: 13px; line-height: 1.4; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
#fppm-consent .fppm-consent__choices { display: grid; gap: 0; margin: 0 0 14px; }
#fppm-consent .fppm-consent__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; margin: 0; border-top: 1px solid #e1e6ee; cursor: pointer; }
#fppm-consent .fppm-consent__row span { display: grid; gap: 3px; }
#fppm-consent .fppm-consent__row strong { font-size: 14px; line-height: 1.4; }
#fppm-consent .fppm-consent__row small { color: #4b5563; font-size: 12px; line-height: 1.4; }
#fppm-consent .fppm-consent__row input { flex: 0 0 20px; width: 20px; height: 20px; margin: 0; accent-color: #1746a2; }
.fppm-footer-preferences { position: static; width: 100%; clear: both; padding: 4px 0; color: inherit; }
.fppm-inline-preferences { display: inline-block; position: static; min-height: 32px; padding: 4px 0; border: 0; border-radius: 0; background: transparent; color: inherit; box-shadow: none; font: inherit; font-size: 13px; font-weight: 400; line-height: 1.5; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.fppm-inline-preferences:hover { background: transparent; color: inherit; text-decoration-thickness: 2px; }
#fppm-consent :focus-visible, .fppm-inline-preferences:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
/* Keep the copyright, cookie control and payment marks in one compact desktop row. */
@media (min-width: 1024px) {
  footer.copyright { padding-top: 10px !important; padding-bottom: 10px !important; }
  footer.copyright > .col-full {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto minmax(180px, min(28vw, 397px));
    align-items: center;
    gap: 16px;
    min-height: 40px;
  }
  footer.copyright > .col-full > .widget {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
  }
  footer.copyright > .col-full > .widget:first-child { grid-column: 1; grid-row: 1; }
  footer.copyright > .col-full > .widget:nth-child(2) { grid-column: 3; grid-row: 1; }
  footer.copyright .fppm-footer-preferences {
    grid-column: 2;
    grid-row: 1;
    width: auto !important;
    margin: 0;
    padding: 0;
    clear: none;
  }
  footer.copyright .textwidget,
  footer.copyright .textwidget p { margin: 0 !important; padding: 0 !important; }
  footer.copyright > .col-full > .widget:nth-child(2) img {
    display: block;
    width: 100%;
    max-width: 397px;
    height: auto;
    margin: 0 0 0 auto;
  }
}

/* Keep product-card Pinterest controls aligned beneath the wishlist heart. */
.products li.product { position: relative; }
.products li.product .fpsl-pin-save-wrap-loop {
  position: absolute !important;
  z-index: 8;
  top: 50px !important;
  right: 9px !important;
  bottom: auto !important;
  left: auto !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  clear: none !important;
}
.products li.product .fpsl-pin-save-loop {
  display: grid !important;
  width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  border: 1px solid #e0e3e6 !important;
  border-radius: 50% !important;
  place-items: center;
  background: #fff !important;
  color: #bd081c !important;
  box-shadow: 0 2px 7px rgba(16, 24, 40, .12) !important;
}
.products li.product .fpsl-pin-save-loop:hover {
  border-color: #bd081c !important;
  background: #bd081c !important;
  color: #fff !important;
}
.products li.product .fpsl-pin-save-loop svg {
  width: 13px !important;
  height: 17px !important;
  transform: translateY(.5px);
}
.products li.product .fpsl-pin-save-loop span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.products li.product .fpsl-pin-save-loop:focus-visible {
  outline: 3px solid #bd081c;
  outline-offset: 2px;
}
@media (max-width: 1023px) {
  #fppm-consent {
    inset: auto 12px 12px;
    width: auto;
  }
  #fppm-consent .fppm-consent__card {
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    padding: 16px;
    border-radius: 10px;
  }
  #fppm-consent .fppm-consent__actions {
    grid-template-columns: 1fr;
  }
  #fppm-consent [data-fppm-save] {
    grid-column: auto;
  }
  .fppm-footer-preferences {
    padding: 8px 0;
    text-align: center;
  }
}
