.archon-product-showcase {
    width: calc(100% + 30px);
    overflow-x: hidden;
}

@media only screen and (max-width: 899px) {
    .archon-product-showcase {
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media only screen and (max-width: 399px) {
    .archon-product-showcase {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
}

.archon-navi-arrows {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    padding-right: 22px;
    margin-bottom: 22px;
}

.news-items-arrows {
    margin: -80px -30px 85px auto;
    padding-right: 0;
}

@media only screen and (max-width: 1399px) {
    .news-items-arrows {
        margin: 32px -30px 32px auto;
    }
}

@media only screen and (max-width: 899px) {
    .archon-navi-arrows {
        margin: -32px -8px 32px auto;
    }
}

@media only screen and (max-width: 399px) {
    .news-items-arrows {
        margin-right: -20px;
    }
}

.archon-navi-arrows > a {
    position: relative;
    display: inline-flex;
    width: 45px;
    height: 45px;
    cursor: pointer;
    opacity: 0.5;
}

.archon-navi-arrows > a:hover {
    opacity: 1;
}

@media only screen and (min-width: 600px) {
    .archon-navi-arrows-bigger > a {
        width: 90px;
        height: 90px;
    }
}

.archon-navi-arrows > a::before,
.archon-navi-arrows > a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 18px;
    content: "";
    background: #333;
    transform: translateY(6.1px) rotate(45deg);
    -webkit-transition: all 75ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -moz-transition: all 75ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: all 75ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: all 75ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

@media only screen and (min-width: 600px) {
    .archon-navi-arrows-bigger > a::before,
    .archon-navi-arrows-bigger > a::after {
        height: 36px;
        transform: translateY(12.5px) rotate(45deg);
        -webkit-transition: all 175ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
        -moz-transition: all 175ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
        -o-transition: all 175ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
        transition: all 175ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    }
}

.archon-navi-arrows-light > a::before,
.archon-navi-arrows-light > a::after {
    background: #eee;
}

.archon-navi-arrows > a::after {
    transform: translateY(-6.1px) rotate(-45deg);
}

@media only screen and (min-width: 600px) {
    .archon-navi-arrows-bigger > a::after {
        transform: translateY(-12.2px) rotate(-45deg);
    }
}

.archon-navi-arrows > a.prev::before {
    transform: translateY(6.1px) rotate(-45deg);
}

@media only screen and (min-width: 600px) {
    .archon-navi-arrows-bigger > a.prev::before {
        transform: translateY(12.2px) rotate(-45deg);
    }
}

.archon-navi-arrows > a.prev::after {
    transform: translateY(-6.1px) rotate(45deg);
}

@media only screen and (min-width: 600px) {
    .archon-navi-arrows-bigger > a.prev::after {
        transform: translateY(-12.2px) rotate(45deg);
    }
}

.archon-navi-arrows > a.swiper-button-disabled,
.news-items-arrows > a.swiper-button-disabled {
    opacity: 0.075;
    cursor: default;
}

/* arrow animations not used
.archon-navi-arrows > a:hover:before,
.archon-navi-arrows > a:hover::after {
  background: var(--bgMain);
  height: 25px;
  width: 1.33px;
}

.archon-navi-arrows-bigger > a:hover:before,
.archon-navi-arrows-bigger > a:hover::after {
  height: 45px;
}

.archon-navi-arrows-light > a:hover:before,
.archon-navi-arrows-light > a:hover::after {
  background: var(--bgNavi);
}

.archon-navi-arrows > a:hover::before {
  transform: translateY(5.15px) translateX(4px) rotate(65deg);
}

.archon-navi-arrows-bigger > a:hover::before {
  transform: translateY(9.3px) translateX(8px) rotate(65deg);
}

.archon-navi-arrows > a:hover::after {
  transform: translateY(-5.15px) translateX(4px) rotate(-65deg);
}

.archon-navi-arrows-bigger > a:hover::after {
  transform: translateY(-9.3px) translateX(8px) rotate(-65deg);
}

.archon-navi-arrows > a.prev:hover::before {
  transform: translateY(5.15px) translateX(-4px) rotate(-65deg);
}

.archon-navi-arrows-bigger > a.prev:hover::before {
  transform: translateY(9.3px) translateX(-8px) rotate(-65deg);
}

.archon-navi-arrows > a.prev:hover::after {
  transform: translateY(-5.15px) translateX(-4px) rotate(65deg);
}

.archon-navi-arrows-bigger > a.prev:hover::after {
  transform: translateY(-9.3px) translateX(-8px) rotate(65deg);
} */

.archon-product-showcase-images {
    overflow: hidden;
}

.archon-product-showcase-images a {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    display: block;
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
    aspect-ratio: 120 / 79;
}

.archon-product-showcase-images img {
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: cover;
}

.archon-product-showcase-images-popup .mfp-close {
    height: 55px;
    line-height: 64px;
    font-size: 38px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-top: -15px;
    min-width: 0;
}

.archon-product-showcase-images-popup .mfp-close:hover {
    background: none;
}

@media (min-width: 1899px) {
    .mfp-wrap.zs-800-gallery-popup .mfp-content {
        height: 1600px;
        max-height: 90vh;
        width: 1600px;
        max-width: 90vw;
    }

    .mfp-wrap.zs-800-gallery-popup .mfp-figure {
        height: 100%;
    }

    .mfp-wrap.zs-800-gallery-popup .mfp-figure figure {
        height: 100%;
    }

    .mfp-wrap.zs-800-gallery-popup img.mfp-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.technical-specification__text {
    font-size: 16px;
}

@media (min-width: 1024px) {
    .technical-specification__text {
        font-size: 20px;
    }
}

.technical-specification-navi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6px;
}

.technical-specification-navi-item {
    position: relative;
    padding-left: 61px;
    opacity: 0.5;
}

@media (max-width: 1199px) {
    .technical-specification-navi-item {
        padding-left: 0;
    }
}

.technical-specification-navi-item::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -30px;
    margin: auto;
    width: 60px;
    height: 1px;
    background: var(--bgNavi);
    opacity: 0;
    -webkit-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -moz-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    -o-transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: all 100ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    z-index: 2;
}

@media (max-width: 1199px) {
    .technical-specification-navi-item::before {
        width: 18px;
        top: 14px;
        transform: translate(-20px, 0);
    }
}

@media (max-width: 599px) {
    .technical-specification-navi-item::before {
        top: 11px;
    }
}

@media (max-width: 399px) {
    .technical-specification-navi-item::before {
        top: 11px;
        width: 10px;
        left: -20px;
    }
}

.technical-specification-navi-item:hover::before {
    opacity: 1;
    transform: translate(0px, 0);
}

.technical-specification-navi-item.active {
    pointer-events: none;
    opacity: 1;
}

@media (max-width: 1199px) {
    .technical-specification-navi-item.active {
        top: 0;
    }
}

.technical-specification-navi-item.active::before,
.technical-specification-navi-item.active:hover::before {
    transform: rotate(0deg) translate(0, 0);
    opacity: 1;
}

.technical-specification-navi-item > a {
    line-height: 1;
}

.technical-specification-navi-item > a > span.heading-small {
    display: block;
    margin-top: 2px;
    letter-spacing: normal;
}

@media (max-width: 1199px) {
    .technical-specification-navi-item > a > span.heading-small {
        font-size: 18px;
        line-height: 1;
    }
}

.technical-specification-navi-images {
    position: relative;
    min-height: 800px;
}

@media (max-width: 1699px) {
    .technical-specification-navi-images {
        min-height: 700px;
    }
}

@media (max-width: 1399px) {
    .technical-specification-navi-images {
        min-height: 600px;
    }
}

@media (max-width: 1199px) {
    .technical-specification-navi-images {
        min-height: 400px;
    }
}

@media (max-width: 899px) {
    .technical-specification-navi-images {
        min-height: none;
    }
}

.technical-specification-navi-images > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease-in-out;
}

.technical-specification-navi-images > img:first-child,
.technical-specification-navi-images > img.active {
    visibility: visible;
    opacity: 1;
}

.technical-specification-navi-table {
    display: none;
    opacity: 0;
}

.technical-specification-navi-table.active {
    display: block;
    animation: opacityFadeIn 0.2s forwards;
}

@keyframes opacityFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
