body.is-subpage .header__tagline{display:none}
body.is-subpage .header{padding:.9rem 0}
body.is-subpage .header::after{height:78px}

.product-breadcrumbs-bar{
  position:relative;
  z-index:4;
  padding:16px 0;
}
.pxs-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:.45rem;
  font-size:.83rem;
  line-height:1.45;
}
.pxs-breadcrumbs a{
  color:inherit;
  text-decoration:none;
  transition:color var(--t-fast),opacity var(--t-fast);
}
.pxs-breadcrumbs a:hover{
  opacity:1;
  color:var(--color-text-heading);
}
.pxs-breadcrumbs .sep{opacity:.45}
.pxs-breadcrumbs [aria-current="page"]{opacity:.9}
.pxs-breadcrumbs--subtle{
  color:#7d8a93;
  justify-content:flex-start;
}

.product-hero{
  position:relative;
  min-height:56vh;
  display:flex;
  align-items:center;
  color:#fff;
  padding:clamp(72px, 10vh, 116px) 0;
  background:var(--color-dark);
  overflow:hidden;
}
.product-hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(73,97,110,.92), rgba(73,97,110,.76)),
    var(--pxs-subpage-hero-image, url('../img/solutions/wolnostojace.webp')) center/cover no-repeat;
  transform:scale(1.02);
}
.product-hero__container{position:relative;z-index:2}
.product-hero__content{max-width:980px;margin:0 auto;text-align:center}
.product-hero__kicker{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:var(--w-med);
  font-size:.9rem;
  opacity:.92;
  margin:0 0 .9rem 0;
}
.product-hero__title{
  font-size:clamp(2.1rem,4.1vw,3.2rem);
  line-height:1.12;
  margin:0 0 1rem 0;
  color:#fff;
  font-weight:var(--w-reg);
  text-transform:uppercase;
  letter-spacing:.04em;
}
.product-hero__desc{
  font-size:1.08rem;
  line-height:1.7;
  opacity:.92;
  font-weight:300;
  max-width:74ch;
  margin:0 auto 1.6rem auto;
}
.product-hero__actions{
  display:flex;
  gap:1rem;
  justify-content:center;
  flex-wrap:wrap;
}

.product-details{
  background:#fff;
  padding-top:1.5rem;
}
.product-details__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2.6rem;
  align-items:start;
}
.product-details__media{
  border-radius:0;
  overflow:visible;
  background:transparent;
}
.product-media{
  position:relative;
  --product-media-main-height: clamp(220px,28vw,360px);
}
.product-media__main{
  position:relative;
  width:100%;
  border:0;
  background:#F0F4F8;
  padding:0;
  cursor:pointer;
  display:grid;
  place-items:center;
  border-radius:12px;
  overflow:hidden;
}
.product-media__main img,
.product-media__main video{
  width:100%;
  height:var(--product-media-main-height);
  display:none;
  object-fit:contain;
  background:#F0F4F8;
}
.product-media__main img.is-active,
.product-media__main video.is-active{display:block}
.product-media__controls{
  position:absolute;
  top:calc(var(--product-media-main-height) / 2);
  left:12px;
  right:12px;
  transform:translateY(-50%);
  display:flex;
  justify-content:space-between;
  align-items:center;
  pointer-events:none;
}
.product-media__arrow{
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.4);
  border-radius:999px;
  background:rgba(17,24,39,.42);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  pointer-events:auto;
  cursor:pointer;
  transition:background-color var(--t-fast),transform var(--t-fast);
}
.product-media__arrow:hover{
  background:rgba(17,24,39,.62);
  transform:translateY(-1px);
}
.product-media__thumbs{
  display:flex;
  gap:.55rem;
  padding:.85rem 0 0;
  overflow-x:auto;
  background:transparent;
}
.product-media__actions{
  display:flex;
  justify-content:flex-start;
  margin-top:1.6rem;
}
.product-media__thumb{
  position:relative;
  flex:0 0 86px;
  width:86px;
  height:64px;
  border:1px solid transparent;
  border-radius:12px;
  overflow:hidden;
  background:#d9e1ea;
  padding:0;
  cursor:pointer;
  transition:border-color var(--t-fast),transform var(--t-fast);
}
.product-media__thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.product-media__thumb .material-symbols-outlined{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#64748b;
}
.product-media__thumb:hover{transform:translateY(-1px)}
.product-media__thumb.is-active{border-color:var(--color-primary)}
.product-media__thumb-badge{
  position:absolute;
  left:4px;
  bottom:4px;
  font-size:10px;
  line-height:1;
  padding:3px 5px;
  border-radius:999px;
  background:rgba(17,24,39,.78);
  color:#fff;
}
.product-details__heading{
  text-transform:uppercase;
  letter-spacing:.04em;
  font-weight:var(--w-reg);
  color:var(--color-text-heading);
  font-size:1.35rem;
  margin:0 0 .9rem 0;
  line-height:1.15;
}
.product-details__text{
  margin:0 0 1.6rem 0;
  color:var(--color-text);
  font-weight:300;
  line-height:1.75;
  max-width:70ch;
}
.product-details__subheading{
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:var(--w-reg);
  color:var(--color-text-heading);
  font-size:1.05rem;
  margin:0 0 .9rem 0;
  line-height:1.15;
}
.product-specs{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 1.5rem;
}
.product-specs li{
  display:flex;
  gap:.8rem;
  align-items:flex-start;
  padding:1rem 0;
  border-top:1px solid #e2e8f0;
  color:var(--color-text);
  font-weight:300;
  line-height:1.6;
}
.product-specs li:last-child:nth-child(odd){
  grid-column:1/-1;
  justify-content:flex-start;
  text-align:left;
}
.product-specs li span.material-symbols-outlined{
  color:var(--color-primary);
  font-size:1.35rem;
  line-height:1;
  margin-top:.1rem;
}
.product-specs li strong{
  font-weight:var(--w-med);
  color:var(--color-text-heading);
  margin-right:.35rem;
}
.product-actions{margin-top:1.6rem}

.lb{
  position:fixed;
  inset:0;
  z-index:9999;
  visibility:hidden;
  opacity:0;
  transition:opacity .18s ease;
}
.lb[aria-hidden="false"]{
  visibility:visible;
  opacity:1;
}
.lb__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.76);
  backdrop-filter:blur(4px);
}
.lb__panel{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  background:transparent;
  overflow:visible;
}
.lb__content{
  position:relative;
  z-index:1;
  width:min(80vw,1440px);
  height:min(80vh,960px);
  display:block;
  background:#F0F4F8;
  border-radius:18px;
  padding:18px;
  overflow:hidden;
  box-shadow:0 24px 64px rgba(15,23,42,.28);
}
.lb__stage{
  width:100%;
  height:100%;
  min-width:0;
  min-height:0;
  display:grid;
  place-items:center;
  overflow:hidden;
  border-radius:12px;
  background:#F0F4F8;
}
.lb__content img,
.lb__content video{
  width:100%;
  height:100%;
  min-width:0;
  min-height:0;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  display:none;
  background:#F0F4F8;
  border-radius:12px;
}
.lb__content img.is-active,
.lb__content video.is-active{display:block}
.lb__close{
  position:absolute;
  top:max(18px,calc(10vh - 24px));
  right:max(18px,calc(10vw - 24px));
  width:48px;
  height:48px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.92);
  color:#111827;
  cursor:pointer;
  z-index:10;
  display:grid;
  place-items:center;
}
.lb__close span{font-size:36px;line-height:1;transform:translateY(-1px)}
.lb__close:hover{background:#fff}
.lb__nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.14);
  color:#fff;
  cursor:pointer;
  z-index:10;
  display:grid;
  place-items:center;
}
.lb__nav:hover{background:rgba(255,255,255,.2)}
.lb__nav.prev{left:max(18px,calc(10vw - 42px))}
.lb__nav.next{right:max(18px,calc(10vw - 42px))}

.product-downloads{
  background:var(--color-features-bg);
  color:#fff;
  padding:4.5rem 0;
}
.product-downloads .section-title{color:#fff;text-align:center;margin-bottom:1.6rem}
.product-downloads__list{
  max-width:820px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:.8rem;
  align-items:stretch;
}
.download-btn{
  display:flex;
  align-items:center;
  gap:.65rem;
  text-decoration:none;
  color:#fff;
  border:1px solid rgba(255,255,255,.25);
  padding:1rem 1.15rem;
  border-radius:10px;
  font-weight:300;
  transition:transform var(--t-fast),border-color var(--t-fast),background-color var(--t-fast);
}
.download-btn:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.4);
  background:rgba(255,255,255,.06);
}
.download-btn span.material-symbols-outlined{
  color:var(--color-primary);
}

@media (max-width: 992px){
  .product-breadcrumbs-bar{padding:14px 0}
  .product-details{padding-top:1.25rem}
  .product-details__grid{grid-template-columns:1fr}
  .product-hero__actions{flex-direction:column;align-items:stretch}
  .product-hero__actions .btn{width:100%}
  .product-media{--product-media-main-height:clamp(210px,50vw,320px)}
  .lb__content{
    width:min(88vw,1440px);
    height:min(78vh,960px);
    padding:14px;
  }
  .lb__close{
    top:18px;
    right:18px;
  }
  .lb__nav.prev{left:12px}
  .lb__nav.next{right:12px}
}
@media (max-width: 576px){
  .product-breadcrumbs-bar{padding:12px 0}
  .pxs-breadcrumbs{font-size:.76rem;gap:.35rem}
  .product-hero{min-height:54vh;padding:clamp(56px, 8vh, 84px) 0}
  .product-details{padding-top:1rem}
  .product-specs{grid-template-columns:1fr}
  .product-specs li:last-child:nth-child(odd){grid-column:auto;justify-content:flex-start;text-align:left}
  .lb__content{
    width:min(92vw,1440px);
    height:min(72vh,960px);
    padding:12px;
  }
  .lb__nav{
    width:44px;
    height:44px;
  }
  .lb__close{
    width:44px;
    height:44px;
  }
  .lb__close span{font-size:32px}
}

/* Crafted with ❤️ by PixelShark.eu // */
