/* TeknoKatman v180 — category-only styles; desktop and mobile rules are isolated from other routes */
#product-category{max-width:1760px;padding-top:18px;padding-bottom:56px}
#product-category>.breadcrumb{margin:0 0 28px;padding:0 18px;min-height:60px;display:flex;align-items:center;background:#fff;border:1px solid var(--tk-line);border-radius:4px;overflow:hidden}
#product-category>.breadcrumb .breadcrumb-item{display:flex;align-items:center;color:#7b8494;font-size:14px}
#product-category>.breadcrumb .breadcrumb-item a{color:#7b8494}
#product-category>.breadcrumb .breadcrumb-item:first-child a{font-size:0}
#product-category>.breadcrumb .breadcrumb-item:first-child a:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;font-size:16px;color:#8792a5}
#product-category>.breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;color:#d2d6de;padding:0 16px}
#product-category>.row{--bs-gutter-x:24px}
#product-category #content>h1{margin:0 0 12px;font-size:clamp(30px,2.2vw,42px);font-weight:750;line-height:1.15;letter-spacing:-.035em;color:#343a44}
#product-category #content>.row:has(#compare-total){align-items:center;margin-top:2px;margin-bottom:3px}
#product-category #compare-total{min-height:42px;display:flex;align-items:center;justify-content:center;border:0;border-radius:4px;background:var(--tk-primary);font-weight:750;box-shadow:none}
#product-category #compare-total:hover{filter:brightness(.94)}
#product-category #button-list,#product-category #button-grid{width:42px;height:42px;border:1px solid #dfe3e9;border-radius:4px;background:#fff;color:#2d3747}
#product-category #button-list.active,#product-category #button-grid.active,#product-category #button-list:hover,#product-category #button-grid:hover{background:#e9ebef;color:#111827}
#product-category .input-group-text{min-height:42px;background:#fff;border-color:#dfe3e9;color:#344054;font-size:13px}
#product-category .form-select{min-height:42px;border-color:#dfe3e9;box-shadow:none;font-size:13px}
#product-category .form-select:focus{border-color:var(--tk-primary)}
#product-category #product-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:0}
#product-category #product-list>.col{width:auto;max-width:none;padding:0;margin:0!important}
#product-category #product-list .tk-product-card{border-radius:18px;border-color:#e1e5eb;background:#fff}
#product-category #product-list .tk-product-image{background:#f7f8fa}
#product-category #product-list .tk-product-content{padding:18px}
#product-category #product-list .tk-product-content h4{font-size:17px}
#product-category #product-list .tk-add-cart{background:var(--tk-dark);border-color:var(--tk-dark)}
#product-category #product-list .tk-add-cart:hover{background:var(--tk-primary);border-color:var(--tk-primary)}
#product-category .pagination{gap:6px;margin-top:26px}
#product-category .page-link{min-width:40px;height:40px;display:grid;place-items:center;border-radius:9px!important;border-color:var(--tk-line);color:var(--tk-dark)}
#product-category .active>.page-link{background:var(--tk-primary);border-color:var(--tk-primary)}
@media (max-width:1199.98px){
  #product-category #product-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:991.98px){
  #product-category{padding-top:12px}
  #product-category>.breadcrumb{margin-bottom:20px}
  #product-category #content>h1{font-size:30px}
}
@media (max-width:575.98px){
  #product-category{padding-left:12px;padding-right:12px;padding-bottom:38px}
  #product-category>.breadcrumb{min-height:50px;padding:0 12px}
  #product-category>.breadcrumb .breadcrumb-item+.breadcrumb-item:before{padding:0 9px}
  #product-category #product-list{grid-template-columns:1fr;gap:14px}
  #product-category #content>.row:has(#compare-total)>[class*="col-"]{width:100%;margin-left:0}
}
#product-category{max-width:1580px;padding-top:10px;padding-bottom:24px}
#product-category>.breadcrumb{min-height:48px;margin-bottom:16px}
#product-category #content>h1{font-size:30px;margin-bottom:8px}
#product-category #product-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
#product-category #product-list .tk-product-content{padding:11px}
#product-category #product-list .tk-product-content h4{font-size:13px}
@media (max-width:1399.98px){
  #product-category #product-list{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:991.98px){
  #product-category #product-list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767.98px){
  #product-category{padding-bottom:18px}
  #product-category #product-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
}
#product-category.tk-category-page{
  width:100%;
  overflow-x:hidden;
  background:#fff;
  color:#0b1020;
}
#product-category .tk-category-shell{
  width:min(1480px,calc(100% - 48px));
  max-width:1480px;
  margin:0 auto;
  padding:18px 0 32px;
}
#product-category .tk-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  min-height:42px;
  margin:0 0 18px;
  padding:0 14px;
  border:1px solid #e7eaf0;
  border-radius:12px;
  background:#fff;
  font-size:12px;
}
#product-category .tk-breadcrumb a{color:#667085;text-decoration:none;font-weight:700}
#product-category .tk-breadcrumb a:last-of-type{color:#111827}
#product-category .tk-breadcrumb i{font-size:8px;color:#c0c6d0}
#product-category .tk-category-heading-row{margin:0 0 14px}
#product-category .tk-category-heading-row>div{display:flex;align-items:flex-end;gap:12px}
#product-category .tk-category-heading-row h1{margin:0;font-size:34px;line-height:1.1;font-weight:800;letter-spacing:-.03em}
#product-category .tk-category-count{font-size:12px;color:#7b8496;padding-bottom:4px}
#product-category .tk-category-intro{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:20px;
  align-items:center;
  margin:0 0 18px;
  padding:18px;
  border:1px solid #e6e9ef;
  border-radius:16px;
  background:#fff;
}
#product-category .tk-category-intro-image{aspect-ratio:1/1;border-radius:12px;background:#f7f8fa;overflow:hidden}
#product-category .tk-category-intro-image img{width:100%;height:100%;object-fit:contain;padding:10px}
#product-category .tk-category-description{font-size:13px;line-height:1.65;color:#667085}
#product-category .tk-category-showcase{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:0 0 20px;
}
#product-category .tk-category-showcase-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:52px;
  padding:12px 15px;
  border:1px solid #e6e9ef;
  border-radius:12px;
  background:#fff;
  color:#1f2937;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
}
#product-category .tk-category-showcase-card:hover{border-color:#ef6c00;color:#ef6c00}
#product-category .tk-shop-layout{
  display:grid;
  grid-template-columns:270px minmax(0,1fr);
  gap:26px;
  align-items:start;
  width:100%;
}
#product-category .tk-shop-sidebar{
  width:270px;
  min-width:270px;
  position:sticky;
  top:104px;
}
#product-category .tk-sidebar-search{
  position:relative;
  margin:0 0 12px;
}
#product-category .tk-sidebar-search i{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  font-size:12px;
  color:#98a2b3;
}
#product-category .tk-sidebar-search input{
  width:100%;
  height:44px;
  padding:0 14px 0 38px;
  border:1px solid #dfe3e8;
  border-radius:10px;
  background:#fff;
  color:#111827;
  font-size:12px;
  outline:0;
}
#product-category .tk-sidebar-search input:focus{border-color:#ef6c00;box-shadow:0 0 0 3px rgba(239,108,0,.1)}
#product-category .tk-sidebar-modules{width:100%;min-width:0}
#product-category .tk-sidebar-modules>div:not(.tk-side-category-card):not(:has(.tk-side-category-card)){display:none!important}
#product-category .tk-side-category-card{
  position:static!important;
  width:100%;
  border:1px solid #e1e5eb!important;
  border-radius:14px!important;
  overflow:hidden;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(15,23,42,.05)!important;
}
#product-category .tk-side-category-title{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 16px!important;
  background:#0b1020!important;
  color:#fff!important;
  border:0!important;
  font-size:13px!important;
  font-weight:900!important;
  text-transform:uppercase;
  letter-spacing:.03em;
}
#product-category .tk-side-category-title i{color:#f97316}
#product-category .tk-side-category-list{padding:8px!important;background:#fff}
#product-category .tk-side-category-item{border-radius:10px;overflow:hidden}
#product-category .tk-side-category-item+.tk-side-category-item{margin-top:3px;border-top:0!important}
#product-category .tk-side-category-link{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px;
  min-height:44px;
  padding:10px 12px!important;
  border-radius:9px!important;
  color:#344054!important;
  text-decoration:none!important;
  font-size:12px!important;
  line-height:1.25!important;
  font-weight:800!important;
  white-space:normal!important;
}
#product-category .tk-side-category-link span{min-width:0;overflow-wrap:anywhere}
#product-category .tk-side-category-link i{flex:0 0 auto;font-size:9px;color:#98a2b3}
#product-category .tk-side-category-link:hover{background:#f8fafc!important;color:#ef6c00!important}
#product-category .tk-side-category-item.is-active>.tk-side-category-link{
  background:#fff3e8!important;
  color:#e85d04!important;
}
#product-category .tk-side-category-item.is-active>.tk-side-category-link i{color:#e85d04}
#product-category .tk-side-category-children{
  margin:0 8px 7px 18px!important;
  padding:2px 0 2px 10px!important;
  border-left:2px solid #fed7aa;
}
#product-category .tk-side-category-children a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:34px;
  padding:7px 9px!important;
  border:0!important;
  border-radius:7px;
  color:#667085!important;
  text-decoration:none!important;
  font-size:11px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
#product-category .tk-side-category-children a:hover,#product-category .tk-side-category-children a.is-active{background:#fff7ed!important;color:#e85d04!important}
#product-category .tk-shop-content{width:100%;min-width:0;max-width:none}
#product-category .tk-sort-panel{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:0;
  width:100%;
  margin:0 0 16px;
  border:1px solid #e7eaf0;
  border-radius:12px;
  background:#f7f8fa;
  overflow:hidden;
}
#product-category .tk-mobile-filter-row{display:none}
#product-category .tk-sort-links{display:flex;flex-wrap:wrap;align-items:stretch;min-width:0}
#product-category .tk-sort-link{
  display:flex;
  align-items:center;
  min-height:42px;
  padding:0 15px;
  border-bottom:2px solid transparent;
  color:#111827;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}
#product-category .tk-sort-link:hover,#product-category .tk-sort-link.is-active{background:#fff;border-bottom-color:#111827}
#product-category .tk-sort-actions{display:flex;align-items:center;gap:7px;padding:8px}
#product-category .tk-limit-control{display:flex;align-items:center;height:38px;border:1px solid #dfe3e8;background:#fff}
#product-category .tk-limit-control span{display:none}
#product-category .tk-limit-control select{height:100%;border:0;padding:0 28px 0 10px;background:#fff;font-size:11px;outline:0}
#product-category .tk-view-switch{display:flex;gap:4px}
#product-category .tk-view-button{width:38px;height:38px;border:1px solid #d7dbe1;background:#fff;color:#4f5663;display:grid;place-items:center}
#product-category .tk-view-button.active,#product-category .tk-view-button:hover{background:#0b1020;color:#fff}
#product-category .tk-category-product-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  width:100%;
  align-items:stretch;
}
#product-category .tk-category-product{display:block!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important}
#product-category .tk-category-product[hidden]{display:none!important}
#product-category .tk-category-product .tk-product-card,#product-category .tk-category-product>.product-thumb{
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  max-width:none!important;
  height:100%!important;
  margin:0!important;
}
#product-category .tk-category-product .tk-product-image{width:100%!important;height:auto!important;aspect-ratio:1/1!important}
#product-category .tk-category-product .tk-product-image img{width:100%!important;height:100%!important;object-fit:contain!important}
#product-category .tk-category-pagination{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:20px;padding:12px 14px;border:1px solid #e4e7ec;border-radius:12px;background:#fff}
#product-category .tk-category-results{font-size:11px;font-weight:700;color:#667085}
#product-category .tk-category-extra{display:none!important}
#product-category .tk-sidebar-backdrop{display:none}
@media (max-width:1199.98px){
  #product-category .tk-shop-layout{grid-template-columns:230px minmax(0,1fr);gap:20px}
  #product-category .tk-shop-sidebar{width:230px;min-width:230px}
  #product-category .tk-category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:991.98px){
  #product-category .tk-category-shell{width:min(100% - 24px,1480px)}
  #product-category .tk-shop-layout{display:block}
  #product-category .tk-shop-sidebar{
    position:fixed;
    z-index:6100;
    left:0;top:0;bottom:0;
    width:min(340px,88vw);
    min-width:0;
    padding:18px;
    background:#fff;
    transform:translateX(-105%);
    transition:transform .25s ease;
    overflow:auto;
  }
  #product-category .tk-shop-sidebar.is-open{transform:translateX(0)}
  #product-category .tk-mobile-filter-row{display:flex;gap:8px;padding:9px;grid-column:1/-1}
  #product-category .tk-filter-toggle,#product-category .tk-compare-link{display:inline-flex!important;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 12px;border:1px solid #dfe3e8;background:#fff;color:#111827;text-decoration:none;font-size:11px;font-weight:800}
  #product-category .tk-sort-panel{grid-template-columns:1fr}
  #product-category .tk-sort-actions{position:absolute;right:20px;margin-top:8px}
  #product-category .tk-sort-links{padding-top:46px;overflow-x:auto;flex-wrap:nowrap}
  #product-category .tk-sort-link{flex:0 0 auto}
  #product-category .tk-category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  #product-category .tk-sidebar-backdrop{position:fixed;z-index:6090;inset:0;background:rgba(6,12,25,.55);opacity:0;visibility:hidden;transition:.2s}
  body.tk-sidebar-open #product-category .tk-sidebar-backdrop{display:block;opacity:1;visibility:visible}
}
@media (max-width:767.98px){
  #product-category .tk-category-shell{width:min(100% - 18px,1480px);padding-top:10px}
  #product-category .tk-category-heading-row h1{font-size:27px}
  #product-category .tk-category-intro{display:none}
  #product-category .tk-category-showcase{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  #product-category .tk-category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}
}
#product-category .tk-shop-sidebar,#product-category .tk-sidebar-modules,#product-category .tk-sidebar-modules > *,#product-category .tk-side-category-card{
  box-sizing:border-box!important;
}
#product-category .tk-sidebar-modules{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
}
#product-category .tk-sidebar-modules > *{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  flex:0 0 100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
}
#product-category .tk-sidebar-modules > :has(.tk-side-category-card){
  display:block!important;
  width:100%!important;
  max-width:none!important;
  flex:0 0 100%!important;
}
#product-category .tk-side-category-card{
  display:block!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
}
#product-category .tk-side-category-title,#product-category .tk-side-category-list,#product-category .tk-side-category-item,#product-category .tk-side-category-link,#product-category .tk-side-category-children{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
#product-category .tk-side-category-link span,#product-category .tk-side-category-children a span{
  display:block!important;
  min-width:0!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
#product-category .tk-side-category-link{
  writing-mode:horizontal-tb!important;
  text-orientation:mixed!important;
}
@media (min-width:992px){
  #product-category .tk-shop-sidebar{
    width:270px!important;
    min-width:270px!important;
    max-width:270px!important;
  }
}
#product-category.tkc-page{background:#f6f7f9;padding:18px 0 42px;color:#111827}
#product-category .tkc-shell{max-width:1480px}
#product-category .tkc-breadcrumb{display:flex;align-items:center;gap:9px;margin:0 0 16px;font-size:12px;color:#7b8493;white-space:nowrap;overflow:auto}
#product-category .tkc-breadcrumb a{color:inherit;text-decoration:none}
.tkc-breadcrumb i{font-size:8px}
#product-category .tkc-promos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}
#product-category .tkc-promo{min-width:0;height:170px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:20px;border:1px solid #e5e7eb;border-radius:18px;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);color:#111827;text-decoration:none;overflow:hidden;transition:.2s}
#product-category .tkc-promo:hover{transform:translateY(-3px);border-color:#f97316;box-shadow:0 12px 28px rgba(15,23,42,.09)}
#product-category .tkc-promo-copy{display:flex;flex:1 1 54%;min-width:0;flex-direction:column;align-items:flex-start;gap:7px;position:relative;z-index:1}
#product-category .tkc-promo-copy small{font-size:10px;font-weight:900;letter-spacing:.1em;color:#f97316}
.tkc-promo-copy strong{font-size:15px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.tkc-promo-copy em{font-style:normal;font-size:14px;font-weight:900;color:#111827}
#product-category .tkc-promo-image{flex:0 0 43%;height:130px}
.tkc-promo-image img{width:100%;height:100%;object-fit:contain;transition:.25s}
.tkc-promo:hover img{transform:scale(1.06)}
#product-category .tkc-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px}
#product-category .tkc-heading>div{display:flex;align-items:baseline;gap:10px}
.tkc-heading h1{margin:0;font-size:30px;font-weight:900;letter-spacing:-.035em}
.tkc-heading span{font-size:12px;color:#7b8493}
#product-category .tkc-filter-open{display:none;border:0;border-radius:10px;background:#111827;color:#fff;padding:10px 13px;font-weight:800}
#product-category .tkc-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:22px;align-items:start}
#product-category .tkc-sidebar{width:270px;min-width:270px;display:block!important;position:sticky;top:16px}
#product-category .tkc-sidebar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.tkc-sidebar-head strong{font-size:17px}
.tkc-sidebar-head button{display:none;border:0;background:none;font-size:20px}
#product-category .tkc-search{height:46px;display:flex;align-items:center;gap:10px;padding:0 14px;margin-bottom:12px;border:1px solid #dfe3e8;border-radius:12px;background:#fff;color:#9aa2af}
#product-category .tkc-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;font-size:13px}
#product-category .tkc-side-content,#product-category .tkc-side-content>*{width:100%!important;min-width:0!important;max-width:none!important;margin-left:0!important;margin-right:0!important;float:none!important}
#product-category .tkc-side-content>.row,#product-category .tkc-side-content>[class*="col-"]{display:block!important;width:100%!important}
#product-category .tkc-side-content img,#product-category .tkc-side-content .carousel,#product-category .tkc-side-content .swiper{display:none!important}
#product-category .tkc-category-box,#product-category .tkc-side-content .card,#product-category .tkc-side-content .list-group{border:1px solid #e1e5ea!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;overflow:hidden}
#product-category .tkc-box-title{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 17px;border:0;background:#0f172a;color:#fff;font-size:13px;font-weight:900;text-transform:uppercase}
.tkc-box-title span{display:flex;align-items:center;gap:9px}
.tkc-box-title span i{color:#f97316}
#product-category .tkc-category-nav{padding:8px}
.tkc-category-row+.tkc-category-row{border-top:1px solid #eef1f4}
.tkc-category-row>a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 10px;border-radius:9px;color:#374151;text-decoration:none;font-size:13px;font-weight:800}
.tkc-category-row>a i{font-size:9px;color:#9ca3af}
.tkc-category-row>a:hover,.tkc-category-row.is-active>a{background:#fff4ed;color:#ea580c}
#product-category .tkc-children{display:flex;flex-direction:column;padding:0 8px 9px 18px}
.tkc-children a{padding:8px 10px;border-left:2px solid #e5e7eb;color:#667085;text-decoration:none;font-size:12px;font-weight:700}
.tkc-children a:hover,.tkc-children a.is-active{border-left-color:#f97316;color:#ea580c;background:#fffaf7}
#product-category .tkc-content{min-width:0;width:100%}
#product-category .tkc-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 10px;margin-bottom:16px;border:1px solid #e1e5ea;border-radius:14px;background:#fff}
#product-category .tkc-sort-tabs{display:flex;align-items:center;gap:4px;min-width:0;overflow-x:auto;scrollbar-width:none}
.tkc-sort-tabs::-webkit-scrollbar{display:none}
.tkc-sort-tabs a{flex:0 0 auto;padding:10px 12px;border-radius:9px;color:#596273;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap}
.tkc-sort-tabs a:hover,.tkc-sort-tabs a.is-active{background:#111827;color:#fff}
#product-category .tkc-toolbar-actions{display:flex;align-items:center;gap:7px}
.tkc-toolbar-actions select{height:38px;border:1px solid #dfe3e8;border-radius:9px;padding:0 30px 0 10px;background:#fff;font-size:12px}
.tkc-toolbar-actions button{width:38px;height:38px;border:1px solid #dfe3e8;border-radius:9px;background:#fff;color:#7b8493}
.tkc-toolbar-actions button.is-active{border-color:#f97316;color:#f97316}
#product-category .tkc-products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
#product-category .tkc-product{display:block!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important}
.tkc-product[hidden]{display:none!important}
#product-category .tkc-product>.product-thumb,#product-category .tkc-product .tk-product-card{height:100%;width:100%!important;min-width:0!important;margin:0!important}
#product-category .tkc-product .tk-product-image{width:100%!important;aspect-ratio:1/1!important;height:auto!important}
.tkc-product .tk-product-image img{width:100%!important;height:100%!important;object-fit:contain!important}
#product-category .tkc-pagination{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:20px;padding:13px 15px;border:1px solid #e1e5ea;border-radius:14px;background:#fff}
.tkc-pagination>span{font-size:12px;color:#697386}
#product-category .tkc-empty{text-align:center;padding:70px 20px;border:1px solid #e1e5ea;border-radius:16px;background:#fff}
.tkc-empty i{font-size:40px;color:#9ca3af}
.tkc-empty a{display:inline-block;margin-top:10px;padding:11px 18px;border-radius:9px;background:#f97316;color:#fff;text-decoration:none;font-weight:800}
#product-category .tkc-backdrop{display:none}
@media(max-width:1199.98px){#product-category .tkc-promos{grid-template-columns:repeat(2,minmax(0,1fr))}#product-category .tkc-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}#product-category .tkc-layout{grid-template-columns:240px minmax(0,1fr)}#product-category .tkc-sidebar{width:240px;min-width:240px}}
@media(max-width:991.98px){#product-category .tkc-filter-open{display:inline-flex;align-items:center;gap:8px}#product-category .tkc-layout{display:block}#product-category .tkc-sidebar{position:fixed;z-index:7010;left:0;top:0;bottom:0;width:min(360px,90vw)!important;min-width:0;padding:18px;background:#f6f7f9;overflow:auto;transform:translateX(-105%);transition:.22s}#product-category .tkc-sidebar.is-open{transform:translateX(0)}#product-category .tkc-sidebar-head button{display:block}#product-category .tkc-backdrop{position:fixed;z-index:7000;inset:0;border:0;background:rgba(2,6,23,.58);opacity:0;visibility:hidden;transition:.2s}body.tkc-sidebar-open #product-category .tkc-backdrop{display:block;opacity:1;visibility:visible}body.tkc-sidebar-open{overflow:hidden}#product-category .tkc-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:767.98px){#product-category.tkc-page{padding-top:10px}#product-category .tkc-shell{padding-left:12px;padding-right:12px}#product-category .tkc-promos{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;padding-bottom:4px}#product-category .tkc-promo{flex:0 0 82%;height:150px;scroll-snap-align:start}#product-category .tkc-promo-image{height:112px}#product-category .tkc-heading h1{font-size:25px}#product-category .tkc-heading span{display:none}#product-category .tkc-toolbar{align-items:stretch;flex-direction:column}#product-category .tkc-sort-tabs{width:100%}#product-category .tkc-toolbar-actions{justify-content:flex-end}#product-category .tkc-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}#product-category .tkc-pagination{flex-direction:column;text-align:center}}
.tkc-banner-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0 54px!important}
.tkc-banner{display:block!important;aspect-ratio:1/1;overflow:hidden;background:#f4f4f4;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}
.tkc-banner img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.tkc-banner[href]:hover img{transform:scale(1.015)}
.tkc-promos .tkc-promo-copy,.tkc-promos .tkc-promo-image{display:none!important}
@media (max-width:991px){.tkc-banner-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:30px!important}}
@media (max-width:520px){.tkc-banner-grid{gap:8px}}
.tkc-mobile-tools,.tkc-mobile-search,.tkc-sort-sheet,.tkc-sort-backdrop{display:none}
@media (max-width:767.98px){
  #product-category.tkc-page{background:#fff;padding:0 0 28px}
  #product-category .tkc-shell{padding-left:14px;padding-right:14px}
  #product-category .tkc-breadcrumb{display:none}
  #product-category .tkc-banner-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:18px 0 34px!important;overflow:visible!important;padding:0!important}
  #product-category .tkc-banner{width:100%!important;aspect-ratio:1/1!important;scroll-snap-align:none!important}
  #product-category .tkc-banner img{object-fit:cover!important}
  #product-category .tkc-heading{margin:0 0 20px;align-items:baseline}
  #product-category .tkc-heading>div{width:100%;display:flex;align-items:baseline;gap:14px}
  #product-category .tkc-heading h1{font-size:34px;font-weight:500;letter-spacing:-.025em;color:#171717}
  #product-category .tkc-heading span{display:inline!important;font-size:17px;color:#8a8a8a;white-space:nowrap}
  #product-category .tkc-filter-open{display:none!important}
  #product-category .tkc-mobile-tools{display:grid;grid-template-columns:repeat(3,1fr);height:88px;margin-bottom:28px;border-radius:16px;background:#f4f4f4;overflow:hidden}
  #product-category .tkc-mobile-tools button{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;border:0;background:transparent;color:#4b4b4b;font-size:19px;font-weight:400}
  #product-category .tkc-mobile-tools button+button:before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:1px;background:#d8d8d8}
  #product-category .tkc-mobile-tools i{font-size:22px;color:#333}
  #product-category .tkc-mobile-tools button.is-active{background:#ececec}
  #product-category .tkc-mobile-search{display:block;height:58px;margin:0 0 28px;border:1px solid #e7e7e7;background:#fff}
  #product-category .tkc-mobile-search input{width:100%;height:100%;padding:0 17px;border:0;outline:0;background:transparent;font-size:17px;color:#222}
  #product-category .tkc-mobile-search input::placeholder{color:#9a9a9a}
  #product-category .tkc-toolbar{display:none!important}
  #product-category .tkc-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px 12px!important}
  #product-category .tkc-products.is-single-column{grid-template-columns:1fr!important}
  #product-category .tkc-product .tk-product-card,#product-category .tkc-product>.product-thumb{border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}
  #product-category .tkc-product .tk-product-image{background:#fff!important}
  #product-category .tkc-sidebar{width:min(360px,88vw)!important;background:#fff}
  #product-category .tkc-pagination{margin-top:24px;border:0;border-top:1px solid #eee;border-radius:0;padding:18px 0}
  #product-category .tkc-sort-sheet{display:block;position:fixed;z-index:7030;left:0;right:0;bottom:0;max-height:75vh;padding:18px 18px 24px;border-radius:20px 20px 0 0;background:#fff;box-shadow:0 -12px 35px rgba(0,0,0,.18);transform:translateY(105%);transition:transform .24s ease;overflow:auto}
  #product-category .tkc-sort-sheet.is-open{transform:translateY(0)}
  #product-category .tkc-sort-sheet-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #eee}
  #product-category .tkc-sort-sheet-head strong{font-size:20px}
  #product-category .tkc-sort-sheet-head button{width:40px;height:40px;border:0;border-radius:50%;background:#f2f2f2;font-size:18px}
  #product-category .tkc-sort-sheet-list{display:flex;flex-direction:column;padding-top:8px}
  #product-category .tkc-sort-sheet-list a{padding:14px 6px;border-bottom:1px solid #f0f0f0;color:#222;text-decoration:none;font-size:15px}
  #product-category .tkc-sort-sheet-list a.is-active{color:#f97316;font-weight:800}
  #product-category .tkc-sort-backdrop{position:fixed;z-index:7020;inset:0;border:0;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:.2s}
  body.tkc-sort-open #product-category .tkc-sort-backdrop{display:block;opacity:1;visibility:visible}
  body.tkc-sort-open{overflow:hidden}
}
@media (max-width:420px){
  #product-category .tkc-mobile-tools{height:78px}
  #product-category .tkc-mobile-tools button{gap:7px;font-size:17px}
  #product-category .tkc-mobile-tools i{font-size:20px}
  #product-category .tkc-heading h1{font-size:31px}
}
#product-category>.container{padding-top:28px;padding-bottom:34px}
#product-category h1{font-weight:850;letter-spacing:-.02em;color:#0f172a}
#product-category .row.row-cols-2,#product-category .row.row-cols-3,#product-category .row.row-cols-4{row-gap:22px}
#product-category .card,#product-category .list-group{border:1px solid var(--tk-border);border-radius:16px;overflow:hidden;box-shadow:0 4px 18px rgba(7,18,37,.035)}
#product-category select{border-color:#dfe5ec;border-radius:12px;min-height:44px}
@media (max-width:991.98px){
  #product-category>.container{padding-top:18px;padding-bottom:22px}
}
.tkc-page{background:var(--tk-canvas)}
.tkc-shell{max-width:1540px!important;padding:26px 28px 50px!important}
.tkc-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:18px;font-size:12.5px}
.tkc-breadcrumb a{color:#667085}
.tkc-breadcrumb i{font-size:9px;color:#a8b0bd}
.tkc-banner-grid{gap:16px;margin-bottom:24px}
.tkc-banner{border-radius:20px;overflow:hidden;box-shadow:var(--tk-shadow-sm)}
.tkc-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}
.tkc-heading h1{font-size:clamp(27px,2.2vw,38px);font-weight:950;letter-spacing:-.03em;margin:0}
.tkc-heading span{display:block;color:var(--tk-muted);font-size:13px;margin-top:5px}
.tkc-layout{display:grid;grid-template-columns:272px minmax(0,1fr);gap:24px;align-items:start}
.tkc-sidebar{position:sticky;top:190px;background:#fff;border:1px solid var(--tk-line);border-radius:20px;padding:17px;box-shadow:var(--tk-shadow-sm);max-height:calc(100vh - 215px);overflow:auto}
.tkc-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:2px 2px 14px;border-bottom:1px solid #edf0f4;margin-bottom:14px}
.tkc-sidebar-head strong{font-size:16px}
.tkc-sidebar-head button{display:none}
.tkc-search{height:44px;border:1px solid var(--tk-line);border-radius:12px;display:flex;align-items:center;gap:9px;padding:0 12px;background:#f9fafc;margin-bottom:14px}
.tkc-search input{border:0;background:transparent;outline:0;min-width:0;width:100%;font-size:13px}
.tkc-content{min-width:0}
.tkc-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;border:1px solid var(--tk-line);border-radius:17px;padding:10px 12px;margin-bottom:18px;box-shadow:var(--tk-shadow-sm)}
.tkc-sort-tabs{display:flex;align-items:center;gap:4px;overflow:auto}
.tkc-sort-tabs a{padding:10px 13px;border-radius:11px;color:#596579;text-decoration:none;font-size:12px;font-weight:750;white-space:nowrap}
.tkc-sort-tabs a:hover,.tkc-sort-tabs a.is-active{background:var(--tk-primary-soft);color:var(--tk-primary)}
.tkc-toolbar-actions{display:flex;align-items:center;gap:7px}
.tkc-toolbar-actions select{height:40px;border:1px solid var(--tk-line);border-radius:10px;padding:0 30px 0 10px;background:#fff;font-size:12px}
.tkc-toolbar-actions button{width:40px;height:40px;border:1px solid var(--tk-line);border-radius:10px;background:#fff}
.tkc-toolbar-actions button.is-active{background:var(--tk-ink);color:#fff;border-color:var(--tk-ink)}
.tkc-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.tkc-product{min-width:0}
.tkc-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:26px;padding:18px 0;color:var(--tk-muted);font-size:13px}
.tkc-mobile-tools,.tkc-mobile-search,.tkc-filter-open{display:none}
@media (max-width:1360px){.tkc-products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:991.98px){
  .tkc-shell{padding:14px 12px 30px!important}.tkc-heading{align-items:center;margin-bottom:12px}.tkc-heading h1{font-size:25px}.tkc-heading span{font-size:12px}.tkc-filter-open{display:inline-flex;align-items:center;gap:7px;height:42px;padding:0 13px;border:0;border-radius:12px;background:var(--tk-ink);color:#fff;font-weight:800}.tkc-mobile-tools{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid var(--tk-line);border-radius:14px;overflow:hidden;margin-bottom:10px}.tkc-mobile-tools button{height:50px;border:0;border-right:1px solid var(--tk-line);background:#fff;color:var(--tk-ink);font-size:12px;font-weight:750}.tkc-mobile-tools button:last-child{border-right:0}.tkc-mobile-tools i{margin-right:5px}.tkc-mobile-search{display:block;margin-bottom:12px}.tkc-mobile-search input{width:100%;height:46px;border:1px solid var(--tk-line);border-radius:13px;padding:0 14px;background:#f9fafc}.tkc-layout{display:block}.tkc-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(88vw,370px);max-height:none;border-radius:0;z-index:2300;transform:translateX(-105%);transition:.25s;padding:18px}.tkc-sidebar.is-open{transform:none}.tkc-sidebar-head button{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:11px;background:#f1f4f8}.tkc-backdrop{display:block;position:fixed;inset:0;border:0;background:rgba(11,18,32,.50);z-index:2290;opacity:0;visibility:hidden}.tkc-sidebar-open .tkc-backdrop{opacity:1;visibility:visible}.tkc-toolbar{display:none}.tkc-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tkc-products.is-single-column{grid-template-columns:1fr}.tkc-pagination{display:block;text-align:center}.tkc-pagination span{display:block;margin-top:10px}
}
@media (max-width:575.98px){.tkc-products{gap:8px}.tkc-heading h1{font-size:22px}
}
#product-category.tkc-page{
  background: linear-gradient(180deg,#f4f7fb 0%,#f7f8fb 100%) !important;
}
#product-category .tkc-shell{
  max-width: 1580px !important;
  padding-top: 24px !important;
}
#product-category .tkc-heading{
  padding: 24px 26px;
  border: 1px solid #e3e8f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.055);
}
#product-category .tkc-heading h1{
  color: #0b1220;
  font-size: clamp(30px,2.3vw,42px) !important;
  font-weight: 950 !important;
}
#product-category .tkc-heading span{
  color: #7a8495 !important;
  font-size: 13px !important;
}
#product-category .tkc-layout{
  gap: 26px !important;
}
#product-category .tkc-sidebar{
  top: 182px !important;
  border-radius: 22px !important;
  border-color: #e3e8f0 !important;
  box-shadow: 0 14px 36px rgba(15,23,42,.075) !important;
}
#product-category .tkc-sidebar-head strong{
  font-size: 18px !important;
  font-weight: 900 !important;
}
#product-category .tkc-search{
  height: 48px !important;
  background: #f6f8fb !important;
  border-color: #e1e6ee !important;
}
#product-category .tkc-search:focus-within{
  border-color: #ff5a00 !important;
  box-shadow: 0 0 0 3px rgba(255,90,0,.10);
}
#product-category .tkc-toolbar{
  min-height: 64px;
  padding: 10px 12px !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 28px rgba(15,23,42,.055) !important;
}
#product-category .tkc-sort-tabs a{
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}
#product-category .tkc-sort-tabs a:hover,#product-category .tkc-sort-tabs a.is-active{
  background: #fff0e8 !important;
  color: #e94f00 !important;
}
#product-category .tkc-toolbar-actions select,#product-category .tkc-toolbar-actions button{
  height: 42px !important;
  border-radius: 12px !important;
}
#product-category .tkc-toolbar-actions button.is-active{
  background: #0b1220 !important;
  color: #fff !important;
  border-color: #0b1220 !important;
}
#product-category .tkc-products{
  gap: 20px !important;
}
#product-category .tkc-product .tk-product-card{
  overflow: hidden;
  border: 1px solid #e3e8f0 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(15,23,42,.045) !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
#product-category .tkc-product .tk-product-card:hover{
  transform: translateY(-5px);
  border-color: #d6dce6 !important;
  box-shadow: 0 18px 40px rgba(15,23,42,.11) !important;
}
#product-category .tkc-product .tk-product-media{
  position: relative;
  padding: 18px !important;
  background: linear-gradient(180deg,#fff 0%,#fafbfd 100%) !important;
}
#product-category .tkc-product .tk-product-content{
  padding: 17px 18px 18px !important;
  border-top: 1px solid #eef1f5;
}
#product-category .tkc-product h4{
  min-height: 46px;
  margin: 0 0 10px !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 850 !important;
}
#product-category .tkc-product .tk-product-description{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
  color: #6d7788;
  font-size: 12px;
  line-height: 1.5;
}
#product-category .tkc-product .tk-product-price{
  margin-top: 12px;
}
#product-category .tkc-product .price-new{
  color: #ff5a00 !important;
  font-size: 21px !important;
  font-weight: 950 !important;
}
#product-category .tkc-product .price-old{
  color: #98a2b3 !important;
}
#product-category .tkc-product .tk-add-cart{
  height: 46px !important;
  margin-top: 14px;
  border-radius: 13px !important;
  background: #0b1220 !important;
}
#product-category .tkc-product .tk-add-cart:hover{
  background: #ff5a00 !important;
}
#product-category .tkc-product .tk-floating-action{
  border: 1px solid #e1e6ee !important;
  background: rgba(255,255,255,.96) !important;
  box-shadow: 0 6px 16px rgba(15,23,42,.08);
}
#product-category .tkc-product .tk-floating-action:hover{
  color: #ff5a00 !important;
  border-color: #ffb58c !important;
}
#product-category .tkc-product-badge,#product-category .tk-product-badge{
  background: #ff5a00 !important;
  box-shadow: 0 8px 18px rgba(255,90,0,.20) !important;
}
#product-category .tkc-pagination{
  padding: 18px 20px !important;
  border: 1px solid #e3e8f0 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(15,23,42,.045);
}
#product-category .pagination{
  gap: 6px;
}
#product-category .pagination .page-link{
  min-width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px !important;
  border-color: #e2e7ee;
  color: #344054;
  font-weight: 800;
}
#product-category .pagination .active .page-link,#product-category .pagination .page-link:hover{
  background: #ff5a00;
  border-color: #ff5a00;
  color: #fff;
}
@media (max-width: 1199.98px) {
  #product-category .tkc-products{grid-template-columns: repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width: 991.98px) {
  #product-category .tkc-shell{padding-top: 14px !important;}
  #product-category .tkc-heading{
    padding: 16px 16px;
    border-radius: 17px;
    margin-bottom: 12px !important;
  }
  #product-category .tkc-heading h1{font-size: 25px !important;}
  #product-category .tkc-mobile-tools{
    position: sticky;
    top: 0;
    z-index: 80;
    box-shadow: 0 8px 22px rgba(15,23,42,.08);
  }
  #product-category .tkc-products{gap: 12px !important;}
  #product-category .tkc-product .tk-product-card{
    border: 1px solid #e6eaf0 !important;
    border-radius: 16px !important;
  }
  #product-category .tkc-product .tk-product-media{padding: 10px !important;}
  #product-category .tkc-product .tk-product-content{padding: 12px !important;}
  #product-category .tkc-product h4{font-size: 13px !important;min-height: 38px;}
  #product-category .tkc-product .tk-product-description{display:none;}
  #product-category .tkc-product .price-new{font-size: 16px !important;}
  #product-category .tkc-product .tk-add-cart{height: 41px !important;margin-top: 10px;}
  #product-category .tkc-pagination{display:block !important;text-align:center;}
}
@media (max-width: 420px) {
  #product-category .tkc-products{gap: 9px !important;}
  #product-category .tkc-product .tk-product-content{padding: 10px !important;}
}
#product-category .tkc-activebar{display:flex;align-items:center;gap:10px;min-height:46px;margin:0 0 12px;padding:8px 12px;border:1px solid #e5e9ef;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.035)}
#product-category .tkc-activebar-copy{display:flex;align-items:center;gap:8px;color:#596579;font-size:12px;white-space:nowrap}
#product-category .tkc-activebar-copy i{color:#f97316}
.tkc-activebar-copy strong{color:#111827}
#product-category .tkc-active-filters{display:flex;align-items:center;gap:7px;overflow:auto;scrollbar-width:none;flex:1}
.tkc-active-filters::-webkit-scrollbar{display:none}
#product-category .tkc-filter-chip{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;height:30px;padding:0 9px;border:1px solid #fed7bd;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:11px;font-weight:800}
#product-category .tkc-clear-filters{height:32px;padding:0 10px;border:0;border-radius:9px;background:#0f172a;color:#fff;font-size:11px;font-weight:800;white-space:nowrap}
#product-category .tkc-product{position:relative}
#product-category .tkc-quickview{position:absolute;left:50%;bottom:108px;z-index:8;display:flex;align-items:center;gap:7px;transform:translate(-50%,12px);opacity:0;visibility:hidden;height:38px;padding:0 13px;border:0;border-radius:10px;background:rgba(15,23,42,.94);color:#fff;font-size:11px;font-weight:850;box-shadow:0 10px 24px rgba(15,23,42,.22);transition:.2s}
#product-category .tkc-product:hover .tkc-quickview{transform:translate(-50%,0);opacity:1;visibility:visible}
#product-category .tkc-products.is-list-view{grid-template-columns:1fr!important}
#product-category .tkc-products.is-list-view .tk-product-card{display:grid!important;grid-template-columns:230px minmax(0,1fr)!important;min-height:230px}
#product-category .tkc-products.is-list-view .tk-product-media{height:100%;border-right:1px solid #edf0f4;border-bottom:0!important}
#product-category .tkc-products.is-list-view .tk-product-image{height:100%!important;aspect-ratio:auto!important}
#product-category .tkc-products.is-list-view .tk-product-description{display:-webkit-box!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
#product-category .tkc-products.is-list-view .tkc-quickview{left:115px;bottom:18px}
#product-category .tkc-loading{position:fixed;z-index:5000;left:50%;top:50%;display:flex;align-items:center;gap:11px;transform:translate(-50%,-50%) scale(.96);opacity:0;visibility:hidden;padding:15px 18px;border-radius:14px;background:#0f172a;color:#fff;box-shadow:0 18px 50px rgba(15,23,42,.28);transition:.18s}
#product-category .tkc-loading.is-active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}
#product-category .tkc-spinner{width:22px;height:22px;border:3px solid rgba(255,255,255,.28);border-top-color:#f97316;border-radius:50%;animation:tkc-spin .7s linear infinite}
#product-category.is-loading .tkc-content{opacity:.58;pointer-events:none}
.tkc-quick-modal{position:fixed;z-index:6200;inset:0;display:grid;place-items:center;opacity:0;visibility:hidden;transition:.2s}
.tkc-quick-modal.is-open{opacity:1;visibility:visible}
.tkc-quick-backdrop{position:absolute;inset:0;border:0;background:rgba(9,15,28,.62);backdrop-filter:blur(3px)}
.tkc-quick-card{position:relative;z-index:1;display:grid;grid-template-columns:360px minmax(0,1fr);width:min(820px,calc(100vw - 28px));max-height:calc(100vh - 40px);overflow:auto;border-radius:24px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.3)}
.tkc-quick-close{position:absolute;right:14px;top:14px;z-index:2;width:42px;height:42px;border:0;border-radius:50%;background:#f3f5f8;color:#111827}
.tkc-quick-image{min-height:390px;display:grid;place-items:center;padding:28px;background:#f8fafc}
.tkc-quick-image img{width:100%;height:100%;max-height:360px;object-fit:contain}
.tkc-quick-copy{padding:56px 38px 38px}
.tkc-quick-kicker{font-size:11px;font-weight:950;letter-spacing:.1em;color:#f97316}
.tkc-quick-copy h2{margin:10px 0 14px;font-size:30px;line-height:1.12;font-weight:950}
.tkc-quick-price{font-size:22px;font-weight:950;color:#ea580c}
.tkc-quick-copy p{margin:18px 0;color:#667085;line-height:1.65}
.tkc-quick-link{display:inline-flex;align-items:center;gap:9px;height:48px;padding:0 18px;border-radius:12px;background:#0f172a;color:#fff;text-decoration:none;font-weight:850}
.tkc-modal-open{overflow:hidden}
@media(max-width:767.98px){#product-category .tkc-activebar{display:none}#product-category .tkc-quickview{display:none}.tkc-quick-card{grid-template-columns:1fr}.tkc-quick-image{min-height:250px}.tkc-quick-copy{padding:28px 22px 24px}.tkc-quick-copy h2{font-size:24px}#product-category .tkc-products.is-list-view .tk-product-card{grid-template-columns:130px minmax(0,1fr)!important;min-height:180px}}
#product-category .tk-product-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
#product-category .tk-product-card:hover{transform:translateY(-4px);border-color:rgba(234,88,12,.26);box-shadow:0 18px 42px rgba(15,23,42,.10)}
#product-category .tk-product-content h4{margin-bottom:8px}
#product-category .tk-product-price{margin-top:10px}
#product-category .tk-card-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}
#product-category .tk-add-cart span{font-weight:900}
#product-category .tk-product-floating-actions{gap:8px}
#product-category .tk-floating-action{width:42px;height:42px;border-radius:12px}
.tkc-quick-card{grid-template-columns:minmax(340px,44%) minmax(0,1fr);width:min(980px,calc(100vw - 28px));overflow:hidden}
.tkc-quick-gallery{display:grid;grid-template-rows:minmax(0,1fr) auto;min-width:0;padding:26px;background:linear-gradient(145deg,#f8fafc,#fff)}
.tkc-quick-image{min-height:390px;padding:10px;background:#fff;border:1px solid #e5eaf1;border-radius:18px;overflow:hidden}
.tkc-quick-image img{display:block;width:100%;height:100%;max-height:390px;object-fit:contain;transition:transform .35s ease}
.tkc-quick-image:hover img{transform:scale(1.055)}
.tkc-quick-thumbs{display:flex;gap:9px;margin-top:14px;overflow-x:auto;scrollbar-width:thin}
.tkc-quick-thumb{flex:0 0 62px;width:62px;height:62px;padding:4px;border:1px solid #dfe5ed;border-radius:12px;background:#fff;cursor:pointer}
.tkc-quick-thumb.is-active{border-color:#f97316;box-shadow:0 0 0 2px rgba(249,115,22,.13)}
.tkc-quick-thumb img{width:100%;height:100%;object-fit:contain}
.tkc-quick-copy{display:flex;flex-direction:column;padding:58px 42px 38px}
.tkc-quick-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 16px}
.tkc-quick-meta>span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;background:#f3f6fa;color:#64748b;font-size:12px;font-weight:800}
.tkc-quick-stock{background:#eaf8ef!important;color:#23804a!important}
.tkc-quick-stock.is-out{background:#fff0ef!important;color:#c2413a!important}
.tkc-quick-rating i{color:#f59e0b}
.tkc-quick-price{display:flex;align-items:baseline;gap:10px;margin-top:2px}
.tkc-quick-price strong{font-size:30px;line-height:1;font-weight:950;color:#ea580c}
.tkc-quick-price del{font-size:15px;color:#94a3b8}
.tkc-quick-description{min-height:72px;margin:20px 0!important}
.tkc-quick-actions{display:grid;grid-template-columns:minmax(0,1fr) 48px 48px;gap:10px;margin-top:auto}
.tkc-quick-cart-form{min-width:0}
.tkc-quick-cart,.tkc-quick-action{height:50px;border-radius:13px;font-weight:900}
.tkc-quick-cart{width:100%;border:0;background:#f97316;color:#fff;box-shadow:0 12px 24px rgba(249,115,22,.22)}
.tkc-quick-cart:hover{background:#ea580c}
.tkc-quick-cart:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}
.tkc-quick-action{border:1px solid #dfe5ed;background:#fff;color:#0f172a}
.tkc-quick-action:hover,.tkc-quick-action.is-active{border-color:#f97316;background:#fff7ed;color:#ea580c}
.tkc-quick-link{justify-content:center;margin-top:12px;background:#0f172a}
.tkc-quick-loading{position:absolute;z-index:5;inset:0;display:none;place-content:center;justify-items:center;gap:12px;background:rgba(255,255,255,.90);color:#0f172a}
.tkc-quick-card.is-loading .tkc-quick-loading,.tkc-quick-modal.is-loading .tkc-quick-loading{display:grid}
.tkc-quick-loading .tkc-spinner{display:block}
@media(max-width:767.98px){
  .tkc-quick-card{grid-template-columns:1fr;max-height:calc(100vh - 18px);overflow:auto}
  .tkc-quick-gallery{padding:18px}
  .tkc-quick-image{min-height:250px}
  .tkc-quick-copy{padding:26px 20px 22px}
  .tkc-quick-actions{grid-template-columns:minmax(0,1fr) 46px 46px}
}
.tkcat-card-favorite.tk-card-wishlist.is-active i,.tkcat-card-action.tk-card-wishlist.is-active i{color:#fff!important}
.tkcat-card-favorite.tk-card-wishlist.is-active,.tkcat-card-action.tk-card-wishlist.is-active{
  border-color:#111827!important;
  background:#ff7a00!important;
  color:#fff!important;
}
.tkcat-card-favorite .tk-heart-solid,.tkcat-card-action .tk-heart-solid{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  color:#fff!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:20px!important;
  font-weight:900!important;
  line-height:1!important;
  transform:translateY(-1px);
}
.tkcat-card-action .tk-heart-solid{font-size:18px!important}
#product-category .tk-heart-svg{width:20px!important;height:20px!important;display:block!important;fill:#fff!important;stroke:none!important;pointer-events:none!important}
#product-category .tkcat-card-action .tk-heart-svg{width:18px!important;height:18px!important}
@media (max-width:767.98px){
  body.tkc-sidebar-open .tk-mobile-bottom{opacity:0;visibility:hidden;pointer-events:none}
  #product-category .tkc-sidebar{
    inset:0!important;width:100vw!important;max-width:none!important;height:100dvh!important;
    max-height:none!important;padding:18px 16px calc(22px + env(safe-area-inset-bottom))!important;
    border:0!important;border-radius:0!important;z-index:12020!important;background:#fff!important;
    transform:translateX(-102%)!important;overscroll-behavior:contain
  }
  #product-category .tkc-sidebar.is-open{transform:translateX(0)!important}
  #product-category .tkc-sidebar-head{
    position:sticky;top:-18px;z-index:3;margin:-18px -16px 14px;padding:18px 16px 14px;
    background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #edf0f4
  }
  #product-category .tkc-sidebar-head strong{font-size:20px}
  #product-category .tkc-sidebar-head button{width:44px;height:44px;border-radius:14px;background:#f2f4f7}
  #product-category .tkc-backdrop{z-index:12010!important}
}
#product-category .tkcat-card-actions,#product-category .tk-card-actions{
  position: relative !important;
  z-index: 12 !important;
  pointer-events: auto !important;
}
#product-category .tkcat-card-cart,#product-category .tk-add-cart{
  position: relative !important;
  z-index: 13 !important;
  pointer-events: auto !important;
  touch-action: manipulation;
}
#product-category .tkcat-card-image,#product-category .tk-product-image a{
  position: relative;
  z-index: 1;
}
#product-category .tk-product-card form[data-oc-toggle="ajax"],#product-category .tkcat-card form{
  position:relative!important;
  z-index:30!important;
  pointer-events:auto!important;
}
#product-category .tk-product-card button[type="submit"],#product-category .tkcat-card button[type="submit"],#product-category .tkcat-card-cart,#product-category .tk-add-cart{
  position:relative!important;
  z-index:31!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
}
@media(min-width:992px){
 #product-category .tkc-sidebar-minimal{top:116px;width:286px;min-width:286px;max-height:calc(100vh - 136px);padding:0 18px 24px;border:0;border-radius:0;background:transparent;box-shadow:none;scrollbar-width:thin}
 #product-category .tkc-sidebar-minimal .tkc-sidebar-head{display:none}
 #product-category .tkc-sidebar-summary{display:flex;align-items:flex-end;gap:14px;padding:0 6px 16px}
 #product-category .tkc-sidebar-summary h2{margin:0;color:#101828;font-size:30px;line-height:1.05;font-weight:500;letter-spacing:-.7px}
 #product-category .tkc-sidebar-summary span{padding-bottom:3px;color:#98a2b3;font-size:12px;white-space:nowrap}
 #product-category .tkc-search-minimal{position:relative;display:block;margin:0 6px 28px}
 #product-category .tkc-search-minimal input{width:100%;height:42px;padding:0 42px 0 12px;border:1px solid #e5e7eb;border-radius:0;background:#fff;color:#111827;font-size:13px;outline:0;box-shadow:none}
 #product-category .tkc-search-minimal input:focus{border-color:#6b7280}
 #product-category .tkc-search-minimal i{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#98a2b3;font-size:13px}
 #product-category .tkc-side-content-minimal{padding:0 6px}
 #product-category .tkc-side-content-minimal .tkc-category-box,#product-category .tkc-side-content-minimal .card,#product-category .tkc-side-content-minimal .list-group{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}
 #product-category .tkc-side-content-minimal .tkc-box-title,#product-category .tkc-side-content-minimal .card-header{min-height:44px;padding:0!important;border:0!important;border-bottom:0!important;background:transparent!important;color:#18181b!important;font-size:14px!important;font-weight:750!important;text-transform:none!important;letter-spacing:0!important}
 #product-category .tkc-side-content-minimal .tkc-box-title span{gap:0}
 #product-category .tkc-side-content-minimal .tkc-box-title span i:first-child{display:none}
 #product-category .tkc-side-content-minimal .tkc-box-title>i{font-size:10px;color:#111827}
 #product-category .tkc-side-content-minimal .tkc-category-nav,#product-category .tkc-side-content-minimal .card-body,#product-category .tkc-side-content-minimal .list-group{padding:2px 0 22px!important}
 #product-category .tkc-side-content-minimal .tkc-category-row{margin:0!important;border:0!important;border-radius:0!important;overflow:visible!important}
 #product-category .tkc-side-content-minimal .tkc-category-row+.tkc-category-row{border-top:0!important}
 #product-category .tkc-side-content-minimal .tkc-category-row>a{min-height:35px;padding:5px 0!important;border-radius:0!important;background:transparent!important;color:#2f3540!important;font-size:12px!important;font-weight:500!important}
 #product-category .tkc-side-content-minimal .tkc-category-row>a:hover,#product-category .tkc-side-content-minimal .tkc-category-row.is-active>a{color:#ef6c00!important;background:transparent!important;font-weight:750!important}
 #product-category .tkc-side-content-minimal .tkc-category-row>a i{font-size:8px;color:#9ca3af}
 #product-category .tkc-side-content-minimal .tkc-children{padding:0 0 7px 13px!important}
 #product-category .tkc-side-content-minimal .tkc-children a{min-height:30px;padding:5px 0!important;border:0!important;background:transparent!important;color:#6b7280!important;font-size:11px!important}
 #product-category .tkc-side-content-minimal input[type=checkbox],#product-category .tkc-side-content-minimal input[type=radio]{width:25px;height:25px;margin-right:8px;border:0;border-radius:0;accent-color:#ef6c00;background:#eef0f5}
 #product-category .tkc-side-content-minimal label,#product-category .tkc-side-content-minimal .form-check{display:flex;align-items:center;min-height:36px;margin:0;color:#30333a;font-size:12px}
 #product-category .tkc-sidebar-clear{display:block;margin:2px 6px 0;padding:0;border:0;background:transparent;color:#a0a4ae;font-size:13px;text-align:left}
 #product-category .tkc-sidebar-clear:hover{color:#ef6c00}
}
@media(max-width:991.98px){#product-category .tkc-sidebar-summary{display:none}#product-category .tkc-sidebar-clear{width:100%;min-height:46px;margin-top:16px;border:1px solid #e1e6ee;border-radius:12px;background:#fff;color:#667085;font-weight:800}}
@media (min-width: 992px) {
  #product-category .tkc-heading{
    display: none !important;
  }
  #product-category .tkc-shell{
    padding-top: 26px !important;
  }
  #product-category .tkc-layout{
    grid-template-columns: 250px minmax(0, 1fr) !important;
    gap: 32px !important;
    align-items: start !important;
  }
  #product-category .tkc-sidebar,#product-category .tkc-sidebar-minimal{
    position: static !important;
    top: auto !important;
    width: 250px !important;
    min-width: 250px !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  #product-category .tkc-sidebar-summary{
    align-items: baseline !important;
    gap: 12px !important;
    padding: 0 0 18px !important;
  }
  #product-category .tkc-sidebar-summary h2{
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: -.8px !important;
    color: #111 !important;
  }
  #product-category .tkc-sidebar-summary span{
    padding: 0 !important;
    font-size: 12px !important;
    color: #8c93a0 !important;
  }
  #product-category .tkc-search-minimal{
    margin: 0 0 44px !important;
  }
  #product-category .tkc-search-minimal input{
    height: 42px !important;
    padding: 0 12px !important;
    border: 1px solid #ececf0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 13px !important;
  }
  #product-category .tkc-search-minimal i{
    display: none !important;
  }
  #product-category .tkc-side-content-minimal{
    padding: 0 !important;
  }
  #product-category .tkc-side-content-minimal .tkc-category-box{
    margin: 0 0 30px !important;
  }
  #product-category .tkc-side-content-minimal .tkc-box-title{
    width: 100% !important;
    min-height: 34px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-size: 14px !important;
    font-weight: 650 !important;
  }
  #product-category .tkc-side-content-minimal .tkc-box-title > i{
    font-size: 10px !important;
    color: #111 !important;
  }
  #product-category .tkc-side-content-minimal .tkc-category-nav{
    padding: 0 !important;
  }
  #product-category .tkc-side-content-minimal .tkc-category-row{
    margin: 0 !important;
  }
  #product-category .tkc-side-content-minimal .tkc-category-row > a{
    position: relative !important;
    min-height: 34px !important;
    padding: 5px 18px 5px 32px !important;
    color: #26282d !important;
    font-size: 12px !important;
    font-weight: 450 !important;
    text-decoration: none !important;
  }
  #product-category .tkc-side-content-minimal .tkc-category-row > a::before{
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    width: 24px !important;
    height: 24px !important;
    transform: translateY(-50%) !important;
    background: #eef0f5 !important;
    border: 0 !important;
  }
  #product-category .tkc-side-content-minimal .tkc-category-row.is-active > a::before{
    background: #ef6c00 !important;
    box-shadow: inset 0 0 0 7px #fff !important;
    outline: 1px solid #ef6c00 !important;
  }
  #product-category .tkc-side-content-minimal .tkc-category-row > a > i{
    display: none !important;
  }
  #product-category .tkc-side-content-minimal .tkc-category-row > a:hover,#product-category .tkc-side-content-minimal .tkc-category-row.is-active > a{
    color: #111 !important;
    background: transparent !important;
    font-weight: 650 !important;
  }
  #product-category .tkc-side-content-minimal .tkc-children{
    padding: 2px 0 8px 32px !important;
  }
  #product-category .tkc-sidebar-clear{
    margin: 10px 0 0 !important;
    padding: 0 !important;
    color: #aaaeb8 !important;
    font-size: 13px !important;
  }
  #product-category .tkc-activebar{
    display: none !important;
  }
  #product-category .tkc-toolbar{
    margin-bottom: 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f7f7f9 !important;
    box-shadow: none !important;
  }
}
#product-category{
  background:#fff!important;
}
@media (min-width: 992px){
  #product-category,#product-category .tk-category-shell,#product-category .tk-category-layout,#product-category .tk-category-content,#product-category #content,#product-category #product-list{
    background:#fff!important;
  }

  #product-category #product-list{
    gap:18px!important;
    align-items:start!important;
  }
  #product-category #product-list .tk-product-card,#product-category #product-list .tkcat-card,#product-category #product-list .product-thumb{
    position:relative!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    overflow:visible!important;
    transform:none!important;
    transition:opacity .18s ease!important;
  }
  #product-category #product-list .tk-product-card:hover,#product-category #product-list .tkcat-card:hover,#product-category #product-list .product-thumb:hover{
    transform:none!important;
    box-shadow:none!important;
    opacity:.98!important;
  }

  #product-category #product-list .tk-product-media,#product-category #product-list .tkcat-card-media{
    position:relative!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:#f5f5f5!important;
    overflow:hidden!important;
  }

  #product-category #product-list .tk-product-image,#product-category #product-list .tkcat-card-image{
    width:100%!important;
    aspect-ratio:1/1!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    border-radius:0!important;
    background:#f5f5f5!important;
    overflow:hidden!important;
  }
  #product-category #product-list .tk-product-image a,#product-category #product-list .tkcat-card-image{
    width:100%!important;
    height:100%!important;
  }
  #product-category #product-list .tk-product-image img,#product-category #product-list .tkcat-card-image img{
    width:100%!important;
    height:100%!important;
    padding:12px!important;
    object-fit:contain!important;
    transform:none!important;
    transition:transform .22s ease!important;
  }
  #product-category #product-list .tk-product-card:hover .tk-product-image img,#product-category #product-list .tkcat-card:hover .tkcat-card-image img{
    transform:scale(1.015)!important;
  }

  #product-category #product-list .tk-product-content,#product-category #product-list .tkcat-card-body{
    padding:12px 6px 6px!important;
    background:#fff!important;
    text-align:left!important;
  }
  #product-category #product-list .tk-product-content .description{
    text-align:left!important;
  }
  #product-category #product-list .tk-product-rating,#product-category #product-list .tk-product-description{
    display:none!important;
  }
  #product-category #product-list .tkcat-card-brand{
    margin:0 0 3px!important;
    color:#111!important;
    font-size:12px!important;
    font-weight:800!important;
    text-transform:uppercase!important;
  }
  #product-category #product-list .tk-product-content h4,#product-category #product-list .tkcat-card-title{
    min-height:0!important;
    margin:0 0 8px!important;
    font-size:14px!important;
    line-height:1.35!important;
    font-weight:500!important;
    text-align:left!important;
  }
  #product-category #product-list .tk-product-content h4 a,#product-category #product-list .tkcat-card-title a{
    color:#111!important;
    text-decoration:none!important;
  }
  #product-category #product-list .tk-product-price,#product-category #product-list .tkcat-card-price-row,#product-category #product-list .tkcat-card-price{
    margin:0!important;
    justify-content:flex-start!important;
    align-items:flex-end!important;
    text-align:left!important;
    gap:7px!important;
  }
  #product-category #product-list .price-new{
    color:#111!important;
    font-size:18px!important;
    line-height:1.1!important;
    font-weight:900!important;
  }
  #product-category #product-list .price-old{
    color:#9a9a9a!important;
    font-size:13px!important;
    font-weight:500!important;
  }
  #product-category #product-list .tkcat-card-discount{
    min-width:38px!important;
    height:38px!important;
    padding:0 7px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:0!important;
    background:#111!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:800!important;
  }

  #product-category #product-list .tk-product-badge,#product-category #product-list .tkcat-stock{
    top:10px!important;
    left:10px!important;
    padding:4px 10px!important;
    border-radius:6px!important;
    background:#d83a2f!important;
    color:#fff!important;
    font-size:12px!important;
    font-weight:800!important;
    box-shadow:none!important;
  }

  #product-category #product-list .tk-product-floating-actions,#product-category #product-list .tkcat-card-favorite{
    top:10px!important;
    right:10px!important;
  }
  #product-category #product-list .tk-floating-action,#product-category #product-list .tkcat-card-favorite{
    width:34px!important;
    height:34px!important;
    border:1px solid #ddd!important;
    border-radius:50%!important;
    background:#fff!important;
    color:#111!important;
    box-shadow:none!important;
  }

  #product-category #product-list .tk-card-actions,#product-category #product-list .tkcat-card-actions{
    margin-top:12px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  #product-category #product-list .tk-add-cart,#product-category #product-list .tkcat-card-cart{
    width:100%!important;
    min-height:42px!important;
    padding:0 14px!important;
    border:1px solid #b8b8b8!important;
    border-radius:0!important;
    background:#fff!important;
    color:#111!important;
    box-shadow:none!important;
    font-size:12px!important;
    font-weight:800!important;
    letter-spacing:.01em!important;
    text-transform:uppercase!important;
  }
  #product-category #product-list .tk-add-cart:hover,#product-category #product-list .tkcat-card-cart:hover{
    border-color:#111!important;
    background:#111!important;
    color:#fff!important;
  }
  #product-category #product-list .tkcat-card-action,#product-category #product-list .tk-card-actions>.tk-floating-action{
    display:none!important;
  }
}
@media (max-width: 991.98px){
  #product-category{
    background:#fff!important;
  }
  #product-category #product-list .tk-product-card,#product-category #product-list .tkcat-card{
    background:#fff!important;
  }
}
#product-category,.tkc-page,.tkc-shell{
  background:#fff!important;
}
#product-category .tk-product-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:100%!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:visible!important;
  transform:none!important;
}
#product-category .tk-product-card:hover{transform:none!important;box-shadow:none!important}
#product-category .tk-product-media{
  position:relative!important;
  margin:0!important;
  padding:0!important;
  background:#f6f6f6!important;
  overflow:hidden!important;
}
#product-category .tk-product-image{
  width:100%!important;
  aspect-ratio:1/1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f6f6f6!important;
}
#product-category .tk-product-image a{width:100%!important;height:100%!important}
#product-category .tk-product-image img{
  width:100%!important;height:100%!important;object-fit:contain!important;
  padding:12px!important;transform:none!important;transition:transform .2s ease!important;
}
#product-category .tk-product-card:hover .tk-product-image img{transform:scale(1.015)!important}
#product-category .tk-product-content{
  display:flex!important;flex:1!important;flex-direction:column!important;
  padding:12px 4px 4px!important;background:#fff!important;text-align:left!important;
}
#product-category .tk-product-content .description{text-align:left!important}
#product-category .tk-product-rating,#product-category .tk-product-description{display:none!important}
#product-category .tk-product-content h4{
  min-height:38px!important;margin:0 0 8px!important;font-size:14px!important;
  line-height:1.35!important;font-weight:600!important;text-align:left!important;
}
#product-category .tk-product-content h4 a{color:#111!important;text-decoration:none!important}
#product-category .tk-product-price{
  display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;
  flex-wrap:wrap!important;gap:7px!important;margin:0!important;text-align:left!important;
}
#product-category .price-new{color:#111!important;font-size:18px!important;font-weight:900!important;line-height:1.1!important}
#product-category .price-old{color:#9b9b9b!important;font-size:13px!important;font-weight:500!important}
#product-category .price-tax{display:none!important}
#product-category .tk-product-floating-actions{
  position:absolute!important;z-index:7!important;top:10px!important;right:10px!important;left:auto!important;
  display:flex!important;flex-direction:column!important;gap:7px!important;align-items:flex-end!important;
}
#product-category .tk-product-floating-actions .tk-floating-action{
  display:grid!important;place-items:center!important;width:34px!important;height:34px!important;min-width:34px!important;
  padding:0!important;border:1px solid #ddd!important;border-radius:50%!important;background:#fff!important;
  color:#111!important;box-shadow:none!important;transition:.18s ease!important;
}
#product-category .tk-product-floating-actions .tk-floating-action:hover{border-color:#111!important;transform:translateY(-1px)!important}
#product-category .tk-card-wishlist.is-active{background:#f36b21!important;border-color:#f36b21!important;color:#fff!important}
#product-category .tk-card-compare{display:grid!important}
#product-category .tk-card-actions{margin-top:auto!important;padding-top:12px!important;display:block!important}
#product-category .tk-add-cart{
  width:100%!important;min-height:42px!important;padding:0 14px!important;border:1px solid #b8b8b8!important;
  border-radius:0!important;background:#fff!important;color:#111!important;box-shadow:none!important;
  font-size:12px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.01em!important;
}
#product-category .tk-add-cart:hover:not(:disabled){background:#111!important;border-color:#111!important;color:#fff!important}
#product-category .tk-add-cart:disabled{
  cursor:not-allowed!important;background:#eee!important;border-color:#ddd!important;color:#999!important;opacity:1!important;
}
@media(max-width:991.98px){
  #product-category .tk-product-content{padding:10px 2px 2px!important}
  #product-category .tk-product-content h4{font-size:13px!important;min-height:36px!important}
  #product-category .price-new{font-size:16px!important}
  #product-category .tk-product-floating-actions{top:8px!important;right:8px!important;gap:5px!important}
  #product-category .tk-product-floating-actions .tk-floating-action{width:31px!important;height:31px!important;min-width:31px!important}
  #product-category .tk-add-cart{min-height:40px!important;font-size:11px!important;padding:0 8px!important}
}
#product-category .tk-product-rating{display:none!important}
#product-category .tk-product-brand{
  display:block!important;
  margin:0 0 4px!important;
  color:#111!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.015em!important;
}
#product-category .tk-product-content h4{
  min-height:auto!important;
  margin:0 0 4px!important;
  font-size:14px!important;
  line-height:1.35!important;
  font-weight:500!important;
  text-align:left!important;
}
#product-category .tk-product-description{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  min-height:38px!important;
  margin:0 0 9px!important;
  color:#222!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:400!important;
}
@media(max-width:991.98px){
  #product-category .tk-product-brand{font-size:10px!important;margin-bottom:3px!important}
  #product-category .tk-product-content h4{font-size:12px!important;margin-bottom:3px!important}
  #product-category .tk-product-description{font-size:11px!important;line-height:1.35!important;min-height:30px!important;margin-bottom:7px!important}
}
#product-category .tkc-product{display:flex!important;min-width:0!important}
#product-category #product-list.tkc-products{
  align-items:stretch!important;
}
#product-category #product-list .tkc-product{
  display:flex!important;
  min-width:0!important;
  height:auto!important;
}
#product-category #product-list .tkc-product > .tk-product-card{
  width:100%!important;
  height:100%!important;
}
#product-category #product-list .tk-product-brand,#product-category #product-list .tk-product-description{
  display:-webkit-box!important;
}
#product-category #product-list .tk-product-brand{
  display:block!important;
}
#product-category #product-list .tk-card-actions{
  margin-top:auto!important;
}
#product-category #product-list .tkc-quickview{
  position:static!important;
  align-self:center!important;
  margin:8px auto 0!important;
}
@media(max-width:767.98px){
  #product-category #product-list .tk-product-description{
    -webkit-line-clamp:2!important;
    min-height:30px!important;
  }
}
@media (min-width: 1200px) {
  #product-category .tkc-layout{
    display: grid !important;
    grid-template-columns: 258px minmax(0, 1fr) 196px !important;
    gap: 20px !important;
    align-items: start !important;
  }
  #product-category .tkc-content{
    min-width: 0 !important;
    width: 100% !important;
  }
  #product-category .tkc-toolbar,#product-category .tkc-activebar,#product-category #product-list,#product-category .tkc-pagination{
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  #product-category .tkc-toolbar{
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    align-items: center !important;
    overflow: hidden !important;
  }
  #product-category .tkc-sort-tabs{
    min-width: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }
  #product-category .tkc-sort-tabs::-webkit-scrollbar{ display:none !important; }
  #product-category .tkc-sort-tabs a{
    flex: 0 0 auto !important;
    white-space: nowrap !important;
  }
  #product-category .tkc-toolbar-actions{
    flex: 0 0 auto !important;
    margin-left: 8px !important;
  }
  #product-category .tkc-products{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
  }
  #product-category .tkc-ad-rail{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    position: sticky !important;
    top: 92px !important;
    align-self: start !important;
  }
  #product-category .tkc-ad-card{
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #eceff3 !important;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
  }
  #product-category .tkc-ad-card:hover{
    transform: translateY(-3px) !important;
    border-color: #f97316 !important;
    box-shadow: 0 12px 26px rgba(15,23,42,.10) !important;
  }
  #product-category .tkc-ad-card img{
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #product-category .tkc-layout{ grid-template-columns: 230px minmax(0,1fr) !important; }
  #product-category .tkc-ad-rail{
    grid-column: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }
  #product-category .tkc-ad-card{ aspect-ratio:1/1; overflow:hidden; border:1px solid #eceff3; }
  #product-category .tkc-ad-card img{ width:100%;height:100%;object-fit:cover;display:block; }
}
@media (max-width: 991.98px) {
  #product-category .tkc-ad-rail{
    display: flex !important;
    overflow-x: auto !important;
    gap: 10px !important;
    margin-top: 16px !important;
    padding-bottom: 4px !important;
    scroll-snap-type: x mandatory !important;
  }
  #product-category .tkc-ad-card{
    flex: 0 0 72% !important;
    aspect-ratio: 1/1 !important;
    overflow: hidden !important;
    border: 1px solid #eceff3 !important;
    scroll-snap-align: start !important;
  }
  #product-category .tkc-ad-card img{ width:100%!important;height:100%!important;object-fit:cover!important;display:block!important; }
}
#product-category .tkc-product .tk-card-actions .tk-add-cart{
  display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;
  width:100%!important;min-height:44px!important;padding:0 12px!important;border:0!important;
  background:#071225!important;color:#fff!important;opacity:1!important;cursor:pointer!important;
  text-indent:0!important;visibility:visible!important;
}
@media(max-width:991.98px){
  body>.tkc-sort-sheet{display:block!important;position:fixed!important;z-index:30020!important;left:10px!important;right:10px!important;bottom:calc(76px + env(safe-area-inset-bottom))!important;max-height:70vh!important;padding:16px 16px 22px!important;border-radius:20px!important;background:#fff!important;box-shadow:0 -12px 40px rgba(0,0,0,.25)!important;transform:translateY(calc(100% + 120px))!important;transition:transform .25s ease!important;overflow:auto!important}
  body>.tkc-sort-sheet.is-open{transform:translateY(0)!important}
  body>.tkc-sort-sheet .tkc-sort-sheet-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #eee}
  body>.tkc-sort-sheet .tkc-sort-sheet-head strong{font-size:20px;color:#111827}
  body>.tkc-sort-sheet .tkc-sort-sheet-head button{width:40px;height:40px;border:0;border-radius:50%;background:#f2f2f2;font-size:18px}
  body>.tkc-sort-sheet .tkc-sort-sheet-list{display:flex;flex-direction:column;padding-top:8px}
  body>.tkc-sort-sheet .tkc-sort-sheet-list a{padding:14px 8px;border-bottom:1px solid #f0f0f0;color:#222;text-decoration:none;font-size:15px}
  body>.tkc-sort-sheet .tkc-sort-sheet-list a.is-active{color:#ff5a00;font-weight:900}
  body>.tkc-sort-backdrop{display:block!important;position:fixed!important;z-index:30010!important;inset:0!important;border:0!important;background:rgba(0,0,0,.48)!important;opacity:0!important;visibility:hidden!important;transition:.2s!important}
  body.tkc-sort-open>.tkc-sort-backdrop{opacity:1!important;visibility:visible!important}
}
#product-category .tk-product-card,#product-category .tk-product-content{
  overflow:visible!important;
}
#product-category .tk-product-content{
  display:flex!important;
  flex-direction:column!important;
  height:auto!important;
  min-height:0!important;
}
#product-category .tk-card-actions{
  display:block!important;
  width:100%!important;
  margin-top:auto!important;
  padding:14px 0 0!important;
  opacity:1!important;
  visibility:visible!important;
  position:relative!important;
  z-index:50!important;
}
#product-category .tk-card-actions .tk-add-cart{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  width:100%!important;
  min-width:0!important;
  min-height:44px!important;
  margin:0!important;
  padding:0 12px!important;
  border:0!important;
  border-radius:11px!important;
  background:#071225!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  line-height:1!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
#product-category .tk-card-actions .tk-add-cart span,#product-category .tk-card-actions .tk-add-cart i{
  display:inline-block!important;
  color:#fff!important;
  opacity:1!important;
  visibility:visible!important;
}
#product-category .tk-card-actions .tk-add-cart:hover{background:#f26716!important}
@media (max-width:991.98px){
  #product-category .tkc-ad-rail,#product-category aside.tkc-ad-rail,body .tkc-ad-rail{
    display:none!important;
    visibility:hidden!important;
    width:0!important;
    height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
}
@media(max-width:991.98px){
  #product-category{min-height:0!important;padding-bottom:0!important}
  #product-category .tkc-shell{min-height:0!important;padding-bottom:12px!important}
  #product-category .tkc-layout{min-height:0!important;margin-bottom:0!important;padding-bottom:0!important}
  #product-category .tkc-content{min-height:0!important;padding-bottom:0!important}
  #product-category .tkc-pagination{margin:14px 0 0!important}
  #product-category + footer,#product-category ~ footer{margin-top:0!important}
}
@media(max-width:991.98px){
  #product-category{min-height:0!important;padding-bottom:0!important}
  #product-category .tkc-shell{min-height:0!important;padding-bottom:8px!important}
  #product-category .tkc-layout{min-height:0!important;margin-bottom:0!important;padding-bottom:0!important}
  #product-category .tkc-content{min-height:0!important;padding-bottom:0!important}
  #product-category .tkc-pagination{margin-bottom:0!important}
}
.tkc-activebar,.tkc-toolbar,.tkc-sidebar{border-radius:var(--tk-v322-radius)!important;box-shadow:var(--tk-v322-shadow);transition:transform var(--tk-v322-transition),box-shadow var(--tk-v322-transition),border-color var(--tk-v322-transition)}
#product-category .tk-card-actions,#product-category .tk-add-cart{display:flex!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:3!important}
#product-category .tk-add-cart{width:100%!important;align-items:center!important;justify-content:center!important;min-height:44px!important}
@media (min-width: 992px) {
  body #product-category #product-list .tkc-product .tk-product-card form.tk-card-actions,body #product-category #product-list .tkc-product .product-thumb form.tk-card-actions{
    display: block !important;
    width: 100% !important;
    margin-top: auto !important;
    padding-top: 12px !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  body #product-category #product-list .tkc-product form.tk-card-actions > button.tk-add-cart{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #071225 !important;
    background-image: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    box-shadow: none !important;
  }
  body #product-category #product-list .tkc-product form.tk-card-actions > button.tk-add-cart > span,body #product-category #product-list .tkc-product form.tk-card-actions > button.tk-add-cart > i{
    display: inline-block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: inherit !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    clip: auto !important;
    clip-path: none !important;
    transform: none !important;
  }
  body #product-category #product-list .tkc-product form.tk-card-actions > button.tk-add-cart:hover,body #product-category #product-list .tkc-product form.tk-card-actions > button.tk-add-cart:focus{
    background: #f26716 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }
}
#product-category.tkc-page{background:#f7f9fc!important}
#product-category.tkc-page{padding:24px 0 50px!important}
#product-category .tkc-shell{max-width:1440px!important;padding-left:18px!important;padding-right:18px!important}
#product-category .tkc-promos{gap:16px!important;margin-bottom:24px!important}
#product-category .tkc-promo{height:160px!important;border:1px solid var(--tk-line)!important;border-radius:13px!important;background:#fff!important;box-shadow:0 5px 20px rgba(7,26,61,.04)!important}
#product-category .tkc-promo:hover{border-color:#a9c7ef!important;box-shadow:0 12px 28px rgba(7,26,61,.08)!important}
#product-category .tkc-promo-copy small{color:var(--tk-primary)!important}
#product-category .tkc-heading{margin-bottom:16px!important}
#product-category .tkc-heading h1{font-size:31px!important;color:#111827!important}
#product-category .tkc-layout{grid-template-columns:244px minmax(0,1fr)!important;gap:24px!important}
#product-category .tkc-sidebar{width:244px!important;min-width:244px!important}
#product-category .tkc-search{height:48px!important;border-color:var(--tk-line)!important;border-radius:10px!important;box-shadow:0 3px 12px rgba(7,26,61,.035)!important}
#product-category .tkc-category-box,#product-category .tkc-side-content .card,#product-category .tkc-side-content .list-group{border:1px solid var(--tk-line)!important;border-radius:11px!important;background:#fff!important;box-shadow:0 4px 16px rgba(7,26,61,.035)!important}
#product-category .tkc-box-title{background:#fff!important;color:#111827!important;border-bottom:1px solid var(--tk-line)!important;text-transform:none!important;font-size:14px!important;padding:14px 15px!important}
#product-category .tkc-box-title span i{color:var(--tk-primary)!important}
#product-category .tkc-category-nav{padding:7px!important}
#product-category .tkc-category-row>a{padding:10px!important;font-size:12px!important;font-weight:650!important}
#product-category .tkc-category-row>a:hover,#product-category .tkc-category-row.is-active>a{background:#eef5ff!important;color:var(--tk-primary)!important}
#product-category .tkc-children a:hover,#product-category .tkc-children a.is-active{border-left-color:var(--tk-primary)!important;color:var(--tk-primary)!important;background:#f5f9ff!important}
#product-category .tkc-toolbar{min-height:56px!important;padding:8px 12px!important;border-color:var(--tk-line)!important;border-radius:11px!important;box-shadow:0 4px 16px rgba(7,26,61,.035)!important}
#product-category .tkc-sort-tabs a,#product-category .tkc-sort-tabs button{border-radius:8px!important;font-size:12px!important}
#product-category .tkc-sort-tabs .is-active{background:#eef5ff!important;color:var(--tk-primary)!important;border-color:#bfd4f1!important}
#product-category .tkc-view button{border-radius:8px!important}
#product-category .tkc-view button.is-active{background:var(--tk-primary)!important;color:#fff!important}
@media (min-width:1200px){
  #product-category #product-list.tkc-products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;width:100%!important;align-items:stretch!important}
}
@media (min-width:992px) and (max-width:1199.98px){
  #product-category #product-list.tkc-products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
}
#product-category .tkc-product{min-width:0!important;width:auto!important;max-width:none!important}
#product-category .tkc-product .tk-product-card{border:1px solid var(--tk-line)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 5px 18px rgba(7,26,61,.045)!important;overflow:hidden!important}
#product-category .tkc-product .tk-product-card:hover{transform:translateY(-3px)!important;border-color:#b8cee9!important;box-shadow:0 13px 30px rgba(7,26,61,.09)!important}
#product-category .tk-product-media{padding:12px 12px 0!important}
#product-category .tk-product-image{height:auto!important;aspect-ratio:1.12/1!important;margin:0!important;border-radius:9px!important;background:#fff!important}
#product-category .tk-product-image img{padding:10px!important;object-fit:contain!important}
#product-category .tk-product-content{padding:12px 14px 14px!important;text-align:left!important}
#product-category .tk-product-content .description{text-align:left!important}
#product-category .tk-product-brand{font-size:11px!important;color:var(--tk-primary)!important;margin-bottom:4px!important}
#product-category .tk-product-content h4{min-height:42px!important;margin:0 0 7px!important;font-size:16px!important;line-height:1.3!important;font-weight:750!important}
#product-category .tk-product-content h4 a{color:#111827!important;text-decoration:none!important}
#product-category .tk-product-description{min-height:38px!important;font-size:12px!important;line-height:1.5!important;color:#687589!important}
#product-category .tk-product-content .price{justify-content:flex-start!important;margin:11px 0 12px!important}
#product-category .price-new{font-size:20px!important;color:#111827!important}
#product-category .tk-product-rating{margin:0 0 7px!important}
#product-category .tk-product-labels{top:12px!important;left:12px!important}
#product-category .tk-product-badge{background:#29a94f!important;color:#fff!important;border-radius:6px!important;font-size:10px!important;padding:5px 8px!important}
#product-category .tk-floating-action{border:1px solid #e1e8f0!important;background:#fff!important;color:#111827!important;box-shadow:0 3px 12px rgba(7,26,61,.08)!important}
#product-category .tk-floating-action:hover{color:var(--tk-primary)!important;border-color:#aac6eb!important}
#product-category .tk-card-actions{display:block!important;padding-top:0!important}
#product-category .tk-add-cart{min-height:42px!important;border-radius:8px!important;background:var(--tk-primary)!important;text-transform:none!important;font-size:12px!important;font-weight:750!important;letter-spacing:0!important}
#product-category .tk-add-cart:hover{background:var(--tk-primary-hover)!important}
#product-category .tkc-pagination{border-color:var(--tk-line)!important;border-radius:11px!important;background:#fff!important}
@media (max-width:991.98px){
  #product-category .tkc-shell{padding-left:14px!important;padding-right:14px!important}
  #product-category .tkc-layout{display:block!important}
  #product-category #product-list.tkc-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px 10px!important}
  #product-category .tk-product-content h4{font-size:14px!important;min-height:37px!important}
  #product-category .price-new{font-size:17px!important}
}
@media (max-width:575.98px){
  #product-category .tkc-heading h1{font-size:27px!important}
  #product-category .tk-product-media{padding:6px 6px 0!important}
  #product-category .tk-product-content{padding:9px!important}
  #product-category .tk-product-description{display:none!important}
  #product-category .tk-add-cart span{font-size:11px!important}
}
@media (min-width:1200px){
  #product-category .tkc-shell{
    width:100%!important;
    max-width:1440px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:18px!important;
    padding-right:18px!important;
  }
  #product-category .tkc-layout{
    display:grid!important;
    grid-template-columns:244px minmax(0,1fr) 190px!important;
    gap:22px!important;
    align-items:start!important;
    width:100%!important;
    margin:0!important;
  }
  #product-category .tkc-sidebar{
    grid-column:1!important;
    width:244px!important;
    min-width:244px!important;
    max-width:244px!important;
  }
  #product-category .tkc-content{
    grid-column:2!important;
    min-width:0!important;
    width:100%!important;
    margin:0!important;
  }
  #product-category .tkc-ad-rail{
    grid-column:3!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    width:190px!important;
    min-width:190px!important;
    max-width:190px!important;
    margin:0!important;
    position:sticky!important;
    top:108px!important;
    align-self:start!important;
  }
  #product-category .tkc-ad-card{
    display:block!important;
    width:100%!important;
    aspect-ratio:1/1!important;
    overflow:hidden!important;
    border-radius:12px!important;
  }
  #product-category .tkc-ad-card img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
  }
  #product-category #product-list.tkc-products{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:18px!important;
    width:100%!important;
    margin:0!important;
  }
}
@media (min-width:1200px) and (max-width:1399.98px){
  #product-category .tkc-shell{max-width:1320px!important}
  #product-category .tkc-layout{
    grid-template-columns:230px minmax(0,1fr) 176px!important;
    gap:18px!important;
  }
  #product-category .tkc-sidebar{width:230px!important;min-width:230px!important;max-width:230px!important}
  #product-category .tkc-ad-rail{width:176px!important;min-width:176px!important;max-width:176px!important}
  #product-category #product-list.tkc-products{gap:14px!important}
}
@media (min-width: 1400px) {
  body #product-category .tkc-shell{
    display: block !important;
    width: min(1440px, calc(100vw - 48px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body #product-category .tkc-layout{
    display: grid !important;
    grid-template-columns: 230px minmax(0, 1fr) 190px !important;
    column-gap: 24px !important;
    row-gap: 0 !important;
    align-items: start !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }
  body #product-category .tkc-sidebar{
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    margin: 0 !important;
  }
  body #product-category .tkc-content{
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: block !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body #product-category .tkc-ad-rail{
    grid-column: 3 !important;
    grid-row: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
    margin: 0 !important;
    position: sticky !important;
    top: 118px !important;
    align-self: start !important;
  }
  body #product-category .tkc-ad-card{
    display: block !important;
    width: 190px !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
  }
  body #product-category .tkc-ad-card img{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  body #product-category #product-list.tkc-products{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
  }
  body #product-category #product-list > .tkc-product{
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body #product-category #product-list > .tkc-product > .tk-product-card,body #product-category #product-list > .tkc-product > .product-thumb{
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
  }
  body #product-category #product-list .tk-product-image{
    width: 100% !important;
    min-height: 230px !important;
    aspect-ratio: 1 / 1 !important;
  }
  body #product-category #product-list .tk-product-image img{
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  body #product-category .tkc-toolbar{
    width: 100% !important;
    max-width: none !important;
    overflow: hidden !important;
  }
  body #product-category .tkc-sort-tabs{
    min-width: 0 !important;
    overflow-x: auto !important;
    scrollbar-width: none;
  }
  body #product-category .tkc-sort-tabs::-webkit-scrollbar{ display: none; }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  body #product-category .tkc-shell{
    width: calc(100vw - 36px) !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body #product-category .tkc-layout{
    display: grid !important;
    grid-template-columns: 220px minmax(0, 1fr) 170px !important;
    gap: 18px !important;
    width: 100% !important;
    margin: 0 !important;
  }
  body #product-category .tkc-sidebar{ width:220px !important; min-width:220px !important; max-width:220px !important; }
  body #product-category .tkc-content{ min-width:0 !important; width:100% !important; margin:0 !important; padding:0 !important; }
  body #product-category .tkc-ad-rail{ width:170px !important; min-width:170px !important; max-width:170px !important; margin:0 !important; }
  body #product-category .tkc-ad-card{ width:170px !important; aspect-ratio:1/1 !important; }
  body #product-category #product-list.tkc-products{ grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:16px !important; width:100% !important; }
  body #product-category #product-list > .tkc-product,body #product-category #product-list > .tkc-product > .tk-product-card{ width:100% !important; min-width:0 !important; max-width:none !important; }
  body #product-category #product-list .tk-product-image{ min-height:220px !important; aspect-ratio:1/1 !important; }
}
@media (min-width:1200px){
  body #product-category #product-list.tkc-products:not(.is-list-view){
    grid-template-columns:repeat(auto-fit, minmax(240px, 286px))!important;
    justify-content:center!important;
    justify-items:stretch!important;
    align-items:stretch!important;
  }
  body #product-category #product-list.tkc-products:not(.is-list-view) > .tkc-product{
    width:100%!important;
    max-width:286px!important;
    justify-self:center!important;
  }
}
@media (min-width:1200px) and (max-width:1399.98px){
  body #product-category #product-list.tkc-products:not(.is-list-view){
    grid-template-columns:repeat(auto-fit, minmax(220px, 252px))!important;
  }
  body #product-category #product-list.tkc-products:not(.is-list-view) > .tkc-product{
    max-width:252px!important;
  }
}
@media (min-width: 1200px) {
  html body #product-category.tkc-page{
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    overflow-x: clip !important;
  }

  html body #product-category > .tkc-shell.container{
    box-sizing: border-box !important;
    width: min(1440px, calc(100vw - 36px)) !important;
    max-width: 1440px !important;
    margin-inline: auto !important;
    padding-inline: 18px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
  }

  html body #product-category .tkc-layout{
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    grid-template-columns: 220px minmax(0, 1fr) 190px !important;
    column-gap: 20px !important;
  }

  html body #product-category .tkc-sidebar{
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }

  html body #product-category .tkc-content{
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body #product-category .tkc-ad-rail,html body #product-category .tkc-ad-card{
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
  }

  html body #product-category #product-list.tkc-products:not(.is-list-view){
    width: 100% !important;
    margin: 16px auto 0 !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 286px)) !important;
    justify-content: center !important;
    justify-items: stretch !important;
    gap: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  html body #product-category > .tkc-shell.container{
    width: min(1320px, calc(100vw - 28px)) !important;
    max-width: 1320px !important;
    padding-inline: 14px !important;
  }
  html body #product-category .tkc-layout{
    grid-template-columns: 210px minmax(0, 1fr) 170px !important;
    column-gap: 16px !important;
  }
  html body #product-category .tkc-sidebar{
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
  }
  html body #product-category .tkc-ad-rail,html body #product-category .tkc-ad-card{
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
  }
}
@media (min-width: 1400px) {
  html body #product-category > .tkc-shell-v42{
    box-sizing: border-box !important;
    display: block !important;
    width: min(1344px, calc(100vw - 48px)) !important;
    max-width: 1344px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: static !important;
    transform: none !important;
  }

  html body #product-category .tkc-layout{
    display: grid !important;
    grid-template-columns: 220px minmax(0, 1fr) 190px !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 1344px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: start !important;
  }

  html body #product-category .tkc-sidebar{
    grid-column: 1 !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    margin: 0 !important;
  }

  html body #product-category .tkc-content{
    grid-column: 2 !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body #product-category .tkc-ad-rail{
    grid-column: 3 !important;
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
    margin: 0 !important;
  }

  html body #product-category #product-list.tkc-products:not(.is-list-view){
    display: grid !important;
    grid-template-columns: repeat(2, 286px) !important;
    justify-content: center !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 16px auto 0 !important;
    padding: 0 !important;
  }

  html body #product-category #product-list.tkc-products:not(.is-list-view) > .tkc-product{
    width: 286px !important;
    min-width: 286px !important;
    max-width: 286px !important;
    margin: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  html body #product-category > .tkc-shell-v42{
    box-sizing: border-box !important;
    width: min(1240px, calc(100vw - 32px)) !important;
    max-width: 1240px !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
  }
  html body #product-category .tkc-layout{
    grid-template-columns: 210px minmax(0, 1fr) 170px !important;
    gap: 16px !important;
  }
  html body #product-category #product-list.tkc-products:not(.is-list-view){
    grid-template-columns: repeat(2, minmax(220px, 252px)) !important;
    justify-content: center !important;
  }
}
@media (max-width: 1199.98px) {
  html body #product-category > .tkc-shell-v42{
    width: 100% !important;
    max-width: none !important;
    margin-inline: auto !important;
    padding-inline: 14px !important;
  }
}
#product-category #product-list > .tkc-product{
  display:flex!important;
  align-items:stretch!important;
  min-width:0!important;
}
#product-category .tk-product-card.product-thumb{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  width:100%!important;
  min-width:0!important;
  height:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--tk-card-border)!important;
  border-radius:var(--tk-card-radius)!important;
  background:#fff!important;
  box-shadow:var(--tk-card-shadow)!important;
  transform:none!important;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
#product-category .tk-product-card.product-thumb:hover{
  border-color:#6b7280!important;
  box-shadow:var(--tk-card-shadow-hover)!important;
  transform:translateY(-3px)!important;
}
#product-category .tk-product-card .tk-product-media{
  position:relative!important;
  flex:0 0 auto!important;
  margin:0!important;
  padding:14px!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(180deg,#f8fafc 0%,#f4f6f9 100%)!important;
}
#product-category .tk-product-card .tk-product-image{
  width:100%!important;
  height:auto!important;
  aspect-ratio:1.12/1!important;
  margin:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:12px!important;
  background:#fff!important;
}
#product-category .tk-product-card .tk-product-image a{
  display:flex!important;
  width:100%!important;
  height:100%!important;
  align-items:center!important;
  justify-content:center!important;
}
#product-category .tk-product-card .tk-product-image img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  padding:14px!important;
  object-fit:contain!important;
  transform:none!important;
  transition:transform .25s ease!important;
}
#product-category .tk-product-card:hover .tk-product-image img{transform:scale(1.025)!important}
#product-category .tk-product-card .tk-product-content{
  position:static!important;
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  padding:16px!important;
  overflow:visible!important;
  text-align:left!important;
  background:#fff!important;
}
#product-category .tk-product-card .description{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
}
#product-category .tk-product-card .tk-product-brand{
  margin:0 0 6px!important;
  color:#64748b!important;
  font-size:10px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
}
#product-category .tk-product-card h4{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  min-height:43px!important;
  margin:0 0 8px!important;
  color:#111827!important;
  font-size:15px!important;
  line-height:1.42!important;
  font-weight:750!important;
}
#product-category .tk-product-card h4 a{color:#111827!important;text-decoration:none!important}
#product-category .tk-product-card .tk-product-description{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  min-height:40px!important;
  margin:0 0 12px!important;
  color:#64748b!important;
  font-size:12.5px!important;
  line-height:1.55!important;
  font-weight:400!important;
}
#product-category .tk-product-card .tk-product-price{
  display:flex!important;
  min-height:28px!important;
  margin:auto 0 14px!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  gap:8px!important;
}
#product-category .tk-product-card .price-new{
  color:#0f172a!important;
  font-size:20px!important;
  line-height:1.1!important;
  font-weight:850!important;
}
#product-category .tk-product-card form.tk-card-actions{
  position:static!important;
  inset:auto!important;
  z-index:2!important;
  display:block!important;
  flex:0 0 auto!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
}
#product-category .tk-product-card .tk-add-cart{
  position:static!important;
  display:flex!important;
  width:100%!important;
  min-height:46px!important;
  margin:0!important;
  padding:0 14px!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border:0!important;
  border-radius:11px!important;
  background:var(--tk-card-blue)!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:0!important;
  text-transform:none!important;
}
#product-category .tk-product-card .tk-add-cart:hover:not(:disabled){background:var(--tk-card-blue-hover)!important;color:#fff!important}
#product-category .tk-product-card .tk-product-labels{top:14px!important;left:14px!important}
#product-category .tk-product-card .tk-product-floating-actions{top:14px!important;right:14px!important;gap:7px!important}
#product-category .tk-product-card .tk-floating-action{
  width:36px!important;height:36px!important;min-width:36px!important;
  border:1px solid #e2e8f0!important;background:rgba(255,255,255,.96)!important;
  box-shadow:0 4px 12px rgba(15,23,42,.06)!important;
}
@media(max-width:767.98px){
  #product-category .tk-product-card .tk-product-media{padding:10px!important}
  #product-category .tk-product-card .tk-product-content{padding:12px!important}
  #product-category .tk-product-card h4{min-height:38px!important;font-size:13px!important}
  #product-category .tk-product-card .tk-product-description{min-height:35px!important;font-size:11.5px!important}
  #product-category .tk-product-card .price-new{font-size:17px!important}
  #product-category .tk-product-card .tk-add-cart{min-height:42px!important;font-size:11px!important}
}
@media (min-width: 992px) {
  body #product-category .tkc-sidebar,body #product-category .tkc-ad-rail{
    position: static !important;
    top: auto !important;
  }
}
body #product-category #product-list.tkc-products{
  align-items: start !important;
  grid-auto-rows: auto !important;
  contain: layout style !important;
}
body #product-category #product-list > .tkc-product{
  position: relative !important;
  display: flex !important;
  align-self: start !important;
  align-items: stretch !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body #product-category .tk-product-card.product-thumb{
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  border: 1px solid #e4e9f1 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(15, 23, 42, .055) !important;
  transform: none !important;
  transition: border-color .18s ease, box-shadow .18s ease !important;
  contain: layout paint !important;
}
body #product-category .tk-product-card.product-thumb:hover{
  transform: none !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .085) !important;
}
body #product-category .tk-product-card .tk-product-media{
  position: relative !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  height: 280px !important;
  min-height: 280px !important;
  max-height: 280px !important;
  margin: 0 !important;
  padding: 12px !important;
  overflow: hidden !important;
  background: #f7f8fa !important;
}
body #product-category .tk-product-card .tk-product-image{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 11px !important;
  background: #fff !important;
}
body #product-category .tk-product-card .tk-product-image a{
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}
body #product-category .tk-product-card .tk-product-image img{
  position: absolute !important;
  inset: 12px !important;
  width: calc(100% - 24px) !important;
  height: calc(100% - 24px) !important;
  max-width: calc(100% - 24px) !important;
  max-height: calc(100% - 24px) !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  transform: none !important;
}
body #product-category .tk-product-card:hover .tk-product-image img{
  transform: none !important;
}
body #product-category .tk-product-card .tk-product-content{
  position: static !important;
  display: flex !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  width: 100% !important;
  height: auto !important;
  min-height: 215px !important;
  margin: 0 !important;
  padding: 15px !important;
  overflow: visible !important;
  background: #fff !important;
}
body #product-category .tk-product-card .description{
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body #product-category .tk-product-card .tk-product-description{
  min-height: 38px !important;
  max-height: 38px !important;
  margin-bottom: 10px !important;
}
body #product-category .tk-product-card .tk-product-price{
  min-height: 26px !important;
  margin: auto 0 12px !important;
}
body #product-category .tk-product-card form.tk-card-actions{
  position: static !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}
body #product-category .tk-product-card .tk-add-cart{
  position: static !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  border-radius: 10px !important;
}
@media (max-width: 1399.98px) {
  body #product-category .tk-product-card .tk-product-media{
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
  }
}
@media (max-width: 767.98px) {
  body #product-category .tk-product-card .tk-product-media{
    height: 230px !important;
    min-height: 230px !important;
    max-height: 230px !important;
  }
  body #product-category .tk-product-card .tk-product-content{
    min-height: 205px !important;
    padding: 13px !important;
  }
}
body #product-category .tk-product-card{
  contain: none !important;
  content-visibility: visible !important;
  will-change: auto !important;
}
body #product-category #product-list.tkc-products{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, 220px) !important;
  grid-auto-flow: row !important;
  grid-auto-rows: auto !important;
  justify-content: start !important;
  align-items: start !important;
  gap: 18px !important;
  width: 100% !important;
  margin: 0 !important;
}
body #product-category #product-list > .tkc-product{
  display: block !important;
  width: 187px !important;
  min-width: 187px !important;
  max-width: 187px !important;
  height: auto !important;
  align-self: start !important;
}
body #product-category #product-list .tk-product-card.product-thumb{
  display: flex !important;
  flex-direction: column !important;
  width: 187px !important;
  min-width: 187px !important;
  max-width: 187px !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
}
body #product-category #product-list .tk-product-card.product-thumb:hover{
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}
body #product-category #product-list .tk-product-media{
  position: relative !important;
  display: block !important;
  width: 187px !important;
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
  padding: 10px !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid #edf0f4 !important;
  border-radius: 14px !important;
  background: #f7f7f8 !important;
}
body #product-category #product-list .tk-product-image{
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 9px !important;
  background: #fff !important;
  aspect-ratio: auto !important;
}
body #product-category #product-list .tk-product-image > a{
  position: relative !important;
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}
body #product-category #product-list .tk-product-image img{
  position: absolute !important;
  inset: 8px !important;
  display: block !important;
  width: calc(100% - 16px) !important;
  height: calc(100% - 16px) !important;
  max-width: calc(100% - 16px) !important;
  max-height: calc(100% - 16px) !important;
  padding: 0 !important;
  object-fit: contain !important;
  transform: none !important;
}
body #product-category #product-list .tk-product-content{
  display: flex !important;
  flex-direction: column !important;
  width: 187px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px 6px 0 !important;
  overflow: visible !important;
  background: transparent !important;
}
body #product-category #product-list .tk-product-content .description{
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body #product-category #product-list .tk-product-brand,body #product-category #product-list .tk-product-rating{
  display: none !important;
}
body #product-category #product-list .tk-product-description{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  height: 38px !important;
  min-height: 38px !important;
  max-height: 38px !important;
  margin: 0 0 8px !important;
  overflow: hidden !important;
  color: #667085 !important;
  font-size: 12px !important;
  line-height: 19px !important;
  text-align: left !important;
}
body #product-category #product-list h4{
  order: 2 !important;
  display: block !important;
  min-height: 20px !important;
  max-height: 40px !important;
  margin: 0 0 9px !important;
  overflow: hidden !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 20px !important;
  text-align: left !important;
}
body #product-category #product-list h4 a{ color: #171717 !important; }
body #product-category #product-list .tk-product-price{
  order: 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-height: 26px !important;
  margin: 0 0 14px !important;
  text-align: left !important;
}
body #product-category #product-list .price-new{
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 900 !important;
  color: #111 !important;
}
body #product-category #product-list form.tk-card-actions{
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
body #product-category #product-list form.tk-card-actions > .tk-add-cart{
  position: static !important;
  display: flex !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #071226 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}
body #product-category #product-list form.tk-card-actions > .tk-add-cart:hover{
  background: #3154d9 !important;
}
body #product-category #product-list .tk-product-labels{
  top: 12px !important;
  left: 12px !important;
  z-index: 6 !important;
}
body #product-category #product-list .tk-product-floating-actions{
  top: 12px !important;
  right: 12px !important;
  gap: 6px !important;
  z-index: 7 !important;
}
body #product-category #product-list .tk-floating-action{
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
}
body #product-category .tkc-quickview{ display: none !important; }
@media (max-width: 767.98px) {
  body #product-category #product-list.tkc-products{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  body #product-category #product-list > .tkc-product,body #product-category #product-list .tk-product-card.product-thumb,body #product-category #product-list .tk-product-media,body #product-category #product-list .tk-product-content{
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }
  body #product-category #product-list .tk-product-media{
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }
}
@media (min-width: 992px) {
  #product-category .tkc-shell{
    width: min(1540px, calc(100% - 40px)) !important;
    max-width: 1540px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #product-category .tkc-layout{
    display: grid !important;
    grid-template-columns: 230px minmax(0, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
  }

  #product-category .tkc-sidebar{
    width: 230px !important;
    min-width: 230px !important;
    max-width: 230px !important;
    position: relative !important;
    top: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  #product-category .tkc-content{
    min-width: 0 !important;
    width: 100% !important;
  }

  #product-category .tkc-toolbar{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 8px 10px !important;
    overflow: hidden !important;
  }

  #product-category .tkc-sort-tabs{
    display: flex !important;
    min-width: 0 !important;
    width: 100% !important;
    gap: 2px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
  }

  #product-category .tkc-sort-tabs::-webkit-scrollbar{ display: none !important; }

  #product-category .tkc-sort-tabs a{
    flex: 0 0 auto !important;
    min-height: 38px !important;
    padding: 0 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    font-size: 11px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  #product-category .tkc-toolbar-actions{
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  #product-category .tkc-toolbar-actions select,#product-category .tkc-toolbar-actions button{
    height: 40px !important;
  }

  #product-category .tkc-products,#product-category .tkc-products:not(.is-list-view),#product-category .tkc-products.is-single-column:not(.is-list-view){
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  #product-category .tkc-products > .tkc-product{
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  #product-category .tkc-product .tk-product-card{
    height: 100% !important;
    min-height: 0 !important;
  }

  #product-category .tkc-product .tk-product-media{
    min-height: 0 !important;
  }

  #product-category .tkc-product .tk-product-image{
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #product-category .tkc-layout{
    grid-template-columns: 210px minmax(0, 1fr) !important;
    gap: 14px !important;
  }
  #product-category .tkc-sidebar{
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px !important;
  }
  #product-category .tkc-products,#product-category .tkc-products:not(.is-list-view),#product-category .tkc-products.is-single-column:not(.is-list-view){
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  #product-category .tkc-sort-tabs a{
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 10px !important;
  }
}
@media (max-width: 991.98px) {
  #product-category .tkc-products:not(.is-list-view){
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1400px) {
  html body #product-category.tkc-page .tkc-content #product-list.tkc-products:not(.is-list-view){
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    justify-items: stretch !important;
    align-items: stretch !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
  }

  html body #product-category.tkc-page .tkc-content #product-list.tkc-products:not(.is-list-view) > .tkc-product,html body #product-category.tkc-page .tkc-content #product-list.tkc-products:not(.is-list-view) > .tkc-product > .tk-product-card{
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    justify-self: stretch !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  html body #product-category.tkc-page .tkc-content #product-list.tkc-products:not(.is-list-view){
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
    justify-items: stretch !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 16px 0 0 !important;
  }

  html body #product-category.tkc-page .tkc-content #product-list.tkc-products:not(.is-list-view) > .tkc-product,html body #product-category.tkc-page .tkc-content #product-list.tkc-products:not(.is-list-view) > .tkc-product > .tk-product-card{
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body #product-category.tkc-page .tkc-content #product-list.tkc-products:not(.is-list-view){
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: stretch !important;
  }
}
@media (min-width: 992px) {
  html body #product-category.tkc-page .tkc-toolbar{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html body #product-category.tkc-page .tkc-sort-tabs{
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
    min-width: 0 !important;
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
  }

  html body #product-category.tkc-page .tkc-sort-tabs::-webkit-scrollbar{
    display: none !important;
  }

  html body #product-category.tkc-page .tkc-sort-tabs > a{
    flex: 0 0 auto !important;
    min-width: max-content !important;
    padding: 0 10px !important;
    white-space: nowrap !important;
  }

  html body #product-category.tkc-page .tkc-toolbar-actions{
    position: relative !important;
    z-index: 2 !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    background: #fff !important;
  }
}
@media (min-width: 992px) {
  html body #product-category.tkc-page .tkc-layout{
    align-items: start !important;
    overflow: visible !important;
  }

  html body #product-category.tkc-page aside#tkc-sidebar.tkc-sidebar,html body #product-category.tkc-page aside#tkc-sidebar.tkc-sidebar-minimal{
    position: sticky !important;
    top: 18px !important;
    align-self: start !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  html body #product-category.tkc-page aside.tkc-ad-rail{
    position: sticky !important;
    top: 18px !important;
    align-self: start !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
  }
}
@media (max-width: 991.98px) {
  html body #product-category.tkc-page aside#tkc-sidebar.tkc-sidebar,html body #product-category.tkc-page aside#tkc-sidebar.tkc-sidebar-minimal{
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow-y: auto !important;
  }
}
@media (min-width: 992px) {
  html body #product-category.tkc-page .tkc-layout{
    align-items: stretch !important;
    overflow: visible !important;
  }

  html body #product-category.tkc-page aside#tkc-sidebar.tkc-sidebar,html body #product-category.tkc-page aside.tkc-ad-rail{
    position: relative !important;
    top: auto !important;
    align-self: stretch !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
  }

  html body #product-category.tkc-page .tkc-sticky-inner{
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 18px !important;
    align-self: flex-start !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
    will-change: auto !important;
  }

  html body #product-category.tkc-page .tkc-ad-sticky{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}
@media (max-width: 991.98px) {
  html body #product-category.tkc-page .tkc-sticky-inner{
    position: static !important;
    top: auto !important;
  }
}
@media (min-width: 992px) {

  html body main#product-category.tkc-page,html body #product-category > .tkc-shell,html body #product-category .tkc-layout{
    overflow: visible !important;
    transform: none !important;
    contain: none !important;
  }

  html body #product-category .tkc-layout{
    align-items: stretch !important;
  }

  html body #product-category aside#tkc-sidebar.tkc-sidebar,html body #product-category aside.tkc-ad-rail{
    position: relative !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 100% !important;
    overflow: visible !important;
    transform: none !important;
    contain: none !important;
  }

  html body #product-category .tkc-sidebar-sticky,html body #product-category .tkc-ad-sticky{
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 18px !important;
    z-index: 8 !important;
    width: 100% !important;
    height: max-content !important;
    max-height: calc(100vh - 36px) !important;
    overflow: visible !important;
    transform: none !important;
    contain: none !important;
  }

  html body #product-category .tkc-ad-sticky{
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
}
@media (min-width: 1200px) {
  html body #product-category .tkc-sidebar-sticky,html body #product-category .tkc-ad-sticky,html body #product-category .tkc-sticky-inner{
    top: 82px !important;
  }
}
@media (min-width: 992px) {
  html body #product-category.tkc-page > .tkc-shell,html body main#product-category.tkc-page > .tkc-shell{
    width: 85% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    zoom: 1 !important;
    transform: none !important;
  }
}
@media (max-width: 991.98px) {
  html body #product-category.tkc-page > .tkc-shell,html body main#product-category.tkc-page > .tkc-shell{
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    zoom: 1 !important;
    transform: none !important;
  }
}
@media (max-width: 767.98px) {
  #product-category .tkc-products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  #product-category .tkc-products.is-list-view,#product-category .tkc-products.is-single-column{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  #product-category .tkc-product{min-width:0!important}
  #product-category .tkc-product .tk-product-card{height:100%!important;border-radius:12px!important}
  #product-category .tkc-product .tk-product-description{display:none!important}
  #product-category .tkc-product .tk-product-image{aspect-ratio:1/1!important;height:auto!important}
  #product-category .tkc-product .tk-product-title,#product-category .tkc-product h4{font-size:12px!important;line-height:1.35!important}
  #product-category .tkc-product .tk-add-cart{font-size:10px!important;padding:0 6px!important}
  #product-category .tkc-pagination{display:none!important}
  #product-category .tkc-infinite-sentinel{height:42px;display:grid;place-items:center}
  #product-category .tkc-infinite-sentinel.is-loading:after{content:'';width:22px;height:22px;border:2px solid #dbe2ea;border-top-color:#1d64d8;border-radius:50%;animation:tkc-spin .7s linear infinite}
  #product-category .tkc-mobile-tools{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;gap:6px!important}
  #product-category .tkc-mobile-tools button{background:#fff!important;color:#0f172a!important;border:1px solid #dbe3ee!important;box-shadow:none!important;border-radius:10px!important}
  #product-category .tkc-mobile-tools button:active{background:#f8fafc!important}
  #product-category .tkc-sidebar{z-index:1600!important}
  body.tkc-sidebar-open .tkc-backdrop{display:block!important;opacity:1!important;visibility:visible!important;z-index:1590!important}
}
/* Mobil kategori yerleşimi */
@media (max-width: 991.98px) {
  html body main#product-category.tkc-page {
    animation: none !important;
    transform: none !important;
    contain: none !important;
    overflow: visible !important;
  }
  html body #product-category aside#tkc-sidebar.tkc-sidebar {
    position: fixed !important;
    inset: 0 auto 0 0 !important;
    display: block !important;
    width: min(88vw, 390px) !important;
    min-width: 0 !important;
    max-width: 390px !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 0 16px calc(22px + env(safe-area-inset-bottom)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 0 !important;
    border-radius: 0 18px 18px 0 !important;
    background: #fff !important;
    color: #111827 !important;
    box-shadow: 18px 0 48px rgba(15, 23, 42, .16) !important;
    transform: translate3d(-105%, 0, 0) !important;
    transition: transform .24s cubic-bezier(.22, .61, .36, 1) !important;
    visibility: visible !important;
    z-index: 12020 !important;
    isolation: isolate !important;
  }

  html body #product-category aside#tkc-sidebar.tkc-sidebar.is-open {
    transform: translate3d(0, 0, 0) !important;
  }

  html body #product-category .tkc-sidebar-head {
    position: sticky !important;
    top: 0 !important;
    z-index: 4 !important;
    display: flex !important;
    min-height: 68px !important;
    margin: 0 -16px 14px !important;
    padding: 10px 16px !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #e8edf3 !important;
    background: rgba(255, 255, 255, .97) !important;
    color: #111827 !important;
    backdrop-filter: blur(12px) !important;
  }

  html body #product-category .tkc-sidebar-head strong {
    color: #111827 !important;
    font-size: 19px !important;
    font-weight: 850 !important;
  }

  html body #product-category .tkc-sidebar-head button {
    display: grid !important;
    place-items: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    padding: 0 !important;
    border: 1px solid #e5eaf1 !important;
    border-radius: 11px !important;
    background: #fff !important;
    color: #475569 !important;
    box-shadow: none !important;
  }

  html body #product-category .tkc-side-content,html body #product-category .tkc-side-content > *,html body #product-category .tkc-side-content .card,html body #product-category .tkc-side-content .list-group,html body #product-category .tkc-side-content .tkc-category-box {
    max-width: 100% !important;
    background: #fff !important;
    color: #111827 !important;
    box-shadow: none !important;
  }

  html body #product-category .tkc-side-content .card-header,html body #product-category .tkc-side-content .tkc-box-title {
    background: #fff !important;
    color: #111827 !important;
  }

  html body #product-category .tkc-side-content label,html body #product-category .tkc-side-content .form-check-label {
    color: #334155 !important;
  }

  html body #product-category #button-filter,html body #product-category [data-tkc-filter-apply] {
    width: 100% !important;
    min-height: 46px !important;
    margin-top: 14px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #f97316 !important;
    color: #fff !important;
    font-weight: 850 !important;
    box-shadow: none !important;
  }

  html body #product-category .tkc-backdrop {
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    width: 100vw !important;
    height: 100dvh !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(15, 23, 42, .42) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .2s ease, visibility .2s ease !important;
    z-index: 12010 !important;
  }

  html body.tkc-sidebar-open #product-category .tkc-backdrop {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body.tkc-sidebar-open {
    overflow: hidden !important;
  }
}
@media (max-width: 767.98px) {
  html body #product-category.tkc-page .tkc-content #product-list.tkc-products,html body #product-category.tkc-page .tkc-content #product-list.tkc-products.is-list-view,html body #product-category.tkc-page .tkc-content #product-list.tkc-products.is-single-column {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body #product-category #product-list > .tkc-product,html body #product-category #product-list > .tkc-product > .tk-product-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
  }

  html body #product-category #product-list .tk-product-card {
    border: 1px solid #e8edf3 !important;
    border-radius: 13px !important;
    background: #fff !important;
    box-shadow: 0 3px 12px rgba(15, 23, 42, .045) !important;
    overflow: hidden !important;
  }

  html body #product-category #product-list .tk-product-media {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
    padding: 6px !important;
  }

  html body #product-category #product-list .tk-product-image,html body #product-category #product-list .tk-product-image > a {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  html body #product-category #product-list .tk-product-content {
    padding: 9px !important;
  }

  html body #product-category #product-list .tk-product-brand {
    margin-bottom: 3px !important;
    font-size: 9px !important;
  }

  html body #product-category #product-list .tk-product-content h4 {
    display: -webkit-box !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 0 7px !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 12px !important;
    line-height: 16px !important;
  }

  html body #product-category #product-list .tk-product-price {
    min-height: 21px !important;
    margin: 0 0 8px !important;
  }

  html body #product-category #product-list .tk-product-price .price-new {
    font-size: 14px !important;
  }

  html body #product-category #product-list form.tk-card-actions > .tk-add-cart {
    height: 36px !important;
    min-height: 36px !important;
    padding: 0 5px !important;
    gap: 5px !important;
    border-radius: 9px !important;
    font-size: 9px !important;
  }

  html body #product-category #product-list .tk-product-floating-actions {
    top: 7px !important;
    right: 7px !important;
    gap: 5px !important;
  }

  html body #product-category #product-list .tk-floating-action {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border-radius: 9px !important;
    font-size: 11px !important;
  }

  html body #product-category #product-list .tk-product-labels {
    top: 7px !important;
    left: 7px !important;
  }

  html body #product-category #product-list .tk-product-badge {
    padding: 4px 6px !important;
    font-size: 7px !important;
  }
}
/* Mobil iki sütun kart garantisi */
@media (max-width: 767.98px) {
  html body main#product-category.tkc-page section.tkc-content div#product-list.tkc-products,html body main#product-category.tkc-page section.tkc-content div#product-list.tkc-products.is-list-view,html body main#product-category.tkc-page section.tkc-content div#product-list.tkc-products.is-single-column {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    align-items: stretch !important;
    justify-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body main#product-category.tkc-page section.tkc-content div#product-list.tkc-products > div.tkc-product {
    grid-column: auto !important;
    grid-row: auto !important;
    float: none !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html body main#product-category.tkc-page #product-list > .tkc-product > .product-thumb,html body main#product-category.tkc-page #product-list > .tkc-product > .tk-product-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100% !important;
  }
}
/* Canlı kategori filtreleri */
#product-category .tkc-live-filter{display:none;gap:14px;margin:14px 0 8px}
#product-category .has-mobile-live-filter>.tkc-sticky-inner>.tkc-sidebar-clear{display:none!important}
#product-category .tkc-filter-group{min-width:0;margin:0;padding:0 0 13px;border:0;border-bottom:1px solid #e8edf3}
#product-category .tkc-filter-group legend{display:block;width:100%;margin:0 0 9px;padding:0;color:#111827;font-size:13px;font-weight:900}
#product-category .tkc-filter-options{display:grid;gap:7px;max-height:190px;overflow:auto;padding-right:3px;scrollbar-width:thin}
#product-category .tkc-filter-options label{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:30px;margin:0;color:#344155;font-size:12px;font-weight:650;cursor:pointer}
#product-category .tkc-filter-options input{width:16px;height:16px;margin:0;accent-color:#ff6b00}
#product-category .tkc-filter-options small{color:#8b96a7;font-size:10px;font-weight:700}
#product-category .tkc-filter-feedback{margin:0;padding:9px 10px;border-radius:9px;background:#f7f9fc;color:#5d6b80;font-size:10px;font-weight:800;text-align:center}
#product-category .tkc-live-empty{display:grid;place-items:center;gap:7px;margin:16px 0;padding:28px 16px;border:1px solid #e4e9f0;border-radius:14px;background:#fff;color:#738096;text-align:center}
#product-category .tkc-live-empty[hidden]{display:none!important}
#product-category .tkc-live-empty i{font-size:24px;color:#ff6b00}
#product-category .tkc-live-empty strong{color:#17243c;font-size:14px}
#product-category .tkc-live-empty span{font-size:11px}
#product-category .tkc-desktop-category-menu{display:block;margin:15px 6px 8px;padding:14px 14px 10px;border:1px solid #e5e9ef;border-radius:14px;background:#fff}
#product-category .tkc-desktop-category-menu h3{display:flex;align-items:center;gap:8px;margin:0 0 8px;padding:0 0 11px;border-bottom:1px solid #edf0f4;color:#17243c;font-size:14px;font-weight:900}
#product-category .tkc-desktop-category-menu h3 i{color:#ff6b00;font-size:12px}
#product-category .tkc-desktop-category-menu ul{list-style:none;margin:0;padding:0}
#product-category .tkc-desktop-category-menu li{margin:0;padding:0}
#product-category .tkc-desktop-category-menu a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:35px;padding:6px 3px;border-bottom:1px solid #f1f3f6;color:#344155!important;font-size:12px;font-weight:750;text-decoration:none!important}
#product-category .tkc-desktop-category-menu a:hover,#product-category .tkc-desktop-category-menu li.is-active>a{color:#ff6b00!important}
#product-category .tkc-desktop-category-menu a>i{flex:0 0 auto;color:#98a2b3;font-size:8px}
#product-category .tkc-desktop-category-menu li>ul{padding:2px 0 5px 12px}
#product-category .tkc-desktop-category-menu li>ul a{min-height:30px;border-bottom:0;color:#667085!important;font-size:11px;font-weight:650}
#product-category .tkc-desktop-category-menu li>ul li>ul{padding-left:11px;border-left:1px solid #edf0f4}
body.tkc-sort-open{overflow:hidden!important;background:#fff!important}
body>.tkc-sort-backdrop{background:rgba(15,23,42,.48)!important;box-shadow:none!important}
body>.tkc-sort-sheet{background:#fff!important;color:#17243c!important}
@media(max-width:767.98px){
  #product-category #product-list.is-single-column{grid-template-columns:minmax(0,1fr)!important}
  #product-category #product-list.is-single-column>.tkc-product{width:auto!important;max-width:none!important}
  #product-category #product-list.is-single-column .tk-product-image{min-height:250px!important}
  #product-category #product-list.is-single-column .tk-product-description{display:block!important}
  #product-category .tkc-sidebar .tkc-live-filter{display:grid;padding-bottom:8px}
  #product-category .has-mobile-live-filter>.tkc-sticky-inner>.tkc-side-content{display:none!important}
  #product-category .has-mobile-live-filter>.tkc-sticky-inner>.tkc-sidebar-clear{display:block!important}
}
@media(max-width:991.98px){
  #product-category .tkc-desktop-category-menu{display:none!important}
}
