body.ss-unified #menu,
body.ss-unified .newsletter,
body.ss-unified .search-mobile,
body.ss-unified header > #container,
body.ss-unified .footer-wrapper,
body.ss-unified #colophon {
    display: none !important;
}

html:has(body.ss-unified) {
    background: #fff;
}

body.ss-unified {
    --ss-beige: #c1bfb4;
    --ss-dark: #3f3e40;
    --ss-red: #b71918;
    --ss-bg: #fff;
    --ss-font-body: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    --ss-font-display: "Jost", "Century Gothic", "Avant Garde", "Futura", sans-serif;
    --ss-font-logo: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    color: #3f3e40;
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

body.ss-unified header {
    background: #c1bfb4;
}

.ss-brand-bar {
    display: none;
}

body.ss-unified .ss-brand-bar {
    display: block;
    background: #c1bfb4;
}

.ss-brand-inner {
    width: 100%;
    margin: 0;
    padding: 18px 10%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ss-brand-logos {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    flex-shrink: 0;
}

.ss-logo-snel {
    height: 48px;
    width: 160px;
    object-fit: cover;
    object-position: left center;
}

.ss-logo-drl-img {
    height: 48px;
    width: auto;
}

.ss-footer-logo {
    height: 56px;
    width: auto;
}

.ss-brand-slogan {
    flex: 1;
    margin: 0;
    text-align: center;
    font-family: "Jost", "Century Gothic", "Avant Garde", "Futura", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #3f3e40;
    line-height: 1.15;
}

.ss-brand-tools {
    display: flex;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
}

.ss-brand-link {
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3f3e40;
    text-decoration: none;
    padding: 8px 14px;
}

.ss-brand-link:hover,
.ss-brand-link:focus {
    color: #b71918;
    text-decoration: none;
}

.ss-zoek {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 0;
}

.ss-zoek-input {
    width: 92px;
    height: 34px;
    border: 0;
    background: transparent;
    padding: 0 8px;
    font-family: "Jost", "Century Gothic", sans-serif;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3f3e40;
}

.ss-zoek-input::placeholder {
    color: #3f3e40;
    opacity: 1;
}

.ss-zoek-btn {
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #3f3e40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

.ss-site-footer {
    display: none;
}

body.ss-unified .ss-site-footer {
    display: block;
    width: 100%;
}

body.ss-unified main,
body.ss-unified main > form,
body.ss-unified #filter-form {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    margin: 0;
    box-sizing: border-box;
}

.ss-app {
    width: 100%;
    margin: 0;
    color: #3f3e40;
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
    background: #fff;
}


.ss-home {
    display: flex;
    flex-direction: column;
}

.ss-home-top {
    order: 1;
}

.ss-home .ss-hero {
    order: 2;
}

/* ── home top two-column bar ── */
.ss-home-top {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    background: #fff;
    padding: 18px 10% 20px;
}

.ss-kies-direct {
    flex: 0 0 210px;
    display: block;
    padding: 0;
    border: 0;
    background: #fff;
    cursor: pointer;
    text-align: left;
}

.ss-kies-direct:hover { background: #f9f8f4; }

.ss-bereken-col {
    flex: 1;
    min-width: 0;
    padding: 0;
}

.ss-start-head,
.ss-bereken-head {
    display: flex;
    align-items: flex-start;
    padding-top: 0;
}

.ss-kies-direct .ss-start-head {
    margin-bottom: 0;
}

.ss-start-head > div,
.ss-bereken-head > div {
    padding: 0px 5px;
    border-top: 1px solid #3f3e40;
}

.ss-start-label {
    display: block;
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #3f3e40;
    line-height: 1.1;
}

.ss-start-sub {
    display: block;
    margin-top: 2px;
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: #3f3e40;
}

.ss-start-arrow,
.ss-caret {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 16px;
    flex-shrink: 0;
}

.ss-start-arrow::before,
.ss-caret::before {
    content: '';
    width: 2px;
    height: 11px;
    background: currentColor;
}

.ss-start-arrow::after,
.ss-caret::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    margin-top: -1px;
}

.ss-arrow-dark { background: #3f3e40; }
.ss-arrow-red { background: #b71918; }

/* ── calculator: 4-column × 2-row grid ── */
.ss-calc-fields {
    display: grid;
    grid-template-columns:
        minmax(170px, 1.4fr)
        minmax(110px, 0.85fr)
        minmax(170px, 1.4fr)
        minmax(190px, 1fr)
        minmax(100px, 1fr);

    grid-template-areas:
        "room temp delta-top result ."
        "size insulation delta-bottom result .";

    gap: 8px 16px;
    align-items: start;
}

.ss-field-room-type {
    grid-area: room;
}

.ss-field-size {
    grid-area: size;
}

.ss-field-temp {
    grid-area: temp;
}

.ss-field-insulation {
    grid-area: insulation;
}

.ss-field-delta-top {
    grid-area: delta-top;
}

.ss-field-delta-bottom {
    grid-area: delta-bottom;
}

.ss-field-result {
    grid-area: result;
}

.ss-bereken {
    grid-column: 5;
    grid-row: 1 / span 2;

    align-self: stretch;
    justify-self: stretch;

    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
    min-height: 100%;
}

.ss-calc-row {
    display: contents;
}

.ss-field {
    min-width: 0;
}

.ss-field-room-type { grid-area: room; }
.ss-field-size { grid-area: size; align-self: end; }
.ss-field-temp { grid-area: temp; }
.ss-field-insulation { grid-area: insulation; align-self: end; }
.ss-field-delta-top { grid-area: delta-top; }
.ss-field-delta-bottom { grid-area: delta-bottom; align-self: end; }

.ss-field-result {
    grid-area: result;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ss-result-row {
    display: flex;
    align-items: stretch;
    gap: 6px;
}

.ss-result-row .form-control {
    flex: 1;
    min-width: 0;
}

.ss-field > label,
.ss-filter-body label {
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 3px;
    white-space: nowrap;
}

.ss-field > label em {
    font-style: normal;
    color: #b71918;
}

.ss-field .form-control,
.ss-filter-body .form-control {
    height: 34px;
    padding: 4px 7px;
    font-size: 13px;
    border: 1px solid black;
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
    color: black;
}

.ss-size-row {
    display: flex;
    gap: 4px;
}

.ss-delta-options,
.ss-delta-details {
    display: flex;
    column-gap: 12px;
    align-items: start;
}

.ss-delta-opt {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer;
}

.ss-delta-opt input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    margin: 3px 0 0;
    padding: 0;
    border: 1px solid #3f3e40;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    flex-shrink: 0;
}

.ss-delta-opt input[type="radio"]:checked {
    background: #3f3e40;
}

.ss-delta-name {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #3f3e40;
    line-height: 1.15;
}

.ss-delta-vals,
.ss-delta-custom {
    display: block;
}

.ss-delta-vals {
    font-size: 12px;
    font-weight: 400;
    color: #3f3e40;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.ss-delta-custom {
    display: flex;
    gap: 5px;
    margin:0;
}

.ss-delta-input {
    width: 38px;
    height: 24px;
    padding: 0 3px;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid #c1bfb4;
    border-radius: 0;
    background: #e6e6e6;
    color: #8a8984;
    text-align: center;
    flex-shrink: 0;
    box-sizing: border-box;
}

.ss-delta-input[readonly] {
    background: #e6e6e6;
    color: #9a9994;
    border-color: #d0cfc8;
    cursor: default;
    pointer-events: none;
}

.ss-delta-input:focus {
    outline: none;
    border-color: #3f3e40;
    color: #3f3e40;
}

.ss-delta-input:not([readonly]) {
    background: #fff;
    color: #3f3e40;
    border-color: #3f3e40;
    cursor: text;
    pointer-events: auto;
}

.ss-bereken {
    display: block;
    background: #b71918;
    color: #fff;
    border: 0;
    height: 34px;
    min-width: 110px;
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.08em;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 18px;
    flex-shrink: 0;
}

.ss-bereken:hover { background: #9a1413; }

.ss-next-acc {
    white-space: normal;
    width: 120px;
    text-align: center;
}

.ss-next-save{
    white-space: normal;
    width: 120px;
    text-align: center;
}

.ss-open-overview {
    display: block;
    width: 100%;
    margin: 20px 0 12px;
    padding: 14px 16px;
    background: #b71918;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.ss-open-overview:hover,
.ss-open-overview:focus {
    background: #9a1413;
    color: #fff;
    text-decoration: none;
}

.ss-overview-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.ss-overview-table th,
.ss-overview-table td {
    border-bottom: 1px solid #d8d6ce;
    padding: 8px 10px;
    text-align: left;
    font-size: 13px;
}

.ss-total {
    font-weight: 700;
    margin: 8px 0;
}

.ss-hero {
    position: relative;
    min-height: 380px;
    background: url('/images/header.jpg') center / cover no-repeat #2b2a2c;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    padding: 56px 64px;
    overflow: hidden;
}

.ss-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.ss-hero-content {
    position: relative;
    z-index: 1;
    max-width: 560px;
}

.ss-hero-icons {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    margin-bottom: 22px;
}

.ss-icon-circle {
    width: 78px;
    height: 78px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ss-icon-calc {
    background: #b71918;
    border-color: #b71918;
}

.ss-hero-text {
    margin: 0;
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.ss-hero-line {
    display: block;
}

.ss-hero-line--bold {
    font-weight: 700;
}

.ss-hero-or {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.12em;
}

.ss-hero-or::before,
.ss-hero-or::after {
    content: '';
    width: 42px;
    height: 1px;
    background: #fff;
}

.ss-wizard {
    display: flex;
    align-items: stretch;
    gap: 0;
    width: 100%;
    min-height: 640px;
    background: #fff;
    padding: 18px 10%;
}

.ss-sidebar {
    width: 240px;
    flex: 0 0 220px;
    background: #fff;
    border-right: 1px solid #c1bfb4;
    padding: 16px 16px 24px 20px;
    transition: width 0.2s;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    align-self: flex-start;
    max-height: calc(100vh - 8px);
}

.ss-sidebar-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.ss-sidebar--hidden {
    display: none !important;
}

.ss-wizard.ss-no-sidebar .ss-main {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
}

.ss-sidebar-title {
    width: 100%;
    background: transparent;
    color: #3f3e40;
    border: 0;
    border-top: 1px solid #3f3e40;
    padding: 0 0 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: left;
}

.ss-sidebar-title-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding-top: 4px;
}

.ss-sidebar-title-main {
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.15;
}

.ss-sidebar-title-sub {
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.06em;
}

/* ── sidebar filter sections ── */
.ss-chosen {
    margin: 8px 0;
}

.ss-filter-section {
    border-bottom: 1px solid #d8d6ce;
    padding: 10px 0;
}

.ss-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px;
}

.ss-section-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3f3e40;
    letter-spacing: 0.02em;
}

.ss-section--done .ss-section-label {
    color: #3f3e40;
}

.ss-section-arrow {
    font-size: 9px;
    color: #c1bfb4;
    transition: transform 0.2s;
}

.ss-arrow--done {
    color: #b71918;
}

.ss-arrow--collapsed {
    transform: rotate(180deg);
}

.ss-section-value {
    font-size: 12px;
    color: #6b6a6c;
    padding: 3px 2px 0;
}

.ss-section-value--done {
    color: #b71918;
    font-weight: 700;
    font-size: 13px;
}

.ss-side-list {
    max-height: 190px;
    overflow-y: auto;
    margin-top: 6px;
    background: #fff;
    border: 1px solid #d8d6ce;
}

.ss-side-option {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    border-bottom: 1px solid #eceae4;
    padding: 7px 10px;
    font-size: 12px;
    color: #3f3e40;
    cursor: pointer;
}

.ss-side-option:last-child {
    border-bottom: 0;
}

.ss-side-option:hover {
    background: #eceae4;
}

.ss-side-option.is-selected {
    background: #c1bfb4;
    font-weight: 700;
    color: #b71918;
}

.ss-side-empty {
    padding: 8px 10px;
    color: #6b6a6c;
    font-size: 12px;
}

.ss-card {
    position: relative;
}

.ss-card-check {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 14px;
    height: 14px;
    border: 1px solid #3f3e40;
    background: #fff;
}

.ss-card-check.is-on {
    background: #b71918;
    border-color: #b71918;
}

.ss-filter-block {
    border-top: 1px solid #d8d6ce;
    padding: 10px 0;
}

.ss-filter-head {
    width: 100%;
    background: none;
    border: 0;
    text-align: left;
    font-weight: 700;
    padding: 0 0 8px;
}

.ss-check {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 400;
    margin-bottom: 4px;
}

.ss-check em {
    color: #6b6a6c;
    font-style: normal;
}

.ss-clear {
    width: 100%;
    background: #3f3e40;
    color: #fff;
    border: 0;
    padding: 10px;
    margin-top: 16px;
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.ss-main {
    flex: 1 1 auto;
    padding: 16px 20px 40px;
    min-width: 0;
    width: auto;
    background: #fff;
}

.ss-calc-bar {
    background: #fff;
    padding: 4px 0 14px;
    margin-bottom: 8px;
    border-bottom: 1px solid #d8d6ce;
}

.ss-calc-bar .ss-calc-fields {
    display: grid;
}

.ss-steps-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.ss-steps {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    gap: 6px 8px;
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
}

.ss-step,
.ss-step-sep {
    color: #b0aea6;
}

.ss-step-sep {
    font-weight: 400;
}

.ss-step.is-active {
    color: #3f3e40;
    font-weight: 700;
}

.ss-step.is-done {
    color: #b71918;
    cursor: pointer;
    font-weight: 700;
}

.ss-toolbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    margin: 0 0 22px;
}

.ss-toolbar-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.ss-toolbar--calc .ss-toolbar-bar {
    color: #fff;
    padding: 10px 14px;
    margin-bottom: 8px;
}

.ss-toolbar[hidden] {
    display: none;
}

.ss-continue,
.ss-results-count {
    margin: 0;
    font-size: 13px;
    color: #3f3e40;
}

.ss-toolbar--calc .ss-continue {
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
    font-weight: 600;
}

.ss-toolbar--calc .ss-continue::before {
    content: '+';
    width: 22px;
    height: 22px;
    background: #b71918;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.ss-results-count {
    font-weight: 600;
}

.ss-clear-link {
    margin-left: 0;
    background: none;
    border: 0;
    color: #b71918;
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.ss-clear-link:hover {
    text-decoration: underline;
}

.ss-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 20px;
    width: 100%;
}

.ss-card {
    background: #fff;
    border: 0;
    padding: 10px;
    cursor: pointer;
    min-height: 240px;
    display: flex;
    flex-direction: column;
}

.ss-card.is-selected,
.ss-card:hover {
    background: #c1bfb4;
}

.ss-card img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 12px;
}

.ss-card h3 {
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 0 6px;
    color: #3f3e40;
    border-bottom: 2px solid #3f3e40;
}

.ss-card p {
    margin: 0;
    font-size: 13px;
    color: #6b6a6c;
}

.ss-size-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ss-size-item {
    padding: 10px 12px;
    border: 1px solid #e4e2da;
    cursor: pointer;
}

.ss-size-item:hover,
.ss-size-item.is-selected {
    background: #c1bfb4;
    color: #3f3e40;
    font-weight: 700;
}

.ss-featured {
    margin-bottom: 20px;
}

.ss-featured-image {
    width: 100%;
    max-height: 360px;
    object-fit: contain;
    background: #f4f3ef;
}

.ss-gallery {
    margin-top: 10px;
}

.ss-gallery img {
    width: 90px;
    height: 70px;
    object-fit: cover;
    background: #f4f3ef;
}

.ss-contact {
    background: #c1bfb4;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 8px 24px;
    padding: 14px 20px;
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3f3e40;
}

.ss-footer-main {
    background: #3f3e40;
    color: #fff;
    padding: 18px 10%;
}

.ss-footer-inner {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.ss-footer-brand {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ss-footer-tagline {
    margin: 0;
    font-family: "Jost", "Century Gothic", "Avant Garde", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ss-footer-tagline strong {
    font-weight: 700;
}

.ss-footer-social {
    display: flex;
    gap: 10px;
}

.ss-footer-social a {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ss-footer-social a:hover {
    background: #fff;
    color: #3f3e40;
    text-decoration: none;
}

.ss-footer-legal {
    width: 100%;
    margin: 12px 0 0;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.03em;
}

.ss-advice-toggle {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 20;
    background: #b71918;
    color: #fff;
    border: 0;
    padding: 10px 16px;
    font-weight: 700;
}

.ss-advice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
    padding: 20px 24px 32px;
}

.ss-advice-close {
    position: absolute;
    right: 12px;
    top: 8px;
    border: 0;
    background: none;
    font-size: 28px;
}

.ss-empty {
    padding: 40px 10px;
    color: #6b6a6c;
}

/* ── kleur / aansluiting swatch in sidebar ── */
.ss-swatch-preview {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 2px 4px;
}

.ss-swatch-preview img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 1px solid #d8d6ce;
    flex-shrink: 0;
}

.ss-swatch-title {
    font-size: 12px;
    font-weight: 700;
    color: #b71918;
    text-transform: uppercase;
}

/* ── BEKIJK SELECTIE button ── */
.ss-bekijk-wrap {
    padding: 14px 0 4px;
}

.ss-bekijk-btn {
    display: block;
    width: 100%;
    background: #b71918;
    color: #fff;
    border: 0;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}

.ss-bekijk-btn:hover {
    background: #9a1515;
}

/* ── featured label / gallery label ── */
.ss-featured-label {
    font-size: 11px;
    font-weight: 700;
    color: #6b6a6c;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0 0 6px;
}

.ss-gallery-label {
    font-size: 11px;
    font-weight: 700;
    color: #6b6a6c;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 10px 0 4px;
    width: 100%;
}

/* ── sidebar product detail panel ── */
.ss-sidebar-product {
    padding: 2px 0;
}

.ss-sidebar-group {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3f3e40;
    margin: 0 0 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d8d6ce;
}

.ss-sidebar-product .ss-spec-table {
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
    border-collapse: collapse;
}

.ss-sidebar-product .ss-spec-table th {
    text-align: left;
    color: #6b6a6c;
    font-weight: 400;
    padding: 2px 8px 2px 0;
    width: 45%;
    vertical-align: top;
}

.ss-sidebar-product .ss-spec-table td {
    font-weight: 600;
    padding: 2px 0;
    vertical-align: top;
}

.ss-product-summary-red {
    font-size: 12px;
    color: #b71918;
    font-weight: 700;
    line-height: 1.5;
    padding: 6px 0;
    border-top: 1px solid #d8d6ce;
    border-bottom: 1px solid #d8d6ce;
    margin: 6px 0;
}

.ss-qty-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3f3e40;
    margin: 8px 0 4px;
}

.ss-qty-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.ss-qty-row input {
    width: 60px !important;
}

.ss-acc-heading {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3f3e40;
    margin: 10px 0 6px;
}

.ss-acc-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ss-acc-list--scroll {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 6px;
    margin-bottom: 4px;
    border-top: 1px solid #eceae4;
    border-bottom: 1px solid #eceae4;
}

.ss-sidebar-product .ss-acc-row,
.ss-sidebar-product .ss-acc-row-readonly {
    font-size: 12px;
    line-height: 1.7;
    padding: 8px 0;
    border-bottom: 1px solid #eceae4;
}

.ss-sidebar-product .ss-acc-row .form-control.ss-acc-qty {
    display: inline-block;
    width: 46px !important;
    padding: 2px 4px;
    height: 24px;
    vertical-align: middle;
    margin-right: 2px;
}

.ss-acc-row-inputs {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
}

.ss-acc-row-inputs input {
    width: 52px !important;
}

.ss-acc-price {
    font-size: 11px;
    color: #6b6a6c;
}

.ss-qty-readonly {
    font-size: 13px;
    margin: 4px 0 8px;
}

/* ── radiator / color breakdown lines ── */
.ss-product-line {
    font-size: 12px;
    line-height: 1.7;
    padding: 8px 0;
    border-top: 1px solid #d8d6ce;
    margin-top: 0;
}

.ss-product-line:last-of-type {
    border-bottom: 1px solid #d8d6ce;
}

/* ── productcode box ── */
.ss-productcode-box {
    font-size: 12px;
    line-height: 1.7;
    padding: 8px 0;
    border-bottom: 1px solid #d8d6ce;
    margin-bottom: 4px;
}

.ss-productcode-label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0 0 2px;
}

.ss-productcode-value {
    background: #ebebeb;
    border: 1px solid #ccc;
    padding: 4px 8px;
    font-family: monospace;
    font-size: 12px;
    margin: 0 0 4px;
    word-break: break-all;
}

.ss-sidebar-prices {
    font-size: 12px;
    color: #3f3e40;
    line-height: 1.6;
    padding: 8px 0;
    border-top: 1px solid #d8d6ce;
    margin-top: 8px;
}

.ss-sidebar-prices .ss-product-code {
    font-weight: 700;
    color: #b71918;
    font-size: 13px;
}

.ss-save-btn {
    display: block;
    width: 100%;
    margin-top: 12px;
    background: #b71918;
    color: #fff;
    border: 0;
    padding: 13px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
}

.ss-save-btn:hover { background: #9a1515; }

.ss-sidebar-product .ss-bereken,
.ss-sidebar-product .ss-save-btn {
    width: 100%;
    height: auto;
    min-height: 48px;
    margin-top: 14px;
}

.ss-acc-main {
    background: #fff;
    padding: 8px 0 24px;
}

.ss-acc-main h3 {
    margin: 0 0 12px;
    font-size: 1.1rem;
}

.ss-acc-main .ss-acc-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

.ss-acc-main .ss-acc-row img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
}

.ss-acc-main-body {
    flex: 1;
}

.ss-acc-main-body p {
    margin: 4px 0 8px;
    color: #6b6a6c;
    font-size: 0.85rem;
}

.ss-acc-main-body .ss-acc-qty {
    width: 70px;
    display: inline-block;
}

.ss-acc-main .ss-bereken,
.ss-acc-main .ss-save-btn {
    margin-top: 18px;
    width: auto;
    min-width: 220px;
    height: auto;
    min-height: 48px;
}

/* ── selectie overzicht: full-width document, not the product card grid ── */
.ss-overzicht-panel {
    padding: 0 4px 16px;
    background: #fff;
    width: 100%;
}

.ss-overzicht-panel .drlresult,
.ss-overzicht-panel .offer-total,
.ss-overzicht-panel .selected-products {
    display: block;
    width: 100%;
    max-width: 100%;
}

.ss-overzicht-panel table {
    width: 100% !important;
    max-width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    margin: 0;
}

.ss-overzicht-panel table.product,
.ss-overzicht-panel .selected-products {
    width: 100% !important;
}

.ss-overzicht-panel .box-wrap {
    margin: 0 0 8px;
}

.ss-overzicht-panel .box-wrap table td {
    padding: 0;
}

.ss-overzicht-panel .offer-total-amount td {
    padding: 4px 6px;
    vertical-align: top;
}

.ss-overzicht-panel .offer-total-amount tr:has(hr) {
    display: none;
}

.ss-overzicht-panel .selection {
    padding: 8px 6px !important;
}

.ss-overzicht-panel h2 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 4px;
}

.ss-overzicht-intro {
    font-size: 12px;
    color: #6b6a6c;
    margin: 0 0 14px;
}

.ss-overview-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 16px;
}

.ss-overview-table th {
    text-align: left;
    border-bottom: 2px solid #d8d6ce;
    padding: 6px 8px;
    font-weight: 700;
    font-size: 12px;
}

.ss-overview-table td {
    padding: 6px 8px;
    border-bottom: 1px solid #eceae4;
    vertical-align: top;
}

.ss-totals {
    margin: 12px 0;
    font-size: 13px;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .ss-start-row,
    .ss-wizard {
        flex-direction: column;
        background-image: none;
    }

    .ss-start-direct,
    .ss-sidebar {
        width: 100%;
        flex: none;
        position: static;
        max-height: none;
    }

    .ss-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ss-hero {
        min-height: 220px;
        padding: 36px 20px;
        align-items: center;
        text-align: center;
    }

    .ss-hero-content {
        max-width: 100%;
    }

    .ss-hero-icons {
        justify-content: center;
    }

    .ss-hero-text {
        font-size: 20px;
        text-align: center;
    }

    .ss-hero-or {
        justify-content: center;
    }

    .ss-home-top {
        flex-direction: column;
        gap: 16px;
        order: 2;
    }

    .ss-home .ss-hero {
        order: 1;
    }

    .ss-kies-direct {
        flex: none;
        width: 100%;
    }

    .ss-calc-fields {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "room room"
            "size size"
            "temp insulation"
            "delta-top delta-top"
            "delta-bottom delta-bottom"
            "result result";
    }

    .ss-toolbar {
        flex-wrap: wrap;
    }
}

@media (max-width: 1200px) {
    .ss-calc-fields {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "room size"
            "temp insulation"
            "delta-top result"
            "delta-bottom result";
    }
}

@media (max-width: 1100px) {
    .ss-brand-slogan {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    body.ss-unified #menu-mobile {
        display: none !important;
    }

    .ss-brand-inner {
        padding: 12px 16px;
    }

    .ss-brand-slogan,
    .ss-brand-tools {
        display: none;
    }

    .ss-brand-logos {
        width: 100%;
        justify-content: space-between;
    }

    .ss-logo-snel {
        height: 36px;
        width: 120px;
    }

    .ss-logo-drl-img {
        height: 36px;
    }

    .ss-footer-logo {
        height: 44px;
    }

    .ss-footer-inner,
    .ss-footer-brand {
        flex-direction: column;
        text-align: center;
    }

    .ss-footer-social {
        justify-content: center;
    }

    .ss-contact {
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 12px;
    }

    .ss-icon-circle {
        width: 64px;
        height: 64px;
    }

    .ss-calc-fields {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "room room"
            "size size"
            "temp insulation"
            "delta-top delta-top"
            "delta-bottom delta-bottom"
            "result result";
        gap: 10px 12px;
    }

    .ss-field-size,
    .ss-field-insulation,
    .ss-field-room-type,
    .ss-field-temp,
    .ss-field-delta-top,
    .ss-field-delta-bottom,
    .ss-field-result {
        width: auto;
        align-self: stretch;
    }

    .ss-result-row {
        width: 100%;
    }

    .ss-bereken {
        height: 42px;
        min-width: 96px;
        padding: 0 12px;
    }

    .ss-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.ss-grid.ss-grid--list {
    display: block;
}

.ss-back-link {
    margin-left: auto;
    background: #3f3e40;
    color: #fff;
    border: 0;
    padding: 8px 14px;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
    cursor: pointer;
    white-space: nowrap;
}

.ss-toolbar--calc .ss-back-link {
    background: #2c2b2d;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.ss-back-link:not([hidden]) + .ss-clear-link {
    margin-left: 0;
}

.ss-back-link:hover {
    background: #2c2b2d;
}

.ss-calc-list {
    width: 100%;
    background: #fff;
}

.ss-calc-type-row,
.ss-calc-model-head,
.ss-calc-size-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-bottom: 1px solid #d8d6ce;
    cursor: pointer;
    background: #fff;
}

.ss-calc-type-row:hover,
.ss-calc-type-row.is-selected,
.ss-calc-model-head:hover,
.ss-calc-model-head.is-selected,
.ss-calc-model.is-open > .ss-calc-model-head {
    background: #c1bfb4;
}

.ss-calc-type-row img,
.ss-calc-model-head img,
.ss-calc-size-row img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    flex-shrink: 0;
}

.ss-calc-type-title,
.ss-calc-model-title {
    flex: 1;
    min-width: 0;
    font-size: 15px;
    font-weight: 600;
    color: #3f3e40;
}

.ss-calc-type-count {
    min-width: 34px;
    height: 28px;
    padding: 0 8px;
    border: 1px solid #3f3e40;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #3f3e40;
    background: #fff;
    flex-shrink: 0;
}

.ss-calc-model-sizes {
    background: #fff;
}

.ss-calc-size-row {
    padding-left: 28px;
}

.ss-calc-size-row span {
    font-size: 14px;
    color: #3f3e40;
}

.ss-calc-size-row:hover span,
.ss-calc-size-row.is-selected span {
    color: #b71918;
    font-weight: 700;
}

.ss-gallery-header {
    align-items: center;
    margin-bottom: 10px;
}

.ss-gallery-counter {
    font-size: 13px;
    font-weight: 600;
}

.ss-gallery-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ss-gallery-images {
    display: flex;
    gap: 8px;
    flex: 1;
    overflow-x: auto;
}

.ss-gallery-images img {
    cursor: pointer;
}

.ss-gallery-prev,
.ss-gallery-next {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    flex-shrink: 0;
}
