.ltpc-cart{


position:relative;

display:flex;

align-items:center;

justify-content:center;

width:48px;

height:48px;

text-decoration:none;


}



.ltpc-cart-icon svg{


width:32px;

height:32px;

fill:#d4af37;


filter:
drop-shadow(
0 0 6px rgba(212,175,55,.7)
);


transition:.3s;


}



.ltpc-cart:hover svg{


transform:scale(1.15);


}




.ltpc-count{


position:absolute;


top:-3px;

right:-5px;



background:#e60000;


color:white;



font-size:13px;

font-weight:700;



width:23px;

height:23px;



border-radius:50%;



display:flex;

align-items:center;

justify-content:center;



border:2px solid white;



}



@media(max-width:768px){


.ltpc-cart{


width:42px;

height:42px;


}



.ltpc-cart-icon svg{


width:27px;

height:27px;


}



.ltpc-count{


width:20px;

height:20px;

font-size:11px;


}


}