
/* ----------------------------------
   Site
---------------------------------- */

body {
    background: #ffffff;
    color: #000406;
    font-family: "Figtree", sans-serif!important;
}

main p {
    font-size: 1rem;
    line-height: 1.625;
}

/* ----------------------------------
   Bilonline Wrapper Reset
---------------------------------- */

#customheader,
#customheadercontainer,
#bodycontainer,
#container1,
#container2,
#container3,
#container4,
#container5,
#container6,
#maincontainerfooter,
#customfooter {
    display: contents;
}

#customheader.custom-header,
#customheadercontainer.main-containernavbar,
#maincontainerfooter.main-containerfooter,
#customfooter.main-contentfooter,
#container1.container-fluid,
#container2.container-fluid,
#container3.container-fluid,
#container4.container-fluid,
#container5.container-fluid,
#container6.container-fluid {
    margin: 0;
    max-width: none;
    padding: 0;
    width: auto;
}

#container7.container-fluid {
    margin-left: auto;
    margin-right: auto;
    max-width: 82.5rem;
    padding-left: 0;
    padding-right: 0;
    width: min(calc(100% - 2.5rem), 82.5rem);
}

#senastefordonslider {
    width: 100%;
}


/* ----------------------------------
   Page Content
---------------------------------- */

.eh-hero-slider {
    background: #000000;
    min-height: clamp(34rem, 41.6667vw, 50rem);
}

.eh-hero-slider__swiper,
.eh-hero-slider__slide {
    height: clamp(34rem, 41.6667vw, 50rem);
}

.eh-hero-slider__slide {
    background: #000000;
    overflow: hidden;
    position: relative;
}

.eh-hero-slider__image {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}

.eh-hero-slider__overlay {
    background: rgba(0, 0, 0, 0.45);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.eh-hero-slider__content {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto;
    max-width: 107.5rem;
    padding: 0 clamp(1.25rem, 5.2vw, 6.25rem);
    position: relative;
    width: 100%;
    z-index: 2;
}

.eh-hero-slider__copy {
    align-items: flex-start;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    max-width: 52rem;
    transform: translateY(0.625rem);
}

.eh-hero-slider__copy h1,
.eh-hero-slider__copy h2 {
    color: #ffffff;
    font-size:clamp(1.75rem, 1.25rem + 1.75vw, 3.25rem);
    font-weight:800;
    line-height: 1.1;
    margin: 0;
    text-transform: none;
}

.eh-hero-slider__subtitle {
    color: #ffffff;
    font-size: clamp(1rem, 0.94vw, 1.125rem);
    font-weight: 600;
    line-height: 1.25;
    margin: -0.5rem 0 0;
}

.eh-hero-slider__text {
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.625;
    margin: 0;
    max-width: 39.9375rem;
}





.eh-hero-slider__btn span {
    color: #4ba0cb;
    display: inline-flex;
    font-size: 0.75rem;
    justify-content: center;
    width: 1rem;
}

.eh-hero-slider__next {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    height: 3.75rem;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: clamp(1.25rem, 5.2vw, 6.25rem);
    top: 50%;
    transform: translateY(-50%);
    transition: transform 180ms ease, opacity 180ms ease;
    width: 3.75rem;
    z-index: 3;
}

.eh-hero-slider__next:hover,
.eh-hero-slider__next:focus-visible {
    opacity: 0.9;
    transform: translateY(-50%) scale(1.04);
}

.eh-hero-slider__next img {
    animation: eh-hero-next-pulse 2.8s ease-in-out infinite;
    display: block;
    height: 3.75rem;
    width: 3.75rem;
}

@keyframes eh-hero-next-pulse {
    0%,
    100% {
        filter: drop-shadow(0 0 0 rgba(75, 160, 203, 0));
        transform: translateX(0);
    }

    50% {
        filter: drop-shadow(0 0 0.75rem rgba(75, 160, 203, 0.42));
        transform: translateX(0.25rem);
    }
}

.eh-page-shell {
    background: #ffffff;
    min-height: 42vh;
}

.eh-action-section {
    align-items: center;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
    justify-content: center;
    padding: clamp(5rem, 7.8vw, 9.375rem) clamp(1.25rem, 5.2vw, 6.25rem);
}

.eh-action-section__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: center;
    width: 100%;
}

.eh-action-section__header h2 {
    color: #101010;
    font-size:var(--eh-section-title-size);
    font-weight:500;
    line-height: 1.1;
    margin: 0;
    text-transform: none;
}

.eh-action-section__dots {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    height: 1.875rem;
    justify-content: center;
}

.eh-action-section__dots span {
    background: #4ba0cb;
    border-radius: 999px;
    display: block;
    height: 0.75rem;
    width: 0.75rem;
}

.eh-action-section__grid {
    display: grid;
    gap: clamp(2rem, 5.2vw, 6.25rem);
    grid-template-columns: repeat(3, minmax(0, 31.6875rem));
    justify-content: center;
    width: 100%;
}

.eh-action-card {
    align-items: center;
    border-radius: 1.25rem;
    cursor: pointer;
    display: flex;
    min-height: 12.5rem;
    overflow: hidden;
    padding: 3.75rem 2.5rem;
    position: relative;
}

.eh-action-card__image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transition: transform 500ms ease;
    width: 100%;
    z-index: 0;
}

.eh-action-card:hover .eh-action-card__image,
.eh-action-card:focus-within .eh-action-card__image {
    transform: scale(1.08);
}

.eh-action-card__overlay {
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.eh-action-card__content {
    align-items: flex-start;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.eh-action-card__content h3 {
    color: #ffffff;
    font-size: clamp(1.35rem, 1.46vw, 1.45rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.eh-action-card__content p {
    color: rgba(255, 255, 255, 0.88);
    display: -webkit-box;
    font-size: clamp(0.9rem, 0.83vw, 1rem);
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.eh-action-card__btn {
    font-size: 1rem;
    padding: 0.9375rem 1.125rem;
}

.eh-services-section {
    align-items: center;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: clamp(5rem, 7.8vw, 9.375rem) clamp(1.25rem, 5.2vw, 6.25rem);
}

.eh-services-section__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: center;
    width: 100%;
}

.eh-services-section__header h2 {
    color: #101010;
    font-size:var(--eh-section-title-size);
    font-weight:500;
    line-height: 1.1;
    margin: 0;
    text-transform: none;
}

.eh-services-section__banner {
    align-items: center;
    border-radius: 1.25rem;
    display: flex;
    min-height: 22.9375rem;
    max-width: 75rem;
    overflow: hidden;
    padding: 6.25rem clamp(2rem, 5.2vw, 6.25rem);
    position: relative;
    width: 100%;
}

.eh-services-section__banner-image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.eh-services-section__banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.eh-services-section__banner-content {
    align-items: flex-start;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 37.5rem;
    position: relative;
    z-index: 2;
}

.eh-services-section__banner-content h3 {
    color: #ffffff;
    font-size: clamp(1.5rem, 1.46vw, 1.55rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0;
}

.eh-services-section__banner-content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.9rem, 0.83vw, 1rem);
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
    max-width: 36rem;
}



.eh-services-section__grid {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(3, 21.25rem);
    justify-content: center;
    max-width: 75rem;
    padding: 2.5rem 0;
    width: 100%;
}

.eh-services-item {
    align-items: flex-start;
    background: #fafafa;
    border: 1px solid #f1f2f2;
    border-radius: 1rem;
    color: #1e1e1c;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    justify-content: center;
    min-height: 11.4375rem;
    padding: 1.875rem 1.25rem;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.eh-services-item:hover,
.eh-services-item:focus-visible {
    border-color: rgba(75, 160, 203, 0.45);
    box-shadow: 0 1rem 2.5rem rgba(0, 4, 6, 0.06);
    color: #1e1e1c;
    transform: translateY(-0.125rem);
}

.eh-services-item h3 {
    color: #1e1e1c;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.eh-services-item p {
    color: rgba(30, 30, 28, 0.9);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    max-width: 16rem;
}





.eh-services-section__btn span {
    color: #4ba0cb;
    font-size: 0.75rem;
}

.eh-stock-section {
    align-items: center;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    justify-content: center;
    overflow: hidden;
    padding: clamp(5rem, 7.8vw, 9.375rem) clamp(1.25rem, 5.2vw, 6.25rem);
}

.eh-stock-section__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: center;
    width: 100%;
}

.eh-stock-section__header h2 {
    color: #101010;
    font-size:var(--eh-section-title-size);
    font-weight:500;
    line-height: 1.1;
    margin: 0;
    text-transform: none;
}

.eh-stock-slider {
    max-width: 75rem;
    width: 100%;
}

.eh-stock-card {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding: 0.625rem;
    width: 100%;
}

.eh-stock-card__image {
    aspect-ratio: 334 / 280;
    border-radius: 1rem;
    display: block;
    object-fit: cover;
    width: 100%;
}

.eh-stock-card__body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.eh-stock-card h3 {
    color: #101010;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
}

.eh-stock-card h3 strong {
    font-size: 1rem;
    font-weight: 700;
}

.eh-stock-card h3 span {
    color: #969cb8;
    font-weight: 300;
}

.eh-stock-card__meta {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin: 0;
    width: 100%;
}

.eh-stock-card__meta div {
    align-items: center;
    display: flex;
    gap: 0.25rem;
}

.eh-stock-card__meta dt,
.eh-stock-card__meta dd {
    margin: 0;
}

.eh-stock-card__meta img {
    display: block;
    height: 1rem;
    width: 1rem;
}

.eh-stock-card__meta dd {
    color: #000000;
    font-size: 0.875rem;
    line-height: 1.2;
}

.eh-stock-card__price {
    align-items: center;
    display: flex;
    gap: 0.75rem;
}

.eh-stock-card__price strong {
    color: #0c0e16;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
}

.eh-stock-card__price span {
    color: #969cb8;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
}

.eh-banner-block {
    align-items: center;
    display: flex;
    min-height: 29.5rem;
    overflow: hidden;
    position: relative;
}

.eh-banner-block__image {
    height: 118%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    transform: scale(1.12) translate3d(0, 0, 0);
    transition: transform 120ms linear;
    width: 100%;
    will-change: transform;
    z-index: 0;
}

.eh-banner-block:hover .eh-banner-block__image,
.eh-banner-block:focus-within .eh-banner-block__image {
    animation: none;
}

.eh-banner-block__overlay {
    background: rgba(0, 0, 0, 0.25);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.eh-banner-block__inner {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 107.5rem;
    min-height: inherit;
    padding: 6.25rem clamp(1.25rem, 5.2vw, 6.25rem);
    position: relative;
    width: 100%;
    z-index: 2;
}

.eh-banner-block__content {
    align-items: flex-start;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 37.5rem;
    width: 100%;
}

.eh-banner-block__content h2 {
    color: #ffffff;
    font-size:clamp(1.5rem, 1.46vw, 1.75rem);
    font-weight:800;
    line-height: 1.15;
    margin: 0;
}

.eh-banner-block__content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.9rem, 0.83vw, 1rem);
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
    max-width: 37.5rem;
}



.eh-review-section {
    align-items: center;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    justify-content: center;
    overflow: hidden;
    padding: clamp(5rem, 7.8vw, 9.375rem) clamp(1.25rem, 5.2vw, 6.25rem);
}

.eh-review-section__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: center;
    width: 100%;
}

.eh-review-section__header h2 {
    color: #101010;
    font-size:var(--eh-section-title-size);
    font-weight:500;
    line-height: 1.1;
    margin: 0;
    text-transform: none;
}

.eh-review-summary {
    align-items: center;
    background: #fafafa;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    max-width: 82.5rem;
    min-height: 6.875rem;
    padding: 1.5rem;
    width: 100%;
}

.eh-review-summary__source {
    color: #111111;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 0.375rem;
}

.eh-review-summary__source span {
    color: #4285f4;
}

.eh-review-summary__rating {
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.eh-review-summary__rating strong {
    color: #111111;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.2;
}

.eh-review-summary__rating > span {
    color: #fbbc04;
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1;
}

.eh-review-summary__rating > span span {
    color: #d8d8d8;
}





.eh-review-slider {
    max-width: 82.5rem;
    overflow: clip;
    padding-top: 0.25rem;
    width: 100%;
}

.eh-review-slider .swiper-slide {
    height: auto;
}

.eh-review-card {
    background: #fafafa;
    border: 1px solid rgba(17, 17, 17, 0.05);
    border-radius: 1rem;
    color: #111111;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 13.875rem;
    padding: 1.5625rem;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.eh-review-card:hover,
.eh-review-card:focus-within {
    border-color: rgba(75, 160, 203, 0.45);
    box-shadow: 0 1rem 2.5rem rgba(0, 4, 6, 0.06);
    transform: translateY(-0.125rem);
}

.eh-review-card__top {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.eh-review-card__avatar {
    align-items: center;
    background: #0b74d1;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 2.5rem;
    font-size: 1rem;
    font-weight: 700;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.eh-review-slider .swiper-slide:nth-child(4n) .eh-review-card__avatar {
    background: #7b2cbf;
}

.eh-review-slider .swiper-slide:nth-child(3n) .eh-review-card__avatar {
    background: #0f766e;
}

.eh-review-card h3 {
    color: #111111;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.eh-review-card__top span {
    color: #197bff;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
}

.eh-review-card__stars {
    color: #fbbc04;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0.625rem;
}

.eh-review-card__stars span {
    color: #d8d8d8;
}

.eh-review-card p {
    color: #111111;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
}

.eh-contact-section {
    align-items: center;
    background: #fafafa;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: center;
    overflow: hidden;
    padding: clamp(5rem, 7.8vw, 9.375rem) clamp(1.25rem, 5.2vw, 6.25rem);
}

.eh-contact-section__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: center;
    width: 100%;
}

.eh-contact-section__header h2 {
    color: #101010;
    font-size:var(--eh-section-title-size);
    font-weight:500;
    line-height: 1.1;
    margin: 0;
    text-transform: none;
}

.eh-contact-section__main {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 3.125vw, 3.75rem);
    grid-template-columns: minmax(20rem, 39.375rem) minmax(20rem, 1fr);
    max-width: 82.5rem;
    width: 100%;
}

.eh-contact-section__image-wrap {
    border-radius: 1rem;
    height: 26.25rem;
    overflow: hidden;
    width: 100%;
}

.eh-contact-section__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.eh-contact-form {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.eh-contact-form__fields {
    display: grid;
    gap: 0.75rem 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

.eh-contact-form__group--full {
    grid-column: 1 / -1;
}

.eh-contact-form .form-floating > .form-control {
    background-color: #ffffff;
    border: 1px solid #f1f2f2;
    border-radius: 0.5rem;
    box-shadow: none;
    color: #191919;
    font-size: 0.9rem;
    font-weight: 400;
    height: 3.125rem;
    line-height: 1.2;
    min-height: 3.125rem;
    padding: 1.25rem 1rem 0.5rem;
}

.eh-contact-form .form-floating > .form-control:focus {
    border-color: rgba(75, 160, 203, 0.55);
    box-shadow: 0 0 0 0.18rem rgba(75, 160, 203, 0.12);
}

.eh-contact-form .form-floating > label {
    align-items: center;
    color: rgba(25, 25, 25, 0.75);
    display: flex;
    font-size: 0.9rem;
    font-weight: 400;
    height: 3.125rem;
    line-height: 1.2;
    padding: 0 1rem;
}

.eh-contact-form .form-floating > .form-control:focus ~ label,
.eh-contact-form .form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: rgba(25, 25, 25, 0.62);
    opacity: 1;
    transform: scale(0.78) translateY(-0.42rem) translateX(0.15rem);
}

.eh-contact-form .form-floating > .eh-contact-form__textarea {
    height: 7.8125rem;
    min-height: 7.8125rem;
    resize: vertical;
}

.eh-contact-form__consent {
    align-items: flex-start;
    color: #191919;
    display: grid;
    font-size: 0.8125rem;
    gap: 0.3125rem;
    grid-template-columns: 1.25rem 1fr;
    line-height: 1.5;
    padding: 0.75rem 0 0.5rem;
    width: 100%;
}

.eh-contact-form__consent .form-check-input {
    background-color: #ffffff;
    border-color: #f1f2f2;
    border-radius: 0.625rem;
    height: 1.25rem;
    margin: 0.125rem 0 0;
    width: 1.25rem;
}

.eh-contact-form__consent .form-check-input:checked {
    background-color: #0098db;
    border-color: #0098db;
}

.eh-contact-form__consent label {
    margin: 0;
}

.eh-contact-form__consent a {
    color: #0098db;
    font-weight: 500;
    text-decoration: none;
}

.eh-contact-form__consent a:hover,
.eh-contact-form__consent a:focus-visible {
    text-decoration: underline;
}

.eh-contact-form__consent .invalid-feedback {
    grid-column: 2;
}

.eh-contact-form__consent .bo-hidden {
    display: none !important;
}



.eh-contact-form__submit span {
    color: #4ba0cb;
    font-size: 0.75rem;
    line-height: 1;
}



.eh-contact-form .bo-form-response {
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    width: 100%;
}

.eh-partner-slider-section {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("/images/sektioner/uploads/eh-partner-bg.jpg") center / cover no-repeat;
    overflow: hidden;
    padding: clamp(5rem, 7.8vw, 9.375rem) clamp(1.25rem, 5.2vw, 6.25rem);
}

.eh-partner-slider-section__swiper {
    margin: 0 auto;
    max-width: 107.25rem;
    overflow: hidden;
    width: 100%;
}

.eh-partner-slider-section .swiper-slide {
    height: auto;
}

.eh-partner-slider-card {
    align-items: center;
    background: #ffffff;
    border-radius: 1rem;
    display: flex;
    height: 12.5rem;
    justify-content: center;
    padding: 1.5rem;
    text-decoration: none;
    transition: box-shadow 180ms ease, transform 180ms ease;
    width: 100%;
}

.eh-partner-slider-card:hover,
.eh-partner-slider-card:focus-visible {
    box-shadow: 0 1rem 2.5rem rgba(9, 14, 22, 0.12);
    transform: translateY(-2px);
}

.eh-partner-slider-card img {
    display: block;
    height: 4.125rem;
    max-width: 100%;
    object-fit: contain;
    width: min(100%, 9.5rem);
}

.eh-partner-slider-card img[alt="DNB"] {
    width: min(100%, 5rem);
}

.eh-partner-slider-card img[alt="MyMoney"] {
    width: min(100%, 10.25rem);
}

@media (max-width: 767.98px) {
    .eh-partner-slider-section {
        padding: 4rem 1.25rem;
    }

    .eh-partner-slider-card {
        height: 11rem;
    }

    .eh-partner-slider-card img {
        height: 3.875rem;
        width: min(100%, 11.5rem);
    }
}

@keyframes eh-banner-ken-burns {
    from {
        transform: scale(1.04) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.1) translate3d(-1.5%, 0.75%, 0);
    }
}

@media (max-width: 767.98px) {
    main p {
        font-size: 0.95rem;
    }

    .eh-hero-slider__swiper,
    .eh-hero-slider__slide {
        height: 36rem;
    }

    .eh-hero-slider__image {
        height: 100%;
        object-position: center;
        top: 0;
    }

    .eh-hero-slider__content {
        align-items: flex-end;
        padding-bottom: 5rem;
    }

    .eh-hero-slider__copy {
        gap: 1rem;
        max-width: 100%;
        transform: none;
    }

    .eh-hero-slider__text {
        max-width: 100%;
    }

    .eh-hero-slider__next {
        bottom: 1.5rem;
        right: 1.25rem;
        top: auto;
        transform: none;
    }

    .eh-hero-slider__next:hover,
    .eh-hero-slider__next:focus-visible {
        transform: scale(1.04);
    }
}

@media (max-width: 1199.98px) {
    .eh-action-section__grid {
        gap: 1.5rem;
    }

    .eh-action-card {
        padding: 2.5rem 1.75rem;
    }

    .eh-services-section__grid {
        gap: 1.5rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .eh-contact-section__main {
        grid-template-columns: 1fr;
    }

    .eh-contact-section__image-wrap {
        height: 22rem;
    }
}

@media (max-width: 991.98px) {
    .eh-action-section__grid {
        grid-template-columns: 1fr;
        max-width: 42rem;
    }

    .eh-services-section__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .eh-action-section {
        gap: 2.5rem;
        padding: 4rem 1.25rem;
    }

    .eh-action-card {
        min-height: 15.5rem;
    }

    .eh-services-section {
        gap: 2rem;
        padding: 4rem 1.25rem;
    }

    .eh-services-section__banner {
        min-height: 24rem;
        padding: 3rem 1.5rem;
    }

    .eh-services-section__grid {
        grid-template-columns: 1fr;
        padding: 1rem 0;
    }

    .eh-services-item {
        min-height: 9.5rem;
    }

    .eh-stock-section {
        padding: 4rem 1.25rem;
    }

    .eh-stock-card {
        padding: 0;
    }

    .eh-banner-block {
        min-height: 26rem;
    }

    .eh-banner-block__inner {
        align-items: flex-end;
        padding: 4rem 1.25rem;
    }

    .eh-review-section {
        padding: 4rem 1.25rem;
    }

    .eh-review-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .eh-contact-section {
        gap: 2rem;
        padding: 4rem 1.25rem;
    }

    .eh-contact-section__image-wrap {
        height: 18rem;
    }

    .eh-contact-form__fields {
        grid-template-columns: 1fr;
    }

    .eh-contact-form__consent {
        font-size: 0.8125rem;
    }
}

.eh-page-hero {
    align-items: center;
    display: flex;
    height: 40.875rem;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.eh-page-hero__image {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.eh-page-hero__overlay {
    background: rgba(0, 0, 0, 0.45);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.eh-page-hero__content {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 2rem 1.25rem;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

.eh-page-hero h1 { color: #4ba0cb; font-family: "Figtree", sans-serif; font-size: clamp(2rem, 1.5rem + 1.5vw, 3.25rem); font-weight: 900; font-style: italic; line-height: 1.2; margin: 0; text-transform: none; }
.eh-page-hero__accent { color: #4ba0cb; font-weight: 900; font-style: italic; }

.eh-page-hero--ken-burns .eh-page-hero__image {
    animation: eh-page-hero-ken-burns 18s ease-in-out infinite alternate;
    transform: scale(1.04);
}

@keyframes eh-page-hero-ken-burns {
    from {
        transform: scale(1.04) translate3d(0, 0, 0);
    }

    to {
        transform: scale(1.12) translate3d(-1.2%, 0.7%, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .eh-hero-slider__next img,
    .eh-page-hero--ken-burns .eh-page-hero__image {
        animation: none;
    }

    .eh-page-hero--ken-burns .eh-page-hero__image {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .eh-page-hero {
        height: 16.5rem;
    }
}

.eh-contact-info-section {
    background: #ffffff;
    padding: clamp(5rem, 7.8vw, 9.375rem) clamp(1.25rem, 5.2vw, 6.25rem);
}

.eh-contact-info-section__inner {
    align-items: stretch;
    display: grid;
    gap: clamp(2rem, 3.125vw, 3.75rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 82.5rem;
    width: 100%;
}

.eh-contact-info-card {
    background: #f9f9f9;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    min-height: 23.875rem;
    padding: 2.5rem 1.5rem 1.5rem;
}

.eh-contact-info-card h2 {
    color: rgba(30, 30, 28, 0.88);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
}

.eh-contact-info-data,
.eh-contact-info-hours {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
}

.eh-contact-info-data div,
.eh-contact-info-hours div {
    align-items: baseline;
    display: grid;
    gap: 1.3125rem;
    grid-template-columns: 5rem minmax(0, 1fr);
}

.eh-contact-info-data dt,
.eh-contact-info-hours dt {
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.85;
    margin: 0;
}

.eh-contact-info-data dd,
.eh-contact-info-hours dd {
    color: rgba(30, 30, 28, 0.88);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.85;
    margin: 0;
}

.eh-contact-info-data dd {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.eh-contact-info-data a {
    color: rgba(30, 30, 28, 0.88);
    text-decoration: none;
}

.eh-contact-info-data a:hover,
.eh-contact-info-data a:focus-visible {
    color: #4ba0cb;
}

.eh-contact-find-card {
    align-items: center;
    border-radius: 1.5rem;
    display: flex;
    justify-content: center;
    min-height: 23.875rem;
    overflow: hidden;
    padding: 2.5rem 1.5rem;
    position: relative;
}

.eh-contact-find-card__image {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.eh-contact-find-card__overlay {
    background: rgba(3, 3, 2, 0.85);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.eh-contact-find-card__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
    position: relative;
    z-index: 2;
}

.eh-contact-find-card__logo {
    display: block;
    height: auto;
    width: 9.875rem;
}





.eh-contact-find-card__btn img {
    display: block;
    height: 1.5rem;
    width: 1.5rem;
}

@media (max-width: 1199.98px) {
    .eh-contact-info-section__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .eh-contact-find-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991.98px) {
    .eh-contact-info-section__inner {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 575.98px) {
    .eh-contact-info-card {
        padding: 1.25rem;
    }

    .eh-contact-info-hours div {
        gap: 0.5rem;
        grid-template-columns: 1fr;
    }

    .eh-contact-info-data div {
        gap: 0.25rem;
        grid-template-columns: 1fr;
    }
}

.eh-sell-page-section {
    align-items: center;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding: clamp(5rem, 7.8vw, 9.375rem) clamp(1.25rem, 5.2vw, 6.25rem);
}

.eh-sell-intro-grid {
    align-items: center;
    display: grid;
    gap: clamp(2.5rem, 3.125vw, 3.75rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 82.5rem;
    padding: 2.5rem 0;
    width: 100%;
}

.eh-sell-intro-grid__media {
    border-radius: 1rem;
    height: 26.25rem;
    overflow: hidden;
    width: 100%;
}

.eh-sell-intro-grid__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.eh-sell-intro-grid__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    min-height: 22.75rem;
}

.eh-sell-intro-grid__content h2 {
    color: rgba(30, 30, 28, 0.88);
    font-size:clamp(1.45rem, 1.46vw, 1.5rem);
    font-weight:800;
    line-height: 1.2;
    margin: 0;
}

.eh-sell-intro-grid__content p {
    color: rgba(30, 30, 28, 0.9);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.625;
    margin: 0;
    max-width: 44rem;
}

.eh-sell-faq-banner {
    align-items: center;
    border-radius: 1.25rem;
    display: flex;
    min-height: 22.9375rem;
    max-width: 82.5rem;
    overflow: hidden;
    padding: clamp(3rem, 5.2vw, 6.25rem) clamp(2rem, 5.2vw, 6.25rem);
    position: relative;
    width: 100%;
}

.eh-sell-faq-banner__image {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.eh-sell-faq-banner__overlay {
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.eh-sell-faq-banner__content {
    align-items: flex-start;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 37.5rem;
    position: relative;
    z-index: 2;
}

.eh-sell-faq-banner__content h2 {
    color: #ffffff;
    font-size:clamp(1.5rem, 1.46vw, 1.55rem);
    font-weight:800;
    line-height: 1.15;
    margin: 0;
}

.eh-sell-faq-banner__content p {
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.9rem, 0.83vw, 1rem);
    font-weight: 500;
    line-height: 1.45;
    margin: 0;
}

.eh-sell-faq {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 82.5rem;
    padding: 2.5rem 0;
    width: 100%;
}

.eh-sell-faq__item {
    background: transparent;
    border: 0;
}

.eh-sell-faq__button {
    background: #f1f1f2;
    border: 0;
    border-radius: 0.5rem !important;
    box-shadow: none;
    color: #1e1e1c;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    min-height: 3.75rem;
    padding: 0.9375rem 1.25rem;
}

.eh-sell-faq__button:not(.collapsed) {
    background: #f1f1f2;
    box-shadow: none;
    color: #1e1e1c;
}

.eh-sell-faq__button:focus {
    border-color: transparent;
    box-shadow: 0 0 0 0.18rem rgba(75, 160, 203, 0.16);
}

.eh-sell-faq__button::after {
    align-items: center;
    background-image: none;
    color: #4ba0cb;
    content: "+";
    display: flex;
    font-size: 1.35rem;
    font-weight: 500;
    height: 1.5rem;
    justify-content: center;
    line-height: 1;
    transform: none;
    width: 1.5rem;
}

.eh-sell-faq__button:not(.collapsed)::after {
    background-image: none;
    content: "-";
    transform: none;
}

.eh-sell-faq__body {
    color: rgba(30, 30, 28, 0.78);
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.6;
    padding: 1rem 1.25rem 0.5rem;
}

@media (max-width: 991.98px) {
    .eh-sell-intro-grid {
        grid-template-columns: 1fr;
    }

    .eh-sell-intro-grid__content {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .eh-sell-page-section {
        gap: 3rem;
        padding: 4rem 1.25rem;
    }

    .eh-sell-intro-grid {
        padding: 0;
    }

    .eh-sell-intro-grid__media {
        height: 18rem;
    }

    .eh-sell-faq-banner {
        min-height: 22rem;
        padding: 3rem 1.5rem;
    }

    .eh-sell-faq {
        padding: 0;
    }

    .eh-sell-faq__button {
        align-items: center;
        font-size: 0.95rem;
        min-height: 3.75rem;
        padding: 0.875rem 1rem;
    }
}

.eh-sell-valuation-section {
    align-items: center;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    justify-content: center;
    padding: clamp(5rem, 7.8vw, 9.375rem) clamp(1.25rem, 5.2vw, 6.25rem);
}

.eh-sell-valuation-section__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    text-align: center;
    width: 100%;
}

.eh-sell-valuation-section__header h2 {
    color: #101010;
    font-size:var(--eh-section-title-size);
    font-weight:500;
    line-height: 1.1;
    margin: 0;
    text-transform: none;
}

.eh-sell-valuation-section__main {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 3.125vw, 3.75rem);
    grid-template-columns: minmax(20rem, 1fr) minmax(20rem, 1fr);
    max-width: 82.5rem;
    width: 100%;
}

.eh-sell-valuation-form {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.eh-sell-valuation-form__fields {
    display: grid;
    gap: 0.75rem 1.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

.eh-sell-valuation-form__group--full {
    grid-column: 1 / -1;
}

.eh-sell-valuation-form .form-floating > .form-control,
.eh-sell-valuation-form .form-floating > .form-select {
    background-color: #ffffff;
    border: 1px solid #f1f2f2;
    border-radius: 0.5rem;
    box-shadow: none;
    color: #191919;
    font-size: 0.9rem;
    font-weight: 400;
    height: 3.125rem;
    line-height: 1.2;
    min-height: 3.125rem;
    padding: 1.25rem 1rem 0.5rem;
}

.eh-sell-valuation-form .form-floating > .form-control:focus,
.eh-sell-valuation-form .form-floating > .form-select:focus {
    border-color: rgba(75, 160, 203, 0.55);
    box-shadow: 0 0 0 0.18rem rgba(75, 160, 203, 0.12);
}

.eh-sell-valuation-form .form-floating > .form-select {
    background-position: right 1rem center;
    padding-right: 2.5rem;
}

.eh-sell-valuation-form .form-floating > label {
    align-items: center;
    color: rgba(25, 25, 25, 0.75);
    display: flex;
    font-size: 0.9rem;
    font-weight: 400;
    height: 3.125rem;
    line-height: 1.2;
    padding: 0 1rem;
}

.eh-sell-valuation-form .form-floating > .form-control:focus ~ label,
.eh-sell-valuation-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.eh-sell-valuation-form .form-floating > .form-select ~ label {
    color: rgba(25, 25, 25, 0.62);
    opacity: 1;
    transform: scale(0.78) translateY(-0.42rem) translateX(0.15rem);
}

.eh-sell-valuation-form .form-floating > .eh-sell-valuation-form__textarea {
    height: 7.8125rem;
    min-height: 7.8125rem;
    resize: vertical;
}

.eh-sell-valuation-form__upload {
 background:transparent; border:0; border-radius:0; padding:0; width:100%;
}

.eh-sell-valuation-form__upload-btn {
    align-items: center;
    color: #090e16;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.9375rem;
    font-weight: 700;
    gap: 0.5rem;
    line-height: 1.4;
    margin: 0;
}

.eh-sell-valuation-form__upload-btn::after {
    color: #4ba0cb;
    content: "+";
    font-size: 1.15rem;
    line-height: 1;
}

.eh-sell-valuation-form__file-list {
    color: rgba(30, 30, 28, 0.75);
    font-size: 0.8125rem;
    line-height: 1.45;
    margin-top: 0.5rem;
}

.eh-sell-valuation-form__file-size {
    color: rgba(30, 30, 28, 0.6);
    display: block;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.eh-sell-valuation-form__consent {
    align-items: flex-start;
    color: #191919;
    display: grid;
    font-size: 0.875rem;
    gap: 0.3125rem;
    grid-template-columns: 1.25rem 1fr;
    line-height: 1.5;
    padding: 0.75rem 0 0.5rem;
    width: 100%;
}

.eh-sell-valuation-form__consent .form-check-input {
    background-color: #ffffff;
    border-color: #f1f2f2;
    border-radius: 0.625rem;
    height: 1.25rem;
    margin: 0.125rem 0 0;
    width: 1.25rem;
}

.eh-sell-valuation-form__consent .form-check-input:checked {
    background-color: #0098db;
    border-color: #0098db;
}

.eh-sell-valuation-form__consent label {
    margin: 0;
}

.eh-sell-valuation-form__consent a {
    color: #0098db;
    font-weight: 500;
    text-decoration: none;
}

.eh-sell-valuation-form__consent a:hover,
.eh-sell-valuation-form__consent a:focus-visible {
    text-decoration: underline;
}

.eh-sell-valuation-form__consent .invalid-feedback {
    grid-column: 2;
}

.eh-sell-valuation-form__consent .bo-hidden {
    display: none !important;
}



.eh-sell-valuation-form__submit span {
    color: #4ba0cb;
    font-size: 0.75rem;
    line-height: 1;
}



.eh-sell-valuation-form .bo-form-response {
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    width: 100%;
}

.eh-sell-valuation-section__image-wrap {
    border-radius: 1rem;
    height: 26.25rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.eh-sell-valuation-section__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.eh-sell-valuation-section__image-overlay {
    background: rgba(0, 0, 0, 0.25);
    display: none;
    inset: 0;
    pointer-events: none;
    position: absolute;
}

@media (max-width: 991.98px) {
    .eh-sell-valuation-section__main {
        grid-template-columns: 1fr;
    }

    .eh-sell-valuation-section__image-wrap {
        order: -1;
    }
}

@media (max-width: 767.98px) {
    .eh-sell-valuation-section {
        padding: 4rem 1.25rem;
    }

    .eh-sell-valuation-form__fields {
        grid-template-columns: 1fr;
    }

    .eh-sell-valuation-section__image-wrap {
        height: 18rem;
    }

    .eh-sell-valuation-form__consent {
        font-size: 0.8125rem;
    }
}

.eh-about-section {
    align-items: center;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding: clamp(5rem, 7.8vw, 9.375rem) clamp(1.25rem, 5.2vw, 6.25rem);
}

.eh-about-row {
    align-items: center;
    display: grid;
    gap: clamp(2.5rem, 3.125vw, 3.75rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 82.5rem;
    padding: 2.5rem 0;
    width: 100%;
}

.eh-about-row--reverse .eh-about-row__media {
    grid-column: 2;
}

.eh-about-row--reverse .eh-about-row__content {
    grid-column: 1;
    grid-row: 1;
}

.eh-about-row__media {
    border-radius: 1rem;
    height: 26.25rem;
    overflow: hidden;
    width: 100%;
}

.eh-about-row__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.eh-about-row__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: center;
    min-height: 22.75rem;
}

.eh-about-row__content h2 {
    color: rgba(30, 30, 28, 0.88);
    font-size:clamp(1.45rem, 1.46vw, 1.5rem);
    font-weight:800;
    line-height: 1.2;
    margin: 0;
}

.eh-about-row__content p {
    color: rgba(30, 30, 28, 0.9);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.625;
    margin: 0;
    max-width: 44rem;
}

.eh-about-row__btn {
    margin-top: 0.25rem;
}

.eh-workshop-price-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.eh-workshop-price-actions .eh-about-row__btn {
    margin-top: 0;
}

.eh-workshop-price-actions button {
    border: 0;
}

.eh-workshop-price-modal .modal-content {
    border: 0;
    border-radius: 1rem;
    overflow: hidden;
}

.eh-workshop-price-modal .modal-header,
.eh-workshop-price-modal .modal-footer {
    border-color: rgba(9, 14, 22, 0.08);
    padding: 1.25rem;
}

.eh-workshop-price-modal .modal-title {
    color: rgba(30, 30, 28, 0.88);
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    text-transform: none;
}

.eh-workshop-price-modal .modal-body {
    padding: 1.25rem;
}

.eh-workshop-price-modal .eh-workshop-price-list {
    border: 0;
    padding: 0;
}

.eh-workshop-price-modal__contact {
    border: 0;
    margin-left: auto;
}

.eh-about-partners {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    max-width: 82.5rem;
    padding: 1.25rem 2.5rem 1.25rem 0;
    width: 100%;
}

.eh-about-partner {
    align-items: center;
    background: #fafafa;
    border: 1px solid #f1f2f2;
    border-radius: 1rem;
    color: #4ba0cb;
    display: inline-flex;
    font-size: 1.0625rem;
    font-weight: 700;
    gap: 0.625rem;
    justify-content: center;
    line-height: 1.2;
    min-height: 7.5625rem;
    padding: 1.875rem;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.eh-about-partner span {
    font-size: 0.75rem;
}

.eh-about-partner:hover,
.eh-about-partner:focus-visible {
    border-color: rgba(75, 160, 203, 0.45);
    box-shadow: 0 1rem 2.5rem rgba(0, 4, 6, 0.06);
    color: #4ba0cb;
    transform: translateY(-0.125rem);
}

.eh-workshop-price-list {
    background: #fafafa;
    border: 1px solid rgba(9, 14, 22, 0.06);
    border-radius: 1rem;
    padding: 1.25rem;
    width: 100%;
}

.eh-workshop-price-list h3 {
    color: rgba(30, 30, 28, 0.88);
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 2;
    margin: 0 0 1.25rem;
    text-transform: none;
}

.eh-workshop-price-list__items {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
}

.eh-workshop-price-list__item {
    align-items: center;
    border-top: 1px solid rgba(9, 14, 22, 0.08);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.875rem 0;
}

.eh-workshop-price-list__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.eh-workshop-price-list__item dt {
    color: rgba(30, 30, 28, 0.9);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
}

.eh-workshop-price-list__item dd {
    color: #4ba0cb;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    text-align: right;
    white-space: nowrap;
}

.eh-workshop-price-list__note {
    border-top: 1px solid rgba(9, 14, 22, 0.08);
    color: rgba(30, 30, 28, 0.72);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
    padding-top: 0.875rem;
}

@media (max-width: 1199.98px) {
    .eh-about-partners {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        padding-right: 0;
    }
}

@media (max-width: 991.98px) {
    .eh-about-row,
    .eh-about-row--reverse {
        grid-template-columns: 1fr;
    }

    .eh-about-row--reverse .eh-about-row__media,
    .eh-about-row--reverse .eh-about-row__content {
        grid-column: auto;
        grid-row: auto;
    }

    .eh-about-row__content {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .eh-about-section {
        gap: 3rem;
        padding: 4rem 1.25rem;
    }

    .eh-about-row {
        padding: 0;
    }

    .eh-about-row__media {
        height: 18rem;
    }

    .eh-about-partners {
        grid-template-columns: 1fr 1fr;
    }

    .eh-about-partner {
        font-size: 1rem;
        min-height: 5.75rem;
        padding: 1.25rem;
    }

    .eh-workshop-price-list {
        padding: 1rem;
    }

    .eh-workshop-price-list__item {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
    }

    .eh-workshop-price-list__item dd {
        text-align: left;
    }
}



/* EH Bil – CMS-kontrakt, fas 2. Kundens färger och rollmått. */
:root {
 --bo-theme-primary:#090e16; --bo-theme-primary-strong:#111a29;
 --bo-theme-on-primary:#fff; --bo-theme-primary-soft:#e8f3f9; --bo-theme-primary-muted:#d8eaf4;
 --bo-focus-ring:0 0 0 .2rem rgba(75,160,203,.38);
 --bo-field-radius:.5rem; --bo-field-focus-border:#4ba0cb;
 --bo-field-focus-ring:0 0 0 .2rem rgba(75,160,203,.2);
 --bo-choice-checked-bg:#090e16; --bo-choice-checked-border:#090e16;
}
/* Fyra semantiska kundvarianter. CMS-gruppval har produktens specificitet. */
.bo-btn {
 border-radius:.5rem;
 --bo-btn-shadow:0 0 0 0 transparent;
 --bo-btn-shadow-hover:0 0 0 0 transparent;
 --bo-btn-shadow-active:0 0 0 0 transparent;
 --bo-btn-disabled-bg:#e5e7eb;
 --bo-btn-disabled-color:#6b7280;
 --bo-btn-disabled-border:#e5e7eb;
}
.bo-btn--primary, .bo-btn-group--primary .bo-btn {
 --bo-btn-bg:#090e16; --bo-btn-color:#fff; --bo-btn-border:#090e16;
 --bo-btn-hover-bg:#111a29; --bo-btn-hover-color:#fff; --bo-btn-hover-border:#111a29;
 --bo-btn-active-bg:#111a29; --bo-btn-active-color:#fff; --bo-btn-active-border:#111a29;
}
.bo-btn--secondary, .bo-btn-group--secondary .bo-btn {
 --bo-btn-bg:#eaeaea; --bo-btn-color:#000; --bo-btn-border:#eaeaea;
 --bo-btn-hover-bg:#fff; --bo-btn-hover-color:#000; --bo-btn-hover-border:#fff;
 --bo-btn-active-bg:#ddd; --bo-btn-active-color:#000; --bo-btn-active-border:#ddd;
}
.bo-btn--outline, .bo-btn-group--outline .bo-btn {
 --bo-btn-bg:transparent; --bo-btn-color:#090e16; --bo-btn-border:#090e16;
 --bo-btn-hover-bg:#090e16; --bo-btn-hover-color:#fff; --bo-btn-hover-border:#090e16;
 --bo-btn-active-bg:#111a29; --bo-btn-active-color:#fff; --bo-btn-active-border:#111a29;
 --bo-btn-shadow:0 0 0 0 transparent; --bo-btn-shadow-hover:0 0 0 0 transparent; --bo-btn-shadow-active:0 0 0 0 transparent;
}
.bo-btn--ghost, .bo-btn-group--ghost .bo-btn {
 --bo-btn-bg:transparent; --bo-btn-color:#090e16; --bo-btn-border:transparent;
 --bo-btn-hover-bg:#e8f3f9; --bo-btn-hover-color:#111a29; --bo-btn-hover-border:transparent;
 --bo-btn-active-bg:#d8eaf4; --bo-btn-active-color:#111a29; --bo-btn-active-border:transparent;
 --bo-btn-shadow:0 0 0 0 transparent; --bo-btn-shadow-hover:0 0 0 0 transparent; --bo-btn-shadow-active:0 0 0 0 transparent;
}
.eh-cta { padding:.9375rem 1.125rem; border-width:0; font-size:1rem; line-height:1.5; gap:.25rem; min-height:0; white-space:normal; max-width:100%; width:fit-content; align-self:auto; flex:0 1 auto; }
.eh-hero-slider__btn { line-height:1.2; }
.eh-services-section__banner-btn, .eh-banner-block__btn { --bo-btn-bg:#f1f1f2; border-radius:.625rem; }
.eh-review-summary__btn { padding:.5rem 1.125rem; }
.eh-contact-find-card__btn { --bo-btn-bg:#4ba0cb; --bo-btn-color:#fff; --bo-btn-hover-bg:#368fbc; --bo-btn-hover-color:#fff; --bo-btn-active-bg:#287ca6; --bo-btn-active-color:#fff; }

.eh-offcanvas__contact-btn.bo-btn { --bo-btn-bg:rgba(255,255,255,.06); --bo-btn-color:var(--eh-header-text); --bo-btn-border:var(--eh-header-line); --bo-btn-hover-bg:var(--eh-header-blue-soft); --bo-btn-hover-color:var(--eh-header-text); --bo-btn-hover-border:rgba(39,150,255,.4); --bo-btn-active-bg:var(--eh-header-blue-soft); --bo-btn-active-color:var(--eh-header-text); --bo-btn-active-border:rgba(39,150,255,.4); width:100%; min-height:4.25rem; padding:.875rem 1rem; border-radius:.75rem; justify-content:space-between; gap:.875rem; white-space:normal; }
.eh-cta:focus-visible { outline:2px solid #4ba0cb; outline-offset:3px; }
@media(prefers-reduced-motion:reduce) {
 html { scroll-behavior:auto; }
 [class*="eh-"] { animation:none !important; transition:none !important; }
 .eh-banner-block__image { transform:none !important; }
}

/* Kundens navbar, brödsmulor och fordonsytor delar innehållskanter. */
:root { --eh-page-gutter: clamp(1rem,5vw,2rem); }
@media(min-width:1440px) { :root { --eh-page-gutter: clamp(1.25rem,5.2vw,6.25rem); } }
body, button, input, select, textarea { font-family:"Figtree",sans-serif; }
.bo-breadcrumb-shell { width:100%; max-width:none; padding-inline:var(--eh-page-gutter); background:#000; border-bottom:1px solid #4ba0cb; box-shadow:0 3px 10px rgba(0,4,6,.12); position:relative; z-index:1; }
.bo-breadcrumb-shell .bo-breadcrumb { max-width:107.5rem; margin-inline:auto; }
.bo-breadcrumb-shell a, .bo-breadcrumb-shell a:hover { color:#fff; text-decoration:none; }
#containerbilvisning > .bo-breadcrumb-shell { padding-inline:0; }
@media(min-width:992px) {
 #container8.container, #containerbilvisning.container { width:calc(100% - 2 * var(--eh-page-gutter)); max-width:107.5rem; margin-inline:auto; padding-inline:0; }
}
/* Nuvarande CMS-modalmarkup använder Bootstrapfält; samma kundtokens. */
.bo-modal { --bs-border-radius:.5rem; }
.bo-modal .form-control, .bo-modal .form-select { border-radius:var(--bo-field-radius); }
.bo-modal .form-control:focus, .bo-modal .form-select:focus { border-color:var(--bo-field-focus-border); box-shadow:var(--bo-field-focus-ring); }






/* Gemensam responsiv rubrikskala och startsidans lagerintroduktion. */
:root { --eh-section-title-size:clamp(1.75rem, 1.25rem + 1.25vw, 2.5rem); }
.eh-section-title { font-size:var(--eh-section-title-size); font-weight:500; font-style:italic; line-height:1.15; }
.eh-section-title__accent { font-weight:900; font-style:italic; }
.eh-latest-header { padding:clamp(2.5rem,5vw,6rem) 1.25rem clamp(1.5rem,3vw,3rem); text-align:center; }
.eh-latest-header h2 { color:#101010; margin:0; font-size:clamp(1.625rem,1.25rem + .75vw,2rem); font-weight:600; font-style:normal; }
.eh-latest-actions { display:flex; justify-content:center; padding:clamp(1.5rem,3vw,3rem) 1.25rem clamp(3rem,5vw,6rem); }
.eh-services-section { padding-bottom:0; }
#senastefordonsektion { padding-block:0; }


/* Fordonsdetaljen visar inte kundens brödsmulerad. */
#containerbilvisning > .bo-breadcrumb { display:none; }





