.kc-carousel .kc-swiper-slide img{
	object-fit:cover;
	width:100%;
	height:300px;
	transform:scale(1);
	transition:0.3s all ease-in-out;
}

.kc-carousel .kc-swiper-slide h3{
text-align:center;
	margin-top:20px;
	transition:0.3s all ease-in-out;
}

.kc-carousel .kc-swiper-slide{

	box-sizing:border-box;
	padding:0;
	transition:0.3s all ease-in-out;
}

.kc-carousel .kc-swiper-slide:hover{

	box-sizing:border-box;
	padding:1%;
	transition:0.3s all ease-in-out;
	background:#be1522;
}


.kc-carousel .kc-swiper-slide:hover h3{

	color:#fff;
}



/* Grid kolekcji */
.kc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
@media (max-width: 1200px) {
  .kc-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 992px) {
  .kc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .kc-grid { grid-template-columns: 1fr; }
}


.kc-grid .kc-item{

	box-sizing:border-box;
	padding:0%;
	transition:0.3s all ease-in-out;

}


.kc-grid .kc-item img {
 	object-fit:cover;
	width:100%;
	height:300px;
	transform:scale(1);
	transition:0.3s all ease-in-out;
}


.kc-grid .kc-item h3 {
text-align:left;
	margin-top:10px;
	margin-left:10px;
	transition:0.3s all ease-in-out;
}



.kc-grid .kc-item:hover{

	box-sizing:border-box;
	padding:4%;
	transition:0.3s all ease-in-out;
	background:#be1522;
}


.kc-grid .kc-item:hover h3{

	color:#fff;
}


.kc-kolorystyka{
	display:flex;
	gap:20px;
}

.mc_obj_kol{
	color:#6c757d;
	margin-left: 10px;
	margin-top:5px;
	margin-bottom:-10px;
}

.kc-carousel .mc_obj_kol{
	color:#6c757d;
	margin-left: 0px;
	margin-top:5px;
	margin-bottom:-25px;
	text-align:center;
}

.kc-grid .kc-item:hover .mc_obj_kol{

	color:#e3e3e3;
}


.kc-carousel .kc-swiper-slide:hover .mc_obj_kol{

	color:#e3e3e3;
}

/* Paginacja karuzeli */
.kc-carousel {
    position: relative;
    
}

/* Na tabletach i telefonach usuń margines dolny */
@media (max-width: 992px) {
    .kc-carousel {
        margin-bottom: 0;
    }
}

.kc-carousel .swiper-pagination {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: auto;
    height: auto;
}

/* Ukryj paginację na tabletach i telefonach */
@media (max-width: 992px) {
    .kc-carousel .swiper-pagination {
        display: none;
    }
}

.kc-carousel .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background: #ccc;
    opacity: 1;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 1;
}

.kc-carousel .swiper-pagination-bullet-active {
    background: #be1522;
    transform: scale(1.2);
}

/* Dynamiczne bullets - mniejsze po bokach */
.kc-carousel .swiper-pagination-bullet-dynamic {
    transition: all 0.3s ease;
}

.kc-carousel .swiper-pagination-bullet-dynamic-main {
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.kc-carousel .swiper-pagination-bullet-dynamic-prev,
.kc-carousel .swiper-pagination-bullet-dynamic-next {
    width: 20px;
    height: 20px;
    font-size: 11px;
    opacity: 0.7;
}

.kc-carousel .swiper-pagination-bullet-dynamic-prev-prev,
.kc-carousel .swiper-pagination-bullet-dynamic-next-next {
    width: 15px;
    height: 15px;
    font-size: 9px;
    opacity: 0.4;
}

/* Przyciski nawigacyjne */
.kc-carousel .swiper-button-next,
.kc-carousel .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: #be1522;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: -22px;
    transition: all 0.3s ease;
}

.kc-carousel .swiper-button-next:hover,
.kc-carousel .swiper-button-prev:hover {
    background: #a01219;
    transform: scale(1.1);
}

.kc-carousel .swiper-button-next::after,
.kc-carousel .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
}

.kc-carousel .swiper-button-next {
    right: 10px;
}

.kc-carousel .swiper-button-prev {
    left: 10px;
}

.kc-carousel .swiper-container{
    min-height: 470px;

}

@media (max-width: 991px) {
.kc-carousel .swiper-container{
    min-height: 0px;

}
}


.kc-kolorystyka-item img{
	max-height:100px;
}