﻿body {
    
}


[data-swift-page-header="8558"] {
    position: sticky;
    top: 1.5%;
    z-index: 9999;

    /* Fjern det der ødelægger dropdowns */
    overflow: visible !important;
    background: transparent !important;
    padding: 0 !important;

    /* Behold dine margins */
    margin: 0 2% 1.5% 1.5%;
}

[data-swift-page-header="8558"] > *:first-child {
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 30px;
    overflow: hidden; /* Her må det gerne ligge */
}


[data-dw-itemtype="swift-v2_poster"][id="22991"] {
    position: relative;
    z-index: 1;           /* lavere end headeren */
    margin-top: -140px; /* eller præcis header-højde */
}



.manufacturer-info {
    padding: 1rem;
    margin-bottom: 1rem;
}

/* Sørg for at tekst og logo står på samme linje */
.manufacturer-line p {
    display: flex !important;
    align-items: center;
    gap: 0.5rem; /* afstand mellem tekst og logo */
    margin: 0 !important;
    text-align: left !important;
}

/* Logo: lille, højre for teksten */
.manufacturer-logo {
    max-height: 40px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

/* Link styling */
.manufacturer-link {
    margin-left: 0.5rem;
    font-size: 0.9rem;
    color: #0074d9;
    text-decoration: none;
}

.manufacturer-link:hover {
    text-decoration: underline;
}





