/** Shopify CDN: Minification failed

Line 10:1 Unexpected "{"
Line 10:2 Expected identifier but found "%"
Line 10:26 Expected identifier but found "%"

**/
/* Custom CSS */
:root {
	{%- comment -%} Gutters {%- endcomment -%}
	--grid-gutter: 30px;
}

@font-face {
    font-family: "CrimsonPro Light";
    src: url("CrimsonPro-Light.ttf") format("TrueType");
}
/*
body, html{
	font-size: 1.05rem;
}
*/
a, img, button, i,
input[type="submit"] {
    transition: all 0.3s ease-in-out;
}

h1, h2, h3{
	font-weight: 300;
	font-family: var(---font-stack-heading);
}
h1, h2, h3, h4, h5, h6, p{
	margin-top: 0;
}

a:hover{
	color: var(--text-alpha-60);
	text-decoration: none;
}

input, select, textarea{
	padding-top: 12px;
	padding-bottom: 12px;
}
.wrapper,
.collection-page .wrapper {
	width: 1520px;
}
.wrapper-md{
	max-width: 1000px;
}
.padding-sec{
	padding: 70px 0;
}
.about-txt.padding-sec{
	padding-top:clamp(0rem, -21.875rem + 21.88vw, 4.375rem);
	padding-bottom:clamp(0rem, -21.875rem + 21.88vw, 4.375rem);
}
.main-heading {
    margin-bottom: 30px;
}
.main-subheading {
	margin-bottom: 30px;
}

/**** Image Holder CSS ****/
.img-holder-wrap {
    overflow: hidden;
    width: 50%;
    height: 100%;
    padding: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
}
.pull-left.img-holder-wrap {
    left: 0;
}
.pull-right.img-holder-wrap {
    right: 0;
}
.img-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.img-holder-wrap img{
    display: none !important;
}

/* Buttons */
.btn, .shopify-payment-button__button--unbranded{
	min-width: clamp(13.125rem, 9.844rem + 12.27vw, 24.563rem);
}
.btn{
	color: #000;
	background-color: transparent;
	border: 2px solid #000;
	/* font-size: 1.125rem; */
	font-size:18px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: normal;
}
.btn--primary{
	color: #000;
	background-color: #A4D7D4;
	border: 2px solid #A4D7D4;
	/* font-size: 1.125rem; */
	font-size:clamp(1rem, 0.857rem + 0.54vw, 1.5rem);
	text-transform: uppercase;
}
.btn:before,
.btn--primary:before{
	display: none;
}
.btn:hover,
.btn--primary:hover{
	color: #fff;
	background-color: #000;
	border-color: #000;
}

@media only screen and (max-width: 767px){
	.btn{
		font-size:14px;
	}
}

/* Header */
.site-header{
	background-color: transparent;
}
.has-scrolled .site-header--fixed{
	background-color: rgba(255, 255, 255, 0.6);
}
.site-header .nav__item--default{
	padding: 0;
	margin: 0 50px;
}
.site-header a{
	font-size: 20px;
}
.site-header .nav > li > a{
	text-transform: uppercase;
}
.site-header #NavDropdown--shop-0 a.megamenu__link--heading{
	font-size: 1.4rem;
}
.site-header .nav__item--default.nav__item--icons{
	height: 100%;
	position: absolute;
	top: 0;
	right: var(--gutter);
	margin: 0;
}
.site-header .nav__item--icon svg {
	height: min(28px, 1.458vw);
}
@media only screen and (max-width: 1023px) {
	.site-header .nav__item--icon svg {
		height: 21px;
	}
}
.site-header--nav-center .nav__icons{
	position: static;
}

.has-scrolled .site-header--fixed{
	height: 80px !important;
}
.has-scrolled .logo{
	height: 60px;
}
.has-scrolled .logo__image-link {
    width: 135px !important;
    height: 60px !important;
}
@media (min-width: 769px) {
	.site-header .nav > li > a{
		font-weight: bold;
		font-size: 18px;
	}	
}

/* Mega Menu */
.site-header .megamenu{
	width: 1480px;
	max-width: 100%;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	border-radius: 15px;
}
.site-header .megamenu.megamenu-col-2{
	width: 55%;
	max-width: 100%;
}
.site-header .megamenu .megamenu__item--level-3{
	margin-bottom: 15px;
}
.megamenu-col-2 .megamenu-inner{
	grid-template-columns: 60% 40%;
}
.megamenu-img-block{
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin: -30px -60px -30px 0;	
} 

.megamenu-col-2 .megamenu-inner .megamenu-img-block{
	margin-right: 20px;
}
.megamenu-img-wrap .megamenu-img-block{
	min-height: 250px;
}
.megamenu-img-block a{
	padding: 32px 40px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.megamenu-img-block h4{
	font-size: 1.125rem;
	font-family: var(---font-stack-body);
}
.megamenu-img-block a:hover,
.megamenu-img-block a:hover h4{
	color: var(--text-alpha-60) !important;
}
/* Main Slider */
/*
#PageContainer .flickity-slider .slide__image{
	left: -20px; 
}
*/
#PageContainer .flickity-slider .main-heading{
	margin-bottom: 30px;
}
#PageContainer .flickity-slider .wrapper > div{
	max-width: 700px;
}
#PageContainer .text-with-image-slideshow .flickity-slider .wrapper > div{
	max-width: none;
}
#PageContainer .flickity-slider .main-subheading{
	max-width: 530px;
	margin-bottom: 40px;
}
#PageContainer .flickity-slider .slide__buttons{
	max-width: 400px;
	margin-bottom: 40px;
}
#PageContainer .flickity-slider p{
	font-size: calc(1.3125rem*var(---font-adjust-body));
}
#PageContainer .made-in-txt{
	padding-left: 32px;
	background: url(icon-1.svg) left center no-repeat;
	margin-top: 100px;
}
#PageContainer .made-in-txt p{
	font-size: calc(1rem*var(---font-adjust-body));
}
#PageContainer .flickity-slider .btn--secondary{
	margin-top: 20px;
}
video::-webkit-media-controls-panel {
	background-image: none;	
}

/* Features */
.heading-sec{
	text-align: center;
	max-width: 620px;
	margin: 0 auto;
}
.heading-sec .section__heading{
	margin-bottom: 20px;
}
.heading-sec .main-subheading{
	margin-bottom: var(--gutter);
}
#PageContainer .icons-row{
	overflow: visible;
	position: relative;
	/* padding-top: clamp(3.125rem, 2.229rem + 3.35vw, 6.25rem); */
	padding-top: clamp(0rem, -2.495rem + 5.2vw, 3.75rem);
	padding-bottom: 0;
}
@media only screen and (max-width:767px){
	.template-index #PageContainer .icons-row{
		padding-bottom: 20px;
		margin-top: -70px;
	}
	.template-about #PageContainer .icons-row{
		padding-top: 30px;
	}
}
/* #PageContainer .icons-row:before{
	content: "";
	width: 100%;
	height: 220px;
	background: url(shape-3.svg) center top no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: 100%;
} */
#PageContainer .icons-row__wrapper{
	margin: 0 -15px;
}

#PageContainer .icons-row__wrapper .icons-row__item{
	width: 25%;
	text-align: center;
	padding: 0 25px;
}

#PageContainer .icons-row__wrapper .items--3 .icons-row__item{
	width: 33%;
}

@media only screen and (max-width:768px){
	#PageContainer .icons-row__wrapper .icons-row__item{
		padding: 0 10px;
	}

	#PageContainer .icons-row__slider .icons-row__item:last-child{
		padding: 0 10px;
		margin-bottom: 60px;
	}

	.template-insider_information .instagram-sec{
		padding-top: 40px !important;
	}
}

@media (max-width: 576px) {
	#PageContainer .icons-row .section__heading {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
}


.icons-row {
	background-color: #e1f4f3;
}

/* Collections */
.template-index #PageContainer .list-collections-section{
	/* background: url(collection-bg.png) center 20px no-repeat;
	background-size: 1920px auto; */
	padding-top: 130px;
	position: relative;
}
.template-index #PageContainer .list-collection-image{
	position:absolute;
}
.template-index #PageContainer .list-collection-image-left{
	width:max(428px, min(900px, 46.875vw));
	left:0;
	top:0;
}
.template-index #PageContainer .list-collection-image-right{
	width:max(428px, min(900px, 56vw));
	right:0;
	top:50px;
}
.template-index .list-collections-section .main-subheading p a{
	/* display: inline-block; */
	text-decoration: none;
	position: relative;
}
.template-index .list-collections-section .main-subheading p a:after{
	content: "";
	border-bottom: 2px solid #EF7F5B;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}
.template-index .list-collections-section .main-subheading p a:hover{
	color: #EF7F5B;
}

/* .template-index #PageContainer .list-collections-section--carousel .list-collections__item{
	padding-left: 10px !important;
	padding-right: 10px !important;
} */

.template-index #PageContainer .list-collections__item__title{
	color: #fff !important;
	font-size:max(36px, min(65px, 3.385vw));
	padding: 0 30px 125px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	line-height: .9;
}
#PageContainer .list-collections__item__btn-wrapper .btn--primary{
	color: #fff;
	background-color: #000;
	border: 2px solid #000;
}
.template-index #PageContainer .list-collections__item__btn-wrapper {
	opacity: 1;
	bottom: 40px;
}
.template-index #PageContainer .list-collections__item__btn-wrapper .btn--primary{
	color: #000 !important;
	background-color: #A4D7D4 !important;
	border-color: #A4D7D4 !important;
	transition: border 0s ease;
}
.template-index #PageContainer .list-collections__item__btn-wrapper .btn--primary:hover{
	color: #fff !important;
	background-color: #000 !important;
	border-color: #000 !important;
}
#PageContainer a.list-collections__item__image{
	overflow: hidden;
	border-radius: 10px;
}
.template-index #PageContainer a.list-collections__item__image{
	border-radius: 0;
}

#PageContainer a.list-collections__item__image .list-collections__item__image-bg,
.template-index #PageContainer a.list-collections__item__image .list-collections__item__image-bg {
    clip-path: inset(0 0 0 0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    background-size: 99%;
}

#PageContainer a.list-collections__item__image:hover .list-collections__item__image-bg{
	transform: scale(1.2);
}
.template-index #PageContainer a.list-collections__item__image:hover .list-collections__item__image-bg{
	transform: none;
}
#PageContainer a.list-collections__item__image .btn{
	color: #fff;
	background-color: #000;
}

/* .template-index .list-collections-section .list-collections__item__image-bg:before{
	left: 0; 
	top: 0;
	background-color:  rgba(142, 195, 191, 0.5);
	background-size: cover;
	opacity: 1;
	width: 100%;
	height:100%;
	background-position: center;
} */

.template-index .list-collections-section .list-collections__item__image-bg:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background-image: url(pd-overlay3-c.png);
	background-size: 100% 97%;
	background-position: center;
	z-index: 2;
}

@media (max-width: 1100px) {
	.template-index .list-collections-section .list-collections__item__image-bg:after {
		background-size: 100% 101%;
	}
}

@media (max-width: 576px) {
	.template-index .list-collections-section .list-collections__item__image-bg:after {
		background-size: 100% 100%;
	}
	#PageContainer a.list-collections__item__image .list-collections__item__image-bg,
	.template-index #PageContainer a.list-collections__item__image .list-collections__item__image-bg {		
		top: -1px;
		right: 1px;
		bottom: -2px;
	}
}

.template-index #PageContainer .list-collections-section--carousel .list-collections__item:nth-child(1) .list-collections__item__image-bg:before,
.template-index #PageContainer .list-collections-section--carousel .list-collections__item:nth-child(5) .list-collections__item__image-bg:before{
	background-color: rgba(142, 195, 191, 0.5);
    background-image: url(pd-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.template-index #PageContainer .list-collections-section--carousel .list-collections__item:nth-child(2) .list-collections__item__image-bg:before,
.template-index #PageContainer .list-collections-section--carousel .list-collections__item:nth-child(6) .list-collections__item__image-bg:before{
	background-color: rgba(190, 190, 190, 0.5);
    background-image: url(pd-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.template-index #PageContainer .list-collections-section--carousel .list-collections__item:nth-child(3) .list-collections__item__image-bg:before,
.template-index #PageContainer .list-collections-section--carousel .list-collections__item:nth-child(7) .list-collections__item__image-bg:before{
	background-color: rgba(166, 191, 137, 0.5);
    background-image: url(pd-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.template-index #PageContainer .list-collections-section--carousel .list-collections__item:nth-child(4) .list-collections__item__image-bg:before,
.template-index #PageContainer .list-collections-section--carousel .list-collections__item:nth-child(8) .list-collections__item__image-bg:before{
	background-color: rgba(239, 162, 96, 0.5);
    background-image: url(pd-overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.csb-widget-breadcrumbs{
	padding-bottom: 10px;
	margin-bottom: 18px;
}
.csb-widget-breadcrumbs .breadcrumbs{
	float: none;
}

.csb-widget{
	margin-bottom: 40px;
}
.csb-widget h4{
	font-size:20px;
	line-height: 1.6;
	text-transform: uppercase;
	font-family: var(---font-stack-body);
	margin-bottom: 0px;
}
.csb-widget ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.csb-widget ul li{
	font-size: 16px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 991px){
	.csb-widget-breadcrumbs{
		display: none;
		content-visibility: hidden;
	}
	.csb-widget h4{
		font-size:16px;
	}
	.csb-widget ul li{
		font-size: 14px;
	}
	.collection__filters .csb-widget{
		margin-bottom: 12px;
	}
	.template-collection .featured-blog__heading , .template-collection .featured-collection .section__heading {
		margin-bottom: 24px;
		font-weight: 700;
	}
}

#PageContainer .collection--no-results{
	padding-top: 300px;
}

/* Logo */
#PageContainer .logo-list{
	padding-top: 0px;
	padding-bottom: calc(200px - clamp(0rem, -1.875rem + 9.38vw, 9.375rem));
	/* background: url(featured-bg.png) top center no-repeat; */
	/* background-size: 100% auto; */
	position:relative;
}

@media (max-width: 768px){
	#PageContainer .logo-list{
		padding-top: 12%;
		padding-bottom: 15%;
	}
}

@media (max-width: 570px){
	#PageContainer .logo-list{
		padding-top: 23%;
	}
}

#PageContainer .logo-list-image {
	position: absolute;
}

#PageContainer .logo-list-image-left {
	width: max(428px, min(900px, 46.875vw));
	left:0;
	top:0;
}

#PageContainer .logo-list-image-right {
	width: max(428px, min(900px, 46.875vw));
	right:0;
	bottom:0;
}

#PageContainer .logo-list__container{
	/* padding-bottom: 20px; */
	margin: 0 var(--gutter);
	/* border-bottom: 1px solid #000; */
}
.logo-list .flickity-enabled .flickity-prev-next-button:not(:disabled), 
.logo-list .touch .flickity-prev-next-button:not(:disabled){
	display: none !important;	
}

/* Soak School */
.soak-school-sec{
	/*padding: var(--gutter) 0;*/
	text-align: center;
	position: relative;
}
.soak-school-sec:before{
	content: "";
	width: 100%;
	height: calc(100%);
	/* background: url(featured-post-bg.png) center top no-repeat #FCF5E8; */
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/*z-index: -1;*/
}
.soak-school-sec .wrapper{
	position: relative;
}
.soak-school-sec h2{
	margin-bottom: 40px;
}


.soak-school-desc{
	padding: 100px 0px;
	width: 740px;
	margin: 0 auto;
}

.template-insider_information .soak-school-desc{
	padding: 200px 0px 0px;
}

.template-how-it-works .soak-school-desc{
	padding: 100px 0px;
}

.template-index .soak-school-desc {
	padding: 230px 0 0px;
}

@media (max-width: 600px){
	.template-index .soak-school-desc{
		padding-top: 180px;
	}
}

.soak-school-desc .main-subheading{
	margin-bottom: 30px;
}

/* .heading-sec .list-collections__title */
.soak-school-wrap {
	overflow-x: hidden;
	overflow-y: hidden;
}
.soak-school-wrap h2{
	margin-bottom: 72px;
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.soak-school-wrap h2 {
		margin-bottom: 30px;
	}
	.soak-school-wrap {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.soak-school-wrap {
		padding: 0;
	}
}

.soak-school-desc-heading {
	font-size: 70px;
}

.soak-school-desc-subheading {
	font-size: 24px;
}

.soak-school-desc-subheading p {
	margin: 0 auto;
	width: 740px;
	margin-bottom: 55px;
}

.template-how-it-works .instagram-sec {
	padding-top: 0;
}

@media (min-width: 768px) {
	.template-how-it-works .instagram-sec {
		margin-top: -60px;		
	}
}

.soak-school-row{
	text-align: left;
	display: flex;
	margin: 0 -16px;
	justify-content: space-between;
	padding: 0 50px;
}
.soak-school-row .soak-school-item{
	padding: 0 16px;
}
.soak-school-row .soak-school-item .soak-school-img{
	margin-bottom: 44px;
}
.soak-school-row .soak-school-item a{
	display: block;
}
.soak-school-row .soak-school-item a span {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.soak-school-row .soak-school-item a img{
	display: block;
	transition: all 0.3s ease-in-out;
}
.soak-school-row .soak-school-item a:hover img{
	transform: scale(1.2);
}
.soak-school-row .soak-school-item h5{
	line-height: 1.4;
	margin-bottom: 10px;
}
.soak-school-row .soak-school-item p{
	margin: 0;
}
.soak-school-row .soak-school-item p a{
	text-transform: uppercase;
}

@media only screen and (max-width: 767px){
	.soak-school-desc-heading {
		font-size: 36px;
	}

	.soak-school-desc-subheading {
		font-size: 16px;
	}

	.soak-school-desc-subheading p {
		width:100%;
	}
}

/* Featured Products */
#PageContainer .featured-collection--grid{
	padding-bottom: 0;
	--grid: repeat(4, minmax(0, 1fr)) !important;
	/*grid-column-gap: 40px;*/
}
/*
#PageContainer .collection-page .featured-collection--grid{
	padding-bottom: 100px; 
}
*/
#PageContainer .featured-collection .grid{
	/*grid-template-columns: var(--grid);*/
	grid-column-gap: 40px;
}
#PageContainer .product__media{
	margin-bottom: 10px;
}
#PageContainer .product-grid-item .btn-wrapper{
	position: static;
	opacity: 1;
	margin-top: 10px;
}

.template-index #FeaturedCollection--featured-collection {
	padding: 10px 0 0;
}

.template-index #FeaturedCollection--featured-collection {
	padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.template-index #FeaturedCollection--featured-collection {
		padding: 40px 0 0;
		margin-bottom: -40px;
	}
}


/* About Section */
.about-sec{
	background-size: cover;
	position: relative;
	background-position: right;
}
.about-sec .about-txt{
	max-width: 670px;
	/*padding: 100px 0;*/
	/* width: min( 33.85vw, 650px); */
}

@media only screen and (max-width: 991px){
	.about-sec .about-txt{
		text-align: center;
		width: 100%!important;
		margin: 0 auto;
	}
	.about-sec{
		background-position: left;
	}
}

.about-sec .img-holder-wrap{
	width: calc(50% + 100px);
}
.scents-sec .img-holder{
	background-position: left center;
}

/* Testimonials Section */
.testimonials-section{
	text-align: center;
}
.testimonials-section .testimonials__header h2{
	margin-bottom: 0;
}
.testimonial__inner{
	padding: 0 30px;
}
.testimonials-section .testimonial__user{
	margin-top: 25px;
}
.testimonials-section .testimonial__user__image+.testimonial__user__name{
	font-size: 1.125rem;
	margin-top: 14px;
}
.testimonials-section .testimonial__inner h4{
	/* font-size: calc(1.35rem*var(---font-adjust-heading)); */
	margin-bottom: 25px;
}

.testimonials-section {
	font-size: 20px;
}

.testimonial__inner h4 {
	font-size: 26px;
	font-weight: bold;
}

.testimonial__inner h5 {
	font-size: 20px;
    text-transform: uppercase;
    font-family: var(---font-stack-body);
}

.testimonial__text p {
	font-size: 20px;
	line-height: 1.4;
}

@media only screen and (max-width: 767px){
	.testimonials-section {
		font-size: 16px;
	}
	
	.testimonial__inner h4 {
		font-size: 22px;
		margin-top:14px;
	}
	
	.testimonial__inner h5 {
		font-size: 16px;
	}
	
	.testimonial__text p {
		font-size: 16px;
	}
}

/***** Contact Page *****/
#PageContainer,
.template-contact-us #PageContainer,
#shopify-section-contact-banner,
.main-content>.shopify-section:first-child{
	padding-top: 0 !important;
}
.contact-banner-sec{
	position: relative;
	background-color: #FCF5E8;
	padding-top: 128px;
}
.contact-banner-sec .img-holder-wrap{
	width: calc(50% + 250px);
}
.contact-banner-sec .img-holder{
	background-size: cover;
	background-color: #A3C3C3;
	background-position: right;
}
.contact-banner-txt{
	padding: 40px 0 100px;
}
.contact-banner-txt .row{
	justify-content: flex-end;
}
.contact-banner-txt .row > div{
	-ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
	padding: 0;
}
.contact-item {
	margin-bottom: 50px;
}
.contact-banner-txt .row > div > div:last-child{	
	margin-bottom: 0;
}
.contact-item p{
	margin-bottom: 15px;
}
.contact-item p:last-of-type{
	margin-bottom: 0;
}
.contact-item p img{
	display: block;
}
.contact-item a{
	text-decoration: none;
}
.contact-item a:hover{
	color: var(--text-alpha-60);
}

/* Contact Questions */
.contact-questions-sec{
	text-align: center;
	background-color: #E3DED3;
}
.contact-questions-sec .row{
	align-items: flex-end;
	justify-content: center;
	text-align: center;
}
.contact-questions-sec .row > div span{
	height: 55px;
	width: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.contact-questions-sec .row > div span img{
	width: 100%;
}
.contact-questions-sec .row > div h5{
	margin: 16px 0 0;
}

/* Contact Form */
.shopify-section--contact-form{
	padding: 100px 0 20px;
}
.contact-form-sec h2{
	margin-bottom: 40px;
}
.contact-form-sec input, 
.contact-form-sec select, 
.contact-form-sec textarea{
	border-radius: 0;
}
.contact-form-sec .form__item--submit{
	text-align: center;
	margin-top: 40px;
}


/***** FAQs Page *****/
.text-sec{
	background-color: #FCF5E8;
	position: relative;
}
.text-sec .text-txt{
	max-width: 500px;
	/*padding: 100px 0;*/
}
.faq-banner-sec{
	background: url(faq-img.jpg) center bottom no-repeat;
	background-size: cover;
	position: relative;
}
.faq-banner-sec::before{
	content: "";
	width: 100%;
	height: clamp(12.5rem, 5.208rem + 9.72vw, 16.875rem);
	background: url(shape-2.svg) center top no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.faq-banner-sec .wrapper{
	height: 950px;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.template-sca-storelocator .faq-banner-sec .wrapper {
	height: 700px;
}
.faq-banner-txt{
	max-width: 650px;
	padding-bottom: 80px;
}

.faq-banner-txt h2 {
	font-size: 70px;
}

.faq-banner-txt a{
	color: #FF6C36;
}

.faq-banner-txt .main-subheading {
	font-size: 22px;
	line-height: 40px;
}

.faq-content-sec{
	padding: 50px 0 0;
}
.faq-content-sec .wrapper{
	max-width: 1120px;
}

.blog-wrapper .wrapper {
	position:relative;
}

.blog-wrapper .banner-decor-image {
	position:absolute;
	z-index: 2;
	left: clamp(3.125rem, -1.042rem + 8.68vw, 9.375rem);
	bottom:calc(50px - clamp(0rem, -2.083rem + 4.34vw, 3.125rem));
	width: min(233px, 12.135vw);
}

@media only screen and (max-width: 767px){
	.faq-banner-txt h2 {
		font-size: 36px;
	}

	.faq-banner-txt .main-subheading {
		font-size: 16px;
		line-height: 24px;
	}

	.faq-banner-sec::before{
		background: url(shape-2-mobile.svg);
		background-size: 100% auto;
	}

	.blog-wrapper .faq-banner-sec {
		background: url(faq-img.jpg) left bottom no-repeat;
		background-size: cover;
	}

	.blog-wrapper .banner-decor-image {
		display: none;
	}
}

/* Accordion */
.faq-nav ul{
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	list-style: none;
	margin: 0 0 100px;
	padding: 0;
}
.faq-nav ul li{
	margin: 0 10px;
}
.faq-nav ul li a{
    display: inline-block;
    min-width: 200px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    height: 43px;
    line-height: 43px;
    padding: 0 25px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    outline: none;
    cursor: pointer;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.faq-nav ul li.active a,
.faq-nav ul li a:hover{
    color: #fff;
    background-color: #FF7850;
	border: 1px solid #FF7850;
}

.faq-wrap {
	margin-bottom: 120px;
}
.faq-last{
	margin-bottom: 20px;
}
.faq-wrap h2{
	color: #FF7850;
	margin-bottom: 35px;
	position: relative;
}
.accordion-block{
    /*margin-bottom: 12px;*/
    padding: 35px 60px;
    
}
.accordion-block:first-child{
	border-top: 1px solid #707070;
}
.accordion-block h3{
    /*font-weight: 600;*/
    text-transform: none;
    display: flex;
    -ms-display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
	font-size: 24px;
}
@media only screen and (max-width: 767px){
	.accordion-block h3 {
		font-size: 16px;
	}
}
.faq-wrap h2,
.csb-widget h4,
.accordion-block h3 {
	cursor: pointer;
	position: relative;
}
.accordion-block h3 a{
    width: 100%;
    line-height: 1.3em;
    position: relative;
}
.faq-wrap h2 .btn-plus,
.csb-widget h4 .btn-plus,
.accordion-block h3 a .btn-plus{
	width: 14px;
    height: 14px;
	position: absolute;
	top: calc(50% - 7px);
    right: -60px;
}
.faq-wrap h2 .btn-plus,
.csb-widget h4 .btn-plus{
	display: none;
	right: 0;
}
.faq-wrap h2 .btn-plus:before,
.faq-wrap h2 .btn-plus:after,
.csb-widget h4 .btn-plus:before,
.csb-widget h4 .btn-plus:after,
.accordion-block h3 a .btn-plus:before,
.accordion-block h3 a .btn-plus:after{
    content: "";
    position: absolute;
    background-color: #000;
    transition: transform 0.25s ease-out;
}

/* Vertical line */
.faq-wrap h2 .btn-plus:before,
.csb-widget h4 .btn-plus:before,
.accordion-block h3 a .btn-plus:before{
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

/* horizontal line */
.faq-wrap h2 .btn-plus:after,
.csb-widget h4 .btn-plus:after,
.accordion-block h3 a .btn-plus:after{
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}
.faq-wrap.active h2.active .btn-plus:before,
.csb-widget h4.active .btn-plus:before,
.accordion-block.active h3 a.active .btn-plus:before{ 
	transform: rotate(90deg); 
}
.faq-wrap.active h2.active .btn-plus:after,
.csb-widget.active h4.active .btn-plus:after,
.accordion-block.active h3 a.active .btn-plus:after{ 
	transform: rotate(180deg); 
}
/*
.accordion-block h3 a:after{
    content: "";
    width: 21px;
    height: 100%;
    background: url(arrow-down1.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 20px;
    transition: all 0.3s ease-in-out;
}
.accordion-block h3 .active:after{
    background-image: url(arrow-down2.png);
    transform: rotate(-180deg);
}
.accordion-block h3 a:hover:after{
    background-image: url(arrow-down2.png);
}*/

.accordion-txt{
    display: none;
    overflow: hidden;
    margin-top: 20px;
	font-size: clamp(1rem, 0.928rem + 0.27vw, 1.25rem);
}
.accordion-txt p{
    margin-bottom: 20px;
	font-size: 16px;
}
.accordion-txt p:last-of-type{
    margin-bottom: 0px;
}

/* Collection Page */
.banner--text-left .wrapper{
	margin-left: auto;
}
.collection-page .banner-content{
	max-width: 500px;
	position: relative;
	padding: 0 0 70px;
}
.collection-page .banner-content .main-subheading p{
	text-align: left !important;
}
.collection-page .banner-inner{
	position: relative;
}
.collection-page .banner-inner:before{
	content: "";
	width: 100%;
	height: 303px;
	background: url(shape-2.svg) center top no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.collection-page .banner-inner:after{
	display: none;
}
.collection-page .collection__inner{
	width: 100% !important;
}
.banner--big{
	height: 900px;
}
.collection__wrapper .collection__filters{
	position: static;
	max-height: unset;
	overflow: visible;
}

.collection--no-results h2{
	margin-bottom: 40px;
}
.product-grid-item .btn--quick-view{
	opacity: 0;
	color: #000;
	background-color: #a4d7d4;
	border-color: #a4d7d4;
	position: absolute;
	top: clamp(9.375rem, -18.125rem + 33.33vw, 21.875rem);
}
.product-grid-item .btn--quick-view:hover{
	color: #fff;
	background-color: #000;
	border-color: #000;
}

/* .product__media--featured:hover + noscript + .btn--quick-view, .product__media-hover:hover  + noscript + .btn--quick-view{
	opacity: 1;
} */

.product-grid-item__image:hover .btn--quick-view{
	opacity: 1;
} 

.product-grid-item__title{
	font-size: 25px;
	font-family: var(---font-stack-heading);
	height: 100px;
	overflow:auto;
	display:flex;
	align-items: flex-end;
	justify-content: center;
	position:relative;
	line-height: normal;
}

.product-grid-item__price,
.product-grid-item__variant_title {	
	font-size: 18px;
	height: 32px;
	overflow:auto;
	display:flex;
	align-items: flex-end;
	justify-content: center;
	position:relative;
}

@media (min-width: 768px) {
	.product-grid-item__title{
		font-weight: bold;
	}
	.product-grid-item__price, .product-grid-item__variant_title {
		color: #656565;
	}
}

@media only screen and (max-width: 1320px) {
	.product-grid-item .btn--quick-view{
		top: clamp(11.25rem, -11.341rem + 36.47vw, 18.75rem);
	}
}

@media only screen and (max-width: 991px){
	.product-grid-item__title{
		font-size: 22px;
		height: 70px;
	}

	.product-grid-item__price,
	.product-grid-item__variant_title {
		font-size: 16px;
		height: 28px;
	}

	.product-grid-item .btn--quick-view{
		top: clamp(3.125rem, -5.817rem + 44.71vw, 21.875rem);
	}
}

@media only screen and (max-width: 576px){
	.product-grid-item__title{
		font-size: 20px;
	}
}

/* Product Quick View */
.popup-quick-view .product-single__gallery{
	padding-right: var(--gutter);
}
.popup-quick-view .product-single__details{
	padding: 15px 0;
}
.popup-quick-view .product-single__details .product__view-button{
	position: static;
	text-align: left;
	padding-top: 40px;
}
.popup-quick-view .product__form{
	width: 100%;
}
.btn--submit .product__price{
	font-size: 20px;
}
@media only screen and (max-width: 1023px){
	.btn--submit .product__price{
		font-size: 14px;
	}
}
.product__price-and-badge .product__price{
	color: #a0a0a0;
	font-family: var(---font-stack-heading) !important;
}
#shopify-section-product-video-sec .section__heading{
	margin-bottom: 0px !important;
}
#shopify-section-product-video-sec .wrapper{
	padding-block: 32px;
}
.tag, .tag-fp{
	color: #fff;
	font-size: 1rem;
	padding: 8px 15px;
	background-color: #FF7850;
}

.blog-banner{
	display: inline-block;
	width: 100%;
	height: calc(100% - 20px);
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.blog-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-banner .blog-banner-txt{
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.blog-banner .blog-banner-txt h3{
	text-align: left;
}
.blog-banner .blog-banner-txt .btn{
	color: #fff;
	background-color: #000;
}

@media only screen and (max-width: 991px){
	.blog-banner .blog-banner-txt{
		justify-content: center;
		padding: 40px 30px;
	}

	.product-grid-item .blog-banner .blog-banner-txt h3{
		text-align: center;
		width: 100%;
		margin: 20px 0;
	}
}
/* Product Page */
#ProductTemplate--product-template{
	padding: 160px 0 100px;
}
.shopify-section--product .wrapper{
	position: relative;
}
.shopify-section--product .breadcrumbs{
	position: absolute;
	left: var(--gutter);
}
.product-page .product-single__details{
	max-width: 100%;
}
.product__title{
	font-size: 40px;
	line-height: 50px;
}
@media only screen and (max-width:1023px){
	.product__title{
		font-size: 36px;
		line-height: 42px;
	}
}
.product-page .video__background{
	background-color: #ccc;
}
.product-page .video__background .placeholder-svg-filled{
	display: none;
}
.product-page .related-products{
	padding-top: 100px;
	padding-bottom: 0;
}
.product-page .related-products .product-grid-item.carousel__item{
	margin-right: 5px;
}
.product-page .product-tab{
	border-bottom: 1px solid #707070;
}
.product-page .product-tabs{
	margin-top: 50px;
}
.product-page .product-tabs .product-tab:first-child{
	border-top: 1px solid #707070;
}
.product-page .product-tab__title strong{
	font-weight: normal;
}
.product-page .product-tab ul{
	margin-bottom: 20px;
}
.product-page .product-tab p{
	margin-bottom: 20px;
}

.variant-input:checked+.variant__button-label{
	/* color: #fff; */
	background-color: #A4D7D4;
	/* font-size: 1.125rem; */
	border: none;
}

.product-features {
	padding: 50px 0 0;
}

.product-features img {
	height: 60px;
	width: 60px;
}
.product-features span {
	font-size: 12px;
	margin-top:8px;
}

.product-features ul{
	display: -ms-flexbox;
	display: flex;

	list-style: none;
	padding: 0;
	margin: 0;
}
.product-features ul li{
	text-align: center;
	margin-right: clamp(1.875rem, 0.018rem + 2.9vw, 3.5rem);
	display:inline-block;
}
@media only screen and (max-width: 1023px) {
	.product-features .features {
		display: flex;
		justify-content: space-evenly;
	}
	.product-features ul li{
		margin-right: 0;
	}
}
.product-features ul li span{
	display: block;
}
.breadcrumbs{
	margin-bottom: 40px;
}
.product-reviews-sec .title-sec{
	text-align: center;
	margin-bottom: 30px;
}
.okeReviews .okeReviews-reviewsWidget-emptyMessage, 
.okeReviews .okeReviews-reviewsWidget-loadingMessage{
	background: #F6EEE1;
	border: none !important;
}

.btn-wrap{
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.btn-wrap .quantity-wrapper{
	min-width: 120px;
	margin-bottom: 0;
	margin-right: 10px;
}
.btn-wrap .btn{
	width: 100%;
	min-width: unset;
}
@media only screen and (max-width: 1023px){
	.btn-wrap .btn{
		font-size: 14px;
	}
}
/* Instagram Section */
.instagram-sec{
	padding-bottom: 220px;
}

.template-article .instagram-sec{
	padding-bottom: 40px;
	padding-top: 8px;
}
.template-index .instagram-sec{
	padding-top: 8px;
}
.template-article #FeaturedBlog--feature-blog-2{
	padding-bottom: 8px;
	padding-top: 8px;
}
.template-article  #FeaturedCollection--article-template{
	padding-top: 8px;
	padding-bottom: 8px;
}
.template-article #shopify-section-article-template .wrapper{
	padding-bottom: 8px;
}
.template-about .instagram-sec {
	padding: 8px;
}

@media (max-width: 768px){
	.template-index .instagram-sec{
		padding-top: 60px;
	}
}

@media (min-width: 769px) {
	.template-article .instagram-sec{
		padding-bottom: 40px;
		padding-top: 0px;
	}
	.template-article #FeaturedBlog--feature-blog-2{
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.template-article  #FeaturedCollection--article-template{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.template-article #shopify-section-article-template .wrapper{
		padding-bottom: 0px;
	}
	.template-about .instagram-sec {
		padding: 0;
	}
	.template-about  .instagram-sec .wrapper{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media (max-width: 576px) {
	.template-about .instagram-sec {
		margin-bottom: -50px;
	}
}

.collection-page .instagram-sec{
	position: relative;
}
/* .collection-page .instagram-sec:before{
	content: "";
	height: 1px;
	background-color: #707070; 
	position: absolute;
	top: 0;
	left: 60px;
	right: 60px;
} */
.collection-page .heading-sec .section__heading{
	margin-bottom: var(--gutter);
}

/***** Media Page *****/
.template-media .logo-list{
	padding-top: 40px;
}
.media-sec{
	/*padding: var(--gutter) 0;*/
	text-align: center;
	position: relative;
	margin-bottom: -20px;
}
.media-sec .wrapper{
	position: relative;
}
.media-sec h2{
	margin-bottom: 30px;
}
.media-desc{
	padding: 280px 0 120px;
	max-width: 600px;
	margin: 0 auto;
}
.media-desc .main-subheading{
	margin-bottom: 30px;
}

.media-wrap h2{
	margin-bottom: 10px;
}
.media-wrap .main-subheading{
	margin-bottom: 10px;
}
.media-row{
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -16px;
	flex-wrap: wrap;
}
.media-row .media-item{
	width: calc(100% / 3);
	padding: 0 16px;
	margin: 30px 0;
}
.media-row .media-item .media-img{
	margin-bottom: 20px;
}
.media-row .media-item a{
	display: block;
}
.media-row .media-item a span {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.media-row .media-item a img{
	display: block;
	transition: all 0.3s ease-in-out;
}
.media-row .media-item a:hover img{
	transform: scale(1.2);
}
.media-row .media-item h5{
	line-height: 1.4;
	margin-bottom: 10px;
}
.media-row .media-item p{
	margin: 0;
}
.media-row .media-item p a{
	text-transform: uppercase;
}

/* Articles CSS */
#PageContainer .shopify-policy__container,
#PageContainer .page-customer{
	padding-top: 160px !important;
}

.template-article #PageContainer{
	padding-top: 60px !important;
}
#PageContainer .shopify-policy__container,
#PageContainer .page-customer,
.template-article #PageContainer .main-content {
	padding-bottom: 220px;
}
#PageContainer .shopify-policy__container {
	max-width: 1120px;
}
#PageContainer .shopify-policy__container .shopify-policy__title h1{
	font-size: 2.5rem;
}
#PageContainer .shopify-policy__container .shopify-policy__title h1{
	margin-bottom: 40px;
}

/* Locations */
.locations-banner .faq-banner-txt{
	padding-bottom: 20px;
}
.locations-banner .faq-banner-sec:before{
	display: none;
}
.logo-sec{
	/* border-bottom: 1px solid #000; */
	/* margin-bottom: 80px; */
	padding: 50px 0 0;
}
.logo-sec .row{
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}
.logo-sec .row > div{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
	padding: 30px;
}

.online-stores-sec{
	background-color: #FCF5E8;
}
.online-stores-sec .wrapper{
	width: 1200px;
	max-width: 100%;
}
.online-stores-sec .accordian-wrap{
	display: flex;	 
	padding-left: 30px;
}

.online-stores-sec .accordian-wrap .accordion-section{
	width: 100%;
}
.online-stores-sec .image-placeholder{
	padding: 0 20px;
}

.online-stores-sec .accordion-block{
	padding-left: 0;
	border-top: 1px solid #707070;
}
.online-stores-sec .accordion-block:last-child{
	border-bottom: 1px solid #707070;
}


.online-stores-sec .accordion-txt{
	margin-top: 30px;
}
.online-stores-sec .accordion-block p a{
	text-decoration: none;
	display: inline-block;
	position: relative;
	/* margin-left: 145px; */
	top: -15px;
}

.faq-wrap .accordion-block{
	border-bottom: solid 1px #000;
}


/***** Soak School Page *****/
.blog-wrapper .faq-banner-txt{
	max-width: 600px;
}
.blog-wrapper .faq-banner-txt .soak-logo{
	margin-bottom: 10px;
}
.blog-wrapper .faq-banner-txt h2{
	font-size: 35px;
	line-height: 40px;
}
.blog-wrapper .faq-banner-txt h3{
	font-size: 35px;
	line-height: 40px;
}
.blog-wrapper .faq-banner-txt p{
	font-size: 22px;
	line-height: 40px;
}

#shopify-section-blog-banner .wrapper .faq-banner-txt h3,
#insider-information-banner .wrapper .faq-banner-txt h3 {
    font-size: 55px;
}

.wrapper-mt-school{
	margin-top: 20px;
}

/* Blog Post Tags */
.blog-wrapper .wrapper--small{
	max-width: min(1400px, 95%);
	margin-bottom: 12px;
}

.blog-wrapper .blog-tag{
	margin: 0 8px 10px;
}
.blog-wrapper .blog-tag>a, 
.blog-wrapper .blog-tag__current{
	color: #5F5E5E;
	border-color: #5F5E5E;
	text-transform: capitalize;
	font-size: 1rem;
	line-height: 40px;
	letter-spacing: 0;
	border-radius: 20px;
	padding: 0 30px;
}
.blog-wrapper .blog-tag>a:hover,
.blog-wrapper .blog-tag__current{
	color: #fff;
	border-color: #DE6E44;
	background-color: #DE6E44;
}

#shopify-section-blog-banner .wrapper .faq-banner-txt h3 {
    font-size: 55px;
}

@media (min-width: 1200px) {
	.blog-wrapper .faq-banner-txt {
		margin-top: -100px;
	}
}

@media only screen and (max-width: 767px){
	.blog-wrapper .faq-banner-txt h3{
		font-size: 22px;
		line-height: 42px;
	}

	.blog-wrapper .faq-banner-txt p{
		font-size: 16px;
		line-height: 24px;
	}

	.blog-wrapper .faq-banner-txt h2{
		font-size: 22px;
		line-height: 42px;
	}
	#shopify-section-product-video-sec .section__heading{
		margin-bottom: 16px !important;
	}
	.related-products .featured-collection__title .section__heading{
		font-size: 32px;
	}
	#shopify-section-blog-banner .wrapper .faq-banner-txt h3 {
		font-size: 40px;
	}
}

/* Blog Posts */
.blog-post{
	gap: 30px;
}
.blog-wrapper a.blog-post__item__image-link{
	display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
	margin-bottom: 15px;
}
.blog-wrapper .article-preview-image {
	display: block;
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
}
.blog-wrapper a.blog-post__item__image-link:hover .article-preview-image{
	transform: scale(1.2);
}

/* Blog CTA */
.ss-cta-sec{
	text-align: center;
	/* background-size: min(1920px, 100vw) max(min(1000px, 52.08vw), 150px); */
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	position: relative;
	padding-top: clamp(5rem, -0.875rem + 29.38vw, 34.375rem);
	padding-bottom: clamp(9.375rem, 6.5rem + 14.37vw, 23.75rem);
}
.ss-cta-sec:before{
	content: "";
	/* background-image: url( ss-cta-bg2.png ); */
	/* background-size: min(1920px, 100vw) max(min(550px, 28.65vw), 120px); */
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.ss-cta-sec .about-txt{
	/* max-width: 600px; */
	margin: 0 auto;
}
.ss-cta-sec .about-txt h2{
	font-size: 3rem;
	margin-bottom: .5em;
}
/*
.ss-cta-sec .about-txt p{
	font-size: 1.5rem; 
}
*/
/* Blog Instagram */
.blog-wrapper .instagram-sec{
	padding-top: 0;
}

/* Pages */
.page-sec{
	padding: 160px 0 220px;
}
.form-vertical-wrapper{
	max-width: 620px;
	text-align: center;
}
.form-vertical button{
	min-width: 240px !important;
	display: inline-block;
}

/* Footer CSS */
.site-footer{
	padding-top: 0;
}
.footer-content.wrapper{
	width: 100%;
	position: relative;
}
.footer-content.wrapper:before {
	content: "";
	width: 100%;
	height: 220px;
	background: url(shape-3.svg) center top no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: 100%;
}
.footer-content.wrapper .footer-blocks{
	margin: 0 -30px;
}
.footer-content.wrapper .footer-blocks .footer-block {
	max-width: 16%;
	padding: 0 30px;
}
.footer-content.wrapper .footer-blocks > div:first-child{
	max-width: 40%;
	margin-right: auto;
}
.footer-content.wrapper .footer-blocks > div:last-child{
	max-width: 24%;
}
/*
.footer-content.wrapper .newsletter-widget h3{
	margin: 0 0 120px;
}
*/
.footer-content.wrapper .newsletter-widget input[type="email"]{
	font-size: max(16px, min(18px, 1.042vw));
	/* padding: 0;
	border-bottom: 2px solid #000000;
	border-radius: 0;  */
	border: none;
	color: #5F5E5E;
	background-color: #fff;
	text-transform: uppercase;
	padding-left: 25px;
	padding-right: 25px;
	height:62px;
	max-width: 500px;
}

.footer-content.wrapper .newsletter-widget input[type="email"]::placeholder{
	color: #000000;
}


.footer-content.wrapper .newsletter-widget button{
	width: 150px;
	color: #000000;
    background-color: #A4D7D4;
    font-weight: 700;
	border-radius: 30px;
	border: none;
	text-transform: uppercase;
	margin-left: -30px;
	font-size: max(16px, min(18px, 1.042vw));
}
.footer-content.wrapper .newsletter-widget button:hover{
	color: #fff;
	background-color: #000;
}
/*
.footer-content.wrapper .newsletter-widget .input-group__btn-wrapper{
	display: none; 
}
*/
.footer-content.wrapper .newsletter-widget > p{
	display: inline-block;
	color: #5F5E5E;
	font-size: 1rem;
	margin-top: 85px;
	padding: 3px 34px 3px 0;
	background: url(icon-7.svg) right center no-repeat;
}
.footer-content.wrapper .footer-links li{
	margin-bottom: 15px;
}
.footer-content.wrapper .footer-links li a{
	color: #000;
}
.footer-content.wrapper .footer-links li a:hover{
	color: #666;
}
.footer-content.wrapper .footer-title{
	margin-bottom: 30px;
}
.footer-content.wrapper .newsletter-widget .footer-title{
	margin: 60px 0 40px;
}
@media only screen and (max-width: 991px){
	.footer-content.wrapper .newsletter-widget .footer-title{
		margin: 0 0 20px;
	}
}
.footer-content.wrapper .btn{
	/*width: 100%;*/
	/* min-width: 90%; */
	/* padding: 10px 25px; */
	background-color: #fff;
	border-color: #fff;
	color: #000;
	line-height: 2;
}
.footer-content.wrapper .btn:hover{
	background-color: #000;
	border-color: #000;
	color: #fff;
}
/* Footer Social Links */
.ft-social-wrap{
	margin-top: 40px;
}
.ft-social-wrap .ft-social{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ft-social li{
    margin-left: 20px;
}
.ft-social li:first-child {
    margin-left: 0px;
}
.ft-social li a{
	color: #000;
    font-size: 1.8rem;
}
.ft-social-wrap li i{
	font-size: 32px;
}
.ft-social li a:hover{
	color: #5f5e5e;
}
.ft-social li a i{
    transition: none;
}
.ft-social h5, .ft-social-wrap h5{
	font-size: 32px;
}

.timeline-wrapper{
	height: auto;
	background-color: #E1F4F3;
}
.timeline-footer{
	background: url(shape-4.svg) center bottom no-repeat;
	background-color: #fff;
	height:220px;
	background-size: cover;
}
.about-logo{
	margin: auto;
	width: max(276px,min(568px, 29.583vw));
	display: block;
	padding-top: clamp(2.5rem, 1.604rem + 3.35vw, 5.625rem);
}

.vertical-line{
	width: 0.5px;
	height: clamp(5.625rem, 4.011rem + 6.03vw, 11.25rem);
	background-color: #000;
	margin: 0 auto;
}

.timeline-item-text-no-image{
	margin: 0 auto;
	width: 550px;
	text-align: center;
	padding: 0 2rem;
}

.timeline-item-text{
	width: 550px;
	margin-left:clamp(3.125rem, -2.083rem + 6.94vw, 6.25rem);
	text-align: right;
}

.flex-row-reverse .timeline-item-text {
	margin-right:clamp(3.125rem, -2.083rem + 6.94vw, 6.25rem);
	text-align: left;
}

.timeline-item-text-image{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
}

.timeline-item-image{
	width: max(386px,min(704px, 36.667vw));
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.timeline-item-image {
		max-width: 386px;
		width: calc( 100% - 60px);
		margin: 0 auto 20px;
	}
	.timeline-footer{
		margin-top: -120px;
	}
}
.flex-row-reverse{
	flex-direction: row-reverse;
}

.circle{
	width: clamp(2.375rem, 2.016rem + 1.34vw, 3.625rem);
	height: clamp(2.375rem, 2.016rem + 1.34vw, 3.625rem);
	border-radius: 50%;
	border: #000 solid 1px;
	background-color: #fff;
	margin: 0 auto;
	display: block;
	font-size: clamp(0.875rem, 0.767rem + 0.4vw, 1.25rem);
	text-align: center;
	padding-top: clamp(0.5rem, 0.428rem + 0.27vw, 0.75rem);
}

@media only screen and (min-width: 1200px) {
	.timeline-item-text-image {
		max-width: 1200px;
		margin-top: -50px;
	}
	.timeline-item-text {
		width: 50%;
		padding: 0 20px;
		margin: 0!important;
	}
	.timeline-item-image {
		padding: 0 50px;
		width: 50%;	
		margin: 0!important;	
	}
}

@media only screen and (max-width: 1200px) {
	.timeline-item-text-image {
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
	}

	.timeline-item-text-image.flex-row-reverse{
		flex-direction: column !important;
	}

	.timeline-item-text {
		margin-left: 0;
		text-align: center;
	}

	.flex-row-reverse .timeline-item-text {
		margin-right:0;
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	.timeline-item-text-no-image{
		width: 100%;
	}
	
	.timeline-item-text{
		width: 100%;
		padding: 0 2rem;
	}
}

.text-image-wrapper{
	display: flex;
	margin: 0 auto;
	text-align: center;
}
.text-section{
	padding: 5rem 3rem;
	width: clamp(31.25rem, 8.333rem + 30.56vw, 45rem);
	text-align: left;
}

.text-section p {
	font-size: 24px;
}

.text-with-image-sec {
	position:relative;
}

@media only screen and (max-width:767px){
	.text-section p {
		font-size: 16px;
	}

	.ss-cta-sec {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.template-about .text-with-image-sec {
		background-size: 175%;
	}

	.template-about .text-with-image-sec .text-section {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.image-section{
	padding: 0 2rem;
	position:absolute;
	right: clamp(0rem, -8.413rem + 9.62vw, 3.125rem);
	top: 0;
	height:100%;
}
.image-section img{
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1400px){
	.image-section{
		right: -250px;
	}
}

@media only screen and (max-width: 1200px){
	.image-section {
		display: none;
	}

	.text-section {
		width: 100%;
		text-align: center;
	}
}

.carousel-container{
	display: flex;
	margin: 0 auto;
	text-align: center;
}

.carousel-image{
	padding: 0 2rem;
	width: 60%;
}
.carousel-text{
	margin: 5rem 3rem;
	padding: 0 2rem;
	width: 40%;
	text-align: left;
	color: #000;
	padding: 0 2rem;
}
.carousel-text h1, h4{
	color: #000;
}

.text-with-image-slideshow {
	height: clamp(50rem, 34.375rem + 20.83vw, 59.375rem);	
}

.text-with-image-slideshow h2{
	color: #000;
}

.text-with-image-slideshow h4{
	font-size: 28px;
}

.text-with-image-slideshow .dot{
	border-color: #000 !important;
}

.text-bg-images-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	min-height: 23rem;
}

@media only screen and (max-width: 767px){
	.text-bg-images-wrapper{
		grid-template-columns: 1fr 7fr 1fr;
	}

	.text-with-image-slideshow h4{
		font-size: 16px;
		margin-bottom: 30px;
	}
}

.text-bg-images-wrapper div{
	grid-row: 1 / 3;
}

.text-bg-images-wrapper .txt{
	text-align: center;	
}
.text-bg-images-wrapper .txt h1{
	margin: 2rem 0 0 0;
}
.text-bg-images-wrapper .txt h4{
	margin-bottom: 2rem;
}

.banner-overlay{
	z-index: 3;
	position: absolute;
	bottom: 0;
	height: 11rem;
	width: 100%;
	background: url(shape-3.svg) center top no-repeat;
	background-size: 100% auto;
}

/* ASML Style Settings */
.btn--style1 {
	width: max(300px, min(393px, 20.469vw));
	min-width: 0;
	padding: 0;
	padding-top:6px;
	padding-bottom:6px;
	line-height: 40px;
	font-size: 18px;
}

.btn--style2 {
	width: 356px;
	height:56px;
	line-height: 50px;
	padding: 0;
	padding-top:3px;
	padding-bottom:3px;
	font-size: 18px;
}

.btn--style3 {
	width: min(263px, 13.698vw);
	height: 62px;
	line-height: 50px;
	padding: 0;
	padding-top:6px;
	padding-bottom:6px;
	font-size: 20px;
}

.btn--style4 {
	width: clamp(10.25rem, -0.039rem + 16.59vw, 19.875rem);
	line-height: 50px;
	padding: 0;
	padding-top:6px;
	padding-bottom:6px;
	font-size: 18px;
	min-width: 180px;
}

@media only screen and (max-width: 1023px) {
	.btn--style2 {
		width: 210px;
		height: 45px;
		line-height: 45px;
		padding: 0;
		padding-top:0;
		padding-bottom:0;
		font-size: 14px;
	}

	.btn--style3 {
		width: 172px;
		height: 45px;
		line-height: 45px;
		padding: 0;
		padding-top:0;
		padding-bottom:0;
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.btn--style4 {
		font-size: 18px;
		min-width: 346px;
	}

	.input-group {
		justify-content: center;
	}

	.input-group input {
		width: 226px;
	}
}

@media only screen and (max-width: 767px) {
	.btn--style1 {
		width: 210px;
		padding: 0;
		padding-top:0;
		padding-bottom:0;
		line-height: 45px;
		font-size: 14px;
	}

	.btn--style2 {
		font-size: 14px;
	}

	.btn--style3 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 450px) {
	.btn--style4,
	.ft-social .btn {
		min-width: 260px;
	}

	.input-group input {
		width: 200px;
	}

	.footer-content.wrapper .newsletter-widget button {
		width:100px;
	}
}

.soak-school-txt p {
	font-size: 20px;
}
.soak-school-txt h5 {
	font-size: 24px;
}

.list-collections__title {
	font-size:60px;
}

.list-collections-section .main-subheading p {
	font-size: 22px;
}

.about-txt h2 {
	font-size: 70px;
}

.about-txt .main-subheading p {
	font-size: 24px;
}

.instagram-content h2 {
	font-size: 70px;
}

.instagram-content a {
	font-size: 28px;
}

.ft-social h5,
.ft-social-wrap h5 {
	font-size:32px;
	margin-bottom: 30px;  
}

.collection-page .banner-inner.banner--big .wrapper h1 {
	margin-top: -100px;
}

@media only screen and (max-width: 991px) {
	.ft-social h5,
	.ft-social-wrap h5 {
		font-size:18px;
	}
}


@media only screen and (max-width: 767px){
	.soak-school-txt p,
	.soak-school-txt h5 {
		font-size: 16px;
	}

	.list-collections__title {
		font-size:36px;
	}

	.list-collections-section .main-subheading p {
		font-size: 16px;
	}

	.about-txt h2 {
		font-size: 36px;
		margin-bottom: 15px!important;
	}

	.about-txt .main-subheading {
		margin-bottom: 25px!important;
	}

	.about-sec {
		padding: 0 0 50px;
	}

	.about-txt .main-subheading p {
		font-size: 16px;
	}

	.instagram-content h2 {
		font-size: 36px;
	}
	
	.instagram-content a {
		font-size: 16px;
	}
}

.header-logo img{
	width: min(172.85px, 9vw);
	height: min(76.87px, 4vw);
}

@media (min-width: 769px) {
	.header-logo img {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1023px){
	.header-logo img{
		width: 172.85px;
		height: 76.87px;
	}
}

.nav__currency {
	position: relative;
}
.nav__currency_mobile{
	margin-left: 10px;
}
.nav__currency_mobile a{
	background: white;
    width: 41.99px;
    margin: 0 auto;
   	border-inline: 2px solid #000;
}
.nav__currency_mobile a:last-child{
   	border-bottom: 2px solid #000;
}

.nav__currency--options {
	position: absolute;
	top: 0;
	right:0;
	flex-direction: column;
	text-align: center;
	width: 100%;
	display:none;
	padding-top: 30px;
}

@media (max-width: 1024px) {
	.nav__currency--options {
		top: -2px;
	}
}

.nav__currency:hover .nav__currency--options,
.nav__currency:focus-within .nav__currency--options {
	display:flex;
}

.mobile-menu .nav__link{
	padding: 0 0 0 16px;
}

.mobile-menu .nav__item--icon {
    margin-right: 0;
}

@media only screen and (max-width: 1023px) {
	.mobile-menu {
		width: 80px;
	}

	.mobile-menu.mobile-menu-drawer{
		justify-content: flex-start;
	}

}

.instagram-sec-carousel-block {
	display: block;
	height:450px;
	width:450px;
}

.instagram-sec .carousel__item {
	width: max(185px, min(470px,24.479vw));
	height:max(180px, min(450px,23.437vw));
}

.instagram-sec .carousel__item a{
	width: max(180px, min(450px,23.437vw));
	height:max(180px, min(450px,23.437vw));
	background-size: cover;
}

@media only screen and (max-width: 479px) {
	.instagram-sec .carousel__container {
	    margin-left: 0;
	    margin-right: 0;
	}

	.instagram-sec .carousel--inactive{
		padding-left: 0;
    	padding-right: 0;
		margin: 0;
	}
}

@media only screen and (max-width:428px){
	.instagram-sec .carousel {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.instagram-sec .carousel__item {
		width: clamp(7.813rem, -2.373rem + 50.93vw, 11.25rem);
		height: clamp(7.813rem, -2.373rem + 50.93vw, 11.25rem);
		margin-right:0;
		margin-bottom: 10px;
	}
	
	.instagram-sec .carousel__item a{
		background-size: cover;
		width: clamp(7.813rem, -2.373rem + 50.93vw, 11.25rem);
		height: clamp(7.813rem, -2.373rem + 50.93vw, 11.25rem);
	}
}

.list-collections-section .carousel__item {
    width: max(244px, min(457px, 23.802vw));
}

.list-collections-section .carousel__item a {
	width: max(211px, min(376px, 19.583vw));
}

.featured-collection .carousel__item {
	width:max(252px, min(400px, 20.833vw));
}

.featured-collection .carousel__item > div {
	width: 100%;
}

.featured-collection .carousel__item{
	margin-right: var(--gutter);
}

.featured-blog .carousel__item {
	width: clamp(14.063rem, 9.311rem + 17.76vw, 30.625rem);
}

.featured-blog  .carousel__item > div {
	width: clamp(12.813rem, 8.42rem + 16.42vw, 28.125rem);
}

.slide__text-block:after {
	content: "";
	width: 100%;
	height: 150px;
	background: url(shape-3.svg) center top no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.carousel-cell { transition: left 0.3s; }

@media only screen and (min-width: 768px) {
	.slide__text-block:after {
		height: 220px;
	}
}

@media only screen and (max-width: 767px) {
	.list-collections-section .carousel__container {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 340px) {
	.slide__text-block:after {
		bottom: -10px;
	}
}

.icons-row .wrapper,
.featured-collection .wrapper,
.soak-school-sec .wrapper,
.about-sec .wrapper,
.instagram-sec .wrapper,
.list-collections-section .wrapper,
.collection-section .wrapper,
.featured-blog .wrapper,
.about-page .wrapper,
.text-with-image-sec .wrapper,
.text-with-image-slideshow .wrapper,
.faq-banner-sec .wrapper, 
.career-main .wrapper,
.transparent-header .wrapper,
.distibutor-contacts-sec .wrapper,
#shopify-section-article-template .wrapper,
.brands-and-friends .wrapper,
.vip-store .wrapper,
.sca-storelocator .wrapper,
.online-store .wrapper,
.store-map-sec .wrapper,
.product-reviews-sec .wrapper {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: var(--gutter);
    padding-bottom: var(--gutter);
    padding-left: clamp(1.875rem, 0.058rem + 8.08vw, 9.75rem);
    padding-right: clamp(1.875rem, 0.058rem + 8.08vw, 9.75rem);
}


.store-map-sec .wrapper{
	padding-top: 8px;
}
.vip-store .wrapper {
	padding-top: 0;
	padding-bottom: 0px;
}

.template-collection  .collection-section .wrapper, .template-collection .featured-blog .wrapper , .template-collection #FeaturedBlog--featured-blog,
.template-collection .featured-collection .wrapper{
	padding-top: 0px;
	padding-bottom: 0px;
}
.template-collection #FeaturedBlog--featured-blog{
	padding-top: 64px;
}
.template-collection .collection-page .instagram-sec{
	padding-top: 0px;
}
.template-collection .instagram-sec .wrapper{
	padding-top: 64px !important; 
}
.template-collection #FeaturedCollection--featured-collection-sec{
	padding-top: 64px;
	padding-bottom: 0px;
}
.icons-row .wrapper {
	padding-top: 0;
}

.icons-row__wrapper {
	padding-top: 15px;
}

.about-txt h2 {
	margin-bottom: 40px;
}

.about-txt .main-subheading {
	margin-bottom: 60px;
}

@media only screen and (max-width:900px){
	.soak-school-sec .wrapper  {
		padding-left: 0;
		padding-right: 0;
	}
	.soak-school-desc {
		width:100%;
	}
}

.blog-item__article__button.btn--style2 {
	position: absolute;
	bottom: 50px;
	display:none;
}

@media only screen and (max-width:1500px){
	.blog-item__article__button.btn--style2 {
		width: 80%;
		min-width: 80%;
	}
}

.featured-blog .blog-item__article__button {
	color:#000;
}

.blog-item__article:hover .blog-item__article__button {
	display:block;
}

.product-grid-item .flickity-prev-next-button {
	top: 30%;
}

@media only screen and (max-width: 500px) {
	.product-grid-item .btn {
		padding-left:2px;
		padding-right:2px;
	}
	/* .product_add_to_cart_text {
		display:none;
	} */
}


.product__form__wrapper input {
	border-radius: 0;
}

.product-grid-item .blog-banner-txt h3 {
	display: block;
	width: 70%;
	margin-top: 10px;
	margin-left: 10px;
}

.product-grid-item .blog-banner-txt .btn{
	color: #000;
	background-color: transparent;
}

.product-grid-item .blog-banner-txt:hover .btn{
	color: #fff;
	background-color: #000;
}

.mfp-content .product__title {
	font-size:38px;
}

@keyframes price_goes_black {
	from {color: #fff;}
	to {color: #000;}
}

.mfp-content .product__price {
	font-size:28px;
	color:#000;
	animation: price_goes_black 0.25s;
}

@keyframes price_goes_white {
	from {color: #000;}
	to {color: #fff;}
}

.mfp-content button:hover .product__price{
	color:#fff;
	animation: price_goes_white 0.25s;
}

.mfp-content label,
.mfp-content .variant-input {
	font-size:18px;
}

.mfp-content .variant-input {
	border:2px solid #000;
}

.mfp-content .btn,
.mfp-content .btn-wrap .product__price {
	font-size:clamp(1rem, 0.928rem + 0.27vw, 1.25rem);
}

.mfp-content .product-features .features {
	justify-content: flex-start;
}

.mfp-content .product-features ul li {
	margin-right: clamp(1rem, 0.5rem + 2.5vw, 3.5rem)
}

.mfp-content .product-features ul li:last-child{
	margin-right: 0;
}

.mfp-content button .product__price__sale {
	display:none;
}

@media only screen and (max-width:1023px){
	.mfp-content .product__title,
	.mfp-content .product__price {
		text-align: center;
	}

	.mfp-content .product__title {
		font-size:22px;
	}

	.mfp-content .product__price-and-badge {
		display: none;
	}

	.mfp-content label {
		font-size:16px;
	}

	.mfp-content .variant-input {
		font-size: 14px;
	}

	.popup-quick-view .mfp-content .product-single__details .product__view-button {
		text-align: center;
	}

	.mfp-content .product-features .features {
		justify-content: space-around;
	}
}

@media only screen and (max-width:415px){
	.product__form button .product__price__sale {
		display:none;
	}
}

@media only screen and (max-width:350px){
	.product__form .btn--submit {
		padding-left: 0;
		padding-right:0;
	}
}

.product__form input {
	border: 2px solid black;
}

@media only screen and (max-width:1023px){
	.product__form .btn{
		background-color: #a4d7d4;
		border: 2px #a4d7d4 solid;
	}
}

.product-call-out-text {
	font-weight: bold;
}

.shopify-section--product .product__price,
.shopify-section--product .product__price-and-badge {
	color:#000;
}

.product-single__thumbnail {
	height: 11px;
	width: 11px;
	border: 1px solid #000;
	border-radius: 50%;
	margin-right: 7px;
}

.product-single__thumbnail:last-child{
	margin-right: 0;
}

.product-single__thumbnail.is-selected {
	background-color: #000;
}

.product_tab_title {
	display:flex;
	justify-content: space-between;
	font-size: 20px;
}

.product_tabs details {
	border-top: 1px solid #707070;
	
}

.product_tabs details[open]{
	margin-bottom: 27.5px;
}

.product_tabs details:last-child {
	border-bottom: 1px solid #707070;
}

.product_tab_title p {
	margin-top: 27.5px;
	margin-bottom:27.5px;
}

.product_tab_details p {
	font-size: 20px;
}

@media only screen and (max-width:1023px){
	.product_tab_details p {
		font-size: 16px;
	}
}

.product_description p,
.product_description ul {
	font-size: 20px;
}

@media only screen and (max-width:1023px){
	.product_description p,
	.product_description ul {
		font-size: 16px;
	}

	.product-single__details {
		display:flex;
		flex-direction: column;
	}

	.product_description {
		order: 1;
	}

	.product-features {
		order:2;
	}

	.product_tabs {
		order:3;
	}

	.product__form__wrapper .btn-wrap{
		display: flex;
		flex-direction: column;
		align-items:flex-start;
	}

	.btn-wrap .quantity-wrapper--half {
		margin-bottom: 20px;
	}
}

.product_tabs {
	margin-top: 60px;
}

.product-single__details .btn-wrap .btn {
	max-width: 300px;
}

.product__form__wrapper input {
	height:clamp(2.688rem, 2.311rem + 1.41vw, 4rem);
}

@media only screen and (max-width:991px){
	.product-about-sec-img {
		display:none;
	}
	.feature-collection__container{
		row-gap: 32px;
	}
	.product-about-sec .about-txt {
		text-align: center;
	}
}

.product-about-sec .btn--primary {
	background-color:transparent;
	border: 2px solid #000;
}

.soak-school-sec.product-scents{
	background-color:#F6EEE1;
	position:relative;
	overflow-x: clip;
}

.soak-school-sec.product-scents .product-scents-decoration-image{
	position:absolute;
	width: clamp(16.125rem, 10.6rem + 27.63vw, 43.75rem);
	height: auto;
	max-width: unset;
}

.product-scents-decoration-image-1 {
	top:calc(20px - clamp(0rem, -1rem + 5vw, 5rem));
	left:calc(clamp(2rem, -1.01rem + 4.49vw, 4.375rem) + -70px);
}

.product-scents-decoration-image-2 {
	bottom:30px;
	left:calc(clamp(1.25rem, 0.817rem + 1.92vw, 3.125rem) * -1);
}

.product-scents-decoration-image-3 {
	top: calc(clamp(1.875rem, 1.375rem + 2.5vw, 4.375rem) * -1);
	right:-30px;
}

.product-scents-decoration-image-4 {
	bottom:30px;
	right:calc(clamp(5rem, -0.721rem + 3.21vw, 3.125rem) + -70px);
}

.template-product .product-scents-decoration-image-4{
	bottom: 1px;
}

.mobile-nav__item--level-1 {
	border-top: 1px #000 solid;
}

.mobile-nav__item--level-1:last-child {
	border-bottom: 1px #000 solid;
}

.cart-section input{
	font-size:clamp(1rem, 0.928rem + 0.27vw, 1.25rem);
}

.cart__items {
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

.shipping-note {
	font-size: 16px;
}

.cart__subtotal__title {
	margin-right: 100px;
}

.cart-attribute__field {
	display:flex;
	flex-direction: column;
}

.cart-tools label,
.cart-tools p,
.cart-tools select {
	font-size:20px;
}

.cart-tools label,
.cart-tools p {
	margin-bottom: 20px;
}

.cart-tools select,
.cart-tools textarea {
	border-radius: 0;
}

.cart-tools select {
	background-image:
		linear-gradient(45deg, transparent 50%, #A0A0A0 50%),
		linear-gradient(135deg, #A0A0A0 50%, transparent 50%);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
	color:#A0A0A0;
	width: clamp(15.625rem, 5.208rem + 21.7vw, 31.25rem);
}

.cart-tools textarea {
	width: clamp(15.625rem, -7.292rem + 47.74vw, 50rem);
}

.cart__checkout {
	margin-bottom: 10px;
	background-color:#A4D7D4;
	border:2px #A4D7D4 solid;
}

.cart__row--buttons .btn--continue-shopping {
	margin-bottom: 50px;
}

.shopify-cleanslate ul {
	justify-content: center;
}

.cart__cell_mobile_only {
	display:none;
}

@media only screen and (max-width:767px) {
	.cart__subtotal {
		width: 100%;
	}
	.cart-tools select {
		width: 100%;
	}

	.cart__row td{
		text-align: center;
	}

	.cart__cell--quantity .qty{
		border: 1px #000 solid;
	}

	.cart__remove--text {
		float:none;
		font-size: clamp(0.875rem, 0.717rem + 0.59vw, 1rem);
	}

	.cart-tools textarea {
		width:100%;
	}

	.cart__image {
		max-width:none;
	}

	.cart-table .cart__cell--title {
		font-size: 36px;
	}

	.cart__cell_mobile_only {
		display:block;
	}

	.cart-table .cart__cell--price {
		font-size: clamp(1.5rem, 1.184rem + 1.18vw, 1.75rem);
		border-bottom: 1px #000 solid;
	}

	.cart-table .cart__cell--quantity,
	.cart-table .cart__cell--total,
	.cart-item__variant {
		font-size: 16px;
	}

	.template-cart .qty__input{
		padding: 10px 30px;
		margin-bottom: 10px;
	}

	.cart__row .qty {
		max-width: 130px;
		margin-bottom: 10px;
	}

	.qty__adjust {
		width: 60px;
	}

	.cart__subtotal__title,
	.cart__subtotal__price {
		font-size: 28px;
	}

	.shipping-note {
		text-align: center;
	}

	.cart__buttons__fieldset button,
	.cart__buttons__fieldset a {
		margin: 20px auto;
		display:block;
	}

	/* Style the additional checkout buttons without the access of the button files */
	.shopify-cleanslate ul,
	.shopify-cleanslate li {
		width: clamp(13.125rem, 9.844rem + 12.27vw, 24.563rem);	
	}

	.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate li {
		height: clamp(2.813rem, 2.508rem + 1.14vw, 3.875rem) !important;
	}

	.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate li > div,
	.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate li > iframe {
		height: 100%;
	}

	.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate li,
	.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate li div,
	.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate li iframe {
		border-radius: var(---radius) !important;
	}

	.additional-checkout-buttons .dynamic-checkout__content .shopify-cleanslate ul {
		margin: 0 auto !important;
	}
}

@media only screen and (max-width: 428px) {
	.cart__subtotal__title,
	.cart__subtotal__price {
		font-size: 20px;
	}
}

.contact-banner-txt p {
	font-size: 20px;
}

.contact-questions-sec h5 {
	font-size: 28px;
}

.contact-form-sec input,
.contact-form-sec input::placeholder,
.contact-form-sec textarea,
.contact-form-sec textarea::placeholder {
	font-size: 20px;
}

.form__item--submit button {
	background-color: #A4D7D4;
	border: 2px #A4D7D4 solid;
}

@media only screen and (max-width: 991px) {
	.contact-questions-sec .row{
		display:flex;
		flex-direction: column;
		align-items: center;
	}

	.contact-questions-sec .row > div{
		display: inline-block;
	    white-space: normal;
	    margin: 0 0 40px 0;
		padding: 0;
	}
}

.template-about .icons-row,
.template-about .icons-row,
.template-about-us .icons-row,
.template-about-us-test .icons-row {
	background-color: #fff;
}

.timeline-item-text h4,
.timeline-item-text-no-image h4 {
	font-size:40px;
	margin-top:clamp(0.625rem, 0.446rem + 0.67vw, 1.25rem);
	margin-bottom:clamp(1.25rem, 0.891rem + 1.34vw, 2.5rem);
	font-weight: bold;
}

.timeline-item-text p,
.timeline-item-text-no-image p {
	font-size:24px;
}

@media only screen and (max-width: 767px){
	.timeline-item-text h4,
	.timeline-item-text-no-image h4 {
		font-size:30px;
	}

	.timeline-item-text p,
	.timeline-item-text-no-image p {
		font-size:16px;
	}

	.template-about .about-sec,
	.template-about .about-sec,
	.template-about-us .about-sec,
	.template-about-us-test .about-sec {
		padding-top:0;
		margin-top: 50px;
	}
}

.text-with-image-slideshow .carousel-container {
	justify-content: space-between;
	align-items: center;
	height: clamp(30.625rem, 26.107rem + 16.89vw, 46.375rem);
}

.text-with-image-slideshow .carousel-img {
	width: 988px;
}

.text-with-image-slideshow .carousel-text {
	margin: 0;
	padding: 0;
	width: 517px;
}

.text-with-image-slideshow .carousel-text h2 {
	margin-bottom: 66px;
}

.text-with-image-slideshow .flickity-page-dots .dot {
	opacity: 1;
}

.text-with-image-slideshow .flickity-page-dots .dot.is-selected {
	background-color: #000;
}

@media only screen and (max-width: 1200px){
	.text-with-image-slideshow {
		height: clamp(62.5rem, 29.167rem + 69.44vw, 81.25rem);
	}

	.text-with-image-slideshow .carousel-text h2 {
		margin-bottom: 12px;
	}

	.text-with-image-slideshow .carousel-text {
		text-align: center;
	}

	.text-with-image-slideshow .carousel-container {
		flex-direction: column;
		justify-content: flex-start;
	}

	.text-with-image-slideshow .carousel-img {
		width: 85vw;
	}
	
	.text-with-image-slideshow .carousel-container {
		height: clamp(31.25rem, 10.46rem + 77.72vw, 68.75rem);
	}
}

@media only screen and (max-width: 450px) {
	.template-about .text-with-image-slideshow .carousel-img {
		width: 76vw;
	}
}

@media only screen and (max-width: 767px) {
	.text-with-image-slideshow {
		height: clamp(34.375rem, 23.189rem + 55.93vw, 50rem);
	}

	.text-with-image-slideshow .carousel-text {
		width: 100%;
	}

	.text-with-image-slideshow .carousel-text h2 {
		margin-bottom: 12px;
		margin-top: 45px;
	}
}

.text-bg-images-wrapper h2 {
	margin-top:clamp(5rem, 4.125rem + 4.38vw, 9.375rem);
}

.text-bg-images-wrapper h4{
	font-size: 50px;
	line-height: 50px;
}

.text-bg-images-wrapper p {
	font-size: 22px;
	line-height: 40px;
}
@media only screen and (max-width: 767px){
	.text-bg-images-wrapper p {
		font-size: 16px;
		line-height: 24px;
	}

	.text-bg-images-wrapper h4{
		font-size: 24px;
		line-height: 50px;
	}
}

.text-bg-images-wrapper .content {
	margin-bottom: clamp(6.25rem, 5rem + 6.25vw, 12.5rem);
}

#AboutSec--faq-text-sec a {
	background-color: transparent;
	border: 2px solid #000;
}

#AboutSec--faq-text-sec a:hover,
#AboutSec--faq-text-sec a:focus-within {
	background-color: #A4D7D4;
	border: 2px solid #A4D7D4;
}

.career-page.faq-banner-sec:before {
	content:none;
}

@media (min-width: 992px){
	.template-careers .career-page,
	.template-careers .career-page .wrapper {
		max-height: 69dvh;
	}
}

.career-main h2 {
	text-align: center;
}

.career-wrapper {
	border-bottom: 1px #707070 solid;
	padding-left: clamp(1.875rem, 1.337rem + 2.01vw, 3.75rem);
	padding-right: clamp(1.875rem, 1.337rem + 2.01vw, 3.75rem);
}

.position_container {
	max-width: 1200px;
	margin: 0 auto;
}

.position_container h2 {
	text-align: left;
}

.position_container h3 {
	font-size: 24px;
}

.position_container p {
	font-size: 16px;
}

.position_container_text {
	margin-left: clamp(0.625rem, -0.092rem + 2.68vw, 3.125rem);
	margin-bottom: clamp(3.125rem, 2.229rem + 3.35vw, 6.25rem);
}

@media only screen and (max-width:1450px) {
	.career-main .h1 {
		margin-top: clamp(1.25rem, -1.906rem + 11.8vw, 3.75rem);
	}
}

@media only screen and (max-width:767px) {
	.position_container {
		max-width: 100%;
	}

	.position_container h3 {
		font-size: 16px;
	}

	.career-main .h1 {
		line-height: 1;
		margin-bottom: 45px;
	}
}

@media only screen and (max-width:1199px) {
	.template-wholesale-test .banner--big,
	.template-wholesale .banner--big {
		height: 800px;
	}
	.template-index .soak-school-sec .wrapper{
		padding-bottom: 0px;
	}
}

@media only screen and (max-width:767px) {
	.template-wholesale-test .banner--big,
	.template-wholesale .banner--big {
		height: 650px;
	}
}

.template-wholesale-test .text-bg-images-wrapper,
.template-wholesale .text-bg-images-wrapper {
	grid-template-columns: 1fr 7fr 1fr;
	position:relative;
}

.template-wholesale-test .text-bg-images-wrapper .content,
.template-wholesale .text-bg-images-wrapper .content{
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: left;
	max-width: 1000px;
}

.template-wholesale-test .text-bg-images-wrapper .btn,
.template-wholesale .text-bg-images-wrapper .btn{
	background-color: #A4D7D4;
	border: 2px #A4D7D4 solid;
	margin-bottom: 50px;
}

.template-wholesale-test .section__heading,
.template-wholesale .section__heading{
	font-size: 70px;
}

.text-bg-images-2 img,
.template-wholesale-test .text-bg-images-3 img,
.template-wholesale .text-bg-images-3 img {
	position:absolute;
}

.text-bg-images-2 .left_top_img,
.text-bg-images-2 .left_bottom_img,
.text-bg-images-2 .right_top_img,
.text-bg-images-2 .right_bottom_img {
	width:clamp(12.5rem, 5.288rem + 32.05vw, 43.75rem);
	height: auto;
	max-width: unset;
}

.text-bg-images-2 .left_top_img {
	top: calc(clamp(1.875rem, -0.493rem + 10.53vw, 9.375rem) * -1);
    left: 0;
}

@media (min-width: 1500px){
	.text-bg-images-2 .left_top_img {
		top: calc(clamp(0rem, -66.964rem + 71.43vw, 18.75rem) - 150px);
		left: 0;
	}
}

.text-bg-images-2 .left_bottom_img {
	bottom: 0%;
    left: 0%;
    width: 107vh;
    object-fit: cover;
}

.text-bg-images-2 .right_top_img {
	bottom: 0%;
    right: 0%;
    width: 43vh;
    object-fit: cover;
	height: 100%;
}

.text-bg-images-2 .right_bottom_img {
	bottom: 30px;
	right: 0;
}

.text-bg-images-2 .text-bg-images-wrapper .txt{
	max-width: 50vw;
    margin: 0 auto;
}
@media (max-width:678px){
	.text-bg-images-2 .text-bg-images-wrapper .txt{
		max-width: 100%;
	}
}
.text-bg-images-2 .mobile_img{
	display: none;
}

@media  (max-width: 1110px){
	.text-bg-images-2 .mobile_img{
		display: block;
	}
	.text-bg-images-2 .desktop_img{
		display: none;
	}
	.text-bg-images-2 .left_bg_img.mobile_img .left-top-img {
		top: calc(-1* clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem));
    	left: -6px; 
		width: 33vw;
	}
	.text-bg-images-2 .left_bg_img.mobile_img .left-bottom-img {
		left: -13px;
		bottom: -10px;
	}
	.text-bg-images-2 .mobile_img img{
		width: 42vw;
		max-height: 230px;
		object-fit: contain;
		max-width: 252px;
	}
	.text-bg-images-2 .right_bg_img.mobile_img .right-top-img {
		top: -5px;
		right: 0;
		max-width: 100%;
		width: 66vw;
		object-fit: contain;
		max-height: 100%;
	}
	
	.text-bg-images-2 .right_bg_img.mobile_img .right-bottom-img {
	    bottom: 55px;
		right: 0px;
		max-width: 69vw;
		max-height: 100%;
		object-fit: contain;
		width: 100%;
	}
}
@media (max-width: 756px){
	.text-bg-images-2 .left_bg_img.mobile_img .left-top-img{
		width: 28vw;
	}
}
@media only screen and (max-width: 1023px){
	.text-bg-images-2 .txt {
		padding-bottom: clamp(5rem, 2.159rem + 14.2vw, 11.25rem);
	}
}


.template-wholesale-test .text-bg-images-3 .left_bg_img img,
.template-wholesale .text-bg-images-3 .left_bg_img img {
	width: clamp(16.125rem, 10.6rem + 27.63vw, 43.75rem);
	height: auto;
	left: calc(clamp(0rem, -49.107rem + 52.38vw, 13.75rem) - 220px);
	top: 0;
	max-width: unset;
}

.template-wholesale-test .text-bg-images-3 .right_bg_img img,
.template-wholesale .text-bg-images-3 .right_bg_img img {
	width: clamp(16.125rem, 10.6rem + 27.63vw, 43.75rem);
	height: auto;
	right: calc(clamp(0rem, -49.107rem + 52.38vw, 13.75rem) - 220px);
	bottom: 0;
	max-width: unset;
}

.template-wholesale-test .text-bg-images-wrapper h2,
.template-wholesale .text-bg-images-wrapper h2 {
	margin-top: clamp(4.25rem, 3.533rem + 2.68vw, 6.75rem);
}

.template-wholesale-test .text-bg-images-2 .text-bg-images-wrapper .btn, 
.template-wholesale .text-bg-images-2 .text-bg-images-wrapper .btn,
.template-wholesale-test .text-bg-images-3 .text-bg-images-wrapper .btn, 
.template-wholesale .text-bg-images-3 .text-bg-images-wrapper .btn {
	background-color:transparent;
	border: 2px #000 solid;
}

.template-wholesale-test .text-bg-images-2 .text-bg-images-wrapper .btn:hover, 
.template-wholesale .text-bg-images-2 .text-bg-images-wrapper .btn:hover,
.template-wholesale-test .text-bg-images-3 .text-bg-images-wrapper .btn:hover, 
.template-wholesale .text-bg-images-3 .text-bg-images-wrapper .btn:hover,
.template-wholesale-test .text-bg-images-2 .text-bg-images-wrapper .btn:focus-within, 
.template-wholesale .text-bg-images-2 .text-bg-images-wrapper .btn:focus-within,
.template-wholesale-test .text-bg-images-3 .text-bg-images-wrapper .btn:focus-within, 
.template-wholesale .text-bg-images-3 .text-bg-images-wrapper .btn:focus-within {
	background-color:#000;
}

@media only screen and (max-width: 1300px) {
	.template-wholesale-test .icons-row h2.section__heading,
	.template-wholesale .icons-row h2.section__heading{
		padding-top:clamp(3.125rem, 2.229rem + 3.35vw, 6.25rem);
	}
}

@media only screen and (max-width: 1100px) {
	.template-wholesale-test .text-bg-images-3 .left_bg_img img,
	.template-wholesale .text-bg-images-3 .left_bg_img img {
		left: calc(clamp(7.5rem, 4.459rem + 13.51vw, 13.75rem) * -1);
	}

	.template-wholesale-test .text-bg-images-3 .right_bg_img img,
	.template-wholesale .text-bg-images-3 .right_bg_img img {
		right: calc(clamp(7.5rem, 4.459rem + 13.51vw, 13.75rem) * -1);
	}
}

@media only screen and (max-width: 767px) {
	.template-wholesale-test .section__heading,
	.template-wholesale .section__heading{
		font-size: 36px;
	}

	.template-wholesale-test .text-bg-images-wrapper .content,
	.template-wholesale .text-bg-images-wrapper .content{
		text-align: center;
	}

	.template-wholesale-test .icons-row__slider,
	.template-wholesale .icons-row__slider{
		flex-direction: column;
		align-items: center;
	}
}

.distibutor-contacts-sec details {
	border-bottom: 2px #707070 solid;
}

.distibutor-contacts-sec .wrapper > div:nth-of-type(1) {
	border-top: 2px #707070 solid;
}

.distibutor-contacts-sec .h1 {
	text-align: center;
	margin-top: 20px;
}

.distibutor-contacts-sec p {
	display: block;
	font-size:20px;
}

.distibutor-contacts-sec .distributor_main_area {
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}

.distibutor-contacts-sec .distributor_area {
	font-size: 20px;
}

.distibutor-contacts-sec summary {
	display:flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.distibutor-contacts-sec summary p {
	margin-bottom: 0;
}

.distibutor_contacts_container {
	max-width: 1000px;
	margin: 0 auto;
}

.open_close_sign {
	margin-right: 20px;
}

details .open_close_sign::after {
	content:'+'
}

details[open] .open_close_sign::after {
	content:'-'
}

.distibutor-contacts-sec details .open_close_sign {
	margin-right: 20px;
}

.distibutor-contacts-sec details .open_close_sign::after {
	content:'+'
}

.distibutor-contacts-sec details[open] .open_close_sign::after {
	content:'-'
}

.distibutor_contacts_details {
	margin: 0 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 36px;
}

.distibutor_contacts_details div {
	padding: 20px 25px;
	
}

.distibutor_contacts_title {
	border-bottom: 0.5px #707070 solid;
}

.distibutor_contacts_description {
	border-bottom: 0.5px #707070 solid;
}

.distibutor_contacts_description p {
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px){
	.distibutor-contacts-sec p {
		font-size:16px;
	}

	.distibutor-contacts-sec {
		margin-bottom: 60px;
	}

	.distibutor-contacts-sec .h1 {
		margin-top: clamp(2.813rem, 2.095rem + 2.68vw, 5.313rem);
	}

	.distibutor_contacts_details {
		margin: 0;
		grid-template-columns: 1fr;
		padding-bottom: 36px;
		border-top: none;
		text-align: center;
	}

	.distibutor_contacts_details .distibutor_contacts_title {
		border-bottom: none;
		padding-bottom: 0;
	}

	.distibutor_contacts_details .distibutor_contacts_title p{
		margin-bottom: 10px;
	}
	
	.distibutor_contacts_details .distibutor_contacts_description {
		margin-bottom: 20px;
		padding-top: 0;
	}

	.distibutor-contacts-sec .distributor_main_area,
	.distibutor-contacts-sec .distributor_area {
		font-size: 22px;
	}
}

.article__wrapper {
	max-width: 1030px;
	margin: 0 auto;
}

.article__wrapper p,
.article__wrapper li,
.article__wrapper a,
.article__wrapper span {
	font-size: 20px;
	margin-bottom: 30px;
}

.article__wrapper small {
	font-size: 16px;
}

.article__wrapper .blog-welcome-text {
	font-size: 28px;
	margin-bottom: 0;
}

.article__wrapper h1 {
	margin-bottom: clamp(0.625rem, 0.446rem + 0.67vw, 1.25rem);
}

.article__wrapper h2 {
	font-size: 41px;
}

.article__wrapper h3,
.article__wrapper strong {
	font-size: 32px;
	margin-bottom:20px;
}

.article__wrapper h4 {
	font-size: 32px;
	font-weight: bold;
	color: #09b2c2;
}

.article__wrapper h5 {
	font-size: 20px;
	font-weight: bold;
	font-family: var(---font-stack-body);
}

.article__wrapper h6 {
	font-size: 20px;
	font-weight: bold;
	color: #09b2c2;
	font-family: var(---font-stack-body);
  }

.article__wrapper img {
	width: 100%;
}

.article__wrapper .section-header {
	padding-bottom: clamp(0rem, -0.359rem + 1.34vw, 1.25rem);
}

@media only screen and (max-width: 767px){
	.article__wrapper .blog-welcome-text {
		font-size: 16px;
		margin-bottom: 0;
	}

	.article__wrapper small {
		font-size: 12px;
	}

	.article__wrapper p,
	.article__wrapper li,
	.article__wrapper a,
	.article__wrapper span,
    .article__wrapper h5,
    .article__wrapper h6 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.article__wrapper h3,
	.article__wrapper strong {
		font-size: 24px;
		margin-bottom:10px;
	}

	.article__wrapper h2 {
		font-size: 30px;
	}

	.article__wrapper h4{
		font-size: 24px;
		margin-bottom:10px;
	}
}

.how-it-work-header.faq-banner-sec:before {
	background: url(shape-3.svg) center top no-repeat;
	background-size: 100% auto;
}

.brands-and-friends h2 {
	font-size: 60px;
	text-align: center;
	margin-top: clamp(3.75rem, 2.854rem + 3.35vw, 6.875rem);
}

@media only screen and (max-width: 767px){
	.brands-and-friends h2,
	.template-about #FeaturedCollection--featured-collection-sec .section__heading {
		font-size: 36px;
	}	

  .faq-banner-sec::before,
  .collection-page .banner-inner:before,
  .footer-content.wrapper:before,
  .slide__text-block:after,
  .template-wholesale-application .banner-inner:before,
  .template-get-samples .banner-inner:before,
  .how-it-work-header.faq-banner-sec:before {
    width: 320%;
  }

  .footer-content.wrapper:before,
  .slide__text-block:after,
  .template-get-samples .banner-inner:before,
  .faq-banner-sec::before,
  .template-wholesale-application .banner-inner:before {
    left: auto;
    right: 0;
  }
}

.brands-and-friends p {
	text-align: center;
}

.brand-container {
	width: clamp(7.688rem, 5.35rem + 11.69vw, 19.375rem);	
	background-position:center ;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}

.brand-container a {
	height:100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.brand-container p {
	font-size: clamp(0.875rem, 0.624rem + 0.94vw, 1.75rem);
	margin-bottom: 0;
}

.brands-and-friends-container {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-row-gap:clamp(1.563rem, 0.666rem + 3.35vw, 4.688rem);
	align-items: center;
}

.brands-and-friends-description {
	font-size:24px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px){
	.brands-and-friends-description {
		font-size:16px;
	}
}

.load-more-btn_container{
	display:none;
	justify-content: center;
	margin-top: 50px;
}

.media-sec .load-more-btn_container {
	display: flex;
}

@media only screen and (max-width:1200px){
	.brands-and-friends-container {
		max-width: clamp(25rem, 19.531rem + 15.63vw, 31.25rem);
		margin: 0 auto;
		grid-template-columns: 1fr 1fr;
		place-items: center;
	}

	.load-more-btn_container{
		display:flex;
	}
}

.text-bg-images-4 .left_bg_img,
.text-bg-images-4 .right_bg_img {
	position: relative;
}

.text-bg-images-4 .left_bg_img img,
.text-bg-images-4 .right_bg_img img {
	width:clamp(12.5rem, 5.288rem + 32.05vw, 43.75rem);
	max-width: unset;
	position:absolute;
	height: auto;
}

.text-bg-images-4 .left_bg_img img {
	left: calc(clamp(0rem, -0.288rem + 1.28vw, 1.25rem) - 20px);
	bottom: 0;
	max-width: 25vw;
	min-width: 400px
}


.text-bg-images-4 .right_bg_img img {
	right: calc(clamp(0rem, -0.721rem + 3.21vw, 3.125rem) - 50px);
	top: -9px;
	max-width: 25vw;
	min-width: 400px
}

@media (max-width: 1100px){
	.text-bg-images-4 .left_bg_img img  , .text-bg-images-4 .right_bg_img img {
		min-width: auto;
		max-width: 30vw;
		min-width: 168px;
	}
}

.text-bg-images-4 .text-bg-images-wrapper .content {
    margin-bottom: 70px;
}

.text-bg-images-4 .txt .btn {
	margin-bottom: 160px;
}

.text-bg-images-4 .text-bg-images-wrapper h2 {
	margin-top: 190px;
}

.hiw-row-container {
	display:flex;
	justify-content: center;
}

.hiw-row-container.hiw-row-reverse {
	flex-direction: row-reverse;
}

.hiw-block-container {
	max-width: 960px;
	width: 50%;
}

.hiw-img-container img {
	width: 100%;
}

.hiw-text-container {
	display:flex;
	justify-content: center;
	align-items: center;
}

.hiw-text-content {
	max-width: 600px;
}

.hiw-text-content p {
	font-size:22px;
	line-height: 40px;
}

@media only screen and (max-width: 1300px) {
	.hiw-row-container {
		flex-direction: column;
		width: 100%;
		align-items: center;
	}

	.hiw-row-container.hiw-row-reverse {
		flex-direction: column;
	}

	.hiw-block-container {
		height: clamp(17.75rem, 6.097rem + 58.27vw, 53.438rem);
		max-width: 1300px;
		width: 100%;
		display:flex;
		justify-content: center;
		text-align: center;
		padding-left:clamp(2.5rem, 0.648rem + 9.26vw, 3.125rem);
		padding-right:clamp(2.5rem, 0.648rem + 9.26vw, 3.125rem);
	}

	.hiw-img-container img {
		width: auto;
		height: clamp(17.75rem, 6.097rem + 58.27vw, 53.438rem);
		object-fit: contain;
	}
}

@media only screen and (max-width: 767px){
	.hiw-text-content h2 {
		font-size:36px;
	}
	.hiw-text-content p {
		font-size:16px;
		line-height: 24px;
	}
}

.blog-wrapper .faq-banner-txt .soak-logo {
	width:max(367px,min(650px, 39.063vw));
}

.blogs-link {
	font-size: 24px;
}

.blog-wrapper .blog-tag>a, 
.blog-wrapper .blog-tag__current {
	font-size: 16px;
}

.blog-post__item h3 {
	font-size: 35px;
    line-height: 1.1;
}

.ss-cta-sec .about-txt h2 {
	font-size: 55px;
}

.ss-cta-sec .about-txt p {
	font-size: 24px;
}

.ss-cta-sec.about-sec .about-txt {
	max-width: 650px;
}

@media only screen and (max-width: 767px){
	.ss-cta-sec .about-txt h2 {
		font-size:36px;
	}

	.ss-cta-sec .about-txt p {
		font-size: 16px;
	}

	.template-blog .blog-wrapper .wrapper--small {
		width: 100%;
	}

	.template-blog .ss-cta-sec {
		height: 630px;
		display: flex;
		align-items: center;
	}

	.blog-tags-list {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: scroll;
	}
	
	.blog-tags-list::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}
	.blog-tags-list::-webkit-scrollbar-thumb {
		background-color: #ccc;
		border-radius: 3px;
	}
	.blog-tags-list::-webkit-scrollbar-track {
		background-color: #f1f1f1;
	}
	
	.blog-tags-list {
		scrollbar-width: thin;
	}
	.blog-tags-list::-webkit-scrollbar-thumb {
		background-color: #ccc;
		border-radius: 3px;
	}
	.blog-tags-list::-webkit-scrollbar-track {
		background-color: #f1f1f1; /* Color of the track */
	}

	.blogs-link {
		font-size: 18px;
	}

	.blog-wrapper .blog-tag>a, 
	.blog-wrapper .blog-tag__current {
		font-size: 14px;
        line-height: 120%;
        height: 100%;
        min-width: 140px;
        align-items: center;
        justify-content: center;
        display: flex;
        padding-inline: 6px;
        width: 100%;
	}

	.blog-post__item h3 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 428px){
	.blog-wrapper .faq-banner-txt .soak-logo {
		width:clamp(17.125rem, -0.097rem + 86.11vw, 22.938rem);
	}
}

.vip-store-container-title h2{
	font-size: 30px;
	color:#606163;
	display:flex;
	height: 62px;
	justify-content: center;
	align-items: center;
	margin-right: clamp(1.25rem, -0.586rem + 3.09vw, 3.125rem);
	margin-bottom: 0;
	width: 200px;
}

.vip-store-container {
	display:flex;
	border-bottom: 1px #000 solid;
	justify-content: center;
}

.vip-store-container-stores {
	display:flex;
	flex-wrap: wrap;
}

.vip-store-container-stores a {
	width: 33.33%;
	display:flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: clamp(2.5rem, 2.141rem + 1.34vw, 3.75rem);
}

@media only screen and (max-width: 1500px){
	.vip-store-container-stores a {
		width: 33%;
	}
}

@media only screen and (max-width: 1200px){
	.vip-store-container-stores a {
		width: 50%;
	}
}

.vip-store-container-stores p {
	color: #606163;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 0;
}

.vip-store .load-more-btn_container{
	display:none;
}

@media only screen and (max-width: 950px){
	.vip-store-container,
	.vip-store-container-stores {
		flex-direction: column;
		align-items: center;
	}

	.vip-store-container-title h2 {
		margin-right: 0;
		margin-bottom: clamp(1.25rem, 0.712rem + 2.01vw, 3.125rem);
	}

	.vip-store-container-stores a {
		margin-right: 0;
	}

	
	.vip-store .load-more-btn_container{
		display:flex;
		margin-top: 0;
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px){
	.vip-store-container-title h2 {
		font-size: 22px;
	}
	.online-store h2 {
		padding-top: 50px!important;
	}
	.online-store-main {
		padding-bottom: 50px!important;
	}
}

.online-store {
	background-color: #F6EEE1;
}

.online-store h2 {
	text-align: center;
	padding-top:clamp(1.25rem, 1.071rem + 0.67vw, 1.875rem);
}

.online-store-main {
	display:flex;
	padding-bottom: clamp(1.25rem, 1.071rem + 0.67vw, 1.875rem);
}

.online-store-image-container,
.online-store-stores {
	width: 50%;
}

.online-store-stores .online-store-group {
	max-width: 631px;
	border-top: 1px #000 solid;
}

.online-store-stores .online-store-group:last-child {
	border-bottom: 1px #000 solid;
}

.online-store-image {	
	max-width: 506px;
	width: 26.354vw;
	min-width: 361px;
	max-height: 548px;
	height: 28.541vw;
	min-height: 390px;
}

.online-store-stores summary p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	padding: 27px 0;
}

.online-store-name,
.online-store-address {
	font-size: 18px;
}

.online-store-name {
	margin-bottom: 7px;
}

.online-store-address {
    display: block;
	margin-bottom: max(12.5px, min(27.5px, 1.432vw));
    color: #707070;
}

.online-store-address:hover {
	color: #000;
}

.online-store-stores summary {
	display:flex;
	justify-content: space-between;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}

.online-store-stores details .open_close_sign {
	margin-right: 20px;
}

.online-store-stores details .open_close_sign::after {
	content:'+'
}

.online-store-stores details[open] .open_close_sign::after {
	content:'-'
}

.online-store-image-container {
	display: flex;
	justify-content: flex-end;
	padding-right: min(60px, 3.125vw);
}

@media only screen and (max-width: 1024px) {
	.online-store-main {
		flex-direction: column;
		align-items:center;
	}

	.online-store-image-container,
	.online-store-stores {
		width: 100%;
	}

	.online-store-image-container {
		padding-right: 0;
		justify-content: center;
	}
	.online-store-stores{
		margin-top: 40px;
		display:flex;
		flex-direction: column;
		align-items: center;
	}
	.online-store-stores details {
		width: 100%;
	}
	.online-store-address {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.online-store-stores summary p {
		font-size: 16px;
		line-height: 24px;
	}

	.online-store-name,
	.online-store-address {
		font-size: 14px;
	}
}

@media only screen and (max-width: 428px) {
	.online-store-image-container {
		width: 100%;
	}
	.online-store-image {
		width: 100%;
		height:91.121vw;
		min-width: 0;
		min-height: 0;
	}
}

#PageContainer .logo-list.media-logo-list {
	background-image: none;
	margin: 200px 30px 70px;
	/* border-bottom: 1px #000 solid; */
	padding-top: 0;
    padding-bottom: 0;
}

#PageContainer .logo-list.media-logo-list .logo-list__slide {
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px){
	#PageContainer .logo-list.media-logo-list {
		margin:0 30px 100px;
	}
	#PageContainer .logo-list.media-logo-list .logo-list__slide {
		margin-bottom: 50px;
	}

	#PageContainer .logo-list.media-logo-list .logo-list__slide:last-child {
		margin-bottom: 20px;
	}
}

.mobile-menu.mobile-menu-drawer svg {
	height: 20px;
}

/* #shopify-section-slideshow .flickity-viewport {
	height:clamp(50rem, 35.744rem + 22.3vw, 62.5rem) !important;
} */

#shopify-section-slideshow .flickity-viewport {
	height: 1000px !important;
}

#Slideshow--slideshow .item,
#Slideshow--slideshow .item--slideshow-0,
.original-height .slide__image__container{
	height: 1000px;
}

@media only screen and (max-width: 1199px){
	#shopify-section-slideshow .flickity-viewport {
		height: 1100px !important;
	}
	
	#Slideshow--slideshow .item,
	#Slideshow--slideshow .item--slideshow-0,
	.original-height .slide__image__container{
		height: 1100px;
	}

	.template-about #FeaturedCollection--featured-collection-sec{
		padding-bottom: 0px;
	}
}

@media only screen and (max-width: 767px){
	#shopify-section-slideshow .flickity-viewport {
		height: 800px !important;
	}
	
	#Slideshow--slideshow .item,
	#Slideshow--slideshow .item--slideshow-0,
	.original-height .slide__image__container{
		height: 800px;
	}
}

.csb-widget h4[expand = true] .btn-plus:before {
	width: 0;
}

.featured-video-section h2 {
	font-size: 70px;
}

@media only screen and (max-width: 767px){
	.featured-video-section h2 {
		font-size: 36px;
	}
}

.collection__header .header-cta-wrap:last-child a {
	background-color: transparent;
	border: 2px #000 solid;
	margin-top: 30px;
}

.collection__header .header-cta-wrap {
	margin-left: 0;
}

.template-about .collection__header .header-cta-wrap:last-child a,
.template-about .collection__header .header-cta-wrap:last-child a {
	background-color: #A4D7D4;
	border: 2px #A4D7D4 solid;
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.template-contact .contact-questions-sec .section__heading,
	.template-contact .form__item .section__heading {
		font-size: 36px;
		line-height: normal;
	}
}

/* Store-map style */
#storemapper .strmpr-search .strmpr-search-button {
	border-radius: 0;
}

#storemapper .strmpr-dropdown .strmpr-dropdown-button {
	font-size: 12px;
}
/* Store-map style END */

/* Instafeed style */
.instagram-sec #insta-feed {
    padding: 0 !important;
}

.instagram-sec #insta-feed > div:hover .slider-arrow,
.instagram-sec #insta-feed > div:focus-within .slider-arrow {
	opacity: 1;
}

.instagram-sec #insta-feed .slider-arrow, 
.instagram-sec .instafeed-shopify .slider-arrow {
	width: 60px;
    height: 60px;
	padding-top: 15px;
}

.instagram-sec #insta-feed a[style="left:5px;"]{
	left: clamp(0rem, -1.5rem + 3.13vw, 2.25rem) !important;
}

.instagram-sec #insta-feed a[style="right:5px;"]{
	right: clamp(0rem, -1.5rem + 3.13vw, 2.25rem) !important;
}

@media only screen and (max-width: 767px){
	#insta-feed .instafeed-container, 
	.instafeed-shopify .instafeed-container {
		width: 50% !important;
		padding-top: 50% !important;
	}

	.instagram-sec #insta-feed .slider-arrow, 
	.instagram-sec .instafeed-shopify .slider-arrow {
		opacity: 0;
	}

	.instagram-sec #insta-feed > div:hover .slider-arrow,
	.instagram-sec #insta-feed > div:focus-within .slider-arrow {
		opacity: 1;
	}
}
/* Instafeed style END*/
.reviews-and-questions .tabs{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.reviews-and-questions .tablinks {
	width: 231px;
	text-align: center;
	font-size: 20px;
	line-height: 65px;
	border: 2px solid #000000;
	border-radius: 32px;
	margin-left: 14px;
}

.reviews-and-questions .questions-container {
	border: 1px #707070 solid;
	height: 484px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reviews-and-questions .exist-questions,
.reviews-and-questions .more-questions {
	width: 50%;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 32px;
	text-align: center;
}

.reviews-and-questions .exist-questions {
	border-right: 1px #707070 solid;
}

.reviews-and-questions .btn--primary {
	background-color: transparent;
	border: 2px solid #000;
}

.reviews-and-questions a:hover,
.reviews-and-questions button:hover {
	background-color: #A3D7D4;
	border: 2px #A3D7D4 solid;
	color:#fff;
}

@media only screen and (max-width: 767px){
	.reviews-and-questions {
		padding-bottom: 30px;
	}

	.reviews-and-questions .tabs{
		justify-content: center;
	}

	.reviews-and-questions .tablinks {
		width: 177px;
		font-size: 14px;
		line-height: 43px;
		margin-left: 9px;
	}

	.reviews-and-questions .tablinks:first-child {
		margin-left: 0;
	}

	.reviews-and-questions .exist-questions, 
	.reviews-and-questions .more-questions {
		font-size: 20px;
	}

	.reviews-and-questions .questions-container {
		height: 400px;
		flex-direction: column;
	}

	.reviews-and-questions .exist-questions {
		border-right: none;
		border-bottom: 1px #707070 solid;
	}
}

#shopify-section-blog-template .blogs-container {
	font-family: var(---font-stack-heading);
	text-align: center;
}


.hiw-block-container {
	height: auto;
}

@media only screen and (max-width: 1299px){
	.hiw-text-content h2 {
		margin-top: 90px;
	}

	.hiw-text-content p {
		margin-bottom: 90px;
	}
}

.text-bg-images-5 .text-bg-images-wrapper {
	position: relative;
}

.text-bg-images-5 .text-bg-images-wrapper p {
	font-weight: bold;
}

.text-bg-images-5 img {
	width: clamp(16.125rem, 10.6rem + 27.63vw, 43.75rem);
	position: absolute;
}

.text-bg-images-5 .left_bg_img .left-top-img {
	top: calc(-1 * clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem));
	left: calc(clamp(0rem, -1.25rem + 6.25vw, 6.25rem) + -100px);
}

.text-bg-images-5 .left_bg_img .left-bottom-img {
	bottom:calc(10px - clamp(0rem, -0.625rem + 3.13vw, 3.125rem));
	left: calc(-1 * clamp(1.875rem, 1.337rem + 2.01vw, 3.75rem));
}

.text-bg-images-5 .right_bg_img .right-top-img {
	top: calc(-50px + clamp(0rem, -0.625rem + 3.13vw, 3.125rem));
	right: calc(-60px + clamp(0rem, -0.75rem + 3.75vw, 3.75rem));
}

.text-bg-images-5 .right_bg_img .right-bottom-img {
	bottom: calc(10px - clamp(0rem, -0.75rem + 3.75vw, 3.75rem));
	right:calc(clamp(0rem, -1.255rem + 4.69vw, 4.375rem) - 70px);
}

.template-index {
	overflow-x: hidden;
}

.mobile_img{
	display: none;
}

.template-product .about-sec .about-txt,
.faq-text-sec .about-txt {
	width: min( 33.85vw, 650px);
}

@media only screen and (max-width: 991px){
	.template-product .about-sec .about-txt{
		text-align: center;
		width: 100%;
	}
	.desktop_img{
		display: none;
	}
	.mobile_img{
		display: block;
	}
	.text-bg-images-5 .left_bg_img.mobile_img .left-top-img {
		top: calc(-1 * clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem));
		left: 0px;  
	}
	
	.text-bg-images-5 .left_bg_img.mobile_img .left-bottom-img {
		left: 0px;
		bottom: -40px;
	}
	.text-bg-images-5 .mobile_img img{
		width: 48vw;
		max-height: 230px;
		object-fit: contain;
		max-width: 250px;
	}
	.text-bg-images-5 .right_bg_img.mobile_img .right-top-img {
		top: -24px;
    	right: 0px;
	}
	
	.text-bg-images-5 .right_bg_img.mobile_img .right-bottom-img {
		bottom: -80px;
		right: -60px;
	}
	.ft-social h5, .ft-social-wrap h5{
		margin-bottom: 18px;
	}
	.footer-content.wrapper .newsletter-widget > p{
		display: flex;
		max-width: 316px;
		margin: 0 auto;
		padding: 0px;
		padding-bottom: 43px;
		background: url(icon-7.svg) 50% 87% no-repeat;
	}
	.site-footer{
		padding-bottom: 24px;
	}
	.footer-content.wrapper .newsletter-widget input[type=email]::placeholder{
		font-weight: 700;
		text-align: left;
	}
	.footer-content.wrapper .newsletter-widget button{
		font-weight: 700;
	}
}

.carousel--active .carousel__item{
	/* margin-right: var(--gutter); */
}

@media only screen and (max-width: 767px) {
	.carousel--active .carousel__item{
		/* margin-right: calc(var(--gutter) / 2); */
	}
}

.template-about .text-with-image-slideshow,
.template-about .text-with-image-slideshow {
	background-color: #F6EEE1;
}

/* Homepage Slideshow Video */
.slideshow_video_container {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
}
@media (min-width: 1800px){
	.slideshow_video{
		width: 100%;
		object-fit: cover;
	}
}
@media (max-width: 768px){
	.slideshow_video{
		width: 100%;
		object-fit: cover;
	}
}
/* END Homepage Slideshow Video */
/* Featured Collection not carousel  */
.feature-collection__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (min-width: 1320px){
	.feature-collection__container .product-grid-item {
		width: clamp(8.813rem, -0.021rem + 18.4vw, 22.063rem);
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1319px) {
	.feature-collection__container .product-grid-item {
		width: clamp(8.813rem, -0.021rem + 18.4vw, 22.063rem);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.feature-collection__container .product-grid-item {
		width: clamp(8.813rem, -0.021rem + 18.4vw, 22.063rem);
	}
}

@media only screen and (max-width: 767px) {
	.feature-collection__container {
		flex-wrap: wrap;
	}

	.feature-collection__container .product-grid-item {
		width: clamp(7.813rem, -1.807rem + 48.1vw, 21.25rem);
	}
}
/* END Featured Collection not carousel  */
/* Store locator map */
.strmpr-dropdown .strmpr-dropdown-button {
	min-width: unset;
}

#storemapper * {
	border-radius: 0;
}

#storemapper.strmpr-layout-horizontal {
	grid-template-columns: 435px auto;
}

#storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-url {
	margin-bottom: 5px;
}

#storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-bucket-general .strmpr-field-directions {
	margin-bottom: 0;
}

#storemapper .strmpr-search-results .strmpr-search-result .strmpr-field-show-on-map{
	margin: 0;
}
/* END Store locator map */
/* List collection carousel padding settings */
.list-collections-section .heading-sec {
	width: 100%;
    max-width: calc(620px + 2 * clamp(1.875rem, 0.058rem + 8.08vw, 9.75rem));
    margin: 0px auto;
    padding-top: var(--gutter);
	padding-left: clamp(1.875rem, 0.058rem + 8.08vw, 9.75rem);
    padding-right: clamp(1.875rem, 0.058rem + 8.08vw, 9.75rem);
}
.list-collections-section .carousel__container {
	padding-left: clamp(1.875rem, 0.058rem + 8.08vw, 9.75rem);
	padding-bottom: var(--gutter);
	width: 100%;
    margin: 0px auto;
}

.list-collections-section .carousel .flickity-prev-next-button.previous{
	left: calc(var(--gutter) / 2 - clamp(1.875rem, 0.058rem + 8.08vw, 9.75rem));
}
/* List collection carousel padding settings END*/ 
.text-bg-images .text-bg-images-wrapper {
	position: relative;
}
.text-bg-images img {
    width: clamp(16.125rem, 10.6rem + 27.63vw, 43.75rem);
    position: absolute;
}

.text-bg-images .left_bg_img .left-top-img {
	top: 0;
	left: 0;
}

.text-bg-images .left_bg_img .left-bottom-img {
	bottom: 0;
	left: 0;
}

.text-bg-images .right_bg_img .right-top-img {
	top: 0;
	right: 0;
}

.text-bg-images .right_bg_img .right-bottom-img {
	bottom: 0;
	right: 0;
}

.pagination:empty {
    display: none;
}

.varaitn_rt_desc.hidden {
	display: none;
}

.varaitn_rt_desc .metafield-rich_text_field p {
	font-size: 1rem;
}

/* More Custom */
.collection__products .grid{
	row-gap: 62px;
}
@media (max-width: 991px){
	.collection__products .grid{
		row-gap: 50px;
	}
}

:root{
	--oke-stars-foregroundColor: black !important;
}
.template-collection .oke-stars svg {
	height: 10px;
}
.template-collection .oke-sr-count{
	font-size: 10px;
}

@media (min-width: 1024px){
	.template-about-us #FeaturedCollection--featured-collection-sec{
		padding-top: 0px;
	}
}

@media (min-width: 768px){
	.template-about-us .brands-and-friends h2{
		margin-top: 0px;
	}
}

.note.form-success{
	font-size: 18px;
}
@media (max-width: 768px){
	.note.form-success{
		font-size: 16px;
	}	
	.template-about .instagram-sec{
		padding-top: 32px;
	}
}
#media #InstagramSec--instafeed-section{
	padding-top: 0px;
}
@media (min-width: 769px){
	#media #PageContainer .logo-list.media-logo-list{
		margin: 0px;
	}
}

.template-how-it-works .text-bg-images-4 img{
	display: none;
}




@media only screen and (max-width: 768px){
	.testimonials__slider .flickity-prev-next-button.previous {
		right: 40px;
		width: 40px;
		height: 40px;
	}
	.testimonials__slider .flickity-prev-next-button.next {
		right: 40px;
		width: 40px;
		height: 40px;
	}
}
@media only screen and (max-width: 479px){
	.testimonials__slider .flickity-prev-next-button.next{
		right: 10px;
	}
	.testimonials__slider .flickity-prev-next-button.previous{
		left: 10px;
	}
}
@media (max-width: 1199px){
	#section-2 .wrapper{
		background-color: #f5926d;
	}
}
@media (min-width: 1200px){
	.soak-school-sec.product-scents , .soak-school-sec.soak-101-sec{
		padding-bottom: 250px;
	}
	.template-product .soak-school-sec.product-scents{
		padding-bottom: 0px; 
	}
	.template-how-it-works .soak-school-sec.product-scents{
		padding-bottom: 0px;
	}
	#section-2 .wrapper{  
		padding-block: 5% !important;
		margin-top: -300px;
		z-index: 2;
		position: relative;
	}
}

.pdp_sku{
	font-weight: 700;
	font-size: 1rem!important;
}
 

.template-index #FeaturedCollection--featured-collection .carousel--active{
	width: 100% !important;
}

.template-index #FeaturedCollection--featured-collection .carousel__container{
	overflow: visible;
}

/* .template-wholesale .text-bg-images-2 p , .template-wholesale .text-bg-images-3 p {
	text-align: center;
} */

.text-bg-images-wrapper p{
	text-align: center;
}


/* Adding this due to the fact we disabled images for this section */
.text-bg-images-4 .text-bg-images-wrapper{
    grid-template-columns: 15% 1fr 15%;
}

section[data-section-type="featured-collection"] .product-grid-item__variant_title {
	display: none;
}
