#text-container { background-color: {{design.bgColor.toColor()}} !important; color: {{design.txtColorProduct.toColor()}} !important; } #cta-btn { background: {{design.btnColor.toColor()}} !important; color: {{design.txtColorCta.toColor()}} !important; } #cta-btn.shadow { border-color: {{shadeColor(design.btnColor.toColor(), -0.40)}}; } #cta-btn:hover { background: {{design.btnRollColor.toColor()}} !important; color: #fff; } #cta-btn.shadow:hover { border-color: {{shadeColor(design.btnRollColor.toColor(), -0.40)}} !important; } #product-name { font-size: {{design.nameSize}}px; } #price { color: {{design.txtColorPrice.toColor()}} !important; } #price-prefix { color: {{design.txtColorPricePrefix.toColor()}} !important; } #ad hr { background: {{shadeColor(design.bgColor.toColor(), -0.30)}} !important; }