@charset "UTF-8";

.product__box {
    background-color: #151515;
    border-radius: 16px;
    padding: 3.5rem 1.5rem
}

.product__name {
    font-size: clamp(24px, 5vw, 36px)
}

.product__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    position: relative
}

.product__marka,
.product__tags,
.product__all-photo {
    position: absolute;
    z-index: 2
}

.product__marka {
    bottom: 24px;
    left: 24px;
    width: 60px;
    height: 60px
}

.product__marka img {
    padding: 8px;
    object-fit: contain !important
}

.product__tags {
    top: 24px;
    right: 24px
}

.product__all-photo {
    bottom: 24px;
    right: 24px
}

.product__char {
    display: flex;
    align-items: end;
    gap: 4px;
    margin-bottom: 16px
}

.product__char span {
    white-space: nowrap
}

.product__char span:nth-child(2) {
    transform: translateY(-5px);
    display: block;
    border-bottom: 1px dotted #666666;
    width: 100%
}

.product__char span:nth-child(3) {
    flex: 1 0 60%
}

.product .main-slider {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-radius: 16px
}

.product__description {
    position: sticky;
    top: calc(var(--header-height) * 2);
}

.product .main-slider .swiper-slide {
    overflow: hidden;
    border-radius: 16px
}

.product .main-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product .thumbnail-slider {
    padding-bottom: 0
}

.product .thumbnail-slider--box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 536px;
    margin: 0 auto;
    gap: 16px
}

.product .thumbnail-slider--box .arrow-right {
    flex-shrink: 0
}

.product .thumbnail-slider .swiper-slide {
    flex-shrink: 0;
    width: auto;
    height: 88px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid transparent;
    cursor: pointer
}

.product .thumbnail-slider .swiper-slide-thumb-active {
    border-color: #666
}

.product .thumbnail-slider .swiper-wrapper {
    width: unset
}

.product .thumbnail-slider .swiper-button-prev {
    margin-right: 16px
}

.product .thumbnail-slider img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 16px
}

.product-tabs__tab {
    border: 1px solid #666666;
    height: 40px;
    padding: 4px 20px
}

.product-tabs__tab.active {
    background-color: var(--dark-grey);
    border-color: transparent
}

.product-tabs__tab.active:hover {
    color: #fff
}

.product-tabs__conf {
    position: relative
}

.product-tabs__conf:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, #000, rgba(10, 10, 10, 0))
}

.product-tabs .nav {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    margin-left: 0
}

.page-product .swiper-full-width__img {
    height: calc(100vh - var(--header-height));
    min-height: unset
}

@media (max-width: 1199px) {
    .page-product .swiper-full-width__img {
        height: auto;
        aspect-ratio: 16/9
    }
}

@media (max-width: 767px) {
    .product-all-photo .d-flex.gap-md-4.gap-3 {
        display: none !important
    }

    .product .thumbnail-slider--box {
        display: none
    }

    .product {
        padding-top: 32px
    }

    .product__box {
        padding: 0
    }

    .product__all-photo,
    .product .thumbnail-slider {
        display: none
    }

    .product__tags {
        top: 12px;
        right: 12px
    }

    .product__marka {
        bottom: 12px;
        left: 12px;
        width: 36px;
        height: 36px
    }

    .product .main-slider {
        margin-bottom: 24px
    }

    .product__name {
        margin-bottom: 12px
    }

    .product__box {
        background-color: transparent
    }

    .product p.h4 {
        margin-bottom: 24px !important
    }

    .product__char span:nth-child(3) {
        flex: 1 0 50%
    }

    .product__char:last-child {
        margin-bottom: 24px
    }

    .product .btn--orange {
        width: 100%
    }

    .product-tabs .nav {
        flex-wrap: nowrap;
        padding-bottom: 16px;
        margin-bottom: 30px;
        overflow-x: auto;
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 32px
    }

    .product-tabs__tab {
        border: none;
        height: auto;
        padding: 0;
        background-color: transparent;
        font-weight: 400;
        font-size: 20px
    }

    .product-tabs__tab.active {
        background-color: transparent;
        text-shadow: .5px 0px 0px rgba(255, 255, 255, .4), -.5px 0px 0px rgba(255, 255, 255, .4), 0px .5px 0px rgba(255, 255, 255, .4), 0px -.5px 0px rgba(255, 255, 255, .4)
    }
}

.page-product .swiper-full-width .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

@media (max-width: 767px) {
    .page-product .swiper-full-width {
        padding-bottom: 72px !important
    }
}