.layout {
border: 1px solid {{design.borderColor.toColor()}};
}
.background {
background-color: {{design.bgColor.toColor()}};
opacity: {{design.bgAlpha}};
}
.bgImage.image-bg {
background-image: url({{design.bgImageUrl}});
opacity: {{design.bgAlpha}};
}
.button {
background-color: {{design.btnColor.toColor()}};
color: {{design.txtColorCta.toColor()}};
}
.button.text {
color: {{design.btnColor.toColor()}};
}
.button:hover {
background-color: {{design.btnRollColor.toColor()}};
}
.button.text:hover {
color: {{design.btnRollColor.toColor()}};
}
.headline {
color: {{design.txtColorTitle.toColor()}};
font-size: {{design.headlineSize}}px;
}
.product-price {
color: {{design.txtColorPrice.toColor()}};
font-size: {{design.priceSize}}px;
}
.product-name {
color: {{design.txtColorProduct.toColor()}};
font-size: {{design.nameSize}}px;
}
.gradient .button {
background-image: -moz-linear-gradient(top, {{design.btnColor.toColor()}}, rgba(0, 0, 0, 0.5));
background-image: -ms-linear-gradient(top, {{design.btnColor.toColor()}}, rgba(0, 0, 0, 0.5));
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.5)), to({{design.btnColor.toColor()}}));
background-image: -webkit-linear-gradient(top, {{design.btnColor.toColor()}}, rgba(0, 0, 0, 0.5));
background-image: linear-gradient(to bottom, {{design.btnColor.toColor()}}, rgba(0, 0, 0, 0.5));
}
.gradient .button:hover {
background-image: -moz-linear-gradient(top, {{design.btnRollColor.toColor()}}, rgba(0, 0, 0, 0.5));
background-image: -ms-linear-gradient(top, {{design.btnRollColor.toColor()}}, rgba(0, 0, 0, 0.5));
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0, 0, 0, 0.5)), to({{design.btnRollColor.toColor()}}));
background-image: -webkit-linear-gradient(top, {{design.btnRollColor.toColor()}}, rgba(0, 0, 0, 0.5));
background-image: linear-gradient(to bottom, {{design.btnRollColor.toColor()}}, rgba(0, 0, 0, 0.5));
}
.disclaimer {
color: {{design.txtColorDisc.toColor()}};
}
{{product.name}}
{{product.price}}
{{headline.cta}}