.tebimcustomcarousel-wrapper {
    margin: 2rem 0;
}

.tcc-carousel {
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 4px;
}

.tcc-carousel-header {
    margin-bottom: 1rem;
}

.tcc-carousel-title {
    font-size: 1.5rem;
    margin: 0;
    margin-bottom: 0px;
    display: block;
    margin-bottom: 20px;
}

.tcc-carousel-slider {
    display: flex;
    width: 100%;
}
.tcc-carousel-slider .tcc-slide-banner {
    width: 20%;
    padding-left: 0;
}
.tcc-product-slick-banner {
    width: 80%;
}
.tcc-product-slick-nobanner {
    width: 100%;
}

.tcc-slide {
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.tcc-product {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.tcc-product-body {
    padding: 0.5rem 0.75rem 0.75rem;
}

.tcc-product-name {
    font-size: 0.95rem;
    margin: 0 0 0.25rem;
}

.tcc-product-price {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.tcc-product-button {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
    border-radius: 2px;
}

/* Baner jako „tile” */
.tcc-slide-banner .tcc-banner-image {
    display: block;
    width: 100%;
    border-radius: 4px;
}

/* Rozmiary kafelków – wpływają na width slide'ów poprzez breakpoints w slicku */
.tcc-banner-size-small .tcc-product,
.tcc-banner-size-small .tcc-slide-banner {
    background: none;
}

.tcc-banner-size-medium .tcc-product,
.tcc-banner-size-medium .tcc-slide-banner {
    background: none;
}

.tcc-banner-size-large .tcc-product,
.tcc-banner-size-large .tcc-slide-banner {
    background: none;
}

.tcc-product .wishlist-button-add {
    display: none;
}

.tcc-product-slick > span:before {
    display: none;
}
.tcc-product-slick > span.slick-prev {
    position: absolute;
    top: -30px;
    right: 20px;
    left: auto;
}
.tcc-product-slick > span.slick-next {
    position: absolute;
    top: -30px;
    right: 0;
}
.tcc-product-slick2 > span:before {
    display: none;
}
.tcc-product-slick2 > span.slick-prev {
    position: absolute;
    top: -30px;
    right: 20px;
    left: auto;
}
.tcc-product-slick2 > span.slick-next {
    position: absolute;
    top: -30px;
    right: 0;
}
.tcc-section-links {
    display: block;
    margin-bottom: 25px;
}
.tcc-section-link {
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0;
    color: #fff;
    padding: 8px 25px;

}
