
T-Shirt Cropped
39,99 €
Play Teaser
/* -- The root styles must go in the element of the structure with the name "Hero". --*/
.hero-27{
mask-image: linear-gradient(to top, transparent, #000 25%);
/* Button styles when mouse over or focus */
.hero-27__btn:is(:hover, :focus){
/* Icon styles */
.hero-27__btn-icon{
transform: scale(1.06);
}
/* Text styles */
.hero-27__btn-info{
transform: translateX(5px);
}
}
}
