

body {
    background: #fff;
}

@media(min-width: 1024px) {
    body {
        background: linear-gradient(to right, white 50%, #FAFAFA 50%);
    }
}

        body.order-confirm {
            background: #fff;
        }

    header {
        background: #e3027c;
        border-bottom: 1px solid #EDEDED;
    }

    .header {
        color: #fff;
        padding-left: 25px;
        padding-right: 25px;
    }

    .ribbon {
        display: flex;
        background-color: #202d3d;
        font-size: 14px;
        font-weight: 600;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 2px 0;
        margin: 0 auto;
        text-align: center;
        color: white;
    }

        .ribbon .boxrestrict {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding: 0px 25px;
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            max-width: 1000px;
            align-items: center;
            justify-content: space-between;
        }

        .ribbon header img {
            float: right;
            height: 19px;
        }

    hr {
        width: 100%;
    }

    .header a {
        width: 80px;
    }

        .header a > .logo {
            max-width: 80px;
        }

    .header i {
        color: #fff;
    }

    .header .page {
        font-size: 20px;
    }


    .product-container {
        padding-top: 0;
    }

    .campaignfootertext {
        text-align: center;
    }

.campaign-offer {
    background: rgb(250, 250, 250);
    border-bottom: #dedede 1px solid;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    padding: 10px 25px;
    margin-bottom: 10px;
    top: 10px;
    z-index: 100;
}

        .campaign-offer .head {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            font-weight: bold;
            margin-bottom: 1rem;
            margin-top: 1rem;
            font-size: 17px;
            align-items: center;
        }

            .campaign-offer .head a {
                font-weight: normal;
                font-size: 13px;
            }

        .campaign-offer .offer {
            margin-top: 5px;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .campaign-offer .offer img {
                width: 70px;
                margin-right: 16px;
                border-radius: 4px;
                box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3)
            }


            .campaign-offer .offer .info {
                display: flex;
                flex: 1;
                flex-direction: column;
            }

                .campaign-offer .offer .info .product {
                    font-weight: 600;
                    font-size: 15px;
                    margin-bottom: 7px;
                }

                .campaign-offer .offer .info .notes {
                    font-size: 13px;
                    font-weight: 500;
                    color: #727272;
                    margin-top: 10px;
                }

                .campaign-offer .offer .info .skuName {
                    max-width: 100%;
                    font-size: 13px;
                    color: #858585;
                    line-height: 17px;
                }

        .campaign-offer .red-text.desktop-only {
            font-size: 13px;
        }