/*Header*/
.text-decoration-underline-hover:where(:hover) {
    text-decoration: none !important;
}

.text-decoration-underline-hover:hover {
    color: #ff5b00 !important;
}

.text-decoration-underline-hover.active {
    color: #ff5b00 !important;
}

.nav-link:hover {
    color: #ff5b00 !important;
}

.efas-header a.nav-link {
    font-weight: 500 !important;
    margin-right: .5rem;
}

.efas-sub-header a.nav-link {
    font-weight: 500 !important;
    margin-right: 2rem;
}

div.efas-sub-header {
    padding-left: 4px !important;
}

#searchField_11002 {
    border: none;
    color: #9B9B9B;
}

    #searchField_11002:focus {
        border: none;
        color: #000;
    }

#searchField_10011 {
    border: none;
}

    #searchField_10011[type=search]::placeholder {
        color: #9B9B9B;
    }

    #searchField_10011[type=search] {
        color: #000;
    }

.icon-style {
    color: #ff5b00;
}

#Navigation_Page_Desktop_1840_10781 {
    color: #ff5b00;
    margin-left: .5rem;
    margin-right: 0;
}

#Navigation_Page_Desktop_1840_12341, Navigation_Page_Mobile_221_2765 {
    color: #ff5b00;
}

/*Cards - front page*/
.efas-carddet div.container-xl {
    margin-top: -108px;
    width: 100%;
    position: relative;
}

.efas-cards {
    border-radius: 6px;
}

.efas-cards {
    z-index: 1;
    position: relative;
    box-shadow: 1px 4px 3px 0px rgba(0, 0, 0, 0.3);
}

    .efas-cards h2 {
        font-family: 'Merriweather';
    }

    .efas-cards div.icon-auto {
        height: 36px !important;
        width: 36px !important;
    }

/*Articles slider*/
.btn [class^=icon-] > svg.feather-arrow-right {
    height: 2em;
    width: 2em;
}

.efas-article {
    border-radius: 6px 0px 0px 6px;
}

.efas-article2 {
    border-radius: 0px 6px 6px 0px;
}

div.card-body {
    grid-gap: 1rem !important;
}

article.efas-slider div.p-3 {
    padding: 24px !important;
}
/*Hero*/
#Poster_9921 span {
    font-family: 'Merriweather';
}

    #Poster_9921 span.mw-75ch::before {
        content: "Mest ";
        color: white;
        font-family: 'Merriweather';
    }

    #Poster_9921 span.mw-75ch::after {
        content: " når vi mangler";
        color: white;
        font-family: 'Merriweather';
    }

    #Poster_9921 span.mw-75ch {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

#Poster_9987 p {
    font-weight: 400;
}

#Poster_9987 h2 {
    font-family: 'Merriweather';
}

[id^="Poster_"] a.btn-primary {
    border: 2px solid;
    padding: .8rem 1.3rem;
    font-family: 'Merriweather';
    font-weight: 600;
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
    [id^="Poster_"] a.btn-primary::after {
        content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 18.75L18.75 10L10 1.25M18.75 10L1.25 10' stroke='%23F75200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-left: 0.4em;
    }

    [id^="Poster_"] a.btn-primary:hover {
        border: 2px solid;
        padding: .8rem 1.3rem;
        font-family: 'Merriweather';
        font-weight: 600;
    }

#Poster_10943 h2 {
    font-family: 'Merriweather';
}

#9985 figure.item_swift_image img {
    border-radius: 0px 6px 6px 0px;
}

#page1882 div.g-col figure.item_swift_image img {
    border-radius: 6px 0px 0px 6px;
}

/*Text + img front page paragraph*/
#page150 div.g-col figure.item_swift_image img[style*="object-position: 57% 42%"] {
    border-radius: 0px 6px 6px 0px;
}

#page150 div.g-col figure.item_swift_image img[style*="object-position: 50% 50%"] {
    border-radius: 6px 0px 0px 6px;
}
/*Text block*/
.efas-text-block div.g-col {
    padding: 32px 8px;
}

.efas-text-block div.h-100:hover {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 1px 4px 3px 0px rgba(0, 0, 0, 0.3);
}

#page150 div.g-col div.efas-text-card:hover h2 {
    font-weight: 800;
}
/*Sliders*/
.efas-slider div div.card-body div a {
    opacity: 0;
    margin-left: 16rem;
    border: 2px solid;
    border-radius: 50%;
    background-color: #FFF;
    color: #F75200;
    transition: opacity 0.3s ease;
}

.efas-slider div div.card-body:hover div > a {
    opacity: 1;
}

.efas-slider div div.card-body div a:hover {
    border: 2px solid;
    border-radius: 50%;
    background-color: #FDDCCC;
    color: #F75200;
}

.efas-slider div div.card-body a + p {
    font-weight: normal;
    color: #4d4d4d;
}

.slider-item-show5 {
    --swiffy-slider-item-count: 4 !important;
}

div.efas-btn div a.btn {
    border: 2px solid;
    padding: .8rem 1.3rem;
    font-family: 'Merriweather';
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
div.efas-btn div a.btn::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 18.75L18.75 10L10 1.25M18.75 10L1.25 10' stroke='%23F75200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0.4em;
}
    div.efas-btn div a.btn:hover {
        border: 2px solid;
        padding: 0.8rem 1.3rem;
    }

.efas-product-slider {
    border-radius: 6px;
    padding-top: 2rem;
}

    .efas-product-slider:hover {
        box-shadow: 0px 0px 20px 6px rgb(173 169 169 / 30%);
    }

#slider_10017 {
    padding-bottom: 0;
}

#slider_10017 {
    display: grid;
}

    #slider_10017 ul {
        display: flex;
        align-items: stretch;
        align-content: stretch;
        padding: 2rem 1rem 1rem;
        margin-left: -33px;
        margin-right: -33px;
    }

#slider_11000 {
    --swiffy-slider-item-count: 4 !important;
}

    #slider_11000 ul {
        padding: 2rem 1rem;
    }

.efas-cards p span.text-price {
    display: none;
}

.efas-cards h3 {
    padding: 1.5rem .5rem;
    font-weight: bold;
    font-size: larger;
}

div.efas-about {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 6px;
    font-weight: 500;
}

.efas-about figure img {
    border-radius: 6px;
}

div.efas-about div p.fs-6 {
    font-weight: 500;
}

.fs-5 {
    font-weight: 500;
    font-family: 'Merriweather';
}

#Poster_10059 span.mw-75ch {
    font-weight: 400;
}

a {
    text-decoration: none !important;
    font-weight: 800;
}

.efas-prodgrid {
    background-color: #FDF7F4;
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
}

    .efas-prodgrid article {
        border-radius: 6px;
    }

        .efas-prodgrid article:hover {
            box-shadow: 0 6px 25px rgba(0,0,0,.3);
            opacity: 1;
            z-index: 1;
            width: 100%;
            height: 100%;
        }

#slider_5541 {
    display: grid;
    padding-bottom: 0;
}

    #slider_5541 ul {
        align-content: stretch;
        padding: 2rem 1rem 1rem;
        margin-left: -2.06rem;
        margin-right: -2.06rem
    }

#slider ul {
    align-content: stretch;
    padding: 2rem 1rem;
    margin-left: -2.06rem;
    margin-right: -2.06rem
}

#slider_10343 {
    display: grid;
}

    #slider_10343 ul {
        display: flex;
        align-items: stretch;
        align-content: stretch;
        padding: 2rem 1rem;
        margin-left: -2.06rem;
        margin-right: -2.06rem
    }

/*Ihhold page*/
#page1882 .article-list {
    --bs-columns: 3 !important;
}

    #page1882 .article-list div div.card-body div a {
        opacity: 0;
        border: 2px solid;
        border-radius: 50%;
        background-color: #FFF;
        color: #F75200;
        transition: opacity 0.3s ease;
    }

    #page1882 .article-list div div.card-body:hover div > a {
        opacity: 1;
    }

    #page1882 .article-list div div.card-body div a:hover {
        border: 2px solid;
        border-radius: 50%;
        background-color: #FDDCCC;
        color: #F75200;
    }

div.item_swift_articlelist div.card-body div {
    display: flex;
    justify-content: flex-end;
}
/*Articles page*/
#page1908 div.primary figure img {
    border-radius: 6px;
}

#page1908 div.d-flex.flex-column.primary.item_swift_textandimage figure {
    margin-top: 14.55rem !important;
}

#page1908 div.primary {
    margin-left: 4rem;
}

#page1908 div.efas-article div p {
    margin-left: 2rem;
    color: #9B9B9B;
}

#page1882 a.btn-primary {
    border: 2px solid;
    padding: .8rem 1.3rem;
    font-family: 'Merriweather';
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
    #page1882 a.btn-primary::after {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 18.75L18.75 10L10 1.25M18.75 10L1.25 10' stroke='%23F75200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0.4em;
    } 

#page1908 div.efas-article div p::before {
    content: "Photo ";
    color: #000;
    font-weight: bold;
}

#page1908 .mw-75ch {
    max-width: 120ch !important;
}

#page1908 div.g-col figure.item_swift_image img {
    border-radius: 0;
}

#page1908 div.primary div.d-flex {
    margin-right: 4rem;
}

.footer-det .fs-6 {
    font-family: 'Roboto';
    font-weight: 500 !important;
    text-decoration: none !important;
}

.footer-det a:hover {
    color: #f97d40;
}

.footer-det div div.d-flex {
    grid-gap: 6rem !important;
}

.footer-det div.container-xl {
    line-height: 25.6px;
}

div.efas-prod-cat #Poster_1066 {
    border-radius: 6px;
}

#page1912 .theme .btn-primary:hover {
    background-color: rgba(247,82,0,.1);
    border: 2px solid;
    padding: 1rem 2rem;
}

#page1912 .theme .btn-primary {
    border: 2px solid;
    padding: 1rem 2rem;
}

#Poster_10669 h2 {
    border: solid #fff;
    border-width: .5rem .7rem;
    border-radius: 20px;
    background-color: #fff;
}

#Poster_10669 {
    justify-content: space-between !important;
    grid-gap: 11rem !important;
    margin-left: 1rem;
    margin-top: 1rem;
}

#Poster_10669 {
    border-radius: 6px;
}
/*Home page*/
#page150 div.efas-article div p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px !important;
    line-height: 32px;
}

#page150 div.efas-article2 div p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px !important;
    line-height: 32px;
}

#page150 div.g-col div.efas-text-card div.text-inherit {
    height: 6em;
    overflow: hidden;
    line-height: 1.2;
}

#page150 div.g-col div.efas-text-card p {
    overflow: hidden;
    vertical-align: top;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#page150 div.g-col div.efas-text-card h2, p {
    font-family: 'Merriweather';
    font-weight: 400;
}

#page150 div.g-col div.efas-text-card a {
    font-family: 'Merriweather';
    font-weight: 700;
    font-size: 12px;
    width: 220px;
}

#page1912 div.efas-prods h2 {
    border: solid #000;
    border-width: .5rem .7rem;
    border-radius: 20px;
    background-color: #000;
    display: inline-block;
}

#page1912 div.container-xl div.efas-prods figure {
    border-radius: 6px;
    align-self: center;
}

#page1912 div.container-xl img {
    border-radius: 6px;
}

#page1912 div.container-xl div.efas-prods {
    border-radius: 6px;
    justify-content: space-between !important;
}

#Poster_10685 {
    justify-content: space-between !important;
    grid-gap: 11rem !important;
    margin-top: 1rem;
    margin-left: 1rem;
}

#page1912 div.efas-prods div.d-flex div.d-flex {
    align-self: end !important;
}

    #page1912 div.efas-prods div.d-flex div.d-flex div.mb-0-last-child p.m-0 {
        color: #828282;
    }

#page1912 div.efas-prods div.p-5 {
    padding-bottom: 1rem !important;
}

#page1912 div.efas-prods div.d-flex a.btn-primary {
    padding: 1rem 1.2rem !important;
}

#page-header-desktop div.primary .icon-auto svg path {
    fill: black !important;
}

div.py-0.theme-animated.primary .icon-auto svg path {
    fill: black !important;
}

#page-header-mobile .icon-auto svg path {
    fill: black !important;
}

#page-header-desktop div.py-2.theme-animated.item_swift_3columnsflex input {
    background-color: transparent;
    color: #828282 !important;
    border-color: #828282;
}

#page-header-desktop div.py-2.theme-animated.js-hide-on-scroll.item_swift_3columnsflex .dropdown form span svg {
    color: #828282;
}

#slider_10465 {
    display: grid;
}

    #slider_10465 ul {
        display: flex;
        align-items: stretch;
        align-content: stretch;
        padding: 2rem 1rem;
        margin-left: -2.06rem;
        margin-right: -2.06rem
    }

#page1914 h2 {
    padding-top: 2rem;
}

#page1914 .btn-primary {
    border: 2px solid;
    padding: 1rem 2rem;
}

#page1874 div.g-col div.efas-poster-about img {
    border-radius: 0px 6px 6px 0px;
}

h3 {
    color: black !important;
}

a.ratio.ratio-1x1.d-block {
    --bs-aspect-ratio: 40% !important;
}

.prod-info {
    color: #828282;
}

.variant-det {
    color: #FF5B00;
}

.prod-btn {
    border: 2px solid;
    padding: 1rem;
}
/*Variant table*/
.table {
    --bs-table-striped-bg: #FDF7F4 !important;
    border-color: #FDF7F4 !important;
}

.btn-file-attach {
    border-radius: 50%;
    padding: 0.455rem 0.55rem;
}

    .btn-file-attach:hover {
        background-color: #fde7dc;
        border-radius: 50%;
    }

    .btn-file-attach [class^=icon-] svg {
        height: 24px;
        width: 24px;
    }

.table-sm > :not(caption) > * > * {
    text-align: center;
    padding: 0.5rem;
}

.table.table-header > thead {
    vertical-align: top !important;
}

tbody, td, tfoot, th, thead, tr {
    border: none !important;
}

.btn-modal {
    color: #F75200 !important;
    border-radius: 50%;
    padding: 0.455rem 0.55rem;
}

    .btn-modal:hover {
        background-color: #fde7dc;
        border-radius: 50%;
    }

.pointer {
    cursor: pointer;
}

.table .table-details {
    --bs-table-hover-bg: #eae0da;
}
/*Product details*/
.breadcrumb-item + .breadcrumb-item:before {
    content: var(--bs-breadcrumb-divider,"\203A");
    color: #9B9B9B;
    font-size: 1.1rem;
    margin: 0 0.2rem;
    display: inline-block;
    line-height: 1.1;
}

.breadcrumb-item, .breadcrumb-item a {
    color: #9B9B9B;
    font-weight: 500;
    font-size: 1rem;
}

    .breadcrumb-item + .breadcrumb-item:last-child a {
        color: #000;
        font-weight: 500;
        font-size: 1rem;
    }

.header-text {
    color: #FF5B00;
}

.p-text {
    color: #828282;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
}

.variant-text {
    color: #FF5B00;
    font-weight: bold;
}

.desc-text p {
    color: #000;
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 32px;
}

.carousel-item img {
    max-width: 100%;
    height: 400px;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    position: relative;
}

    .spinner:before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        border-radius: 50%;
        border: 2px solid #F75200;
        border-top-color: #000;
        animation: spinner .6s linear infinite;
    }

    .spinner > * {
        visibility: hidden;
    }

.add-to-cart-desc {
    width: 28px;
    height: 28px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M3 4H5L5.27273 7L5.8224 13.0464C5.92104 14.1314 6.86996 14.9379 7.95668 14.8602L18.3908 14.1149C19.3299 14.0479 20.095 13.3349 20.2282 12.4029L21 7" stroke="%23F75200" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M13 6V10" stroke="%23F75200" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11 8H15" stroke="%23F75200" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M9 20C9.55228 20 10 19.5523 10 19C10 18.4477 9.55228 18 9 18C8.44772 18 8 18.4477 8 19C8 19.5523 8.44772 20 9 20Z" stroke="%23F75200" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17 20C17.5523 20 18 19.5523 18 19C18 18.4477 17.5523 18 17 18C16.4477 18 16 18.4477 16 19C16 19.5523 16.4477 20 17 20Z" stroke="%23F75200" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}

.modal-file {
    width: 28px;
    height: 28px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M7 21C5.89543 21 5 20.1046 5 19V5C5 3.89543 5.89543 3 7 3H14.875L19 8V19C19 20.1046 18.1046 21 17 21H7Z" stroke="%23F75200" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.8438 3.1875V8.1875H18.8438" stroke="%23F75200" stroke-width="2" stroke-linejoin="round"/><path d="M14.8438 12.0522V14.8959C14.8438 16.0421 14.0941 17.7397 12 17.7397C9.90592 17.7397 9.15625 16.0421 9.15625 14.8959V8.15633C9.15625 7.10929 9.53109 6.2605 10.5781 6.2605C11.6252 6.2605 12 7.10929 12 8.15633V14.8959" stroke="%23F75200" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
}

.modal-btn {
    width: 24px;
    height: 24px;
    background: none;
    background-color: var(--swift-foreground-color);
    -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16' fill='black' %3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")no-repeat 50% 50%;
}

.download-btn {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" class="feather feather-download"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"></path><polyline points="7 10 12 15 17 10"></polyline><line x1="12" y1="15" x2="12" y2="3"></line></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    color: #F75200 !important;
}

.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.nav-text {
    font-family: 'Merriweather';
    font-size: 14px;
    color: #191919;
    font-weight: 800;
    opacity: 100 !important;
}

.label-text {
    font-family: 'Merriweather';
    font-size: 14px;
}

.type-text {
    font-size: 14px;
    color: #191919;
    font-weight: 800;
    opacity: 100 !important;
}

#FacetsForm_Desktop_10791 {
    font-family: 'Merriweather';
}

    #FacetsForm_Desktop_10791 a.nav-link {
        font-weight: 500;
        font-size: 14px;
    }

.icon-prod-list {
    color: #FF5B00;
    border: 1px solid;
    border-radius: 18px;
    padding: 8px 18px 8px 18px;
}

.det-text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #9B9B9B;
}

.variant-num {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    color: #FF5B00;
}

.icon-prod-list:hover {
    background-color: #FF5B00;
    border-radius: 18px;
    color: #fff;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    opacity: .55;
    pointer-events: none;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(var(--swift-foreground-color-rgb),.1);
}

.accordion-flush .accordion-item:first-child {
    border-top: 1px solid rgba(var(--swift-foreground-color-rgb),.1);
}

.accordion-item {
    border: 1px solid rgba(var(--swift-foreground-color-rgb),.1);
}

.accordion-flush .accordion-item .accordion-button {
    height: 112px;
    font-size: 24px;
    padding-left: 0;
    padding-right: 0;
}

.breadcrumb-item:nth-child(4) a {
    pointer-events: none;
    cursor: default;
}

#page1954 .h3, p.lead.fs-5 {
    font-weight: bolder;
}

.pulsate {
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.5;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.5;
    }
}

/*about us page*/
div.about-us-page {
    font-family: 'Merriweather';
}

    div.about-us-page strong, div.about-us-page h2 {
        font-weight: bolder;
    }

div#Poster_11301 {
    padding: 2rem 2rem 6rem 2rem !important;
}

div.about-us-page p {
    font-weight: normal !important;
}

@media only screen and (max-width: 767px) {

    .item_swift_article .item_swift_app div.h-100 span.icon-prod-list {
        padding:0;
    }

    .item_swift_article .item_swift_app div.h-100 h3 {
        font-size: small;
        padding:0;
    }

    .swift_product_slider_container .slider-container {
        gap: 2rem !important;
        grid-auto-columns: 40% !important;
    }

    #page1908 div.primary {
        margin-left:0
    }

}


/*product list page*/
.efas-collapsible {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d9d9d9;
}

    .efas-collapsible > .facet-header {
        font-size: 14px;
        color: var(--swift-foreground-color);
        font-weight: 800;
        padding: 12px 0;
        display: block;
        cursor: pointer;
        border-radius: 4px;
        position: relative;
    }

        .efas-collapsible > .facet-header:after, .efas-collapsible > .facet-header:before {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: var(--swift-accent-color);
            transform: scale(0);
            transform-origin: center;
            transition: transform .3s;
        }

        .efas-collapsible > .facet-header:after {
            bottom: 0;
        }

        .efas-collapsible > .facet-header:before {
            top: 0;
        }

        .efas-collapsible > .facet-header:hover:after, .efas-collapsible > .facet-header:hover:before {
            transform: scale(1);
        }

    .efas-collapsible > .efas-collapsible-check {
        display: none;
    }

    .efas-collapsible > .collapse-chevron-icon {
        position: absolute;
        transform: rotate(0);
        transition: .3s transform, .1s right;
        top: 16px;
        right: 5px;
        mask-size: 0.75rem 0.75rem;
        width: 0.75rem;
        height: 0.75rem;
        background-color: var(--swift-foreground-color);
    }

    .efas-collapsible > .efas-collapsible-check:checked ~ section {
        max-height: 1000px;
    }

    .efas-collapsible > .efas-collapsible-check:checked ~ .collapse-chevron-icon {
        transform: rotate(180deg);
    }


    .efas-collapsible .show-more-link {
        font-size: 11px;
        opacity: 0.9;
        font-weight: inherit;
        float: right;
        clear: both;
        margin: 4px 4px 10px 4px;
    }

        .efas-collapsible .show-more-link:hover {
            color: var(--swift-accent-color);
            cursor: pointer;
        }

        .efas-collapsible .show-more-link:after {
            content: attr(data-less);
        }

        .efas-collapsible .show-more-link.more:after {
            content: attr(data-more);
        }



    .efas-collapsible section {
        overflow: hidden;
        width: 100%;
        max-height: 0;
        transition: .3s max-height;
    }

        .efas-collapsible section .form-check-input {
            margin-top: 2px !important;
            cursor: pointer;
        }

        .efas-collapsible section .attribute-value {
            cursor: pointer;
            padding: 4px 8px;
            overflow: hidden;
        }

            .efas-collapsible section .attribute-value:hover {
                background-color: #efefef;
            }

            .efas-collapsible section .attribute-value > div {
                display: flex;
                flex-grow: 1;
            }

                .efas-collapsible section .attribute-value > div > .label-text {
                    cursor: pointer;
                    flex-grow: 1;
                    padding-left: 8px;
                }

            .efas-collapsible section .attribute-value.hidden-toggle.hidden {
                display: none !important;
            }




/* cookies popup */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.switch-slider {
    border-radius: 34px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .switch-slider:before {
        border-radius: 50%;
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 5px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .switch-slider {
    background-color: #FF5B00;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #FF5B00;
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}