.extended-banner-title {
    top: unset;
    left: unset;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.extended-banner-text {
    bottom: unset;
    max-width: 550px;
    left: unset;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.extended-banner-link {
    margin-top: 0;
    right: unset;
    top: unset;
    background-color: var(--color-primary) !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px !important;
    height: unset;
    width: fit-content;
}
.extended-banner-link, .extended-banner-text, .extended-banner-title {
    background-color: unset;
    border: none;
    box-shadow: none;
    padding: 0;
    position: relative;
}
.extended-banner-texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding-left: 50px;
}
@media (max-width: 767px) {
.extended-banner-title {
    font-size: 24px;
}
.extended-banner-text {
    font-size: 14px;
}
.extended-banner-link {
    font-size: 14px;
    padding: 5px 10px !important;
}
.extended-banner-texts {
    padding-left: 20px;
}}
.welcome div, .welcome h1 {
    max-width: unset;
}
.about-us-btns {
    display: flex;
    gap: 10px;
}
a.about-first {
    margin-top: 0;
    background-color: var(--color-primary) !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px !important;
}
a.about-second {
    margin-top: 0;
    background-color: var(--color-secondary-hover) !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px !important;
}
@media (max-width: 767px) {
.about-us-btns {
    flex-direction: column;
    text-align: center;
}}
.about-us-wrapper {
    display: flex;
    gap: 50px;
}
.about-us-content {
    width: 60%;
}
.about-us-image {
    width: 40%;
}
@media (max-width: 992px) {
.about-us-wrapper {
    gap: 20px;
    flex-direction: column;
}
.about-us-content, .about-us-image {
    width: 100%;
}}
.contacts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%;
    margin-top: 20px;
}

.contact-card {
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.contact-card p {
    margin: 0 0 6px;
    line-height: 1.5;
    font-size: 15px;
}

.contact-card .role {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-card a {
    color: #333;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

/* 📱 Responzivita pro mobil */
@media(max-width: 768px){
    .contacts-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.shipping-payment {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.65;
    font-size: 16px;
    color: #333;
}

.shipping-payment h2 {
    margin-bottom: 20px;
}

.shipping-payment h3 {
    margin-top: 40px;
    font-size: 20px;
    color: #222;
}

/* --- TABULKA --- */
.price-table {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: 25px 0;
    border: 1px solid #ddd;
}

.price-table .table-row {
    display: grid;
    grid-template-columns: 1fr 150px;
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
}

.price-table .table-row:last-child {
    border-bottom: none;
}

.price-table .header {
    background: #f5f5f5;
    font-weight: bold;
}
.banner-category a:hover img, .banner-footer a:hover img, .banner-wrapper a:hover img, .banners-content a:hover img, .footer-banner a:hover img {
    transform: scale(1.0);
}
.benefitBanner__picture {
    flex: 0 0 55px;
    max-width: 55px;
}
/* --- RESPONSIVITA --- */
@media (max-width: 600px) {
    .price-table .table-row {
        grid-template-columns: 1fr 1fr;
        padding: 12px 14px;
        font-size: 15px;
    }
}


.surcharge-category-header th {
    font-weight: bold;
    color: var(--color-primary);
    padding: 12px 15px;
    text-transform: uppercase;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.surcharge-checkbox-row-header {
    width: 15px;
}
.surcharge-checkbox-row td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}
.surcharge-checkbox-row:last-child td {
    border-bottom: none;
}
.surcharge-checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}
.surcharge-checkbox-label {
    cursor: pointer;
    user-select: none;
    margin: 0;
}
.surcharge-checkbox {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.surcharge-price {
    font-weight: bold;
    margin-left: auto;
    padding-left: 20px;
}
@media (max-width: 768px) {
.surcharge-checkbox-row td {
    flex-direction: column;
    align-items: flex-start;
}
.surcharge-price {
    margin-left: 0;
    padding-left: 24px;
    margin-top: 4px;
}}
table.detail-parameters {
    width: 100%;
}