.catalog-page{position:relative;z-index:1;min-height:100vh;padding-top:260px;padding-left:240px}.catalog-container{max-width:1000px;margin:0 auto;padding:0 2rem 3rem}.catalog-heading{color:#ffe98c;font-size:2rem;font-weight:700;margin-bottom:2.5rem;letter-spacing:-.3px;text-shadow:0 2px 4px rgba(0,0,0,.8),0 0 30px rgba(200,165,78,.3)}.catalog-filters-toggle{display:none;align-items:center;gap:.5rem;background:#080c1c99;backdrop-filter:blur(16px);border:1px solid rgba(200,165,78,.15);border-radius:50px;color:#fff9;font-size:.82rem;font-weight:500;padding:.6rem 1.25rem;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.catalog-filters-toggle svg{opacity:.6}.catalog-filters-toggle:hover,.catalog-filters-toggle[aria-expanded=true]{border-color:#c8a54e59;color:#ffe98c}.catalog-filters-mobile{display:none;flex-direction:column;background:#080c1c80;backdrop-filter:blur(16px);border:1px solid rgba(200,165,78,.1);border-radius:12px;padding:.75rem 0;margin-bottom:1.25rem}.catalog-filters-mobile.is-open{display:flex}.catalog-more-notice{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:#c8a54e14;border:1px solid rgba(200,165,78,.25);border-radius:12px;padding:1.25rem 1.75rem;margin-bottom:1.75rem;backdrop-filter:blur(12px)}.catalog-more-notice__text{display:flex;flex-direction:column;gap:.3rem}.catalog-more-notice__text strong{color:#fff;font-size:1.05rem;font-weight:700}.catalog-more-notice__text span{color:#ffffffbf;font-size:.88rem}.catalog-more-notice__btn{flex-shrink:0;background:linear-gradient(90deg,#b89840,#ccb05c 15%,#e8d8a0 40%,#f0e4b8,#e8d8a0 60%,#ccb05c 85%,#b89840);border:1px solid #c8aa58;border-radius:50px;color:#2a2210;font-size:.8rem;font-weight:600;padding:.55rem 1.5rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;text-shadow:0 1px 0 rgba(255,255,255,.1)}.catalog-more-notice__btn:hover{background:linear-gradient(90deg,#c0a048,#d4b868 15%,#eee0ac 40%,#f4eac4,#eee0ac 60%,#d4b868 85%,#c0a048);border-color:#d4b868}.catalog-sidebar{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:0;padding:.75rem 0;background:#080c1c99;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-right:1px solid rgba(180,150,80,.08);border-radius:0 16px 16px 0;min-width:220px;max-height:80vh;overflow-y:auto}.catalog-sidebar__title{color:#ffe98c;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:.5rem 1.25rem .75rem;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:.25rem}.catalog-sidebar__item{position:relative;display:flex;align-items:center;justify-content:space-between;padding:.7rem 1.25rem;color:#fff6;text-decoration:none;font-size:.85rem;font-weight:400;transition:all .35s cubic-bezier(.25,.46,.45,.94);white-space:nowrap;cursor:pointer;letter-spacing:.2px;border-left:3px solid transparent}.catalog-sidebar__item:hover{color:#ffffffbf;text-decoration:none;background:#ffffff08}.catalog-sidebar__item:before{content:"";position:absolute;left:-2px;top:50%;transform:translateY(-50%) scale(0);width:8px;height:8px;border-radius:50%;background:#ffe98c;box-shadow:0 0 8px #c8a54e99;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.catalog-sidebar__item.active{color:#ffe98c;font-weight:500;border-left-color:#c8a54e40;background:#c8a54e0a}.catalog-sidebar__item.active:before{transform:translateY(-50%) scale(1)}.catalog-sidebar__name{flex:1}.catalog-sidebar__count{font-size:.72rem;color:#ffffff40;font-weight:500;margin-left:.75rem;min-width:1.2rem;text-align:right}.active .catalog-sidebar__count{color:#c8a54e80}.catalog-sidebar__clear{padding:.75rem 1.25rem .5rem;margin-top:.5rem;border-top:1px solid rgba(255,255,255,.06)}.catalog-sidebar__clear-btn{display:none;width:100%;background:transparent;border:1px solid rgba(200,165,78,.25);border-radius:50px;color:#c8a54e99;font-size:.75rem;font-weight:500;padding:.45rem 1rem;cursor:pointer;transition:all .3s ease;letter-spacing:.3px}.catalog-sidebar__clear-btn:hover{border-color:#c8a54e80;color:#ffe98c;background:#c8a54e0f}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.product-card{background:#14161e99;backdrop-filter:blur(12px);border:1px solid rgba(200,164,78,.1);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none!important;color:inherit}.product-card:hover,.product-card:focus,.product-card:active{text-decoration:none!important}.product-card *{text-decoration:none!important}.product-card .product-image{position:relative;height:150px;overflow:hidden;flex-shrink:0}.product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-content{padding:.85rem 1rem 1rem;display:flex;flex-direction:column}.product-title{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:.75rem}.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-price .price-from{color:#ffffff73;font-size:.78rem;font-weight:400}.product-price .price-value{color:#fff;font-size:1rem;font-weight:700}.product-btn{display:inline-block;background:linear-gradient(90deg,#b89840,#ccb05c 15%,#e8d8a0 40%,#f0e4b8,#e8d8a0 60%,#ccb05c 85%,#b89840);border:1px solid #c8aa58;color:#2a2210;text-decoration:none;padding:.4rem 1.1rem;border-radius:50px;font-weight:600;font-size:.72rem;letter-spacing:.3px;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;text-shadow:0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px #fff5c84d}.catalog-seo{margin-top:3rem;padding:2rem 2.25rem;background:#080c1c8c;backdrop-filter:blur(12px);border:1px solid rgba(200,165,78,.08);border-radius:12px}.catalog-seo h2{color:#ffe98c;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.catalog-seo h3{color:#ffffffb3;font-size:1.05rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem}.catalog-seo p{color:#ffffff80;font-size:.95rem;line-height:1.75;margin-bottom:1.25rem}.catalog-seo p:last-child{margin-bottom:0}@media(hover:hover)and (pointer:fine){.product-card:hover{border-color:#c8a44e40;box-shadow:0 8px 32px #0006;transform:translateY(-3px)}.product-card:hover .product-image img{transform:scale(1.05)}.product-btn:hover{background:linear-gradient(90deg,#c0a048,#d4b868 15%,#eee0ac 40%,#f4eac4,#eee0ac 60%,#d4b868 85%,#c0a048);border-color:#d4b868}}@media(max-width:991.98px){.catalog-sidebar{display:none}.catalog-page{padding-left:0}.catalog-filters-toggle{display:inline-flex}.catalog-container{padding:0 1.5rem 2rem}}@media(max-width:767.98px){.catalog-page{padding-top:160px}.catalog-container{padding:0 1rem 2rem}.catalog-heading{font-size:1.3rem;margin-bottom:1.25rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card .product-image{height:110px}.product-title{font-size:.85rem}.product-content{padding:.5rem .75rem .75rem}.catalog-more-notice{flex-direction:column;text-align:center}.catalog-more-notice__btn{width:100%}}@media(max-width:479px){.products-grid{grid-template-columns:1fr 1fr}}
