.sekcja-karuzela{
    display: flex;
}

.tekst {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    margin-bottom: 2%;
    padding-right: 30px;
}
.sekcja-karuzela {
    display: flex;
     width: 102.6%;
    height: 80vh;
    overflow: visible;
}
.karuzela {
    width: 50%;
    height: 100%;
}
button.flickity-button.flickity-prev-next-button.next {
    display: none;
}
button.flickity-button.flickity-prev-next-button.previous {
    display: none;
}
ol.flickity-page-dots {
    display: none;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -165px !important;
}
.carousel.flickity-enabled.is-draggable {
    height: 80vh;
    width: 100%;
}
.flickity-viewport {
    width: 100%;
    height: 75vh !important;
}
.zdj {
    position: absolute;
    z-index: -100;
    height: 100%;
    width: 100%;
    filter: brightness(0.8);
}
.zdj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-cell {
    display: flex;
    width: 450px;
    margin: 0px -13px;
    height: 75vh;
    align-items: center;
    justify-content: center;
}
.karuzela img {
    width: 80%;
    height: 90%;
    margin: 0px 0px;
    border-radius: 20px;
    object-fit: cover;
}




.kategorie {
    width: 100%;
    height: 70vh;

    display: flex;
    align-items: center;
    justify-content: center;
}
.kategorie img {
    width: 94%;
    height: 93%;
    object-fit: cover;
    border-radius: 15px;
   /* border: solid rgb(0, 0, 0, 0.5) 1px; */
}
.bloki {
    width: 49%;
    height: 35vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.cztery {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.glowny {
    height: 70vh;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2%;
}

a.nazdj {
    position: absolute;
    bottom: 20px;
    color: white;
    left: 36px;
    font-weight: bold;
    font-size: 22px;
}

.kol {
    background: var(--jasnyrozowy);
    width: 10vw;
    height: 4vh;
    position: absolute;
    top: 30px;
    left: -21px;
    z-index: -100;
}
.katego .tytul {
    font-size: 24px;
    position: relative;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.katego .tytul h2{
    font-size: 40px;
    font-style: italic;
}
.przy {
    width: fit-content;
    margin: auto;
    margin-top: 2vh;
}

.przy a {
    padding: 10px 15px;
    background: var(--jasnyrozowy);
    border-radius: 10px;
    color: rgb(0, 0, 0);
    text-decoration: unset;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    text-decoration: none;
}
.przerywniik {
    position: relative;
    height: 50vh;
}


.przerywniik {
    position: relative;
    height: 50vh;
    color: white;
}
.kategorie .glowny img {
    width: 100%;
    height: 97%;
    object-fit: cover;
    border-radius: 15px;
 }
.przerywniik {
    position: relative;
    height: 50vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.przerywniik .przy {
    width: fit-content;
   margin: 0;
    margin-top: 2vh;
    color: black;
    background: white;
   
    padding: 5px 25px;
    font-size: 12px;
}
.al {
    margin: 50px
}
.roz {
    position: absolute;
    height: 89%;
    width: 80%;
    background: var(--jasnyrozowy);
    z-index: -100;
    bottom: 42px;
    left: 60px;
    border-radius: 20px;
}

.fiol {
    position: absolute;
    height: 89%;
    width: 80%;
    background-color: #eaeaea;
    z-index: -100;
    right: 60px;
    top: 44px;
    border-radius: 20px;
}
.tekst a {
    background: var(--ciemnyrozowy);
    padding: 10px 15px;
    width: fit-content;
    margin: 10px;
    text-decoration: none;
    border-radius: 30px;
    color: black;
}
.ikon {
    margin-top: 40px;
    font-size: 20px;
    display: flex;
    
    gap: 2%;
}
.tytul h1 {
    font-style: italic;
    font-size: 70px;
    margin-left: 2vw;
    z-index: 1;
}
.przycisk_main{
    text-decoration: unset;
    font-style: italic;
    font-weight: 800;
}
a#przycisk_glowny {
    padding: 10px 20px;
    background: pink;
    margin: 0px;
}

.kolor {
background: var(--jasnyrozowy);
height: 7vh;
width: 18vw;
position: absolute;
top: 46%;
z-index: -10;
}
.best{
    width: 100%;
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.best .bestzdjecie{
    height: 70vh;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.best .bestzdjecie img{
    width: 100%;
    height: 77vh;
    object-fit: cover;
    border: solid var(--jasnyrozowy) 6px;
    
}
.best .zdjecia_bestseller {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.zdjecia_bestseller .produkty{
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.produkt{
    width: 33%;
    height: 33vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vh;
}
.produkt img{
    width: 85%;
    height: 93%;
    object-fit: cover;
    border: solid var(--jasnyrozowy) 4px;
}
.tytul_bestsellery{
    width: 100%;
    font-style: italic;
}
.produkt .tekst_best{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.produkt .cena_best{
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.kolor_best {
    background: var(--jasnyrozowy);
    height: 4vh;
    width: 10vw;
    position: absolute;
    top: 50%;
    z-index: -10;
}

.tytul_bestsellery{
    width: 100%;
    position: relative;
    
    padding-left: 20px;
    margin-bottom: 3%;
}
.tytul_bestsellery h2{
    margin-left: 3%;
    font-size: 40px;
}













.kategorie-glowne {
    height: 45vh;
    width: 95%;
    margin: auto;
}




.baner {
    display: flex;
    align-items: center;
    height: 45vh;
    width: 95%;
    padding: 20px;
    margin: auto;
    margin-top: 2vh;
    background: var(--jasnyrozowy);
    border-radius: 30px;
}







.opis {
    width: 50%;
    margin-left: 3%;
}
.zdjecie {
    width: 50%;
}
.zdjecie img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kategorie_main {
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 85vh;
    margin: auto;
    margin-top: 8vh;
}
.opis a {
    text-decoration: unset;
    color: black;
    background: white;
    padding: 10px 15px;
    border-radius: 30px;
    font-style: italic;
    font-weight: 800;
    font-size: 18px;
}
.produkty_kat {
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.produkt_kat {
    width: 24%;
    height: 32vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 9vh;
}
.tekst_kat{
    width: 100%;
    text-align: center;
    line-height: 0;
    font-weight: 800;
    margin-top: 1vh;
}
.cena_kat {
    width: 100%;
    text-align: center;
    line-height: 0;
}
.produkt_kat img {
    width: 90%;
    height: 100%;
    object-fit: cover;
}
.opis h2 {
    font-style: italic;
    font-size: 60px;
    margin: auto;
}
.opis #tekst_naglowek_kat {
    width: 65%;
    margin-bottom: 4%;
}

.tekst p {
    font-size: 20px;
    padding-right: 20px;
}
div#tablepress-4_length {
    display: none;
}

div#tablepress-4_filter {
    display: none;
}
.dataTables_info {
    clear: both;
    float: left;
    margin: 4px 0 0;
    display: none;
}
.dataTables_paginate .paginate_button.disabled {
    color: #999;
    cursor: default;
    text-decoration: none;
    display: none;
}
.dataTables_length{
    display: none;
}
.dataTables_filter label input {
    margin-left: .5em;
    margin-right: 0;
    display: none;
}
.dataTables_filter{
    display: none;
}
.tablepress>:where(thead,tfoot)>*>th {
    background-color: #eaeaea !important;
    color: var(--head-text-color);
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
}
ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce div.product div.woocommerce-product-details__short-description {
    margin-top: 20px;
    margin-bottom: 20px;
}
.sklep {
    display: flex;
    align-items: stretch;
    width: 95%;
    margin: auto;
    margin-top: 60px;
    justify-content: space-between;
}

.duzy {
    width: 30%;
    position: relative;
}

.duzy img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sklep-kontener {
    width: 68%;
}

 .bloki {
    cursor: pointer;
    border-radius: 30px;
    overflow: hidden;
    width: 25%;
}
 .bloki img{
transition: 0.3s; 
}
 .bloki:hover img{
    transform: scale(1.1);
    filter: blur(3px);
 }


 