.products-page{width:100%;position:relative;margin:0;padding:0;background-color:#f3f1e9;z-index:1}.products-hero{width:100%;height:50vh;background-size:cover;background-position:50%;position:relative;top:0;z-index:-1;justify-content:center;align-items:center;display:flex;color:#fff}.products-hero .content{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center}.products-hero .content h1{font-size:3rem;color:#fff;text-align:center}.products-hero .content span{font-size:1.3rem;text-align:center}.product-list{display:grid;grid-template-columns:1fr 1fr;gap:15px;max-width:80%;place-self:center}.product-list a{height:fit-content;display:flex;box-shadow:2px 2px 5px 2px rgba(0,0,0,.507)}.product-list a:hover{scale:102%}@media(max-width:750px){.product-list{grid-template-columns:1fr;max-width:90%}}