h1.ocp-title.fusion-responsive-typography-calculated {
    font-size: 25px;
}
.ocp-meta-grid {
    font-size: 16px;
}
.ocp-pricing {
    font-size: 25px;
}
.ocp-usps p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0px !important;
}
.ocp-links-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.ocp-share-floating {
    position: absolute;
    bottom: 25px;
    right: 20px;
}
.ocp-share-floating a {
    font-size: 14px;
    text-decoration: none;
    color: #007bff;
    display: flex;
    align-items: center;
}
.ocp-share-floating i {
    margin-right: 6px;
}
.ocp-links-item.whatsapp-info a {
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.ocp-links-item.whatsapp-info i.fab.fa-whatsapp {
    font-size: 20px;
    color: #25D366;
    margin-right: 8px;
}
.whatsapp-text {
    color: #000;
}
.whatsapp-green {
    color: #25D366;
    font-weight: 600;
}
.ocp-usps p::before {
    content: "✔";
    color: #28a745;
    margin-right: 6px;
}
.ocp-slider-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
}
.slider-for img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: contain;
}
.slider-nav {
    margin-top: 15px;
}
.slider-nav .slick-slide {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}
.slider-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}
.slider-nav .slick-current {
    border-color: #007bff;
    outline: none;
}
.ocp-slider-info-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
}
.ocp-top-section {
    width: calc(35% - 30px);
    background: #f9fafb;
    border: 1px solid #dfe4ea;
    border-radius: 14px;
    padding: 30px 35px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.ocp-top-section:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}
.ocp-title {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #1d3b61;
}
.ocp-status-label {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.ocp-usps {
    margin: 20px 15px;
}
.ocp-status-label::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}
.ocp-pricing {
    margin-top: 20px;
    font-size: 16px;
    color: #1d1d1d;
}
.ocp-pricing .prijs {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
.ocp-pricing .prijs::before {
    font-size: 16px;
    margin-right: 3px;
    font-weight: normal;
}
.ocp-pricing .prijs-info {
    font-size: 13px;
    color: #555;
    margin-left: 6px;
}
.ocp-status-beschikbaar::before {
    background-color: #28a745;
}

.ocp-status-verkocht::before {
    background-color: #dc3545;
}
.ocp-prijs,
.ocp-km {
    font-size: 17px;
    margin-bottom: 10px;
    color: #444;
}
.ocp-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    justify-content: space-between;
    background-color: #f9f9f9;
    border-radius: 12px;
    overflow: hidden;
}

.ocp-categorie-row.rij-een {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    padding: 40px 30px;
    background: #f0f2f5;
    border-radius: 14px;
    border: 1px solid #dfe4ea;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.ocp-categorie-row.rij-twee {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
    width: 100%;
}

.ocp-categorie-block {
    flex: 1 1 calc(33.333% - 20px);
    background: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 22px 24px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.03);
}

.rij-twee .ocp-categorie-block {
    flex: 1 1 calc(50% - 20px);
}

.ocp-categorie h3 {
    font-size: 22px !important;
    font-weight: 700;
    color: #2c3e50;
    border-left: 4px solid #007bff;
    padding-left: 10px;
    margin-bottom: 12px;
}

.ocp-categorie li {
    font-size: 14px;
    color: #555;
}

.ocp-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}
.ocp-action-buttons a {
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-primary {
    color: #FFFFFF;
    background-color: #CF2E2E;
}
.btn-primary:hover {
    background-color: transparent;
    color: #CF2E2E;
    border: 2px solid #CF2E2E;
}
.btn-secondary {
    border-color: #000000;
    color: #000000;
    background-color: transparent;
    border: 2px solid;
}
.btn-secondary:hover {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid;
}
.whatsapp-info {
    font-size: 16px;
}
.ocp-location-button a {
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
}
.ocp-location-button a:hover {
    text-decoration: underline;
}
.ocp-categorie.ocp-extraopties {
    flex: 1 1 100%;
}
.ocp-extraopties ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ocp-extraopties li {
    position: relative;
    padding-left: 1.2em;
    font-size: 14px;
    color: #333;
}
.ocp-extraopties li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #28a745;
}
.ocp-extraoptie-wrapper {
    width: 100%;
    padding: 40px 30px;
    background: #f0f2f5;
    border-radius: 14px;
    border: 1px solid #dfe4ea;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.ocp-extraoptie-title {
    font-size: 24px;
    color: #1d3b61;
    font-weight: 700;
    margin-bottom: 25px;
    padding-left: 10px;
    border-left: 4px solid #007bff;
}

.ocp-extraoptie-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.ocp-optie-col {
    flex: 1 1 calc(20% - 24px);
    min-width: 180px;
    background: #fff;
    padding: 20px 20px 15px;
    border-radius: 10px;
    border: 1px solid #e3e7eb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.optie-cat-title {
    font-size: 22px !important;
    font-weight: 600;
    margin-bottom: 10px;
    color: #007bff;
    border-bottom: 1px solid #e1e6eb;
    padding-bottom: 6px;
}

.optie-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.optie-cat-list li {
    font-size: 14px;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .ocp-categorie-block {
        flex: 1 1 calc(50% - 20px);
    }
    .ocp-optie-col {
        flex: 1 1 calc(50% - 30px);
    }    
}
@media (max-width: 900px) {
    .ocp-slider-info-row {
        flex-direction: column;
    }

    .ocp-slider-wrapper,
    .ocp-top-section {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    .ocp-categorie-block {
        flex: 1 1 100%;
    }
    .ocp-slider-wrapper,
    .ocp-top-section {
        width: 100%;
        max-width: 100%;
    }
    .ocp-optie-col {
        flex: 1 1 100%;
    }   
    
}
.ocp-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.ocp-grid-card {
    width: calc(33.333% - 16px);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    padding: 16px;
    box-sizing: border-box;
}

.ocp-grid-card:hover {
    transform: scale(1.02);
}

.ocp-grid-img {
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.ocp-grid-img img {
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    max-height: 240px;
    border-radius: 6px;
}

.ocp-grid-merk,
.ocp-grid-info,
.ocp-grid-prijs,
.ocp-grid-status,
.ocp-grid-btn {
    margin-top: 12px;
}

.ocp-grid-merk {
    font-size: 18px;
    font-weight: bold;
}

.ocp-grid-info {
    color: #555;
    font-size: 14px;
}
.ocp-grid-prijs {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.ocp-grid-status {
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: fit-content;
}
.ocp-status-beschikbaar {
    color: #155724;
}
.ocp-status-verkocht {
    color: #721c24;
}
.ocp-grid-btn a {
    display: inline-block;
    padding: 1px 10px;
    background-color: #CF2E2E;
    color: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
}
.ocp-grid-btn a:hover {
    background-color: transparent;
    color: #CF2E2E;
    border: 2px solid #CF2E2E;
}

@media screen and (max-width: 991px) {
    .ocp-grid-card {
        width: calc(50% - 12px);
    }
}

@media screen and (max-width: 600px) {
    .ocp-grid-card {
        width: 100%;
    }
}
.ocp-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.ocp-grid-card {
    width: calc(33.333% - 16px);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    box-sizing: border-box;
    padding: 0;
}
.ocp-grid-content {
    padding: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ocp-grid-card:hover {
    transform: scale(1.02);
}
.ocp-grid-merk {
    font-size: 18px;
    font-weight: bold;
}

.ocp-grid-info {
    color: #555;
    font-size: 14px;
}

.ocp-grid-prijs {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.ocp-grid-status {
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: fit-content;
}
.ocp-grid-status {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
}

.ocp-status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.ocp-status-beschikbaar .ocp-status-dot {
    background-color: #28a745;
}

.ocp-status-verkocht .ocp-status-dot {
    background-color: #dc3545;
}

@media screen and (max-width: 991px) {
    .ocp-grid-card {
        width: calc(50% - 12px);
    }
}

@media screen and (max-width: 600px) {
    .ocp-grid-card {
        width: 100%;
    }
}


.slick-prev {
    left: 5px !important;
    z-index: 1;
}
.slick-next {
    right: 5px !important;
    z-index: 1;
}


.ocp-grid-slider {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.ocp-grid-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}