.cat-wrapper{--color-bg: #ffffff;--color-text: #000000;--color-muted: #999999;--color-card-bg: #f5f5f5;--color-hover: #ebebeb;--radius-card: 16px;--radius-btn: 8px;--container-padding: 50px;font-family:DM Sans,sans-serif;color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}.cat-breadcrumb{padding:10rem var(--container-padding) 0;display:flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:400;color:var(--color-muted);position:static}.cat-breadcrumb a{color:var(--color-muted);text-decoration:none;transition:color .3s ease}.cat-breadcrumb a:hover{color:var(--color-text)}.cat-breadcrumb-sep{opacity:.4}.cat-breadcrumb-current{color:var(--color-text);font-weight:500}.cat-header{padding:.5rem var(--container-padding) 0;display:flex;align-items:flex-end;justify-content:space-between}.cat-header-left{flex:1}.cat-header-title{font-family:Bebas Neue,sans-serif;font-size:5rem;font-weight:400;line-height:.95;letter-spacing:.02em}.cat-header-desc{font-size:.95rem;font-weight:300;color:var(--color-muted);line-height:1.6;margin-top:.8rem;max-width:420px}.cat-header-count{font-size:.78rem;font-weight:400;color:var(--color-muted);flex-shrink:0}.cat-divider{margin:2rem var(--container-padding) 0;border:none;border-top:1px solid rgba(0,0,0,.08)}.cat-products{padding:2.5rem var(--container-padding) 6rem}.cat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 1rem;text-align:center}.cat-empty-text{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:400;color:var(--color-muted);margin-bottom:1.5rem}.cat-empty-btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 2rem;background:var(--color-text);color:var(--color-bg);font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-btn);text-decoration:none;border:none;cursor:pointer;transition:transform .75s ease,opacity .75s ease}.cat-empty-btn:hover{transform:scale(.97);opacity:.85}.cat-filters{padding:1rem var(--container-padding) 1.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.cat-filter-chip{display:inline-flex;align-items:center;gap:.5rem;height:40px;padding:0 1rem;background:var(--color-card-bg);color:var(--color-text);font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.02em;border:1px solid transparent;border-radius:var(--radius-btn);cursor:pointer;white-space:nowrap;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}.cat-filter-chip:hover{background:var(--color-hover)}.cat-filter-chip.is-active{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.cat-filter-chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;padding:0 .45rem;height:1.4rem;background:#0000000f;border-radius:4px;font-size:.66rem;font-weight:500;letter-spacing:.04em}.cat-filter-chip.is-active .cat-filter-chip-count{background:#ffffff2e}.cat-filter-overflow{position:relative}.cat-filter-chip--more{border:1px dashed rgba(0,0,0,.2);background:transparent}.cat-filter-chip--more:hover{background:var(--color-card-bg)}.cat-filter-chip-caret{width:12px;height:12px;transition:transform .25s ease}.cat-filter-chip-caret.is-open{transform:rotate(180deg)}.cat-filter-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:20;min-width:200px;max-height:320px;overflow-y:auto;padding:.4rem;background:var(--color-bg);border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 12px 32px #00000014;display:flex;flex-direction:column;gap:2px;animation:catFilterMenuIn .15s ease-out}@keyframes catFilterMenuIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.cat-filter-menu-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem .8rem;font-family:DM Sans,sans-serif;font-size:.78rem;font-weight:500;color:var(--color-text);background:transparent;border:none;border-radius:8px;cursor:pointer;text-align:left;white-space:nowrap;transition:background .15s ease}.cat-filter-menu-item:hover{background:var(--color-card-bg)}.cat-filter-menu-item.is-active{background:var(--color-text);color:var(--color-bg)}.cat-filter-menu-count{font-size:.66rem;font-weight:500;letter-spacing:.04em;color:var(--color-muted)}.cat-filter-menu-item.is-active .cat-filter-menu-count{color:#ffffffb3}@media(max-width:600px){.cat-filters{padding:.75rem 1.4rem 1rem;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch}.cat-filters::-webkit-scrollbar{display:none}.cat-filter-menu{right:auto;left:0}}.cat-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.cat-product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;cursor:pointer}.cat-product-card:hover .cat-product-img{background:var(--color-hover);box-shadow:0 12px 28px #00000017,0 28px 60px #00000024}.cat-product-card:hover .cat-product-img img{transform:scale(1.05)}.cat-product-img{width:100%;aspect-ratio:1 / 1;background:var(--color-card-bg);border-radius:var(--radius-card);overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0000000d,0 18px 44px #00000014;transition:background .5s ease,box-shadow .5s ease}.cat-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.1,.25,1)}.cat-product-info{padding:1rem .2rem 0;overflow:hidden}.cat-product-vendor{font-size:.68rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--color-muted);transform:translateY(0);opacity:1;transition:transform .45s cubic-bezier(.25,.1,.25,1),opacity .45s ease}.cat-product-name{font-size:.92rem;font-weight:500;margin-top:.25rem;line-height:1.35;transform:translateY(0);opacity:1;transition:transform .45s cubic-bezier(.25,.1,.25,1) .03s,opacity .45s ease .03s}.cat-product-price{font-family:Bebas Neue,sans-serif;font-size:1.2rem;font-weight:400;letter-spacing:.02em;margin-top:.4rem;transform:translateY(0);opacity:1;transition:transform .45s cubic-bezier(.25,.1,.25,1) .06s,opacity .45s ease .06s}.cat-product-card:hover .cat-product-vendor{transform:translateY(-4px);opacity:.7}.cat-product-card:hover .cat-product-name,.cat-product-card:hover .cat-product-price{transform:translateY(-4px)}.cat-empty{background:transparent;padding:6rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem}.cat-empty-text{font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:400;color:#999;letter-spacing:.01em;line-height:1.5}@media(max-width:1088px){.cat-header-title{font-size:4rem}.cat-products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.cat-wrapper{--container-padding: 1.4rem}.cat-breadcrumb{padding-top:8rem}.cat-header{flex-direction:column;align-items:flex-start;gap:.5rem}.cat-header-title{font-size:3rem}.cat-products{padding-left:1.4rem;padding-right:1.4rem}.cat-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:478px){.cat-header-title{font-size:2.6rem}.cat-products-grid{gap:1rem}}
