:root{
    --czerwony: #F45959;
}
.nadwa {
    min-height: 75vh;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    align-items: center;
}
.opis{
    width: 50%;
    height: 100%;
}
.obraz{
    width: 50%;
    height: 75vh;
    position: relative;
}
.zdj{
position: absolute;
height: 75vh;
width: 100%;
object-fit: cover;
}

.strzalka{
    width: 40px;
    height: 40px;
    background: var(--czerwony);
    position: absolute;
    bottom: -20px;
    left: 49%;
}

h2.nagl {
    text-align: left;
}

.opis p {
    text-align: left !important;
}

:root{
    --niebieski: #37a1f2;

}

.tabelka {
    margin-top: 80px;
}

.spec-tytul{
    color: white;
    margin: auto;
    font-size: 30px !important;
    text-align: center;
}
.opis p{
    font-size: 15px;
    text-align: justify !important;
}
.galeria {
    margin-bottom: 50px;
}
.tabelka {
    width: 80%;
    /* margin-top: 20px; */
    margin: auto;
    margin-top: 50px;
}
.tabelka h3{
    color: white;
    text-align: center !important;
    margin-top: 20px;

}
*{
    transition: 0.3s;
}
ul.tabs.wc-tabs {
    display: none !important;
}
.naglowek{
    background-color: white;
    padding: 2px;
    border-radius: 30px;
    padding-left: 30px;
    margin-bottom: 30px;

}
.naglowek i {
    margin-right: 10px;

}
.naglowek:hover{
    border-bottom: solid var(--niebieski) 4px;
    border-right: solid var(--niebieski) 4px;
    padding-bottom: -2px;


}
.naglowek:hover i {
    transform: rotate(45deg);

}

.naglowek h2{
    cursor: pointer;
}
.row {
    display: flex;
    justify-content: space-between;
    text-align: center;
    border-bottom: solid 2px white;
margin-bottom: 35px;}

    .farsz {
        margin: 5%;
    }


    .chowanie{
        animation: schowaj 0.3s;
    }


    .pokazywanie{
        animation: pokaz 0.3s;
    }
    .schowane{
        display: none;
        height: 0%;
    }


    .title-galeria{
        text-align: center;
        color: white;
    }
 
    .carousel-cell {
        width: 25%;
        height: 60vh;
        counter-increment: gallery-cell;
        background-size: cover;
        background-position: center;
        margin-right: 2%;
    }
      

      .flickity-page-dots .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 8px;
        background: white !important;
        border-radius: 50%;
        opacity: .25;
        cursor: pointer;
    }

      
    @keyframes schowaj {
            0% {
                height: 100%;
            }
            
            100%{
                height: 0%;
            }
    }

    @keyframes pokaz {
        0% {
            height: 0%;
        }
        
        100%{
            height: 100%;
        }
}



/* przerywnik  */
.przerywnik{
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
  
    margin-top: 30px;
    margin-bottom: 30px;
    background-size: cover;
    background-image: url('https://pentharise.jancybulski.pl/wp-content/uploads/2022/10/empty-streaming-room-with-professional-powerful-computer-rgb-keyboard-and-mouse-headphones-and-microphone.png');
    background-position: center;
    flex-direction: column;
  }
  .przerywnik h4{
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: white;
    color: transparent;
    text-transform: uppercase;
    font-size: 9vw;
    margin: 0px;
  }
  
  .produkty{
  background-color: red;
  height: 400px;
  width: 100%;
  }
  
  .przerywnik button{
    background-color: transparent;
  }
  
  .przerywnik button {
    background-color: transparent;
    font-size: 17px;
    border: white solid;
    margin-bottom: 40px;
  }

  button.produkt-infloo {
    font-family: 'ethnocentric';
    font-weight: 800;
}

p.cena {
    font-family: 'ethnocentric';
    font-size: 25px;
}

.wariant {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
ul.warianty li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.warianty{
margin: 0px
}
ul.warianty {
    display: flex;
}

ul.warianty {
    margin: 0px !important;
    margin: 30px 0px !important;
}

ul.warianty li {
    margin: 0px;
    list-style: none;
    display: flex;
    /* height: 100px; */
    padding: 0px;
    flex-direction: column;
    text-align: center;
    width: 70px;
    justify-content: center;
    align-items: center;
}
ul.warianty li {
    margin-right: 25px;
}

.warianty li:hover .wariant-link{
transform: scale(1.1);
}

.warianty-div {
    margin-top: 30px;
}

img.wp-post-image {
    height: 70vh;
    object-fit: cover;
}

.kolumn p {
    font-size: 14px;
    color: white;
}

.naglowek h2 {
    cursor: pointer;
    margin: 0px;
    margin: 10px 0px;
}

.red .opis {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.przycisk{
    margin: 0px;
    margin-top: 20px;
}
.red{
    height: 60vh;
    min-height: 500px;
}
.strzalka {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.naglowek h2 {
    color: black;
}
@media  screen and (max-width: 911px) {
    
    .carousel-cell {
        width: 100%;
        height: 40vh;
        counter-increment: gallery-cell;
        background-size: cover;
        background-position: center;
        margin-right: 2%;
    }

    ul.warianty li {
        margin-right: 0px;
        width: 25%;
    }

    ul.warianty {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    h2.single-post-title.product_title.entry-title {
        margin-top: 30px;
    }
    .galeria {
        margin-bottom: 50px;
    }
   
    .przerywnik h4 {
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: white;
        color: transparent;
        text-transform: uppercase;
        font-size: 9vw;
        margin: 0px;
    }
    img.wp-post-image {
        height: 30vh;
        object-fit: cover;
    }
    .nadwa{
        flex-wrap: wrap;

    }
    .opis {
        width: 100%;
        margin: 30px 0px;
    }
    .obraz {
        width: 100%;
        height: 50vh;
    }
    .zdj{
        height: 50vh;
    }
    .red{
        height: auto;    }
}