Flat Loaves
.is-unpublished {
background:white;
}
.FSdesc {
max-width:100%;
margin:40px auto 60px;
}
.FSdesc ul {
padding-top:10px;
position: relative;
}
.FSdesc li {
font-size: 1.1em;
list-style: none;
list-style-position: outside;
}
.FSdesc li:before {
content:"•";
font-weight:bold;
color: #aa1f2e;
position: absolute;
left:5px;
}
.FSdesc li:not(:last-child) {
padding-bottom:15px;
}
.FSprod {
max-width:900px;
margin:0 auto 60px;
}
.FSprod-title {
background:#f4f4f4;
padding:30px 20px 30px;
}
.FSprod-title>p {
font-size:28px;