:root{
    --szary: #EAEAEA;
    --zolty: #FBC251;
}
.baner{
    background-color: var(--szary);
 }
 .contenertresc {
    height: 490px !important;
}

.szerokosc {
    max-width: 50%;
}

.swiper-scrollbar-drag {
    background: var(--zolty) !important;
}
.lewo-baner{
    background-color: #D4DFE3;
}
.prawo-baner{
    background-color: #FDCC31;
}
.ikona-baner-1{
    bottom: 20%;
    left: 10%;
}
.kategorie {
    width: 600px;
   }
.ikona-baner-2{
    bottom: 5%;
    left: 30%;
}
.ikona-baner-3{
    top: 10%;
    right: 15%;
}
.ikona-baner-4{
    top: 10%;
    right: 5%;
}
.w-75{
    width: 85% !important;
}

.banerek {
    min-height: 60vh !important;
}

a.przycisk {
    background: var(--zolty);
    color: black !important;
    text-decoration: none !important;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
}

.kresk {
    height: 3px;
    width: 90px;
    background-color: var(--zolty);
    display: block !important;
    margin-top: -0px;
    margin-bottom: 30px;
}

.kategorieswiper-slide {
     background-color: var(--szary);
    text-align: center;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
    border: solid 2px var(--szary);
    border-radius: 8px; /* Adding rounded corners for a softer look */
 }

.kategorieswiper-slide:hover {
    background-color: white;
    border: solid 2px var(--zolty);
    transform: scale(1.02); /* Slightly enlarge the element */
     transition: all 0.3s ease-in-out; /* Ensure all properties transition smoothly */
}
 
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  
    bottom: -00px !important;
}

.scroll {
    height: 30px;
}


.produktkaruzelka {
 
    /* background: #eaeaea; */
    border: 2px solid #eaeaea;
    border-radius: 30px;
    transition: 0.3s;
}

.produktkaruzelka:hover{
    border: 2px solid var(--zolty);
}
.product-item {
    padding: 20px;
    text-align: left;
    height: 420px;
}

.fotkaproduktu {
    width: 90%;
    height: 250px;
    margin-left: 5%;
    position: relative;
}

.fotkaproduktu img {
    position: absolute;
    height: 90% !important;
    width: 100%;
    object-fit: contain;
    margin: auto;
}

span.price {
    color: var(--zolty);
    font-weight: bold;
    font-size: 13px;
}

button.button.add_to_cart_button.przycisk.ajax_add_to_cart {
    background: var(--zolty);
    border-radius: 30px;
    margin-top: 20px;
    border: 0px;
    font-weight: bold;
    padding: 10px 20px;
}

div#swiper-wrapper-8ac272c5d2e297ce {
    align-items: stretch;
}
footer#colophon a{
    color: black !important;
    text-decoration: none;
}
footer#colophon a:hover{
    text-decoration: underline !important;
}
@media screen and (max-width: 992px){
    .img-prawo-baner{
        height: 150px;
    }
    .ikona-baner-2 {
        bottom: 2%;
        left: 50%;
    }
    .ikona-baner-1 {
        display: none;
    }
    .newsletter{
        height: 30vh;
    }
    .kat {
        width: 390px;
        height: 400px;
        background: white;
        z-index: 2;
        padding: 20px;
        border: solid 2px var(--zolty);
        border-radius: 10px;
        left: -13px !important;
    }


}