<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.features-header-promo img {
    box-shadow: none !important;
    border: none !important
}

.zw-template-inner {
    position: relative
}

.zw-template-inner:before {
    background: #ffd3c1;
    background: -moz-linear-gradient(top,#ffd3c1 0,#fff 100%);
    background: -webkit-linear-gradient(top,#ffd3c1 0,#fff 100%);
    background: linear-gradient(to bottom,#ffd3c1 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd3c1',endColorstr='#ffffff',GradientType=0)
}

.zw-template-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: -100px;
    z-index: 1;
}
.zw-product-header { z-index: 2;position: relative;}</pre></body></html>