product > a img {
transition: all .3s ease-in-out !important;
}

.product:hover > a img {
transform: scale(1.2);
}

.projector_buy__number_amounts {
display: none !important;
}

#projector_amount {
display: none !important;
}
@media (min-width: 757px) {
.gfx_wrapper > picture > img {
max-width: 90px !important;
}
}

.projector_buy__more.--active {
    right: 4.5rem;
}

#prepaid_documents {
  display: none !important;
}

div.basketedit_rebatecodes_outline {display: block;}
#menu_security_policy {clear: both;}


button.cop_buttons__button.btn.--outline.--large.--next {
    background: #323232 !important;
}
button.cop_buttons__button.btn.--outline.--large.--next:hover {
    background: white !important;
}

/* ===== Ulepszone tabele we wpisach blogowych liftnet ===== */
/* Kontener scrolla — domyślnie (desktop) BEZ overflow, 
   żeby nie było niepotrzebnego scrolla gdy tabela się mieści */
#blog-item table {
    margin: 24px 0;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #ddd0cc;
    border-radius: 8px;
}

/* Nagłówek — tylko tu zmieniony kolor */
#blog-item table thead th {
    background-color: #ede5e3;
    color: #202020;
    font-weight: 600;
    text-align: left;
    padding: 12px 16px;
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-bottom: 2px solid #ddd0cc;
    white-space: normal;
    word-break: break-word;
}

/* Komórki treści */
#blog-item table td {
    padding: 12px 16px;
    border-bottom: 1px solid #eceff2;
    color: #202020;
    background-color: #ffffff;
    vertical-align: top;
    line-height: 1.5;
    white-space: normal;
    word-break: break-word;
}

#blog-item table tbody tr:last-child td {
    border-bottom: none;
}

#blog-item table td:first-child {
    font-weight: 600;
}

/* ===== TYLKO MOBILE: tutaj włączamy scroll poziomy ===== */
@media (max-width: 756px) {
    #blog-item table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: max-content;
        min-width: 100%;
        max-width: 100%;
    }

    #blog-item table th,
    #blog-item table td {
        min-width: 140px;
    }

    #blog-item table {
        font-size: 13px;
    }
    #blog-item table thead th,
    #blog-item table td {
        padding: 8px 10px;
    }
}

#blog-item img.blog_image {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px 0;
}
div.blog_date {
    text-align: center;
}

#blog-item img.blog_image {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px 0;
}
div.blog_date {
    text-align: center;
}