.homepage-cat h2 {
        text-align:center;
        color: #333;
        letter-spacing: 0.3rem;
        padding: 10px 0;
        line-height: 2.9rem;
        margin-bottom: 1rem;
        font-weight: 600;
        font-size: 2rem;
        text-align: left;
        text-decoration: none;
        font-family: 'Lato', 'Poppins', Arial, sans-serif;
      
    }
    .homepage-cat img {
      max-width: 220px;
      border-radius: 20px;
      margin-bottom: 15px;
      
    }
    .homepage-cat img:hover {
        opacity: 0.9;
        
    }
    .homepage-cat a {
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
    }
    .homepage-cat-item div {
        text-align: center;
        display: flex;
        vertical-align: middle;
        text-transform: uppercase;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .homepage-cat-item div div {
        text-align: center;
        display: inline-grid;
        max-width: 400px;
        min-width: 130px;
    }


    .banerstr1 img {
        max-width: 380px;
        padding: 0 5px;

    }
    .banerstr1 img:hover {
        opacity: 0.9;
        
    }
    .banerstr1 a {
        text-decoration: none;
    }
    .banerstr1 div {
        margin-top: 40px;
    }
     @media only screen and (max-width: 1510px){
    .homepage-cat img {
        max-width: 200px;
        justify-content: space-around;
        }
    }
     @media only screen and (max-width: 1380px){
    .homepage-cat img {
        max-width: 200px;
        justify-content: space-around;
        }
     }
    @media only screen and (max-width: 1255px){
    .homepage-cat img {
        max-width: 170px;
        justify-content: space-around;
        }
     }
    @media only screen and (max-width: 1075px){
    .homepage-cat img {
        max-width: 140px;
        justify-content: space-around;
        }
     }
    @media only screen and (max-width: 950px){
    .homepage-cat img {
        max-width: 150px;
        }
        .homepage-cat-item div {
        flex: 0 0 30%;
        }
     .homepage-cat-item div {
        margin: 0 0 20px 0;
        justify-content: space-around;
    }
    }
        @media only screen and (max-width: 550px){
    .homepage-cat img {
        max-width: 120px;
        }
        .homepage-cat-item div {
        flex: 0 0 30%;
        }
     .homepage-cat-item div {
        margin: 0 0 20px 0;
        justify-content: space-around;
    }
    }
  
  
.fl-header{
 width: 100%;
  display: flex;
  border-radius: 1em;
  background-size: cover;
  margin: 0 auto 40px auto;
  max-width: 1600px;
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.fl-header-text{
width: 100%;
display: flex;
flex-direction: column;
padding: 4em 0 4em 3em;
justify-content: center;
align-items: center;
}
.fl-logo-header{
width: 250px;
margin-bottom: 2.75em;
}
.fl-logo{
  width: 250px;
}
.fl-ng-serie{
font-size: 1.2em;
line-height: 1;
font-weight: 600;
}
.fl-ng-name{
font-size: 1.2em;
line-height: 1.6;
margin-top: 1em;
}
.fl-header-product{
width: 50%;
text-align: center;
padding: 2em;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.fl-header_img{
width: 100%;
max-width: 550px;
align-self: center;
mix-blend-mode: darken;
border-radius: 10px;
margin-right: 10px;
}
.fl-header-menu_img{
width: 70%;
max-width: 550px;
align-self: center;
mix-blend-mode: darken;
border-radius: 10px;
margin-right: 10px;
}
@media only screen and (max-width: 640px){
.fl-header {
border-radius: 1em;
flex-flow: column;
  }
.fl-header-text{
width: 90%;
padding: 3em 2em 0em;
}
.fl-header-product {
width: 100%;
padding: 0 2em 2em;
text-align: center;
padding: 2em 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
}
@media only screen and (max-width: 640px) {
  .fl-header_img {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .fl-grid-6 {
    margin-bottom: 20px;
    background-color: #F8F8F8;
    border-radius: 10px;
    text-align: center;
    padding-top: 0.5rem;
  }
}

.fl-section {
padding-top: 2em;
padding-bottom: 2em;
padding-left: 1.5rem;
padding-right: 1.5rem;
max-width: 1600px;
}

.fl-section-title {
font-size: 1.3em;
line-height: 1.5;
font-weight: 600;
margin-bottom: 1em;
}

.fl-section-desc {
opacity: 0.85;
font-size: 1.2em;
line-height: 1.6;
margin: 0;
}
@media only screen and (max-width: 640px){
.fl-section-title {
font-size: 1.25em;
 }
 .fl-section-title {
font-size: 1.25em;
}
}

.grid-cols-3 {
display: grid;
grid-template-columns: repeat(3,minmax(0,1fr));
  max-width: 1600px;
}
@media only screen and (max-width: 1024px){
.grid-cols-3 {
grid-template-columns: repeat(2,minmax(0,1fr));
}
}
@media only screen and (max-width: 640px){
.grid-cols-3 {
grid-template-columns: repeat(1,minmax(0,1fr));
 }}
  
.fl-grid-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
margin-bottom: 60px;
padding-top: 20px;
border: 2px solid #e0e0e0;
border-radius: 15px;
margin-bottom: 40px;
background: #fff;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
margin: 10px;
}
.fl-image {
max-width: 100%;
height: auto;
border-radius: 1em;
}
.fl-name {
font-weight: 700;
font-size: 1.3em;
line-height: 1.6;
text-align: left;
color: #263248;
}

.fl-description {
font-size: 1.2em;
line-height: 1.4;
color: #263248;
opacity: 0.85;
margin: 0 0 1em;
padding: 0;
text-align: left;
text-align: justify;
}
.fl-description-list {
font-size: 1.2em;
line-height: 1.4;
color: #263248;
opacity: 0.85;
text-align: left;
text-align: justify;
}
.fl-container-fluid {
margin: 0 auto;
padding: 0;
box-sizing: border-box;
text-align: center;
}
.img-fluid {
max-width: 100%;
mix-blend-mode: darken;
}
.fl-section-size {
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-bottom: 1em;
padding-top: 20px;
border: 2px solid #e0e0e0;
border-radius: 15px;
background: #fff;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
margin: 10px;
}

.fl-brand{
  display: flex;
border: 2px solid #e0e0e0;
border-radius: 15px;
background: #fff;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
margin: 10px;
}
.fl-brand-text{
width: 90%;
display: flex;
flex-direction: column;
padding: 1.5em 0 2em 1.5em;
}
.fl-logo-brand{
width: 250px;
margin-bottom: 2.75em;
}
.fl-logo-brand-dark{
  width: 250px;
}
.fl-brand-serie{
font-size: 1.4em;
line-height: 1.5;
font-weight: 600;
}
.fl-brand-name{
line-height: 1.6;
margin-top: 1.5em;
}
.fl-brand-product{
width: 50%;
text-align: center;
padding: 2em 0;
display: flex;
flex-direction: column;
justify-content: center;
}
.brand_img{
width: 100%;
max-width: 450px;
align-self: center;
mix-blend-mode: darken;
}

.fl-video{
  width: 100%;
  display: flex;
  border-radius: 1em;
  background-color: #F8F8F8;
  background-size: cover;
  margin-bottom: 1em;
  display: none;
}
.fl-ng-text{
font-size: 16px;
line-height: 1.4;
margin-top: 1em;
padding: 10px;
}
@media only screen and (max-width: 640px) {
  .fl-image {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1040px){
.fl-brand {
border-radius: 1em;
flex-flow: column;
  }
.fl-video {
border-radius: 1em;
flex-flow: column;
}
.fl-brand-text{
width: 90%;
padding: 3em 2em 0em;
}
.fl-brand-product {
width: 100%;
padding: 0 2em 2em;
text-align: center;
padding: 2em 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.fl-brand-serie{
font-size: 25px;

}
}

.fl-frame{
  width: 800px;
  height: 500px;
  border-radius: 5px;
}
  @media only screen and (max-width: 800px){
    .fl-frame{
  width: 100%;
  height: 400px;
  border-radius: 5px;
    }
  }
  
  
  
.futonlove-subcategories__list{
  gap: 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  transition: opacity .4s ease;
  overflow: auto;
}
.futonlove-subcategories__item{
  width: 120px;
}
.futonlove-subcategories__link{
display: flex;
flex-direction: column;
width: 100%;
gap: 1rem;
text-decoration: none;
color: #333;
font-weight: 600;
}
.futonlove-subcategories__imageWrapper{
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
overflow: hidden;
border-radius: 5px;
}
.futonlove-subcategories__link:hover{
  color: #005C5B;
  opacity: 0.8;
}
.futonlove-subcategories__name{
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
.futonlove-subcategories__list{
display: flex;
flex-wrap: nowrap;
overflow: auto;
scroll-snap-type: x mandatory;
margin-left: -15px;
width: 100vw;
  }
.futonlove-subcategories__item {
display: flex;
position: relative;
max-width: 69px;
}
.futonlove-subcategories__img{
 min-width: 69px;
  }
.futonlove-subcategories__imageWrapper{
  height: 69px;
}
.futonlove-subcategories__link{
  gap: 0.5rem;
}
}

.futonlove-subcategories-text__list{
  gap: 0.7rem;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  transition: opacity .4s ease;
  scroll-snap-type: x mandatory;
  overflow: auto;
}
.futonlove-subcategories-text__item{
  
}
.futonlove-subcategories-text__link{
display: flex;
flex-direction: column;
width: 100%;
gap: 1rem;
text-decoration: none;
color: #333;
font-weight: 600;
}
.futonlove-subcategories-text__imageWrapper{
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 60px;
overflow: hidden;
border-radius: 5px;
}
.futonlove-subcategories-text__link:hover{
  color: #005C5B;
  opacity: 0.7;
}
.futonlove-subcategories-text__name{
  display: block;
  font-size: 1.1rem;
  text-align: center;
}
.futonlove-subcategories-text-img{
  max-width: 120px;
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
.futonlove-subcategories-text__list{
display: flex;
flex-wrap: nowrap;
overflow: auto;
scroll-snap-type: x mandatory;
margin-left: -15px;
  }
.futonlove-subcategories-text__item {
display: flex;
position: relative;
max-width: 120px;
}
.futonlove-subcategories-text__imageWrapper{
    height: 100%;
}
}
.futonlove-subcategories-button__list{
  gap: 0.7rem;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  transition: opacity .4s ease;
  scroll-snap-type: x mandatory;
  overflow: auto;
}
@media screen and (max-width: 750px) {
.futonlove-subcategories-button__list{
display: flex;
flex-wrap: wrap;
overflow: auto;
scroll-snap-type: x mandatory;
margin-left: -15px;
justify-content: center;
 }
}

.table-futons {
  font-family: Lato;
  border-collapse: collapse;
  width: 1200px;
}

.td-futons, .th-futons {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}

.tr-futons:nth-child(even){background-color: #fafafa;}

.th-futons {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #005c5b;
  color: white;
}
  
.img-futons-table{
 width:100px;
 height:100px;
 mix-blend-mode: darken;
}
.button-table-futons {
  background-color: #FFFFFF;
  border: 1px solid rgb(209,213,219);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #111827;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 1rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-table-futons:hover {
  background-color: rgb(249,250,251);
}

.button-table-futons:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button-table-futons:focus-visible {
  box-shadow: none;
}

.table-futons-mobile {
  font-family: Lato;
  border-collapse: collapse;
  width: 100%;
  max-width: 500px;
  margin-bottom: 50px;
}

.td-futons-mobile, .th-futons-mobile {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}

.tr-futons-mobile:nth-child(even){background-color: #fafafa;}

.th-futons-mobile {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: white;
}
  
.img-futons-table-mobile{
 width:100px;
 height:100px;
 mix-blend-mode: darken;
}
.button-table-futons-mobile{
  background-color: #FFFFFF;
  border: 1px solid rgb(209,213,219);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #111827;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 1rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-table-futons-mobile:hover {
  background-color: rgb(249,250,251);
}

.button-table-futons-mobile:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button-table-futons-mobile:focus-visible {
  box-shadow: none;
}
@media screen and (max-width: 800px) {
    .table-futons{
        display: none;
    }
    }
@media screen and (min-width: 800px) {
    .table-futons-mobile{
        display: none;
    }
    }
    
.fl-cat-container {
    font-family: 'Lato', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 15px; 
    overflow: hidden;
}

.fl-cat-content-div {
    width: calc(25% - 1px);
    height: 450px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    min-width: 160px;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    margin-right: -1px;
    transition: opacity 0.3s ease-in-out;
    color: black;
}
/* Usuń zduplikowane marginesy */
.fl-cat-container .fl-cat-content-div:nth-child(4n) {
    margin-right: 0;
}

/* Ostatni rząd - dolny border */
.fl-cat-container .fl-cat-content-div:nth-last-child(-n+4) {
    margin-bottom: 0;
}
@media (max-width: 955px) {
    .fl-cat-content-div {
        width: calc(50% - 1px); /* dwa elementy w rzędzie */
    }

    .fl-cat-container .fl-cat-content-div:nth-child(2n) {
        margin-right: 0;
    }

    .fl-cat-container .fl-cat-content-div:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}
.fl-cat-content-div a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    text-decoration: none;
    color: inherit;
}

/* Pozostała część stylu, bez zmian */
.fl-cat-section-1,
.fl-cat-section-2 {
    height: 45%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mix-blend-mode: darken;
}
.fl-cat-section-sofy-1,
.fl-cat-section-sofy-2 {
    height: 55%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.fl-cat-section-1 img,
.fl-cat-section-2 img {
    width: 50%;
  display: none;}

.fl-cat-section-2,
.fl-cat-section-3,
.fl-cat-section-4,
.fl-cat-section-5 {
    height: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fl-cat-section-2 {
    font-weight: bold;
}

.fl-cat-section-2 a {
    text-decoration: none;
    color: inherit;
}

.fl-cat-section-3 {
    position: relative;
    font-weight: bold;
    color: #005C5B;
    padding-bottom: 5px;
}

.fl-cat-section-3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background-color: #F5F5F5;
    box-sizing: border-box;
}

.fl-cat-section-4,
.fl-cat-section-5 {
    height: 10%;
    display: flex;
    align-items: center;
    text-align: left;
}

.fl-cat-section-4 img,
.fl-cat-section-5 img {
    max-width: 35%;
    max-height: 100%;
    margin-right: 5px;
    mix-blend-mode: darken;
    border-radius: 20px;
}

.fl-cat-section-4 p,
.fl-cat-section-5 p {
    width: 65%;
}

@media (max-width: 955px) {
    .fl-cat-content-div {
        width: calc(50% - 1px);
    }

    .fl-cat-section-2,
    .fl-cat-section-3 {
        font-size: 90%;
    }

    .fl-cat-section-4,
    .fl-cat-section-5 {
        font-size: 80%;
    }
}
/* Styl dla etykietki Premium */
.fl-cat-content-div.fl-cat-premium {
    position: relative;
}

.fl-cat-content-div.fl-cat-premium::before {
    content: 'Premium';
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #f1c40f;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    z-index: 10;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Wyłączenie efektu borderów na dole i prawo przy hover */
.fl-cat-content-div {
    border: 1px solid #ddd;
    margin-bottom: -1px;
    margin-right: -1px;
    transition: transform 0.3s ease;
}
/* Efekt hover bez dodawania dodatkowego borderu */
.fl-cat-content-div:last-child {
    border-bottom: 1px solid #ddd; /* Zachowuje border dla ostatniego elementu */
}

/* Efekt podświetlenia */
.fl-cat-content-div:hover {
   /* opacity: 0.8;*/
    background: #fafafa;
}
.futonlove-h3-description{
  margin-bottom: 0px;
  text-align: left;
  font-size: 1.22em;
  font-weight: 700;
}
.hotspot{
    width: 97%;
}
.price_sellby{
 display: none;   
}
.LP-payment-header {
    text-align: left;
    max-width: 600px;
    width: 100%;
    margin-bottom: 20px;
}

.LP-payment-header h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.LP-payment-header p {
    font-size: 16px;
    color: #555;
}

.LP-payment-methods {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    max-width: 700px;
    width: 95%;
    margin: 5px;
}

.LP-payment-method {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.LP-payment-method img {
    width: 50px;
    height: 26px;
    margin-right: 10px;
}

.LP-payment-method span {
    font-size: 18px;
    font-weight: bold;
}

.LP-payment-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.LP-payment-border {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.LP-payment-method:last-child,
.LP-payment-description:last-child,
.LP-payment-border:last-child {
    margin-bottom: 0;
    border: none;
}

/* Responsywność */
@media (max-width: 600px) {
    .LP-payment-methods {
        padding: 15px;
    }

    .LP-payment-method img {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    .LP-payment-method span {
        font-size: 16px;
    }

    .LP-payment-description {
        font-size: 13px;
    }

    .LP-payment-border {
        margin-bottom: 10px;
    }
}

/* Sekcja Pozostała */
.lp-section-container {
    max-width: 1600px;
    width: 100%;
    padding: 5px;
    background-color: #f9f9f9;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

.lp-carousel-container {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
    padding: 10px 0;
    margin: 0 auto;
}

.lp-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-left: 10px; /* Add padding to ensure full view */
    padding-right: 10px; /* Add padding to ensure full view */
}

/* Ukrycie paska przewijania w przeglądarkach */
.lp-carousel::-webkit-scrollbar {
    display: none;
}

.lp-carousel {
    -ms-overflow-style: none;  /* IE i Edge */
    scrollbar-width: none;  /* Firefox */
}

.lp-carousel-item {
    flex: 0 0 18%; /* Na pełnym widoku desktopowym (5 itemów naraz) */
    scroll-snap-align: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 10px;
    position: relative;
    padding-bottom: 10px;
}
.lp-carousel-item-header{
  min-height: 40px;
}

@media (max-width: 1100px) and (min-width: 784px) {
    .lp-carousel-item {
        flex: 0 0 calc(33.33% - 15px); /* Pokazuje 3 i pół elementu */
    }
}

@media (max-width: 1024px) {
    .lp-carousel-item {
        flex: 0 0 calc(50% - 20px); /* Na tabletach (2 itemy) */
    }
}

@media (max-width: 768px) {
    .lp-carousel-item {
        flex: 0 0 calc(70% - 20px); /* Na telefonach (1 item) */
    }
}

.lp-carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.lp-carousel-item-content {
    border-radius: 5px;
    padding: 10px;
}

.lp-carousel-item-content p {
    margin: 5px 0;
    font-size: 1.2em;
    opacity: 0.85;
}

.lp-carousel-item-content p:first-of-type {
    font-size: 16px; /* Slightly larger font size */
    font-weight: bold;
}

.lp-carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #005c5b;
    border: none;
    color: white;
    padding: 12px;
    cursor: pointer;
    z-index: 1;
    border-radius: 5px;
    transition: background-color 0.3s;
    display: flex;
}

.lp-carousel-button:hover {
    background-color: #778e51;
}

.lp-carousel-prev-button {
    left: 0;
}

.lp-carousel-next-button {
    right: 0;
}

.lp-carousel-item-description {
    font-size: 1em;
    line-height: 1.2;
    margin-top: 10px;
}

/* Responsywność */
@media (max-width: 768px) {
    .lp-carousel-item {
        flex: 0 0 calc(70% - 20px); /* Na mobilnych urządzeniach */
    }
}

@media (max-width: 480px) {
    .lp-carousel-item {
        flex: 0 0 calc(70% - 20px);
    }
    .lp-carousel-button {
        top: 50%; /* Pozycjonowanie strzałek na środku */
    }
}
@media only screen and (max-width: 640px) {
  .fl-grid-6 {
    margin-bottom: 20px;
    background-color: #F8F8F8;
    border-radius: 10px;
    text-align: center;
    padding-top: 0.5rem;
  }

  .fl-image {
    max-width: 250px;
  }

  .fl-header_img {
    display: none;
  }
    .fl-header-menu_img{
    display: none;
}
}
.FAQ-accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    max-width: 991px;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px;
}
.FAQ-accordion h1 {
    font-size: 32px;
    text-align: center;
}
.FAQ-accordion-item {
    margin-top: 16px;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.FAQ-accordion-item .FAQ-accordion-item-title {
    position: relative;
    margin: 0;
    display: flex;
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 14px 20px;
    box-sizing: border-box;
    align-items: center;
}
.FAQ-accordion-item .FAQ-accordion-item-desc {
    display: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #444;
    border-top: 1px dashed #ddd;
    padding: 10px 20px 20px;
    box-sizing: border-box;
}
.FAQ-accordion-item input[type="checkbox"] {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
}
.FAQ-accordion-item input[type="checkbox"]:checked ~ .FAQ-accordion-item-desc {
    display: block;
}
.FAQ-accordion-item input[type="checkbox"]:checked ~ .FAQ-accordion-item-title .FAQ-icon:after {
    content: "-";
    font-size: 20px;
}
.FAQ-accordion-item input[type="checkbox"] ~ .FAQ-accordion-item-title .FAQ-icon:after {
    content: "+";
    font-size: 20px;
}
.FAQ-accordion-item:first-child {
    margin-top: 0;
}
.FAQ-accordion-item .FAQ-icon {
    margin-left: 14px;
}

@media screen and (max-width: 767px) {
    .FAQ-accordion {
        padding: 0 16px;
    }
    .FAQ-accordion h1 {
        font-size: 22px;
    }
    }
  /* Header - belka */
 .fl-info-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background-color: #fff;
  }
  .fl-info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1em;
    font-family: Lato, sans-serif;
    color: #333;
    text-decoration: none;
  }

  .fl-info-item:hover {
    color: #005c5b;
  }

  .fl-info-icon {
    width: 25px;
    height: 25px;
  }

  @media (max-width: 768px) {
    .fl-info-bar {
      position: relative;
      overflow: hidden;
      height: 40px;
    }

    .fl-info-item {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      transition: opacity 1s ease, visibility 1s ease;
      width: 100%;
      justify-content: center;
    }

    .fl-info-item.active {
      opacity: 1;
      visibility: visible;
    }
  }
  
  

/* HomePage */
.hp-section-container {
    max-width: 1600px;
    padding: 10px;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top:40px;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
}
.hp-section-container--last {
    background-color: #faf9f9;
    border-radius: 5px;
}
.hp-text-content {
    flex: 1;
    max-width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.hp-section-header {
    font-size: 1.5rem;
    line-height: 150%;
    font-family: var(--font-family-headline);
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    color: #8e8e8e;
}
.hp-section-title {
    font-size: 3.2rem;
    line-height: 100%;
    font-family: var(--font-family-headline);
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}
.hp-section-description {
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    font-size: 17px;
    font-family: 'Merriweather';
}
.hp-cta-button, .hp-seo-toggle {
    background-color: #000000;
    color: white;
    border: 1px solid #000000;
    border-radius: 5px;
    padding: 12px 20px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 10px;
}

.hp-cta-button:hover, .hp-seo-toggle:hover {
   background-color: #1D4D4F; /* ciemniejszy odcień */
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
  color: white;
}

.hp-image-container {
    flex: 1;
    max-width: 50%;
}

.hp-full-width-image {
    max-width: 100% !important;
    border-radius: 5px !important;
    margin-bottom: 0 !important;
    height: auto !important;
    object-fit: cover !important;
}
@media (max-width: 768px) {
    .hp-section-container {
        max-width: 99%;
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .hp-image-container {
        max-width: 100%;
        order: -1;
    }

    .hp-full-width-image {
        width: 100%;
        max-height: none;
    }

    .hp-text-content {
        max-width: 100%;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .hp-section-description {
        text-align: justify;
        max-width: 100%;
        font-size: 15px;
    }

    .hp-cta-button, .hp-seo-toggle {
        width: auto;
        max-width: 200px;
        display: block;
        margin: 20px auto 0;
    }
}
.hp-seo-container {
     max-width: 1600px;
    padding: 10px;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.hp-seo-container h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Lato', 'Poppins', Arial, sans-serif;
    text-align: left;
}
.hp-seo-content {
    color: #333;
    text-align: justify;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    max-height: 100px;
    overflow-y: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

.hp-seo-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    transition: opacity 0.3s ease-in-out;
}

.hp-seo-content.expanded {
     height: auto;
}

.hp-seo-content.expanded::after {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.hp-seo-toggle:hover {
    background-color: black;
    color: white;
}
@media (max-width: 768px) {
    .hp-seo-container {
        padding: 30px 5%;
    }

    .hp-seo-container h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Lato', 'Poppins', Arial, sans-serif;
    text-align: left;
    }

   .hp-seo-content {
    color: #333;
    text-align: justify;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    height: 100px; 
    overflow: hidden;
    position: relative;
    transition: height 0.5s ease-in-out;
}

    .hp-seo-toggle {
        width: auto;
        max-width: 200px;
        display: block;
        margin: 20px auto 0;
    }
}
.hp-scroll-animation {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.hp-scroll-animation.visible {
    opacity: 1;
    transform: translateY(0);
}
/* karta produktu - video */
.product-video-container {
    width: 100%;
    max-width: 600px; 
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-video {
    width: 100%;
    max-width: 600px;
    max-height: 400px; 
    background-color: black; /* Sprawdź, czy wideo się ładuje */
    border-radius: 8px; 
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


/* ======================================== */
/* Kategoria - układ sofy                */
/* ======================================== */

/* 1. Sekcja Kontenerów                  */
.lp-section-container {
    max-width: 1600px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    margin: 0 auto 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}

.lp-text-content {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* 2. Sekcja Karuzeli                  */

.lp-cat-carousel-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px;
    font-family: Montserrat, sans-serif;
}

.lp-cat-carousel-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow: hidden;
    max-width: 100%;
    padding: 10px 0;
    margin: 0 auto;
  transition: min-height 0.3s ease-in-out;
  justify-content: center; /* Wyrównuje wybraną kartę */
  min-height: 500px;

}

.lp-cat-carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    width: 100%;
    justify-content: flex-start;
}

.lp-cat-carousel-item:first-child {
    margin-left: 0 !important; /* Usuń odstęp po lewej */
}
/* Ukrywanie scrollbara */
.lp-cat-carousel::-webkit-scrollbar { display: none; }
.lp-cat-carousel {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* 3. Sekcja Elementów Karuzeli (Kart)  */

.lp-cat-carousel-item {
  display: flex;  
  flex: 0 0 calc(50% - 20px);
    scroll-snap-align: center;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 10px;
    position: relative;
    padding-bottom: 20px;
    max-width: 600px;
    box-sizing: border-box; /*  Kluczowe!  */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  width: 100%;
  max-width: 600px; /* Dopasuj do szerokości kart */
  min-height: 500px; /* Wymusza wysokość, aby układ nie skakał */
  justify-content: center;
  flex-direction: center;
}
.lp-cat-carousel-item.hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95); /* Subtelna animacja schowania */
    min-height: 500px; /* <<< Utrzymanie wysokości */
}
.lp-cat-carousel-item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translateX(0%);
}
.lp-cat-carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.lp-cat-carousel-item-content {
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 70px;
}

.lp-cat-carousel-item-content p {
    margin: 5px 0;
    font-size: 16px;
}

/* 4. Style Elementów wewnątrz Karty      */

.lp-item-header {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 2px;
    margin-top: 15px;
}

.lp-item-price {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #7f8c8d;
    font-size: 18px;
}

.lp-item-description {
    background-color: #f9f9f9;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
    min-height: 40px;
}

.lp-cta-button {
    background-color: #000;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 15px;
    cursor: pointer;
    position: absolute;
    bottom: 10px; /*  Zmieniono na 10px  */
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.3s;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    width: 180px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.lp-cta-button:hover {
    background-color: #0d4205;
    color: white;
}


/* 5. Sekcja Suwaka                       */

.lp-slider-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.lp-slider-label {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.lp-slider-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 300px;
}

.lp-slider-line {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ccc;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 0;
}

.lp-slider-dot {
    width: 18px;
    height: 18px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s, box-shadow 0.3s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.lp-slider-dot.active {
    background-color: #000;
    transform: scale(1.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.lp-slider-dot:hover {
    transform: scale(1.2);
    background-color: #333;
}

.lp-slider-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 300px;
    font-size: 17px;
    margin-top: 5px;
    position: relative;
    font-weight: 600;
}

/* 6. Sekcja Mediów (Obrazki i Wideo)    */

.media-container {
    position: relative;
    width: 100%;
    max-width: 100%;  /* Dodane dla pewności */
    overflow: hidden;
}
.media-video{
    width: 100%;
    height: auto;
    display: none;
}
.media-container video{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-image, .media-video {
    width: 100%;
    height: auto;
    display: none;
    border-radius: 5px;
    box-sizing: border-box; /* Ważne */
}

.media-image.active, .media-video.active {
    display: block;
}

/* 7. Sekcja Zakładek (Tabs)           */

.global-media-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto 0px;
    background: #f5f5f5;
    border-radius: 15px;
    width: 220px;
    padding: 5px;
    position: relative;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.global-media-tab {
    flex: 1;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    background: transparent;
    color: #333;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    text-align: center;
}

.global-media-tab.active {
    background-color: #000000;
    color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

/* 8. Responsywność (Media Queries) */

@media (max-width: 768px) {
    .lp-item-header {
        font-size: 19px;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .lp-item-price {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .lp-item-description {
        font-size: 14px;
        padding: 8px 12px;
        border-radius: 8px;
    }

    .lp-cta-button {
        font-size: 14px;
        padding: 10px 15px;
        width: auto;
        min-width: 140px;
        bottom: 10px;
    }

    .lp-cat-carousel-item-content{
        padding-bottom: 50px;
    }

    .lp-slider-label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .lp-slider-track {
        max-width: 280px;
    }

    .lp-slider-line {
        height: 2px;
    }

    .lp-slider-dot.active {
        transform: scale(1.2);
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    }

    .lp-slider-dot {
        width: 15px;
        height: 15px;
    }

    .lp-slider-labels {
        font-size: 13px;
        max-width: 280px;
    }

    .lp-cat-carousel-item {
        flex: 0 0 calc(85% - 20px); /* Zwiększona szerokość, by pomieścić video na mobile */
    }

    /*  Dodane style dla przełącznika na mobile:  */
    .global-media-tabs {
        width: 180px;  /*  Mniejsza szerokość  */
        padding: 3px;  /*  Mniejszy padding  */
    }

    .global-media-tab {
        font-size: 14px; /*  Mniejsza czcionka  */
        padding: 8px 10px; /*  Mniejsze paddingi  */
    }

    .media-container video {
        position: static;  /* Zmieniamy na static, aby wideo zajmowało miejsce w flow */
        width: 100%;      /* Zapewniamy pełną szerokość */
        height: auto;     /* Wysokość automatyczna */
    }
}


/*  Inne/Dodatkowe style               */

.hidden {
    display: none;
}
/* Style dla slajdów po najechaniu (z animacją) */
.lp-hover-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    display: none; /* Domyślnie ukryty */
}

.lp-hover-slideshow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    pointer-events: none;
}

.lp-hover-slideshow img.active {
    opacity: 1;
     z-index: 3;
}
/* Style dla przycisku (dostosuj według potrzeb) */

       /* CAŁY KOD CSS (bez zmian - ten z ostatniej, *poprawnej* odpowiedzi) */
       /* ... (wklej tutaj CSS) ... */

       /* Dla pewności, że przycisk Play jest na wierzchu */
        .show-slideshow-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border: none;
            cursor: pointer;
            z-index: 5; /* Zapewnia, że jest nad wszystkim innym */
            font-size: 3rem;
            color: #333;
            transition: color 0.3s ease, box-shadow 0.3s, opacity 0.5s ease;
            padding: 0;
            background: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .show-slideshow-btn:hover{
            color: #555;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }

        .show-slideshow-btn i {
           pointer-events: none;
        }

        .show-slideshow-btn.hidden { /* Dodana klasa */
          opacity: 0;
          pointer-events: none;
        }

.lp-hover-slideshow.visible {
  display: block;
}

/* Nawigacja slidera */
.lp-slider-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

.lp-slider-nav li {
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 15px;
    background: #f2f2f2;
    transition: background 0.3s ease-in-out;
}

.lp-slider-nav li.active {
    background: #000;
    color: white;
    font-weight: bold;
}

/* Mobile: zamieniamy nazwy na 1, 2, 3 */
@media (max-width: 768px) { 
     .lp-slider-nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* Zawsze 3 elementy w rzędzie */
        gap: 5px;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 8px;
        margin-bottom: 15px;
        padding: 10px;
        list-style: none;
        background: #f7f7f7;
        border-radius: 10px;
        width:99%;
    }

    .lp-slider-nav li {
        cursor: pointer;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        padding: 8px 10px;
        border-radius: 12px;
        background: #e0e0e0;
        transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
        min-width: 80px;
        flex: 1 1 45%;
        text-align: center;
    }

    .lp-slider-nav li.active {
        background: #000;
        color: white;
        font-weight: bold;
        transform: scale(1.05);
    }

    /* 📌 Karty są większe i zachowują layout */
    .lp-cat-carousel-item {
        flex: 0 0 80%;
        max-width: 95%;
        min-height: 200px;
        justify-content: center;
        display: flex;
    }

    .lp-cat-carousel-item.hidden {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        min-height: 500px;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }
    }
/* Ukrywamy nawigację na desktopie */
@media (min-width: 769px) {
    .lp-slider-nav {
        display: none !important;
    }
}
/* 🔹 Kontener nawigacyjny - NAD sekcją, prawy górny róg */
.lp-carousel-nav {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end; /* Wyrównanie do prawej */
    margin-bottom: 5x; /* Dodajemy odstęp od sekcji */
}

/* 🔹 Stylizacja przycisków - kwadratowe, jak przycisk "SPRAWDŹ" */
.lp-carousel-btn {
    background-color: #000; /* Dopasowane do stylu strony */
    border: none;
    color: white;
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin: 1px;
    border-radius: 8px; /* Zaokrąglenie jak w "SPRAWDŹ" */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, opacity 0.3s;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

/* 🔹 Efekt zanikania przycisków */
.lp-carousel-btn.disabled {
    background-color: #7a7a7a; /* Wyszarzony */
    cursor: default;
    opacity: 0.5;
}
@media (max-width: 768px) {
    .lp-carousel-nav {
        display: none !important;
    }
}

.kontakt-container {
    display: flex;
    flex-direction: row; /* Ustawienie domyślnego układu na rzędowy */
    width: 100%; /* Szerokość kontenera dostosowana do szerokości strony minus marginesy */
    margin: 0 auto; /* Wyśrodkowuje kontener na stronie */
    max-width: 1600px;
}

.kontakt-left {
    width: 50%; /* Ustawia szerokość lewej sekcji na 50% */
    display: flex;
    justify-content: center; /* Wyśrodkowuje obraz w poziomie */
    align-items: center; /* Wyśrodkowuje obraz w pionie */
}

.kontakt-left img {
    max-width: 100%; /* Zapewnia, że obraz nie przekroczy szerokości swojego kontenera */
    height: auto; /* Zachowuje proporcje obrazu */
    border-radius: 40px;
}

.kontakt-right {
    width: 50%; /* Ustawia szerokość prawej sekcji na 50% */
    display: flex;
    flex-direction: column;
}

.kontakt-header h1 {
    font-size: 23px;
    font-weight: bold;
    color: brown;
    padding: 20px;
}

.kontakt-content p {
    padding-left: 20px;
    flex-grow: 1;
    font-size: 15px;
}

.kontakt-info {
    display: flex;
    border-top: 1px solid #ccc;
    gap: 5px; /* Dodaje 5px odstępu pomiędzy elementami info na desktop */
}

.kontakt-info > div {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px;
}

.kontakt-phone p, .kontakt-email p {
    margin: 0;
}

/* Responsywność dla urządzeń mobilnych i tabletów */
@media (max-width: 1024px) {
    .kontakt-container {
        flex-direction: column; /* Przejście na układ kolumnowy */
    }

    .kontakt-left, .kontakt-right {
        width: 100%; /* Elementy zajmują pełną szerokość na urządzeniach mobilnych i tabletach */
    }

    .kontakt-info {
        flex-direction: column; /* Stosuje elementy informacyjne jeden pod drugim */
        gap: 0; /* Usuwa odstępy pomiędzy elementami */
    }

    .kontakt-info > div {
        margin-bottom: 5px; /* Dodaje odstęp pomiędzy elementami */
        font-size: 15px; /* Zmniejsza rozmiar czcionki dla większej responsywności */
        margin-right: 15%;
        margin-left: 15%;
    }

    .kontakt-info > div:last-child {
        margin-bottom: 0; /* Usuwa margines dolny z ostatniego elementu */
    }
}

/* Sekcja opisu nad sekcją                       */
.pa-header{
 width: 100%;
  display: flex;
  border-radius: 1em;
  background-size: cover;
  margin: 0 auto 40px auto;
  max-width: 1600px;
  border: 2px solid #e0e0e0;
  border-radius: 15px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.pa-header-text{
width: 100%;
display: flex;
flex-direction: column;
padding: 4em 0 4em 3em;
justify-content: center;
align-items: center;
}
.pa-ng-text{
font-size: 16px;
line-height: 1.4;
padding: 5px;
}
.pa-section-description {
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    font-size: 17px;
    font-family: 'Merriweather';
}
@media only screen and (max-width: 768px){
.pa-header {
border-radius: 1em;
flex-flow: column;
  }
.pa-header-text{
width: 100%;
padding: 5px;
}
 .pa-section-description {
        text-align: justify;
        max-width: 100%;
        font-size: 15px;
}
}