:root{
    --tl-bg:#f6f8fc;
    --tl-card:rgba(255,255,255,.78);
    --tl-card-solid:#fff;
    --tl-text:#101827;
    --tl-muted:#667085;
    --tl-line:rgba(15,23,42,.10);
    --tl-blue:#2457ff;
    --tl-cyan:#06b6d4;
    --tl-shadow:0 22px 70px rgba(15,23,42,.10);
    --tl-radius:22px;
}
*{box-sizing:border-box}
body{margin:0;background:radial-gradient(circle at top right,rgba(36,87,255,.10),transparent 36%),linear-gradient(180deg,#f8fbff 0%,#f3f6fb 100%);color:var(--tl-text);font-family:Tahoma,Arial,sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.tl-main{max-width:1240px;margin:0 auto;padding:92px 18px 34px}
.tl-topbar{position:fixed;z-index:80;top:0;left:0;right:0;background:rgba(255,255,255,.68);backdrop-filter:blur(20px);border-bottom:1px solid var(--tl-line)}
.tl-topbar__inner{height:70px;max-width:1240px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:190px minmax(180px,1fr) 112px;gap:14px;align-items:center}
.tl-brand{display:flex;align-items:center;gap:10px;justify-self:start}
.tl-brand__mark{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--tl-blue),var(--tl-cyan));display:grid;place-items:center;color:#fff;font-weight:800;box-shadow:0 12px 30px rgba(36,87,255,.25)}
.tl-brand__text{font-weight:800}
.tl-search{position:relative}
.tl-search__input{width:100%;height:46px;border:1px solid var(--tl-line);border-radius:999px;background:rgba(255,255,255,.78);padding:0 18px;outline:none;font-size:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.tl-search__results{position:absolute;top:54px;left:0;right:0;background:#fff;border:1px solid var(--tl-line);border-radius:18px;box-shadow:var(--tl-shadow);overflow:hidden;display:none}
.tl-search__results.is-open{display:block}
.tl-search-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid rgba(15,23,42,.06)}
.tl-search-item:last-child{border-bottom:0}
.tl-search-item img,.tl-search-item__ph{width:44px;height:44px;border-radius:12px;background:#eef2ff;object-fit:cover;display:grid;place-items:center}
.tl-search-item strong{display:block;font-size:13px}
.tl-search-item span{display:block;font-size:12px;color:var(--tl-muted);margin-top:3px}
.tl-actions{display:flex;gap:10px;justify-self:end;direction:ltr}
.tl-icon-btn{width:46px;height:46px;border:1px solid var(--tl-line);border-radius:16px;background:rgba(255,255,255,.74);box-shadow:0 10px 25px rgba(15,23,42,.08);cursor:pointer}
.tl-hero{margin-bottom:18px}
.tl-hero-slider{position:relative;aspect-ratio:16/9;border-radius:30px;overflow:hidden;background:#eaf0fb;box-shadow:var(--tl-shadow)}
.tl-hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .5s ease}
.tl-hero-slide.is-active,.tl-hero-slide:first-child{opacity:1}
.tl-hero-slide img{width:100%;height:100%;object-fit:cover}
.tl-hero-slide--empty{position:relative;display:grid;place-items:center;background:linear-gradient(135deg,#0f172a,#2457ff);color:#fff}
.tl-hero-slide--empty div{display:grid;gap:12px;text-align:center}
.tl-hero-slide--empty strong{font-size:42px}
.tl-hero-slide__btn{position:absolute;left:28px;bottom:28px;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 16px;border-radius:999px;font-size:13px;font-weight:800;line-height:1;color:#fff;text-decoration:none;background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 10px 28px rgba(15,23,42,.16),inset 0 1px 0 rgba(255,255,255,.24),inset 0 0 0 1px rgba(255,70,70,.14);overflow:hidden;isolation:isolate;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease,color .22s ease}
.tl-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}
.tl-trust-item{border:1px solid var(--tl-line);background:var(--tl-card);backdrop-filter:blur(14px);border-radius:18px;padding:14px;text-align:center;color:#1f2937}
.tl-section{margin-top:28px}
.tl-section__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.tl-section__head h2{font-size:20px;margin:0}
.tl-section__head a{color:var(--tl-blue);font-weight:800;font-size:13px}
.tl-product-row{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 14px;scroll-snap-type:x mandatory}
.tl-product-card{min-width:190px;max-width:190px;background:var(--tl-card);border:1px solid var(--tl-line);border-radius:22px;box-shadow:0 12px 36px rgba(15,23,42,.07);overflow:hidden;scroll-snap-align:start}
.tl-product-card__image{aspect-ratio:1/1;background:linear-gradient(135deg,#eaf0ff,#fff);display:grid;place-items:center}
.tl-product-card__image img{width:100%;height:100%;object-fit:cover}
.tl-product-card__image span{font-size:42px;font-weight:900;color:var(--tl-blue)}
.tl-product-card__body{padding:12px}
.tl-product-card__title{font-size:14px;font-weight:800;line-height:1.7;display:block}
.tl-product-card__plan{font-size:12px;color:var(--tl-muted);margin-top:4px}
.tl-product-card__price{font-size:14px;font-weight:900;margin-top:8px;color:#0f766e}
.tl-product-card__old{font-size:12px;color:#9ca3af;text-decoration:line-through;margin-top:4px}
.tl-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}
.tl-product-grid .tl-product-card{min-width:0;max-width:none}
.tl-product-grid--two-rows{grid-template-columns:repeat(7,1fr)}
.tl-page-head{background:var(--tl-card);border:1px solid var(--tl-line);border-radius:24px;padding:22px;margin-bottom:18px}
.tl-page-head h1{margin:0;font-size:24px}
.tl-products-page{display:grid;grid-template-columns:260px 1fr;gap:18px;align-items:start}
.tl-filter-box{background:var(--tl-card);border:1px solid var(--tl-line);border-radius:22px;padding:16px;position:sticky;top:92px}
.tl-filter-box label{display:block;font-size:13px;color:var(--tl-muted);margin:12px 0 6px}
.tl-filter-box select{width:100%;height:42px;border:1px solid var(--tl-line);border-radius:12px;background:#fff;padding:0 10px}
.tl-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:11px 14px;font-weight:800;border:1px solid var(--tl-line);cursor:pointer}
.tl-btn--primary{background:linear-gradient(135deg,var(--tl-blue),var(--tl-cyan));color:#fff;border:0}
.tl-btn--disabled{opacity:.55;pointer-events:none}
.tl-product-show{display:grid;grid-template-columns:420px 1fr;gap:24px;align-items:start}
.tl-product-show__media,.tl-product-show__info,.tl-rich-section,.tl-static-page{background:var(--tl-card);border:1px solid var(--tl-line);border-radius:28px;box-shadow:var(--tl-shadow)}
.tl-product-show__media{padding:18px}
.tl-product-show__media img,.tl-product-show__placeholder{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:22px;background:#eef2ff;display:grid;place-items:center;font-size:80px;font-weight:900;color:var(--tl-blue)}
.tl-product-show__info{padding:22px}
.tl-product-show__info h1{margin:0 0 12px;font-size:28px}
.tl-product-show__short{color:var(--tl-muted);line-height:2}
.tl-product-show__badges{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
.tl-product-show__badges span{font-size:12px;background:#eef6ff;border:1px solid #dbeafe;color:#1d4ed8;border-radius:999px;padding:7px 10px}
.tl-plan-box{border:1px solid var(--tl-line);border-radius:18px;padding:14px;background:rgba(255,255,255,.62)}
.tl-plan-box summary{font-weight:900;cursor:pointer}
.tl-plans{display:grid;gap:10px;margin-top:12px}
.tl-plan{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--tl-line);border-radius:16px;padding:12px}
.tl-plan span{display:block;font-size:12px;color:var(--tl-muted);margin-top:4px}
.tl-rich{line-height:2;color:#374151}
.tl-rich-section{padding:22px}
.tl-static-page{max-width:900px;margin:0 auto;padding:28px}
.tl-static-page h1{margin-top:0}
.tl-empty{background:rgba(255,255,255,.72);border:1px dashed var(--tl-line);border-radius:18px;padding:20px;color:var(--tl-muted)}
.tl-pagination{margin-top:22px}
.tl-footer{margin-top:42px;border-top:1px solid var(--tl-line);background:rgba(255,255,255,.55)}
.tl-footer__inner{max-width:1240px;margin:0 auto;padding:22px 18px;display:flex;justify-content:space-between;gap:12px;color:var(--tl-muted);font-size:13px}
.tl-support-link{color:var(--tl-blue);font-weight:900}
.tl-overlay{position:fixed;z-index:90;inset:0;background:rgba(15,23,42,.36);backdrop-filter:blur(3px)}
.tl-drawer{position:fixed;z-index:100;top:0;bottom:0;left:0;width:min(390px,92vw);background:rgba(255,255,255,.92);backdrop-filter:blur(22px);border-right:1px solid var(--tl-line);box-shadow:30px 0 90px rgba(15,23,42,.20);transform:translateX(-105%);transition:transform .25s ease;padding:16px;overflow:auto}
.tl-drawer.is-open{transform:translateX(0)}
.tl-drawer__tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px;direction:ltr}
.tl-drawer__tab{border:1px solid var(--tl-line);background:#fff;border-radius:14px;padding:11px;font-weight:900;cursor:pointer}
.tl-drawer__tab.is-active{background:#111827;color:#fff}
.tl-menu-user{padding:12px;background:#f8fafc;border:1px solid var(--tl-line);border-radius:18px;margin-bottom:12px}
.tl-menu-user__hello{font-weight:900;margin-bottom:10px}
.tl-menu-list{display:grid;gap:8px}
.tl-menu-list>a,.tl-menu-list summary{display:block;background:#fff;border:1px solid var(--tl-line);border-radius:14px;padding:12px;font-weight:800;cursor:pointer}
.tl-menu-cats{display:grid;gap:8px;margin:8px 0}
.tl-menu-cat{background:#f8fafc;border:1px solid var(--tl-line);border-radius:14px;padding:10px;display:grid;gap:8px}
.tl-menu-cat__child{padding-right:12px;color:var(--tl-muted);font-size:13px}
.tl-cart-shell{display:grid;gap:14px}
.tl-cart-empty{background:#f8fafc;border:1px dashed var(--tl-line);border-radius:18px;padding:22px;text-align:center;color:var(--tl-muted)}
@media(max-width:900px){
    .tl-topbar__inner{grid-template-columns:56px 1fr 108px}
    .tl-brand__text{display:none}
    .tl-product-grid--two-rows{grid-template-columns:repeat(2,1fr)}
    .tl-trust-strip{grid-template-columns:repeat(2,1fr)}
    .tl-products-page{grid-template-columns:1fr}
    .tl-filter-box{position:static}
    .tl-product-show{grid-template-columns:1fr}
}
@media(max-width:520px){
    .tl-main{padding:84px 12px 26px}
    .tl-topbar__inner{height:66px;padding:0 10px;gap:8px;grid-template-columns:46px 1fr 96px}
    .tl-brand__mark{width:36px;height:36px;border-radius:13px;font-size:12px}
    .tl-icon-btn{width:42px;height:42px}
    .tl-search__input{height:42px;font-size:13px}
    .tl-hero-slider{border-radius:22px}
    .tl-product-card{min-width:162px;max-width:162px}
    .tl-footer__inner{flex-direction:column;text-align:center}
}

/* Step 11B - cart and product seed UI */
.tl-flash{
    max-width:1240px;
    margin:0 auto 16px;
    background:#dcfce7;
    color:#166534;
    border:1px solid #bbf7d0;
    border-radius:16px;
    padding:12px 14px;
    font-size:13px;
    font-weight:800;
}
.tl-flash--error{
    background:#fee2e2;
    color:#991b1b;
    border-color:#fecaca;
}
.tl-icon-btn--cart{
    position:relative;
}
.tl-icon-btn--cart b{
    position:absolute;
    top:-7px;
    right:-7px;
    min-width:20px;
    height:20px;
    padding:0 5px;
    display:grid;
    place-items:center;
    background:#ef4444;
    color:#fff;
    border:2px solid #fff;
    border-radius:999px;
    font-size:11px;
    line-height:1;
}
.tl-add-cart-form{
    margin-top:10px;
}
.tl-add-cart-form button,
.tl-plan__buy button{
    width:100%;
    border:0;
    border-radius:13px;
    padding:10px 12px;
    background:linear-gradient(135deg,var(--tl-blue),var(--tl-cyan));
    color:#fff;
    font-weight:900;
    cursor:pointer;
}
.tl-plan__buy{
    display:grid;
    gap:8px;
    justify-items:end;
    min-width:160px;
}
.tl-plan__buy form{
    width:100%;
}
.tl-cart-items{
    display:grid;
    gap:12px;
}
.tl-cart-item{
    display:grid;
    grid-template-columns:74px 1fr;
    gap:10px;
    background:#fff;
    border:1px solid var(--tl-line);
    border-radius:18px;
    padding:10px;
}
.tl-cart-item__image{
    width:74px;
    height:74px;
    border-radius:16px;
    overflow:hidden;
    background:#eef2ff;
    display:grid;
    place-items:center;
    font-weight:900;
    color:var(--tl-blue);
}
.tl-cart-item__image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.tl-cart-item__title{
    font-weight:900;
    font-size:13px;
    line-height:1.7;
}
.tl-cart-item__plan{
    color:var(--tl-muted);
    font-size:12px;
    margin-top:2px;
}
.tl-cart-item__price{
    color:#0f766e;
    font-weight:900;
    font-size:13px;
    margin-top:5px;
}
.tl-cart-item__actions{
    display:flex;
    gap:6px;
    margin-top:8px;
    flex-wrap:wrap;
}
.tl-cart-item__actions form{
    display:flex;
    gap:5px;
}
.tl-cart-item__actions input{
    width:58px;
    border:1px solid var(--tl-line);
    border-radius:10px;
    padding:6px;
}
.tl-cart-item__actions button{
    border:1px solid var(--tl-line);
    background:#f8fafc;
    border-radius:10px;
    padding:6px 9px;
    cursor:pointer;
    font-weight:800;
}
.tl-cart-total{
    display:flex;
    align-items:center;
    justify-content:space-between;
    border-top:1px solid var(--tl-line);
    padding-top:14px;
    font-size:14px;
}
.tl-cart-total strong{
    color:#0f766e;
}
@media(max-width:520px){
    .tl-plan{
        align-items:stretch;
        flex-direction:column;
    }
    .tl-plan__buy{
        justify-items:stretch;
        min-width:0;
    }
}

/* Step 12A - checkout and card-to-card */
.tl-checkout,
.tl-payment-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:18px;
    align-items:start;
}
.tl-payment-layout{
    grid-template-columns:1fr 1fr;
}
.tl-checkout__main{
    display:grid;
    gap:16px;
}
.tl-checkout__side{
    position:sticky;
    top:92px;
}
.tl-checkout-card{
    background:var(--tl-card);
    border:1px solid var(--tl-line);
    border-radius:24px;
    box-shadow:var(--tl-shadow);
    padding:20px;
}
.tl-checkout-card h2{
    margin:0 0 14px;
    font-size:18px;
}
.tl-checkout-card label{
    display:block;
    margin:12px 0 7px;
    color:#374151;
    font-size:13px;
    font-weight:800;
}
.tl-checkout-card label span{
    color:#ef4444;
}
.tl-checkout-card input,
.tl-checkout-card textarea{
    width:100%;
    border:1px solid var(--tl-line);
    border-radius:14px;
    background:#fff;
    padding:12px 13px;
    outline:none;
    font:inherit;
}
.tl-checkout-card small,
.tl-checkout-muted{
    display:block;
    color:var(--tl-muted);
    font-size:12px;
    line-height:1.8;
}
.tl-checkout-items{
    display:grid;
    gap:10px;
}
.tl-checkout-item{
    display:grid;
    gap:4px;
    padding:12px 0;
    border-bottom:1px solid var(--tl-line);
}
.tl-checkout-item:last-child{
    border-bottom:0;
}
.tl-checkout-item strong{
    font-size:14px;
}
.tl-checkout-item span{
    color:var(--tl-muted);
    font-size:12px;
}
.tl-checkout-item b{
    color:#0f766e;
}
.tl-checkout-total,
.tl-status-grid > div,
.tl-bank-box > div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border-top:1px solid var(--tl-line);
    padding:13px 0;
}
.tl-checkout-total strong,
.tl-bank-box strong,
.tl-status-grid strong{
    color:#0f766e;
    text-align:left;
    direction:ltr;
}
.tl-checkout-submit{
    width:100%;
    border:0;
    border-radius:16px;
    padding:13px 14px;
    background:linear-gradient(135deg,var(--tl-blue),var(--tl-cyan));
    color:#fff;
    font-weight:900;
    cursor:pointer;
    margin-top:14px;
}
.tl-bank-box,
.tl-status-grid{
    display:grid;
    gap:0;
}
.tl-bank-box span,
.tl-status-grid span{
    color:var(--tl-muted);
    font-size:13px;
}
.tl-tracking-code{
    display:inline-grid;
    place-items:center;
    min-width:140px;
    margin:12px 0 18px;
    border-radius:18px;
    background:#eef2ff;
    color:var(--tl-blue);
    font-size:34px;
    font-weight:900;
    letter-spacing:5px;
    padding:14px 18px;
    direction:ltr;
}
.tl-delivery-box{
    border:1px solid var(--tl-line);
    border-radius:18px;
    background:#fff;
    padding:14px;
    margin-top:12px;
}
.tl-delivery-box pre{
    white-space:pre-wrap;
    direction:ltr;
    text-align:left;
    background:#f8fafc;
    border:1px solid var(--tl-line);
    border-radius:14px;
    padding:12px;
}
@media(max-width:900px){
    .tl-checkout,
    .tl-payment-layout{
        grid-template-columns:1fr;
    }
    .tl-checkout__side{
        position:static;
    }
}

/* Step 12B - customer dashboard orders */
.tl-dashboard-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}
.tl-dashboard-head p{
    margin:8px 0 0;
    color:var(--tl-muted);
}
.tl-dashboard-logout{
    border:0;
    border-radius:14px;
    background:#ef4444;
    color:#fff;
    padding:10px 14px;
    font-weight:900;
    cursor:pointer;
}
.tl-dashboard-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    margin-bottom:18px;
}
.tl-dashboard-stats article{
    background:var(--tl-card);
    border:1px solid var(--tl-line);
    border-radius:22px;
    box-shadow:0 12px 38px rgba(15,23,42,.07);
    padding:18px;
}
.tl-dashboard-stats span{
    display:block;
    color:var(--tl-muted);
    font-size:13px;
    margin-bottom:8px;
}
.tl-dashboard-stats strong{
    display:block;
    font-size:24px;
    color:var(--tl-blue);
}
.tl-dashboard-stats--order strong{
    font-size:16px;
    color:#0f766e;
}
.tl-dashboard-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 340px;
    gap:18px;
    align-items:start;
}
.tl-dashboard-grid--order{
    grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
}
.tl-dashboard-card{
    background:var(--tl-card);
    border:1px solid var(--tl-line);
    border-radius:24px;
    box-shadow:var(--tl-shadow);
    padding:20px;
}
.tl-dashboard-card h2{
    margin:0 0 14px;
    font-size:18px;
}
.tl-dashboard-card__head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
}
.tl-dashboard-card__head h2{
    margin:0;
}
.tl-dashboard-card__head a{
    color:var(--tl-blue);
    font-weight:900;
    font-size:13px;
}
.tl-dashboard-actions{
    display:grid;
    gap:10px;
}
.tl-dashboard-order-row{
    display:grid;
    grid-template-columns:1fr auto;
    gap:14px;
    align-items:center;
    border-bottom:1px solid var(--tl-line);
    padding:13px 0;
}
.tl-dashboard-order-row:last-child{
    border-bottom:0;
}
.tl-dashboard-order-row--large{
    grid-template-columns:1fr 180px 160px;
}
.tl-dashboard-order-row strong,
.tl-dashboard-order-row b,
.tl-dashboard-order-row em{
    display:block;
    font-style:normal;
}
.tl-dashboard-order-row small{
    display:block;
    margin-top:5px;
    color:var(--tl-muted);
    font-size:12px;
}
.tl-dashboard-order-row b{
    color:var(--tl-blue);
}
.tl-dashboard-order-row em{
    color:#0f766e;
    font-weight:900;
}
.tl-dashboard-item{
    border:1px solid var(--tl-line);
    background:#fff;
    border-radius:18px;
    padding:14px;
    margin-bottom:12px;
}
.tl-dashboard-item > div:first-child{
    display:grid;
    gap:5px;
}
.tl-dashboard-item span{
    color:var(--tl-muted);
    font-size:12px;
}
.tl-dashboard-item > b{
    display:block;
    margin-top:8px;
    color:#0f766e;
}
.tl-dashboard-fields{
    margin-top:12px;
    display:grid;
    gap:8px;
    border-top:1px solid var(--tl-line);
    padding-top:12px;
}
.tl-dashboard-fields div,
.tl-dashboard-receipt div{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}
.tl-dashboard-fields strong,
.tl-dashboard-receipt strong{
    font-size:13px;
}
.tl-dashboard-receipt{
    display:grid;
    gap:10px;
    border:1px solid var(--tl-line);
    background:#fff;
    border-radius:18px;
    padding:14px;
    margin-bottom:12px;
}
.tl-dashboard-receipt span{
    color:var(--tl-muted);
    font-size:12px;
}
.tl-dashboard-deliveries{
    margin-top:18px;
}
@media(max-width:900px){
    .tl-dashboard-stats{
        grid-template-columns:repeat(2,1fr);
    }
    .tl-dashboard-grid,
    .tl-dashboard-grid--order{
        grid-template-columns:1fr;
    }
    .tl-dashboard-order-row--large{
        grid-template-columns:1fr;
    }
}
@media(max-width:520px){
    .tl-dashboard-head{
        align-items:stretch;
        flex-direction:column;
    }
    .tl-dashboard-stats{
        grid-template-columns:1fr;
    }
}

/* TOPLICENSE_STEP15E_LOGO_DRAWER_UI_START */
.tl-brand__mark--image{
    overflow:hidden;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(226,232,240,.92);
    box-shadow:0 10px 28px rgba(15,23,42,.08);
}
.tl-brand__logo-img{
    width:100%;
    height:100%;
    display:block;
    object-fit:contain;
    border-radius:inherit;
}
.tl-menu-section{
    border:0;
}
.tl-menu-section > summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}
.tl-menu-cats--accordion{
    display:grid;
    gap:9px;
    margin-top:10px;
}
.tl-menu-parent{
    border:1px solid rgba(226,232,240,.95);
    border-radius:16px;
    background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.9));
    overflow:hidden;
}
.tl-menu-parent > summary{
    cursor:pointer;
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:12px 13px;
    font-weight:900;
    color:#0f172a;
}
.tl-menu-parent > summary::-webkit-details-marker{
    display:none;
}
.tl-menu-parent > summary::after{
    content:"⌄";
    width:26px;
    height:26px;
    display:grid;
    place-items:center;
    flex:0 0 auto;
    border-radius:999px;
    background:rgba(37,99,235,.08);
    color:var(--tl-blue);
    font-size:16px;
    transition:transform .18s ease, background .18s ease;
}
.tl-menu-parent[open] > summary::after{
    transform:rotate(180deg);
    background:rgba(6,182,212,.12);
}
.tl-menu-parent > summary span{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.tl-menu-parent > summary small{
    margin-inline-start:auto;
    color:var(--tl-muted);
    font-size:11px;
    font-weight:800;
    white-space:nowrap;
}
.tl-menu-parent__children{
    display:grid;
    gap:7px;
    padding:0 11px 12px;
}
.tl-menu-parent__children a{
    border-radius:13px;
    padding:10px 11px;
    background:rgba(248,250,252,.92);
    border:1px solid rgba(226,232,240,.85);
    color:#334155;
    font-size:13px;
    font-weight:800;
}
.tl-menu-parent__children a:hover{
    color:var(--tl-blue);
    border-color:rgba(37,99,235,.24);
    background:rgba(239,246,255,.95);
}
.tl-menu-parent__all{
    color:var(--tl-blue) !important;
    background:linear-gradient(135deg,rgba(239,246,255,.98),rgba(236,254,255,.92)) !important;
    border-color:rgba(37,99,235,.2) !important;
}
.tl-menu-empty{
    border:1px dashed rgba(148,163,184,.65);
    border-radius:16px;
    padding:13px;
    color:var(--tl-muted);
    font-size:13px;
    font-weight:800;
    text-align:center;
    background:rgba(248,250,252,.7);
}
@media(max-width:520px){
    .tl-brand__logo-img{
        padding:1px;
    }
    .tl-menu-parent > summary{
        padding:11px 12px;
    }
}
/* TOPLICENSE_STEP15E_LOGO_DRAWER_UI_END */

/* TOPLICENSE_STEP15E_R2_TRANSPARENT_LOGO_BG_START */
.tl-brand__mark.tl-brand__mark--image{
    background:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    padding:0 !important;
}
.tl-brand__mark.tl-brand__mark--image::before,
.tl-brand__mark.tl-brand__mark--image::after{
    content:none !important;
    display:none !important;
}
.tl-brand__logo-img{
    background:transparent !important;
    box-shadow:none !important;
    border:0 !important;
    object-fit:contain;
}
/* TOPLICENSE_STEP15E_R2_TRANSPARENT_LOGO_BG_END */

/* TOPLICENSE_STEP17E_RICH_RENDER_IMAGE_FIX_START */
.tl-rich{
    overflow-wrap:anywhere;
}
.tl-rich figure{
    max-width:100%;
    margin:16px auto;
}
.tl-rich img{
    display:block;
    max-width:100% !important;
    width:auto !important;
    height:auto !important;
    min-width:0 !important;
    min-height:0 !important;
    object-fit:contain;
    margin:14px auto;
    border-radius:16px;
}
.tl-rich a:has(> img){
    display:inline-block;
    max-width:100%;
}
.tl-rich figcaption:has(.attachment__name),
.tl-rich figcaption:has(.attachment__size){
    display:none !important;
}
@media(max-width:640px){
    .tl-rich figure,
    .tl-rich a:has(> img),
    .tl-rich img{
        max-width:100% !important;
        width:auto !important;
        height:auto !important;
    }
}
/* TOPLICENSE_STEP17E_RICH_RENDER_IMAGE_FIX_END */

/* TOPLICENSE_STEP17G_PRODUCT_CARD_COMPACT_START */
.tl-product-card{
    position:relative;
    isolation:isolate;
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.tl-product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 46px rgba(15,23,42,.12);
    border-color:rgba(239,68,68,.20);
}
.tl-product-card__image-wrap{
    position:relative;
    aspect-ratio:1/1;
    overflow:hidden;
    background:linear-gradient(135deg,#eaf0ff,#fff);
}
.tl-product-card__image{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    background:transparent;
}
.tl-product-card__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:filter .22s ease, transform .22s ease, opacity .22s ease;
}
.tl-product-card:hover .tl-product-card__image img,
.tl-product-card:focus-within .tl-product-card__image img{
    filter:blur(4px) saturate(.92) brightness(.72);
    transform:scale(1.035);
}
.tl-product-card__hover{
    position:absolute;
    inset:0;
    z-index:2;
    display:grid;
    place-items:center;
    gap:10px;
    align-content:center;
    padding:14px;
    text-align:center;
    opacity:0;
    pointer-events:none;
    transition:opacity .18s ease;
    background:linear-gradient(180deg,rgba(15,23,42,.10),rgba(15,23,42,.38));
}
.tl-product-card:hover .tl-product-card__hover,
.tl-product-card:focus-within .tl-product-card__hover{
    opacity:1;
    pointer-events:auto;
}
.tl-product-card__hover-name{
    max-width:100%;
    color:#fff;
    font-weight:950;
    font-size:18px;
    line-height:1.2;
    letter-spacing:.02em;
    text-shadow:0 8px 26px rgba(0,0,0,.42);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    direction:ltr;
}
.tl-product-card__quick-form{
    margin:0;
}
.tl-product-card__quick-add{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.72);
    background:linear-gradient(135deg,rgba(239,68,68,.72),rgba(255,255,255,.28));
    color:#fff;
    box-shadow:0 16px 34px rgba(239,68,68,.25), inset 0 1px 0 rgba(255,255,255,.48);
    backdrop-filter:blur(14px);
    font-size:28px;
    line-height:1;
    font-weight:900;
    cursor:pointer;
    transition:transform .16s ease, background .16s ease, box-shadow .16s ease;
}
.tl-product-card__quick-add:hover{
    transform:scale(1.06);
    background:linear-gradient(135deg,rgba(239,68,68,.88),rgba(255,255,255,.36));
    box-shadow:0 18px 38px rgba(239,68,68,.32), inset 0 1px 0 rgba(255,255,255,.55);
}
.tl-product-card__body{
    padding:10px 11px 12px;
}
.tl-product-card__title{
    min-height:46px;
    font-size:13.5px;
    line-height:1.7;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.tl-product-card__price{
    margin-top:7px;
    font-size:13.5px;
    line-height:1.5;
}
.tl-product-card__old{
    margin-top:2px;
    font-size:11.5px;
}
.tl-product-card__plan,
.tl-add-cart-form{
    display:none !important;
}
@media(max-width:520px){
    .tl-product-card__body{
        padding:9px 10px 11px;
    }
    .tl-product-card__title{
        min-height:42px;
        font-size:13px;
    }
    .tl-product-card__price{
        font-size:13px;
    }
    .tl-product-card__hover-name{
        font-size:16px;
    }
    .tl-product-card__quick-add{
        width:40px;
        height:40px;
        font-size:26px;
    }
}
/* TOPLICENSE_STEP17G_PRODUCT_CARD_COMPACT_END */

/* TOPLICENSE_STEP17H_R2_MOBILE_OVERLAY_CLICKTHROUGH_START */
@media (hover:none), (pointer:coarse){
    /*
     * Mobile keeps the current two-tap behavior:
     * first tap activates the dark/blur hover state,
     * second tap on the dark empty area passes through to the product image link.
     */
    .tl-product-card:hover .tl-product-card__hover,
    .tl-product-card:focus-within .tl-product-card__hover{
        pointer-events:none !important;
    }

    /*
     * The visible label and the + form must still be tappable.
     */
    .tl-product-card:hover .tl-product-card__hover-name,
    .tl-product-card:focus-within .tl-product-card__hover-name,
    .tl-product-card:hover .tl-product-card__quick-form,
    .tl-product-card:focus-within .tl-product-card__quick-form,
    .tl-product-card:hover .tl-product-card__quick-add,
    .tl-product-card:focus-within .tl-product-card__quick-add{
        pointer-events:auto !important;
    }
}
/* TOPLICENSE_STEP17H_R2_MOBILE_OVERLAY_CLICKTHROUGH_END */

/* TOPLICENSE_STEP17I_LEFT_PRODUCT_CARD_PRICE_START */
.tl-product-card__body{
    padding-top:9px;
}
.tl-product-card__title{
    min-height:0 !important;
    margin:0 !important;
    line-height:1.55;
}
.tl-product-card__price{
    width:100%;
    margin-top:2px !important;
    text-align:left !important;
    direction:rtl;
    font-size:12px !important;
    line-height:1.35;
    font-weight:850;
}
.tl-product-card__old{
    width:100%;
    margin-top:1px !important;
    text-align:left !important;
    direction:rtl;
    font-size:10.5px !important;
    line-height:1.3;
}
@media(max-width:520px){
    .tl-product-card__body{
        padding-top:8px;
    }
    .tl-product-card__title{
        min-height:0 !important;
        line-height:1.5;
    }
    .tl-product-card__price{
        margin-top:1px !important;
        text-align:left !important;
        font-size:11.5px !important;
        line-height:1.3;
    }
}
/* TOPLICENSE_STEP17I_LEFT_PRODUCT_CARD_PRICE_END */

/* TOPLICENSE_STEP18B_PRODUCT_GALLERY_START */
.tl-product-show__media{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.tl-product-show__main-image{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    border-radius:22px;
}

.tl-product-show__gallery{
    width:100%;
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(58px,1fr));
    gap:8px;
}

.tl-product-show__gallery-item{
    position:relative;
    display:block;
    overflow:hidden;
    aspect-ratio:1/1;
    border-radius:14px;
    border:1px solid rgba(15,23,42,.10);
    background:rgba(255,255,255,.65);
    box-shadow:0 10px 26px rgba(15,23,42,.08);
}

.tl-product-show__gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .18s ease, filter .18s ease;
}

.tl-product-show__gallery-item:hover img{
    transform:scale(1.035);
    filter:saturate(1.05);
}

.tl-product-show__gallery-item.is-primary{
    border-color:rgba(36,87,255,.38);
    box-shadow:0 12px 30px rgba(36,87,255,.14);
}

@media(max-width:640px){
    .tl-product-show__gallery{
        grid-template-columns:repeat(4,minmax(0,1fr));
    }

    .tl-product-show__gallery-item{
        border-radius:12px;
    }
}
/* TOPLICENSE_STEP18B_PRODUCT_GALLERY_END */

/* TOPLICENSE_STEP18C_CARD_CENTER_PLAN_ICON_SUPPORT_START */
.tl-product-card__title,
.tl-product-card__price,
.tl-product-card__old{
    text-align:center !important;
}

.tl-plan-box > summary{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    list-style:none;
    cursor:pointer;
    padding-left:56px;
}

.tl-plan-box > summary::-webkit-details-marker{
    display:none;
}

.tl-plan-box > summary::after{
    content:"";
    position:absolute;
    left:14px;
    top:50%;
    width:32px;
    height:32px;
    border-radius:999px;
    transform:translateY(-50%);
    background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(239,68,68,.13));
    border:1px solid rgba(239,68,68,.22);
    box-shadow:0 12px 28px rgba(15,23,42,.08), inset 0 1px 0 rgba(255,255,255,.78);
}

.tl-plan-box > summary::before{
    content:"";
    position:absolute;
    left:25px;
    top:50%;
    z-index:1;
    width:8px;
    height:8px;
    border-left:2px solid #ef4444;
    border-bottom:2px solid #ef4444;
    transform:translateY(-62%) rotate(-45deg);
    transition:transform .18s ease;
}

.tl-plan-box[open] > summary::before{
    transform:translateY(-34%) rotate(135deg);
}

.tl-product-show__support{
    margin-top:14px;
    padding:14px 16px;
    border-radius:20px;
    border:1px solid rgba(15,23,42,.08);
    background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(248,250,252,.68));
    box-shadow:0 14px 34px rgba(15,23,42,.06);
}

.tl-product-show__support h2{
    margin:0 0 8px;
    font-size:15px;
    line-height:1.6;
}

.tl-product-show__support .tl-rich{
    margin:0;
}
/* TOPLICENSE_STEP18C_CARD_CENTER_PLAN_ICON_SUPPORT_END */

/* TOPLICENSE_STEP18E_CART_DRAWER_QTY_TRASH_START */
.tl-sr-only{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
}

.tl-cart-item__body{
    min-width:0;
}

.tl-cart-item__actions--compact{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:9px;
    width:100%;
    margin-top:10px;
    flex-wrap:nowrap;
}

.tl-cart-item__actions--compact form{
    margin:0;
}

.tl-cart-qty{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    direction:rtl;
    padding:4px;
    border-radius:16px;
    border:1px solid rgba(15,23,42,.09);
    background:linear-gradient(135deg,rgba(248,250,252,.96),rgba(255,255,255,.82));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}

.tl-cart-qty__form{
    display:flex !important;
}

.tl-cart-qty__btn{
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
    border:0 !important;
    border-radius:12px !important;
    padding:0 !important;
    background:rgba(255,255,255,.92) !important;
    color:#0f172a;
    box-shadow:0 8px 18px rgba(15,23,42,.07), inset 0 1px 0 rgba(255,255,255,.8);
    font-size:19px;
    line-height:1;
    font-weight:950;
    cursor:pointer;
}

.tl-cart-qty__btn--plus{
    color:#0f766e;
}

.tl-cart-qty__btn--minus{
    color:#ef4444;
}

.tl-cart-qty__btn:hover{
    transform:translateY(-1px);
}

.tl-cart-qty__btn:disabled{
    opacity:.36;
    cursor:not-allowed;
    transform:none;
}

.tl-cart-qty__value{
    min-width:34px;
    height:32px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:rgba(15,23,42,.045);
    color:#111827;
    font-size:13px;
    font-weight:950;
    direction:ltr;
}

.tl-cart-remove-form{
    flex:0 0 auto;
}

.tl-cart-remove-btn{
    width:42px;
    height:42px;
    position:relative;
    display:grid;
    place-items:center;
    border:1px solid rgba(239,68,68,.18) !important;
    border-radius:15px !important;
    padding:0 !important;
    cursor:pointer;
    background:linear-gradient(135deg,rgba(254,242,242,.96),rgba(255,255,255,.78)) !important;
    box-shadow:0 12px 24px rgba(239,68,68,.10), inset 0 1px 0 rgba(255,255,255,.86);
}

.tl-cart-remove-btn:hover{
    transform:translateY(-1px);
    border-color:rgba(239,68,68,.32) !important;
    box-shadow:0 14px 28px rgba(239,68,68,.16), inset 0 1px 0 rgba(255,255,255,.9);
}

.tl-cart-remove-btn__icon{
    width:18px;
    height:19px;
    position:relative;
    display:block;
    border:2px solid #ef4444;
    border-top:0;
    border-radius:0 0 5px 5px;
}

.tl-cart-remove-btn__icon::before{
    content:"";
    position:absolute;
    left:50%;
    top:-7px;
    width:22px;
    height:4px;
    border-radius:999px;
    background:#ef4444;
    transform:translateX(-50%);
}

.tl-cart-remove-btn__icon::after{
    content:"";
    position:absolute;
    left:50%;
    top:-11px;
    width:10px;
    height:5px;
    border:2px solid #ef4444;
    border-bottom:0;
    border-radius:6px 6px 0 0;
    transform:translateX(-50%);
}

@media(max-width:520px){
    .tl-drawer{
        width:min(390px,94vw);
        padding:13px;
    }

    .tl-cart-item{
        grid-template-columns:64px minmax(0,1fr);
        gap:9px;
        padding:9px;
    }

    .tl-cart-item__image{
        width:64px;
        height:64px;
        border-radius:15px;
    }

    .tl-cart-item__actions--compact{
        gap:7px;
    }

    .tl-cart-qty{
        flex:1 1 auto;
        min-width:0;
        justify-content:space-between;
        padding:4px;
    }

    .tl-cart-qty__btn{
        width:34px;
        height:34px;
        border-radius:12px !important;
    }

    .tl-cart-qty__value{
        min-width:32px;
        height:34px;
    }

    .tl-cart-remove-btn{
        width:42px;
        height:42px;
        border-radius:15px !important;
    }

    .tl-cart-item__title{
        font-size:12.5px;
        line-height:1.55;
    }

    .tl-cart-item__price{
        font-size:12.5px;
    }
}
/* TOPLICENSE_STEP18E_CART_DRAWER_QTY_TRASH_END */

/* TOPLICENSE_STEP18F_CART_DRAWER_SMALLER_CONTROLS_START */
.tl-cart-item__actions--compact{
    gap:6px !important;
    margin-top:8px !important;
}

.tl-cart-qty{
    gap:4px !important;
    padding:3px !important;
    border-radius:14px !important;
}

.tl-cart-qty__btn{
    width:28px !important;
    height:28px !important;
    border-radius:10px !important;
    font-size:16px !important;
    box-shadow:0 6px 14px rgba(15,23,42,.06), inset 0 1px 0 rgba(255,255,255,.78) !important;
}

.tl-cart-qty__value{
    min-width:30px !important;
    height:28px !important;
    border-radius:10px !important;
    font-size:12px !important;
}

.tl-cart-remove-btn{
    width:34px !important;
    height:34px !important;
    border-radius:12px !important;
    box-shadow:0 9px 18px rgba(239,68,68,.10), inset 0 1px 0 rgba(255,255,255,.86) !important;
}

.tl-cart-remove-btn__icon{
    width:14px !important;
    height:15px !important;
    border-width:1.8px !important;
    border-radius:0 0 4px 4px !important;
}

.tl-cart-remove-btn__icon::before{
    top:-6px !important;
    width:18px !important;
    height:3px !important;
}

.tl-cart-remove-btn__icon::after{
    top:-9px !important;
    width:8px !important;
    height:4px !important;
    border-width:1.8px !important;
}

@media(max-width:520px){
    .tl-cart-item__actions--compact{
        gap:5px !important;
        margin-top:7px !important;
    }

    .tl-cart-qty{
        padding:3px !important;
    }

    .tl-cart-qty__btn{
        width:27px !important;
        height:27px !important;
        font-size:15px !important;
        border-radius:10px !important;
    }

    .tl-cart-qty__value{
        min-width:28px !important;
        height:27px !important;
        font-size:11.5px !important;
    }

    .tl-cart-remove-btn{
        width:32px !important;
        height:32px !important;
        border-radius:11px !important;
    }
}
/* TOPLICENSE_STEP18F_CART_DRAWER_SMALLER_CONTROLS_END */

/* TOPLICENSE_STEP18H_BANNER_FILTER_SELECT_FIX_START */
.tl-hero-slider .tl-hero-slide{
    pointer-events:none !important;
    z-index:0 !important;
}

.tl-hero-slider:not(.is-ready) .tl-hero-slide:first-child{
    opacity:1 !important;
    pointer-events:auto !important;
    z-index:2 !important;
}

.tl-hero-slider.is-ready .tl-hero-slide{
    opacity:0 !important;
    pointer-events:none !important;
    z-index:0 !important;
}

.tl-hero-slider.is-ready .tl-hero-slide.is-active{
    opacity:1 !important;
    pointer-events:auto !important;
    z-index:2 !important;
}

.tl-hero-slide__btn{
    z-index:5;
    pointer-events:auto !important;
}

.tl-menu-parent--link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:12px 13px;
    font-weight:900;
    color:#0f172a;
    text-decoration:none;
    border:1px solid rgba(226,232,240,.95);
    border-radius:16px;
    background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.9));
}

.tl-menu-parent--link::after{
    content:"";
    width:8px;
    height:8px;
    border-left:2px solid var(--tl-blue);
    border-bottom:2px solid var(--tl-blue);
    transform:rotate(45deg);
    opacity:.75;
    flex:0 0 auto;
}

.tl-menu-parent--link:hover{
    color:var(--tl-blue);
    border-color:rgba(37,99,235,.24);
    background:rgba(239,246,255,.95);
}

.tl-products-filter-form{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:12px;
    padding:2px;
}

.tl-products-filter-field{
    display:grid;
    gap:7px;
    min-width:0;
}

.tl-products-filter-field label{
    margin:0;
    font-size:12px;
    font-weight:900;
    color:#334155;
}

.tl-products-filter-field select,
.tl-filter-box select{
    width:100%;
    min-width:0;
    height:42px;
    margin:0;
    border:1px solid var(--tl-line);
    border-radius:12px;
    color:#0f172a;
    background-color:#fff !important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364758b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat:no-repeat !important;
    background-size:13px 13px !important;
    background-position:left 14px center !important;
    padding-right:12px !important;
    padding-left:42px !important;
    appearance:none !important;
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    direction:rtl;
    text-align:right;
    outline:none;
}

.tl-products-filter-field select:focus,
.tl-filter-box select:focus{
    border-color:rgba(36,87,255,.36);
    box-shadow:0 0 0 3px rgba(36,87,255,.08);
}

.tl-products-filter-action{
    padding-top:4px;
}

.tl-products-filter-action .tl-btn{
    width:100%;
    justify-content:center;
}

@media(min-width:760px){
    .tl-products-page .tl-filter-box{
        align-self:start;
    }

    .tl-products-filter-form{
        gap:11px;
    }
}

@media(max-width:640px){
    .tl-products-filter-form{
        gap:10px;
    }

    .tl-products-filter-action{
        padding-top:2px;
    }

    .tl-menu-parent--link{
        padding:11px 12px;
    }

    .tl-products-filter-field select,
    .tl-filter-box select{
        background-position:left 13px center !important;
        padding-left:40px !important;
    }
}
/* TOPLICENSE_STEP18H_BANNER_FILTER_SELECT_FIX_END */

/* TOPLICENSE_STEP18I_HERO_BUTTON_RED_GLASS_START */
.tl-hero-slide__btn::before{
    content:"";
    position:absolute;
    inset:1px;
    border-radius:inherit;
    background:linear-gradient(135deg,rgba(255,255,255,.24) 0%,rgba(255,255,255,.08) 34%,rgba(255,76,76,.10) 100%);
    pointer-events:none;
    z-index:-1;
}

.tl-hero-slide__btn::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    pointer-events:none;
    background:linear-gradient(120deg,rgba(255,255,255,.26) 0%,rgba(255,255,255,0) 34%,rgba(255,84,84,.20) 100%);
    opacity:.92;
}

.tl-hero-slide__btn:hover{
    color:#fff;
    background:linear-gradient(135deg,rgba(255,88,88,.24),rgba(150,22,22,.16));
    border-color:rgba(255,112,112,.42);
    box-shadow:0 14px 32px rgba(120,12,12,.24),inset 0 1px 0 rgba(255,255,255,.20),inset 0 0 0 1px rgba(255,110,110,.22);
    transform:translateY(-1px);
}

.tl-hero-slide__btn:hover::before{
    background:linear-gradient(135deg,rgba(255,255,255,.16) 0%,rgba(255,120,120,.12) 36%,rgba(170,18,18,.22) 100%);
}

.tl-hero-slide__btn:hover::after{
    background:linear-gradient(120deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 28%,rgba(255,95,95,.28) 100%);
    opacity:1;
}

@media(max-width:640px){
    .tl-hero-slide__btn{
        left:20px;
        bottom:20px;
        min-height:37px;
        padding:8px 14px;
        font-size:12.5px;
    }
}
/* TOPLICENSE_STEP18I_HERO_BUTTON_RED_GLASS_END */

/* TOPLICENSE_STEP18K_CUSTOM_PERSIAN_PAGINATION_START */
.tl-pagination{
    width:100%;
    margin:24px 0 0;
    padding:14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    border:1px solid rgba(15,23,42,.08);
    border-radius:22px;
    background:rgba(255,255,255,.74);
    backdrop-filter:blur(14px);
    box-shadow:0 14px 38px rgba(15,23,42,.07);
}

.tl-pagination__summary{
    color:#64748b;
    font-size:12.5px;
    line-height:1.9;
    font-weight:800;
    white-space:nowrap;
}

.tl-pagination__summary strong{
    color:#0f172a;
    font-weight:950;
}

.tl-pagination__controls{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:7px;
    direction:rtl;
}

.tl-pagination__btn,
.tl-pagination__page,
.tl-pagination__dots{
    min-width:36px;
    height:36px;
    padding:0 11px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:13px;
    border:1px solid rgba(15,23,42,.08);
    background:rgba(255,255,255,.86);
    color:#0f172a;
    font-size:12.5px;
    font-weight:900;
    line-height:1;
    text-decoration:none;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.72);
}

.tl-pagination__btn{
    min-width:58px;
}

.tl-pagination__btn:hover,
.tl-pagination__page:hover{
    color:var(--tl-blue);
    border-color:rgba(36,87,255,.24);
    background:rgba(239,246,255,.92);
}

.tl-pagination__page.is-active{
    color:#fff;
    border-color:transparent;
    background:linear-gradient(135deg,var(--tl-blue),var(--tl-cyan));
    box-shadow:0 10px 22px rgba(36,87,255,.20);
}

.tl-pagination__btn.is-disabled{
    opacity:.48;
    cursor:not-allowed;
}

.tl-pagination__dots{
    min-width:28px;
    padding:0 5px;
    background:transparent;
    border-color:transparent;
    box-shadow:none;
    color:#94a3b8;
}

@media(max-width:720px){
    .tl-pagination{
        align-items:stretch;
        flex-direction:column;
        padding:12px;
        border-radius:20px;
    }

    .tl-pagination__summary{
        text-align:center;
        white-space:normal;
    }

    .tl-pagination__controls{
        justify-content:center;
    }

    .tl-pagination__btn,
    .tl-pagination__page,
    .tl-pagination__dots{
        min-width:34px;
        height:34px;
        border-radius:12px;
        font-size:12px;
    }

    .tl-pagination__btn{
        min-width:54px;
    }
}
/* TOPLICENSE_STEP18K_CUSTOM_PERSIAN_PAGINATION_END */

/* TOPLICENSE_STEP18M_UNAVAILABLE_PRODUCT_UI_START */
.tl-product-card--unavailable{
    border-color:rgba(239,68,68,.30) !important;
}

.tl-product-card--unavailable .tl-product-card__image img{
    filter:saturate(.72) contrast(.94);
}

.tl-product-card--unavailable:hover .tl-product-card__image img,
.tl-product-card--unavailable:focus-within .tl-product-card__image img{
    filter:blur(4px) saturate(.55) brightness(.68);
}

.tl-product-card__stock-ribbon{
    position:absolute;
    top:9px;
    right:9px;
    z-index:3;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:26px;
    padding:0 10px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.62);
    background:linear-gradient(135deg,rgba(239,68,68,.94),rgba(185,28,28,.86));
    color:#fff;
    font-size:11.5px;
    line-height:1;
    font-weight:950;
    box-shadow:0 12px 24px rgba(239,68,68,.24), inset 0 1px 0 rgba(255,255,255,.28);
    backdrop-filter:blur(12px);
}

.tl-product-card__quick-unavailable{
    min-width:82px;
    height:39px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.58);
    background:linear-gradient(135deg,rgba(239,68,68,.90),rgba(153,27,27,.74));
    color:#fff;
    box-shadow:0 16px 34px rgba(239,68,68,.30), inset 0 1px 0 rgba(255,255,255,.34);
    backdrop-filter:blur(14px);
    font-size:13px;
    line-height:1;
    font-weight:950;
    pointer-events:none;
}

.tl-product-card--unavailable .tl-product-card__price{
    color:#ef4444 !important;
}

.tl-plan--unavailable{
    border-color:rgba(239,68,68,.24) !important;
    background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(254,242,242,.84)) !important;
}

.tl-plan--unavailable strong{
    color:#991b1b;
}

.tl-plan--unavailable .tl-plan__buy b{
    color:#ef4444;
}

.tl-plan__unavailable{
    width:100%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:13px;
    padding:10px 12px;
    background:linear-gradient(135deg,#ef4444,#b91c1c);
    color:#fff;
    font-size:13px;
    font-weight:950;
    line-height:1;
    box-shadow:0 12px 26px rgba(239,68,68,.22), inset 0 1px 0 rgba(255,255,255,.22);
    cursor:not-allowed;
    user-select:none;
}

@media(max-width:520px){
    .tl-product-card__stock-ribbon{
        top:8px;
        right:8px;
        min-height:24px;
        padding:0 9px;
        font-size:11px;
    }

    .tl-product-card__quick-unavailable{
        min-width:76px;
        height:36px;
        font-size:12.5px;
    }
}
/* TOPLICENSE_STEP18M_UNAVAILABLE_PRODUCT_UI_END */

/* TOPLICENSE_STEP18O_SUPPORT_ORBIT_START */
.tl-support-orbit{
    position:fixed;
    left:max(18px, env(safe-area-inset-left));
    bottom:calc(22px + env(safe-area-inset-bottom));
    z-index:74;
    width:56px;
    height:56px;
    direction:ltr;
    pointer-events:none;
}

.tl-support-orbit__main{
    position:absolute;
    left:0;
    bottom:0;
    width:56px;
    height:56px;
    border:1px solid rgba(255,255,255,.36);
    border-radius:999px;
    padding:0;
    display:grid;
    place-items:center;
    cursor:pointer;
    pointer-events:auto;
    color:#fff;
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,.38), rgba(255,255,255,0) 34%),
        linear-gradient(135deg, rgba(36,87,255,.88), rgba(239,68,68,.78));
    box-shadow:
        0 20px 44px rgba(15,23,42,.18),
        0 0 0 1px rgba(255,255,255,.10) inset,
        0 0 34px rgba(239,68,68,.18);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
    overflow:hidden;
    isolation:isolate;
}

.tl-support-orbit__main::before{
    content:"";
    position:absolute;
    inset:1px;
    border-radius:inherit;
    background:linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,.06) 48%, rgba(255,76,76,.18));
    z-index:-1;
}

.tl-support-orbit__main:hover,
.tl-support-orbit.is-open .tl-support-orbit__main{
    transform:translateY(-2px) scale(1.025);
    box-shadow:
        0 24px 54px rgba(15,23,42,.24),
        0 0 0 1px rgba(255,255,255,.18) inset,
        0 0 46px rgba(239,68,68,.25);
}

.tl-support-orbit__pulse{
    position:absolute;
    inset:-8px;
    border-radius:inherit;
    border:1px solid rgba(239,68,68,.24);
    opacity:.72;
    transform:scale(.72);
    animation:tl-support-idle-pulse 2.8s ease-in-out infinite;
}

.tl-support-orbit__mark{
    position:relative;
    width:31px;
    height:31px;
    display:block;
}

.tl-support-orbit__bubble{
    position:absolute;
    left:4px;
    top:6px;
    width:23px;
    height:17px;
    border:2px solid rgba(255,255,255,.96);
    border-radius:9px 9px 9px 4px;
    box-shadow:0 0 12px rgba(255,255,255,.18);
}

.tl-support-orbit__bubble::after{
    content:"";
    position:absolute;
    right:3px;
    bottom:-6px;
    width:8px;
    height:8px;
    border-right:2px solid rgba(255,255,255,.96);
    border-bottom:2px solid rgba(255,255,255,.96);
    transform:rotate(28deg);
    border-radius:0 0 3px 0;
}

.tl-support-orbit__headset{
    position:absolute;
    left:6px;
    top:4px;
    width:20px;
    height:20px;
    border-top:2px solid rgba(255,255,255,.96);
    border-left:2px solid rgba(255,255,255,.96);
    border-right:2px solid rgba(255,255,255,.96);
    border-radius:14px 14px 8px 8px;
    opacity:.82;
}

.tl-support-orbit__headset::before,
.tl-support-orbit__headset::after{
    content:"";
    position:absolute;
    top:10px;
    width:4px;
    height:8px;
    border-radius:999px;
    background:rgba(255,255,255,.96);
}

.tl-support-orbit__headset::before{
    left:-4px;
}

.tl-support-orbit__headset::after{
    right:-4px;
}

.tl-support-orbit__items{
    position:absolute;
    left:0;
    bottom:0;
    width:1px;
    height:1px;
    pointer-events:none;
}

.tl-support-orbit__item{
    position:absolute;
    left:4px;
    bottom:4px;
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.58);
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,.56), rgba(255,255,255,.10) 42%),
        linear-gradient(135deg, color-mix(in srgb, var(--support-accent, #ef4444) 24%, rgba(255,255,255,.92)), rgba(255,255,255,.76));
    box-shadow:
        0 18px 36px color-mix(in srgb, var(--support-accent, #ef4444) 22%, transparent),
        0 0 0 1px rgba(255,255,255,.18) inset;
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
    text-decoration:none;
    color:#0f172a;
    opacity:0;
    transform:translate3d(0,0,0) scale(.52) rotate(-12deg);
    transition:
        transform .48s cubic-bezier(.2,1.2,.2,1),
        opacity .26s ease,
        box-shadow .22s ease;
    transition-delay:0ms;
    pointer-events:none;
    will-change:transform, opacity;
}

.tl-support-orbit.is-open .tl-support-orbit__item{
    opacity:1;
    transform:translate3d(var(--support-x, 0px), var(--support-y, -72px), 0) scale(1) rotate(0deg);
    transition-delay:var(--support-delay, 0ms);
    pointer-events:auto;
}

.tl-support-orbit__item:hover{
    box-shadow:
        0 20px 44px color-mix(in srgb, var(--support-accent, #ef4444) 30%, transparent),
        0 0 0 1px rgba(255,255,255,.28) inset;
    transform:translate3d(var(--support-x, 0px), var(--support-y, -72px), 0) scale(1.075) rotate(0deg) !important;
}

.tl-support-orbit__item img{
    width:34px;
    height:34px;
    border-radius:999px;
    object-fit:cover;
    display:block;
}

.tl-support-orbit__fallback{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:rgba(255,255,255,.62);
    color:#0f172a;
    font-size:15px;
    font-weight:950;
}

.tl-support-orbit__label{
    position:absolute;
    left:58px;
    top:50%;
    transform:translateY(-50%) translateX(-8px);
    min-width:max-content;
    max-width:180px;
    padding:7px 10px;
    border-radius:999px;
    color:#fff;
    background:rgba(15,23,42,.82);
    box-shadow:0 12px 28px rgba(15,23,42,.18);
    backdrop-filter:blur(12px);
    font-size:11.5px;
    line-height:1;
    font-weight:850;
    opacity:0;
    pointer-events:none;
    white-space:nowrap;
    transition:opacity .18s ease, transform .18s ease;
}

.tl-support-orbit__item:hover .tl-support-orbit__label{
    opacity:1;
    transform:translateY(-50%) translateX(0);
}

@keyframes tl-support-idle-pulse{
    0%,100%{
        opacity:.30;
        transform:scale(.80);
    }
    50%{
        opacity:.70;
        transform:scale(1);
    }
}

@media(max-width:720px){
    .tl-support-orbit{
        left:max(12px, env(safe-area-inset-left));
        bottom:calc(14px + env(safe-area-inset-bottom));
        width:52px;
        height:52px;
        z-index:72;
    }

    .tl-support-orbit__main{
        width:52px;
        height:52px;
    }

    .tl-support-orbit__item{
        width:46px;
        height:46px;
    }

    .tl-support-orbit__item img,
    .tl-support-orbit__fallback{
        width:32px;
        height:32px;
    }

    .tl-support-orbit__label{
        display:none;
    }
}

@media(prefers-reduced-motion: reduce){
    .tl-support-orbit__pulse{
        animation:none;
    }

    .tl-support-orbit__main,
    .tl-support-orbit__item,
    .tl-support-orbit__label{
        transition:none !important;
    }
}
/* TOPLICENSE_STEP18O_SUPPORT_ORBIT_END */

/* TOPLICENSE_STEP18P_SUPPORT_MAIN_TRANSPARENT_START */
.tl-support-orbit__main{
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,.28), rgba(255,255,255,0) 36%),
        linear-gradient(135deg, rgba(36,87,255,.52), rgba(239,68,68,.42)) !important;
    border-color:rgba(255,255,255,.48) !important;
    box-shadow:
        0 18px 40px rgba(15,23,42,.14),
        0 0 0 1px rgba(255,255,255,.16) inset,
        0 0 28px rgba(239,68,68,.12) !important;
}

.tl-support-orbit__main::before{
    background:linear-gradient(135deg, rgba(255,255,255,.30), rgba(255,255,255,.08) 48%, rgba(255,76,76,.10)) !important;
}

.tl-support-orbit__main:hover,
.tl-support-orbit.is-open .tl-support-orbit__main{
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,.34), rgba(255,255,255,0) 38%),
        linear-gradient(135deg, rgba(36,87,255,.58), rgba(239,68,68,.50)) !important;
    box-shadow:
        0 22px 48px rgba(15,23,42,.18),
        0 0 0 1px rgba(255,255,255,.22) inset,
        0 0 34px rgba(239,68,68,.16) !important;
}
/* TOPLICENSE_STEP18P_SUPPORT_MAIN_TRANSPARENT_END */

/* TOPLICENSE_STEP18S_BLOG_MODULE_START */
.tl-blog-hero{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    padding:30px;
    margin-bottom:18px;
    background:
        radial-gradient(circle at 14% 22%, rgba(239,68,68,.13), transparent 34%),
        radial-gradient(circle at 86% 18%, rgba(36,87,255,.14), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(248,250,252,.76));
    border:1px solid rgba(15,23,42,.08);
    box-shadow:0 18px 48px rgba(15,23,42,.07);
}

.tl-blog-eyebrow{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(36,87,255,.08);
    color:var(--tl-blue);
    font-size:12px;
    font-weight:950;
    margin-bottom:10px;
}

.tl-blog-hero h1{
    margin:0;
    font-size:clamp(26px,4vw,44px);
    line-height:1.35;
    color:#0f172a;
}

.tl-blog-hero p{
    max-width:720px;
    margin:10px 0 0;
    color:#64748b;
    line-height:2;
    font-weight:700;
}

.tl-blog-cats{
    display:flex;
    align-items:center;
    gap:8px;
    overflow:auto;
    padding:2px 2px 14px;
    margin-bottom:12px;
    scrollbar-width:none;
}

.tl-blog-cats::-webkit-scrollbar{
    display:none;
}

.tl-blog-cat{
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:38px;
    padding:0 14px;
    border-radius:999px;
    border:1px solid rgba(15,23,42,.08);
    background:rgba(255,255,255,.78);
    color:#334155;
    text-decoration:none;
    white-space:nowrap;
    font-size:12.5px;
    font-weight:900;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.76);
}

.tl-blog-cat span{
    min-width:22px;
    height:22px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:rgba(15,23,42,.06);
    color:#64748b;
    font-size:11px;
}

.tl-blog-cat:hover,
.tl-blog-cat.is-active{
    border-color:rgba(36,87,255,.22);
    background:rgba(239,246,255,.94);
    color:var(--tl-blue);
}

.tl-blog-featured{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin:0 0 18px;
}

.tl-blog-featured__item{
    min-height:170px;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:flex-end;
    border-radius:24px;
    text-decoration:none;
    background:#0f172a;
    box-shadow:0 18px 42px rgba(15,23,42,.10);
}

.tl-blog-featured__item img,
.tl-blog-featured__item .tl-blog-card__placeholder{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.tl-blog-featured__item::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.78));
}

.tl-blog-featured__item div{
    position:relative;
    z-index:1;
    padding:16px;
    color:#fff;
}

.tl-blog-featured__item small{
    display:block;
    margin-bottom:7px;
    color:rgba(255,255,255,.78);
    font-weight:850;
}

.tl-blog-featured__item strong{
    display:block;
    font-size:16px;
    line-height:1.65;
}

.tl-blog-featured__item p{
    margin:6px 0 0;
    color:rgba(255,255,255,.76);
    font-size:12.5px;
    line-height:1.8;
}

.tl-blog-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}

.tl-blog-grid--related{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.tl-blog-card{
    overflow:hidden;
    border-radius:24px;
    border:1px solid rgba(15,23,42,.08);
    background:rgba(255,255,255,.82);
    box-shadow:0 16px 40px rgba(15,23,42,.07);
}

.tl-blog-card__image{
    position:relative;
    display:block;
    aspect-ratio:16/10;
    overflow:hidden;
    background:linear-gradient(135deg,rgba(36,87,255,.12),rgba(239,68,68,.10));
    text-decoration:none;
}

.tl-blog-card__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .22s ease, filter .22s ease;
}

.tl-blog-card:hover .tl-blog-card__image img{
    transform:scale(1.035);
    filter:saturate(1.06);
}

.tl-blog-card__placeholder{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    color:var(--tl-blue);
    font-size:42px;
    font-weight:950;
    background:
        radial-gradient(circle at 35% 18%, rgba(255,255,255,.78), transparent 30%),
        linear-gradient(135deg,rgba(239,246,255,.95),rgba(254,242,242,.88));
}

.tl-blog-card__body{
    padding:16px;
}

.tl-blog-card__meta{
    display:flex;
    align-items:center;
    gap:9px;
    flex-wrap:wrap;
    margin-bottom:8px;
    color:#64748b;
    font-size:12px;
    font-weight:850;
}

.tl-blog-card h2{
    margin:0;
    font-size:17px;
    line-height:1.7;
}

.tl-blog-card h2 a{
    color:#0f172a;
    text-decoration:none;
}

.tl-blog-card h2 a:hover{
    color:var(--tl-blue);
}

.tl-blog-card p{
    margin:8px 0 0;
    color:#64748b;
    line-height:1.9;
    font-size:13px;
    font-weight:650;
}

.tl-blog-card__more{
    display:inline-flex;
    margin-top:13px;
    min-height:34px;
    align-items:center;
    justify-content:center;
    padding:0 12px;
    border-radius:999px;
    background:rgba(36,87,255,.08);
    color:var(--tl-blue);
    text-decoration:none;
    font-size:12px;
    font-weight:950;
}

.tl-blog-empty{
    grid-column:1/-1;
    padding:34px;
    text-align:center;
    border-radius:26px;
    border:1px dashed rgba(15,23,42,.14);
    background:rgba(255,255,255,.68);
}

.tl-blog-empty h2{
    margin:0;
    color:#0f172a;
}

.tl-blog-empty p{
    margin:10px 0 0;
    color:#64748b;
    line-height:1.9;
}

.tl-blog-show{
    max-width:920px;
    margin:0 auto;
}

.tl-blog-show__head{
    padding:28px;
    border-radius:28px;
    border:1px solid rgba(15,23,42,.08);
    background:rgba(255,255,255,.82);
    box-shadow:0 18px 48px rgba(15,23,42,.07);
}

.tl-blog-show__back{
    display:inline-flex;
    min-height:34px;
    align-items:center;
    padding:0 12px;
    margin-bottom:12px;
    border-radius:999px;
    background:rgba(15,23,42,.05);
    color:#334155;
    text-decoration:none;
    font-size:12px;
    font-weight:900;
}

.tl-blog-show__head h1{
    margin:0;
    color:#0f172a;
    font-size:clamp(26px,4vw,44px);
    line-height:1.45;
}

.tl-blog-show__head p{
    margin:12px 0 0;
    color:#64748b;
    line-height:2;
    font-weight:700;
}

.tl-blog-show__image{
    margin:18px 0;
    overflow:hidden;
    border-radius:28px;
    box-shadow:0 18px 48px rgba(15,23,42,.10);
}

.tl-blog-show__image img{
    width:100%;
    display:block;
    aspect-ratio:16/9;
    object-fit:cover;
}

.tl-blog-show__content{
    padding:28px;
    border-radius:28px;
    border:1px solid rgba(15,23,42,.08);
    background:rgba(255,255,255,.86);
    box-shadow:0 18px 48px rgba(15,23,42,.06);
    color:#1f2937;
    line-height:2.2;
}

.tl-blog-show__content :is(h2,h3,h4){
    color:#0f172a;
    line-height:1.7;
}

.tl-blog-show__content img{
    max-width:100%;
    height:auto;
    border-radius:18px;
    display:block;
    margin:18px auto;
}

.tl-blog-related{
    margin-top:24px;
}

@media(max-width:920px){
    .tl-blog-featured,
    .tl-blog-grid,
    .tl-blog-grid--related{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:640px){
    .tl-blog-hero,
    .tl-blog-show__head,
    .tl-blog-show__content{
        padding:20px;
        border-radius:22px;
    }

    .tl-blog-featured,
    .tl-blog-grid,
    .tl-blog-grid--related{
        grid-template-columns:1fr;
    }

    .tl-blog-card{
        border-radius:22px;
    }

    .tl-blog-card__body{
        padding:14px;
    }

    .tl-blog-show__image{
        border-radius:22px;
    }
}
/* TOPLICENSE_STEP18S_BLOG_MODULE_END */

/* TOPLICENSE_STEP18Q_R2_PRODUCT_CATEGORY_CHIP_START */
.tl-product-show__category-chip{
    width:max-content;
    max-width:100%;
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin:0 0 8px;
    padding:6px 10px;
    border-radius:999px;
    border:1px solid rgba(15,23,42,.08);
    background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(248,250,252,.54));
    color:#64748b;
    text-decoration:none;
    box-shadow:0 10px 24px rgba(15,23,42,.045), inset 0 1px 0 rgba(255,255,255,.68);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    transition:border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}

.tl-product-show__category-chip span{
    font-size:10.5px;
    line-height:1;
    font-weight:850;
    opacity:.82;
}

.tl-product-show__category-chip strong{
    color:#334155;
    font-size:11.5px;
    line-height:1;
    font-weight:950;
}

.tl-product-show__category-chip:hover{
    color:var(--tl-blue);
    border-color:rgba(36,87,255,.20);
    background:linear-gradient(135deg,rgba(239,246,255,.76),rgba(255,255,255,.62));
    transform:translateY(-1px);
}

.tl-product-show__category-chip:hover strong{
    color:var(--tl-blue);
}

@media(max-width:640px){
    .tl-product-show__category-chip{
        margin-bottom:7px;
        padding:5px 9px;
    }

    .tl-product-show__category-chip span{
        font-size:10px;
    }

    .tl-product-show__category-chip strong{
        font-size:11px;
    }
}
/* TOPLICENSE_STEP18Q_R2_PRODUCT_CATEGORY_CHIP_END */

/* TOPLICENSE_STEP18U_SUPPORT_ORBIT_VISUAL_POLISH_START */
.tl-support-orbit__main{
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,.34), rgba(255,255,255,0) 38%),
        linear-gradient(135deg, rgba(36,87,255,.42), rgba(239,68,68,.34)) !important;
    border-color:rgba(255,255,255,.54) !important;
    box-shadow:
        0 16px 36px rgba(15,23,42,.12),
        0 0 0 1px rgba(255,255,255,.20) inset,
        0 0 24px rgba(239,68,68,.10) !important;
}

.tl-support-orbit__main::before{
    background:linear-gradient(135deg, rgba(255,255,255,.36), rgba(255,255,255,.10) 48%, rgba(255,76,76,.08)) !important;
}

.tl-support-orbit__main:hover,
.tl-support-orbit.is-open .tl-support-orbit__main{
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,.38), rgba(255,255,255,0) 40%),
        linear-gradient(135deg, rgba(36,87,255,.48), rgba(239,68,68,.40)) !important;
    box-shadow:
        0 20px 44px rgba(15,23,42,.16),
        0 0 0 1px rgba(255,255,255,.26) inset,
        0 0 30px rgba(239,68,68,.14) !important;
}

.tl-support-orbit__item{
    width:52px !important;
    height:52px !important;
    border-width:1px !important;
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,.58), rgba(255,255,255,.08) 42%),
        linear-gradient(135deg, color-mix(in srgb, var(--support-accent, #ef4444) 28%, rgba(255,255,255,.90)), rgba(255,255,255,.70)) !important;
}

.tl-support-orbit__item img,
.tl-support-orbit__fallback{
    width:40px !important;
    height:40px !important;
}

.tl-support-orbit__fallback{
    font-size:16px !important;
}

.tl-support-orbit__label{
    left:64px !important;
}

@media(max-width:720px){
    .tl-support-orbit__item{
        width:50px !important;
        height:50px !important;
    }

    .tl-support-orbit__item img,
    .tl-support-orbit__fallback{
        width:38px !important;
        height:38px !important;
    }
}
/* TOPLICENSE_STEP18U_SUPPORT_ORBIT_VISUAL_POLISH_END */

/* TOPLICENSE_STEP18X_UNAVAILABLE_TEXT_BLACK_CENTER_START */
.tl-product-card__stock-ribbon,
.tl-product-card__quick-unavailable,
.tl-plan__unavailable{
    color:#111827 !important;
    text-align:center !important;
    align-items:center !important;
    justify-content:center !important;
}

.tl-product-card__stock-ribbon{
    width:auto;
    min-width:72px;
}

.tl-product-card__quick-unavailable,
.tl-plan__unavailable{
    direction:rtl;
    line-height:1.2 !important;
}
/* TOPLICENSE_STEP18X_UNAVAILABLE_TEXT_BLACK_CENTER_END */

/* TOPLICENSE_STEP18Z_TICKET_SYSTEM_START */
.tl-ticket-alert{
    margin:0 0 14px;
    padding:13px 15px;
    border-radius:16px;
    border:1px solid rgba(34,197,94,.20);
    background:rgba(240,253,244,.86);
    color:#166534;
    font-weight:850;
}

.tl-ticket-list{
    display:grid;
    gap:10px;
}

.tl-ticket-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:14px;
    border-radius:18px;
    border:1px solid rgba(15,23,42,.08);
    background:rgba(255,255,255,.72);
    text-decoration:none;
    color:#0f172a;
}

.tl-ticket-row:hover{
    border-color:rgba(36,87,255,.22);
    background:rgba(239,246,255,.80);
}

.tl-ticket-row span{
    display:grid;
    gap:5px;
}

.tl-ticket-row small{
    color:#64748b;
    font-weight:750;
}

.tl-ticket-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:30px;
    padding:0 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:950;
    white-space:nowrap;
}

.tl-ticket-badge--waiting_admin{
    background:rgba(245,158,11,.12);
    color:#92400e;
}

.tl-ticket-badge--answered{
    background:rgba(34,197,94,.12);
    color:#166534;
}

.tl-ticket-badge--closed{
    background:rgba(100,116,139,.12);
    color:#475569;
}

.tl-ticket-form-card{
    max-width:860px;
    margin-inline:auto;
}

.tl-ticket-form{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}

.tl-ticket-form label{
    display:grid;
    gap:7px;
    color:#334155;
    font-size:13px;
    font-weight:900;
}

.tl-ticket-form input,
.tl-ticket-form select,
.tl-ticket-form textarea{
    width:100%;
    border:1px solid rgba(15,23,42,.10);
    border-radius:14px;
    padding:12px;
    background:rgba(255,255,255,.88);
    color:#0f172a;
    outline:none;
    font:inherit;
}

.tl-ticket-form textarea{
    resize:vertical;
    line-height:1.9;
}

.tl-ticket-form input:focus,
.tl-ticket-form select:focus,
.tl-ticket-form textarea:focus{
    border-color:rgba(36,87,255,.34);
    box-shadow:0 0 0 3px rgba(36,87,255,.08);
}

.tl-ticket-form em{
    color:#dc2626;
    font-style:normal;
    font-size:12px;
}

.tl-ticket-form__full{
    grid-column:1/-1;
}

.tl-ticket-form button{
    justify-self:start;
}

.tl-ticket-status-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:14px;
    padding:14px 16px;
    border-radius:18px;
    border:1px solid rgba(15,23,42,.08);
    background:rgba(255,255,255,.76);
}

.tl-ticket-status-card span{
    color:#64748b;
    font-weight:850;
}

.tl-ticket-thread{
    display:grid;
    gap:12px;
    margin-bottom:18px;
}

.tl-ticket-message{
    max-width:82%;
    padding:14px;
    border-radius:20px 20px 6px 20px;
    border:1px solid rgba(15,23,42,.08);
    background:rgba(255,255,255,.82);
    box-shadow:0 12px 32px rgba(15,23,42,.05);
}

.tl-ticket-message--admin{
    margin-right:auto;
    border-color:rgba(36,87,255,.18);
    background:rgba(239,246,255,.88);
    border-radius:20px 20px 20px 6px;
}

.tl-ticket-message__meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:8px;
    color:#64748b;
    font-size:12px;
    font-weight:850;
}

.tl-ticket-message__meta strong{
    color:#0f172a;
}

.tl-ticket-message__body{
    color:#1f2937;
    line-height:2;
    font-weight:650;
}

.tl-contact-ticket{
    margin-top:22px;
    padding:20px;
    border-radius:24px;
    border:1px solid rgba(15,23,42,.08);
    background:
        radial-gradient(circle at 16% 20%, rgba(36,87,255,.10), transparent 34%),
        linear-gradient(135deg,rgba(255,255,255,.92),rgba(248,250,252,.76));
    box-shadow:0 16px 40px rgba(15,23,42,.06);
}

.tl-contact-ticket h2{
    margin:0;
    color:#0f172a;
}

.tl-contact-ticket p{
    margin:8px 0 16px;
    color:#64748b;
    line-height:1.9;
    font-weight:700;
}

.tl-contact-ticket__login{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    flex-wrap:wrap;
    padding:14px;
    border-radius:18px;
    background:rgba(255,255,255,.72);
}

@media(max-width:720px){
    .tl-ticket-row{
        align-items:flex-start;
        flex-direction:column;
    }

    .tl-ticket-form{
        grid-template-columns:1fr;
    }

    .tl-ticket-message{
        max-width:100%;
    }

    .tl-contact-ticket{
        padding:16px;
    }
}
/* TOPLICENSE_STEP18Z_TICKET_SYSTEM_END */

/* TOPLICENSE_MIDNIGHT_GLASS_CSS_START */
:root{
    color-scheme:light;
}

html[data-tl-theme="dark"]{
    color-scheme:dark;
    --tl-bg:#050816;
    --tl-card:rgba(15,23,42,.54);
    --tl-card-solid:rgba(15,23,42,.82);
    --tl-text:#eef6ff;
    --tl-muted:#a7b3c8;
    --tl-line:rgba(255,255,255,.13);
    --tl-blue:#7dd3fc;
    --tl-cyan:#a78bfa;
    --tl-shadow:0 24px 80px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.06);
}

html[data-tl-theme="dark"] body{
    min-height:100vh;
    color:var(--tl-text);
    background:
        radial-gradient(circle at 10% 3%, rgba(56,189,248,.22), transparent 30%),
        radial-gradient(circle at 88% 10%, rgba(167,139,250,.20), transparent 34%),
        radial-gradient(circle at 50% 105%, rgba(239,68,68,.10), transparent 42%),
        linear-gradient(180deg,#030712 0%,#071024 46%,#050816 100%) !important;
}

html[data-tl-theme="dark"] body::before{
    content:"";
    position:fixed;
    z-index:-1;
    inset:0;
    pointer-events:none;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.030) 1px, transparent 1px);
    background-size:42px 42px;
    mask-image:radial-gradient(circle at 50% 18%, #000 0%, transparent 72%);
    -webkit-mask-image:radial-gradient(circle at 50% 18%, #000 0%, transparent 72%);
    opacity:.42;
}

.tl-menu-user{
    position:relative;
    min-height:64px;
    padding-left:66px !important;
}

.tl-theme-toggle{
    position:absolute;
    left:12px;
    top:12px;
    z-index:2;
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    padding:0;
    border-radius:999px;
    border:1px solid rgba(15,23,42,.10);
    background:
        radial-gradient(circle at 31% 20%,rgba(255,255,255,.72),rgba(255,255,255,0) 38%),
        linear-gradient(145deg,rgba(255,255,255,.94),rgba(248,250,252,.62));
    box-shadow:0 13px 28px rgba(15,23,42,.10), inset 0 1px 0 rgba(255,255,255,.74);
    cursor:pointer;
    overflow:hidden;
    isolation:isolate;
    transform:translateZ(0);
    transition:transform .22s cubic-bezier(.2,.9,.2,1), box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.tl-theme-toggle::before{
    content:"";
    position:absolute;
    inset:4px 7px auto 7px;
    height:15px;
    border-radius:999px;
    background:linear-gradient(180deg,rgba(255,255,255,.70),rgba(255,255,255,0));
    pointer-events:none;
}

.tl-theme-toggle::after{
    content:"";
    position:absolute;
    inset:-46%;
    opacity:0;
    background:conic-gradient(from 90deg,transparent,rgba(125,211,252,.36),rgba(167,139,250,.34),transparent 70%);
    transition:opacity .22s ease, transform .62s cubic-bezier(.2,.9,.2,1);
    pointer-events:none;
}

.tl-theme-toggle:hover{
    transform:translateY(-1px) scale(1.035);
}

.tl-theme-toggle.is-switching::after{
    opacity:1;
    transform:rotate(260deg);
}

.tl-theme-toggle.is-switching{
    transform:scale(1.08) rotate(-10deg);
}

.tl-theme-toggle__orb{
    position:relative;
    z-index:1;
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:999px;
}

.tl-theme-toggle__icon{
    width:30px;
    height:30px;
    object-fit:contain;
    filter:drop-shadow(0 8px 14px rgba(15,23,42,.16));
    transition:opacity .16s ease, transform .26s cubic-bezier(.2,.9,.2,1), filter .22s ease;
}

.tl-theme-toggle__icon.is-out{
    opacity:0;
    transform:scale(.62) rotate(80deg);
}

.tl-theme-toggle__icon.is-in{
    opacity:1;
    transform:scale(1.12) rotate(-8deg);
}

.tl-theme-toggle__text{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}

html[data-tl-theme="dark"] .tl-theme-toggle{
    border-color:rgba(255,255,255,.24);
    background:
        radial-gradient(circle at 31% 20%,rgba(255,255,255,.34),rgba(255,255,255,0) 38%),
        linear-gradient(145deg,rgba(30,41,59,.72),rgba(2,6,23,.56));
    box-shadow:0 18px 40px rgba(0,0,0,.30),0 0 0 1px rgba(255,255,255,.07) inset,0 0 26px rgba(125,211,252,.08);
}

html[data-tl-theme="dark"] .tl-theme-toggle__icon{
    filter:drop-shadow(0 9px 16px rgba(0,0,0,.42));
}

html[data-tl-theme="dark"] :is(.tl-topbar,.tl-drawer,.tl-footer,.tl-search__results,.tl-page-head,.tl-filter-box,.tl-checkout-card,.tl-dashboard-card,.tl-product-show__media,.tl-product-show__info,.tl-rich-section,.tl-static-page,.tl-blog-hero,.tl-blog-card,.tl-blog-show__head,.tl-blog-show__content,.tl-contact-ticket,.tl-ticket-form-card,.tl-ticket-status-card,.tl-payment-layout .tl-checkout-card){
    background:linear-gradient(145deg,rgba(15,23,42,.72),rgba(15,23,42,.38)) !important;
    border-color:rgba(255,255,255,.13) !important;
    box-shadow:0 24px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.09) !important;
    backdrop-filter:blur(22px) saturate(1.22);
    -webkit-backdrop-filter:blur(22px) saturate(1.22);
}

html[data-tl-theme="dark"] .tl-topbar{
    background:linear-gradient(180deg,rgba(4,8,22,.84),rgba(4,8,22,.58)) !important;
}

html[data-tl-theme="dark"] .tl-overlay{
    background:rgba(1,6,18,.58) !important;
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
}

html[data-tl-theme="dark"] :is(.tl-search__input,.tl-filter-box select,.tl-checkout-card input,.tl-checkout-card textarea,.tl-ticket-form input,.tl-ticket-form select,.tl-ticket-form textarea){
    color:#eef6ff !important;
    background:rgba(2,6,23,.42) !important;
    border-color:rgba(255,255,255,.14) !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.07), 0 12px 30px rgba(0,0,0,.14) !important;
}

html[data-tl-theme="dark"] :is(.tl-search__input,.tl-checkout-card input,.tl-checkout-card textarea,.tl-ticket-form input,.tl-ticket-form textarea)::placeholder{
    color:rgba(226,232,240,.58) !important;
}

html[data-tl-theme="dark"] .tl-menu-user,
html[data-tl-theme="dark"] .tl-icon-btn,
html[data-tl-theme="dark"] .tl-drawer__tab,
html[data-tl-theme="dark"] .tl-menu-list > a,
html[data-tl-theme="dark"] .tl-menu-list summary,
html[data-tl-theme="dark"] .tl-menu-parent,
html[data-tl-theme="dark"] .tl-menu-parent__children a,
html[data-tl-theme="dark"] .tl-cart-item,
html[data-tl-theme="dark"] .tl-cart-empty,
html[data-tl-theme="dark"] .tl-dashboard-item,
html[data-tl-theme="dark"] .tl-dashboard-receipt,
html[data-tl-theme="dark"] .tl-ticket-row,
html[data-tl-theme="dark"] .tl-ticket-message,
html[data-tl-theme="dark"] .tl-contact-ticket__login,
html[data-tl-theme="dark"] .tl-plan,
html[data-tl-theme="dark"] .tl-plan-box,
html[data-tl-theme="dark"] .tl-delivery-box,
html[data-tl-theme="dark"] .tl-bank-box > div,
html[data-tl-theme="dark"] .tl-status-grid > div{
    color:#eaf2ff !important;
    background:linear-gradient(145deg,rgba(30,41,59,.62),rgba(15,23,42,.34)) !important;
    border-color:rgba(255,255,255,.13) !important;
    box-shadow:0 14px 42px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08) !important;
    backdrop-filter:blur(18px) saturate(1.16);
    -webkit-backdrop-filter:blur(18px) saturate(1.16);
}

html[data-tl-theme="dark"] .tl-drawer__tab.is-active{
    color:#020617 !important;
    background:linear-gradient(135deg,rgba(125,211,252,.95),rgba(167,139,250,.86)) !important;
    box-shadow:0 16px 36px rgba(125,211,252,.16), inset 0 1px 0 rgba(255,255,255,.35) !important;
}

html[data-tl-theme="dark"] .tl-menu-parent > summary::after{
    background:rgba(125,211,252,.13) !important;
    color:#7dd3fc !important;
}

html[data-tl-theme="dark"] .tl-product-card{
    background:
        linear-gradient(160deg,rgba(30,41,59,.56),rgba(15,23,42,.30)),
        radial-gradient(circle at 22% 0%,rgba(125,211,252,.13),transparent 40%) !important;
    border-color:rgba(255,255,255,.14) !important;
    box-shadow:0 20px 62px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08) !important;
    backdrop-filter:blur(18px) saturate(1.18);
    -webkit-backdrop-filter:blur(18px) saturate(1.18);
}

html[data-tl-theme="dark"] .tl-product-card:hover{
    border-color:rgba(125,211,252,.30) !important;
    box-shadow:0 26px 76px rgba(0,0,0,.40),0 0 32px rgba(125,211,252,.10),inset 0 1px 0 rgba(255,255,255,.12) !important;
}

html[data-tl-theme="dark"] :is(.tl-product-card__image-wrap,.tl-product-card__image,.tl-product-show__placeholder,.tl-cart-item__image,.tl-search-item img,.tl-search-item__ph,.tl-blog-card__image,.tl-blog-card__placeholder){
    background:linear-gradient(145deg,rgba(30,41,59,.66),rgba(15,23,42,.42)) !important;
    border-color:rgba(255,255,255,.10) !important;
}

html[data-tl-theme="dark"] .tl-product-card__body{
    background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(2,6,23,.22)) !important;
}

html[data-tl-theme="dark"] .tl-product-card__hover{
    background:linear-gradient(180deg,rgba(2,6,23,.18),rgba(2,6,23,.72)) !important;
}

html[data-tl-theme="dark"] .tl-trust-strip{
    gap:14px;
}

html[data-tl-theme="dark"] .tl-trust-item{
    position:relative;
    overflow:hidden;
    min-height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px 999px 999px 34px;
    color:#ecfeff !important;
    text-shadow:0 1px 0 rgba(0,0,0,.18);
    background:
        radial-gradient(circle at 28% 18%,rgba(255,255,255,.45),rgba(255,255,255,0) 32%),
        linear-gradient(145deg,rgba(125,211,252,.30),rgba(167,139,250,.19) 52%,rgba(15,23,42,.36)) !important;
    border:1px solid rgba(255,255,255,.22) !important;
    box-shadow:0 18px 42px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.26),inset 0 -18px 38px rgba(2,6,23,.16) !important;
    backdrop-filter:blur(18px) saturate(1.25);
    -webkit-backdrop-filter:blur(18px) saturate(1.25);
}

html[data-tl-theme="dark"] .tl-trust-item::before{
    content:"";
    position:absolute;
    inset:-35% auto auto -14%;
    width:72%;
    aspect-ratio:1;
    border-radius:999px;
    background:radial-gradient(circle,rgba(255,255,255,.18),transparent 58%);
    pointer-events:none;
}

html[data-tl-theme="dark"] .tl-trust-item::after{
    content:"";
    position:absolute;
    inset:auto 18% 8px 24%;
    height:10px;
    border-radius:999px;
    background:rgba(255,255,255,.16);
    filter:blur(4px);
    pointer-events:none;
}

html[data-tl-theme="dark"] .tl-trust-item strong{
    position:relative;
    z-index:1;
    font-weight:950;
}

html[data-tl-theme="dark"] :is(.tl-brand__text,.tl-section__head h2,.tl-page-head h1,.tl-product-show__info h1,.tl-dashboard-card h2,.tl-blog-hero h1,.tl-blog-card h2 a,.tl-blog-show__head h1,.tl-blog-show__content :is(h2,h3,h4),.tl-contact-ticket h2,.tl-ticket-message__meta strong,.tl-ticket-form label,.tl-static-page h1){
    color:#f8fbff !important;
}

html[data-tl-theme="dark"] :is(.tl-product-card__title,.tl-cart-item__title,.tl-plan strong,.tl-checkout-item strong,.tl-dashboard-order-row strong,.tl-dashboard-fields strong,.tl-dashboard-receipt strong,.tl-menu-parent > summary,.tl-menu-parent--link,.tl-product-show__category-chip strong,.tl-search-item strong){
    color:#eef6ff !important;
}

html[data-tl-theme="dark"] :is(.tl-product-card__plan,.tl-cart-item__plan,.tl-rich,.tl-product-show__short,.tl-checkout-card label,.tl-blog-hero p,.tl-blog-card p,.tl-blog-show__head p,.tl-blog-show__content,.tl-ticket-message__body,.tl-contact-ticket p,.tl-ticket-row small,.tl-ticket-status-card span,.tl-search-item span,.tl-menu-parent__children a){
    color:var(--tl-muted) !important;
}

html[data-tl-theme="dark"] :is(.tl-product-card__price,.tl-cart-item__price,.tl-cart-total strong,.tl-checkout-item b,.tl-checkout-total strong,.tl-bank-box strong,.tl-status-grid strong,.tl-dashboard-order-row em,.tl-dashboard-item > b){
    color:#5eead4 !important;
}

html[data-tl-theme="dark"] :is(.tl-section__head a,.tl-support-link,.tl-dashboard-card__head a,.tl-blog-card__more,.tl-blog-show__back,.tl-product-show__category-chip:hover strong){
    color:#7dd3fc !important;
}

html[data-tl-theme="dark"] .tl-btn--primary,
html[data-tl-theme="dark"] .tl-add-cart-form button,
html[data-tl-theme="dark"] .tl-plan__buy button,
html[data-tl-theme="dark"] .tl-checkout-submit{
    color:#020617 !important;
    background:linear-gradient(135deg,#7dd3fc,#a78bfa) !important;
    box-shadow:0 16px 38px rgba(125,211,252,.16), inset 0 1px 0 rgba(255,255,255,.30) !important;
}

html[data-tl-theme="dark"] .tl-btn--primary:hover,
html[data-tl-theme="dark"] .tl-add-cart-form button:hover,
html[data-tl-theme="dark"] .tl-plan__buy button:hover,
html[data-tl-theme="dark"] .tl-checkout-submit:hover{
    box-shadow:0 20px 48px rgba(125,211,252,.22),0 0 22px rgba(167,139,250,.13),inset 0 1px 0 rgba(255,255,255,.38) !important;
}

html[data-tl-theme="dark"] .tl-cart-qty{
    background:rgba(2,6,23,.30) !important;
    border-color:rgba(255,255,255,.12) !important;
}

html[data-tl-theme="dark"] .tl-cart-qty__value,
html[data-tl-theme="dark"] .tl-cart-qty__btn{
    color:#f8fbff !important;
    background:rgba(15,23,42,.46) !important;
}

html[data-tl-theme="dark"] .tl-cart-qty__btn--plus{
    color:#5eead4 !important;
}

html[data-tl-theme="dark"] .tl-cart-qty__btn--minus{
    color:#fca5a5 !important;
}

html[data-tl-theme="dark"] .tl-cart-remove-btn{
    background:rgba(127,29,29,.22) !important;
    border-color:rgba(248,113,113,.22) !important;
}

html[data-tl-theme="dark"] .tl-flash{
    background:rgba(34,197,94,.12) !important;
    color:#bbf7d0 !important;
    border-color:rgba(34,197,94,.26) !important;
}

html[data-tl-theme="dark"] .tl-flash--error{
    background:rgba(239,68,68,.14) !important;
    color:#fecaca !important;
    border-color:rgba(239,68,68,.28) !important;
}

html[data-tl-theme="dark"] :is(.tl-empty,.tl-menu-empty,.tl-blog-empty,.tl-ticket-alert,.tl-tracking-code){
    color:var(--tl-muted) !important;
    background:rgba(15,23,42,.38) !important;
    border-color:rgba(255,255,255,.13) !important;
}

html[data-tl-theme="dark"] :is(.tl-product-show__badges span,.tl-product-show__category-chip,.tl-ticket-badge){
    color:#dbeafe !important;
    background:linear-gradient(145deg,rgba(30,41,59,.52),rgba(15,23,42,.32)) !important;
    border-color:rgba(255,255,255,.13) !important;
    box-shadow:0 10px 28px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.09) !important;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
}

html[data-tl-theme="dark"] .tl-product-show__support{
    background:linear-gradient(145deg,rgba(30,41,59,.52),rgba(15,23,42,.30)) !important;
    border-color:rgba(255,255,255,.13) !important;
}

html[data-tl-theme="dark"] .tl-hero-slider{
    box-shadow:0 26px 84px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.08) !important;
    border:1px solid rgba(255,255,255,.10);
}

html[data-tl-theme="dark"] .tl-hero-slide__btn{
    background:linear-gradient(135deg,rgba(125,211,252,.28),rgba(167,139,250,.16)) !important;
    border-color:rgba(255,255,255,.24) !important;
    box-shadow:0 16px 38px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.25) !important;
}

@media(max-width:640px){
    .tl-theme-toggle{
        left:10px;
        top:10px;
        width:42px;
        height:42px;
    }

    .tl-menu-user{
        padding-left:60px !important;
    }

    html[data-tl-theme="dark"] .tl-trust-item{
        min-height:52px;
        border-radius:999px 999px 999px 28px;
    }
}
/* TOPLICENSE_MIDNIGHT_GLASS_CSS_END */

/* TOPLICENSE_THEME_ICON_CONTRAST_PATCH_START */
/*
  فقط اصلاح کنتراست پس‌زمینه پشت آیکون دکمه تم.
  بدون تغییر Blade، بدون تغییر JS، بدون بازنویسی Midnight Glass.
*/

/* حالت لایت: پشت آیکون تیره باشد تا آیکون روشن/خورشید بهتر دیده شود */
html[data-tl-theme="light"] .tl-theme-toggle .tl-theme-toggle__orb{
    background:
        radial-gradient(circle at 32% 22%, rgba(255,255,255,.26), rgba(255,255,255,0) 38%),
        linear-gradient(145deg, rgba(15,23,42,.96), rgba(30,41,59,.88)) !important;
    border:1px solid rgba(255,255,255,.18) !important;
    box-shadow:
        0 12px 24px rgba(15,23,42,.24),
        inset 0 1px 0 rgba(255,255,255,.20),
        inset 0 -10px 22px rgba(0,0,0,.22) !important;
}

/* حالت میدنایت: پشت آیکون روشن باشد تا آیکون ماه واضح‌تر دیده شود */
html[data-tl-theme="dark"] .tl-theme-toggle .tl-theme-toggle__orb{
    background:
        radial-gradient(circle at 30% 18%, rgba(255,255,255,.92), rgba(255,255,255,.38) 42%, rgba(255,255,255,.18) 70%),
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(226,232,240,.78)) !important;
    border:1px solid rgba(255,255,255,.62) !important;
    box-shadow:
        0 12px 28px rgba(0,0,0,.30),
        0 0 18px rgba(125,211,252,.16),
        inset 0 1px 0 rgba(255,255,255,.82),
        inset 0 -10px 22px rgba(15,23,42,.08) !important;
}

/* حالت سیستم: خنثی و دوحالته؛ مستقل از اینکه سیستم الان روشن یا تیره resolve شده باشد */
html[data-tl-theme-mode="system"] .tl-theme-toggle .tl-theme-toggle__orb{
    background:
        radial-gradient(circle at 50% 18%, rgba(255,255,255,.72), rgba(255,255,255,0) 36%),
        linear-gradient(135deg, rgba(15,23,42,.92) 0%, rgba(15,23,42,.92) 48%, rgba(255,255,255,.90) 52%, rgba(226,232,240,.88) 100%) !important;
    border:1px solid rgba(148,163,184,.42) !important;
    box-shadow:
        0 12px 26px rgba(15,23,42,.22),
        inset 0 1px 0 rgba(255,255,255,.34),
        inset 0 -8px 18px rgba(15,23,42,.10) !important;
}

/* کمی شارپ‌تر شدن خود آیکون روی پس‌زمینه‌های جدید */
.tl-theme-toggle .tl-theme-toggle__icon{
    filter:
        drop-shadow(0 2px 3px rgba(0,0,0,.28))
        drop-shadow(0 8px 14px rgba(15,23,42,.16)) !important;
}
/* TOPLICENSE_THEME_ICON_CONTRAST_PATCH_END */
