.bricks-image-caption { display: none !important; } html { overflow-x: hidden !important; } h1, h2, h3, h4, h5, h6 , p{ text-wrap: wrap;} .dds-home-featured-product__card-wrapper:hover :where(.dds-home-featured-product__card-content-heading, .dds-home-featured-product__card-content-excerpt, .title, .icon){ color: var(--white); filter:contrast(0) brightness(2); transition: all 0.4s ease-in-out;} .dds-home-featured-product__card-wrapper :where(.dds-home-featured-product__card-content-heading, .dds-home-featured-product__card-content-excerpt, .title, .icon), .dds-home-featured-product__card-wrapper,.dds-home-featured-product__card-content-button { transition: all 0.5s ease-in-out;} .dds-home-featured-product__card-wrapper:hover .dds-home-featured-product__card-content-button{ background-color: var(--action); color: var(--accent); transition: all 0.5s ease-in-out; border-color: var(--action);} .dds-home-featured-product__card-wrapper:hover .dds-home-featured-product__card-hover-svg { transform: scaleY(1.8) scaleX(1.8)!important; transition: all 0.7s ease-in-out;} .dds-home-featured-product__card-wrapper .dds-home-featured-product__card-hover-svg { transform: scaleY(0) scaleX(0); transition: all 0.7s ease-in-out;} @media screen and (max-width: 478px) { .dds-home-featured-product__card-wrapper:hover .dds-home-featured-product__card-hover-svg { transform: scaleY(1.1) scaleX(1.1)!important; top: 6%; } .dds-home-featured-product__card-wrapper .dds-home-featured-product__card-hover-svg { transform: scaleY(0) scaleX(0); } } body.bricks-is-frontend :focus-visible ,body.bricks-is-frontend :focus{ outline-style: none;}