@charset "UTF-8";.ct-page-header{background:var(--ct-gray-50);border-bottom:1px solid var(--ct-gray-100)}.ct-breadcrumb{font-size:.82rem;margin-bottom:0}.ct-breadcrumb a{color:var(--ct-primary)}.ct-page-header .ct-heading{font-size:1.8rem;margin-bottom:12px}.ct-sidebar{background:var(--ct-white);border:1px solid var(--ct-gray-100);border-radius:6px;padding:24px;position:sticky;top:80px}.ct-sidebar-title{font-size:1rem;font-weight:700;color:var(--ct-primary);margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid var(--ct-gray-100)}.ct-filter-group{margin-bottom:20px}.ct-filter-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ct-gray-600);margin-bottom:10px}.ct-filter-check .form-check-input:checked{background-color:var(--ct-primary);border-color:var(--ct-primary)}.ct-filter-check .form-check-label{font-size:.88rem;color:var(--ct-gray-800);cursor:pointer}.ct-category-header{margin-bottom:20px}.ct-category-name{font-size:1.25rem;font-weight:700;color:var(--ct-primary);margin-bottom:6px}.ct-category-desc{font-size:.88rem;color:var(--ct-gray-600);margin:0}.ct-product-item{background:var(--ct-white);border:1px solid var(--ct-gray-100);border-radius:4px;overflow:hidden;cursor:pointer;transition:box-shadow .2s}.ct-product-item:hover{box-shadow:0 4px 16px rgba(27,58,107,.1)}.ct-product-item-img img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;display:block}.ct-product-item-body{padding:12px 14px}.ct-product-item-name{font-size:.88rem;font-weight:600;color:var(--ct-gray-900);margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ct-product-item-cta{font-size:.78rem;color:var(--ct-accent);font-weight:600}@media (max-width:991px){.ct-sidebar{position:static;margin-bottom:24px}}@media (max-width:575px){.ct-product-item-img img{height:120px}}