.section.product .col-img {
    padding-right: 24px;
    width: 45%;
    align-self: flex-start;
}

.section.product .swiper {
    width: 100%;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 15px;
    margin: 0;
    padding: 0;
    background-color: white;
    overflow: hidden;
}

.section.product .col-img .img-container {
    aspect-ratio: 4/3;
    width: 100%;
    border-radius: 0;
    margin-bottom: -3px;

}

.section.product .col-img .img-container a img {
    z-index: 1;
    object-fit: contain;
    border-radius: 0;
}

.section.product .col-img .swiper-button-prev, .section.product .col-img .swiper-button-next {
    background-color: #40b09f;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    color: white;
}

.section.product .col-img .swiper-button-prev::after, .section.product .col-img .swiper-button-next::after {
    font-size: 18px;
}

.section.product .col-img .swiper-button-prev {
    left: -15px;
    padding-left: 15px;
}

.section.product .col-img .swiper-button-next { 
    right: -15px;
    padding-right: 15px;
}    

.section.product .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.275);
} 

.section.product .col-full-description {
    padding-left: 68px;
    width: 55%;
    display: block;
}



.product .tabs .tab-container {
    border: 1px solid rgba(0, 0, 0, 0.075);
}

/* Polecane */

.product-slider {
    padding-top: 64px;
    position: relative;
}

.product-slider .row.top {
    padding: 0;
    padding-bottom: 32px;
}

.product-slider .row.top .col {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

.product-slider .row.top .h2 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-slider .row.top .h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    color: rgba(0, 0, 0, 0.85);
}


.product-slider .row.bottom {
    padding: 0;
}

.product-slider .row.bottom .swiper {
    padding-bottom: 36px;
}

.product-slider  .img-container {
    aspect-ratio: 4/3;
    width: 100%;
    border-radius: 0;
    margin-bottom: -3px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    margin-bottom: 12px;
    background-color: white;
    border-radius: 15px;
}

.product-slider  .img-container img {
    object-fit: contain;
}

.product-slider .text .h4 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-slider .text p {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 36px;
    text-align: center;
}

.product-slider .text {
    width: 100%;
    text-align: center;
}

.product-slider .swiper-scrollbar {
    display: none;
}

.product-slider .swiper-button-next, .product-slider .swiper-button-prev {
    background-color: #7675bb;
    color: white;
}


.product-slider .swiper-button-next {
    background-color: #42ae9d;
}

.product-slider .top {
    transition: all 0.6s ease-in-out;
    transform: translateX(0px) translateY(60px);
    opacity: 0;
}

.product-slider.anim .top {
    transform: translateX(0px) translateY(0px);
    opacity: 1;
}

.product-slider .col-full {
    display: block;
    transition: all 0.6s ease-in-out;
    transform: translateX(0px) translateY(-60px);
    opacity: 0;
}

.product-slider.anim .col-full {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateX(0px) translateY(0px);
}

@media screen and (max-width: 890px) {

    .section.product {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .section.product .col, .section.product .row {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section.product .col-full-description {
        padding-left: 18px;
    }

    .section.product .col-img {
        padding-right: 18px;
    }

    .tabs .tab-container {
        padding: 18px;
    }

    .section.product .col-full-description .h1 {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .tabs .tab-nav li a {
        font-size: 16px;
    }

    .technicals .item span.name.big {
        font-size: 16px;
    }

    .technicals .item span {
        font-size: 15px;
    }
}

@media screen and (max-width: 540px) {
    .section.product .col-full-description {
        width: 100%;
        padding-top: 18px;

    }

    .section.product .col-img {
        width: 100%;
    }

    .section.product .col-tabs {
        padding-left: 0;
        padding-right: 0;
    }

    .tabs .tab-nav li {
        width: 33.333%;
    }

    .tabs .tab-nav li a {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px;
        text-align: center;
    }

    .tabs .tab-nav li:first-child a {
        border-top-left-radius: 0;
    }

    .tabs .tab-nav li:last-child a {
        border-top-right-radius: 0;
    }

}