/** Shopify CDN: Minification failed

Line 3232:80 Unexpected "{"

**/
@font-face {
    font-family: 'gorditabold';
    src: url('https://files.ekmcdn.com/d1141b/resources/other/gordita-bold-webfont.woff2') format('woff2'),
         url('https://files.ekmcdn.com/d1141b/resources/other/gordita-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gorditalight';
    src: url('https://files.ekmcdn.com/d1141b/resources/other/gordita-light-webfont.woff2') format('woff2'),
         url('https://files.ekmcdn.com/d1141b/resources/other/gordita-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gorditamedium';
    src: url('https://files.ekmcdn.com/d1141b/resources/other/gordita-medium-webfont.woff2') format('woff2'),
         url('https://files.ekmcdn.com/d1141b/resources/other/gordita-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'gorditaregular';
    src: url('https://files.ekmcdn.com/d1141b/resources/other/gordita-regular-webfont.woff2') format('woff2'),
         url('https://files.ekmcdn.com/d1141b/resources/other/gordita-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@media screen and (max-width:740px) {
		  .product-range .product:not(:nth-child(-n+2)) {
    margin-top: 50px;
}
}
.product .loox-rating {
	cursor: pointer;
}
.shopify-section-template--19616434454844__related-products {
	padding:0;
}

html {
  height: 100%;
  box-sizing: border-box;
  background: #ebebeb;
}

* { 
	box-sizing:border-box;	
}

img:not([src]) {
  visibility: hidden;
}

/* Fixes Firefox anomaly during image load */
@-moz-document url-prefix() {
	img:-moz-loading {
		visibility: hidden;
	}
}

a {  
  transition: all .2s ease-in-out; 
}

a:hover { 
   transition: all .2s ease-in-out; 
}

h2:empty {
	display: none;
}

body  {
	  color: #291959;
    background: #f1f3ef;
    font-size: 16px;
    font-family: 'gorditaregular', sans-serif;
    font-weight: 500;
    line-height: 1.7em;
    margin: 0 auto;
    max-width: 2220px;
    min-width: 980px;
    text-align: left;
    min-height: 100%;
    overflow-x: hidden;
    text-align: center;
}
	

.white {
	background:#FFF;
}

.grey {
	background:#e7e6eb;
}


.inner { 
  max-width: 1800px; 
  padding:0 50px;
  margin:0 auto;
}

::selection { 
	 background: #f26871; 
}	


.promo-bar {
	background:#6c58a1;
	padding:12px 0;
	color:#FFF;
	position: fixed;
	width:100%;
	top:0;
	max-width: 2220px;
	margin:0 auto;
	z-index: 2;
	border-bottom: 2px solid #6c58a1;
	font-size: 15px;
}


.promo-bar .cls-1 {
	fill:#FFF;	
}

.promo-bar .inner {
	display: flex;
	justify-content: center;
	align-items:center;
	
}

.promo-bar svg {
	max-width: 22px;
	margin-right: 10px;
}

strong {
	font-family: 'gorditamedium';
	font-weight: 500;
}

.hero {
	background:url('/cdn/shop/files/hero.jpg');
	background-position: right bottom;
	background-size: cover;
	color:#FFF;
	text-align: left;
}

.hero .inner {
	padding:327px 50px 210px 50px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

.dt-header {
	position: fixed;
	width:100%;
	max-width: 2220px;
	margin:0 auto;
	top:51.2px;
	padding:30px 0;
	z-index: 3;
}

.dt-header .inner {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.dt-header svg.logo {
	max-width: 140px;
	width:100%;
	transition: all .2s ease-in-out; 
}

.dt-header svg.logo {
	
	transition: all .2s ease-in-out; 
}

.dt-header svg.logo:hover {
	fill:#f26871;
	transition: all .2s ease-in-out; 
}

.hero img {
	max-width: 300px;
}

.hero h1 {
	max-width: 560px;
}

h1, h2, h3, h4 {
	margin:0;
	    font-family: 'gorditamedium';
    font-weight: normal;
}

h2 {
	font-family: 'gorditaregular';
}

h1 {
	font-size: 60px;
	line-height: 65px;
	margin:30px 0;
}


.cta-main, .button, .shopify-challenge__button, .customer button {
	padding:15px 30px;
	display: inline-flex;
	text-decoration: none;
	font-family: 'gorditabold';
	letter-spacing: 0;
	transition: all .2s ease-in-out; 
	font-size: 15px;
}

.cta-main.orange, .button, .shopify-challenge__button, .customer button {
	background:#f26871;
	border:2px solid #f26871;
	transition: all .2s ease-in-out; 
	color:#FFF;
}

.cta-main.orange:hover, .button:hover, .shopify-challenge__button:hover, .customer button:hover {
	background:#ff6e77;
	border:2px solid #ff6e77;
	transition: all .2s ease-in-out; 
}

.cta-main.white-orange {
	background:#FFF;
	color:#f26871;
	border:2px solid #FFF;
}

.cta-main.white-orange:hover {
	background:none;
	color:#FFF;
}

.cta-main.white-border {
	border:2px solid #FFF;
	color:#FFF;
}


.cta-main.white-border:hover {
	background:#FFF;
	color:#f26871;
}
.dt-main {
	display: flex;
	margin-left:80px;
}

.dt-main > a {
	display: flex;
	color:#FFF;
	border-bottom:2px solid #fff0;
	font-family: 'gorditamedium';
	font-size: 20px;
    padding: 8px 0px;
	text-decoration: none;
}

.dt-main > a:not(:last-child) {
	margin-right:50px;
}

.dt-main strong {
	font-family: 'gorditamedium';
	font-weight: 500;
}

.dropdown-shop:hover, .dropdown-shop.hovered, .dropdown-shop.hovered svg, .dropdown-learn:hover, .dropdown-learn.hovered, .dropdown-learn.hovered svg, .dt-other a:hover, .dt-other a:hover svg  {
	color:#f26871;
	fill:#f26871;
	transition: all .2s ease-in-out; 
}

.dt-main > a:hover svg {
	fill:#f26871;
	transition: all .2s ease-in-out; 
}

.dt-main > a svg {
	fill:#FFF;
	transition: all .2s ease-in-out; 
	width:12px;
	margin-left:10px;
}

.dt-dropdown.shop, .dt-dropdown.learn {
	display: none;
	position: fixed;
    width: 100%;
    top: 51.2px;
	max-width: 2220px;
	margin:0 auto;
   left:0;
	right:0;
    background: #291959;
    z-index: -1;
}


.dt-dropdown-cont {
	width: 33.33333%;
    display: flex;
    flex-direction: column;
        justify-content: stretch;
    align-items: stretch;
    text-align: left;

}

.dt-dropdown-cont h3 {
	font-size: 30px;
	margin-bottom: 0;
	color:#FFF;
}

.dt-dropdown-cont h3.menu-items {
	margin-bottom: 20px;
	width:100%;
	white-space: nowrap;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	position: relative;
	font-size: 20px;
}

.dt-dropdown-cont h3.menu-items:after {
	content:"";
	width:100%;
	display: inline-flex;
	margin-left:15px;
	height: 2px;
	background-color:#f26871;
	
	top:10px;
	left:15px;
}

.dt-dropdown-cont span {
	margin:20px 0;
}

/*
.dt-dropdown-cont .horizontal-promo span {
	 margin-bottom: 0;
    margin-top: 0px;
    font-size: 13px;
}*/

.dt-dropdown-cont .horizontal-promo strong {
	font-size: 16px;
}

.dt-dropdown-cont a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    color: #FFF;
    text-decoration: none;
}

.dt-dropdown {
	padding-top:160px;
	padding-bottom:50px;
}

.dt-header.fixed .dt-dropdown {
	padding-top:150px;
	padding-bottom:50px;
}

.dt-dropdown.shop .inner {
	    display: flex;
    align-items: stretch;
}

.hovered > svg {
	transform: rotate(180deg);
}

.dt-main > a.hovered {
	border-bottom:2px solid #f26871;
    
}

.dt-dropdown-cont a.promo-image {
	padding:50px 50% 50px 50px;
}

.dt-dropdown-cont:nth-child(2) {
	margin:0 50px;
}

.dt-dropdown-cont a {
	box-shadow: inset 0 0 0 2px #291959;
}

.dt-dropdown-cont:first-child a {
	background:url('/cdn/shop/files/starter.jpg');
	background-size:cover;
	background-position: right center !important;
}

.horizontal-promos {
	height: 100%;
    margin-top: auto;
}

.dt-dropdown-cont .horizontal-promo {
	height: 100%;
    background: #f26871;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	background-size: cover !important;
    padding: 0 50px;
}

.horizontal-promo:first-child {
	margin-bottom: 20px;
	background:url('/cdn/shop/files/bundle1.jpg') !important;
	    background-size: cover !important;
}

.horizontal-promo:last-child {
	margin-bottom: 20px;
	background:url('/cdn/shop/files/fyc_bundles_promo.jpg?v=1780992322') !important;
	    background-size: cover !important;
}

.four-promos {
	height: 100%;
	margin-top:auto;
	display: flex;
	flex-wrap:wrap;
}


.dt-dropdown-cont a:hover {
	    box-shadow: inset 0 0 0px 2px #f26871;

}
.four-promo {
	background:#f26871; 
	height: calc(50% - 10px);
	width:calc(50% - 10px);
}

.four-promo:nth-child(1), .four-promo:nth-child(2) {
	margin-bottom: 20px;	
}


.four-promo:nth-child(2n) {
	margin-left: 20px;
}

.four-promo { 
	background-size: cover !important;
	background-position: right center !important;
	display: flex;
	justify-content: center;
	align-items:flex-start;
	padding-left:25px;
	padding-right: 80px;
	font-size: 13px;
}

.four-promo:nth-child(1) {
	background:url('/cdn/shop/files/shampoo.jpg')
}

.four-promo:nth-child(2) {
	background:url('/cdn/shop/files/leavein.jpg')
}

.four-promo:nth-child(3) {
	background:url('/cdn/shop/files/refresh.jpg')
}

.four-promo:nth-child(4) {
	background:url('/cdn/shop/files/condtioner.jpg')
}

.learn a {
	background-size:cover !important;
	background-position: right center !important;
}
.learn .dt-dropdown-cont:first-child a {
		background:url('/cdn/shop/files/faqs.jpg');
}

.learn .dt-dropdown-cont:nth-child(3) a {
	background:url('/cdn/shop/files/video.jpg');
}

.learn .dt-dropdown-cont:nth-child(2) a {
background:url('/cdn/shop/files/forme1.jpg');
}

.dt-other {
	display: flex;
	margin-left:auto;
}

.dt-other a {
	color:#FFF;
	text-decoration: none;
    font-family: 'gorditamedium';
    font-size: 15px;
}

.dt-other a:not(:first-child) {
	margin-left:50px;
}

.dt-other svg {
	width:22px;
	height: 22px;
}

.dt-other a:last-child {
	margin-left:20px;
}
.dt-header svg, .promo-bar svg {
	fill:#FFF;
	transition: all .2s ease-in-out; 
}

.dark {
	background:#291959;
	color:#FFF;
}

.section.pad-smallest {
	padding:40px 0;
}


.section.pad-small {
	padding:60px 0;
}


.inner.logos {
	display: flex;
	align-items:center;
	justify-content: center;
}

.inner.logos img {
	max-width: 100px;
	max-height: 30px;
}

.inner.logos img {
	margin-left:40px;
}

.section { 
	padding:100px 0;
}

.image-bg {
	background-size:cover !important;
	min-height: 900px;
}

.frizz {
	background: url(/cdn/shop/files/frizz.jpg);
    color: #FFF;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: left;
}

.frizz .inner {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	width:100%;
}

.awardbg {
	background: url(/cdn/shop/files/awardbg.jpg);
    color: #FFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}


.awardbg.bundle {
	background: url(/cdn/shop/files/bundleactual.jpg);
    color: #FFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.awardbg .inner {
	display: flex;
    justify-content: flex-star;
    align-items: center;
	width:100%;
}

.flex-text.right {
	max-width: 40%;
	text-align: left;
}

.flex-text .inline-ctas {
	margin-top:40px;
}

.dt-header.fixed {
	background: #291959b3;
    backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);

}

.dt-header.fixed svg.logo {
	max-width: 100px;
	    
}

.inline-ctas a:nth-child(2) {
	margin-left:15px;
}

.orange {
	background:#f26871;
	color:#FFF;
}

.icon-band p {
	margin:0;
}

.icon-band small {
	display: block;
	max-width: 330px;
}
.icon-band {
	display: flex;
	justify-content: space-between;
}

.icon-cont {
	display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.4em;
}

.icon-cont:not(:last-child) {
	margin-right: 30px;
}


.icon-band img {
	max-width: 60px;
	margin-right: 15px;
}

.featured-product {
	margin-top:50px;
}

.section:not(.image-bg) h1:first-of-type {
	margin-top:0;
}
.product {
	display: flex;
    justify-content: center;
    align-items: center;
	
	
}

.product .main-image {
	cursor: pointer;
}

.product .product-info {
	width:40%;
	padding-left:10%;
}

.product img.main-image {
	max-width: 500px;
}

.product .product-info {
    width: 40%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	text-align: left;
}

.product h2 {
	font-family: 'gorditamedium';
}

.product .price {
	display: block;
	margin:15px 0;
}


.product-short-description {
	margin:20px 0 0 0;
}

.product-icon-cont {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.product-icon-cont img {
	max-width: 20px;
	margin-right: 10px;
}

h2 {
	font-size: 30px;
	line-height: 35px;
				
	font-weight: 500;
}

h1.no-marg {
	margin-top:0;
}
.product-icons {
	display: flex;
	margin-top:25px;
	
}

.product-icon-cont:nth-child(2), .product-icon-cont:nth-child(3){
	margin-left:25px;
}

.other-bundles .inner {
	display: flex;
}

.other-bundles .product img.main-image {
	max-width: 35%;
}

.other-bundles .product .product-info, .product-range .product .product-info{
	width:100%;
}

.other-bundles .product:nth-child(2) {
	margin-left:100px;
}

.other-bundles .product {
	width:calc(100% - 12.5px);
}

.product-range .inner {
	display: flex;
}

.product-range .product {
	width:calc(25% - 18.75px);
}

.product-range .product:not(:last-child){
	margin-right: 25px;
}

.product-range .product img {
	max-width: 60%;
}

.product-range .product h2 {
	font-size: 20px;
	line-height: 25px;
}

.product-range .product .price {
	margin:10px 0 0 0;
}

.product-range .product .product-info {
	padding-left:0px;
	margin-left:-25px;
}


.flex-awards {
	display: flex;
	margin:30px 0;
}

.award img {
	max-width: 100px;
}

.award {
	    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.award strong {
	    font-size: 13px;
    display: block;
    margin-top: 20px;
    max-width: 100px;
    text-align: center;
    line-height: 1.5em;
}

.award:nth-of-type(2) {
	margin:0 40px;
}

.swiper-slide {
	    background: #FFF;
    flex-direction: column;
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
        padding: 40px 40px 0 40px;

}

.stars {
	max-width: 100px;
}

.swiper-slide {
	align-self: stretch;
	height:  auto !important;
}
.swiper-slide > strong {
	font-size: 22px;
	font-family: 'gorditamedium';
	font-weight: 500;
	margin:20px 0;
}

.swiper-slide p {
	margin:0 0 0px 0;
	font-size: 14px;
}

.posted {
	display: flex;
	position: relative;
	font-size: 14px;
	margin-top:auto;
	
}

.swiper, swiper-container {
	overflow: visible !important;
}

.posted-right {
	display: flex;
	    padding-left: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.posted > img {
	    max-width: 125px;
    border-radius: 100%;
    position: relative;
    max-height: 125px;
    object-fit: cover;
    top: 40px;
    width: 125px;
}

.posted-right img {
	max-width: 50px;
}

.section.reviews {
	padding-bottom: 140px;
	overflow: hidden;
}

.super-narrow {
	max-width: 900px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
}

.newsletter {
    background:url(/cdn/shop/files/newsbg.jpg);
    background-size: cover;
    color: #FFF;
    padding-bottom: 600px;
    background-position: bottom center;
}

.newsletter input[type="email"] {
	padding:15px; 
	background:#FFF;
	border:none;
	    padding: 15px;
    background: #FFF;
	font-family: 'gorditaregular';
	font-size: 16px;
    border: none;
    height: 100%;
    width: 100%;
	color:#2f1d66;
}

::placeholder {
	color:#2f1d66;
}

.mcform {
	
	    display: flex;
    max-width: 600px;
    margin: 0 auto;
	
    justify-content: center;
    align-items: center;
	background:#FFF; 
	padding:10px;
}

.mcform input[type="submit"] {
	    background: #f26871;
	color:#FFF;
    border: 2px solid #f26871;
	    padding: 15px 30px;
	cursor:pointer;
    display: inline-flex;
    text-decoration: none;
	letter-spacing: 0;
    font-family: 'gorditabold';
	transition: all .2s ease-in-out;
    font-size: 15px;
}

.mcform input[type="submit"]:hover {
	     background: #ff6e77;
	transition: all .2s ease-in-out;

}
input:focus { 
	outline:none;
	border:none;
}

footer {
	padding:100px 0 0 0;
	background:#2f1d66;
	color:#FFF;
}

footer .inner {
	display:flex;
}

footer li {
	list-style: none;
	padding:0;
	text-align: left;
	margin-bottom: 5px;
}

footer a {
	color: #FFF;
    text-decoration: none;
    font-family: 'gorditamedium';
    font-size: 15px;

}

footer a:hover {
	color:#f26871;
}
.footer-cont {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items:flex-start;
}

footer ul {
	list-style: none;
	column-count:2;
	column-gap: 50px;
	padding:0;
}

.footer-cont {
	width:25%;
}


footer ul.social {
	column-count:1;
	display: flex;
	column-gap:20px;
}

footer ul.social i {
	font-size: 25px;
}
h4 {
	font-family: 'gorditaregular';
	font-size: 22px;
	margin-bottom: 20px;
}

.footer-cont.logo {
	margin-left:auto;
}
.footer-cont.logo svg {
	    max-width: 140px;
		width: 100%;
		transition: all .2s ease-in-out;
		fill:#FFF;
}

.footer-cont.logo svg:hover {
	fill:#f26871;
}
.footer-cont p {
	font-size: 15px;
	text-align: left;
	margin-top:30px;
}

.footer-bottom {
	background:#291959;
	padding:30px 0;
	margin-top:100px;
	font-size: 15px;
}

.footer-bottom img {
	max-width: 30px;
	margin-right: 15px;
}

.footer-bottom .inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	
}

.footer-bottom a:hover { 
	color:#ff0075;
}

.mob-header {
	display: none;
}

.inner.logos span {
	color:#7359ab;
	letter-spacing: 2px;
	text-transform: uppercase;
}


.hero.landing h1 {
	margin:0 0 10px 0;
}

.hero.landing h2 {
	margin:0 0 20px 0;
}

.hero.landing {
	background:url("herolanding.jpg");
	background-size:cover !important;
	background-position: right center !important;
}

.promotional-band {
		background:url('/cdn/shop/files/saverbundles.jpg');
		background-size:cover;
		color:#FFF;
	}
.promotional-band h2 {
    font-family: 'gorditamedium';
    max-width: 200px;
}

.promotional-band .flex-text {
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
	max-width: 70%;
}

.promotional-band .flex-text p {
	margin:0 25px;
}

.cat-page .featured-product:first-child {
	margin-top:0;
}
.cat-page .featured-product:not(:first-child) {
	margin-top:50px;
}

.cat-page .featured-product:nth-child(2n) .product-info  {
	order:1;
	padding-left:0;
	padding-right: 50px;
}

.cat-page .featured-product:nth-child(2n) .main-image {
	order:2;
} 


.hero.cat .inner {
	justify-content: center;
	align-items:center;
	padding: 220px 50px 100px 50px;
}

.hero.cat h1 {
	font-size:45px;
	line-height: 50px;
	margin:20px auto 10px auto;
}
.hero.cat {
	background:#291959;
}

.hero.cat p {
	margin:0;
}

 .breadcrumb {
	font-size: 15px;
}
 .breadcrumb a {
	color:#FFF;
	text-decoration: none;
	font-family: 'gorditamedium';
	font-size: 15px;
}

.breadcrumb a:hover,  .breadcrumb a:hover {
	color:#ff6e77;
}


.prod-top {
	background:#291959;
	padding:198px 50px 100px 50px;
}

.prod-top h1 {
	font-size:50px;
	line-height: 55px;
	margin:20px 0 0px 0;
}

 .breadcrumb {
	color:#6c58a1;
}

 .breadcrumb a {
	color:#6c58a1;
}

.prod-top .featured-product {
	margin-top:0;
	color:#FFF;
}

.prod-top .product img.main-image {
	max-width: 550px;
}

.prod-top .product .price {
	font-size: 22px;
  
   
}

afterpay-placement { margin-top:-10px !important;}
a.review-but {
	background:#2f1d66;
	padding:10px 25px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items:center;
	color:#FFF;
	font-family: 'gorditamedium';
	font-size: 15px;
	margin-top:20px;
	text-decoration: none;
}

a.review-but img {
	max-width: 100px;
	margin-right: 10px;
}

.bottles-flex {
	display: flex;
	flex-direction: column;
}

.bottle:not(:last-child) {
	margin-bottom: 20px;
}
.bottle {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;

}

.bottle strong {
	display: block;
	width:100%;
}
.bottle img {
	max-width: 120px;
}

.inline-link {
	font-family: 'gorditamedium';
	font-size: 15px;
	margin-top:50px;
	color:#FFF;
	display: block;

}

.lightpurple {
	
	background:#6c58a1;
	color:#FFF;
}

.blocker {
	z-index: 99 !important;
	background:#190b42b8 !important;
}

 .modal {
	box-shadow:0 0 10px #190b42b8 !important;
}

.modal a.close-modal {
	background-image:url(/cdn/shop/files/closemodal.svg?v=1687244585)!important;
	    top: -40px !important;
    right: 0 !important;
}

.realpeople .inner {
	display: flex;
	text-align: left;
	align-items: center;
}

.realpeople .flex-cont-left h1, .prod-page .awardbg h1, .howto h1, .prod-page .other-bundles h1, .related h1  {
	font-size: 50px;
	line-height:55px;

}

.realpeople .flex-cont-right {
	width:100%;
	margin-left:100px;
}

.video-grid {
	display: flex;
	flex-wrap:wrap;
}

.video-grid-item {
	width:25%;
	position: relative;
}


.tab-controller {
	    background: #2f1d66;
    
    border-radius: 50px;
	display: flex;
	max-width: 600px;
	margin:0 auto;
}
.tab-controller a {
	display: inline-flex;
	align-items: ceter;
	justify-content: center;
	color:#6c58a1;
	cursor: pointer;
	width:50%;
	padding: 15px;
	font-family: 'gorditamedium';
	font-size: 15px;
}

.tab-controller a.active {
	color:#FFF;
}
.tab-controller a svg {
	max-width: 22px;
	margin-right: 15px;
	fill:#6c58a1;
}

.tab-controller a.active svg {
	fill:#f26871;
}

.tabs-actual {
	margin-top:50px;
}

.tab {

	display: flex;
	justify-content: center;
}

.tab-inner:not(:last-child) {
	margin-right:25px;
}

.tab-inner strong {
	font-size: 18px;
	margin-top:20px;
	display: block;
}

.tab-inner p {
	margin:10px 0 0 0;
}

.tab-inner img {
	max-width:100%;
}

.video-grid-item img {
	max-width: 100%;
	display: block;
}

.video-grid-item:hover:after {
	width: 70px;
    height: 70px;
	transition: all .2s ease-in-out;
}


.video-grid-item::after {
	content:"";
	transition: all .2s ease-in-out;
	background-image:url(/cdn/shop/files/play.svg?v=1687244585);
	width:60px;
	height: 60px;
	position: absolute;
	background-size:cover;
	  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;

}

.prod-page .other-bundles .inner:first-child {
	justify-content: center;
	padding-bottom: 50px;
}


.swiper-button-next, .swiper-button-prev {
		color:#f26871 !important;
	display: flex !important;
	}
@media screen and (min-width:740px ) {
	.promo-bar {
		border-bottom: 0;
	}
	
	body {
		overflow-y: scroll !important;
	}
}

@media screen and (max-width:740px) {

  afterpay-placement {
    margin-top: 0px !important;
}
	
  body { 
        min-width: 0; 
        width:100%;
        transition: background-color 1s ease;   
	  font-size: 15px;

      }
	.reviews {
		overflow: hidden;
	}
	
	.dt-header {
		display: none;
	}
	
	.mob-header {
		display: block;
		position: fixed;

		max-width: 100%;
		left:0;
		top:41.5px;
		width:100%;
		padding:20px 0;
		height: 100px;
		z-index: 99;
	}
	
	.promo-bar {
		    max-width: 100%;
    padding: 8px 0;
    font-size: 13px;
	}
	
	.product {
		flex-direction: column;
	}
	
	.flex-text.right, .flex-text.left {
		max-width: 100%;
	}
	
	.icon-band, .inner.logos {
		flex-direction: column;
	}
	
	.product .product-info {
		width:100%;
		padding-left:0;
	}
	
	.product-range .product {
		width:calc(50% - 12.5px);
	}
	
	.product-range .inner {
		flex-wrap:wrap;
	}
	
	.award:nth-of-type(2) {
		margin:0 20px;
	}
	
	.award img {
		max-width: 90px;
	}
	
	footer .inner {
		flex-direction: column;
	}
	
	.product img.main-image {
		max-width: 100%;
	}
	
	.hero .inner {
		        padding: 180px 20px 350px 20px;
			align-items: center;
		text-align: center;
	}
	
	h1 {
		font-size: 30px;
		line-height: 35px;
		margin: 20px 0 0 0;
	}
	
	.prod-top h1 {
		font-size: 30px;
		line-height: 35px;
	}
	
	.mob-header .logo {
		fill:#FFF;
		width:105px;
		height: auto;
		    position: absolute;
		left: 50%;
		top: 20px;
		transform: translateX(-50%);
				transition: all .2s ease-in-out;
	}
	
	.icon-but svg {
		    width: 22px;
			fill:#FFF;
    		height: 22px;
	}
	
	.mob-header .inner {
		      max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    flex-direction: row;
    align-items: center;
    height: 100%;
	}
	
	.inner {
		padding:0 20px;
	}
	
	.hero img {
		max-width: 220px
	}
	
	.hero {
		background:url('/cdn/shop/files/mob-hero.jpg');
		background-position: bottom center !important;
		background-size:cover !important;
	}
	
	.hero h1 {
		margin:15px 0;
	}
	
	.cta-main {
		padding:10px 20px;
		font-size: 14px;
	}
	
	
	.inner.logos {
		flex-wrap:wrap;
		flex-direction: row;
	}
	
	.inner.logos span {
		width:100%;
		margin-bottom: 15px;
	}
	.inner.logos img {
		margin-left:0;
		width:33.33333%;
		padding:0px 25px;
		max-width: none;
		max-height: 30px;
	}
	
	.inner.logos img:last-child {
		    padding: 0 35px;
	}
	.inner.logos img:nth-last-child(-n+3) { 
		margin-top:10px;
	}
	
	.mob-header.fixed {
		background:#291959;
				transition: all .2s ease-in-out;
	}
	
	.mob-header.fixed {
		height: 80px;
				transition: all .2s ease-in-out;
		top:0;
	}
	
	.mob-header.fixed .logo {
		width:85px;
		top:22px;
				transition: all .2s ease-in-out;
	}
	
	.mob-header.fixed .logo g {
		display: none;
	}
	
	.promo-bar.hidden {
		display: none;
		transition: all .2s ease-in-out;
	}
	
	.right-buts .icon-but:last-child {
		margin-left:10px;
	}
	
	.section {
		padding:50px 0;
	}
	
	.image-bg {
		min-height: 0;
		padding-bottom: 350px;
	}
	
	h2 {
    line-height: 25px;
    font-weight: 500;
    font-size: 20px;
    font-family: 'gorditaregular';
}
	
	.frizz .inner, .awardbg .inner {
		justify-content: center;
		align-items:center;
		text-align: center;
	}
	
	.flex-awards {
		justify-content: center;
	}
	
	.frizz {
		background:url('/cdn/shop/files/frizzmob.jpg');
		background-position: bottom center !important;
		background-size:cover !important;
	}
	
	.awardbg {
		background:url('/cdn/shop/files/awardmob.jpg');
		background-position: bottom center !important;
		background-size:cover !important;
		padding-bottom: 400px;
	}
	
	
	.icon-band p {
		font-size: 13px;
		line-height: 1.5em;
	}
	
	
	.promo-bar svg, button.cta-main.orange svg {
		width:20px;
	}
	.icon-band {
		flex-wrap:wrap;
		flex-direction: row;
	}
	
	.icon-band img {
		max-width: 28px;
		margin-right: 7px;
	}
	
	.icon-cont:not(:last-child) {
		margin-right: 0;
	}
	.icon-cont {
		width:calc(50% - 7.5px);
	
	}
	
	.icon-cont:nth-child(2n) {
		margin-left:15px;
	}
	
	.section.pad-small {
		padding:30px 0;
	}
	
	.icon-cont:nth-last-child(-n+2) {
		margin-top:25px;
	}
	
	.icon-band small {
	
		font-size: 12px;
		display: inline;
		
	}
	
	.featured-product {
		margin-top:0px;
	}
	
	.product .product-info {
		align-items:center;
		text-align: center;
	}
	
	.other-bundles .inner {
		flex-direction: column;
	}
	
	.other-bundles .product {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
	}
	
	.other-bundles .product .product-info {
		align-items: flex-start;
		text-align: left;
	}
	
	.other-bundles .product img.main-image {
		max-width: 50%;
	}
	
	.product-short-description {
		font-size:13px;

	}
	
	.product .price {
		margin:10px 0;
	}
	
	.product-icons {
		margin-top:15px;
	}
	
	.other-bundles .product h2 {
		font-size: 18px;
		line-height: 22px;
	}
	
	.other-bundles .product:nth-child(2) {
		margin:50px 0 0 0;
	}
	
	.product-icon-cont {
		font-size: 12px;
	}
	
	.product-icon-cont:nth-child(2), .product-icon-cont:nth-child(3) {
		margin-left:20px;
	}
	
	.product-icon-cont img {
		max-width: 15px;
		margin-right: 7.5px;
	}
	
	.tab, .video-grid {
		flex-direction: column;
	}
	
	.tab-inner img {
		max-width: 100% !important;
	}
	
	.product-range .product:not(:last-child) {
		margin-right: 0;
	}
	
	.product-range .product:nth-child(2n) {
		margin-left:25px;
	}
	
	.product-range .product h2 {
		font-size: 14px;
		line-height: 20px;
	}
	
	.product-range .product .price {
		margin:0;
	}
	
	
	
	.section.reviews {
		padding:30px 20px 70px 20px;
	}
	
	.swiper-slide p {
		margin:0 0 10px 0;
		font-size: 13px;
	}
	
	.swiper-slide {
		padding: 30px 30px 0 30px;
	}
	
	.mcform input[type="submit"] {
		padding:10px 20px;
		font-size: 14px;
	}
	
	.newsletter { 
	    padding-bottom: 350px !important;
	}
	
	footer {
		padding:50px 0 0 0;
	}
	
	.footer-cont {
		width:100%;
		align-items:center;
	}
	
	footer li {
		text-align: center;
	}
	
	footer h4 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	.footer-cont:not(:last-child){
		margin-bottom: 30px;
	}
	
	.footer-cont.logo svg {
		max-width: 110px;
	}
	
	.footer-cont p {
		font-size: 14px;
		text-align: center;
	}
	
	.footer-bottom {
		margin-top:50px;
		font-size: 14px;
	}
	
	footer a {
		font-size: 14px;
	}
	
	.menu-open {
		    height: 100%;
    overflow-x: scroll;
    background: #291959;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10002;
	}
	
	.menu-open .promo-bar {
		background:#291959;
		
	}
	
	.menu-open {
		display: none;		
		
	}

	body.open {
		overflow: hidden;
	}
	
	.mob-nav .dt-dropdown-cont {
		width:100%;
		padding:20px;
	}
	
	.dt-dropdown-cont a.promo-image {
		    padding: 30px 40% 30px 30px;
		background-position: top right !important;
		background-size: 110% !important;
	}
	
	.dt-dropdown-cont span {
		font-size: 12px !important;
		margin: 5px 0 10px 0;
		line-height: 1.7em;
	}
	
	.dt-dropdown-cont h3 {
		font-size: 20px;
	}
	
	.mob-nav-cont li {
		list-style: none;
	}
	
	.mob-nav-cont li a {
		display: flex;
		color:#FFF;
		font-family: 'gorditamedium';
		padding-bottom: 5px;
		text-decoration: none;
		    width: 100%;
    justify-content: space-between;
	}
	.mob-nav-cont ul {
		padding:0 20px 0 20px;
		margin:10px 0 20px 0;
	}
	
	.shop-drop, .learn-drop {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	.mob-nav-cont strong {
		font-weight: 500;
		font-family: 'gorditamedium';
	}
	
	.mob-nav-cont svg {
		max-width: 12px;
		width:12px;
		fill:#FFF;
	}
	
	.show-shop, .show-learn {
		display: none;
		padding-left: 20px;
    	border-left: 2px solid #f26871;
		margin-bottom: 50px;
	}
	
	.footer-bottom {
		padding:20px 0;
	}
	
	.mob-nav-cont .dt-dropdown-cont {
		padding:0;
	}
	
	.dt-dropdown-cont .horizontal-promo {
		padding: 20px 170px 20px 20px;
		padding: 20px 170px 20px 20px;
	}
	
	.dt-dropdown-cont:nth-child(2) {
		margin:0;
	}
	
	.menu-open .mob-header {
		position: absolute !important;
		top:41.5px !important;
	}

	.menu-open .promo-bar {
		top:0 !important;
			position: absolute !important;
	}
	
	.dt-dropdown-cont .cta-main {
		padding:8px 15px;
	}
	
	.four-promo {
		width: calc(50% - 5px) !important;
		min-height: 80px;
		font-size: 12px;
		line-height: 1.5em;
		justify-content: center !important;
		align-items: flex-start !important;
		padding: 0px 40px 0px 20px;
		    background-size: calc(100% + 40px) !important;
    background-position: 0px top !important;
	}
	
	.four-promo:nth-child(2n) {
		margin-left:10px;
	}
	.four-promo:nth-child(1), .four-promo:nth-child(2) {
		margin-bottom: 10px;
	}
	
	.horizontal-promo:first-child, .horizontal-promo:last-child {
		margin-bottom: 10px !important;
	}
	
	.dt-dropdown-cont .horizontal-promo span {
		margin-top:0 !important;
		margin-bottom:0 !important;
	}
	
	.mob-nav-cont .social li a {
		display: inline-flex;
		width:fit-content;
		margin-right: 20px;
	}
	
	.mob-nav-cont .social li a i {
		font-size: 20px;
	}
	
	.mob-nav-cont .social {
		display: flex;
		padding-bottom: 50px;
		margin-top:0;
	}
	.dt-dropdown.shop, .dt-dropdown.learn {
		position: static !important;
		height: auto!important;
		padding-top:0;
	}
	
	.learn .dt-dropdown-cont:nth-child(2) {
		margin:10px 0;
	}
	
	.menu-open .mob-header.fixed {
		top:0 !important;
	}
	
	.mob-nav-cont li a.hovered {
		color:#f26871;
	}
	
	.mob-nav-cont li a.hovered  svg {
		fill:#f26871;
	}
	
	.learn .dt-dropdown-cont a {
		padding: 25px 48% 25px 25px !important;
		background-size: cover !important;
	}
	
	.hovered > svg {
		    transition: all .2s ease-in-out;
	}
	
	svg {
		    transition: all .2s ease-in-out;
	}
	
	.right-buts {
		display: flex;
	}
	
	.mob-header.fixed {
		    background: #291959b3;
    	backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
	}
	
	.flex-text.right, .flex-text.left {
		text-align: center;
	}
	
	.mcform {
		margin-top:20px;
	}
	
	.prod-top .product img.main-image {
		max-width: 100%;
		max-height:350px; 
}
	
	.prod-top {
		padding: 150px 0 50px 0;
	}
	
	button.cta-main.orange, .cta-main {
		display: inline-flex; 
		justify-content: center;
		align-items:center;
		text-align: center;
		min-height: 50px;
	}
	
	
}

.section-header {
	    z-index: 99!important;
    position: fixed !important;
    top: 0 !important;
}

.product-info h2 a {
	text-decoration: none;
	color:#291959;
}

/*
.product:hover h2 a {
	color:#f26871;
}
*/
/*
.product:hover  img.main-image {
	transform:scale(1.1);
}*/
.slidecarthq  * {
	color:#291959 !important;
}

html body #slidecarthq .button {
	color:#FFF !important;
}

.dt-header.fixed {
	top: 0;
}

.dt-header.fixed .dt-dropdown.shop, .dt-header.fixed .dt-dropdown.learn {
	top:0;
}

.prod-page .product {
	cursor: auto;
}

button.cta-main.orange {
	cursor:pointer;
	display: flex;
	    min-width: 300px;
    justify-content: center;
	    transition: all .2s ease-in-out;
	
 }



button.cta-main.orange:hover {
	    transition: all .2s ease-in-out;
}

button.cta-main.orange svg {
	fill:#FFF;
	max-width: 22px;
	margin-left:15px;
}

#slidecarthq .item .title, #slidecarthq .item .title a {
	text-align: left !important;
	font-weight: 500 !important;
}

h3 {
	font-size: 25px;
}

.four-promo strong {
	
    line-height: 1.5em;
    max-width: 100px;

}

li {list-style:square; } ::marker { color:#f26871; }

.modal {
	border-radius:0 !important;

}

.modal-inner p {
	margin-top:0 !important;
	margin-bottom: 0 !important;
}

.modal-inner {
		overflow-x: hidden;
    max-height: 500px;
	padding:30px;
    overflow-y: scroll;
}

.modal a.close {
	color:#f26871; 
	font-weight: 600;
	
}

.modal {
	padding:0 !important;
}


.close-inner {
	background: #e7e6eb;
    color: #f26871;
    display: block;
    font-weight: 600;
    padding: 10px 30px;
}

.modal-inner::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.modal-inner::-webkit-scrollbar-track {
  background: #e7e6eb;        /* color of the tracking area */
}

.modal-inner::-webkit-scrollbar-thumb {
  background-color: #f26871;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #e7e6eb;  /* creates padding around scroll thumb */
}

.tab-inner {
	color:#FFF;
	text-decoration: none;
}

.tab-inner img {
	border:2px solid #291959;
	 transition: all .2s ease-in-out; 
}

.tab-inner:hover img {
	  border:2px solid #f26871;
	 transition: all .2s ease-in-out; 
}

.tab-2-but:not(.active):hover {
	color:#f26871;
}


.tab-controller a svg {
	 transition: all .2s ease-in-out; 
	width:22px;
}
.tab-2-but:not(.active):hover svg {
	fill:#f26871;
	 transition: all .2s ease-in-out; 
}

.tab-2 {
	display: none;
}

.tab-inner img {
	max-width: 100%;
}

.tab-inner a {display:inline-flex; } 

.product-recommendations {
	display: flex;
	width:100%;
	
}

.shopify-section {
	padding:0 !important;
}


.other-bundles .product {
		max-width:50%; 

	}


.other-bundles .inner {
	justify-content: center;
}

.price__sale {
	display: none;
}
.other-bundles .product:only-child  {
	margin-left:0 !important;
	
}

.other-bundles .product span.price { margin:0; }

.product .loox-rating  {
	margin-top:20px;
}

.losemargin .featured-product {
	margin-top:0;
}


.product h2:hover {
	color:#f26871;
	    transition: all .2s ease-in-out;
}

.prod-page .prod-top img {
	cursor:default;
} 

.product h2 {
	    transition: all .2s ease-in-out;
	cursor:pointer;
}


.cat-page .inner {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
}

.cat-page .product img.main-image {
	max-width: 400px;
}

.cat-page .product {
	width:50%;
}

.product:not(:nth-child(-n+2)) { margin-top:50px; }

.prod-top .product .loox-rating {
	margin-top:0;
}

	
	.result-top img { 
		max-width:50px; 
		margin-right: 20px;
	} 
	
	.result { 
		color:#FFF; 
		text-align:left;  
	}

	.result-top strong { 
		font-size:25px; 
		font-family:gorditabold; 
		display: block;
		
		
	} 
	
	
	.result-top {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.result a {
		margin-top:20px;
	}
	
	.result.foryou .cta-main.white-orange {
		color:#51a751;
	}
	
	.result.foryou .cta-main.white-orange:hover {
		color:#FFF;
	}
	
	.result.maybefor .cta-main.white-orange {
		color:#f29a68;
	}
	
	.result.maybefor .cta-main.white-orange:hover {
		color:#FFF;
	}
	
	.result.foryou .cta-main.white-orange {
		color:#51a751;
	}
	
	.result.foryou .cta-main.white-orange:hover {
		color:#FFF;
	}
	
	html {
		scroll-behavior: smooth;
	}
	
	.result {
		padding:50px;
		display: none;
		margin-top:30px;
	}
	
	.result.foryou  {
		background:#51a751;
	}
	
	.result.notforyou {
		background:#8e2626;
	}
	
	.result.maybefor {
		background:#f29a68;
	}
	
	.warning_text strong {
    	font-family: gorditaregular;
    	color: #f26871;
	}
	
	.warning {
		border: 2px solid #f26871;
		padding: 20px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		max-width: 700px;
	}
	
	.warning svg {
		max-width: 30px;
		margin-right: 20px;
		fill:#f26871;
	}
	.isforme_opt { 
		width:25%; 
		padding:3px; 
		
		cursor: pointer !important;
	}
	
	.isforme_opt img:hover, .isforme_opt.active img { 
		border:2px solid #f26871; transition: all .2s ease-in-out; 
	}
	.isforme_opt img { max-width:100%; border:2px solid #FFF;  
		transition: all .2s ease-in-out;   }

	.isforme_opt.fade img {
		opacity: 0.5;
	}
	
	
	.orange.title {
		    background: none;
			color: #f26871;
			margin-top: 20px;
			display: inline-flex;
			font-size: 22px;
	}
	.isforme {
		padding:0;
	}
	
	.isforme_cont {
		background: #FFF;
		padding: 80px;
		max-width: 1000px;
		top: -80px;
		position: relative;
		margin: 0 auto;
	}
	
	
	.isforme_grid {
		display: flex;
		flex-wrap:wrap;
	}

	.result-inner > span { display:block; } 

.mcform input[type=submit] {
	color:#FFF;
}

.newsletter input[type="submit"] {
	color:#FFF !important;
}

.dt-header.fixed g { display:none; }

.dt-header.fixed svg.logo {
    max-width: 100px;
    position: relative;
    top: 8px;
}


.article-template {
	background: #291959;
    color: #FFF;
    padding: 250px 0 100px 0;
}

.article-template  iframe {
	width:calc(100% + 200px);
	margin-left:-100px;
	min-height: 600px;
	max-height: 600px;
}

.article-template__title {
    font-size: 50px;
    line-height: 55px;
	
    max-width: 800px;
    margin: 20px auto 30px auto !important;
}

.link, .customer a, .share-button__button{
	font-size: 16px !important;
	font-family: 'gorditamedium'
}




.share-button {
	display: none;
}

.article-template__content p { max-width:900px; margin:20px auto; text-align:left;  } 

.main-blog { 
background: #291959;
    color: #FFF;
    padding: 250px 0 100px 0 !important;
}

.card .card__inner .card__media {
	width:100%;
	
}


.card__inner {
	max-height: 600px;
    width: calc(100% + 200px) !important;
    margin-left: -100px;
}

.blog-articles {
	max-width:900px;
	margin:20px auto;
}

.main-blog .title--primary {
	margin-bottom: 100px;
}


.card__heading.h2 a {
	    font-family: gorditamedium;
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
}


.card--standard>.card__content .card__information {
	max-width: 600px;
	    margin: 50px auto;
}

.card:hover .card__heading.h2 a {
	text-decoration: none;
	color:#f26871;
}

.parallax {
			background-attachment: fixed;
			min-height: 600px;
		}

.flex-3 {
	display: flex;
	margin-top:100px;
	
}

.flex-3-cont {
	width:calc(33.3333% - 66.66666666px);
	text-align: left;
}

.flex-3-cont:nth-child(2) {
	margin:0 100px;
}

em { 
	border-left:2px solid #f26871;  
	
	display:block; 
	padding: 0 0 0 20px;
	margin:30px 0;
}

.hero .inner > p {
    color: #FFF;
    margin-top: 0;
    display: inline-flex;
    font-size: 22px;
   
}

.field__label, .customer .field label {
	    font-size: 20px;
		letter-spacing: 0;
	
}

.field__input, .customer .field input {
    border-bottom: 2px solid #e7e6eb;
	padding: 35px 10px 20px 10px !important;
}

.field__input:focus, .customer .field input:focus {
	  border-bottom: 2px solid #f26871;
}

.field__input, .select__select, .customer .field input, .customer select {
    font-family: gorditamedium,sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    color: #291959;
}

.swiper-slide small {
	    font-size: 14px;
    margin-top: 15px;
    display: block;
    opacity: .5;
}


@media screen and (max-width:740px) {
	.other-bundles .product {
		max-width: 100%;
	}
	
	.product .product-info ul { 
		font-size:14px; 
		text-align:left;
		margin-bottom: 0;
	
	}
	
	.prod-top .product-short-description {
		font-size: 14px;
	}
	
	a.review-but {
		min-width: 300px;
	}
	
	.realpeople .flex-cont-left h1, .prod-page .awardbg h1, .howto h1, .prod-page .other-bundles h1, .related h1 {
		font-size:30px;
		line-height: 35px;
	}
	
	.bottle {
		font-size: 13px;
		line-height: 1.6em;
		text-align: left;
	}
	
	.modal-inner p {
		font-size: 13px;
		line-height: 1.6em;
	}
	
	.prod-page .awardbg h1 {
		margin-bottom: 50px;
	}
	
	
	.inline-link {
		margin-top:20px;
	}
	
	.bottle:not(:last-child) {
		margin-bottom: 0;
	}
	
	.promotional-band .flex-text {
		flex-direction: column;
	}
	
	.promotional-band {
		padding-bottom: 320px;
    	background-position: center 90% !important;
	}
	
	
	
	.promotional-band .flex-text p {
		margin:15px 0;
	}
	
	.product-short-description, .product .loox-rating {
		margin-top:15px;
	}
	
	.product-range .product .product-info {
		margin: 10px 0 0 0;
	}
	
	.realpeople .inner {
		    flex-direction: column;
			align-items: center;
			justify-content: center;
			text-align: center;
		
	}
	
	.realpeople .flex-cont-right {
		margin-left:0;
		margin-top:50px;
		flex-direction: row;
	}
	
	.video-grid-item {
		width:50%;
	}

	.realpeople h2 {
		margin-top:15px;
	}
	
	.video-grid-item:after {
		width:40px;
		height: 40px;
	}
	
	.tab-controller, .tabs-actual {
		margin-top:30px;
	}
	
	.tab-inner:not(:last-child) {
		margin:0 0 25px 0;
	}
	
	
	video {
		max-width: 100%;
		object-fit: cover;
	}
	
	.tab {
		flex-direction: row;
		flex-wrap:wrap;
	}
	
	.tab-inner {
		width:calc(50% - 12.5px);
	}
	
	.tab-inner:nth-of-type(2n) {
		margin-left:25px;
	}
	
	.tab-inner strong {
		font-size: 16px;
	}
	
	.tab-inner p {
		
		font-size: 13px;
		margin-top: 0px;
	}
	
	.other-bundles .inner {
		margin-top:30px;
	}
	
	iframe {
		max-width:100%;
	}
	
	
	.hero.cat h1 {
		 font-size: 30px;
		line-height: 35px;
		margin: 15px 0 15px 0;
	}
	
	
	.cat-page .product:not(:last-child) { margin-bottom:50px; }
	
	.hero.cat .inner {
		    padding: 170px 50px 50px;
	}
	
	.hero .inner>p {
		font-size:16px;
	}
	
	.cat-page .product {
		width:100%;
	}
	
	.cat-page .product img.main-image {
		max-height: 400px;
	}
	
	.cat-page .product .price {
		margin:0;
	}
	
	.cat-page .price span {
		margin:10px 0;
	}
	.cat-page .product h2 {
		margin:10px 0 0 0;
	}
	
	.product .price {
		font-size: 18px;
	}
	
	.other-bundles .product .price  {
		font-size: 16px;
	}
	
	.price--sold-out .price__availability, .price__regular { 
		font-size: 18px;
	}
	
	.flex-text ul {
		text-align: left;
		max-width: fit-content;
		margin: 0 auto;
		padding-left: 0;
	}
	
	.flex-text .inline-ctas {
		margin-top:30px;
	}
	
	.promotional-band h2 {
		font-size: 22px !important;
	}
	
	.dt-dropdown-cont:first-child a {
		    background-position: 80% center!important;
	}
	
	.image-bg.frizzy {
		padding-bottom: 320px;
	}
	
	.article-template__title {
		
	}
	
	.article-template {
		padding:170px 0 50px 0;
	}
	
	.article-template header {
		margin-top:0 !important;
	}
	
	.article-template__title {
		font-size: 30px;
		margin:15px auto 15px auto !important;
		line-height: 35px;
	}
	
	.caption-with-letter-spacing {
		letter-spacing: 3px !important;
		font-size: 12px !important;
	}
	
	.article-template iframe {
		width: 100%;
		margin-left: 0;
		max-height: 400px !important;
		min-height: auto;
	}
	
	.support_banner {
		padding: 50px 0 370px 0 !important;
	}
	
	.support_banner .inner {
    align-items: center !important;
}
	
	.support_banner {
		background-image:url(/cdn/shop/files/fyc-bg-support.jpg?v=1690367038) !important;
		background-position: bottom !important;
		
	}
	
	.flex-3 {
		flex-direction: column;
	}
	
	.article-template header, .article-template__social-sharing+header, .article-template__social-sharing+.article-template__content {
		margin-bottom: 0 !important;
		margin-top:0 !important;
	}
	
	.article-template__social-sharing+.article-template__content  {
		margin-top:30px !important;
	}
	
	.main-blog {
		    padding: 170px 0 50px 0 !important;
	}
	
	.card__media .media img {
		object-fit: contain !important;
	}
	
	.card--standard>.card__content .card__information {
		max-width: 100% !important;
	}
	
	.card__inner {
		max-height: 250px !important;
		width:100% !important;
		margin-left:0 !important;
	}
	
	.card__heading.h2 a {
		    font-family: gorditamedium;
			font-size: 20px;
			line-height: 25px;
			font-weight: 500;
		
	}
	
	.card--standard>.card__content .card__information {
		padding-left:20px !important;
		padding-right: 20px !important;
	}
	
	.card--standard>.card__content .card__information {
		margin:0;
	}
	
	.main-blog .title--primary {
		margin-bottom: 30px !important;
	}
	
	.article-card__excerpt {
		margin-bottom: 0 !important;
	}
	
	.flex-3 {
		margin-top:30px !important;
	}

	.flex-3-cont {
		width:100%;
	}
	
	.flex-3-cont h3 {
		font-size: 20px;
	}
	
	.flex-3-cont:nth-child(2) {
		margin: 20px 0;
	}
	
}

.product .loox-rating:empty { display:none; }

#slidecarthq .footer-row strong {
	font-weight: 500 !important;
	 
}

.article-template__social-sharing {
	display: none !important;
}

.article-template__hero-adapt.media {
    padding-bottom: 0 !important;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 600px !important;
}


.article {
	grid-column: span 2;
}

.page-width--narrow {
	max-width: 900px;
}

.rte img {
	margin:50px auto;
}
.article-template h3, .article-template ul, .article-template ol { 
	text-align:left;
	max-width:900px; 
	margin:0 auto;
} 


@media screen and (max-width:1920px) and (min-width:1600px) {
	
	.frizzy {
		    background-position: center center !important;
	}
}

@media screen and (max-width:1600px) and (min-width:1080px) {
	
	.frizzy {
		    background-position: center center !important;
	}
	
	.hero {
		        background-position: center bottom !important;
	}
	
	h1 {
		font-size: 50px;
		line-height: 55px;
	}
	
	h2 {
		font-size: 25px;
   		 line-height: 25px;
	}
	
	.section {
		padding:80px 0;
	}
	
	.image-bg {
		min-height: 700px !important;
		    background-position: bottom center !important;
	}
	
	.hero .inner {
		    padding: 277px 50px 160px;
	}
	
	.dt-dropdown.shop .inner {
		flex-wrap: wrap;
	}
	
	.dt-dropdown-cont:nth-child(1) {
		    width: calc(50% - 25px);
	}
	
	.dt-dropdown-cont:nth-child(2) {
		    width: calc(50% - 25px);
		margin-right: 0;
	}
	
	.dt-dropdown-cont:nth-child(3) {
		width:100%;
		margin-top:50px;
	}
	
	.four-promos { 
	flex-wrap: nowrap;
	}
	
	.four-promo {
    height: auto;
		margin-bottom: 0 !important;
    width: 50%;
    min-height: 100px;
}
	
	.four-promo strong {
		max-width: 170px;
	}
	
	.four-promo:nth-child(3n) {
    margin-left: 20px;
}
	
	.dt-dropdown.learn .dt-dropdown-cont:nth-child(3), .dt-dropdown.learn .dt-dropdown-cont:nth-child(2), .dt-dropdown.learn .dt-dropdown-cont:nth-child(1) {
		width:calc(33.3333% - 33.333333px);
	}
	
	.dt-dropdown.learn .dt-dropdown-cont:nth-child(3) {
		margin:0 0 0 50px !important;
	}
	
	.dt-dropdown.learn .inner {
		align-items: stretch;
	}
	
	.dt-dropdown-cont a.promo-image {
		padding:40px;
	}
	
	.dt-dropdown-cont h3 {
		font-size: 25px;
	}
	
	.dt-dropdown.learn .dt-dropdown-cont span {
		max-width: 40%;
	}
	
	.learn.dt-dropdown .dt-dropdown-cont a.promo-image {
		min-height: 300px;
	}
	
	.dt-dropdown-cont:first-child a, .dt-dropdown-cont a, .learn a {
		background-position: center center !important;
	}
	
	.horizontal-promo:last-child, .horizontal-promo:first-child {
		background-position: bottom right !important;
	}
	
	.prod-page .awardbg {
		background-position: center top !important;
	}
	
	.realpeople .flex-cont-left h1, .prod-page .awardbg h1, .howto h1, .prod-page .other-bundles h1, .related h1 {
    font-size: 40px;
    line-height: 45px;
}
	
	.flex-text.right {
    max-width: 50%;
    text-align: left;
}
	
	.tab-inner img {
    max-width: 100%;
}
	
	
}

.modal iframe {
	max-width: 100%;
}



.customer .field input {
	color:#FFF !important;
}




@media screen and (min-width:740px) {
  .other-bundles .inner {
    flex-wrap:wrap;
  }

  .other-budnles .product:not(:nth-child(-n+2)) {
    margin-top: 50px;
}

  .other-bundles .product {   
    width: calc(50% - 50px);
  }

  .other-bundles .product:nth-child(2) {
      margin-left: 0px;
  } 

 .other-bundles .product:not(:nth-child(-n+2)) {
    margin-top:100px;
  }

  .other-bundles .product:nth-child(2),  .other-bundles .product:nth-child(2),  {
    margin-left:50px;
}
}




@media screen and (min-width:740px) and (max-width:1080px) {
	
	
	.footer-cont:first-child {
		width:40%;
	}
	
	.dt-dropdown.shop .inner {
		flex-wrap: wrap;
	}
	
	
	.dt-dropdown-cont:nth-child(2) {
    margin: 0 30px;
}
	
	.dt-dropdown-cont:nth-child(1) {
		    width: calc(60% - 15px);
	}
	
	.dt-dropdown-cont .horizontal-promo span {
		display: none;
	}
	
	.dt-dropdown-cont:nth-child(2) {
		    width: calc(40% - 15px);
		margin-right: 0;
	}
	
	.dt-dropdown-cont:nth-child(3) {
		width:100%;
		margin-top:50px;
	}
	
	.four-promos { 
	flex-wrap: nowrap;
	}
	
	.four-promo {
    height: auto;
		margin-bottom: 0 !important;
    width: 50%;
    min-height: 100px;
}
	
	.four-promo strong {
		max-width: 170px;
	}
	
	.four-promo:nth-child(3n) {
    margin-left: 20px;
}
	
	.dt-dropdown.learn .dt-dropdown-cont:nth-child(3), .dt-dropdown.learn .dt-dropdown-cont:nth-child(2), .dt-dropdown.learn .dt-dropdown-cont:nth-child(1) {
		width:calc(33.3333% - 33.333333px);
	}
	
	.dt-dropdown.learn .dt-dropdown-cont:nth-child(3) {
		margin:0 0 0 50px !important;
	}
	
	.dt-dropdown.learn .inner {
		align-items: stretch;
	}
	
	.dt-dropdown-cont a.promo-image {
		padding:40px;
	}
	
	.dt-dropdown-cont h3 {
		font-size: 25px;
	}
	
	.dt-dropdown.learn .dt-dropdown-cont span {
		max-width: 40%;
	}
	
	.learn.dt-dropdown .dt-dropdown-cont a.promo-image {
		min-height: 300px;
	}
	
	.dt-dropdown-cont:first-child a, .dt-dropdown-cont a, .learn a {
		background-position: center center !important;
	}
	
	.horizontal-promo:last-child, .horizontal-promo:first-child {
		background-position: bottom right !important;
	}
	
	.four-promo strong {
    max-width: 170px;
    font-size: 12px;
}
	
	
	
	.dt-dropdown-cont span {
		max-width: 50%;
	}
	
	
	
	.dt-dropdown.learn .inner {
		flex-direction: column;
	}
	
	.learn.dt-dropdown .dt-dropdown-cont a.promo-image {
		min-height: 0;
	}
	
	
	.dt-dropdown.learn .dt-dropdown-cont:nth-child(3), .dt-dropdown.learn .dt-dropdown-cont:nth-child(2), .dt-dropdown.learn .dt-dropdown-cont:nth-child(1) {
    width: 100% !important;
}
	
	.dt-other a:not(:first-child) {
		margin-left:20px;
	}
	
	.dt-main {
		margin-left:50px;
	}
	
	.dt-dropdown.learn .dt-dropdown-cont:nth-child(3) {
    margin: 0 0 0 0px!important;
}
	
	.dt-dropdown.learn .dt-dropdown-cont:nth-child(2) {
    margin: 20px 0 20px 0px!important;
}
	
	.dt-dropdown.learn .dt-dropdown-cont span {
    max-width: 100%;
}
	
	.dt-main>a:not(:last-child) {
		margin-right: 20px;
		font-size: 18px;
	}
	
	.dt-main>a {
		font-size: 18px;
	}
	.dt-other a:nth-child(3) { display:none; }
	
	.dt-header svg.logo {
		max-width: 120px;
	}
	
	.inner {
		    padding: 0 30px;
	}
	
	.homehero.hero .inner {
        padding: 200px 30px 470px;
    align-items: center;
		text-align: center;
}
	
	.hero {
		background-position: 50% bottom !important;
	}
	
	h1 {
		font-size: 40px;
		line-height: 45px;
		margin: 20px 0;
	}
	
	.hero h1 {
		max-width: 500px;
	}
	
	.homehero.hero {
		background-image:url(/cdn/shop/files/ipadbg.jpg?v=1691656489) !important;
		background-position: 100% bottom !important;
		
	}
	
	.frizz .inner, .awardbg .inner {
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
	.image-bg.frizzy {
    padding-bottom: 470px;
}
	
	.inner.logos span {
		font-size: 12px;
	}
	
	.inner.logos img {
		max-width: 80px;
	}
	
	.inner.logos img {
    margin-left: 20px;
}
	.section {
		overflow: hidden !important;
	}
	
	.reviews {
		display: none;
	}
	
	
  body { 
        min-width: 0; 
        width:100%;
        transition: background-color 1s ease;   
	  font-size: 15px;

      }
	
	.image-bg.frizzy {
		padding-bottom: 500px;
		background-image:url(/cdn/shop/files/frizzipad.jpg?v=1691657650) !important;
		background-position: center bottom !important;
	}
	
	.flex-awards {
		justify-content: center;
	}
	
	.flex-text.right {
		max-width: 80%;
		text-align: center;
		margin:0 auto;
	}
	
	.promotional-band h2 {
		max-width: 100%;
	}
	
	
	.section {
			padding: 80px 0;
		}
	
	.icon-band img {
		    max-width: 40px;
    margin-right: 10px;
	}
	
	.icon-cont:not(:last-child) {
    margin-right: 15px;
}
	
	.other-bundles .inner {
    display: flex;
    flex-wrap: wrap;
}
	
	.other-bundles .product {
    max-width: 100%;
}
.other-bundles .product {
    width: 100%;
}
	
	.other-bundles .product:nth-child(2) {
    margin-left: 0px !important;
		margin-top:50px;
}
	
	.featured-product.product img.main-image {
		max-width: 350px;
	}
	
	.other-bundles .product:nth-child(2) {
		margin-left: 30px;
	}
	
	.other-bundles .product img.main-image {
    max-width: 200px;
}
	
	.product .product-info {
		padding-left:20px;
	}
	
	.product img.main-image {
    max-width: 50%;
} 
	
	.product-range .product h2 {
		font-size: 14px;
		line-height: 20px;
	}
	
	.product-range .inner {
    display: flex;
    flex-wrap: wrap;
}
	
	.product-range .product:not(:last-child) {
    margin-right: unset;
}
	
	.product-range .product:nth-child(2n) {
    margin-left: 50px;
}
	.product-range .product {
    width: calc(50% - 25px);
}
	
	h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}
	
	.awardbg {
		padding-bottom: 500px;
		background-image:url(/cdn/shop/files/awardiapd.jpg?v=1691658997) !important;
		background-position: center bottom !important;
		
		
	}
	
	.newsletter {
		    padding-bottom: 400px !important;
	}
	
	.promotional-band .flex-text {
		flex-direction: column;
	}
	
	.promotional-band {
		padding-bottom: 400px;
    	background-position: center 90% !important;
	}
	
	.shopify-section > .promotional-band {
		background-image:url(/cdn/shop/files/saverbg.jpg?v=1691661805) !important;
		background-position: center bottom !important;
	}
	
	.promotional-band .flex-text p {
		margin:15px 0;
	}
	
	.promotional-band h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    font-weight: 500 !important;
}
	
	.cat-page .product img.main-image {
		    max-width: 350px;
	}
	.cat-page .product {
		width:100%;
	}
	
	.price {
		font-size: 18px;
	}
	
	.product .price {
    display: block;
    margin: 10px 0;
}
	
	.cta-main, .button, .shopify-challenge__button, .customer button {
		padding:13px 25px;
	}
	
	.prod-top h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 10px 0 0;
}
	
	

	.prod-top {
		background: #291959;
		padding: 198px 0px 100px;
	}
	
	.featured-product.product img.main-image {
    max-width: 50%;
}
	
	.breadcrumb {
    font-size: 12px;
}
	
	.product-icons {
		flex-direction: column
	}
	
	.product-icon-cont:nth-child(2), .product-icon-cont:nth-child(3) {
		margin:0;
	}
	
	.product-icon-cont:nth-child(2) {
		margin:10px 0;
		
	}
	
	.product-icon-cont:nth-child(3) {
		margin:0; 
	}
	
	.page-width--narrow {
		max-width: 100% !important;
		padding: 0 50px !important;
	}
}


/* JUNE 26 UPDATES */

.homepage-products-slider .product {
    flex-direction:column;
}

.homepage-products-slider .product  img.main-image {
    object-fit: cover;
    max-width: 100%;
}

.homepage-products-slider .swiper-slide {
    padding:0;
    
}

.homepage-products-slider .product .product-info {
    padding:40px 40px 0 40px;
    width:100%;
}

.homepage-products-slider .product h2 {
        font-size: 22px;
    font-family: 'gorditamedium';
    font-weight: 500;
    line-height:1.4;
    
}

.homepage-products-slider .swiper-slide .cta-main {
    padding:10px;
    
}

.homepage-products-slider .product-short-description {
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.homepage-products-slider {
	overflow:hidden;
}

.homepage-products-slider .product .loox-rating {
    margin:0px 0 10px 0;
}


.homepage-products-slider .product .price {
    margin:10px 0 0 0;
}

.homepage-products-slider .product-icons {
    margin:10px 0 10px 0;
    
    
}


@media (min-width: 900px) {
  .homepage-products-slider {
    position: relative;
    overflow: hidden;
  }

  .homepage-products-slider::before,
  .homepage-products-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .homepage-products-slider::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
  }

  .homepage-products-slider::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
  }
  
  
}


@media (max-width: 1023px) {
  .homepage-products-slider .product .product-info {
     align-items: flex-start;
     text-align: left;
     padding:20px !important
  }
  
  .homepage-products-slider .product h2 {
      font-size:18px !important;
  }
  
  .homepage-products-slider .product-icons {
      flex-direction: column;
  }
  
  .homepage-products-slider  .product-icon-cont:nth-child(2) {
      margin:0;
  }
  
  .homepage-products-slider .swiper-button-next {
      right:-15px;
      
  }
  
   .homepage-products-slider .swiper-button-next::after,
   .homepage-products-slider .swiper-button-prev::after {
       font-size:25px;
   }
   .homepage-products-slider .swiper-button-prev {
      left:-15px;
  }

  .homepage-products-slider .product .loox-rating .loox-rating-label {
    font-size:12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.homepage-products-slider .swiper-wrapper {
  align-items: stretch;
}

.homepage-products-slider .swiper-slide {
  height: auto;
  display: flex;
}

.homepage-products-slider .product {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: stretch !important;
  margin-top: 0 !important;
}

.homepage-products-slider .product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.homepage-products-slider .cta-main {
  margin-top: auto;
}

.homepage-products-slider .product-short-description {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
}


.homepage-products-slider .swiper-button-next::after,
.homepage-products-slider .swiper-button-prev::after {
  filter: drop-shadow(0 0 3px #fff)
          drop-shadow(0 0 8px #fff)
          drop-shadow(0 0 14px #fff)
          drop-shadow(0 2px 3px rgba(255,255,255,0.4)) !important;
}


}



.red-pill {
    background:#cf3058 ;
    border-radius:100px;
    font-size:10px;
    font-weight: bold;
    padding:0px 10px;
}

.enter-li  a{
    justify-content: flex-start !important;
    gap:10px;
}


@media screen and (min-width:1023px) {
	.red-pill {
		    padding: 3px 10px;
	}

	.dt-other a:hover .red-pill {
		color:#FFF;
	}
}
