.category .wrapper{height:100%}.category__container{height:inherit;padding:4rem}.category__title{font-size:7.5rem;font-weight:700;margin:0 0 .5em;color:var(--green-clr)}.category__title-gray{color:var(--gray-clr)}.category__list{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(27.2rem,1fr));gap:3rem 5.2rem}.product{display:flex;flex-direction:column;align-items:center;padding:2rem 2.2rem;background:var(--white-clr);box-shadow:0 0 2.7rem rgba(0,0,0,.15);border-radius:1.5rem;overflow:hidden}.product__container{scroll-margin-top:2rem}.product__image{width:var(--product-width);height:var(--product-height)}.product__image img{width:100%;object-fit:cover}.product__body{width:100%}.product__title{margin:.3em 0;font-size:2.4rem;font-weight:700;text-align:left}.product__info{display:flex;align-items:center;justify-content:space-between;margin:.8rem 0}.product__star{width:1.8rem;height:1.8rem}.product__price{font-weight:700;color:var(--green-clr)}.product__description{font-size:1.4rem;margin:0 0 2.4rem;width:inherit}.product__footer{width:100%;display:flex;align-items:center;justify-content:space-between}.product__button{font-size:1.4rem;min-width:9.6rem;padding:.36em 1.43em;background:var(--green-clr);color:var(--white-clr);cursor:pointer;border:none;outline:none;border-radius:1rem;box-shadow:0 .4rem .9rem rgba(0,0,0,.25)}.product__button:active,.product__button:focus{border:.2rem solid var(--darkgreen-clr)}.arrow__container{width:100%;margin:9rem 0;display:flex;align-items:center;justify-content:center;outline:none;border:none}.arrow__title{margin:0 .9em 0 0;font-size:2.4rem;font-weight:700}.arrow__image{width:var(--arrow-size);height:var(--arrow-size)}