/* Tara 1.6.0 — shop filters, account dashboard and local avatar UI. */
.tara-shop-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:26px;align-items:start;width:100%;max-width:var(--tara-content);margin-inline:auto;padding-inline:20px}.tara-shop-layout--no-sidebar{grid-template-columns:minmax(0,1fr)}
.tara-shop-results{min-width:0}
.tara-shop-sidebar{position:sticky;top:72px;max-height:calc(100vh - 92px);overflow:auto;border:1px solid var(--tara-border);border-radius:18px;background:var(--tara-surface);box-shadow:var(--tara-shadow-sm);scrollbar-width:thin}
.admin-bar .tara-shop-sidebar{top:104px;max-height:calc(100vh - 124px)}
.tara-filter-head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px 13px;border-bottom:1px solid var(--tara-border)}
.tara-filter-head strong{color:var(--tara-secondary);font-size:.98rem;font-weight:900}
.tara-filter-head button{display:none;width:36px;height:36px;border:0;border-radius:10px;background:#f1f4f8;color:var(--tara-secondary);font-size:24px;line-height:1;cursor:pointer}
.tara-filter-panel{margin:0;border-bottom:1px solid var(--tara-border)}
.tara-filter-panel:last-child{border-bottom:0}
.tara-filter-panel>summary{position:relative;display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:13px 18px;color:var(--tara-text);font-size:.84rem;font-weight:850;cursor:pointer;list-style:none;user-select:none}
.tara-filter-panel>summary::-webkit-details-marker{display:none}
.tara-filter-panel>summary::after{content:"+";display:grid;place-items:center;width:23px;height:23px;border-radius:7px;background:#f1f5fa;color:var(--tara-primary);font-size:17px;font-weight:500;transition:transform .18s ease,background-color .18s ease}
.tara-filter-panel[open]>summary::after{content:"−";background:color-mix(in srgb,var(--tara-primary) 12%,#fff)}
.tara-filter-content{padding:0 17px 17px;animation:tara-filter-reveal .18s ease}
@keyframes tara-filter-reveal{from{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}
.tara-filter-content ul{max-height:250px;overflow:auto;list-style:none;margin:0;padding:0 0 0 3px;scrollbar-width:thin}
.tara-filter-content li+li{margin-top:3px}
.tara-filter-content li a{display:flex;align-items:center;justify-content:space-between;gap:9px;min-height:34px;padding:6px 8px;border-radius:9px;color:#566176;text-decoration:none;font-size:.76rem;transition:.16s}
.tara-filter-content li a:hover,.tara-filter-content li a.is-active{background:color-mix(in srgb,var(--tara-primary) 9%,transparent);color:var(--tara-primary)}
.tara-filter-content li a.is-active span::before{content:"✓";margin-left:6px;font-weight:900}
.tara-filter-content li small{display:grid;place-items:center;min-width:24px;height:22px;padding-inline:5px;border-radius:7px;background:#f2f5f9;color:#7a8495;font-size:.65rem}
.tara-filter-subgroup+.tara-filter-subgroup{margin-top:16px;padding-top:14px;border-top:1px dashed #e3e8ef}
.tara-filter-subgroup h4{margin:0 0 7px;color:var(--tara-secondary);font-size:.75rem;font-weight:850}
.tara-filter-empty{margin:0;color:#7a8495;font-size:.72rem;line-height:1.8}
.tara-price-filter{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.tara-price-filter label span{display:block;margin-bottom:5px;color:#6b7587;font-size:.68rem;font-weight:700}
.tara-price-filter input{width:100%;height:40px;margin:0;padding:6px 9px;border:1px solid #dce3ec;border-radius:10px;background:#fff;color:var(--tara-text);font:inherit;font-size:.73rem;box-shadow:none}
.tara-price-filter input:focus{border-color:#9db7da;outline:0;box-shadow:0 0 0 3px rgba(33,91,170,.08)}
.tara-price-filter button{grid-column:1/-1;min-height:40px;border:0;border-radius:10px;background:var(--tara-primary);color:#fff;font:inherit;font-size:.75rem;font-weight:850;cursor:pointer}
.tara-filter-switches{display:grid;gap:7px}
.tara-filter-switches a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:38px;padding:6px 8px;color:#566176;text-decoration:none;font-size:.76rem}
.tara-filter-switches i{position:relative;width:38px;height:22px;border-radius:20px;background:#d8dee7;transition:.18s}
.tara-filter-switches i::after{content:"";position:absolute;top:3px;right:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:.18s}
.tara-filter-switches a.is-active{color:var(--tara-primary);font-weight:800}
.tara-filter-switches a.is-active i{background:var(--tara-primary)}
.tara-filter-switches a.is-active i::after{transform:translateX(-16px)}
.tara-filter-open{display:none}
.tara-filter-backdrop{display:none}

.tara-active-filters{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:0 0 12px;padding:12px 14px;border:1px solid #dfe7f1;border-radius:14px;background:#f8fbff}
.tara-active-title{margin-left:2px;color:var(--tara-secondary);font-size:.75rem;font-weight:850}
.tara-active-filters>a{display:inline-flex;align-items:center;gap:7px;min-height:31px;padding:5px 9px;border:1px solid #d8e3f1;border-radius:9px;background:#fff;color:#42516a;text-decoration:none;font-size:.69rem;font-weight:700}
.tara-active-filters>a:hover{border-color:#b9cce4;color:var(--tara-primary)}
.tara-active-filters>a b{color:#9b5d63;font-size:15px;font-weight:500;line-height:1}
.tara-active-filters .tara-clear-filters{margin-right:auto;border-color:transparent;background:transparent;color:#a33f49;font-weight:800}

.tara-shop-toolbar{display:flex;justify-content:flex-end;align-items:center;gap:14px;margin:0 0 20px;padding:13px 15px;border:1px solid var(--tara-border);border-radius:15px;background:var(--tara-surface);box-shadow:0 6px 20px rgba(35,51,78,.045)}
.tara-shop-total{display:flex;align-items:baseline;gap:6px;white-space:nowrap}
.tara-shop-total strong{color:var(--tara-primary);font-size:1.18rem;font-weight:950}
.tara-shop-total span{color:#687386;font-size:.72rem;font-weight:750}
.tara-shop-result-count .woocommerce-result-count{float:none!important;margin:0!important;color:#7a8495;font-size:.7rem!important}
.tara-shop-ordering{display:flex;align-items:center;gap:8px;white-space:nowrap}
.tara-shop-ordering>span{color:#687386;font-size:.72rem;font-weight:750}
.tara-shop-ordering .woocommerce-ordering{float:none!important;margin:0!important}
.tara-shop-ordering select{min-width:148px;height:42px;margin:0;padding:6px 10px;border:1px solid #dce3ec;border-radius:10px;background:#fff;color:var(--tara-text);font:inherit;font-size:.73rem;font-weight:700;box-shadow:none}
.tara-shop-results ul.products{grid-template-columns:repeat(var(--tara-shop-desktop-cols,3),minmax(0,1fr))!important}
.tara-shop-results .woocommerce-pagination{clear:both;margin-top:26px}

.tara-account-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin:0 0 22px}
.tara-account-stats article{display:flex;align-items:center;gap:12px;min-height:102px;padding:16px;border:1px solid #dfe6ef;border-radius:16px;background:linear-gradient(145deg,#fff,#f8faff);box-shadow:0 7px 24px rgba(33,55,88,.05)}
.tara-stat-icon{display:grid;place-items:center;flex:0 0 43px;width:43px;height:43px;border-radius:13px;background:color-mix(in srgb,var(--tara-primary) 11%,#fff);color:var(--tara-primary)}
.tara-account-stats article:nth-child(2) .tara-stat-icon{background:#ebf8f1;color:#16825b}
.tara-account-stats article:nth-child(3) .tara-stat-icon{background:#fff6e8;color:#b06b08}
.tara-account-stats article div{display:grid;gap:2px}
.tara-account-stats article strong{color:var(--tara-secondary);font-size:1.25rem;font-weight:950;line-height:1.2}
.tara-account-stats article div span{color:#758094;font-size:.7rem;font-weight:750}

.tara-avatar-field{margin:24px 0 18px;padding:18px;border:1px solid #dfe6ef;border-radius:16px;background:#fafcff}
.tara-avatar-field legend{padding-inline:7px;color:var(--tara-secondary);font-size:.9rem;font-weight:900}
.tara-avatar-editor,.tara-admin-avatar-picker{display:flex;align-items:center;gap:17px;flex-wrap:wrap}
.tara-avatar-preview{flex:0 0 96px;width:96px;height:96px;border:4px solid #fff;border-radius:50%;overflow:hidden;background:#eef4fb;box-shadow:0 4px 16px rgba(28,45,72,.12)}
.tara-avatar-preview img{display:block;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;border-radius:50%}
.tara-avatar-upload{display:inline-flex;cursor:pointer}
.tara-avatar-upload span{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:8px 13px;border-radius:11px;background:var(--tara-primary,#215baa);color:#fff;font-size:.76rem;font-weight:850}
.tara-avatar-upload input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.tara-avatar-editor p{margin:8px 0;color:#7a8495;font-size:.67rem}
.tara-avatar-remove{display:inline-flex;align-items:center;gap:6px;color:#a13f49;font-size:.72rem;font-weight:750}
.tara-avatar-remove input{accent-color:#a13f49}
.tara-admin-avatar-picker .description{flex-basis:100%;margin:0!important}
.tara-header-account{overflow:hidden}
.tara-header-account .avatar,.tara-header-account .tara-header-avatar{display:block;width:32px!important;height:32px!important;max-width:none!important;border:2px solid #fff;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px rgba(24,43,72,.12)}

@media(max-width:1100px){
  .tara-shop-layout{grid-template-columns:245px minmax(0,1fr);gap:18px}
  .tara-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .tara-shop-toolbar{display:flex}.tara-shop-ordering{margin-right:auto}
}
@media(max-width:800px){
  .tara-shop-layout{display:block;padding-inline:16px}
  .tara-shop-results ul.products{grid-template-columns:repeat(var(--tara-shop-mobile-cols,2),minmax(0,1fr))!important}
  .tara-filter-open{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:46px;margin:0 0 13px;border:1px solid #d8e2ef;border-radius:13px;background:#fff;color:var(--tara-primary);font:inherit;font-size:.78rem;font-weight:850;cursor:pointer}
  .tara-shop-sidebar{position:fixed;z-index:100002;top:0!important;right:0;width:min(88vw,340px);height:100dvh;max-height:none!important;border:0;border-radius:0;box-shadow:-12px 0 40px rgba(19,31,52,.2);transform:translateX(105%);visibility:hidden;transition:transform .24s ease,visibility .24s ease}
  .admin-bar .tara-shop-sidebar{top:46px!important;height:calc(100dvh - 46px)}
  .tara-shop-sidebar.is-open{transform:none;visibility:visible}
  .tara-filter-head{position:sticky;z-index:2;top:0;background:#fff}
  .tara-filter-head button{display:grid;place-items:center}
  .tara-filter-backdrop{position:fixed;z-index:100001;inset:0;display:block;background:rgba(19,29,48,.45);backdrop-filter:blur(2px)}
  body.tara-filter-opened{overflow:hidden}
  .tara-shop-toolbar{display:flex;margin-bottom:14px;padding:10px 11px}
  .tara-shop-ordering{margin-right:auto}
  .tara-shop-ordering>span{display:none}
  .tara-shop-ordering select{min-width:138px;height:40px}
  .tara-active-filters{padding:10px}
  .tara-active-title{flex-basis:100%}
  .tara-account-stats{grid-template-columns:1fr}
  .tara-account-stats article{min-height:84px}
}
@media(max-width:520px){
  .tara-shop-results ul.products{grid-template-columns:repeat(var(--tara-shop-mobile-cols,2),minmax(0,1fr))!important;gap:9px!important}
  .tara-shop-total span{display:none}
  .tara-shop-total strong{font-size:1rem}
  .tara-shop-ordering select{min-width:0;width:145px;max-width:53vw;font-size:.68rem}
  .tara-active-filters .tara-clear-filters{flex-basis:100%;justify-content:center;margin:2px 0 0}
  .tara-avatar-editor{align-items:flex-start}.tara-avatar-preview{width:78px;height:78px;flex-basis:78px}
}
@media(prefers-reduced-motion:reduce){.tara-shop-sidebar,.tara-filter-panel>summary::after,.tara-filter-content{transition:none!important;animation:none!important}}

/* Tara 2.1 — widget-managed shop sidebar + dual-handle price range. */
.tara-shop-widget-stack{display:block}
.tara-shop-widget{margin:0;padding:16px 17px 17px;border:0;border-bottom:1px solid var(--tara-border);background:transparent}
.tara-shop-widget:last-child{border-bottom:0}
.tara-shop-widget-title{margin:0 0 13px;color:var(--tara-text);font-size:.84rem;font-weight:900;line-height:1.6}
.tara-shop-widget ul{max-height:270px;overflow:auto;list-style:none;margin:0;padding:0 0 0 3px;scrollbar-width:thin}
.tara-shop-widget li+li{margin-top:3px}
.tara-shop-widget li a,.tara-shop-widget .tara-filter-subgroup li a{display:flex;align-items:center;justify-content:space-between;gap:9px;min-height:35px;padding:6px 8px;border-radius:9px;color:#566176;text-decoration:none;font-size:.76rem;transition:background-color .16s ease,color .16s ease}
.tara-shop-widget li a:hover,.tara-shop-widget li a.is-active,.tara-shop-widget .tara-filter-subgroup li a:hover,.tara-shop-widget .tara-filter-subgroup li a.is-active{background:color-mix(in srgb,var(--tara-primary) 9%,transparent);color:var(--tara-primary)}
.tara-shop-widget li a.is-active span::before,.tara-shop-widget .tara-filter-subgroup li a.is-active span::before{content:"✓";margin-left:6px;font-weight:900}
.tara-shop-widget li small{display:grid;place-items:center;min-width:24px;height:22px;padding-inline:5px;border-radius:7px;background:#f2f5f9;color:#7a8495;font-size:.65rem}
.tara-shop-widget .tara-filter-subgroup{margin:0;padding:0;border:0}
.tara-shop-widget .tara-filter-subgroup h4{display:none}
.tara-shop-widget .tara-filter-switches{padding:0}

.tara-price-range-widget{display:block;margin:0}
.tara-price-range-slider{--tara-price-min:0%;--tara-price-max:100%;position:relative;height:30px;margin:5px 3px 8px;direction:ltr}
.tara-price-range-track{position:absolute;top:50%;right:0;left:0;height:6px;border-radius:999px;background:#e3e9f1;transform:translateY(-50%);overflow:hidden}
.tara-price-range-track i{position:absolute;top:0;bottom:0;left:var(--tara-price-min);right:calc(100% - var(--tara-price-max));border-radius:inherit;background:linear-gradient(90deg,#215baa,#4d8ee5)}
.tara-price-range-input{position:absolute;inset:0;width:100%;height:30px;margin:0;padding:0;border:0!important;background:transparent!important;box-shadow:none!important;appearance:none;-webkit-appearance:none;pointer-events:none;direction:ltr}
.tara-price-range-input::-webkit-slider-runnable-track{height:6px;background:transparent;border:0}
.tara-price-range-input::-webkit-slider-thumb{width:20px;height:20px;margin-top:-7px;border:3px solid #fff;border-radius:50%;background:var(--tara-primary);box-shadow:0 2px 8px rgba(33,91,170,.28);appearance:none;-webkit-appearance:none;pointer-events:auto;cursor:grab}
.tara-price-range-input::-moz-range-track{height:6px;background:transparent;border:0}
.tara-price-range-input::-moz-range-thumb{width:14px;height:14px;border:3px solid #fff;border-radius:50%;background:var(--tara-primary);box-shadow:0 2px 8px rgba(33,91,170,.28);pointer-events:auto;cursor:grab}
.tara-price-range-input:focus{outline:0!important}.tara-price-range-input:focus::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(33,91,170,.13),0 2px 8px rgba(33,91,170,.28)}
.tara-price-range-values{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 10px}
.tara-price-range-values>div{min-width:0;padding:8px 9px;border:1px solid #e3e8ef;border-radius:10px;background:#fafbfd}
.tara-price-range-values span{display:block;margin-bottom:2px;color:#8a94a3;font-size:.62rem;font-weight:750}
.tara-price-range-values strong{display:block;overflow:hidden;color:#404c61;font-size:.7rem;font-weight:850;line-height:1.65;white-space:nowrap;text-overflow:ellipsis}
.tara-price-range-submit{width:100%;min-height:40px!important;padding:7px 11px!important;border:1px solid var(--tara-primary)!important;border-radius:10px!important;background:var(--tara-primary)!important;color:#fff!important;font-size:.73rem!important;font-weight:850!important;box-shadow:none!important}
.tara-price-range-submit:hover{border-color:var(--tara-secondary)!important;background:var(--tara-secondary)!important}

/* Also make native WooCommerce widgets presentable if the user adds them manually. */
.tara-shop-sidebar .widget_price_filter .price_slider_wrapper{padding-top:5px}
.tara-shop-sidebar .widget_price_filter .ui-slider{position:relative;height:6px;margin:12px 6px 20px;border-radius:999px;background:#e3e9f1}
.tara-shop-sidebar .widget_price_filter .ui-slider-range{position:absolute;height:100%;border-radius:999px;background:var(--tara-primary)}
.tara-shop-sidebar .widget_price_filter .ui-slider-handle{position:absolute;top:50%;width:18px;height:18px;margin-top:-9px;border:3px solid #fff;border-radius:50%;background:var(--tara-primary);box-shadow:0 2px 8px rgba(33,91,170,.25);cursor:ew-resize}
.tara-shop-sidebar .widget_price_filter .price_slider_amount{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;font-size:.7rem}
.tara-shop-sidebar .widget_price_filter .button{min-height:38px!important;padding:6px 11px!important;font-size:.7rem!important}
.tara-shop-sidebar .widget_layered_nav ul,.tara-shop-sidebar .widget_product_categories ul{list-style:none;margin:0;padding:0}

@media(max-width:800px){
  .tara-shop-widget{padding:15px 17px 16px}
  .tara-shop-widget-title{font-size:.86rem}
  .tara-price-range-input::-webkit-slider-thumb{width:22px;height:22px;margin-top:-8px}
}

/* Tara 2.2.6 — hierarchical categories, compact count and AJAX product search. */
.tara-shop-widget .tara-category-links.children{max-height:none;overflow:visible;margin:3px 10px 1px 0;padding-right:9px;border-right:1px solid #e4eaf2}
.tara-shop-widget .tara-category-links.children li a{min-height:31px;font-size:.72rem;color:#687386}
.tara-shop-widget .tara-category-links.children .children{margin-right:8px}
.tara-shop-result-summary{display:flex;align-items:center;gap:4px;margin-left:auto;color:#7a8495;font-size:.74rem;font-weight:700;white-space:nowrap}
.tara-shop-result-summary strong{color:var(--tara-primary);font-size:.8rem;font-weight:900}
.tara-shop-search{display:block;margin:0}
.tara-shop-search-control{display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;overflow:hidden;border:1px solid #d9e2ee;border-radius:11px;background:#fff;transition:border-color .18s,box-shadow .18s}
.tara-shop-search-control:focus-within{border-color:color-mix(in srgb,var(--tara-primary) 55%,#fff);box-shadow:0 0 0 3px color-mix(in srgb,var(--tara-primary) 9%,transparent)}
.tara-shop-search-control input{width:100%;height:42px;margin:0;padding:8px 11px;border:0!important;outline:0!important;background:transparent!important;color:var(--tara-text);font:inherit;font-size:.73rem;box-shadow:none!important}
.tara-shop-search-control button{display:grid;place-items:center;width:40px;height:42px;padding:0;border:0;background:transparent;color:var(--tara-primary);cursor:pointer}
.tara-shop-search-control button .tara-icon{width:18px;height:18px}
.tara-shop-search-status{min-height:18px;margin-top:5px;color:#7b8698;font-size:.65rem;line-height:1.6}
.tara-shop-search.is-loading .tara-shop-search-control{opacity:.72}
.tara-shop-results[aria-busy="true"]{opacity:.58;transition:opacity .15s}
@media(max-width:800px){.tara-shop-result-summary{margin-left:0;margin-right:0}.tara-shop-toolbar{justify-content:space-between;gap:8px}}


/* Tara 2.3.2 — standard category checkboxes + polished RTL accordion. */
@media(min-width:801px){
  .tara-shop-sidebar{max-height:none!important;overflow:visible!important;scrollbar-width:auto}
  .admin-bar .tara-shop-sidebar{max-height:none!important}
}
.tara-filter-content ul,.tara-shop-widget ul{max-height:none!important;overflow:visible!important;scrollbar-width:auto}
.tara-category-checklist{margin:0!important;padding:0!important;list-style:none!important}
.tara-category-checklist.children{margin:2px 0 7px!important;padding-inline-start:22px!important;border:0!important;overflow:hidden;opacity:1}
.tara-category-checklist.children[hidden]{display:none!important}
.tara-category-checklist-item{margin:0!important;padding:0!important;list-style:none!important}
.tara-category-checklist-row{display:flex;align-items:center;gap:8px;min-height:38px;padding:4px 5px;color:inherit;background:transparent;border-bottom:1px solid rgba(8,26,46,.055);border-radius:7px;transition:background-color .16s ease,border-color .16s ease}
.tara-category-checklist-item:last-child>.tara-category-checklist-row{border-bottom-color:transparent}
.tara-category-checklist-item.has-children>.tara-category-checklist-row:hover{background:rgba(33,91,170,.045);border-bottom-color:rgba(33,91,170,.09)}
.tara-category-checklist-item.has-children>.tara-category-checklist-row{cursor:pointer}
.tara-category-checklist-item.has-children>.tara-category-checklist-row label,.tara-category-checklist-item.has-children>.tara-category-checklist-row input,.tara-category-checklist-item.has-children>.tara-category-checklist-row button{cursor:pointer}
.tara-category-native-checkbox{position:static!important;display:inline-block!important;width:16px!important;height:16px!important;min-width:16px!important;margin:0!important;padding:0!important;opacity:1!important;appearance:auto!important;-webkit-appearance:checkbox!important;accent-color:#215BAA;box-shadow:none!important;transform:none!important;cursor:pointer}
.tara-category-checklist-row label{display:inline!important;flex:0 1 auto;margin:0!important;padding:0!important;color:#334155!important;font:inherit!important;font-size:.8rem!important;font-weight:400!important;line-height:1.7!important;cursor:pointer;text-decoration:none!important}
.tara-category-checklist-item.has-children>.tara-category-checklist-row>label{font-weight:600!important;color:#1f2d3d!important}
.tara-category-native-count{margin:0;color:#98a1ad;font-size:.68rem;font-weight:400;white-space:nowrap}
.tara-category-accordion-toggle{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;min-width:28px!important;margin-inline-start:auto!important;padding:0!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#66758a!important;box-shadow:none!important;line-height:1!important;transition:color .16s ease,background-color .16s ease!important}
.tara-category-accordion-toggle:hover,.tara-category-accordion-toggle:focus-visible{background:rgba(33,91,170,.06)!important;color:#215BAA!important;box-shadow:none!important;outline:none!important}
.tara-category-accordion-toggle span{display:block;width:8px;height:8px;border-left:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(-45deg);transform-origin:center;transition:transform .18s ease}
.tara-category-accordion-toggle[aria-expanded="true"]{color:#215BAA!important}
.tara-category-accordion-toggle[aria-expanded="true"] span{transform:rotate(135deg)}
.tara-category-checklist-item.is-open>.tara-category-checklist-row{background:rgba(33,91,170,.035)}
.tara-category-checklist.children.is-animating{will-change:height,opacity}
.tara-shop-search-control button{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:0!important;text-align:center!important}
.tara-shop-search-control button svg,.tara-shop-search-control button .tara-icon{display:block!important;width:18px!important;height:18px!important;margin:auto!important;flex:0 0 18px}
@media(prefers-reduced-motion:reduce){
  .tara-category-accordion-toggle,.tara-category-accordion-toggle span,.tara-category-checklist-row{transition:none!important}
}
@media(max-width:800px){
  .tara-shop-sidebar{overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch}
  .tara-category-checklist.children{padding-inline-start:19px!important}
  .tara-category-checklist-row{min-height:42px;padding:5px 4px}
  .tara-category-native-checkbox{width:18px!important;height:18px!important;min-width:18px!important}
  .tara-category-checklist-row label{font-size:.82rem!important}
  .tara-category-accordion-toggle{width:34px!important;height:34px!important;min-width:34px!important}
}


/* Tara 2.4.0 — product search lives in the empty center of the shop toolbar. */
.tara-shop-toolbar{justify-content:space-between;flex-wrap:nowrap}
.tara-shop-result-summary{margin:0;flex:0 0 auto}
.tara-shop-toolbar-search{position:relative;display:flex;align-items:center;gap:10px;flex:1 1 460px;max-width:590px;margin-inline:18px;min-width:220px}
.tara-shop-toolbar-search__label{flex:0 0 auto;color:#4f5d72;font-size:.72rem;font-weight:850;white-space:nowrap}
.tara-shop-toolbar-search .tara-shop-search{position:relative;flex:1 1 auto;min-width:0}
.tara-shop-toolbar-search .tara-shop-search-control{grid-template-columns:minmax(0,1fr) 42px;border-radius:10px;background:#fff}
.tara-shop-toolbar-search .tara-shop-search-control input{height:42px;font-size:.74rem}
.tara-shop-toolbar-search .tara-shop-search-control button{width:42px;height:42px;background:var(--tara-primary);color:#fff;border-radius:9px}
.tara-shop-toolbar-search .tara-shop-search-control button:hover{background:var(--tara-secondary)}
.tara-shop-toolbar-search .tara-shop-search-status{position:absolute;top:calc(100% + 3px);right:3px;left:3px;z-index:3;min-height:0;margin:0;color:#748196;font-size:.62rem;pointer-events:none}
.tara-shop-ordering{flex:0 0 auto;margin:0!important}

@media(max-width:1100px){
  .tara-shop-toolbar-search{margin-inline:10px;flex-basis:340px}
  .tara-shop-toolbar-search__label{display:none}
}
@media(max-width:800px){
  .tara-shop-toolbar{flex-wrap:wrap;gap:10px 8px}
  .tara-shop-toolbar-search{order:-1;flex:1 0 100%;max-width:none;min-width:0;margin:0}
  .tara-shop-toolbar-search__label{display:block}
  .tara-shop-result-summary{margin:0!important}
  .tara-shop-ordering{margin-inline-start:auto!important}
}
@media(max-width:520px){
  .tara-shop-toolbar-search{display:block}
  .tara-shop-toolbar-search__label{display:block;margin:0 0 6px}
  .tara-shop-toolbar-search .tara-shop-search-control input{font-size:.7rem}
}

/* Tara 2.4.1 — search moved to the upper filter row + compact attribute accordions. */
.tara-shop-filterbar{display:flex;align-items:center;gap:16px;flex-wrap:nowrap;margin:0 0 12px;padding:11px 13px;border:1px solid #dfe7f1;border-radius:14px;background:#f8fbff}
.tara-shop-filterbar .tara-active-filters{display:flex;align-items:center;gap:7px;flex:1 1 auto;min-width:0;margin:0;padding:0;border:0;border-radius:0;background:transparent}
.tara-shop-filterbar .tara-active-filters>a{display:inline-flex;align-items:center;gap:7px;min-height:31px;padding:5px 9px;border:1px solid #d8e3f1;border-radius:9px;background:#fff;color:#42516a;text-decoration:none;font-size:.69rem;font-weight:700}
.tara-shop-filterbar .tara-active-filters .tara-clear-filters{margin-right:0;border-color:transparent;background:transparent;color:#a33f49;font-weight:800}
.tara-active-empty{color:#7a8495;font-size:.7rem;font-weight:650;white-space:nowrap}
.tara-shop-filterbar .tara-shop-toolbar-search{display:flex;align-items:center;gap:9px;flex:0 1 430px;max-width:430px;min-width:300px;margin:0}
.tara-shop-filterbar .tara-shop-toolbar-search__label{display:block;flex:0 0 auto;color:#4f5d72;font-size:.72rem;font-weight:850;white-space:nowrap}
.tara-shop-filterbar .tara-shop-toolbar-search .tara-shop-search{position:relative;flex:1 1 auto;min-width:0}
.tara-shop-filterbar .tara-shop-search-control{grid-template-columns:minmax(0,1fr) 42px;border-radius:10px;background:#fff}
.tara-shop-filterbar .tara-shop-search-control input{height:42px;font-size:.74rem}
.tara-shop-filterbar .tara-shop-search-control button{width:42px;height:42px;background:var(--tara-primary);color:#fff;border-radius:9px}
.tara-shop-filterbar .tara-shop-search-control button:hover{background:var(--tara-secondary)}
.tara-shop-filterbar .tara-shop-search-status{position:absolute;top:calc(100% + 3px);right:3px;left:3px;z-index:3;min-height:0;margin:0;color:#748196;font-size:.62rem;pointer-events:none}
.tara-shop-toolbar{justify-content:space-between!important;flex-wrap:nowrap}
.tara-shop-toolbar .tara-shop-result-summary{margin:0!important}
.tara-shop-toolbar .tara-shop-ordering{margin:0!important}

.tara-shop-widget.widget_tara_shop_attribute_filter{padding:0!important}
.tara-attribute-filter{margin:0;border:0;background:transparent}
.tara-attribute-filter>summary{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:56px;padding:14px 17px;color:var(--tara-text);font-size:.82rem;font-weight:900;cursor:pointer;list-style:none;user-select:none}
.tara-attribute-filter>summary::-webkit-details-marker{display:none}
.tara-attribute-filter__meta{display:flex;align-items:center;gap:8px;margin-inline-start:auto}
.tara-attribute-filter__meta b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:color-mix(in srgb,var(--tara-primary) 11%,#fff);color:var(--tara-primary);font-size:.66rem;font-weight:900}
.tara-attribute-filter__meta i{display:block;width:8px;height:8px;border-left:1.8px solid #66758a;border-bottom:1.8px solid #66758a;transform:rotate(-45deg);transition:transform .18s ease}
.tara-attribute-filter[open] .tara-attribute-filter__meta i{transform:rotate(135deg)}
.tara-attribute-filter__body{padding:0 17px 15px;border-top:1px solid rgba(8,26,46,.055)}
.tara-attribute-filter__search{display:flex;align-items:center;gap:7px;height:38px;margin:12px 0 9px;padding:0 10px;border:1px solid #dce4ee;border-radius:9px;background:#fff;color:#7b8798;transition:border-color .16s ease,box-shadow .16s ease}
.tara-attribute-filter__search:focus-within{border-color:#a9c0df;box-shadow:0 0 0 3px rgba(33,91,170,.07)}
.tara-attribute-filter__search .tara-icon{width:16px;height:16px;flex:0 0 16px}
.tara-attribute-filter__search input{width:100%;height:34px;margin:0!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;color:var(--tara-text);font:inherit!important;font-size:.72rem!important;box-shadow:none!important}
.tara-attribute-filter__options ul{max-height:194px!important;overflow-y:auto!important;overflow-x:hidden!important;margin:0!important;padding:0 0 0 3px!important;list-style:none!important;scrollbar-width:thin!important}
.tara-attribute-filter__options li{margin:0!important}
.tara-attribute-filter__options li+li{margin-top:3px!important}
.tara-attribute-filter__options li[hidden]{display:none!important}
.tara-attribute-filter__empty{margin:8px 2px 0;color:#8792a3;font-size:.7rem;line-height:1.8}
.tara-attribute-filter__empty[hidden]{display:none!important}

@media(max-width:1100px){
  .tara-shop-filterbar{flex-wrap:wrap}
  .tara-shop-filterbar .tara-active-filters{flex:1 1 100%}
  .tara-shop-filterbar .tara-shop-toolbar-search{flex:1 1 100%;max-width:520px;min-width:0;margin-inline-start:auto}
}
@media(max-width:800px){
  .tara-shop-filterbar{gap:10px;padding:10px 11px}
  .tara-shop-filterbar .tara-shop-toolbar-search{order:-1;max-width:none;margin:0}
  .tara-shop-filterbar .tara-active-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:thin}
  .tara-shop-filterbar .tara-active-filters>a,.tara-active-title,.tara-active-empty{white-space:nowrap}
  .tara-shop-toolbar{flex-wrap:wrap}
}
@media(max-width:520px){
  .tara-shop-filterbar .tara-shop-toolbar-search{display:block}
  .tara-shop-filterbar .tara-shop-toolbar-search__label{margin:0 0 6px}
}

/* Tara 2.5.6 — remove nested scroll traps from attribute filters. */
.tara-attribute-filter__options ul{max-height:none!important;overflow:visible!important;scrollbar-width:auto!important;padding-left:0!important}
.tara-attribute-filter__options li.is-compact-hidden{display:none!important}
.tara-attribute-filter__more{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:36px;margin:9px 0 0;padding:5px 10px;border:1px solid #dbe5f1;border-radius:9px;background:#f8fbff;color:var(--tara-primary);font:inherit;font-size:.7rem;font-weight:850;cursor:pointer;box-shadow:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease}
.tara-attribute-filter__more:hover,.tara-attribute-filter__more:focus-visible{border-color:#bdd0e8;background:#eef5fd;color:#174c93;outline:0}
.tara-attribute-filter__more i{display:block;width:7px;height:7px;border-left:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(-45deg);transition:transform .16s ease}
.tara-attribute-filter.is-options-expanded .tara-attribute-filter__more i{transform:rotate(135deg)}
.tara-attribute-filter.is-searching .tara-attribute-filter__more{display:none}
@media(max-width:800px){
  .tara-attribute-filter__body{padding-bottom:12px}
  .tara-attribute-filter__more{min-height:40px;font-size:.75rem}
}

.tara-attribute-filter__more[hidden]{display:none!important}


/* Tara 2.5.11 — keep product-category heading and breadcrumb inside the real content width. */
body.tax-product_cat{overflow-x:clip}
.tara-shop-results{min-width:0;max-width:100%}
.tara-shop-results>.woocommerce-breadcrumb,.tara-shop-results>.woocommerce-products-header{box-sizing:border-box;width:100%;max-width:100%;min-width:0;margin-right:0;margin-left:0;overflow-wrap:anywhere}
.tara-shop-results>.woocommerce-breadcrumb{padding-inline:0!important;overflow:hidden}
.tara-shop-results>.woocommerce-breadcrumb>*{max-width:100%}
.tara-shop-results>.woocommerce-products-header .woocommerce-products-header__title,.tara-shop-results>.woocommerce-products-header .page-title{max-width:100%;margin-inline:0;overflow-wrap:anywhere;word-break:normal}
@media(max-width:767px){.tara-shop-results>.woocommerce-breadcrumb{font-size:.72rem}.tara-shop-results>.woocommerce-products-header .woocommerce-products-header__title,.tara-shop-results>.woocommerce-products-header .page-title{font-size:clamp(1.35rem,6vw,1.75rem)!important;line-height:1.55}}

/* Tara 2.6 — reserve the sidebar scrollbar lane so filter accordions never wobble horizontally. */
.tara-shop-sidebar{scrollbar-gutter:stable}
