@import url('nav.css');
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;

}

body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #000;
    overflow-x: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
	  margin: 0;
    padding: 0;
}
/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

      #page-preloader.preloader {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: default;
    z-index: 9999;
    background: #fff; /* Tło dla preloadera */
}

.circle-container {
    position: relative; /* Ustawiamy kontener jako relatywny */
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader img {
    position: absolute; /* Grafika wewnątrz kontenera */
    top: calc(50% - 57.5px);
    transform-origin: 50% 115px; /* Obraca się wokół swojego środka */
    animation: spin 3s linear infinite; /* Animacja obrotu */
    width: auto; /* Rozmiar grafiki */
    height: 115px;
}

@keyframes spin {
    from {
        transform: rotate(0deg); /* Start */
    }
    to {
        transform: rotate(360deg); /* Pełny obrót */
    }
}


#page-preloader.preloader .animation-preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
}

#page-preloader.preloader .animation-preloader p {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    letter-spacing: 8px;
    align-items: center;
    margin: 20px 0 0;
    color: #3b3b3b;
}

#page-preloader.preloader .animation-preloader p span {
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 50px;
    background-color: #3b3b3b;
    animation: fade 1.5s alternate infinite;
}

#page-preloader.preloader .animation-preloader p span:nth-of-type(2) {
    animation-delay: 0.25s;
}

#page-preloader.preloader .animation-preloader p span:nth-of-type(3) {
    animation-delay: 0.5s;
}

#page-preloader.preloader .animation-preloader p span:nth-of-type(4) {
    animation-delay: 0.75s;
}

#page-preloader.preloader .animation-preloader p span:nth-of-type(5) {
    animation-delay: 1s;
}



#page-preloader.preloader .animation-preloader .txt-loading {
    font: normal 1.4em "Arial", sans-serif;
    text-align: center;
    user-select: none;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading {
    position: relative;
    color: rgba(0, 0, 0, 0.2);
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading::before {
    position: absolute;
    content: attr(data-text-preloader);
    font-family: "Arial", sans-serif;
    left: 0;
    top: 0px;
    opacity: 0;
    color: #000000;
    transform: rotateY(-90deg);
    animation: letters-loading 4s infinite;
}


#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2)::before {
    animation-delay: 0.2s;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3)::before {
    animation-delay: 0.4s;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4)::before {
    animation-delay: 0.6s;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5)::before {
    animation-delay: 0.8s;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6)::before {
    animation-delay: 1s;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7)::before {
    animation-delay: 1.2s;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8)::before {
    animation-delay: 1.4s;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(9)::before {
    animation-delay: 1.6s;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(10)::before {
    animation-delay: 1.8s;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(11)::before {
    animation-delay: 2s;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(12)::before {
    animation-delay: 2.2s;
}

#page-preloader.preloader .animation-preloader .txt-loading .letters-loading:nth-child(13)::before {
    animation-delay: 2.4s;
}

#page-preloader.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

#page-preloader.preloader .loader .row {
    height: 100%;
}

#page-preloader.preloader .loader .row .loader-section {
    padding: 0;
}

#page-preloader.preloader .loader .row .loader-section .bg {
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #ffffff;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes loader {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Główny kontener na treść */

.back-to-top {
    display: none;
    /* Ukryj przycisk na początku */
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 7px 15px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.back-to-top.show {
    display: none;
    /* Pokaż przycisk, gdy jest widoczny */
    opacity: 1;
}

.back-to-top:hover {
    transform: translateY(-5px);
    /* Delikatne przesunięcie do góry */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    /* Cień tylko na dole */
}

.back-button {
    position: fixed;
    bottom: 70px;
    /* Umieszcza go nad przyciskiem "Back to Top" */
    right: 20px;
    padding: 10px 15px;
    background-color: #555;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.back-button:hover {
    transform: translateY(-5px);
    /* Lekko przesuwa przycisk do góry */
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    /* Dodaje cień tylko na dole */
}

main {
    flex-grow: 1;
}

/* .page:not(.home) main, .single main {
	margin-top: 20px;
} */
.h1,
h1 {
    font-size: 1.4rem;
}

.h2,
h2 {
    font-size: 1.2rem;
}

.h3,
h3 {
    font-size: 1rem;
}

.h4,
h4 {
    font-size: .95rem;
}

.h5,
h5 {
    font-size: .9rem;
}

h1 {
    margin-bottom: 20px;
}

a {
    color: #000;
    position: relative;
}

a:hover {
    color: #888;
    text-decoration: none;
}

a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: 0px;
    left: 0;
    background: linear-gradient(to right, #000, #888);
    transition: 500ms cubic-bezier(.8, 0, .2, 1);
    z-index: -1;
}

a:hover:after {
    width: 100%;
}
.logotype-wrap:hover {
	opacity:1;
	color:inherit;
}
/* Wyłączenie efektu dla <a> z klasą slider-item */
a.slider-item:after,
a.slider-item:hover:after,
a.logotype-wrap:after,
a.logotype-wrap:hover:after,
a.btn-more:after,
a.btn-more:hover:after {
    content: none;
}

p {
    font-size: .9rem;
    line-height: 1.4;
}

.main-wrap-container {
    padding: 10px;
}

.page-title {
    letter-spacing: 1.5px;
    font-size: 1.4em;
    font-weight: 700;
}

/* Button more */
.btn-more {
    background-image: url(../img/icons/arrow-right.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;

    cursor: pointer;
    height: 20px;
    width: 40px;
    right: 0;
    margin-top: 30px;
    transition: background-position 0.3s ease;
    /* Animacja zmiany pozycji */
}

.btn-more:hover {
    background-position: 10px center;
    /* Przesuwa obrazek w prawo o 10px */
}

/*logotype*/
header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 0 10px;
    background-color: #fff;
    transition: all 0.3s ease;
    /* Płynna animacja dla zmiany pozycji */
	z-index: 999;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Opcjonalnie: cień dla lepszej widoczności */
}

.logotype-wrap {
    width: 100%;
    display: flex;
    align-items: baseline;
    font-size: 28px;
    color: #000;
    padding: 0px 40px 0 15px;
line-height:28px;
}

.logotype-left {
    float: left;
	width:auto;
	height:28px;
	max-width:100%;
}

.logotype-center {
    width: 100%;
    display: flex;
    height: 2px;
    background-color: #000;
    margin-left: 7px;
    margin-right: 7px;
}

.logotype-right {
    float: right;
	
	width:auto;
	height:28px;
	max-width:100%;
}
/* 
.logotype-wrap:hover {
    opacity: .7;
}

.logotype-wrap:hover .logotype-center {
 opacity: .7;
} */

.main-section {
    margin-top: 20px;
}

/*slideshow*/
.slider-section {
    display: flex;
    flex-direction: column;
}


.slider-container {
    position: relative;
width:100%;
    /* Szerokość kontenera slidera */
    overflow: hidden;
    height: auto;
       padding: 0;
    margin: auto 0 auto auto;
	display:flex;
	align-content:space-between;
}

.slider-track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    max-width: fit-content;
    width: max-content;
	height:100%;
    /* Dopasowuje szerokość tracka do ilości slajdów */
}

/* .slider-track .slide-group {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
    justify-content: space-between;
    width: calc(100% / 4.5);
    margin-right: 15px;
    box-sizing: border-box;
}

.slider-item {
    text-align: center;
    margin-bottom: 15px;
} */

.slider-track {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    column-gap: 18px;
    row-gap: 18px;
    box-sizing: border-box;
    max-width: fit-content;

	    justify-content: space-between;
}
.slider-track .slider-item:first-child {
	justify-content: start;
}
.slider-track.slider-item:last-child {
	justify-content: end;
}
.slider-item {
    margin-bottom: 5px;
	 width: 250px;
    flex-shrink: 0;
}

.slider-product-image-container {
    position: relative;
    width: 100%;
    /* Szerokość ustawiana przez JS */
    min-height: 374px;
    /* Stała wysokość */
    overflow: hidden;
    border: 0.5px solid #E7EAE9;
	 width: 100%;
    aspect-ratio: 4 / 3;
    max-height: 374px;
    overflow: hidden;
	transition: all 0.3s ease;

}
.slider-product-image-container:hover {
	    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    border-width: 1px;
    border-color: #000;
    border-top-style: inset;
	transition: all 0.3s ease;
}
.slider-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Proporcja 3:4 zachowana */
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.slider-product-image:first-child {
    opacity: 1;
}

.slider-product-image:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1);
    /* Początkowa skala */
}

.slider-product-image-container:hover .slider-product-image:first-child {
    opacity: 0;
    /* Pierwszy obraz stopniowo znika */
}

.slider-product-image-container:hover .slider-product-image:nth-child(2) {
    opacity: 1;
    /* Drugi obraz stopniowo się pojawia */
    transform: scale(1.05);
    /* Lekkie powiększenie drugiego obrazu */
}

.slider-item-title {
    font-size: 16px;
    color: #000;
    text-align: left;
/*     font-weight: 600; */
}
.slider-item-title span {
	display:block;
	font-weight:200;
}
/* Strzałki ukryte domyślnie */

.prev-slide {
    background-image: url(../img/icons/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    display: block;
}

.next-slide {
    background-image: url(../img/icons/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    display: block;
}

.prev-slide,
.next-slide {
    position: absolute;
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 100%;
    background-color: #fff;
    border: none;
    cursor: none;
    display: none;
    z-index: 10;
    transition: background-color 0.3s ease;
/*     -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); */
    outline: none;
}

.prev-slide:focus,
.next-slide:focus {
    outline: none;

}

.prev-slide:hover,
.next-slide:hover {
    background-color: #fff;
}

.prev-slide {
    left: 0;
}

.next-slide {
    right: 7px;
}
/* .slider-container .prev-slide,
.slider-container .next-slide {
    display: none; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slider-container:hover .prev-slide,
.slider-container:hover .next-slide {
    display: block;
    opacity: 1;
} */

/* Gradient po lewej stronie, początkowo ukryty */


/* Gradienty */
.gradient-left,
.gradient-right {
    position: absolute;
    top: 0;
    height: 100%;
    width: 15%;
    z-index: 5;
    display: none;
    pointer-events: none;
}

.gradient-left {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
}

.gradient-right {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0));
}



/*** slideshow home ****/
@media (max-width: 991px) {
    .slider-track .slide-group {
        display: flex;
        flex-direction: row;
        /* justify-content: space-between; */
        width: fit-content;
        box-sizing: border-box;
    }


    .slider-product-image-container {
        width: 100%;
        /* Szerokość dopasowana do kontenera */
        aspect-ratio: 3 / 4;
        /* Zachowanie proporcji obrazu 3:4 */
       max-height: 374px;
        /* Usuń ograniczenie wysokości */
    }

    .slider-product-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Zachowanie proporcji */
    }
}



.slide-group {
    margin-right: 15px;
    /* Margines między slajdami */
    box-sizing: border-box;
}


.split-slideshow {
    position: relative;
    height: 460px;	
        margin-bottom: 18px;
    
}

.split-slideshow .menu-item {
    position: absolute;
    z-index: 2;
    top: 18px;
}

.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 460px;
    overflow: hidden;

}

.slideshow .slider {

    width: 100vw;
    height: 460px;
    z-index: 2;
}

.slideshow .slider * {
    outline: none;
}

.slideshow .slider .item {
 height: 100%;
	max-height: 460px;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateZ(0); /* Poprawka renderowania */
}

.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slideshow .slick-vertical .slick-slide {
	border:0!important;
}
.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    left: auto;
    z-index: 2;
    color: #fff;
    display: block;
}

.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}

.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}

.slideshow .slick-dots li button:before {
    content: "";
    background: #000;
    color: #000;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}

.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}

.slideshow.slideshow-right {
	
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;

}

.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;

}

.slideshow-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-size: 80px;
    width: 100vw;
    text-align: center;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 100;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 20px;
    line-height: 0.8;
}


.the-most {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50vw;
    max-width: 200px;
    padding: 10px;
}

.the-most img {
    max-width: 100%;
}

/*product slider*/

.next_btn,
.previous_btn {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    display: block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    padding: 10px;
    top: 50%;
    border-radius: 100%;
    background-color: #fff;
    transform: translateY(-50%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: background-size 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.gallery-img {
	display:flex;
	flex-wrap:wrap;
	column-gap:10px;
	row-gap:10px;
	justify-content:space-between;
}
.gallery-img .gallery-item {
	flex-basis: calc(50% - 5px);
	width: calc(50% - 5px);
/* 	flex-basis:50%; */
	aspect-ratio: 3 / 4;
}
/* Pozycjonowanie przycisków */
.next_btn {
    background-image: url(../img/icons/arrow-right.svg);
    right: -10px;
}

.previous_btn {
    background-image: url(../img/icons/arrow-left.svg);
    left: -10px;
}

.next_btn:hover,
.previous_btn:hover {
    background-size: 70%;
    /* animowany rozmiar */
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    /* animacja cienia */
}

.slider-product {
    margin: 0 auto;
    width: 100%;
    max-width: 680px;
    position: relative;
}



.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

.slide:first-child {
    display: block;
}

.slide_viewer {
    max-width: 680px;
    /* Maksymalna szerokość slidera */
    width: 100%;
    aspect-ratio: 3 / 4;
    /* Ustawienie proporcji 4:5 dla wyższej niż szerszej */
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.thumbnail {
    width: 100%;
    height: 100%;
    /* Zapewnienie pełnego wypełnienia kontenera */
    position: relative;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Dopasowuje obraz do kontenera bez zniekształcenia */
    display: block;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: .7;
}

.content-wrap {
    margin: 0 auto;
/*     max-width: 680px; */
	 max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.content-wrap h3,
.content-wrap div {
    flex: 1;
}

.content-wrap h3 {
    font-size: 1.125rem;
/*     font-weight: 600; */
}
.content-wrap h3 span {
	display:block;
/* 	font-weight:200; */
}
.content-wrap .product-description p {
    font-size: .875rem;
    line-height: 1.3;
/*     zoom: .9; */
}


/*main style*/


/*Page contact*/


.contact-details {
    margin: 20px 0;
}

.contact-details p {
    margin-bottom: 20px;
}

.contact-form,
#forminator-module-282,
#forminator-module-97 {
    position: relative;
    margin-top: 50px;
}

.contact-form .form-field,
#forminator-module-282 .forminator-field,
#forminator-module-97 .forminator-field {
    position: relative;
    margin: 0 0 20px;
}

.contact-form .form-field span,
#forminator-module-282 span {
    font-weight: 600;
    font-size: .8rem;
    margin-bottom: 10px;
}
#forminator-module-100 .forminator-checkbox-label {
	margin:0;
}
.contact-form .form-field p,
#forminator-module-282 p {
    font-size: .8rem;
}

.contact-form .form-field .input-checkbox,
#forminator-module-282 input[type=checkbox] {
    font-size: .8rem;
    font-weight: 500;
}


.contact-form .input-text,
#forminator-module-282 input,
#forminator-module-282 textarea,
#forminator-module-97 input {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 1.5px 0;
    border-color: #c4c4c4;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}

.contact-form .form-field input[type=checkbox],
#forminator-module-282 input[type=checkbox] {
    margin-right: 10px;
	    display: inline-block;
    float: left;
    width: auto;
}
.contact-form .input-text:focus,
#forminator-module-97 #email-1 input:focus,
#forminator-module-97 #email-1 .forminator-is_active,
#forminator-module-282 input:focus,
#forminator-module-282 .forminator-is_active,
#forminator-module-282 textarea:focus {
    outline: none;
}

.contact-form .label,
#forminator-module-97 #email-1 .forminator-label,
#forminator-module-282 .forminator-label {
    position: absolute;
    bottom: 25px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #c4c4c4;
    cursor: text;
    transition: transform 0.2s ease-in-out;
}

.contact-form .input-text:focus+.label,
.contact-form .input-text.not-empty+.label,
input:focus+.forminator-label,
#forminator-module-97 #email-1 input:focus-visible+.forminator-label,
#forminator-module-97 #email-1 input.not-empty+.forminator-label,
#forminator-module-97 #email-1 .forminator-is_active .forminator-label,
#forminator-module-282 input:focus-visible+.forminator-label,
#forminator-module-282 input.not-empty+.forminator-label,
#forminator-module-282 .forminator-is_active .forminator-label {
    transform: translateY(-20px);
}


.contact-form .submit-btn,
#forminator-module-97 .forminator-button-submit,
#forminator-module-282 .forminator-button-submit {
    display: inline-block;
    background-color: #000;
    color: #fff;
    border: 2px solid transparent;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.contact-form .submit-btn:hover,
#forminator-module-97 .forminator-button-submit:hover,
#forminator-module-282 .forminator-button-submit:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    transition: all 0.2s ease;
}

.subscribe-form,
#forminator-module-97 {
    width: 100%;
    margin-top: 40px;
}

.subscribe-form .form-field,
#forminator-module-97 .forminator-field {
    margin: 0;
}

.subscribe-form .submit-btn,
#forminator-module-97 .forminator-button-submit {
    position: absolute;
    right: 0;
    top: -70px;
}
#forminator-module-97 {
	margin-bottom:0;
}
.forminator-error-message {
    color: red;
    position: absolute;
    font-size: 1rem;
}

.note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-family: Lusitana, serif;
    font-size: 16px;
    line-height: 21px;
}

.note .link {
    color: #888;
    text-decoration: none;
}

.note .link:hover:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0px;
    left: 0;
    background: linear-gradient(to right, #000, #888);
    transition: 500ms cubic-bezier(.8, 0, .2, 1);
    z-index: -1;
}

.note .link:hover:after {
    width: 100%;
}

/*Footer*/
footer {
    padding: 70px 15px 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: end;
    position: inherit;
    bottom: 0;
    top: auto;
	flex-direction:column;
}

.footer-wrap, .footer-wrap-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.footer-wrap ul {
    column-count: 3;
    list-style: none;
    font-size: 1.4em;
}

.footer-wrap h3,
.widget-wrap>a {
    font-size: 1rem;
	line-height:1;
    margin-bottom: 25px;
    font-weight: 400;
}



/* .widget-wrap>a:last-child {
    margin-bottom: 0;
} */

.widget-wrap>a.active {
    color: #c4c4c4;
}

.footer-wrap ul li {
    margin-bottom: 20px;
}

.social-wrap {
    display: flex;
    flex-direction: row;

		column-gap:20px;
	}
.social-wrap a {
/*     margin-right: 10px;
    margin-top: 5px;
    font-size: 1rem; */
	font-size: .850rem;
	line-height:1;
    margin-bottom: 10px;
    font-weight: 400;
}

/* page collection*/
.collection-item {
    margin-bottom: 15px;
}

.collection-item:hover .collection-thumbnail img {
    transform: scale(1.1);
    /* Powiększenie obrazu o 10% */
    cursor: pointer;
}

.collection-thumbnail {
    width: 100%;
    /* Ustaw stałą szerokość */
    height: 270px;
    /* Ustaw stałą wysokość */
    overflow: hidden;
    /* Ukrywa nadmiar obrazu */
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.collection-thumbnail img {
	object-fit:cover;
	width:100%;
    transition: transform 0.3s ease;
    /* Płynna animacja przy powiększaniu i zmniejszaniu */
}

.collection-item:hover .collection-thumbnail img {
    transition: transform 0.3s ease;
    /* Płynna animacja powiększenia */
}

.collection-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* Dostosowuje obraz, aby wypełniał kontener, zachowując proporcje */
}

.collection-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 25px;
}

.collection-info p {
    font-size: 1rem;
/*     zoom: .9; */
}

.collection-info h4 {
    font-weight: 400;
	min-width:120px;
}
#collection-info img {
	margin: 5px 0;
}
#collection-info .img-wrap {
display:flex;
	flex-wrap:wrap;
	column-gap:10px;
	row-gap:10px;
	justify-content:space-between;
}

#collection-info .img-wrap img {
	flex-basis:calc(50% - 5px);
	width:calc(50% - 5px);
/* 	flex-basis:50%; */
	aspect-ratio: 3 / 4;
}
#collection-info .img-baner {
	width:100%;
}
#collection-info .collection-content {
	margin:5px 0;
}
/*widget*/
.widget-wrap {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    margin-bottom: 10px;
}

.widget-wrap p {
    font-size: 1rem;

}

.widget-left {
    flex-basis: 100%;
}

.widget-center {
    flex-basis: 100%;
	margin-bottom:0;
}

.widget-right {
    flex-basis: 100%;
}

@media (max-width:991px) {
    .container {
        max-width: 100%;
    }
	.gallery-img .gallery-item {
		flex-basis:100%;
	}
}

@media (min-width: 576px) {}

@media (min-width:768px) {
    .slide_viewer {
        max-width: 550px;
    }

/*     .content-wrap {
        max-width: 550px;
    }
 */
    .next_btn,
    .previous_btn {

        width: 55px;
        height: 55px;
    }

    /* Pozycjonowanie przycisków */
    .next_btn {
        background-image: url(../img/icons/arrow-right.svg);
        right: -10px;
    }

    .logotype-wrap {
        font-size: 26px;
    }

    .previous_btn {
        background-image: url(../img/icons/arrow-left.svg);
        left: -10px;
    }
    .footer-wrap, .footer-wrap-left {
        flex-direction: row;
    }
	.footer-wrap-left {
	text-align:center;
		justify-content:center;
}
}

@media (min-width:992px) {
	.logotype-wrap {
    padding: 0px 7px 0 7px;

}
	.logotype-left {
	height:28px;
}


.logotype-right {
	height:28px;
}

    #page-preloader.preloader .animation-preloader .txt-loading {
        font: normal 2em "Arial", sans-serif;
        text-align: center;
        user-select: none;
    }

    .h1,
    h1 {
        font-size: 1.9rem;
        margin-bottom: 40px;
    }

    .h2,
    h2 {
        font-size: 1.8rem;
    }

    .h3,
    h3 {
        font-size: 1.6rem;
    }

    .h4,
    h4 {
        font-size: 1.3rem;
    }

    .h5,
    h5 {
        font-size: 1.1rem;
    }

    h1 {
        margin-bottom: 20px;
    }


    p {
        font-size: 1rem;
        line-height: 1.3;
    }

    .page-title {
        font-size: 1.8rem;
    }

    header {
        padding: 7px 0 25px;

    }

    .main-section {
        margin-top: 0;
    }

/*     .logotype-wrap {
        padding: 5px 15px 5px;

    } */


    .contact-details {
        margin: 50px 0;
    }

    .split-slideshow {
        margin-bottom: 18px;
    }

    .slider-section {
        display: flex;
        flex-direction: column;
		align-items:center;
		justify-content:start;
		width:calc(100% - 166px);
		margin:auto 0 auto auto;
    }

/*     .slider-product-image-container {
        height: 55vh;
    } */

    /* .slider-track .slide-group {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% / 4.5);
    margin-right: 15px;
    box-sizing: border-box;
}

*/
    .slider-product {
        margin: 0 auto;
        width: 100%;
        max-width: 680px;
        position: relative;
    }

    .slide_viewer {
        max-width: 680px;
    }

/*     .content-wrap {
        max-width: 470px;
        width: 100%;
        column-gap: 10px;
        flex-direction: row;
    } */
 .content-wrap {
        width: 100%;
	 max-width:680px;
        column-gap: 10px;
        flex-direction: row;
        align-items: baseline;
        justify-content: start;
        margin: 20px auto;
	}
    .content-wrap h3 {
        flex: 0 0 45%;
        font-size: 1.125rem;
    }

    .content-wrap div {
        flex: 0 0 55%;
    }

    .next_btn,
    .previous_btn {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90%;
        display: block;
        width: 70px;
        height: 70px;
        cursor: pointer;
        position: absolute;
        padding: 10px;
        top: 45%;
        border-radius: 100%;
        background-color: #fff;
        transform: translateY(-50%);
        box-shadow: none;
        transition: background-size 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    }

    /* Pozycjonowanie przycisków */
    .next_btn {
        left: calc(100% + 40px);
        right: auto;
    }

    .previous_btn {
        right: calc(100% + 40px);
        left: auto;
    }

    .next_btn:hover,
    .previous_btn:hover {
        background-size: 70%;
        /* animowany rozmiar */
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    }

    footer {
        padding: 140px 7px 40px;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: end;
        position: inherit;
        bottom: 0;
        top: auto;
		flex-direction:row;
    }
	.widget-left {
    flex-basis: 33%;
}

.widget-center {
    flex-basis: 33%;
	margin-bottom:0;
}
.widget-wrap a:last-child {
	margin-bottom:0;
}
	.footer-wrap {
		
	justify-content:end;
	}
    .widget-wrap {
        margin-bottom: 30px;
		flex-direction:column;
		
	    justify-content:start;
    }
	
	.widget-right {
		flex-direction:column;
		flex-basis:33%;
		padding-left:20px;
	}
	.widget-center h3, .widget-center>a {
		margin:0 20px;
	}
    .collection-thumbnail {
        height: 330px;
    }
	
/*     .main-content {
        display: flex;
        flex-direction: row;
    }
 */
    .main-section {
        flex-basis: 50%;
    }

    .contact-form {
        margin-top: 0px;
    }

    .widget-wrap p {
        font-size: 1rem;
        zoom: 1;
    }
	.footer-wrap h3,
    .widget-wrap>a {
        font-size: 1.250rem;
		line-height:1;
		margin-bottom:20px;
    }
	.footer-wrap-left .widget-wrap>a {
		font-size:2rem;
	}
	.offset-xl-3 {
        margin-left: 15%;
    }
	    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
	}
	.col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
	
.col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
.back-to-top.show {
display:block;
	}
  
    /* .slideshow .slider .item {
        height: 60vh;
    } */
.split-slideshow,
    .slideshow .slider,
    .slideshow {
        height: 550px;
    }
.slideshow .slider .item {
        height: 100%;
	max-height:550px;
    }
    .footer-wrap {
        width: 100%;
        margin: inherit;
    }

/*   .footer-wrap h3,
    .widget-wrap>a {
        font-size: 1.8rem;
		line-height:1.5;
    } */
    /* .container {
        max-width: 910px;
        display: flex;
        height: 100%;

    } */
/* 	 .slider-product-image-container {
        height: 52vh;
    } */
	.collection-info h4 {
	min-width:130px;
}
	.collection-item {
		margin-bottom:30px;
	}
	#collection-info img {
	margin: 15px 0;
}
#collection-info .img-wrap {
display:flex;
	flex-wrap:wrap;
	column-gap:10px;
	row-gap:10px;
	justify-content:space-between;
}

#collection-info .img-wrap img {
	flex-basis:calc(50% - 5px);
	width: calc(50% - 5px);
/* 	flex-basis:50%; */
	aspect-ratio: 3 / 4;
}

#collection-info .collection-content {
	margin:15px 0;
}

}
@media (min-width: 1560px) {
	.split-slideshow,
    .slideshow .slider,
    .slideshow {
        height: 600px;
    }
.slideshow .slider .item {
        height: 100%;
	max-height:600px;
    }
	 .slider-section {
		width:calc(100% - 195px);
    }
	.prev-slide {
    background-image: url(../img/icons/arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    display: block;
}

.next-slide {
    background-image: url(../img/icons/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    display: block;
}

.prev-slide,
.next-slide {
    position: absolute;
    width: 65px;
    height: 65px;
    padding: 10px;
    border-radius: 100%;
    background-color: #fff;
    border: none;
    cursor: none;
    display: none;
    z-index: 10;
    transition: background-color 0.3s ease;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    outline: none;
}


/* 	.slider-product-image-container {
		height:47vh
	} */
}
@media (min-width: 1920px) {
    .h1,
    h1 {
        font-size: 2.2rem;
    }

    .h2,
    h2 {
        font-size: 2.1rem;
    }

    .h3,
    h3 {
        font-size: 2.1rem;
    }

    .h4,
    h4 {
        font-size: 1.9rem;
    }

    .h5,
    h5 {
        font-size: 1.7rem;
    }

/*     .footer-wrap h3,
    .widget-wrap>a {
        font-size: 2rem;
		line-height:1.6;
    } */

    .page-title {
        font-size: 2.1rem;
    }

    p {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .main-section {
        margin-top: 20px;
    }

    .slider-item-title {
        font-size: 20px;
    }

.slider-item {
	 width: 350px;
}
.slider-product-image-container {
    min-height: 474px;
    max-height: 474px;

}
    /* .slideshow .slider .item {
        height: 70vh;
    } */
	.split-slideshow,
	.slideshow,
    .slideshow .slider {
        height: 750px;
    }
	.slideshow .slider .item {
        height: 100%;
		max-height: 750px;
    }

/*     .footer-wrap {
        width: 50%;
    } */
	.widget-center {
    flex-basis: 33%;
}
.footer-wrap {
        width: 60%;
    }
	.footer-wrap-left {
		width:40%;
	}
		.widget-right {
		padding-left:30px;
	}
	.widget-center h3, 
	.widget-center>a {
		margin:0 30px 25px;
	}
    .social-wrap a {
/*         font-size: 1.6rem;
		line-height:1.6;
        margin-top: 10px; 
		        font-size: 2.2rem;
        line-height: 1.6;*/
    }

/*     .slider-product-image-container {
        height: 52.5vh;
    } */
	
/* .split-slideshow .slick-dots {
    height: 20px;
    bottom: 15px;
}

.split-slideshow .slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.split-slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 20px;
}

.split-slideshow .slick-dots li button:before {
    height: 20px;
    width: 20px;
}

.split-slideshow .slick-dots li.slick-active button:before {
    width: 20px;
} */
	.collection-thumbnail {
        height: 370px;
    }
		 .content-wrap {
	 max-width: 680px;
	}
		.collection-info h4 {
	min-width:140px;
}
}
@media (min-width: 2560px) {
.offset-xl-3 {
        margin-left: 25%;
    }
	    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #page-preloader.preloader .animation-preloader .txt-loading {
        font: normal 3em "Arial", sans-serif;
        text-align: center;
        user-select: none;
    }

    .h1,
    h1 {
        font-size: 2.8rem;
    }

    .h2,
    h2 {
        font-size: 2.5rem;
    }

    .h3,
    h3 {
        font-size: 2.2rem;
    }

    .h4,
    h4 {
        font-size: 2rem;
    }

    .h5,
    h5 {
        font-size: 1.8rem;
    }

    h1 {
        margin-bottom: 20px;
    }

    .logotype-wrap {
        font-size: 3.2rem;

    }

    .page-title {
        font-size: 2.8rem;
    }

    p {
        font-size: 1.8rem;
        line-height: 1.4;
    }

    .slider-product {
        margin: 0 auto;
        width: 100%;
        max-width: 720px;
        position: relative;
    }

    .slide_viewer {
        max-width: 720px;
    }

    .content-wrap {
/*         max-width: 720px; */
        width: 100%;
        column-gap: 10px;
        flex-direction: row;
    }

    .content-wrap h3 {
        font-size: 1.3rem;
    }
	.collection-info h4 {
	min-width:144px;
}
/*     .slider-product-image-container {
        height: 55vh;
    } */

    .next_btn,
    .previous_btn {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        width: 100px;
        height: 100px;
        cursor: pointer;
        position: absolute;
        padding: 10px;
        top: 50%;
        border-radius: 100%;
        background-color: #fff;
        transform: translateY(-50%);
        transition: background-size 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    }

    /* Pozycjonowanie przycisków */
    .next_btn {
        left: calc(100% + 100px);
    }

    .previous_btn {
        right: calc(100% + 100px);
    }

    .next_btn:hover,
    .previous_btn:hover {
        background-size: 70%;
        /* animowany rozmiar */
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    }

    .content-wrap h3 {
        font-size: 1.5rem;
    }

    .content-wrap h3 {
        flex: 1;
    }

    .content-wrap div {
        flex: 1;
    }

    .collection-info p {
        font-size: 1.2rem;
/*         zoom: 1; */
    }

    .footer-wrap h3,
    .widget-wrap>a {
        font-size: 1.250rem;
        margin-bottom: 20px;
    }
.footer-wrap-left .widget-wrap>a {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .social-wrap a {
        margin-top: 10px;
        font-size: .850rem;
    }

    .widget-wrap p {
        font-size: 1.3rem;
        zoom: 1;
    }
	.collection-thumbnail {
        height: 400px;
    }
	.split-slideshow,
    .slideshow .slider,
    .slideshow {
        height: 800px;
    }
.slideshow .slider .item {
        height: 100%;
	max-height:800px;
    }
}

/* 
.gallery--overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 5% 0;
    background: rgba(25, 26, 30, 0.95);
    box-sizing: border-box;
    z-index: 9999;
}

.gallery--overlay .js-slick {
    color: #fff;
}

.gallery__close {
    margin-bottom: 2em;
    margin-right: 5%;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    float: right;
}

.gallery__close-icon {
    font-style: normal;
    font-size: 2em;
    vertical-align: middle;
    margin-left: 0.5em;
}

.gallery__container {
    max-width: 900px;
    margin: 0 auto;
    clear: both;
}


.slick {

    width: 100%;
}

.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: auto;
    transition: opacity 0.5s, transform 0.5s;
}

.slick-slide:not(.slick-active) {
    opacity: 0.3;
    transform: scale(0.85);
}

.slick-slide:focus {
    outline: none;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background: none;
    border: none;
    color: inherit;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    z-index: 1;
}

.slick-arrow::before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 1px;
    width: 6em;
    background: currentColor;
}

.slick-prev {
    left: 10px;
    z-index: 10;
    font-size: 20px;
}

.slick-next {
    right: 10px;
    z-index: 10;
    font-size: 20px;
}

.slick-arrow--prev::before {
    right: 0;
}

.slick-arrow--next::before {
    left: 0;
}

.slick-arrow[class*=disabled] {
    opacity: 0.25;
}

.slick-dots {
    bottom: -30px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    position: relative;
    pointer-events: none;
}

.slick-dots li:not(.slick-active) {
    display: none;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #fff;
}

.slick-dots li.slick-active button:before {
    color: #fff;
}

.slick-dots li .slick-dots-current {
    -webkit-animation: slick-dot-opening 0.5s;
    animation: slick-dot-opening 0.5s;
}

@-webkit-keyframes slick-dot-opening {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slick-dot-opening {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slick-dots-button {
    padding: 0;
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    outline: none;
    font-size: 11px;
    letter-spacing: 0.2em;
}

.slick-dots-current,
.slick-dots-total {
    display: inline-block;
}

.slick-dots-separator {
    position: relative;
    margin: 0 1em;
}

.slick-dots-separator::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 1px;
    height: 2em;
    background: currentColor;
    transform: rotate(7deg) translateY(-50%);
}

.gallery--carousel .slick-slide-container {
    display: flex;
    flex-direction: column;
    width: auto;
    box-sizing: border-box;
}

.carousel-image {
    height: 300px;
    width: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    margin: 0 auto;
}

.slick-footer {
    margin-top: 5px;
    font-size: .7rem;
}

.gallery--carousel .slick-arrow--prev {
    display: none;
}

.gallery--carousel .slick-arrow--next {
    right: 10%;
}

.gallery--carousel .slick-dots {
    padding-top: 0;
    padding-right: 31%;
    box-sizing: border-box;
    text-align: right;
} */
.collection-wrap {
	position: relative;
}
.flickfeed .slick-slide {
    margin: 1px;
    height: inherit !important;
}

.flickfeed .slick-slide>div {
    height: 100% !important;
}

.flickfeed div.next-slide, .flickfeed div.prev-slide {
    position: absolute;
    top: 40%;
    transform: translateX(-45%);
}

.flickfeed div.prev-slide {
    left: 50px;

}

.flickfeed div.slick-disabled {
    opacity: 0 !important;
}



.flickfeed .slick-initialized {
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.flix-parents {
    overflow: hidden;
    position: relative;
    z-index: 5;
    overflow: hidden;
    height: auto;
    /* Dynamiczna wysokość sekcji */
    position: relative;
}

.flixer {
    position: relative;
    z-index: 5;
    height: 500px;
}

.video-list-slider {
    background: 0 0;
	padding:0!important;
    border: none;
    border-radius: 0;
    overflow: visible;
}

.flickfeed .slick-list {
    overflow: visible;
    padding: 0 7px;
    /* Wyrównanie paddingów na krawędziach */
}

/* .flickfeed .slick-slide .card {
    border-radius: 0px;
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.3s;
    border: 0;
}

.slick-slide {
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0.3s;
} */

.flickfeed .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Proporcja 3:4 zachowana */
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.flickfeed .slick-slide img:first-child {
    opacity: 1;
}

.flickfeed .slick-slide img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(1);
    /* Początkowa skala */
}

.flickfeed .card:hover img:first-child {
    opacity: 0;
    /* Pierwszy obraz stopniowo znika */
}

.flickfeed .card:hover img:nth-child(2) {
    opacity: 1;
    /* Drugi obraz stopniowo się pojawia */
    transform: scale(1.05);
    /* Lekkie powiększenie drugiego obrazu */
}


.flickfeed .slick-track {
    display: flex !important;

    max-width: fit-content;
    /* Odstęp między slajdami */
}

.flickfeed .slick-slide {
    margin: 0 3.5px;
    /* Usunięcie wewnętrznych marginesów */
    height: inherit !important;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    box-sizing: border-box;
}

.flickfeed .slick-slide>div {
    height: auto !important;
}

.flickfeed .card {
    width: auto;
    /* Automatyczna szerokość */
    height: auto;
    max-width: 100%;
    /* Utrzymanie proporcji 3:4 */
    aspect-ratio: 3 / 4;
    /* Proporcje 3:4 */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}


.flickfeed .back {
    font-size: 16px;
    width: 100%;
    padding: 0;
    margin-top: 5px;
    text-align: left;
    font-weight: 600;
}


.flickfeed .slick-disabled {
    opacity: 0 !important;
}
.duo-images {
	position:relative;
	margin-bottom: 18px;
}
.duo-wrap {
    display: flex;
    width: 100%;
    height: 70vh;
    max-height: 750px;
    min-height: 350px;
}

.duo-photo {
    width: 50%;
    background-size: cover;
    background-position: top center;
    position: relative;
}

/* TEKST */
.duo-caption {
    position: absolute;
    max-width: 100%;
    padding: 50px 10px 25px;
    line-height: 1.4;
}

/* góra */
.duo-caption--top {
    top: 0;
    left: 0;
}
.duo-caption--top {
	position: relative;
	color: black;
}
.duo-images p {
	font-size: 1rem;
	line-height:1.2;
	
}
.duo-caption {
    color: black; /* domyślnie czarny */

    position: absolute;
    max-width: 90%;
    text-shadow: 1px 0px 2px white, -1px 0px 2px white; /* zapewnia czytelność na ciemnym tle */
}

.duo-caption--bottom {
    bottom: 10px;
    left: 10px;
}
/* dół */
.duo-caption--bottom {
    bottom: 0;
    left: 10%;
    font-size: 16px;
}

/* MOBILE */
@media (max-width: 768px) {
    .duo-wrap {
        flex-direction: column;
        height: auto;
        max-height: none;
    }

    .duo-photo {
        width: 100%;
        height: 50vh;
        max-height: 754px;
    }

    .duo-caption {
        max-width: 90%;
    }
}
