#ad-container { background-color: {{design.bgColor.toColor()}}; } .one-line-headline #frame-01 .headlines { color: {{design.txtColorTitle.toColor()}}; } .sub-title { color: {{design.txtColorTitle.toColor()}}; font-size: {{design.subTitleSize}}px; } .disclaimer { color: {{design.txtColorDisc.toColor()}}; } .product-wrapper { background-color: {{toRGBA(design.bgColorAlt.toColor(), 90)}}; } .product-wrapper h2 { color: {{design.txtColorProduct.toColor()}}; } .product-wrapper h3 { color: {{design.txtColorSubTitle.toColor()}}; } .product-wrapper .product-price-container span { color: {{design.txtColorPricePrefix.toColor()}}; } .product-wrapper .product-price-container strong { color: {{design.txtColorPrice.toColor()}}; } .product-wrapper .product-price-container button { background-color: {{design.btnColor.toColor()}}; color: {{design.txtColorCta.toColor()}}; }