@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('https://cdn.prod.website-files.com/6765283bbf6b6f7ed558925a/6765283bbf6b6f7ed5589274_fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa solid 900';
  src: url('https://cdn.prod.website-files.com/6765283bbf6b6f7ed558925a/6765283bbf6b6f7ed558928f_fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa 400';
  src: url('https://cdn.prod.website-files.com/6765283bbf6b6f7ed558925a/6765283bbf6b6f7ed5589277_fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('https://cdn.prod.website-files.com/6765283bbf6b6f7ed558925a/6765283bbf6b6f7ed55893ac_fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


.main-header {
  margin-left: 10% !important;
}

.overlay2 {
  background-color: #1c1c1c57;
  position: absolute;
  inset: 0%;
}

.underline-link {
  text-decoration: underline;
}

.realizacje {
  height: 308px;
  transition: 0.3s;
  max-width: 400px;
  object-fit: cover;
  border: #737475 1px solid;
}

.realizacje:hover {
  background-color: #3e8e41;
  color: white;
}

.realizacje-flex {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
}

.transition-inner-all * {
  -webkit-transition: all .4s cubic-bezier(.37, 0, .63, 1);
  transition: all .4s cubic-bezier(.37, 0, .63, 1);
  background-color: #d94a4a;
}

.transition-inner-all:hover {
  background-color: #3e8e41;
  color: white;
}

.zoom {
  background-color: none;
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
  border: #429d95 2px solid;
  /* background: green; */
}

.mt75 {
  margin-top: 75px;
}

.mt0 {
  margin-top: 0px !important;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt55 {
  margin-top: 55px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb75 {
  margin-bottom: 75px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb50 {
  padding-bottom: 50px;
}

.padd0 {
  padding: 0px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -15%);
  padding: 10px 30px;
  background: #262d2c85;
  border-radius: 10px;
}

.auto-height {
  min-height: auto;
  border-radius: 10px;
}

.white-bg {
  background: #fff;
}

.backbtn {
  color: #fff;
  padding: 14px 30px;
  background: var(--primary);
  border-radius: 22px;
  margin-bottom: 15px;
  align-self: start;
}

.left-arrow-slide-home-4 {
  border: 1px solid var(--stroke);
  color: var(--text-dark);
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  transition: all .35s;
  display: flex;
  inset: -100px 60px auto auto;
}

.vid-h {
  min-height: 550px !important;
}

.radius15 {
  border-radius: 15px;
}

.splide__slide img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  object-fit: cover;
}

.image-review-wrapper ul {
  flex-direction: unset;
}

.underline2 {
  text-decoration: underline #62d7f0;
}

.full-width {
  width: 100%
}

.row-gap19 {
  grid-row-gap: 19px;
}

.spa-header {
  font-size: 50px;
  padding: 15px 0;
  /* text-decoration: underline #62d7f0; */
}

.review-text-content-wrapper:first-child {
  width: 100%;
}

.spa-wrap {
  flex-wrap: wrap;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.dark-menu {
  background-color: #033c48;
}

/* ============================================
   JACUZZI PAGE - BRAND CARDS (redesigned)
   On-palette depth, hover lift, accent rule,
   interactive CTA. Alignment logic preserved.
   ============================================ */

/* Wrapper alignment */
.price-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 28px !important;
  justify-content: center;
  align-items: stretch;
}

/* Card surface - tinted depth instead of flat white box */
.price-card {
  position: relative;
  width: calc(33.333% - 19px) !important;
  min-width: 280px;
  max-width: 460px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 8px 34px 36px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%) !important;
  border: 1px solid rgba(3, 60, 72, 0.07);
  border-radius: 22px;
  box-shadow:
    0 1px 2px rgba(3, 60, 72, 0.04),
    0 22px 44px -30px rgba(3, 60, 72, 0.28);
  overflow: hidden;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s ease;
}

/* Accent rule along the top edge - grows on hover */
.price-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--stroke2), var(--primary));
  opacity: 0.7;
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.price-card:hover {
  transform: translateY(-7px);
  border-color: rgba(3, 60, 72, 0.14);
  box-shadow:
    0 2px 4px rgba(3, 60, 72, 0.05),
    0 34px 60px -28px rgba(3, 60, 72, 0.4);
}

.price-card:hover::before {
  width: 100%;
  opacity: 1;
}

/* Logo container - fixed height for alignment */
.price-card .price-title-wrapper {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(3, 60, 72, 0.08);
}

.price-card .price-title-wrapper img {
  max-height: 92px;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.price-card:hover .price-title-wrapper img {
  transform: scale(1.04);
}

/* Text content - minimum height for consistency */
.price-card .overflow-heading-wrapper.align-left {
  min-height: 188px;
  display: flex;
  align-items: flex-start;
  margin-top: 26px !important;
  margin-bottom: 22px;
}

.price-card .overflow-heading-wrapper.align-left p {
  margin-top: 0 !important;
  color: var(--paragraph-brown);
  font-size: 15.5px;
  line-height: 1.72;
}

.price-card .overflow-heading-wrapper.align-left p strong {
  color: var(--primary);
}

/* Button container - push to bottom with margin-top auto */
.price-card>a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.price-card .overflow-heading-wrapper.align-center.mt75 {
  margin-top: auto !important;
  padding-top: 4px;
}

/* CTA - outlined pill: defined at rest, fills teal on hover.
   Heavier than a text link, lighter than a solid pill. */
.price-card .primary-button-with-icon {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 0;
  padding: 11px 26px !important;
  background: transparent !important;
  color: var(--primary) !important;
  border: 1.5px solid rgba(3, 60, 72, 0.5);
  border-radius: 60px !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: none !important;
  transition: color 0.28s ease, background-color 0.28s ease,
    border-color 0.28s ease, box-shadow 0.28s ease, transform 0.16s ease;
}

.price-card .primary-button-with-icon > div {
  color: inherit;
}

/* Arrow follows the label and slides on hover */
.price-card .primary-button-with-icon::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 11px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: margin-left 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Hover anywhere on the card fills the CTA */
.price-card:hover .primary-button-with-icon,
.price-card > a:focus-visible .primary-button-with-icon {
  background-color: var(--primary) !important;
  border-color: var(--primary);
  color: var(--white) !important;
  box-shadow: 0 14px 26px -14px rgba(3, 60, 72, 0.65);
}

.price-card:hover .primary-button-with-icon::after {
  margin-left: 16px;
}

.price-card a:active .primary-button-with-icon {
  transform: translateY(1px);
}

/* Keyboard focus affordance for the whole card link */
.price-card > a:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 5px;
  border-radius: 12px;
}

/* ============================================
   4-BRAND ZIG-ZAG ROWS (.cols-2 = jacuzzi page)
   Alternating logo / copy rows. Asymmetric and
   editorial - replaces the static 2x2 grid.
   Scoped to .cols-2 so other pages keep the grid.
   ============================================ */
@media (min-width: 768px) {
  .price-wrapper.cols-2 {
    flex-direction: column;
    align-items: stretch;
    gap: 30px !important;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }

  .price-wrapper.cols-2 .price-card {
    width: 100% !important;
    max-width: none;
    min-height: 300px;
    padding: 40px 56px !important;
  }

  /* Inner layout becomes a two-column grid (logo | copy) */
  .price-wrapper.cols-2 .price-card > a {
    display: grid;
    grid-template-columns: 360px 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    align-items: center;
    column-gap: 56px;
    row-gap: 22px;
    height: 100%;
  }

  /* Logo panel - left column, spans both rows, vertical divider */
  .price-wrapper.cols-2 .price-title-wrapper {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: stretch;
    height: auto;
    min-height: 170px;
    margin: 0;
    padding: 0 52px 0 0;
    border-bottom: 0;
    border-right: 1px solid rgba(3, 60, 72, 0.1);
  }

  .price-wrapper.cols-2 .price-title-wrapper img {
    max-height: 112px;
  }

  /* Copy - top-right, capped for readability */
  .price-wrapper.cols-2 .overflow-heading-wrapper.align-left {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    max-width: 62ch;
    margin: 0 !important;
    padding-top: 20px;
    align-items: center;
  }

  /* CTA - left-aligned under the copy */
  .price-wrapper.cols-2 .overflow-heading-wrapper.align-center.mt75 {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start;
    margin-top: 0 !important;
    padding-top: 20px;
  }

  /* Zig-zag: even rows mirror the layout (logo on the right) */
  .price-wrapper.cols-2 .price-card:nth-child(even) > a {
    grid-template-columns: 1fr 360px;
  }

  .price-wrapper.cols-2 .price-card:nth-child(even) .price-title-wrapper {
    grid-column: 2;
    padding: 0 0 0 52px;
    border-right: 0;
    border-left: 1px solid rgba(3, 60, 72, 0.1);
  }

  .price-wrapper.cols-2 .price-card:nth-child(even) .overflow-heading-wrapper.align-left,
  .price-wrapper.cols-2 .price-card:nth-child(even) .overflow-heading-wrapper.align-center.mt75 {
    grid-column: 1;
  }
}

/* Tablet: tighten the logo column so copy keeps room */
@media (min-width: 768px) and (max-width: 991px) {
  .price-wrapper.cols-2 .price-card {
    padding: 34px 38px !important;
  }

  .price-wrapper.cols-2 .price-card > a {
    grid-template-columns: 240px 1fr;
    column-gap: 36px;
  }

  .price-wrapper.cols-2 .price-card:nth-child(even) > a {
    grid-template-columns: 1fr 240px;
  }

  .price-wrapper.cols-2 .price-title-wrapper {
    padding-right: 34px;
  }

  .price-wrapper.cols-2 .price-card:nth-child(even) .price-title-wrapper {
    padding-left: 34px;
  }

  .price-wrapper.cols-2 .price-title-wrapper img {
    max-height: 90px;
  }
}

/* Mobile: stack back into single-column cards */
@media (max-width: 767px) {
  .price-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 22px !important;
  }

  .price-card {
    width: 100% !important;
    max-width: 500px;
  }

  .price-card .price-title-wrapper {
    height: 132px;
  }

  .price-card .overflow-heading-wrapper.align-left {
    min-height: auto;
  }
}

/* ============================================
   PRODUCT CARDS (.product-cards = wibespa etc.)
   Discrete cards instead of a bordered table,
   with a real price tag as the signature.
   Scoped so other product lists are untouched.
   ============================================ */
.product-cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* Card surface - replace the stacked table borders with cards */
.product-cards .item-review2 {
  border: 1px solid rgba(3, 60, 72, 0.08) !important;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
  box-shadow:
    0 1px 2px rgba(3, 60, 72, 0.04),
    0 24px 48px -32px rgba(3, 60, 72, 0.3);
  padding: 28px 44px 28px 28px !important;
  gap: 44px;
  align-items: center;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-cards .item-review2:hover {
  transform: translateY(-5px) !important;
  box-shadow:
    0 2px 4px rgba(3, 60, 72, 0.05),
    0 38px 66px -30px rgba(3, 60, 72, 0.42);
}

/* Image - soft tinted stage so white-on-white tubs read clearly */
.product-cards .image-review-wrapper.products {
  border-radius: 16px;
  flex: none;
}

.product-cards .splide__slide img {
  width: 100%;
}

.product-cards .review-text-content-wrapper {
  margin-left: 0 !important;
}

/* Title */
.product-cards .review-text-content-wrapper h4 {
  margin-top: 0 !important;
  margin-bottom: 0;
  letter-spacing: -0.01em;
}

/* PRICE TAG - the signature element */
.product-cards .product-price {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  margin: 18px 0 6px;
  padding: 12px 22px;
  background: #f1f8fd;
  border-radius: 4px 14px 14px 4px;
}

.product-cards .product-price__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dark-nav);
}

.product-cards .product-price__value {
  color: var(--primary);
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}

.product-cards .product-price__currency {
  margin-left: 7px;
  color: var(--dark-nav);
  font-size: 16px;
  font-weight: 600;
}

/* Spec list - separated from the price, calmer typography */
.product-cards .review-text-content-wrapper > p.mt30 {
  margin-top: 0 !important;
  padding-top: 22px;
  border-top: 1px solid #ffffff;
  color: var(--paragraph-brown);
  font-size: 15px;
  line-height: 1.85;
}

.product-cards .review-text-content-wrapper > p.mt30 strong {
  color: var(--text-dark);
}

/* Stack image over content on small screens */
@media (max-width: 767px) {
  .product-cards .item-review2 {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 22px !important;
  }

  .product-cards .image-review-wrapper.products {
    width: 100%;
  }
}

.image-pos-bottom {
  object-position: 50% 100%;
}

.image-pos-90 {
  object-position: 50% 90%;
}

.image-pos-60 {
  object-position: 50% 60%;
}

.image-pos-65 {
  object-position: 50% 65%;
}

.products-link {
  color: #37acc6;
}

.left-float {
  float: left;
}

.hanscraft-image {
  max-height: 370px;
}

.spa-link {
  display: flex;
  background: #fff;
  justify-content: center;
  padding: 0px 0 20px 0;
}

/* ============================================
   SPECS LIST (SWIM SPA)
   ============================================ */
.specs-list {
  margin: 0;
  padding: 0;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}

.spec-item:last-child {
  border-bottom: none;
}

.spec-item:hover {
  background-color: #f9fafb;
}

.spec-item dt {
  font-weight: 600;
  color: var(--paragraph-brown);
  margin: 0;
  width: 40%;
  padding-right: 10px;
}

.spec-item dd {
  margin: 0;
  color: var(--paragraph-brown);
  text-align: right;
  font-weight: 400;
  width: 60%;
}

@media (max-width: 479px) {
  .spec-item {
    padding: 10px 0;
    font-size: 14px;
  }
}