
@media (min-width: 768px) { /* Never on phone, because phone doesn't have the transparent header on the home page. Meaning it has the normal colors like the other pages. */
    .header-middle a {
        color: #191149 !important;
    }
    
    .header-middle a:hover {
        color: #ff6b6c !important;
    }
    
    .header-middle a:active {
        color: #ff6b6c !important;
    }

    .ts-header.is-sticky .header-middle a {
        color: #ffffff !important;
    }

    .ts-header.is-sticky .header-middle a:hover {
        color: #ff6b6c !important;
    }

    .ts-header.is-sticky .header-middle a:active {
        color: #ff6b6c !important;
    }

    .ts-header.is-sticky .dropdown-container a {
        color: inherit !important; /* Otherwise it's also white, meaning it is not readable. */
    }

    .ts-header .shopping-cart-wrapper .dropdown-container a {
        color: #ffffff !important; /* Fix for button being too dark. */
    }

    img.transparent-header-logo { /* Fix because if we set transparent header logo via Loobek it shows the same image on phone while phone doesn't have a transparent header. */
        content: url("https://cadeaukaarten.deals/wp-content/uploads/2025/12/Asset-6-8.png");
    }
      
}