@charset "UTF-8";.ci-products-feed{background:var(--brand-bg)}.ci-cat-block{margin-bottom:72px;border-top:3px solid var(--brand-primary);padding-top:32px}.ci-cat-block:last-child{margin-bottom:0}.ci-cat-header{display:flex;align-items:center;gap:20px;margin-bottom:32px}.ci-cat-rule{display:inline-block;width:60px;height:6px;background:var(--brand-secondary)}.ci-cat-header h2{font-size:1.85rem;margin:4px 0 0}.ci-cat-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.ci-product-card{background:var(--brand-bg);border:1px solid var(--brand-border);display:flex;flex-direction:column;cursor:pointer;transition:border-color .2s,transform .2s}.ci-product-card:hover{border-color:var(--brand-secondary);transform:translateY(-2px)}.ci-product-img{aspect-ratio:4/3;background:var(--brand-bg-alt);overflow:hidden;border-bottom:2px solid var(--brand-secondary)}.ci-product-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ci-product-body{padding:20px 22px 22px}.ci-product-body h3{font-size:1.1rem;margin-bottom:8px}.ci-product-body p{color:var(--brand-neutral-mid);font-size:.9rem;margin-bottom:10px}.ci-product-tag{display:inline-block;font-family:var(--ci-font-sans);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-secondary-dark);font-weight:600;border-top:1px dashed var(--brand-border);padding-top:10px;margin-top:4px}@media (max-width:992px){.ci-cat-grid{grid-template-columns:1fr}}