/* Cílení na tabulku v detailu produktu Shoptetu */
.p-detail-inner table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    font-family: sans-serif;
    margin: 20px 0;
}

/* Stylování řádků */
.p-detail-inner table tr {
    border-bottom: 1px solid #eaeaea;
}

/* Jemné podbarvení každého druhého řádku */
.p-detail-inner table tr:nth-child(even) {
    background-color: #fbfbfb;
}

/* Společný styl pro buňky */
.p-detail-inner table td {
    padding: 12px 15px;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
}

/* Levý sloupec - názvy vlastností */
.p-detail-inner table tr td:first-child {
    font-weight: 600;
    color: #555555;
    width: 40%;
}

/* Pravý sloupec - hodnoty */
.p-detail-inner table tr td:last-child {
    color: #111111;
}

/* Responzivita pro mobily */
@media screen and (max-width: 480px) {
    .p-detail-inner table td {
        padding: 10px 8px;
        font-size: 13px;
    }
}

.body-banners .extended-banner-title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.body-banners .banner-wrapper {
    width: 25%;
    flex: 0 0 25%;
    padding: 10px;
}

.body-banners img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body-banners .banner-wrapper a {
    height: 100%;
    overflow: hidden;
}

@media (min-width: 1400px) {
    #header .site-name a img {
        max-height: 100px;
    }
}

.benefitBanner__item {
    justify-content: center;
}

.event-table td {
    padding: 10px;
}

#header .container {
    padding: 10px 0;
}

@media (min-width: 991px) {
    .products-block>div .p .name {
        font-size: 16px;
        font-weight: 600;
    }
}