/*
================================
HSAD BASE 2023
================================
*/
.section {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    color:#1E1E1E;
    font-size: 20px;
    line-height: 28px;
}
.section .copyblock .eyebrow {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 10px;
    letter-spacing: 0.071em;
    text-transform: uppercase;
}
.section .copyblock .title h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
}
.section .copyblock .copy {
    font-size: 20px;
    line-height: 26px;
    padding: 20px 0px 30px 0px;
}
.section .copyblock .fine {
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0px;
}
.section sup {
    top: -1.5em;
    font-size: 30%;
}
.section .sectitle {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 40px 0px;
    color: #666666;
	margin-left: -50px;
}
.section .sectitle h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    padding-top: 25px;
    color: #000;
}
.section .sectitle h2 sup {
    top: -1.5em;
    font-size: 30%;
}
.section .cta {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}
.section a:hover {
    text-decoration: none;
}
.section img {
    max-width: 100%
}

.section ul {
    margin:0;
    padding:0;
}
.section ul li, ol li {
    margin-bottom: 0px;
    list-style: none;
}
.section .red, 
.red a {
    color:#a50034 !important;
    text-decoration: underline;
}
.section .italic {
    font-style: italic;
}
.section .bold,
.bold {
    font-family: 'LG Smart Bold';
}
.section .center {
    text-align: center;
}
.for-mobile {
    display: none !important;
}
.row-skel:after {
    content: "";
    display: table;
    clear: both;
    padding-bottom: 2%;
}
#respoiframe {
    min-height: 93vh!important;
}
video {
    width: 90%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
	border-radius: 20px;
    margin-bottom: 20px;
}
#sticky {
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
}
#hidden-lightbox .copy img {
    max-width: 100%;
}
.breadcrumb {
    color: #fff;
    display: none!important;
}
.container-skel .row { 
    margin: 0px; /* override bootstrap */
} 

.newbtn {
    display: inline-block;
    margin: 0;
    padding: 7px 14px !important;
    border-radius: 100vw;
    background-color: #A60032;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    font-family: 'LG Smart Bold';
    font-size: 14px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.2s ease-in-out;
    outline: none;
    border: 2px solid #FD312D;
}
.newbtn::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid transparent;
    background-color: #FD312D;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.newbtn:hover {
    border: 2px solid #A60032;
    color: #fff;
}
.newbtn:hover::before {
    background-color: #A60032;
    left: 100%;
}
.newbtn:active {
    background-color: white;
    color: black;
    border: 2px solid black;
}

.newbtn.inverse {
    display: inline-block;
    margin: 0;
    padding: 7px 14px !important;
    border-radius: 100vw;
    background-color: #fff;
    color: #A60032;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    font-family: 'LG Smart Bold';
    font-size: 14px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.2s ease-in-out;
    outline: none;
    border: 2px solid #fff;
}
.newbtn.inverse::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid transparent;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.newbtn.inverse:hover {
    border: 2px solid #fff;
    color: #A60032;
}
.newbtn.inverse:hover::before {
    background-color: #fff;
    left: 100%;
}
.newbtn.inverse:active {
    background-color: white;
    color: black;
    border: 2px solid black;
}


.newbtn-outline {
    display: inline-block;
    margin: 0;
    padding: 7px 14px !important;
    border-radius: 100vw;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    font-family: 'LG Smart Bold';
    font-size: 14px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.2s ease-in-out;
    outline: none;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}
.newbtn-outline::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
.newbtn-outline:hover {
    background-color: #A60032;
    border: 1px solid #A60032;
    color: #fff;
}
.newbtn-outline:hover::before {
    background-color: #A60032;
    left: 100%;
    border: 1px solid #A60032;
}

.theme-container {
    margin-top: 0em;
    padding: 1em;
    line-height: 1.4em;
	text-align: center;
	background: #FFFFFF;
}

.theme-container h2 {
    margin-top: 1em;
    line-height: 1.4em;
	text-align: center;
    font-family: 'LG Smart Bold', sans-serif;
}


/*
================================
SLICK SLIDER
================================
*/
.slider.slick-carousel-wcard-d > slick-track:not(:first-child) {
    display: none;
  }
 /* remove pagination dots on sigle card */
  .slick-dots {
     > li {
         display: inline-block;
     }
     > li:only-child {
         display: none;
     }
 }
 
 .section.tophero .slick-slide {
     margin: 0px;
 }
 .slick-slide {
     margin: 0 10px;
 }
 .slide-arrow { 
     position: absolute; 
     top: 50%; 
     margin-top: -15px; 
     margin: 0; 
     padding: 0; 
     background: none; 
     border: none; 
     border-radius: 0; 
     outline: none; -webkit-appearance: none; -moz-appearance: none; 
     appearance: none; 
 }
 .prev-arrow { 
     left: -40px; 
     z-index: 1; 
     border: solid #767676; 
     border-width: 0 3px 3px 0; 
     display: inline-block; 
     padding: 3px; 
     transform: rotate(135deg); -webkit-transform: rotate(135deg); 
     overflow: hidden; 
     width: 30px; 
     height: 30px; 
 }
 .next-arrow { 
     right: -40px; 
     border: solid #767676; 
     border-width: 0 3px 3px 0; 
     display: inline-block; 
     padding: 3px; 
     transform: rotate(-45deg); -webkit-transform: rotate(-45deg); 
     overflow: hidden; 
     box-sizing: border-box; 
     width: 30px; 
     height: 30px; 
 }
 .slider.slick-hero .prev-arrow { 
     left: 20px; 
 }
 .slider.slick-hero .next-arrow { 
     right: 20px;  
 }
 .next-arrow:hover, 
 .prev-arrow:hover { 
     border: solid #000; 
     border-width: 0 3px 3px 0;  
 }
 .slick-slide .slide-content {
     width: 100%;
     margin: 0 auto;
 }
 .slick-list {
     margin: 0px;
 }
 .slick-prev,
 .slick-next {
     position: absolute;
     right: calc(50% - 6.625rem);
     border: none;
     color: transparent;
     width: 30px;
     height: 30px;
     background-color: transparent;
     line-height: 0;
     position: absolute;
     top: 100%;
     display: block;
     z-index: 1;
     transform: translate(0px, -50%);
     cursor: pointer;
     border: none;
     outline: none;
     font-size: 1.5rem;
 }
 .slick-prev {
     left: calc(50% - 6.625rem);
 }
 .slick-next:before {
     content: '';
     background-image: url('data:image/svg+xml;utf8,<svg fill="%23a50034" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"/><path d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"/></svg>');
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     width: 1em;
     height: 1em;
     display: inline-block;
     fill: currentColor;
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     font-size: inherit;
 }
 .slick-prev:before {
     content: '';
     background-image: url('data:image/svg+xml;utf8,<svg fill="%23a50034" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>');
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     width: 1em;
     height: 1em;
     display: inline-block;
     fill: currentColor;
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     font-size: inherit;
 }
 .slick-dots {
     position: relative;
     display: block;
     padding: 0px;
     margin-top: 30px!important;
     transform: translateY(50%);
     list-style: none;
     text-align: center;
     line-height: 0;
     width: 100%;
     bottom: 0;
 }
 .slick-dots li {
     position: relative;
     display: inline-block;
     height: 20px;
     width: 12.5px;
     margin: 0px;
     padding: 0;
     cursor: pointer;
 }
 .slick-dots li button {
     position: relative;
     line-height: 0;
     width: 0.5rem;
     height: 0.5rem;
     padding: 0px;
     margin: 0.125rem;
     display: block;
     cursor: pointer;
     color: transparent;
     border: 0px;
     outline: none;
     background: transparent;
 }
 .slick-dots li button::before {
     line-height: 0;
     position: relative;
     display: block;
     width: 100%;
     height: 100%;
     content: "";
     border-radius: 50%;
     text-align: center;
     /* opacity: 0.26;
     background-color: rgb(27, 26, 30); */
 }
 .slick-dots li button:hover::before, 
 .slick-dots li button:focus::before, 
 .slick-dots li.slick-active button::before {
     opacity: 1;
     background-color: rgb(165, 0, 52);
 }
 .slick-dots li.slick-active button:before { 
     opacity: .75; 
     background-color: #a50034; 
     color: transparent; 
 }
 .slick-dots li button:before { 
     /* border: 1px solid rgba(0,0,0,.5);  */
     opacity: 1;
     background-color: #c4c4c5; 
     color: transparent; 
     width: 8px; 
     height: 8px; 
     border-radius: 50%; 
 }
 .gallery-carousel .slick-dots li {
     position: relative;
     display: inline-block;
     width: auto;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
     display: none;
     color: #737272;
     font-family: 'LG Smart Regular';
     font-weight: 700;
     font-size: 18px;
     letter-spacing: 0.05em;
 }
 .gallery-carousel .slick-dots a {
     color: #737272;
     transition: .3s all;
 }
 .gallery-carousel .slick-dots,
 .gallery-carousel .slick-dots .slick-active {
     display: block;
     padding-top: 5px;
 } 
 .gallery-carousel .slick-dots a {
     opacity: 1;
     display: block;
     transition: .3s all;
 }
 /* slick custom */
 .slick-hero .slick-dots {
     margin-top: -80px!important;
 }
 
 .slick-carousel-wcard-d .slick-dots {
     margin-top: 0px!important;
 }
 
 
 /* section products */
 .section.products .container-skel {
    padding-bottom: 50px;
}
.slick-carousel-products .product {
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 0 10px;
    margin-bottom: 20px;
    text-align: left;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	border-radius: 30px;
    z-index: 999999;
    position: relative;
}
.slick-carousel-products .product img {
    text-align: center;
    margin: 0 auto;
	border-radius: 10px 10px 0 0;
}
.slick-carousel-products .product .copyblock {
    text-align: left;
    margin: 0;
	padding: 20px;
}
.slick-carousel-products .product h3 {
    font-size: 14px;
    padding: 10px 0px;
    letter-spacing: 0.071em;
    text-align: left;
}
.slick-carousel-products .product h2 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    padding: 5px 0px 20px 0px;
    color: #000;
}
.slick-carousel-products .cta {
    text-align: left;
}
.slick-carousel-products .product .newbtn-outline {
    display: inline-block;
    margin: 0;
    padding: 7px 14px !important;
    border-radius: 100vw;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    font-family: 'LG Smart Regular';
    font-size: 14px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    outline: none;
    color: #ffffff;
    border: 1px solid #6b6b6d;
    background-color: #FD312E;
}
.slick-carousel-products .product .newbtn-outline::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.slick-carousel-products .product .newbtn-outline:hover {
    background-color: #A60032;
    border: 1px solid #A60032;
    color: #fff;
}
.slick-carousel-products .product .newbtn-outline:hover::before {
    background-color: #A60032;
    left: 100%;
    border: 1px solid #A60032;
}





/*
================================
OVERLAY CARDS
================================
*/
.overlaycard-wrap {
    position: relative;
}
.overlaycard-wrap.black {
    color: #000;
}
.overlaycard-wrap.white {
    color: #fff;
}
.overlaycard-wrap .copyblock .eyebrow {
    padding-bottom: 10px;
}
.overlaycard-wrap .copyblock .title h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
}
.overlaycard-wrap .copyblock .copy {
    padding: 20px 0px 30px 0px;
}
.overlaycard-wrap .copyblock .copy sup {
    top: -1em;
    font-size: 50%;
}
.overlaycard-wrap .copyblock .title h2 sup {
    top: -1.5em;
    font-size: 30%;
}
.overlaycard-image {
    display: block;
    height: auto;
}
.overlaycard-left {
    top: 50%;
    left: 29%;
    width: 620px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.overlaycard-right {
    top: 50%;
    left: 70%;
    width: 660px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.overlaycard-center {
    top: 50%;
    left: 50%;
    width: 600px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


/*
================================================================================================================================
PACKAGE AREA
================================================================================================================================
*/

/* section tophero */

.section.tophero {
    padding: 0px 0px 0px 0px;
}
.section.hero video {
    width: 100%;
}

.section.tophero img {
		width: 100%;
    }
	

.section.tophero .overlaycard-wrap .overlaycard-left {
    top: 50%;
    left: 24%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.section.tophero .overlaycard-wrap .copyblock .title h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
}

/* section promotions hero */

.section.promotions {
    padding: 0px 0px 0px 0px;
}
.section.promotions video {
    width: 100%;
}

.section.promotions .overlaycard-wrap .overlaycard-right {
    top: 50%;
    left: 70%;
    width: 500px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section.promotions .overlaycard-wrap .copyblock .title h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
	text-align: left;
}


/* section subhero */
.section.shoptheme {
    padding: 75px 0px;
}
.section.shoptheme .copyblock {
    text-align: center;
}

/* section shoptheme */
.section.shoptheme {
    padding: 0px 0px 75px 0px;
    color: #fff;
}
.section.shoptheme .review {
    padding: 20px 0;
}
.section.shoptheme .credit {
    font-style: italic;
    font-size: 10px;
}

.section.whyshop {
	position: relative;
	margin: 5em 0 5em 0;
	padding: 0;
	border-radius: 20px;
	background: #F4F2ED;
}


.section.whyshop .overlaycard-left {
    position: relative;
    /* left: 42%; */
    width: 225px;
    text-align: left;
    margin: -3.6em 0 0 0.5em;
}

.section.whyshop .copyblock .title h2 {
    font-family: 'LG Smart Bold';
    font-weight: 400;
    font-size: 24px;
    line-height: 18px;
	text-align: left;
}

.section.whyshop .copyblock .copy {
    font-size: 20px;
	color: #5e6a7d;
}

.section.shopbyprice .overlaycard-wrap h2 {
    position: relative;
	font-size: 28px;
	margin: 40px 0 0 -60px;
}
}

.overlaycard-static .icon {
    display: block;
    padding: 0 0 40px 150px;
    z-index: 999;
}
.overlaycard-static {
    top: 55%;
    left: 78%;
    width: 710px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.overlaycard-static .copyblock {
    text-align: left;
    background-color: #F0ECE4;
    border-radius: 50px;
    padding: 50px;
    z-index: 999;
}

.fancybox-slide--iframe .fancybox-content, 
.fancybox-iframe {
	background: transparent;
}


.section.shopbyprice {
    top: 15em;
    left: 52%;
    max-width: 100%;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section.shopbyprice .overlaycard-wrap .copyblock h2 {
    font-family: 'LG Smart Bold';
    font-size: 20px;
    line-height: 18px;
    text-align: center;
}


/* tout flags */
.flag-good {
    position: relative;
}
.flag-good::after {
    content: "good";
    position: absolute;
    width: 101px;pb
    height: 40px;
    font-size: 22px;
    font-family: 'LG Smart Bold';
    text-align: center;
    line-height: 40px;
    background: url(../images/flag.png) top right no-repeat;
    background-size: contain;
    color: #fff;
    top: -20px;
    right: -20px;
}
.flag-better {
    position: relative;
}
.flag-better::after {
    content: "better";
    position: absolute;
    width: 101px;
    height: 40px;
    font-size: 22px;
    font-family: 'LG Smart Bold';
    text-align: center;
    line-height: 40px;
    background: url(../images/flag.png) top right no-repeat;
    background-size: contain;
    color: #fff;
    top: -20px;
    right: -20px;
}
.flag-best {
    position: relative;
}
.flag-best::after {
    content: "best";
    position: absolute;
    width: 101px;
    height: 40px;
    font-size: 22px;
    font-family: 'LG Smart Bold';
    text-align: center;
    line-height: 40px;
    background: url(../images/flag.png) top right no-repeat;
    background-size: contain;
    color: #fff;
    top: -20px;
    right: -20px;
}
a.rules {
    text-decoration: underline;
}





@media (min-width: 1200px) and (max-width: 1535px) {
	
	.section.whyshop .overlaycard-left {
    position: relative;
    left: 40%;
    width: 200px;
    text-align: left;
    margin: -75px 0 0 0;
}
	
	.section.whyshop .copyblock .copy {
    font-size: 16px;
    color: #5e6a7d;
}
	
	.section.whyshop .copyblock .title h2 {
    font-family: 'LG Smart Bold';
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}
   .section .copyblock .copy {
    padding: 0px;
}
	
	.section img {
    max-width: 100%;
    width: 600px;
}
	
	video { width: 100%;
	border-radius: 10px;
}
	
	
}

@media (min-width: 900px) and (max-width: 1199px) {
    /**************** TABLET LANDSCAPE *****************/
    
    /*
    ================================
    GENERAL
    ================================
    */
    .section {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        color:#1E1E1E;
        font-size: 14px;
        line-height: 26px;
    }
    .section .copyblock .eyebrow {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 0px;
        letter-spacing: 0.071em;
        text-transform: uppercase;
    }
    .section .copyblock .title h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
    }
    .section .copyblock .copy {
        font-size: 15px;
        line-height: 19px;
    }
    .section .copyblock .fine {
        font-size: 12px;
        line-height: 18px;
    }
    .section .sectitle {
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        padding: 0px;
    }
    .section .sectitle h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        padding-top: 25px;
        color: #000;
    }
    .section .sectitle h2 sup {
        top: -1.5em;
        font-size: 30%;
    }
    

    .overlaycard-left {
        top: 50%;
        left: 26%;
        width: 450px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .overlaycard-right {
        top: 50%;
        left: 72%;
        width: 480px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .overlaycard-center {
        top: 50%;
        left: 50%;
        width: 600px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }


.section.tophero .overlaycard-wrap .copyblock .title h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
}

  .section.tophero .overlaycard-wrap .overlaycard-left {
    top: 50%;
    left: 24%;
    width: 310px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

.section.whyshop .overlaycard-left {
    position: relative;
    /* left: 42%; */
    width: 135px;
    text-align: left;
    margin: -3.6em 0 0 0.5em;
}

	.section .copyblock .copy {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 12px 0; 
}
	
	.section.whyshop .copyblock .copy {
    font-size: 12px;
    color: #5e6a7d;
}
	
	.section.whyshop .copyblock .title h2 {
    font-family: 'LG Smart Bold';
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}
	
	.overlaycard-image {
    display: block;
    height: auto;
    width: 450px;
}
	
	.section.promotions .overlaycard-wrap .copyblock .title h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-align: left;
}
	
	
	.section.promotions .overlaycard-wrap .overlaycard-right {
    top: 50%;
    left: 75%;
    width: 300px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
	.section.promotions .overlaycard-wrap .copyblock .title h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
}
	

    /*
    ================================
    PACKAGE
    ================================
    */
    .overlaycard-wrap .copyblock .copy {
        padding: 10px 0px;
    }
    .overlaycard-sidebubble-left {
        top: 80%;
        left: 63%;
        width: 590px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
        background-color: #F0ECE4;
        border-radius: 50px;
        padding: 30px;
    }

    .overlaycard-static {
        left: 66%;
    }
    .overlaycard-static .icon {
        display: block;
        padding: 0 0 40px 350px;
        z-index: 999;
    }
    .slick-carousel-d .slick-dots {
        margin-top: 206px!important;
        z-index: 999;
    }
    
}


@media (min-width: 600px) and (max-width: 899px) { 
    /**************** LANDSCAPE *****************/
    /*
    ================================
    GENERAL
    ================================
    */
    .for-mobile {
        display: none!important;
    }
    .for-desktop {
        display: inherit!important;
    }
    .section {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        color:#1E1E1E;
        font-size: 14px;
        line-height: 26px;
    }
	
	.section img {
    max-width: 100%
}
    .section .copyblock .eyebrow {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 0px;
        letter-spacing: 0.071em;
        text-transform: uppercase;
    }
    .section .copyblock .title h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
    }
    .section .copyblock .copy {
        font-size: 11px;
        line-height: 14px;
    }
    .section .copyblock .fine {
        font-size: 10px;
        line-height: 12px;
    }
    .section .sectitle {
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        padding: 40px 0px;
    }
    .section .sectitle h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        padding-top: 25px;
        color: #000;
    }
    .section .sectitle h2 sup {
        top: -1.5em;
        font-size: 30%;
    }
    .overlaycard-left {
        top: 54%;
        left: 27%;
        width: 350px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .overlaycard-right {
        top: 53%;
        left: 72%;
        width: 370px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .overlaycard-center {
        top: 65%;
        left: 50%;
        width: 600px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    

    /*
    ================================
    PACKAGE
    ================================
    */
    .newbtn,
    .newbtn.inverse,
    .newbtn-outline {
        width: 100%;
        text-align: center;
    }
    .badge{
        position: relative;
        float: right;
        padding-bottom: 20px;
    }

    .section.tophero .overlaycard-wrap .copyblock .title h2 {
        font-family: 'LG Smart Bold';
        font-weight: 400;
        font-size: 40px;
        line-height: 46px;
    }
    .section.tophero .overlaycard-wrap .overlaycard-center {
        top: 48%;
        left: 50%;
        width: 600px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
	
	    .section.promotions .overlaycard-wrap .copyblock .title h2 {
        font-family: 'LG Smart Bold';
        font-weight: 400;
        font-size: 40px;
        line-height: 46px;
    }
    .section.promotions .overlaycard-wrap .overlaycard-center {
        top: 48%;
        left: 50%;
        width: 600px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
	
	
    .section.subhero {
        padding: 50px 0px;
    }
    .overlaycard-wrap .copyblock .copy {
        padding: 10px 0px;
    }
  
    .overlaycard-sidebubble-left {
        top: 80%;
        left: 60%;
        width: 588px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
        background-color: #F0ECE4;
        border-radius: 15px;
        padding: 15px;
    }

    .overlaycard-static {
        left: 54%;
    }
    .overlaycard-static .icon {
        display: block;
        padding: 0 0 40px 450px;
        z-index: 999;
    }
    .slick-carousel-d .slick-dots {
        margin-top: 206px!important;
        z-index: 999;
    }




  
}


@media (max-width: 599px) {
    /**************** PORTRAIT *****************/
    /*
    ================================
    GENERAL
    ================================
    */
    .for-mobile {
        display: inherit!important;
    }
    .for-desktop {
        display: none!important;
    }

    .newbtn,
    .newbtn.inverse,
    .newbtn-outline {
        width: 100%;
        text-align: center;
    }

	
    .overlaycard-left,
    .overlaycard-right,
    .overlaycard-center {
/*        left: 11em;*/
        width: 82%;
        position: relative;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
		margin: 0 auto;
	}
	
    .shopbyprice .overlaycard-wrap {
    }

    .gallery-carousel .slick-dots {
        margin-top: -20px!important;
    }
    .section {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        color:#1E1E1E;
        font-size: 14px;
        line-height: 26px;
    }
	
	.section img {
    max-width: 100%;
	padding: 0 0 20px 0;
}
	
	
	
    .section .copyblock .eyebrow {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 10px;
        letter-spacing: 0.071em;
        text-transform: uppercase;
    }
    .section .copyblock .title h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 32px;
        line-height: 35px;
    }
    .section .copyblock .copy {
        font-size: 18px;
        line-height: 24px;
    }
    .section .copyblock .fine {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }
    .section .copyblock .fine .entries {
        padding: 20px 0 0 0;
        margin: 0 auto;
        clear: both;
        float: left;
        width: 100%;
    }
    .section .sectitle {
        text-align: center;
        font-size: 14px;
        line-height: 26px;
        padding: 40px 0px;
		margin: 0;
    }
    .section .sectitle h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 30px;
        line-height: 34px;
        text-align: left;
        padding-top: 5px;
        color: #000;
    }
    .section .sectitle h2 sup {
        top: -1.5em;
        font-size: 30%;
    }


    /*
    ================================
    PACKAGE
    ================================
    */

    /* section hero */
    .section.tophero {
        padding: 0px 0px 0px 0px;
		width: 100%;
    }
    .section.tophero .container-skel,
    .section.sweepstakes .container-skel {
        padding: 0px 0px 0px 0px; /* full bleed */
    }
    .section.hero video {
        width: 100%;
    }
	
	.section.tophero img {
		width: 100%;
    }
	
    .section.tophero .overlaycard-wrap .copyblock .title h2 {
        font-family: 'LG Smart Bold';
        font-weight: 400;
        font-size: 24px;
        line-height: 24px;
        width: 100%;
        margin: 0 auto 0 15px;
    }
	
	/* section promotions hero */
    .section.promotions {
        padding: 0px 0px 0px 0px;
		width: 100%;
    }

    .section.promotions video {
        width: 100%;
    }
    .section.promotions .overlaycard-wrap .copyblock .title h2 {
        font-family: 'LG Smart Bold';
        font-weight: 400;
        font-size: 33px;
        line-height: 36px;
        width: 90%;
        margin: 0 auto;
    }
	
	.section.promotions .overlaycard-left {
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 13em;
}
	 .overlaycard-wrap .copyblock .copy {
        padding: 20px;
		 font-size: 14px;
    }	
	

    .section.tophero .overlaycard-wrap .overlaycard-left {
        top: 32em;
        left: 50%;
        width: 100%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
 
   
	
	.section.shoptheme {
    padding-bottom: 5px;
}

	
.theme-container {
    padding: 1em;
    line-height: 1.4em;
	text-align: center;
	background: #FFFFFF;
}

.theme-container h2 {
    margin-top: 0;
    line-height: 0.5em;
	text-align: left;
    font-family: 'LG Smart Bold', sans-serif;
}	
.section.shopbytheme {
    padding: 75px 0px;
    }
	
.section.shopbyprice {
/*
    top: 15em;
    left: 13em;
    max-width: 100%;
*/
    position: relative;
}
	
	
.section.shopbyprice .sectitle h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    padding: 0 0 25px 0;
    color: #000;
}
	
.section.whyshop {
background-color: #F4F2ED;
	margin: 1em 0 5em 0;
}
	

	.section.whyshop .overlaycard-left {
    position: relative;
    margin: -90px 0 0 -30px;
    text-align: left;
    height: 90px;
    width: 200px;
}
	
	
	.section.whyshop .copyblock .title h2 {
    font-family: 'LG Smart Bold';
    font-weight: 400;
    font-size: 20px;
    line-height: 0;
    text-align: left;
	padding-top: 25px;
}
	
	.section.whyshop .copyblock .copy {
    font-size: 18px;
    color: #5e6a7d;
	line-height: 22px
}
	
	.slick-carousel-products .product {
    border: 1px solid #c1c1c1;
 ;
}
	
	video {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}
	
}

	