.custom-product-card 
{
    background-color:rgb(248, 248, 248);
    display: block;
    color:rgb(18, 18, 18);
}
.custom-product-card .uk-padding-small
{
    padding:10px !important; 
    z-index: 2;
}
.custom-product-card .sold-out-label
{
    color:white;
    background-color:rgb(36, 40, 51);
    font-size: 12px;
    padding:5px 13px;
    border-radius: 40px;
}
.custom-product-card .product-image
{
    overflow:hidden;
}
.custom-product-card .product-image img
{
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all .4s linear;
    scale:1.06;
}
.custom-product-card:hover img 
{
    scale:1;
}
.custom-product-card:hover
{
    text-decoration: none !important;
}
.wishlist-btn.active 
{
    color:red;
}
.custom-product-card .wishlist-btn svg 
{
    width:17px;
}
.custom-product-card .wishlist-btn
{
    z-index: 2;
}
.uk-container:has(.wishlist-container)
{
    max-width:1100px;
}
.gap-1
{
    gap:4px;
}
.gap-2 
{
    gap:8px;
}
.gap-3
{
    gap:12px;
}
.spof-dm {
        color: #fff;
        overflow: hidden;
        position: relative;
        min-height: 90vh;
    }
.dm-panel {
        position: absolute;
        inset: 0;
        overflow-y: auto;
        transform: translateX(0);
        transition: transform .28s cubic-bezier(.4, 0, .2, 1);
    }
.dm-slide-right  { transform: translateX(100%); }
.dm-slide-left   { transform: translateX(-100%); }
.dm-header {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 30px;
        font-size: 14px;
        cursor: pointer;
    }
.dm-header:hover { color: #fff; }
.dm-item
{
display: flex;
align-items: center;
justify-content: space-between;
padding: 11px 30px;
cursor: pointer;
color: #fff;
font-size: 18px;
text-decoration: none;
}
.dm-item:hover { background: rgba(255,255,255,.05); }
.dm-item [uk-icon]
{ 
    flex-shrink: 0; 
}
.dm-item [uk-icon] svg 
{
    width:15px;
}
.filter-selected-area
{
    display: flex;
    gap:15px;
}
.ju-filter-tag
{
        color: rgb(18, 18, 18);
    box-shadow: 0 0 0 .1rem rgba(18, 18, 18,0.2);
    border-radius: 26px;
    padding:5px 10px;
    display: flex;
    align-items: center;
    gap:8px;
    border:none;
    font-size: 14px;
    background-color: white;
}
.ju-filter-tag  .uk-icon 
{
    cursor: pointer;
}
.ju-filter-tag svg 
{
    height:14px;
    width:14px;
}
.uk-modal:has(.uk-search)
{
    padding:0px;
}
.uk-modal:has(.uk-search) .uk-modal-dialog
{
    width:740px;
    text-align: center;
    padding:16px;
}
.uk-modal:has(.uk-search) .uk-modal-dialog form
{
    max-width:742px;
}
.uk-modal:has(.uk-search) .uk-modal-dialog input::placeholder
{
    font-size:16px;
    color:#212121;
}
.uk-modal:has(.uk-search) .uk-modal-dialog input ,
.search-page input
{
    height:45px;
    border-radius: 4px;
    border:1px solid rgba(18, 18, 18,0.5);
    font-size:16px;
}
.search-page form 
{
    max-width:739px;
    margin:auto;
}
.uk-modal:has(.uk-search) .uk-modal-dialog .uk-search-icon svg
{
    height:15px;
    width:15px;
    color:#212121;
}
.uk-modal:has(.uk-search)
{
    background-color:rgba(225,225,225,0.5);
}
.uk-modal:has(.uk-search) .uk-modal-dialog::before
{
    display: block;
    background-size:contain;
    content:"";
    height:16px;
    width:250px;
    background-image:url('/wp-content/uploads/2026/05/Untitled-1-scaled.webp');
    margin:auto;
    margin-bottom: 16px;
    background-repeat: no-repeat;
}
.search-page input:focus,
.uk-modal:has(.uk-search) .uk-modal-dialog input:focus
{
        box-shadow: 0 0 0 calc(.1rem + 1px) rgb(18, 18, 18);
        border:none;
}
.page-id-170 .tm-header-overlay
{
    background-color: white;
}
.uk-offcanvas-close 
{
    top:20px;
    color:white !important;
}
.uk-offcanvas-close svg 
{
    height:20px;
    width:20px;
}

.uk-search .uk-search-icon-flip 
{
    height:calc(100% - 18px);
    margin:auto;
    border-left:1px solid rgba(18, 18, 18, 0.08)
}
.jufi-mobile-open-btn {
    display: none;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    font-size: 12.5px;
    font-family: inherit;
    letter-spacing: .04em;
    cursor: pointer;
    padding: 14px 14px 14px 0;
    color: inherit;
}
/* ── Offcanvas bar ── */
.jufi-oc-bar {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

/* ── Panels container ── */
.jufi-oc-inner {
    position: relative;
    height: 100%;
    overflow: hidden;
}

/* ── Panel base ── */
.jufi-oc-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: transform .28s cubic-bezier(.4,0,.2,1), opacity .22s ease;
}

/* Main panel */
.jufi-oc-main {
    transform: translateX(0);
    opacity: 1;
}
.jufi-oc-main.jufi-oc-hidden {
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
}

/* Sub panel */
.jufi-oc-sub {
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
}
.jufi-oc-sub.jufi-oc-active {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

/* ── Header ── */
.jufi-oc-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px 14px;
    flex-shrink: 0;
}
.jufi-oc-header-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.jufi-oc-title {
    font-size: 14px;
    font-weight: 500;
    color:#121212;
}
.jufi-oc-count {
    font-size: 11px;
    color: #888;
    letter-spacing: .02em;
}
.jufi-oc-close {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
}
.jufi-oc-close:hover { opacity: .6; }

/* ── Divider ── */
.jufi-oc-divider {
    margin: 0;
    border: none;
    border-top: 1px solid #e5e5e5;
    flex-shrink: 0;
}
.jufi-oc-divider-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #888;
    padding: 12px 20px 6px;
}

/* ── Main list ── */
.jufi-oc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}
.uk-search-clear
{
    right:50px;
    border-radius: 100%;
    border:1px solid rgb(18, 18, 18);
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:none;
    cursor:pointer;
    padding:2px;
    line-height:1;
    height:18px;
    width:18px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jufi-oc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    cursor: pointer;
    transition: background .15s;
    border-bottom: 1px solid #f5f5f5;
}
.jufi-oc-row:hover { background: #fafafa; }
.jufi-oc-row-label { font-size: 13px; }

/* ── Sub header ── */
.jufi-oc-sub-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 20px;
    flex-shrink: 0;
}
.jufi-oc-back {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
}
.jufi-oc-back:hover { opacity: .6; }
.jufi-oc-sub-title { font-size: 13px;color:#121212; }

/* ── Option list (sub) ── */
.jufi-oc-option-list {
    flex: 1;
    overflow-y: auto;
    margin: 0 !important;
    padding: 6px 0 !important;
    max-height: none !important;
}
.jufi-oc-option-list > li { padding: 0 !important; }
.jufi-oc-option-list .jufi-check-label { padding: 12px 20px; }

/* ── Sort block ── */
.jufi-oc-sort-block { flex-shrink: 0; border-top: 1px solid #e5e5e5; }
.jufi-oc-sort-list  { list-style: none; margin: 0; padding: 4px 0; }
.jufi-oc-sort-item  {
    padding: 12px 20px;
    font-size: 13px;
    cursor: pointer;
    transition: background .12s;
    border-bottom: 1px solid #f5f5f5;
}
.jufi-oc-sort-item:hover { background: #fafafa; }
.jufi-oc-sort-item.is-selected { font-weight: 600; }
.jufi-oc-sort-item.is-selected::before { content: '✓ '; color: #111; }

/* ── Footer ── */
.jufi-oc-footer {
    display: flex;
    border-top: 1px solid #e5e5e5;
    flex-shrink: 0;
    margin-top: auto;
}
.jufi-oc-btn-remove {
    flex: 1;
    background: #fff;
    border: none;
    border-right: 1px solid #e5e5e5;
    font-size: 13px;
    cursor: pointer;
    padding: 18px 16px;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-align: center;
    transition: opacity .15s;
}
.jufi-oc-btn-remove:hover { opacity: .6; }
.jufi-oc-btn-apply {
    flex: 1.6;
    background: #111;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 18px 16px;
    text-align: center;
    transition: background .15s;
}
#jufi-offcanvas .jufi-oc-row-label,
#jufi-offcanvas .uk-icon,
#jufi-offcanvas .jufi-check-label

{
    color:#121212;
}
#jufi-offcanvas .uk-checkbox 
{
    border-color:#121212;
}
.jufi-oc-btn-apply:hover { background: #333; }
.jufi-dropdown__item--color .uk-checkbox{
    display: none;
}
.timeline-nav
{
    list-style-type: none;
}
.timeline-nav a
{
    color:white;
    padding:7px 15px;
    display: block;
}
.timeline-nav a.uk-active,
.timeline-nav a:hover
{
    border-bottom:1px solid white;
}
.slidenav-container
{
    position: absolute;
    bottom:50px;
    left:50%;
    transform: translate(-50%,0);
    display: flex;
    gap:16px;
    align-items: center;
}
.slidenav-container a:hover 
{
    color:white;
}
.slidenav-container a 
{
    color:white;
    border:1px solid white;
    border-radius: 100%;
    padding:8px;
    height:48px;
    width:48px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slidenav-container .uk-invisible
{
    visibility: visible !important;
   pointer-events: none;
   opacity: 0.5;
}
.timeline-left .card 
{
    width:calc(100% - 80px);
    box-sizing: border-box;
    margin:auto;
    padding:46px;
    background-color:rgb(92, 8, 21);
    color:white;
}
.timeline-title
{
    color:white;
}
.timeline-year
{
    font-size: 44px;
    font-weight: 500;
}
@media(max-width:960px)
{
    .timeline-slider .uk-slider-container
    {
        padding-left:40px;
    }
     .timeline-slider .timeline-right img 
     {
            aspect-ratio: 372 / 500;
     }
    .timeline-left .card
    {
        width:100%;
    }
    .jufi-result-count
    {
        display: none;
    }
    .uk-section-small-top
    {
        padding-top:35px;
    }
    .uk-section-small-bottom
    {
        padding-bottom:35px;
    }
    .slider-mobile .uk-slidenav
    {
        border-radius: 100%;
        background-color:rgb(255, 255, 255);
        height:36px;
        width:36px;
        color:#212121;
        padding:1px 6px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .slider-mobile .uk-slidenav svg 
    {
        width:8px;
        height:16px;
    }
    .product-title
    {
        font-size: 12px;
    }
    .uk-slider-items
    {
        margin-left:-6px;
    }
    .uk-slider-items > div 
    {
        padding-left:6px;
    }
    .ju-slider-count
    {
        line-height: 21px;
        font-size: 10px;
        margin-top:2px;
    }
    .ju-slider-nav svg 
    {
        height:10px;
        width:10px;
    }
    .uk-grid-small
    {
        margin-left:-8px;
    }
    .uk-grid-small > div 
    {
        padding-left:8px;
    }
    .uk-grid-small > .uk-grid-margin
    {
        margin-top:8px;
    }
    .uk-margin-medium-top
    {
        margin-top:30px !important;
    }
    .jufi-mobile-open-btn
    {
        display: flex;
        width:100%;
        justify-content: right;
    }
}