.wctps-header h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.5em;
}

.wctps-slider {
    margin: 20px auto;
    max-width: 1200px;
    width: 100%;
}

.wctps-slide-item {
    background: #fff;
    padding: 15px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 5px;
    /* Zapewnienie równych wymiarów kafelków */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px; /* Dopasuj do własnych potrzeb */
    box-sizing: border-box;
}

.wctps-link {
    text-decoration: none;
    color: inherit;
    display: block;
    /* Pozostawiamy pewien margines na przycisk dołącz */
}

.wctps-product-title {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.wctps-product-image {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.wctps-product-image img {
    max-width: 100%;
    height: auto;
}

.wctps-product-price {
    margin-top: 10px;
    font-size: 1.1em;
}

.wctps-discount-price {
    font-size: 0.9em;
    margin-right: 5px;
    text-decoration: line-through;
    color: #999;
}

.wctps-label {
    font-weight: normal;
    margin-right: 5px;
}

.wctps-active-price {
    font-size: 1.3em;
    font-weight: bold;
    color: #d33;
}

/* PRZYCISK "DOŁĄCZ" */
.wctps-join-button {
    margin-top: 15px;
    text-align: center;
}

.wctps-button {
    display: inline-block;
    background-color: #3178f0;  /* Kolor przycisku – można zmienić */
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wctps-button:hover {
    background-color: #285fb7;
}
.data-aukcji
{
    color:red;
}
.slick-arrow::before
{
    color:#3b3d40;
    height: 40px;
}

/* Główne kontenery strzałek (zamiast .owl-nav button) */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* Dopasuj według upodobań lub użyj zmiennych CSS tak jak w Owl */
    font-family: var(--font-family, sans-serif);
    font-size: var(--arrows-size, 1.8rem);
    line-height: 1 !important;
    font-weight: 700;
    border-radius: 0.15em;
    padding: 1em 0.5em;
    background: var(--color-content-bg, #fff);
    border: none;
    color: var(--color-content-text, #000) !important;
    box-shadow: 0 0em 0em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    user-select: none;
    /* Niektóre motywy Slicka mają z-index ustawiony – można podnieść, by były widoczne: */
    z-index: 5; 
}

/* Umiejscowienie poprzedniej/następnej strzałki */
.slick-prev {
    left: 0.5em; /* dostosuj wg potrzeb */
}
.slick-next {
    right: 0.5em; /* dostosuj wg potrzeb */
}

/* Pseudoelementy ::before dla ikon (zamiast .owl-prev:before / .owl-next:before) */
.slick-prev::before,
.slick-next::before {
    /* Domyślnie Slick wczytuje własny font, możesz go nadpisać lub zostawić */
    font-family: 'slick'; 
    font-size: var(--arrows-size, 1.8rem);
    line-height: 1 !important;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0em;
    /* Jeśli chcesz wymusić swój znak, ustaw content: '>' etc. */
    content: ''; /* Slick sam potrafi wstawić < i >, ale możesz nadpisać, np. '▶' / '◀' */
    color: var(--color-content-text, #000) !important;
    /* tło, ramka i pozostałe style przejmowane od rodzica .slick-prev / .slick-next */
}

/* (opcjonalnie) Efekt hover */
.slick-prev:hover,
.slick-next:hover {
    background: #f7f7f7;
    transition-duration: .3s;
}
.slick-prev::before {
    content: '<';
  }
  .slick-next::before {
    content: '>';
  }
  