/* Product collection: image-led buyer path with crawlable filters and answers. */

.pdl-page-hero.pdl-hero-product-catalog {
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    linear-gradient(112deg, #041c31 0%, #063558 52%, #075bc7 100%) !important;
  border-bottom: 0;
}

.pdl-hero-product-catalog::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 1px;
  background: rgba(255, 255, 255, .18);
}

.pdl-page-hero.pdl-hero-product-catalog .pdl-page-hero-grid {
  grid-template-columns: minmax(480px, .9fr) minmax(520px, 1.1fr) !important;
  min-height: 390px !important;
  gap: 32px !important;
}

.pdl-page-hero.pdl-hero-product-catalog .pdl-page-hero-copy {
  max-width: none !important;
  margin: 0 !important;
  padding-block: 48px !important;
  text-align: left !important;
}

.pdl-hero-product-catalog .pdl-eyebrow,
.pdl-hero-product-catalog h1,
.pdl-hero-product-catalog .pdl-hero-lead {
  color: #fff !important;
}

.pdl-hero-product-catalog h1 {
  max-width: 13em;
  margin: 0 0 14px !important;
  font-size: clamp(2.15rem, 3vw, 3.25rem);
  line-height: 1.12;
}

.pdl-hero-product-catalog .pdl-hero-lead {
  max-width: 38em;
  color: rgba(222, 236, 247, .82) !important;
  line-height: 1.7;
}

.pdl-hero-product-catalog .pdl-button-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .42);
}

.pdl-hero-product-catalog .pdl-button-secondary:hover {
  background: rgba(255, 255, 255, .15);
}

.pdl-hero-product-catalog .pdl-hero-actions {
  justify-content: flex-start !important;
}

.pdl-hero-product-catalog .pdl-hero-chips {
  gap: 18px;
  margin-top: 22px;
}

.pdl-hero-product-catalog .pdl-hero-chips span {
  min-height: 0;
  padding: 0;
  color: rgba(255, 255, 255, .78);
  background: transparent;
  border: 0;
  font-size: .86rem;
}

.pdl-hero-product-catalog .pdl-hero-chips svg {
  color: #78d6ff;
}

.pdl-page-hero.pdl-hero-product-catalog .pdl-page-hero-media {
  position: relative;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 390px !important;
  min-height: 390px !important;
  max-height: none !important;
  padding: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: auto;
}

.pdl-hero-product-catalog .pdl-page-hero-media::before {
  display: none;
}

.pdl-page-hero.pdl-hero-product-catalog .pdl-page-hero-media img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  padding: 22px 0 16px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 24px 24px rgba(0, 18, 34, .26));
}

.pdl-page-hero.pdl-hero-product-catalog.pdl-hero-product-lineup .pdl-page-hero-media img {
  width: 112%;
  max-width: none;
  padding: 30px 0 20px;
  object-position: center right;
  transform: translateX(-4%);
}

.pdl-page-hero.pdl-hero-product-catalog.pdl-hero-generated-media .pdl-page-hero-media img {
  width: 100%;
  padding: 0 !important;
  object-fit: cover;
  object-position: center;
  filter: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.pdl-pouch-type-entry-section {
  padding: 58px 0 52px;
  background: #fff;
}

.pdl-pouch-type-entry-section .pdl-section-heading {
  margin-bottom: 24px;
}

.pdl-pouch-type-entry-rail {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--pdl-inner-line);
  border-bottom: 1px solid var(--pdl-inner-line);
}

.pdl-pouch-type-entry-item {
  position: relative;
  min-width: 0;
  padding: 18px 10px 17px;
  text-align: center;
  border: 0;
  border-right: 1px solid var(--pdl-inner-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: color .25s ease, background-color .25s ease;
}

.pdl-pouch-type-entry-item:last-child {
  border-right: 0;
}

.pdl-pouch-type-entry-item::after {
  content: "";
  position: absolute;
  right: 22%;
  bottom: -1px;
  left: 22%;
  height: 2px;
  background: var(--pdl-inner-blue);
  transform: scaleX(0);
  transition: transform .25s ease;
}

.pdl-pouch-type-entry-item:hover,
.pdl-pouch-type-entry-item:focus-visible {
  background: #f6f9fc;
}

.pdl-pouch-type-entry-item:hover::after,
.pdl-pouch-type-entry-item:focus-visible::after {
  transform: scaleX(1);
}

.pdl-pouch-type-entry-media {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  overflow: visible;
  background: transparent;
}

.pdl-pouch-type-entry-media img {
  width: 100%;
  height: 100%;
  padding: 2px;
  object-fit: contain;
  transition: transform .3s ease;
}

.pdl-pouch-type-entry-item:hover img {
  transform: translateY(-4px) scale(1.04);
}

.pdl-pouch-type-entry-item strong {
  display: block;
  color: var(--pdl-inner-ink);
  font-size: .96rem;
}

.pdl-pouch-type-entry-item small {
  display: block;
  min-height: 2.6em;
  margin-top: 4px;
  color: var(--pdl-inner-muted);
  font-size: .72rem;
  line-height: 1.3;
}

.pdl-product-workbench-section {
  padding: 70px 0 76px;
  background: var(--pdl-inner-soft);
}

.pdl-product-workbench {
  grid-template-columns: 246px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.pdl-product-filter-sidebar {
  position: sticky;
  top: 96px;
  padding: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(24, 65, 100, .1);
  border-radius: 7px;
  box-shadow: 0 14px 34px rgba(19, 49, 76, .07);
}

.pdl-mobile-filter-toggle {
  display: none;
}

.pdl-product-filter-body {
  display: grid;
  gap: 24px;
}

.pdl-sidebar-current {
  position: relative;
  padding: 2px 0 18px 12px;
  border-bottom: 1px solid var(--pdl-inner-line);
}

.pdl-sidebar-current::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 20px;
  left: 0;
  width: 3px;
  background: var(--pdl-inner-blue);
}

.pdl-sidebar-current > span {
  color: var(--pdl-inner-muted);
  font-size: .76rem;
  font-weight: 700;
}

.pdl-sidebar-current > strong {
  display: block;
  margin: 5px 0 2px;
  color: var(--pdl-inner-ink);
  font-size: 1.18rem;
  line-height: 1.3;
}

.pdl-sidebar-current > p {
  margin: 0;
  color: var(--pdl-inner-blue);
  font-size: .82rem;
}

.pdl-product-filter-sidebar .pdl-active-filter-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 7px 10px;
  margin-top: 12px;
}

.pdl-product-filter-sidebar .pdl-filter-group {
  display: grid;
  gap: 10px;
}

.pdl-product-filter-sidebar .pdl-filter-group-heading .pdl-eyebrow {
  margin-bottom: 3px;
}

.pdl-product-filter-sidebar .pdl-filter-group-heading h2 {
  margin: 0;
  color: var(--pdl-inner-ink);
  font-size: .92rem;
  line-height: 1.35;
}

.pdl-product-filter-sidebar .pdl-filter-chip-row,
.pdl-product-filter-sidebar .is-bag-filter .pdl-filter-chip-row {
  display: flex !important;
  flex-wrap: wrap !important;
  grid-template-columns: none !important;
  gap: 7px !important;
}

.pdl-product-filter-sidebar .pdl-filter-chip,
.pdl-product-filter-sidebar .pdl-filter-chip-row .pdl-filter-chip {
  width: auto !important;
  min-width: 0 !important;
  min-height: 32px;
  padding: 6px 10px;
  color: #425a70;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(25, 70, 108, .14);
  border-radius: 5px;
  font-size: .76rem;
  font-weight: 650;
  white-space: nowrap !important;
  box-shadow: none;
}

.pdl-product-filter-sidebar .pdl-filter-chip:hover {
  color: var(--pdl-inner-blue);
  border-color: rgba(7, 91, 199, .38);
}

.pdl-product-filter-sidebar .pdl-filter-chip.is-active {
  color: #fff;
  background: var(--pdl-inner-blue);
  border-color: var(--pdl-inner-blue);
  box-shadow: 0 8px 18px rgba(7, 91, 199, .16);
}

.pdl-product-filter-sidebar .pdl-filter-chip.is-muted {
  width: auto !important;
  min-height: 30px;
  justify-content: flex-start;
  color: #3e617f;
  background: #f3f7fa;
  border-color: transparent;
}

.pdl-product-filter-sidebar .pdl-active-filter-actions .pdl-text-link {
  width: auto;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 !important;
  padding: 0;
  color: var(--pdl-inner-blue);
  border: 0;
  font-size: .76rem;
  font-weight: 750;
}

.pdl-product-filter-sidebar .pdl-button-block {
  min-height: 42px;
  border-radius: 5px;
  box-shadow: 0 10px 22px rgba(7, 91, 199, .16);
}

.pdl-product-gallery-main .pdl-result-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 42px;
  align-items: end;
  margin-bottom: 24px;
}

.pdl-product-gallery-main .pdl-result-toolbar h2 {
  margin: 0;
  color: var(--pdl-inner-ink);
  font-size: clamp(1.8rem, 2.3vw, 2.45rem);
  line-height: 1.18;
}

.pdl-product-gallery-main .pdl-result-toolbar > p {
  margin: 0;
  color: var(--pdl-inner-muted);
  font-size: .88rem;
  line-height: 1.65;
}

.pdl-product-workbench .pdl-product-result-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pdl-product-workbench .pdl-product-result-grid.is-short-result-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pdl-product-workbench .pdl-product-result-grid.is-short-result-grid .pdl-product-result-media {
  aspect-ratio: 16 / 10 !important;
}

.pdl-product-workbench .pdl-product-result-card {
  overflow: hidden;
  background: #fff;
  border: 0;
  border-radius: 7px;
  box-shadow: 0 12px 30px rgba(19, 49, 76, .08);
  transition: transform .28s ease, box-shadow .28s ease;
}

.pdl-product-workbench .pdl-product-result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(12, 67, 111, .15);
}

.pdl-product-workbench .pdl-product-result-media,
.pdl-product-workbench .pdl-v2-product-result-grid .pdl-product-result-media {
  aspect-ratio: 4 / 3 !important;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(226, 237, 247, .74)),
    #eef4f9;
}

.pdl-product-workbench .pdl-product-result-media img,
.pdl-product-workbench .pdl-v2-product-result-grid .pdl-product-result-media img {
  width: 100%;
  height: 100%;
  padding: 10px 14px 8px !important;
  object-fit: contain;
  transition: transform .45s ease;
}

.pdl-product-workbench .pdl-product-result-card:hover .pdl-product-result-media img {
  transform: scale(1.045);
}

.pdl-product-workbench .pdl-product-image-badge {
  top: 12px;
  left: 12px;
  min-height: 24px;
  padding: 4px 8px;
  color: #0b4f8b;
  background: rgba(255, 255, 255, .9);
  border: 0;
  border-radius: 4px;
  box-shadow: 0 5px 14px rgba(16, 53, 86, .08);
  backdrop-filter: blur(8px);
}

.pdl-product-workbench .pdl-product-result-body,
.pdl-product-workbench .pdl-v2-product-result-grid .pdl-product-result-body {
  gap: 8px !important;
  padding: 16px 17px 16px !important;
}

.pdl-product-workbench .pdl-product-card-tags {
  display: none !important;
}

.pdl-product-workbench .pdl-product-result-body h3,
.pdl-product-workbench .pdl-v2-product-result-grid h3 {
  display: block;
  margin: 0 !important;
  color: var(--pdl-inner-ink);
  font-size: 1.05rem !important;
  line-height: 1.35 !important;
}

.pdl-product-workbench .pdl-product-card-summary {
  display: -webkit-box;
  min-height: 2.7em;
  margin: 0 !important;
  overflow: hidden;
  color: var(--pdl-inner-muted);
  font-size: .84rem !important;
  line-height: 1.52 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}

.pdl-product-workbench .pdl-product-seo-details {
  display: none !important;
}

.pdl-product-workbench .pdl-product-result-body > .pdl-text-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px !important;
  padding-top: 11px;
  color: var(--pdl-inner-blue);
  border-top: 1px solid rgba(24, 65, 100, .08);
  font-size: .82rem;
  font-weight: 750;
}

.pdl-product-workbench .pdl-pagination {
  margin-top: 26px;
  background: rgba(255, 255, 255, .72);
  border: 0;
  border-radius: 6px;
  box-shadow: none;
}

.pdl-collection-guide-section {
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  background:
    linear-gradient(90deg, rgba(235, 245, 252, .99) 0%, rgba(235, 245, 252, .98) 46%, rgba(235, 245, 252, .86) 62%, rgba(235, 245, 252, .34) 100%),
    url("../../images/generated/pindary-product-catalog-v1.webp") right center / 54% auto no-repeat,
    #ebf5fc;
}

.pdl-collection-guide-section .pdl-v2-choice-band {
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  align-items: center;
}

.pdl-collection-guide-section .pdl-v2-choice-copy {
  padding-right: 18px;
}

.pdl-collection-guide-section .pdl-v2-choice-copy h2 {
  max-width: 11em;
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
}

.pdl-collection-guide-section .pdl-v2-choice-copy > p:last-of-type {
  max-width: 34em;
  color: #48657e;
}

.pdl-collection-guide-section .pdl-v2-choice-list {
  counter-reset: quote-step;
  gap: 10px;
}

.pdl-collection-guide-section .pdl-v2-choice-list article {
  counter-increment: quote-step;
  position: relative;
  min-height: 178px;
  padding: 22px 18px 20px;
  background: rgba(255, 255, 255, .9);
  border: 0;
  border-radius: 7px;
  box-shadow: 0 14px 30px rgba(16, 62, 98, .08);
}

.pdl-collection-guide-section .pdl-v2-choice-list article::before {
  content: "0" counter(quote-step);
  display: block;
  margin-bottom: 14px;
  color: var(--pdl-inner-cyan);
  font-size: .78rem;
  font-weight: 800;
}

.pdl-collection-guide-section .pdl-v2-choice-list span {
  margin-bottom: 5px;
  color: var(--pdl-inner-blue);
}

.pdl-collection-guide-section .pdl-v2-choice-list strong {
  font-size: .95rem;
}

.pdl-collection-guide-section .pdl-v2-choice-list p {
  font-size: .8rem;
}

.pdl-collection-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.pdl-collection-guide-actions .pdl-button {
  min-height: 43px;
}

.pdl-collection-guide-actions .pdl-button-secondary {
  color: #0a568f;
  background: rgba(255, 255, 255, .72);
  border-color: rgba(7, 91, 199, .24);
}

.pdl-seo-copy-section {
  padding: 66px 0;
  background: #f6f9fc;
}

.pdl-seo-copy-section .pdl-seo-copy-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 72px;
}

.pdl-seo-copy-section .pdl-seo-copy-main {
  max-width: 780px;
}

.pdl-seo-copy-section .pdl-seo-copy-aside {
  padding: 0 0 0 28px;
  background: transparent;
  border: 0;
  border-left: 1px solid var(--pdl-inner-line);
  border-radius: 0;
  box-shadow: none;
}
