.topcar-product-values {
    background: #6b6010;
    background: linear-gradient(324deg, rgba(107, 96, 16, 1) 0%, rgba(71, 46, 46, 1) 38%, rgba(10, 0, 0, 1) 100%);
}

.topcar-product-values .topcar-title { 
    color: #fff;
}


.topcar-selection-card {
    margin: 18px 0;
    padding: 18px;
    border-radius: 16px;
background: #6b6010;
background: linear-gradient(324deg, rgba(107, 96, 16, 1) 0%, rgba(71, 46, 46, 1) 75%, rgba(10, 0, 0, 1) 100%);
    color: #fff;
box-shadow: 7px 8px 56px -7px rgba(0,0,0,0.6);
-webkit-box-shadow: 7px 8px 56px -7px rgba(0,0,0,0.6);
-moz-box-shadow: 7px 8px 56px -7px rgba(0,0,0,0.6);
min-height: 300px;
}

.topcar-selection-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    width: 100%;
}

.topcar-selection-head strong {
    padding: 5px 10px;
    background: #6161612e;
    color: #f7c600;
    font-size: 18px;
    position: absolute;
    bottom: 2em;
    right: 1em;
}

.topcar-selection-summary {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.6;
}

.topcar-value-points {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topcar-value-points li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 7px;
    font-size: 14px;
}

.topcar-value-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f7c600;
    font-weight: 700;
}


.topcar-selection-card {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 28px;
    color: #fff;
    background-size: cover;
    background-position: center;
    isolation: isolate;
}

.topcar-selection-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, .82),
        rgba(0, 0, 0, .42)
    );
}

.topcar-selection-bg-letter {
    position: absolute;
    right: 18px;
    top: 75px;
    font-weight: 800;
    font-size: 150px;
    line-height: 1;
    opacity: .9;
    pointer-events: none;
    text-shadow: 0 0 20px #FFFFFF, 2px 2px 2px rgba(255,226,19,0.05);
}

.topcar-selection-eyebrow {
    display: block;
        color: #f7c600;
    font-size: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .72;
}

.topcar-selection-description,
.topcar-selection-summary {
    margin-top: 14px;
    max-width: 520px;
    font-size: 15px;
    line-height: 1.7;
}

.topcar-value-points {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.topcar-value-points li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}

.topcar-value-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
}


@media screen and (max-width: 767px) {
    .topcar-selection-head strong {
        margin-top: 0;
        font-size: 15px;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .topcar-selection-bg-letter {
        top: auto;
        bottom: 25px;
        font-size: 100px;
    }

    .topcar-value-points {
        max-width: 50%;
    }
}