.elementor-3127 .elementor-element.elementor-element-3a283ec{--display:flex;}.elementor-3127 .elementor-element.elementor-element-3a283ec:not(.elementor-motion-effects-element-type-background), .elementor-3127 .elementor-element.elementor-element-3a283ec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-101145a );}.elementor-3127 .elementor-element.elementor-element-97cff3c{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-97cff3c *//* === ULUBIONE / TI WISHLIST – WIDOK JAK KARTY PRODUKTÓW === */ 

/* chowamy nagłówki tabeli */
.tinv-wishlist table.tinvwl-table-manage-list thead {
    display: none;
}

/* tabela jak kontener pod flex-grid */
.tinv-wishlist table.tinvwl-table-manage-list {
    border: 0;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

/* reset domyślnego zachowania tabeli + motywu */
.tinv-wishlist table.tinvwl-table-manage-list,
.tinv-wishlist table.tinvwl-table-manage-list tbody,
.tinv-wishlist table.tinvwl-table-manage-list tr,
.tinv-wishlist table.tinvwl-table-manage-list td {
    display: block;
}

/* kontener produktów = flex, kilka kolumn */
.tinv-wishlist table.tinvwl-table-manage-list tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 32px; /* odstęp między kartami */
}

/* pojedynczy produkt = karta */
.tinv-wishlist table.tinvwl-table-manage-list tr.wishlist_item {
    display: flex;
    flex-direction: column;
    width: calc(25% - 24px); /* 4 kolumny na desktopie */
    background: #ffffff;
    border: 1px solid #eeeeee;
    position: relative;
    overflow: visible; /* ważne – nie ucina przycisku */
    box-sizing: border-box;
    padding: 0;
}

/* responsywność */
@media (max-width: 1024px) {
    .tinv-wishlist table.tinvwl-table-manage-list tr.wishlist_item {
        width: calc(50% - 24px); /* 2 kolumny */
    }
}
@media (max-width: 640px) {
    .tinv-wishlist table.tinvwl-table-manage-list tr.wishlist_item {
        width: 100%; /* 1 kolumna */
    }
}

/* resetujemy dziwne tła/paddingi i FLOPTY z motywu */
.tinv-wishlist td {
    background: transparent !important;
    padding: 0;
    border: 0;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
}

/* MINIATURKA – pełna szerokość na górze karty, bez ramki */
.tinv-wishlist td.product-thumbnail {
    margin: 0;
    padding: 0;
}
.tinv-wishlist td.product-thumbnail a {
    display: block;
    margin: 0;
    padding: 0;
}
.tinv-wishlist td.product-thumbnail img {
    display: block;
    width: 100% !important;        /* wymuszenie na motywie */
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: 4/5;             /* proporcje jak listing produktów */
    object-fit: cover;
    margin: 0 !important;          /* usuwa ewentualne marginesy motywu */
    padding: 0 !important;         /* usuwa ewentualne paddingi motywu */
    background: none !important;
}

/* NAZWA PRODUKTU */
.tinv-wishlist td.product-name {
    padding: 16px 18px 4px;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.4;
}
.tinv-wishlist td.product-name a {
    text-decoration: none;
    color: #111111;
}

/* CENA */
.tinv-wishlist td.product-price {
    padding: 0 18px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
}

/* PRZYCISK "DODAJ DO KOSZYKA" – pełna szerokość na dole karty */
.tinv-wishlist td.product-action {
    padding: 0 18px 18px;
    margin-top: auto; /* dociśnięcie przycisku do dołu karty */
}
.tinv-wishlist td.product-action .button,
.tinv-wishlist td.product-action .button.alt {
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 18px;
    border-radius: 0;
    background: #111111;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.08em;
    box-sizing: border-box;
}

/* IKONA USUŃ – w prawym górnym rogu, X wycentrowany w kółku */
.tinv-wishlist td.product-remove {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0;
    width: auto !important;   /* nadpisanie width:100% z ogólnego td */
    height: auto !important;
    margin: 0;
}
.tinv-wishlist td.product-remove button {
    background: #ffffff;
    border: 1px solid #eeeeee;
    width: 32px;
    height: 32px;
    padding: 0;
    box-shadow: none;
    border-radius: 50%;
    line-height: 1;
    display: flex;            /* centruje X w kółku */
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.tinv-wishlist td.product-remove i {
    font-size: 14px;
    line-height: 1;
}

/* TYPOGRAFIA OGÓLNA (dopasowana do motywu) */
.tinv-wishlist,
.tinv-wishlist table,
.tinv-wishlist td,
.tinv-wishlist th {
    font-family: inherit;
    font-size: 14px;
}/* End custom CSS */