//Disable Animation
.visual-product-card .visual-product-card__card-container:hover { transform: none !important; transition: none !important; box-shadow: none !important; transition-property: none !important; animation: none !important; }
.visual-product-card__card-container:hover { transform: none !important; transition: none !important; box-shadow: none !important; transition-property: none !important; animation: none !important; }

//Disable Gradient
section.visual-product-card>div.container { margin-top: -50px !important; }
section.visual-product-card { margin-top: -45px !important; }
.visual-product-card__eyebrow-container { background: none !important; display: none !important; } 
.visual-product-card .visual-product-card__eyebrow-gradient-bar { background: none !important; display: none !important; } 
.visual-product-card .image.gray .visual-product-card__content-container { background-color: white !important; }

.visual-product-card__title { font-size: 18px !important; line-height: 24px !important; font-weight: bold !important; }