/** Shopify CDN: Minification failed

Line 8:0 Unexpected "$"
Line 3662:27 Expected ")" to end URL token
Line 4307:0 Unexpected "$"

**/
$color-accent-warm: #02acbd;

/* #Buttons
================================================== */

/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}




.btn,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle; 
	font-family: "Montserrat", sans-serif;
	font-weight: 600; 
	font-style: normal;
	font-size: 14px;
	color: #ffffff;
	line-height: 22px; 
	letter-spacing: 1.12px;
	text-align: center;
	text-decoration: none; 
	text-transform: uppercase;
	white-space: normal; 
	background: #02acbd;
	border-radius: 0;
	border: none;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 14px 24px;
	margin: 0;
}

.btn::before {
	content: "";
	width: 0;
	height: 100%;
	float: left;
	background: #029baa;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.btn em {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	top: 0;
	margin: 0 0 0 4px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,

input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
	background: #029baa;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before,
.btn:active:focus:before,
.btn.active:before,
.btn.active:focus:before {
	width: 100%;
}

.btn:hover em,
.btn:focus em,
.btn:active em,
.btn:active:focus em,
.btn.active em,
.btn.active:focus em {
	animation: arrowright 0.5s linear 1;
	-webkit-animation-name: arrowright 0.5s linear 1;
}

.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px -16px -8px;
}

.btn-wrap .btn {
	margin: 0 8px 16px 8px;
}


/*= Owl - Carousel */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
    margin-bottom: 5px;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	width: 100%;
	display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}


/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}


/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}


/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	/*background: url("owl.video.play.png") no-repeat;*/
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/* Previous and Next */
.owl-nav button { 
	width: 50px; 
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	font-weight: inherit;
	font-size: 24px;
	color:  #000000;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	background: #edfdff; 
	border: none;
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	top: 50%;	
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 2;
	outline: 0;
	padding: 0;
}

.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active {
	color: #000000; 
	background: #edfdff; 
	outline: 0;
}

.owl-nav button.owl-prev {
	left: 0; 
	padding-right: 2px;
}

.owl-nav button.owl-prev .left-arrow-svg:hover {
	fill: #02acbd;
}

.owl-nav button.owl-next .right-arrow-svg:hover {
	fill: #02acbd;
}

.owl-nav button.owl-next {
	right: 0;  
	padding-left: 2px;
}

.owl-nav button.disabled { 
	color: #c4c4c4;
	background: #f4f4f4; 
	cursor: default;
	pointer-events: none;
	opacity: 1;
}

.owl-nav.disabled {
	display: none;
}

@media only screen and (max-width: 767px) {
.owl-nav button { 
	width: 36px; 
	height: 36px;
	font-size: 16px;
}
}


/*= Owl - Dots */
.owl-dots { 
	width: 100%; text-align: center;
	overflow: hidden;
	margin: 44px 0 0 0;
}

.owl-dots button.owl-dot { 
	width: 8px;
	height: 8px;
	background: #c4c4c4; 
	border: none;
	box-shadow: none; 
	border-radius: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out; 
	position: relative;
	cursor: pointer; 
	overflow: hidden;
	padding: 0;
	margin: 0 4px;
}

.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus {
	background: #000000; 
}

.owl-dots button.owl-dot:active,
.owl-dots button.owl-dot.active {
	background: #02acbd;; 
}

.owl-dots.disabled {
	display: none;
}

/*= Container - Main
=====================*/

.container-main {
	width: 100%; 
	min-height: 100vh;
	float: left; 	
	display: flex;
	flex-direction: column;
	overflow: hidden; 
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto; 
	padding: 0 40px;
}

.header-wrapper .container {
	max-width: 1440px;
}

@media only screen and (max-width: 767px) {
.container {
	max-width: 640px;
	padding: 0 24px;
}
}


/*================ MODULES ================*/
/*================ Site Header Shared ================*/

.site-logo {
  display: block;

  img {
    display: block;
    width: 100%;
    margin-bottom:-10px;
  }
}
.header-wrapper, .header-wrapper a{
  color: #000;  
}

.header-wrapper{
  border-bottom: 1px solid #f4f4f4; 
}
.header__logo h1{
  margin: 0;
}

.header__logo{
  flex: 0 1 20%;
  display: flex;
  justify-content: left;
  width: 100%;
  padding: 0;
  margin-top:25px;
}

.header__section {
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  z-index: 9999;
  clip-path: inset(0px -15px 0px -15px);
  box-shadow: 0 1px 3px #00000014,0 1px 2px #00000014;
}

.nav-bottom {bottom:0;}

.nav-up {
  top: -250px;
  margin-bottom: 150px;
}
.nav-down {
  position: fixed !important;
  margin-bottom: -200px;
}

@media screen and (min-width: 1199px) 
{
  .header__logo{
    z-index: 9999 !important;
  }
  body {
    margin-top:135px !important;
  }
}
@media screen and (max-width: 1199px)
{
  .header {
    height: 0 !important;
  }
  .header--touch .header {
    margin-bottom: -15px;
  }
  .header__logo {
    justify-content: center;
    flex: auto;
    padding: 0;
  }
  .header__actions{
    padding: 0 27px 0 0;
  }
  .small--hide {
    display: none !important;
  }
  .announcement + .header-wrapper{
    padding-top: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .full-hide {
    display: none !important;
  }
}

.header__logo__link{
  /* padding: 0 15px 10px 15px; */
  min-height: 40px;
}
.header__cart{
  flex: 0 1 10%;
}
.header__actions{
  position: absolute;
  right: 0;
  a{
    display: inline-block;
    padding: 10px 10px;
  }
}

.header-content{
	display: block;
    position: absolute;
    left: 51.25%;
    margin-top: 29px;
	@media screen and (max-width: 1200px) {
      left: 52.25%;
      margin-top: 42px;
      font-size: .65rem;
	}
}
.header-search{
	width: 100%;
    margin-top: 70px;
    margin-right: 20px;
    margin-bottom: 25px;
} 

.header-search-mobile{
	@media screen and (min-width: 750px) {
      display: none;
	}
    margin-left: 20px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 25px;
      input{
        font-size: 16px !important;
        padding: 10px;
    }
} 

.icon-basket-full .basket-core{
  color: #02acbd;
  .header__cart__link:hover &{
    color: $color-text-dark;
  }
}


/*================ Announcement bar ================*/

.announcement {
  text-align: center;
  position: relative;
  z-index: 40;
  font-size: .675em;
  text-transform: uppercase;
}
.announcement--link {
  display: block;
}
.announcement__message {
  display: block;
  padding: 9px 30px;
  margin: 0;
  @extend .uppercase;
  letter-spacing: 3.5px;
  @include media-query($small) {
    padding: 10px 15px;
  }
}

.announcement + .header-wrapper{
  /* padding-top: 5px; */
  /* margin-bottom: 80px; */
  position: relative;;
  background-color: #fff;
}

/*================ Desktop styles ================*/
.header--desktop .nav{
  
}

.header--desktop{
  /* border-bottom: 1px solid $color-nav-border; */
  background-color: $color-nav;
  .main-menu-dropdown{
    font-size: 14px * $font-adjust-body;
  }
  .header, .nav{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    /* border-bottom: 1px solid #f4f4f4; */
    height: 98px;
  }
  .nav--search .nav__links .main-menu{
    padding: 0 40px;
  }
  .header__social {
    position: absolute;
    left: 0;
    display: none;
    flex: 0 1 20%;
    list-style: none;
    z-index: 300;
    padding-left:30px;
    li{
      padding: 10px 20px 10px 0;
    }
    .icon{
      width: 17px;
      height: 17px;
    }
  }
  .header__actions{
    padding: 20px 7px 0 0;
  }
  .header__cart__link{
    padding-right: 0px;
  }
  .nav__search{
    display: inline-block;
    a{
      position: relative;
      z-index: 1500;
      display: inline-block;
      padding: 10px 10px 15px 15px;
    }
  }
  .nav__links{
    flex: 0 1 60%;
    display: flex;
    justify-content: center;
    z-index: 1400;
  }
  .account__name{
    @extend .uppercase;
    padding-right: 10px;
  }
  .main-menu {
    display: inline-block;
    & > li {
      display: inline-block;
      padding: 34px 5px 11px 5px;
      &:first-child a {
        margin-left: 0px;
      }
      & > a {
        /* margin-left: 30px; */
        padding: 14px 5px;
        white-space: nowrap;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        /* or 157% */
        letter-spacing: 0.1em;
        text-transform: uppercase;
        /* Bailey Black */
        color: #000000;
        /* text-decoration-color: #02acbd; */
        position: relative;
      }
      & > a::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #02acbd;
        transform: scaleX(0);
        transition: transform 0.25s ease;
        transform-origin:left;
      }
      & > a:hover::before {
        transform: scaleX(1);
      }


    }
  }
  .nav-carat-small svg{
    width: 10px;
    transform: rotateZ(0deg);
    transition: transform 0.15s ease-out;
  }
  /* .main-menu > li:hover{
    & > a{ color: #02acbd; }
    & > a > .nav-carat-small svg{
      transform: rotateZ(180deg);
    }
  } */

  .grandparent > .main-menu-dropdown > ul > .parent .nav-carat,
  .grandparent > .main-menu-dropdown > ul > .parent .nav-carat-small{
    display: none;
  }
  .nav-carat{
    display: none;
  }
  .main-menu a{
    text-decoration: none;
  }
  .main-menu-dropdown {
    text-align: left;
    ul{ list-style-type: none; }
    li{ padding-top: 8px; }
  }
  /*================ Large Dropdown ================*/
  .main-menu > .parent{
    position: relative;
  }
  .main-menu > .parent > .main-menu-dropdown{
    display: none;
    position: absolute;
    min-width: 250px;
    z-index: 5000;
    padding-top: 15px;
    background-color: $color-nav;
    padding: 0 40px 20px 30px;
    border-bottom: 1px solid $color-nav-border;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid $color-nav-border;
    margin-top: 11px;
    opacity: 1;
    background-color: #fff;
    ul{
      margin: 0;
      padding: 0;
    }
    ul > li > a{
      color: $color-nav-text-bright;
    }
  }
  .main-menu > .parent:hover > .main-menu-dropdown,
  .main-menu > .parent.active > .main-menu-dropdown{
    display: block;
  }
  .main-menu > .parent:first-child > .main-menu-dropdown{
    margin-left: -30px;
  }

  /*================ Large MegaNav ================*/
  .nav{
    position: relative;
  }
  .grandparent > .main-menu-dropdown{
    display: none;
    /* top: 100%; */
    position: absolute;
    background-color: $color-nav;
    width: 100%;
    left: 0;
    margin: 0;
    z-index: 5000;
    border-bottom: 1px solid $color-nav-border;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #fff;
  }
  
  .grandparent:hover > .main-menu-dropdown,
  .grandparent.active > .main-menu-dropdown{
    display: block;
    .main-menu-dropdown{  display: block; }
  }
  
  .grandparent > .main-menu-dropdown ul{
    margin: 0 auto;
    max-width: $width-site;
    padding: 10px 30px 20px 30px;
    &:first-child{
      padding-left: 0;
    }
  }
  .grandparent > .main-menu-dropdown > ul > .parent > a{
    width: 100%;
    display: inline-block;
    padding-bottom: 12px;
    /* border-bottom: 1px solid $color-nav-border-hairline; */
    color: #7a7a7a;
    font-weight: $font-weight-body-mid;
    font-size: 16px;
  }
  .grandparent .parent .child a{
    font-weight: 400;
    /* color: $color-nav-text-bright !important; */
  }
  .grandparent > .main-menu-dropdown > ul > .parent > a:hover,
  .grandparent .parent .child a:hover,
  .grandparent > .main-menu-dropdown > ul > .parent.main-menu--active > a,
  .grandparent .parent .child.main-menu--active a{
    color: $color-accent-warm !important;
  }
  .grandparent > a{
    position: relative;
    &:hover::after{
      content: '';
      width: 100%;
      bottom: -2px;
      left: 0;
      height: 1px;
      position: absolute;
      z-index: 50;
      /* background-color: #02acbd; */
    }
  }

  .main-menu--active{
   	text-decoration: underline !important;
    text-decoration-thickness: 0.15em !important;
    text-underline-offset: .3em;
  }    

  /* catch the cast where a grandparent has a child */
  .grandparent > .main-menu-dropdown > ul > .parent,
  .grandparent > .main-menu-dropdown > ul > .child{
    float: left;
    min-height: 1px;
    padding-left: 30px;
    padding-top: 0px;
    vertical-align: top;
    & > a{}
  }

  .kids-2.grandparent > .main-menu-dropdown > ul > li,
  .kids-1.grandparent > .main-menu-dropdown > ul > li{
    width: 50%;
    &:nth-child(2n+1){
      clear:both;
    }
  }
  .kids-3.grandparent > .main-menu-dropdown > ul > li,
  .kids-6.grandparent > .main-menu-dropdown > ul > li,
  .kids-9.grandparent > .main-menu-dropdown > ul > li{
    width: 33.333%;
    &:nth-child(3n+1){
      clear:both;
    }
  }
  .kids-4.grandparent > .main-menu-dropdown > ul > li,
  .kids-7.grandparent > .main-menu-dropdown > ul > li,
  .kids-8.grandparent > .main-menu-dropdown > ul > li{
    width: 25%;
    &:nth-child(4n+1){
      clear:both;
    }
  }
  .kids-5.grandparent > .main-menu-dropdown > ul > li,
  .kids-10.grandparent > .main-menu-dropdown > ul > li{
    width: 20%;
    &:nth-child(5n+1){
      clear:both;
    }
  }
}

.header--touch{
  background-color: $color-nav;
  border-bottom: 1px solid $color-nav-border;
  .header{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    min-height: 66px;
  }
  .header__actions a {
    padding: 25px;
  }
  .header__hamburger{
    position: absolute;
    top:0;
    left:0;
    padding: 22px 30px 22px 20px;
    svg{
      width: 25px;
    }
  }
  .touch__nav{
    display: none;
    position: absolute;
    overflow: hidden;
    top: -4px;
    left: -24px;
    right: -24px;
    max-width: 475px;
    border-radius: 3px;
    background-color: #fff;
    /* @include box_shadow(5, $color-nav-text); */
    box-shadow: 0 2px 30px #0000001f, 0 1px 3px #000000;
    z-index: 5000;
    &.expanded{
      display: block;
    }
  }
  .touch__nav__close{
    padding: 15px 25px 15px 10px;
    top: 0;
    left: 0;
    position: absolute;
    background: $color-nav;
    z-index:500;
    background: linear-gradient(to right, $color-nav 65%, rgba(255,255,255,0) 100%);
  }
  .nav-carat-small{
    display: none;
  }
  ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
}

.touch__nav__links{
  .nav-link{
    padding: 15px 30px 15px 15px;
    display: inline-block;
  }
  .main-menu-dropdown .nav-link{
    padding: 11px 30px 11px 15px;
    font-size: 14px * $font-adjust-body;
  }
  .main-menu-dropdown .nav-carat{
    top: 0;
    right: 2px;
    svg{
      width: 16px;
      color: $color-nav-text-dark;
    }
  }
  li{
    position: relative;
  }
  & > li{
    color: $color-nav-text-dark;
    font-size: 17px * $font-adjust-body;
    font-weight: $font-weight-body-mid;
  }
  .nav-carat{
    position: absolute;
    right:0;
    top: 6px;
    padding: 10px 15px;
    transform: rotateZ(0deg);
    transition: transform 0.15s ease-out;
    svg{
      width: 20px;
      color: $color-nav-text-bright;
    }
    &:hover svg{
      color: #02acbd;
    }
    &[aria-expanded="true"]{
      svg{
        color: #02acbd;
      }
    }

   
  }
  .main-menu-dropdown{
    margin-left: 15px;
    border-left: 2px solid #f7f7f7;
    display: none;
    &.expanded{
      display: block;
    }
  }

}

.search__placeholder{
  width: 100%;
  height: 57px;
}
.touch__search{
  width: 100%;
}
input.touch__search__input{
  width: 100%;
  margin: 0;
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid $color-nav-border;
  height: 57px;
  z-index: 100;
  position: relative;
  background-color: rgba(255,255,255,0);
  text-align: right;
  padding-right: 50px;
  -webkit-appearance: none;
  border-radius: 0;
  &:focus,
  &:active{
    box-shadow: none;
    border-top: none;
    border-right: none;
    border-left: none;
  }
}
.touch__search__submit{
  position: absolute;
  padding: 15px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  transition: color 0.4s ease-in;
  &.clickable{
    z-index: 200;
    color: #02acbd;
  }
  &:focus,
  &:active{
    outline: none;
    transform: translateY(1px);
  }
}

.touch__nav__close svg{
  transition: transform 0.15s ease-in;
}
.touch__nav.expanded .touch__nav__close svg{
  width: 15px;
}

.search__popup{
  width: 100%;
  top:100%;
  display: block;
  position: relative;
  z-index: 1000;
  clear:both;
  margin: 0;
  /* padding: 15px; */
  padding: 0px;
  background-color: $color-nav;
  border-bottom: 1px solid $color-nav-border;
}

.nav__search .search--open{
  .icon-search{ display: none; }
  .icon-close{  display: block; }
}
.nav__search .icon-close{
  display: none;
  svg{
    height: 15px;
    margin-right: 2px;
  }
}

.template-index {
  .header--transparent{
    position: absolute;
    z-index: 5000;
    width: 100%;
  }
  .header--transparent:not(:hover){
    transition: all 0.3s linear;
    .header-wrapper,
    .announcement,
    .header--desktop,
    .header--touch{
      transition: all 0.3s linear;
    }
    .header-wrapper a,
    .announcement__message{
      transition: all 0.3s linear;
    }
  }

  .header--transparent--logo:not(:hover){
    .site-logo img.logo--transparent{
      display: block;
      opacity: 1;
    }
    .site-logo img.logo--color,
    .site-logo .logo--text{
      display: none;
    }
  }

  .site-logo img.logo--transparent{
    transition: all 0.8s ease-in;
    display: none;
    opacity: 0;
  }
}


.touch__bottom{
  width: 100%;
  background-color: #f7f7f7;
  color: #3d444f;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.touch__account{
  padding: 15px 15px 15px 30px;
  font-size: 16px * $font-adjust-body;
  font-weight: $font-weight-body-mid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  .arrow-right svg{
    width: 17px;
    color: $color-nav-text-bright;
    transition: transform 0.15s ease-in;
  }
  &:hover .arrow-right svg{
    color: #02acbd;
    transform: translateX(3px) rotateZ(270deg);
  }
  .arrow-right svg{
    transform: rotateZ(270deg);
  }
}
.touch__social{
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  border-right: 1px solid darken($color-nav-border-hairline, 5%);
}
.touch__social a{
  padding: 15px 0;
  font-weight: $font-weight-body-mid;
}

.touch__bottom--1{
  .touch__social{
    flex: 0 1 20%;
    padding-right: 15px;
  }
  .touch__account{
    flex: 0 1 80%;
  }
}
.touch__bottom--2{
  .touch__social{
    flex: 0 1 30%;
    padding-right: 30px;
  }
  .touch__account{
    flex: 0 1 70%;
  }
}
.touch__bottom--3{
  .touch__social{
    flex: 0 1 50%;
    padding-right: 30px;
  }
  .touch__account{
    flex: 0 1 50%;
  }
}
.touch__bottom--4,
.touch__bottom--5{
  .touch__social{
    flex: 0 1 60%;
    padding-right: 20px;
  }
  .touch__account{
    flex: 0 1 40%;
    padding-left: 20px;
  }
}
.touch__bottom--6,
.touch__bottom--7,
.touch__bottom--8{
  .touch__social{
    flex: 0 1 100%;
  }
  .touch__account{
    flex: 0 1 100%;
    padding: 0 15px 15px 15px;
  }
}

/* Social - Links */
.social-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.social-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -18px -18px -18px;
}

.social-links ul li {
	padding: 0;
	margin: 0 18px 18px 18px;
}

.social-links ul li:before {
	display: none;
}

.social-links ul li span {
	display: none;
}

.social-links ul li a {
	font-weight: inherit;
	font-size: 24px;
	color: #000000;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
}

.social-links ul li a:hover,
.social-links ul li a:focus,
.social-links ul li a:active {
	color: #029baa;
}


/* Read - More */
.read-more {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 14px;
	color: #02acbd;
	line-height: 22px;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}

.read-more input{
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 14px;
	color: #02acbd;
	line-height: 22px;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	margin: 5px 0 0 0;
    background: none;
    border: none;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.read-more-shortcode{
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 14px;
	color: #02acbd;
	line-height: 22px;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	margin: 5px 0 0 0;
    background: none;
    border: none;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.shortcode{
  min-height: 44px;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 0;
  margin-bottom: 32px;
  text-decoration: none;
  color: var(--text-dark);
  height: 70px;
}

 .shortcode a:hover {
  color: #029baa;
}

.read-more a,
.read-more span {
	float: none;
	display: inline !;
	color: #02acbd;
	text-decoration: none !important;	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	border-bottom: 2px solid #02acbd;
}

.read-more a:hover,
.read-more a:focus,
.read-more a:active,
.read-more span:hover,
.read-more span:focus,
.read-more a:active {
	color: #029baa;
	border-bottom: hidden;
}

.read-more input:hover{
    background: none;
	color: #029baa;
	border-bottom: hidden;
}

.read-more input::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #02acbd;
        transform: scaleX(0);
        transition: transform 0.25s ease;
        transform-origin:left;
      }

@media only screen and (max-width: 767px) {
  .read-more {
  	margin: 20px 0 0 0;
  }
  .shortcode{
    text-overflow: ellipsis;
    overflow: hidden;
  }
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding-bottom: 32px;
}

.heading-txt:last-child {
	padding-bottom: 0;
}

.heading-txt p {
	padding-bottom: 16px;
}

.heading-txt p:last-child {
	padding-bottom: 0;
}

.heading-txt .btn,
.heading-txt input[type="button"],
.heading-txt input[type="submit"] {
	min-width: 257px;
}

.heading-txt .btn-out {
	justify-content: center;
}

.heading-txt .aside {
	width: 100%;
	max-width: 700px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
.heading-txt {
	padding-bottom: 44px;
}
}

/*
 3.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}


/* Banner - Main */
.banner-main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.banner-main:before {
	content: "";
	width: 50%;
	height: 100%;
	float: left;
	background: #e3fbfd;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.banner-main .aside {
	width: 50%;
	font-size: 24px;
	line-height: 32px;
	padding: 80px 0 80px 40px;
}

.banner-main .aside p {
	/* padding-bottom: 24px; */
}

.banner-main .aside .btn,
.banner-main .aside input[type="button"],
.banner-main .aside input[type="submit"] {
	min-width: 262px;
}

.banner-main .aside .btn-out {
	padding: 24px 0 0 0;
}

.banner-main .aside .txt-max {
	width: 100%;
	max-width: 560px;
	float: right;
	padding: 0 12% 0 0;
}

.banner-main .aside .txt-max h1 {
    font-size: 30px;
    line-height: 40px;
}

.banner-main .figure {
	width: 50%;
	overflow: hidden;
}

.banner-main .figure img {
	width: 100%;
	max-width: 720px;
}

@media only screen and (max-width: 1199px) {
.banner-main .aside {
	font-size: 20px;
	line-height: 28px;
	padding: 60px 0 60px 40px;
}
}

@media only screen and (max-width: 767px) {
.banner-main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.banner-main:before {
	display: none;
	content: "";
	width: 50%;
	height: 100%;
	float: left;
	background: #e3fbfd;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.banner-main .aside {
	width: 100%;
	order: 2;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 0;
}

.banner-main .aside p {
	padding-bottom: 24px;
}

.banner-main .aside .btn,
.banner-main .aside input[type="button"],
.banner-main .aside input[type="submit"] {
	min-width: 257px;
}

.banner-main .aside .btn-out {
	padding: 0;
}

.banner-main .aside .txt-max {
	max-width: 640px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 24px 24px 68px 24px;
}


.banner-main .figure {
	width: 100%;
	order: 1;
}

.banner-main .figure img {
	max-width: 100%;
}
}

/* Banner - Main Left */
.banner-main-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.banner-main-left:before {
	content: "";
	width: 50%;
	height: 100%;
	float: left;
	background: #e3fbfd;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.banner-main-left .aside {
	width: 50%;
	font-size: 24px;
	line-height: 32px;
	padding: 80px 40px 80px 0;
}

.banner-main-left .aside p {
	/* padding-bottom: 24px; */
}

.banner-main-left .aside .btn,
.banner-main-left .aside input[type="button"],
.banner-main-left .aside input[type="submit"] {
	min-width: 262px;
}

.banner-main-left .aside .btn-out {
	padding: 24px 0 0 0;
}

.banner-main-left .aside .txt-max {
	width: 100%;
	max-width: 560px;
	float: left;
	padding: 0 0 0 12%;
}

.banner-main-left .aside .txt-max h1 {
    font-size: 30px;
    line-height: 40px;
}

.banner-main-left .figure {
	width: 50%;
	overflow: hidden;
}

.banner-main-left .figure img {
	width: 100%;
	max-width: 720px;
}

@media only screen and (max-width: 1199px) {
.banner-main-left .aside {
	font-size: 20px;
	line-height: 28px;
	padding: 60px 40px 60px 0;
}
}

@media only screen and (max-width: 767px) {
.banner-main-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.banner-main-left:before {
	display: none;
	content: "";
	width: 50%;
	height: 100%;
	float: left;
	background: #e3fbfd;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.banner-main-left .aside {
	width: 100%;
	order: 2;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	padding: 0;
}

.banner-main-left .aside p {
	padding-bottom: 24px;
}

.banner-main-left .aside .btn,
.banner-main-left .aside input[type="button"],
.banner-main-left .aside input[type="submit"] {
	min-width: 257px;
}

.banner-main-left .aside .btn-out {
	padding: 0;
}

.banner-main-left .aside .txt-max {
	max-width: 640px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 24px 24px 68px 24px;
}


.banner-main-left .figure {
	width: 100%;
	order: 1;
}

.banner-main-left .figure img {
	max-width: 100%;
}
}

/* Marquee */
.marquee {
	font-size: 24px;
	line-height: 32px;
	background: #f4f4f4;
	padding: 24px 20px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.marquee img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
}

.marquee .marquee--inner {
	display: flex;
	white-space: nowrap;
	position: relative;
	animation: marquee 24s linear infinite;
}

.marquee span {
	position: relative;
	margin: 0 40px;
}

.marquee span em {
	margin-right: 16px;
	margin-left: 40px;
}

.marquee span em img {
	max-height: 60px;
}

.marquee .box {
	display: flex;

}


@keyframes marquee {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}


/* Product - Slider */
.product-slider {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 60px 0 80px 0;
    overflow: hidden;
}

.product-slider .inner-cont {
	width: 100%;
	float: left;
	position: relative;
}

.product-slider .top-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 50px 0;
}

.product-slider .top-heading:last-child {
	margin-bottom: 0;
}

.product-slider .top-heading h2,
.product-slider .top-heading .h2 {
	width: 50%;
	padding: 0 20px 0 0;
}

.product-slider .top-heading .btn-out {
	width: 50%;
	justify-content: flex-end;
}

.product-slider .top-heading .btn-out .btn,
.product-slider .top-heading .btn-out input[type="button"],
.product-slider .top-heading .btn-out input[type="submit"] {
	min-width: 257px;
}

.product-slider .article-wrap {
	width: 100%;
	float: left;
	position: relative;
}

.product-slider .article {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.13);
}

.product-slider .article .box { 
	width: 100%; 
	height: 100%; 
	float: left; 
	font-weight: inherit; 
	color: inherit; 
	text-decoration: none;
}

.product-slider .article .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden
}

.product-slider .article .box .figure img {
	width: 100%; 
	-webkit-transition-duration: 0.3s; 
	transition-duration: 0.3s; 
	-webkit-transition-property: transform; 
	transition-property: transform; 
	-webkit-transform: translateZ(0); 
	transform: translateZ(0);
}

.product-slider .article .box .aside {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 22px;
	padding: 20px 16px;
}

.product-slider .article .box .aside h3,
.product-slider .article .box .aside .h3 {
	font-size: 14px;
	color: #000000;
	line-height: 22px;	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding-bottom: 4px;
}

.product-slider .article .box .aside h3:last-child,
.product-slider .article .box .aside .h3:last-child {
	padding-bottom: 0;
}

.product-slider .article .box:hover .figure img,
.product-slider .article .box:focus .figure img,
.product-slider .article .box:active .figure img { 
	-webkit-transform: scale(1.025); 
	transform: scale(1.025);
}

.product-slider .article .box:hover h3,
.product-slider .article .box:hover .h3,
.product-slider .article .box:focus h3,
.product-slider .article .box:focus .h3,
.product-slider .article .box:active h3,
.product-slider .article .box:active .h3 { 	
	color: #02acbd;
}

.product-slider .owl-stage-outer {
	overflow: visible;
    /* margin-left: -25%; */
}

.product-slider .owl-stage {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-slider .owl-nav button {
	top: 26.20%;
	transform: none;
}

@media only screen and (max-width: 767px) {
.product-slider {
	padding: 44px 0;
}

.product-slider:before {
	height: 382px;
}

.product-slider .inner-cont {
	padding: 0 0 94px 0;
}

.product-slider .top-heading {
	margin: 0 0 24px 0;
}

.product-slider .top-heading h2,
.product-slider .top-heading .h2 {
	width: 100%;
	padding: 0;
}

.product-slider .top-heading .btn-out {
	width: 100%;
	justify-content: flex-start;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-slider .article {
	width: 180px;
}

.product-slider .owl-dots {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12px, 1fr));
	margin: 44px 0 0 0;
}

.product-slider button.owl-dot {
	width: auto;
	height: 2px;
	margin: 0;
}
}


/* Product - Slider */
.product-slider2 {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 66px 0 120px 0;
    overflow: hidden;
}


.product-slider2:before {
	content: "";
	width: 100%;
	height: 332px;
	float: left;
	background: #fff8f2;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.product-slider-blog:before {
	background: none !important;
}

.product-slider2 .inner-cont {
	width: 100%;
	float: left;
	position: relative;
}

.product-slider2 .top-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 24px 0;
}

.product-slider2 .top-heading:last-child {
	margin-bottom: 0;
}

.product-slider2 .top-heading h2,
.product-slider2 .top-heading .h2 {
	width: 50%;
	padding: 0 20px 0 0;
}

.product-slider2 .top-heading .btn-out {
	width: 50%;
	justify-content: flex-end;
}

.product-slider2 .top-heading .btn-out .btn,
.product-slider2 .top-heading .btn-out input[type="button"],
.product-slider2 .top-heading .btn-out input[type="submit"] {
	min-width: 257px;
}

.product-slider2 .article-wrap {
	width: 100%;
	float: left;
	position: relative;
}

.product-slider2 .article {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.13);
    margin-bottom:20px;
}

.product-slider2 .article .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.product-slider2 .article .figure img {
	width: 100%;
    margin-top: 20px;
}

.product-slider2 .article .aside {
	width: 100%;
	float: left;
	flex: 1 0 auto;
	padding: 5px 16px;
}

.product-slider2 .article .aside h3,
.product-slider2 .article .aside .h3 {
	min-height: 44px;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 0;
	margin-bottom: 4px;
}

.product-slider2 .article .aside h3:last-child,
.product-slider2 .article .aside .h3:last-child {
	padding-bottom: 0;
}

.product-slider2 .article .aside h3 a,
.product-slider2 .article .aside .h3 a {
	color: #000000;
}

.product-slider2 .article .aside h3 a:hover,
.product-slider2 .article .aside .h3 a:hover {
	color: #029baa;
}

.product-slider2 .article .aside .price {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 22px;
}

.product-slider2 .article .aside .price:last-child {
	margin-bottom: 0;
}

.product-slider2 .article .aside .price .regular-price {
	text-decoration: line-through;
	margin: 0 2px;
}

.product-slider2 .article .aside .price .spl-price {
	color: #02acbd;
	margin: 0 2px
}


.product-slider2 .article .read-more {
	flex-shrink: 0;
	margin: 0;
	padding: 0 16px 15px 16px;
}

.product-slider2 .owl-stage-outer {
	overflow: visible;
}

.product-slider2 .owl-stage {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
.product-slider2 {
	padding: 60px 0 80px 0;
}
}

@media only screen and (max-width: 767px) {
.product-slider2 {
	padding: 44px 0;
	margin-bottom: 44px;
}

.product-slider2:before {
	height: 382px;
}

.product-slider2 .inner-cont {
	padding: 0 0 94px 0;
}

.product-slider2 .top-heading {
	margin: 0 0 24px 0;
}

.product-slider2 .top-heading h2,
.product-slider2 .top-heading .h2 {
	width: 100%;
	padding: 0;
}

.product-slider2 .top-heading .btn-out {
	width: 100%;
	justify-content: flex-start;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-slider2 .article {
	width: 180px;
}

.product-slider2 .owl-dots {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12px, 1fr));
	margin: 44px 0 0 0;
}

.product-slider2 button.owl-dot {
	width: auto;
	height: 2px;
	margin: 0;
}
}


/* Product-  Cards */
.product-cards {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 120px 0;
}

.product-cards .article {
	width: 100%;
	float: left;
}

.product-cards .article .icon {
	width: 100%;
	height: 136px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 2px;
	margin-bottom: 24px;
}

.product-cards .article .icon img {
	width: auto;
	max-width: 100%;
}

.product-cards .article-wrap {
	width: 100%;
	float: left;
}

@media only screen and (max-width: 1199px) {
.product-cards {
	padding: 80px 0;
}
}

@media only screen and (max-width: 767px) {
.product-cards {
	padding: 44px 0;
}

.product-cards .article {
	width: 100px;
}

.product-cards .article .icon {
	width: 100%;
	height: 75px;
	margin-bottom: 24px;
}

.product-cards .owl-stage-outer {
	overflow: visible;
}

.product-cards .owl-stage {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-cards .owl-dots {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12px, 1fr));
	margin: 44px 0 0 0;
}

.product-cards button.owl-dot {
	width: auto;
	height: 2px;
	margin: 0;
}
}


/* Articles - List */
.articles-list {
	width: 100%;
	overflow: hidden;
	padding: 120px 0;
}

.articles-list .article {
	width: 50%;
	padding: 0 14px 44px 14px;
}

.articles-list .article .box {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
}

.articles-list .article .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 24px;
}

.articles-list .article .box .figure:last-child {
	margin-bottom: 0;
}

.articles-list .article .box .figure img {
	width: 100%; 
	-webkit-transition-duration: 0.3s; 
	transition-duration: 0.3s; 
	-webkit-transition-property: transform; 
	transition-property: transform; 
	-webkit-transform: translateZ(0); 
	transform: translateZ(0);
}

.articles-list .article .box .aside {
	width: 100%;
	float: left;
	flex: 1 0 auto;
	margin-bottom: 24px;
}

.articles-list .article .box .aside:last-child {
	margin-bottom: 0;
}

.articles-list .article .box .aside h3,
.articles-list .article .box .aside .h3 {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding-bottom: 4px;
	padding-bottom: 6px;
}

.articles-list .article .box .aside h3:last-child,
.articles-list .article .box .aside .h3:last-child {
	padding-bottom: 0;
}

.articles-list .article .box .aside h3 a,
.articles-list .article .box .aside .h3 a {
	color: #000000;
	text-decoration: none;
}

.articles-list .article .box .aside h3 a:hover,
.articles-list .article .box .aside .h3 a:hover {
	color: #02acbd;
}

.articles-list .article .box .read-more {
	flex-shrink: 0;
	margin: 0;
}

.articles-list .article .box:hover .figure img,
.articles-list .article .box:focus .figure img,
.articles-list .article .box:active .figure img { 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}

.articles-list .article .box:hover .aside h3 a,
.articles-list .article .box:hover .aside .h3 a,
.articles-list .article .box:focus .aside h3 a,
.articles-list .article .box:focus .aside .h3 a,
.articles-list .article .box:active .aside h3 a,
.articles-list .article .box:active .aside .h3 a { 	
	color: #02acbd;
}

.articles-list .article-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -14px -44px -14px;
}

@media only screen and (max-width: 1199px) {
.articles-list {
	padding: 80px 0;
}
}

@media only screen and (max-width: 767px) {
.articles-list {
	padding: 44px 0;
}

.articles-list .article {
	width: 100%;
	padding: 44px 0;
}

.articles-list .article-wrap {
	margin: 0;
}
}


/* Split - Content */
.split-cont {
	width: 100%;
	overflow: hidden;
	padding: 88px 0;
}

.split-cont .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.split-cont .box .aside {
	width: 50%;
}

.split-cont .box .aside .txt-box {
	width: 100%;
	overflow: hidden;
	background: #edfdff;
	padding: 53px 60px 68px 60px;
}

.split-cont .box .figure {
	width: 50%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.split-cont .box .figure img {
	width: 100%; 
	-webkit-transition-duration: 0.3s; 
	transition-duration: 0.3s; 
	-webkit-transition-property: transform; 
	transition-property: transform; 
	-webkit-transform: translateZ(0); 
	transform: translateZ(0);
}

.split-cont .box:hover .figure img,
.split-cont .box:focus .figure img,
.split-cont .box:active .figure img { 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}

@media only screen and (max-width: 1199px) {
.split-cont {
	padding: 72px 0;
}

.split-cont .box .aside .txt-box {
	padding: 50px 40px;
}
}

@media only screen and (max-width: 767px) {
.split-cont {
	padding: 44px 0;
}

.split-cont .container {
	padding: 0;
}

.split-cont .box .aside {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 0 24px;
	margin: -25px 0 0 0;
}

.split-cont .box .aside .txt-box {
	padding: 44px 24px;
}

.split-cont .box .figure {
	width: 100%;
}
}


/* Partners - Logo */
.partners-logo {
	width: 100%;
	background: #fff8f2;
	overflow: hidden;
	padding: 32px 0;
}

.partners-logo h2,
.partners-logo .h2 {
	padding-bottom: 26px;
}

.partners-logo ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0 0 20px 0;
	margin: 0 -28px -32px -28px;
}

.partners-logo ul:last-child {
	padding-bottom: 0;
}

.partners-logo ul li {
	padding: 0;
	margin: 0 28px 32px 28px;
}

.partners-logo ul li:before {
	display: none;
}

.partners-logo ul li img {
	/* max-height: 72px; */
  max-width: 140px;
}

.partners-logo ul li .show-mbl {
	display: none;
}

.partners-logo .read-more {
	text-align: center;
	margin: 0;
}

@media only screen and (max-width: 1199px) {
.partners-logo {
	text-align: center;
	padding: 44px 0;
}

.partners-logo h2,
.partners-logo .h2 {
	padding-bottom: 44px;
}

.partners-logo ul {
	padding: 0 0 44px 0;
	margin: 0 -22px -44px -22px;
}

.partners-logo ul li {
	margin: 0 22px 44px 22px;
}

.partners-logo ul li img {
	max-height: 37px;
}

.partners-logo ul li:nth-child(2) img {
	max-height: 28px;
}

.partners-logo ul li:nth-child(3) img {
	max-height: 27px;
}

.partners-logo ul li:nth-child(4) img {
	max-height: 27px;
}

.partners-logo ul li:nth-child(5) img {
	max-height: 17px;
}

.partners-logo ul li:nth-child(6) img {
	max-height: 30px;
}

.partners-logo ul li .show-mbl {
	display: block;
}

.partners-logo ul li .hide-mbl {
	display: none;
}

.partners-logo .read-more {
	text-align: center;
	margin: 0;
}
}


/* Tips - Slider */
.tips-slider {
	width: 100%;
	overflow: hidden;
	padding: 85px 0 110px 0;
}

.tips-slider .inner-cont {
	width: 100%;
	float: left;
	position: relative;
}

.tips-slider .top-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 50px 0;
}

.tips-slider .top-heading:last-child {
	margin-bottom: 0;
}

.tips-slider .top-heading h2,
.tips-slider .top-heading .h2 {
	width: 50%;
	padding: 0 20px 0 0;
}

.tips-slider .top-heading .btn-out {
	width: 50%;
	justify-content: flex-end;
}

.tips-slider .top-heading .btn-out .btn,
.tips-slider .top-heading .btn-out input[type="button"],
.tips-slider .top-heading .btn-out input[type="submit"] {
	min-width: 257px;
}

.tips-slider .article-wrap {
	width: 100%;
	float: left;
	position: relative;
}

.tips-slider .article {
	width: 100%;
	float: left;
}

.tips-slider .article .box { 
	width: 100%; 
	height: 100%; 
	float: left; 
	font-weight: inherit; 
	color: inherit; 
	text-decoration: none;
}

.tips-slider .article .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 36px;
}

.tips-slider .article .box .figure img {
	width: 100%; 
	-webkit-transition-duration: 0.3s; 
	transition-duration: 0.3s; 
	-webkit-transition-property: transform; 
	transition-property: transform; 
	-webkit-transform: translateZ(0); 
	transform: translateZ(0);
    width: 352px;
    height: 236px;
    object-fit: cover;
}

.tips-slider .article .box .aside {
	width: 100%;
	max-width: 280px;
	float: left;
}

.tips-slider .article .box .aside h3,
.tips-slider .article .box .aside .h3 {
	font-size: 16px;
	line-height: 24px;	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding-bottom: 34px;
}

.tips-slider .article .box .aside h3:last-child,
.tips-slider .article .box .aside .h3:last-child {
	padding-bottom: 0;
}

.tips-slider .article .box .aside .sub-heading {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.tips-slider .article .box:hover .figure img,
.tips-slider .article .box:focus .figure img,
.tips-slider .article .box:active .figure img { 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}

.tips-slider .article .box:hover .aside h3,
.tips-slider .article .box:hover .aside .h3,
.tips-slider .article .box:focus .aside h3,
.tips-slider .article .box:focus .aside .h3,
.tips-slider .article .box:active .aside h3,
.tips-slider .article .box:active .aside .h3 { 	
	color: #02acbd;
}

.tips-slider .owl-stage-outer {
	overflow: visible;
}

.tips-slider .owl-stage {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tips-slider .owl-nav button {
	top: 19%;
	transform: none;
}


@media only screen and (max-width: 1199px) {
.tips-slider {
	padding: 60px 0 80px 0;
}
}

@media only screen and (max-width: 767px) {
.tips-slider {
	padding: 44px 0;
}

.tips-slider .inner-cont {
	padding: 0 0 94px 0;
}

.tips-slider .top-heading {
	margin: 0 0 24px 0;
}

.tips-slider .top-heading h2,
.tips-slider .top-heading .h2 {
	width: 100%;
	padding: 0;
}

.tips-slider .top-heading .btn-out {
	width: 100%;
	justify-content: flex-start;
	position: absolute;
	bottom: 0;
	left: 0;
}


.tips-slider .article {
	width: 257px;
}

.tips-slider .article .box .figure {
	margin-bottom: 24px;
}

.tips-slider .article .box .figure img {
	min-width: 384px;
}

.tips-slider .article .box .aside {
	max-width: 240px;
}

.tips-slider .article .box .aside h3,
.tips-slider .article .box .aside .h3 {
	padding-bottom: 24px;
}

.tips-slider .article .box .aside .sub-heading {
	margin-bottom: 14px;
}

.tips-slider .article .box .aside .read-more {
	margin-top: 0;
}

.tips-slider .owl-dots {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(12px, 1fr));
	margin: 70px 0 0 0;
}

.tips-slider button.owl-dot {
	width: auto;
	height: 2px;
	margin: 0;
}
}


/* Video - Block*/
.video-block {
	width: 100%;
	overflow: hidden;
	padding: 110px 0;
}

.video-block .box {	
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; align-items: center;

}

.video-block .box .aside {
	width: 50%;
}

.video-block .box .aside .txt-box {
	width: 100%;
	overflow: hidden;
	background: #fff8f2;
	padding: 53px 60px 85px 60px;
}

.video-block .box .figure {
	width: 50%;
	text-align: center;
	position: relative;
}

.video-block .box .figure img {
	width: 100%; 	
}

.video-block .box .figure a {
	width: 100%; height: 100%;
	float: left;
	text-decoration: none;
	position: relative;
}

.video-block .box .figure a:before {
	content: "";
	width: 95px;
	height: 110px;
	float: left;
	text-indent: -9999px;
	background: url(../img/icon-play.png) no-repeat center center;
	background-size: 95px auto;	
	-webkit-transition-duration: 0.3s; 
	transition-duration: 0.3s; 
	-webkit-transition-property: transform; 
	transition-property: transform; 
	-webkit-transform: translateZ(0); 
	transform: translateZ(0);
	position: absolute;
	top: 50%;
	left: 50%; 
	margin: -48px 0 0 -55px;
}

.video-block .box .figure a:hover:before,
.video-block .box .figure a:focus:before,
.video-block .box .figure a:active:before { 
	-webkit-transform: scale(1.1); 
	transform: scale(1.1);
}

.video-block .box .video { 
	width: 100%;
	float: left;
	position: relative;
}

.video-block .box .video .embed-responsive {
	padding-bottom: 0; 
}

@media only screen and (max-width: 1199px) {
.video-block {
	padding: 80px 0;
}

.video-block .box .aside .txt-box {
	padding: 50px 40px;
}

.video-block .box .figure a:before {
	width: 50px;
	height: 58px;
	background-size: 50px auto;	
	margin: -29px 0 0 -25px;
}
}

@media only screen and (max-width: 767px) {
.video-block {
	padding: 44px 0 24px 0;
}

.video-block .container {
	padding: 0;
}

.video-block .box .aside {
	width: 100%;
	order: 2;
	position: relative;
	z-index: 1;
	padding: 0 24px;
	margin: -25px 0 0 0;
}

.video-block .box .aside .txt-box {
	padding: 44px 24px;
}

.video-block .box .figure {
	width: 100%;
	order: 1;
}
}


/* Newsletter */
.newsletter {
	width: 100%;
	text-align: center;
	background: #edfdff;
	overflow: hidden;
	padding: 120px 0;
}
.newsletter p {
  font-weight:400;
}
.newsletter h2,
.newsletter .h2 {
	padding-bottom: 4px;
}

.newsletter h2:last-child,
.newsletter .h2:last-child {
	padding-bottom: 0;
}

.newsletter .search-box {
	width: 100%;
	float: left;
	position: relative;
}

.newsletter .btn,
.newsletter button,
.newsletter input[type="button"],
.newsletter input[type="submit"] {
	width: 100%;
	height: 48px;
	line-height: 48px;
	padding: 0;
}

.newsletter .btn-out {
	width: 64px;
	position: absolute;
	top: 0;
	right: 0;
}

.newsletter aside {
	width: 100%;
	max-width: 383px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (max-width: 1199px) {
.newsletter {
	padding: 80px 0;
}
}

@media only screen and (max-width: 767px) {
.newsletter {
	padding: 44px 0;
}
}


/*

 4.) Footer
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	flex-shrink: 0;
}

.footer-main .pre-footer {
	width: 100%;
	float: left;
	background: #000000;
	padding: 65px 0;
}

.footer-main .pre-footer .social-links {
	padding: 0 0 60px 0;
}

.footer-main .pre-footer .social-links:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .social-links ul {
	justify-content: center;
}

.footer-main .pre-footer .social-links ul li a {
	color: #ffffff;
}

.footer-main .pre-footer .social-links ul li a:hover,
.footer-main .pre-footer .social-links ul li a:focus,
.footer-main .pre-footer .social-links ul li a:active {
	color: #029baa;
}

.footer-main .pre-footer .article {
	width: 25%;
	padding: 0 40px 40px 40px;
}

.footer-main .pre-footer .article h2,
.footer-main .pre-footer .article .h2 {
	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 1.12px;
	text-transform: uppercase;
	padding-bottom: 38px;
}

.footer-main .pre-footer .article h2:last-child,
.footer-main .pre-footer .article .h2:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .article ul {
	width: 100%;
	padding: 0;
	margin: 0 0 -8px 0;
}

.footer-main .pre-footer .article ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 8px 0;
}

.footer-main .pre-footer .article ul li:before {
	display: none;
}

.footer-main .pre-footer .article ul li a {
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
}

.footer-main .pre-footer .article ul li a:focus,
.footer-main .pre-footer .article ul li a:active,
.footer-main .pre-footer .article ul li a:hover {
	color: #029baa;
}

.footer-main .pre-footer .article-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -40px -40px -40px;
}

.footer-main .copyrights {
	width: 100%;
	float: left;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding: 60px 0;
}

.footer-main .copyrights .container {
	max-width: 1130px;
}

.footer-main .copyrights p {
	padding-bottom: 24px;
}

.footer-main .copyrights p:last-child {
	padding-bottom: 0;
}

.footer-main .copyrights ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 -6px -12px -6px;
}

.footer-main .copyrights ul li {
	padding: 0;
	margin: 0 6px 12px 6px;
}

.footer-main .copyrights ul li:before {
	display: none;
}

.footer-main .copyrights ul li img {
	max-height: 47px;
}

@media only screen and (max-width: 991px) {
.footer-main .pre-footer .article {
	width: 50%;
}
}

@media only screen and (max-width: 767px) {
.footer-main .pre-footer {
	padding: 44px 0;
}

.footer-main .pre-footer .social-links {
	padding: 0 0 44px 0;
}

.footer-main .pre-footer .social-links ul {
	justify-content: flex-start;
}

.footer-main .pre-footer .article {
	width: 50%;
	padding: 0 22px 44px 22px;
}

.footer-main .pre-footer .article h2,
.footer-main .pre-footer .article .h2 {
	padding-bottom: 8px;
}

.footer-main .pre-footer .article-wrap {
	margin: 0 -22px -44px -22px;
}

.footer-main .copyrights {
	width: 100%;
	float: left;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	padding: 60px 0;
}

.footer-main .copyrights .container {
	max-width: 640px;
	padding: 0 8px;
}

.footer-main .copyrights p {
	padding-right: 10px;
	padding-left: 10px;
}
}

@media only screen and (max-width: 479px) {
.footer-main .pre-footer .article {
	width: 100%;
}
}


/* Padding/Margin - None */
.p-top-none {
	padding-top: 0 !important;
}

.p-bottom-none {
	padding-bottom: 0 !important;
}

.m-top-none {
	margin-top: 0 !important;
}

.m-bottom-none {
	margin-bottom: 0 !important;
}

.left-arrow-svg {
  width: 34px; /* Adjust size as needed */
  height: 34px; /* Adjust size as needed */
  fill: #000000; /* Adjust color as needed */
}

.right-arrow-svg {
  width: 34px; /* Adjust size as needed */
  height: 34px; /* Adjust size as needed */
  fill: #000000; /* Adjust color as needed */
}


/*================ Responsive images ================*/

.lazy-image{
  display: block;
  position: relative;
  background-size: cover;
}

.lazy-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

  .lazy-image-article img {
  display: block;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  /* height: auto; */
  /* width: 340px; */
  height: 220px;
  object-fit: cover;
}

  .article__card__text p{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  }

  .h3.article__card__title{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  }

/* page.routine.liquid */

  .db-logos{
   padding:50px 20px;
  }
  .db-icon{
  	background-size:contain;
    background-repeat:no-repeat;
    width:24%;
    display:inline-block;
    height:120px;
    background-position:center center;
    position:relative;
    transition:.2s;
  }
  
  .db-icon:hover:after, .db-icon.active:after{
    content:'';
  	display:block;
    width:30px;
    height:100px;
    background-image:url(/cdn/shop/files/top-arrow.png?v=1721245135);
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    position:relative;
    bottom: -115px;
    margin: 0px auto;
    	@media screen and (max-width: 780px) {
  			height:30px;
		}
  }

  @media screen and (max-width: 780px) {
    .db-icon:hover::after, .db-icon.active::after {
      height: 30px;
    }
  }

  .complete-car-img{
    background-image:url(/cdn/shop/files/complete-photo.webp?v=1721246588);
    background-size:contain;
    background-repeat:no-repeat;
    width:100%;
    display:inline-block;
    height:400px;
    background-position:center center;
  
  }
  .skin-health-img{
    background-image:url(/cdn/shop/files/skin-health-photo.webp?v=1721246588);
    background-size:contain;
    background-repeat:no-repeat;
    width:100%;
    display:inline-block;
    height:400px;
  	background-position: right center;
    margin-top: 80px;
  }
  .correct-logo{
    background-image:url(/cdn/shop/files/correct-logo.webp?v=1721244668);
  }
  .correct-logo:hover, .correct-logo.active {
    background-image:url(/cdn/shop/files/correct-hover.webp?v=1721244668);
  }
  
  .cleanse-logo{
    background-image:url(/cdn/shop/files/cleanse-logo.webp?v=1721244454);
    
  }
  .cleanse-logo:hover, .cleanse-logo.active{
    background-image:url(/cdn/shop/files/cleanse-hover.webp?v=1721244668);
    
  }
  .hydrate-logo{
    background-image:url(/cdn/shop/files/hydrate-logo.webp?v=1721244668);
  }
  .hydrate-logo:hover, .hydrate-logo.active {
    background-image:url(/cdn/shop/files/hydrate-hover.png?v=1721244858);
  }
  .protect-logo{
    background-image:url(/cdn/shop/files/protect-logo.webp?v=1721244668);
  } 
  .protect-logo:hover, .protect-logo.active{
    background-image:url(/cdn/shop/files/protect-hover.png?v=1721244890);
  }
  .header-title{
  	margin:40px 0;
    text-align:center;
  }
  
  .header-title h3{
  	font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  }
  .db-logos-wrap{
  	padding:50px 0px;
  }
  .db-photo-section, .complete-care{
  	padding:50px 0;
  }
  .biege-bg{
  	background-color:#FFF8F2;
    padding:100px 30px;
  }
  
  .db-moon{
     background-image:url(/cdn/shop/files/moon.webp?v=1721246588);
    background-size:contain;
    background-repeat:no-repeat;
    width:30px;
    display:inline-block;
    height:20px;
    background-position:center center;
    margin:0px 10px;
  }
  .db-sun{
  	 background-image:url(/cdn/shop/files/sun.webp?v=1721246588);
    background-size:contain;
    background-repeat:no-repeat;
    width:30px;
    display:inline-block;
    height:20px;
    background-position:center center;
    margin:0px 10px;
  }
  
  
  @media only screen and (max-width: 780px) {
  	.db-logos-wrap .flex_container.flex_two > .flex_item,
    .complete-care .flex_container.flex_two > .flex_item,
    .db-photo-section .flex_container.flex_two > .flex_item{
  		width:100%;
  	}
    
    
    
    .db-logos{
    	padding: 50px 20px 40px;
    }
    .db-icon{
    	width: 16%;
      	margin: 2%;
    }
    .correct-logo{
/*   TC  	background-position: 0px 6px; */
    }
/*     .hydrate-logo{
    	background-position: 0px 5px;
    } */
  }




/* page.advice.liquid */

.drb-content{
  background: #FFF8F2;
  padding:60px 40px 80px 40px;
}

.db-sidebar{
  padding:20px;
}
.db-left-side{
  padding:20px;
}
.grey-sidebar{
	background-color:#F8F4F4; 
  padding:30px;
}
 .drb-img{
   width:100%;
   height:440px;
   background-size:cover;
   background-position:center center;
   background-repeat:no-repeat;
/*    background-image:url({{ 'drb-headshot.png'| asset_url 'master' }}); */
   display:block;
 }
  
 .newsletter-img{
   width:100%;
   height:280px;
   background-size:cover;
   background-position:left;
   background-repeat:no-repeat;
   background-image:url(/cdn/shop/files/newsletter-img.webp?v=1721306886);
   display:block;
   margin-bottom:20px
 }
  
 .db-block-img{
 width:100%;
   height:206px;
   background-size:cover;
   background-position:center center;
   background-repeat:no-repeat;
   background-image:url({{ 'block-placehoder.png'| asset_url 'master' }});
   display:block;
 }
  
  .db-grid-cta{
  	padding: 60px 20px 20px 20px;
  }
  
  .db-block-text{
  	padding:20px;
  }
  .db-grid-block{
  	margin-bottom:30px;
  }
  
  .db-u-btn{
    color:#02ACBD;
    border-bottom:solid 2px #02ACBD;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;

  }
  
.glossary-section {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 50% 50%;
  grid-auto-flow: column;
  grid-template-areas: "g-block";
}  
  
  
 .g-block {
  grid-area: initial;
  display: flex;
  flex-flow: column wrap;
}
 
  .left { @extend.g-block; grid-column: 1;} 
  .right {@extend.g-block ; grid-column: 2;} 

.letter-block {
  flex: 1 0 40%;

}
  
  .g-block{
  	margin:30px 0px;
  }
  
  .g-block ul{
  	margin:0px;
    padding:0px;
  }
  
  .g-block ul li{
  	margin:0px;
    padding:0px;
    list-style:none;
  }
  
  .g-block ul li a{
    color:#000;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  
  .g-block ul li a:hover{
    color:#02ACBD;
  }
  .article__card__meta {
  	display:none;
  }
  
  .h3.article__card__title{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  }
  .article__card__text p{
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  }
  .article__card__content{
  	box-shadow:none;
  }
  
  .bold-it{
  	font-weight:600;
  }
  
  .article__card__image, .article__card__image__wrapper{
  	border-radius:0px;
  }

  .advice-section {
    margin-top: 20px;    
  }
  
  .advice-section h5{
  	font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
	color: #000000;
  }
  
  .newsletter-wrap{
    max-width:600px;
    margin:0px auto;
    text-align:center;
  }
  .newsletter-wrap h3{
    font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  }
  .newsletter-wrap p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
	color: #000000;
    margin: -15px 0px 20px;
  }
  
  @media only screen and (max-width: 780px) {
  	.adivice-top .flex_container.flex_two > .flex_item.two_thirds,
    .adivice-top .flex_container.flex_two > .flex_item.one_third{
    	width:100%;
    }
    .db-grid-cta .flex_container.flex_two > .flex_item{
    	width:100%;
    }
  }

  

div[class*="content-"] { 
/*   display:none; */
}

div[class*="content-1"] { 
  display:none;
}
div[class*="content-2"] { 
  display:none;
}
div[class*="content-3"] { 
  display:none;
}
div[class*="content-4"] { 
  display:none;
}
div.active { 
  display:block;
}

/*------------------------------------*\
	FLEX CONTAINERS
\*------------------------------------*/


/*Flex Conatiners 
NOTE FROM TIM: This is an awesome way to 
do flex grids for responsvie containers.  
*/

.flex_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex_container .flex_item {
    flex-grow: 1;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.flex_container.flex_one > .flex_item {
    width: 100%;
}
.flex_container.flex_two > .flex_item {
    width: 50%;
}

.flex_container.flex_two > .flex_item.one_third {
    width: 30%;
}


.flex_container.flex_two > .flex_item.two_thirds {
    width: 70%;
}

.flex_container.flex_two > .flex_item.three_fourths{
    width: 70%;
}


.flex_container.flex_two > .flex_item.one_fourth{
    width: 30%;
}


.flex_container.flex_three > .flex_item {
    width: 33.3%;
}
.flex_container.flex_four > .flex_item {
    width: 25%;
}
.flex_container.flex_five > .flex_item {
    width: 20%;
}
.flex_container.flex_six > .flex_item {
    width: 16.6%;
}

.image-with-text {
    margin-bottom: 50px !important;
}

/*============================================================================
  Responsive
==============================================================================*/

@media screen and (max-width: 1280px){
  .db-hero-small{
    display:none !important;
  }
}
@media screen and (max-width: 1199px){
    .header__logo__link {
      margin-left: 20vw;
    }
    .site-logo img{
      max-height: 30px !important;  
      width: auto;
    }
    .header__logo{
       margin-top: 0px !important;
    }
    .header--touch .header__hamburger {
      padding: 10px 30px 22px 20px !important;
    }
    .header--desktop .header__actions {
      padding: 0px 7px 0 0 !important;
    }
    .main-content {
      margin-top: 95px !important;
    }
    .header__logo__link {
      padding: 0 15px !important;
    }
    .header--desktop .header, .header--desktop .nav{
      border: none;
      margin-top: -10px;
    }
    #shopify-section-header{
      margin-bottom: -10px;
    }
}
@media screen and (max-width: 780px){
	.db-hero-wrap{
      display:block !important;
      padding:30px 0px 0px 0px;
    }
  .db-hero-content{
  	text-align:center;
    width:100%;
    float:none;
    display:block;
    margin-bottom: 40px;
  }
  .db-hero-main{
  	width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    max-width: 100%;max-height: 30px;
    float: none;
  }
  
  .btn.db-u-btn{
    padding-top:10px;
    padding-bottom:0px;
  }
  .site-logo img{
  	display: block !important;
    /* width: 75% !important; */
    margin-bottom: 10px !important;
    /* margin-top: -18px !important; */
    margin-left: auto;
	margin-right: auto;
  }

}
@media screen and (max-width: 440px){
  .header--desktop .header__actions {       
    padding: 5px 0 !important;
    margin-right: -15px;
  }  
}

.btn--secondary{
  background-color: #fff;
  color: #02acbd;
  border-bottom: solid 2px #02acbd;
  box-shadow: none;
  &:hover {
    background-color: #fff;
    color: #02acbd;
  }
  &:active,
  &:focus {
    background-color: #fff;
    color: #02acbd;
/*     border: 1px solid #02acbd; */
    box-shadow: none;
  }
}

/*================ Smart Shopify Payment Buttons ================*/
.product__submit__add{
  height: 44px;
  @include media-query($small){
    padding: 7px 14px;
  }
}

.product__submit:not(.product__submit--spb){
  .product__submit__buttons{
    display: inline-block;
  }
  .product__submit__add{
    padding: 8px 60px;
    font-size: rem(18px * $font-adjust-body);
    @include media-query($medium-up){
      height: 45px;
    }
  }
}


.product__submit--spb{
  .quantity-selector{
    display: block;
  }
  .product__submit__add{
    background-color: #fff;
    color: #02acbd;
    border-bottom: solid 2px #02acbd;
    box-shadow: none;
    &:hover {
      background-color: #fff;
      color: #02acbd;
    }
    &:active,
    &:focus {
      background-color: #fff;
      color: #02acbd;
  /*     border: 1px solid #02acbd; */
      box-shadow: none;
    }
  }
}

.product__submit--spb .product__submit__buttons{
    margin: 0 0 10px 0;
    display: inline-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    width: 100%;
  .shopify-payment-button,
  .product__submit__add{
    margin: 10px 10px 0 0;
    min-width: 155px;
    flex: auto;
  }
}

.variant--soldout{
  .quantity-selector__wrapper,
  .shopify-payment-button{
    opacity: 0;
    label, input, button{
      cursor: default;
    }
  }
}
.variant--unavailabe{
  .quantity-selector__wrapper,
  .shopify-payment-button,
  .product__price{
    opacity: 0;
    label, input, button{
      cursor: default;
    }
  }
}

.quantity-selector{
  position: relative;
  max-width: 7.5rem;
  display: inline-block;
}
.quantity__input{
  width: 100%;
  text-align: center;
  vertical-align: middle;
  .product__submit &{
    height: 45px;
  }
}
.quantity__plus{
  right: 0;
  justify-content: flex-end;
  padding-right: 10px;
}
.quantity__minus{
  left: 0;
  justify-content: flex-start;
  padding-left: 10px;
}
.quantity__plus,
.quantity__minus{
    position: absolute;
    top: 0;
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
  svg{
    width: 12px;
    height: 12px;
    color: $color-text-bright;
  }
  &:active{
    transform: translateY(1px);
  }
}

.product__submit__add {
  font-size:14px !important;
}

.product__price {
    text-align: right;
}

.product__title {
  font-size: 2.25rem !important;
  font-weight: 600;
}

.title-stars {
    margin-bottom: 30px;
}
.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget.kl_reviews__star_rating_widget {
  --kl-reviews-stars-star-color: #000;
}

/* .kl_reviews__star {
    fill: #000;
} */

.kl_reviews__full_star {
    height: 15px !important;
    width: 15px !important;
}

.kl_reviews__partial_star {
    height: 15px !important;
    width: 15px !important;
}

.h2--number {
    font-size: 1.75rem !important;
}


/*============================================================================
  #Slick Slider
==============================================================================*/

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;

  &:focus {
    outline: none;
  }

  &.dragging {
    cursor: pointer;
    cursor: hand;
  }
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;

  &:before,
  &:after {
    content: "";
    display: table;
  }

  &:after {
    clear: both;
  }

  .slick-loading & {
    visibility: hidden;
  }
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  [dir="rtl"] & {
    float: right;
  }
  img {
    display: block;
  }
  &.slick-loading img {
    display: none;
  }
  &.dragging img {
    pointer-events: none;
  }
  &:focus {
    outline: none;
  }

  .slick-initialized & {
    display: block;
  }

  .slick-loading & {
    visibility: hidden;
  }
  .slick-vertical & {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
}

/*============================================================================
  #Slick Theme
==============================================================================*/

$slick-dot-color: $color-border;
$slick-dot-color-active: $color-accent-cool ;
$slick-dot-character: "•" !default;
$slick-dot-size: 30px !default;
$slick-opacity-default: 0.75 !default;
$slick-opacity-on-hover: 1 !default;
$slick-opacity-not-active: 0.75 !default;

/* Slider */

.slick-list {
  .slick-loading & {
    background: $color-body;
  }
}

/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -124px;
    z-index: 500;
    cursor: pointer;
    background: transparent;
    color: transparent;
    border: none;
    outline: none;
    opacity: $slick-opacity-not-active;
    -webkit-text-size-adjust: none;
    font-size: 1px;
    letter-spacing: -1px;
    &:before {
      font-size: rem(46px);
      letter-spacing: normal;
      color: $color-border;
    }
    transition: opacity .2s ease-out;
    &:hover{
      outline: none;
      opacity: $slick-opacity-on-hover;
    }
    &.slick-disabled:before {
      opacity: $slick-opacity-not-active;
    }
}

/* Dots */

.slick-slider {
  margin-bottom: 0;
}

.product__thumbs{
  .slick-dots {
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    li {
      position: relative;
      display: inline-block;
      height: 75px;
      width: 75px;
      margin: 10px 10px 0 0;
      border-radius: 4px;
      overflow: hidden;
      padding: 0;
      cursor: pointer;
    }
  }
}

.homepage-slideshow{
  .slick-dots {
    list-style: none;
    position: inherit;
    text-align: center;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 10px;
    z-index: 999;
    margin-top: 10px;
    @include media-query($small){
      margin-left: 15px;
    }
@media screen and (min-width: 2300px){
    margin-top: -90px;
  }
    
@media only screen and (min-width: 2880px){
    margin-top: -370px;
  }
    li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 30px 0 0;
      border-radius: 4px;
      overflow: hidden;
      padding: 0;
      cursor: pointer;
      @include media-query($small){
        margin: 0 15px 0 0;
      }
    }
  }
}

.slick-dots {
  li {
    button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      &:hover, &:focus {
        outline: none;
        &:before {
          opacity: 1;
          background-color: rgba(#ffffff, 0.5);

        }
      }
      &:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 15px;
        height: 15px;
        border-radius: 20px;
        border: .5px solid #02acbd;
        line-height: 20px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
    }
    &.slick-active button:before {
      background-color: #02acbd;
    }
  }
}



.slick-arrow{
  height: 100%;
  opacity: 0.15;
  background-repeat: no-repeat;
  background-color: transparent;
}
.slick-next{
  right: 0;
  background-image: url($icon-arrow-right);
  background-position: right 15px center;
}
.slick-prev{
  left: 0;
  background-image: url($icon-arrow-left);
  background-position: left 15px center;
}
.slick-arrow.slick-disabled{
  opacity: 0 !important;
  cursor: default;
}

.pswp__bg{
  background: #000000b2 !important;
}

.readmore {
  position: relative;
  max-height: 170px;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;

  transition:max-height 0.15s ease-out;

}

.readmore.expand{
  max-height: 5000px !important;
  transition:max-height 0.35s ease-in-out;
}

.readmore-link{
  position: absolute;
  bottom: 0;
  display: block;
  width:100%;
  height: 61px;
  text-align: left;
  font-weight:bold;
  font-size:16px;
  padding-top:40px;
  background-image: linear-gradient(to bottom, transparent, white);
  cursor: pointer;
  text-decoration: underline;
}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top:10px;
  height:21px;
}

.readmore-link:after {
  content:"READ MORE";
}
.readmore-link.expand:after{
  content:"READ LESS";
}

.breadcrumb {
	padding: 25px 0 5px;
    margin-bottom: -20px;
}
.breadcrumb a, .breadcrumb span{
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5BACBD;
  text-transform: uppercase;
}

.breadcrumb-blog {
  padding: 15px 0px 10px 0px;
  margin-bottom: -30px;
}
.breadcrumb-blog a, .breadcrumb-blog span{
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5BACBD;
  text-transform: uppercase;
}

@media only screen and (max-width: 491px) {
  .breadcrumb {
	padding: 45px 0 5px;
}
}

.overlap__text {
    padding: 30px;
}

.newsletter, .index-blog, .index-page, .index-columns, .index-instagram, .index-team, .index-product, .index-reviews, .index-timeline, .index-newsletter, .index-collection, .index-collection-grid {
    padding-top: 90px;
    padding-bottom: 90px;
}

.page-margin--product {
    margin-top: 15px !important;
}

.acredited_image img {
    float: none;
    height: 40px;
    width: auto;
}

.blog {
  margin-top: 40px;
}

.btn-article-tags {
  background: #02acbd !important;
  color: white !important;
}

.page-default {
  margin-top: 40px !important;
}

.page-margin--article{
  padding-top:25px !important;
}

@media only screen and (max-width: 767px) {
  .search-item-description{
    display:none;
  }
}
@media only screen and (min-width: 767px) {
  .search-item-description-mobile{
    display:none;
  }
}

.index-collection__background{
  position: absolute;
  z-index: 0;
  top: -20px;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #fff8f2;
  @include media-query($large-down) {
    left: 0%;
  }
  @include media-query($widescreen) {
    top: -35px;
  }
}
.index--gray .index-collection__background{
  background-color: #fff8f2;
}
.index-collection-grid .index-collection__background{
  @include media-query($widescreen) {
    width: $width-site + (40px * 2);
    left: -40px;
  }
}

.section-collection .grid__item {
    padding-left: 15px;
    padding-right: 75px;
}

@media only screen and (max-width: 767px) {
  .section-collection .grid__item {
      padding-left: 10px;
      padding-right: 0px;
  }
}

.iframe-container {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */ 
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}