.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-color: #F8F8F8;
  background-size: cover;
}
.fl-header-text{
width: 50%;
display: flex;
flex-direction: column;
padding: 4em 0 4em 3em;
}
.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 0;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.fl-header_img{
width: 100%;
max-width: 550px;
align-self: center;
mix-blend-mode: darken;
}
@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;
}
.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-top: 2em;
margin-bottom: 1em;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-bottom: 1em;
background: #f8f8f8;
border-radius: 1em;
}

.fl-brand{
  width: 100%;
  display: flex;
  border-radius: 1em;
  background-color: #F8F8F8;
  background-size: cover;
  margin-bottom: 1em;
}
.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;
}
@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: #fff;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.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: 19px; /* 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;
  }
}
.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;
}
.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: Montserrat, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
}
.hp-section-title {
    font-size: 3.2rem;
    line-height: 100%;
    font-family: Playfair, sans-serif;
    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%;
}
.hp-cta-button, .hp-seo-toggle {
    background-color: #005c5b;
    color: white;
    border: 1px solid #005c5b;
    border-radius: 5px;
    padding: 12px 20px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.hp-cta-button:hover, .hp-seo-toggle:hover {
    background: #004d4b;
    border: 1px solid #004d4b;
    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: 90%;
        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%;
    }

    .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;
    }
}

/* 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;
}

/* Style dla kontenera bloga, aby wyświetlał 3 kolumny */
.article__block {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Domyślnie 3 równe kolumny */
    gap: 20px; /* Dodaje odstępy między kolumnami i wierszami */
    /* Możesz dostosować wartość "gap" według uznania */
}

/* Dostosowanie dla mniejszych ekranów - 2 kolumny */
@media only screen and (max-width: 1024px) {
    .article__block {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Dostosowanie dla najmniejszych ekranów - 1 kolumna */
@media only screen and (max-width: 640px) {
    .article__block {
        grid-template-columns: 1fr;
    }
}

/* Opcjonalne: Wyrównanie obrazków i tekstu wewnątrz pojedynczego artykułu */
.article__item {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */ /* Użyj, jeśli chcesz rozciągnąć elementy na całą wysokość kolumny */
    height: 100%; /* Ważne dla Flexboxa/Grida, żeby karty miały tę samą wysokość */
}

.article__item .article__image_wrapper {
    flex-shrink: 0; /* Zapobiega zmniejszaniu się obrazka */
}

.article__item .article__content {
    flex-grow: 1; /* Pozwala treści rozciągnąć się i zająć dostępną przestrzeń */
    display: flex; /* Dodaj, by kontrolować układ wewnątrz contentu */
    flex-direction: column;
}

.article__item .article__text {
    flex-grow: 1; /* Pozwala tekstowi opisu zająć dostępną przestrzeń, wypychając przycisk na dół */
}

.article__item .article__more_link {
    font-size: var(--article-read-more-font-size);
    font-style: var(--article-read-more-font-style);
    padding-bottom: var(--article-read-more-padding-bottom);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    background-color: #deb887;
    margin-top: auto;
}

/* Styl dla głównego kontenera dymka */
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Styl dla samego dymka */
.tooltip-text {
    visibility: hidden;
    width: 250px; /* Zwiększona szerokość dla dłuższego tekstu */
    background-color: #f7f7f7; /* Jasne, eleganckie tło */
    color: #333; /* Ciemny tekst dla lepszej czytelności */
    text-align: left; /* Wyrównanie tekstu do lewej */
    border-radius: 8px; /* Bardziej zaokrąglone rogi */
    padding: 15px; /* Większy padding */
    position: absolute;
    z-index: 100; /* Zwiększony z-index, aby dymek był zawsze na wierzchu */
    bottom: 125%;
    left: 50%;
    margin-left: -125px; /* Centruj dymek */
    opacity: 0;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out; /* Płynna animacja */
    transform: translateY(10px); /* Początkowe przesunięcie, żeby animacja wyglądała lepiej */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15); /* Subtelny cień */
    font-size: 14px;
    line-height: 1.6;
    font-family: Arial, sans-serif; /* Bardziej czytelna czcionka */
}

/* Strzałka dymku */
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px; /* Większy margines dla strzałki */
    border-width: 10px; /* Większa strzałka */
    border-style: solid;
    border-color: #f7f7f7 transparent transparent transparent; /* Kolor strzałki zgodny z tłem */
}

/* Pokaż dymek po najechaniu */
.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translateY(0); /* Przesuń dymek do góry do pozycji docelowej */
}

#menu_blog_rss {
display: none !IMPORTANT;
}