.layout, .product-image-border { border-color: {{design.borderColor.toColor()}}; } .background { background-color: {{design.bgColor.toColor()}}; opacity: {{design.bgAlpha}}; } .gradient .background { background-image: -moz-linear-gradient(top, white, {{design.bgColor.toColor()}}); background-image: -ms-linear-gradient(top, white, {{design.bgColor.toColor()}}); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from({{design.bgColor.toColor()}}), to(white)); background-image: -webkit-linear-gradient(top, white, {{design.bgColor.toColor()}}); background-image: linear-gradient(to bottom, white, {{design.bgColor.toColor()}}); } .image .background { background-image: url({{design.bgImageUrl}}); } .product-price-value { color: {{design.txtColorPrice.toColor()}}; font-size: {{design.priceSize}}px; } .product-price-prefix { color: {{design.txtColorPricePrefix.toColor()}}; font-size: {{design.pricePrefixSize}}px; } .product-description { color: {{design.txtColorDescription.toColor()}}; font-size: {{design.descriptionSize}}px; } .button { background-color: {{design.btnColor.toColor()}}; border-color: {{design.btnColor.toColor()}}; color: {{design.txtColorCta.toColor()}}; } .button.text { color: {{design.btnColor.toColor()}}; } .button:hover { background-color: {{design.btnRollColor.toColor()}}; border-color: {{design.btnRollColor.toColor()}}; } .button.text:hover { background: none; color: {{design.btnRollColor.toColor()}}; }
{{product.description}}
{{headline.pricePrefix}}
{{product.price}}
{{headline.cta}}