/* ==========================================================================
   Themeve Market 2 — main stylesheet
   ========================================================================== */

:root{
	--tv-primary:#009935;--tv-primary-rgb:0,153,53;--tv-primary-dark:#00792a;--tv-primary-soft:#e6f5eb;
	--tv-secondary:#22c55e;--tv-secondary-rgb:34,197,94;
	--tv-accent:#ff6b35;--tv-accent-dark:#e55a2b;--tv-accent-rgb:255,107,53;
	--tv-dark:#0b1033;
	--tv-ink:#211716;--tv-text:#4a5578;--tv-mut:#6b7593;--tv-mut2:#9aa3bd;
	--tv-line:#e8eaf3;--tv-line2:#f0f2f8;--tv-bg:#f7f8fc;--tv-card:#fff;
	--tv-ok:#12b76a;--tv-ok-soft:#e8f9f0;--tv-err:#ef4444;--tv-warn:#f59e0b;--tv-star:#fdb022;
	--tv-wa:#22c55e;
	--tv-r:12px;--tv-r-lg:16px;--tv-ratio:4 / 3;--tv-container:1320px;--tv-logo-h:38px;
	--tv-font:"Inter","Hind Siliguri",system-ui,-apple-system,"Segoe UI",sans-serif;
	--tv-font-h:"Jost","Inter","Hind Siliguri",system-ui,sans-serif;
	--tv-grad:linear-gradient(100deg,var(--tv-secondary),var(--tv-primary));
	--tv-sh-sm:0 1px 2px rgba(14,21,55,.05),0 1px 3px rgba(14,21,55,.04);
	--tv-sh:0 16px 40px -18px rgba(14,21,55,.22);
	--tv-sh-lg:0 30px 70px -24px rgba(14,21,55,.3);
	--tv-header-h:78px;
	--tv-stick:0px;
	--tv-soft1:color-mix(in srgb,var(--tv-primary) 7%,#fff);
	--tv-soft2:color-mix(in srgb,var(--tv-secondary) 6%,#fff);
}

/* ---------- Base ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;font-family:var(--tv-font);font-size:15px;line-height:1.6;color:var(--tv-text);background:var(--tv-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
img,svg,video{max-width:100%;height:auto;display:block}
a{color:var(--tv-primary);text-decoration:none;transition:color .15s}
a:hover{color:var(--tv-primary-dark)}
h1,h2,h3,h4,h5,h6{font-family:var(--tv-font-h);color:var(--tv-ink);line-height:1.2;margin:0 0 .5em;font-weight:700;letter-spacing:-.01em}
p{margin:0 0 1em}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
ins{text-decoration:none}
[hidden]{display:none!important}
::selection{background:rgba(var(--tv-primary-rgb),.18)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.tv-skip{position:absolute;left:-999px;top:8px;z-index:9999;background:#fff;padding:10px 16px;border-radius:8px}
.tv-skip:focus{left:8px}
:focus-visible{outline:2px solid var(--tv-primary);outline-offset:2px}
.tv-ic{flex:none}
.tv-container{width:100%;max-width:calc(var(--tv-container) + 48px);margin:0 auto;padding:0 24px}
.tv-narrow{max-width:860px}
.tv-mt{margin-top:28px}.tv-mb{margin-bottom:24px}
.tv-grad-text{background:var(--tv-grad);-webkit-background-clip:text;background-clip:text;color:transparent}

/* ---------- Buttons ---------- */
.tv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 22px;border-radius:999px;border:1.5px solid transparent;background:var(--tv-primary);color:#fff;font-weight:600;font-size:14.5px;line-height:1;white-space:nowrap;text-decoration:none;cursor:pointer;transition:transform .15s,box-shadow .25s,background .25s,border-color .2s,color .2s,background-position .4s}
.tv-btn:hover{color:#fff;transform:translateY(-1px)}
.tv-btn:active{transform:translateY(0)}
.tv-btn--primary{background:var(--tv-grad);background-size:150% 100%;background-position:0 0;border:0;box-shadow:0 12px 26px -12px rgba(var(--tv-primary-rgb),.75)}
.tv-btn--primary:hover{background-position:100% 0;box-shadow:0 16px 32px -12px rgba(var(--tv-primary-rgb),.85)}
.tv-btn--accent{background:var(--tv-accent);box-shadow:0 10px 22px -10px rgba(var(--tv-accent-rgb),.7)}
.tv-btn--accent:hover{background:var(--tv-accent-dark)}
.tv-btn--outline{background:#fff;border-color:color-mix(in srgb,var(--tv-primary) 45%,var(--tv-line));color:var(--tv-primary)}
.tv-btn--outline:hover{background:var(--tv-primary);border-color:var(--tv-primary);color:#fff}
.tv-btn--ghost{background:#fff;border-color:var(--tv-line);color:var(--tv-ink)}
.tv-btn--ghost:hover{border-color:var(--tv-ink);color:var(--tv-ink)}
.tv-btn--soft{background:var(--tv-primary-soft);color:var(--tv-primary)}
.tv-btn--soft:hover{background:var(--tv-primary);color:#fff}
.tv-btn--glass{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25);color:#fff;backdrop-filter:blur(8px)}
.tv-btn--glass:hover{background:rgba(255,255,255,.2)}
.tv-btn--white{background:#fff;color:var(--tv-ink);box-shadow:0 10px 24px -12px rgba(0,0,0,.3)}
.tv-btn--white:hover{color:var(--tv-primary)}
.tv-btn--whatsapp{background:var(--tv-wa);box-shadow:0 8px 20px -8px rgba(34,197,94,.6)}
.tv-btn--whatsapp:hover{background:#16a34a}
.tv-btn--sm{min-height:38px;padding:0 16px;font-size:13.5px}
.tv-btn--lg{min-height:54px;padding:0 28px;font-size:15.5px}
.tv-btn--block{width:100%}
.tv-btn em{font-style:normal;font-size:12px;opacity:.75}
.tv-btn.is-loading{pointer-events:none;opacity:.75}
.tv-btn.is-loading::after{content:"";width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:tv-spin .7s linear infinite}
@keyframes tv-spin{to{transform:rotate(360deg)}}
.tv-icon-btn{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1.5px solid var(--tv-line);background:#fff;color:var(--tv-ink);cursor:pointer;transition:.15s;flex:none}
.tv-icon-btn:hover{border-color:var(--tv-primary);color:var(--tv-primary)}

/* ---------- Price, badges, stars ---------- */
.tv-price{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:2px 8px;font-weight:700;color:var(--tv-ink);line-height:1.2;font-family:var(--tv-font-h)}
.tv-price ins{font-size:1.12em}
.tv-price del{color:var(--tv-mut2);font-weight:500;font-size:.82em;font-family:var(--tv-font)}
.tv-price small{font-size:.7em;font-weight:500;color:var(--tv-mut);font-family:var(--tv-font)}
.tv-price-sep{color:var(--tv-mut2);font-weight:500}
.tv-save{display:inline-block;font-size:11.5px;font-weight:700;color:var(--tv-ok);background:var(--tv-ok-soft);padding:2px 8px;border-radius:999px;margin-top:4px}
.tv-badge{display:inline-flex;align-items:center;gap:3px;padding:5px 10px;border-radius:999px;font-size:11.5px;font-weight:700;line-height:1.1;color:#fff;background:var(--tv-ink);box-shadow:0 6px 14px -6px rgba(0,0,0,.35)}
.tv-badge--sale{background:var(--tv-accent)}
.tv-badge--hot{background:linear-gradient(100deg,#ff4d6d,#ff7a45)}
.tv-badge--new{background:var(--tv-grad)}
.tv-badge--best{background:linear-gradient(100deg,#10b981,#0ea5a4)}
.tv-badge--limited{background:linear-gradient(100deg,#8b5cf6,#d946ef)}
.tv-stars{position:relative;display:inline-flex;vertical-align:middle;line-height:0}
.tv-stars-bg,.tv-stars-fg{display:inline-flex;gap:1px}
.tv-stars-bg{color:#e1e4ee}
.tv-stars-bg svg{fill:currentColor;stroke:none}
.tv-stars-fg{position:absolute;inset:0;width:var(--r);overflow:hidden;color:var(--tv-star)}
.tv-stars-fg svg{fill:currentColor;stroke:none}
.tv-count{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--tv-accent);color:#fff;font-size:10.5px;font-weight:700;font-style:normal;line-height:1}
.tv-count--inline{margin-left:2px;background:var(--tv-primary)}
.tv-pay{display:inline-flex;align-items:center;padding:4px 10px;border-radius:8px;font-size:11.5px;font-weight:800;color:var(--c);background:#fff;border:1.5px solid color-mix(in srgb,var(--c) 28%,transparent);letter-spacing:.01em}
.tv-eyebrow{display:inline-flex;align-items:center;gap:7px;margin:0 0 10px;padding:5px 13px;border-radius:999px;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--tv-primary-soft);color:var(--tv-primary)}
.tv-eyebrow--light{background:rgba(255,255,255,.14);color:#fff}
.tv-eyebrow--hot{background:#fff1f2;color:#e11d48}
.tv-live-dot{width:8px;height:8px;border-radius:50%;background:#12b76a;box-shadow:0 0 0 0 rgba(18,183,106,.6);animation:tv-live 1.6s infinite}
@keyframes tv-live{70%{box-shadow:0 0 0 8px rgba(18,183,106,0)}100%{box-shadow:0 0 0 0 rgba(18,183,106,0)}}

/* ---------- Top bar ---------- */
.tv-topbar{position:relative;background:linear-gradient(100deg,var(--tv-dark),color-mix(in srgb,var(--tv-primary) 45%,var(--tv-dark)) 60%,color-mix(in srgb,var(--tv-secondary) 35%,var(--tv-dark)));color:#d9ddf0;font-size:13px}
.tv-topbar-in{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:40px}
.tv-topbar-msg{display:flex;align-items:center;gap:9px;margin:0;min-width:0}
.tv-topbar-ic{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.14);color:#ffd166;flex:none}
.tv-topbar-msg>span:nth-child(2){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tv-topbar-msg a{display:inline-flex;align-items:center;gap:4px;color:#fff;font-weight:600;white-space:nowrap;padding:3px 10px;border-radius:999px;background:rgba(255,255,255,.12)}
.tv-topbar-msg a:hover{background:rgba(255,255,255,.22);color:#fff}
.tv-topbar-links{display:flex;align-items:center;gap:20px;flex:none}
.tv-topbar-links>a{display:inline-flex;align-items:center;gap:6px;color:#d9ddf0}
.tv-topbar-links>a:hover{color:#fff}
.tv-cur{display:inline-flex;background:rgba(255,255,255,.1);border-radius:999px;padding:2px}
.tv-cur button{border:0;background:none;color:#c3c9e0;font-size:12px;font-weight:700;padding:3px 10px;border-radius:999px}
.tv-cur button.is-active{background:#fff;color:var(--tv-ink)}

/* ---------- Header ---------- */
.tv-header{position:relative;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:saturate(1.6) blur(14px);-webkit-backdrop-filter:saturate(1.6) blur(14px);border-bottom:1px solid var(--tv-line2);transition:box-shadow .25s}
.tvm-sticky .tv-header{position:sticky;top:0}
.admin-bar.tvm-sticky .tv-header{top:32px}
.tv-header.is-scrolled{box-shadow:0 12px 34px -18px rgba(14,21,55,.28)}
.tv-header-in{display:flex;align-items:center;gap:24px;min-height:var(--tv-header-h);transition:min-height .2s}
.tv-header.is-scrolled .tv-header-in{min-height:68px}
.tv-burger{display:none;border:0;background:none;padding:6px;margin-left:-6px;color:var(--tv-ink)}
.tv-logo{display:inline-flex;align-items:center;gap:10px;flex:none;color:var(--tv-ink);font-family:var(--tv-font-h);font-weight:700;font-size:25px;letter-spacing:-.02em}
.tv-logo:hover{color:var(--tv-ink)}
.tv-logo img{height:var(--tv-logo-h);width:auto;max-width:220px;object-fit:contain}
.tv-logo-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--tv-grad);color:#fff;box-shadow:0 10px 20px -8px rgba(var(--tv-primary-rgb),.7)}
.tv-logo--light,.tv-logo--light:hover{color:#fff}

.tv-nav{display:flex;align-items:center;gap:4px;flex:1;min-width:0}
.tv-nav>:first-child{margin-left:auto}
.tv-nav>:last-child{margin-right:auto}
.tv-menu{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0;min-width:0}
.tv-menu>li{position:relative}
.tv-menu>li>a,.tv-allcats-btn{display:flex;align-items:center;gap:6px;padding:0 14px;height:42px;border-radius:999px;border:0;background:none;color:var(--tv-ink);font-weight:500;font-size:15px;white-space:nowrap;transition:.15s}
.tv-menu>li>a:hover,.tv-menu>li.current-menu-item>a,.tv-menu>li.current-menu-ancestor>a,.tv-allcats-btn:hover,.tv-allcats.is-open .tv-allcats-btn{color:var(--tv-primary);background:var(--tv-primary-soft)}
.tv-menu>li.menu-item-has-children>a::after{content:"";width:6px;height:6px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg) translateY(-2px);margin-left:3px;opacity:.55}
.tv-menu .sub-menu{position:absolute;left:0;top:calc(100% + 10px);min-width:230px;list-style:none;margin:0;padding:8px;background:#fff;border:1px solid var(--tv-line);border-radius:var(--tv-r-lg);box-shadow:var(--tv-sh-lg);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:60}
.tv-menu .sub-menu::before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}
.tv-menu>li:hover>.sub-menu,.tv-menu>li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.tv-menu .sub-menu a{display:block;padding:9px 12px;border-radius:10px;color:var(--tv-text);font-size:14.5px}
.tv-menu .sub-menu a:hover{background:var(--tv-bg);color:var(--tv-primary)}
.tv-menu>li.tv-more>a::after{display:none}
.tv-menu>li.tv-more .sub-menu{left:auto;right:0}
.tv-menu>li.tv-more .sub-menu .sub-menu{position:static;opacity:inherit;visibility:inherit;transform:none;box-shadow:none;border:0;padding:0 0 0 12px;min-width:0}
.tv-nav.is-measuring .tv-menu{visibility:hidden}
.tv-navdeal{display:inline-flex;align-items:center;gap:6px;flex:none;margin-left:4px;padding:0 14px;height:38px;border-radius:999px;background:linear-gradient(100deg,#fff0e8,#ffe7ef);color:#e8364f;font-weight:600;font-size:14px}
.tv-navdeal:hover{color:#c81e3a}
.tv-navdeal .tv-ic{animation:tv-flame 1.6s ease-in-out infinite}
@keyframes tv-flame{50%{transform:scale(1.15) rotate(-6deg)}}

/* Mega menu */
.tv-allcats{position:static}
.tv-allcats-btn .tv-ic:last-child{transition:transform .2s;opacity:.6}
.tv-allcats.is-open .tv-allcats-btn .tv-ic:last-child{transform:rotate(180deg)}
.tv-mega{position:absolute;left:0;right:0;top:100%;padding-top:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:70}
.tv-allcats.is-open .tv-mega{opacity:1;visibility:visible;transform:none}
.tv-mega-in{max-width:calc(var(--tv-container) - 40px);margin:0 auto;display:grid;grid-template-columns:290px 1fr;background:#fff;border:1px solid var(--tv-line);border-radius:22px;box-shadow:var(--tv-sh-lg);overflow:hidden}
.tv-mega-list{list-style:none;margin:0;padding:12px;background:var(--tv-bg);border-right:1px solid var(--tv-line);max-height:70vh;overflow:auto}
.tv-mega-list a{display:flex;align-items:center;gap:11px;padding:9px 10px;border-radius:12px;color:var(--tv-ink);font-size:14.5px}
.tv-mega-list a>span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#fff;color:var(--c);box-shadow:var(--tv-sh-sm)}
.tv-mega-list a b{font-weight:600;flex:1}
.tv-mega-list a em{font-style:normal;font-size:12px;color:var(--tv-mut2)}
.tv-mega-list li.is-active a{background:#fff;box-shadow:var(--tv-sh-sm)}
.tv-mega-list li.is-active a>span{background:var(--c);color:#fff}
.tv-mega-panes{padding:22px 26px}
.tv-mega-pane{display:none}
.tv-mega-pane.is-active{display:block;animation:tv-fade .2s}
@keyframes tv-fade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
.tv-mega-pane-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:14px}
.tv-mega-pane-head b{font-family:var(--tv-font-h);font-size:19px;color:var(--tv-ink)}
.tv-mega-pane-head a{display:inline-flex;align-items:center;gap:4px;font-size:13.5px;font-weight:600}
.tv-mega-subs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.tv-mega-subs a{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid var(--tv-line);border-radius:999px;font-size:13.5px;font-weight:500;color:var(--tv-text)}
.tv-mega-subs a:hover{border-color:var(--tv-primary);color:var(--tv-primary)}
.tv-mega-subs em{font-style:normal;color:var(--tv-mut2);font-size:12px}
.tv-mega-picks{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.tv-mini{display:flex;flex-direction:column;gap:10px;padding:8px;border-radius:16px;border:1px solid var(--tv-line2);color:var(--tv-ink);transition:.2s}
.tv-mini:hover{color:var(--tv-ink);border-color:var(--tv-line);box-shadow:var(--tv-sh)}
.tv-mini-img{width:100%;aspect-ratio:4/3;border-radius:11px;overflow:hidden;background:var(--tv-line2)}
.tv-mini-img img{width:100%;height:100%;object-fit:cover}
.tv-mini-img .tv-ph{height:100%}
.tv-mini-txt{display:flex;flex-direction:column;gap:3px;min-width:0;padding:0 4px 4px}
.tv-mini-txt b{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tv-mini-txt .tv-price{font-size:14px}

/* Actions */
.tv-actions{display:flex;align-items:center;gap:8px;flex:none;margin-left:auto}
.tv-hbtn{position:relative;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:1px solid var(--tv-line);background:#fff;color:var(--tv-ink);transition:.2s;flex:none}
.tv-hbtn:hover{color:var(--tv-primary);border-color:color-mix(in srgb,var(--tv-primary) 40%,var(--tv-line));background:var(--tv-primary-soft)}
.tv-hbtn .tv-count{position:absolute;top:-4px;right:-4px;height:20px;min-width:20px;border:2px solid #fff;background:var(--tv-grad)}
.tv-signin{display:inline-flex;align-items:center;gap:7px;padding:0 10px;height:44px;color:var(--tv-ink);font-weight:500;font-size:15px}
.tv-signin:hover{color:var(--tv-primary)}
.tv-header-cta{min-height:46px;padding:0 24px}
.tv-acc{position:relative}
.tv-acc-btn{display:flex;align-items:center;gap:10px;padding:4px 12px 4px 4px;border-radius:999px;border:1px solid var(--tv-line);background:#fff;color:var(--tv-ink);text-align:left;transition:.2s}
.tv-acc-btn:hover{border-color:color-mix(in srgb,var(--tv-primary) 40%,var(--tv-line))}
.tv-acc-av img{width:36px;height:36px;border-radius:50%;display:block;object-fit:cover;background:var(--tv-line2)}
.tv-acc-txt{display:flex;flex-direction:column;line-height:1.2}
.tv-acc-txt small{font-size:11.5px;color:var(--tv-mut)}
.tv-acc-txt b{font-size:14px;font-weight:600;white-space:nowrap;max-width:110px;overflow:hidden;text-overflow:ellipsis}
.tv-acc-chev{color:var(--tv-mut);transition:.2s}
.tv-acc.is-open .tv-acc-chev{transform:rotate(180deg)}
.tv-dropdown{position:absolute;right:0;top:calc(100% + 10px);min-width:250px;background:#fff;border:1px solid var(--tv-line);border-radius:18px;box-shadow:var(--tv-sh-lg);padding:8px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s;z-index:60}
.tv-acc.is-open .tv-dropdown{opacity:1;visibility:visible;transform:none}
.tv-dropdown-head{display:flex;align-items:center;gap:10px;padding:10px 10px 12px;margin-bottom:6px;border-bottom:1px solid var(--tv-line2)}
.tv-dropdown-head img{border-radius:50%;width:44px;height:44px}
.tv-dropdown-head span{display:flex;flex-direction:column;min-width:0;line-height:1.35}
.tv-dropdown-head b{color:var(--tv-ink);font-size:14.5px}
.tv-dropdown-head em{font-style:normal;font-size:12.5px;color:var(--tv-mut);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tv-dropdown a{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:10px;color:var(--tv-text);font-size:14px}
.tv-dropdown a:hover{background:var(--tv-bg);color:var(--tv-ink)}
.tv-dropdown .tv-ic{color:var(--tv-mut)}
.tv-dropdown-out{border-top:1px solid var(--tv-line2);margin-top:4px;border-radius:0 0 10px 10px!important;color:var(--tv-err)!important}
.tv-dropdown-out .tv-ic{color:var(--tv-err)!important}

/* Search panel */
.tv-searchpanel{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--tv-line2);box-shadow:0 30px 50px -30px rgba(14,21,55,.35);padding:22px 0 24px;opacity:0;transform:translateY(-8px);transition:.22s}
.tv-searchpanel.is-open{opacity:1;transform:none}
.tv-searchpanel .tv-container{position:relative;max-width:900px}
.tv-search{position:relative;display:flex;align-items:center;height:60px;padding:0 7px 0 0;background:var(--tv-bg);border:1.5px solid var(--tv-line);border-radius:999px;transition:border-color .2s,box-shadow .2s,background .2s}
.tv-search:focus-within{background:#fff;border-color:var(--tv-primary);box-shadow:0 0 0 5px rgba(var(--tv-primary-rgb),.1)}
.tv-search-cat{position:relative;display:flex;align-items:center;height:100%;border-right:1.5px solid var(--tv-line);flex:none}
.tv-search-cat select{appearance:none;-webkit-appearance:none;border:0;background:none;height:100%;padding:0 36px 0 22px;font-size:14px;font-weight:600;color:var(--tv-ink);cursor:pointer;max-width:190px;outline:0}
.tv-search-cat .tv-ic{position:absolute;right:14px;pointer-events:none;color:var(--tv-mut)}
.tv-search input[type=search]{flex:1;min-width:0;height:100%;border:0;background:none;padding:0 16px;font-size:15px;outline:0;color:var(--tv-ink)}
.tv-search input::placeholder{color:var(--tv-mut2)}
.tv-search-btn{min-height:46px}
.tv-search-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:14px 0 0;font-size:13px;padding-left:10px}
.tv-search-tags span{color:var(--tv-mut);font-weight:600}
.tv-search-tags a{padding:5px 12px;border-radius:999px;background:var(--tv-bg);color:var(--tv-text);border:1px solid var(--tv-line2)}
.tv-search-tags a:hover{border-color:var(--tv-primary);color:var(--tv-primary)}
.tv-searchpanel-x{position:absolute;right:-40px;top:9px;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:0;background:var(--tv-bg);color:var(--tv-ink)}
.tv-searchpanel-x:hover{background:var(--tv-line)}
input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}

.tv-search-drop{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--tv-line);border-radius:18px;box-shadow:var(--tv-sh-lg);padding:8px;z-index:50;max-height:70vh;overflow:auto;text-align:left}
.tv-sd-cats{display:flex;flex-wrap:wrap;gap:6px;padding:6px 6px 10px;border-bottom:1px solid var(--tv-line2);margin-bottom:6px}
.tv-sd-cats a{font-size:12.5px;font-weight:600;background:var(--tv-primary-soft);color:var(--tv-primary);padding:4px 10px;border-radius:999px}
.tv-sd-item{display:flex;align-items:center;gap:12px;padding:8px;border-radius:12px;color:var(--tv-ink)}
.tv-sd-item:hover,.tv-sd-item.is-active{background:var(--tv-bg);color:var(--tv-ink)}
.tv-sd-item img,.tv-sd-noimg{width:56px;height:42px;border-radius:9px;object-fit:cover;flex:none;background:var(--tv-line2)}
.tv-sd-item b{display:block;font-size:14px;font-weight:600;line-height:1.3}
.tv-sd-item em{font-style:normal;font-size:12px;color:var(--tv-mut)}
.tv-sd-item .tv-price{font-size:13.5px;margin-left:auto;flex:none}
.tv-sd-all{display:block;text-align:center;padding:10px;margin-top:4px;border-top:1px solid var(--tv-line2);font-weight:600;font-size:13.5px}
.tv-sd-empty{padding:18px;text-align:center;color:var(--tv-mut);margin:0}

/* ---------- Sections ---------- */
.tv-main{min-height:50vh}
.tv-sec{position:relative;padding:44px 0}
.tv-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:28px}
.tv-sec-title{font-size:clamp(24px,2.6vw,36px);font-weight:700;margin:0;letter-spacing:-.015em}
.tv-sec-sub{margin:6px 0 0;color:var(--tv-mut);font-size:15.5px}
.tv-sec-link{display:inline-flex;align-items:center;gap:6px;flex:none;font-weight:600;font-size:14px;padding:10px 18px;border-radius:999px;background:#fff;border:1px solid var(--tv-line);color:var(--tv-ink);transition:.2s}
.tv-sec-link:hover{border-color:var(--tv-primary);color:#fff;background:var(--tv-primary)}
.tv-sec-link .tv-ic{transition:transform .2s}
.tv-sec-link:hover .tv-ic{transform:translateX(3px)}
.tv-more-wrap{text-align:center;margin-top:32px}

/* ---------- Hero ---------- */
.tv-hero{position:relative;overflow:hidden;padding:64px 0 40px;isolation:isolate;background:linear-gradient(180deg,var(--tv-soft1) 0%,var(--tv-soft2) 55%,var(--tv-bg) 100%)}
.tv-hero-bg{position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(var(--tv-primary-rgb),.06) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--tv-primary-rgb),.06) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(ellipse at 50% 30%,#000 30%,transparent 75%);mask-image:radial-gradient(ellipse at 50% 30%,#000 30%,transparent 75%)}
.tv-hero-bg i{position:absolute;border-radius:50%;filter:blur(70px)}
.tv-hero-bg .b1{width:460px;height:460px;left:-140px;top:-160px;background:rgba(var(--tv-primary-rgb),.22)}
.tv-hero-bg .b2{width:420px;height:420px;right:-120px;top:40px;background:rgba(var(--tv-secondary-rgb),.24)}
.tv-hero-bg .b3{width:300px;height:300px;left:40%;bottom:-160px;background:rgba(var(--tv-accent-rgb),.12)}
.tv-hero-in{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.tv-hero-eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 20px;padding:6px 16px 6px 6px;border-radius:999px;background:#fff;border:1px solid var(--tv-line);box-shadow:var(--tv-sh-sm);font-size:13.5px;font-weight:600;color:var(--tv-ink)}
.tv-hero-eyebrow span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--tv-grad);color:#fff}
.tv-hero h1{font-size:clamp(34px,4.6vw,62px);line-height:1.08;letter-spacing:-.025em;font-weight:700;margin:0 0 20px}
.tv-hero-lead{font-size:clamp(15.5px,1.4vw,18px);line-height:1.7;color:var(--tv-text);margin:0 0 30px;max-width:600px}
.tv-hero-search{position:relative;display:flex;align-items:center;max-width:640px;height:66px;padding:0 8px 0 0;background:#fff;border-radius:999px;border:1px solid var(--tv-line);box-shadow:0 26px 60px -26px rgba(var(--tv-primary-rgb),.45)}
.tv-hs-cat{position:relative;display:flex;align-items:center;height:100%;flex:none;border-right:1px solid var(--tv-line)}
.tv-hs-cat select{appearance:none;-webkit-appearance:none;border:0;background:none;height:100%;padding:0 38px 0 26px;font-size:14px;font-weight:600;color:var(--tv-ink);cursor:pointer;max-width:190px;outline:0}
.tv-hs-cat .tv-ic{position:absolute;right:14px;pointer-events:none;color:var(--tv-mut)}
.tv-hero-search input[type=search]{flex:1;min-width:0;height:100%;border:0;outline:0;background:none;padding:0 16px;font-size:15.5px;color:var(--tv-ink)}
.tv-hero-search .tv-btn{min-height:50px}
.tv-hero-tags{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:18px 0 0;font-size:13px}
.tv-hero-tags span{color:var(--tv-mut);font-weight:600}
.tv-hero-tags a{color:var(--tv-text);padding:5px 13px;border-radius:999px;background:rgba(255,255,255,.75);border:1px solid var(--tv-line)}
.tv-hero-tags a:hover{border-color:var(--tv-primary);color:var(--tv-primary)}
.tv-hero-btns{display:flex;flex-wrap:wrap;gap:12px}
.tv-hero-proof{display:flex;align-items:center;flex-wrap:wrap;gap:14px 18px;margin-top:34px;font-size:14px;color:var(--tv-mut);line-height:1.4}
.tv-hero-proof b{color:var(--tv-ink);font-family:var(--tv-font-h);font-size:17px}
.tv-hero-proof em{display:inline-flex;align-items:center;gap:6px;font-style:normal;font-size:12.5px}
.tv-hero-avs{display:flex}
.tv-hero-avs i{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;border:3px solid #fff;background:var(--c);color:#fff;font-style:normal;font-weight:700;font-size:14px;margin-left:-10px;box-shadow:0 6px 14px -6px rgba(0,0,0,.3)}
.tv-hero-avs i:first-child{margin-left:0}
.tv-hero-pays{display:flex;gap:6px;padding-left:18px;border-left:1px solid var(--tv-line)}
.tv-hero-visual{position:relative}
.tv-collage{position:relative;height:500px;max-width:560px;margin-left:auto}
.tv-col-card{position:absolute;display:flex;flex-direction:column;background:#fff;border-radius:20px;padding:10px;box-shadow:0 34px 70px -28px rgba(14,21,55,.45);color:var(--tv-ink);transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.tv-col-card:hover{color:var(--tv-ink)}
.tv-col-img{display:block;aspect-ratio:4/3;border-radius:13px;overflow:hidden;background:var(--tv-line2)}
.tv-col-img img{width:100%;height:100%;object-fit:cover}
.tv-col-img .tv-ph{height:100%}
.tv-col-info{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 6px 4px}
.tv-col-info b{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tv-col-info .tv-price{font-size:14px;flex:none}
.tv-col-card--0{width:70%;left:15%;top:40px;z-index:3}
.tv-col-card--1{width:48%;left:0;top:250px;z-index:4;transform:rotate(-5deg)}
.tv-col-card--2{width:46%;right:0;top:0;z-index:2;transform:rotate(5deg)}
.tv-col-card--0:hover{transform:translateY(-8px)}
.tv-col-card--1:hover{transform:rotate(-3deg) translateY(-8px)}
.tv-col-card--2:hover{transform:rotate(3deg) translateY(-8px)}
.tv-float{position:absolute;z-index:6;display:inline-flex;align-items:center;gap:10px;padding:10px 16px 10px 10px;border-radius:16px;background:rgba(255,255,255,.96);backdrop-filter:blur(8px);box-shadow:0 20px 40px -16px rgba(14,21,55,.35);animation:tv-bob 5s ease-in-out infinite}
.tv-float>i{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;color:#fff;background:var(--tv-grad)}
.tv-float span{display:flex;flex-direction:column;line-height:1.25}
.tv-float b{font-size:14px;color:var(--tv-ink)}
.tv-float em{font-style:normal;font-size:12px;color:var(--tv-mut)}
.tv-float--1{right:-6px;top:230px;animation-delay:-1.5s}
.tv-float--1>i{background:linear-gradient(135deg,#10b981,#0ea5a4)}
.tv-float--2{left:-10px;top:10px;animation-delay:-3s}
.tv-float--2>i{background:linear-gradient(135deg,#ff7a45,#ff4d6d)}
.tv-float--3{right:40px;bottom:6px}
@keyframes tv-bob{50%{transform:translateY(-9px)}}
.tv-slider{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--tv-sh-lg);aspect-ratio:4/3;background:#fff}
.tv-slides,.tv-slide{position:absolute;inset:0}
.tv-slide{opacity:0;transition:opacity .6s}
.tv-slide.is-active{opacity:1;z-index:1}
.tv-slide img{width:100%;height:100%;object-fit:cover}
.tv-dots{position:absolute;left:0;right:0;bottom:14px;z-index:2;display:flex;justify-content:center;gap:7px}
.tv-dots button{width:8px;height:8px;border-radius:999px;border:0;padding:0;background:rgba(255,255,255,.55);transition:.25s}
.tv-dots button.is-active{width:26px;background:#fff}


/* Hero showcase */
.tv-show{position:relative;max-width:560px;margin-left:auto;padding:10px 0 90px 40px}
.tv-show-info{display:none!important}
.tv-show-main{display:block;background:#fff;border-radius:22px;padding:10px;box-shadow:0 40px 80px -36px rgba(var(--tv-primary-rgb),.55),0 0 0 1px rgba(0,0,0,.04);color:var(--tv-ink);transition:transform .4s cubic-bezier(.2,.8,.2,1)}
.tv-show-main:hover{color:var(--tv-ink);transform:translateY(-6px)}
.tv-show-bar{display:flex;align-items:center;gap:6px;padding:4px 6px 10px}
.tv-show-bar i{width:10px;height:10px;border-radius:50%;background:#ff5f57}
.tv-show-bar i:nth-child(2){background:#febc2e}.tv-show-bar i:nth-child(3){background:#28c840}
.tv-show-bar em{flex:1;margin-left:10px;padding:3px 12px;border-radius:999px;background:var(--tv-bg);font-style:normal;font-size:11.5px;color:var(--tv-mut);text-align:center}
.tv-show-img{display:block;aspect-ratio:16/10;border-radius:14px;overflow:hidden;background:var(--tv-line2)}
.tv-show-img img{width:100%;height:100%;object-fit:cover}
.tv-show-img .tv-ph{height:100%}
.tv-show-info{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 8px 4px}
.tv-show-info b{font-size:15.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tv-show-info .tv-price{flex:none;font-size:17px;color:var(--tv-primary)}
.tv-show-list{position:absolute;left:-10px;bottom:0;width:270px;padding:12px;border-radius:18px;background:#fff;box-shadow:0 30px 60px -24px rgba(0,0,0,.28);z-index:3;animation:tv-bob 6s ease-in-out infinite}
.tv-show-list p{display:flex;align-items:center;gap:6px;margin:0 0 6px;padding:0 4px;font-size:12.5px;font-weight:700;color:var(--tv-accent);text-transform:uppercase;letter-spacing:.04em}
.tv-show-list a{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:6px 4px;border-radius:10px;color:var(--tv-ink)}
.tv-show-list a:hover{background:var(--tv-bg);color:var(--tv-ink)}
.tv-show-list .tv-sl-img{display:block;width:40px;height:40px;border-radius:9px;overflow:hidden;background:var(--tv-line2)}
.tv-show-list a img{width:100%;height:100%;object-fit:cover}
.tv-show-list a b{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tv-show-list .tv-price{font-size:12.5px}
.tv-show-list .tv-price del,.tv-show-list .tv-price small{display:none}
.tv-float--order{right:-16px;top:-6px;animation-delay:-2s}
.tv-float--order>i{background:linear-gradient(135deg,#10b981,#059669)}
.tv-float--order b{font-size:13px}
.tv-float--secure{right:-14px;bottom:90px;animation-delay:-4s}
.tv-float--secure>i{background:var(--tv-grad)}
.tv-hero-strip{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr) 1.3fr;gap:10px;margin-top:44px;padding:14px;border-radius:24px;background:rgba(255,255,255,.85);backdrop-filter:blur(10px);border:1px solid var(--tv-line);box-shadow:0 24px 50px -32px rgba(0,0,0,.25)}
.tv-hero-strip>div{display:flex;align-items:center;gap:12px;padding:8px 12px}
.tv-hero-strip>div+div{border-left:1px solid var(--tv-line2)}
.tv-hero-strip span:not(.tv-hero-pays):not(.tv-pay){display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:var(--tv-primary-soft);color:var(--tv-primary);flex:none}
.tv-hero-strip p{margin:0;display:flex;flex-direction:column;line-height:1.25}
.tv-hero-strip b{font-family:var(--tv-font-h);font-size:21px;color:var(--tv-ink)}
.tv-hero-strip em{font-style:normal;font-size:13px;color:var(--tv-mut)}
.tv-hero-strip-pay{justify-content:center;flex-wrap:wrap}
.tv-hero-strip .tv-hero-pays{display:flex;gap:6px;border:0;padding:0;width:auto}
@media (max-width:1023px){
	.tv-show{margin:0 auto;padding:10px 20px 50px 30px}
	.tv-hero-strip{grid-template-columns:1fr 1fr;margin-top:30px}
	.tv-hero-strip>div:nth-child(3){border-left:0}
	.tv-hero-strip-pay{grid-column:1/-1;border-left:0!important;border-top:1px solid var(--tv-line2)}
}
@media (max-width:767px){
	.tv-hero{padding:28px 0 26px}
	.tv-show{padding:6px 0 0}
	.tv-show-list{display:none}
	.tv-float--order{right:-4px;top:-14px;padding:6px 10px 6px 6px}
	.tv-float--order>i{width:26px;height:26px}
	.tv-float--order b{font-size:11.5px}.tv-float--order em{font-size:10.5px}
	.tv-float--secure{display:none}
	.tv-show-info b{font-size:14px}
	.tv-hero-strip{padding:8px;gap:0;border-radius:18px;margin-top:22px}
	.tv-hero-strip>div{padding:8px 6px;gap:8px}
	.tv-hero-strip span:not(.tv-hero-pays):not(.tv-pay){width:38px;height:38px;border-radius:11px}
	.tv-hero-strip b{font-size:17px}
	.tv-hero-strip em{font-size:11.5px}
	.tv-hero-strip-pay em{display:none}
}

/* Ticker */
.tv-ticker-wrap{position:relative;z-index:2;overflow:hidden;margin:-40px 0 0;padding:14px 0 18px}
.tv-ticker{position:relative;overflow:hidden;background:var(--tv-grad);color:#fff;padding:16px 0;transform:rotate(-1.2deg);margin:0 -20px;box-shadow:0 20px 40px -24px rgba(var(--tv-primary-rgb),.8);z-index:2}
.tv-ticker-track{display:flex;width:max-content;animation:tv-marquee 38s linear infinite}
.tv-ticker-track>div{display:flex;align-items:center;flex:none}
.tv-ticker span{font-family:var(--tv-font-h);font-size:clamp(17px,1.7vw,22px);font-weight:600;white-space:nowrap;padding:0 22px}
.tv-ticker i{font-style:normal;opacity:.7;font-size:16px}
.tv-ticker:hover .tv-ticker-track{animation-play-state:paused}
@keyframes tv-marquee{to{transform:translateX(-50%)}}

/* ---------- Categories ---------- */
.tv-cats{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px}
.tv-cat{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px;padding:26px 16px 22px;background:#fff;border:1px solid var(--tv-line);border-radius:22px;color:var(--tv-ink);overflow:hidden;transition:transform .3s,box-shadow .3s,border-color .3s;isolation:isolate}
.tv-cat::before{content:"";position:absolute;inset:auto -30% -60% -30%;height:120%;background:radial-gradient(circle at 50% 100%,color-mix(in srgb,var(--c) 18%,transparent),transparent 60%);opacity:0;transition:.35s;z-index:-1}
.tv-cat:hover{color:var(--tv-ink);transform:translateY(-6px);box-shadow:var(--tv-sh);border-color:color-mix(in srgb,var(--c) 35%,var(--tv-line))}
.tv-cat:hover::before{opacity:1}
.tv-cat-ic{display:grid;place-items:center;width:68px;height:68px;border-radius:20px;margin-bottom:12px;color:var(--c);background:color-mix(in srgb,var(--c) 11%,#fff);transition:.3s}
.tv-cat:hover .tv-cat-ic{background:var(--c);color:#fff;transform:rotate(-6deg) scale(1.05)}
.tv-cat-name{font-family:var(--tv-font-h);font-weight:600;font-size:17px;line-height:1.3}
.tv-cat-count{font-size:13px;color:var(--tv-mut)}
.tv-carousel--cats .tv-car-track{grid-auto-columns:calc((100% - 100px) / 6)}

/* ---------- Product cards ---------- */
.tv-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.tv-grid--c3{grid-template-columns:repeat(3,minmax(0,1fr))}
.tv-grid.is-loading{opacity:.4;pointer-events:none;transition:opacity .2s}
.tv-grid-empty{grid-column:1/-1;text-align:center;color:var(--tv-mut);padding:40px 0}
.tv-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--tv-line);border-radius:20px;padding:10px;transition:transform .3s,box-shadow .3s,border-color .3s;min-width:0}
.tv-card:hover{transform:translateY(-6px);box-shadow:0 26px 50px -26px rgba(14,21,55,.35);border-color:transparent}
.tv-card-media{position:relative;border-radius:14px;overflow:hidden;background:var(--tv-line2)}
.tv-card-img{display:block;aspect-ratio:var(--tv-ratio)}
.tv-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1)}
.tv-card:hover .tv-card-img img{transform:scale(1.06)}
.tv-card-badges{position:absolute;left:10px;top:10px;display:flex;flex-wrap:wrap;gap:5px;z-index:2;pointer-events:none}
.tv-card-wish{position:absolute;right:10px;top:10px;z-index:2;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;border:0;background:rgba(255,255,255,.95);color:var(--tv-ink);box-shadow:0 6px 16px -6px rgba(0,0,0,.3);transition:.2s}
.tv-card-wish:hover{color:#ef4444;transform:scale(1.08)}
.tv-card-wish.is-on{color:#fff;background:#ef4444}
.tv-card-wish.is-on svg{fill:currentColor}
.tv-card-wish.is-busy{opacity:.6}
.tv-card-demo{position:absolute;left:50%;bottom:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:999px;background:rgba(14,21,55,.82);backdrop-filter:blur(6px);color:#fff;font-size:13px;font-weight:600;transform:translate(-50%,12px);opacity:0;transition:.3s;white-space:nowrap}
.tv-card-demo:hover{color:#fff;background:var(--tv-primary)}
.tv-card:hover .tv-card-demo{opacity:1;transform:translate(-50%,0)}
.tv-ph{display:grid;place-items:center;width:100%;height:100%;color:#fff;background:linear-gradient(135deg,var(--c,var(--tv-primary)),color-mix(in srgb,var(--c,var(--tv-primary)) 55%,#0b1033))}
.tv-card-body{display:flex;flex-direction:column;flex:1;padding:14px 6px 4px}
.tv-card-title{font-family:var(--tv-font);font-size:16px;font-weight:600;line-height:1.4;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em;letter-spacing:0}
.tv-card-title a{color:var(--tv-ink)}
.tv-card-title a:hover{color:var(--tv-primary)}
.tv-card-price{margin-bottom:14px}
.tv-card-price .tv-price{font-size:20px;color:var(--tv-primary)}
.tv-card-price .tv-price del{color:var(--tv-mut2)}
.tv-card-price .tv-price small{color:var(--tv-mut)}
.tv-card-foot{display:flex;align-items:center;gap:8px;margin-top:auto}
.tv-card-go{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;border:1.5px solid var(--tv-line);background:#fff;color:var(--tv-ink);flex:none;transition:.25s}
.tv-card-go:hover{border-color:var(--tv-primary);color:var(--tv-primary);background:var(--tv-primary-soft)}
.tv-card-go.is-added{background:var(--tv-ok)!important;border-color:var(--tv-ok);color:#fff}
.tv-card-go.is-loading,.tv-card-buy.is-loading{opacity:.6;pointer-events:none}
.tv-card-buy{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:44px;padding:0 14px;border:0;border-radius:12px;background:var(--tv-primary);color:#fff;font-weight:600;font-size:14.5px;white-space:nowrap;transition:background .2s,transform .15s,box-shadow .2s}
.tv-card-buy:hover{background:var(--tv-primary-dark);color:#fff;box-shadow:0 10px 20px -10px rgba(var(--tv-primary-rgb),.8)}
/* List view */
.tv-grid--list{grid-template-columns:1fr!important;gap:16px}
.tv-grid--list .tv-card{flex-direction:row;gap:20px;align-items:stretch}
.tv-grid--list .tv-card-media{width:300px;flex:none}
.tv-grid--list .tv-card-img{height:100%}
.tv-grid--list .tv-card-body{padding:10px 10px 6px 0}
.tv-grid--list .tv-card-title{font-size:19px;min-height:0}
.tv-grid--list .tv-card-meta{justify-content:flex-start}

/* Carousel */
.tv-carousel{position:relative}
.tv-car-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 72px) / 4);gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:8px 4px 24px;margin:-8px -4px -24px;overscroll-behavior-x:contain}
.tv-car-track::-webkit-scrollbar{display:none}
.tv-car-track>*{scroll-snap-align:start}
.tv-car-nav{position:absolute;top:calc(50% - 30px);z-index:3;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;border:1px solid var(--tv-line);background:#fff;color:var(--tv-ink);box-shadow:var(--tv-sh);transition:.2s}
.tv-car-nav:hover{background:var(--tv-primary);color:#fff;border-color:var(--tv-primary)}
.tv-car-nav[disabled]{opacity:0;pointer-events:none}
.tv-car-prev{left:-22px}.tv-car-next{right:-22px}

/* Product tabs */
.tv-sec-head--tabs{align-items:center;flex-wrap:wrap}
.tv-ptabs{display:flex;gap:6px;padding:5px;border-radius:999px;background:#fff;border:1px solid var(--tv-line);overflow-x:auto;scrollbar-width:none;max-width:100%}
.tv-ptabs::-webkit-scrollbar{display:none}
.tv-ptabs button{flex:none;border:0;background:none;padding:9px 18px;border-radius:999px;font-weight:500;font-size:14px;color:var(--tv-text);transition:.2s}
.tv-ptabs button:hover{color:var(--tv-primary)}
.tv-ptabs button.is-active{background:var(--tv-grad);color:#fff;box-shadow:0 8px 18px -10px rgba(var(--tv-primary-rgb),.8)}

/* Dark section */
.tv-sec--dark{background:var(--tv-dark);padding:72px 0;margin:30px 0;overflow:hidden;isolation:isolate}
.tv-dark-bg{position:absolute;inset:0;z-index:-1;background-image:radial-gradient(rgba(255,255,255,.07) 1px,transparent 1px);background-size:24px 24px}
.tv-dark-bg i{position:absolute;border-radius:50%;filter:blur(90px)}
.tv-dark-bg i:first-child{width:500px;height:500px;left:-160px;top:-240px;background:rgba(var(--tv-primary-rgb),.5)}
.tv-dark-bg i:last-child{width:420px;height:420px;right:-120px;bottom:-240px;background:rgba(var(--tv-secondary-rgb),.35)}
.tv-sec--dark .tv-sec-title{color:#fff}
.tv-sec--dark .tv-sec-sub{color:#aab2cf}
.tv-sec--dark .tv-sec-link{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#fff}
.tv-sec--dark .tv-sec-link:hover{background:#fff;color:var(--tv-ink)}
.tv-sec--dark .tv-card{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.09);backdrop-filter:blur(6px)}
.tv-sec--dark .tv-card:hover{background:rgba(255,255,255,.09);box-shadow:0 30px 60px -30px rgba(0,0,0,.8)}
.tv-sec--dark .tv-card-title a,.tv-sec--dark .tv-price{color:#fff}
.tv-sec--dark .tv-card-by,.tv-sec--dark .tv-card-meta{color:#9aa3c4}
.tv-sec--dark .tv-card-by a{color:#cfd5ee}
.tv-sec--dark .tv-card-type{background:rgba(255,255,255,.1);color:#d6dcf5}
.tv-sec--dark .tv-card-foot{border-color:rgba(255,255,255,.08)}
.tv-sec--dark .tv-card-go{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#fff}
.tv-sec--dark .tv-card-price .tv-price{color:#fff}
.tv-sec--dark .tv-stars-bg{color:rgba(255,255,255,.18)}
.tv-sec--dark .tv-car-nav{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.16);color:#fff}

/* Featured split */
.tv-featured{display:grid;grid-template-columns:360px minmax(0,1fr);gap:24px;align-items:stretch}
.tv-featured-intro{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:34px 30px;border-radius:24px;overflow:hidden;color:#e7e9ff;background:var(--tv-grad);isolation:isolate}
.tv-fi-shape{position:absolute;right:-90px;bottom:-90px;width:260px;height:260px;border-radius:50%;border:36px solid rgba(255,255,255,.12);z-index:-1}
.tv-fi-shape::after{content:"";position:absolute;left:-150px;top:-230px;width:150px;height:150px;border-radius:50%;background:rgba(255,255,255,.1)}
.tv-featured-intro h2{color:#fff;font-size:clamp(26px,2.6vw,36px);margin:4px 0 12px}
.tv-featured-intro p{color:rgba(255,255,255,.85);margin:0 0 22px}
.tv-fi-stats{display:flex;gap:26px;list-style:none;margin:0 0 26px;padding:0}
.tv-fi-stats li{display:flex;flex-direction:column}
.tv-fi-stats b{font-family:var(--tv-font-h);font-size:28px;color:#fff;line-height:1.1}
.tv-fi-stats span{font-size:13px;color:rgba(255,255,255,.75)}
.tv-featured-intro .tv-btn{margin-top:auto}
.tv-carousel--featured .tv-car-track{grid-auto-columns:calc((100% - 48px) / 3)}

/* Stats */
.tv-stats{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;align-items:center;padding:44px;border-radius:28px;background:#fff;border:1px solid var(--tv-line);box-shadow:var(--tv-sh-sm);position:relative;overflow:hidden}
.tv-stats::before{content:"";position:absolute;left:-120px;top:-120px;width:320px;height:320px;border-radius:50%;background:rgba(var(--tv-primary-rgb),.07)}
.tv-stats-text{position:relative}
.tv-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.tv-stat{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"ic num" "ic lbl";align-items:center;column-gap:14px;padding:20px;border-radius:20px;background:var(--tv-bg);border:1px solid var(--tv-line2)}
.tv-stat>span{grid-area:ic;display:grid;place-items:center;width:54px;height:54px;border-radius:16px;color:var(--c);background:color-mix(in srgb,var(--c) 12%,#fff)}
.tv-stat b{grid-area:num;font-family:var(--tv-font-h);font-size:30px;color:var(--tv-ink);line-height:1.1;font-weight:700}
.tv-stat>i{display:none}
.tv-stat em{grid-area:lbl;font-style:normal;font-size:13.5px;color:var(--tv-mut)}

/* ---------- Promos ---------- */
.tv-promos{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.tv-promos--1{grid-template-columns:1fr}
.tv-promos--3{grid-template-columns:repeat(3,1fr)}
.tv-promo{position:relative;display:flex;align-items:center;gap:16px;min-height:210px;padding:30px 32px;border-radius:24px;overflow:hidden;color:#fff;background:linear-gradient(120deg,color-mix(in srgb,var(--c) 90%,#000) 0%,var(--c) 55%,color-mix(in srgb,var(--c) 70%,#fff) 130%);isolation:isolate;transition:transform .3s,box-shadow .3s}
.tv-promo:hover{color:#fff;transform:translateY(-4px);box-shadow:0 24px 50px -22px color-mix(in srgb,var(--c) 80%,#000)}
.tv-promo-text{position:relative;z-index:1;display:flex;flex-direction:column;gap:6px;max-width:66%}
.tv-promo-text em{font-style:normal;font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.85}
.tv-promo-text b{font-family:var(--tv-font-h);font-size:clamp(20px,2vw,26px);line-height:1.2;font-weight:700}
.tv-promo-text>span{font-size:14.5px;opacity:.88}
.tv-promo-btn{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-top:10px;padding:9px 16px;border-radius:999px;background:#fff;color:var(--c);font-style:normal;font-weight:600;font-size:13.5px;transition:gap .2s}
.tv-promo:hover .tv-promo-btn{gap:10px}
.tv-promo-img{position:absolute;right:-6%;bottom:-8%;width:46%;border-radius:14px;overflow:hidden;transform:rotate(-6deg);box-shadow:0 20px 40px -12px rgba(0,0,0,.45)}
.tv-promo-art{position:absolute;inset:0;z-index:-1}
.tv-promo-art span{position:absolute;border-radius:50%;border:28px solid rgba(255,255,255,.1)}
.tv-promo-art span:first-child{width:260px;height:260px;right:-60px;top:-80px}
.tv-promo-art span:last-child{width:160px;height:160px;right:90px;bottom:-90px;border-width:18px;border-color:rgba(255,255,255,.08)}

/* ---------- Deal ---------- */
.tv-deal{padding:32px;border-radius:28px;background:linear-gradient(135deg,#fff5ee 0%,#fff0f4 50%,var(--tv-soft2) 100%);border:1px solid #fde4d6}
.tv-deal-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:24px}
.tv-countdown{display:flex;gap:8px}
.tv-countdown span{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:68px;padding:10px 8px;border-radius:16px;background:var(--tv-dark);color:#fff;box-shadow:0 10px 20px -10px rgba(11,16,51,.6)}
.tv-countdown b{font-family:var(--tv-font-h);font-size:26px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums}
.tv-countdown em{font-style:normal;font-size:11px;color:#9aa3bd;margin-top:4px;text-transform:uppercase;letter-spacing:.06em}

/* ---------- Features ---------- */
.tv-features{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.tv-feature{position:relative;padding:28px 24px;border-radius:22px;background:#fff;border:1px solid var(--tv-line);transition:.3s;overflow:hidden}
.tv-feature::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--tv-grad);transform:scaleX(0);transform-origin:left;transition:.35s}
.tv-feature:hover{transform:translateY(-5px);box-shadow:var(--tv-sh)}
.tv-feature:hover::after{transform:none}
.tv-feature-ic{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;margin-bottom:18px;color:#fff;background:var(--tv-grad);box-shadow:0 14px 26px -12px rgba(var(--tv-primary-rgb),.8)}
.tv-feature h3{font-size:19px;margin-bottom:8px}
.tv-feature p{margin:0;color:var(--tv-mut);font-size:14.5px}

/* ---------- Recent orders table ---------- */
.tv-ro-head{text-align:center;margin-bottom:26px}
.tv-ro-head .tv-sec-title span{color:var(--tv-primary)}
.tv-ro-divider{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:14px;color:var(--tv-ink)}
.tv-ro-divider i{flex:1;max-width:520px;height:8px;background:radial-gradient(circle at 4px 4px,transparent 3px,var(--tv-line) 3.5px,transparent 4.5px) 0 0/8px 8px repeat-x;opacity:.9}
.tv-ro-divider span{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:var(--tv-primary-soft);color:var(--tv-primary)}
.tv-otable-wrap{background:#fff;border:1px solid var(--tv-line);border-radius:18px;overflow:hidden;box-shadow:0 20px 50px -36px rgba(0,0,0,.35)}
.tv-otable{width:100%;border-collapse:collapse;font-size:14.5px}
.tv-otable th{padding:17px 18px;text-align:left;font-family:var(--tv-font-h);font-weight:600;font-size:15px;color:#fff;background:var(--tv-primary);white-space:nowrap}
.tv-otable th .tv-ic{display:inline-block;vertical-align:-2px;margin-right:4px;opacity:.9}
.tv-otable th+th,.tv-otable td+td{border-left:1px solid var(--tv-line2)}
.tv-otable th+th{border-left-color:rgba(255,255,255,.18)}
.tv-otable td{padding:15px 18px;border-top:1px solid var(--tv-line2);vertical-align:middle}
.tv-otable tbody tr:nth-child(even) td{background:#f9fafb}
.tv-otable tbody tr:hover td{background:var(--tv-primary-soft)}
.tv-ot-who{display:flex;align-items:center;gap:8px;color:var(--tv-ink)}
.tv-ot-who b{font-weight:600;white-space:nowrap}
.tv-ot-prod{display:flex;align-items:center;gap:8px;color:var(--tv-primary);min-width:0;max-width:340px}
.tv-ot-prod .tv-ic{color:var(--tv-ink)}
.tv-ot-prod b{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tv-ot-prod em{font-style:normal;font-size:12px;font-weight:600;color:var(--tv-primary);background:var(--tv-primary-soft);padding:1px 7px;border-radius:999px}
.tv-ot-prod:hover b{text-decoration:underline}
.tv-ot-time{display:inline-flex;align-items:center;gap:6px;color:var(--tv-ink);white-space:nowrap;font-size:14px}
.tv-ot-status{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:7px;font-size:13px;font-weight:600;white-space:nowrap;background:#12c94b;color:#fff;box-shadow:0 6px 14px -8px rgba(18,201,75,.9)}
.tv-ot-status--processing{background:#2563eb;box-shadow:0 6px 14px -8px rgba(37,99,235,.9)}
.tv-ot-status--on-hold{background:#f59e0b;box-shadow:0 6px 14px -8px rgba(245,158,11,.9)}
.tv-ot-amt{font-family:var(--tv-font-h);font-size:15.5px;color:var(--tv-ink);white-space:nowrap}
.tv-ot-act{text-align:center}
.tv-ot-buy{display:inline-flex;align-items:center;padding:8px 14px;border-radius:7px;background:#ffcd00;color:#211716;font-weight:600;font-size:13.5px;white-space:nowrap;transition:.2s}
.tv-ot-buy:hover{background:#ffb800;color:#211716;transform:translateY(-1px)}

/* ---------- Reviews row ---------- */
.tv-reviews-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.tv-review-card{position:relative;margin:0;display:flex;flex-direction:column;gap:14px;padding:26px;border-radius:22px;background:#fff;border:1px solid var(--tv-line);transition:.3s}
.tv-review-card::before{content:"\201C";position:absolute;right:22px;top:6px;font-family:Georgia,serif;font-size:80px;line-height:1;color:rgba(var(--tv-primary-rgb),.12)}
.tv-review-card:hover{box-shadow:var(--tv-sh);transform:translateY(-4px)}
.tv-review-card blockquote{margin:0;color:var(--tv-text);font-size:15px;flex:1}
.tv-review-card figcaption{display:flex;align-items:center;gap:10px;padding-top:14px;border-top:1px solid var(--tv-line2)}
.tv-review-card figcaption img{border-radius:50%}
.tv-review-card figcaption span{display:flex;flex-direction:column;line-height:1.35;min-width:0}
.tv-review-card figcaption b{color:var(--tv-ink);font-size:14.5px}
.tv-review-card figcaption a{font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* ---------- FAQ ---------- */
.tv-faq-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:start}
.tv-faq-side{position:sticky;top:calc(var(--tv-stick) + 30px)}
.tv-faq-side .tv-sec-sub{margin-bottom:26px}
.tv-faq-help{position:relative;padding:26px;border-radius:24px;overflow:hidden;background:var(--tv-dark);color:#b9c0da;isolation:isolate}
.tv-faq-help::before{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:50%;background:rgba(var(--tv-primary-rgb),.5);filter:blur(50px);z-index:-1}
.tv-faq-help>span{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;background:var(--tv-grad);color:#fff;margin-bottom:14px}
.tv-faq-help b{display:block;color:#fff;font-family:var(--tv-font-h);font-size:20px;margin-bottom:4px}
.tv-faq-help p{margin:0 0 18px;font-size:14.5px}
.tv-faq-help--wide{margin-top:24px}
.tv-faq{display:flex;flex-direction:column;gap:12px}
.tv-faq-item{background:#fff;border:1px solid var(--tv-line);border-radius:18px;transition:border-color .2s,box-shadow .2s}
.tv-faq-item[open]{border-color:transparent;box-shadow:0 20px 40px -24px rgba(var(--tv-primary-rgb),.45);background:linear-gradient(#fff,#fff) padding-box,var(--tv-grad) border-box;border:1px solid transparent}
.tv-faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 22px;cursor:pointer;list-style:none;font-weight:600;color:var(--tv-ink);font-size:16px}
.tv-faq-item summary::-webkit-details-marker{display:none}
.tv-faq-item summary i{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--tv-bg);color:var(--tv-primary);flex:none;transition:.25s}
.tv-faq-item[open] summary i{transform:rotate(45deg);background:var(--tv-grad);color:#fff}
.tv-faq-a{padding:0 22px 20px;color:var(--tv-mut)}
.tv-faq-a p:last-child{margin:0}

/* ---------- Blog cards ---------- */
.tv-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.tv-post,.tv-post-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--tv-line);border-radius:22px;padding:10px;transition:.3s;min-width:0}
.tv-post:hover,.tv-post-card:hover{transform:translateY(-5px);box-shadow:var(--tv-sh)}
.tv-post-img{position:relative;display:block;aspect-ratio:16/10;border-radius:15px;overflow:hidden;background:var(--tv-line2)}
.tv-post-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.tv-post:hover .tv-post-img img,.tv-post-card:hover .tv-post-img img{transform:scale(1.05)}
.tv-post-cat{position:absolute;left:12px;top:12px;padding:5px 12px;border-radius:999px;background:#fff;color:var(--tv-primary);font-size:12px;font-weight:600}
.tv-post-body{padding:16px 10px 10px;display:flex;flex-direction:column;flex:1}
.tv-post-body h3,.tv-post-body h2{font-size:19px;line-height:1.35;margin-bottom:8px}
.tv-post-body h3 a,.tv-post-body h2 a{color:var(--tv-ink)}
.tv-post-body h3 a:hover,.tv-post-body h2 a:hover{color:var(--tv-primary)}
.tv-post-body>p:not(.tv-post-meta){color:var(--tv-mut);font-size:14.5px}
.tv-post-meta{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--tv-mut);margin:0 0 8px}
.tv-post-more{display:inline-flex;align-items:center;gap:6px;margin-top:auto;font-weight:600;font-size:14px}
.tv-post-hero{margin-bottom:24px;border-radius:var(--tv-r-lg);overflow:hidden}
.tv-comments{margin-top:40px}

/* ---------- Support cards ---------- */
.tv-support{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.tv-support--1{grid-template-columns:1fr}
.tv-sup{position:relative;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"ic txt" "ic btn";align-items:start;gap:6px 22px;padding:34px;border-radius:26px;overflow:hidden;isolation:isolate;color:rgba(255,255,255,.85);background:var(--tv-grad)}
.tv-sup--1{background:linear-gradient(120deg,var(--tv-dark),color-mix(in srgb,var(--tv-primary) 55%,var(--tv-dark)))}
.tv-sup-shape{position:absolute;right:-70px;bottom:-90px;width:250px;height:250px;border-radius:50%;border:34px solid rgba(255,255,255,.1);z-index:-1}
.tv-sup-ic{grid-area:ic;display:grid;place-items:center;width:66px;height:66px;border-radius:20px;background:rgba(255,255,255,.16);color:#fff}
.tv-sup>div{grid-area:txt}
.tv-sup h3{color:#fff;font-size:clamp(20px,2vw,26px);margin:0 0 6px}
.tv-sup p{margin:0 0 12px}
.tv-sup .tv-btn{grid-area:btn;justify-self:start}

/* ---------- SEO content & CTA ---------- */
.tv-seo{position:relative;padding:32px 36px;border-radius:24px;background:#fff;border:1px solid var(--tv-line)}
.tv-seo .tv-sec-title{margin-bottom:12px}
.tv-seo-body{color:var(--tv-mut)}
.tv-seo.is-collapsed .tv-seo-body{max-height:130px;overflow:hidden;-webkit-mask-image:linear-gradient(#000 40%,transparent);mask-image:linear-gradient(#000 40%,transparent)}
.tv-seo-more{display:inline-flex;align-items:center;gap:6px;margin-top:10px;border:0;background:none;color:var(--tv-primary);font-weight:600;padding:0}
.tv-seo:not(.is-collapsed) .tv-seo-more .tv-ic{transform:rotate(180deg)}
.tv-cta{display:flex;align-items:center;gap:22px;padding:32px 36px;border-radius:26px;color:#fff;background:var(--tv-grad)}
.tv-cta-ic{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:rgba(255,255,255,.16);flex:none}
.tv-cta h2{color:#fff;font-size:clamp(20px,2vw,26px);margin:0 0 4px}
.tv-cta p{margin:0;opacity:.88}
.tv-cta>div{flex:1}

/* ---------- Page heads, breadcrumbs ---------- */
.tv-pagehead,.tv-shophead,.tv-pdhead{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,var(--tv-soft1),var(--tv-soft2) 70%,var(--tv-bg))}
.tv-pagehead-bg,.tv-shophead-bg,.tv-pdhead-bg{position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(var(--tv-primary-rgb),.05) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--tv-primary-rgb),.05) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:linear-gradient(#000,transparent);mask-image:linear-gradient(#000,transparent)}
.tv-pagehead-bg i,.tv-shophead-bg i,.tv-pdhead-bg i{position:absolute;border-radius:50%;filter:blur(70px)}
.tv-pagehead-bg i:first-child,.tv-shophead-bg i:first-child,.tv-pdhead-bg i:first-child{width:380px;height:380px;right:-80px;top:-200px;background:rgba(var(--tv-secondary-rgb),.25)}
.tv-pagehead-bg i:last-child,.tv-shophead-bg i:last-child,.tv-pdhead-bg i:last-child{width:320px;height:320px;left:-120px;bottom:-220px;background:rgba(var(--tv-primary-rgb),.18)}
.tv-pagehead{padding:34px 0 38px}
.tv-pagehead h1{font-size:clamp(28px,3.4vw,44px);margin:0}
.tv-pagehead--slim{padding:26px 0 28px}
.tv-pagehead--slim h1{font-size:clamp(26px,2.8vw,36px)}
.tv-pagehead--center{text-align:center}
.tv-pagehead--center .tv-crumbs ol{justify-content:center}
.tv-pagehead-sub{margin:8px 0 0;color:var(--tv-mut)}
.tv-pagehead-row{display:flex;align-items:center;gap:16px}
.tv-pagehead-ic{display:grid;place-items:center;width:60px;height:60px;border-radius:16px;flex:none;color:var(--c);background:color-mix(in srgb,var(--c) 12%,#fff)}
.tv-pagehead-desc{color:var(--tv-mut);margin-top:6px;max-width:760px}
.tv-pagehead-desc p{margin:0}
.tv-crumbs ol{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0 0 12px;padding:0;font-size:13.5px;color:var(--tv-mut)}
.tv-crumbs li{display:flex;align-items:center}
.tv-crumbs li+li::before{content:"";width:5px;height:5px;border-right:1.5px solid var(--tv-mut2);border-top:1.5px solid var(--tv-mut2);transform:rotate(45deg);margin:0 10px}
.tv-crumbs a{color:var(--tv-mut)}
.tv-crumbs a:hover{color:var(--tv-primary)}
.tv-crumbs [aria-current]{color:var(--tv-ink);font-weight:500;max-width:340px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tv-chips{display:flex;gap:8px;overflow-x:auto;margin-top:20px;padding-bottom:2px;scrollbar-width:none}
.tv-chips::-webkit-scrollbar{display:none}
.tv-chip{display:inline-flex;align-items:center;gap:6px;flex:none;padding:7px 14px;border-radius:999px;background:#fff;border:1px solid var(--tv-line);color:var(--tv-text);font-size:13.5px;font-weight:500;white-space:nowrap}
.tv-chip em{font-style:normal;font-size:12px;color:var(--tv-mut2)}
.tv-chip:hover{border-color:var(--tv-primary);color:var(--tv-primary)}
.tv-chip.is-active{background:var(--tv-ink);border-color:var(--tv-ink);color:#fff}
.tv-chip--x{background:var(--tv-primary-soft);border-color:transparent;color:var(--tv-primary)}

/* ---------- Shop ---------- */
.tv-shophead{padding:40px 0 46px;text-align:center}
.tv-shophead .tv-crumbs ol{justify-content:center}
.tv-shophead h1{font-size:clamp(30px,3.8vw,50px);margin:0 0 8px}
.tv-shophead-desc{color:var(--tv-mut);max-width:640px;margin:0 auto}
.tv-shophead-desc p{margin:0}
.tv-shophead-search{position:relative;display:flex;align-items:center;gap:10px;max-width:620px;height:60px;margin:26px auto 0;padding:0 7px 0 22px;background:#fff;border:1px solid var(--tv-line);border-radius:999px;box-shadow:0 20px 50px -26px rgba(var(--tv-primary-rgb),.5);text-align:left}
.tv-shophead-search>.tv-ic{color:var(--tv-mut)}
.tv-shophead-search input[type=search]{flex:1;min-width:0;height:100%;border:0;outline:0;background:none;font-size:15px;color:var(--tv-ink)}
.tv-shophead-search .tv-btn{min-height:46px}
.tv-shop{display:grid;grid-template-columns:290px minmax(0,1fr);grid-template-areas:"bar bar" "side main";gap:24px 28px;padding-top:30px;padding-bottom:60px;align-items:start}
.tv-shop>*{min-width:0}
.tv-shop--full{grid-template-columns:minmax(0,1fr);grid-template-areas:"bar" "main"}
.tv-shop.is-collapsed{grid-template-columns:minmax(0,1fr);grid-template-areas:"bar" "main"}
.tv-shop.is-collapsed .tv-filters,.tv-shop.is-collapsed .tv-filters-scrim{display:none}
.tv-toolbar{grid-area:bar;display:flex;align-items:center;gap:12px;padding:10px;border-radius:999px;background:#fff;border:1px solid var(--tv-line);box-shadow:var(--tv-sh-sm)}
.tv-tb-filter{display:inline-flex;align-items:center;gap:8px;flex:none;height:44px;padding:0 20px;border:0;border-radius:999px;background:var(--tv-grad);color:#fff;font-weight:600;font-size:14.5px;box-shadow:0 10px 20px -12px rgba(var(--tv-primary-rgb),.8)}
.tv-tb-filter .tv-count{background:#fff;color:var(--tv-primary)}
.tv-sortpills{display:flex;gap:4px;flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}
.tv-sortpills::-webkit-scrollbar{display:none}
.tv-sortpills a{flex:none;padding:10px 16px;border-radius:999px;color:var(--tv-text);font-size:14.5px;font-weight:500;white-space:nowrap}
.tv-sortpills a:hover{color:var(--tv-primary);background:var(--tv-bg)}
.tv-sortpills a.is-active{color:var(--tv-primary);background:var(--tv-primary-soft);font-weight:600}
.tv-tb-right{display:flex;align-items:center;gap:8px;flex:none}
.tv-sort{position:relative;display:flex;align-items:center}
.tv-sort select{appearance:none;-webkit-appearance:none;height:44px;padding:0 38px 0 18px;border:1px solid var(--tv-line);border-radius:999px;background:var(--tv-bg);font-weight:500;font-size:14px;color:var(--tv-ink);cursor:pointer;outline:0}
.tv-sort select:focus{border-color:var(--tv-primary)}
.tv-sort .tv-ic{position:absolute;right:14px;pointer-events:none;color:var(--tv-mut)}
.tv-viewtoggle{display:flex;gap:4px;padding:3px;border-radius:999px;background:var(--tv-bg)}
.tv-viewtoggle button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:none;color:var(--tv-mut)}
.tv-viewtoggle button.is-active{background:#fff;color:var(--tv-primary);box-shadow:var(--tv-sh-sm)}
.tv-filters{grid-area:side;position:sticky;top:calc(var(--tv-stick) + 20px);background:#fff;border:1px solid var(--tv-line);border-radius:22px;padding:8px 20px 20px;max-height:calc(100vh - var(--tv-header-h) - 40px);overflow:auto;scrollbar-width:thin}
.tv-filters-head{display:none}
.tv-fblock{padding:16px 0;border-bottom:1px solid var(--tv-line2)}
.tv-fblock:last-child{border-bottom:0}
.tv-fblock>summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font-family:var(--tv-font-h);font-size:17px;font-weight:600;color:var(--tv-ink);margin-bottom:0}
.tv-fblock>summary::-webkit-details-marker{display:none}
.tv-fblock>summary .tv-ic{color:var(--tv-mut);transition:.2s}
.tv-fblock[open]>summary{margin-bottom:12px}
.tv-fblock[open]>summary .tv-ic{transform:rotate(180deg)}
.tv-fcats,.tv-fcats ul{list-style:none;margin:0;padding:0}
.tv-fcats ul{margin:2px 0 6px 28px}
.tv-fcats a{display:flex;align-items:center;gap:10px;padding:7px 4px;border-radius:9px;color:var(--tv-text);font-size:14.5px}
.tv-fcats a:hover{color:var(--tv-primary)}
.tv-fcats a i{width:18px;height:18px;border-radius:6px;border:1.5px solid #cfd4e2;flex:none;transition:.15s}
.tv-fcats a span{flex:1}
.tv-fcats em{font-style:normal;font-size:12px;color:var(--tv-mut);background:var(--tv-bg);padding:1px 8px;border-radius:999px}
.tv-fcats li.is-active>a{color:var(--tv-primary);font-weight:600}
.tv-fcats li.is-active>a i{background:var(--tv-primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/11px no-repeat;border-color:var(--tv-primary)}
.tv-price-range{display:flex;align-items:center;gap:8px}
.tv-price-range label{position:relative;flex:1;min-width:0}
.tv-price-range label span{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--tv-mut);font-size:14px}
.tv-price-range input{width:100%;min-width:0;height:44px;padding:0 10px 0 28px;border:1.5px solid transparent;border-radius:12px;background:var(--tv-bg);outline:0}
.tv-price-range input:focus{border-color:var(--tv-primary);background:#fff}
.tv-price-range i{font-style:normal;color:var(--tv-mut2)}
.tv-price-quick{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}
.tv-price-quick button{border:1px solid var(--tv-line);background:#fff;border-radius:999px;padding:5px 11px;font-size:12.5px;font-weight:500;color:var(--tv-text)}
.tv-price-quick button:hover{border-color:var(--tv-primary);color:var(--tv-primary)}
.tv-radio{display:flex;align-items:center;gap:10px;padding:6px 0;cursor:pointer;font-size:14.5px;color:var(--tv-text)}
.tv-radio input{width:18px;height:18px;accent-color:var(--tv-primary);margin:0;flex:none}
.tv-radio>span{display:inline-flex;align-items:center;gap:6px}
.tv-radio em{font-style:normal;font-size:13px;color:var(--tv-mut)}
.tv-toggle{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:500;font-size:14.5px;color:var(--tv-ink)}
.tv-toggle input{position:absolute;opacity:0}
.tv-toggle span{position:relative;width:42px;height:24px;border-radius:999px;background:#d7dbe6;transition:.2s;flex:none}
.tv-toggle span::before{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:.2s}
.tv-toggle input:checked+span{background:var(--tv-primary)}
.tv-toggle input:checked+span::before{transform:translateX(18px)}
.tv-toggle input:focus-visible+span{outline:2px solid var(--tv-primary);outline-offset:2px}
.tv-fblock--btns{display:flex;flex-direction:column;gap:8px}
.tv-filters-scrim{display:none}
.tv-shop-main{grid-area:main;min-width:0}
.tv-shop-info{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.tv-results{margin:0;color:var(--tv-mut);font-size:14.5px}
.tv-results b{color:var(--tv-ink)}
.tv-active-filters{display:flex;flex-wrap:wrap;gap:8px}
.tv-grid--shop{gap:22px}
.tv-grid--shop.tv-grid--c4{grid-template-columns:repeat(4,minmax(0,1fr))}
.tv-shop:not(.tv-shop--full):not(.is-collapsed) .tv-grid--shop.tv-grid--c4{grid-template-columns:repeat(3,minmax(0,1fr))}
.tv-pages{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:40px}
.tv-pages .page-numbers{display:grid;place-items:center;min-width:46px;height:46px;padding:0 14px;border-radius:50%;background:#fff;border:1px solid var(--tv-line);color:var(--tv-ink);font-weight:600;font-size:14.5px;transition:.2s}
.tv-pages a.page-numbers:hover{border-color:var(--tv-primary);color:var(--tv-primary)}
.tv-pages .current{background:var(--tv-grad);border-color:transparent;color:#fff;box-shadow:0 10px 20px -10px rgba(var(--tv-primary-rgb),.8)}
.tv-pages .dots{border:0;background:none}
.tv-empty{text-align:center;padding:64px 20px;background:#fff;border:1px dashed #d8dbe6;border-radius:24px}
.tv-empty-ic{display:inline-grid;place-items:center;width:80px;height:80px;border-radius:50%;background:var(--tv-primary-soft);color:var(--tv-primary);margin-bottom:14px}
.tv-empty h2{font-size:24px;margin-bottom:6px}
.tv-empty p{color:var(--tv-mut);margin-bottom:18px}

/* ---------- Product page ---------- */
.tv-pdhead{padding:30px 0 0}
.tv-pd-title{font-size:clamp(28px,3.2vw,44px);line-height:1.15;margin:0 0 14px;max-width:960px}
.tv-pd-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 22px;font-size:14px;color:var(--tv-mut);margin-bottom:24px}
.tv-pd-meta>*{display:inline-flex;align-items:center;gap:6px}
.tv-pd-cat{padding:5px 12px;border-radius:999px;background:#fff;border:1px solid var(--tv-line);color:var(--tv-primary);font-weight:600;font-size:13px}
.tv-pd-rating{color:var(--tv-mut)}
.tv-pd-rating b{color:var(--tv-ink)}
.tv-pd-type{padding:5px 12px;border-radius:999px;background:var(--tv-ok-soft);color:#067647;font-weight:600;font-size:13px}
.tv-pdnav{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--tv-line)}
.tv-pdnav::-webkit-scrollbar{display:none}
.tv-pdnav a{flex:none;display:inline-flex;align-items:center;gap:6px;padding:14px 18px;color:var(--tv-text);font-weight:500;font-size:15px;border-bottom:2.5px solid transparent;margin-bottom:-1px}
.tv-pdnav a em{font-style:normal;font-size:12px;background:#fff;border:1px solid var(--tv-line);color:var(--tv-mut);padding:0 8px;border-radius:999px}
.tv-pdnav a:hover{color:var(--tv-primary)}
.tv-pdnav a.is-active{color:var(--tv-primary);border-bottom-color:var(--tv-primary);font-weight:600}
.tv-product{padding:32px 0 20px}
.tv-pd{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:32px;align-items:start}
.tv-pd-main{min-width:0;display:flex;flex-direction:column;gap:24px}
.tv-pd-gallery{background:#fff;border:1px solid var(--tv-line);border-radius:24px;padding:12px}
.tv-pd-stage{position:relative;aspect-ratio:16/10;border-radius:16px;overflow:hidden;background:var(--tv-line2)}
.tv-pd-shot{position:absolute;inset:0;display:block;opacity:0;transition:opacity .35s;cursor:zoom-in}
.tv-pd-shot.is-active{opacity:1;z-index:1}
.tv-pd-shot img{width:100%;height:100%;object-fit:cover}
.tv-pd-stage .tv-card-badges{z-index:2;left:14px;top:14px}
.tv-pd-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;scrollbar-width:none}
.tv-pd-thumbs button{flex:none;width:96px;aspect-ratio:4/3;padding:0;border-radius:11px;overflow:hidden;border:2px solid transparent;background:none;opacity:.6;transition:.2s}
.tv-pd-thumbs button.is-active,.tv-pd-thumbs button:hover{border-color:var(--tv-primary);opacity:1}
.tv-pd-thumbs img{width:100%;height:100%;object-fit:cover}
.tv-pd-gbtns{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;padding:16px 0 6px}
.tv-pd-sec{background:#fff;border:1px solid var(--tv-line);border-radius:24px;padding:30px 32px;scroll-margin-top:calc(var(--tv-stick) + 20px)}
.tv-pd-h{display:flex;align-items:center;gap:10px;font-size:24px;margin:0 0 18px}
.tv-pd-h em{font-style:normal;font-family:var(--tv-font);font-size:13px;font-weight:600;background:var(--tv-primary-soft);color:var(--tv-primary);padding:2px 10px;border-radius:999px}
.tv-pd-excerpt{font-size:17px;color:var(--tv-ink);margin-bottom:18px;padding-left:16px;border-left:3px solid;border-image:var(--tv-grad) 1}
.tv-pd-feats{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}
.tv-pd-feats li{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--tv-text)}
.tv-pd-feats li span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--tv-ok-soft);color:var(--tv-ok);flex:none;margin-top:1px}
.tv-hsteps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}
.tv-hsteps>div{padding:20px;border-radius:18px;background:var(--tv-bg)}
.tv-hsteps span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--tv-grad);color:#fff;font-weight:700;margin-bottom:12px}
.tv-hsteps b{display:block;color:var(--tv-ink);margin-bottom:4px}
.tv-hsteps p{margin:0;font-size:14px;color:var(--tv-mut)}
.tv-checks{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.tv-checks li{display:flex;align-items:center;gap:9px}
.tv-checks .tv-ic{color:var(--tv-ok)}
.tv-pd-side{position:sticky;top:calc(var(--tv-stick) + 20px);display:flex;flex-direction:column;gap:18px}
.tv-buy{position:relative;padding:24px;border-radius:24px;background:#fff;border:1px solid var(--tv-line);box-shadow:0 30px 60px -40px rgba(var(--tv-primary-rgb),.6)}
.tv-buy-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.tv-buy-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--tv-mut)}
.tv-buy-wish{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--tv-line);background:#fff;color:var(--tv-ink);transition:.2s}
.tv-buy-wish:hover{color:#ef4444;border-color:#fecaca}
.tv-buy-wish.is-on{background:#ef4444;border-color:#ef4444;color:#fff}
.tv-buy-wish.is-on svg{fill:currentColor}
.tv-buy-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 12px;margin-bottom:18px}
.tv-buy-now{font-family:var(--tv-font-h);font-size:clamp(34px,3.2vw,44px);font-weight:700;letter-spacing:-.02em;line-height:1;background:var(--tv-grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.tv-buy-price del{color:var(--tv-mut2);font-size:18px;font-weight:500}
.tv-buy-save{font-size:12.5px;font-weight:700;color:var(--tv-ok);background:var(--tv-ok-soft);padding:4px 10px;border-radius:999px}
.tv-plans{border:0;margin:0 0 16px;padding:0;display:grid;gap:10px;min-width:0}
.tv-plan{position:relative;cursor:pointer;display:block}
.tv-plan input{position:absolute;opacity:0}
.tv-plan-box{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;border:1.5px solid var(--tv-line);background:#fff;transition:.18s}
.tv-plan:hover .tv-plan-box{border-color:#c9cde0}
.tv-plan input:checked+.tv-plan-box{border-color:var(--tv-primary);background:var(--tv-primary-soft);box-shadow:0 0 0 4px rgba(var(--tv-primary-rgb),.1)}
.tv-plan input:focus-visible+.tv-plan-box{outline:2px solid var(--tv-primary);outline-offset:2px}
.tv-plan-radio{width:20px;height:20px;border-radius:50%;border:2px solid #cfd4e2;flex:none;transition:.15s;background:#fff}
.tv-plan input:checked+.tv-plan-box .tv-plan-radio{border:6px solid var(--tv-primary)}
.tv-plan-name{flex:1;display:flex;flex-direction:column;gap:2px;font-weight:600;color:var(--tv-ink);font-size:15px;min-width:0}
.tv-plan-name em{display:inline-flex;align-items:center;gap:4px;font-style:normal;font-size:12.5px;font-weight:500;color:var(--tv-mut)}
.tv-plan-price{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}
.tv-plan-price b{font-family:var(--tv-font-h);color:var(--tv-ink);font-size:18px}
.tv-plan-price del{color:var(--tv-mut2);font-size:12.5px}
.tv-buy-checks{list-style:none;margin:0 0 18px;padding:14px 16px;border-radius:16px;background:var(--tv-bg);display:grid;gap:8px}
.tv-buy-checks li{display:flex;align-items:center;gap:9px;font-size:14px;color:var(--tv-text)}
.tv-buy-checks .tv-ic{color:#fff;background:var(--tv-ok);border-radius:50%;padding:3px;width:20px;height:20px}
.tv-buy-qty{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:8px 8px 8px 16px;border-radius:14px;border:1px solid var(--tv-line)}
.tv-buy-qty>span{font-weight:600;color:var(--tv-ink);font-size:14.5px}
.tv-buy-qty .tv-qty{height:40px;border:0;background:var(--tv-bg)}
.tv-buy-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.tv-buy-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding:0 14px;border-radius:14px;font:inherit;font-weight:700;font-size:15.5px;white-space:nowrap;cursor:pointer;overflow:hidden;transition:transform .15s,box-shadow .25s,background .25s,color .2s,border-color .2s}
.tv-buy-btn:active{transform:scale(.98)}
.tv-buy-cart{border:2px solid var(--tv-primary);background:#fff;color:var(--tv-primary)}
.tv-buy-cart:hover{background:var(--tv-primary-soft)}
.tv-buy-cart.is-added{background:var(--tv-ok);border-color:var(--tv-ok);color:#fff}
.tv-buy-go{border:0;color:#fff;background:linear-gradient(135deg,var(--tv-primary),var(--tv-primary-dark));box-shadow:0 16px 30px -14px rgba(var(--tv-primary-rgb),.9),inset 0 1px 0 rgba(255,255,255,.25)}
.tv-buy-go:hover{transform:translateY(-2px);box-shadow:0 20px 34px -14px rgba(var(--tv-primary-rgb),1),inset 0 1px 0 rgba(255,255,255,.25)}
.tv-buy-go::after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.35),transparent);transform:skewX(-20deg);animation:tv-shine 3.2s ease-in-out infinite}
@keyframes tv-shine{0%,60%{left:-60%}100%{left:130%}}
.tv-buy-btn.is-loading{opacity:.75;pointer-events:none}
.tv-buy-demo{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;margin-top:10px;border-radius:14px;background:var(--tv-bg);color:var(--tv-ink);font-weight:600;font-size:14.5px;border:1px dashed var(--tv-line)}
.tv-buy-demo:hover{color:var(--tv-primary);border-color:var(--tv-primary);background:var(--tv-primary-soft)}
.tv-qty{display:flex;align-items:center;height:54px;border:1.5px solid var(--tv-line);border-radius:999px;background:#fff;overflow:hidden;flex:none}
.tv-qty button{display:grid;place-items:center;width:40px;height:100%;border:0;background:none;color:var(--tv-ink)}
.tv-qty button:hover{background:var(--tv-bg)}
.tv-qty input{width:34px;height:100%;border:0;text-align:center;font-weight:600;outline:0;-moz-appearance:textfield}
.tv-qty input::-webkit-outer-spin-button,.tv-qty input::-webkit-inner-spin-button{-webkit-appearance:none}
.tv-buy-links{display:flex;justify-content:center;flex-wrap:wrap;gap:6px 22px;margin-top:16px}
.tv-buy-links a,.tv-buy-links button{display:inline-flex;align-items:center;gap:6px;border:0;background:none;padding:0;font-size:14px;font-weight:500;color:var(--tv-text)}
.tv-buy-links a:hover,.tv-buy-links button:hover{color:var(--tv-primary)}
.tv-buy-pay{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;margin-top:16px;padding-top:16px;border-top:1px dashed var(--tv-line);font-size:12.5px;color:var(--tv-mut)}
.tv-side-card{padding:22px;background:#fff;border:1px solid var(--tv-line);border-radius:24px}
.tv-side-card h3{font-size:18px;margin-bottom:12px}
.tv-store-top{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.tv-store-logo{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:var(--tv-grad);color:#fff;flex:none}
.tv-store-top b{display:block;color:var(--tv-ink);font-family:var(--tv-font-h);font-size:18px}
.tv-store-top em{display:inline-flex;align-items:center;gap:4px;font-style:normal;font-size:12.5px;color:var(--tv-ok);font-weight:600}
.tv-store-stats{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:16px;padding:12px 0;border-radius:14px;background:var(--tv-bg)}
.tv-store-stats div{display:flex;flex-direction:column;align-items:center}
.tv-store-stats div+div{border-left:1px solid var(--tv-line)}
.tv-store-stats b{color:var(--tv-ink);font-family:var(--tv-font-h);font-size:18px}
.tv-store-stats span{font-size:12px;color:var(--tv-mut)}
.tv-dtable{width:100%;border-collapse:collapse;font-size:14px}
.tv-dtable th,.tv-dtable td{padding:10px 0;border-top:1px dashed var(--tv-line)}
.tv-dtable tr:first-child th,.tv-dtable tr:first-child td{border-top:0;padding-top:0}
.tv-dtable th{text-align:left;color:var(--tv-mut);font-weight:400}
.tv-dtable td{text-align:right;color:var(--tv-ink);font-weight:600}
.tv-pd-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px;padding-top:14px;border-top:1px solid var(--tv-line2)}
.tv-pd-tags a{font-size:12.5px;padding:4px 10px;border-radius:999px;background:var(--tv-bg);color:var(--tv-text)}
.tv-pd-tags a:hover{color:var(--tv-primary)}
.tv-dl{margin:0}
.tv-dl div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-top:1px dashed var(--tv-line)}
.tv-dl div:first-child{border-top:0;padding-top:0}
.tv-dl dt{color:var(--tv-mut);font-size:14px}
.tv-dl dd{margin:0;font-weight:600;color:var(--tv-ink);font-size:14px;text-align:right}
.tv-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}
.tv-steps>div{padding:18px;border-radius:var(--tv-r);background:var(--tv-bg)}
.tv-steps span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--tv-primary);color:#fff;font-weight:700;margin-bottom:10px}
.tv-steps b{display:block;color:var(--tv-ink);margin-bottom:4px}
.tv-steps p{margin:0;font-size:14px;color:var(--tv-mut)}
.tv-sec--related{padding-top:40px}

/* Reviews (product) */
.tv-rv-summary{display:flex;gap:30px;align-items:center;padding:22px;border-radius:20px;background:var(--tv-bg);margin-bottom:22px}
.tv-rv-score{display:flex;flex-direction:column;align-items:center;gap:6px;flex:none;min-width:140px}
.tv-rv-score b{font-family:var(--tv-font-h);font-size:48px;font-weight:700;color:var(--tv-ink);line-height:1}
.tv-rv-score span{font-size:13px;color:var(--tv-mut)}
.tv-rv-bars{flex:1;display:flex;flex-direction:column;gap:7px}
.tv-rv-bar{display:flex;align-items:center;gap:10px;font-size:13px}
.tv-rv-bar>span{display:inline-flex;align-items:center;gap:3px;width:34px;color:var(--tv-ink);font-weight:600}
.tv-rv-bar>span .tv-ic{color:var(--tv-star);fill:currentColor;stroke:none}
.tv-rv-bar i{flex:1;height:8px;border-radius:999px;background:#e3e6ee;overflow:hidden}
.tv-rv-bar s{display:block;height:100%;background:var(--tv-star);border-radius:inherit}
.tv-rv-bar em{font-style:normal;width:28px;text-align:right;color:var(--tv-mut)}
.tv-rv-list{list-style:none;margin:0 0 20px;padding:0}
.tv-rv-item{display:flex;gap:14px;padding:18px 0;border-top:1px solid var(--tv-line2)}
.tv-rv-item:first-child{border-top:0;padding-top:0}
.tv-rv-item img{border-radius:50%;flex:none}
.tv-rv-head{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px;margin-bottom:4px}
.tv-rv-head b{color:var(--tv-ink)}
.tv-rv-head time{font-size:12.5px;color:var(--tv-mut2)}
.tv-verified{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--tv-ok)}
.tv-rv-text{margin-top:6px}
.tv-rv-text p:last-child{margin:0}
.tv-rv-empty{color:var(--tv-mut)}
.tv-rv-form h3{font-size:19px}
.tv-star-pick{display:inline-flex;flex-direction:row-reverse;gap:4px;margin-bottom:12px}
.tv-star-pick input{position:absolute;opacity:0}
.tv-star-pick label{cursor:pointer;color:#d6dae3;transition:.15s}
.tv-star-pick label svg{fill:currentColor;stroke:none}
.tv-star-pick label:hover,.tv-star-pick label:hover~label,.tv-star-pick input:checked~label{color:var(--tv-star)}
.tv-review-form textarea,.tv-form input,.tv-form textarea,.tv-form select{width:100%;padding:13px 16px;border:1.5px solid transparent;border-radius:14px;background:var(--tv-bg);outline:0;transition:.2s;margin-bottom:12px}
.tv-review-form textarea:focus,.tv-form input:focus,.tv-form textarea:focus,.tv-form select:focus{border-color:var(--tv-primary);background:#fff;box-shadow:0 0 0 4px rgba(var(--tv-primary-rgb),.1)}
.tv-note{display:flex;align-items:flex-start;gap:9px;padding:12px 14px;border-radius:14px;background:var(--tv-bg);color:var(--tv-text);font-size:14px;margin:0}
.tv-note .tv-ic{margin-top:2px;color:var(--tv-primary)}
.tv-note--ok{background:var(--tv-ok-soft);color:#166534}
.tv-note--ok .tv-ic{color:var(--tv-ok)}
.tv-note--err{background:#fef2f2;color:#991b1b}
.tv-note--err .tv-ic{color:var(--tv-err)}

/* Sticky buy (mobile) */
.tv-stickybuy{position:fixed;left:0;right:0;bottom:0;z-index:90;display:none;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-top:1px solid var(--tv-line);box-shadow:0 -10px 30px -12px rgba(14,21,55,.2);transform:translateY(110%);transition:transform .3s}
.tv-stickybuy.is-visible{transform:none}
.tv-stickybuy-in{display:flex;align-items:center;gap:10px}
.tv-stickybuy-img img{width:48px;height:36px;border-radius:8px;object-fit:cover}
.tv-stickybuy-txt{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.3}
.tv-stickybuy-txt b{font-size:13.5px;color:var(--tv-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tv-stickybuy-txt em{font-style:normal;font-weight:700;color:var(--tv-ink)}
.tv-stickybuy .tv-btn--accent{background:var(--tv-grad)}

/* Lightbox */
.tv-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(8,11,30,.94);padding:40px}
.tv-lightbox img{max-width:100%;max-height:100%;border-radius:14px;object-fit:contain}
.tv-lb-x,.tv-lb-nav{position:absolute;display:grid;place-items:center;width:50px;height:50px;border-radius:50%;border:0;background:rgba(255,255,255,.12);color:#fff}
.tv-lb-x:hover,.tv-lb-nav:hover{background:rgba(255,255,255,.25)}
.tv-lb-x{right:18px;top:18px}
.tv-lb-prev{left:18px}.tv-lb-next{right:18px}

/* ---------- Prose & pages ---------- */
.tv-prose{color:var(--tv-text);font-size:16px;line-height:1.8}
.tv-prose>*:first-child{margin-top:0}
.tv-prose h2{font-size:26px;margin:1.6em 0 .6em}
.tv-prose h3{font-size:21px;margin:1.4em 0 .5em}
.tv-prose ul,.tv-prose ol{padding-left:1.3em;margin:0 0 1.2em}
.tv-prose li{margin-bottom:.35em}
.tv-prose ul li::marker{color:var(--tv-primary)}
.tv-prose img{border-radius:var(--tv-r-lg)}
.tv-prose a{text-decoration:underline;text-underline-offset:3px}
.tv-prose blockquote{margin:1.4em 0;padding:16px 22px;border-left:4px solid var(--tv-primary);background:var(--tv-bg);border-radius:0 var(--tv-r) var(--tv-r) 0}
.tv-prose table{width:100%;border-collapse:collapse;margin:1.2em 0}
.tv-prose th,.tv-prose td{border:1px solid var(--tv-line);padding:10px 12px;text-align:left}
.tv-page{padding-top:36px;padding-bottom:64px}
.tv-page-body{background:#fff;border:1px solid var(--tv-line);border-radius:24px;padding:38px 42px;max-width:920px}
.tv-page--store{padding-top:32px}

/* Contact, 404 */
.tv-contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px;align-items:start}
.tv-contact-cards{display:grid;gap:14px}
.tv-ccard{display:flex;flex-direction:column;gap:3px;padding:22px 24px;border-radius:22px;background:#fff;border:1px solid var(--tv-line);color:var(--tv-text);transition:.2s}
a.tv-ccard:hover{border-color:var(--tv-primary);transform:translateY(-2px);color:var(--tv-text)}
.tv-ccard>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--tv-primary-soft);color:var(--tv-primary);margin-bottom:10px}
.tv-ccard--wa>span{background:#dcfce7;color:#16a34a}
.tv-ccard b{color:var(--tv-ink);font-size:16px}
.tv-ccard em{font-style:normal;font-weight:600}
.tv-ccard i{font-style:normal;font-size:13px;color:var(--tv-mut)}
.tv-card-box{background:#fff;border:1px solid var(--tv-line);border-radius:24px;padding:30px}
.tv-card-box h2{font-size:24px}
.tv-form label{display:block;font-weight:500;font-size:14px;color:var(--tv-ink)}
.tv-form label input,.tv-form label textarea,.tv-form label select{margin-top:6px;font-weight:400}
.tv-form-row{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
.tv-hp{position:absolute;left:-9999px}
.tv-404{text-align:center;padding:70px 24px 90px;max-width:720px}
.tv-404-code{display:block;font-family:var(--tv-font-h);font-size:clamp(100px,17vw,170px);font-weight:700;line-height:1;letter-spacing:-.04em;background:var(--tv-grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.tv-404 h1{font-size:30px;margin-top:8px}
.tv-404 p{color:var(--tv-mut)}
.tv-404 .tv-hero-search{margin:24px auto;padding-left:22px}
.tv-404-btns{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.tv-blog{padding-top:36px;padding-bottom:64px}

/* ---------- Auth split ---------- */
.tv-authwrap{padding:48px 0 70px;background:linear-gradient(180deg,var(--tv-soft1),var(--tv-bg) 60%)}
.tv-authsplit>*{min-width:0}
.tv-authsplit{display:grid;grid-template-columns:1fr 1fr;max-width:1120px;margin:0 auto;background:#fff;border:1px solid var(--tv-line);border-radius:30px;overflow:hidden;box-shadow:var(--tv-sh-lg)}
.tv-auth-art{position:relative;display:flex;flex-direction:column;padding:44px;color:rgba(255,255,255,.85);background:linear-gradient(150deg,var(--tv-secondary),var(--tv-primary) 55%,color-mix(in srgb,var(--tv-primary) 60%,var(--tv-dark)));overflow:hidden;isolation:isolate}
.tv-aa-shape{position:absolute;border-radius:50%;z-index:-1}
.tv-aa-shape.s1{width:360px;height:360px;right:-120px;top:-120px;border:50px solid rgba(255,255,255,.08)}
.tv-aa-shape.s2{width:240px;height:240px;left:-80px;bottom:-100px;background:rgba(255,255,255,.08)}
.tv-auth-art .tv-logo{margin-bottom:auto}
.tv-auth-art .tv-logo-mark{background:rgba(255,255,255,.2);box-shadow:none}
.tv-auth-art h2{color:#fff;font-size:clamp(28px,3vw,40px);margin:48px 0 10px}
.tv-auth-art>p{font-size:16px;margin-bottom:26px}
.tv-aa-list{list-style:none;margin:0 0 30px;padding:0;display:grid;gap:14px}
.tv-aa-list li{display:flex;align-items:center;gap:14px}
.tv-aa-list span{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:rgba(255,255,255,.16);color:#fff;flex:none}
.tv-aa-list b{display:block;color:#fff;font-weight:600}
.tv-aa-list em{font-style:normal;font-size:13.5px;opacity:.85}
.tv-aa-foot{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:16px;border-radius:18px;background:rgba(255,255,255,.12);backdrop-filter:blur(6px)}
.tv-aa-foot div{display:flex;flex-direction:column;align-items:center}
.tv-aa-foot b{color:#fff;font-family:var(--tv-font-h);font-size:22px}
.tv-aa-foot span{font-size:12.5px;opacity:.85}
.tv-auth-form{padding:44px 48px;display:flex;align-items:center}
.tv-auth-form>.tvs{width:100%}
.tv-auth-form .tvs-auth-card{border:0;box-shadow:none;padding:0}
.tv-auth-form .tvs-auth-title{font-size:30px!important}

/* ---------- Account app ---------- */
.tv-app{padding:28px 0 60px;background:linear-gradient(180deg,var(--tv-soft1),var(--tv-bg) 320px)}
.tv-app-in{display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}
.tv-app-side{position:sticky;top:calc(var(--tv-stick) + 20px);display:flex;flex-direction:column;gap:16px}
.tv-app-user{display:flex;align-items:center;gap:12px;padding:16px;border-radius:22px;background:#fff;border:1px solid var(--tv-line)}
.tv-app-av img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:3px solid var(--tv-primary-soft);background:var(--tv-line2)}
.tv-app-user div{display:flex;flex-direction:column;min-width:0;line-height:1.35}
.tv-app-user b{color:var(--tv-ink);font-family:var(--tv-font-h);font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tv-app-user span{font-size:12.5px;color:var(--tv-mut);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tv-app-nav{display:flex;flex-direction:column;gap:2px;padding:12px;border-radius:22px;background:#fff;border:1px solid var(--tv-line)}
.tv-app-label{margin:4px 10px 8px;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--tv-mut2)}
.tv-app-nav a{position:relative;display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;color:var(--tv-text);font-weight:500;font-size:15px;transition:.15s}
.tv-app-nav a .tv-ic{color:var(--tv-mut2)}
.tv-app-nav a:hover{background:var(--tv-bg);color:var(--tv-ink)}
.tv-app-nav a.is-active{background:var(--tv-grad);color:#fff;box-shadow:0 12px 24px -14px rgba(var(--tv-primary-rgb),.9)}
.tv-app-nav a.is-active .tv-ic{color:#fff}
.tv-app-nav a em{margin-left:auto;font-style:normal;min-width:22px;height:22px;display:grid;place-items:center;padding:0 6px;border-radius:999px;background:var(--tv-accent);color:#fff;font-size:11px;font-weight:700}
.tv-app-out{margin-top:6px;border-top:1px solid var(--tv-line2);border-radius:0 0 14px 14px!important;color:var(--tv-err)!important}
.tv-app-out .tv-ic{color:var(--tv-err)!important}
.tv-app-help{position:relative;padding:22px;border-radius:22px;color:#b9c0da;background:var(--tv-dark);overflow:hidden;isolation:isolate}
.tv-app-help::before{content:"";position:absolute;right:-60px;top:-60px;width:160px;height:160px;border-radius:50%;background:rgba(var(--tv-primary-rgb),.6);filter:blur(40px);z-index:-1}
.tv-app-help>span{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:var(--tv-grad);color:#fff;margin-bottom:12px}
.tv-app-help b{display:block;color:#fff;font-family:var(--tv-font-h);font-size:18px}
.tv-app-help p{font-size:13.5px;margin:4px 0 14px}
.tv-app-main,.tv-app-side{min-width:0}
.tv-app-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:22px;padding:20px 24px;border-radius:22px;background:#fff;border:1px solid var(--tv-line)}
.tv-app-top h1{font-size:28px;margin:0}
.tv-app-top p{margin:2px 0 0;color:var(--tv-mut);font-size:14.5px}
.tv-app-top-act{display:flex;gap:8px}

/* ---------- Newsletter & footer ---------- */
.tv-newsletter{position:relative;z-index:2;margin-top:40px;margin-bottom:-90px}
.tv-nl{position:relative;display:grid;grid-template-columns:auto 1fr minmax(0,470px);align-items:center;gap:24px;padding:38px 42px;border-radius:30px;overflow:hidden;isolation:isolate;background:var(--tv-grad);box-shadow:0 40px 70px -40px rgba(var(--tv-primary-rgb),.9)}
.tv-nl-shape{position:absolute;border-radius:50%;z-index:-1}
.tv-nl-shape.s1{width:300px;height:300px;right:-80px;top:-150px;border:44px solid rgba(255,255,255,.1)}
.tv-nl-shape.s2{width:180px;height:180px;left:30%;bottom:-120px;background:rgba(255,255,255,.08)}
.tv-nl-ic{display:grid;place-items:center;width:70px;height:70px;border-radius:22px;background:rgba(255,255,255,.18);color:#fff}
.tv-nl-text h2{color:#fff;font-size:clamp(22px,2.3vw,30px);margin:0 0 4px}
.tv-nl-text p{margin:0;color:rgba(255,255,255,.85)}
.tv-nl-form{display:flex;align-items:center;gap:8px;height:62px;padding:0 7px 0 20px;border-radius:999px;background:#fff}
.tv-nl-form>.tv-ic{color:var(--tv-mut)}
.tv-nl-form input{flex:1;min-width:0;height:100%;border:0;outline:0;background:none;font-size:15px;color:var(--tv-ink)}
.tv-nl-form .tv-btn{min-height:48px}
.tv-footer{position:relative;background:var(--tv-dark);color:#a9b0cb;padding:70px 0 0;overflow:hidden;isolation:isolate}
.tv-newsletter+.tv-footer{padding-top:150px}
.tv-footer-glow{position:absolute;inset:0;z-index:-1;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:26px 26px}
.tv-footer-glow::before,.tv-footer-glow::after{content:"";position:absolute;border-radius:50%;filter:blur(110px)}
.tv-footer-glow::before{width:560px;height:560px;left:-220px;top:-200px;background:rgba(var(--tv-primary-rgb),.35)}
.tv-footer-glow::after{width:460px;height:460px;right:-160px;bottom:-240px;background:rgba(var(--tv-secondary-rgb),.22)}
.tv-footer-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:40px;margin-bottom:44px;border-bottom:1px solid rgba(255,255,255,.08)}
.tv-footer-trust>div{display:flex;align-items:center;gap:14px}
.tv-footer-trust span{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);color:#fff;flex:none}
.tv-footer-trust p{margin:0;display:flex;flex-direction:column;line-height:1.35}
.tv-footer-trust b{color:#fff;font-weight:600}
.tv-footer-trust em{font-style:normal;font-size:13px}
.tv-footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.3fr;gap:36px;padding-bottom:48px}
.tv-footer-brand p{margin:18px 0 22px;font-size:14.5px;line-height:1.75;max-width:340px}
.tv-socials{display:flex;flex-wrap:wrap;gap:8px}
.tv-soc{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08);color:#e3e6f5;transition:.2s}
.tv-soc:hover{background:var(--tv-grad);color:#fff;transform:translateY(-3px)}
.tv-footer-title{color:#fff;font-size:18px;font-weight:600;margin:4px 0 20px}
.tv-footer-links{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.tv-footer-links a{color:#a9b0cb;font-size:14.5px;transition:.15s;display:inline-flex;align-items:center;gap:6px}
.tv-footer-links a:hover{color:#fff;transform:translateX(3px)}
.tv-help-line{display:flex;align-items:center;gap:12px;padding:10px 12px;margin-bottom:10px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:#fff}
.tv-help-line:hover{color:#fff;background:rgba(255,255,255,.1)}
.tv-help-line>span:first-child{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--tv-grad);flex:none}
.tv-help-line span:last-child{display:flex;flex-direction:column;line-height:1.3;min-width:0}
.tv-help-line small{font-size:12px;color:#8f98b3}
.tv-help-line b{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis}
.tv-help-hours{display:flex;align-items:center;gap:7px;font-size:13px;margin:4px 0 0}
.tv-footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;padding:22px 0 26px;border-top:1px solid rgba(255,255,255,.08);font-size:14px}
.tv-copy{margin:0}
.tv-bottom-links{display:flex;flex-wrap:wrap;gap:18px;list-style:none;margin:0;padding:0}
.tv-bottom-links a{color:#a9b0cb}
.tv-bottom-links a:hover{color:#fff}
.tv-footer-pay{display:flex;align-items:center;flex-wrap:wrap;gap:6px}
.tv-footer-pay>span{margin-right:4px}

/* ---------- Drawers, bottom bar, floating ---------- */
.tv-drawer,.tv-cartdrawer{position:fixed;inset:0;z-index:1000}
.tv-drawer-scrim{position:absolute;inset:0;background:rgba(8,11,30,.5);backdrop-filter:blur(2px);opacity:0;transition:opacity .25s}
.tv-drawer-panel{position:absolute;left:0;top:0;bottom:0;width:min(360px,88vw);display:flex;flex-direction:column;background:#fff;transform:translateX(-102%);transition:transform .3s cubic-bezier(.2,.8,.2,1);box-shadow:var(--tv-sh-lg)}
.tv-drawer.is-open .tv-drawer-scrim,.tv-cartdrawer.is-open .tv-drawer-scrim{opacity:1}
.tv-drawer.is-open .tv-drawer-panel{transform:none}
.tv-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--tv-line)}
.tv-drawer-head .tv-logo{font-size:21px}
.tv-drawer-head .tv-logo img{height:32px}
.tv-drawer-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:12px 16px 4px;padding:4px;border-radius:999px;background:var(--tv-bg)}
.tv-drawer-tabs button{border:0;background:none;padding:9px;border-radius:999px;font-weight:600;color:var(--tv-mut)}
.tv-drawer-tabs button.is-active{background:#fff;color:var(--tv-ink);box-shadow:var(--tv-sh-sm)}
.tv-drawer-body{flex:1;overflow:auto;padding:8px 16px}
.tv-drawer-pane{display:none}
.tv-drawer-pane.is-active{display:block}
.tv-dmenu,.tv-dmenu ul,.tv-dcats,.tv-dcat-subs{list-style:none;margin:0;padding:0}
.tv-dmenu>li{border-bottom:1px solid var(--tv-line2);position:relative}
.tv-dmenu a{display:block;padding:13px 4px;color:var(--tv-ink);font-weight:500}
.tv-dmenu .sub-menu{display:none;padding:0 0 10px 12px}
.tv-dmenu .sub-menu a{padding:8px 4px;color:var(--tv-text);font-size:14.5px}
.tv-dmenu li.is-open>.sub-menu{display:block}
.tv-dmenu-toggle{position:absolute;right:0;top:6px;width:36px;height:36px;display:grid;place-items:center;border:0;background:var(--tv-bg);border-radius:50%;color:var(--tv-ink)}
.tv-dmenu li.is-open>.tv-dmenu-toggle .tv-ic{transform:rotate(180deg)}
.tv-dcats>li{border-bottom:1px solid var(--tv-line2)}
.tv-dcat-row{display:flex;align-items:center}
.tv-dcat-row a{flex:1;display:flex;align-items:center;gap:11px;padding:11px 4px;color:var(--tv-ink);font-weight:500}
.tv-dcat-row a span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;color:var(--c);background:color-mix(in srgb,var(--c) 12%,#fff)}
.tv-dcat-toggle{width:36px;height:36px;display:grid;place-items:center;border:0;background:var(--tv-bg);border-radius:50%}
.tv-dcat-toggle[aria-expanded=true] .tv-ic{transform:rotate(180deg)}
.tv-dcat-subs{padding:0 0 10px 49px}
.tv-dcat-subs a{display:flex;justify-content:space-between;padding:7px 0;color:var(--tv-text);font-size:14.5px}
.tv-dcat-subs em{font-style:normal;color:var(--tv-mut2);font-size:12.5px}
.tv-drawer-foot{display:grid;gap:10px;padding:14px 16px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--tv-line)}
.tv-cur--block{display:grid;grid-template-columns:1fr 1fr;background:var(--tv-bg)}
.tv-cur--block button{padding:9px;color:var(--tv-mut)}
.tv-cur--block button.is-active{background:#fff;color:var(--tv-ink);box-shadow:var(--tv-sh-sm)}
/* Cart drawer */
.tv-cartdrawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(420px,92vw);display:flex;flex-direction:column;background:#fff;transform:translateX(102%);transition:transform .3s cubic-bezier(.2,.8,.2,1);box-shadow:var(--tv-sh-lg)}
.tv-cartdrawer.is-open .tv-cartdrawer-panel{transform:none}
.tv-cd-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--tv-line)}
.tv-cd-head h2{display:flex;align-items:center;gap:10px;font-size:21px;margin:0}
.tv-cd-head h2 em{font-style:normal;font-family:var(--tv-font);font-size:12px;font-weight:700;min-width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:var(--tv-grad);color:#fff;padding:0 7px}
.tv-cd-body{flex:1;overflow:auto;padding:12px 20px}
.tv-cd-list{list-style:none;margin:0;padding:0}
.tv-cd-list li{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--tv-line2);transition:opacity .2s}
.tv-cd-list li.is-removing{opacity:.4}
.tv-cd-img{display:block;aspect-ratio:4/3;border-radius:11px;overflow:hidden;background:var(--tv-line2)}
.tv-cd-img img{width:100%;height:100%;object-fit:cover}
.tv-cd-info{display:flex;flex-direction:column;min-width:0;line-height:1.35}
.tv-cd-info a{color:var(--tv-ink);font-weight:600;font-size:14.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tv-cd-info em{font-style:normal;font-size:12.5px;color:var(--tv-primary)}
.tv-cd-info span{font-size:13px;color:var(--tv-mut)}
.tv-cd-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.tv-cd-right b{color:var(--tv-ink);font-family:var(--tv-font-h);font-size:16px}
.tv-cd-right button{border:0;background:none;padding:0;font-size:12.5px;color:var(--tv-err);font-weight:500}
.tv-cd-right button:hover{text-decoration:underline}
.tv-cd-foot{padding:18px 20px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--tv-line);background:#fcfdfc}
.tv-cd-total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px;color:var(--tv-ink);font-weight:600}
.tv-cd-total b{font-family:var(--tv-font-h);font-size:24px}
.tv-cd-note{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--tv-mut);margin:0 0 14px}
.tv-cd-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.tv-cd-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:60px 10px}
.tv-cd-empty span{display:grid;place-items:center;width:80px;height:80px;border-radius:50%;background:var(--tv-primary-soft);color:var(--tv-primary);margin-bottom:14px}
.tv-cd-empty b{color:var(--tv-ink);font-family:var(--tv-font-h);font-size:20px}
.tv-cd-empty p{color:var(--tv-mut)}
.tv-cd-loading{display:flex;justify-content:center;gap:6px;padding:60px 0}
.tv-cd-loading span{width:10px;height:10px;border-radius:50%;background:var(--tv-primary);animation:tv-dot 1s infinite}
.tv-cd-loading span:nth-child(2){animation-delay:.15s}.tv-cd-loading span:nth-child(3){animation-delay:.3s}
@keyframes tv-dot{50%{transform:scale(.4);opacity:.4}}

.tv-bottombar{display:none}
.tv-wa-float{position:fixed;right:22px;bottom:22px;z-index:80;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:var(--tv-wa);color:#fff;box-shadow:0 14px 30px -10px rgba(34,197,94,.8);transition:transform .2s}
.tv-wa-float:hover{color:#fff;transform:scale(1.07)}
.tv-wa-float::before{content:"";position:absolute;inset:0;border-radius:50%;background:var(--tv-wa);z-index:-1;animation:tv-pulse 2.4s ease-out infinite}
@keyframes tv-pulse{0%{transform:scale(1);opacity:.55}100%{transform:scale(1.7);opacity:0}}
.tv-totop{position:fixed;right:30px;bottom:94px;z-index:79;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:0;background:#fff;color:var(--tv-ink);box-shadow:var(--tv-sh);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s}
.tv-totop.is-on{opacity:1;visibility:visible;transform:none}
.tv-totop:hover{background:var(--tv-grad);color:#fff}
.tv-toast{position:fixed;left:50%;bottom:28px;z-index:1100;transform:translate(-50%,20px);display:flex;align-items:center;gap:10px;max-width:calc(100vw - 32px);padding:13px 20px;border-radius:999px;background:var(--tv-ink);color:#fff;font-weight:500;font-size:14px;box-shadow:var(--tv-sh-lg);opacity:0;visibility:hidden;transition:.25s}
.tv-toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}
.tv-toast a{color:#a5b4fc;font-weight:600;white-space:nowrap}
.tv-toast .tv-ic{color:#4ade80}

/* ---------- Responsive ---------- */
@media (max-width:1280px){
	.tv-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
	.tv-car-track{grid-auto-columns:calc((100% - 48px) / 3)}
	.tv-carousel--cats .tv-car-track{grid-auto-columns:calc((100% - 80px) / 5)}
	.tv-carousel--featured .tv-car-track{grid-auto-columns:calc((100% - 24px) / 2)}
	.tv-footer-top{grid-template-columns:1.4fr 1fr 1fr 1fr}
	.tv-footer-help{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,auto);justify-content:start;gap:10px 14px;align-items:center}
	.tv-footer-help .tv-footer-title{grid-column:1/-1;margin-bottom:4px}
	.tv-footer-help .tv-help-line{margin:0}
	.tv-car-prev{left:-10px}.tv-car-next{right:-10px}
	.tv-menu>li>a,.tv-allcats-btn{padding:0 11px;font-size:14.5px}
	.tv-navdeal{display:none}
	.tv-acc-txt{display:none}
	.tv-signin span{display:none}
	.tv-pd{grid-template-columns:minmax(0,1fr) 360px}
}
@media (max-width:1100px){
	.tv-shop:not(.tv-shop--full):not(.is-collapsed) .tv-grid--shop.tv-grid--c4,.tv-grid--shop.tv-grid--c3{grid-template-columns:repeat(2,minmax(0,1fr))}
	.tv-shop{grid-template-columns:250px minmax(0,1fr)}
	.tv-stats{grid-template-columns:1fr;gap:26px}
	.tv-nl{grid-template-columns:auto 1fr}
	.tv-nl-form{grid-column:1/-1}
	.tv-app-in{grid-template-columns:240px minmax(0,1fr)}
	.tv-featured{grid-template-columns:1fr}
	.tv-carousel--featured .tv-car-track{grid-auto-columns:calc((100% - 48px) / 3)}
}
@media (max-width:1023px){
	:root{--tv-header-h:64px}
	.tv-nav{display:none}
	.tv-burger{display:grid;place-items:center}
	.tv-header-in{gap:10px;min-height:var(--tv-header-h)}
	.tv-header.is-scrolled .tv-header-in{min-height:var(--tv-header-h)}
	.tv-logo{margin-right:auto}
	.tv-header-cta,.tv-hbtn--wish,.tv-acc,.tv-signin{display:none}
	.tv-hbtn{width:42px;height:42px}
	.tv-searchpanel{padding:14px 0 16px}
	.tv-searchpanel-x{position:static;margin:12px auto 0;width:auto;height:auto;padding:6px 14px;border-radius:999px;font-size:13px}
	.tv-search{height:54px}
	.tv-search-cat{display:none}
	.tv-search input[type=search]{padding-left:20px}
	.tv-search-btn span{display:none}
	.tv-search-btn{width:44px;min-height:44px;padding:0}
	.tv-topbar-links>a{display:none}
	.tv-hero{padding:44px 0 34px}
	.tv-hero-in{grid-template-columns:1fr;gap:34px}
	.tv-collage{height:440px;margin:0 auto;max-width:540px}
	.tv-features{grid-template-columns:repeat(2,1fr)}
	.tv-reviews-row{grid-template-columns:1fr 1fr}
	.tv-faq-wrap{grid-template-columns:1fr;gap:24px}
	.tv-faq-side{position:static}
	.tv-shop{grid-template-columns:minmax(0,1fr);grid-template-areas:"bar" "main"}
	.tv-filters{position:fixed;left:0;top:0;bottom:0;z-index:1001;width:min(340px,88vw);max-height:none;border-radius:0;border:0;padding:0 18px 18px;transform:translateX(-102%);transition:transform .3s cubic-bezier(.2,.8,.2,1);box-shadow:var(--tv-sh-lg)}
	.tv-shop.is-collapsed .tv-filters{display:block}
	.tv-filters.is-open{transform:none}
	.tv-filters-head{display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#fff;padding:14px 0;border-bottom:1px solid var(--tv-line);z-index:1}
	.tv-filters-head b{display:inline-flex;align-items:center;gap:8px;color:var(--tv-ink);font-size:18px;font-family:var(--tv-font-h)}
	.tv-filters-scrim{position:fixed;inset:0;z-index:1000;background:rgba(8,11,30,.5);opacity:0;visibility:hidden;transition:.25s}
	.tv-filters.is-open+.tv-filters-scrim{display:block;opacity:1;visibility:visible}
	.tv-shop:not(.tv-shop--full) .tv-grid--shop.tv-grid--c4,.tv-grid--shop.tv-grid--c4,.tv-grid--shop.tv-grid--c3{grid-template-columns:repeat(3,minmax(0,1fr))}
	.tv-pd{grid-template-columns:minmax(0,1fr);gap:24px}
	.tv-pd-main{display:contents}
	.tv-pd-gallery{order:1}
	.tv-pd-side{order:2}
	.tv-pd-sec{order:3}
	.tv-pd-side{position:static;display:grid;grid-template-columns:1fr 1fr}
	.tv-pd-side .tv-buy{grid-column:1/-1}
	.tv-contact{grid-template-columns:1fr}
	.tv-posts{grid-template-columns:1fr 1fr}
	.tv-authsplit{grid-template-columns:1fr}
	.tv-auth-art{padding:30px}
	.tv-auth-art h2{margin-top:26px}
	.tv-aa-list{display:none}
	.tv-app-in{grid-template-columns:minmax(0,1fr);gap:16px}
	.tv-app-side{position:static}
	.tv-app-user,.tv-app-help,.tv-app-label{display:none}
	.tv-app-nav{flex-direction:row;overflow-x:auto;scrollbar-width:none;padding:8px;gap:4px}
	.tv-app-nav::-webkit-scrollbar{display:none}
	.tv-app-nav a{flex:none;padding:10px 14px;font-size:14px}
	.tv-app-out{margin-top:0;border-top:0;border-radius:14px!important}
	.tv-support{grid-template-columns:1fr}
	.tv-footer-trust{grid-template-columns:1fr 1fr}
	.tv-bottombar{position:fixed;left:0;right:0;bottom:0;z-index:95;display:grid;grid-template-columns:repeat(4,1fr);padding:6px 4px calc(6px + env(safe-area-inset-bottom));background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-top:1px solid var(--tv-line);box-shadow:0 -8px 24px -14px rgba(14,21,55,.25)}
	.tv-bottombar a,.tv-bottombar button{display:flex;flex-direction:column;align-items:center;gap:3px;padding:5px 0;border:0;background:none;color:var(--tv-mut);font-size:11px;font-weight:500}
	.tv-bottombar .is-active{color:var(--tv-primary)}
	.tv-bb-ic{position:relative}
	.tv-bb-ic .tv-count{position:absolute;top:-6px;right:-10px;border:2px solid #fff;height:19px}
	body.tvm{padding-bottom:calc(64px + env(safe-area-inset-bottom))}
	.tv-wa-float{bottom:calc(80px + env(safe-area-inset-bottom));right:16px;width:52px;height:52px}
	.tv-totop{display:none}
	.tv-toast{bottom:calc(84px + env(safe-area-inset-bottom))}
	.tv-stickybuy{display:block;bottom:calc(58px + env(safe-area-inset-bottom));padding-bottom:10px;border-bottom:1px solid var(--tv-line)}
	body.single-tv_product .tv-wa-float{bottom:calc(150px + env(safe-area-inset-bottom))}
	.tv-otable thead{display:none}
	.tv-otable,.tv-otable tbody,.tv-otable tr,.tv-otable td{display:block}
	.tv-otable tr{display:grid;grid-template-columns:1fr auto;gap:10px 12px;padding:16px;border-top:1px solid var(--tv-line2)}
	.tv-otable tbody tr:nth-child(even) td,.tv-otable tbody tr:hover td{background:none}
	.tv-otable tbody tr:nth-child(even){background:#f9fafb}
	.tv-otable tr:first-child{border-top:0}
	.tv-otable td{padding:0;border:0!important}
	.tv-otable td[data-label=Customer]{grid-column:1;grid-row:1}
	.tv-otable td[data-label=Status]{grid-column:2;grid-row:1;justify-self:end}
	.tv-otable td[data-label=Products]{grid-column:1/-1;grid-row:2}
	.tv-otable td[data-label="Sell Time"]{grid-column:1;grid-row:3;align-self:center}
	.tv-otable td[data-label=Amount]{grid-column:2;grid-row:3;justify-self:end;align-self:center}
	.tv-otable .tv-ot-act{grid-column:1/-1;grid-row:4}
	.tv-ot-buy{width:100%;justify-content:center}
	.tv-ot-prod{max-width:none}
}
@media (max-width:767px){
	body{font-size:14.5px}
	.tv-container{padding:0 16px}
	.tv-topbar-in{justify-content:center;min-height:36px}
	.tv-topbar-links{display:none}
	.tv-topbar-msg{font-size:12.5px}
	.tv-topbar-msg a{display:none}
	.tv-logo{font-size:22px}
	.tv-logo-mark{width:36px;height:36px}
	.tv-sec{padding:30px 0}
	.tv-sec-head{margin-bottom:18px;align-items:center}
	.tv-sec-title{font-size:24px}
	.tv-sec-sub{font-size:14px}
	.tv-sec-link{padding:8px 12px;font-size:13px}
	.tv-hero{padding:28px 0 26px}
	.tv-hero-eyebrow{font-size:12px;margin-bottom:16px}
	.tv-hero h1{font-size:34px}
	.tv-hero-lead{margin-bottom:22px}
	.tv-hero-search{height:58px;padding-right:6px}
	.tv-hs-cat{display:none}
	.tv-hero-search input[type=search]{padding-left:20px}
	.tv-hero-search .tv-btn{min-height:46px;padding:0 16px}
	.tv-hero-search .tv-btn span{display:none}
	.tv-hero-proof{margin-top:24px}
	.tv-hero-pays{border-left:0;padding-left:0;width:100%}
	.tv-collage{height:330px}
	.tv-col-card{padding:7px;border-radius:15px}
	.tv-col-info{padding:7px 4px 2px}
	.tv-col-info b{font-size:12.5px}
	.tv-col-info .tv-price{font-size:12.5px}
	.tv-col-card--1{top:170px}
	.tv-float{padding:7px 12px 7px 7px;border-radius:13px}
	.tv-float>i{width:30px;height:30px;border-radius:9px}
	.tv-float b{font-size:12.5px}
	.tv-float em{font-size:11px}
	.tv-float--1{top:180px;right:-4px}
	.tv-float--2{left:-6px;top:70px}
	.tv-float--3{display:none}
	.tv-ticker{padding:12px 0}
	.tv-ticker-wrap{margin-top:-34px}
	.tv-carousel--cats .tv-car-track{grid-auto-columns:calc((100% - 24px) / 2.6);gap:12px}
	.tv-cat{padding:18px 10px 16px;border-radius:18px}
	.tv-cat-ic{width:54px;height:54px;border-radius:16px;margin-bottom:8px}
	.tv-cat-name{font-size:15px}
	.tv-grid,.tv-shop:not(.tv-shop--full) .tv-grid--shop.tv-grid--c4,.tv-grid--shop.tv-grid--c4,.tv-grid--shop.tv-grid--c3{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
	.tv-car-track,.tv-carousel--featured .tv-car-track{grid-auto-columns:calc((100% - 12px) / 1.7);gap:12px}
	.tv-car-nav{display:none}
	.tv-card{padding:7px;border-radius:16px}
	.tv-card-media{border-radius:11px}
	.tv-card-body{padding:10px 5px 4px}
	.tv-card-title{font-size:14px;margin-bottom:6px}
	.tv-card-price{margin-bottom:10px}
	.tv-card-price .tv-price{font-size:16.5px}
	.tv-card-foot{gap:6px}
	.tv-card-go{width:38px;height:38px;border-radius:10px}
	.tv-card-buy{height:38px;padding:0 8px;font-size:13px;border-radius:10px}
	.tv-card-buy .tv-ic{display:none}
	.tv-badge{font-size:10.5px;padding:3px 7px}
	.tv-grid--list .tv-card{flex-direction:column;gap:0}
	.tv-grid--list .tv-card-media{width:auto}
	.tv-grid--list{grid-template-columns:1fr 1fr!important}
	.tv-grid--list .tv-card-title{font-size:14px}
	.tv-ptabs{width:100%}
	.tv-sec--dark{padding:44px 0}
	.tv-featured-intro{padding:26px 22px}
	.tv-stats{padding:24px 18px;border-radius:22px}
	.tv-stats-grid{gap:10px}
	.tv-stat{grid-template-columns:1fr;grid-template-areas:"ic" "num" "lbl";padding:16px;row-gap:4px}
	.tv-stat>span{width:44px;height:44px;margin-bottom:6px}
	.tv-stat b{font-size:24px}
	.tv-promos,.tv-promos--3{grid-template-columns:1fr;gap:12px}
	.tv-promo{min-height:170px;padding:22px}
	.tv-promo-text{max-width:80%}
	.tv-deal{padding:20px 16px;border-radius:22px}
	.tv-countdown span{min-width:56px;padding:8px 4px}
	.tv-countdown b{font-size:21px}
	.tv-features{grid-template-columns:1fr 1fr;gap:10px}
	.tv-feature{padding:18px 16px}
	.tv-feature-ic{width:46px;height:46px;margin-bottom:12px;border-radius:14px}
	.tv-feature h3{font-size:16px}
	.tv-feature p{font-size:13px}
	.tv-reviews-row{grid-template-columns:1fr}
	.tv-otable-wrap{border-radius:20px}
	.tv-posts{grid-template-columns:1fr}
	.tv-sup{grid-template-columns:1fr;grid-template-areas:"ic" "txt" "btn";padding:26px 22px}
	.tv-seo{padding:22px 18px}
	.tv-cta{flex-direction:column;align-items:flex-start;padding:24px 20px}
	.tv-cta .tv-btn{width:100%}
	.tv-pagehead{padding:22px 0 26px}
	.tv-shophead{padding:26px 0 30px}
	.tv-shophead-search{height:54px;padding-left:16px}
	.tv-shophead-search .tv-btn{min-height:42px;padding:0 16px}
	.tv-shop{padding-top:18px;gap:14px}
	.tv-toolbar{flex-wrap:wrap;border-radius:22px;padding:8px}
	.tv-tb-filter{height:40px;padding:0 16px}
	.tv-sortpills{order:3;flex-basis:100%}
	.tv-sortpills a{padding:8px 12px;font-size:13.5px}
	.tv-tb-right{margin-left:auto}
	.tv-sort select{height:40px;max-width:150px}
	.tv-viewtoggle{display:none}
	.tv-pdhead{padding-top:20px}
	.tv-pd-title{font-size:27px}
	.tv-pd-meta{gap:8px 14px;font-size:13px;margin-bottom:16px}
	.tv-pdnav a{padding:12px 12px;font-size:14px}
	.tv-product{padding-top:18px}
	.tv-pd-gallery{padding:8px;border-radius:20px}
	.tv-pd-thumbs button{width:72px}
	.tv-pd-gbtns .tv-btn{flex:1}
	.tv-pd-sec{padding:22px 18px;border-radius:20px}
	.tv-pd-h{font-size:21px}
	.tv-pd-feats{grid-template-columns:1fr}
	.tv-hsteps{grid-template-columns:1fr}
	.tv-pd-side{grid-template-columns:1fr}
	.tv-buy{padding:18px}
	.tv-buy-btn{height:52px;font-size:15px}
	.tv-steps{grid-template-columns:1fr}
	.tv-rv-summary{flex-direction:column;gap:14px;align-items:stretch}
	.tv-page-body{padding:24px 18px}
	.tv-form-row{grid-template-columns:1fr}
	.tv-authwrap{padding:20px 0 40px}
	.tv-authsplit{border-radius:22px}
	.tv-auth-art{padding:24px}
	.tv-auth-art h2{font-size:26px;margin-top:18px}
	.tv-auth-art>p{margin-bottom:16px}
	.tv-aa-foot{padding:12px}
	.tv-aa-foot b{font-size:18px}
	.tv-auth-form{padding:26px 18px}
	.tv-app{padding-top:16px}
	.tv-app-top{padding:16px 18px}
	.tv-app-top h1{font-size:23px}
	.tv-app-top-act{display:none}
	.tv-newsletter{margin-top:20px;margin-bottom:-70px}
	.tv-nl{grid-template-columns:1fr;padding:26px 20px;gap:14px;border-radius:24px}
	.tv-nl-ic{width:54px;height:54px;border-radius:16px}
	.tv-nl-form{height:56px;padding-left:16px}
	.tv-nl-form>.tv-ic{display:none}
	.tv-nl-form .tv-btn{min-height:44px;padding:0 16px}
	.tv-footer{padding-top:44px}
	.tv-newsletter+.tv-footer{padding-top:110px}
	.tv-footer-trust{grid-template-columns:1fr 1fr;gap:14px;padding-bottom:26px;margin-bottom:30px}
	.tv-footer-trust>div{flex-direction:column;align-items:flex-start;gap:8px}
	.tv-footer-trust span{width:44px;height:44px}
	.tv-footer-top{grid-template-columns:1fr 1fr;gap:28px 18px;padding-bottom:30px}
	.tv-footer-brand{grid-column:1/-1}
	.tv-footer-help{grid-template-columns:1fr}
	.tv-footer-bottom{flex-direction:column;align-items:flex-start}
	.tv-lightbox{padding:12px}
	.tv-lb-nav{bottom:20px;top:auto}
}
@media (max-width:380px){
	.tv-grid{gap:10px}
	.tv-card-title{font-size:13.5px}
	.tv-hero h1{font-size:30px}
	.tv-countdown span{min-width:50px}
	.tv-collage{height:290px}
}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media (max-width:360px){.tv-buy-row{grid-template-columns:1fr}}

/* ---------- Auth pop-up ---------- */
.tv-am{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px}
.tv-am-scrim{position:absolute;inset:0;background:rgba(15,20,18,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);opacity:0;transition:opacity .28s}
.tv-am.is-open .tv-am-scrim{opacity:1}
.tv-am-box{position:relative;display:grid;grid-template-columns:360px minmax(0,1fr);width:min(920px,100%);max-height:calc(100vh - 40px);background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 50px 100px -30px rgba(0,0,0,.5);opacity:0;transform:translateY(24px) scale(.97);transition:opacity .28s,transform .35s cubic-bezier(.2,.9,.25,1.1)}
.tv-am.is-open .tv-am-box{opacity:1;transform:none}
.tv-am-x{position:absolute;right:16px;top:16px;z-index:3;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;border:0;background:var(--tv-bg);color:var(--tv-ink);transition:.2s}
.tv-am-x:hover{background:var(--tv-line);transform:rotate(90deg)}
.tv-am-art{position:relative;display:flex;flex-direction:column;padding:34px 30px;color:rgba(255,255,255,.88);background:linear-gradient(155deg,var(--tv-secondary),var(--tv-primary) 50%,var(--tv-primary-dark));overflow:hidden;isolation:isolate}
.tv-am-shape{position:absolute;border-radius:50%;z-index:-1}
.tv-am-shape.s1{width:300px;height:300px;right:-120px;top:-110px;border:44px solid rgba(255,255,255,.1)}
.tv-am-shape.s2{width:200px;height:200px;left:-70px;bottom:-80px;background:rgba(255,255,255,.08)}
.tv-am-art .tv-logo-mark{background:rgba(255,255,255,.2);box-shadow:none}
.tv-am-art-txt{margin:auto 0}
.tv-am-art h3{color:#fff;font-size:30px;margin:30px 0 10px}
.tv-am-art p{margin:0 0 18px;font-size:15px}
.tv-am-art ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.tv-am-art li{display:flex;align-items:center;gap:10px;font-size:14px;color:#fff}
.tv-am-art li .tv-ic{width:22px;height:22px;padding:4px;border-radius:50%;background:rgba(255,255,255,.2)}
.tv-am-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:26px}
.tv-am-stats div{padding:12px;border-radius:14px;background:rgba(255,255,255,.12);text-align:center}
.tv-am-stats b{display:block;color:#fff;font-family:var(--tv-font-h);font-size:22px;line-height:1.1}
.tv-am-stats span{font-size:12px}
.tv-am-main{padding:34px 38px 30px;overflow:auto;color:var(--tv-text)}
.tv-am-tabs{position:relative;display:grid;grid-template-columns:1fr 1fr;padding:5px;margin:0 48px 20px 0;border-radius:999px;background:var(--tv-bg)}
.tv-am-tabs.is-lost{opacity:.5}
.tv-am-tabs button{position:relative;z-index:1;height:42px;border:0;background:none;border-radius:999px;font-weight:600;font-size:14.5px;color:var(--tv-mut);transition:color .25s}
.tv-am-tabs button.is-active{color:#fff}
.tv-am-ink{position:absolute;left:0;top:5px;height:42px;border-radius:999px;background:var(--tv-primary);box-shadow:0 8px 18px -8px rgba(var(--tv-primary-rgb),.8);transition:transform .35s cubic-bezier(.2,.9,.25,1.1),width .35s}
.tv-am-msg{display:flex;gap:8px;padding:11px 14px;margin:0 0 14px;border-radius:12px;font-size:14px;font-weight:500;animation:tv-fade .25s}
.tv-am-msg--err{background:#fef2f2;color:#b42318}
.tv-am-msg--ok{background:var(--tv-primary-soft);color:var(--tv-primary-dark)}
.tv-am-form{display:none}
.tv-am-form.is-active{display:block;animation:tv-amin .35s ease}
@keyframes tv-amin{from{opacity:0;transform:translateX(12px)}}
.tv-am-form h2{font-size:26px;margin:0 0 4px}
.tv-am-sub{margin:0 0 18px;color:var(--tv-mut);font-size:14.5px}
.tv-am-field{position:relative;display:flex;align-items:center;margin-bottom:12px}
.tv-am-ic{position:absolute;left:16px;color:var(--tv-mut2);pointer-events:none;transition:color .2s}
.tv-am-field input{width:100%;height:52px;padding:0 46px 0 46px;border:1.5px solid transparent;border-radius:14px;background:var(--tv-bg);font-size:15px;color:var(--tv-ink);outline:0;transition:border-color .2s,background .2s,box-shadow .2s}
.tv-am-field input:focus{background:#fff;border-color:var(--tv-primary);box-shadow:0 0 0 4px rgba(var(--tv-primary-rgb),.12)}
.tv-am-field:focus-within .tv-am-ic{color:var(--tv-primary)}
.tv-am-field.is-bad input{border-color:#ef4444;box-shadow:0 0 0 4px rgba(239,68,68,.1);animation:tv-shake .35s}
@keyframes tv-shake{25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}
.tv-am-eye{position:absolute;right:8px;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:10px;background:none;color:var(--tv-mut)}
.tv-am-eye.is-on,.tv-am-eye:hover{color:var(--tv-primary)}
.tv-am-two{display:grid;grid-template-columns:1fr 1fr;gap:0 10px}
.tv-am-meter{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;margin:-4px 0 14px}
.tv-am-meter i{height:4px;border-radius:4px;background:var(--tv-line);transition:background .25s}
.tv-am-meter[data-level="1"] i:nth-child(-n+1){background:#ef4444}
.tv-am-meter[data-level="2"] i:nth-child(-n+2){background:#f59e0b}
.tv-am-meter[data-level="3"] i:nth-child(-n+3){background:#22c55e}
.tv-am-meter[data-level="4"] i{background:var(--tv-primary)}
.tv-am-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:2px 0 18px}
.tv-am-check{position:relative;display:inline-flex;align-items:center;gap:9px;font-size:14px;color:var(--tv-text);cursor:pointer}
.tv-am-check input{position:absolute;opacity:0}
.tv-am-check>span{width:20px;height:20px;border-radius:6px;border:1.5px solid #cdd3cf;background:#fff;flex:none;transition:.15s}
.tv-am-check input:checked+span{background:var(--tv-primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/12px no-repeat;border-color:var(--tv-primary)}
.tv-am-check input:focus-visible+span{outline:2px solid var(--tv-primary);outline-offset:2px}
.tv-am-check.is-bad>span{border-color:#ef4444}
.tv-am-terms{margin:0 0 18px}
.tv-am-link{border:0;background:none;padding:0;font:inherit;font-weight:600;color:var(--tv-primary);cursor:pointer}
.tv-am-link:hover{text-decoration:underline}
.tv-am-submit{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:54px;border:0;border-radius:14px;background:linear-gradient(135deg,var(--tv-primary),var(--tv-primary-dark));color:#fff;font-weight:700;font-size:16px;box-shadow:0 16px 30px -14px rgba(var(--tv-primary-rgb),.9);overflow:hidden;transition:transform .15s,box-shadow .25s}
.tv-am-submit:hover{transform:translateY(-2px);box-shadow:0 20px 34px -14px rgba(var(--tv-primary-rgb),1)}
.tv-am-submit .tv-ic{transition:transform .2s}
.tv-am-submit:hover .tv-ic{transform:translateX(4px)}
.tv-am-submit.is-loading span,.tv-am-submit.is-loading .tv-ic{opacity:0}
.tv-am-submit.is-loading::after{content:"";position:absolute;width:22px;height:22px;border:2.5px solid #fff;border-right-color:transparent;border-radius:50%;animation:tv-spin .7s linear infinite}
.tv-am-submit.is-done{background:#12b76a}
.tv-am-switch{margin:16px 0 0;text-align:center;font-size:14px;color:var(--tv-mut)}
.tv-am .tvs-social{margin-bottom:0}
.tv-am .tvs-or{margin:14px 0}
@media (max-width:860px){
	.tv-am{padding:16px}
	.tv-am-box{grid-template-columns:1fr;width:100%;max-width:440px;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);border-radius:24px}
	.tv-am-art{display:none}
	.tv-am-main{padding:22px 18px 20px}
	.tv-am-x{top:12px;right:12px;width:36px;height:36px}
	.tv-am-tabs{margin-right:44px}
	.tv-am-form h2{font-size:22px}
	.tv-am-two{grid-template-columns:1fr}
	.tv-am-field input{font-size:16px;height:50px}
	.tv-am-submit{height:52px}
}


/* ---------- Product page v3 ---------- */
.tv-product{padding:28px 0 20px}
.tv-pd-titlecard{position:relative;padding:22px 24px;border-radius:24px;background:#fff;border:1px solid var(--tv-line);overflow:hidden}
.tv-pd-titlecard::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--tv-grad)}
.tv-pd-tc-top{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}
.tv-pd-titlecard .tv-pd-cat{padding:4px 11px;font-size:12px;background:var(--tv-primary-soft);border:0;border-radius:999px}
.tv-pd-titlecard .tv-pd-type{display:inline-flex;align-items:center;gap:5px;padding:4px 11px;font-size:12px}
.tv-pd-titlecard .tv-pd-title{font-size:clamp(20px,1.7vw,24px);line-height:1.3;margin:0 0 10px;letter-spacing:-.01em;background:linear-gradient(transparent 62%,color-mix(in srgb,var(--tv-primary) 16%,transparent) 62%);display:inline;-webkit-box-decoration-break:clone;box-decoration-break:clone}
.tv-pd-tc-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 14px;margin-top:12px;font-size:13px;color:var(--tv-mut)}
.tv-pd-tc-meta>*{display:inline-flex;align-items:center;gap:5px;color:var(--tv-mut)}
.tv-pd-tc-meta b{color:var(--tv-ink)}
.tv-pd-feats-wrap{margin-top:14px;padding:16px 18px;border-radius:16px;background:var(--tv-bg)}
.tv-pd-feats-h{display:flex;align-items:center;gap:7px;margin:0 0 10px;font-family:var(--tv-font-h);font-weight:600;font-size:16px;color:var(--tv-ink)}
.tv-pd-feats-h .tv-ic{color:var(--tv-primary)}
.tv-pd-feats-wrap .tv-pd-feats{grid-template-columns:1fr 1fr;gap:8px 18px}
.tv-pd-feats-wrap .tv-pd-feats li{font-size:14px;align-items:center}
.tv-pd-feats-wrap .tv-pd-feats li span{width:20px;height:20px;margin:0;background:var(--tv-primary);color:#fff}
.tv-demo-btn{display:flex;align-items:center;gap:14px;margin-top:14px;padding:10px 12px 10px 10px;border-radius:18px;color:#fff;background:linear-gradient(120deg,var(--tv-dark),color-mix(in srgb,var(--tv-primary) 70%,var(--tv-dark)) 70%,var(--tv-primary));box-shadow:0 20px 36px -22px rgba(var(--tv-primary-rgb),.9);position:relative;overflow:hidden;transition:transform .2s,box-shadow .25s}
.tv-demo-btn::after{content:"";position:absolute;top:0;left:-40%;width:30%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.22),transparent);transform:skewX(-20deg);animation:tv-shine 3.6s ease-in-out infinite}
.tv-demo-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 26px 40px -22px rgba(var(--tv-primary-rgb),1)}
.tv-demo-ic{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:rgba(255,255,255,.14);flex:none}
.tv-demo-txt{flex:1;display:flex;flex-direction:column;line-height:1.3}
.tv-demo-txt b{font-family:var(--tv-font-h);font-size:19px;font-weight:600}
.tv-demo-txt em{font-style:normal;font-size:13px;opacity:.8}
.tv-demo-go{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#fff;color:var(--tv-primary);flex:none;transition:transform .25s}
.tv-demo-btn:hover .tv-demo-go{transform:rotate(45deg)}
.tv-pdnav{position:sticky;top:calc(var(--tv-stick) + 8px);z-index:5;display:flex;gap:4px;padding:6px;border:1px solid var(--tv-line);border-radius:999px;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);overflow-x:auto;scrollbar-width:none;box-shadow:0 10px 24px -20px rgba(0,0,0,.4)}
.tv-pdnav a{padding:10px 18px;border:0;border-radius:999px;margin:0;font-size:14.5px}
.tv-pdnav a.is-active{background:var(--tv-primary);color:#fff;border:0}
.tv-pdnav a.is-active em{background:rgba(255,255,255,.2);border-color:transparent;color:#fff}
.tv-pd-sec{scroll-margin-top:calc(var(--tv-stick) + 80px)}
.tv-pd-gallery .tv-pd-stage{aspect-ratio:16/10}
@media (max-width:1023px){
	.tv-pd-side{display:contents}
	.tv-pd-titlecard{order:0}
	.tv-pd-gallery{order:1}
	.tv-buy{order:2}
	.tv-pdnav{order:3}
	.tv-pd-sec{order:4}
	.tv-pd-side>.tv-side-card{order:5}
}
@media (max-width:767px){
	.tv-product{padding-top:14px}
	.tv-pd{gap:14px}
	.tv-pd-titlecard{padding:16px 18px;border-radius:18px}
	.tv-pd-titlecard .tv-pd-title{font-size:20px}
	.tv-pd-feats-wrap{padding:14px}
	.tv-pd-feats-wrap .tv-pd-feats{grid-template-columns:1fr}
	.tv-demo-btn{padding:8px 10px 8px 8px;gap:10px;border-radius:16px}
	.tv-demo-ic{width:44px;height:44px}
	.tv-demo-txt b{font-size:16.5px}
	.tv-demo-txt em{font-size:12px}
	.tv-demo-go{width:40px;height:40px}
	.tv-pdnav{top:calc(var(--tv-stick) + 4px);border-radius:14px;padding:4px}
	.tv-pdnav a{padding:8px 13px;font-size:13.5px}
	.tv-buy{border-radius:20px}
	.tv-buy-now{font-size:32px}
}
.tv-pdnav a.is-active:hover{color:#fff}

/* ---------- v3 refinements ---------- */
/* Drawer sign in / up */
.tv-drawer-auth{margin:18px 0 6px;padding:16px;border-radius:18px;background:linear-gradient(135deg,var(--tv-primary-soft),#fff);border:1px solid color-mix(in srgb,var(--tv-primary) 18%,var(--tv-line))}
.tv-drawer-auth p{margin:0 0 12px;font-size:13.5px;color:var(--tv-text);text-align:center}
.tv-drawer-auth div{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.tv-drawer-auth .tv-btn{min-height:44px;padding:0 10px;font-size:14px}

/* Currency switch (home) */
.tv-hero-strip-cur{justify-content:center;flex-wrap:wrap;gap:10px!important}
.tv-hero-strip-cur em{font-style:normal;font-size:13px;color:var(--tv-mut)}
.tv-curswitch{position:relative;display:grid;grid-template-columns:1fr 1fr;padding:4px;border-radius:999px;background:var(--tv-bg);border:1px solid var(--tv-line)}
.tv-curswitch button{position:relative;z-index:1;min-width:76px;height:36px;border:0;background:none;border-radius:999px;font-weight:700;font-size:13.5px;color:var(--tv-mut);transition:color .25s}
.tv-curswitch button.is-active{color:#fff}
.tv-curswitch i{position:absolute;top:4px;bottom:4px;left:4px;width:calc(50% - 4px);border-radius:999px;background:var(--tv-primary);box-shadow:0 6px 14px -6px rgba(var(--tv-primary-rgb),.8);transition:transform .3s}
.tv-curswitch button:last-of-type.is-active~i{transform:translateX(100%)}

/* Product card: centered, compact buttons */
.tv-card-body{text-align:center;align-items:stretch}
.tv-card-title{text-align:center}
.tv-card-price{display:flex;justify-content:center}
.tv-card-price .tv-price{justify-content:center}
.tv-card-foot{gap:6px}
.tv-card-go{width:38px;height:38px;border-radius:10px}
.tv-card-buy{height:38px;font-size:13.5px;border-radius:10px;padding:0 12px}
.tv-card-buy .tv-ic{width:14px;height:14px}

/* Deals: 2 rows, horizontal scroll */
.tv-carousel--2row .tv-car-track{grid-template-rows:repeat(2,auto);grid-auto-columns:calc((100% - 72px) / 4)}

/* Why choose (features) */
.tv-features{gap:14px}
.tv-feature{display:flex;align-items:flex-start;gap:14px;padding:18px;border-radius:18px}
.tv-feature-ic{width:46px;height:46px;border-radius:14px;margin:0;flex:none}
.tv-feature-ic .tv-ic{width:20px;height:20px}
.tv-feature h3{font-size:16.5px;margin:2px 0 4px}
.tv-feature p{font-size:13.5px;line-height:1.5}

/* FAQ */
.tv-faq{gap:10px}
.tv-faq-item{border-radius:16px;border:1px solid var(--tv-line);background:#fff;overflow:hidden;transition:box-shadow .3s,border-color .3s}
.tv-faq-item:hover{border-color:color-mix(in srgb,var(--tv-primary) 30%,var(--tv-line))}
.tv-faq-item[open]{background:#fff;border-color:color-mix(in srgb,var(--tv-primary) 40%,var(--tv-line));box-shadow:0 18px 36px -26px rgba(var(--tv-primary-rgb),.6)}
.tv-faq-item summary{padding:18px 20px;font-size:15.5px;gap:14px;transition:color .2s}
.tv-faq-item summary>span{flex:1}
.tv-faq-item[open] summary{color:var(--tv-primary)}
.tv-faq-item summary i{width:30px;height:30px;background:var(--tv-primary-soft);transition:transform .35s cubic-bezier(.2,.9,.25,1.1),background .25s,color .25s}
.tv-faq-item[open] summary i{background:var(--tv-primary);color:#fff;transform:rotate(45deg)}
.tv-faq-a{padding:0 20px 18px;font-size:14.5px;line-height:1.7;overflow:hidden}
.tv-faq-item.is-anim .tv-faq-a{transition:height .32s ease,opacity .32s ease}
.tv-faq-num{display:inline-grid;place-items:center;min-width:30px;height:30px;border-radius:9px;background:var(--tv-bg);color:var(--tv-mut);font-size:13px;font-weight:700;font-family:var(--tv-font-h)}
.tv-faq-item[open] .tv-faq-num{background:var(--tv-primary-soft);color:var(--tv-primary)}

/* Categories */
.tv-cat{padding:22px 14px 18px;border-radius:20px;gap:2px}
.tv-cat-ic{width:62px;height:62px;border-radius:18px;margin-bottom:12px;background:linear-gradient(135deg,color-mix(in srgb,var(--c) 16%,#fff),color-mix(in srgb,var(--c) 6%,#fff));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--c) 14%,transparent)}
.tv-cat-name{font-size:16px}
.tv-cat-count{display:inline-flex;align-self:center;margin-top:6px;padding:2px 10px;border-radius:999px;background:var(--tv-bg);font-size:12px;font-weight:600}
.tv-cat:hover .tv-cat-count{background:color-mix(in srgb,var(--c) 12%,#fff);color:var(--c)}

@media (max-width:1280px){.tv-carousel--2row .tv-car-track{grid-auto-columns:calc((100% - 48px) / 3)}}
@media (max-width:1023px){
	.tv-features{grid-template-columns:1fr 1fr}
}
@media (max-width:767px){
	/* Hero (mobile) */
	.tv-hero{padding:22px 0 20px}
	.tv-hero-text{text-align:center}
	.tv-hero-eyebrow{margin:0 auto 14px;font-size:11.5px;padding:5px 12px 5px 5px}
	.tv-hero-eyebrow span{width:22px;height:22px}
	.tv-hero h1{font-size:31px;line-height:1.12;margin-bottom:12px}
	.tv-hero-lead{font-size:14.5px;line-height:1.6;margin:0 auto 18px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
	.tv-hero-search{height:54px;box-shadow:0 18px 40px -20px rgba(var(--tv-primary-rgb),.55)}
	.tv-hero-search .tv-btn{min-height:44px;width:44px;padding:0;border-radius:50%}
	.tv-hero-tags{flex-wrap:nowrap;justify-content:flex-start;gap:6px;margin:12px -16px 0;padding:0 16px;overflow-x:auto;scrollbar-width:none;font-size:12px;-webkit-mask-image:linear-gradient(90deg,#000 85%,transparent);mask-image:linear-gradient(90deg,#000 85%,transparent)}
	.tv-hero-tags::-webkit-scrollbar{display:none}
	.tv-hero-tags span{flex:none}
	.tv-hero-tags a{flex:none;padding:4px 10px;font-size:12px;background:#fff}
	.tv-hero-in{gap:22px}
	.tv-show{padding:14px 6px 0}
	.tv-show-main{border-radius:18px;padding:8px;transform:rotate(-1.5deg)}
	.tv-show-bar{padding:2px 4px 8px}
	.tv-float--order{top:0;right:0}
	.tv-hero-strip{margin-top:18px}
	.tv-hero-strip-cur{grid-column:1/-1;border-left:0!important;border-top:1px solid var(--tv-line2)}
	.tv-curswitch button{min-width:70px;height:32px;font-size:12.5px}
	/* Cards */
	.tv-card-go{width:34px;height:34px}
	.tv-card-buy{height:34px;font-size:12.5px}
	/* Deals */
	.tv-carousel--2row .tv-car-track{grid-auto-columns:calc((100% - 12px) / 2);gap:12px}
	/* Features */
	.tv-features{grid-template-columns:1fr;gap:10px}
	.tv-feature{padding:14px;gap:12px;border-radius:16px}
	.tv-feature-ic{width:42px;height:42px;border-radius:12px}
	.tv-feature h3{font-size:15px}
	.tv-feature p{font-size:13px}
	/* FAQ */
	.tv-faq-item summary{padding:15px 14px;font-size:14.5px;gap:10px}
	.tv-faq-a{padding:0 14px 15px;font-size:14px}
	.tv-faq-num{min-width:26px;height:26px;font-size:12px}
	.tv-faq-item summary i{width:26px;height:26px}
	.tv-faq-help{padding:20px}
	/* Categories */
	.tv-carousel--cats .tv-car-track{grid-auto-flow:row;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-columns:auto;gap:10px;overflow:visible;padding:0;margin:0}
	.tv-cat{padding:14px 6px 12px;border-radius:16px}
	.tv-cat-ic{width:46px;height:46px;border-radius:14px;margin-bottom:8px}
	.tv-cat-ic .tv-ic{width:22px;height:22px}
	.tv-cat-name{font-size:13px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
	.tv-cat-count{font-size:11px;padding:1px 8px}
	/* Account header */
	.tv-app-top{padding:12px 16px;margin-bottom:14px;border-radius:16px}
	.tv-app-top h1{font-size:19px}
	.tv-app-top p{font-size:12.5px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}

.tv-hero-in>*,.tv-nl>*,.tv-faq-wrap>*,.tv-stats>*,.tv-featured>*{min-width:0}
@media (max-width:1023px){
	.tv-otable tr{grid-template-columns:1fr auto auto;gap:8px 10px;padding:14px 16px}
	.tv-otable td[data-label=Customer]{grid-column:1/3}
	.tv-otable td[data-label=Status]{grid-column:3}
	.tv-otable td[data-label=Products]{grid-column:1/-1}
	.tv-otable td[data-label="Sell Time"]{grid-column:1;grid-row:3}
	.tv-otable td[data-label=Amount]{grid-column:2;grid-row:3}
	.tv-otable .tv-ot-act{grid-column:3;grid-row:3;align-self:center}
	.tv-ot-buy{width:auto;padding:6px 12px;font-size:12.5px}
	.tv-ot-status{padding:4px 9px;font-size:12px}
	.tv-ot-time{font-size:13px}
}
@media (max-width:767px){
	.tv-nl-form{min-width:0}
	.tv-nl-form input{font-size:15px}
}
@media (max-width:1023px){
	.tv-faq-side{display:contents}
	.tv-faq-wrap{gap:0}
	.tv-faq-side>*:not(.tv-faq-help){order:0}
	.tv-faq{order:1}
	.tv-faq-help{order:2;margin-top:18px}
}

.tvm-sticky{--tv-stick:var(--tv-header-h)}

/* ---------- v4 ---------- */
/* One heading per section */
.tv-sec .tv-sec-sub,.tv-sec-head .tv-eyebrow,.tv-faq-side>.tv-eyebrow,.tv-deal-head .tv-eyebrow,.tv-ro-head .tv-sec-sub{display:none}
.tv-ro-head .tv-ro-divider{margin-top:10px}
/* OTP */
.tv-am-verify{text-align:center}
.tv-am-vic{display:inline-grid;place-items:center;width:68px;height:68px;border-radius:20px;background:var(--tv-primary-soft);color:var(--tv-primary);margin:6px 0 12px}
.tv-am-otp{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:4px 0 18px}
.tv-am-otp input{width:100%;height:58px;border:1.5px solid var(--tv-line);border-radius:14px;background:var(--tv-bg);text-align:center;font-family:var(--tv-font-h);font-size:24px;font-weight:700;color:var(--tv-ink);outline:0;transition:.2s}
.tv-am-otp input:focus{border-color:var(--tv-primary);background:#fff;box-shadow:0 0 0 4px rgba(var(--tv-primary-rgb),.12)}
.tv-am-otp.is-bad input{border-color:#ef4444;animation:tv-shake .35s}
/* Smooth, soft card buttons */
.tv-card-foot{gap:8px;padding:0 2px}
.tv-card-go{width:40px;height:40px;border-radius:999px;border:0;background:var(--tv-primary-soft);color:var(--tv-primary)}
.tv-card-go:hover{background:var(--tv-primary);color:#fff;border:0}
.tv-card-buy{height:40px;border-radius:999px;background:linear-gradient(135deg,var(--tv-secondary),var(--tv-primary));font-weight:600;font-size:14px;box-shadow:0 8px 18px -12px rgba(var(--tv-primary-rgb),.9)}
.tv-card-buy:hover{background:linear-gradient(135deg,var(--tv-primary),var(--tv-primary-dark));transform:translateY(-1px)}
.tv-card-buy .tv-ic{display:none}
/* Product title card */
.tv-pd-titlecard::before{display:none}
.tv-pd-titlecard{background:linear-gradient(180deg,#fff,var(--tv-soft1))}
.tv-pd-titlecard .tv-pd-title{display:block;background:none;font-size:clamp(21px,1.8vw,25px);font-weight:700;line-height:1.3;margin:0}
.tv-pd-refund .tv-prose{max-height:none}
.tv-refund-top{display:flex;align-items:center;gap:12px;padding:14px 16px;margin-bottom:16px;border-radius:14px;background:var(--tv-primary-soft);color:var(--tv-primary-dark);font-weight:600}
/* Reveal on scroll */
.tv-js .tv-reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}
.tv-js .tv-reveal.is-in{opacity:1;transform:none}
/* Home polish */
.tv-sec{padding:40px 0}
.tv-sec-head{margin-bottom:22px}
.tv-sec-title{position:relative}
@media (max-width:767px){
	.tv-sec{padding:26px 0}
	.tv-sec-head{margin-bottom:14px}
	.tv-sec-title{font-size:22px}
	.tv-carousel--cats .tv-car-track{grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:96px;gap:10px;overflow-x:auto;padding:4px 16px 10px;margin:-4px -16px -10px}
	.tv-cat{padding:12px 6px 10px;border-radius:16px;gap:0}
	.tv-cat-ic{width:44px;height:44px;border-radius:13px;margin-bottom:7px}
	.tv-cat-ic .tv-ic{width:20px;height:20px}
	.tv-cat-name{font-size:12.5px;-webkit-line-clamp:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}
	.tv-cat-count{font-size:10.5px;margin-top:4px}
	.tv-card-go{width:34px;height:34px}
	.tv-card-buy{height:34px;font-size:12.5px;padding:0 8px}
	.tv-am-otp{gap:6px}
	.tv-am-otp input{height:50px;font-size:21px;border-radius:12px}
}

/* Recent orders on phones & tablets: real table, swipe left / right, 5 rows */
.tv-ro-swipe{display:none}
@media (max-width:1023px){
	.tv-otable-wrap{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--tv-primary) var(--tv-line2);border-radius:16px}
	.tv-otable-wrap::-webkit-scrollbar{height:5px}
	.tv-otable-wrap::-webkit-scrollbar-track{background:var(--tv-line2)}
	.tv-otable-wrap::-webkit-scrollbar-thumb{background:var(--tv-primary);border-radius:5px}
	.tv-otable{display:table;min-width:780px;font-size:14px}
	.tv-otable thead{display:table-header-group}
	.tv-otable tbody{display:table-row-group}
	.tv-otable tr,.tv-otable tbody tr:nth-child(even){display:table-row;padding:0;background:none}
	.tv-otable th{padding:14px;font-size:14px}
	.tv-otable td{display:table-cell;padding:13px 14px;border:0!important;border-top:1px solid var(--tv-line2)!important;white-space:nowrap}
	.tv-otable td+td{border-left:1px solid var(--tv-line2)!important}
	.tv-otable tbody tr:nth-child(even) td{background:#f9fafb}
	.tv-otable tbody tr:nth-child(n+6){display:none}
	.tv-otable .tv-ot-act{display:table-cell;text-align:center}
	.tv-otable th:first-child,.tv-otable td:first-child{position:sticky;left:0;z-index:1}
	.tv-otable th:first-child{background:var(--tv-primary)}
	.tv-otable td:first-child{background:#fff;box-shadow:6px 0 10px -8px rgba(0,0,0,.25)}
	.tv-otable tbody tr:nth-child(even) td:first-child{background:#f9fafb}
	.tv-ot-prod{max-width:240px}
	.tv-ot-buy{width:auto;padding:7px 13px;font-size:13px}
	.tv-ot-status{padding:5px 10px;font-size:12.5px}
	.tv-ro-swipe{display:flex;align-items:center;justify-content:center;gap:6px;margin:10px 0 0;font-size:12.5px;color:var(--tv-mut)}
}

/* ---------- Footer v4 ---------- */
.tv-footer{background:radial-gradient(900px 420px at 12% 0%,rgba(var(--tv-primary-rgb),.28),transparent 60%),radial-gradient(700px 380px at 100% 100%,rgba(var(--tv-secondary-rgb),.16),transparent 60%),linear-gradient(180deg,#0b1a14 0%,#07120e 100%)}
.tv-footer::after{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--tv-primary-rgb),.7),transparent);z-index:0}
.tv-footer-glow{background-image:radial-gradient(rgba(255,255,255,.045) 1px,transparent 1px);background-size:22px 22px;-webkit-mask-image:linear-gradient(180deg,#000,transparent 80%);mask-image:linear-gradient(180deg,#000,transparent 80%)}
.tv-footer-glow::before,.tv-footer-glow::after{display:none}
.tv-footer,.tv-footer-links a,.tv-bottom-links a{color:#a8b8b0}
.tv-footer-trust span,.tv-soc{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.08)}
.tv-footer-bottom{border-top-color:rgba(255,255,255,.07)}
@media (max-width:767px){
	.tv-newsletter{display:none}
	.tv-newsletter+.tv-footer,.tv-footer{padding-top:40px;margin-top:30px}
	.tv-footer-col--cats{display:none}
	.tv-footer-top{grid-template-columns:1fr 1fr;gap:26px 16px}
	.tv-footer-col--quick{grid-column:1}
	.tv-footer-col--company{grid-column:2}
	.tv-footer-title{font-size:16px;margin-bottom:14px}
	.tv-footer-links{gap:10px}
	.tv-footer-links a{font-size:14px}
}
@media (max-width:767px){
	.tv-footer-trust,.tv-footer-help{display:none!important}
	.tv-newsletter+.tv-footer,.tv-footer{padding-top:34px}
	.tv-footer-brand{text-align:center;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.07)}
	.tv-footer-brand .tv-logo{justify-content:center}
	.tv-footer-brand p{margin:14px auto 18px;font-size:14px;max-width:320px}
	.tv-footer-brand .tv-socials{justify-content:center}
	.tv-footer-top{padding-bottom:22px;gap:24px 16px}
	.tv-footer-col--quick,.tv-footer-col--company{padding:16px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06)}
	.tv-footer-title{font-size:15px;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.07)}
	.tv-footer-links a{font-size:13.5px}
	.tv-footer-bottom{align-items:center;text-align:center;gap:12px;padding:18px 0 22px}
	.tv-footer-pay{justify-content:center}
}

/* ==========================================================================
   Info pages: hero, legal, FAQ, contact, about
   ========================================================================== */
.tv-phero{position:relative;overflow:hidden;isolation:isolate;padding:44px 0 52px;text-align:center;background:linear-gradient(180deg,var(--tv-soft1),var(--tv-soft2) 70%,var(--tv-bg))}
.tv-phero-bg{position:absolute;inset:0;z-index:-1;background-image:linear-gradient(rgba(var(--tv-primary-rgb),.06) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--tv-primary-rgb),.06) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:radial-gradient(ellipse at 50% 20%,#000 30%,transparent 72%);mask-image:radial-gradient(ellipse at 50% 20%,#000 30%,transparent 72%)}
.tv-phero-bg i{position:absolute;border-radius:50%;filter:blur(70px)}
.tv-phero-bg i:nth-child(1){width:380px;height:380px;left:-120px;top:-180px;background:rgba(var(--tv-primary-rgb),.22)}
.tv-phero-bg i:nth-child(2){width:340px;height:340px;right:-100px;top:-60px;background:rgba(var(--tv-secondary-rgb),.2)}
.tv-phero-bg i:nth-child(3){width:260px;height:260px;left:45%;bottom:-200px;background:rgba(var(--tv-accent-rgb),.1)}
.tv-phero .tv-crumbs ol{justify-content:center;margin-bottom:18px}
.tv-phero-ic{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:20px;background:#fff;color:var(--tv-primary);box-shadow:0 18px 36px -18px rgba(var(--tv-primary-rgb),.6),inset 0 0 0 1px var(--tv-line);margin-bottom:16px}
.tv-phero h1{font-size:clamp(30px,4vw,50px);margin:0 0 10px;letter-spacing:-.02em}
.tv-phero-sub{max-width:620px;margin:0 auto;color:var(--tv-text);font-size:16.5px}
.tv-phero-date,.tv-phero-read{display:inline-flex;align-items:center;gap:6px;margin:16px 4px 0;padding:6px 14px;border-radius:999px;background:#fff;border:1px solid var(--tv-line);font-size:13px;color:var(--tv-mut)}
.tv-phero-search{position:relative;display:flex;align-items:center;max-width:560px;height:58px;margin:24px auto 0;padding:0 20px;border-radius:999px;background:#fff;border:1px solid var(--tv-line);box-shadow:0 20px 44px -26px rgba(var(--tv-primary-rgb),.55)}
.tv-phero-search span{color:var(--tv-mut);display:flex}
.tv-phero-search input{flex:1;height:100%;border:0;outline:0;background:none;padding:0 12px;font-size:15.5px;color:var(--tv-ink)}

.tv-legal-card{padding:18px;border-radius:20px;background:#fff;border:1px solid var(--tv-line)}
.tv-legal-label{margin:0 0 10px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--tv-mut2)}
.tv-legal-links{display:flex;flex-direction:column;gap:2px}
.tv-legal-links a{display:flex;align-items:center;gap:10px;padding:10px 8px;border-radius:12px;color:var(--tv-ink);font-weight:500;font-size:14.5px}
.tv-legal-links a:hover{background:var(--tv-bg);color:var(--tv-primary)}
.tv-legal-links a>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--tv-primary-soft);color:var(--tv-primary);flex:none}
.tv-legal-links a>.tv-ic:last-child{margin-left:auto;color:var(--tv-mut2)}

/* Legal */
.tv-legal{display:grid;grid-template-columns:290px minmax(0,1fr);gap:28px;align-items:start;padding-top:36px;padding-bottom:50px}
.tv-legal-side{position:sticky;top:24px;display:flex;flex-direction:column;gap:16px}
.tv-toc ol{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;max-height:52vh;overflow:auto}
.tv-toc a{display:flex;gap:10px;padding:8px 10px;border-radius:10px;color:var(--tv-text);font-size:14px;line-height:1.4;border-left:2px solid transparent}
.tv-toc a span{font-family:var(--tv-font-h);font-weight:700;font-size:12.5px;color:var(--tv-mut2);flex:none;padding-top:1px}
.tv-toc a:hover{background:var(--tv-bg);color:var(--tv-ink)}
.tv-toc a.is-active{background:var(--tv-primary-soft);color:var(--tv-primary-dark);font-weight:600;border-left-color:var(--tv-primary)}
.tv-toc a.is-active span{color:var(--tv-primary)}
.tv-legal-body{min-width:0;padding:36px 42px;border-radius:24px;background:#fff;border:1px solid var(--tv-line);box-shadow:0 30px 60px -48px rgba(0,0,0,.35)}
.tv-legal-note{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;margin-bottom:26px;border-radius:14px;background:var(--tv-primary-soft);color:var(--tv-primary-dark);font-size:14px;font-weight:500}
.tv-legal-note .tv-ic{flex:none;margin-top:1px}
.tv-legal-body .tv-prose h2{position:relative;font-size:22px;margin:1.8em 0 .6em;padding-top:1.4em;border-top:1px solid var(--tv-line2);scroll-margin-top:24px}
.tv-legal-body .tv-prose>h2:first-child{margin-top:0;padding-top:0;border-top:0}
.tv-legal-body .tv-prose h3{font-size:18px}
.tv-legal-body .tv-prose p,.tv-legal-body .tv-prose li{font-size:15.5px}
.tv-legal-foot{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:30px;padding-top:18px;border-top:1px dashed var(--tv-line);font-size:13.5px;color:var(--tv-mut)}
.tv-legal-foot>span{display:inline-flex;align-items:center;gap:6px}
.tv-legal-print{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;border:1px solid var(--tv-line);background:#fff;color:var(--tv-ink);font-weight:500;font-size:13.5px}
.tv-legal-print:hover{border-color:var(--tv-primary);color:var(--tv-primary)}

/* Help band */
.tv-helpband{padding:10px 0 56px}
.tv-helpband-in{position:relative;display:flex;align-items:center;gap:20px;padding:30px 34px;border-radius:26px;overflow:hidden;isolation:isolate;color:rgba(255,255,255,.85);background:linear-gradient(120deg,#0b1a14,color-mix(in srgb,var(--tv-primary) 55%,#0b1a14) 70%,var(--tv-primary))}
.tv-hb-shape{position:absolute;right:-70px;top:-90px;width:260px;height:260px;border-radius:50%;border:40px solid rgba(255,255,255,.07);z-index:-1}
.tv-hb-ic{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:rgba(255,255,255,.12);color:#fff;flex:none}
.tv-hb-txt{flex:1}
.tv-hb-txt h2{color:#fff;font-size:24px;margin:0 0 4px}
.tv-hb-txt p{margin:0}
.tv-hb-btns{display:flex;flex-wrap:wrap;gap:10px}

/* FAQ page */
.tv-faqpage{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start;padding-top:36px;padding-bottom:60px}
.tv-faqpage-intro{margin-bottom:18px}
.tv-faqpage-side{position:sticky;top:24px;display:flex;flex-direction:column;gap:16px}
.tv-faq-stat{display:flex;align-items:baseline;gap:10px}
.tv-faq-stat b{font-family:var(--tv-font-h);font-size:40px;line-height:1;color:var(--tv-primary)}
.tv-faq-stat span{color:var(--tv-mut)}
.tv-faq-empty{display:flex;flex-direction:column;align-items:center;gap:4px;padding:40px 20px;border-radius:20px;background:#fff;border:1px dashed var(--tv-line);text-align:center;color:var(--tv-mut)}
.tv-faq-empty .tv-ic{color:var(--tv-primary)}
.tv-faq-empty b{color:var(--tv-ink);font-size:17px}
.tv-faq-empty p{margin:0}

/* Contact page */
.tv-contactpage{padding-top:0;padding-bottom:60px}
.tv-cc-row{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-24px}
.tv-cc{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:24px;border-radius:22px;background:#fff;border:1px solid var(--tv-line);box-shadow:0 24px 50px -40px rgba(0,0,0,.4);color:var(--tv-text);transition:transform .25s,box-shadow .25s,border-color .25s}
a.tv-cc:hover{color:var(--tv-text);transform:translateY(-4px);border-color:color-mix(in srgb,var(--tv-primary) 35%,var(--tv-line));box-shadow:0 30px 60px -36px rgba(var(--tv-primary-rgb),.5)}
.tv-cc-ic{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;margin-bottom:12px;background:var(--tv-primary-soft);color:var(--tv-primary)}
.tv-cc--wa .tv-cc-ic{background:#25d366;color:#fff}
.tv-cc b{color:var(--tv-ink);font-family:var(--tv-font-h);font-size:18px}
.tv-cc em{font-style:normal;font-weight:600;color:var(--tv-ink);word-break:break-word}
.tv-cc i{display:inline-flex;align-items:center;gap:5px;margin-top:8px;font-style:normal;font-size:13px;color:var(--tv-primary);font-weight:500}
.tv-contact2{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:22px;margin-top:26px;align-items:stretch}
.tv-contact-form{padding:32px;border-radius:24px;background:#fff;border:1px solid var(--tv-line)}
.tv-contact-form h2{font-size:26px;margin:0 0 6px}
.tv-contact-sub{color:var(--tv-mut);margin:0 0 20px}
.tv-cform label{margin-bottom:4px}
.tv-cform .tv-btn{margin-top:6px}
.tv-contact-aside{position:relative;padding:30px;border-radius:24px;overflow:hidden;isolation:isolate;color:rgba(255,255,255,.8);background:linear-gradient(160deg,#0b1a14,color-mix(in srgb,var(--tv-primary) 45%,#0b1a14))}
.tv-contact-aside h3{color:#fff;font-size:22px;margin:0 0 18px}
.tv-contact-aside ul{list-style:none;margin:0 0 22px;padding:0;display:grid;gap:16px}
.tv-contact-aside li{display:flex;gap:12px}
.tv-contact-aside li>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:rgba(255,255,255,.1);color:#fff;flex:none}
.tv-contact-aside b{display:block;color:#fff}
.tv-contact-aside em{font-style:normal;font-size:13.5px}
.tv-contact-map{margin-top:24px;border-radius:24px;overflow:hidden;border:1px solid var(--tv-line)}
.tv-contact-map iframe{display:block;width:100%;height:360px;border:0}

/* About page */
.tv-about{padding-top:36px;padding-bottom:30px}
.tv-about-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:28px;align-items:center}
.tv-about-story{padding:34px;border-radius:24px;background:#fff;border:1px solid var(--tv-line)}
.tv-about-kicker{display:inline-block;margin:0 0 10px;padding:4px 12px;border-radius:999px;background:var(--tv-primary-soft);color:var(--tv-primary);font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.tv-about-story .tv-prose{font-size:16.5px}
.tv-about-story .tv-prose ul{list-style:none;padding:0}
.tv-about-story .tv-prose ul li{position:relative;padding-left:30px}
.tv-about-story .tv-prose ul li::before{content:"";position:absolute;left:0;top:.35em;width:20px;height:20px;border-radius:50%;background:var(--tv-primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/11px no-repeat}
.tv-about-btns{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.tv-about-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.tv-about-stat{display:flex;flex-direction:column;gap:2px;padding:24px;border-radius:22px;background:#fff;border:1px solid var(--tv-line)}
.tv-about-stat:nth-child(2),.tv-about-stat:nth-child(3){background:linear-gradient(150deg,var(--tv-primary),var(--tv-primary-dark));border:0;color:rgba(255,255,255,.85)}
.tv-about-stat span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;margin-bottom:10px;background:var(--tv-primary-soft);color:var(--tv-primary)}
.tv-about-stat:nth-child(2) span,.tv-about-stat:nth-child(3) span{background:rgba(255,255,255,.16);color:#fff}
.tv-about-stat b{font-family:var(--tv-font-h);font-size:34px;line-height:1.1;color:var(--tv-ink)}
.tv-about-stat:nth-child(2) b,.tv-about-stat:nth-child(3) b{color:#fff}
.tv-about-stat em{font-style:normal;font-size:14px}
.tv-about-sec{padding-top:48px}
.tv-about-sec .tv-sec-title{margin-bottom:20px;text-align:center}
.tv-about-values{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.tv-about-value{padding:24px;border-radius:22px;background:#fff;border:1px solid var(--tv-line);transition:.25s}
.tv-about-value:hover{transform:translateY(-4px);box-shadow:var(--tv-sh)}
.tv-about-value span{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;margin-bottom:14px;background:linear-gradient(135deg,var(--tv-secondary),var(--tv-primary));color:#fff}
.tv-about-value h3{font-size:18px;margin:0 0 6px}
.tv-about-value p{margin:0;font-size:14px;color:var(--tv-mut)}
.tv-about-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;counter-reset:s}
.tv-about-steps>div{position:relative;padding:26px;border-radius:22px;background:#fff;border:1px solid var(--tv-line)}
.tv-about-steps span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;margin-bottom:12px;background:var(--tv-primary);color:#fff;font-family:var(--tv-font-h);font-weight:700;font-size:18px;box-shadow:0 10px 20px -10px rgba(var(--tv-primary-rgb),.9)}
.tv-about-steps b{display:block;color:var(--tv-ink);font-size:17px;margin-bottom:4px}
.tv-about-steps p{margin:0;font-size:14.5px;color:var(--tv-mut)}
.tv-about-cats{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.tv-about-cats a{display:inline-flex;align-items:center;gap:8px;padding:8px 14px 8px 8px;border-radius:999px;background:#fff;border:1px solid var(--tv-line);color:var(--tv-ink);font-weight:500;transition:.2s}
.tv-about-cats a:hover{border-color:var(--c);color:var(--c)}
.tv-about-cats a span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:color-mix(in srgb,var(--c) 12%,#fff);color:var(--c)}
.tv-about-cats a em{font-style:normal;font-size:12px;color:var(--tv-mut);background:var(--tv-bg);padding:1px 8px;border-radius:999px}

@media (max-width:1023px){
	.tv-legal,.tv-faqpage{grid-template-columns:minmax(0,1fr)}
	.tv-legal-side{position:static;order:0}
	.tv-legal-side .tv-legal-links{display:none}
	.tv-faqpage-side{position:static}
	.tv-cc-row{grid-template-columns:1fr 1fr}
	.tv-contact2,.tv-about-intro{grid-template-columns:minmax(0,1fr)}
	.tv-about-values{grid-template-columns:1fr 1fr}
}
@media (max-width:767px){
	.tv-phero{padding:24px 0 34px}
	.tv-phero .tv-crumbs{display:none}
	.tv-phero-ic{width:52px;height:52px;border-radius:16px;margin-bottom:12px}
	.tv-phero h1{font-size:28px}
	.tv-phero-sub{font-size:14.5px}
	.tv-phero-date,.tv-phero-read{margin-top:12px;padding:5px 11px;font-size:12px}
	.tv-phero-search{height:52px;margin-top:18px;padding:0 16px}
	.tv-legal,.tv-faqpage{padding-top:18px;padding-bottom:30px;gap:16px}
	.tv-toc{padding:14px}
	.tv-toc ol{flex-direction:row;overflow-x:auto;gap:6px;max-height:none;scrollbar-width:none;margin:0 -14px;padding:0 14px}
	.tv-toc ol::-webkit-scrollbar{display:none}
	.tv-toc li{flex:none}
	.tv-toc a{white-space:nowrap;padding:7px 12px;border:1px solid var(--tv-line);border-radius:999px;font-size:13px}
	.tv-toc a.is-active{border-color:var(--tv-primary)}
	.tv-legal-body{padding:22px 18px;border-radius:20px}
	.tv-legal-body .tv-prose h2{font-size:19px}
	.tv-legal-body .tv-prose p,.tv-legal-body .tv-prose li{font-size:15px}
	.tv-legal-note{font-size:13px;margin-bottom:18px}
	.tv-helpband{padding-bottom:30px}
	.tv-helpband-in{flex-direction:column;text-align:center;padding:26px 20px;gap:14px;border-radius:22px}
	.tv-hb-txt h2{font-size:21px}
	.tv-hb-btns{justify-content:center;width:100%}
	.tv-hb-btns .tv-btn{flex:1}
	.tv-faq-stat{display:none}
	.tv-cc-row{grid-template-columns:1fr;gap:10px;margin-top:-18px}
	.tv-cc{flex-direction:row;flex-wrap:wrap;align-items:center;column-gap:12px;padding:16px;border-radius:18px}
	.tv-cc-ic{width:46px;height:46px;margin:0;grid-row:span 2}
	.tv-cc b{font-size:16px}
	.tv-cc em{flex-basis:calc(100% - 58px);margin-left:58px;margin-top:-6px;font-size:14px}
	.tv-cc i{display:none}
	.tv-contact2{margin-top:16px;gap:14px}
	.tv-contact-form{padding:22px 18px;border-radius:20px}
	.tv-contact-form h2{font-size:22px}
	.tv-contact-aside{padding:22px;border-radius:20px}
	.tv-about{padding-top:18px}
	.tv-about-story{padding:22px 18px;border-radius:20px}
	.tv-about-btns .tv-btn{flex:1}
	.tv-about-stats{gap:10px}
	.tv-about-stat{padding:16px;border-radius:18px}
	.tv-about-stat span{width:38px;height:38px;margin-bottom:6px}
	.tv-about-stat b{font-size:26px}
	.tv-about-stat em{font-size:12.5px}
	.tv-about-sec{padding-top:32px}
	.tv-about-values{grid-template-columns:1fr;gap:10px}
	.tv-about-value{display:grid;grid-template-columns:auto 1fr;column-gap:14px;padding:16px;border-radius:18px}
	.tv-about-value span{width:44px;height:44px;margin:0;grid-row:span 2}
	.tv-about-value h3{font-size:16px}
	.tv-about-steps{grid-template-columns:1fr;gap:10px}
	.tv-about-steps>div{display:grid;grid-template-columns:auto 1fr;column-gap:14px;padding:16px;border-radius:18px}
	.tv-about-steps span{grid-row:span 2;margin:0;width:38px;height:38px;font-size:16px}
}
@media print{.tv-legal-side,.tv-helpband,.tv-phero-bg,.tv-legal-foot button{display:none!important}.tv-legal{display:block}.tv-legal-body{border:0;box-shadow:none;padding:0}}

/* v2.4.1 */
.tv-logo-mark{background:none!important;box-shadow:0 10px 20px -10px rgba(var(--tv-primary-rgb),.8)!important;overflow:hidden}
.tv-logo-mark .tv-mark{width:100%;height:100%;display:block}
.tv-footer-pay img{height:44px;width:auto;border-radius:8px;background:#fff;padding:3px 6px}
.tv-faq-side .tv-sec-title{margin-bottom:22px}
.tv-sec--faq{padding-top:56px}
@media (max-width:1023px){
	.tv-faq-side .tv-sec-title{margin-bottom:18px}
	.tv-faq-help{margin-top:22px}
}
@media (max-width:767px){
	.tv-hbtn[data-search-open]{display:none}
	.tv-sec--faq{padding-top:36px}
	.tv-footer-pay{flex-direction:column;gap:8px}
	.tv-footer-pay img{height:40px}
}

/* v2.5 */
.tv-footer-pay img{height:32px;padding:2px 5px;border-radius:7px}
@media (max-width:767px){
	.tv-footer-pay{flex-direction:row;justify-content:center;gap:10px}
	.tv-footer-pay img{height:28px}
	.tv-deal-head{flex-direction:column;align-items:center;text-align:center;gap:12px;margin-bottom:18px}
	.tv-deal-head .tv-sec-title{margin:0}
	.tv-countdown{justify-content:center;gap:6px}
	.tv-countdown span{min-width:46px;padding:6px 4px;border-radius:12px}
	.tv-countdown b{font-size:17px}
	.tv-countdown em{font-size:9px;margin-top:3px}
}
.tv-am-form[data-am-form="register"] h2{margin-bottom:18px}

/* v2.6 — product images follow the chosen shape (square by default) and show in full */
.tv-card-img img{width:100%;height:100%;object-fit:cover}
.tv-pd-stage,.tv-pd-gallery .tv-pd-stage{aspect-ratio:var(--tv-ratio,1/1);background:#fff}
.tv-pd-thumbs button{width:84px;aspect-ratio:1/1}
.tv-mini-img,.tv-cd-img,.tv-col-img{aspect-ratio:var(--tv-ratio,1/1)}

/* ===== v2.7 — calmer product gallery ===== */
.tv-pd-stage,.tv-pd-gallery .tv-pd-stage{aspect-ratio:16/11;background:#f4f6fa}
.tv-pd-blur{position:absolute;inset:-30px;background-size:cover;background-position:center;filter:blur(28px) saturate(1.15);opacity:.55;transform:scale(1.1)}
.tv-pd-shot img{position:relative;object-fit:contain!important;filter:drop-shadow(0 18px 30px rgba(15,23,42,.18))}
.tv-pd-shot img{border-radius:14px}
.tv-pd-thumbs{justify-content:center}
.tv-pd-thumbs button{width:72px}
@media (max-width:767px){
	.tv-pd-stage,.tv-pd-gallery .tv-pd-stage{aspect-ratio:var(--tv-ratio,1/1)}
	.tv-pd-blur{display:none}
	.tv-pd-shot img{object-fit:cover!important;filter:none;border-radius:0}
	.tv-pd-thumbs{justify-content:flex-start}
	.tv-pd-thumbs button{width:62px}
}

/* ===== v2.7 — product reviews ===== */
.tv-pd-reviews[hidden]{display:none}
.tv-rv-av,.tv-trev-av{flex:none;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--tv-primary),var(--tv-primary-dark));color:#fff;font-family:var(--tv-font-h);font-weight:700;font-size:17px}
.tv-rv-item>div{min-width:0;flex:1}
.tv-rv-text{overflow-wrap:anywhere}
.tv-rv-cta{display:flex;justify-content:center;padding-top:6px}
.tv-rv-form{margin-top:4px}
.tv-revs--empty .tv-rv-form{margin-top:0}
.tv-rv-first{display:flex;align-items:center;gap:14px;padding:18px;border-radius:18px;background:var(--tv-primary-soft);margin-bottom:18px}
.tv-rv-first>span{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#fff;color:var(--tv-star)}
.tv-rv-first>span .tv-ic{fill:currentColor;stroke:none}
.tv-rv-first b{color:var(--tv-ink);font-size:16px}
.tv-rv-first p{margin:2px 0 0;color:var(--tv-mut);font-size:14px}

/* ===== v2.7 — home reviews carousel ===== */
.tv-trev-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:26px}
.tv-trev-head .tv-sec-title{margin:0}
.tv-trev-sum{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.tv-trev-sum>b{font-family:var(--tv-font-h);font-size:34px;line-height:1;color:var(--tv-ink)}
.tv-trev-sum>span{display:flex;flex-direction:column;gap:3px}
.tv-trev-sum em{font-style:normal;font-size:12.5px;color:var(--tv-mut)}
.tv-trev-sum .tv-sec-link{margin-left:8px}
.tv-trev-wrap{position:relative}
.tv-trev-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:6px 2px 18px;margin:-6px -2px 0}
.tv-trev-track::-webkit-scrollbar{display:none}
.tv-trev{position:relative;flex:0 0 calc((100% - 60px)/4);min-width:0;margin:0;scroll-snap-align:start;display:flex;flex-direction:column;gap:14px;padding:22px;border-radius:22px;background:#fff;border:1px solid var(--tv-line);box-shadow:0 1px 2px rgba(16,24,40,.04);transition:box-shadow .3s,transform .3s}
.tv-trev:hover{box-shadow:var(--tv-sh);transform:translateY(-3px)}
.tv-trev::before{content:"\201C";position:absolute;right:18px;top:4px;font-family:Georgia,serif;font-size:70px;line-height:1;color:rgba(var(--tv-primary-rgb),.1)}
.tv-trev-top{display:flex;align-items:center;justify-content:space-between;gap:8px}
.tv-trev-ver{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:600;color:var(--tv-primary);background:var(--tv-primary-soft);padding:3px 9px;border-radius:999px}
.tv-trev blockquote{margin:0;flex:1;color:var(--tv-text);font-size:14.5px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}
.tv-trev--full blockquote{-webkit-line-clamp:unset;display:block}
.tv-trev figcaption{display:flex;align-items:center;gap:10px}
.tv-trev-av{width:38px;height:38px;font-size:15px}
.tv-trev-who{display:flex;flex-direction:column;line-height:1.3;min-width:0}
.tv-trev-who b{color:var(--tv-ink);font-size:14.5px}
.tv-trev-who time{font-size:12px;color:var(--tv-mut2)}
.tv-trev-prod{display:flex;align-items:center;gap:10px;min-width:0;padding:8px;border-radius:14px;background:var(--tv-bg);color:var(--tv-ink);font-size:13px;font-weight:600;transition:background .2s}
.tv-trev-prod:hover{background:var(--tv-primary-soft);color:var(--tv-primary)}
.tv-trev-pimg{flex:none;display:grid;place-items:center;width:34px;height:34px;border-radius:9px;overflow:hidden;background:#fff;color:var(--tv-mut)}
.tv-trev-pimg img{width:100%;height:100%;object-fit:cover}
.tv-trev-pname{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tv-trev-prod>.tv-ic{flex:none;color:var(--tv-mut2)}
.tv-trev-nav{position:absolute;top:calc(50% - 30px);z-index:2;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--tv-line);background:#fff;color:var(--tv-ink);box-shadow:var(--tv-sh);cursor:pointer;transition:opacity .2s}
.tv-trev-nav--prev{left:-20px}.tv-trev-nav--next{right:-20px}
.tv-trev-nav:disabled{opacity:0;pointer-events:none}
@media (max-width:1199px){.tv-trev{flex-basis:calc((100% - 40px)/3)}}
@media (max-width:1023px){.tv-trev{flex-basis:calc((100% - 20px)/2)}.tv-trev-nav{display:none}}
@media (max-width:767px){
	.tv-trev-head{flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:18px}
	.tv-trev-sum>b{font-size:28px}
	.tv-trev-track{gap:12px;margin-inline:-16px;padding-inline:16px;scroll-padding-inline:16px}
	.tv-trev{flex-basis:84%;padding:18px;border-radius:18px}
}

/* ===== v2.7 — reviews page ===== */
.tv-revpage{display:grid;grid-template-columns:320px minmax(0,1fr);gap:28px;align-items:start;padding-top:36px;padding-bottom:60px}
.tv-revpage-side{position:sticky;top:24px;display:flex;flex-direction:column;gap:16px}
.tv-revpage-score{display:flex;flex-direction:column;align-items:center;gap:8px;padding:26px;border-radius:22px;background:linear-gradient(135deg,var(--tv-primary),var(--tv-primary-dark));color:#fff;text-align:center}
.tv-revpage-score b{font-family:var(--tv-font-h);font-size:56px;line-height:1}
.tv-revpage-score span{font-size:13.5px;opacity:.9}
.tv-revpage-score .tv-stars-bg{color:rgba(255,255,255,.35)}
.tv-revpage-bars{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:20px;background:#fff;border:1px solid var(--tv-line)}
.tv-revpage-bars a{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:10px;font-size:13px;color:var(--tv-ink)}
.tv-revpage-bars a:hover,.tv-revpage-bars a.is-on{background:var(--tv-primary-soft)}
.tv-revpage-bars span{display:inline-flex;align-items:center;gap:3px;width:34px;font-weight:600}
.tv-revpage-bars span .tv-ic{color:var(--tv-star);fill:currentColor;stroke:none}
.tv-revpage-bars i{flex:1;height:7px;border-radius:999px;background:#e8eaf1;overflow:hidden}
.tv-revpage-bars s{display:block;height:100%;background:var(--tv-star);border-radius:inherit}
.tv-revpage-bars em{font-style:normal;width:30px;text-align:right;color:var(--tv-mut)}
.tv-revpage-grid{columns:2;column-gap:18px}
.tv-revpage-grid .tv-trev{break-inside:avoid;margin-bottom:18px;display:flex}
.tv-revpage .tv-pages{margin-top:10px}
@media (max-width:1023px){
	.tv-revpage{grid-template-columns:1fr}
	.tv-revpage-side{position:static;display:grid;grid-template-columns:1fr 1fr}
}
@media (max-width:767px){
	.tv-revpage{padding-top:24px;gap:18px}
	.tv-revpage-side{grid-template-columns:1fr}
	.tv-revpage-grid{columns:1}
}
.tv-revpage-main,.tv-revpage-side{min-width:0}
@media (max-width:1023px){.tv-revpage{grid-template-columns:minmax(0,1fr)}.tv-revpage-side{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}
@media (max-width:767px){.tv-revpage-side{grid-template-columns:minmax(0,1fr)}}
.tv-trev::before{content:none}
.tv-pd-excerpt p{margin:0 0 6px}.tv-pd-excerpt p:last-child{margin:0}

/* v2.9 — collapsible overview */
.tv-more-body{overflow:hidden;transition:max-height .45s ease}
.tv-more.is-clamped:not(.is-open) .tv-more-body{-webkit-mask-image:linear-gradient(#000 70%,transparent);mask-image:linear-gradient(#000 70%,transparent)}
.tv-more-btn{display:flex;align-items:center;gap:6px;margin:14px auto 0;padding:11px 22px;border-radius:999px;border:1px solid rgba(var(--tv-primary-rgb),.35);background:var(--tv-primary-soft);color:var(--tv-primary);font-weight:600;font-size:14.5px;cursor:pointer;transition:background .2s,color .2s}
.tv-more-btn:hover{background:var(--tv-primary);color:#fff}
.tv-more-btn .tv-ic{transition:transform .3s}
.tv-more.is-open .tv-more-btn .tv-ic{transform:rotate(180deg)}
.tv-more-btn[hidden]{display:none}
.tv-refund-short{color:var(--tv-text)}

/* v3.0 — fly to cart */
.tv-fly{position:fixed;z-index:100000;pointer-events:none;will-change:transform}
.tv-fly-in{width:100%;height:100%;border-radius:18px;background:#fff center/cover no-repeat;box-shadow:0 18px 40px -12px rgba(15,23,42,.45),0 0 0 3px #fff;will-change:transform,opacity}
.tv-fly-in.is-dot{border-radius:50%;background:var(--tv-primary)}
@keyframes tv-bump{0%{transform:scale(1)}30%{transform:scale(1.55)}55%{transform:scale(.9)}100%{transform:scale(1)}}
@keyframes tv-got{0%{transform:scale(1)}35%{transform:scale(1.18) rotate(-8deg)}70%{transform:scale(.96) rotate(4deg)}100%{transform:none}}
.tv-count.is-bump{animation:tv-bump .5s cubic-bezier(.3,1.6,.5,1)}
[data-cart-open].is-got{animation:tv-got .55s ease}
.tv-hbtn--cart.is-got{box-shadow:0 0 0 6px rgba(var(--tv-primary-rgb),.15)}
/* Focused cart / checkout: no floating chat bubble or bottom bar */
.tvm-is-checkout .tv-wa-float,.tvm-is-checkout .tv-bottombar{display:none!important}
@media (max-width:767px){.tvm-is-checkout .tv-main{padding-bottom:24px}}

/* v3.1 — premium footer socials */
.tv-socials{gap:10px}
.tv-soc{position:relative;width:46px;height:46px;border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.14);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 18px -10px rgba(0,0,0,.6);overflow:hidden;transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s,border-color .25s}
.tv-soc .tv-bi{position:relative;z-index:1;transition:transform .25s}
.tv-soc::before{content:"";position:absolute;inset:0;background:var(--sc,var(--tv-grad));opacity:0;transition:opacity .25s}
.tv-soc:hover{transform:translateY(-4px);border-color:transparent;box-shadow:0 14px 26px -10px var(--scs,rgba(0,0,0,.6));background:transparent}
.tv-soc:hover::before{opacity:1}
.tv-soc:hover .tv-bi{transform:scale(1.1)}
.tv-soc--facebook{--sc:#1877f2;--scs:rgba(24,119,242,.7)}
.tv-soc--youtube{--sc:#ff0033;--scs:rgba(255,0,51,.6)}
.tv-soc--tiktok{--sc:linear-gradient(135deg,#25f4ee,#000 45%,#fe2c55);--scs:rgba(254,44,85,.5)}
.tv-soc--instagram{--sc:radial-gradient(circle at 30% 110%,#fdf497 0%,#fd5949 45%,#d6249f 60%,#285aeb 90%);--scs:rgba(214,36,159,.6)}
.tv-soc--telegram{--sc:#229ed9;--scs:rgba(34,158,217,.6)}
.tv-soc--whatsapp{--sc:#25d366;--scs:rgba(37,211,102,.6)}

/* v3.1 — account menu: all options visible on phones (4 × 2 tiles) */
@media (max-width:1023px){
	.tv-app-user{display:flex;padding:12px 14px;border-radius:18px}
	.tv-app-av img{width:42px;height:42px}
	.tv-app-user b{font-size:15.5px}
	.tv-app-side{gap:10px}
	.tv-app-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:8px;overflow:visible;border-radius:18px}
	.tv-app-nav a{flex-direction:column;justify-content:center;gap:5px;min-height:64px;padding:10px 4px;border-radius:14px;font-size:12px;font-weight:600;text-align:center;background:var(--tv-bg)}
	.tv-app-nav a span{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
	.tv-app-nav a .tv-ic{width:21px;height:21px}
	.tv-app-nav a em{position:absolute;top:5px;right:8px;margin:0;min-width:17px;height:17px;padding:0 4px;font-size:10px}
	.tv-app-out{margin:0;border-top:0;background:#fef2f2!important}
}
@media (min-width:640px) and (max-width:1023px){
	.tv-app-nav{grid-template-columns:repeat(8,minmax(0,1fr))}
}
@media (max-width:767px){
	.tv-app-top{display:none}
}

/* v3.2 — account menu on phones: compact icon + label pills, all visible */
@keyframes tv-pill-in{from{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:none}}
@media (max-width:1023px){
	.tv-app-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:8px}
	.tv-app-nav a{flex-direction:row;justify-content:center;gap:6px;min-height:40px;padding:8px 6px;border-radius:12px;font-size:12.5px;font-weight:600;background:var(--tv-bg);border:1px solid transparent;animation:tv-pill-in .45s cubic-bezier(.2,.8,.2,1) both;transition:transform .15s,background .2s,border-color .2s,box-shadow .2s,color .2s}
	.tv-app-nav a .tv-ic{width:16px;height:16px;flex:none;transition:transform .25s}
	.tv-app-nav a span{min-width:0}
	.tv-app-nav a:hover{border-color:color-mix(in srgb,var(--tv-primary) 30%,transparent);background:#fff}
	.tv-app-nav a:hover .tv-ic{transform:translateY(-1px) scale(1.12)}
	.tv-app-nav a:active{transform:scale(.95)}
	.tv-app-nav a.is-active{background:var(--tv-grad);color:#fff;box-shadow:0 8px 18px -10px rgba(var(--tv-primary-rgb),.9)}
	.tv-app-nav a em{top:-5px;right:-3px;box-shadow:0 0 0 2px #fff}
	.tv-app-nav a:nth-child(2){animation-delay:.03s}.tv-app-nav a:nth-child(3){animation-delay:.06s}.tv-app-nav a:nth-child(4){animation-delay:.09s}
	.tv-app-nav a:nth-child(5){animation-delay:.12s}.tv-app-nav a:nth-child(6){animation-delay:.15s}.tv-app-nav a:nth-child(7){animation-delay:.18s}.tv-app-nav a:nth-child(8){animation-delay:.21s}.tv-app-nav a:nth-child(9){animation-delay:.24s}
	.tv-app-out{background:#fef2f2!important;color:var(--tv-err)!important}
}
@media (min-width:640px) and (max-width:1023px){.tv-app-nav{grid-template-columns:repeat(8,minmax(0,1fr))}}
@media (max-width:380px){
	.tv-app-nav{gap:5px;padding:6px}
	.tv-app-nav a{gap:4px;padding:8px 3px;font-size:11.5px}
	.tv-app-nav a .tv-ic{width:14px;height:14px}
}
@media (prefers-reduced-motion:reduce){.tv-app-nav a{animation:none}}
/* v3.2b — pills size to their text and fill each row; log out moves to the profile card */
.tv-app-quit{display:none}
@media (max-width:1023px){
	.tv-app-quit{display:grid;place-items:center;flex:none;margin-left:auto;width:38px;height:38px;border-radius:12px;background:#fef2f2;color:var(--tv-err);transition:transform .15s,background .2s}
	.tv-app-quit:hover{background:#fee2e2}
	.tv-app-quit:active{transform:scale(.92)}
	.tv-app-nav{display:flex;flex-wrap:wrap;gap:6px}
	.tv-app-nav a{flex:1 1 auto;font-size:13px;padding:9px 12px;min-height:40px}
	.tv-app-nav .tv-app-out{display:none}
}
@media (max-width:380px){.tv-app-nav a{font-size:12.5px;padding:8px 10px}}
/* v3.2c — 4 × 2 compact pills with short labels on phones */
.tv-app-s{display:none}
@media (max-width:1023px){
	.tv-app-quit{display:none}
	.tv-app-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
	.tv-app-nav a{flex:initial;padding:9px 4px;gap:5px;font-size:12.5px}
	.tv-app-nav .tv-app-out{display:flex}
	.tv-app-l{display:none}
	.tv-app-s{display:inline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}
@media (min-width:640px) and (max-width:1023px){.tv-app-l{display:inline}.tv-app-s{display:none}.tv-app-nav a{padding:9px 6px}}
@media (max-width:380px){.tv-app-nav a{font-size:12px;gap:4px;padding:8px 3px}}
