.tm-toolbar-default
{
    background-color: #0C2A18;
}
.widget_polylang ul 
{
    list-style: none;
    display: flex;
    gap:16px;
}
.widget_polylang ul li.current-lang a 
{
    opacity: 1;
}
.widget_polylang ul li a 
{
    color:#9FCBAC;
    opacity: 0.4;
}
.pic-card
{
    background-color: #fff;
    border: 1px solid #E2E8E4;
    border-radius: 18px;
    overflow: hidden;
    display: block;
}
.pic-card .uk-text-small
{
    font-size: 12px;
}
.ju-color-dot
{
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border:1px solid #DDE3DF;
}
.ju-color-swatches__dots
{
    gap:8px;
}
.uk-overlay-primary
{
    background: linear-gradient(180deg, rgba(12, 42, 24, 0) 38%, rgba(12, 42, 24, .86) 100%) !important;
}