/* Category catalog artwork: refreshed from the legacy product-photo direction. */
.category-art{
    height:184px;
    background-color:#eef1f3;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    /* Keep the generated product photography crisp against the light card surface. */
    background-blend-mode:normal;
    filter:saturate(1.08) contrast(1.06);
    overflow:hidden;
    transition:transform .45s cubic-bezier(.22,.61,.36,1),filter .45s ease;
}
.category-art.art-0{background-image:url("images/hero-category-writing-v2.png")}
.category-art.art-1{background-image:url("images/hero-category-notebooks-v2.png")}
.category-art.art-2{background-image:url("images/hero-category-office-v2.png")}
.category-art.art-3{background-image:url("images/hero-category-school-v2.png")}
.category-art.art-4{background-image:url("images/hero-category-art-v2.png")}
.category-art.art-5{background-image:url("images/hero-category-cases-v2.png")}
.category-card:hover .category-art{transform:scale(1.035);filter:saturate(1.16) contrast(1.09)}
.category-card .category-art{background-blend-mode:normal}

@media (max-width:1100px){
    .category-art{height:168px}
}
@media (max-width:760px){
    .category-art{height:190px}
}
