.category-name{display:inline-flex;-moz-flex-direction:row;flex-direction:row;-moz-align-items:center;-ms-align-items:center;align-items:center;margin-bottom:1rem;color:var(--contrastColor)}.category-name h5{font-weight:700;text-transform:uppercase;font-size:1.25rem}.category-name p{position:relative;font-size:1rem;opacity:0;transition:.15s .15s}.category-name .icon{margin-left:.5rem;font-size:1rem;transition:.3s .15s;position:relative;left:0}@media screen and (min-width:768px){.category-name:hover p{opacity:1}.category-name:hover .icon{left:5rem;transition:.3s}}@media screen and (max-width:768px){.category-name p{display:none}.category-name h5{font-size:1.25rem}}