.grid-product{display:grid;grid-template-columns:auto auto auto auto;grid-gap:30px;gap:30px}.product-page{display:flex;align-items:center;flex-direction:column;padding:20px 120px;gap:20px}.header h2{font-size:2rem;font-weight:500}.header p{font-size:1rem;font-weight:400;color:#7e7e7e}.header{width:100%;display:flex;align-items:center;justify-content:space-between}.filter{border:1px solid #ffa800;width:94px}.filter,.filter2{height:75px;border-radius:8px;display:flex;align-items:center;justify-content:center}.filter2{background-color:#ffa800;color:#fff!important;padding:0 10px;text-align:center}.filter svg{height:35px;width:35px}@media screen and (max-width:1440px){.grid-product{grid-template-columns:auto auto auto}.product-page{padding:20px}}@media screen and (max-width:1070px){.grid-product{grid-template-columns:auto auto}.product-page{padding:20px 100px}.product-page h2{font-size:1.5rem}.product-page p{font-size:.9rem;width:70%}.filter{border:1px solid #ffa800;width:74px;border-radius:8px;display:flex;align-items:center;justify-content:center}.filter,.filter2{height:55px}.filter svg{height:25px;width:25px}.header{flex-direction:column;align-items:flex-start;gap:10px}}@media screen and (max-width:820px){.product-page{padding:20px 40px}}@media screen and (max-width:720px){.grid-product{display:grid;grid-template-columns:auto;grid-gap:30px;gap:30px}}