/* BehzadKala native shop/filter UI — 0.6.29 */
.bk-shop-archive{padding-block:24px 56px}
.bk-shop-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:14px;padding:26px 28px;border:1px solid #dfe9f6;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);box-shadow:0 12px 34px rgba(16,44,84,.045)}
.bk-shop-head__eyebrow,.bk-shop-filter__eyebrow{display:block;margin-bottom:6px;color:#1765dc;font-size:11px;font-weight:900;letter-spacing:.02em}
.bk-shop-head h1{margin:0;color:#0b2855;font-size:clamp(25px,3vw,38px);font-weight:950;line-height:1.55}
.bk-shop-head__description{max-width:830px;margin-top:7px;color:#748198;font-size:13px;line-height:1.9}
.bk-shop-filter-toggle{display:none;min-height:44px;padding:9px 14px;border:1px solid #cadcf4;border-radius:12px;background:#fff;color:#0b2855;font-weight:850}
.bk-shop-filter-toggle span{margin-right:8px;color:#1765dc}
.bk-shop-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}
.bk-shop-chip{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:6px 11px;border:1px solid #cfe0f4;border-radius:999px;background:#fff;color:#315278;font-size:11px;font-weight:800}
.bk-shop-chip b{font-size:16px;line-height:1;color:#8090a7}
.bk-shop-chip--clear{border-color:#d9e4f2;background:#f5f9ff;color:#1765dc}
.bk-shop-layout{display:grid;grid-template-columns:286px minmax(0,1fr);gap:18px;align-items:start}
.bk-shop-sidebar{grid-column:1;grid-row:1;position:sticky;top:18px;min-width:0}
.bk-shop-results{grid-column:2;grid-row:1;min-width:0}
.bk-shop-filter{overflow:hidden;border:1px solid #dbe6f2;border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(18,48,91,.05)}
.bk-shop-filter__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 14px;border-bottom:1px solid #edf2f8}
.bk-shop-filter__head strong{display:block;color:#0b2855;font-size:17px;font-weight:950}
.bk-shop-filter__head a{color:#1765dc;font-size:11px;font-weight:850}
.bk-shop-filter__form{padding:0 14px 14px}
.bk-filter-group{border-bottom:1px solid #edf2f7}
.bk-filter-group:last-of-type{border-bottom:0}
.bk-filter-group summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 4px;cursor:pointer;list-style:none;color:#193963;font-size:13px;font-weight:900}
.bk-filter-group summary::-webkit-details-marker{display:none}
.bk-filter-group summary i{font-style:normal;color:#8191a7;transition:transform .2s ease}
.bk-filter-group[open] summary i{transform:rotate(180deg)}
.bk-filter-group__body{display:grid;gap:9px;padding:0 2px 14px}
.bk-filter-group__body--links{max-height:310px;overflow:auto}
.bk-filter-options{display:grid;gap:2px;max-height:270px;overflow:auto;padding-left:2px}
.bk-filter-option{display:flex;align-items:center;gap:9px;min-height:36px;padding:4px 3px;border-radius:9px;color:#35516f;font-size:11px;font-weight:700;cursor:pointer}
.bk-filter-option:hover{background:#f5f9ff}
.bk-filter-option input{inline-size:17px;block-size:17px;accent-color:#1765dc;flex:0 0 auto}
.bk-filter-option span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.bk-filter-option small{color:#9aa8b9;font-size:10px;font-weight:700}
.bk-filter-search{position:relative}
.bk-filter-search input{width:100%;min-height:39px;padding:7px 33px 7px 10px;border:1px solid #dbe6f2;border-radius:10px;background:#fbfdff;color:#173760;font-size:11px;outline:none}
.bk-filter-search input:focus{border-color:#96b8ec;box-shadow:0 0 0 3px rgba(23,101,220,.08)}
.bk-filter-search span{position:absolute;right:11px;top:50%;transform:translateY(-50%);color:#7b8da5;font-size:18px}
.bk-price-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.bk-price-fields label{display:grid;gap:5px;color:#8290a4;font-size:9px;font-weight:800}
.bk-price-fields input{min-width:0;width:100%;height:40px;padding:7px 9px;border:1px solid #dbe6f2;border-radius:10px;background:#fbfdff;color:#173760;font-size:11px;outline:none}
.bk-price-fields input:focus{border-color:#96b8ec;box-shadow:0 0 0 3px rgba(23,101,220,.08)}
.bk-filter-hint{color:#9aa8b9;font-size:9px}
.bk-filter-switch{display:flex;align-items:center;gap:10px;cursor:pointer}
.bk-filter-switch input{position:absolute;opacity:0;pointer-events:none}
.bk-filter-switch__track{position:relative;display:inline-block;width:38px;height:22px;border-radius:999px;background:#dae4ef;transition:.2s;flex:0 0 auto}
.bk-filter-switch__track i{position:absolute;top:3px;right:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(20,45,79,.15);transition:.2s}
.bk-filter-switch input:checked + .bk-filter-switch__track{background:#1765dc}
.bk-filter-switch input:checked + .bk-filter-switch__track i{right:19px}
.bk-filter-switch strong{color:#35516f;font-size:11px}
.bk-shop-filter__submit{display:flex;align-items:center;justify-content:center;width:100%;min-height:43px;margin-top:12px;border:0;border-radius:11px;background:#1765dc;color:#fff;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(23,101,220,.17)}
.bk-shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:50px;margin-bottom:14px;padding:7px 14px;border:1px solid #dfe8f4;border-radius:15px;background:#fff}
.bk-shop-toolbar__result{color:#75859b;font-size:11px}
.bk-shop-toolbar__result .woocommerce-result-count{margin:0}
.bk-shop-toolbar__sort .woocommerce-ordering{float:none;margin:0}
.bk-shop-toolbar__sort select{height:38px;border:1px solid #dbe6f2;border-radius:10px;background:#fbfdff;color:#304d6e;padding-inline:10px;font-size:10px}
.bk-shop-results .products{margin:0!important}
.bk-shop-empty{display:grid;justify-items:center;padding:65px 24px;border:1px dashed #cbd9ea;border-radius:20px;background:#fff;text-align:center}
.bk-shop-empty__icon{display:grid;place-items:center;width:62px;height:62px;margin-bottom:14px;border-radius:18px;background:#edf5ff;color:#1765dc;font-size:28px}
.bk-shop-empty h2{margin:0;color:#173760;font-size:21px}
.bk-shop-empty p{max-width:480px;margin:8px 0 18px;color:#8491a4;font-size:12px;line-height:1.9}
.bk-shop-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:7px 13px;border-radius:10px;background:#1765dc;color:#fff;font-size:11px;font-weight:850}
.bk-filter-group__body::-webkit-scrollbar,.bk-filter-options::-webkit-scrollbar{width:5px}
.bk-filter-group__body::-webkit-scrollbar-thumb,.bk-filter-options::-webkit-scrollbar-thumb{background:#d4dfeb;border-radius:99px}
@media(max-width:980px){.bk-shop-layout{grid-template-columns:minmax(0,1fr)}.bk-shop-sidebar{display:none;grid-column:1;grid-row:2;position:static}.bk-shop-sidebar.is-open{display:block}.bk-shop-results{grid-column:1;grid-row:1}.bk-shop-filter-toggle{display:inline-flex;align-items:center;justify-content:center}}
@media(max-width:767px){.bk-shop-archive{padding-block:16px 34px}.bk-shop-head{align-items:flex-start;flex-direction:column;padding:18px}.bk-shop-head h1{font-size:22px}.bk-shop-head__description{font-size:11px}.bk-shop-filter-toggle{align-self:stretch}.bk-shop-toolbar{align-items:flex-start;flex-direction:column;gap:9px;padding:10px 12px}.bk-shop-toolbar__sort{width:100%}.bk-shop-toolbar__sort select{width:100%}.bk-shop-layout{gap:10px}.bk-shop-sidebar.is-open{scroll-margin-top:12px}.bk-shop-filter{border-radius:18px}}
