:root {
    --btn-bg: #FFF; 
    --btn-hover-bg: #1A5400;
}

.menupop img {
	height: 100%;
}
.tm-header .uk-navbar {
    padding: 0 32px;
    background-color: #FFF;;
    border-radius: 24px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);   
}

.uk-sticky {
    padding-top: 16px;
}  
.text-highlight {
    color: #1A5400;
}
.ju-margin-xxlarger {
    margin-top: 48px !important;
}

.btn-animation {
    position: relative;
}

.btn-animation:before {
    position: absolute;
    content: "";
    width: 108px;
    height: 44px;
    border-radius: 10000px;
    background-color: var(--btn-bg);
    left: 0;
    top: 0;
    transition: all 0.3s ease;
}

.btn-animation:hover:before {
    width: 100%;
    background-color: var(--btn-hover-bg);
}

.btn-animation > a {
    position: relative;
    z-index: 2;
}

.btn-animation.secondary {
    --btn-bg: #EDF2EB; 
    --btn-hover-bg: #1A5400;
}
.btn-animation.tertiary {
    --btn-bg: #037FAF;
    --btn-hover-bg: #FFF; 
}
.uk-dotnav > .uk-active > * {
    width: 10px;
    height: 10px;    
}
.uk-dotnav {
    margin-left:0 ;
    padding: 3px 0;
    display: flex;
    align-items: center;
}
.uk-button-secondary {
    border-radius: 1000px;
    line-height: 47px;
    font-size: 18px;
    padding: 0 32px;
}
* + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset{
    margin-top: 16px;
}
address, dl, fieldset, ol, p, pre, ul {
    margin: 0 0 16px 0;
}
.uk-slidenav {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: all 0.3s ease;
    width: 36px;
    height: 36px;
}
.uk-slidenav:not(:hover):not(:focus) {
    box-shadow: 0px 0px 21.176px 0px rgba(0, 0, 0, 0.08);
}

.uk-offcanvas-close.uk-close svg {
    color: #212121;
}

#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon {
    background-image: url('/wp-content/uploads/2025/03/Pink-Cute-Simple-Flower-Shop-Circle-Logo.svg') !important;
    background-size: cover !important;
}
@media (max-width: 1200px) {  
    .tm-header-mobile  {
        position: absolute;
        top: 16px;
        width: 100%;
    }
    .tm-header-mobile .uk-navbar-container {
        margin: 0 30px;
        border-radius: 24px;
        box-shadow: 0px 0px 16px 0px #0000001A;
    }
}
@media (max-width: 639px) {
    html { 
        font-size: 16px;
    }
    /* Margin */
    /* .uk-margin-top {
        margin-top: 8px !important;
    }
    .uk-margin {
        margin-top: 8px !important; 
    } */
    /* .uk-margin-medium-top {
        margin-top: 12px !important;
    }
    .uk-margin-medium {
        margin-top: 12px !important;
    }
    .uk-margin-remove-top {
        margin-top: 0px !important;
    } */
    .uk-margin-large-top {
        margin-top: 16px !important;
    }
    .ju-margin-xxlarger {
        margin-top: 30px !important;
    }
    /* Text */
    .uk-h2 {
        font-size: 32px;
    }
    .uk-h3 {
        font-size: 32px;
    }   
    .uk-h4 {
        font-size: 24px;
    }
    .uk-h5 {
        font-size: 24px;
    }
    .uk-h6 {
        font-size: 18px;
    }
    .el-meta { 
        font-size: 16px;
    }
    .uk-text-large {
        font-size: 18px;
    }
    .uk-text-small {
        font-size: 14px;;
    }
    .uk-button-secondary {
        line-height: 41px;
        font-size: 14px;
    }
    .uk-navbar-nav > li > a {
        min-height: 52px;
    }
    .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
        min-height: 52px;
    }
    .tm-header-mobile .uk-navbar-container {
        margin: 0 15px;
        border-radius: 18px;
    }
}
@media (max-width: 960px) { 


}