.category-showcase{margin:0 auto;width:100%}.category-showcase__grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.category-showcase__item{border-radius:8px;color:inherit;display:block;overflow:hidden;position:relative;text-decoration:none;transition:transform .3s ease}.category-showcase__item:hover{transform:translateY(-4px)}.category-showcase__image{aspect-ratio:4/3;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.category-showcase__image:before{background:linear-gradient(0deg,rgba(0,0,0,.6) 0,rgba(0,0,0,.2) 50%,transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.category-showcase__overlay{bottom:0;color:#fff;left:0;padding:32px;position:absolute;right:0;z-index:1}.category-showcase__title{color:#fff;font-size:48px;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0 0 8px -2px;text-transform:uppercase}.category-showcase__link-text{align-items:center;display:inline-flex;font-size:14px;font-weight:500;gap:8px;transition:gap .3s ease}.category-showcase__item:hover .category-showcase__link-text{gap:12px}.category-showcase__link-text svg{transition:transform .3s ease}.category-showcase__item:hover .category-showcase__link-text svg{transform:translateX(4px)}@media (max-width:768px){.category-showcase__grid{gap:16px;grid-template-columns:1fr}.category-showcase__title{font-size:36px}.category-showcase__overlay{padding:24px}}@media (max-width:480px){.category-showcase__title{font-size:28px}.category-showcase__overlay{padding:20px}}