h1#categoryMobileHeader {
    display: none;
    text-align: center;
    color:#717171;
    padding-top: 2em;
}

#categoryHero {
    position: relative;
    width:100%;
    margin-bottom:2em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#categoryHero .inner {
    position: absolute;
    z-index: 2;
    width:100%;
    top:2em;
}

#categoryHero img {
    position: relative;
    top:0;
    z-index:1;
    display: inline-block;
    width:100%;
}

#categoryHeroCopy {
    background-color: #dbdcdd;
    width:37.5%;
    padding:1em;
    position:relative;
}

#categoryHeroCopy h1, #noCategoryHero h1  {
    font-size:1.25em;
    margin-top: 0;
    font-family: "Spinnaker", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#categoryHeroCopy p {
    font-size:1em;
    margin:0;
}

#categoryProducts .inner{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
}

#categoryProducts .product {
    display: block;
    box-sizing: border-box;
    width:284px;
    padding:1em;
    cursor: pointer;
}

#categoryProducts .imageWrapper {
    height:252px;
    width:252px;
    background-color: #f3f3f3;
}

#categoryProducts .product p {
    font-size: .75em;
    text-align: center;
    color:#717171;
}
