/* Hero banner */
.products-hero .hero-inner,
.product-filter-hero .hero-inner {
  height: 360px;
  padding: 0 24px;
}

.products-hero h1,
.product-filter-hero h1 {
  font-family: "Vanilla Bold";
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #e5dece;
  text-transform: uppercase;
}

/* Select your range section */
.product-range {
  width: 100%;
  background: #fff;
  padding: 80px 0 206px;
}

.product-range-inner {
  padding: 0 24px;
}

.product-range-title {
margin: 0 0 56px;
    text-transform: uppercase;
    color: #282826;
    text-align: center;
    font-family: "Vanilla Bold";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-range-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 24px;
  max-width: 1138px;
  margin: 0 auto;
}

.product-card {
background: #fff;
    padding: 32px 24px 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    border: 3px solid #F2EFEC;
    height: 100%;
}

.product-card:hover,
.product-card:focus-within {
  background: #F2EFEC;
  border-color: transparent;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

a.whtsnewLink {
    appearance: none;
    background: #fff;
    border: none;
    padding: 14px 20px;
    margin-left: -5px;
    color: #020202;
    text-align: center;
    font-family: "Inter-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product-card-actions {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 4px;
}

.product-card:hover .product-card-actions,
.product-card:focus-within .product-card-actions {
  display: flex;
}

.product-card-cta {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: #282826;
    text-decoration: none;
    letter-spacing: 0.01em;
    color: #FFF;
    text-align: center;
    font-family: "Inter-SemiBold";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 11px;
}

.product-card-cta:hover {
  background: #000;
  color: #f2efec;
}

.product-card-link {
    text-decoration: underline;
    color: #000;
    text-align: center;
    font-family: "Inter-SemiBold";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 6px;
}

.product-card-link:hover {
  color: #000;
}

/* Detail panel (opens when "Find out more" is clicked) */
.product-detail {
  display: none;
  position: relative;
  background: #fff;
  padding: 36px 40px 40px;
}

.product-range-grid.is-detail-open {
  grid-template-columns: 1fr 2fr;
  align-items: stretch;
  gap: 0;
}

.product-range-grid.is-detail-open .product-card:not(.is-active) {
  display: none;
}

.product-range-grid.is-detail-open .product-card.is-active {
  grid-column: 1;
}

.product-card.is-active {
  background: #F2EFEC;
  border-color: transparent;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.product-card.is-active .product-card-actions {
  display: flex;
}

.product-card.is-active .product-card-link {
  display: none;
}

.product-range-grid.is-detail-open .product-detail {
  display: block;
  grid-column: 2 / -1;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.product-detail-close {
position: absolute;
    top: 25px;
    right: 30px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: #F2EFEC;
    color: #282826;
    font-family: "Inter-SemiBold";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: auto;
    height: auto;
    padding: 7px 15px 9px 13px;
}

.product-detail-close:hover {
  color: #000;
}

.product-detail-title {
  margin: 0 0 16px;
  font-family: "Inter-Bold";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #282826;
  text-align: center;
  padding-right: 28px;
}

.product-detail-intro {
  margin: 0 auto 36px;
  max-width: 660px;
  font-size: 14px;
  line-height: 1.5;
  color: #282826;
  text-align: left;
  margin-left: 0px;
}

/*.product-detail-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.product-detail-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.product-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-detail-feature p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #282826;
}

.product-detail-checklist {
  display: none;
}*/
.product-detail-body {
  display: flex;
  grid-template-columns: 1fr 1fr;
  gap: 24px 56px;
}

.product-detail-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-detail-feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  text-align: left;
}

.product-detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}

.product-detail-icon svg {
  width: 28px;
  height: 28px;
}

.product-detail-feature p {
margin: 0;
    color: #000;
    font-family: "Inter-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-detail-feature p br {
  display: none;
}

.product-detail-checklist {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 7px 0 0 0;
  padding: 0;
}

.product-detail-checklist li {
display: flex;
    align-items: center;
    gap: 14px;
    color: #000;
    font-family: "Inter-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
        margin-bottom: 6px;
}

.product-detail-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}


.product-card-title {
margin: 0;
    text-transform: uppercase;
    color: #000;
    font-family: "Vanilla Bold";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
}

.product-card-list {
  margin: 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-card-list li {
  color: #282826;
    font-family: "Inter-Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-detail-feature-text p {
    color: #000;
    font-family: "Inter-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-detail-feature-text p strong {
    color: #000;
    text-align: center;
    font-family: "Inter-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.product-detail-intro p {
    color: #000;
    text-align: left;
    font-family: "Inter-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-detail-title {
    color: #000;
    font-family: "Vanilla Bold";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 90%;
    margin: 0 auto 10px 0;
    text-align: left;
}

/* Tablet (768px – 1024px) */
@media (max-width: 1024px) {
  .products-hero h1 {
    font-size: 56px;
  }

  .products-hero .hero-inner {
    height: 300px;
  }

  .product-range {
    padding: 56px 0 72px;
  }

  .product-range-title {
    margin-bottom: 40px;
    font-size: 24px;
  }

  /* Single-column card stack */
  .product-range-grid {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 20px;
    max-width: 720px;
  }

  /* Cards: white at rest, no hover bg/shadow swap on touch screens */
  .product-card {
    background: #fff;
    padding: 24px 47px;
    gap: 18px;
  }

  .product-card:hover,
  .product-card:focus-within {
    background: #fff;
    border-color: #d9d6d1;
    box-shadow: none;
  }

  /* Bullet list in two columns */
  .product-card-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 8px;
  }

  /* Actions always visible, side-by-side */
  .product-card-actions,
  .product-card:hover .product-card-actions,
  .product-card:focus-within .product-card-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 4px;
  }

  .product-card-cta,
  .product-card-link {
    flex: 1 1 0;
    width: auto;
    padding: 12px 28px;
    border: 1px solid #282826;
    font-family: "Inter-Bold";
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.01em;
  }

  /* "Find out more" becomes an outlined button on tablet */
  .product-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #282826;
    text-underline-offset: 0;
  }

  .product-card-link:hover {
    background: #f7f5f1;
    color: #282826;
  }

  /* Active card stays white on tablet (panel below is cream) */
  .product-card.is-active {
    background: #fff;
    box-shadow: none;
  }

  /* When alone in the row, the CTA shouldn't stretch full-width */
  .product-card.is-active .product-card-cta {
    flex: 0 0 auto;
    min-width: 220px;
    max-width: 280px;
  }

  /* Detail panel stacks under the active card */
  .product-range-grid.is-detail-open {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .product-range-grid.is-detail-open .product-card.is-active,
  .product-range-grid.is-detail-open .product-detail {
    grid-column: 1;
    background: #F2EFEC;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        border: none;
  }

  .product-detail {
    background: #F2EFEC;
    padding: 55px 55px 36px;
  }

.product-detail-intro p {
    text-align: left;
}

  .product-detail-title {
    text-align: left;
    max-width: 100%;
  }

  .product-range-grid.is-detail-open .product-detail {
    display: block;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
}

  .product-detail-intro {
    text-align: left;
    margin: 0 0 28px;
    max-width: none;
  }

  /* Two-column body: icon features (left) + checklist (right) */
  /*.product-detail-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .product-detail-features {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .product-detail-feature {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    text-align: left;
  }

  .product-detail-feature p {
    font-size: 14px;
  }

  .product-detail-feature p br {
    display: none;
  }

  .product-detail-icon svg {
    width: 28px;
    height: 28px;
  }

  /* Checklist visible on tablet */
  .product-detail-checklist {
    display: flex;
    flex-direction: column;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .product-detail-checklist li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #282826;
  }

  .product-detail-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }*/
}

/* =========================================================
   Product Filter page
   ========================================================= */

/* Top bar: range dropdown + tabs + what's new */
.pf-topbar {
  background: #F2EFEC;
  padding: 24px 0;
  border-bottom: 1px solid #e7e3dc;
}

.pf-topbar-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
}

.pf-range {
  flex: 0 0 auto;
}

.pf-range-select {
  appearance: none;
  -webkit-appearance: none;
  background: #282826
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%23f2efec' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>")
    no-repeat right 16px center;
  color: #fff;
  letter-spacing: 0.08em;
  padding: 0 44px 0 22px;
  height: 44px;
  min-width: 220px;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Inter-Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}


.pf-tabs {
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex: 1 1 auto;
    justify-content: left;
    margin-left: 25px;
    max-width: 530px;
}

a.pf-download-guide {
    appearance: none;
    background: #fff;
    color: #282826;
    text-align: center;
    font-family: "Inter-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    padding: 14px 20px;
    margin-left: -5px;
}
/* Tab dropdown (visible only on tablet) */
.pf-tab-select {
  display: none;
}

/* Slider arrows (visible only on tablet) */
.pf-info-arrows {
  display: none;
}

.pf-tab {
appearance: none;
    background: #fff;
    display: inline-flex;
    align-items: center;
    color: #282826;
    text-align: center;
    font-family: "Inter-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    padding: 14px 20px;
}

.pf-tab:hover {
  background: #f7f5f1;
}

.pf-tab.is-active {
border-color: #282826;
    color: #282826;
    text-align: center;
    font-family: "Inter-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #000;
    background: #E5DECE;
}

/* Product guide is a plain link, not a card */
.pf-tab-link,
.pf-tab-link:hover {
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pf-tab-icon {
  flex-shrink: 0;
}

.pf-whats-new {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #282826;
  font-family: "Inter-Bold";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 12px;
  height: 44px;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
}

.pf-whats-new:hover {
  color: #000;
}

/* Results section */
.pf-results {
  background: #fff;
  padding: 56px 0 40px;
}

.pf-results-inner {
  padding: 0px 0px;
}

.pf-results-title {
margin: 0 0 28px;
    color: #282826;
    font-family: "Inter-SemiBold";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px;
}

.pf-filter-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.pf-filter-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.pf-clear-filters {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0 4px;
  margin-left: 4px;
  color: #282826;
  font-family: "Inter-SemiBold";
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  line-height: 1;
  align-self: center;
}

.pf-clear-filters:hover,
.pf-clear-filters:focus-visible {
  text-decoration: none;
  color: #6b6a66;
  outline: none;
}

.pf-sort-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pf-select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%23282826' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  border: 1px solid #c9c4bc;
  color: #282826;
  font-family: "Inter-Medium";
  font-size: 14px;
  font-weight: 500;
  padding: 10px 38px 10px 16px;
  min-width: 150px;
  cursor: pointer;
}

/* Once a real option is picked (not the placeholder with value=""), fill beige */
.pf-select:not(:has(option[value=""]:checked)) {
  background-color: #e5dece;
  border-color: transparent;
}

/* Custom dropdown — wraps the native <select> with a fully-styled menu */
.pf-select-wrap {
  position: relative;
  display: inline-block;
}

.pf-select-wrap > .pf-select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  min-width: 0;
  pointer-events: none;
}

.pf-select-toggle {
    position: relative;
    appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px 38px 10px 16px;
    min-width: 150px;
    width: 100%;
    text-align: left;
    color: #000;
    font-family: "Inter-Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.pf-select-wrap:has(.pf-sort) .pf-select-toggle {
  min-width: 140px;
}

.pf-select-wrap.is-selected .pf-select-toggle {
  background-color: #e5dece;
  border-color: transparent;
}

.pf-select-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 0.2s ease;
  pointer-events: none;
}

.pf-select-wrap.is-open .pf-select-chevron {
  transform: translateY(-50%) rotate(180deg);
}

.pf-select-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f7f5f1;
  width: 100%;
  min-width: 150px;
  z-index: 30;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.pf-select-option {
  padding: 14px 18px;
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #282826;
  cursor: pointer;
  border-top: 1px solid #e7e3dc;
}

.pf-select-option:first-child {
  border-top: 0;
}

.pf-select-option:hover,
.pf-select-option.is-current {
  background: #e5dece;
  font-family: "Inter-Bold";
  font-weight: 700;
}

.pf-select:focus {
  outline: 2px solid #282826;
  outline-offset: 1px;
}

.pf-sort {
  min-width: 140px;
}

.pf-search-btn {
  appearance: none;
  background: #e5dece;
  border: 0;
  width: 53px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pf-search-btn:hover {
  background: #d9d0bc;
}

.pf-select-wrap:has(.pf-sort) {width: 222px;}

.pf-search-btn-icon--close {
  display: none;
}

.pf-search-btn[aria-expanded="true"] {
  background: #f2efec;
}

.pf-search-btn[aria-expanded="true"] .pf-search-btn-icon--open {
  display: none;
}

.pf-search-btn[aria-expanded="true"] .pf-search-btn-icon--close {
  display: inline-block;
}

.pf-search-row {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
}

.pf-search-input-wrap {
  position: relative;
  width: 192px;
  max-width: 100%;
}

.pf-search-input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.pf-search-input {
  width: 100%;
  height: 40px;
  border: 1px solid #c9c4bc;
  background: #f7f5f1;
  padding: 8px 14px 8px 34px;
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #282826;
}

.pf-search-input::placeholder {
  color: #8a8881;
}

.pf-search-input:focus {
  outline: none;
  background: #fff;
  border-color: #282826;
}

/* Product rows */
.pf-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pf-empty {
  margin: 0;
  padding: 24px 22px;
  background: #f5f3ef;
  text-align: center;
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #6b6a66;
}

.pf-row {
  background: rgba(242, 239, 236, 0.50);
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 90px;
}

.pf-row-has-tags {
  flex-wrap: wrap;
}

.pf-criteria {
    flex: 0 0 auto;
    background: #e5dece;
    border: 0;
    padding: 6px 24px;
    justify-content: center;
    min-width: 110px;
    color: #282826;
    text-align: center;
    font-family: "Inter-Regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 48px;
    display: flex;
    align-items: center;
    margin: 0 0 0 18px;
}

.pf-criteria:hover {
  background: #d9d0bc;
}

.pf-cells {
  flex: 1 1 0;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(8, auto);
  align-items: center;
  gap: 45px;
  padding: 14px 24px;
}

.pf-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.pf-cell-label {
color: #282826;
    font-family: "Inter-Regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pf-cell-value {
 display: block;
    color: #282826;
    font-family: "Inter-Bold";
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin: 7px 0 0 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

.pf-tags {
flex: 1 0 100%;
    display: flex;
    gap: 10px;
    background: #fff;
    border: none !important;
}

.pf-tag {
flex: 1 1 0;
    min-width: 0;
    padding: 7px 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #F2EFEC;
    color: #000;
    text-align: center;
    font-family: "Inter-SemiBold";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pf-tag + .pf-tag {
  border-left: 1px solid #e7e3dc;
}

/* Criteria expand/collapse panel */
.pf-row.is-expanded {
  flex-wrap: wrap;
  outline: 2px solid #282826;
  outline-offset: -1px;
  position: relative;
  z-index: 1;
}

.pf-row.is-expanded .pf-criteria {
  background: #fff;
}

/* When one row is expanded, dim and blur the others to focus attention */
.pf-list:has(.pf-row.is-expanded) .pf-row:not(.is-expanded) {
  opacity: 0.45;
  filter: blur(1.5px);
  pointer-events: none;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.pf-criteria-panel {
  display: none;
  flex: 1 0 100%;
  background: #f5f3ef;
  border-top: 1px solid #e7e3dc;
}

.pf-row.is-expanded .pf-criteria-panel {
  display: block;
}

.pf-cr-table {
  display: flex;
  flex-direction: column;
}

.pf-cr-item {
display: grid;
    grid-template-columns: 315px 1fr;
    gap: 0;
    padding: 0;
    align-items: stretch;
}

.pf-cr-heading {
    padding: 14px 24px;
    color: #282826;
    font-family: "Inter-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #fff;
    border-bottom: 1px solid #e7e3dc;
}

.pf-cr-label {
border-bottom: 1px solid #fff;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    color: #282826;
    font-family: "Inter-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    background: #F2EFEC;
}

.pf-cr-value {
padding: 14px 18px;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e7e3dc;
    color: #282826;
    font-family: "Inter-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.pf-cr-item:last-of-type .pf-cr-label,
.pf-cr-item:last-of-type .pf-cr-value {
  border-bottom: 0;
}

.pf-cr-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 20px 24px;
  flex-wrap: wrap;
}

.pf-cr-note {
margin: 0;
    flex: 0 0 666px;
    color: #000;
    font-family: "Inter-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pf-cr-actions {
  display: flex;
  gap: 12px;
}

.pf-cr-btn {
appearance: none;
    padding: 12px 28px;
    transition: background 0.15s ease, color 0.15s ease;
    text-align: center;
    font-family: "Inter-SemiBold";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.pf-cr-btn--secondary {
  background: #fff;
  border: 0px solid #c9c4bc;
  color: #282826;
}

.pf-cr-btn--secondary:hover {
  background: #f2efec;
}

.pf-cr-btn--primary {
  background: #282826;
  border: 1px solid #282826;
  color: #fff;
}

.pf-cr-btn--primary:hover {
  background: #000;
  border-color: #000;
}

.contact-content.product {
    max-width: 100%;
}

.contact-content.product .contact-accordion-stack {
    padding: 0;
}

.contact-content.product .contact-accordion-panel {
    width: 100%;
}

@media (max-width: 640px) {
  .pf-cr-item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pf-cr-label {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .pf-cr-value {
    padding-top: 4px;
  }

  .pf-cr-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .pf-cr-actions {
    flex-direction: column;
  }

  .pf-cr-btn {
    width: 100%;
  }
}

/* Pagination */
.pf-pagination-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.pf-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.pf-continue {
  display: none;
}

.pf-page,
.pf-page-arrow {
  appearance: none;
  background: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter-Regular";
  font-size: 14px;
  font-weight: 500;
  color: #282826;
  cursor: pointer;
}

.pf-page:hover,
.pf-page-arrow:hover {
  background: #f2efec;
}

.pf-page-arrow[disabled] {
  color: #c9c4bc;
  cursor: not-allowed;
  opacity: 0.1;
}

.pf-page-arrow[disabled]:hover {
  background: transparent;
}

.pf-page.is-active {
    background: #282826;
    width: 48px;
    height: 48px;
    color: #F2EFEC;
    text-align: center;
    font-family: "Inter-SemiBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pf-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #6b6a66;
}

button.pf-page-arrow[aria-label="Previous page"] {
    background: url("/media/ycngbe0l/leftarrpagination.svg");
    background-repeat: no-repeat;
    color: transparent;
}

button.pf-page-arrow[aria-label="Next page"] {
    background: url("/media/iwxe3bxu/rightarrpagination.svg");
    background-repeat: no-repeat;
    color: transparent;
}
.pf-page {
    width: 48px;
    height: 48px;
    border: 0.5px solid #282826;
    color: #282826;
    text-align: center;
    font-family: "Inter-SemiBold";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 17px 0 0;
}

span#pfMetaCount {
    color: #282826;
    font-family: "Inter-Regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.pf-meta {
margin: 12px 0 0;
    text-align: center;
    font-size: 13px;
    color: #282826;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.pf-download {
    color: #282826;
    text-align: center;
    font-family: "Inter-Bold";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration: underline;
}

/* Tab panels */
.pf-panel[hidden] {
  display: none;
}

/* Product Information panel */
.pf-info-title {
    margin: 0 0 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282826;
    font-family: "Vanilla Bold";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.pf-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.pf-info-card {
  background: #F2EFEC;
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pf-info-card-title {
    margin: 0;
    color: #000;
    font-family: "Inter-SemiBold";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pf-info-card p {
    margin: 0;
    color: #282826;
    font-family: "Inter-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.pf-info-list {
  margin: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #282826;
}

.pf-info-list a {
  color: #282826;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pf-info-list a:hover {
  color: #000;
}

/* Loop-buffer card clones — hidden by default, shown only on tablet */
.pf-info-card-clone {
  display: none;
}

/* Accordions inside the Information panel */
.pf-accordion {
  background: #F2EFEC;
  margin-top: 12px;
}

.pf-accordion-toggle {
  width: 100%;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Inter-Regular";
  font-size: 16px;
  font-weight: 700;
  color: #282826;
  cursor: pointer;
  text-align: left;
}

.pf-accordion-toggle:hover {
  background: #ebe7df;
}

.pf-accordion-chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.pf-accordion.is-open .pf-accordion-chevron,
.pf-accordion-toggle[aria-expanded="true"] .pf-accordion-chevron {
  transform: rotate(180deg);
}

.pf-accordion-panel {
  padding: 0px 24px 0px;
}

/* Product Fees panel */
.pf-fees-title {
  margin: 0 0 24px;
  font-family: "Inter-Bold";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #282826;
}

.pf-fees-accordion {
  margin-top: 12px;
}

.pf-fees-accordion .pf-accordion-toggle {
  padding: 20px 24px;
  font-size: 15px;
}

.pf-fees-accordion .pf-accordion-panel {
  padding: 0 24px 22px;
}

.pf-fees-table {
  display: flex;
  flex-direction: column;
  border: 1px solid #e7e3dc;
}

.pf-fees-row {
  display: grid;
  grid-template-columns: 1.4fr 1.2fr 1.4fr;
  align-items: center;
  gap: 16px;
  padding: 16px 22px;
  border-bottom: 1px solid #e7e3dc;
  font-size: 14px;
  color: #282826;
}

.pf-fees-row:last-child {
  border-bottom: 0;
}

.pf-fees-head {
  background: #f2efec;
  font-family: "Inter-Bold";
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
}

@media (max-width: 767px) {
  .pf-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pf-fees-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Key Criteria */
.pf-key-criteria {
  background: #fff;
  padding: 0 0 80px;
}

.pf-key-criteria > .container-1138 {
  padding: 0 0px;
}



.pf-key-criteria-toggle {
width: 100%;
    appearance: none;
    background: #e5dece;
    border: 0;
    padding: 25.5px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #282826;
    font-family: "Vanilla Bold";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.pf-key-criteria-toggle:hover {
  background: #d9d0bc;
}

.pf-key-criteria-chevron {
  transition: transform 0.2s ease;
}

.pf-key-criteria-toggle[aria-expanded="true"] .pf-key-criteria-chevron {
  transform: rotate(180deg);
}

.pf-key-criteria-panel {
  background: #e5dece;
  padding: 8px 32px 40px;
}

.pf-kc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.pf-kc-section + .pf-kc-section {
  margin-top: 36px;
}

.pf-kc-title {
  margin: 0 0 18px;
  font-family: "Inter-Bold";
  font-size: 22px;
  font-weight: 700;
  color: #282826;
}

.pf-kc-item {
  margin: 0 0 14px;
}

.pf-kc-label {
  font-family: "Inter-Bold";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: #282826;
}

.pf-kc-value {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 1.45;
  color: #282826;
}

.pf-kc-value strong {
  font-family: "Inter-Bold";
  font-weight: 700;
}

.pf-kc-note {
  margin: 14px 0;
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 1.5;
  color: #282826;
}

.pf-kc-note strong {
  font-family: "Inter-Bold";
  font-weight: 700;
}

.pf-kc-list {
  margin: 6px 0 0;
  padding-left: 20px;
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 1.7;
  color: #282826;
}

.pf-kc-link {
  display: inline-block;
  margin-top: 2px;
  font-family: "Inter-Regular";
  font-size: 14px;
  color: #282826;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pf-kc-link:hover {
  color: #000;
}

.rte h3 {
    color: #282826;
    font-family: "Inter-SemiBold";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.6px; /* 120% */
}

.rte p strong {
    color: #282826;
    font-family: "Inter-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.rte p {
    color: #282826;
    font-family: "Inter-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 767px) {
  .pf-kc-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pf-key-criteria-toggle {
    padding: 22px 20px;
    font-size: 22px;
  }

  .pf-key-criteria-panel {
    padding: 4px 20px 28px;
  }
}

/* Tablet / narrower screens */
@media (max-width: 1024px) {
  .pf-topbar-inner {
    flex-wrap: wrap;
    gap: 16px;
  }

  .pf-tabs {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .pf-cells {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 14px;
  }
}

@media (max-width: 640px) {
  .pf-filter-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .pf-row {
    flex-direction: column;
  }

  .pf-criteria {
    width: 100%;
  }

  .pf-cells {
    grid-template-columns: repeat(2, 1fr);
  }

  .pf-tag {
    padding: 10px 8px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }
}

/* Tablet-specific top bar layout (768–1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  
button.pf-continue {
    display: none;
}

p.pf-cr-note {
    text-align: center;
}

.pf-cr-footer {
    justify-content: center;
}

.pf-cr-actions {
    gap: 30px;
}

button.pf-continue {
    display: none;
}

  /* Top bar: range on row 1 left, WHAT'S NEW on row 1 right, tabs fill row 2 */
  .pf-topbar-inner {
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
  }

  .pf-range {
    flex: 0 0 auto;
  }

  .pf-range-select {
    min-width: 220px;
  }

  .pf-whats-new {
    order: 2;
    margin-left: auto;
    background: #fff;
    border: 1px solid #d9d6d1;
    padding: 0 22px;
  }

  .pf-tabs {
    order: 3;
    width: 100%;
    flex: 1 0 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  /* Native tab select stays hidden — show actual tab buttons */
  .pf-tab-select {
    display: none;
  }

  .pf-tab:not(.pf-tab-link),
  .pf-tab-link {
    display: inline-flex;
  }

  /* Product fee/finder cells: 4 columns, two rows, with white separator line */
  .pf-cells {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 24px;
    position: relative;
    gap: 32px;
  }

  .pf-cells::before {
    content: '';
    position: absolute;
    left: 24px;
    right: 24px;
    top: 50%;
    height: 3px;
    background: #fff;
    transform: translateY(-50%);
    pointer-events: none;
  }

  /* Select your product — title on row 1 left, sort-group on row 1 right,
     filter dropdowns stretched across row 2 */
  .pf-panel[data-panel="finder"] {
    position: relative;
  }

  .pf-panel[data-panel="finder"] > .pf-results-title {
    padding-right: 220px;
  }

  .pf-filter-bar {
    position: static;
    flex-wrap: wrap;
    gap: 12px;
  }

  .pf-filter-group {
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    gap: 12px;
    margin-top: 20px;
  }

  .pf-filter-group > .pf-select-wrap {
    flex: 1 1 0;
    min-width: 0;
  }

  .pf-filter-group > .pf-select-wrap .pf-select-toggle {
    min-width: 0;
  }

  .pf-sort-group {
    position: absolute;
    top: 0;
    right: 0;
  }

  .pf-search-row {
    top: 52px;
    right: 0;
  }

  /* Pagination row: page numbers left, Continue button right */
  .pf-pagination-row {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
  }

  .pf-continue {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    background: #282826;
    color: #fff;
    border: 0;
    padding: 16px 38px;
    font-family: "Inter-Bold";
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    min-width: 180px;
  }

  .pf-continue:hover {
    background: #000;
  }

  /* Product Information cards: horizontal slider, 2 visible at a time */
  .pf-info-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: hidden;
    gap: 20px;
  }

  .pf-info-card,
  .pf-info-card-clone {
    flex: 0 0 calc(50% - 10px);
    min-width: 0;
  }

  .pf-info-card-clone {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #F2EFEC;
    padding: 28px 28px 32px;
  }

  .pf-info-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin: 8px 0 24px;
  }

  .pf-info-arrow {
    appearance: none;
    width: 44px;
    height: 44px;
    background: #000;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  .pf-info-arrow:hover {
    background: #000;
    opacity: 0.85;
  }

  .pf-info-arrow svg {
    pointer-events: none;
  }

    .pf-tabs {
    order: 3;
    width: 100%;
    flex: 1 0 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
  }

  /* Default on tablet (Product Finder active): keep tab buttons visible, dropdown hidden */
  .pf-tab-select {
    display: none;
  }

  .pf-tab:not(.pf-tab-link),
  .pf-tab-link {
    display: inline-flex;
  }

  /* On Product Information / Product Fees: collapse tabs into a dark dropdown,
     keep Product guide link visible on the right */
  .pf-tabs[data-active="information"],
  .pf-tabs[data-active="fees"] {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 12px;
  }

  .pf-tabs[data-active="information"] .pf-tab-select,
  .pf-tabs[data-active="fees"] .pf-tab-select {
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #282826;
    color: #fff;
    border: 1px solid #282826;
    border-radius: 0;
    font-family: "Inter-Bold";
    font-size: 14px;
    font-weight: 700;
    padding: 0 44px 0 18px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'><path d='M3.5 5.5l3.5 3.5 3.5-3.5' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    box-sizing: border-box;
    min-width: 100%;
  }

  .pf-tab-select option {
    background: #fff;
    color: #282826;
  }

  .pf-tabs[data-active="information"] .pf-tab:not(.pf-tab-link),
  .pf-tabs[data-active="fees"] .pf-tab:not(.pf-tab-link) {
    display: none;
  }

  .pf-tabs[data-active="information"] .pf-tab-link,
  .pf-tabs[data-active="fees"] .pf-tab-link {
    margin-left: auto;
  }

  .pf-range {
    width: 100%;
    margin: 3px 0 19px 24px;
}

.container-1138.pf-topbar-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: left;
    padding: 0;
}

a.pf-download-guide {
    float: left;
  
}

.pf-tabs[data-active="information"], .pf-tabs[data-active="fees"] {
    width: 21%;
        flex-wrap: wrap;
        max-width: 47%;
}
.pf-results-inner {
    padding: 0px 35px;
}

select.pf-range-select option {
    font-size: 12px;
    width: 100px;
    max-width: 100px;
}




button.pf-search-btn {
    border: 1px solid rgba(0, 0, 0, 0.00);
    background: #F2EFEC;
    box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

/*div#pfList {
    position: relative;
}

div#pfList::after {
    content: "";
    height: 3px;
    width: 73%;
    background: #fff;
    position: absolute;
    top: 99px;
    right: 28px;
    padding-right: 28px;
}*/

}


a.whtsnewLink {
    display: none;
}

.heroPrdtPg h1.banner-title {
    max-width: 100%;
}

.pf-select-wrap:has(.pf-sort) .pf-select-toggle {
  width: 222px;height: 46px;background: #F2EFEC;}

  @media (min-width: 1025px) and (max-width: 1299px) {
.container-1138.pf-results-inner {
    padding: 0 40px;
}

}


.pf-cr-value {
    display: block;
}

.pf-cr-value ul li p {
    margin-bottom: 5px;
}

ul.product-detail-checklist {
    list-style-type: disc;
}

ul.product-detail-checklist li {
    display: list-item;
}