.product__Like{display:inline-flex;align-items:center;padding:8px 16px;background-color:#ffffff;border:2px solid #f4b000;border-radius:15px;cursor:pointer;transition:background-color .3s,box-shadow .3s,color .3s}.product__Like svg{width:20px;height:20px;margin-right:8px;animation:blinkStar 1.5s ease-in-out infinite;color:#f4b000}.product__Like span{font-size:14px;color:#333333;font-weight:500;user-select:none;transition:color .3s}.product__Like:hover{background-color:#f4b000;box-shadow:0 0 8px rgba(244,176,0,.5)}.product__Like:hover span{color:#ffffff}.product__Like--featured{background-color:#f4af0050;border-color:#c18a0046}.product__Like--featured svg{color:#ffffff44;animation:none}.product__Like--featured span{color:#ffffff44}.product__Like--featured:hover{background-color:#c18a00;box-shadow:0 0 8px rgba(193,138,0,.5)}@keyframes blinkStar{0%,50%,to{opacity:1;transform:scale(1)}25%,75%{opacity:.3;transform:scale(1.2)}}@media (max-width:650px){.product__Like{padding:6px 10px;border-radius:12px;width:50px!important;height:40px!important;justify-content:center}.product__Like span{display:none}.product__Like svg{width:44px;height:44px;margin:0;animation:blinkStar 1.5s ease-in-out infinite}.product__Like--featured{width:40px;height:40px}.product__Like--featured svg{animation:none;color:#ffffff44}}