.page-product {
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center top;
}

.page-product {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
  
.page-product header > div {
    background-color: transparent;
}

.page-product footer {
    background-color: transparent;
}

.page-product img {
    margin-left: auto;
    margin-right: auto;
}

.page-product h2, .page-product p {
    color: white;
}

.page-product header h1 {
    margin-top: -2em;
}

.page-product header p {
    display: none;
}

.page-product main {
    padding-bottom: 2rem;
}

.page-product .screenshot img {
    border-radius: 30px;
}

.page-product .icon img {
    border-radius: 30px;
    margin-bottom: 1em;
}

.page-product header h1 {
    display: none;
}

.page-product .main header {
    display: none;
}

.page-product .lh-copy {
    margin-top: -4rem;
}

.page-product h3 {
    color: #ddd;
}

.page-limone {
    background-color: #333;
    background-image: url(/images/limone-background.png);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

.page-limone img {
    width: 256px;
    height: 256px;
}

.page-pex {
    background-image: url(/products/pex/pex-blur.svg);
    background-position-y: -256px;
}

.page-pex .logo img {
    filter: invert(100%) brightness(100%);
}

figure.download-badge {
    width: 8em;
    padding-top: 0.5em;
    padding-bottom: 1em;
}