/* TANGORA CSS */
.ts-panel { display:flex; }
.ts-panel > * { flex:var(--ts-panelbox-flex, 1 1 auto); margin:var(--ts-panelbox-margin, 0px); padding:var(--ts-panelbox-padding, 0px); border-top:var(--ts-panelbox-bordertop, none); border-right:var(--ts-panelbox-borderright, none); border-bottom:var(--ts-panelbox-borderbottom, none); border-left:var(--ts-panelbox-borderleft, none) }
/* RESOURCE #38 BEGIN */
#page-20000075_layoutbox1
{
    overflow: visible;
}

#js_supersearcher_value
{
    min-width: 250px;
    max-width: 250px;
    box-sizing: border-box;
    padding: 5px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    font-size: 0.9em;
    position: absolute;
    right: 0;
    z-index: 110;
    background-image: url(/media/advanced_search.png);
    background-position: 99% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

/*****Category section*****/
.supersearcher_categories_item_link,
.supersearcher_products_item_link
{
    color: #000;
}


.supersearcher_categories_item_link .kategori-over::after
{
    content: ' > ';
}
















.supersearcher_value::-ms-clear
{
    display: none;
}

.supersearcher_wrapper
{
    width: 100%;
    position: absolute;
}

.supersearcher
{
    border: 1px solid #999;
    background-color: #fff;
    width: clamp(300px, 100vw, 100vw);
    padding-bottom: 5px;
    display: none;
    position: fixed;
    left: clamp(0px, 50vw, calc((100vw - 1400px)/2));
    top: 60px;
    z-index: 9990;
    margin: 0;
    font-size: 1.3em;
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    max-height: calc(100vh - 165px);
    height: auto;
    overflow-x: hidden;
    max-width: 1400px;
}

.supersearcher_categories_header,
.supersearcher_products_header
{
    border-bottom: 1px solid #EAE9E8;
    padding: 5px 30px 8px;
    text-align: left;
    background: none;
    margin-top: 30px;
    font-size: 16px !important;
    font-family: Lato-Black,Helvetica,Arial,sans-serif;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #a0a0a0;
}

.supersearcher_categories_list
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style-position: inside;
    padding-top: 10px;
    box-sizing: border-box;
}

.supersearcher_products_list
{
    list-style-type: none;
    margin: 0;
    list-style-position: inside;
    display: grid;
    gap: 2em;
    padding: 1em;
    grid-template-columns: repeat(auto-fill, minmax(clamp(120px, 20vw, 200px), 1fr));
    box-sizing: border-box;
}

.supersearcher_categories_item,
.supersearcher_products_item
{
    border-bottom: none;
    padding: 8px 30px 8px;
    text-align: left;
    background: none;
    font-size: 16px !important;
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #000;
    box-sizing: border-box;
}

/***********************  Product section  ***********************/
.supersearcher_products_list .supersearcher_products_item
{
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    bakcground-color: #fff;
    transition: all .2s ease-out;
}

.supersearcher_products_list .supersearcher_products_item:HOVER
{
    box-shadow: #d9d9d9 0px 10px 26px 0px;
    transform: translateY(-4px);
}

.supersearcher_categories_item.active,
.supersearcher_products_item.active
{
    outline: dotted 1px;
}

.supersearcher_categories_item.active a,
.supersearcher_categories_item a:hover,
.supersearcher_products_item.active a,
.supersearcher_products_item a:hover
{
    color: #000;
    text-decoration: none;
}

.supersearcher_products_item_image,
.supersearcher_categories_item_image
{
    cursor: pointer;
    padding: 1em;
    box-sizing: border-box;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.supersearcher_products_item_link,
.supersearcher_products_item_image,
.supersearcher_categories_item_image
{
    width: 100%;
    display: block;
}

.supersearcher_count
{
    color: #000;
    top: 0;
    right: 7px;
    text-align: right;
    font-size: 16px;
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    position: absolute;
    z-index: 9999;
    min-width: 130px;
    padding: 3px;
    display: none;
    box-sizing: border-box;
}

.supersearcher_products_item_left
{
    display: block;
    width: 100%;
    padding-right: 0px;
    position: relative;
}

.supersearcher_products_item_left .bouble
{
    display: none;
    width: 25%;
    height: 25%;
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.supersearcher_products_item_left .bouble.nyhed1
{
    display: block;
    background-image: url(/media/imagegenerator/200x200/nyhed.png);
}

.supersearcher_products_item_left .bouble.kampagne1
{
    display: block;
    background-image: url(/media/imagegenerator/200x200/kampagne.png);
}

.supersearcher_products_item_left .bouble.tilbud_pris_tilbud
{
    display: block;
    background-image: url(/media/imagegenerator/200x200/sale.png);
}

.supersearcher_products_item_right
{
    display: block;
    width: 100%;
    margin-top: auto;
}

.supersearcher_products_item_right a
{
    display: block;
    text-align: center;
}

.supersearcher_products_item_right a span.navn
{
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    border-radius: 0px;
    margin: 15px 0px;
    text-transform: none;
    display: block;
    box-sizing: border-box;
}

.supersearcher_products_item_right a span.pris
{
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    font-weight: 300;
    display: block;
    box-sizing: border-box;
    background-color: #eee;
    padding: 1em;
    text-align: center;
}

.supersearcher_products_item_right a div.prisBox
{
    text-align: center;
}

.supersearcher_products_item_right a div.prisBox span
{
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
}

.supersearcher_products_item_right a div.prisBox span
{
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
}

.supersearcher_products_item_right a div.prisBox span.pris_tilbud
{
    text-decoration: line-through;
    color: #666;
    font-size: 85%;
    padding-right: 15px;
}

.supersearcher_products_item_right a div.prisBox span.pris_normal
{
    display: none;
}

.search_more_products
{
    display: block;
    width: 95%;
    margin: auto;
    background: #000;
    margin-bottom: 30px;
    bottom: -40px;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-family: Lato-Regular,Helvetica,Arial,sans-serif;
    color: #fff;
    padding: 12px 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 300ms ease 0ms;
}

.search_more_products:hover
{
    text-decoration: none;
    background: #999;
}

@media only screen and (max-width: 1024px)
{
    /*        .supersearcher
                    {
                        height: calc( 100vh - 140px)
                    }
                    input#js_supersearcher_value
                    {
                        font-size: 30px;
                    }
                    .search_more_products
                    {
                        font-size: 16px;
                        padding: 8px 0;
                    }*/
}

@media only screen and (max-width: 768px)
{
    #js_supersearcher_value
    {
        min-width: 160px;
        max-width: 160px;
    }

    /*        .supersearcher_products_list .supersearcher_products_item
                            {
                                width: 33%;
                                padding: 8px 25px;
                            }*/
}

@media only screen and (max-width: 600px)
{
    /*        .supersearcher_products_list .supersearcher_products_item
                            {
                                width: 50%;
                                padding: 8px 25px;
                            }*/
    /*        input#js_supersearcher_value
                    {
                        padding: 15px 30px 15px 10px;
                    }
                    .supersearcher_button
                    {
                        padding: 0px 30px;
                        height: 36px;
                        right: 10px;
                    }
                    .supersearcher
                    {
                        height: calc( 100vh - 130px);
                    }*/
    /*        .supersearcher_count
                            {
                                top: 22px;
                                right: 125px;
                                font-size: 16px;
                            }*/
    /*        .supersearcher_categories_header,
                    .supersearcher_products_header,
                    .supersearcher_categories_item,
                    .supersearcher_products_item
                    {
                        padding: 5px 10px 8px;
                    }*/
}

@media only screen and (max-width: 568px)
{
    .supersearcher
    {
        top: 100px;
    }

    #js_supersearcher_value
    {
        min-width: calc(100vw - 30px);
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px)
{
    /*        input#js_supersearcher_value
                    {
                        font-size: 25px;
                    }
                    .supersearcher_button
                    {
                        padding: 0px 22px;
                        font-size: 0.9em;
                        height: 34px;
                    }
                    .supersearcher_count
                    {
                        top: 18px;
                        right: 100px;
                    }
                    .supersearcher
                    {
                        height: calc( 100vh - 120px);
                    }
                    .supersearcher_categories_header,
                    .supersearcher_products_header
                    {
                        margin-top: 10px;
                    }*/
}

@media only screen and (max-width: 320px)
{
    /*        .supersearcher_products_list .supersearcher_products_item
                            {
                                width: 100%;
                                padding: 8px 25px;
                            }
                            .supersearcher_count
                            {
                                display: none;
                            }*/
}
/* RESOURCE #38 END */
/* RESOURCE #50 BEGIN */
ts-search-menu
{
    tabindex: 0;
    display: flex;
}
ts-search-menu button[popovertarget]
{
    cursor: pointer;
    background: unset;
    border: unset;
    padding: unset;
}
/*ts-search-menu button[popovertarget]:HOVER
{
    background-color: var(--ts-color-background-button);
}*/
    
/*ts-search-menu button[popovertarget]:is(:ACTIVE,:FOCUS)
{
    background-color: var(--ts-color-background-button-strong);
}*/
ts-search-menu [popover]
{
    --background-color: #ffffff;
    --width: 800px;
    --height: 584px;
    --z-index: 1000;
    --border-radius: 10px;
    --box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    --border-color: var(--ts-color-border-panel);
    
    position: fixed;
    
    inset: 0;
    padding: 0;
    z-index: var(--z-index);
    max-width: var(--width);
    width: auto;
    max-height: var(--height);
    height: auto;
    background-color: var(--background-color);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    border: 1px solid var(--border-color);
    opacity: 0;
    transition: opacity .4s ease-in-out;
}
ts-search-menu [popover] form
{
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    border-block-end: 1px solid #a3a3a3;
    padding: 12px 20px;
    gap: 16px;
    background-color: #ffffff;
    z-index: 100;
}
ts-search-menu [popover] input[type="search"]
{
    appearance: none;
    display: flex;
    gap: 16px;
    margin: none;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    border: none;
    z-index: 2;
    position: sticky;
    top: 0;
    inset: 0 0 auto 0;
    outline: none;
    color: #000000;
    font-size: clamp(24px, 5vw, 48px);
    padding: 0;
}

ts-search-menu [popover] input[type="search"]:placeholder
{
    color: #999999;
}

ts-search-menu [popover] form:before
{
    display: block;
    content: '';
    --width: clamp(24px, 5vw, 48px);
    width: var(--width);
    min-width: var(--width);
    height: clamp(24px, 5vw, 48px);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-image: var(--icon-search);
    background: currentColor;
}
ts-search-menu [popover] .recent
{
    display: flex;
    gap: var(--ts-space-s);
    line-height: 1.3;
    font-size: inherit;
    text-decoration: none;
    color: var(--ts-color-text-button-inverted);
    padding: 20px;
    border-bottom: 1px solid #a3a3a3;
    background-color: #eeeeee;
    justify-content: space-between;
    align-items: center;
    font-size: clamp(16px, 4vw, 24px)
}
    
ts-search-menu [popover] section[results]
{
    position: relative;
    overflow-y: auto;
    scroll-margin: var(--ts-space-xxl);
}
ts-search-menu [popover] section[searches]
{
    position: relative;
    overflow-y: auto;
}
ts-search-menu [popover] section[searches]:has(.nohits)
{
    padding: 20px;
}
ts-search-menu [popover] section[searches] .section
{
    position: relative;
}
ts-search-menu button[btn-clear]
{
    border-radius: 5px;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    padding: 5px 12px;
    color: #666666;
    background-color: #ffffff;
    box-shadow: var(--box-shadow);
    cursor: pointer;
    transition: background-color .2s ease-in-out; 
}
ts-search-menu button[btn-clear]:hover
{
    background-color: #ededed;
}
    
ts-search-menu [popover] section .command
{
    --background-color: var(--ts-color-background-panel);
    --outline-width: var(--ts-size-s);
    color: #999999;
    display: flex;
    gap: var(--ts-space-s);
    line-height: 1.3;
    font-size: inherit;
    text-decoration: none;
    padding: 12px 20px;    
    align-items: center;
    border-bottom: 1px solid #a3a3a3;
    cursor: pointer;
    gap: 10px;
    font-size: clamp(18px, 4vw, 28px)
}
ts-search-menu [popover] section .command:before
{
    display: block;
    content: '';
    --width: clamp(20px, 4vw, 32px);
    width: var(--width);
    min-width: var(--width);
    height: var(--width);
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-image: var(--icon-search);
    background: currentColor;
}
ts-search-menu [popover] section .result
{
    display: flex;
    gap: var(--ts-space-s);
    align-items: center;
}
ts-search-menu [popover] section .result *
{
    text-decoration: none;
    line-height: var(--ts-line-height-none);
}
ts-search-menu [popover] section .command .keys
{
    --box-shadow: var(--box-shadow);
    margin-inline-start: auto;
    display: flex;
    gap: var(--ts-space-s);
}
ts-search-menu [popover] section .command .keys code
{
    line-height: 1;
    padding-inline: var(--ts-space-xs);
    padding-block: var(--ts-space-xs);
    border-color: var(--border-color);
    border-width: var(--ts-size-thin);
    border-style: solid;
    border-radius: var(--ts-border-radius);
    background-color: var(--ts-color-text-button);
    /*box-shadow: var(--box-shadow);*/
    font-size: var(--ts-font-size-xs);
}
     
ts-search-menu [popover] section .command:HOVER
{
    --background-color: var(--ts-color-background-nav-weak);
    color: var(--ts-color-text-button-inverted);
}
        
ts-search-menu [popover] section .command:is(:ACTIVE,:FOCUS)
{
    --background-color: var(--ts-color-background-nav-weak);
    --outline-color: var(--ts-color-background-button-weak);
    
    color: var(--ts-color-text-button-inverted);
    outline: none;
    border-inline-start-color: var(--outline-color);
    border-inline-start-width: var(--outline-width);
    border-inline-start-style: solid;
}
    
ts-search-menu [popover] section[searches] .heading
{
    font-size: var(--ts-font-size-s);
    font-family: var(--ts-font-bold);
    color: var(--ts-color-background-panel);
    padding-inline: var(--ts-space-m);
    padding-block: var(--ts-space-s);
    margin-block: 0;
    line-height: 1;
    font-weight: 400;
    background-color: var(--ts-color-accent-weak);
    position: sticky;
    top: 0;
    z-index: var(--ts-index-masked);
}
    
ts-search-menu [popover] section[searching],
ts-search-menu [popover] section[searches] .nohits
{
    padding-inline: var(--ts-space-m);
    padding-block: var(--ts-space-s);
}
ts-search-menu [popover] section[searches] .nohits h4
{
    font-size: var(--ts-font-size-l);
    color: var(--ts-color-text);
}
    
ts-search-menu [popover] section[searches] .nohits p
{
    font-size: var(--ts-font-size-m);
    color: var(--ts-color-text-weak);
}
ts-search-menu [popover] footer
{
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: var(--ts-index-popout);
    margin-block-start: auto;
    background-color: var(--ts-color-background-panel);
    box-shadow: 0 0 var(--ts-size-l) var(--ts-color-shadow);
}
ts-search-menu [popover] footer ul
{
    margin: 0;
    padding: 0;
    display: flex;
    gap: var(--ts-space-m);
    list-style: none;
    line-height: 1;
    align-items: center;
    padding-inline: var(--ts-space-m);
    padding-block: var(--ts-space-m);
}
ts-search-menu [popover] footer ul li
{
    font-size: var(--ts-font-size-xs);
    color: var(--ts-color-text-weak);
    display: inline-flex;
    gap: var(--ts-space-xs);
    align-items: center;
}
ts-search-menu [popover] footer ul li code
{
    font-family: inherit;
    font-size: inherit;
    color: var(--ts-color-text);
}
     
ts-search-menu [popover] footer .move
{
    cursor: move;
}
ts-search-menu [popover]:popover-open
{
    display: block;
}
ts-search-menu [popover].bump
{
    opacity: 1;
}
body:has(ts-search-menu [popover].bump)
{
    overflow: hidden;
}
ts-search-menu [popover]::backdrop
{
    height: auto;
    background-color: rgb(0 0 0 /.5);
}
@media screen and (max-width: 860px)
{
    ts-search-menu [popover]
    {
        margin-inline: 30px;
    }
}
/* RESOURCE #50 END */
