.product-title {
    color: #000836;
}

.product-description {
    margin-bottom: 20px;
}

.advantages-box {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

.advantages-box h3,
.section-title,
.compatibility-box h3,
.notice-box h3 {
    color: #000836;
}

.advantages-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.advantages-list li {
    padding: 8px 0 8px 35px;
    background-image: url('https://ebay.bob-automobile.de/media/Placeholder/check_30.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.spec-table th,
.spec-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.spec-table th {
    background: #f2f2f2;
}

.compatibility-box {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
}

.notice-box {
    background: #fff6dd;
    border-left: 4px solid #ffd700;
    padding: 15px;
    margin: 20px 0;
}

.notice-box h3 {
    margin-top: 0;
}

.cta-box {
    background: #000836;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin: 20px 0;
    border-radius: 5px;
    font-weight: bold;
}

body, html {
    --hexcolor-template-background: #eceeef !important;
    --hexcolor-template-main: #000836 !important;
}

.centered-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

#s4t_connect_foot {
    width: 88px !important;
    display: none !important;
}

/* ── Versandkosten-Tabelle ─────────────────────────────────────── */

.versandkosten-wrap {
    max-width: 900px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, Arial, sans-serif;
    color: #333333;
}

.versandkosten-wrap h1 {
    font-size: 20px;
    font-weight: 700;
    color: #000836;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #000836;
}

.versandkosten-table-wrap {
    background: #fff;
    border: 1px solid #d4d8db;
    border-radius: 3px;
    overflow: hidden;
}

.versandkosten-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.versandkosten-table thead tr {
    background: #000836;
}

.versandkosten-table th {
    padding: 11px 14px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.02em;
}

.versandkosten-table th.vk-r {
    text-align: right;
}

.versandkosten-table td {
    padding: 9px 14px;
    border-bottom: 1px solid #eceeef;
    color: #333333;
    font-size: 14px;
}

.versandkosten-table td.vk-r {
    text-align: right;
}

.versandkosten-table tr:last-child td {
    border-bottom: none;
}

.versandkosten-table tr:hover td {
    background: #f5f6f7;
}

.versandkosten-table .vk-section-header td {
    font-size: 12px;
    font-weight: 600;
    color: #000836;
    background: #eceeef;
    padding: 7px 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 1px solid #d4d8db;
}

.vk-zone {
    display: inline-block;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 2px;
    font-weight: 500;
}

.vk-zone-inland {
    background: #dce4f5;
    color: #000836;
}

.vk-zone-europa {
    background: #d6eedd;
    color: #1a4d2a;
}

.vk-price {
    font-weight: 600;
    color: #333333;
}

.vk-free {
    font-weight: 600;
    color: #1a4d2a;
}
