.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);
    border-radius: 0px;
    margin: 0;
    padding: 0;
    background-color: white;
    overflow: hidden;
    clip-path: polygon(
        80px 0,        /* trochę w prawo od lewego górnego rogu */
        100% 0,
        100% calc(100% - 80px), /* trochę w górę od prawego dolnego */
        calc(100% - 80px) 100%, /* ścięcie dolnego prawego */
        0 100%,
        0 80px         /* trochę w dół od lewego górnego */
      );
}

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

}

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

.section.product .col-img .swiper-button-prev, .section.product .col-img .swiper-button-next {

}

.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: -5px;
}

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

.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: 26px;
    font-weight: 900;
    color: #ff7f27;
}

.product-slider .row.top .h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    font-weight: 900;
}


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

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

.product-slider  .img-container {
    aspect-ratio: 4/4;
    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: 0;
    clip-path: polygon(
        30px 0,              /* góra lewa */
        calc(100% - 30px) 0, /* góra prawa */
        100% 30px,           /* prawa góra */
        100% calc(100% - 30px), /* prawa dół */
        calc(100% - 30px) 100%, /* dół prawa */
        30px 100%,           /* dół lewa */
        0 calc(100% - 30px), /* lewa dół */
        0 30px               /* lewa góra */
      );
}
}

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

.product-slider .text .h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -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, .product-slider .swiper-button-next::before, .product-slider .swiper-button-prev::before {
    background-color: #2f2f2f;
    color: white;
}


.product-slider .swiper-button-next {
}

.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;
        padding-left: 24px;
        padding-right: 24px;
    }

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

    .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;
    }

    .product-slider .row.top .h2 {
        font-size: 20px;
    }

    .product-slider .row.top .h1 {
        font-size: 30px
    }
}

@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;
    }

    .product-slider .img-container {
        width: 70%;
        margin-left: 15%;
    }

}