/** Shopify CDN: Minification failed

Line 378:1 Unexpected "{"
Line 873:40 Unexpected "{"
Line 1406:18 Expected identifier but found whitespace
Line 1406:19 Unexpected "50px"

**/
/*

Please add any custom CSS code in here, it will be easier to transfer if updating themes.

We highly recommend labelling changes, or App installs, so these can also be updated or removed as needed.

*/
.nav-pills > li > .header-link,
.nav-pills > li.dropdown > .mega-menu--dropdown-wrapper > .header-link > .nav-label{
  color: transparent!important;
}
.nav-pills > li.dropdown > .mega-menu--dropdown-wrapper > .header-link > svg{
  stroke: none!important;
}
#shopify-section-template-journal #shopify-code-section--template-journal{
  margin-bottom: 40px;
}
.mobile-menu-main .Meteor-Drawer__Header a{
  pointer-events: none;
}
.Meteor-Drawer .Meteor-Drawer__Header{
  grid-template-columns: 3em 1fr!important;
}
.Meteor-Drawer .Meteor-Drawer__Header a{
  margin-left: 0!important;
}
/** METEOR MEGA MENU **/
.meteor-menu[data-meteor-template=tidal] .m-title:after{
  content: none!important;
}

.comments,
.social-sharing,
.comment-form{
  max-width: 768px;
    margin: 15px auto;
}
.comments,
.comment-form{
  padding-top: 1.25rem;
  margin-top: 2.6rem;
  border-top: 1px solid #ededed;
}
.grid--blog{
  row-gap: 1rem!important;
}
.grid-item-stars .jdgm-prev-badge{
  text-align: center;
}
.after-vendor-reviews{
    display: block!important;
    margin-top: -13px!important;
}
#shopify-section-header{
  position: relative;
  z-index: 4;
}
.remove-border{
  border: 0!important;
}

.pagination{
  align-items: center;
}
.pagination span{
    display: inline-block;
    color: #3f3b3f;
      padding: 10px 10px 13px;
    line-height: 1;
}
.pagination span.current{
    background: #3f3b3f;
    color: #f3f3f3;
}
.pagination span a{
  color: inherit;
}
.header-wrapper .logo-placement-within-wrapper__item{
  flex: 0 1 auto;
}
header#site-header {
    padding: 15px 0;
}
.header-wrapper.unstuck {
    margin-bottom: 0 !important;
}
.dropdown-menu.dropdown-menu--standard li{
  padding: 5px 15px;
}
.dropdown-menu.dropdown-menu--standard li a{
  font-weight: 400;
  font-size: 14px;
}
.slideshow--full-screen ul.slides li, .slideshow--full-screen {
    max-height: 80vh;
    overflow: hidden;
}
header.page-head {
    margin-bottom: 70px;
}
@media (max-width: 480px){
  header.page-head{
    margin-bottom: 10px;
  }
}
.shopify-policy__title,
.page-head,
.template-collection .page-head{
  background: url(/cdn/shop/files/self-cared-category-background.jpg) left center/cover no-repeat;
}
body section h1, body section h2, body section h3, body section h4 {
    line-height: 1.1 !important;
}

h2.slideshow-fade-content {
    line-height: 1 !important;
}
section .left, .section-cust .left{
	text-align:left;
}
section .center, .section-cust .center{
	text-align:center;
}
section .right, .section-cust .right{
	text-align:right;
}
.jdgm-rev-widg__summary-text.jdgm-all-reviews__summary-text--verified{
  display: none!important;
}
#site-header svg, .sticky-header-wrapper svg {
    stroke: #e0be93;
    stroke-width: 3px;
}

#pageheader-h1 {
	font-size:60px;
    font-family: acumin-pro-extra-condensed,sans-serif;
    font-weight: 700;
    font-style: normal;
	margin-bottom:20px;
}

#shopify-section-1659432238c3a2f163 .homepage-sections-wrapper{
  padding: 0;
}
#shopify-section-16594322705acb41a0 .homepage-sections-wrapper{
  padding: 15px 0 0;
}
#shopify-section-1660549999a21845b6 .homepage-sections-wrapper{
  padding: 0 0 15px;
}

div#shopify-section-16581260075e933207 .title-bar {
    margin-bottom: 0px;
}

.list-collection-page .list-collection-page__title{
  font-size: var(--heading-font-size);
    font-family: var(--heading-base);
    font-family: 'acumin-pro-condensed';
    font-size: var(--heading-font-size);
    line-height: var(--heading-line-height);
    text-transform: var(--header-font-transform);
    letter-spacing: var(--header-letter-spacing);
    font-weight: var(--header-font-weight);
    font-style: var(--header-font-style);
}
/** BADGES **/
.badge.badge-preorder{
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    font-size: 14px;
    font-weight: 400;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    padding: 10px;
    white-space: normal;
    position: absolute;
    z-index: 3;
    left: -10px;
    top: -10px;
    color: #fff;
    line-height: 1.3;
  text-transform: lowercase;
}
body:not(.template-product) .badge.badge-preorder{
  font-size: 12px;
  width: 50px;
  height: 50px;
}
/** PAGE HEADERS **/
.sr-only{
  display: none;
}
.page-header{
  background: #f1eee9;
}
.page-description{
  color: #e0be93;
  line-height: 1.2;
  margin-top: 2rem; 
}
.line-2,
.line-1{
  margin-bottom: 0;
}
.line-3 .bar-text,
.line-2 .bar-text,
.line-1 .bar-text{
  color: #e0be93;
  line-height: 1;
  font-weight: 900;
  font-size: 3rem;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
  padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-transform: uppercase;
}
.line-3 .bar-text{
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 10%, rgba(249,244,238,1) 10%, rgba(249,244,238,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
.line-2 .bar-text{
  color: #3f3b3f;  
}
.page-header .header-content{
  background: url(/cdn/shop/files/self-cared-putting-myself-first.jpg?v=1659063946) center center/cover no-repeat;;
  display: flex;
  flex-direction: column;
  padding: 10% 20px; 
  justify-content: center;
  align-items: flex-start;
}
.header-graphic{
  display: none;
}
/* KLAVIYO FORMS */
.klaviyo-form{
  
}
@media (min-width: 768px){
  .page-header .header-content{
    padding: 10% 15%;
  }
}
@media (min-width: 992px){
  .page-header{
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 690px;
  }
  .page-description{
    font-size: 2.5rem; 
  }
  .header-graphic{
    height: 100%;
    display: block;
  }
  .header-graphic img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .line-2 .bar-text,
  .line-1 .bar-text{
    font-size: 4rem;
  }
}
@media (min-width: 1024px){
  .line-2 .bar-text,
  .line-1 .bar-text{
    font-size: 3.5rem;
  }
  
}
@media (min-width: 1400px){
  .line-2 .bar-text,
  .line-1 .bar-text{
    font-size: 4.5rem;
  }
}
@media (min-width: 1500px){
  .line-2 .bar-text,
  .line-1 .bar-text{
    font-size: 5.2rem;
  }
}
@media (min-width: 1700px){
  .line-2 .bar-text,
  .line-1 .bar-text{
    /* font-size: 7rem; */
    font-size: 6rem;
  }
}
@media (min-width: 1900px){
  .line-2 .bar-text,
  .line-1 .bar-text{
    font-size: 7rem;
    /* font-size: 6rem; */
  }
}
/** END OF PAGE HEADERS **/
/*** side by side flex**/
.side-by-side {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    position: relative;
    overflow: hidden;
    align-items: center;
}
.side-by-side .colside-left, .side-by-side .colside-right {
    padding: 0px;
}
.side-by-side img {
    max-width: 100%;
}

/** BLOG CONTENT **/
.article__entry-content.entry-content{
  max-width: 768px;
  margin: 15px auto;
}

/* about page*/

#about-page p,
#about-page li,
#about-page ul{
/*   font-size: 18px; */
  line-height: 1.3;
}
.hearts-list{
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0 auto;
    grid-gap: 24px;
}
.hearts-list li{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.hearts-list li div{
      width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #f00;
  padding: 40px 20px;
  background: #F9F4EE;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hearts-list li:nth-child(2) div,
.hearts-list li:nth-child(6) div,
.hearts-list li:nth-child(10) div{
  background: #F3F3F3;
}{
  background: #F3F3F3;
}
.hearts-list li:nth-child(7) div,
.hearts-list li:nth-child(3) div,
.hearts-list li:nth-child(11) div{
  background: #F1EEE9;
}
.hearts-list li:nth-child(8) div,
.hearts-list li:nth-child(4) div,
.hearts-list li:nth-child(12) div{
  background: #E2E9EF;
}
.hearts-list li:nth-child(9) div,
.hearts-list li:nth-child(5) div{
  background: #F9F4EE;
}
.hearts-list li div:before{
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background: url('/cdn/shop/files/self-cared-heart-icon.png') center center/contain no-repeat;
}
#nathalie-39-s-story blockquote{
  border: 0;
  padding: 50px 30px;
}


.image-bar .image-bar--description p a, body p a strong, body p a, .featured-row__subtext p a, section.homepage-sections-wrapper.homepage-sections-wrapper--light .blog--read-more a {
    color: #c7bcad;
  text-decoration:none;
}
.featured-row__subtext p a {
    text-decoration: none!important;
    position: relative;
 
}
.featured-row__subtext.textarea a {
    color: #E1A697 !important;
}
.klaviyo-form button[type=button]{
  text-transform: uppercase;
  background: transparent!important;
  color:#3f3b3f!important;
  border-radius: 0!important;
  padding: 0 25px!important;
  height: 30px!important;
  font-size: 16px!important;
}

.klaviyo-form input{
/*   height: 58px!important; */
  height: 34px!important;
  font-size: 14px!important;
  border-radius: 0!important;
  color:#3f3b3f!important;
  border-color: #3f3b3f!important;
  background: none!important;
  font-family: acumin-pro,sans-serif!important;
}
.klaviyo-form ::placeholder{
  font-family: acumin-pro,sans-serif!important;
  font-size: 14px!important;
}
.klaviyo-form button[type=button],
input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary,
.spr-summary a.spr-summary-actions-newreview,
a.btn, .btn, .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    font-family: acumin-pro-condensed,sans-serif!important;
    font-weight: 800 !important;
    padding: 5px 10px;
    border: 2px solid #3f3b3f!important;
	color:#3f3b3f;
}
.klaviyo-form button[type=button]:hover,
.klaviyo-form button[type=button]:focus,
input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:hover,
input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:focus,
.spr-summary a.spr-summary-actions-newreview:hover,
.spr-summary a.spr-summary-actions-newreview:focus,
a.btn:hover, .btn:hover, .btn:hover:not([disabled]), .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover, .shopify-payment-button__button.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: #3f3b3f !important;
    color: #fff !important;
}

.slider-block--image--slideshow-0 .slider-caption .btn:focus, .slider-block--image--slideshow-0 .slider-caption .btn:hover {
    background-color: #3f3b3f !important;
    color: #fff !important;
}

body .btn:not(.secondary-button).focus-visible, body .btn:not(.secondary-button):focus, body .btn:not(.secondary-button):focus-visible, body button:not([id^=wetheme-dropdown]):not(.secondary-button):not(.alt-focus).focus-visible, body button:not([id^=wetheme-dropdown]):not(.secondary-button):not(.alt-focus):focus, body button:not([id^=wetheme-dropdown]):not(.secondary-button):not(.alt-focus):focus-visible, body input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary.focus-visible, body input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:focus, body input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:focus-visible, body input[type=submit].focus-visible, body input[type=submit]:focus, body input[type=submit]:focus-visible {
color:#fff!important
}

body .btn:not(.secondary-button).hover-visible, body .btn:not(.secondary-button):hover, body .btn:not(.secondary-button):hover-visible, body button:not([id^=wetheme-dropdown]):not(.secondary-button):not(.alt-hover).hover-visible, body button:not([id^=wetheme-dropdown]):not(.secondary-button):not(.alt-hover):hover, body button:not([id^=wetheme-dropdown]):not(.secondary-button):not(.alt-hover):hover-visible, body input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary.hover-visible, body input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:hover, body input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary:hover-visible, body input[type=submit].hover-visible, body input[type=submit]:hover, body input[type=submit]:hover-visible {
color:#fff!important
}
input.spr-button.spr-button-primary.button.button-primary.btn.btn-primary{
  font-size: 16px!important;
}
.sold-out-notification #contact_form #notify-me-wrapper .notify-me_submit .btn{
    letter-spacing: 2px;
    line-height: 1;
    padding: 6px 30px;
    text-transform: uppercase;
}

.homepage-sections-wrapper--accent .btn:not(.secondary-button), .homepage-sections-wrapper--accent .shopify-payment-button__button {
    background: transparent;
    color: #3f3b3f!important;
}

.homepage-sections-wrapper--accent .btn:not(.secondary-button):active, .homepage-sections-wrapper--accent .btn:not(.secondary-button):focus, .homepage-sections-wrapper--accent .btn:not(.secondary-button):hover, .homepage-sections-wrapper--accent .btn:not(.secondary-button):hover:not([disabled]), .homepage-sections-wrapper--accent .shopify-payment-button__button:active, .homepage-sections-wrapper--accent .shopify-payment-button__button:focus, .homepage-sections-wrapper--accent .shopify-payment-button__button:hover, .homepage-sections-wrapper--accent .shopify-payment-button__button:hover:not([disabled]) {
    background: transparent;
    color: #fff!important;
}

.mega-menu-block .h4, .nav-pills, .notification-bar__message p {
    font-family: acumin-pro,sans-serif;
    font-weight: 600;
}

ul.nav.nav-pills {
    justify-content: center;
}

.header-icons a, .header-icons button, .sticky-header-icon a, .sticky-header-icon button {
    color: #e0be93!important;
}

/** wide container **/
.container.wide {
    max-width: 1200px;
}

/*** sticky-custom**/
div#sticky-tape-cutom {
    max-width: 55%;
  min-width:600px;
    margin: 0 auto;
    padding: 50px;
    background: #f1f1f0;
    text-align: center;
  position:relative;
  display:inherit;
}
div#sticky-tape-cutom h3{
 font-weight:500;
 line-height:1.2 !important;
}
div#sticky-tape-cutom {
    /* margin-bottom: 60px;*/
  margin-bottom: 50px;
  margin-top: 50px;
}

div#sticky-tape-cutom h3:before, .colz:before {
/*     content: url(custom.css); */
    content: "";
    outline: none;
    border: none;
    position: absolute;
/*     top: -15px; */
  top: -25px;
    width: 100%;
    left: 0;
    background: url(/cdn/shop/files/tape-sm-blue.png) no-repeat center / 100px;
    transform: rotateZ(-6deg);
    height: 55px;
}


div#sticky-tape-cutom h3 .pink-text{
    font-weight: bold;
    font-family: "Unna";
     color: #3b3f3b;
}

div#sticky-tape-cutom p {
    font-size: 22px;
    font-family: "Unna";
    font-weight: normal;
    /* line-height: 1em; */
  line-height: 1.5em;
}
div#sticky-tape-cutom p:last-of-type{
  margin-bottom: 0;
}

/*** slider width**/
.slider-caption.thirty-five-percent {
    width: 35%;
}
.slider-caption.fourty-percent {
    width: 40%;
}
.slider-caption.fifty-percent {
    width: 50%;
}
.slider-caption.sixty-percent {
    width: 60%;
}
.slider-caption.one-h-percent, .full{
	width: 100%;
}
.seventy-percent{
	width: 70%;
}
.eighty-percent{
	width: 80%;
}
.eighty-five-percent{
	width: 85%;
}
.ninety-percent{
	width: 90%;
}
.image-bar.center{
	margin:0 auto;
}
.image-bar.left{
	margin-right:0;
}
.image-bar.right{
	margin-left:0;
}
.row.image-bar .grid__item img {
/*     width: 80%; */
    width: 100%;
    margin: 0 auto;
}
.row.image-bar.icons .grid__item img {
    max-width: 160px;
}

.row.image-bar .grid__item {
/* 	padding: 20px 10px; */
  padding: 10px;
}
.homepage-section--image-gallery-wrapper .image-bar.circle-title .type-subheading {
    font-family: acumin-pro-condensed,sans-serif!important;
    font-weight: 800 !important;
    font-size: 30px !important;
	text-transform:uppercase;
}

.homepage-section--image-gallery-wrapper .image-bar.icons .type-subheading {
    font-family: acumin-pro-condensed,sans-serif!important;
    font-weight: 800 !important;
    font-size: 26px!important;
    max-width: 210px;
	text-transform:uppercase;
}



.homepage-section--image-gallery-wrapper .image-bar .image-bar--description p {
	color:#3f3b3f;
}
.icons h4.type-subheading {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.circle-title .grid__item h3 {
    font-size: 22px !important;
}
.homepage-sections-wrapper--white .image-bar h3 {
    color: #c7bcad;
}
.row.image-bar.two-cols .grid__item {
    padding: 0;
}
div#shopify-section-image--gallery section.homepage-sections-wrapper {
    padding-top: 0;
}

.image-bar.circle-title .heading-cont {
    max-height: 90px;
    overflow: hidden;
    position: relative;
    margin-top: -50px;
}

.circle-title h4.type-subheading {
    max-width: 200px;
    margin: 0 auto!important;
    background: #414046;
    color: #fff;
    padding: 40px 10px 20px;
    z-index: 1;
    position: relative;
	border-radius: 50% 50% 0 0;
    height: 200px;
    max-height: 200px;
}
#shopify-section-165244422580536093 .btn,
#shopify-section-16524380990bb9eceb .btn{
  color: #3f3b3f;
  text-transform: uppercase;
}
.row.image-bar.two-cols .image-bar__content img {
    width: 95%;
}
div#shopify-section-collection--featured-collection{
    margin-top: 50px;
}
#shopify-section-16581260075e933207 .section-block--padding.grid__item{
  margin-bottom: 0;
}
.homepage-section--html-wrapper .title-bar h2,
div#shopify-section-collection--featured-collection .title-bar h3, #shopify-section-16532957582f43fb67 .title-bar h3{
    text-transform:uppercase;
	font-size:50px;
    font-family: acumin-pro-extra-condensed,sans-serif;
    font-weight: 800;
    font-style: normal;
}
.homepage-section--html-wrapper .title-bar h2,
div#shopify-section-collection--featured-collection .indiv-product .indiv-product-title-text, #shopify-section-16532957582f43fb67  .indiv-product .indiv-product-title-text{
	font-family:acumin-pro, sans-serif;
  font-weight:bold;
     text-transform: capitalize!important;
}
.homepage-section--html-wrapper .title-bar h2{
    text-transform: uppercase!important;
  color: var(--color-scheme-accent-text);
}
div#shopify-section-collection--featured-collection .indiv-product .money-styling, #shopify-section-16532957582f43fb67 .indiv-product .money-styling {
	font-family:acumin-pro, sans-serif;
  color:#3b3f3b;
     font-weight: 600!important;
}
.index-sections .homepage-section--image-gallery-wrapper .homepage-sections-wrapper{
  padding-top: 0;
  padding-bottom: 0;
}
.row.homepage-featured-products.masonry .grid__item:first-child {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
}

.row.homepage-featured-products.masonry .grid__item:last-child {
    display:none;
}
div#shopify-section-blog--blog-posts section.homepage-sections-wrapper.homepage-sections-wrapper--light {
    padding: 0;
}

/** heading bg **/
.newsletter__title .title-bar h2,
span.wht-bg {
    background-image: linear-gradient(180deg, transparent 49%, #fff 0);
    padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

span.tan-bg {
    background-image: linear-gradient(180deg, transparent 49%, #f9f4ee 0);
    padding: 0 10px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#shopify-section-16524380990bb9eceb span.wht-bg {
    background-image: linear-gradient(180deg, transparent 49%, #fff 0)!important;
    padding: 0 10px!important;
  display:inline!important;
}

/** home blog **/

div#shopify-section-blog--blog-posts {
    margin-top: 50px;
  margin-bottom: 50px;
}

.journal-blog h2 {
    color: #8bacc2;
    text-transform: uppercase;
    font-family: acumin-pro-condensed,sans-serif!important;
    font-weight: 800!important;
}

.blog-title-wrapper.homepage-blog-title-wrapper h3 a {
    color: #8bacc2!important;
	font-family:acumin-pro, sans-serif;
	font-weight:bold;
}

.blog-title-wrapper.homepage-blog-title-wrapper h3.type-subheading {
    font-size: 19px;
    font-weight: bold;
}

.related-articles .col-md-12.blog-sidebar--info h3 {
    font-size: 19px;
    font-weight: bold;
    color: #8bacc2!important;
    font-family: acumin-pro,sans-serif;
    font-weight: 700;
}

.related-articles .col-md-12.blog-sidebar--info .read-more{
    font-weight: 700;
    color: #3b3f3b;
    font-family: acumin-pro,sans-serif;
}

.related-articles .col-md-12.blog-sidebar--info {
    text-align: center;
}

.homepage-sections-wrapper--light .featured-blog--block--blog--blog-posts h3.type-subheading.type-subheading--1 {
    font-size: 19px;
    font-weight: bold;
}
section.homepage-sections-wrapper.homepage-sections-wrapper--light .blog--read-more a{
  font-weight: bold;
  color:#3b3f3b;
 	font-family:acumin-pro, sans-serif;
}
.index-blog-item--wrapper .blog--read-more a{
  font-weight: bold;
  color:#3b3f3b;
 	font-family:acumin-pro, sans-serif;
}
section.homepage-sections-wrapper.homepage-sections-wrapper--light .rte.home-blog-excerpt, .journal-blog .title-bar.custom-font {
    color: #58595b;
}
.journal-blog .home-blog-excerpt {
    display: none;
}
.shopify-section .homepage-sections-wrapper--white .text-advert-section__item{
    border-color: #fff;
    border-width: 2px;
}
section.homepage-sections-wrapper.homepage-sections-wrapper--white a.btn {
    background: transparent;
    text-transform: capitalize;
    letter-spacing: 0;
   color: #e1a697;
}

/** Home Banner **/

.slider-section--image--slideshow ul.slides .slider-caption h1 {
    font-family: acumin-pro-extra-condensed, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #e0be93;
    line-height: 1em;
}

.slider-section--image--slideshow ul.slides .slider-caption h2 {
    font-family: acumin-pro-extra-condensed, sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #3b3f3b;
    line-height: 1em;
}

/** welcome **/

.index-sections .shopify-section .title-bar h2 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.index-sections .shopify-section .title-bar h5 {
	font-family: acumin-pro, sans-serif;;
	font-weight: 500;
	font-style: normal;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

/** home bottom adverts **/
#shopify-section-template--16320078217401__8bbe51f6-d7a3-4249-94b4-ea6f327ba4e2 .text-advert-section__text-wrapper h4,
#shopify-section-1647241315c1a63b76 .text-advert-section__text-wrapper h4 {
    font-size: 20px!important;
    text-transform: uppercase;
    font-family: acumin-pro-condensed,sans-serif!important;
    font-weight: 800;
}
#shopify-section-template--16320078217401__8bbe51f6-d7a3-4249-94b4-ea6f327ba4e2 .text-advert-section__item +.text-advert-section__item{
  border-left: 1px solid rgba(255, 255, 255, 1)!important;
}
/** newsletter**/
#shopify-section-newsletter--newsletter,{
  background: url(/cdn/shop/files/self-cared-products-sign-up-offer.jpg?v=1658824822) center center/cover no-repeat;
}

.homepage-section--newsletter-wrapper{
  background: url(https://www.selfcared.com.au/cdn/shop/files/self-cared-mental-health-tools_2000x.jpg) center center/cover no-repeat!important;
}


@media screen and (max-width: 768px) {
    .homepage-section--newsletter-wrapper {
        background-image: none!important;
        background-color: #e4ddd5!important        ;
    }
}

@media screen and (max-width: 980px) {
    .homepage-section--newsletter-wrapper .container .row {
        max-width: 95%!important;
        margin: 0 auto!important;
        justify-content: center!important;
    }
}

@media screen and (max-width: 980px) {
    .homepage-section--newsletter-wrapper .container .row .newsletter__item {
         flex: 0 0 95%!important;
                 max-width: 95%;
    }
}
      


.homepage-section--newsletter-wrapper {
    padding: 70px 0;
    
}
.homepage-section--newsletter-wrapper {
    background: #edcfca;
}
.homepage-section--newsletter-wrapper .row .title-bar h2 {
    line-height: 1.1;
}

.homepage-section--newsletter-wrapper .row {
    align-items: center;
    justify-content: left;
}

.homepage-section--newsletter-wrapper h2{
	font-size:60px;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.homepage-section--newsletter-wrapper p{
    margin-top: 20px;
}

.homepage-section--newsletter-wrapper .title-bar {
    max-width:385px;
}

/*** inner pages banner **/
.main-banner-text.col-5 {
    padding: 0px;
}
.shopify-policy__title,
.page-head {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;      
}
.page-head.blog{
  min-height: 300px;
}
.page-head .overlay {
    padding: 0 50px;
    min-height: inherit;
    position: absolute;
    width: 100%;
    height: inherit;
}
.section-block--padding.grid__item {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.section-cust{
width:100%;
}
.section-cust img {
    margin: 10px 0;
}


.self-care-sticky-tape-cols .row .colz {
    background: #fff;
    padding: 45px 25px;
    position: relative;
    width: 47%;
}
.self-care-sticky-tape-cols .row.sticky-colz {
    width: 85%;
    display: flex;
    margin: 0 auto 0;
}
.sticky-colz .colz:before {
    top: -30px;
    background-size: contain;
    padding: 12px 0;
    transform: rotateZ(-5deg);
}
.sticky-colz .colz.coltwo:before {
    transform: rotate(15deg);
}
.sticky-colz .colz.coltwo {
    margin: auto;
}
.sticky-colz .colz ul {
    padding-left: 20px;
}
.sticky-colz .colz li {
    list-style-type: "🤍";
    margin-bottom: 8px;
    padding-left: 5px;
    line-height: 1.3;
}
.sticky-colz .colz h5{
	color: #c7bcad;
}



/** newsletter**/

#shopify-section-newsletter--newsletter section.homepage-sections-wrapper.homepage-sections-wrapper--light {
    color: #58595b;
  background:#edcfca;
  padding: 70px 0;
}
div#newsletter-wrapper {
    max-width: 300px;
    border: 1px solid gray;
    padding: 0;
    margin-top: 30px;
}
div#newsletter-wrapper button {
    height: 50px;
}
footer input#newsletter_text {
    border: none;
}
input#newsletter_text{
background: transparent;
}
div#shopify-section-footer footer {
    margin-top: 0;
}
#shopify-section-footer h3.type-subheading {
    font-size: 17px;
  font-weight:bold;
}
#shopify-section-footer a { 
  color: #585858; }

#shopify-section-footer a:hover {
    color: #E1A697;
}
#shopify-section-footer .contact-us-foot {
    margin-bottom: 10vh;
}

.homepage-section--newsletter-wrapper .title-bar, #shopify-section-footer .contact-us-foot, 
#shopify-section-footer, #shopify-section-footer p, #shopify-section-footer a {
    text-align: left;
}

body.template-index main#main {
    margin-bottom: 0;
}
.homepage-section--newsletter-wrapper{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/** product page **/
div#shopify-section-template--product {
    margin-top: 70px;
}

div#shopify-section-template--product-custom {
    margin-top: 70px;
}



.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/cdn/shop/files/arrow.svg?v=1649147557);
    transform: rotate(-180deg);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-button:not(.collapsed) {
    font-weight: 500;
    color: #fff;
    background-color: #c7bcad;
    box-shadow: inset 0 -1px #00000021;
    text-transform: capitalize;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-button {
      -webkit-appearance: none!important;
     -moz-appearance: none!important;
          appearance: none!important;
        font-weight: 500;
    text-transform: capitalize;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0.5rem 1.25rem;
    font-size: 14px;
    color: #3f3b3f;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
}
.accordion-body {
    padding: 0.3rem 1rem;
      font-weight: 400;
}
.accordion-item iframe {
    min-height: 300px;
    width: 100%;
    margin: 1rem 0;
}

/** PRODUCT REVIEWS **/
.spr-summary a.spr-summary-actions-newreview,
.spr-summary .spr-summary-caption, 
.spr-summary .spr-summary-starrating{
  float: none;
}
.spr-summary .spr-summary-caption, 
.spr-summary .spr-summary-starrating{
  display: block;
}
.spr-summary a.spr-summary-actions-newreview{
  color: #3f3b3f;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}
.spr-summary a.spr-summary-actions-newreview:hover,
.spr-summary a.spr-summary-actions-newreview:focus{
  text-decoration: none;
}
#shopify-product-reviews{
  margin-top: 15px!important;
}

.product-box-addon {
    background: #f9f4ee;
    padding: 50px 0;
}
.cbb-frequently-bought-total-price-box span {
    font-weight: 600 !important;
    color: #3f3b3f;
}
div#product-box {
    padding-bottom: 50px;
}

.cbb-frequently-bought-form {
    clear: left;
    display: block!important;
}

div#shopify-section-template--product--recommendations {
    padding: 30px 0 80px;
}



div#shopify-section-image--gallery, #shopify-section-16472406634aec5619 .homepage-sections-wrapper, #shopify-section-1647240798581de5dd .homepage-sections-wrapper{
    background: #f2f2f2;
}


div#shopify-section-164724144951c5c5dd sectionss {
    background-color: #ffc4b2;
}

div#shopify-section-image--gallery, div#shopify-section-164930323597c7cd35 {
    background: #fbf3ec;
}

div#shopify-section-text--testimonials section {
    background-color: #f8e7da;
    padding: 5% 0;
}

div#shopify-section-product--shop-the-look .homepage-sections-wrapper {
    padding-bottom: 0;
}

div#shopify-section-16472649993a343f92 .homepage-sections-wrapper {
    padding-top: 0;
}

div#shopify-section-1647241315c1a63b76 .sections-wrapper {
    background: #c7bcad;
}

.description__tabs .tab__content {
  display:none;
}

.description__tabs .tab--active .tab__content {
  display:block;
}
.product-temp button#SingleOptionSelector-0-button {
    display: none;
}
.product-temp ul#SingleOptionSelector-0-dropdown {
/*     display: block!important;*/
    display: flex!important;
    justify-content: flex-start;
    grid-gap: 16px;
    flex-wrap: wrap;
    border: none;
    position: relative;
    flex-direction: row;
    width: auto!important;
    max-width: none!important;
}

.product-temp ul#SingleOptionSelector-0-dropdown li:last-child {
    margin-right: 0 !important;
}
.product-temp ul#SingleOptionSelector-0-dropdown li {
    display: inline-block;
/*     width: 80px; */
    text-align: center;
    border: 1px solid rgb(88 89 91 / 50%);
/*     margin-right: 15px; */
    width: auto;
  flex: 0 1 auto;
}
div#product-row {
    display: block;
}
.product-page--submit-action {
    float: none;
}
#product-row button#purchase {
    margin-bottom: 0;
}
div#shopify-section-template--product--recommendations .title-bar h2, .product-box-addon h2.cbb-frequently-bought-title {
    text-align: left;
  text-transform:capitalize;
    font-family: acumin-pro-condensed,sans-serif;
    font-size: 23px !important;
    font-weight: 500;
}

h3.cbb-frequently-bought-selector-label-name {
    font-family: acumin-pro,sans-serif!important;
}

h3.cbb-frequently-bought-selector-label-name {
    font-family: acumin-pro,sans-serif!important;
    color: #3f3b3f!important;
}

.indiv-product-sku-text, .indiv-product-vendor-text,
.template-product .indiv-product-vendor-text {
    font-size: 15px;
}

.template-product .indiv-product-vendor-text{
  margin-bottom: 0;
}
.template-product .jdgm-preview-badge{
  margin-bottom: 1rem;
}
/** JUEDGE.ME https://considered.teamwork.com/app/tasks/40377748 **/
.jdgm-rev__icon,
.jdgm-row-profile ~ .jdgm-row-extra{
  display: none!important;
}
.jdgm-rev__author{
  color: #3f3b3f!important;
  font-weight: bold;
  font-size: 18px;
}
.jdgm-form__title,
.jdgm-btn,
.jdgm-write-rev-link{
  font-family: acumin-pro-condensed,sans-serif!important;
}
.jdgm-btn,
.jdgm-write-rev-link{
      text-transform: var(--buttons-transform);
    letter-spacing: var(--buttons-letter-spacing);
  background: transparent!important;
  color: #3f3b3f!important;
  border: 2px solid #3f3b3f!important;
  transition: all 0.3s ease-in-out;
}
.jdgm-btn:hover,
.jdgm-btn:focus,
.jdgm-write-rev-link:hover,
.jdgm-write-rev-link:focus{
  background: #3f3b3f!important;
  color: #fff!important;
  text-decoration: none!important;
  opacity: 1!important;
}
.indiv-product-vendor-text a{
  color: #e0be93;
}
.indiv-product .indiv-product-title-text,
.indiv-product-title-text{
  font-size: 18px;
  margin-top: 0;
}
/* .product-box-addon ul.cbb-frequently-bought-products {
    float: none !important;
    width: 100%;
}
.product-box-addon ul.cbb-frequently-bought-products {
    width: 100% !important;
} */
/* li.cbb-frequently-bought-product:first-child .cbb-frequently-bought-product-image {
    margin-left: 0 !important;
} */

.heading-prod {
    background: #E1A697;
    margin-top: -30px;
    height: 350px;
    margin-bottom: 3em;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.indiv-product .indiv-product-title-text {
    color: #e0be93;
    text-transform: capitalize;
    font-weight: 700;
    font-family: acumin-pro,sans-serif;
}

a.indiv-product__link span.money {
    font-weight: 700;
    font-family: acumin-pro,sans-serif;
}

a.indiv-product__link:hover {
	text-decoration:none;
}

.indiv-product:hover .hp-title {
  opacity:1!important;
}


/** blog **/
.related-articles {
    margin-top: 70px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}
.related-articles h2.type-subheading.type-subheading--2 {
	font-family: acumin-pro-condensed,sans-serif;
    font-size: 23px;
  margin-bottom:25px;
}
.related-articles ul.blog-sidebar--latest-articles {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
    gap: 30px;
    padding-left: 0;
}

.related-articles ul.blog-sidebar--latest-articles li {
  border:none;
  display: block;
}
.related-articles .col-md-12.blog-sidebar--info {
    margin-top: 20px;
}

section#journal  
    margin-bottom: 50px;
}
#shopify-section-template-journal{
  margin-bottom: 70px;
}


.homepage-section--blog-posts-wrapper header.page-head, .template-article header.page-head{
    background: #8bacc2;
}
 .homepage-featured-products .grid__item{
   margin-bottom: 10px;
 }

/** headers **/

.custom-font, .header-font, .product-description-wrapper ul.tabs li a, h1, h2, h3, h4, h5, h6 , .type-subheading{
	font-family: acumin-pro-condensed,sans-serif;
}

body {
	font-family:acumin-pro, sans-serif;
	font-weight:500;
}


/**  BUNDLE ITEMS **/
/* .cbb-frequently-bought-products{
  display: grid!important;
  grid-template-columns: 1fr 1fr;  
} */


/** CART **/
.template-cart .cart-bottom-box{
  text-align: center;
}
.template-cart .cart-bottom-box .cart-totals--wrapper{
  margin-bottom: 0;
}
.template-cart .cart-bottom-box .cart-totals--wrapper + square-placement{
  margin-top: 0!important;
}
#cart-note{
/*   width: 80%; */
  width: 100%;
  max-width: 350px;
  margin: 0px auto 20px;
}
#cart-note p{
  margin: 0;
}
#gifting{
  margin-top: 20px;
  text-align: left;
}
.cart--shipping-message{
  margin-top: 0;
}
.cart-table-item-remove a:hover,
.cart-table-item-remove a:focus{
  color: var(--color-primary);
  opacity: 0.8;
  text-decoration: underline!important;
}
#cart-note + #checkout-buttons{
  margin-top: 20px;
}
/** BUTTONS **/
.spr-summary-actions-newreview,
a.btn, .btn, .shopify-payment-button__button.shopify-payment-button__button--unbranded{
  font-size: 22px!important;
}
/** NATHALIE'S IMAGE **/
.nathalie-portait{
  max-width: 420px;
  text-align: center;
  margin: 0 auto;
}
#proceed-note{
  display: none;
  text-align: right;
  font-style: italic;
  margin-bottom: -15px;
}
.shopify-policy__container{

  max-width: 100%!important;
  padding-left: 0!important;
  padding-right: 0!important;
}

/** FOOTER AWARD IMAGES **/
.footer-block--wrapper .award-badges{
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
}
.footer-block--wrapper .award-badges .swiper-pagination{
  bottom: 0;
}
.footer-block--wrapper .award-badges .swiper-pagination{
  --swiper-theme-color: #3f3b3f;
}
/** AS SEEN ON **/
.as-seen-on-list{
  /* margin-top: 1rem; */
  padding: 0;
    list-style: none;
    display: flex;
    /* grid-template-columns: 1fr 1fr; */
    align-items: center;
    gap: 15px;
}
.as-seen-on-list li{
  /* flex: 1 0 auto; */
}
.as-seen-on-list .seen-logo{
  /* filter: grayscale(1) contrast(0); */
  width: 100%;
    object-fit: contain;
  height: 20px;
}
.as-seen-on-list .seen-logo.womens-weekly{
  margin-top: 7px;
  height: 40px!important;
}
.as-seen-on-section .as-seen-on-container h2{
  display: none;
}
.as-seen-on-container h2{
  font-size: 24px;
}

@media (min-width: 992px){
  .as-seen-on-list{
    display: flex;
    align-items: center;
    justify-content: start;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  }
  .as-seen-on-list .seen-logo{
    width: auto;
    height: 20px;
    object-fit: contain;
  }
  
  
}
@media (min-width: 1200px){
  
  .as-seen-on-section .as-seen-on-list .seen-logo{
    height: 60px;
  }
}

@media (max-width: 767px){
/*   .cbb-frequently-bought-product-image{
    width: 95px!important;
    height: 95px!important;
  }
  .cbb-frequently-bought-product{
    height: 95px!important;
    width: 124px!important;
  } */
}
@media screen and (min-width: 400px){
  
  .hearts-list{
    grid-template-columns: repeat(2, 1fr);
}
}
.shopify-policy__title h1{
    text-align: left;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  }
.shopify-policy__body{
  padding: 2.5rem 15px ;
}
@media screen and (min-width: 768px){
  .shopify-policy__body,
  .shopify-policy__title h1{
    max-width: 720px;
    text-align: left;
  }
  /**  BUNDLE ITEMS **/
/*.cbb-frequently-bought-products{
    grid-template-columns: 1fr 1fr;   
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }*/
/*   .cbb-frequently-bought-container{
    width: 85%!important;
  } */
}
@media screen and (min-width: 768px) and (max-width: 992px){
/*   .cbb-frequently-bought-plus-icon{
    font-size: 24px!important;
    height: 90px!important;
    line-height: 90px!important;
  }
  .cbb-frequently-bought-product-image,
  .cbb-frequently-bought-product-image-link{
    width: 90px!important;
    height: 90px!important; 
  } */
  
}
/*** slider width mobile**/
@media screen and (min-width:981px){
  .klaviyo-form div[data-testid=form-component] > div{
  width: 345px;
}
  .klaviyo-form button[type=button]{
    height: 54px!important;
    font-size: 20px!important;
  }
  .klaviyo-form input{
    height: 58px!important;
    font-size: 20px!important;
  }
  .klaviyo-form ::placeholder{
     font-size: 20px!important;
  }
  .shopify-policy__body,
  .shopify-policy__title h1{
    max-width: 960px;
  }
  .shopify-policy__body{
    margin: 0 auto;
    width: 66.666667%;
  }
  .dropdown-menu{
        width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 15rem;
  }
  #cart-note{
    text-align: left;
    margin: 10px 0 20px auto;
  }
  #gifting{
    text-align: right;
  }
  #cartSlideoutWrapper #gifting{
    text-align: center;
  }
  #cartSlideoutWrapper #cart-note{
    margin: 0 auto!important;
    text-align: center!important;
  }
  #checkout-buttons .continue-shopping--cart{
    margin-top: 0!important;
  }
  .cbb-frequently-bought-products{
    display: inline-block!important;
  }
  .side-by-side .colside-left, .side-by-side .colside-right {
    padding: 20px;
}
  .hearts-list{
    grid-template-columns: repeat(3, 1fr);
}
.main-banner-text.col-5 h1, .main-banner-text.col-5 h2, .main-banner-text.col-5 p.banner-content {
    max-width: 450px;
    line-height: 1!important;
    position: relative;
}
#nathalie-39-s-story blockquote{
  font-size: 36px;
  padding: 70px 30px;
  font-weight: bold;
  font-style: normal;
}
.main-banner-text.col-5 h1 {
    font-size: 50px;
}
  
.main-banner-text.col-5 h2 {
    font-size: 40px;
}
  
  .page-head .overlay {
    padding: 0 50px;
}
  #blog-sidebar {
  padding-left: 25px;
}
.slider-section--image--slideshow ul.slides .slider-caption h1 {
    font-size: 150px;
}
  
.slider-section--image--slideshow ul.slides .slider-caption h2 {}
  
 a.btn, .btn, .shopify-payment-button__button.shopify-payment-button__button--unbranded {
    font-size: 28px !important;
}
  
span.wht-bg, span.tan-bg {
	display:inline-block;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; 
}

.slideshow-mobile-image-content .btn {
    margin: 50px 0 0;
    display: block;
    max-width: 150px;
}
}
@media (min-width: 1200px){
  .shopify-policy__body,
  .shopify-policy__title h1{
    max-width: 1140px;
  }
}
@media screen and (min-width: 1500px){
  .homepage-section--newsletter-wrapper {
    padding: 100px 0!important;
  }
}
@media screen and (min-width: 1700px){
  .homepage-section--newsletter-wrapper {
    padding: 8% 0!important;
  }
}

@media screen and (max-width:980px) {
  
 .product-medias {
    margin-bottom: 20px;
}
  
 div#product-box-freq .cbb-frequently-bought-container {
    padding-right: 15px;
    padding-left: 15px;
}
  
a.cbb-frequently-bought-product-image-link {
    margin: 0!important;
}
  
.homepage-section--newsletter-wrapper .title-bar {
    text-align: center;
}
  
.homepage-section--newsletter-wrapper .container .row {
    max-width: 95%;
    margin: 0 auto;
}
  
#pageheader-h1 {
  font-size:50px;
}
  
span.wht-bg, span.tan-bg {
	display:inline;
}
  
.slideshow-mobile-image-content .btn {
    margin: 25px 0 0;
}
  #main #about .page-head{
    min-height: auto;
  }
  
}
.homepage-sections-wrapper .feature-row--image-right img{
      height: 100%!important;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.homepage-section--text-and-image-wrapper .feature-row{
  align-items: stretch;
}

/** max **/
@media screen and (max-width:480px){
  
article.post.hentry {
    max-width: 90%;
    margin: 0 auto;
}
  
.flexslider-container.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
  body .col-md-12 {
  padding-left: 25px;
  padding-right: 25px;
}

  .section-cust .section-block--padding.grid__item.col-md-6.col-12 {
  max-width: 90%;
  margin: 0 auto;
}
  #about .page-head {
  margin-bottom: 20px;
}
}




@media screen and (max-width:767px){
  
.related-articles ul.blog-sidebar--latest-articles {
    display: block;
}
  
#shopify-section-footer .contact-us-foot {
    margin-bottom: 0vh;
}
  #shopify-section-footer footer {
    margin-top: 0;
    padding: 0 10px;
}
.sticky-tape-container #sticky-tape-cutom  {
    min-width: auto !important;
    padding: 50px 10px !important;
    max-width: 90% !important;
}
  .feature-row img {
    margin-bottom: 30px;
}
  .sticky-tape-container div#sticky-tape-cutom h3 {
    font-size: 23px !important;
    
}
section.self-care-sticky-tape .section-block--padding.grid__item {
    width: 100% !important;
    margin-bottom: 20px !important;
}
  .header-wrapper .icons--inline.search-show.alt-focus.header-link.header-link--button {
  width: 30px;
  height: 30px;
  flex: 0 0 10px;
    padding: 0;
}
body .slideshow--full-screen ul.slides li, body .slideshow--full-screen {
  max-height: 55vh;
}
}

@media screen and (max-width:767px){
  
  #sticky-tape-cutom{
  max-width:90%;
  }
  .self-care-sticky-tape .row .colz, .self-care-sticky-tape-cols .row .colz{
  width:100%;
  }
  .colz.coltwo {
    margin-top: 70px !important;
}
  .side-by-side {
    display: grid;
    grid-template-columns:  minmax(0,1fr);
}

}

@media screen and (max-width:980px){
  #main .page-head {
    min-height: 350px;
    height: auto;
    max-height: 100%;
  }
  
  body .page-head .main-banner-text {
    max-width: 80%;
    margin: 0 auto;
  }
  .self-care-sticky-tape-cols .row.sticky-colz {
    width: 100%;
  }
  .self-care-sticky-tape-cols .row.sticky-colz .colz.coltwo {
    margin-right: 0;
  }
  .section-cust .section-block--padding.grid__item.col-md-8.col-12 {
    max-width: 100%;
  }
  
.slider-caption.thirty-percent, .slider-caption.fourty-percent, .slider-caption.fifty-percent, 
  .slider-caption.sixty-percent, .slider-caption.one-h-percent, .slider-caption.thirty-five-percent{
	width: 100%;
}
  .slides .slider-caption {
    margin: 0;
}
  #blog-sidebar .col-md-4.blog-sidebar--article-image, #blog-sidebar .col-md-8.blog-sidebar--info {
  max-width: 100%;
  display: block;
  flex: 100%;
    padding-top:10px;
}
  .blog-title-wrapper .title-bar h1, .page-head.blog h1 {
  font-size: 25px;
}
  div#sticky-tape-cutom {
    max-width: 75% !important;
  }
   .title-bar h2, h2 {
  font-size: 30px;
}
     .title-bar h1, h1 {
  font-size: 40px;
}
  .flexslider .slider-caption.thirty-five-percent {
  max-width: 80%;
}
  .slideshow--full-screen ul.slides li, .slideshow--full-screen {
  max-height: 50vh;
}
}
@media screen and (max-width:767px){
  body .page-head .main-banner-text{
    max-width: 92%;
  }
  body .page-head .main-banner-text.contact-header{
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
  }
  
  #recover-password,
  #customer-login{
    padding-left: 40px;
    padding-right: 40px;
  }
  #create-customer{
    padding-left: 28px;
    padding-right: 28px;
  }
  .image-bar>div{
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px){
  body .post.hentry .col-md-12,
  .related-articles .col-md-12{
    padding-left: 0px;
    padding-right: 0px;
  }
  .related-articles{
    margin-top: 20px;
  }
}
@media screen and (max-width:1200px){
.ninety-percent, .eighty-percent, .eighty-five-percent, .seventy-percent{
  width: 100%;
}
}



.newsletter__title h2 {
	display: inline;
	box-shadow: inset 0 -.6em #fff,0 0px #fff;
  padding:0 5px;

}


/* quick header hide 
#shopify-section-section--page-header {display:none;} */

/** UPSELL POPUP BUTTONS **/
.lb-addon-popup-container .lb-addon-popup-content .lb-addon-popup-continue-btn,
.lb-addon-popup-container .lb-addon-popup-content .lb-spc-details-btn {
  width: auto;
  max-width: none;
  height: auto;
  border-radius: 0;
  border: 1px solid #3f3b3f;
  background-color: transparent;
  color: #3f3b3f;
  flex: 0 1 auto;
  padding: 5px 55px 7px;
}
.lb-addon-popup-container .lb-addon-popup-content .lb-spc-details-btn {
  padding: 5px 5px 7px;
  text-transform: uppercase;
  font-weight: bold
}

/** CART PAGE **/
.featured-collection-slider{
  width: 100%;
/*   min-height: 250px; */
  max-width: 700px;
  margin: 10px auto 0;
  padding-left: 10px;
    padding-right:10px;
  
}
.featured-collection-slider .carousel-cell{
  /* width:50%; */
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.featured-collection-slider .carousel-cell .img-explore{
  max-width: 100%;
}
.featured-collection-slider .carousel-cell .carousel-item{
  display: block;
}
.flickity-button:disabled{
  pointer-events: all!important;
}
.featured-collection-slider .carousel-cell h4{
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
}
.featured-collection-slider .carousel-cell p{
  margin-bottom: 0;
}
.select-a-card-text{
  margin-bottom: 10px;
  font-weight: bold;    
  text-align: left;
  /* margin-left: -50px; */
  margin-left: -10px;
}
button.flickity-button.flickity-prev-next-button.next,
button.flickity-button.flickity-prev-next-button.previous{
  top: 25%;
}

   button.flickity-button.flickity-prev-next-button.next{
    /* right: -50px; */
     right: -30px;
  }
  button.flickity-button.flickity-prev-next-button.previous{
    /* left: -50px; */
    left: -30px;
  }
.featured-collection-slider,
#add-message,
.add-message input[type=radio],
.premium-card-check,
.premium-card-check input[type=radio]{
  display: none;
}
.premium-card-check{
  width: 90%;
  max-width: 992px;
  text-align: left;
  margin: 10px auto;
}
.premium-card-check .btn{
  border: 2px solid;
  padding: 5px 10px;
}
.premium-card-check input[type=radio]:checked + .btn{
      background-color: #3f3b3f !important;
    color: #fff !important;
}
#add-message{
  text-align: left;
}
#add-message .considered-checkbox.form-control{
  width: 20px;
  height: 20px;
  left: 0;
  right: auto;
}
.considered-checkbox:checked{
    border: 2px solid var(--color-primary);
}
.terms-conditions input.wetheme-custom-checkbox{
  left: 0;
  right: auto;
}
input[type=checkbox].considered-checkbox:checked:after{
  display: block;
  top: 50%;
    left: 50%;
  height: 80%;
    width: 80%;
    border-radius: 50%;
    transform: translate(-48%, -51%);
}
.products-carousel{
/*   min-height: 250px; */
}
input[type=checkbox].considered-checkbox ~ label{
  margin-bottom: 0;
  vertical-align: middle;
  margin-top: 7px;
}
.products-carousel .carousel-cell img{
  margin-bottom: 10px;
}
.products-carousel .carousel-cell{
  cursor: pointer;
}
.products-carousel .carousel-cell:hover img,
.products-carousel .carousel-cell.added-to-cart img{
  border: 2px solid #3f3b3f;
}
.quantity-controls.remove-border.card-ajax-added{
  justify-content: center;
  align-items: center;
}
.quantity-controls.remove-border.card-ajax-added span{
  height: auto!important;
}

.footer-localization-selectors .localization-selector-form .localization-selector, .localization-selectors--right .localization-selector-form .localization-selector{
  margin: 0 0 0 15px;
}
.footer-flex{
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bottom-footer .container .bottom-footer-row > div{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
}
.bottom-footer #footer-payment-methods{
  padding-left: 5px;
  margin-bottom: 0;
}
#shopify-section-footer .footer-newsletter-socials .contact-us-foot{
  margin-bottom: 10px;
}
#shopify-section-footer .footer-newsletter-socials .footer__social-icons{
  margin-bottom: 50px;
}
#shopify-section-footer .footer-newsletter-socials #newsletter-wrapper{
  margin-top: 0;
}
.footer-flex .award-badge img{
  max-width: 100%;
}
.footer-flex .award-badge{
  width: 200px;
  margin-bottom: 0;
}

.list-group {
    text-align: left;
}
ul#BlogTagFilter {
  list-style: none;
  padding-top: 10px;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  grid-gap: 10px 30px;
  flex-wrap: wrap;
}
ul#BlogTagFilter li {
  display: inline-block;
  margin: 0;
}
ul#BlogTagFilter li a{
  color: var(--color-primary);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
ul#BlogTagFilter li a:hover,
ul#BlogTagFilter li a:focus{
  opacity: 0.6;
  text-decoration: none;
}



.item-pb-0 .section-block--padding{
  padding-bottom: 0!important;
}
.item-mt-0 .section-block--padding{
  margin-top: 0!important;
}
.item-mb-0 .section-block--padding{
  margin-bottom: 0!important;
}

.info-boxes{
  padding-top: 50px;
  padding-bottom: 50px;
  grid-row-gap: 1.4rem;
}
.row-mt-0 .row{
  margin-top: 0!important;
}
.row-pt-0 .row{
  padding-top: 0!important;
}
.for-myself .info-boxes{
  padding-top: 34px;
}
.homepage-info-boxes .info-boxes{
  padding-top: 25px;
  padding-bottom: 15px;
}
.info-box img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.info-box .details{
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.info-box .box-link{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.info-box .btn-wrapper{
  margin-top: auto;
  margin-bottom: 0;
}
.info-box .desc{
    width: 95%;
    text-align: center;
    margin: 0 auto;
}
.info-box .title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
    /* max-width: 60%; */
    text-align: center;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    height: 100px;
    width: 195px;
    line-height: 1 !important;
    text-transform: uppercase;
    padding: 30px 20px 16px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.info-box.theme-dark_2 .title{
  background: #3f3b3f;
}
.info-box.theme-dark_2 .title span:first-child{
  color: #EEDECC;
}
.info-box.theme-dark_2 .title span:last-child{  
  color: #fff;
}
.info-box.col-md-4 .title{
      font-size: clamp(14px, 5vw, 22px);
    padding: 17px 6px 0px;
    height: 90px;
    width: 190px;
    margin-top: -54px;
    max-width: 60%;
}
.info-box.col-md-6 .title,
.info-box.col-md-5 .title{
  max-width: 65%;
  /* height: 100px; */
  height: 94px;
    width: 200px;
  padding: 30px 20px 16px;
  margin-top: -70px;
  /* font-size: 1.6rem; */
  font-size: clamp( 20px, 5vw, 1.46rem );
  /* font-size: clamp( 30px, 5vw, 1.8rem ); */
}
.info-box.col-md-5:not(.col-lg-4) .title,
.info-box.col-md-6:not(.col-lg-4) .title{
  font-size: clamp( 30px, 5vw, 1.8rem );
}
.info-box.col-md-6 .title span,
.info-box.col-md-5 .title span{
  display: block;
}
/** FOR MYSELF PAGE **/
#shopify-section-template--17357467615417__advanced_layout_custom_html_XRQJx7,
#shopify-section-template--17357467615417__info_boxes_p6YQCL,
#shopify-section-template--17357467615417__advanced_layout_custom_html_XRQJx7,
#shopify-section-template--17357467615417__info_boxes_p6YQCL{
  background: #F9F4EE;
}
#shopify-section-template--17357467615417__advanced_layout_custom_html_XRQJx7 .section-block--padding,
#shopify-section-template--17357467615417__advanced_layout_custom_html_yFxHYi .section-block--padding,
#shopify-section-template--17357467615417__advanced_layout_custom_html_4eT8jX .section-block--padding,
#shopify-section-template--17357467615417__advanced_layout_custom_html_yFxHYi .section-block--padding,
#shopify-section-template--17357467615417__d98fdb3a-0d02-446f-b408-6732abc28b55 .section-block--padding,
#shopify-section-template--17357467615417__advanced_layout_custom_html_yFxHYi .section-block--padding,
#shopify-section-template--17357467615417__advanced_layout_custom_html_hzYE6W .section-block--padding,
#shopify-section-template--17357467615417__advanced_layout_custom_html_yFxHYi .section-block--padding,
#shopify-section-template--17357467615417__advanced_layout_custom_html_XRQJx7 .section-block--padding,
#shopify-section-template--17357467615417__89236feb-b5e2-401d-ab81-d79eb7b4b512 .section-block--padding,
#shopify-section-template--17357467615417__advanced_layout_custom_html_4eT8jX .section-block--padding,
#shopify-section-template--17357467615417__d98fdb3a-0d02-446f-b408-6732abc28b55 .section-block--padding,
#shopify-section-template--17299043254457__d98fdb3a-0d02-446f-b408-6732abc28b55 .section-block--padding{
  margin-bottom: 0!important;
}
#shopify-section-template--17357467615417__advanced_layout_custom_html_yFxHYi .bar-text, /* gifting page here in live site */
#shopify-section-template--17357467615417__d98fdb3a-0d02-446f-b408-6732abc28b55 .bar-text,
#shopify-section-template--17357467615417__advanced_layout_custom_html_XRQJx7 .bar-text,
#shopify-section-template--17357467615417__advanced_layout_custom_html_hzYE6W .bar-text, 
#shopify-section-template--17357467615417__advanced_layout_custom_html_XRQJx7 .bar-text,
#shopify-section-template--17357467615417__89236feb-b5e2-401d-ab81-d79eb7b4b512 .title-bar .tan-bg,
#shopify-section-template--17357467615417__advanced_layout_custom_html_yFxHYi .bar-text,
#shopify-section-template--17357467615417__call_to_action_JnJNDY .bar-text,
#shopify-section-template--17357467615417__advanced_layout_custom_html_4eT8jX .bar-text,
#shopify-section-template--17357467615417__d98fdb3a-0d02-446f-b408-6732abc28b55 .bar-text,
#shopify-section-template--17299043254457__d98fdb3a-0d02-446f-b408-6732abc28b55 .bar-text{
      text-transform: none;
    font-size: 2rem;
    color: #3b3f3b;
  font-weight: 400;
}
#shopify-section-template--17357467615417__call_to_action_JnJNDY  .col-12.col-md-9,
#shopify-section-template--17357467615417__call_to_action_JnJNDY .title-bar.text-left.page-title.line-1,
#shopify-section-template--17357467615417__call_to_action_JnJNDY p{
  text-align: center!important;
}
#shopify-section-template--17357467615417__call_to_action_JnJNDY .title-bar.text-left.page-title.line-1{
  margin-bottom: 1rem;
}
#shopify-section-template--17299043254457__advanced_layout_custom_html_4eT8jX .section-block--padding{
  margin-top: 0;
}
#shopify-section-template--17299043254457__89236feb-b5e2-401d-ab81-d79eb7b4b512 .homepage-sections-wrapper{
  padding-bottom: 0;
}
#shopify-section-template--17357467615417__advanced_layout_custom_html_yFxHYi .section-block--padding,
#shopify-section-template--17299043254457__blog_blog_posts_Wfn3DA .title-bar{
  margin-bottom: 50px;
}
#shopify-section-template--17357467615417__effin_gallery_HtxpdF .homepage-sections-wrapper,
#shopify-section-template--17357467615417__effin_gallery_HtxpdF .homepage-sections-wrapper{
  padding-top: 0;
}
#shopify-section-template--17357467615417__newsletter_newsletter_old_qVqPmy,
#shopify-section-template--17299043254457__newsletter_newsletter_old_qVqPmy {
  background-image: url(https://www.selfcared.com.au/cdn/shop/files/self-cared-mental-health-tools_2000x.jpg);
}
#shopify-section-template--17299043254457__collection_featured_collection_9aYmVV .money,
#shopify-section-template--17299043254457__text_image_with_text_4P4MnU .btn{
  color: #3f3b3f;
}
.text--text-adverts__section-wrapper h4{
        font-size: 20px !important;
    text-transform: uppercase;
    font-family: acumin-pro-condensed, sans-serif !important;
    font-weight: 800;
}

/** AFTERPAY **/
#placement-1725874398163{
  margin-top: -13px!important;
    padding-top: 7px;
    border-top: 1px solid rgba(0, 0, 0, .125);
}
#footer-payment-methods li{
  display: none;
}
  #footer-payment-methods li.afterpay:first-of-type{
    display: inline-block;
  }
/** SEARCH BOX **/
#top-search-wrapper{
  z-index: 9;
}

@media screen and (min-width: 768px){
  .featured-collection-slider .carousel-cell{
    width: 50%;
  }
  .info-box .desc{
    width: 70%;
  }
}
@media (min-width: 820px){
  .premium-card-check{
    text-align: right;
    margin: 10px 0 10px auto;
  }
}

@media screen and (min-width: 920px){
  .template-cart .cart-bottom-box{
    text-align: right;
  }
  #cart-note{
    width: 80%;
  }
  .select-a-card-text{
    text-align: left;
    margin-left: 16px;
    margin-bottom: 10px;
  }
  .featured-collection-slider{
    padding-left: 0px;
    padding-right: 50px;
    /* margin: 50px 0 0 auto; */
    margin: 10px 0 0 auto;
  }
  .featured-collection-slider .carousel-cell{
    width:25%;
    padding: 0 15px;
    display: block;
  }
 .bottom-footer{
    margin-top: 0px;
    padding: 30px 0 30px 0;
  }
  #add-message{
    text-align: right;
  }
  .info-box .title{
    max-width: 50%;
  }
  .bottom-footer .container .bottom-footer-row > div{
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1199px) and (min-width: 920px){
  .info-box .desc{
    width: 70%;
  }
}
@media (max-width: 991px){
  .image-footer.footer-block--wrapper img{
    width: 75%!important;
  }
  .indiv-product{
  margin-bottom: 10px;
}
  
}
@media (max-width: 767px){
 .grid--blog .index-blog-item--wrapper:not(:first-of-type){
    margin-top: 0;
  }
  .image-footer.footer-block--wrapper img{
    width: 150px!important;
  }
}


 .blackongrey .bar-text { text-transform: none;
    font-size: 2rem!important;
    color: #3b3f3b!important;
    font-weight: 400!important;}



.blackonwhite .bar-text { text-transform: none;
    font-size: 2rem!important;
    color: #3b3f3b!important;
    font-weight: 400!important;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%)!important;
    padding: 0 10px!important;
     line-height: 1;
  }