.productGrid{display:grid;grid-auto-rows:auto;grid-template-columns:auto auto auto;max-width:100%}@media (max-width:986px){.productGrid{grid-template-columns:auto auto}}@media (max-width:786px){.productGrid{grid-template-columns:auto}}.productCard:hover .btn{background-color:hsla(0,0%,100%,.5);opacity:1}.btn{opacity:0}.btn:hover{opacity:1}.btn button{background-color:#facc15}.btn a,.btn button{font-size:1rem;transition:.2s}.btn button:hover{background-color:#ddb204}.star{background-image:linear-gradient(90deg,#fff 100%,#000 0)}.smallStar,.star{-webkit-clip-path:polygon(50% 2.45%,61.8% 38.77%,100% 38.77%,69.1% 61.23%,80.9% 97.55%,50% 75.1%,19.1% 97.55%,30.9% 61.23%,0 38.77%,38.2% 38.77%);clip-path:polygon(50% 2.45%,61.8% 38.77%,100% 38.77%,69.1% 61.23%,80.9% 97.55%,50% 75.1%,19.1% 97.55%,30.9% 61.23%,0 38.77%,38.2% 38.77%);width:20px;height:20px}.smallStar{background-color:#000}.yellowStarhalf{background-image:linear-gradient(90deg,#ffb222 50%,#fff 0)}.yellowStar,.yellowStarhalf{-webkit-clip-path:polygon(50% 2.45%,61.8% 38.77%,100% 38.77%,69.1% 61.23%,80.9% 97.55%,50% 75.1%,19.1% 97.55%,30.9% 61.23%,0 38.77%,38.2% 38.77%);clip-path:polygon(50% 2.45%,61.8% 38.77%,100% 38.77%,69.1% 61.23%,80.9% 97.55%,50% 75.1%,19.1% 97.55%,30.9% 61.23%,0 38.77%,38.2% 38.77%);width:20px;height:20px}.yellowStar{background-image:linear-gradient(90deg,#ffb222 100%,#000 0)}.productsTitle:after{content:"";position:absolute;background-color:orange;bottom:0;transform:translateX(-50%);left:50%;width:50%;height:3px;border-radius:50%}