.companyProducts{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem;gap:3rem;@media (max-width:1200px){grid-template-columns:repeat(3,1fr)}@media (max-width:900px){grid-template-columns:repeat(2,1fr)}@media (max-width:600px){grid-template-columns:repeat(1,1fr)}}.Button{display:flex;padding:2rem 5rem;background-color:rgb(var(--primary));gap:2.5rem;align-items:center;justify-content:center;cursor:pointer;position:relative;border:.35rem solid rgba(var(--primary),0);border-radius:1rem;&:hover{background-color:rgb(var(--primary-hover))}.button{font-size:2.4rem;line-height:2.6rem;font-weight:500;background:none;border:none;color:rgb(var(--white));text-transform:capitalize;text-align:center;cursor:pointer;text-wrap:nowrap}.leftIcon,.rightIcon{width:2.5rem;height:1rem}.loader{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.hideElement{opacity:0}}[aria-disabled=true]{opacity:.5;pointer-events:none}.ButtonLoader{width:30px;aspect-ratio:1;border-radius:50%;border:4px solid var(--loader-background-color);border-right-color:var(--loader-foreground-color);animation:l2 1s linear infinite}@keyframes l2{to{transform:rotate(2turn)}}.ProductCard{background-color:rgb(var(--white));border-radius:1.5rem;height:100%;display:flex;flex-direction:column;box-shadow:0 0 5px 0 rgba(0,0,0,.1);cursor:pointer;.productImageContainer{width:100%;height:25rem;border-radius:1.5rem;position:relative;>.productImage{width:100%;height:100%;object-fit:cover;border-radius:1.5rem}.productLikeIconContainer{position:absolute;bottom:2.5rem;right:2.5rem;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:.5rem;cursor:pointer;.productLikeIcon{width:2.5rem;height:2.5rem}}}.productNameAndBuyButton{display:flex;flex-direction:column;padding:2.5rem;gap:1.5rem;flex:1 1;.nameAndDescription{height:100%;.productName{font-size:2rem;line-height:3.2rem;text-transform:capitalize;-webkit-line-clamp:1}.productDescription{font-size:1.5rem;line-height:2rem;font-weight:400;color:rgba(var(--black),.5);-webkit-line-clamp:2}}.buttonAndPrice{display:flex;align-items:center;justify-content:space-between;.productPrice{font-size:2rem;line-height:2rem;color:rgba(var(--black));font-weight:600}.priceNotAvailable{color:rgba(var(--warning))}.productButton{border-radius:.5rem;padding:.7rem 2rem;.productButtonTitle{font-size:2rem}}}}}.NoDataFoundContainer{display:flex;align-items:center;justify-content:center;width:100%;padding:10rem 0;border-radius:2.5rem;background-color:rgba(var(--black),.05);color:rgb(var(--black))}.NoDataFoundImageContainer{margin-bottom:2.5rem}.NoDataFoundHeading{margin-bottom:1rem}.NoDataFoundSubContainer{text-align:center}.NotFoundButtonContainer{margin-top:5rem}.CompanyDetailComponent{background-color:#fafafa;.companyDetailHeader{display:flex;align-items:center;gap:1.5rem 3.5rem;margin-bottom:7rem;@media (max-width:500px){flex-direction:column;align-items:flex-start;margin-bottom:5rem}.companyImage{width:15.7rem;height:15.7rem;border-radius:30rem;box-shadow:0 0 5px 0 rgba(0,0,0,.1)}.companyName{text-transform:capitalize}}}