/* Pleasy Live Filters V4.5 — stable mobile portal + live WooCommerce filters */
.pleasy-live-filters {
  --pf4-pink: #f1497d;
  --pf4-pink-deep: #dc2f67;
  --pf4-pink-soft: #fff2f6;
  --pf4-pink-faint: #fff9fb;
  --pf4-ink: #251f23;
  --pf4-muted: #80757b;
  --pf4-line: #eee2e7;
  --pf4-line-strong: #e4d3da;
  --pf4-white: #fff;
  --pf4-success: #2ca26f;
  --pf4-danger: #c9385d;
  --pf4-radius: 26px;
  --pf4-shadow: 0 18px 48px rgba(77, 39, 54, .10);
  --pf4-ease: cubic-bezier(.22, .8, .22, 1);
  position: relative;
  width: 100%;
  max-width: 360px;
  min-width: 0;
  color: var(--pf4-ink);
  font: 15px/1.45 inherit;
  container-type: inline-size;
  isolation: isolate;
}

.pleasy-live-filters,
.pleasy-live-filters *,
.pleasy-live-filters *::before,
.pleasy-live-filters *::after { box-sizing: border-box; }

.pleasy-live-filters button,
.pleasy-live-filters input,
.pleasy-live-filters select,
.pleasy-live-filters textarea {
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
}

.pleasy-live-filters button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
}

.pleasy-live-filters svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pleasy-live-filters [hidden] { display: none !important; }

.pf4-mobile-trigger,
.pf4-backdrop { display: none; }

.pf4-panel {
  position: sticky;
  top: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: calc(100svh - 32px);
  margin: 0;
  overflow: hidden;
  background: var(--pf4-white);
  border: 1px solid var(--pf4-line);
  border-radius: var(--pf4-radius);
  box-shadow: var(--pf4-shadow);
}

.pf4-sheet-handle { display: none; }

.pf4-header {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex: 0 0 auto;
  min-height: 78px;
  padding: 16px 18px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--pf4-line);
  backdrop-filter: blur(14px);
}

.pf4-heading {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.pf4-heading__icon,
.pf4-group__icon,
.pf4-mobile-trigger__icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  color: var(--pf4-pink);
  background: var(--pf4-pink-soft);
  border: 1px solid #f7d7e2;
  border-radius: 13px;
}

.pf4-heading__icon svg { width: 20px; height: 20px; }
.pf4-heading > span:last-child { min-width: 0; }
.pf4-heading strong {
  display: block;
  font-size: 19px;
  line-height: 1.05;
  font-weight: 800;
  color: var(--pf4-ink);
}
.pf4-heading small {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: var(--pf4-muted);
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pf4-heading small b { color: var(--pf4-pink-deep); font-weight: 800; }

.pf4-header__actions { display: flex; align-items: center; gap: 7px; }
.pf4-clear-link {
  padding: 8px 3px !important;
  color: var(--pf4-pink-deep) !important;
  background: transparent !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  border-radius: 8px !important;
}
.pf4-clear-link:hover { text-decoration: underline; }
.pf4-close {
  display: none;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--pf4-ink) !important;
  background: var(--pf4-pink-faint) !important;
  border: 1px solid var(--pf4-line) !important;
  border-radius: 12px !important;
}
.pf4-close svg { width: 17px; height: 17px; }

.pf4-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #e9bdcc transparent;
}
.pf4-scroll::-webkit-scrollbar { width: 7px; }
.pf4-scroll::-webkit-scrollbar-track { background: transparent; }
.pf4-scroll::-webkit-scrollbar-thumb { background: #e9bdcc; border: 2px solid #fff; border-radius: 999px; }

.pf4-smartbar {
  display: grid;
  grid-template-columns: 20px minmax(0,1fr) 40px;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  margin: 18px 18px 10px;
  padding: 5px 6px 5px 14px;
  background: var(--pf4-white);
  border: 1px solid var(--pf4-line-strong);
  border-radius: 16px;
  box-shadow: 0 7px 20px rgba(79, 46, 59, .05);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.pf4-smartbar:focus-within {
  border-color: #ef9db8;
  box-shadow: 0 0 0 4px rgba(241,73,125,.09), 0 8px 22px rgba(79,46,59,.06);
}
.pf4-smartbar > svg { width: 19px; height: 19px; color: #a5959d; }
.pf4-smartbar input {
  min-width: 0;
  height: 40px;
  padding: 0;
  color: var(--pf4-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}
.pf4-smartbar input::placeholder { color: #a99da3; opacity: 1; }
.pf4-smartbar button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff !important;
  background: var(--pf4-pink) !important;
  border-radius: 13px !important;
  box-shadow: 0 8px 18px rgba(241,73,125,.24);
  transition: transform .18s ease, background .18s ease;
}
.pf4-smartbar button:hover { transform: translateY(-1px); background: var(--pf4-pink-deep) !important; }
.pf4-smartbar button svg { width: 18px; height: 18px; }

.pf4-smart-result {
  margin: -1px 18px 12px;
  padding: 10px 12px;
  color: #7b5361;
  background: var(--pf4-pink-faint);
  border: 1px solid #f4dbe4;
  border-radius: 13px;
  font-size: 12px;
}
.pf4-smart-result strong { color: var(--pf4-pink-deep); }

.pf4-quick {
  display: flex;
  gap: 8px;
  margin: 0 18px 18px;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}
.pf4-quick::-webkit-scrollbar { display: none; }
.pf4-quick button,
.pf4-price-pills button {
  flex: 0 0 auto;
  min-height: 35px;
  padding: 8px 12px !important;
  color: #6f6268 !important;
  background: #fff !important;
  border: 1px solid var(--pf4-line-strong) !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  white-space: nowrap;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.pf4-quick button:hover,
.pf4-price-pills button:hover { transform: translateY(-1px); border-color: #edafc2 !important; }
.pf4-quick button.is-active,
.pf4-price-pills button.is-active {
  color: #fff !important;
  background: var(--pf4-pink) !important;
  border-color: var(--pf4-pink) !important;
  box-shadow: 0 7px 17px rgba(241,73,125,.18);
}

.pf4-active {
  margin: 0 18px 18px;
  padding: 13px;
  background: var(--pf4-pink-faint);
  border: 1px solid #f2dbe4;
  border-radius: 16px;
}
.pf4-active__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.pf4-active__head span {
  color: #6d6066;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pf4-active__head button {
  padding: 2px 0 !important;
  color: var(--pf4-pink-deep) !important;
  background: transparent !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}
.pf4-active__chips { display: flex; flex-wrap: wrap; gap: 7px; }
.pf4-active__chips button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 6px 9px 6px 11px !important;
  color: #6b5360 !important;
  background: #fff !important;
  border: 1px solid #efccda !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}
.pf4-active__chips button i {
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  color: #fff;
  background: var(--pf4-pink);
  border-radius: 50%;
  font-style: normal;
  line-height: 1;
}

.pf4-groups { border-top: 1px solid var(--pf4-line); }
.pf4-group {
  position: relative;
  background: #fff;
  border-bottom: 1px solid var(--pf4-line);
}
.pf4-group.has-selection::before {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--pf4-pink);
  content: "";
}
.pf4-group__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 76px;
  padding: 15px 18px !important;
  color: var(--pf4-ink) !important;
  text-align: left;
  background: #fff !important;
  border-radius: 0 !important;
}
.pf4-group__toggle:hover { background: var(--pf4-pink-faint) !important; }
.pf4-group__title { display: flex; align-items: center; min-width: 0; gap: 13px; }
.pf4-group__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}
.pf4-group__icon svg { width: 20px; height: 20px; }
.pf4-group__title > span:last-child { min-width: 0; }
.pf4-group__title strong {
  display: block;
  overflow: hidden;
  color: var(--pf4-ink);
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pf4-group__title small {
  display: block;
  max-width: 190px;
  margin-top: 5px;
  overflow: hidden;
  color: var(--pf4-muted);
  font-size: 11px;
  line-height: 1.15;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pf4-group__right { display: flex; align-items: center; flex: 0 0 auto; gap: 9px; color: #a4969c; }
.pf4-group__right > i {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  color: #fff;
  background: var(--pf4-pink);
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}
.pf4-group__right > svg { width: 18px; height: 18px; transition: transform .25s var(--pf4-ease); }
.pf4-group.is-open .pf4-group__right > svg { transform: rotate(180deg); }

.pf4-group__content { display: none; }
.pf4-group.is-open .pf4-group__content {
  display: block;
  padding-top: 3px;
  padding-bottom: 20px;
  animation: pf4SectionIn .24s var(--pf4-ease) both;
}

.pf4-price-fields {
  display: grid;
  grid-template-columns: minmax(0,1fr) 14px minmax(0,1fr);
  align-items: end;
  gap: 8px;
  padding-inline: 18px;
}
.pf4-price-fields > i { height: 1px; margin-bottom: 23px; background: #d7c9cf; }
.pf4-price-fields label > small {
  display: block;
  margin: 0 0 7px 3px;
  color: #7e7278;
  font-size: 10px;
  font-weight: 800;
}
.pf4-price-fields label > span {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 48px;
  padding: 0 12px;
  background: #fff;
  border: 1px solid var(--pf4-line-strong);
  border-radius: 14px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.pf4-price-fields label > span:focus-within { border-color: #ee97b2; box-shadow: 0 0 0 4px rgba(241,73,125,.08); }
.pf4-price-fields input {
  min-width: 0;
  width: 100%;
  padding: 0;
  color: var(--pf4-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  font-weight: 800;
  -moz-appearance: textfield;
}
.pf4-price-fields input::-webkit-outer-spin-button,
.pf4-price-fields input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.pf4-price-fields b { color: #8c8086; font-size: 10px; }

.pf4-range {
  --pf4-from: 0%;
  --pf4-to: 100%;
  position: relative;
  height: 38px;
  margin: 18px 22px 5px;
}
.pf4-range__track,
.pf4-range__fill {
  position: absolute;
  top: 17px;
  right: 0;
  left: 0;
  height: 4px;
  border-radius: 999px;
}
.pf4-range__track { background: #eadde2; }
.pf4-range__fill { right: calc(100% - var(--pf4-to)); left: var(--pf4-from); background: var(--pf4-pink); }
.pf4-range input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0;
  pointer-events: none;
  background: transparent;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
}
.pf4-range input[type="range"]::-webkit-slider-runnable-track { height: 4px; background: transparent; }
.pf4-range input[type="range"]::-moz-range-track { height: 4px; background: transparent; }
.pf4-range input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  pointer-events: auto;
  background: #fff;
  border: 4px solid var(--pf4-pink);
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(94,42,61,.18);
  cursor: grab;
  -webkit-appearance: none;
}
.pf4-range input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  pointer-events: auto;
  background: #fff;
  border: 4px solid var(--pf4-pink);
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(94,42,61,.18);
  cursor: grab;
}
.pf4-range input[type="range"]:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 5px rgba(241,73,125,.18); }

.pf4-price-pills,
.pf4-chip-grid,
.pf4-color-grid,
.pf4-option-list,
.pf4-brand-list { padding-inline: 18px; }
.pf4-price-pills { display: flex; flex-wrap: wrap; gap: 8px; }

.pf4-chip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 9px;
}
.pf4-chip-option { position: relative; display: block; cursor: pointer; }
.pf4-chip-option input { position: absolute; opacity: 0; pointer-events: none; }
.pf4-chip-option > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 46px;
  padding: 9px 10px;
  color: var(--pf4-ink);
  background: #fff;
  border: 1px solid var(--pf4-line-strong);
  border-radius: 13px;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.pf4-chip-option:hover > span { transform: translateY(-1px); border-color: #eda8bd; }
.pf4-chip-option strong { overflow: hidden; font-size: 12px; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.pf4-chip-option small { color: #9c8f95; font-size: 9px; }
.pf4-chip-option input:checked + span {
  color: #fff !important;
  background: var(--pf4-pink) !important;
  border-color: var(--pf4-pink) !important;
  box-shadow: 0 8px 17px rgba(241,73,125,.18);
}
.pf4-chip-option input:checked + span strong,
.pf4-chip-option input:checked + span small { color: #fff !important; }
.pf4-chip-option input:focus-visible + span { box-shadow: 0 0 0 4px rgba(241,73,125,.14); }

.pf4-option-list,
.pf4-brand-list { display: grid; gap: 8px; }
.pf4-list-option,
.pf4-brand-option {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 54px;
  gap: 11px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.pf4-list-option:hover,
.pf4-brand-option:hover { transform: translateX(2px); background: var(--pf4-pink-faint); border-color: #f4dce4; }
.pf4-list-option > input,
.pf4-brand-option > input { position: absolute; opacity: 0; pointer-events: none; }
.pf4-checkmark {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: transparent;
  background: #fff;
  border: 1px solid #dacdd2;
  border-radius: 7px;
  transition: background .18s ease, border-color .18s ease;
}
.pf4-checkmark svg { width: 14px; height: 14px; stroke-width: 2.5; }
.pf4-list-option > input:checked ~ .pf4-checkmark,
.pf4-brand-option > input:checked ~ .pf4-checkmark { color: #fff; background: var(--pf4-pink); border-color: var(--pf4-pink); }
.pf4-list-option > input:checked ~ .pf4-list-option__copy strong,
.pf4-brand-option > input:checked ~ .pf4-brand-option__copy strong { color: var(--pf4-pink-deep); }
.pf4-list-option > input:focus-visible ~ .pf4-checkmark,
.pf4-brand-option > input:focus-visible ~ .pf4-checkmark { box-shadow: 0 0 0 4px rgba(241,73,125,.14); }
.pf4-list-option__copy,
.pf4-brand-option__copy { display: flex; align-items: center; justify-content: space-between; min-width: 0; flex: 1 1 auto; gap: 10px; }
.pf4-list-option__copy strong,
.pf4-brand-option__copy strong { min-width: 0; overflow: hidden; color: var(--pf4-ink); font-size: 12px; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.pf4-list-option__copy small,
.pf4-brand-option__copy small { flex: 0 0 auto; color: #9a8d93; font-size: 9px; white-space: nowrap; }

.pf4-brand-option { min-height: 62px; }
.pf4-brand-option__logo {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 52px;
  height: 38px;
  padding: 5px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--pf4-line);
  border-radius: 10px;
}
.pf4-brand-option__logo img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; }
.pf4-brand-option__logo b { color: #5d5257; font-size: 12px; font-weight: 900; letter-spacing: .05em; }

.pf4-color-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
.pf4-color-option {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0,1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid var(--pf4-line);
  border-radius: 13px;
  cursor: pointer;
}
.pf4-color-option input { position: absolute; opacity: 0; }
.pf4-color-option__dot {
  width: 18px;
  height: 18px;
  background: var(--pf4-swatch);
  border: 1px solid rgba(30,20,25,.15);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.65);
}
.pf4-color-option strong { overflow: hidden; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.pf4-color-option small { color: #9a8d93; font-size: 9px; }
.pf4-color-option:has(input:checked) { color: #fff; background: var(--pf4-pink); border-color: var(--pf4-pink); }
.pf4-color-option:has(input:checked) strong,
.pf4-color-option:has(input:checked) small { color: #fff; }

.pf4-switch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 62px;
  margin-inline: 18px;
  padding: 9px 2px;
  border-bottom: 1px solid var(--pf4-line);
  cursor: pointer;
}
.pf4-switch:last-child { border-bottom: 0; }
.pf4-switch > span { min-width: 0; }
.pf4-switch strong { display: block; color: var(--pf4-ink); font-size: 12px; font-weight: 800; }
.pf4-switch small { display: block; margin-top: 4px; color: var(--pf4-muted); font-size: 10px; }
.pf4-switch input { position: absolute; opacity: 0; pointer-events: none; }
.pf4-switch > i {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 27px;
  background: #e7dce1;
  border-radius: 999px;
  transition: background .2s ease;
}
.pf4-switch > i::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(54,31,40,.18);
  transition: transform .23s var(--pf4-ease);
  content: "";
}
.pf4-switch input:checked + i { background: var(--pf4-pink); }
.pf4-switch input:checked + i::after { transform: translateX(19px); }
.pf4-switch input:focus-visible + i { box-shadow: 0 0 0 4px rgba(241,73,125,.14); }

.pf4-inline-search {
  display: grid;
  grid-template-columns: 20px minmax(0,1fr) 28px;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  margin: 0 18px 12px;
  padding: 0 8px 0 13px;
  background: #fff;
  border: 1px solid var(--pf4-line-strong);
  border-radius: 14px;
}
.pf4-inline-search > svg { width: 18px; height: 18px; color: #9b8e94; }
.pf4-inline-search input { min-width: 0; width: 100%; height: 42px; padding: 0; color: var(--pf4-ink); background: transparent; border: 0; outline: 0; font-size: 12px; }
.pf4-inline-search button { display: grid; place-items: center; width: 28px; height: 28px; color: #8b7e84 !important; background: transparent !important; border-radius: 8px !important; font-size: 18px !important; }

.pf4-show-more {
  justify-self: start;
  margin-top: 6px;
  padding: 7px 2px !important;
  color: var(--pf4-pink-deep) !important;
  background: transparent !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}
.pf4-show-more:hover { text-decoration: underline; }

.pf4-footer {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 10px;
  flex: 0 0 auto;
  padding: 12px 14px 14px;
  background: rgba(255,255,255,.97);
  border-top: 1px solid var(--pf4-line);
  box-shadow: 0 -10px 25px rgba(65,32,45,.05);
  backdrop-filter: blur(14px);
}
.pf4-reset-button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 52px;
  color: #7d7076 !important;
  background: #fff !important;
  border: 1px solid var(--pf4-line-strong) !important;
  border-radius: 15px !important;
}
.pf4-reset-button:hover { color: var(--pf4-pink-deep) !important; border-color: #eda8bd !important; }
.pf4-reset-button svg { width: 19px; height: 19px; }
.pf4-results-button {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto 19px;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 52px;
  padding: 8px 13px 8px 15px !important;
  color: #fff !important;
  text-align: left;
  background: var(--pf4-pink) !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 22px rgba(241,73,125,.23);
  transition: transform .18s ease, background .18s ease, opacity .18s ease;
}
.pf4-results-button:hover { transform: translateY(-1px); background: var(--pf4-pink-deep) !important; }
.pf4-results-button:disabled { cursor: wait; opacity: .78; }
.pf4-results-button__mobile-label { display: none; }
.pf4-results-button__status { display: block; min-width: 0; }
.pf4-results-button__status i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  background: #d6ffe9;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255,255,255,.16);
}
.pf4-results-button__status small {
  display: inline;
  overflow: hidden;
  color: rgba(255,255,255,.82) !important;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pf4-results-button > strong { color: #fff !important; font-size: 13px; font-weight: 900; white-space: nowrap; }
.pf4-results-button > svg { width: 18px; height: 18px; color: #fff; }
.pleasy-live-filters.is-loading .pf4-results-button__status i { animation: pf4Pulse 1s ease infinite; background: #fff; }
.pleasy-live-filters.has-error .pf4-results-button { background: var(--pf4-danger) !important; }

.pf4-noscript-submit { grid-column: 1/-1; min-height: 46px; color: #fff !important; background: var(--pf4-pink) !important; border-radius: 14px !important; font-weight: 800 !important; }
.pf4-live { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.pf4-toast {
  position: fixed;
  z-index: 999999;
  right: 18px;
  bottom: 18px;
  max-width: min(340px, calc(100vw - 36px));
  padding: 12px 15px;
  color: #fff;
  background: #31272c;
  border-radius: 13px;
  box-shadow: 0 12px 35px rgba(31,18,24,.25);
  font-size: 12px;
  font-weight: 700;
}

.pf4-products-loading { opacity: .38 !important; transform: translateY(3px); filter: saturate(.65); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.pf4-products-entering { animation: pf4GridIn .34s var(--pf4-ease) both; }

@keyframes pf4SectionIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
@keyframes pf4Pulse { 0%,100% { opacity: .45; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.25); } }
@keyframes pf4GridIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@container (max-width: 300px) {
  .pf4-header { padding-inline: 14px; }
  .pf4-heading small { max-width: 130px; }
  .pf4-smartbar,
  .pf4-quick,
  .pf4-active { margin-inline: 14px; }
  .pf4-group__toggle { padding-inline: 14px !important; }
  .pf4-price-fields,
  .pf4-price-pills,
  .pf4-chip-grid,
  .pf4-color-grid,
  .pf4-option-list,
  .pf4-brand-list { padding-inline: 14px; }
  .pf4-switch { margin-inline: 14px; }
  .pf4-chip-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pf4-group__title small { max-width: 135px; }
  .pf4-results-button__status small { display: none; }
}

@media (max-width: 767px) {
  html body.pf4-lock-scroll {
    overflow: hidden !important;
    overscroll-behavior: none;
  }

  .pleasy-live-filters:not(.pf4-mobile-portal) { max-width: none; }

  .pf4-mobile-trigger {
    display: grid;
    grid-template-columns: 44px minmax(0,1fr) auto;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 68px;
    padding: 11px 14px !important;
    color: var(--pf4-ink) !important;
    text-align: left;
    background: #fff !important;
    border: 1px solid var(--pf4-line) !important;
    border-radius: 19px !important;
    box-shadow: 0 10px 28px rgba(77,39,54,.08);
  }
  .pf4-mobile-trigger__icon { width: 44px; height: 44px; border-radius: 14px; }
  .pf4-mobile-trigger strong { display: block; color: var(--pf4-ink) !important; font-size: 16px; line-height: 1.1; font-weight: 850; }
  .pf4-mobile-trigger small { display: block; margin-top: 4px; color: var(--pf4-muted); font-size: 11px; line-height: 1.2; }
  .pf4-mobile-trigger > i {
    display: grid;
    place-items: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    color: #fff !important;
    background: var(--pf4-pink) !important;
    border-radius: 999px;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
  }

  .pf4-mobile-portal {
    position: fixed !important;
    z-index: 2147483000 !important;
    inset: 0 !important;
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    height: var(--pf4-viewport-height, 100dvh) !important;
    min-height: 320px !important;
    pointer-events: none;
    isolation: isolate;
    container-type: normal;
  }
  .pf4-mobile-portal.is-mobile-open { pointer-events: auto; }

  .pf4-backdrop {
    position: fixed !important;
    z-index: 1 !important;
    inset: 0 !important;
    display: block !important;
    width: 100vw !important;
    height: 100vh !important;
    pointer-events: none;
    opacity: 0;
    background: rgba(34,22,28,.52);
    backdrop-filter: blur(4px);
    transition: opacity .24s ease;
  }

  html body .pf4-mobile-portal .pf4-panel,
  html body .pleasy-live-filters.is-mobile-open > .pf4-panel {
    position: fixed !important;
    z-index: 2 !important;
    top: var(--pf4-viewport-top, 0px) !important;
    right: 0 !important;
    bottom: auto !important;
    left: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100vw !important;
    max-width: none !important;
    height: var(--pf4-viewport-height, 100dvh) !important;
    min-height: var(--pf4-viewport-height, 100dvh) !important;
    max-height: var(--pf4-viewport-height, 100dvh) !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 -24px 65px rgba(45,25,33,.24) !important;
    transform: translate3d(0, 102%, 0);
    transition: transform .34s var(--pf4-ease);
    will-change: transform;
  }

  .pf4-mobile-portal.is-mobile-open .pf4-backdrop,
  .pleasy-live-filters.is-mobile-open > .pf4-backdrop {
    pointer-events: auto;
    opacity: 1;
  }
  .pf4-mobile-portal.is-mobile-open .pf4-panel,
  .pleasy-live-filters.is-mobile-open > .pf4-panel { transform: translate3d(0,0,0) !important; }

  .pf4-sheet-handle { display: none; }

  html body .pf4-mobile-portal .pf4-header {
    position: relative !important;
    top: auto !important;
    flex: 0 0 auto !important;
    min-height: 76px;
    padding: calc(11px + env(safe-area-inset-top, 0px)) 16px 12px;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--pf4-line);
    box-shadow: 0 7px 24px rgba(65,32,45,.045);
  }
  .pf4-heading__icon { width: 42px; height: 42px; }
  .pf4-heading strong { font-size: 20px; }
  .pf4-heading small { max-width: 190px; font-size: 11px; }
  .pf4-close { display: grid; width: 42px; height: 42px; border-radius: 14px !important; }

  html body .pf4-mobile-portal .pf4-scroll {
    flex: 1 1 0 !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding-bottom: 28px !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-width: thin;
  }

  .pf4-smartbar { margin-top: 18px; }
  .pf4-group__toggle { min-height: 80px; }
  .pf4-group.is-open .pf4-group__content { padding-bottom: 24px; }

  html body .pf4-mobile-portal .pf4-footer {
    position: relative !important;
    bottom: auto !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) !important;
    flex: 0 0 auto !important;
    gap: 0 !important;
    width: 100% !important;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    background: rgba(255,255,255,.985) !important;
    border-top: 1px solid var(--pf4-line) !important;
    box-shadow: 0 -10px 28px rgba(65,32,45,.075) !important;
  }
  .pf4-mobile-portal .pf4-reset-button { display: none !important; }
  .pf4-mobile-portal .pf4-results-button {
    grid-template-columns: minmax(0,1fr) auto 20px;
    min-height: 54px;
    padding: 10px 16px !important;
    border-radius: 16px !important;
  }
  .pf4-mobile-portal .pf4-results-button__status { display: none !important; }
  .pf4-mobile-portal .pf4-results-button__mobile-label {
    display: block;
    color: #fff !important;
    font-size: 14px;
    font-weight: 850;
  }
  .pf4-mobile-portal .pf4-results-button > strong { font-size: 13px; }

  .pf4-toast { right: 14px; bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
}

@supports not (height: 100dvh) {
  @media (max-width: 767px) {
    .pf4-mobile-portal,
    html body .pf4-mobile-portal .pf4-panel {
      height: var(--pf4-viewport-height, 100vh) !important;
      min-height: var(--pf4-viewport-height, 100vh) !important;
      max-height: var(--pf4-viewport-height, 100vh) !important;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .pleasy-live-filters *,
  .pleasy-live-filters *::before,
  .pleasy-live-filters *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Pleasy Live Filters V4.5 — stable mobile viewport + natural desktop page scroll */
@media (min-width: 768px) {
  .pleasy-live-filters .pf4-panel {
    position: relative !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  .pleasy-live-filters .pf4-scroll {
    flex: 0 0 auto !important;
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    overscroll-behavior: auto !important;
    scrollbar-width: none !important;
  }

  .pleasy-live-filters .pf4-scroll::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
}

@media (max-width: 767px) {
  html.pf4-lock-scroll,
  html body.pf4-lock-scroll {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  .pf4-mobile-portal {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: var(--pf4-viewport-height, 100dvh) !important;
    min-height: 0 !important;
    overflow: hidden !important;
    transform: none !important;
  }

  html body .pf4-mobile-portal .pf4-panel,
  html body .pleasy-live-filters.is-mobile-open > .pf4-panel {
    inset: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: var(--pf4-viewport-height, 100dvh) !important;
    min-height: 0 !important;
    max-height: var(--pf4-viewport-height, 100dvh) !important;
    overscroll-behavior: none !important;
  }

  .pf4-mobile-portal .pf4-backdrop {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  html body .pf4-mobile-portal .pf4-header {
    min-height: 84px !important;
    padding: calc(13px + env(safe-area-inset-top, 0px)) 18px 13px !important;
  }

  .pf4-mobile-portal .pf4-heading {
    gap: 13px;
  }

  .pf4-mobile-portal .pf4-heading__icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .pf4-mobile-portal .pf4-heading strong {
    font-size: 22px;
    line-height: 1.05;
  }

  .pf4-mobile-portal .pf4-heading small {
    max-width: 205px;
    margin-top: 6px;
    font-size: 12px;
  }

  .pf4-mobile-portal .pf4-clear-link {
    font-size: 13px !important;
  }

  .pf4-mobile-portal .pf4-close {
    width: 44px;
    height: 44px;
    border-radius: 15px !important;
  }

  html body .pf4-mobile-portal .pf4-scroll {
    min-height: 0 !important;
    padding-bottom: 34px !important;
    scrollbar-width: none !important;
  }

  html body .pf4-mobile-portal .pf4-scroll::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
  }

  .pf4-mobile-portal .pf4-smartbar {
    grid-template-columns: 22px minmax(0,1fr) 46px;
    min-height: 60px;
    margin: 20px 18px 12px;
    padding: 6px 7px 6px 15px;
    border-radius: 18px;
  }

  .pf4-mobile-portal .pf4-smartbar input {
    height: 46px;
    font-size: 16px;
  }

  .pf4-mobile-portal .pf4-smartbar button {
    width: 46px;
    height: 46px;
    border-radius: 15px !important;
  }

  .pf4-mobile-portal .pf4-smart-result {
    margin-inline: 18px;
    padding: 12px 14px;
    font-size: 13px;
  }

  .pf4-mobile-portal .pf4-quick {
    gap: 9px;
    margin: 0 18px 20px;
    padding-bottom: 4px;
  }

  .pf4-mobile-portal .pf4-quick button,
  .pf4-mobile-portal .pf4-price-pills button {
    min-height: 42px;
    padding: 10px 14px !important;
    font-size: 12px !important;
  }

  .pf4-mobile-portal .pf4-active {
    margin: 0 18px 20px;
    padding: 15px;
    border-radius: 18px;
  }

  .pf4-mobile-portal .pf4-group__toggle {
    min-height: 88px !important;
    padding: 18px 20px !important;
  }

  .pf4-mobile-portal .pf4-group__title {
    gap: 14px;
  }

  .pf4-mobile-portal .pf4-group__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .pf4-mobile-portal .pf4-group__title strong {
    font-size: 17px;
    line-height: 1.15;
  }

  .pf4-mobile-portal .pf4-group__title small {
    max-width: 220px;
    margin-top: 5px;
    font-size: 13px;
  }

  .pf4-mobile-portal .pf4-group.is-open .pf4-group__content {
    padding-top: 5px;
    padding-bottom: 30px;
  }

  .pf4-mobile-portal .pf4-price-fields,
  .pf4-mobile-portal .pf4-price-pills,
  .pf4-mobile-portal .pf4-chip-grid,
  .pf4-mobile-portal .pf4-color-grid,
  .pf4-mobile-portal .pf4-option-list,
  .pf4-mobile-portal .pf4-brand-list {
    padding-inline: 20px;
  }

  .pf4-mobile-portal .pf4-price-fields {
    gap: 10px;
  }

  .pf4-mobile-portal .pf4-price-fields label > small {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .pf4-mobile-portal .pf4-price-fields label > span {
    height: 58px;
    padding-inline: 14px;
    border-radius: 16px;
  }

  .pf4-mobile-portal .pf4-price-fields input {
    font-size: 17px;
  }

  .pf4-mobile-portal .pf4-range {
    height: 44px;
    margin: 22px 28px 8px;
  }

  .pf4-mobile-portal .pf4-range__track,
  .pf4-mobile-portal .pf4-range__fill {
    top: 20px;
    height: 5px;
  }

  .pf4-mobile-portal .pf4-range input[type="range"] {
    height: 44px;
  }

  .pf4-mobile-portal .pf4-chip-grid {
    gap: 10px;
  }

  .pf4-mobile-portal .pf4-chip-option > span {
    min-height: 52px;
    padding: 11px 12px;
    border-radius: 15px;
  }

  .pf4-mobile-portal .pf4-chip-option strong {
    font-size: 13px;
  }

  .pf4-mobile-portal .pf4-chip-option small {
    font-size: 10px;
  }

  .pf4-mobile-portal .pf4-list-option,
  .pf4-mobile-portal .pf4-brand-option {
    min-height: 62px;
    gap: 13px;
    padding: 10px 11px;
    border-radius: 16px;
  }

  .pf4-mobile-portal .pf4-brand-option {
    min-height: 70px;
  }

  .pf4-mobile-portal .pf4-brand-option__logo {
    width: 60px;
    height: 42px;
  }

  .pf4-mobile-portal .pf4-list-option__copy strong,
  .pf4-mobile-portal .pf4-brand-option__copy strong {
    font-size: 14px;
  }

  .pf4-mobile-portal .pf4-list-option__copy small,
  .pf4-mobile-portal .pf4-brand-option__copy small {
    font-size: 10px;
  }

  .pf4-mobile-portal .pf4-switch {
    min-height: 70px;
    margin-inline: 20px;
  }

  .pf4-mobile-portal .pf4-switch strong {
    font-size: 14px;
  }

  .pf4-mobile-portal .pf4-switch small {
    font-size: 11px;
  }

  .pf4-mobile-portal .pf4-inline-search {
    min-height: 56px;
    margin: 0 20px 14px;
    border-radius: 16px;
  }

  .pf4-mobile-portal .pf4-inline-search input {
    height: 50px;
    font-size: 16px;
  }

  html body .pf4-mobile-portal .pf4-footer {
    padding: 11px 16px calc(11px + env(safe-area-inset-bottom, 0px)) !important;
  }

  .pf4-mobile-portal .pf4-results-button {
    min-height: 58px;
    padding: 11px 17px !important;
    border-radius: 18px !important;
  }

  .pf4-mobile-portal .pf4-results-button__mobile-label {
    font-size: 15px;
  }

  .pf4-mobile-portal .pf4-results-button > strong {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .pleasy-live-filters:not(.pf4-mobile-portal) > .pf4-panel,
  .pleasy-live-filters:not(.pf4-mobile-portal) > .pf4-backdrop {
    display: none !important;
  }

  .pleasy-live-filters.pf4-mobile-portal > .pf4-panel,
  .pleasy-live-filters.pf4-mobile-portal > .pf4-backdrop {
    display: flex !important;
  }

  .pleasy-live-filters.pf4-mobile-portal > .pf4-backdrop {
    display: block !important;
  }
}

/* Pleasy Live Filters V4.5 — contextual facets + compact accordion */
.pf4-scroll > .pf4-active:not([hidden]) {
  margin-top: 16px;
}

.pf4-empty-results {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  grid-column: 1 / -1;
  width: 100%;
  min-height: 220px;
  padding: 34px 22px !important;
  color: var(--pf4-ink);
  text-align: center;
  background: var(--pf4-pink-faint);
  border: 1px solid var(--pf4-line);
  border-radius: 20px;
  list-style: none !important;
}

.pf4-empty-results strong {
  color: var(--pf4-ink);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 850;
}

.pf4-empty-results span {
  max-width: 330px;
  color: var(--pf4-muted);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 767px) {
  .pf4-mobile-portal .pf4-groups {
    border-top: 0;
  }

  .pf4-mobile-portal .pf4-group:first-child {
    border-top: 1px solid var(--pf4-line);
  }
}

/* Pleasy Live Filters V4.5 — mobile-first stability hotfix
   The mobile sheet is mounted under <body> only while open and is removed
   immediately on close. These rules intentionally override theme/widget styles. */
.pf4-footer { display: none !important; }

@media (max-width: 767px) {
  html.pf4-lock-scroll,
  html body.pf4-lock-scroll {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  .pleasy-live-filters:not(.pf4-mobile-portal) {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    overflow: visible !important;
    transform: none !important;
    isolation: isolate !important;
  }

  .pleasy-live-filters:not(.pf4-mobile-portal) > .pf4-mobile-trigger {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .pleasy-live-filters:not(.pf4-mobile-portal) > .pf4-panel,
  .pleasy-live-filters:not(.pf4-mobile-portal) > .pf4-backdrop {
    display: none !important;
  }

  html body > .pf4-mobile-portal {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: var(--pf4-viewport-height, 100dvh) !important;
    min-height: 320px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    isolation: isolate !important;
    contain: layout paint style !important;
    touch-action: none !important;
  }

  html body > .pf4-mobile-portal > .pf4-backdrop {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    background: #fff !important;
    backdrop-filter: none !important;
    transition: none !important;
  }

  html body > .pf4-mobile-portal > .pf4-panel {
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    touch-action: none !important;
  }

  html body > .pf4-mobile-portal .pf4-header {
    position: relative !important;
    inset: auto !important;
    z-index: 3 !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-height: 86px !important;
    padding: calc(14px + env(safe-area-inset-top, 0px)) 18px 14px !important;
    margin: 0 !important;
    background: rgba(255,255,255,.99) !important;
    border-bottom: 1px solid var(--pf4-line) !important;
    box-shadow: 0 8px 24px rgba(77,39,54,.055) !important;
    transform: none !important;
  }

  html body > .pf4-mobile-portal .pf4-scroll {
    position: relative !important;
    z-index: 1 !important;
    flex: 1 1 0 !important;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 0 calc(32px + env(safe-area-inset-bottom, 0px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-y: contain !important;
    scrollbar-width: none !important;
    touch-action: pan-y !important;
  }

  html body > .pf4-mobile-portal .pf4-scroll::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  html body > .pf4-mobile-portal .pf4-group__toggle {
    min-height: 88px !important;
    padding: 18px 20px !important;
  }

  html body > .pf4-mobile-portal .pf4-group__title strong {
    font-size: 17px !important;
    line-height: 1.2 !important;
  }

  html body > .pf4-mobile-portal .pf4-group__title small {
    margin-top: 5px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  html body > .pf4-mobile-portal .pf4-group.is-open .pf4-group__content {
    padding-bottom: 30px !important;
  }

  html body > .pf4-mobile-portal .pf4-clear-link,
  html body > .pf4-mobile-portal .pf4-close,
  html body > .pf4-mobile-portal .pf4-group__toggle,
  html body > .pf4-mobile-portal input,
  html body > .pf4-mobile-portal label,
  html body > .pf4-mobile-portal button {
    -webkit-tap-highlight-color: transparent;
  }
}
