.products-category-container{width:100%;gap:2.5rem;display:flex;margin:3rem 0;padding:0 1rem;flex-wrap:wrap;justify-content:center}.products-category-cards{width:47%;display:flex;height:25rem;overflow:hidden;position:relative;border-radius:1.8rem;flex-direction:column;box-shadow:var(--shadow-card)}.products-category-cards>.overlay{inset:0;position:absolute;transition:background-color .3s}.products-category-cards>img{transition:transform .7s}.products-category-cards:hover>img{transform:scale(1.2)}.products-category-cards:hover>.overlay{background-color:#00000052}.products-category-cards>.content{left:0;right:0;bottom:0;padding:2rem;display:flex;position:absolute;align-items:flex-end;background:linear-gradient(180deg,rgba(0,32,91,0) 0%,rgba(19,19,19,.6) 100%)}.products-category-cards>.content>h3{color:#fff;text-align:center;font-size:var(--text-h3)}@media only screen and (max-width:768px){.products-category-cards{width:90%}.products-category-cards>.content>h3{font-size:var(--text-mobi-h3)}}@media only screen and (max-width:630px){.products-category-cards>div{padding:1.25rem}.products-category-container{gap:1.5rem;padding:0 .5rem}.products-category-cards{width:100%;height:16rem}.products-category-cards:hover>img{object-fit:cover}.products-category-cards>.content{padding:1rem}}