/* Hero Slider Pakowy Elementor */

.hspe-slider {
  position: relative;
  width: 100%;
  height: 330px;
  min-height: 260px;
  overflow: hidden;
  background: #f5f5f5;
  isolation: isolate;
}

.hspe-slider,
.hspe-slider * {
  box-sizing: border-box;
}

.hspe-slides,
.hspe-slide {
  position: absolute;
  inset: 0;
}

.hspe-slide {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: var(--hspe-transition, 450ms);
  transition-timing-function: ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hspe-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.hspe-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.82) 34%, rgba(255,255,255,0.22) 62%, rgba(255,255,255,0) 100%);
}

.hspe-slide-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 34px 58px 30px;
}

.hspe-content {
  position: relative;
  z-index: 3;
  max-width: 560px;
}

.hspe-eyebrow {
  display: block;
  margin: 0 0 10px;
  color: #90b900;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.hspe-title {
  margin: 0 0 14px;
  color: #1f1f1f;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hspe-title span {
  display: inline;
}

.hspe-title-highlight {
  color: #95bf14;
}

.hspe-description {
  margin: 0 0 22px;
  max-width: 520px;
  color: #3f3f3f;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
}

.hspe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  margin: 0 0 22px;
  padding: 12px 28px;
  border-radius: 4px;
  background: #95bf14;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
  white-space: nowrap;
}

.hspe-button:hover,
.hspe-button:focus {
  color: #ffffff;
  background: #7fa60e;
  transform: translateY(-1px);
  text-decoration: none;
}

.hspe-button-arrow {
  font-size: 1.1em;
  line-height: 1;
}

.hspe-features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 34px;
}

.hspe-feature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.hspe-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  color: #95bf14;
  font-size: 28px;
  line-height: 1;
}

.hspe-feature-icon svg {
  display: block;
  width: 28px;
  height: 28px;
}

.hspe-feature-text {
  display: block;
  color: #1f1f1f;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 800;
  max-width: 120px;
}

.hspe-product-image-wrap {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 2;
  width: 55%;
  height: 100%;
  pointer-events: none;
}

.hspe-product-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}

.hspe-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #1f1f1f;
  box-shadow: 0 3px 14px rgba(0,0,0,.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  transition: transform .2s ease, opacity .2s ease;
}

.hspe-arrow:hover {
  transform: translateY(-50%) scale(1.04);
  opacity: .95;
}

.hspe-prev {
  left: 12px;
}

.hspe-next {
  right: 12px;
}

.hspe-dots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 7;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.hspe-dot {
  width: 10px;
  height: 10px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  padding: 0;
  opacity: .95;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.hspe-dot.is-active {
  background: #95bf14;
  border-color: #95bf14;
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .hspe-slide-inner {
    padding: 30px 42px;
  }

  .hspe-title {
    font-size: 32px;
  }

  .hspe-description {
    font-size: 14px;
  }

  .hspe-product-image-wrap {
    width: 48%;
    opacity: .9;
  }
}

@media (max-width: 767px) {
  .hspe-slider {
    height: auto;
    min-height: 430px;
  }

  .hspe-slide-inner {
    align-items: flex-start;
    padding: 32px 26px 58px;
  }

  .hspe-content {
    max-width: 100%;
  }

  .hspe-title {
    font-size: 28px;
  }

  .hspe-product-image-wrap {
    width: 100%;
    height: 42%;
    right: 0;
    bottom: 0;
    opacity: .55;
  }

  .hspe-features {
    gap: 14px;
  }

  .hspe-feature-text {
    max-width: 105px;
  }
}
