.t16-hero{max-width:1280px;margin:0 auto;padding:16px;display:grid;grid-template-columns:250px minmax(0,1fr);gap:16px}.t16-category-panel,.t16-slider{background:#fff;border:1px solid #eceef1;border-radius:18px;overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.045)}.t16-category-title{height:54px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:var(--theme);color:#fff;font-weight:800}.t16-category-title svg{width:21px}.t16-category-list{padding:8px}.t16-category-list button{width:100%;border:0;background:transparent;padding:10px 9px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:14px;cursor:pointer;color:#404040;transition:.18s}.t16-category-list button svg{width:16px;opacity:.35}.t16-category-list button.active,.t16-category-list button:hover{background:color-mix(in srgb,var(--theme) 9%,#fff);color:var(--theme)}.t16-cat-sk{height:35px;border-radius:9px;background:#f1f2f4;margin:5px}.t16-slider{position:relative;min-height:365px}.t16-slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;pointer-events:none}.t16-slide.active{opacity:1;pointer-events:auto}.t16-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.t16-banner-placeholder{min-height:365px;display:grid;place-items:center;background:linear-gradient(135deg,#f5f5f5,#eee);font-weight:800;color:#aaa}.t16-dots{position:absolute;z-index:3;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:7px}.t16-dots button{width:8px;height:8px;border:0;border-radius:99px;background:hsla(0,0%,100%,.75);padding:0;box-shadow:0 0 0 1px rgba(0,0,0,.1)}.t16-dots button.active{width:24px;background:var(--theme)}@media(max-width:900px){.t16-hero{display:block;padding:10px}.t16-category-panel{display:none}.t16-slider{border-radius:14px}.t16-banner-placeholder,.t16-slider{min-height:190px}}