:root{--shop-gold:#c9902f;--shop-ink:#211d18;--shop-line:#e9e1d7;--shop-bg:#faf8f5;--shop-muted:#81776d}.shop-shell{padding:24px 0 70px}.shop-searchbar{display:flex;gap:12px;align-items:center;margin-bottom:18px}.shop-search{height:52px;border:1px solid var(--shop-line);background:#fff;border-radius:14px;display:flex;align-items:center;gap:10px;padding:0 15px;flex:1}.shop-search input{border:0;outline:0;background:transparent;width:100%;font:inherit}.shop-search button{border:0;background:none;font-size:20px;cursor:pointer;color:#aaa}.mobile-cat-btn{display:none;height:52px;border:1px solid var(--shop-line);border-radius:14px;background:#fff;font:inherit;padding:0 18px}.shop-promo{position:relative;min-height:310px;border-radius:22px;overflow:hidden;margin-bottom:22px;background:#1e1c1a}.promo-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;pointer-events:none;transition:.45s}.promo-slide.active{opacity:1;pointer-events:auto}.promo-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.14),rgba(0,0,0,.76))}.promo-content{position:relative;z-index:2;color:white;padding:52px;max-width:560px;margin-right:auto;text-align:right}.promo-content h2{font-size:34px;margin:0 0 12px}.promo-content p{font-size:17px;line-height:2;margin:0 0 18px}.promo-btn{display:inline-flex;padding:12px 22px;border-radius:10px;background:var(--shop-gold);color:#fff;text-decoration:none;font-weight:700}.promo-dots{position:absolute;z-index:5;bottom:16px;left:0;right:0;display:flex;justify-content:center;gap:8px}.promo-dot{width:8px;height:8px;border-radius:99px;border:0;background:#fff8;cursor:pointer}.promo-dot.active{width:24px;background:var(--shop-gold)}.promo-countdown{display:flex;gap:8px;margin:12px 0 18px}.promo-countdown span{background:#151515bb;border:1px solid #ffffff35;border-radius:8px;min-width:58px;padding:8px;text-align:center}.shop-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}.shop-sidebar{background:#fff;border:1px solid var(--shop-line);border-radius:18px;padding:12px;position:sticky;top:18px;max-height:calc(100vh - 36px);overflow:auto}.side-title{display:flex;align-items:center;justify-content:space-between;padding:9px 8px 14px;border-bottom:1px solid var(--shop-line)}.side-title button{display:none;border:0;background:none;font-size:24px}.cat-node{margin-top:4px}.cat-row{display:flex;align-items:center;gap:5px}.cat-row>a{flex:1;color:var(--shop-ink);text-decoration:none;padding:9px 10px;border-radius:9px;font-weight:600}.cat-row>a:hover,.cat-row>a.active{background:#fff6e7;color:#996815}.cat-toggle{border:0;background:none;width:30px;height:30px;cursor:pointer}.cat-children{padding-right:14px;border-right:1px solid #eadfcf;margin-right:12px}.cat-node.collapsed>.cat-children{display:none}.shop-main{min-width:0}.category-chips{display:flex;gap:9px;overflow:auto;padding-bottom:14px}.category-chip{white-space:nowrap;border:1px solid var(--shop-line);background:#fff;border-radius:13px;padding:10px 15px;color:var(--shop-ink);text-decoration:none}.category-chip.active{border-color:#d3a459;background:#fff7e9;color:#956413}.shop-toolbar{display:flex;justify-content:space-between;gap:18px;align-items:end;border-bottom:1px solid var(--shop-line);padding:6px 0 18px;margin-bottom:18px}.shop-toolbar h1{margin:5px 0 1px;font-size:26px}.shop-breadcrumb{font-size:12px;color:var(--shop-muted)}.shop-breadcrumb a{color:inherit;text-decoration:none}.shop-tools{display:flex;gap:8px;flex-wrap:wrap}.shop-tools select{border:1px solid var(--shop-line);background:#fff;padding:10px 12px;border-radius:10px;font:inherit}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card{background:#fff;border:1px solid var(--shop-line);border-radius:17px;overflow:hidden;transition:.2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-2px);box-shadow:0 13px 28px #3c2b1712}.product-img{aspect-ratio:1.18/1;background:#f5f3ef;display:block;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover}.product-body{padding:13px;display:flex;flex-direction:column;gap:8px;flex:1}.product-path{font-size:11px;color:#9b8d7d}.product-name{font-weight:800;color:var(--shop-ink);text-decoration:none;line-height:1.75}.product-meta{display:flex;gap:6px;flex-wrap:wrap;color:#877b70;font-size:12px}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:7px}.product-price b{font-size:16px}.product-price small{display:block;color:#a3978c}.product-add{border:0;border-radius:10px;background:var(--shop-gold);color:#fff;width:42px;height:42px;font-size:18px;cursor:pointer}.product-add:disabled{background:#d4cec7}.shop-empty{display:none;padding:50px;text-align:center;color:#8a8177}.shop-toast{position:fixed;bottom:25px;left:25px;background:#211d18;color:#fff;border-radius:12px;padding:12px 18px;transform:translateY(90px);opacity:0;transition:.25s;z-index:99}.shop-toast.show{transform:none;opacity:1}@media(max-width:1000px){.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-layout{grid-template-columns:235px minmax(0,1fr)}}@media(max-width:760px){.shop-shell{padding-top:14px}.mobile-cat-btn{display:block}.shop-sidebar{position:fixed;z-index:100;top:0;right:0;bottom:0;width:min(86vw,330px);max-height:none;border-radius:0;transform:translateX(110%);transition:.25s}.shop-sidebar.open{transform:none;box-shadow:0 0 0 100vw #0007}.side-title button{display:block}.shop-layout{display:block}.shop-promo{min-height:285px;border-radius:16px}.promo-content{padding:30px 22px}.promo-content h2{font-size:25px}.shop-toolbar{display:block}.shop-tools{margin-top:12px}.shop-tools select{flex:1;min-width:120px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-body{padding:10px}.product-name{font-size:13px}.product-price b{font-size:13px}.category-chips{margin-left:-10px}.shop-searchbar{align-items:stretch}}@media(max-width:410px){.shop-grid{grid-template-columns:1fr 1fr}.product-meta{display:none}.product-add{width:36px;height:36px}.shop-tools select{width:100%}}
.shop-tools input{border:1px solid var(--shop-line);background:#fff;padding:10px 12px;border-radius:10px;font:inherit;width:128px;min-width:0}@media(max-width:760px){.shop-tools input{flex:1;min-width:120px;width:auto}}@media(max-width:410px){.shop-tools input{width:100%;flex-basis:100%}}


/* TAJ V39 — categories start closed and use a clean chevron */
.cat-toggle-spacer{width:30px;min-width:30px;height:30px;display:block}
.cat-toggle{position:relative;display:grid;place-items:center;border-radius:8px!important;transition:background .15s ease!important}
.cat-toggle:hover{background:#fff4df!important}
.cat-toggle span{display:block;width:7px;height:7px;border-left:1.6px solid #b77b1e;border-bottom:1.6px solid #b77b1e;transform:rotate(-45deg);transition:transform .17s ease}
.cat-node:not(.collapsed)>.cat-row>.cat-toggle span{transform:rotate(135deg)}
