.product-grid li:nth-child(1) product-card { transform: rotate(1deg) !important; }
.product-grid li:nth-child(2) product-card { transform: rotate(-1deg) !important; }
.product-grid li:nth-child(3) product-card { transform: rotate(2deg) !important; }
.product-grid li:nth-child(4) product-card { transform: rotate(-1deg) !important; }
.product-grid li:nth-child(5) product-card { transform: rotate(3deg) !important; }
.product-grid li:nth-child(6) product-card { transform: rotate(-2deg) !important; }

