[slot="header-bottom"], 
.slot--header-bottom { 
    display: none !important; 
}
:root {
    --button-border-radius: 12px !important;
    --btn-border-radius: 12px !important;
}

html body #page-wrapper button, 
html body #page-wrapper .btn, 
html body #page-wrapper [class*="buy"], 
html body #page-wrapper [class*="cart"] {
    padding: 16px 36px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    border-radius: 12px !important;
}

/* GÖR MÅLGRUPPSVÄLJAREN ÄNNU STÖRRE MED LJUSGRÖN BAKGRUND */

/* Maximerar storleken, gör texten extra fet och sätter en ljusgrön bakgrund */
html body .tws-audience-selector,
html body .tws-audience-selector-wrapper,
html body .tws-audience-selector-wrapper button,
html body .tws-audience-selector .dropdown-toggle {
    font-size: 22px !important; /* Ännu större text */
    font-weight: 800 !important;
    padding: 16px 32px !important; /* Ännu större och puffigare knapp */
    background-color: #e2f0d9 !important; /* Ljusgrön bakgrundsfärg */
    color: #222222 !important; /* Mörk, tydlig text */
    border: 2px solid #222222 !important; /* Skarp ram runt */
    border-radius: 12px !important; /* Matchar din butiks runda hörn */
    display: inline-flex !important;
    align-items: center !important;
}

/* Förstorar flaggor och ikoner inuti knappen ytterligare */
html body .tws-audience-selector img,
html body .tws-audience-selector-wrapper img {
    width: 28px !important; /* Större flaggor */
    height: auto !important;
    margin-right: 10px !important;
}

/* Förstorar rullistan och alternativen när man klickar på väljaren */
html body .tws-audience-selector .dropdown-menu,
html body .tws-audience-selector-wrapper .dropdown-menu {
    font-size: 18px !important; /* Större text i själva menyn */
    border-radius: 12px !important;
}

html body .tws-audience-selector .dropdown-menu a,
html body .tws-audience-selector-wrapper .dropdown-menu a {
    padding: 14px 24px !important;
}






