.BtnLink {
    margin-left: 20%;
}

.BtnLink a {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    position: relative;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 16px;
    padding-left: 30px;
    display: table;
    line-height: 14px;
    min-width: 110px;
    text-align: center;
    background-color: black;
}

.recommendations {
    display: none;
}

#SpecialOffers-Template-Aspot-Type-B {
    text-align: center;
    padding: 12px;
    margin-bottom: 60px;
    background-color: #FFF;
    font-size: 0px;
    display: block;
    position: relative;
    padding-top: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

body {
    color: #404040;
    font: 100 1em/150%;
    font-family: 'ClarinsRegular';
}

p {
    font-size: 14px;
    line-height: 1em;
    font-family: gotham ssm medium a, gotham ssm medium b, Gotham, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
}

.wrapper {
    max-width: 1200px;
    margin: auto;
}

h1,
h2,
h3,
h4 {
    font-weight: 900;
    color: #333;
    margin: 1.5em 0 0.5em;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.3em;
}

strong {
    font-weight: 600;
}

hr {
    border: none;
    height: 1px;
    background-color: rgba(51, 153, 204, 0.2);
}

.img-placeholder {
    background-image: url("http://placehold.it/200x100/CC99CC/ffffff&text=Feature");
    background-size: cover;
    min-height: 100px;
    min-width: 100px;
}

/*Basic Grid Styles*/
.Grid {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.u-textCenter {
    text-align: center;
}

.Grid-cell {
    flex: 1;
}


/* With gutters*/
.Grid--gutters {
    margin-left: -1em;
}

.Grid--gutters .Grid-cell {
    padding-left: 0em;
}

.Grid--gutters .Grid--nested .Grid-cell:first-of-type .Demo {
    margin-right: 1em;
}

/* Justify per row*/
.Grid--right {
    justify-content: flex-end;
}

.Grid--center {
    justify-content: center;
}

/* Alignment per row */
.Grid--top {
    align-items: flex-start;
}

.Grid--bottom {
    align-items: flex-end;
}

.Grid--center {
    align-items: center;
}

/* Alignment per cell */
.Grid-cell--top {
    align-self: flex-start;
}

.Grid-cell--bottom {
    align-self: flex-end;
}

.Grid-cell--center {
    align-self: center;
}

.navigation {
    list-style: none;
    /*background: deepskyblue;*/
    background: rgba(102, 51, 255, 0.1);
    margin: 0 0 1em;
    border: 1px solid #33cccc;
    border-radius: 3px;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-end;
}

.navigation a {
    text-decoration: none;
    display: block;
    padding: 1em;
    color: #333;
}

.navigation a:hover {
    background: rgba(64, 0, 255, 0.1);
    border-radius: 3px;
}

.navigation:hover {
    background: rgba(102, 51, 255, 0.25);
}

@media all and (max-width: 800px) {
    .navigation {
        justify-content: space-around;
    }
}

@media all and (max-width: 600px) {
    .navigation {
        -webkit-flex-flow: column wrap;
        flex-flow: column wrap;
        padding: 0;
    }

    .navigation a {
        text-align: center;
        padding: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .navigation li:last-of-type a {
        border-bottom: none;
    }
}

/*===========================================*/
/* Base classes for all media - Mobile first */
.Grid--cols-2>.Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-3>.Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-4>.Grid-cell {
    flex: 0 0 100%;
}

.Grid--cols-6>.Grid-cell {
    flex: 0 0 calc(50% - 1em);
}

.Grid--cols-12>.Grid-cell {
    flex: 0 0 calc(33.3333% - 1em);
}

.Grid--holly-grail .aside,
.Grid--holly-grail .main {
    flex: 1 100%;
}

/* One of -- columns*/
.Grid--1of2>.Grid-cell,
.Grid--1of4>.Grid-cell:first-of-type,
.Grid--1of3>.Grid-cell:first-of-type {
    flex: 0 0 100%;
}

.Grid--1of6>.Grid-cell:first-of-type {
    flex: 0 0 50%;
}

.Grid--fit>.Grid-cell {
    flex: 1;
}

.Grid--full>.Grid-cell {
    flex: 0 0 100%;
}

/* Tablet (medium) screens */
@media (min-width: 30em) {
    .Grid--cols-4>.Grid-cell {
        flex: 0 0 calc(50% - 1em);
    }

    .Grid--cols-6>.Grid-cell {
        flex: 0 0 calc(33.3333% - 1em);
    }

    .Grid--cols-12>.Grid-cell {
        flex: 0 0 calc(16.6666% - 1em);
    }

    .Grid--holly-grail .aside {
        flex: 1 calc(25% - 1em);
    }

    .Grid--1of2>.Grid-cell {
        flex: 0 0 50%;
    }

    .Grid--1of6>.Grid-cell:first-of-type {
        flex: 0 0 30%;
    }

    .Grid--1of4>.Grid-cell:first-of-type {
        flex: 0 0 50%;
    }

    .Grid--1of3>.Grid-cell:first-of-type {
        flex: 0 0 100%;
    }
}

/* Large screens */
@media (min-width: 48em) {

    .Grid--cols-2>.Grid-cell,
    .Grid--cols-3>.Grid-cell,
    .Grid--cols-4>.Grid-cell,
    .Grid--cols-6>.Grid-cell,
    .Grid--cols-12>.Grid-cell {
        flex: 1;
    }

    .Grid--holly-grail .main {
        flex: 2;
    }

    .Grid--holly-grail .aside {
        flex: 1;
    }

    .Grid--holly-grail .aside-1 {
        order: 1;
    }

    .Grid--holly-grail .main {
        order: 2;
    }

    .Grid--holly-grail .aside-2 {
        order: 3;
    }

    .Grid--1of2>.Grid-cell {
        flex: 0 0 50%;
    }

    .Grid--1of6>.Grid-cell:first-of-type {
        flex: 0 0 16.6666%;
    }

    .Grid--1of4>.Grid-cell:first-of-type {
        flex: 0 0 25%;
    }

    .Grid--1of3>.Grid-cell:first-of-type {
        flex: 0 0 30%;
    }

    .Grid--gutters.Grid--nested .Grid-cell:first-of-type .Demo {
        margin-right: 0;
    }
}

.content-1of4::before {
    content: "1/4";
}

.content-1of6::before {
    content: "1/6";
}

.content-1of12::before {
    content: "1/12";
}

/*Special offer custom CSS*/
.specialoffertitlemh {
    text-transform: uppercase;
    color: #be0f34;
    font-weight: 500;
    text-align: center;
    font-size: 35px;
}


.gentle-cleansing-p {
    text-align: center;
    font-size: 20px;
}

.gentle-foaming-cleansing-p {
    text-align: center;
    font-size: 20px;  
    line-height: 1.5em;  
}

.balance-cleansing-p {
    text-align: center;
    font-size: 20px;
    line-height: 0.1em;    
}

.balance-cleansing-psub {
    text-align: center;
    font-size: 15px;     
}

.balance-cleansing-psub-red {
    color: #be0f34;
    display: inline-block;
    font-weight: bold;
}

.product-tile .product-quickshop {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    border: 2px solid #000000;
    background-color: #000;
    margin-left: -85%;
}

.quickviewText {
    color: #fff;
}

.prodheaderimg {
    margin-left: -72%;
}

.prodfirstheaderimg {
    margin-left: 0%;
}

.prodfooterimg {
    margin-left: 0%;
}

.firstchild {
    min-height: 600px;
}

.secondchild {
    min-height: 670px;
}

.thirdchild {
    min-height: 670px;
}

.specialoffertitlespanmh {
    text-transform: uppercase;
    color: #be0f34;
    font-weight: 300;
}

.mhtitle {
    /*color: #be0f34;*/
    text-align: center;
    font-size: 18px;
    margin-right: 20%;
}

.mhsubtitle {
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
    margin-right: 20%;
}

.mhmention {
    text-align: left;
    font-size: 11px;
    line-height: 1.5em;
    min-height: 100px;
    margin-left: 20%;
    margin-right: 20%;
    white-space: nowrap;
}

.mhproddesc {
    text-align: center;
    font-size: 14px;
    text-transform: lowercase;
    min-height: 30px;
    margin-right: 20%;
}

/*best seller*/
.specialoffertitlebs {
    text-transform: uppercase;
    color: #be0f34;
    font-weight: 300;
    text-align: center;
    font-size: 35px;
}

.specialoffertitlespanbs {
    text-transform: uppercase;
    color: #be0f34;
    font-weight: 500;
}

.bstitle {
    /*color: #be0f34;*/
    text-align: center;
    font-size: 18px;
    margin-top: -30px;
}

.bssubtitle {
    text-align: center;
    font-size: 16px;
}

.bsmention {
    text-align: left;
    font-size: 11px;
    line-height: 1.5em;
    min-height: 100px;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    white-space: nowrap;
}

.bsproddesc {
    text-align: center;
    font-size: 14px;
    min-height: 30px;
    text-transform: lowercase;
}

/*best seller*/
.specialoffertitlecm {
    text-transform: uppercase;
    color: #2e4591;
    font-weight: 500;
    text-align: center;
    font-size: 35px;
}

.specialoffertitlespancm {
    text-transform: uppercase;
    color: #2e4591;
    font-weight: 300;
}

.cmtitle {
    /*color: #2e4591;*/
    text-align: center;
    font-size: 18px;
    margin-right: 20%;
}

.cmsubtitle {
    text-align: center;
    font-size: 16px;
    margin-right: 20%;
}

.cmmention {
    text-align: left;
    font-size: 11px;
    line-height: 1.5em;
    min-height: 50px;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    white-space: nowrap;
}

.cmproddesc {
    text-align: center;
    font-size: 14px;
    min-height: 30px;
    text-transform: lowercase;
    margin-right: 20%;
}

.prodimg {
    margin-left: -35%;
}

.gentle-cleansing-prod-img1 {
    margin-left: 5%;   
}

.gentle-cleansing-prod-img2 {
    margin-left: 12%;   
}

.gentle-cleansing-prod-img3 {
    margin-left: 10%;   
}

.balance-cleansing-prod-img1 {
    margin-left: -22%;    
}

.balance-cleansing-prod-img2 {
    margin-left: -20%;    
}

.balance-cleansing-prod-img3 {
    margin-left: -24%;    
}

.gentle-cleansing-foam-prod-img1, .gentle-cleansing-foam-prod-img2, .gentle-cleansing-foam-prod-img3, .gentle-cleansing-foam-prod-img4 {
    height: 450px;
    width: auto;
}

.prodheaderimgv2 {
    margin-left: -30%;
}

#CTAprodDesc {
    margin-left: -50%;
    text-align: left;
    font-size: 16px;
    margin-top: 5%;
    font-weight: 600;
}

#CTAprodtextalign {
    margin-left: -21%;
    min-height: 60px;
}

/*Responsiveness*/
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .prodfirstheaderimg {
        margin-left: 0%;
        width: 100%;
    }

    .prodfooterimg {
        margin-left: 0%;
        width: 100%;
    }

    .prodheaderimg {
        margin-left: -60%;
    }

    .prodheaderimgv2 {
        margin-left: -2%;
        width: 100%;
    }

    .prodimg {
        margin-left: -35%;
        width: 85%;
    }

    .firstchild {
        min-height: 670px;
    }

    .secondchild {
        min-height: 540px;
    }

    .Grid--gutters {
        margin-left: -6em;
    }

    #CTAprodtextalign {
        margin-left: -32%;
        min-height: 60px;
    }

    .BtnLink a {
        font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        position: relative;
        padding-top: 16px;
        padding-right: 30px;
        padding-bottom: 16px;
        padding-left: 30px;
        display: table;
        line-height: 14px;
        min-width: 75px;
        text-align: center;
        background-color: black;
    }

    #CTAprodDesc {
        margin-left: -105%;
        text-align: left;
        font-size: 13px;
        margin-top: 20%;
        font-weight: 600;
    }

    .cmmention {
        margin-left: 10%;
        margin-right: 10%;
    }

    .bsmention {
        margin-left: 10%;
        margin-right: 10%;        
    }

    .mhmention {
        margin-left: 3%;
        margin-right: 3%;       
        margin-top: -10%;   
    }

    .BtnLink {
        margin-left: 35%;
    }

    .gentle-cleansing-foam-prod-img1, .gentle-cleansing-foam-prod-img2,
    .gentle-cleansing-foam-prod-img3, .gentle-cleansing-foam-prod-img4 {
        height: 333px;
        width: auto;
    }

    .gentle-cleansing-foam-prod-img3 {
        margin-left: 5%;
    }

    .gentle-cleansing-foam-prod-img2 {
        margin-left: 8%;
    }

    .gentle-cleansing-foam-prod-img1 {
        margin-left: 15%;
    }

    .gentle-cleansing-foam-prod-img4 {
        margin-left: 10%;
    }

    .bstitle {
        font-size: 12px;
        margin-left: 20%;
        width: 190px;
        white-space: nowrap;
    }

    .bssubtitle {
        font-size: 11px;
        margin-left: 25%;
    }

    .bsproddesc {
        font-size: 10px;
        margin-left: 25%;
    }

    .mhproddesc {
        margin-left: 35%;
        font-size: 12px;
    }

    .mhsubtitle {
        margin-left: 24%;   
        width: 200px;
        font-size: 14px;     
    }

    .mhtitle {
        margin-left: 34%;
        font-size: 16px;        
    }

    .cmtitle {
        margin-left: 33%;
        width: 150px;
        font-size: 16px;
    }

    .cmsubtitle {
        margin-left: 35%;
        font-size: 14px;
    }

    .cmproddesc {
        margin-left: 28%;
        width: 180px;
        font-size: 12px;
    }

    .balance-cleansing-prod-img3 {
        margin-left: 10%;
    }

    .balance-cleansing-prod-img2 {
        margin-left: 15%;
    }

    .balance-cleansing-prod-img1 {
        margin-left: 16%;
    }

    .balance-cleansing-prod-img1, .balance-cleansing-prod-img2, .balance-cleansing-prod-img3 {
        height: 315px;
        width: auto;
    }

    /*.gentle-cleansing-prod-img1, .gentle-cleansing-prod-img2, .gentle-cleansing-prod-img3 {
        height: 250px;
        width: auto;
    }*/

    .gentle-cleansing-prod-img3 {
        margin-left: 15%;
    }

    .gentle-cleansing-prod-img2 {
        margin-left: 35%;
    }

    .gentle-cleansing-prod-img1 {
        margin-left: 32%;
    }   
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .prodfirstheaderimg {
        margin-left: 0%;
        width: 100%;
    }

    .prodimg {
        margin-left: -35%;
        width: 80%;
    }

    .prodheaderimg {
        margin-left: -68%;
    }

    .prodheaderimgv2 {
        margin-left: -19%;
    }

    .prodfooterimg {
        margin-left: 0%;
        width: 100%;
    }

    .firstchild {
        min-height: 600px;
    }

    .secondchild {
        min-height: 570px;
    }

    .thirdchild {
        min-height: 570px;
    }

    #CTAprodtextalign {
        margin-left: -24%;
        min-height: 60px;
    }

    #CTAprodDesc {
        margin-left: -60%;
        text-align: left;
        font-size: 14px;
        margin-top: 5%;
        font-weight: 600;
    }

    .mhmention {
        text-align: left;
        font-size: 11px;
        width: 70%;
        line-height: 13px;
    }

    .bsmention {
        text-align: left;
        font-size: 11px;
        width: 65%;
        line-height: 13px;
        margin-left: 16%;
        margin-right: 16%;
    }

    .gentle-cleansing-foam-prod-img1, .gentle-cleansing-foam-prod-img2,
    .gentle-cleansing-foam-prod-img3, .gentle-cleansing-foam-prod-img4 {
        height: 416px;
        width: auto;
        margin-left: 3%;
    }

    .mhtitle {
        margin-right: 15%;
    }

    .mhsubtitle {
        margin-right: 15%;
    }

    .mhproddesc {
        margin-right: 15%;
    }

    .gentle-cleansing-prod-img1 {
        margin-left: 11%;
    }

    .gentle-cleansing-prod-img2 {
        margin-left: 22%;
    }

    .mhmention {
        margin-left: 15%;
        margin-right: 15%;
    }

    .cmmention {
        margin-left: 16%;
        margin-right: 16%;
    }

    .cmproddesc {
        margin-right: 14%;
    }

    .cmsubtitle {
        margin-right: 14%;        
    }

    .cmtitle {
        margin-right: 14%;         
    }

    .balance-cleansing-prod-img1 {
        margin-left: -11%;
    }

    .balance-cleansing-prod-img2 {
        margin-left: -15%;
    }

    .balance-cleansing-prod-img3 {
        margin-left: -20%;
    }

    .BtnLink {
        margin-left: 22%;
    }

    .bsproddesc {
        margin-left: 5%;
    }

    .bssubtitle {
        margin-left: 5%;
    }

    .bstitle {
        margin-left: 5%;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .Grid--gutters .Grid-cell {
        padding-left: 15em;
    }

    .prodfirstheaderimg {
        margin-left: 0%;
        width: 100%;
    }

    .prodfooterimg {
        margin-left: 0%;
        width: 100%;
    }

    .prodimg {
        margin-left: -50%;
        width: 65%;
    }

    .Grid--gutters {
        margin-left: -8em;
    }

    .prodheaderimg {
        margin-left: -51%;
    }


    .prodheaderimgv2 {
        margin-left: -50%;
        width: 65%;
    }

    .mhproddesc {
        text-align: center;
        font-size: 14px;
        width: 50%;
    }

    .mhsubtitle {
        text-align: center;
        font-size: 13px;
        margin-left: -50%;
    }

    .mhmention {
    text-align: center;
    font-size: 11px;
    width: 49%;
}

    .BtnLink a {
        font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
        font-size: 11px;
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        position: relative;
        padding-top: 16px;
        padding-right: 30px;
        padding-bottom: 16px;
        padding-left: 30px;
        display: table;
        line-height: 14px;
        min-width: 110px;
        text-align: center;
        background-color: black;
        margin-left: 6%;
    }

    .firstchild {
        min-height: 1190px;
    }

    .secondchild {
        min-height: 925px;
    }

    #CTAprodtextalign {
        margin-left: -36%;
        min-height: 60px;
        margin-bottom: 20px;
    }

    #CTAprodDesc {
        margin-left: -48%;
        text-align: center;
        font-size: 16px;
        margin-top: 5%;
        font-weight: 600;
    }
    .mhtitle {
    /*color: #be0f34;*/
    text-align: center;
    font-size: 18px;
}
.bstitle {
    /*color: #be0f34;*/
    text-align: center;
    font-size: 18px;
    margin-left: -50%;
}
.bssubtitle {
    text-align: center !important;
    font-size: 16px;
    margin-left: -50%;
}
.bsproddesc {
    text-align: center !important;
    font-size: 14px;
    min-height: 50px;
    margin-left: -50%;
}
.bsmention {
    text-align: center !important;
    font-size: 11px;
    width: 65%;
    margin-left: -10%;
}
.cmtitle {
    /*color: #2e4591;*/
    text-align: center !important;
    font-size: 18px;
    margin-right: 50%;
}
.cmsubtitle {
    text-align: center !important;
    font-size: 13px;
    margin-right: 50%;
}
.cmproddesc {
    text-align: center !important;
    font-size: 14px;
    min-height: 20px;
    margin-right: 50%;
}

.BtnLink {
    margin-left: 0%;
}

.cmmention {
    text-align: center;
    margin-left: 40%;
    white-space: normal;
    margin-top: 10%;
}

.balance-cleansing-prod-img1 {
    margin-left: -50%;
}

.balance-cleansing-prod-img2 {
    margin-left: -50%;
}

.balance-cleansing-prod-img3 {
    margin-left: -50%;
}

.balance-cleansing-p {
    line-height: 1.0em;
}

.bsmention {
    white-space: normal;
    margin-left: 40%;
    margin-top: 10%;
}

.bsproddesc {
    min-height: 20px;
}

.gentle-cleansing-foam-prod-img1, .gentle-cleansing-foam-prod-img2,
.gentle-cleansing-foam-prod-img3, .gentle-cleansing-foam-prod-img4 {
    margin-left: -50%;
}

.mhmention {
    margin-left: 26%;
    white-space: normal;
    margin-top: 10%;
}
.mhproddesc {
    min-height: 20px;
}
.mhtitle {
    margin-left: -30%;
}
.mhsubtitle {
    margin-left: -30%;
}
.mhproddesc {
    margin-left: 0%;
}
.gentle-cleansing-prod-img1, .gentle-cleansing-prod-img2, .gentle-cleansing-prod-img3{
    margin-right: 40%;
    margin-top: 10%;
}
}

.bsmention {
    text-align: left;
    font-size: 11px;
    width: 65%;
}

.cmsubtitle {
    text-align: center;
    font-size: 16px;
}

.product-tile .product-quickshop {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    border: 2px solid #000000;
    background-color: #000;
    margin-left: auto;
    padding: 5px;
    display: block;
}

.product-tile {
    margin-left: 0px;
    margin-right: 20px;
    color: #000;
    position: relative;
    text-align: center;
    padding: 0px;
}

.product-tile {
    border: 1px solid #ffffff;
    padding: 5px 0px;
}
}