/* Hide bottom-page carousel */
.most-recently-viewed{display:none;}

/* Style carousel title */
.products-collection{
    margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    font-family: "ClarinsRegular",serif;
    font-size: 30px;
}


/* SEO Bottom Text Style */

.BottomSEO{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.BottomSEO h2{
    text-transform: uppercase;
    margin-top: 100px;
    color: #be0f34;
    font-size: 16px;
}

.BottomSEO p{
    font-size: 14px;
    line-height: 20px;
}

.BottomSEO span{
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.BottomSEO .wrapperSEO a{
	text-decoration: underline;
	text-decoration-color: #e5e5e5;
}

#closed_seo {display:none;}

.trigger_seo p{
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.trigger_seo span{
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #000000;
    font-size: 13px;
    font-weight: bold;
}

@media (min-width: 1025px) {
    #gradientEffect::before {
        height: 70px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #gradientEffect::before {
        height: 100px;
    }
    .BottomSEO h2{
        padding-top:5vh;
    }
}

@media (min-width: 376px) and (max-width: 768px) {
    #gradientEffect::before {
        height: 115px;
    }
}

@media (min-width: 321px) and (max-width: 375px) {
    #gradientEffect::before {
        height: 210px;
    }
}

@media (max-width: 320px) {
    #gradientEffect::before {
        height: 250px;
    }
}

#gradientEffect::before {
    width: 100%;
    content: " ";
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    position: absolute;
    top: 30px;
    left: 0;
}
#gradientEffect::before {
    height: 55px;
}
.wrapperSEO{
    position: relative;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
#gradientEffect::before {
    height: 140px;
}
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
#gradientEffect::before {
    width: 100%;
    content: " ";
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    position: absolute;
    top: 15px;
    left: 0;
}
#gradientEffect::before {
    height: 170px;
}
}

/***DTW EDITS***/
#gradientEffect::before {
    height: 65px;
    top: 24px;
}
.BottomSEO {
    width: 68%;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
.BottomSEO {
    width: 76%;
    }
    #gradientEffect::before {
        height: 84px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .desktop_break{
        display: none;
    }
    #gradientEffect::before {
        height: 120px;
    }
}


@media screen and (max-width: 761px){
    .desktop_break{
        display: none;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    #gradientEffect::before {
        height: 150px;
        top: 24px;
    }
}