/*
Apply any theme variable overwrites that were set via admin theme settings.
Note: This file is a placeholder, it will be automatically/dynamically overwritten from the theme settings.
This will apply to ANY/ALL themes loaded, and before any of the core files are loaded.
*/
/* test overwrite:
:root {
    --link__pri-clr: red;
    --main-background: yellow;
    --font__pri-clr: black;
}*/
/* Brisanje Hesk kredita i footer linkova */
#credits, 
.footer, 
a[href*="hesk.com"], 
p.text-center { 
    display: none !important; 
    visibility: hidden !important; 
    height: 0 !important;
}
p.text-center[style*="display:block"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

p.text-center[style*="display:block"] a,
p.text-center[style*="display:block"] span {
    display: none !important;
}
/* tvoj postojeći kod ostaje ovdje ... */

/* Sakrivanje HESK footera */
p.text-center[style*="display:block !important;"],
p.text-center[style*="display:block"] {
    all: unset !important;
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

p.text-center[style*="display:block !important;"] a,
p.text-center[style*="display:block !important;"] span,
p.text-center[style*="display:block"] a,
p.text-center[style*="display:block"] span {
    all: unset !important;
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

