/**
 * Premium pool catalog design for /all-pools.
 * Loaded after custom.css so this page remains isolated and maintainable.
 */

.path-pools {
  --catalog-navy: #222429;
  --catalog-navy-light: #34373d;
  --catalog-aqua: #377dff;
  --catalog-orange: #377dff;
  --catalog-ink: #222429;
  --catalog-muted: #6b6f76;
  --catalog-surface: #ffffff;
  --catalog-bg: #f7f9fb;
  --catalog-line: #e2e8f0;
}

.path-pools #page-main-content {
  flex: 0 0 100%;
  max-width: 100%;
}

.path-pools .sidebar-right,
.path-pools .help.gav-help-region {
  display: none;
}

.path-pools .main.main-page,
.path-pools #content {
  background: var(--catalog-bg) !important;
}

.path-pools #content {
  color: var(--catalog-ink);
  overflow: hidden;
  padding: 0 0 100px;
  position: relative;
}

/* Deep-water hero background. */
.path-pools #content::before {
  background-image:
    linear-gradient(180deg, rgba(15, 18, 22, 0.5), rgba(15, 18, 22, 0.66)),
    url(../our-pools-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 510px;
}

.path-pools #content::after {
  display: none;
}

.path-pools #content>.container,
.path-pools #content .content-main-inner,
.path-pools #content .content-main,
.path-pools #content .block-content,
.path-pools #content .views-element-container {
  position: relative;
  z-index: 1;
}

.path-pools #content .container-bg {
  background: transparent;
  max-width: none;
  padding-inline: clamp(18px, 5vw, 80px);
  width: 100%;
}

.path-pools #content .content-main-inner {
  margin: 0 auto;
  max-width: 1360px;
}

.path-pools .pool.gva-view {
  background: transparent;
  margin: 0;
  padding-top: clamp(64px, 8vw, 105px);
}

.path-pools .pool-catalog-intro {
  color: #fff;
  margin: 0 auto 40px;
  max-width: 790px;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.path-pools .pool-catalog-intro__eyebrow {
  align-items: center;
  color: #377dff;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.path-pools .pool-catalog-intro__eyebrow::before,
.path-pools .pool-catalog-intro__eyebrow::after {
  background: rgba(141, 181, 255, 0.65);
  content: "";
  height: 1px;
  width: 34px;
}

.path-pools .pool-catalog-intro__title {
  color: #fff !important;
  font-family: "Biorhyme", Georgia, serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0 0 18px;
}

.path-pools .pool-catalog-intro__text {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
  margin: 0 auto;
  max-width: 660px;
}

.path-pools .pool-catalog-intro__features {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
  list-style: none;
  margin: 30px auto 0;
  padding: 0;
}

.path-pools .pool-catalog-intro__features li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  min-width: 155px;
  padding: 0 24px;
}

.path-pools .pool-catalog-intro__features li:first-child {
  border-left: 0;
}

.path-pools .pool-catalog-intro__features strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.path-pools .pool-catalog-intro__features span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-top: 3px;
}

/* Floating filter panel. */
.path-pools .pool .views-exposed-form {
  align-items: flex-end;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  box-shadow: 0 24px 65px rgba(2, 35, 44, 0.19);
  display: flex;
  gap: 14px;
  margin: 0 auto 72px;
  max-width: 1120px;
  padding: 18px;
}

.path-pools .pool .views-exposed-form .form-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  flex: 1 1 190px;
  min-width: 0;
  padding: 0;
}

.path-pools .pool .views-exposed-form .form-item-name {
  flex-grow: 1.4;
}

.path-pools .pool .views-exposed-form label {
  color: #657b80;
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin: 0 0 7px 2px;
  text-transform: uppercase;
}

.path-pools .pool .views-exposed-form .form-text,
.path-pools .pool .views-exposed-form .form-select {
  background-color: #f7f9fb;
  border: 1px solid var(--catalog-line);
  border-radius: 10px;
  box-shadow: none;
  color: var(--catalog-ink);
  min-height: 52px;
  padding: 10px 14px;
  width: 100%;
}

.path-pools .pool .views-exposed-form .form-text:focus,
.path-pools .pool .views-exposed-form .form-select:focus {
  border-color: var(--catalog-aqua);
  box-shadow: 0 0 0 3px rgba(55, 125, 255, 0.14);
  outline: 0;
}

.path-pools .pool .views-exposed-form .form-actions .button {
  background: var(--catalog-orange);
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  min-height: 52px;
  padding: 0 28px;
}

/* Balanced model-card grid. */
.path-pools .pool .view-content-wrap {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.path-pools .pool .view-content-wrap>.item {
  display: flex;
  min-width: 0;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper {
  background: var(--catalog-surface);
  backdrop-filter: none;
  border: 1px solid var(--catalog-line);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(15, 54, 62, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: box-shadow 250ms ease, transform 250ms ease;
  width: 100%;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper:hover {
  box-shadow: 0 22px 48px rgba(15, 54, 62, 0.15);
  transform: translateY(-6px);
}

.path-pools .pool .view-content-wrap .pool-card {
  background: #fff !important;
  color: var(--catalog-ink);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0;
  padding: 0 22px;
  text-align: left;
}

.path-pools .pool .view-content-wrap .pool-card .image {
  cursor: zoom-in;
  margin: 0 -22px 22px;
  overflow: hidden;
  position: relative;
}

.path-pools .pool .view-content-wrap .pool-card .image .item-image>img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  transition: opacity 180ms ease, transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.path-pools .pool .view-content-wrap .pool-card .image .item-image>img.is-changing {
  opacity: 0.82;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper:hover .image .item-image>img {
  transform: scale(1.05);
}

.path-pools .pool .view-content-wrap .pool-card .image::after {
  background: linear-gradient(180deg, transparent 50%, rgba(3, 32, 39, 0.45));
  content: "";
  inset: 0;
  opacity: 1;
  position: absolute;
  visibility: visible;
  z-index: 1;
}

.path-pools .pool .view-content-wrap .pool-card .image::before {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 999px;
  bottom: 16px;
  color: var(--catalog-navy);
  content: "View gallery  +";
  display: flex;
  font-size: 10px;
  font-weight: 700;
  height: auto;
  justify-content: center;
  left: auto;
  letter-spacing: 0.08em;
  opacity: 1;
  padding: 9px 13px;
  right: 16px;
  text-transform: uppercase;
  top: auto;
  transform: none;
  visibility: visible;
  width: auto;
  z-index: 2;
}

.path-pools .pool .view-content-wrap .pool-card .image:hover::before {
  background: var(--catalog-aqua);
  color: #fff;
  transform: none;
}

.path-pools .pool .view-content-wrap .pool-card .image .logo {
  align-items: center;
  background: #fff;
  border-radius: 0 0 12px 0;
  display: flex;
  height: 58px;
  justify-content: center;
  left: 0;
  padding: 8px;
  top: 0;
  width: 84px;
  z-index: 3;
}

.path-pools .pool .view-content-wrap .pool-card .image .logo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.path-pools .pool .view-content-wrap .pool-card .brand {
  color: var(--catalog-aqua);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.path-pools .pool .view-content-wrap .pool-card .title {
  margin: 0 0 16px;
}

.path-pools .pool .view-content-wrap .pool-card .title h3 {
  color: var(--catalog-ink) !important;
  font-family: "Biorhyme", Georgia, serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0;
}


.path-pools .pool .view-content-wrap .pool-card .title h3>a {
  color: inherit !important;
  display: inline-block;
  text-decoration: none;
  transition: color 180ms ease;
}

.path-pools .pool .view-content-wrap .pool-card .title h3>a:hover,
.path-pools .pool .view-content-wrap .pool-card .title h3>a:focus-visible {
  color: #377dff !important;
  outline: none;
}

.path-pools .pool .view-content-wrap .pool-card .description {
  color: var(--catalog-muted);
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 16px;
  min-height: 4.8em;
}

.path-pools .pool .view-content-wrap .pool-card .properties {
  background: #f4f8f8 !important;
  border: 1px solid #e5eeee;
  border-radius: 12px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
  overflow: hidden;
  padding: 0;
}

.path-pools .pool .view-content-wrap .pool-card .properties p {
  background: transparent;
  border: 0;
  border-left: 1px solid #e0eaea;
  border-radius: 0;
  color: var(--catalog-ink) !important;
  display: flex;
  flex-direction: column-reverse;
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
  padding: 12px;
}

.path-pools .pool .view-content-wrap .pool-card .properties p:first-child {
  border-left: 0;
}

.path-pools .pool .view-content-wrap .pool-card .properties strong {
  color: #819095;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 4px;
  text-transform: uppercase;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action {
  align-items: center;
  bottom: auto;
  display: flex !important;
  gap: 14px;
  justify-content: space-between;
  left: auto;
  margin: auto 22px 22px;
  padding: 20px 0 0;
  position: relative;
  right: auto;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .price {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .price strong {
  color: #849499;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .price span {
  color: var(--catalog-ink);
  font-size: 17px;
  font-weight: 600;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action a {
  align-items: center;
  background: var(--catalog-navy) !important;
  border: 0;
  border-radius: 10px;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  position: static;
  text-indent: 0;
  visibility: visible;
  width: auto;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action a span {
  color: #fff !important;
  display: inline;
  opacity: 1;
  position: static;
  transform: none;
  visibility: visible;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action a::after {
  content: "\2192";
  margin-left: 9px;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action a:hover {
  background: black !important;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .order-btn a {
  min-width: 172px;
  white-space: nowrap;
}

body.pool-package-deal-open {
  overflow: hidden;
}

.pool-package-deal {
  align-items: center;
  background: rgba(2, 15, 20, 0.84);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 200ms ease;
  visibility: hidden;
  z-index: 10000;
}

.pool-package-deal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.pool-package-deal__dialog {
  background: linear-gradient(145deg, #222429, #15171b);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  color: #fff;
  max-height: min(820px, calc(100vh - 48px));
  max-width: 520px;
  overflow: auto;
  transform: translateY(16px) scale(0.97);
  transition: transform 220ms ease;
  width: 100%;
}

.pool-package-deal.is-open .pool-package-deal__dialog {
  transform: translateY(0) scale(1);
}

.pool-package-deal__header {
  align-items: flex-start;
  background: linear-gradient(135deg, #377dff, #265fc9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  padding: 22px 24px;
}

.pool-package-deal__header p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.pool-package-deal__header h2 {
  color: #fff !important;
  font-family: "Biorhyme", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 5px;
}

.pool-package-deal__model {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 13px;
}

.pool-package-deal__close {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 38px;
  font-family: Arial, sans-serif;
  font-size: 25px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  transition: background-color 180ms ease, transform 180ms ease;
}

.pool-package-deal__close:hover,
.pool-package-deal__close:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 2px;
  transform: rotate(4deg);
}

.pool-package-deal__content {
  padding: 22px 24px 24px;
}

.pool-package-deal__list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.pool-package-deal__list li {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  display: flex;
  gap: 11px;
  padding: 11px 13px;
}

.pool-package-deal__check {
  align-items: center;
  background: rgba(53, 211, 153, 0.13);
  border-radius: 50%;
  color: #56e0ad;
  display: inline-flex;
  flex: 0 0 23px;
  font-size: 13px;
  font-weight: 800;
  height: 23px;
  justify-content: center;
  margin-top: 1px;
}

.pool-package-deal__list strong {
  color: #f5fcfd;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.pool-package-deal__list div>span {
  color: rgba(226, 246, 248, 0.55);
  display: block;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 2px;
}

.pool-package-deal__empty {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  color: rgba(226, 246, 248, 0.7);
  font-size: 13px;
  margin: 0 0 20px;
  padding: 14px;
  text-align: center;
}

.pool-package-deal__decking {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 14px 16px;
}

.pool-package-deal__decking-copy strong {
  color: #f5fcfd;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.pool-package-deal__decking-copy span {
  color: rgba(226, 246, 248, 0.55);
  display: block;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 3px;
}

.pool-package-deal__decking-controls {
  align-items: center;
  display: grid;
  flex: 0 0 auto;
  gap: 8px;
  grid-template-columns: 38px minmax(72px, auto) 38px;
}

.pool-package-deal__decking-controls button {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  color: #dff5f7;
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  width: 38px;
}

.pool-package-deal__decking-controls button:hover,
.pool-package-deal__decking-controls button:focus-visible {
  background: rgba(55, 125, 255, 0.35);
  border-color: rgba(141, 181, 255, 0.7);
  outline: 0;
  transform: translateY(-1px);
}

.pool-package-deal__decking-controls button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
  transform: none;
}

.pool-package-deal__decking-value {
  color: #fff;
  font-family: Hind, sans-serif;
  font-size: 14px;
  min-width: 72px;
  text-align: center;
  white-space: nowrap;
}

.pool-package-deal__price {
  background: linear-gradient(135deg, rgba(55, 125, 255, 0.2), rgba(55, 125, 255, 0.08));
  border: 1px solid rgba(141, 181, 255, 0.3);
  border-radius: 14px;
  margin-bottom: 14px;
  padding: 14px 16px;
  text-align: center;
}

.pool-package-deal__price span,
.pool-package-deal__price small {
  color: rgba(226, 246, 248, 0.55);
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pool-package-deal__price strong {
  color: #8db5ff;
  display: block;
  font-family: "Biorhyme", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  margin: 3px 0;
}

.pool-package-deal__request {
  align-items: center;
  background: linear-gradient(135deg, #377dff, #265fc9);
  border: 1px solid rgba(141, 181, 255, 0.45);
  border-radius: 11px;
  color: #fff !important;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  padding: 12px 20px;
  text-decoration: none;
  transition: filter 180ms ease, transform 180ms ease;
  width: 100%;
}

.pool-package-deal__request::after {
  content: "\2192";
  margin-left: 10px;
}

.pool-package-deal__request:hover,
.pool-package-deal__request:focus-visible {
  color: #fff !important;
  filter: brightness(1.14);
  outline: none;
  transform: translateY(-1px);
}

@media (max-width: 575px) {
  .pool-package-deal {
    align-items: flex-end;
    padding: 12px;
  }

  .pool-package-deal__dialog {
    border-radius: 20px;
    max-height: calc(100vh - 24px);
  }

  .pool-package-deal__header,
  .pool-package-deal__content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pool-package-deal__decking {
    align-items: flex-start;
    flex-direction: column;
  }

  .pool-package-deal__decking-controls {
    grid-template-columns: 42px minmax(90px, auto) 42px;
    width: 100%;
  }

  .path-pools .pool .view-content-wrap .pool-card-wrapper .button-action {
    align-items: stretch;
    flex-direction: column;
  }

  .path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .order-btn a {
    width: 100%;
  }
}

.path-pools .pool .pager {
  margin-top: 52px;
}

.path-pools .pool .pager__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.path-pools .pool .pager__item a,
.path-pools .pool .pager__item.is-active a,
.path-pools .pool .pager__item--ellipsis {
  align-items: center;
  background: #fff;
  border: 1px solid var(--catalog-line);
  border-radius: 10px;
  color: var(--catalog-ink);
  display: inline-flex;
  justify-content: center;
  min-height: 42px;
  min-width: 42px;
  padding: 8px 12px;
}

.path-pools .pool .pager__item.is-active a {
  background: var(--catalog-navy);
  color: #fff;
}

@media (max-width: 1100px) {
  .path-pools .pool .view-content-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .path-pools #content {
    padding-bottom: 64px;
  }

  .path-pools #content::before,
  .path-pools #content::after {
    height: 400px;
  }

  .path-pools #content .container-bg {
    padding-inline: 15px;
  }

  .path-pools .pool.gva-view {
    padding-top: 50px;
  }

  .path-pools .pool-catalog-intro {
    margin-bottom: 30px;
  }

  .path-pools .pool-catalog-intro__features {
    margin-top: 24px;
  }

  .path-pools .pool-catalog-intro__features li {
    min-width: 0;
    padding: 0 10px;
    width: 33.333%;
  }

  .path-pools .pool-catalog-intro__features strong {
    font-size: 12px;
  }

  .path-pools .pool-catalog-intro__features span {
    font-size: 9px;
  }

  .path-pools .pool .views-exposed-form {
    align-items: stretch;
    border-radius: 14px;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 48px;
    overflow: visible;
    padding: 14px;
  }

  .path-pools .pool .views-exposed-form .form-item,
  .path-pools .pool .views-exposed-form .form-item-name {
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
  }

  .path-pools .pool .views-exposed-form .form-actions .button {
    width: 100%;
  }

  .path-pools .pool .view-content-wrap {
    gap: 26px;
    grid-template-columns: 1fr;
  }

  .path-pools .pool .view-content-wrap .pool-card-wrapper {
    border-radius: 15px;
  }
}

/* Keep the clickable pool-title hover color above the mode-specific rules. */
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .title h3>a:hover,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .title h3>a:focus-visible,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card .title h3>a:hover,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card .title h3>a:focus-visible {
  color: #147e8a !important;
}

/* Premium pool gallery popup. */
.path-pools .pool-catalog-slider {
  align-items: center;
  background: rgba(3, 24, 30, 0.88);
  backdrop-filter: blur(10px);
  padding: 48px clamp(70px, 7vw, 120px);
}

.path-pools .pool-catalog-slider__dialog {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 22px;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.48);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.75fr) minmax(340px, 0.75fr);
  max-height: min(760px, calc(100vh - 96px));
  max-width: 1380px;
  overflow: hidden;
  width: 100%;
}

.path-pools .pool-catalog-slider__media {
  background: #dce8e9;
  border-radius: 0;
  box-shadow: none;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.path-pools .pool-catalog-slider__media::after {
  background: linear-gradient(180deg, transparent 72%, rgba(2, 29, 36, 0.38));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.path-pools .pool-catalog-slider__media img {
  aspect-ratio: auto;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.path-pools .pool-catalog-slider__info {
  background: #fff;
  border: 0;
  border-left: 1px solid #dce7e8;
  border-radius: 0;
  box-shadow: none;
  color: var(--catalog-ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  overflow-y: auto;
  padding: clamp(34px, 3.6vw, 54px);
}

.path-pools .pool-catalog-slider__eyebrow {
  align-items: center;
  color: #168b98;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.18em;
  margin: 0 0 14px;
}

.path-pools .pool-catalog-slider__eyebrow::before {
  background: var(--catalog-orange);
  content: "";
  height: 2px;
  width: 26px;
}

.path-pools .pool-catalog-slider__info h2 {
  color: var(--catalog-ink) !important;
  font-family: inherit;
  font-size: clamp(28px, 2.35vw, 39px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.14;
  margin: 0 0 12px;
}

.path-pools .pool-catalog-slider__meta {
  color: #6f8287;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.path-pools .pool-catalog-slider__divider {
  background: #dce7e8;
  height: 1px;
  margin: 24px 0;
  width: 100%;
}

.path-pools .pool-catalog-slider__body {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.path-pools .pool-catalog-slider__body p {
  background: #f3f7f7;
  border: 1px solid #e0eaeb;
  border-radius: 9px;
  color: var(--catalog-ink) !important;
  display: flex;
  flex-direction: column-reverse;
  font-size: 15px;
  line-height: 1.35;
  margin: 0;
  min-width: 0;
  padding: 13px 14px;
}

.path-pools .pool-catalog-slider__body strong {
  color: #6d8186 !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-top: 4px;
  text-transform: uppercase;
}

.path-pools .pool-catalog-slider__link {
  align-items: center;
  align-self: center;
  background: var(--catalog-navy);
  border-radius: 9px;
  color: #fff !important;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.08em;
  margin: 0;
  min-height: 50px;
  padding: 12px 18px;
}

.path-pools .pool-catalog-slider__link::after {
  content: "\2192";
  font-size: 17px;
  margin-left: 10px;
  transition: transform 180ms ease;
}

.path-pools .pool-catalog-slider__link:hover {
  background: var(--catalog-orange);
  color: #fff;
}

.path-pools .pool-catalog-slider__link:hover::after {
  transform: translateX(3px);
}

.path-pools .pool-catalog-slider__footer {
  align-items: center;
  border-top: 1px solid #dce7e8;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 26px;
  padding-top: 22px;
}

.path-pools .pool-catalog-slider__price {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.path-pools .pool-catalog-slider__price span {
  color: #75888c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.path-pools .pool-catalog-slider__price strong {
  color: var(--catalog-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.path-pools .pool-catalog-slider__close,
.path-pools .pool-catalog-slider__arrow {
  background: rgba(6, 45, 59, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.path-pools .pool-catalog-slider__close {
  font-family: Arial, sans-serif;
  font-size: 0;
  height: 46px;
  right: 24px;
  top: 22px;
  transition: background 180ms ease, transform 180ms ease;
  width: 46px;
}

.path-pools .pool-catalog-slider__close::before,
.path-pools .pool-catalog-slider__close::after {
  background: #fff;
  content: "";
  height: 2px;
  left: 13px;
  position: absolute;
  top: 21px;
  transform: rotate(45deg);
  width: 18px;
}

.path-pools .pool-catalog-slider__close::after {
  transform: rotate(-45deg);
}

.path-pools .pool-catalog-slider__close:hover {
  background: var(--catalog-orange);
  transform: rotate(4deg);
}

.path-pools .pool-catalog-slider__arrow {
  font-family: Arial, sans-serif;
  font-size: 38px;
  height: 54px;
  top: 50%;
  width: 54px;
}

.path-pools .pool-catalog-slider__arrow--prev {
  left: clamp(10px, 2vw, 32px);
}

.path-pools .pool-catalog-slider__arrow--next {
  right: clamp(10px, 2vw, 32px);
}

.path-pools .pool-catalog-slider__arrow:hover {
  background: var(--catalog-orange);
}

.path-pools .pool-catalog-slider__dots {
  bottom: 20px;
  gap: 7px;
  justify-content: center;
  left: 0;
  right: 36%;
  z-index: 3;
}

.path-pools .pool-catalog-slider__dots button {
  background: rgba(255, 255, 255, 0.68);
  height: 7px;
  transition: background 180ms ease, width 180ms ease;
  width: 7px;
}

.path-pools .pool-catalog-slider__dots button.is-active {
  background: var(--catalog-orange);
  width: 28px;
}

body.dark-mode.path-pools .pool-catalog-slider__dialog,
body.dark-mode.path-pools .pool-catalog-slider__info {
  background: #182328;
}

body.dark-mode.path-pools .pool-catalog-slider__info {
  border-color: rgba(255, 255, 255, 0.12);
}

body.dark-mode.path-pools .pool-catalog-slider__info h2,
body.dark-mode.path-pools .pool-catalog-slider__body p {
  color: #ffffff !important;
}

body.dark-mode.path-pools .pool-catalog-slider__meta {
  color: #b8c3c8;
}

body.dark-mode.path-pools .pool-catalog-slider__divider {
  background: rgba(255, 255, 255, 0.12);
}

body.dark-mode.path-pools .pool-catalog-slider__footer {
  border-color: rgba(255, 255, 255, 0.12);
}

body.dark-mode.path-pools .pool-catalog-slider__price span {
  color: #9daab0;
}

body.dark-mode.path-pools .pool-catalog-slider__price strong {
  color: #ffffff;
}

body.dark-mode.path-pools .pool-catalog-slider__body p {
  background: #142026;
  border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 991px) {
  .path-pools .pool-catalog-slider {
    align-items: flex-start;
    overflow-y: auto;
    padding: 68px 16px 42px;
  }

  .path-pools .pool-catalog-slider__dialog {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
  }

  .path-pools .pool-catalog-slider__media {
    border-radius: 20px 20px 0 0;
    min-height: 0;
  }

  .path-pools .pool-catalog-slider__media img {
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .path-pools .pool-catalog-slider__info {
    border-left: 0;
    border-radius: 0 0 20px 20px;
    overflow: visible;
    padding: 28px 22px;
  }

  .path-pools .pool-catalog-slider__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .path-pools .pool-catalog-slider__link {
    align-self: stretch;
  }

  .path-pools .pool-catalog-slider__arrow {
    height: 44px;
    top: min(30vw, 220px);
    width: 44px;
  }

  .path-pools .pool-catalog-slider__arrow--prev {
    left: 24px;
  }

  .path-pools .pool-catalog-slider__arrow--next {
    right: 24px;
  }

  .path-pools .pool-catalog-slider__close {
    height: 42px;
    right: 12px;
    top: 12px;
    width: 42px;
  }

  .path-pools .pool-catalog-slider__close::before,
  .path-pools .pool-catalog-slider__close::after {
    left: 11px;
    top: 19px;
  }

  .path-pools .pool-catalog-slider__dots {
    bottom: auto;
    right: 0;
    top: min(53vw, 385px);
  }
}

@media (max-width: 480px) {
  .path-pools .pool-catalog-slider__body {
    grid-template-columns: 1fr;
  }

  .path-pools .pool-catalog-slider__info h2 {
    font-size: 27px;
  }
}

/* Stacked popup layout: gallery above, model details below. */
.path-pools .pool-catalog-slider {
  align-items: flex-start;
  overflow-y: auto;
  padding: 56px clamp(68px, 8vw, 130px);
}

.path-pools .pool-catalog-slider__dialog {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: auto;
  max-height: none;
  max-width: 1120px;
  overflow: hidden;
}

.path-pools .pool-catalog-slider__media {
  min-height: 0;
}

.path-pools .pool-catalog-slider__media img {
  aspect-ratio: 16 / 8.5;
  height: auto;
  max-height: 610px;
  object-fit: cover;
}

.path-pools .pool-catalog-slider__info {
  border-left: 0;
  border-top: 1px solid #dce7e8;
  display: grid;
  gap: 0 clamp(36px, 5vw, 80px);
  grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr);
  justify-content: initial;
  overflow: visible;
  padding: clamp(32px, 4vw, 52px);
}

.path-pools .pool-catalog-slider__eyebrow,
.path-pools .pool-catalog-slider__info h2,
.path-pools .pool-catalog-slider__meta {
  grid-column: 1;
}

.path-pools .pool-catalog-slider__divider {
  display: none;
}

.path-pools .pool-catalog-slider__body {
  align-self: start;
  grid-column: 2;
  grid-row: 1 / span 3;
}

.path-pools .pool-catalog-slider__footer {
  grid-column: 1 / -1;
  margin-top: 30px;
}

.path-pools .pool-catalog-slider__dots {
  bottom: auto;
  left: 0;
  right: 0;
  top: min(48vw, 570px);
}

.path-pools .pool-catalog-slider__arrow {
  top: min(28vw, 350px);
}

body.dark-mode.path-pools .pool-catalog-slider__info {
  border-top-color: rgba(167, 215, 220, 0.17);
}

@media (max-width: 767px) {
  .path-pools .pool-catalog-slider {
    padding: 66px 14px 32px;
  }

  .path-pools .pool-catalog-slider__dialog {
    border-radius: 16px;
  }

  .path-pools .pool-catalog-slider__media {
    border-radius: 16px 16px 0 0;
  }

  .path-pools .pool-catalog-slider__media img {
    aspect-ratio: 4 / 3;
  }

  .path-pools .pool-catalog-slider__info {
    border-radius: 0 0 16px 16px;
    display: block;
    padding: 26px 18px;
  }

  .path-pools .pool-catalog-slider__body {
    margin-top: 22px;
  }

  .path-pools .pool-catalog-slider__footer {
    margin-top: 22px;
  }

  .path-pools .pool-catalog-slider__arrow {
    top: min(48vw, 240px);
  }

  .path-pools .pool-catalog-slider__dots {
    top: min(79vw, 390px);
  }
}

@media (max-width: 480px) {
  .path-pools .pool-catalog-slider__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Separate node navigation from the photo-gallery action. */
.path-pools .pool .view-content-wrap .pool-card .image::before {
  display: none !important;
}

.path-pools .pool .view-content-wrap .pool-card .image {
  cursor: pointer;
}

.path-pools .pool-card-gallery-trigger:hover,
.path-pools .pool-card-gallery-trigger:focus-visible {
  background: white;
  color: black;
  outline: 0;
  transform: translateY(-2px);
}

.pool-card-gallery-trigger {
  display: none;
}

/*
 * Explicit color-mode contracts.
 * The parent theme contains broad text-color rules, so every white surface
 * declares readable foreground colors in both light and dark mode.
 */
body:not(.dark-mode).path-pools #content,
body:not(.dark-mode).path-pools .pool,
body:not(.dark-mode).path-pools .pool .view-content-wrap,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card-wrapper,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card {
  color: var(--catalog-ink) !important;
}

body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card-wrapper,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card {
  background-color: #fff !important;
}

body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .title,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .title a,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .title h2,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .title h3,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .properties,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .properties p,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .price span {
  color: var(--catalog-ink) !important;
}

body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .description,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .description p,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .field,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .field__item {
  color: var(--catalog-muted) !important;
}

body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .brand {
  font-family: "Biorhyme", Georgia, serif;
  color: #377dff !important;
}

body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card .properties strong,
body:not(.dark-mode).path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .price strong {
  color: #6b6f76 !important;
}

body:not(.dark-mode).path-pools .pool .views-exposed-form,
body:not(.dark-mode).path-pools .pool .views-exposed-form label,
body:not(.dark-mode).path-pools .pool .views-exposed-form .form-text,
body:not(.dark-mode).path-pools .pool .views-exposed-form .form-select,
body:not(.dark-mode).path-pools .pool .views-exposed-form option {
  color: var(--catalog-ink) !important;
}

/* Dark mode keeps the hero but turns the catalog into a refined deep surface. */
body.dark-mode.path-pools {
  --catalog-ink: #ffffff;
  --catalog-muted: #b8c3c8;
  --catalog-surface: #182328;
  --catalog-bg: #10171b;
  --catalog-line: rgba(255, 255, 255, 0.12);
}

body.dark-mode.path-pools .main.main-page,
body.dark-mode.path-pools #content {
  background: var(--catalog-bg) !important;
}

body.dark-mode.path-pools .pool .views-exposed-form,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card-wrapper,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card {
  background: var(--catalog-surface) !important;
  color: var(--catalog-ink) !important;
}

body.dark-mode.path-pools .pool .views-exposed-form {
  border-color: var(--catalog-line);
}

body.dark-mode.path-pools .pool .views-exposed-form label {
  color: #b5c9cc !important;
}

body.dark-mode.path-pools .pool .views-exposed-form .form-text,
body.dark-mode.path-pools .pool .views-exposed-form .form-select {
  background: #142026;
  border-color: var(--catalog-line);
  color: #ffffff !important;
}

body.dark-mode.path-pools .pool .views-exposed-form option {
  background: #142026;
  color: #ffffff;
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card .title,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card .title a,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card .title h2,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card .title h3,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card .properties p,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .price span {
  color: #ffffff !important;
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card .description,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card .description p,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card .field,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card .field__item {
  color: #b8c3c8 !important;
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card .properties {
  background: #142026 !important;
  border-color: var(--catalog-line);
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card .properties p {
  border-color: var(--catalog-line);
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card .properties strong,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .price strong {
  color: #9daab0 !important;
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action a {
  background: var(--catalog-aqua) !important;
  color: #ffffff !important;
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action a span {
  color: #ffffff !important;
}

body.dark-mode.path-pools .pool .pager__item a,
body.dark-mode.path-pools .pool .pager__item--ellipsis {
  background: var(--catalog-surface);
  border-color: var(--catalog-line);
  color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {

  .path-pools .pool .view-content-wrap .pool-card-wrapper,
  .path-pools .pool .view-content-wrap .pool-card .image img {
    transition: none;
  }
}

/* Professional card presentation. */
.path-pools .pool .view-content-wrap {
  counter-reset: catalog-card;
  gap: clamp(24px, 2.5vw, 36px);
}

.path-pools .pool .view-content-wrap .pool-card-wrapper {
  background: #fff;
  border: 1px solid var(--catalog-line);
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(34, 36, 41, 0.07);
  counter-increment: catalog-card;
  isolation: isolate;
  overflow: hidden;
  transform: translateZ(0);
}

.path-pools .pool .view-content-wrap .pool-card-wrapper:hover {
  border-color: rgba(55, 125, 255, 0.42);
  box-shadow: 0 18px 44px rgba(34, 36, 41, 0.14);
  transform: translateY(-4px);
}

.path-pools .pool .view-content-wrap .pool-card {
  gap: 0 !important;
  min-height: 0;
  padding: 0 24px;
}

.path-pools .pool .view-content-wrap .pool-card .image {
  background: #dce8e9;
  margin: 0 -24px 24px;
  order: 1;
}

.path-pools .pool .view-content-wrap .pool-card .image .item-image>img {
  aspect-ratio: 4 / 3;
}

.path-pools .pool .view-content-wrap .pool-card .image::after {
  background: linear-gradient(180deg, rgba(3, 32, 39, 0.02) 45%, rgba(3, 32, 39, 0.58) 100%);
}

.path-pools .pool .view-content-wrap .pool-card .image::before {
  background: rgba(6, 45, 59, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.3);
  bottom: 18px;
  color: #fff;
  content: "View photos";
  font-size: 9px;
  padding: 10px 14px;
  right: 18px;
}

.path-pools .pool .view-content-wrap .pool-card .image:hover::before {
  background: var(--catalog-orange);
}

.path-pools .pool .view-content-wrap .pool-card .image .logo {
  border-radius: 0 0 10px 0;
  box-shadow: 0 5px 15px rgba(5, 38, 45, 0.1);
  height: 54px;
  padding: 9px;
  width: 78px;
}

.path-pools .pool .view-content-wrap .pool-card .brand {
  align-items: center;
  color: #377dff;
  display: flex;
  font-size: 10px;
  gap: 8px;
  letter-spacing: 0.13em;
  margin-bottom: 9px;
  order: 2;
}

.path-pools .pool .view-content-wrap .pool-card .brand::before {
  color: #8a9da1;
  content: "0" counter(catalog-card);
  font-weight: 600;
}

.path-pools .pool .view-content-wrap .pool-card .brand::after {
  background: #ccd9db;
  content: "";
  height: 1px;
  order: -1;
  width: 22px;
}

.path-pools .pool .view-content-wrap .pool-card .title {
  border-bottom: 1px solid #e1eaeb;
  margin-bottom: 18px;
  margin-top: 0;
  order: 3;
  padding-bottom: 17px;
}

.path-pools .pool .view-content-wrap .pool-card .title h3 {
  font-size: clamp(22px, 1.7vw, 28px) !important;
  line-height: 1.22 !important;
  margin: 0 !important;
}

.path-pools .pool .view-content-wrap .pool-card .description,
.path-pools .pool .view-content-wrap .pool-card .description p {
  color: #657a7f !important;
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 18px !important;
  order: 4;
}

.path-pools .pool .view-content-wrap .pool-card .properties {
  background: transparent !important;
  border: 1px solid #dfe9ea;
  border-radius: 10px;
  margin: 0 !important;
  order: 5;
}

.path-pools .pool .view-content-wrap .pool-card .properties p {
  background: #f7f9f9;
  min-width: 0;
  padding: 13px 14px;
}

.path-pools .pool .view-content-wrap .pool-card .properties p:nth-child(odd) {
  border-left: 0;
}

.path-pools .pool .view-content-wrap .pool-card .properties strong {
  color: #708489 !important;
  font-size: 9px;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action {
  align-items: stretch;
  border-top: 1px solid #e1eaeb;
  flex-wrap: wrap;
  margin: auto 0 24px;
  order: 6;
  padding-top: 18px;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .price {
  justify-content: center;
  font-family: "Biorhyme", Georgia, serif;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .price strong {
  margin-bottom: 2px;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action .price span {
  font-family: "Biorhyme", Georgia, serif;
  font-size: 19px;
  font-weight: 400;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action a {
  font-family: Teko, sans-serif;
  background: #377DFF !important;
  border-radius: 8px;
  flex: 1 1 auto;
  font-size: 14px;
  letter-spacing: 0.04em;
  min-height: 48px;
  padding-inline: 18px;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action a::after {
  font-size: 16px;
  transition: transform 180ms ease;
}

.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action a:hover::after {
  transform: translateX(3px);
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card-wrapper {
  background: var(--catalog-surface);
  border-color: var(--catalog-line);
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card .title,
body.dark-mode.path-pools .pool .view-content-wrap .pool-card-wrapper .button-action {
  border-color: var(--catalog-line);
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card .properties {
  border-color: var(--catalog-line);
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card .properties p {
  background: #142026;
}

body.dark-mode.path-pools .pool .view-content-wrap .pool-card .brand::after {
  background: rgba(255, 255, 255, 0.18);
}

@media (max-width: 767px) {
  .path-pools .pool .view-content-wrap .pool-card {
    margin-left: 18px;
    margin-right: 18px;
  }

  .path-pools .pool .view-content-wrap .pool-card {
    padding-left: 0;
    padding-right: 0;
  }

  .path-pools .pool .view-content-wrap .pool-card .image {
    margin-left: -18px;
    margin-right: -18px;
  }
}
