.tkm-shop-header{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-primary-dark:#C94A10;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;font-family:var(--tkm-font-sans,"Inter",-apple-system,"Segoe UI",Roboto,sans-serif);position:relative;z-index:900;background:#fff;border-bottom:1px solid var(--sh-line)}
.tkm-shop-wrap{max-width:var(--tkm-shell);margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:18px}

.tkm-shop-topbar{background:var(--sh-ink);color:#fff}
.tkm-shop-topbar .tkm-shop-wrap{justify-content:space-between;min-height:38px}
.tkm-shop-usps{list-style:none;display:flex;gap:22px;margin:0;padding:0}
.tkm-shop-usps__item{display:flex;align-items:center;gap:7px;font-size:.8rem;color:rgba(255,255,255,.92);white-space:nowrap}
.tkm-shop-usps__item svg{color:var(--sh-primary);flex:0 0 auto}
.tkm-shop-topbar__links{display:flex;gap:18px}
.tkm-shop-topbar__links a{color:rgba(255,255,255,.82);text-decoration:none;font-size:.8rem}
.tkm-shop-topbar__links a:hover{color:#fff}

.tkm-shop-logobar{background:#fff}
.tkm-shop-logobar .tkm-shop-wrap{min-height:80px}
.tkm-shop-burger{display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--sh-line);border-radius:10px;background:#fff;color:var(--sh-ink);cursor:pointer}
.tkm-shop-logo{display:flex;align-items:center;gap:11px;text-decoration:none;flex:0 0 auto}
.tkm-shop-logo__mark{flex:0 0 auto}
.tkm-shop-logo__word{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-weight:700;font-size:1.28rem;letter-spacing:-.02em;line-height:1}
.tkm-shop-logo__word span{color:var(--sh-ink)}
.tkm-shop-logo__word em{color:var(--sh-primary);font-style:normal}

.tkm-shop-search{flex:1 1 auto;display:flex;align-items:stretch;max-width:660px;border:2px solid var(--sh-ink);border-radius:12px;overflow:hidden;background:#fff}
.tkm-shop-search__cat{position:relative;display:flex;align-items:center;border-right:1px solid var(--sh-line);background:var(--sh-paper)}
.tkm-shop-search__cat select{appearance:none;border:0;background:transparent;padding:0 30px 0 14px;font-size:.88rem;color:var(--sh-ink);height:100%;cursor:pointer;max-width:190px}
.tkm-shop-search__cat svg{position:absolute;right:10px;pointer-events:none;color:var(--sh-muted)}
.tkm-shop-search input[type=search]{flex:1 1 auto;border:0;padding:13px 16px;font-size:.95rem;color:var(--sh-ink);min-width:0}
.tkm-shop-search input[type=search]:focus{outline:0}
.tkm-shop-search__btn{display:flex;align-items:center;gap:8px;border:0;background:var(--sh-primary);color:#fff;padding:0 22px;font-weight:700;font-size:.92rem;cursor:pointer}
body.tkm-body .tkm-shop-search__btn{background:var(--sh-primary)!important;color:#fff!important;border:0!important;box-shadow:none!important}
body.tkm-body .tkm-shop-search__btn:hover{background:var(--sh-primary-dark)!important}

.tkm-shop-actions{display:flex;align-items:center;gap:6px;margin-left:auto}
.tkm-shop-actions__item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 12px;border-radius:10px;text-decoration:none;color:var(--sh-ink);font-size:.72rem;font-weight:600;white-space:nowrap}
.tkm-shop-actions__item:hover{background:var(--sh-paper);color:var(--sh-primary)}
.tkm-shop-cta{display:inline-flex;align-items:center;gap:8px;background:var(--sh-primary);color:#fff;padding:12px 18px;border-radius:10px;font-weight:700;font-size:.9rem;text-decoration:none;white-space:nowrap;box-shadow:0 2px 0 var(--sh-primary-dark)}
.tkm-shop-cta:hover{background:var(--sh-primary-dark);color:#fff}

.tkm-shop-nav{background:var(--sh-paper);border-top:1px solid var(--sh-line)}
.tkm-shop-nav .tkm-shop-wrap{min-height:48px;gap:14px}
.tkm-shop-mega{position:relative}
.tkm-shop-mega__btn{display:flex;align-items:center;gap:9px;background:var(--sh-ink);color:#fff;border:0;padding:11px 16px;border-radius:9px;font-weight:700;font-size:.88rem;cursor:pointer}
.tkm-shop-mega__btn:hover{background:#000}
.tkm-shop-mega__chev{transition:transform .18s ease}
.tkm-shop-mega.is-open .tkm-shop-mega__chev{transform:rotate(180deg)}
.tkm-shop-mega__panel{position:absolute;top:calc(100% + 8px);left:0;width:min(1080px,88vw);background:#fff;border:1px solid var(--sh-line);border-radius:14px;box-shadow:0 24px 48px -18px rgba(14,20,16,.3);padding:22px;z-index:960}
.tkm-shop-mega__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px 26px}
.tkm-shop-mega__head{display:block;font-weight:700;font-size:.92rem;color:var(--sh-ink);text-decoration:none;margin-bottom:7px}
.tkm-shop-mega__head:hover{color:var(--sh-primary)}
.tkm-shop-mega__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px}
.tkm-shop-mega__list a{color:var(--sh-muted);text-decoration:none;font-size:.84rem}
.tkm-shop-mega__list a:hover{color:var(--sh-primary)}
.tkm-shop-mega__foot{display:flex;gap:20px;margin-top:18px;padding-top:14px;border-top:1px solid var(--sh-line)}
.tkm-shop-mega__foot a{color:var(--sh-primary);font-weight:700;font-size:.88rem;text-decoration:none}

.tkm-shop-nav__quick,.tkm-shop-nav__aside{list-style:none;display:flex;gap:4px;margin:0;padding:0;overflow-x:auto;scrollbar-width:none}
.tkm-shop-nav__quick::-webkit-scrollbar{display:none}
.tkm-shop-nav__aside{margin-left:auto}
.tkm-shop-nav__quick a,.tkm-shop-nav__aside a{display:block;padding:9px 12px;border-radius:8px;color:var(--sh-ink);text-decoration:none;font-size:.86rem;font-weight:600;white-space:nowrap}
.tkm-shop-nav__quick a:hover,.tkm-shop-nav__aside a:hover{background:#fff;color:var(--sh-primary)}

.tkm-shop-drawer{position:fixed;inset:0;z-index:1200;visibility:hidden;pointer-events:none}
.tkm-shop-drawer.is-open{visibility:visible;pointer-events:auto}
.tkm-shop-drawer__scrim{position:absolute;inset:0;background:rgba(14,20,16,.5);opacity:0;transition:opacity .26s ease}
.tkm-shop-drawer.is-open .tkm-shop-drawer__scrim{opacity:1}
.tkm-shop-drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(340px,86vw);background:#fff;display:flex;flex-direction:column;box-shadow:6px 0 34px -12px rgba(14,20,16,.5);transform:translateX(-100%);transition:transform .26s cubic-bezier(.32,.72,.35,1)}
.tkm-shop-drawer.is-open .tkm-shop-drawer__panel{transform:translateX(0)}
.tkm-shop-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--sh-line);flex:0 0 auto}
.tkm-shop-drawer__brand{display:flex;align-items:center;gap:9px}
.tkm-shop-drawer__word{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-weight:700;font-size:1.02rem;letter-spacing:-.02em}
.tkm-shop-drawer__word span{color:var(--sh-ink)}
.tkm-shop-drawer__word em{color:var(--sh-primary);font-style:normal}
.tkm-shop-drawer__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:10px;background:var(--sh-paper);color:var(--sh-ink);cursor:pointer;flex:0 0 auto}
.tkm-shop-drawer__close:hover{background:var(--sh-line)}
.tkm-shop-drawer__views{position:relative;flex:1 1 auto;overflow:hidden}
.tkm-shop-drawer__view{position:absolute;inset:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:10px 0 16px;background:#fff;transform:translateX(100%);visibility:hidden;transition:transform .26s cubic-bezier(.32,.72,.35,1),visibility .26s}
.tkm-shop-drawer__view.is-active{transform:translateX(0);visibility:visible}
.tkm-shop-drawer__view[data-drawer-view="root"]{transform:translateX(-24%)}
.tkm-shop-drawer__view[data-drawer-view="root"].is-active{transform:translateX(0)}
.tkm-shop-drawer__label{display:block;padding:14px 18px 7px;font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--sh-muted)}
.tkm-shop-drawer__nav{list-style:none;margin:0;padding:0}
.tkm-shop-drawer__item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:13px 18px;border:0;background:transparent;color:var(--sh-ink);text-decoration:none;font-size:.94rem;font-weight:600;text-align:left;cursor:pointer;border-bottom:1px solid var(--sh-paper)}
.tkm-shop-drawer__item:hover,.tkm-shop-drawer__item:focus-visible{background:var(--sh-paper);color:var(--sh-primary)}
.tkm-shop-drawer__item svg{color:var(--sh-muted);flex:0 0 auto}
.tkm-shop-drawer__item:hover svg{color:var(--sh-primary)}
.tkm-shop-drawer__nav--plain .tkm-shop-drawer__item{font-weight:500;color:var(--sh-muted)}
.tkm-shop-drawer__item--all{color:var(--sh-primary);font-weight:700}
.tkm-shop-drawer__back{display:flex;align-items:center;gap:8px;width:100%;padding:12px 18px;border:0;background:transparent;color:var(--sh-primary);font-size:.86rem;font-weight:700;cursor:pointer;text-align:left}
.tkm-shop-drawer__viewtitle{display:block;padding:4px 18px 10px;font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:1.12rem;font-weight:700;color:var(--sh-ink);border-bottom:1px solid var(--sh-line)}
.tkm-shop-drawer__foot{flex:0 0 auto;display:flex;flex-direction:column;gap:12px;padding:16px 18px;border-top:1px solid var(--sh-line);background:var(--sh-paper)}
.tkm-shop-drawer__foot .tkm-shop-cta{justify-content:center}
.tkm-shop-drawer__footlinks{display:flex;gap:18px}
.tkm-shop-drawer__footlinks a{color:var(--sh-muted);text-decoration:none;font-size:.88rem;font-weight:600}
.tkm-shop-drawer__footlinks a:hover{color:var(--sh-primary)}
body.tkm-shop-locked{overflow:hidden}
@media (prefers-reduced-motion:reduce){
  .tkm-shop-drawer__panel,.tkm-shop-drawer__view,.tkm-shop-drawer__scrim{transition:none}
}

.tkm-shop-hero{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-primary-dark:#C94A10;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;background:linear-gradient(180deg,#fff 0%,var(--sh-paper) 100%);border-bottom:1px solid var(--sh-line)}
.tkm-shop-hero__inner{max-width:var(--tkm-shell);margin:0 auto;padding:44px 20px 30px;text-align:center}
.tkm-shop-hero__title{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:clamp(1.7rem,3.6vw,2.6rem);line-height:1.12;letter-spacing:-.02em;color:var(--sh-ink);margin:0 0 12px}
.tkm-shop-hero__lead{max-width:60ch;margin:0 auto;color:var(--sh-muted);font-size:1.02rem;line-height:1.55}
.tkm-shop-hero__search{display:flex;align-items:stretch;max-width:780px;margin:26px auto 0;border:2px solid var(--sh-ink);border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 10px 28px -14px rgba(14,20,16,.35)}
.tkm-shop-hero__searchcat{position:relative;display:flex;align-items:center;background:var(--sh-paper);border-right:1px solid var(--sh-line)}
.tkm-shop-hero__searchcat select{appearance:none;border:0;background:transparent;padding:0 32px 0 16px;height:100%;font-size:.9rem;color:var(--sh-ink);cursor:pointer;max-width:200px}
.tkm-shop-hero__searchcat svg{position:absolute;right:11px;pointer-events:none;color:var(--sh-muted)}
.tkm-shop-hero__search input[type=search]{flex:1 1 auto;border:0;padding:16px 18px;font-size:1rem;min-width:0;color:var(--sh-ink)}
.tkm-shop-hero__search input[type=search]:focus{outline:0}
.tkm-shop-hero__search button{display:flex;align-items:center;gap:9px;border:0;background:var(--sh-primary);color:#fff;padding:0 26px;font-weight:700;font-size:.98rem;cursor:pointer}
.tkm-shop-hero__search button:hover{background:var(--sh-primary-dark)}
.tkm-shop-hero__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px}
.tkm-shop-hero__chips a{display:inline-block;padding:8px 14px;border:1px solid var(--sh-line);border-radius:999px;background:#fff;color:var(--sh-ink);text-decoration:none;font-size:.86rem;font-weight:600}
.tkm-shop-hero__chips a:hover{border-color:var(--sh-primary);color:var(--sh-primary)}
.tkm-shop-hero__chips-all{background:var(--sh-ink)!important;color:#fff!important;border-color:var(--sh-ink)!important}
.tkm-shop-uspbar{border-top:1px solid var(--sh-line);background:#fff}
.tkm-shop-uspbar__inner{max-width:var(--tkm-shell);margin:0 auto;padding:14px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tkm-shop-uspbar__item{display:flex;align-items:center;gap:11px;justify-content:center}
.tkm-shop-uspbar__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#FFF1E7;color:var(--sh-primary);flex:0 0 auto}
.tkm-shop-uspbar__text{display:flex;flex-direction:column;line-height:1.25}
.tkm-shop-uspbar__text strong{font-size:.9rem;color:var(--sh-ink)}
.tkm-shop-uspbar__text em{font-style:normal;font-size:.8rem;color:var(--sh-muted)}

.tkm-shop-cats{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;padding:38px 0 8px;background:#fff}
.tkm-shop-cats__inner{max-width:var(--tkm-shell);margin:0 auto;padding:0 20px}
.tkm-shop-cats__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}
.tkm-shop-cats__head h2{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:clamp(1.25rem,2.2vw,1.6rem);margin:0;color:var(--sh-ink)}
.tkm-shop-cats__all{display:inline-flex;align-items:center;gap:7px;color:var(--sh-primary);font-weight:700;font-size:.9rem;text-decoration:none;white-space:nowrap}
.tkm-shop-cats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.tkm-shop-cats__tile{display:flex;align-items:center;gap:14px;padding:16px 16px;border:1px solid var(--sh-line);border-radius:12px;background:#fff;text-decoration:none;color:var(--sh-ink);min-height:82px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.tkm-shop-cats__tile:hover{border-color:var(--sh-primary);transform:translateY(-2px);box-shadow:0 10px 24px -14px rgba(14,20,16,.4)}
.tkm-shop-cats__tile-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:11px;background:var(--sh-paper);color:var(--sh-primary);flex:0 0 auto}
.tkm-shop-cats__tile:hover .tkm-shop-cats__tile-icon{background:#FFF1E7}
.tkm-shop-cats__tile-body{display:flex;flex-direction:column;gap:2px;min-width:0}
.tkm-shop-cats__tile-name{font-size:.92rem;font-weight:700;line-height:1.25}
.tkm-shop-cats__tile-sub{font-style:normal;font-size:.78rem;color:var(--sh-muted)}
.tkm-shop-cats__tile-arrow{margin-left:auto;color:var(--sh-primary);flex:0 0 auto;opacity:0;transition:opacity .15s ease}
.tkm-shop-cats__tile:hover .tkm-shop-cats__tile-arrow{opacity:1}

.tkm-shop-listings{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-primary-dark:#C94A10;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;padding:34px 0;background:#fff}
.tkm-shop-listings--bare{padding:0}
.tkm-shop-listings__inner{max-width:var(--tkm-shell);margin:0 auto;padding:0 20px}
.tkm-shop-listings__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}
.tkm-shop-listings__eyebrow{display:block;font-size:.76rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--sh-primary);margin-bottom:4px}
.tkm-shop-listings__head h2{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:clamp(1.25rem,2.2vw,1.6rem);margin:0;color:var(--sh-ink)}
.tkm-shop-listings__count{display:inline-block;margin-left:6px;padding:2px 9px;border-radius:999px;background:var(--sh-paper);color:var(--sh-muted);font-size:.8rem;font-weight:700;vertical-align:middle}
.tkm-shop-listings__all{display:inline-flex;align-items:center;gap:7px;color:var(--sh-primary);font-weight:700;font-size:.9rem;text-decoration:none;white-space:nowrap}
.tkm-shop-listings__more{margin-top:22px;text-align:center}
.tkm-shop-listings__empty{padding:34px 20px;border:1px dashed var(--sh-line);border-radius:14px;background:var(--sh-paper);text-align:center}
.tkm-shop-listings__empty p{margin:0 0 14px;color:var(--sh-muted)}

.tkm-shop-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.tkm-shop-card{display:flex;flex-direction:column;height:100%;border:1px solid var(--sh-line);border-radius:12px;background:#fff;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}
.tkm-shop-card:hover{border-color:var(--sh-primary);box-shadow:0 12px 26px -16px rgba(14,20,16,.4);transform:translateY(-2px)}
.tkm-shop-card__media{position:relative;aspect-ratio:4/3;background:var(--sh-paper);overflow:hidden}
.tkm-shop-card__media a{display:block;width:100%;height:100%}
.tkm-shop-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.tkm-shop-card__ph{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#C4BCAB}
.tkm-shop-card__ph svg{width:52px;height:52px}
.tkm-shop-card__badge{position:absolute;top:9px;left:9px;padding:4px 9px;border-radius:999px;background:var(--sh-primary);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.02em}
.tkm-shop-card__fav{position:absolute;top:7px;right:7px}
.tkm-shop-card__fav .rtcl-favourites{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.94);color:var(--sh-ink);box-shadow:0 2px 6px rgba(14,20,16,.14)}
.tkm-shop-card__fav .favourite-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.tkm-shop-card__body{display:flex;flex-direction:column;gap:6px;padding:12px 13px 13px;flex:1 1 auto}
.tkm-shop-card__cat{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--sh-muted)}
.tkm-shop-card__title{margin:0;font-size:.95rem;line-height:1.32;font-weight:600}
.tkm-shop-card__title a{color:var(--sh-ink);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.tkm-shop-card__title a:hover{color:var(--sh-primary)}
.tkm-shop-card__meta{display:flex;align-items:center;gap:10px;font-size:.78rem;color:var(--sh-muted);flex-wrap:wrap}
.tkm-shop-card__loc{display:inline-flex;align-items:center;gap:4px}
.tkm-shop-card__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:10px;border-top:1px solid var(--sh-paper)}
.tkm-shop-card__price{display:flex;align-items:baseline;gap:2px;color:var(--sh-ink)}
.tkm-shop-card__cur{font-size:.86rem;font-weight:700}
.tkm-shop-card__amount{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:1.12rem;font-weight:700;letter-spacing:-.01em}
.tkm-shop-card__amount--ask{font-size:.86rem;font-weight:600;color:var(--sh-muted)}
.tkm-shop-card__cta{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border-radius:8px;background:var(--sh-paper);color:var(--sh-ink);font-size:.82rem;font-weight:700;text-decoration:none}
.tkm-shop-card__cta:hover{background:var(--sh-primary);color:#fff}

.tkm-shop-seotext{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;padding:36px 0;background:var(--sh-paper);border-top:1px solid var(--sh-line)}
.tkm-shop-seotext__inner{max-width:var(--tkm-shell);margin:0 auto;padding:0 20px;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:34px 48px;align-items:start}
.tkm-shop-seotext__inner > h2{grid-column:1/-1}
.tkm-shop-seotext h2{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:clamp(1.2rem,2.1vw,1.5rem);margin:0 0 12px;color:var(--sh-ink)}
.tkm-shop-seotext__body{color:var(--sh-muted);line-height:1.7;font-size:.96rem}
.tkm-shop-seotext__body p{margin:0 0 12px}
.tkm-shop-seotext__links{padding:18px;border:1px solid var(--sh-line);border-radius:12px;background:#fff}
.tkm-shop-seotext__linkslabel{display:block;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--sh-ink);margin-bottom:9px}
.tkm-shop-seotext__links ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:7px}
.tkm-shop-seotext__links a{display:inline-block;padding:6px 12px;border:1px solid var(--sh-line);border-radius:999px;background:#fff;color:var(--sh-ink);text-decoration:none;font-size:.83rem}
.tkm-shop-seotext__links a:hover{border-color:var(--sh-primary);color:var(--sh-primary)}

@media (max-width:1080px){
  .tkm-shop-grid{grid-template-columns:repeat(3,1fr)}
  .tkm-shop-cats__grid{grid-template-columns:repeat(3,1fr)}
  .tkm-shop-mega__grid{grid-template-columns:repeat(3,1fr)}
  .tkm-shop-actions__item span{display:none}
  .tkm-shop-actions__item{padding:8px}
}
@media (max-width:900px){
  .tkm-shop-grid{grid-template-columns:repeat(2,1fr)}
  .tkm-shop-cats__grid{grid-template-columns:repeat(2,1fr)}
  .tkm-shop-seotext__inner{grid-template-columns:1fr;gap:24px}
  .tkm-shop-uspbar__inner{grid-template-columns:1fr;gap:10px}
  .tkm-shop-uspbar__item{justify-content:flex-start}
  .tkm-shop-usps__item--hide-sm{display:none}
  .tkm-shop-nav__quick{display:none}
  .tkm-shop-mega__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .tkm-shop-listings__head{flex-direction:column;align-items:flex-start;gap:8px}
  .tkm-shop-cats__grid{grid-template-columns:repeat(1,1fr)}
  .tkm-shop-hero__inner{padding:30px 16px 24px}
  .tkm-shop-hero__searchcat{display:none}
  .tkm-shop-hero__search button span{display:none}
  .tkm-shop-hero__search button{padding:0 18px}
  .tkm-shop-burger{display:flex;width:40px;height:40px;flex:0 0 auto}
  .tkm-shop-logobar .tkm-shop-wrap{flex-wrap:wrap;min-height:0;padding-top:10px;padding-bottom:10px;gap:10px}
  .tkm-shop-logo{flex:1 1 auto;min-width:0;gap:8px}
  .tkm-shop-logo__mark{width:30px;height:30px}
  .tkm-shop-logo__word{font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .tkm-shop-actions{flex:0 0 auto;margin-left:0;gap:2px}
  .tkm-shop-actions__item{padding:8px 6px}
  .tkm-shop-search{order:3;flex-basis:100%;max-width:none}
  .tkm-shop-search__cat{display:none}
  .tkm-shop-search__btn span{display:none}
  .tkm-shop-search__btn{padding:0 16px}
  .tkm-shop-cta span{display:none}
  .tkm-shop-cta{padding:10px 12px;box-shadow:none}
  .tkm-shop-topbar__links{display:none}
  .tkm-shop-topbar .tkm-shop-wrap{min-height:32px}
  .tkm-shop-usps__item{font-size:.75rem}
  .tkm-shop-nav{display:none}
}

.tkm-shop-footer{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-primary-dark:#C94A10;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;font-family:var(--tkm-font-sans,"Inter",-apple-system,"Segoe UI",Roboto,sans-serif)}
.tkm-shop-claimbar{background:var(--sh-primary);color:#fff}
.tkm-shop-claimbar__inner{max-width:var(--tkm-shell);margin:0 auto;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.tkm-shop-claimbar__text{display:flex;flex-direction:column;gap:3px}
.tkm-shop-claimbar__text strong{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:1.08rem}
.tkm-shop-claimbar__text span{font-size:.88rem;color:rgba(255,255,255,.9)}
.tkm-shop-claimbar__actions{display:flex;align-items:center;gap:16px}
.tkm-shop-claimbar .tkm-shop-cta{background:#fff;color:var(--sh-primary);box-shadow:0 2px 0 rgba(0,0,0,.14)}
.tkm-shop-claimbar .tkm-shop-cta:hover{background:var(--sh-ink);color:#fff}
.tkm-shop-claimbar__link{color:#fff;font-size:.88rem;font-weight:600;text-decoration:underline}

.tkm-shop-linkfooter{background:var(--sh-ink);color:#fff}
.tkm-shop-linkfooter__inner{max-width:var(--tkm-shell);margin:0 auto;padding:46px 20px 38px;display:grid;grid-template-columns:1.6fr repeat(5,1fr);gap:30px}
.tkm-shop-linkfooter__logo{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.tkm-shop-linkfooter__word{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-weight:700;font-size:1.15rem;letter-spacing:-.02em;color:#fff}
.tkm-shop-linkfooter__word em{color:var(--sh-primary);font-style:normal}
.tkm-shop-linkfooter__brand p{margin:0 0 16px;color:rgba(255,255,255,.62);font-size:.88rem;line-height:1.6;max-width:34ch}
.tkm-shop-linkfooter__brandlinks{display:flex;gap:10px;flex-wrap:wrap}
.tkm-shop-linkfooter__brandlinks a{display:inline-block;padding:8px 14px;border:1px solid rgba(255,255,255,.22);border-radius:8px;font-size:.83rem;font-weight:600;color:#fff}
.tkm-shop-linkfooter__brandlinks a:hover{border-color:var(--sh-primary);background:var(--sh-primary);color:#fff}
.tkm-shop-linkfooter h4{font-size:.88rem;margin:0 0 14px;color:#fff;letter-spacing:.01em}
.tkm-shop-linkfooter ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.tkm-shop-linkfooter a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.85rem;line-height:1.4}
.tkm-shop-linkfooter a:hover{color:var(--sh-primary)}

.tkm-shop-copyfooter{background:#0A0D0B;color:rgba(255,255,255,.65)}
.tkm-shop-copyfooter__inner{max-width:var(--tkm-shell);margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.tkm-shop-copyfooter__trust{list-style:none;display:flex;gap:20px;margin:0;padding:0;flex-wrap:wrap}
.tkm-shop-copyfooter__trust li{display:flex;align-items:center;gap:7px;font-size:.8rem}
.tkm-shop-copyfooter__trust svg{color:var(--sh-primary)}
.tkm-shop-copyfooter__legal{display:flex;align-items:center;gap:8px;font-size:.8rem}
.tkm-shop-copyfooter__legal a{color:rgba(255,255,255,.65);text-decoration:none}
.tkm-shop-copyfooter__legal a:hover{color:#fff}
.tkm-shop-copyfooter__copy{font-size:.8rem}

@media (max-width:1200px){
  .tkm-shop-linkfooter__inner{grid-template-columns:repeat(3,1fr)}
  .tkm-shop-linkfooter__brand{grid-column:1/-1}
  .tkm-shop-linkfooter__brand p{max-width:60ch}
}
@media (max-width:760px){
  .tkm-shop-linkfooter__inner{grid-template-columns:repeat(2,1fr);gap:24px}
  .tkm-shop-claimbar__inner{flex-direction:column;align-items:flex-start}
  .tkm-shop-copyfooter__inner{flex-direction:column;align-items:flex-start;gap:10px}
}

.tkm-shop-pagehead{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;background:var(--sh-paper);border-bottom:1px solid var(--sh-line)}
.tkm-shop-pagehead__inner{max-width:var(--tkm-shell);margin:0 auto;padding:22px 20px}
.tkm-shop-crumbs{display:flex;align-items:center;gap:8px;font-size:.82rem;color:var(--sh-muted);margin-bottom:8px}
.tkm-shop-crumbs a{color:var(--sh-muted);text-decoration:none}
.tkm-shop-crumbs a:hover{color:var(--sh-primary)}
.tkm-shop-pagehead h1{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:clamp(1.5rem,3vw,2.1rem);margin:0 0 6px;color:var(--sh-ink)}
.tkm-shop-pagehead p{margin:0;color:var(--sh-muted);font-size:.95rem;max-width:70ch}

.tkm-shop-browse{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-primary-dark:#C94A10;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;background:#fff;padding:22px 0 34px}
.tkm-shop-browse__inner{max-width:var(--tkm-shell);margin:0 auto;padding:0 20px;display:grid;grid-template-columns:250px 1fr;gap:24px;align-items:start}

.tkm-shop-filters{border:1px solid var(--sh-line);border-radius:12px;background:#fff;overflow:hidden;position:sticky;top:16px}
.tkm-shop-filters__head{display:none;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--sh-line);font-weight:700}
.tkm-shop-filters__head button{border:0;background:transparent;cursor:pointer;color:var(--sh-ink);padding:2px}
.tkm-shop-filters__form{padding:14px 16px 16px}
.tkm-shop-filterbox{padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--sh-paper)}
.tkm-shop-filterbox:last-of-type{border-bottom:0;margin-bottom:8px}
.tkm-shop-filterbox h3{font-size:.86rem;margin:0 0 9px;color:var(--sh-ink);letter-spacing:.01em}
.tkm-shop-filterbox input[type=search]{width:100%;border:1px solid var(--sh-line);border-radius:8px;padding:9px 11px;font-size:.88rem}
.tkm-shop-filterbox input[type=search]:focus{outline:0;border-color:var(--sh-primary)}
.tkm-shop-filterlist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px;max-height:290px;overflow-y:auto}
.tkm-shop-filterlist a{display:block;padding:6px 8px;border-radius:7px;color:var(--sh-muted);text-decoration:none;font-size:.85rem}
.tkm-shop-filterlist a:hover{background:var(--sh-paper);color:var(--sh-ink)}
.tkm-shop-filterlist a.is-active{background:#FFF1E7;color:var(--sh-primary);font-weight:700}
.tkm-shop-pricefilter{display:flex;align-items:center;gap:8px}
.tkm-shop-pricefilter input{width:100%;border:1px solid var(--sh-line);border-radius:8px;padding:8px 10px;font-size:.86rem;min-width:0}
.tkm-shop-pricefilter input:focus{outline:0;border-color:var(--sh-primary)}
.tkm-shop-pricefilter span{color:var(--sh-muted)}
.tkm-shop-filters__apply{width:100%;border:0;background:var(--sh-ink);color:#fff;padding:11px 14px;border-radius:9px;font-weight:700;font-size:.88rem;cursor:pointer}
.tkm-shop-filters__apply:hover{background:var(--sh-primary)}
.tkm-shop-filters__reset{display:block;text-align:center;margin-top:9px;color:var(--sh-muted);font-size:.83rem;text-decoration:underline}

.tkm-shop-results__bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-bottom:14px;border-bottom:1px solid var(--sh-line);margin-bottom:16px}
.tkm-shop-results__filterbtn{display:none;align-items:center;gap:8px;border:1px solid var(--sh-line);border-radius:9px;background:#fff;padding:9px 13px;font-weight:700;font-size:.86rem;cursor:pointer;color:var(--sh-ink)}
.tkm-shop-results__count{font-size:.9rem;color:var(--sh-muted)}
.tkm-shop-results__count strong{color:var(--sh-ink)}
.tkm-shop-results__controls{display:flex;align-items:center;gap:12px;margin-left:auto}
.tkm-shop-results__select{display:flex;align-items:center;gap:7px;font-size:.83rem;color:var(--sh-muted)}
.tkm-shop-results__select select{border:1px solid var(--sh-line);border-radius:8px;padding:7px 10px;font-size:.85rem;background:#fff;color:var(--sh-ink);cursor:pointer}
.tkm-shop-results__select select:focus{outline:0;border-color:var(--sh-primary)}

.tkm-shop-active{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px}
.tkm-shop-active__label{font-size:.82rem;color:var(--sh-muted);font-weight:700}
.tkm-shop-active__chip{display:inline-flex;align-items:center;gap:7px;padding:5px 11px;border-radius:999px;background:#FFF1E7;color:var(--sh-primary);font-size:.83rem;font-weight:600;text-decoration:none}
.tkm-shop-active__chip span{font-weight:700}
.tkm-shop-active__chip:hover{background:var(--sh-primary);color:#fff}
.tkm-shop-active__clear{font-size:.82rem;color:var(--sh-muted);text-decoration:underline}

.tkm-shop-paging{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:26px}
.tkm-shop-paging a{display:inline-block;padding:10px 18px;border:1px solid var(--sh-line);border-radius:9px;color:var(--sh-ink);text-decoration:none;font-weight:700;font-size:.87rem}
.tkm-shop-paging a:hover{border-color:var(--sh-primary);color:var(--sh-primary)}
.tkm-shop-paging__state{font-size:.85rem;color:var(--sh-muted)}
.tkm-shop-results__empty{padding:44px 20px;border:1px dashed var(--sh-line);border-radius:14px;background:var(--sh-paper);text-align:center}
.tkm-shop-results__empty h2{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:1.2rem;margin:0 0 8px}
.tkm-shop-results__empty p{margin:0 0 16px;color:var(--sh-muted)}
.tkm-shop-results__emptyactions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.tkm-shop-results__emptylink{color:var(--sh-muted);text-decoration:underline;font-size:.88rem}

@media (max-width:900px){
  .tkm-shop-browse__inner{grid-template-columns:1fr}
  .tkm-shop-results__filterbtn{display:inline-flex}
  .tkm-shop-filters{position:fixed;inset:0;z-index:1200;border-radius:0;border:0;overflow-y:auto;transform:translateX(-100%);transition:transform .2s ease}
  .tkm-shop-filters.is-open{transform:translateX(0)}
  .tkm-shop-filters__head{display:flex}
  .tkm-shop-results__controls{margin-left:0;width:100%}
}

.tkm-shop-detail{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;max-width:var(--tkm-shell);margin:26px auto 0;padding:0 20px;font-family:var(--tkm-font-sans,"Inter",-apple-system,"Segoe UI",Roboto,sans-serif)}
.tkm-shop-detail h2{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:1.15rem;margin:0 0 12px;color:var(--sh-ink)}
.tkm-shop-detail__quickmenu{display:flex;gap:8px;flex-wrap:wrap;padding:12px 0;border-top:1px solid var(--sh-line);border-bottom:1px solid var(--sh-line);margin-bottom:22px}
.tkm-shop-detail__quickmenu a{padding:7px 13px;border-radius:999px;background:var(--sh-paper);color:var(--sh-ink);text-decoration:none;font-size:.84rem;font-weight:600}
.tkm-shop-detail__quickmenu a:hover{background:var(--sh-primary);color:#fff}
.tkm-shop-detail section{margin-bottom:26px}
.tkm-shop-specs{margin:0;border:1px solid var(--sh-line);border-radius:12px;overflow:hidden;background:#fff}
.tkm-shop-specs__row{display:grid;grid-template-columns:200px 1fr;gap:12px;padding:11px 16px;border-bottom:1px solid var(--sh-paper)}
.tkm-shop-specs__row:last-child{border-bottom:0}
.tkm-shop-specs__row:nth-child(odd){background:#FCFBF9}
.tkm-shop-specs dt{margin:0;color:var(--sh-muted);font-size:.87rem}
.tkm-shop-specs dd{margin:0;color:var(--sh-ink);font-size:.9rem;font-weight:600}
.tkm-shop-seller{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--sh-line);border-radius:12px;background:#fff;flex-wrap:wrap}
.tkm-shop-seller__avatar{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--sh-paper);color:var(--sh-primary);flex:0 0 auto}
.tkm-shop-seller__body{display:flex;flex-direction:column;gap:2px}
.tkm-shop-seller__body strong{font-size:.98rem;color:var(--sh-ink)}
.tkm-shop-seller__body span{font-size:.83rem;color:var(--sh-muted)}
.tkm-shop-seller__link{margin-left:auto;color:var(--sh-primary);font-weight:700;font-size:.87rem;text-decoration:none}
.tkm-shop-safe{list-style:none;margin:0 0 12px;padding:16px;border:1px solid var(--sh-line);border-radius:12px;background:#fff;display:flex;flex-direction:column;gap:11px}
.tkm-shop-safe li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--sh-ink);line-height:1.5}
.tkm-shop-safe svg{color:var(--sh-primary);flex:0 0 auto;margin-top:2px}
.tkm-shop-safe__links{display:flex;gap:18px;flex-wrap:wrap}
.tkm-shop-safe__links a{color:var(--sh-muted);font-size:.85rem;text-decoration:underline}
.tkm-shop-safe__links a:hover{color:var(--sh-primary)}
.tkm-shop-grid--related{grid-template-columns:repeat(4,1fr)}
@media (max-width:900px){
  .tkm-shop-specs__row{grid-template-columns:1fr;gap:2px}
  .tkm-shop-grid--related{grid-template-columns:repeat(2,1fr)}
  .tkm-shop-seller__link{margin-left:0}
}

.tkm-shop-wizard{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-primary-dark:#C94A10;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;padding:36px 0;background:var(--sh-paper);font-family:var(--tkm-font-sans,"Inter",-apple-system,"Segoe UI",Roboto,sans-serif)}
.tkm-shop-wizard__inner{max-width:var(--tkm-shell);margin:0 auto;padding:0 20px}
.tkm-shop-wizard__head{text-align:center;margin-bottom:20px}
.tkm-shop-wizard__head h2{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:clamp(1.3rem,2.4vw,1.75rem);margin:0 0 8px;color:var(--sh-ink)}
.tkm-shop-wizard__head p{margin:0 auto;max-width:60ch;color:var(--sh-muted);font-size:.95rem;line-height:1.55}
.tkm-shop-wizard__steps{list-style:none;display:flex;justify-content:center;gap:10px;margin:0 0 16px;padding:0;flex-wrap:wrap}
.tkm-shop-wizard__steps li{display:flex;align-items:center;gap:8px;padding:7px 14px;border-radius:999px;background:#fff;border:1px solid var(--sh-line);color:var(--sh-muted);font-size:.84rem;font-weight:600}
.tkm-shop-wizard__steps li span{display:flex;align-items:center;justify-content:center;width:21px;height:21px;border-radius:50%;background:var(--sh-paper);color:var(--sh-muted);font-size:.75rem;font-weight:700}
.tkm-shop-wizard__steps li.is-active{border-color:var(--sh-primary);color:var(--sh-ink)}
.tkm-shop-wizard__steps li.is-active span{background:var(--sh-primary);color:#fff}
.tkm-shop-wizard__steps li.is-done span{background:var(--sh-ink);color:#fff}
.tkm-shop-wizard__panel{background:#fff;border:1px solid var(--sh-line);border-radius:14px;padding:18px;box-shadow:0 14px 30px -22px rgba(14,20,16,.4)}
.tkm-shop-wizard__bar{display:flex;align-items:center;gap:14px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--sh-paper)}
.tkm-shop-wizard__back{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--sh-line);border-radius:8px;background:#fff;padding:7px 12px;font-size:.83rem;font-weight:700;color:var(--sh-ink);cursor:pointer}
.tkm-shop-wizard__back:hover{border-color:var(--sh-primary);color:var(--sh-primary)}
.tkm-shop-wizard__crumb{font-size:.9rem;color:var(--sh-muted);font-weight:600}
.tkm-shop-wizard__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.tkm-shop-wizard__tile{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid var(--sh-line);border-radius:11px;background:#fff;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s ease,transform .15s ease}
.tkm-shop-wizard__tile:hover{border-color:var(--sh-primary);transform:translateY(-1px)}
.tkm-shop-wizard__tileicon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;background:var(--sh-paper);color:var(--sh-primary);flex:0 0 auto}
.tkm-shop-wizard__tilename{flex:1 1 auto;font-size:.89rem;font-weight:600;color:var(--sh-ink);line-height:1.3}
.tkm-shop-wizard__tilearrow{color:var(--sh-primary);font-size:1.1rem;font-weight:700}
.tkm-shop-wizard__result{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;padding:16px;border:1px solid var(--sh-primary);border-radius:12px;background:#FFF6EF}
.tkm-shop-wizard__resultinfo{display:flex;flex-direction:column;gap:3px}
.tkm-shop-wizard__resultinfo strong{font-size:1.05rem;color:var(--sh-ink)}
.tkm-shop-wizard__resultinfo span{font-size:.85rem;color:var(--sh-muted)}
.tkm-shop-wizard__resultactions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.tkm-shop-wizard__city{display:flex;align-items:center;gap:7px;font-size:.83rem;color:var(--sh-muted)}
.tkm-shop-wizard__city select{border:1px solid var(--sh-line);border-radius:8px;padding:8px 10px;font-size:.85rem;background:#fff;color:var(--sh-ink);cursor:pointer}
@media (max-width:760px){
  .tkm-shop-wizard__grid{grid-template-columns:repeat(2,1fr)}
  .tkm-shop-wizard__result{flex-direction:column;align-items:stretch}
  .tkm-shop-wizard__resultactions{justify-content:space-between}
}

.tkm-shop-subcats{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;padding:26px 0 6px;background:#fff}
.tkm-shop-subcats__inner{max-width:var(--tkm-shell);margin:0 auto;padding:0 20px}
.tkm-shop-subcats h2{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:1.15rem;margin:0 0 14px;color:var(--sh-ink)}
.tkm-shop-subcats__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.tkm-shop-subcats__list a{display:flex;align-items:center;gap:10px;padding:12px 13px;border:1px solid var(--sh-line);border-radius:11px;background:#fff;text-decoration:none;color:var(--sh-ink);transition:border-color .15s ease,transform .15s ease}
.tkm-shop-subcats__list a:hover{border-color:var(--sh-primary);transform:translateY(-1px)}
.tkm-shop-subcats__icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:var(--sh-paper);color:var(--sh-primary);flex:0 0 auto}
.tkm-shop-subcats__name{flex:1 1 auto;font-size:.88rem;font-weight:600;line-height:1.3}
.tkm-shop-subcats__arrow{color:var(--sh-primary);flex:0 0 auto}
@media (max-width:900px){.tkm-shop-subcats__list{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.tkm-shop-subcats__list{grid-template-columns:1fr}}

.tkm-main--account,.tkm-main--auth{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-primary-dark:#C94A10;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54;background:var(--sh-paper)}
.tkm-main--account .tkm-account{max-width:var(--tkm-shell);margin:0 auto;padding:24px 20px 40px;gap:22px}
.tkm-main--account .tkm-account__nav{background:#fff;border:1px solid var(--sh-line);border-radius:14px;padding:16px;align-self:start}
.tkm-main--account .tkm-account__head{padding-bottom:14px;margin-bottom:12px;border-bottom:1px solid var(--sh-paper)}
.tkm-main--account .tkm-account__avatar{border-radius:12px;background:var(--sh-paper);color:var(--sh-primary)}
.tkm-main--account .tkm-account__identity-name{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);color:var(--sh-ink)}
.tkm-main--account .tkm-account__identity-label{color:var(--sh-muted);font-size:.8rem}
.tkm-main--account .tkm-account__menu-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:9px;color:var(--sh-ink);text-decoration:none;font-size:.9rem;font-weight:600;transition:background .15s ease,color .15s ease}
.tkm-main--account .tkm-account__menu-link:hover{background:var(--sh-paper);color:var(--sh-primary)}
.tkm-main--account .tkm-account__menu-item.is-active .tkm-account__menu-link,.tkm-main--account .tkm-account__menu-link[aria-current=page]{background:#FFF1E7;color:var(--sh-primary)}
.tkm-main--account .tkm-account__menu-icon{color:currentColor}
.tkm-main--account .tkm-account__menu-badge{background:var(--sh-primary);color:#fff;border-radius:999px;font-size:.72rem;font-weight:700;padding:1px 8px;margin-left:auto}
.tkm-main--account .tkm-account__main{background:#fff;border:1px solid var(--sh-line);border-radius:14px;padding:22px}
.tkm-main--account .tkm-account__title{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-size:1.35rem;color:var(--sh-ink);margin:0 0 14px}
.tkm-main--account .tkm-account__flash{border-radius:10px;border:1px solid var(--sh-line);background:var(--sh-paper)}
.tkm-main--account .tkm-dash__hero{background:linear-gradient(135deg,#FFF6EF 0%,#fff 70%);border:1px solid var(--sh-line);border-radius:14px}
.tkm-main--account .tkm-dash__name{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);color:var(--sh-ink)}
.tkm-main--account .tkm-dash__hero-cta,.tkm-main--account .tkm-dash__edit{border-radius:10px;font-weight:700}
.tkm-main--account .tkm-dash__empty{border:1px dashed var(--sh-line);border-radius:14px;background:var(--sh-paper)}

.tkm-main--auth .tkm-auth{padding:34px 0 46px}
.tkm-main--auth .tkm-auth__inner{max-width:1080px;margin:0 auto}
.tkm-main--auth .tkm-auth__card{background:#fff;border:1px solid var(--sh-line);border-radius:16px;box-shadow:0 20px 44px -28px rgba(14,20,16,.4);padding:26px}
.tkm-main--auth .tkm-auth__eyebrow{color:var(--sh-primary);font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-size:.76rem}
.tkm-main--auth .tkm-auth__title{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);color:var(--sh-ink);font-size:clamp(1.4rem,2.6vw,1.9rem)}
.tkm-main--auth .tkm-auth__intro{color:var(--sh-muted);line-height:1.6}
.tkm-main--auth .tkm-auth-form label{display:block;font-size:.85rem;font-weight:700;color:var(--sh-ink);margin-bottom:5px}
.tkm-main--auth .tkm-auth-form input[type=text],.tkm-main--auth .tkm-auth-form input[type=email],.tkm-main--auth .tkm-auth-form input[type=password]{width:100%;border:1px solid var(--sh-line);border-radius:10px;padding:12px 13px;font-size:.95rem;background:#fff;color:var(--sh-ink)}
.tkm-main--auth .tkm-auth-form input:focus{outline:0;border-color:var(--sh-primary);box-shadow:0 0 0 3px rgba(232,93,26,.14)}
.tkm-main--auth .tkm-auth-form button[type=submit],.tkm-main--auth .tkm-auth-form .tkm-btn--primary{width:100%;border:0;background:var(--sh-primary);color:#fff;padding:13px 18px;border-radius:10px;font-weight:700;font-size:.96rem;cursor:pointer;box-shadow:0 2px 0 var(--sh-primary-dark)}
.tkm-main--auth .tkm-auth-form button[type=submit]:hover{background:var(--sh-primary-dark)}
.tkm-main--auth .tkm-auth__switch{display:flex;gap:6px;padding:5px;border:1px solid var(--sh-line);border-radius:999px;background:var(--sh-paper);margin-bottom:18px}
.tkm-main--auth .tkm-auth__switch a{flex:1 1 0;text-align:center;padding:9px 14px;border-radius:999px;color:var(--sh-muted);text-decoration:none;font-weight:700;font-size:.88rem}
.tkm-main--auth .tkm-auth__switch a[aria-current=page],.tkm-main--auth .tkm-auth__switch a.is-active{background:#fff;color:var(--sh-primary);box-shadow:0 1px 3px rgba(14,20,16,.1)}
.tkm-main--auth .tkm-auth__chip{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:var(--sh-paper);color:var(--sh-ink);font-size:.85rem;font-weight:600}
.tkm-main--auth .tkm-auth__chip-icon{color:var(--sh-primary)}
.tkm-main--auth .tkm-auth__divider{border-top:1px solid var(--sh-line)}
@media (max-width:900px){
  .tkm-main--account .tkm-account{padding:16px 16px 32px}
  .tkm-main--account .tkm-account__main{padding:16px}
}

.tkm-main--sell,.tkm-contact,.tkm-support{--sh-ink:#0E1410;--sh-primary:#E85D1A;--sh-primary-dark:#C94A10;--sh-paper:#F6F3EE;--sh-line:#E8E2D3;--sh-muted:#565A54}
.tkm-sell-head{background:#fff;border-bottom:1px solid var(--sh-line,#E8E2D3)}
.tkm-sell-head__title{font-family:var(--tkm-font-display,"Space Grotesk",sans-serif);font-weight:700;color:#0E1410}
.tkm-sell-head__back{color:#565A54}
.tkm-sell-head__back:hover{color:#E85D1A}
.tkm-main--sell{background:var(--sh-paper)}
.tkm-main--sell .tkm-sell-body{max-width:900px;margin:0 auto;padding:24px 20px 44px}
.tkm-main--sell .rtcl-listing-form,.tkm-main--sell .rtcl-form,.tkm-main--sell form.rtcl{background:#fff;border:1px solid var(--sh-line);border-radius:14px;padding:22px}
.tkm-main--sell .rtcl-form-group,.tkm-main--sell .form-group{margin-bottom:16px}
.tkm-main--sell label,.tkm-main--sell .rtcl-form-group > label{display:block;font-size:.86rem;font-weight:700;color:var(--sh-ink);margin-bottom:6px}
.tkm-main--sell input[type=text],.tkm-main--sell input[type=email],.tkm-main--sell input[type=tel],.tkm-main--sell input[type=number],.tkm-main--sell input[type=url],.tkm-main--sell select,.tkm-main--sell textarea{width:100%;border:1px solid var(--sh-line);border-radius:10px;padding:11px 13px;font-size:.94rem;background:#fff;color:var(--sh-ink);font-family:inherit}
.tkm-main--sell input:focus,.tkm-main--sell select:focus,.tkm-main--sell textarea:focus{outline:0;border-color:var(--sh-primary);box-shadow:0 0 0 3px rgba(232,93,26,.14)}
.tkm-main--sell textarea{min-height:130px;line-height:1.55}
.tkm-main--sell .rtcl-btn,.tkm-main--sell button[type=submit],.tkm-main--sell input[type=submit]{border:0;background:var(--sh-primary);color:#fff;padding:13px 22px;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer;box-shadow:0 2px 0 var(--sh-primary-dark)}
.tkm-main--sell .rtcl-btn:hover,.tkm-main--sell button[type=submit]:hover,.tkm-main--sell input[type=submit]:hover{background:var(--sh-primary-dark)}
.tkm-main--sell .rtcl-dropzone,.tkm-main--sell .rtcl-media-upload{border:2px dashed var(--sh-line);border-radius:12px;background:var(--sh-paper)}
.tkm-main--sell .rtcl-dropzone:hover{border-color:var(--sh-primary)}
.tkm-main--sell .rtcl-category-selection li a,.tkm-main--sell .rtcl-cat-item a{border-radius:9px}
.tkm-main--sell .rtcl-category-selection li a:hover{background:#FFF1E7;color:var(--sh-primary)}

.tkm-form__field label{display:block;font-size:.86rem;font-weight:700;color:#0E1410;margin-bottom:6px}
.tkm-form__field input,.tkm-form__field select,.tkm-form__field textarea{width:100%;border:1px solid #E8E2D3;border-radius:10px;padding:11px 13px;font-size:.94rem;background:#fff;color:#0E1410;font-family:inherit}
.tkm-form__field input:focus,.tkm-form__field select:focus,.tkm-form__field textarea:focus{outline:0;border-color:#E85D1A;box-shadow:0 0 0 3px rgba(232,93,26,.14)}
.tkm-contact__form-wrap{background:#fff;border:1px solid #E8E2D3;border-radius:14px;padding:22px}
.tkm-contact__icon{color:#E85D1A}

.tkm-support__field label{display:block;font-size:.86rem;font-weight:700;color:#0E1410;margin-bottom:6px}
.tkm-support__field input,.tkm-support__field select,.tkm-support__field textarea{width:100%;border:1px solid #E8E2D3;border-radius:10px;padding:11px 13px;font-size:.94rem;background:#fff;font-family:inherit}
.tkm-support__field input:focus,.tkm-support__field select:focus,.tkm-support__field textarea:focus{outline:0;border-color:#E85D1A;box-shadow:0 0 0 3px rgba(232,93,26,.14)}
.tkm-support__empty{border:1px dashed #E8E2D3;border-radius:14px;background:#F6F3EE}
.tkm-support__empty-icon{color:#E85D1A}

.tkm-main--auth .tkm-auth__switch--stacked{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 10px;padding:0;border:0;background:none;border-radius:0;margin:16px 0 0;font-size:.88rem;color:var(--sh-muted);text-align:center}
.tkm-main--auth .tkm-auth__switch--stacked .tkm-auth__switch-q{color:var(--sh-muted)}
.tkm-main--auth .tkm-auth__switch--stacked .tkm-auth__switch-actions{display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:8px}
.tkm-main--auth .tkm-auth__switch--stacked .tkm-auth__switch-sep{color:var(--sh-line)}
.tkm-main--auth .tkm-auth__switch--stacked a{flex:0 0 auto;padding:0;border-radius:0;background:none;box-shadow:none;color:var(--sh-primary);font-weight:700;font-size:.88rem;text-decoration:none}
.tkm-main--auth .tkm-auth__switch--stacked a:hover{text-decoration:underline}

@media (min-width:980px){
  .tkm-main--auth .tkm-auth__chip--a{left:0}
  .tkm-main--auth .tkm-auth__chip--b{right:0}
  .tkm-main--auth .tkm-auth__chip--c{left:0}
  .tkm-main--auth .tkm-auth__visual{overflow:visible;padding:0 8px}
}
@media (max-width:979px){
  .tkm-main--auth .tkm-auth__inner{gap:24px}
  .tkm-main--auth .tkm-auth__card{padding:22px 18px}
}

/* Salient overrulet `button[type=submit]` met radius 2px en !important; de
   regel op de class alleen verliest daarvan. */
button[type="submit"].tkm-shop-filters__apply{border-radius:9px !important}
