/* Persistent category navigation and lightweight, incremental product browsing. */
.shop-browser{display:grid;grid-template-columns:238px minmax(0,1fr);gap:36px;padding-bottom:36px;align-items:start}
.shop-browser-review{grid-template-columns:minmax(0,1fr)}
.shop-browser .shop-sidebar{position:sticky;top:calc(var(--nav) + 16px);max-height:calc(var(--maka-page-height,100svh) - var(--nav) - 32px);overflow:auto;overscroll-behavior:contain;scrollbar-width:thin;padding-right:10px}
.shop-sidebar-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.shop-sidebar-heading h2{font-size:17px;font-weight:650}
.shop-sidebar-heading button{display:none}
.shop-browser .shop-main-categories{display:flex;flex-direction:column;gap:5px;margin:0;padding:0;overflow:visible;border:0}
.shop-browser .shop-main-categories>a{display:flex;flex-direction:row;flex:0 0 auto;align-items:center;justify-content:start;text-align:left;gap:12px;padding:10px 12px;font-size:14px;min-height:56px;border:1px solid transparent;border-radius:4px;line-height:1.35}
.shop-browser .shop-main-categories>a>.equipment-sketch{display:block;width:42px;height:36px;flex:none}
.shop-browser .shop-main-categories>a[aria-current]{background:#f9f1e9;border-color:#dac2ae;color:#91420d}
.shop-all-icon{width:42px;display:grid;place-items:center;flex:none}
.shop-browser .shop-catalog{padding:0}
.shop-browser .shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 20px}
.shop-browser .shop-card h3{font-size:18px}
.shop-browse-controls{position:sticky;top:var(--nav);z-index:20;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;background:#fff;border-bottom:1px solid #e0ddd8;margin-bottom:26px}
.shop-browse-count{color:#586772;font-size:14px}
.shop-filter-trigger{display:flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 15px;border:1px solid #d6d1ca;border-radius:4px;font-size:14px;background:#fff;line-height:1.3}
.shop-filter-trigger[aria-expanded=true]{background:#f3f0eb;border-color:#87929b}
.shop-filter-trigger b{display:grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:#252c32;color:white;font-size:11px}
.shop-category-trigger{display:none}
.shop-filter-panel{position:static;width:100%;max-height:none;overflow:visible;background:#f4f2ef;border:1px solid #dedad4;border-radius:3px;padding:20px;margin:0 0 24px;box-shadow:none;scroll-margin-top:calc(var(--nav) + var(--shop-controls-height,72px) + 12px)}
.shop-filter-panel[hidden]{display:none}
.shop-filter-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}
.shop-filter-heading h2{font-size:20px;font-weight:650}
.shop-filter-heading button,.shop-sidebar-heading button{width:36px;height:36px;place-items:center;flex:none}
.shop-filter-heading button{display:grid}
.shop-filter-panel .shop-toolbar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:16px 0;border:0;background:transparent;margin:0}
.shop-filter-panel .shop-toolbar>.shop-select{grid-column:auto;padding:0;margin:0;border:0;gap:7px;min-width:0}
.shop-filter-panel .shop-select>span{padding:0;font-size:13px}
.shop-filter-panel .shop-select select{padding:8px;min-height:44px;border:1px solid #d6d1ca;border-radius:3px;background:#fff;font-size:16px}
.shop-filter-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;border-top:1px solid #e0ddd8;padding-top:6px}
.shop-filter-actions>p{font-size:12px;color:#586772;margin:0}
.shop-filter-actions>[data-reset-filters]{font-size:13px;text-decoration:underline;min-height:44px;flex:none}
.shop-live-search{display:flex;align-items:center;gap:10px;flex:1;max-width:480px;min-width:0;height:44px;padding:0 12px;border:1px solid #c5cbd0;border-radius:3px;background:#fff}
.shop-live-search:focus-within{border-color:#87929b;box-shadow:0 0 0 2px #87929b22}
.shop-live-search>.icon{width:18px;height:18px;flex:none}
.shop-live-search input{border:0;background:transparent;min-width:0;width:100%;padding:0;font:inherit;font-size:16px;outline:none;box-shadow:none}
.shop-page .shop-live-search input:focus{outline:none;box-shadow:none}
.shop-live-search input::-webkit-search-cancel-button{display:none}
.shop-live-search>button{width:30px;height:34px;display:grid;place-items:center;flex:none}
.shop-live-search>button[hidden]{display:none}
.shop-live-search>button>.icon{width:16px;height:16px}
.shop-browser .shop-active-filters{margin:0 0 18px;font-size:13px;min-width:0}
.shop-active-filters>span{overflow-wrap:anywhere}
.shop-browser .shop-list-heading{margin-bottom:18px}
.shop-browser .shop-list-heading h2{font-size:28px}
.shop-browser .shop-count{font-size:13px}
.shop-browser .shop-load-more{display:grid;gap:10px;margin:36px 0 16px;text-align:center;position:relative}
.shop-load-more>p{font-size:14px;color:#586772;margin:0}
.shop-more-actions{display:flex;gap:12px 24px;align-items:center;justify-content:center;flex-wrap:wrap}
.shop-more-actions .button{min-height:44px;font-size:14px;padding:10px 18px;gap:16px}
.shop-information-link{display:flex;gap:8px;align-items:center;font-size:13px;min-height:44px;color:#586772;text-decoration:underline;text-underline-offset:4px}
[data-shop-sentinel]{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}
.shop-vat-note{scroll-margin-top:calc(var(--nav) + 90px)}
@media(max-width:1100px) and (min-width:901px){.shop-browser{grid-template-columns:205px minmax(0,1fr);gap:24px}.shop-browser .shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-browser .shop-main-categories>a{padding-inline:8px;gap:8px}}
@media(max-width:900px){
 .shop-browser{display:block}
 .shop-browser .shop-sidebar{display:none;position:fixed;top:calc(var(--nav) + var(--shop-controls-height,112px));left:var(--gutter);right:var(--gutter);z-index:22;max-height:calc(var(--maka-page-height,100svh) - var(--nav) - var(--shop-controls-height,112px) - 20px);padding:18px;background:#fff;border:1px solid #d7d2cb;border-radius:4px;box-shadow:0 18px 38px #17293230}
 .shop-browser .shop-sidebar.is-open{display:block}
 .shop-sidebar-heading button{display:grid}
 .shop-browser .shop-main-categories{display:grid;grid-template-columns:1fr 1fr;gap:6px}
 .shop-browser .shop-main-categories>a{flex-direction:column;text-align:center;justify-content:center;font-size:12px;min-height:80px;gap:5px;padding:8px;line-height:1.25}
 .shop-browser .shop-main-categories>a>.equipment-sketch,.shop-all-icon{width:34px;height:30px;flex:none}
 .shop-browse-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;min-height:64px;padding:8px 0 12px;margin-bottom:22px}.shop-live-search{grid-column:1/-1;grid-row:2;max-width:none;width:100%}
 .shop-category-trigger{display:flex;align-items:center;gap:8px;min-height:48px;flex:1;text-align:left;padding:4px 0;font-size:13px;line-height:1.3}
 .shop-category-trigger>span{flex:1}
 .shop-category-trigger small{display:block;color:#636a71;font-size:11px;margin-bottom:3px;font-weight:400}
 .shop-category-trigger>.equipment-sketch{width:36px;height:32px;flex:none}
 .shop-category-trigger>.icon:last-child{width:16px;height:16px;margin-inline:3px}
 .shop-filter-trigger{font-size:12px;min-height:44px;padding:8px 10px;gap:6px;flex:none;max-width:130px}
 .shop-filter-trigger>.icon{width:17px;height:17px}
 .shop-browse-count{display:none}
 .shop-filter-panel{padding:16px}
 .shop-filter-heading h2{font-size:19px}
 .shop-filter-panel .shop-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.shop-filter-panel .shop-toolbar>.shop-select:last-child{grid-column:1/-1}
 .shop-browser .shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}
 .shop-browser .shop-card h3{font-size:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
 .shop-browser .shop-card-photo img{padding:10px}
 .shop-browser .shop-card-bottom{align-items:start;flex-direction:column;gap:4px}
 .shop-browser .shop-list-heading h2{font-size:25px}
 .shop-heading{padding-block:26px}
}

.shop-category-trigger[aria-expanded=true]>.icon:last-child{transform:rotate(45deg)}

.shop-quick-types{display:flex;flex-wrap:wrap;gap:8px;overflow:visible;padding:0;margin:0 0 24px}
.shop-quick-types button{min-height:42px;padding:8px 12px;border:1px solid #dcd8d2;border-radius:3px;font-size:13px;background:white;line-height:1.35;white-space:normal;text-align:center;max-width:100%}
.shop-quick-types button:hover,.shop-quick-types button[aria-pressed=true]{color:#91420d;border-color:#c59470;background:#f9f1e9}
@media(min-width:901px){.shop-browser .shop-count{display:none}}
@media(max-width:600px){.shop-quick-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.shop-quick-types button{padding:9px 8px;font-size:12px}.shop-filter-actions{gap:8px}.shop-filter-actions>p{max-width:160px}}
.shop-sidebar>.shop-information-link{margin-top:12px;padding-top:12px;border-top:1px solid #e0ddd8;width:100%}
