/* TEMP */
.content_right{
  display:none;
}
.content_right.ak-cat-page{
  display: block;
}
.ak-page-prod .main-content > .hide_xs{
  display:none;
}
.ak-page-searchbox .main-content.container_box{
  flex-direction: row;
  align-items: flex-start;
}
/* TEMP */



html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  min-width: 320px;
  background: #ececef;
  color: #111111;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
  font: inherit;
}

.ak-base {
  --ak-container-width: 1600px;
  --ak-section-space: clamp(60px, 5vw, 76px);
  --ak-hover-image-scale: 1.045;
  --ak-hover-image-scale-soft: 1.03;
  --ak-hover-duration: 0.66s;
  --ak-hover-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ak-bg-site: #F2F3F7;
  --ak-bg-surface: #F2F3F7;
  --ak-bg-white: #ffffff;
  --ak-text: #111111;
  --ak-text-soft: #5f6771;
  --ak-border: #d6dce4;
  --ak-primary: #1d94af;
  --ak-primary-dark: #12788f;
  --ak-primary-soft: #cfeaf2;
  --ak-accent-blue: #cfe7fb;
  --ak-accent-mint: #dff0ec;
  --ak-accent-lavender: #dfe4fa;
  --ak-radius-xs: 8px;
  --ak-radius-sm: 14px;
  --ak-radius-md: 18px;
  --ak-radius-lg: 24px;
  --ak-shadow-sm: none;
  --ak-shadow-md: none;
  color: var(--ak-text);
  font-family: Poppins, Arial, Helvetica, sans-serif;
  background: var(--ak-bg-site);
}

.ak-base main,
.ak-base footer {
  overflow: hidden;
}
body:not(.ak-page-home) .container_box{
  max-width:1600px;
  margin-left:auto;
  margin-right: auto;
  min-height: 60vh;
}
.cikktartalom{
  margin-top:2rem;
  margin-bottom: 5rem;
}

.ak-base .ak-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ak-base * {
  box-sizing: border-box;
}

.ak-base img {
  max-width: 100%;
  display: block;
}

.ak-base a {
  color: inherit;
}
.bold{
  font-weight:600;
}
.ak-base .ak-container {
  max-width: var(--ak-container-width);
  padding:0 25px;
}

.ak-base .ak-section {
  position: relative;
  padding: var(--ak-section-space) 0;
}

.ak-base .ak-section--surface {
  background: var(--ak-bg-surface);
}

.ak-base .ak-section--white {
  background: var(--ak-bg-white);
  width:100%;
}

.ak-base .ak-section--muted {
  background: var(--ak-bg-surface);
}

.ak-base .ak-section--accent {
  background: var(--ak-bg-surface);
}

.ak-base .ak-topbar {
  padding: 10px 0;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.ak-base .ak-topbar__shipping,
.ak-base .ak-topbar__links a {
  font-size: 13px;
  line-height: 1.45;
  color: var(--ak-text-soft);
  text-decoration: none;
}

.ak-base .ak-topbar__links a:hover {
  color: var(--ak-primary-dark);
}

.ak-base .ak-header {
  position: sticky;
  top: 0;
  z-index: 900;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  background: var(--ak-bg-white);
  padding: 0;
  overflow: visible;
}

.ak-base .ak-header__main {
  padding-top: 18px;
  padding-bottom: 14px;
}

.ak-base .ak-header__bar {
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  align-items: center;
  gap: 20px;
}

.ak-base .ak-header__search-panel {
  margin-top: 0;
  min-width: 0;
  width: 100%;
  max-width: 530px;
  justify-self: center;
}

.ak-base .ak-header__menu-toggle,
.ak-base .ak-header__search-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 10px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ak-base .ak-header__menu-toggle {
  flex-direction: column;
  gap: 4px;
}

.ak-base .ak-header__menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #29343c;
}

.ak-base .ak-header__search-toggle img {
  width: 18px;
  height: 18px;
  opacity: 0.8;
}

.ak-base .ak-logo {
  gap: 14px;
}

.ak-base .ak-logo__icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: saturate(0) hue-rotate(150deg) brightness(0.7);
}

.ak-base .ak-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.ak-base .ak-logo__text strong {
  font-size: clamp(1.6rem, 2vw, 34px);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #1590ae;
}

@media (prefers-reduced-motion: reduce) {
  .ak-base .ak-hero-card:has(a[href], button) .ak-hero-card__image,
  .ak-base .ak-banner-card:has(a[href], button) .ak-banner-card__image,
  .ak-base .ak-category-card:has(a[href], button) .ak-category-card__media img,
  .ak-base .ak-round-card:has(a[href], button) .ak-round-card__image,
  .ak-base .ak-product-card:has(a[href], button) .ak-product-card__image,
  .ak-base .ak-company-card:has(a[href], button) .ak-company-card__image,
  .ak-base .ak-hero-card__overlay,
  .ak-base .ak-banner-card__overlay {
    transition: none;
    transform: none;
  }
}


.ak-base .ak-logo__text small {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #4c6572;
}

.ak-base .ak-search {
  position: relative;
}

.ak-base .ak-search__input {
  min-height: 50px;
  padding: 0 108px 0 24px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  background: #f5f7f9;
  box-shadow: none;
  color: var(--ak-text);
  font-size: 15px;
}

.ak-base .ak-search__input::placeholder {
  color: #85909c;
}

.ak-base .ak-search__button {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.ak-base .ak-search__clear {
  position: absolute;
  top: 50%;
  right: 58px;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dce6ed;
  color: #4f5d68;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.ak-base .ak-search__clear:hover {
  background: #cfdbe3;
}

.ak-base .ak-search__clear.is-hidden {
  display: none;
}

.ak-base .ak-search__button img {
  width: 22px;
  height: 22px;
  opacity: 0.55;
}

.ak-base .ak-header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ak-base .ak-header__action--partner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 0 20px;
  border-radius: 10px 10px 0 0;
  background: #dceef5;
  color: #2f6c83;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.ak-base .ak-header__icon-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ak-text);
}

.ak-base .ak-header__icon-link img {
  width: 20px;
  height: 20px;
  opacity: 0.85;
}

.ak-base .ak-header__icon-link b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--ak-primary);
  color: #ffffff;
  font-size: 11px;
}

.ak-base .ak-header__icon-link--cart {
  position: relative;
  min-width: 78px;
  min-height: 64px;
  padding: 8px 12px 7px;
  border-radius: 10px;
  background: #f2f3f7;
  color: #424242;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
}

.ak-base .ak-header__icon-link--profile {
  min-width: 64px;
  min-height: 64px;
  padding: 7px 8px;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  color: #424242;
}

.ak-base .ak-header__icon-link--profile img {
  width: 24px;
  height: 24px;
  opacity: 1;
  filter: grayscale(1) brightness(0.34);
}

.ak-base .ak-header__icon-link--profile span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #424242;
}

.ak-base .ak-header__icon-link--cart img {
  width: 24px;
  height: 24px;
  opacity: 1;
  filter: grayscale(1) brightness(0.34);
}

.ak-base .ak-header__icon-link--cart span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #424242;
}

.ak-base .ak-header__icon-link--cart b {
    position: absolute;
    top: -4px;
    right: 3px;
    min-width: 19px;
    height: 19px;
    padding: 0 5px;
    background: #138da1;
    color: #ffffff;
    font-size: 10px;
}

.ak-base .ak-nav {
  padding: 10px 0 0;
}

.ak-base .ak-nav__panel {
  width: 100%;
}

.ak-base .ak-nav__backdrop,
.ak-base .ak-nav__mobile-head,
.ak-base .ak-nav__close,
.ak-base .ak-nav__submenu-toggle {
  display: none;
}

.ak-base .ak-nav__item-head {
  display: flex;
  align-items: center;
}

.ak-base .ak-nav__link {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #232b31;
}

.ak-base .ak-nav__submenu {
  display: none;
}

.ak-base .ak-nav__item {
  position: relative;
}

.ak-base .ak-nav__item.has-submenu > .ak-nav__item-head > .ak-nav__link::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg) translateY(-1px);
  transform-origin: center;
}

@media (min-width: 1200px) {
  .ak-base .ak-nav__item.has-submenu:hover > .ak-nav__submenu,
  .ak-base .ak-nav__item.has-submenu:focus-within > .ak-nav__submenu,
  .ak-base .ak-nav__item.has-submenu.is-open > .ak-nav__submenu {
    display: block;
  }

  .ak-base .ak-nav__submenu {
    position: absolute;
    top: 60%;
    left: -5px;
    min-width: 260px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 10px;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
    padding: 8px 0;
    z-index: 30;
  }

  .ak-base .ak-nav__submenu li {
    border: 0;
  }

  .ak-base .ak-nav__submenu a {
    display: flex;
    width: 100%;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #4a5662;
  }

  .ak-base .ak-nav__submenu a:hover {
    background: #f5f8fa;
    color: #1d94af;
  }
}

.ak-base .ak-nav__inner {
  width: 100%;
  align-items: stretch !important;
  min-height: 44px;
}

.ak-base .ak-nav__list {
  flex: 1 1 auto;
  gap: 42px;
}

.ak-base .ak-nav__list a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #232b31;
}

body.ak-nav-lock {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .ak-base .ak-header {
    overflow: visible;
  }

  .ak-base .ak-topbar .col-lg-7 {
    display: none;
  }

  .ak-base .ak-topbar .col-lg-5 {
    width: 100%;
  }

  .ak-base .ak-topbar__links {
    justify-content: flex-start !important;
  }

  .ak-base .ak-header__main {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .ak-base .ak-header__menu-toggle,
  .ak-base .ak-header__search-toggle {
    display: inline-flex;
  }

  .ak-base .ak-header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
  }

  .ak-base .ak-header__bar .ak-logo {
    flex: 1 1 auto;
    min-width: 0;
    gap: 10px;
  }

  .ak-base .ak-header__bar .ak-logo__icon {
    width: 40px;
    height: 40px;
  }

  .ak-base .ak-header__bar .ak-logo__text strong {
    font-size: clamp(1.05rem, 2.4vw, 1.3rem);
    letter-spacing: 0.03em;
  }

  .ak-base .ak-header__bar .ak-logo__text small {
    display: none;
  }

  .ak-base .ak-header__actions {
    gap: 8px;
  }

  .ak-base .ak-header__icon-link--profile,
  .ak-base .ak-header__icon-link--cart {
    min-width: 42px;
    min-height: 42px;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 10px;
    background: #f2f3f7;
    justify-content: center;
  }

  .ak-base .ak-header__icon-link--profile span,
  .ak-base .ak-header__icon-link--cart span {
    display: none;
  }

  .ak-base .ak-header__icon-link--profile img,
  .ak-base .ak-header__icon-link--cart img {
    width: 20px;
    height: 20px;
  }

  .ak-base .ak-header__icon-link--cart b {
    top: -5px;
    right: -5px;
  }

  .ak-base .ak-header__search-panel {
    order: 10;
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
    justify-self: auto;
    display: none;
    margin-top: 10px;
  }

  .ak-base .ak-header.ak-search-open .ak-header__search-panel {
    display: block;
  }

  .ak-base .ak-nav {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1400;
    padding: 0;
    pointer-events: none;
  }

  .ak-base .ak-nav__backdrop {
    display: block;
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(15, 21, 26, 0.42);
    opacity: 0;
    transition: opacity 0.28s ease;
    cursor: pointer;
  }

  .ak-base .ak-nav__panel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(88vw, 360px);
    background: #ffffff;
    transform: translateX(-101%);
    transition: transform 0.28s ease;
    box-shadow: 18px 0 40px rgba(0, 0, 0, 0.16);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ak-base .ak-nav__mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }

  .ak-base .ak-nav__mobile-head strong {
    font-size: 15px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4b5965;
  }

  .ak-base .ak-nav__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 10px;
    background: #ffffff;
    font-size: 24px;
    line-height: 1;
    color: #2a353d;
    cursor: pointer;
  }

  .ak-base .ak-header.ak-nav-open .ak-nav {
    pointer-events: auto;
  }

  .ak-base .ak-header.ak-nav-open .ak-nav__backdrop {
    opacity: 1;
  }

  .ak-base .ak-header.ak-nav-open .ak-nav__panel {
    transform: translateX(0);
  }

  .ak-base .ak-nav__inner {
    display: block !important;
    min-height: 0;
    padding: 12px 18px 24px;
  }

  .ak-base .ak-nav__list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .ak-base .ak-nav__item {
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }

  .ak-base .ak-nav__item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .ak-base .ak-nav__link {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 8px 0;
    font-weight: 700;
    color: #222d36;
  }

  .ak-base .ak-nav__submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: #eef2f6;
    color: #4a5a67;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  .ak-base .ak-nav__item.is-open .ak-nav__submenu-toggle {
    transform: rotate(180deg);
  }

  .ak-base .ak-nav__submenu {
    display: none;
    padding: 2px 0 10px 10px;
  }

  .ak-base .ak-nav__item.is-open .ak-nav__submenu {
    display: block;
  }

  .ak-base .ak-nav__submenu li + li {
    margin-top: 2px;
  }

  .ak-base .ak-nav__submenu a {
    display: inline-flex;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
    color: #5d6975;
  }

  .ak-base .ak-nav__list a {
    display: inline-flex;
    padding: 0;
  }

  .ak-base .ak-header__action--partner {
    margin-top: 16px;
    min-height: 42px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .ak-base .ak-header__search-panel {
    display: block !important;
  }
}

.ak-base .ak-hero {
  padding-top: 18px;
  padding-bottom: 10px;
}

.ak-base .ak-hero .ak-container {
  max-width: 1880px;
}

.ak-base .ak-hero > .ak-container > .row > [class*="col-"] {
  display: flex;
}

.ak-base .ak-hero > .ak-container > .row > .col-xl-5 > .row {
  flex: 1 1 auto;
}

.ak-base .ak-hero > .ak-container > .row > .col-xl-5 > .row > [class*="col-"] {
  display: flex;
  height:100%;
}

.ak-base .ak-hero-card,
.ak-base .ak-banner-card,
.ak-base .ak-copy-card,
.ak-base .ak-feature-card,
.ak-base .ak-category-card,
.ak-base .ak-product-card,
.ak-base .ak-brand-card,
.ak-base .ak-review-card,
.ak-base .ak-blog-card {
  border-radius: var(--ak-radius-md);
}

.ak-base .ak-hero-card,
.ak-base .ak-banner-card {
  position: relative;
  overflow: hidden;
  background: #d7dde2;
}

.ak-base .ak-hero-card--large {
  min-height: 0;
}

.ak-base .ak-hero-card--medium {
  min-height: 0;
}

.ak-base .ak-hero-card--small {
  min-height: 0;
}

.ak-base .ak-hero-card__image,
.ak-base .ak-banner-card__image,
.ak-base .ak-company-card__image,
.ak-base .ak-blog-card__image,
.ak-base .ak-product-card__image,
.ak-base .ak-round-card__image,
.ak-base .ak-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ak-base .ak-hero-card:has(a[href], button) .ak-hero-card__image,
.ak-base .ak-banner-card:has(a[href], button) .ak-banner-card__image,
.ak-base .ak-category-card:has(a[href], button) .ak-category-card__media img,
.ak-base .ak-round-card:has(a[href], button) .ak-round-card__image,
.ak-base .ak-product-card:has(a[href], button) .ak-product-card__image,
.ak-base .ak-company-card:has(a[href], button) .ak-company-card__image {
  transform: scale(1);
  transform-origin: center;
  transition: transform var(--ak-hover-duration) var(--ak-hover-ease);
  will-change: transform;
}

.ak-base .ak-hero-card:has(a[href], button):is(:hover, :focus-within) .ak-hero-card__image,
.ak-base .ak-banner-card:has(a[href], button):is(:hover, :focus-within) .ak-banner-card__image {
  transform: scale(var(--ak-hover-image-scale));
}

.ak-base .ak-category-card:has(a[href], button):is(:hover, :focus-within) .ak-category-card__media img,
.ak-base .ak-round-card:has(a[href], button):is(:hover, :focus-within) .ak-round-card__image,
.ak-base .ak-product-card:has(a[href], button):is(:hover, :focus-within) .ak-product-card__image,
.ak-base .ak-company-card:has(a[href], button):is(:hover, :focus-within) .ak-company-card__image {
  transform: scale(var(--ak-hover-image-scale-soft));
}

.ak-base .ak-hero-card:has(a[href], button):is(:hover, :focus-within) .ak-hero-card__overlay,
.ak-base .ak-banner-card:has(a[href], button):is(:hover, :focus-within) .ak-banner-card__overlay {
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.58) 100%);
}

.ak-base .ak-hero-card__overlay,
.ak-base .ak-banner-card__overlay {
  transition: background var(--ak-hover-duration) var(--ak-hover-ease);
}

.ak-base .ak-hero-card__overlay,
.ak-base .ak-banner-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.06) 0%, rgba(17, 17, 17, 0.65) 100%);
}

.ak-base .ak-hero-card__content,
.ak-base .ak-banner-card__content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 34px;
  z-index: 2;
  color: #ffffff;
}

.ak-base .ak-hero-card__title,
.ak-base .ak-banner-card__title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 2.2vw + 1.2rem, 64px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.ak-base .ak-hero-card--medium .ak-hero-card__title,
.ak-base .ak-banner-card--campaign .ak-banner-card__title {
  font-size: clamp(1.75rem, 1.7vw + 1rem, 52px);
}

.ak-base .ak-hero-card--small .ak-hero-card__title {
  font-size: clamp(1.6rem, 0.7vw + 0.9rem, 46px);
}

.ak-base .ak-hero-card__text,
.ak-base .ak-banner-card__text {
  max-width: 560px;
  margin: 0 0 20px;
  font-size: clamp(0.92rem, 0.22vw + 0.84rem, 1.06rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.ak-base .ak-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}

.ak-base .ak-btn--light,
.ak-base .ak-btn--white {
  background: #ffffff;
  color: #0d5465;
}

.ak-base .ak-btn--primary {
  background: #dff3f1;
  color: #199687;
}

.ak-base .ak-btn--outline {
  border-color: rgba(17, 17, 17, 0.18);
  background: transparent;
  color: var(--ak-text);
}

.ak-base .ak-btn--small {
  min-height: 40px;
  padding: 0 16px;
}

.ak-base .ak-btn--block {
  flex: 1 1 auto;
}

.ak-base .ak-section-head {
  max-width: 980px;
  margin-bottom: 32px;
}

.ak-base .ak-section-head--compact {
  max-width: 820px;
}

.ak-base .ak-section-head--inverse .ak-section-head__title,
.ak-base .ak-section-head--inverse .ak-section-head__lead {
  color: #ffffff;
}

.ak-base .ak-section-head__title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 3.1vw, 46px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ak-text);
}

.ak-base .ak-section-head__lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ak-text-soft);
}

.ak-base .ak-copy-card,
.ak-base .ak-feature-card,
.ak-base .ak-brand-card,
.ak-base .ak-review-card,
.ak-base .ak-blog-card,
.ak-base .ak-product-card,
.ak-base .ak-product-card {
  background: #ffffff;
  box-shadow: none;
}

.ak-base .ak-copy-card {
  padding: 30px 28px;
  min-height: 100%;
}

.ak-base .ak-intro .ak-copy-card {
  background: transparent;
  box-shadow: none;
}

.ak-base .ak-intro .ak-intro__usp-col {
  position: relative;
  z-index: 1;
}

.ak-base .ak-intro .ak-intro__usp-col::before {
  content: "";
  position: absolute;
  inset: 0 -100vw 0 0;
  background: #ffffff;
  border-top-left-radius: var(--ak-radius-md);
  border-bottom-left-radius: var(--ak-radius-md);
  z-index: -1;
}

.ak-base .ak-intro .ak-feature-card {
  background: transparent;
  box-shadow: none;
  min-height: 0;
  height: auto;
}

.ak-base .ak-feature-card {
  min-height: 100%;
  padding: 34px 28px;
  text-align: center;
}

.ak-base .ak-feature-card__icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 18px;
  opacity: 0.9;
}

.ak-base .ak-feature-card__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.ak-base .ak-feature-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ak-text-soft);
}

.ak-base .ak-category-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  min-height: 236px;
  position: relative;
}

.ak-base .ak-category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0) 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.ak-base .ak-category-card--blue {
  background: var(--ak-accent-blue);
}

.ak-base .ak-category-card--mint {
  background: var(--ak-accent-mint);
}

.ak-base .ak-category-card--lavender {
  background: var(--ak-accent-lavender);
}

.ak-base .ak-categories .row > [class*="col-"]:nth-child(6n + 1) .ak-category-card {
  background: #c7e5fd;
}

.ak-base .ak-categories .row > [class*="col-"]:nth-child(6n + 2) .ak-category-card {
  background: #d8eefc;
}

.ak-base .ak-categories .row > [class*="col-"]:nth-child(6n + 3) .ak-category-card {
  background: #d2efe5;
}

.ak-base .ak-categories .row > [class*="col-"]:nth-child(6n + 4) .ak-category-card {
  background: #d1e6f8;
}

.ak-base .ak-categories .row > [class*="col-"]:nth-child(6n + 5) .ak-category-card {
  background: #e3f4fb;
}

.ak-base .ak-categories .row > [class*="col-"]:nth-child(6n) .ak-category-card {
  background: #d6def7;
}

.ak-base .ak-category-card__content {
  position: relative;
  z-index: 1;
  flex: 1 1 54%;
  padding: 28px 26px;
}

.ak-base .ak-category-card__media {
  flex: 0 0 46%;
  min-height: 236px;
}

.ak-base .ak-category-card__title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.ak-base .ak-category-card__text {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(17, 17, 17, 0.72);
}

.ak-base .ak-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #0d5465;
}

.ak-base .ak-link::after {
  content: "\2192";
}

.ak-base .ak-link--muted {
  color: var(--ak-text-soft);
}

.ak-base .ak-round-card {
  text-align: center;
}

.ak-base .ak-round-card__image-wrap {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: #d7dde2;
  box-shadow: none;
  margin-bottom: 16px;
}

.ak-base .ak-round-card__title {
  margin: 0 0 8px;
  font-size: clamp(1.2rem, 1.8vw, 26px);
  line-height: 1.05;
  font-weight: 800;
}

.ak-base .ak-slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.ak-base .ak-slider-nav.is-hidden {
  display: none;
}

.ak-base .ak-slider-nav button {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  color: rgba(17, 17, 17, 0.62);
  font-size: 13px;
  line-height: 1;
  transition: 0.2s ease;
}

.ak-base .ak-slider-nav button:hover {
  background: #ffffff;
  color: rgba(17, 17, 17, 0.9);
}

.ak-base .ak-slider-nav button.is-disabled,
.ak-base .ak-slider-nav button:disabled {
  opacity: 0.38;
  cursor: default;
}

.ak-base .ak-slider-nav__progress {
    width: clamp(50px, 10vw, 120px);
    height: 4px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.12);
    overflow: hidden;
}

.ak-base .ak-slider-nav__progress-fill {
  display: block;
  width: 12%;
  height: 100%;
  border-radius: inherit;
  background: rgba(17, 17, 17, 0.46);
  transition: width 0.25s ease;
}

.ak-base .ak-slider-track.slick-slider {
  margin-left: 0;
  margin-right: 0;
}

.ak-base .ak-slider-track.slick-initialized {
  display: block;
}

.ak-base .ak-slider-track .slick-list {
  margin: 0 -12px;
}

.ak-base .ak-slider-track .slick-slide {
  padding: 0 12px;
  height: auto;
}

.ak-base .ak-slider-track .slick-track {
  display: flex;
}

.ak-base .ak-slider-track .slick-slide > div,
.ak-base .ak-slider-track .slick-slide > div > [class*="col-"] {
  height: 100%;
}

.ak-base .ak-product-grid {
  --bs-gutter-x: 24px;
}

.ak-base .ak-product-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 18px;
  border: 1px solid rgba(17, 17, 17, 0.05);
}

.ak-base .ak-product-card__ship {
  margin: 0 0 2px auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.ak-base .ak-product-card__ship--available {
  background: #dcf4e8;
  color: #1f8056;
}

.ak-base .ak-product-card__ship--pending {
  background: #eef1f4;
  color: #2f8f62;
}

.ak-base .ak-product-card__badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}

.ak-base .ak-product-kpi {
  flex: 0 0 calc((100% - 8px) / 2);
  min-width: calc((100% - 8px) / 2);
  padding: 7px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ak-base .ak-product-kpi--heat {
  background: #fce9e9;
}

.ak-base .ak-product-kpi--heat .ak-product-kpi__label,
.ak-base .ak-product-kpi--heat .ak-product-kpi__value {
  color: #9d3535;
}

.ak-base .ak-product-kpi--cool {
  background: #e9f1fd;
}

.ak-base .ak-product-kpi--cool .ak-product-kpi__label,
.ak-base .ak-product-kpi--cool .ak-product-kpi__value {
  color: #315f9d;
}

.ak-base .ak-product-kpi--eco {
  background: #e7f4ea;
}

.ak-base .ak-product-kpi--eco .ak-product-kpi__label,
.ak-base .ak-product-kpi--eco .ak-product-kpi__value {
  color: #2f7d4f;
}

.ak-base .ak-product-kpi--noise {
  background: #f2ecfb;
}

.ak-base .ak-product-kpi--noise .ak-product-kpi__label,
.ak-base .ak-product-kpi--noise .ak-product-kpi__value {
  color: #6843a3;
}

.ak-base .ak-product-kpi__label,
.ak-base .ak-product-kpi__value {
  display: inline-block;
  line-height: 1.2;
  white-space: nowrap;
}

.ak-base .ak-product-kpi__label {
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
}

.ak-base .ak-product-kpi__value {
  font-size: 13px;
  font-weight: 800;
}

.ak-base .ak-product-card__image-wrap {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f5f7;
}

.ak-base .ak-product-card__image {
  object-position: center;
}

.ak-base .ak-product-card__sku {
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--ak-text-soft);
}

.ak-base .ak-product-card__title {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.ak-base .ak-product-card__price-block {
  margin-top: auto;
}

.ak-base .ak-product-card__price-label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--ak-text-soft);
}

.ak-base .ak-product-card__price {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  color: var(--ak-text);
}

.ak-base .ak-product-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.ak-base .ak-product-card__cart-row {
  display: flex;
  gap: 0;
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.ak-base .ak-qty-field {
  flex: 0 0 60px;
  display: flex;
  align-items: stretch;
  border-right: 1px solid rgba(17, 17, 17, 0.12);
  background: transparent;
}

.ak-base .ak-qty-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 0 4px;
}

.ak-base .ak-qty-field input:focus-visible {
  outline: none;
}

.ak-base .ak-product-card__cart-row .ak-btn {
  flex: 0 0 auto;
}

.ak-base .ak-product-card__actions > .ak-btn {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 36px;
  padding: 0 12px;
  font-size: 13px;
}

.ak-base .ak-btn--icon {
  width: 40px;
  min-width: 40px;
  min-height: 36px;
  padding: 0;
  border-radius: 0;
  border-left: 1px solid rgba(17, 17, 17, 0.12);
}

.ak-base .ak-btn--icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(37%) sepia(50%) saturate(587%) hue-rotate(129deg) brightness(88%) contrast(91%);
}

.ak-base .ak-banner-card {
  min-height: 280px;
}

.ak-base .ak-brand-card {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.ak-base .ak-brand-card--red {
  color: #ea241f;
}

.ak-base .ak-newsletter__inner {
  position: relative;
  overflow: visible;
  padding: 34px 42px;
  border-radius: 0 var(--ak-radius-md) var(--ak-radius-md) 0;
}

.ak-base .ak-newsletter__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(20, 135, 172, 0.95), rgba(20, 135, 172, 0.8)), url('https://triton3.unas.hu/!common_design/custom/triton3.unas.hu/element/layout_hu_start_banner_big-1920_4_default_retina.webp?time=1744885930') center/cover no-repeat;
}

.ak-base .ak-newsletter__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  border-radius: inherit;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 10px, rgba(255, 255, 255, 0.02) 10px 20px);
  opacity: 0.6;
}

.ak-base .ak-newsletter__inner > * {
  position: relative;
  z-index: 2;
}

.ak-base .ak-newsletter__form {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}

.ak-base .ak-newsletter__input {
  min-height: 48px;
  border-radius: 999px;
  border: 0;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.ak-base .ak-company-card {
  margin: 0;
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ak-base .ak-company-card__media {
  position: relative;
  aspect-ratio: 1.25 / 1;
  overflow: hidden;
  border-radius: var(--ak-radius-md);
}

.ak-base .ak-company-card__badge-row {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  gap: 8px;
}

.ak-base .ak-company-card__badge-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.ak-base .ak-company-card__content {
  padding: 8px 0 0;
}

.ak-base .ak-company-card__title {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 2.2vw, 34px);
  line-height: 1.08;
  font-weight: 800;
}

.ak-base .ak-company-card__text {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ak-text-soft);
}

.ak-base .ak-about-faq .ak-section-head {
  margin-bottom: 14px;
}

.ak-base .ak-faq {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
}

.ak-base .ak-faq__item {
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 10px;
  border: 0;
}

.ak-base .ak-faq__button,
.ak-base .ak-faq__body {
  background: #2e9abb;
  color: #ffffff;
}

.ak-base .ak-faq__button {
  min-height: 58px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ak-base .ak-faq__button:not(.collapsed) {
  box-shadow: none;
  color: #ffffff;
}

.ak-base .ak-faq__button::after {
  filter: brightness(0) invert(1);
}

.ak-base .ak-faq__body {
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.ak-base .ak-review-card {
  padding: 22px;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.ak-base .ak-review-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.ak-base .ak-review-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f3f6;
  font-weight: 800;
  color: #50606e;
}

.ak-base .ak-review-card__name {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 800;
}

.ak-base .ak-review-card__meta {
  margin: 0;
  font-size: 12px;
  color: var(--ak-text-soft);
}

.ak-base .ak-review-card__stars {
  margin-bottom: 14px;
  letter-spacing: 0.18em;
  color: #ff9f1a;
}

.ak-base .ak-review-card__text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ak-text-soft);
}

.ak-base .ak-blog-card {
  overflow: hidden;
}

.ak-base .ak-blog-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.1 / 1;
}

.ak-base .ak-blog-card__body {
  padding: 18px;
}

.ak-base .ak-blog-card__meta {
  margin: 0 0 12px;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--ak-text-soft);
}

.ak-base .ak-blog-card__title {
  margin: 0;
  font-size: clamp(1.35rem, 1.2vw, 1.7rem);
  line-height: 1.18;
  font-weight: 800;
}

.ak-base .ak-trustbar {
  background: var(--ak-primary);
  padding: 3rem 0;
}

.ak-base .ak-footer .ak-trustbar {
  margin: 0;
}

.ak-base .ak-trustbar__item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
}

.ak-base .ak-trustbar__item img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

.ak-base .ak-trustbar__item strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.ak-base .ak-trustbar__item span {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.ak-base .ak-footer {
  background: #ffffff;
  padding: 0;
}

.ak-base .ak-footer > .container.ak-container {
  padding-top: 44px;
  padding-bottom: 24px;
}

.ak-base .ak-footer__about {
  margin: 24px 0 0;
  max-width: 420px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--ak-text-soft);
}

.ak-base .ak-footer__nav h2,
.ak-base .ak-footer__contact h2 {
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #66727f;
}

.ak-base .ak-footer__nav li + li,
.ak-base .ak-footer__contact p + p {
  margin-top: 10px;
}

.ak-base .ak-footer__nav a,
.ak-base .ak-footer__contact a,
.ak-base .ak-footer__contact p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
  color: #29343c;
}

.ak-base .ak-footer__contact address {
  margin: 0;
  font-style: normal;
}

.ak-base .ak-footer__socials {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.ak-base .ak-footer__socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eff4f7;
}

.ak-base .ak-footer__socials img {
  width: 18px;
  height: 18px;
  opacity: 0.8;
}

.ak-base .ak-footer__bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ak-text-soft);
}

.ak-base .ak-footer__payments {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ak-base .ak-footer__payments span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f2f5f7;
  color: #44515d;
  font-size: 12px;
  font-weight: 700;
}

.ak-base :is(a, button, input, textarea, select):focus-visible {
  outline: 2px solid var(--ak-primary-dark);
  outline-offset: 2px;
}




 /* Category */

 .ak-base .ak-cat-page {
  background: var(--ak-bg-surface);
}

.ak-base .ak-cat-head {
  padding-top: 24px;
  padding-bottom: 28px;
}

.ak-base .ak-breadcrumb {
  margin-bottom: 3rem;
}

.ak-base .ak-breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.ak-base .ak-breadcrumb .breadcrumb-item,
.ak-base .ak-breadcrumb .breadcrumb-item a {
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  color: #7c8793;
}

.ak-base .ak-breadcrumb .breadcrumb-item.active {
  color: #4a555f!important;
  background:transparent;
  border:none!important;
  font-weight:500;
}

.ak-base .ak-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #a7b1bb;
}

.ak-base .ak-breadcrumb__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.ak-base .ak-breadcrumb__home img {
  width: 14px;
  height: 14px;
  opacity: 0.55;
}

.ak-base .ak-cat-alert {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 138px;
  padding: 28px 34px;
  border-radius: var(--ak-radius-md);
  background: linear-gradient(90deg, rgba(23, 128, 168, 0.95), rgba(31, 145, 188, 0.9));
}

.ak-base .ak-cat-alert::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 70, 95, 0.28), rgba(14, 70, 95, 0.04)),
    url("https://triton3.unas.hu/!common_design/custom/triton3.unas.hu/element/layout_hu_start_banner_big-1920_4_default_retina.webp?time=1744885930") center/cover no-repeat;
  opacity: 0.35;
  z-index: -2;
}

.ak-base .ak-cat-alert::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.07) 0 7px,
    rgba(255, 255, 255, 0.02) 7px 14px
  );
  opacity: 0.55;
  z-index: -1;
}

.ak-base .ak-cat-alert__content {
  max-width: 980px;
}

.ak-base .ak-cat-alert__title {
  margin: 0 0 10px;
  font-size: clamp(2rem, 1.7vw + 1rem, 30px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.ak-base .ak-cat-alert__text {
  max-width: 900px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.ak-base .ak-cat-alert__action {
  flex: 0 0 auto;
}

.ak-base .ak-cat-copy {
  margin-top: 28px;
}

.ak-base .ak-cat-copy__title {
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 2.2vw, 52px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ak-text);
}

.ak-base .ak-cat-copy p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.72;
  color: var(--ak-text-soft);
}
.ak-base .error{
    color: #ed2516;
    font-weight: 600;
    text-align: center;
}

.ak-base .ak-cat-chip-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.ak-base .ak-cat-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 10px;
  background: #2e9abb;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ak-base .ak-cat-chip:hover,
.ak-base .ak-cat-chip:focus-visible,
.ak-base .ak-cat-chip.is-active {
  background: #12788f;
  color: #ffffff;
}

.ak-base .ak-cat-products {
  padding-top: 10px;
}

.ak-base .ak-cat-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ak-base .ak-cat-sidepromo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 312px;
  padding: 40px 30px;
  border-radius: var(--ak-radius-md);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(22, 125, 156, 0.95), rgba(19, 112, 140, 0.95));
}

.ak-base .ak-cat-sidepromo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 47, 64, 0.24), rgba(9, 47, 64, 0.14)),
    url("https://triton3.unas.hu/!common_design/custom/triton3.unas.hu/element/layout_hu_start_banner_big-1920_4_default_retina.webp?time=1744885930") center/cover no-repeat;
  opacity: 0.45;
  z-index: -2;
}

.ak-base .ak-cat-sidepromo::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.08) 0 6px,
    rgba(255, 255, 255, 0.02) 6px 12px
  );
  opacity: 0.45;
  z-index: -1;
}

.ak-base .ak-cat-sidepromo__title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 600;
  color: #ffffff;
}

.ak-base .ak-cat-sidepromo__subtitle {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.ak-base .ak-cat-sidepromo__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.ak-base .ak-cat-sidepromo__action {
  margin-top: 18px;
}

.ak-base .ak-cat-sidebar__filters {
  padding: 18px;
  border-radius: var(--ak-radius-md);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.ak-base .ak-cat-sidebar__title {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--ak-text);
}

.ak-base .ak-cat-filter-group + .ak-cat-filter-group {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #d3e1eb;
}

.ak-base .ak-cat-filter-group__title {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  color: #3e4a55;
}

.ak-base .ak-cat-filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #59646f;
}

.ak-base .ak-cat-filter-option + .ak-cat-filter-option {
  margin-top: 8px;
}

.ak-base .ak-cat-filter-option input {
  margin: 0;
}

.ak-base .ak-cat-sidebar__actions {
  margin-top: 18px;
  display: flex;
  gap: 8px;
}

.ak-base .ak-cat-sidebar__actions .ak-btn {
  flex: 1 1 0;
}

.ak-base .ak-searchbox-np {
  padding: 18px;
  border-radius: var(--ak-radius-md);
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.06);
}

.ak-base .ak-searchbox-np .view_lg h2 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--ak-text);
}

.ak-base .ak-searchbox-np .view_lg {
  margin-bottom: 16px;
  padding-bottom: 16px;
  background-image: repeating-linear-gradient(to right, #aad6dd 0 6px, transparent 6px 10px);
  background-repeat: repeat-x;
  background-size: auto 1px;
  background-position: left bottom;
}

.ak-base .ak-searchbox-np h3 {
  margin: 16px 0 10px;
  padding-top: 16px;
  border-top: 0;
  border-bottom: 0;
  background-image: repeating-linear-gradient(to right, #aad6dd 0 6px, transparent 6px 10px);
  background-repeat: repeat-x;
  background-size: auto 1px;
  background-position: left top;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  color: #3e4a55;
}

.ak-base .ak-searchbox-np .view_lg + input[type="hidden"] + h3,
.ak-base .ak-searchbox-np .view_lg + h3,
.ak-base .ak-searchbox-np h3:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  border-bottom: 0;
  background-image: none;
}

.ak-base .ak-searchbox-np .searchitem {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #59646f;
}

.ak-base .ak-searchbox-np .searchitem + .searchitem {
  margin-top: 8px;
}

.ak-base .ak-searchbox-np .ak-searchbox-np__list-wrap {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
}

.ak-base .ak-searchbox-np .searchitem input[type="checkbox"],
.ak-base .ak-searchbox-np .searchitem input[type="radio"] {
  margin: 0;
}

.ak-base .ak-searchbox-np .TopSearchBox {
  margin: 0;
  width: 100%;
  min-height: 42px;
  height: auto;
  padding: 0 8px 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 10px;
  background: #f5f7f9;
  overflow: visible;
  box-sizing: border-box;
}

.ak-base .ak-searchbox-np .SearchInput {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  min-height: 40px;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #2f3b46;
  font-size: 14px;
}

.ak-base .ak-searchbox-np .SearchInput:focus {
  outline: none;
}

.ak-base .ak-searchbox-np .SearchSubmit {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  color: #4f5d68;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ak-base .ak-searchbox-np .SearchSubmit:hover {
  background: #e7eef3;
}

.ak-base .ak-searchbox-np .SearchInputClear {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: 0;
  border: 0;
  border-radius: 6px;
  background: #d6e5ec;
  color: #2f3b46;
  line-height: 1;
}

.ak-base .ak-searchbox-np .button_clearfilter {
  margin-top: 12px;
}

.ak-base .ak-cat-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  padding: 10px 18px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.05);
  margin-bottom: 24px;
}

.ak-base .ak-cat-toolbar__count {
  font-size: 14px;
  line-height: 1.5;
  color: #58626d;
}

.ak-base .ak-cat-toolbar__count strong {
  color: var(--ak-text);
  font-weight: 800;
}

.ak-base .ak-cat-toolbar__sort {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.ak-base .ak-cat-toolbar__sort-label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #59646f;
}

.ak-base .ak-cat-toolbar__select {
  min-width: 180px;
  min-height: 40px;
  padding-right: 40px;
  border-color: rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #4d5862;
  box-shadow: none;
}

.ak-base #pager_top.pager_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  padding: 10px 18px;
  border: 1px solid rgba(17, 17, 17, 0.05);
  border-radius: 12px;
  background: #ffffff;
  margin: 0 0 24px;
  position: relative;
  z-index: 10;
}

.ak-base #pager_top .pager_top_left {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #58626d;
}

.ak-base #pager_top .pager_top_left strong {
  color: #111111;
}

.ak-base #pager_top .pager_top_right {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: auto;
  text-align: right;
}

.ak-base #pager_top .filter_button,
.ak-base #pager_top .order_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #f3f6f8;
  color: #2f3b46;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ak-base #pager_top .filter_button:hover,
.ak-base #pager_top .order_button:hover {
  background: #e7eef3;
  border-color: rgba(17, 17, 17, 0.2);
  color: #111111;
}

.ak-base #pager_top .order_panel {
  right: 0;
  left: auto;
  top: calc(100% + 8px);
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #ffffff;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.ak-base #pager_top .order_panel li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  font-size: 13px;
  color: #4a5662;
}

.ak-base #pager_top .order_panel li a:hover {
  background: #f5f8fa;
  color: #1d94af;
}

.ak-base .ak-cat-mobile-filter-btn {
  display: none;
}

.ak-base .top-link {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0 2rem 2rem 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  color: #000000;
  text-decoration: none;
  z-index: 1490;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition: opacity 0.24s ease, visibility 0.24s ease, background-color 0.2s ease;
}

.ak-base .top-link:hover {
  background: #e8e8e8;
}

.ak-base .top-link svg {
  width: 24px;
  height: 12px;
  fill: currentColor;
}

.ak-base .top-link-show {
  opacity: 1;
  visibility: visible;
}

.ak-base .top-link-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ak-base .ak-cat-mobile-filter-close {
  display: none;
}

.ak-base .ak-cat-mobile-filter-overlay {
  display: none;
}

.ak-base .ak-cat-product-list > [class*="col-"] {
  display: flex;
}

.ak-base .ak-cat-product-list .ak-product-card {
  width: 100%;
  border-radius: 18px;
}

.ak-base .ak-cat-product-list .ak-product-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.ak-base .ak-cat-product-list .ak-product-card__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.ak-base .ak-product-card__price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.ak-base .ak-product-card__price-old {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #98a2ad;
  text-decoration: line-through;
}

.ak-base .ak-cat-pagination {
  margin-top: 34px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ak-base .ak-cat-pagination__item,
.ak-base .ak-cat-pagination__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-radius: 9px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #59646f;
  background: #f3f6f8;
  transition: background 0.2s ease, color 0.2s ease;
}

.ak-base .ak-cat-pagination__item:hover,
.ak-base .ak-cat-pagination__arrow:hover,
.ak-base .ak-cat-pagination__item:focus-visible,
.ak-base .ak-cat-pagination__arrow:focus-visible {
  background: #e4edf3;
  color: var(--ak-text);
}

.ak-base .ak-cat-pagination__item.is-active {
  background: var(--ak-primary);
  color: #ffffff;
}







/* PROD */ 

.ak-base .ak-prod-page {
  background: var(--ak-bg-surface);
}

.ak-base .ak-prod-top {
  padding-top: 0;
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .ak-base .ak-prod-top .row.align-items-start > .col-xl-7 {
    padding-right: clamp(20px, 2.4vw, 42px);
  }
}

.ak-base .ak-prod-head {
  margin-top:10px;
  margin-bottom: 24px;
}

.ak-base .ak-prod-head__sku {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #7b8691;
}

.ak-base .ak-prod-head__title {
  max-width: 1040px;
  margin: 0 0 18px;
  font-size: clamp(2.3rem, 2.35vw, 42px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--ak-text);
}

.ak-base .ak-prod-head__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ak-base .ak-prod-badge {
  min-width: 132px;
  padding: 10px 14px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ak-base .ak-prod-badge__label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.ak-base .ak-prod-badge__value {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.ak-base .ak-prod-badge--heat {
  background: #fde6e6;
  color: #a03a3a;
}

.ak-base .ak-prod-badge--cool {
  background: #e8f0fd;
  color: #3b5d96;
}

.ak-base .ak-prod-badge--energy {
  background: #e6f5ea;
  color: #36744d;
}

.ak-base .ak-prod-badge--space {
  background: #f8e9f7;
  color: #8b4083;
}

.ak-base .ak-prod-badge--wifi {
  background: #eef2fb;
  color: #5b5ea3;
}

.ak-base .ak-prod-badge--warranty {
  background: #fff0e5;
  color: #a7642f;
}

.ak-base .ak-prod-buybox,
.ak-base .ak-prod-techcard {
  background: #ffffff;
  border-radius: var(--ak-radius-md);
  border: 1px solid rgba(17, 17, 17, 0.05);
}

.ak-base .ak-prod-gallery-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ak-base .ak-prod-gallery-card__image-box {
  background: #ffffff;
  border-radius: var(--ak-radius-md);
  border: 1px solid rgba(17, 17, 17, 0.05);
  padding: 24px;
}

.ak-base .ak-prod-gallery-card__stage {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 520px;
}

/* Simple fallback: show one product image only, always in a square box. */
.ak-base .ak-prod-gallery-card__thumb {
  display: none;
}

.ak-base .ak-prod-gallery-card__stage {
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
}

.ak-base #ak-product-gallery-track.slick-initialized {
  display: block;
}

.ak-base #ak-product-gallery-track .slick-list,
.ak-base #ak-product-gallery-track .slick-track,
.ak-base #ak-product-gallery-track .slick-slide {
  height: 100%;
}

.ak-base #ak-product-gallery-track .slick-slide {
  padding: 0;
}

.ak-base #ak-product-gallery-track .slick-slide > div,
.ak-base #ak-product-gallery-track .slick-slide > div > .ak-prod-gallery-card__slide {
  height: 100%;
}

.ak-base .ak-prod-gallery-card__slide {
  width: 100%;
}

.ak-base .ak-prod-gallery-card__thumb,
.ak-base .ak-prod-gallery-card__main {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

.ak-base .ak-prod-gallery-card__thumb {
  aspect-ratio: 0.48 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak-base .ak-prod-gallery-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ak-base .ak-prod-gallery-card__main {
  min-height: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak-base .ak-prod-gallery-card__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ak-base .ak-prod-gallery-card__nav {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: transparent;
}

.ak-base .ak-prod-gallery-card__arrow {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 50%;
  background: #ffffff;
  color: #59646f;
  font-size: 14px;
  line-height: 1;
}

.ak-base .ak-prod-gallery-card__progress {
  display: block;
  width: 74px;
  height: 4px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.12);
  position: relative;
  overflow: hidden;
}

.ak-base .ak-prod-gallery-card__progress::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 46%;
  background: rgba(17, 17, 17, 0.42);
  border-radius: inherit;
}

.ak-base .ak-prod-buybox {
    padding: 35px 25px;
}

.ak-base .ak-prod-top .row.align-items-start,
.ak-base .ak-prod-top .row.align-items-start > .col-xl-5,
.ak-base .ak-prod-buybox,
.ak-base .ak-prod-finance-card,
.ak-base .ak-prod-finance-card__cta,
.ak-base .ak-otp-legacy {
  overflow: visible;
}

.ak-base .ak-prod-buybox__ship-accordion {
  margin-bottom: 16px;
}

.ak-base .ak-prod-buybox__ship {
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #dcf4e8;
  color: #1f8056;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}

.ak-base .ak-prod-buybox__lead {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ak-text-soft);
}

.ak-base .ak-prod-buybox__price-area {
  margin-bottom: 18px;
}

.ak-base .ak-prod-buybox__price-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
  color: var(--ak-text-soft);
}

.ak-base .ak-prod-buybox__price {
  display: block;
  font-size: 35px;
  line-height: 0.96;
  font-weight: 800;
  color: var(--ak-text);
}

.ak-base .ak-prod-buybox__net {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #6b7682;
}

.ak-base .ak-prod-buybox__purchase-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 14px;
}

.ak-base .ak-prod-buybox__qty {
  flex: 0 0 168px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.ak-base .ak-prod-buybox__qty-btn {
  width: 44px;
  min-width: 44px;
  border: 0;
  background: transparent;
  color: #2f3a42;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ak-base .ak-prod-buybox__qty-btn:first-child {
  border-right: 1px solid rgba(17, 17, 17, 0.12);
}

.ak-base .ak-prod-buybox__qty-btn:last-child {
  border-left: 1px solid rgba(17, 17, 17, 0.12);
}

.ak-base .ak-prod-buybox__qty-input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #111111;
  appearance: textfield;
  -moz-appearance: textfield;
}

.ak-base .ak-prod-buybox__qty-input::-webkit-outer-spin-button,
.ak-base .ak-prod-buybox__qty-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.ak-base .ak-prod-buybox__cart-btn {
  flex: 1 1 auto;
  min-height: 44px;
  background: #1d94af;
  color: #ffffff;
}

.ak-base .ak-prod-buybox__cart-btn:hover,
.ak-base .ak-prod-buybox__cart-btn:focus-visible {
  background: #12788f;
  color: #ffffff;
}

.ak-base .ak-prod-buybox__notes {
  margin-bottom: 16px;
}

.ak-base .ak-prod-buybox__discount,
.ak-base .ak-prod-buybox__dealer {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.ak-base .ak-prod-buybox__discount {
  color: #a41997;
}

.ak-base .ak-prod-buybox__dealer {
  margin-top: 4px;
  color: #68727c;
}

.ak-base .ak-prod-buybox__stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ak-base .ak-prod-divider {
  margin: 35px 0;
  border: 0;
  border-top: 1px solid #d3e1eb;
}

.ak-base .ak-prod-offer-card {
  padding: 16px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(23, 128, 168, 0.94), rgba(31, 145, 188, 0.92));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ak-base .ak-prod-offer-card .ak-btn {
  white-space: nowrap;
}

.ak-base .ak-prod-offer-card__title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.08;
  font-weight: 800;
}

.ak-base .ak-prod-offer-card__text {
  max-width: 420px;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.ak-base .ak-prod-finance-card {
  padding: 14px 16px;
  border-radius: 12px;
  background: #edf8ef;
  border: 1px solid #cfe6d3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top:20px;
}

.ak-base .ak-prod-finance-card__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 800;
  color: #2d7a42;
}

.ak-base .ak-prod-finance-card__brand img {
  width: 16px;
  height: 16px;
  filter: hue-rotate(70deg) saturate(1.3);
}

.ak-base .ak-prod-finance-card__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #356a42;
}

.ak-base .ak-prod-finance-card--legacy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ak-base .ak-prod-finance-card--legacy .ak-prod-finance-card__left {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}

.ak-base .ak-prod-finance-card--legacy .ak-prod-finance-card__media {
  width: 100%;
  max-height: 50px;
  height: auto;
  display: block;
}

.ak-base .ak-prod-finance-card--legacy .ak-prod-finance-card__text {
  margin: 0;
  font-weight: 700;
}

.ak-base .ak-prod-finance-card--legacy .ak-prod-finance-card__cta {
  flex: 0 0 auto;
  margin-left: auto;
  position: relative;
}

.ak-base .ak-prod-finance-card--legacy .ak-prod-finance-card__cta > * {
  margin-bottom: 0;
}

.ak-base .otp-modal-open {
    background: #52ae30;
    color: #fff;
    border: 1px solid #47972a;
    border-radius: 9px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    min-height: 0;
    box-shadow: none;
    text-transform: none;
}

.ak-base .ak-prod-finance-card--legacy .ak-otp-inline-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(560px, calc(100vw - 64px));
  max-width: min(560px, calc(100vw - 64px));
  margin-top: 0;
  z-index: 30;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.ak-base .ak-prod-finance-card--legacy .ak-otp-inline-panel.show {
  display: block;
}

.ak-base .ak-prod-finance-card--legacy .ak-otp-inline-panel.collapsing {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(560px, calc(100vw - 64px));
  max-width: min(560px, calc(100vw - 64px));
  z-index: 30;
}

.ak-base .ak-prod-finance-card--legacy .ak-otp-inline-panel [class*="otp-modal"],
.ak-base .ak-prod-finance-card--legacy .ak-otp-inline-panel .modal,
.ak-base .ak-prod-finance-card--legacy .ak-otp-inline-panel .light-modal-content {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  z-index: auto !important;
}

@media (max-width: 767.98px) {
  .ak-base .ak-prod-finance-card--legacy {
    align-items: flex-start;
    flex-direction: column;
  }

  .ak-base .ak-prod-finance-card--legacy .ak-prod-finance-card__cta {
    width: 100%;
    margin-left: 0;
  }

  .ak-base .ak-prod-finance-card--legacy .ak-otp-inline-panel {
    position: static;
    top: auto;
    right: auto;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
  }

  .ak-base .ak-prod-finance-card--legacy .ak-otp-inline-panel.collapsing {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
  }
}

.ak-base .ak-prod-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
}

.ak-base .ak-prod-accordion__item {
  overflow: hidden;
  border: 1px solid #b0d5dd;
  border-radius: 12px;
  background: #f2f3f7;
}

.ak-base .ak-prod-accordion__button {
  padding: 10px 16px;
  background: #f2f3f7;
  color: #2f7e94;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.ak-base .ak-prod-accordion__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.ak-base .ak-prod-accordion__button:not(.collapsed) {
  background: #f2f3f7;
  color: #2f7e94;
  box-shadow: none;
}

.ak-base .ak-prod-accordion__body {
  padding: 0 16px 16px;
  font-size: 14px;
  line-height: 1.65;
  color: #2f7e94;
  background: #f2f3f7;
}

.ak-base .ak-prod-accordion__button-copy {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ak-base .ak-prod-accordion__button-sub {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: #2f7e94;
}

.ak-base .ak-prod-uspbar {
  background: #ffffff;
  border-top: 1px solid rgba(17, 17, 17, 0.05);
  border-bottom: 1px solid rgba(17, 17, 17, 0.05);
  padding-top:40px;
  padding-bottom:40px;
}

.ak-base .ak-prod-uspbar__item {
  padding: 5px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid rgba(17, 17, 17, 0.08);
}

.ak-base .ak-prod-uspbar__item--last {
  border-right: 0;
}

.ak-base .ak-prod-uspbar__item img {
  width: 24px;
  height: 24px;
  opacity: 0.85;
}

.ak-base .ak-prod-uspbar__item h2 {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--ak-text);
}

.ak-base .ak-prod-uspbar__item p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: var(--ak-text-soft);
}

.ak-base .ak-prod-details {
  padding-top: 52px;
  padding-bottom: 64px;
}

@media (min-width: 1200px) {
  .ak-base .ak-prod-copy {
    padding-top: 24px;
  }
}

.ak-base .ak-prod-copy__title,
.ak-base .ak-prod-techcard__title {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 1.9vw, 40px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ak-text);
}

.ak-base .ak-prod-copy__lead {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.72;
  color: var(--ak-text-soft);
}

.ak-base .ak-prod-copy__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.ak-base .ak-prod-copy__block h3 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--ak-text);
}

.ak-base .ak-prod-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ak-base .ak-prod-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.62;
  color: #263038;
}

.ak-base .ak-prod-checklist li::before {
  content: "\2714";
  position: absolute;
  left: 0;
  top: 0;
  color: #1d94af;
  font-weight: 800;
}

.ak-base .ak-prod-checklist--green li::before {
  color: #3ba45d;
}

.ak-base .ak-prod-techcard {
  padding: 24px;
}

.ak-base .ak-prod-techcard__table {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ak-base .ak-prod-techcard__row {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  background: #f5f7f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ak-base .ak-prod-techcard__row span,
.ak-base .ak-prod-techcard__row strong {
  font-size: 14px;
  line-height: 1.4;
}

.ak-base .ak-prod-techcard__row span {
  color: #5f6974;
}

.ak-base .ak-prod-techcard__row strong {
  color: #202a31;
  font-weight: 800;
  text-align: right;
}

.ak-base .ak-prod-service {
  padding-top: 0;
  padding-bottom: 72px;
}

.ak-base .ak-prod-service__inner {
  min-height: 360px;
  padding: 56px 30px;
  border-radius: var(--ak-radius-md);
  background: #e4e4e7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ak-base .ak-prod-service__eyebrow {
  margin: 0 0 6px;
  font-size: 42px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #1a1a1a;
}

.ak-base .ak-prod-service__title {
  margin: 0;
  font-size: clamp(2.2rem, 2.4vw, 56px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #1a1a1a;
}

.ak-base .ak-prod-service__placeholder {
  margin: 28px 0 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  color: #d000ff;
}

.ak-base .ak-prod-buybox .ak-btn--white:hover,
.ak-base .ak-prod-buybox .ak-btn--white:focus-visible {
  background: #ffffff;
  color: #0d5465;
}



@media (max-width: 992px) {
  .ak-base .ak-trustbar__item{
    text-align: left;
    margin-left: 2rem;
  }
  .ak-base .ak-newsletter__form {
    justify-content: center;
  }
  .ak-base .ak-company-card{
    margin-bottom: 2rem;
  }
  .ak-base .ak-blog-card__meta{
    text-align: center;
  }

  .ak-base .top-link {
      right: 2rem;
      bottom: 7rem;
      margin: 0;
  }

  .ak-base .ak-cat-mobile-filter-btn {
    position: fixed;
    right: 1.5rem;
    bottom: 2rem;
    z-index: 1600;
    width: 62px;
    min-height: 60px;
    border: 0;
    border-radius: 14px;
    background: rgba(19, 141, 161, 0.81);
    color: #ffffff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  }

  .ak-base .ak-cat-mobile-filter-close {
    display: none;
    position: fixed;
    top: 22px;
    left: min(88vw, 340px);
    transform: translateX(-80%);
    z-index: 1565;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    background: #dfdede;
    color: #24323c;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    cursor: pointer;
    box-shadow: none;
  }

  .ak-base .ak-cat-mobile-filter-btn i {
    font-size: 17px;
    line-height: 1;
  }

  .ak-base .ak-cat-mobile-filter-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1500;
    background: rgba(15, 21, 26, 0.38);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease;
  }

  .ak-base .content_left {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: min(88vw, 340px);
    height: 100vh;
    margin: 0;
    padding: 12px;
    z-index: 1550;
    transform: translateX(-103%);
    transition: transform 0.28s ease;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
  }

  .ak-base .content_left .searchbox {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ak-base.ak-cat-filter-open {
    overflow: hidden;
  }

  .ak-base.ak-cat-filter-open .ak-cat-mobile-filter-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .ak-base.ak-cat-filter-open .content_left {
    transform: translateX(0);
  }

  .ak-base.ak-cat-filter-open .ak-cat-mobile-filter-close {
    display: inline-flex;
  }

  .ak-base.ak-cat-filter-open .ak-cat-mobile-filter-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .ak-base.ak-cat-filter-open #gray_layer {
    display: none !important;
  }

  .ak-base #pager_top.pager_top {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px;
  }

  .ak-base #pager_top .pager_top_right {
    justify-content: flex-start;
    text-align: left;
    flex-wrap: wrap;
    gap: 8px;
  }

  .ak-base #pager_top .filter_button,
  .ak-base #pager_top .order_button {
    min-height: 36px;
    padding: 0 12px;
  }

  .ak-base .ak-intro .ak-intro__usp-col{
    padding-top: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  #ifrm_mask {
    padding: 10px 8px !important;
  }

  #ifrm_box {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 16px 10px 12px !important;
    border-radius: 10px !important;
  }

  #ifrm_ajax_content {
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  #ifrm_ajax_content > div {
    max-width: 100% !important;
    margin: 0 !important;
  }

  #ifrm_ajax_content form {
    min-width: 0;
  }

  #ifrm_ajax_content input[type="text"],
  #ifrm_ajax_content input[type="email"],
  #ifrm_ajax_content input[type="number"],
  #ifrm_ajax_content input[type="tel"],
  #ifrm_ajax_content select,
  #ifrm_ajax_content textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }
}