.TabsIcon-badge {
  line-height: 1.4;
  padding: 0.125rem 0.5rem;
  border-radius: 0.675rem;
  font-weight: 600;
  background-color: var(--colorBrandBg);
}

.TabsIcon-switcher {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 6vw, 3.125rem);
  padding: var(--spaceLg) 0;
}

.TabsIcon-switch {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.675rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--colorWhite);
  padding-bottom: var(--spaceXs);
  flex-shrink: 0;
}

.TabsIcon-switch.is-active {
  color: var(--colorBrand);
}

.TabsIcon-switch.is-active, .TabsIcon-switch:focus {
  box-shadow: inset var(--colorBrand) 0 -3px 0 0;
}

.TabsIcon-switch.is-responsive {
  margin-right: 0;
}

.TabsIcon-switch:hover, .TabsIcon-switch:active, .TabsIcon-switch:focus {
  color: var(--colorBrand);
  text-decoration: none;
}

.TabsIcon-switch + .TabsIcon-tab {
  display: block;
  max-height: 0;
  overflow: hidden;
}

.TabsIcon-switch + .TabsIcon-tab.is-active {
  max-height: 2000px;
  padding: var(--spaceMd) 0;
}

.TabsIcon-tab {
  display: none;
  transition: var(--animationBase);
  margin-bottom: var(--spaceLg);
  padding-block: 5rem;
}

.TabsIcon-tab#podobne-produkty {
  background-color: unset;
}

.TabsIcon-tab.is-active {
  display: block;
}

.TabsIcon-tab p {
  font-size: 0.875rem;
}

@media (min-width: 64.01rem) {
  .TabsIcon-tab p {
    font-size: 1rem;
  }
}

.TabsIcon-tabSwitcher {
  overflow-x: auto;
  text-align: center;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.TabsIcon-tabSwitcher::-webkit-scrollbar {
  display: none;
}

.TabsIcon-tabSwitcherWrapper {
  position: relative;
}

.TabsIcon-tabSwitcherArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1px;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  background-color: var(--colorBlack);
  visibility: hidden;
  transition: var(--animationBase);
  z-index: 1;
}

.TabsIcon-tabSwitcherArrowInner {
  color: var(--colorTextSubtle);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: var(--animationBase);
  border: 1px solid;
  padding: 0.25rem;
}

.TabsIcon-tabSwitcherArrowInner:hover, .TabsIcon-tabSwitcherArrowInner:active, .TabsIcon-tabSwitcherArrowInner:focus {
  background-color: var(--colorSecondaryBg);
}

.TabsIcon-tabSwitcherArrow.is-active {
  visibility: visible;
  opacity: 1;
}

.TabsIcon-tabSwitcherArrow--prev {
  left: var(--sizeContentOffset);
}

.TabsIcon-tabSwitcherArrow--prev::after {
  left: 100%;
  background: linear-gradient(to right, var(--colorBlack) 25%, transparent);
}

.TabsIcon-tabSwitcherArrow--next {
  right: var(--sizeContentOffset);
}

.TabsIcon-tabSwitcherArrow--next::after {
  right: 100%;
  background: linear-gradient(to left, var(--colorBlack) 25%, transparent);
}

.TabsIcon-tabSwitcherArrow::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
}

.TabsIcon-title {
  text-transform: uppercase;
  font-size: var(--textXl);
  display: none;
}

.TabsIcon-links {
  position: relative;
  padding: 1rem 0;
  background-color: var(--colorBlack);
}

.TabsIcon-links::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url("../../../../../images/separator.svg");
  z-index: var(--layerPageZIndex);
}

.TabsIcon-links::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 1rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: url("../../../../../images/separator.svg");
  transform: rotate(180deg);
  z-index: var(--layerPageZIndex);
}

/*# sourceMappingURL=tabs.min.css.map */
