Hi @johns43992246 , Please use the below code to get the appliedCSSstyles for your Sling Model. You can use adapter and self annotation to get component styles. import com.adobe.cq.wcm.core.components.models.Component; @Model(adaptables = SlingHttpServletRequest.class,adapters = { ComponentExporter....