/** Shopify CDN: Minification failed

Line 429:1 Unexpected "-"
Line 511:6 Expected ":"
Line 1303:0 Unexpected "{"
Line 1518:2 Expected ":"
Line 1519:2 Expected ":"
Line 1520:2 Expected ":"
Line 1522:11 Unexpected "301"
Line 1524:2 Expected ":"
Line 1525:2 Expected ":"
Line 2720:0 Unexpected "}"
... and 8 more hidden warnings

**/
@font-face {
  font-family: 'GT America Regular';
  src: url('/cdn/shop/files/GTAmerica-Regular.woff?v=1683119504');
}
@font-face {
  font-family: 'Futura';
  src: url('/cdn/shop/files/Futura.woff?v=1683119519');
}
@font-face {
  font-family: 'Futura PT Book';
  src: url('/cdn/shop/files/FuturaPTBook.otf?v=1705406134');
}
@font-face {
  font-family: 'FuturaPTBold';
  src: url('/cdn/shop/files/FuturaPTBold.woff');
}
body {
  font-family: "Futura" !important;
  overflow-x: clip;
}
html {
    overflow: hidden;
    overflow-y: auto;
}
a {
  text-decoration: none;
  /* font-weight: 700 !important; */
}
a:hover {
  color: #F26923 !important;
}
*:focus-visible , *:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.ms-75 {
  margin-left: 75% !important;
}
ul{
  list-style: none;
}
p {
  color: #252827;
  margin: 0;
  font-size: 16px;
  line-height: 35px;
  font-weight: 500;
  font-family: 'Futura PT Book';
}
h1,
h2,
h3,
h4,
  h5,
h6 {
  font-family: 'Futura';
  color: #252827;
}
.h-full {
  height: 1100px;
  object-fit: cover;
}

/* Header CSS */
.shopify-section-group-header-group{
  z-index: 999;
}
header .annoucement-bar {
  background-color: #EBEBEB;
  position: relative;
  transition: 0.5s all;
}
header .annoucement-bar {
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid #EBEBEB;
}
header .annoucement-bar p {
  font-family: 'GT America Regular';
}
header nav.navbar {
  transition: .5s all;
  padding: 0px !important;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .15);
}
.navbar-nav li .nav-link {
  line-height: 68px;
}
.navbar .container{
  position: relative;
}
header nav.fixed-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .15);
  z-index: 99;
  padding: 10px 0;
  transition: 0.5s all;
}
.navbar-nav li {
  margin-right: 20px;
}
.navbar-nav li a {
  color: #252827;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.navbar .nav-item .dropdown-menu.show {
  display: block !important;
  width: 100%;
  border-radius: 0;
}
.navbar-collapse ul li.dropdown {
  display: flex;
  position: unset;
transition: 0.5s all;
}
.navbar-collapse ul .dropdown span {
  display: flex;
  align-items: center;
}
.navbar-collapse ul .dropdown span i {
  font-size: 12px;
}
.inner-dropdown-link .inner-dropdown {
  margin-top: 72px !important;
  display: none !important;
}
.inner-dropdown-link:hover .inner-dropdown {
  display: flex !important;
}
.inner-dropdown-link a {
  line-height: 68px;
}
.navbar .nav-item:hover .dropdown-menu {
  display: flex;
  align-items: center;
  column-gap: 30px;
  justify-content: end;
  left: 0 !important;
  right: 0;
  padding: 15px;
}
.navbar .nav-item:hover .dropdown-menu:after {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  right: 0;
  bottom: 0;
  background-color: white;
  width: 200vw;
  z-index: -1;
  border-top: 1px solid #F0F0F0;
  transition: 0.5s all;
  box-shadow: 0px 8px 8px rgb(0 0 0/20%);
}
.navbar .nav-item:hover .dropdown-menu .inner-dropdown {
    flex-wrap: wrap;
    height: auto;
}
.navbar .nav-item:hover .dropdown-menu .inner-dropdown li {
    padding: 0;
}
.navbar .nav-item:hover .dropdown-menu .inner-dropdown li a.dropdown-item {
    line-height: 50px;
}
.bar .annoucement-bar{
  border-bottom: 1px solid #707070;
  transition: 0.5s all;
}
.bar #single_collection{
  padding-top:80px;
  transition: 0.5s all;
}
.navbar .nav-item .dropdown-menu {
  margin-top: 78px;
  height: 77px;
  border: 0;
  padding: 0;
  background-color: #fff;
  left: 0px !important;
  width: 100%;
}
.navbar .nav-item .dropdown-menu li {
  margin-right: 0;
  padding: 10px 0px;
}
.navbar .nav-item .dropdown-menu li:last-child {
  border-bottom: 0px;
}
.navbar .nav-item .dropdown-menu li a:hover {
  background-color: transparent;
}
.navbar .nav-item .dropdown-menu li a:active {
  background-color: transparent;
  color: #252827;
}
.navbar .nav-item .dropdown-menu li a {
  padding: 0px 2px;
}
.navbar .nav-item .show {
  display: block;
}
.navbar-nav li .dropdown-toggle:after {
  display: none;
}
.account-bar ul {
  display: flex;
  align-items: center;
}
.account-bar ul li {
  margin-left: 20px;
}
.account-bar ul li a {
  position: relative;
}
.account-bar ul li a .cart--num {
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #252827;
}
/* Header CSS */

/* Banner CSS */
.section-heading {
  position: relative;
}
.section-heading h2 {
  color: #252827;
  /* font-size: 50px; */
  font-size: 40px;
  line-height: 67px;
  font-weight: 900;
  margin-bottom: 10px;
}
.section-heading p {
  color: #252827;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.collections-content a.shop-btn:hover{
  color: #fff!important;
  border: 2px solid #252827;
}
a.shop-btn {
  color: #252827;
  border: 2px solid #000;
  display: inline-block;
  padding: 8px 42px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.img-box {
  position: relative;
  z-index: 11;
  text-align: center;
}
.integrity .img-box img {
  width: 100%;
}
#integrity .integrity-mobile--img {
    display: none;
}
.spr-icon[aria-hidden="true"] {
  color: #E59A7A;
}

#hero .banner-content {
  padding: 0px;
  width: 100%;
  max-width: 540px;
}
#hero .banner-content h4 {
  color: #252827;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#hero .banner-content h1 {
  color: #252827;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 10px;
  font-weight:700;
}
#hero .banner-content p {
  color: #252827;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
#hero .banner-content strong {
    font-style: italic;
}
#hero .banner-content .hero-btn:hover{
  color: #f26923;
  border: 2px solid #f26923;
}
#hero .banner-content .hero-btn {
  color: #252827;
  border: 2px solid #000;
  display: inline-block;
  padding: 4px 26px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#hero .banner-content h4 {
  color: #252827;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400 !important;
  margin-bottom: 15px;
  text-transform: unset;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal{
    text-align: center;
    margin-top: 15px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #252827;
    opacity: 1;
    margin-top: 10px;
}
.preservingwork-section .swiper-horizontal .card_img_wrapper-pagination {
    margin: 0;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{
  background-color: #252827;
}
/* Banner CSS */

#founder {
  position: relative;
  padding: 100px 0;
}

#founder .section-heading {
    padding-left: 60px;
}
#founder .img-box {
    padding-left: 60px;
}
#founder .img-box img{
  position: relative;
  width: 100%;
  z-index: 12;
}
#founder .img-box::before{
  content: '';
  background: #F4F4F4;
  width: calc(100% - 60px);
  height: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}

#restoring {
  position: relative;
  padding: 80px 0 80px 0;
}
/* #restoring:before {
  content: '';
  background: #F4F4F4;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */
#restoring .section-heading p,
#restoring .section-heading ul li {
  color: #212423;
  font-size: 18px;
  line-height: 30px;
}
#restoring .section-heading {
  padding-left: 60px;
}
.section-heading p {
  margin-bottom: 25px;
}
#restoring .section-heading ul {
  padding-left: 20px;
}
#standard {
  position: relative;
  padding: 80px 0px;
}-
#standard .section-heading p {
  margin-bottom: 1rem;
}

/* Footer CSS */
footer {
  background: #252827;
  padding: 50px 0;
  position: relative;
}
.media-bar {
  position: relative;
  margin-bottom: 30px;
}
.media-bar ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.media-bar ul li {
  margin-right: 30px;
}
.media-bar ul li a {
  color: #fff;
  font-size: 20px;
}
.footer-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-links ul li {
  margin-bottom: 0;
}
.footer-links ul li a {
  color: #fff;
  font-size: 14px;
}
footer [class*="pix-"]:last-child {
    text-align: right;
}
footer [class*="pix-"]:last-child .footer-links ul {
    display: inline-block;
    text-align: left;
}
/* Footer CSS */
/* Product CSS START */
.product {
  position: relative;
  padding: 60px 0;
}
.product .nav-pills .nav-link{
  font-size: 18px;
  color: #252827
}
.product .nav-pills .nav-link.active,
.product .nav-pills .show>.nav-link{
  background: none;
  color: #F26923;
  font-weight: 600;
}
.product .tab-content{
  border-top: 1px solid #252827;
  padding-top: 30px;
}
.product-img--box {
    position: relative;
    padding: 45% 50%;
    overflow: hidden;
}
.product-img--box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
  over
}
.product-img--box:hover img{
    transform: scale(1.2);
}
.product--details {
    padding: 1.5rem;
}
.product--name h6,
.product--price p{
  font-size: 18px;
  font-weight: 500;
  color: #212423;
}
.product--name h6{
  height: 43px;
  overflow: hidden;
}
.product-raiting--box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-raiting--box .klaviyo-star-rating-widget {
  width: 100%;
}
.product-raiting--box button.kl_reviews__star-rating-widget {
  width: 100%;
  justify-content: space-between;
}
.kl_reviews__star_rating_widget__label {
    color: #B4B3B2 !important;
    font-size: 16px !important;
    font-family: 'GT America Regular' !important;
    text-transform: capitalize;
}
button.kl_reviews__star_rating_widget {
  justify-content: space-between;
  width: 100%;
}
.review p {
    font-family: 'GT America Regular';
    font-size: 16px;
    color: #B4B3B2;
}
.product-btn--box {
    margin-top: 0.745rem;
}
.product-btn--box .product--btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.868rem 1rem;
    font-size: 18px;
    font-weight: 700 !important;
    color: #252827;
    border: 2px solid #252827;
    letter-spacing: 2px;
    font-family:'Futura';
    font-weight:500;
}
.product-btn--box  .product--btn:hover{
  border-color: #F26923;
  color: #F26923;
}
.product .owl-theme .owl-dots .owl-dot span{
  width: 13px;
  height: 13px;
  background: transparent;
  border: 1px solid #252827;
}
.p-relative {
    position: relative;
}
.product .owl-theme .owl-dots .owl-dot.active span, .product .owl-theme .owl-dots .owl-dot:hover span {
    background: #252827;
}

/* Product CSS END */
/* Awards CSS STAT */
.awards {
    position: relative;
    padding: 30px 0 60px 0;
    background: #F4F4F4;
}
/* Awards CSS END */
/* As Seen In CSS START */
.as-seen-in {
    position: relative;
    padding: 30px 0 60px 0;
}
.as-seen-in ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.as-seen-in ul li {
  width: calc(100% / 5);
  text-align: center;
  padding: 0 10px;
}
.as-seen-in ul li:nth-child(5)~li{
  width: calc(100% / 6)
}
.as-seen-in ul li img{
  max-width: 100%;
  object-fit: contain;
}
/* As Seen In CSS END */
/* Real Experiences CSS START */
.real-experiences{
  padding: 60px 0;
  position: relative;
}
.box-video{
  position: relative;
  width: 100%;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
}
.video-slider--box {
    position: relative;
    padding: 72% 50%;
}
.video-slider--box video,
.video-slider--box ifreme {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor:pointer;
}
.video-slider--box .video-slider--text {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    color: #ffffff;
    z-index: 2;
}
.video-slider--box .video-slider--text p {
    line-height: 1.5;
}

.play-gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.play-gif svg{
  width: 60px;
  height: 60px;
}
.real-experiences .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 5%;
    right: 10%;
    width: 90%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.real-experiences .owl-theme .owl-nav button {
  width: 40px;
  height: 40px;
  background: #252827;
  color: #FFFFFF;
  font-size: 33px;
  line-height: 0;
  border-radius: 50%;
  pointer-events: all;
}
.real-experience--nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95.3%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none;
}
.real-experience--nav [class*="real-experience-"] {
    width: 40px;
    height: 40px;
    background: #252827;
    text-align: center;
    padding: 5px 0;
    border-radius: 50%;
    pointer-events: all;
}
.real-experience--nav [class*="real-experience-"] svg {
    width: 18px;
    fill: #ffffff;
}
.swiper-button-disabled {
    opacity: 0;
    visibility: visible;
}
.play-gif::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 20px solid transparent;
    border-left: 30px solid #fff;
    border-radius: 6px;
}
/* Real Experiences CSS END */
/* Image before after CSS START */
.image-effect--sec{
  padding: 60px 0;
  position: relative;
}
*:before,
*:after {
  box-sizing: inherit;
}
.image--wrapper {
    position: relative;
    width: 100%;
    padding: 40% 50%;
    overflow: hidden;
}
.image--wrapper .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  display: block;
}
.image--wrapper .background-img {
    background-image: var(--before-image);
}
.image--wrapper .foreground-img {
    background-image: var(--after-image);
    width: 50%;
}
.image--wrapper .slider {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0);
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image--wrapper .slider:hover {
    background: rgba(242, 242, 242, 0);
}
.image--wrapper .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 2px;
    height: 2000px;
    margin-left: 5px;
    background: white;
    cursor: col-resize;
}
.image--wrapper .slider::-moz-range-thumb {
    width: 2px;
    height: 2000px;
    background: white;
    cursor: col-resize;
}
.image--wrapper .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: calc(50% - 18px);
    top: calc(50% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.image--wrapper .slider-button:after {
    content: "";
    left: 6px;
    display: inline-block;
    border: solid transparent;
    border-width: 10px 0px 10px 12px;
    border-left: 10px solid #ffffff;
    position: relative;
}
.image--wrapper .slider-button:before {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: 10px 10px 10px 3px;
    border-right: 10px solid #ffffff;
    margin-right: 4px;
}
/* Image before after CSS END */
.hair-guide--wrapper{
  width: 100%;
  min-height: 435px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top:50px; */
  background-size: cover !important;
}
.hair-guide--inner{
  max-width: 480px;
  margin: auto;
  background: rgb(255 255 255/83%);
  padding: 30px 25px;
}
section.healthy {
  margin-top: 100px;
  background-color: #F4F4F4;
  padding: 100px 0 80px;
}
.healthy--title+a,
.underline_text {
  font-family: 'Futura PT';
  font-style: italic;
  color: #828282;
  text-decoration: underline;
  font-size: 18px;
  line-height: 1.5;
}
.healthy ul li a {
  font-size: 18px;
  color: #828282;
  font-weight: 400;
  line-height: 1.5;
}
.healthy--title h3 {
    font-size: 40px;
    text-wrap: balance;
    width: 80%;
    line-height: 50px;
}
.healthy--title h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
.healthy--title p {
    font-size: 18px;
    color: #212423;
    line-height: 1.5;
}
.hair-guide--wrapper img{
  max-width: 100%;
}

.healthy-logo--box img{
  max-width: 100%;
}

/* Press Page CSS START */
/* Press Banner CSS START */
 .press-content h2{
    text-transform: uppercase;
  }
  .press-breadcrumb {
    padding: 80px 0px;
}
.press-breadcrumb .col-md-6 {
    padding: 0;
    display: flex;
    align-items: center;
}
.press-main-content {
    height: 85%;
    width: 520px;
    margin-left: auto;
    position: relative;
    padding: 60px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.press-main-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    border: 2px solid #252827;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.press-content {
    position: relative;
    padding: 50px 0px;
}
.press-content h5 {
    font-size: 20px;
    line-height: 30px;
}
.press-img-box img {
    height: 425px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
  .red {
	color: #F26923;
}
.press-content h1 {
    font-size: 5rem;
    line-height: 1;
    font-family: "Futura PT" !important;
    font-weight: 600 !important;
}
.press-content h2 {
    text-transform: uppercase;
    font-family: "Futura PT" !important;
    font-weight: 600 !important;
}
.press-content p {
    line-height: 2;
    font-size: 20px;
}

/* Press Banner CSS END */
/* Press Vidoe CSS START */
.video-section{
    padding: 50px 0px;
    background-color: #DBD7D6;
}
.video-box h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0px 0px 0px;
  font-family: "Futura PT" !important;
  font-weight: 600 !important;
}
.video-box p {
    font-size: 18px;
}
/* .owl-theme .owl-nav button:hover {
    background-color: transparent !important;
    color: #000 !important;
} */
.video-box iframe {
    height: 400px;
    width: 100%;
}
.blog-carousel--nav,
.video-carousel--nav {
    position: absolute;
    top: 40%;
    left: -35px;
    right: -35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
}
.blog-carousel--nav [class*="blog-carousel-"],
.video-carousel--nav  [class*="video-carousel-"]{
  font-size: 30px;
  pointer-events: all;
}

.video-box .video-img {
    position: relative;
  transition: all 0.3s;
  z-index:1;
}
.video-box .video-img img {
    height: 335px;
    object-fit: cover;
    width: 100%;
}
.video-box a.click{
  display:block!important;
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  z-index:1;
}
#video-icon{
   display: block;
  position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 39px;
    height: 39px;
    opacity: 1;
    transition: all 0.3s;
    z-index: 1;
    pointer-events: none;
      background-size: 100%;
    background: url(/cdn/shop/files/play-icon.svg?v=1687436391) center no-repeat;
}
/* .video-box .video-img:hover #video-icon {
    display: none;
  transition: all 0.3s;
  z-index:99;
}
.video-box .video-img:hover .click{
   z-index: 1;
} */
/* Press Video CSS END */
/* Press Article CSS START  */
.reverse-column-section .content h2 {
    font-family: "Futura pt" !important;
    font-weight: 600 !important;
}
.reverse-column-section{
    padding: 50px 0px;
}
.leftimg-section , .rightimg-section {
    position: relative;
    padding: 50px 0px;
}
.leftimg-section:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 50%;
    height: 100%;
    background-color: #F4F4F4;
    z-index: -1;
}
.rightimg-section:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: #F4F4F4;
    z-index: -1;
}
.leftimg-section .content , .rightimg-section .content {
    padding: 0px 75px;
}
.leftimg-section .content p , .rightimg-section .content p{
    font-size: 20px;
    line-height: 30px;
}
.leftimg-section .content a:hover , .rightimg-section .content a:hover{
    color: #000 !important;
}
.leftimg-section .content a , .rightimg-section .content a {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 50px;
    display: block;
  font-weight: 300!important;
}
/* .press-content.align-end{
    display: flex;
    align-items: end;
} */
.view-btn {
    text-align: center;
    margin-top: 35px;
}
.view-btn a {
    color: #252827;
    border: 2px solid #252827;
    padding: 6px 30px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}
.view-btn a:hover {
    border-color: #F26923;
}
/* Press Article CSS END */
/* Press Blog CSS START */
.blog-section{
    padding: 50px 0px;
    background-color: #DBD7D6;
}
.blog-box img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.blog-section h2 {
    font-size: 50px;
    margin-bottom: 20px;
    font-family: "Futura PT" !important;
    font-weight: 600 !important;
}
.blog-box h3 {
    font-size: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    font-family: "Futura PT" !important;
    font-weight: 600 !important;
}
.blog-carousel .owl-next {
    position: absolute;
    right: -50px;
    top: 38%;
}

.blog-carousel [class*="owl-"]::after {
    content: '';
    font-size: 0;
    border: 12px solid transparent; 
    border-radius: 6px;
}
.blog-carousel .owl-next span {
    display: none;
}
.blog-carousel .owl-prev {
    position: absolute;
    left: -50px;
    top: 38%;
}
.blog-carousel .owl-next:after {
     border-left: 12px solid #252827;
}
.blog-carousel .owl-prev:after {
      border-right: 12px solid #252827;
}
.blog-carousel .owl-prev span {
    display: none;
}
.blog-carousel .owl-dots {
    display: none;
}
.blog-carousel .owl-nav .disabled {
    display: none;
}
  
.blog-section .blog-box img{
      height: 400px;
}

/* Press Blog CSS END */
/* Hair Type CSS START */
  .hair-type-section{
    padding: 100px 0px;
}
.hair-type-box {
    text-align: center;
}
.hair-type-box h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.hair-type-box img {
    padding: 20px 0px 10px 0px;
}
.hair-type-box .types {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap:45px;
}
.hair-type-box .types span {
    text-align: center;
    width: 124px;
}


#MainContent .shopify-section:nth-child(even) .verystraight-section .row:nth-child(1) .type-circle{
   text-align: right;
}
#MainContent .shopify-section:nth-child(even) .verystraight-section .row:nth-child(1) .type-circle img {
    margin: 95px 60px 0px 0px;
}



.mt70 {
    margin-top: 70px;
}
.hair-type-image {
    position: relative;
}
.hair-type-image:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #252827;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: -1;
}
.hair-type-content {
    padding-left: 44px;
}
.hair-type-content p {
    margin-bottom: 15px;
}
.hair-type-content p:last-child {
    margin-bottom: 0px;
}


/* css that needs to be refactor */
  
.types span {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #252827;
}
.hair-type-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.verystraight-content {
/*     padding: 0px 30px; */
  padding: 0px 0px;
  padding-bottom:70px;
}

.main-circle-box {
    position: relative;
}
.circle-box {
    display: inline-block;
  position: relative;
    width: 80%;
    /* background: #000; */
}

  
a.level-1 {
    left: 15px;
    top: -12px;
}
a.level-2 {
    left: 60px;
    top: -12px;
}
a.level-3 {
    left: 100px;
    top: -12px;
}
a.level-4 {
    left: 140px;
    top: -12px;
}
a.level-5 {
    left: 180px;
    top: -12px;
}

i.fas.fa-minus,
{
    position: absolute;
    left:0;
  z-index: -1;
  padding: 20px;
  color: #252827;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
}
i.fas.fa-plus {
    position: absolute;
    right:0;
  z-index: -1;
  padding: 20px;
  color: #252827;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
}
.quantity-box .input-group svg.fa-minus{
  position: absolute;
  left: 14px;
  width: 14px;
  fill: #252827;
}
.quantity-box .input-group svg.fa-plus{
  position: absolute;
  right: 14px;
  width: 14px;
  fill: #252827;
}
.tabs-name .circle-dot-outer:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #c4c4c4;
  top: 0;
  right: -26%;
}

.tabs-name:nth-child(odd) {
    position: relative;
}

.tabs-name:nth-last-child(1) .circle-dot-outer:after {
    display: none;
}
.circle-dot-outer a {    
    background: #fff;
    border: 1px solid #c4c4c4;
    width: 24px;
    height: 24px;
    display: inline-flex !important;
    border-radius: 50px;
  transition: 0.5s all;
}
.circle-dot-outer a:hover {
    background: #000;
    transition: 0.5s all;
}
.hair-type-box .types:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #c4c4c4;
    top: 12px;
    transform: translateY(-20%);
    z-index: -1;
    left: -5px;
    right: 0;
    margin: 0 auto;
}
 
.circle-dot-outer {
    display: flex;
    gap: 10px;
    position: relative;
    margin-bottom: 5px;
}
div#shopify-product-reviews {
    padding-top: 100px;
}
.metafield-rich_text_field ul:nth-child(4) li {
    display: inline-block;
    padding-right: 25px;
}
.rc-widget .rc-option__text,
.rc-widget .rc-option__discount{
  font-size: 16px;
}
.rc-widget .rc-option--active{
  background-color: transparent;
}
/* .recommendation-box h3 {
    font-weight: 400!important;
} */
/* .guide-content h1 {
    font-weight: 200!important;
} */
.guide-content {
    margin-left: 120px;
}
/* .metafield-rich_text_field ol {
    margin-bottom: 50px;
} */
.metafield-rich_text_field p {
    margin-bottom: 50px;
}
.metafield-rich_text_field p:last-child{
  margin-bottom:0;
}
#MainContent .shopify-section:last-child .verystraight-section {
    padding-bottom: 100px;
}


/* Hair Type CSS END */
/* Hair Guide CSS START */
.guide-content h1 {
  font-size: 5rem;
}
.verystraight-section{
  padding: 60px 0px;
}
.verystraight-content h2{
  font-size: 40px;
}
.verystraight-content p {
    margin-bottom: 15px;
}
.verystraight-content p:last-child {
    margin-bottom: 0px;
}
.verystraight-image {
    position: relative;
    text-align: right;
}
.verystraight-image:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #252827;
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: -1;
}
.types-img {
    margin: 95px 0px 0px 25px;
}
.mt20 {
    margin-top: 20px;
}
.recommendation-box h3 {
    margin-top: 12px;
}
.wavevolume-shape{
    position: relative;
}
.row.wavevolume-shape .col-md-4:nth-child(3) .recommendation-box{
  position: relative;
}
.row.wavevolume-shape .col-md-4:nth-child(3) .recommendation-box:after {
    content: '';
    width: 157%;
    height: 112%;
    border: 2px solid #252827;
    position: absolute;
    bottom: 50%;
    right: 50px;
    z-index: -1;
}
.CurlyVolume-shape .col-md-4{
  padding:0px 15px;
}
/* .wavevolume-shape:after {
    content: '';
    width: 575px;
    height: 372px;
    border: 2px solid #252827;
    position: absolute;
    right: 85px;
    bottom: 167px;
    z-index: -1;
} */
.CurlyVolume-shape{
    position: relative;
}
/* .CurlyVolume-shape:after {
    content: '';
    width: 500px;
    height: 372px;
    border: 2px solid #252827;
    position: absolute;
    bottom: 205px;
    left: 234px;
    z-index: -1;
} */

.row.CurlyVolume-shape .col-md-4:nth-child(2) .recommendation-box  {
    position: relative;
}
.row.CurlyVolume-shape .col-md-4:nth-child(2) .recommendation-box:after {
   content: '';
    width: 157%;
    height: 112%;
    border: 2px solid #252827;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}

.essentials-content .img-box img {
    height: 700px;
    object-fit: cover;
    object-position: 40% 100%;
}
custom.css 301
#shop_essentials .section-heading {
    margin: 70px 0 0px;
    padding: 0 60px;
}

.counter-section {
    padding: 70px 0px;
    margin-top: 40px;
    position: relative;
    border-top: 2px solid #252827;
    border-bottom: 2px solid #252827;
}
.counter-section .main-heading {
    text-align: center;
    margin-bottom: 50px;
}
.count-up {
    text-align: center;
}
.counter-count {
    font-size: 80px;
    line-height: 100px;
    font-weight: bold;
  margin-bottom: 0!important;
}
.counter-count:after{
    content: '%';
}
.count-up h3 {
    font-size: 16px;
    color: #252827;
    font-weight: 300 !important;
}
/* Hair Guide CSS END */
/* Our Founder Page CSS START */
.founder-section{
  position: relative;
  padding: 80px 0px;
  margin-top: 50px;
}
.our-img {
    margin-top: 60px;
}
.founder-image{
    position: unset;
  text-align: right;
    padding: 20px;
}
.founder-image img {
    height: 100%;
    object-fit: cover;
}
/* .founder-image:after {
    content: '';
    width: 100%;
    height: 700px;
    display: block;
    border: 2px solid #000;
    position: absolute;
    top: -38px;
    left: -117px;
    z-index: -1;
} */
.founder-image:before {
    content: '';
    width: 42%;
    height: 100%;
    display: block;
    border: 2px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    z-index: -1;
}
.about-founder {
    padding: 0px 25px;
}
.about-founder h2 {
    font-size: 26px;
    line-height: 35px;
    text-wrap: balance;
}
  
.standard-section {
    padding: 100px 0px 50px 0px;
    position: relative;
}
.standard-section:before {
    content: '';
    width: 30%;
    height: 150px;
    display: block;
    border: 3px solid #252827;
    position: absolute;
    right: -3px;
    top: -50px;
}
/* .standard-section:before {
    content: '';
    width: 543px;
    height: 150px;
    display: block;
    border: 3px solid #252827;
    position: absolute;
    right: -110px;
    top: -92px;
} */
.standard-content {
    padding-left: 100px;
}
.standard-content h2 {
    font-size: 40px;
}
.standard-content p {
    padding: 4px 0px 12px 0px;
    text-wrap: pretty;
}
.standard-content a {
    display: inline-block;
    color: #000;
    border: 2px solid #000;
    padding: 5px 25px;
    font-size: 18px;
}
.standard-content a{
  font-weight: 700;
}
.founder-breadcrumb{
    background-color: #DFDEDB;
    padding: 80px 0px;
}
  
.founder-content{
    text-align: center;
}
.founder-content h1{
    font-size: 50px;
    line-height: 67px;
}
  .work-breadcrumb {
    background-image: url(/cdn/shop/files/microscopic-hair-strands-microscopic-macro-closeup-view-strands-textured-hair-fibers-d-render-114861652.jpg?v=1684146502);
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}
.breadcrumb-content {
    width: 50%;
    /* height: 266px; */
    background-color: #ffffff70;
    /* padding: 26px 49px; */
    /* margin-left: auto; */
  padding:20px 40px 40px 30px;
}
.breadcrumb-content h1{
    font-size: 40px;
    line-height: 53px;
   font-family:Futura;
  font-weight:700;
}
/* Our Founder Page CSS END */
/* How It Works Page CSS START */
.strengthening-section{
    padding: 80px 0 150px 0;
}
.strengthening-image{
    position: relative;
}
.strengthening-image:after {
    content: "";
    width: 83%;
    height: 89%;
    display: block;
    border: 2px solid #000;
    position: absolute;
    bottom: -38px;
    left: -38px;
    z-index: -1;
}
.strengthening-box {
    padding: 0px 90px;
}
.strengthening-box h2 {
    font-size: 40px;
    line-height: 53px;
}
.aboutwork-section{
    padding: 80px 0px;
}
.aboutwork-content h2{
    font-size: 40px;
    line-height: 53px;
}
.aboutwork-content p {
    width: 80%;
    margin-bottom: 15px;
}
.aboutwork-content p:last-child {
    margin-bottom: 0px;
}
.aboutwork-image {
    position: relative;
}
.aboutwork-image:after {
    content: '';
    width: 100%;
    height: 90%;
    display: block;
    border: 2px solid #252827;
    background-color: transparent;
    position: absolute;
    bottom: -35px;
    right: -35px;
    z-index: -1;
}

 .preservingwork-section {
    padding: 40px 0px;
}
.preservingwork-section .col-md-7{
    padding: 0px;
}
.preservingwork-content {
    padding: 30px 40px;
    position: relative;
}
.preservingwork-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #252827;
    top: -5px;
    left: 0;
    right: 0;
    z-index: -1;
}
.preservingwork-image img { 
    width: 100%;
}
.preservingwork-content h2{
    font-size: 40px;
    line-height: 51px;
}
.preservingwork-box {
    border: 2px solid #000;
    margin-top: 20px;
    padding: 20px;
}
.preservingwork-box h3{
    font-size: 20px;
    line-height: 27px;
}


.restoring-section{
    padding: 50px 0px;
}
.restoring-section .col-md-6 {
    padding: 0;
}
.restoring-box {
    border: 2px solid #252827;
    border-right: 0px;
    padding: 70px 70px;
    display: flex;
    flex-direction: column;
    height: 600px;
    justify-content: center;
}

.restoring-box h2 {
    font-size: 42px;
}
.strengthening-section{
    padding: 80px 0 150px 0;
}
.strengthening-image{
    position: relative;
}
.strengthening-image:after {
    content: "";
    width: 83%;
    height: 89%;
    display: block;
    border: 2px solid #000;
    position: absolute;
    bottom: -38px;
    left: -38px;
    z-index: -1;
}
.strengthening-box {
    padding: 0px 90px;
}
.strengthening-box h2 {
    font-size: 40px;
    line-height: 53px;
}
.restoring-box h2,
.main-heading h2 {
    font-size: 40px;
}
.preservingwork-section .main-heading p {
    margin-bottom: 3rem;
    /* font-size: 20px;
    font-weight: 600; */
    font-size: 18px;
    font-weight: 400;
    color: #212423;
    font-family: Futura;
    line-height: 23px;
    margin-top: 10px;
}

/* Product Page */
#single_collection {
	position: relative;
	padding: 60px 0;
   transition: 0.5s all;
}
.product-recommendation-slider .product--img {
    position: relative;
    padding: 55% 50%;
    overflow: hidden;
}
.product-recommendation-slider .product--img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
}
.product-recommendation-slider.owl-theme .owl-nav.disabled+.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-recommendation-slider .product--name p {
    font-size: 16px;
    font-weight: 700;
    color: #212423;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Futura PT';
}
.back-bar {
	position: relative;
	padding-bottom: 10px;
}
.back-bar a {
	color: #252827;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-transform: uppercase;
    padding-left: 18px;
    position: relative;
}
.back-bar a::after{
    content: "";
    border: 7px solid transparent;
    border-right: 6px solid #252827;
    position: absolute;
    top: 2px;
    left: 0;
}
.back-bar a:hover::after{
  border-right-color: #F26923;
}
.product-gallery-carousel .product-gallery--pagination {
	display: flex;
	justify-content: space-between;
	margin: 5px 0 !important;
	width: 100%;
}
/* .product-gallery-carousel .product-gallery--pagination .swiper-pagination-bullet {
	display: flex !important;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
} */
.product-gallery-carousel .product-gallery--pagination .swiper-pagination-bullet{
	background: #DFDEDB !important;
	border-radius: 0 !important;
	width: 100% !important;
	margin: 5px 5px !important;
	height: 5px !important;
    border: none;
}
.product-gallery-carousel .product-gallery--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #252827 !important;
}
.products-details-group {
	position: relative;
	padding: 0 0 0 30px;
}
.products-header-group {
	position: relative;
	padding-bottom: 30px;
}
.products-header-group h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 0 6px 0px;
}
.products-header-group p {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
    margin-bottom: 6px;
}
.products-header-group .product-rating {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}
.products-header-group .product-rating span {
    font-size: 16px;
    color: #B4B3B2;
    line-height: 21px;
    padding-left: 0;
}
.product-variation-group h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	color: #252827;
	margin-bottom: 10px;
}
.product-variation-group .variation-item {
	display: flex;
	max-width: 65%;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.product-variation-group .variation-item label {
	color: #150B1E;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	margin-left: 35px;
}
.product-variation-group .variation-item .price h5 {
	margin: 0;
	font-size: 16px;
	color: #150B1E;
	line-height: 21px;
}
.product-variation-group .variation-item .price span {
	color: #BCBBBA;
	font-size: 14px;
}
.product-variation-group .variation-item .form-group {
	position: relative;
}
.product-variation-group .variation-item .form-group input[type=radio]:checked+span {
	border: 8px solid #333;
}
.product-variation-group .variation-item .form-group input[type="radio"] {
	position: absolute;
	z-index: 11;
	opacity: 0;
	height: 26px;
	width: 26px;
	left: 0px;
}
.product-variation-group .variation-item .form-group span.input-radio {
	position: absolute;
	height: 26px;
	width: 26px;
	border: 1px solid #B1B1B1;
	border-radius: 100%;
	left: 0px;
}
.product-variation-group .variation-item .form-group input[type=radio]:checked+span {
	border: 8px solid #333;
}
.quantity-box input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
    
}
.quantity-box .qtyValue{
  -moz-appearance: textfield !important;
}
.quantity-box input {
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 10px;
}
.quantity-box input::-webkit-outer-spin-button,
.quantity-box input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.quantity-box .input-group {
	clear: both;
	margin: 0;
	position: relative;
	border: 1px solid #252827;
	display: flex;
	align-items: center;
	justify-content: space-between;
  
}
.quantity-box .input-group input[type='button'] {
	border: 0;
	min-width: 28px;
	width: auto;
	transition: all 300ms ease;
}
.quantity-box .input-group .button-minus,
.quantity-box .input-group .button-plus {
	background: transparent;
	font-weight: bold;
	height: 46px;
	padding: 0;
	width: 38px;
	position: relative;
    z-index: 1;
}
.quantity-box .input-group .quantity-field {
	border: 0;
	position: relative;
	height: 46px;
	left: 0;
	text-align: center;
	width: calc(100% - 56px);
	display: inline-block;
	font-size: 18px;
	margin: 0;
	resize: vertical;
}
.quantity-box input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: none;
}
.product-quantity-group {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
    column-gap: 25px;
}
.product-form__controls-group {
    width: 50%;
}
.product-form__controls-group select {
    width: 100%;
    height: 48px;
}
.product-quantity-group input[type="text"] {
	width: 48%;
	text-align: center;
	height: 48px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	border: 1px solid #252827;
}
.product-quantity-group .quantity-box {
	width: 50%;
}
.add-to-cart-group input[type=submit].shop-btn {
	background: #252827;
	color: #fff;
	font-size: 18px;
	border: 0;
	display: block;
	text-align: center;
	padding: 4px;
	width: 100%;
	transition: .5s all;
	text-transform: uppercase;
}
.add-to-cart-group.btn--fixed{
  display: none;
}
footer {
	background: #252827;
	padding: 50px 0;
	position: relative;
}
.media-bar {
	position: relative;
	margin-bottom: 30px;
}
.media-bar ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.media-bar ul li {
	margin-right: 30px;
}
.media-bar ul li a {
	color: #fff;
	font-size: 20px;
}
.footer-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-links ul li {
	margin-bottom: 0;
}
.footer-links ul li a {
	color: #fff;
	font-size: 14px;
}
/* Hatim CSS Start */
.products-bottom-group {
	margin-top: 25px;
}
.products-bottom-group .promise-card {
	background-color: #DBD7D6;
	padding: 30px;
	margin-top: 10px;
}
.products-bottom-group .promise-card h3 {
	color: #252827;
	font-size: 20px;
	font-weight: 700;
}
.product-benefits {
	position: relative;
}
.product-benefits:after {
	content: '';
	width: 50%;
	height: 100%;
	background-color: #DBD7D6;
	position: absolute;
	left: 0px;
	top: 0px;
}
.product-benefits .col-md-6 {
	z-index: 9;
	position: relative;
}
.product-benefits-content {
	width: 80%;
	padding: 70px 0px;
}
.product-benefits-content h3 {
    /* color: #252827; */
	font-size: 26px;
	line-height: 35px;
	font-weight: 700;
}
.product-benefits-content .benefits {
	margin-top: 70px;
}
.product-benefits-content .benefits h3 {
    margin-top: 50px;
      color: #C69A04;
}
.product-benefits-content .benefits h3:first-child {
    margin-top: 0;
  color: #252827;
}
.product-benefits-content .benefits ul {
    margin: 12px 0 0 0;
}
.product-benefits-content .benefits ul li {
	position: relative;
	font-size: 16px;
	color: #252827;
	line-height: 35px;
	font-weight: 500;
}
.product-benefits-content .benefits ul li:before {
    content: "+";
    position: absolute;
    top: 13px;
    transform: translateY(-50%);
    left: -19px;
    font-size: 22px;
    font-weight: 500;
    line-height: 16px;
}
.derived-ingredients {
	padding: 0px 0px 0 50px;
	margin-top: 70px;
}
.derived-ingredients h2 {
	color: #252827;
	font-size: 26px;
	line-height: 35px;
    font-weight: 700;
    padding: 0px 35px;
}
.main-ingredients {
	display: flex;
	align-items: center;
	column-gap: 12px;
	margin-top: 20px;
    padding: 0 35px;
}
.main-ingredients p{
    font-weight: 700;
}
.derived-ingredients .icon-img {
	width: 50px;
}
.derived-ingredients .icon-img img {
	width: 100%;
}
.all-ingredients {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 10px;
	row-gap: 45px;
	margin-top: 28px;
}
.all-ingredients .single-ingredients {
	text-align: center;
}
.all-ingredients .single-ingredients p {
	line-height: 20px;
}
.all-ingredients .single-ingredients .icon-img {
	margin: 0px auto 15px;
}
.ingredients-list {
	padding: 40px 0 60px 0;
  margin: 40px 0px 40px 0px;
}
.ingredients-box {
	background-color: #DBD7D6;
	padding: 45px 30px;
	position: relative;
    height: 100%;
    margin-left: 35px;
}
.ingredients-box:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 47px;
    left: -47px;
    border: 2px solid #252827;
    z-index: -1;
}
/* .ingredients-box:after {
	content: "";
	border-top: 15px solid transparent;
	border-left: 30px solid #DBD7D6;
	border-bottom: 15px solid transparent;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 24%;
	right: -30px;
} */
.ingredients-box h3 {
	margin-bottom: 15px;
	font-weight: 600;
}
.ingredients-list-content {
	padding: 0px 50px;
}
.ingredients-list-content h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400 !important;
}
.ingredients-list-content h2 span {
	text-decoration: line-through;
	font-style: unset;
}
.ingredients-list-content span {
	font-style: italic;
}
.ingredients-list-content ul {
	padding: 0px;
	margin-top: 10px;
}
.red {
	color: #F26923;
}
.golden{
    color: #C69A04;
}
.key-feature .key-features a {
    color: #000;
    font-family: "Futura PT" !important;
    font-weight: 300!important;
    font-size: 16px;
}
.key-feature .key-features.key.icon_class a {
    color: #F26923;
}
.key-feature .key-features.icon_class:before {
    content: "";
    border-top: 15px solid transparent;
    border-left: 30px solid #DBD7D6;
    border-bottom: 15px solid transparent;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
     top: 0%;
     left: -65px;
}

.key-feature .key-features {
    position: relative;
}


.process-section {
	padding: 60px 0 60px;
    margin: 40px 0px 40px 0px;
	position: relative;
}
.process-section .row{
    z-index: 9;
    position: relative;
}
.process-section .process-box h2 {
	font-size: 26px;
	line-height: 35px;
    font-weight: 700;
}
.process-section .container:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
    margin-left: -15px;
	border: 2px solid #252827;
}
.process-section .process-box {
	padding: 0px 25px;
}
.process-section-2 {
    margin-top: 40px;
	padding: 40px 0 40px;
	position: relative;
}
.process-section-2 .row{
    z-index: 9;
    position: relative;
}
.process-section-2 .main-process-box {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 55px;
}
.process-section-2 .main-process-box {
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}
.process-section-2 .process-box h2 {
	font-size: 26px;
	line-height: 35px;
    font-weight: bold;
}
.process-section-2 .container:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: auto;
    margin-left: -5px;
	border: 2px solid #252827;
}
.process-section-2 .process-box {
	padding: 0px 25px;
    width: 48%;
    /* width: 31%; */
}
.metafield-rich_text_field dl li,
.metafield-rich_text_field ul li,
.metafield-rich_text_field ol li {
    font-size: 16px;
    font-family: "Futura PT" !important;
    font-weight: 400;
}
.recipe-section {
    margin-top: 40px;
	padding: 40px 0 40px;
	position: relative;
}
.recipe-heading h2{
    color: #252827;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}
.recipe-heading a {
    color: #252827;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    border: 2px solid #252827;
    padding: 8px 21px;
    display: inline-block;
}
.recipe-box {
    background-color: #dbd7d6;
    padding: 45px 30px;
    margin-top: 30px;
    height: 538px;
}
.recipe-box img {
    width: 60%;
    margin-bottom: 20px;
}
.recipe-box h4 {
    font-size: 19px;
    text-transform: uppercase;
}
.recipe-box span {
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
}
.sustainability-section {
	padding: 50px 0px 100px 0px;
}
.sustainability-group {
	position: relative;
	padding-left: 100px;
}
.sustainability-group h2 {
	margin-bottom: 24px;
    font-weight: 700;
}
.sustainability-group span {
	color: #252827;
	font-size: 20px;
	line-height: 27px;
	font-weight: 700;
}
.sustainability-group span h2 {
	font-size: 26px;
	font-weight: 500;
	line-height: 30px;
}
.sustainability-box {
	border: 2px solid #252827;
	display: flex;
	align-items: center;
	padding: 15px 30px;
	margin-bottom: 30px;
}
.sustainability-box .img-box {
	position: relative;
	flex: 0 0 35%;
	text-align: center;
}
.sustainability-box .content-box h4 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
}
.sustainability-box .content-box p {
	padding-right: 30px;
}
.sustainability-note p {
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	font-weight: 400;
}
#integrity {
	position: relative;
	padding: 100px 0 100px 0;
}
#integrity:before {
	content: '';
	background: transparent;
	border: 2px solid #252827;
	width: 680px;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	top: 0;
}
#integrity .integrity-content {
	position: absolute;
	top: 30%;
	margin-left: auto;
	z-index: 98;
	right: 10%;	
    max-width: 460px;
}
.integrity-content h2 {
    font-weight: 700;
    font-size: 40px;
}
#collections_all .product--details {
    padding: 0;
}
#collections_all .product--name {
    padding-top: 10px;
}
.collections-long-card {
	position: relative;
    transition:0.5s all;
    height: 100%;
}
.collections-long-card figure{
  height: 100%;
}
.collections-long-card figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.collections-long-card .collections-content {
	background: rgba(0, 0, 0, 0.47);
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
    width: 100%;
	padding: 40px 65px;
}
.collections-long-card .collections-content h3 {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	transition: .5s all;
	position: relative;
	z-index: 11;
}
.collections-long-card .collections-content p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	transition: .5s all;
	position: relative;
	z-index: 11;
}
#promise {
	position: relative;
	padding: 0px 0px 60px 0;
}
.promise-content {
	position: relative;
	min-height: 430px;
	height: 430px;
}
.promise-content:before {
	content: '';
	background: rgba(0, 0, 0, 0.47);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	display: block;
	z-index: 1;
}
.promise-content figure img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	object-position: 100% 40%;
}
.promise-bottom-content {
	position: absolute;
	bottom: 0;
	padding: 70px 50px;
	z-index: 11;
}
.promise-bottom-content h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}
.promise-bottom-content p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}
.work-breadcrumb {
    background-image: url(/cdn/shop/files/microscopic-hair-strands-microscopic-macro-closeup-view-strands-textured-hair-fibers-d-render-114861652.jpg?v=1684146502);
    background-size: cover;
    background-position: center;
    padding: 150px 0;
}
.breadcrumb-content {
    width: 50%;
    /* height: 266px; */
    background-color: #ffffff70;
    padding: 26px 49px;
    /* margin-left: auto; */
}
.breadcrumb-content h1{
    font-size: 40px;
    line-height: 53px;
}
.aboutwork-section{
    padding: 80px 0px;
}
.aboutwork-content h2{
    font-size: 40px;
    line-height: 53px;
}
.aboutwork-content p {
    width: 80%;
    margin-bottom: 15px;
}
.aboutwork-content p:last-child {
    margin-bottom: 0px;
}
.aboutwork-image {
    position: relative;
}
.aboutwork-image:after {
    content: '';
    width: 100%;
    height: 90%;
    display: block;
    border: 2px solid #252827;
    background-color: transparent;
    position: absolute;
    bottom: -35px;
    right: -35px;
    z-index: -1;
}
.preservingwork-section {
    padding: 40px 0px;
}
.preservingwork-section .col-md-7{
    padding: 0px;
}
.preservingwork-content {
    padding: 30px 40px;
    position: relative;
}
.preservingwork-content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #252827;
    top: -5px;
    left: 0;
    right: 0;
    z-index: -1;
}
.preservingwork-image img { 
    width: 100%;
}
.preservingwork-content h2{
    font-size: 40px;
    line-height: 51px;
}
.preservingwork-box {
    border: 2px solid #000;
    margin-top: 20px;
    padding: 20px;
}
.preservingwork-box h3{
    font-size: 20px;
    line-height: 27px;
}
.restoring-section{
    padding: 50px 0px;
}
.restoring-box {
    border: 2px solid #000;
    border-right: 0px;
    padding: 70px 70px;
    display: flex;
    flex-direction: column;
    height: 600px;
    justify-content: center;
}
}
.restoring-box h2 {
    font-size: 42px;
}
.strengthening-section{
    padding: 80px 0 150px 0;
}
.strengthening-image{
    position: relative;
}
.strengthening-image:after {
    content: "";
    width: 83%;
    height: 89%;
    display: block;
    border: 2px solid #000;
    position: absolute;
    bottom: -38px;
    left: -38px;
    z-index: -1;
}
.strengthening-box {
    padding: 0px 90px;
}
.strengthening-box h2 {
    font-size: 40px;
    line-height: 53px;
}
.founder-breadcrumb{
    background-color: #DFDEDB;
    padding: 80px 0px;
}
.founder-content{
    text-align: center;
}
.founder-content h1{
    font-size: 50px;
    line-height: 67px;
}
.founder-section{
  position: relative;
  padding: 80px 0px;
  margin-top: 50px;
}
.our-img {
    margin-top: 60px;
}
.founder-image{
    position: unset;
  text-align: right;
    padding: 20px;
}
.founder-image img {
    height: 100%;
    object-fit: cover;
}
/* .founder-image:after {
    content: '';
    width: 100%;
    height: 700px;
    display: block;
    border: 2px solid #000;
    position: absolute;
    top: -38px;
    left: -117px;
    z-index: -1;
} */
.founder-image:before {
    content: '';
    width: 42%;
    height: 100%;
    display: block;
    border: 2px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    z-index: -1;
}
.about-founder {
    padding: 0px 25px;
}
.about-founder h2 {
    font-size: 26px;
    line-height: 35px;
}
.standard-section {
    padding: 100px 0px 50px 0px;
    position: relative;
}
.standard-section:before {
    content: '';
    width: 30%;
    height: 150px;
    display: block;
    border: 3px solid #252827;
    position: absolute;
    right: -3px;
    top: -50px;
}
/* .standard-section:before {
    content: '';
    width: 543px;
    height: 150px;
    display: block;
    border: 3px solid #252827;
    position: absolute;
    right: -110px;
    top: -92px;
} */
.standard-content {
    padding-left: 100px;
}
.standard-content h2 {
    font-size: 40px;
}
.standard-content p {
    padding: 4px 0px 12px 0px;
}
.standard-content a {
    display: inline-block;
    color: #000;
    border: 2px solid #000;
    padding: 5px 25px;
    font-size: 18px;
} 
.guide-breadcrumb {
    background-image: url(/cdn/shop/files/header.jpg?v=1684215034);
    background-size: cover;
    padding: 100px 0;
    height: 570px;
    display: flex;
    align-items: end;
    position: relative;
}
.guide-breadcrumb:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #F9F9F9;
    opacity: .5;
    position: absolute;
    top: 0px;
    left: 0px;
}
.guide-breadcrumb .row{
    z-index: 9;
    position: relative;
}
.hair-type-section{
    padding: 100px 0px;
}
.hair-type-box {
    text-align: center;
}
.hair-type-box h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.hair-type-box img {
    padding: 20px 0px 10px 0px;
}
.hair-type-box .types {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap:45px;
}
.hair-type-box .types span {
    text-align: center;
    width: 124px;
}


#MainContent .shopify-section:nth-child(even) .verystraight-section .row:nth-child(1) .type-circle{
   text-align: right;
}
#MainContent .shopify-section:nth-child(even) .verystraight-section .row:nth-child(1) .type-circle img {
    margin: 95px 60px 0px 0px;
}



.mt70 {
    margin-top: 70px;
}
.hair-type-image {
    position: relative;
}
.hair-type-image:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #252827;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: -1;
}
.hair-type-content {
    padding-left: 44px;
}
.hair-type-content p {
    margin-bottom: 15px;
}
.hair-type-content p:last-child {
    margin-bottom: 0px;
}

.verystraight-content h2{
    font-size: 40px;
}
.verystraight-content p {
    margin-bottom: 15px;
}
.verystraight-content p:last-child {
    margin-bottom: 0px;
}
.verystraight-image {
    position: relative;
    text-align: right;
}
.verystraight-image .img-fluid {
    width: 100%;
}
.verystraight-image:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #252827;
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: -1;
}
.types-img {
    margin: 95px 0px 0px 25px;
}
.mt20 {
    margin-top: 20px;
}
.recommendation-box h3 {
    margin-top: 12px;
}
.wavevolume-shape{
    position: relative;
}
.row.wavevolume-shape .col-md-4:nth-child(3) .recommendation-box{
  position: relative;
}
.row.wavevolume-shape .col-md-4:nth-child(3) .recommendation-box:after {
    content: '';
    width: 157%;
    height: 112%;
    border: 2px solid #252827;
    position: absolute;
    bottom: 50%;
    right: 50px;
    z-index: -1;
}
.CurlyVolume-shape .col-md-4{
  padding:0px 15px;
}
/* .wavevolume-shape:after {
    content: '';
    width: 575px;
    height: 372px;
    border: 2px solid #252827;
    position: absolute;
    right: 85px;
    bottom: 167px;
    z-index: -1;
} */
.CurlyVolume-shape{
    position: relative;
}
/* .CurlyVolume-shape:after {
    content: '';
    width: 500px;
    height: 372px;
    border: 2px solid #252827;
    position: absolute;
    bottom: 205px;
    left: 234px;
    z-index: -1;
} */

.row.CurlyVolume-shape .col-md-4:nth-child(2) .recommendation-box  {
    position: relative;
}
.row.CurlyVolume-shape .col-md-4:nth-child(2) .recommendation-box:after {
   content: '';
    width: 157%;
    height: 112%;
    border: 2px solid #252827;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}

.essentials-content .img-box img {
    height: 700px;
    object-fit: cover;
    object-position: 40% 100%;
}
custom.css 301
#shop_essentials .section-heading {
    margin: 70px 0 0px;
    padding: 0 60px;
}

.counter-section {
    padding: 70px 0px;
    margin-top: 40px;
    position: relative;
    border-top: 2px solid #252827;
    border-bottom: 2px solid #252827;
}
.counter-section .main-heading {
    text-align: center;
    margin-bottom: 50px;
}
.count-up {
    text-align: center;
}
.counter-count {
    font-size: 80px;
    line-height: 100px;
    font-weight: bold;
  margin-bottom: 0!important;
}
.counter-count:after{
    content: '%';
}
.count-up h3 {
    font-size: 16px;
    color: #252827;
    font-weight: 300 !important;
}
.product-grid-gallery .gallery-items {
    /* height: 580px; */
    object-fit: cover;
}
.product-grid-gallery .gallery-items img{
    height: 100%;
}
.product-variation-group .rc-radio__input {
    accent-color: #232323;
    transform: scale(1.2);
}
.custom-width {
    width: 85%;
}
.main-heading {
    margin-bottom: 35px;
}
.main-heading h2 {
    font-size: 40px;
}
.main-heading p {
    font-size: 17px;
}
.press-breadcrumb {
    padding: 80px 0px;
}
.press-breadcrumb .col-md-6 {
    padding: 0;
    display: flex;
    align-items: center;
}
.press-main-content {
    height: 85%;
    width: 520px;
    margin-left: auto;
    position: relative;
    padding: 60px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.press-main-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    border: 2px solid #252827;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.press-content {
    position: relative;
    padding: 50px 0px;
}
.press-content h5 {
    font-size: 20px;
    line-height: 30px;
}
.press-img-box img {
    height: 425px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.video-section{
    padding: 50px 0px;
    background-color: #DBD7D6;
}
.video-box h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0px 0px 0px;
}
.video-box p {
    font-size: 18px;
}
.owl-theme .owl-nav button:hover {
    background-color: transparent !important;
    color: #000 !important;
}
.video-box iframe {
    height: 400px;
    width: 100%;
}
.video-carousel .owl-next {
    position: absolute;
    right: -50px;
    top: 38%;
}
.video-carousel .owl-next:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 0;
    color: #252827;
}
.video-carousel .owl-next span {
    display: none;
}
.video-carousel .owl-prev {
    position: absolute;
    left: -50px;
    top: 38%;
}
.video-carousel .owl-prev:after {
    content: '\f0d9';
    font-family: 'FontAwesome';
    font-size: 0;
    color: #252827;
}
.video-carousel .owl-prev span {
    display: none;
}
.video-carousel .owl-dots {
    display: none;
}
.video-carousel .owl-nav .disabled {
    display: none;
}
.reverse-column-section{
    padding: 50px 0px;
}
.leftimg-section , .rightimg-section {
    position: relative;
    padding: 50px 0px;
}
.leftimg-section:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 50%;
    height: 100%;
    background-color: #F4F4F4;
    z-index: -1;
}
.rightimg-section:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 50%;
    height: 100%;
    background-color: #F4F4F4;
    z-index: -1;
}
.leftimg-section .content , .rightimg-section .content {
    padding: 0px 75px;
}
.leftimg-section .content p , .rightimg-section .content p{
    font-size: 20px;
    line-height: 30px;
}
.leftimg-section .content a:hover , .rightimg-section .content a:hover{
    color: #000 !important;
}
.leftimg-section .content a , .rightimg-section .content a {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 50px;
    display: block;
  font-weight: 300!important;
}
/* .press-content.align-end{
    display: flex;
    align-items: end;
} */
.view-btn {
    text-align: center;
    margin-top: 35px;
}
.view-btn a {
    color: #252827;
    border: 2px solid #252827;
    padding: 6px 30px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}
.view-btn a:hover {
    border-color: #F26923;
}
.blog-section{
    padding: 50px 0px;
    background-color: #DBD7D6;
}
.blog-box img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.blog-section h2 {
    font-size: 50px;
    margin-bottom: 20px;
}
.blog-box h3 {
    font-size: 20px;
    margin-top: 30px;
  text-transform: uppercase;
   
}
.blog-carousel .owl-next {
    position: absolute;
    right: -50px;
    top: 38%;
}

.blog-carousel .owl-next:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-size: 0;
    color: #252827;
}
.blog-carousel .owl-next span {
    display: none;
}
.blog-carousel .owl-prev {
    position: absolute;
    left: -50px;
    top: 38%;
}
.blog-carousel .owl-prev:after {
    content: '\f0d9';
    font-family: 'FontAwesome';
    font-size: 0;
    color: #252827;
}
.blog-carousel .owl-prev span {
    display: none;
}
.blog-carousel .owl-dots {
    display: none;
}
.blog-carousel .owl-nav .disabled {
    display: none;
}
.plant-tree-banner{
    padding: 50px 0px;
  padding-bottom: 0;
}
.plant-video iframe {
    width: 95%;
}
.plant-tree-banner img {
    width: 100%;
}
.plant-border{
    border: 2px solid #000;
    border-left: 0px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 50px 0px;
}
.plant-tree-content {
    width: 80%;
    margin-bottom: 30px;
}
.plant-tree-content h2 {
    font-size: 50px;
}
.help-plant{
  position:relative;
  z-index:1;
    padding: 100px 0px 50px 0px;
}
.help-plant:before {
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:100px;
  bottom:0;
  width: 50%;
    height: 450px;
    background-color: #DBD7D6;
    display: flex;
    align-items: center;
    z-index: 1;
}
.help-plant-content {
    padding: 20px;
    width: 70%;
    margin: 0px auto;
}
.help-plant-bg{
  position:relative;
  z-index:1;
  height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.help-plant-content h2 {
    font-size: 50px;
}
.plant-image {
    text-align: center;
    transform: translateY(-70px);
}
.help-plant img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.plant-box {
    text-align: center;
  position:relative;
  width: 100%;
    height: 300px;
   border: 2px solid #000;
/*     transform: translate(0px , -20px); */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
      flex-direction: column;
      padding: 30px;
}

.z-9{
    z-index: 9;
    position: relative;
}
.plant-box h3 {
/*     padding: 0 185px; */
    font-size: 28px;
    line-height: 38px;
  width: 50%;
}
.plant-box a:hover {
    border-color: #F26923;
}
.plant-box a {
    border: 2px solid #000;
    padding: 2px 32px;
    font-size: 18px;
    color: #000;
    margin-top: 30px;
    display: inline-block;
  text-transform: uppercase;
}
.plant-video{
    position: relative;
}
.plant-video:after {
    content: '';
    width: 350px;
    height: 430px;
    background-color: #DBD7D6;
    position: absolute;
    bottom: -58px;
    right: -90px;
    z-index: -1;
}
.plant-content {
    margin-top: 120px;
}
.plant-content p {
    margin-bottom: 40px;
}
.standard-banner {
    padding: 60px 0px 80px 0px;
}
.banner-image {
    position: relative;
    right: -100px;
}
.standard-banner-content {
    position: relative;
    ppadding: 0;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.standard-banner-content:after {
    content: '';
    border: 2px solid #252827;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.standard-banner-content h1 {
    width: 50%;
    margin-bottom: 0;
}
.centered-content{
    background-color: #DBD7D6;
    text-align: center;
    padding: 60px 0px;
}
.centered-content h2 {
    font-size: 28px;
    line-height: 60px;
    padding: 0 50px;
    margin-bottom: 0;
}
.standard-ingredients {
    padding: 60px 0px;
    position: relative;
}
.standard-border:empty{
    display: block;
}
.standard-border{
    position: relative;
    padding: 70px 0px;
}
.standard-border:after {
    content: '';
    height: 500px;
    width: 355px;
    position: absolute;
    border: 2px solid #252827;
    top: 0;
    left: -2px;
}
.grid-images {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.standard-ingredients-content h2, .standard-ingredients-content p {
    margin-bottom: 20px;
}
.standard-ingredients-content p:last-child {
    margin-bottom: 0px;
}
.standard-accordian .accordion-item {
    border: 0;
}
.accordion-header .accordion-button {
    font-size: 20px;
    color: #F26923;
    border-top: 1px solid #DFDEDB;
    padding: 15px 10px;
    font-weight: 700;
    border-radius: 0px;
}
.standard-accordian .accordion-item:last-child .accordion-button {
    border-bottom: 1px solid #DFDEDB;
}
.accordion-header .accordion-button:after {
    content: '+';
    background-image: none;
    position: relative;
    top: -8px;
    transform: none;
}
.accordion-header .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
}
.standard-accordian .accordion-body p {
    margin-bottom: 20px;
    font-size: 18px;
}
.standard-accordian .accordion-body p i {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.standard-accordian .accordion-body .grey-box {
    background-color: #DBD7D6;
    padding: 40px;
    margin-bottom: 20px;
}
.standard-accordian .accordion-body .grey-box span {
    font-size: 28px;
    color: #252827;
    line-height: 60px;
    font-weight: 600;
}
/* Hatim CSS End */


/* neha CSS start */
.about-founder p {
    margin-bottom: 30px;
}

.press-image {
  height: 100%;
}
.recommendation-box {
/*     padding: 0px 5px; */
  padding: 0px 0px;
}
select#SingleOptionSelector-0 {
    color: #252827;
    background: white;
    border-color: black;
    font-weight: bold;
    font-family: 'GT America Regular';
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    /* appearance: none; */
}
.types span {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #252827;
}
.hair-type-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.verystraight-content {
/*     padding: 0px 30px; */
  padding: 0px 0px;
  padding-bottom:70px;
}

.main-circle-box {
    position: relative;
}
.circle-box {
    display: inline-block;
  position: relative;
    width: 80%;
    /* background: #000; */
}


.add-to-cart-group button[type=submit].shop-btn {
    padding: 10px!important;
  font-weight: 600;
    border-radius: 0;
}
a.level-1 {
    left: 15px;
    top: -12px;
}
a.level-2 {
    left: 60px;
    top: -12px;
}
a.level-3 {
    left: 100px;
    top: -12px;
}
a.level-4 {
    left: 140px;
    top: -12px;
}
a.level-5 {
    left: 180px;
    top: -12px;
}

i.fas.fa-minus {
    position: absolute;
    left:0;
  z-index: -1;
  padding: 20px;
  color: #252827;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
}
i.fas.fa-plus {
    position: absolute;
    right:0;
  z-index: -1;
  padding: 20px;
  color: #252827;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
}

.tabs-name .circle-dot-outer:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: #c4c4c4;
  top: 0;
  right: -26%;
}

.tabs-name:nth-child(odd) {
    position: relative;
}

.tabs-name:nth-last-child(1) .circle-dot-outer:after {
    display: none;
}
.circle-dot-outer a {    
    background: #fff;
    border: 1px solid #c4c4c4;
    width: 24px;
    height: 24px;
    display: inline-flex !important;
    border-radius: 50px;
  transition: 0.5s all;
}
.circle-dot-outer a:hover {
    background: #000;
    transition: 0.5s all;
}
.hair-type-box .types:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    background-color: #c4c4c4;
    top: 12px;
    transform: translateY(-20%);
    z-index: -1;
    left: -5px;
    right: 0;
    margin: 0 auto;
}
 
.circle-dot-outer {
    display: flex;
    gap: 10px;
    position: relative;
    margin-bottom: 5px;
}
div#shopify-product-reviews {
    padding-top: 100px;
}
.metafield-rich_text_field ul:nth-child(4) li {
    display: inline-block;
    padding-right: 25px;
}
/* .recommendation-box h3 {
    font-weight: 400!important;
} */
/* .guide-content h1 {
    font-weight: 200!important;
} */
.guide-content {
    margin-left: 120px;
}
/* .metafield-rich_text_field ol {
    margin-bottom: 50px;
} */
.metafield-rich_text_field p {
    margin-bottom: 50px;
}
.metafield-rich_text_field p:last-child{
  margin-bottom:0;
}
#MainContent .shopify-section:last-child .verystraight-section {
    padding-bottom: 100px;
}
#collections_all{
  padding-top: 50px;
}
#collections_all .row{
  margin: 0 -15px;
}
#collections_all .col-lg-4,
#collections_all .col-lg-8{
    padding: 0px 15px 50px 15px;
}

.video-box .video-img {
    position: relative;
  transition: all 0.3s;
  z-index:1;
}
.video-box .video-img img {
    height: 335px;
    object-fit: cover;
    width: 100%;
}
.video-box a.click{
  display:block!important;
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  z-index:1;
}
#video-icon{
   display: block;
  position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 39px;
    height: 39px;
    opacity: 1;
    transition: all 0.3s;
    z-index: 1;
    pointer-events: none;
      background-size: 100%;
    background: url(/cdn/shop/files/play-icon.svg?v=1687436391) center no-repeat;
}
/* End Product Page */
/* Single Product Page CSS START */
.rc-template__legacy-radio .rc-radio:not(:last-child) {
    margin-bottom: 10px;
}
.rc-template__legacy-radio .rc-radio{
  padding: 8px 0 !important;
}
.rc-template__legacy-radio .rc-radio__label {
    display: flex !important;
    margin: 0;
}
.rc-template__legacy-radio .rc-option__price.rc_widget__price {
    font-family: 'GT America Regular';
    font-size: 16px;
    display: block;
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
.rc-widget .rc-option--active{
  background: transparent !important;
}
button.rc_popup_label_wrapper.row>* {
    width: auto;
}
button.rc_popup_label_wrapper.row> svg.reload-icon {
    height: 15px;
    width: auto;
}
button.rc_popup_label_wrapper.row>* {
    width: auto;
    font-size: 14px;
}
.rc_popup_label_wrapper{
  align-items: center;
  padding-left: 0;
}
/* Single Product Page CSS END */

  
/* Responsive CSS START */

@media (min-width: 992px){
  .cstm-col--5.col-md-4.col-sm-6.col-12 {
    width: calc(100%/5);
  }
  .healthy{
    margin-top: 50px;
  }
  .healthy-logo--box {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 991px) {
    .navbar-nav > li>a {
        padding-left: 30px;
    }
    .navbar-nav li .nav-link,
    .inner-dropdown-link a{
      line-height: 40px;
    }
    .navbar .nav-item .dropdown-menu li{
      padding: 0;
    }
    .navbar-collapse ul .dropdown{
        position: relative !important;
    }
    .navbar-collapse ul .dropdown span {
        position: absolute;
        top: 5px;
        right: 0px;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 6px;
        display: inline;
    }
    header nav.navbar .navbar-brand .img-fluid{
      max-width: 110px;
    }
    .navbar .container {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    ul.dropdown-menu.show li {
        padding-left: 25px !important;
    }
	.navbar .nav-item:hover .dropdown-menu {
		display: unset;
	}
    .navbar-nav {
      height: calc(100% - 80px);
      overflow-y: auto;
      overflow-x: hidden;
    }
	.navbar-collapse ul li.dropdown {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
        padding: 0;
	}
	.navbar .nav-item .dropdown-menu {
		box-shadow: none !important;
	}
    .navbar .nav-item .dropdown-menu {
        margin-top: 0px !important;
        height: auto;
        position: relative;
        padding: 0 !important;
	}
    .navbar .nav-item .dropdown-menu {
        display: none !important;
	}

    button.navbar-toggler {
		border: 0
	}
	button.navbar-toggler:focus {
		border: 0;
		outline: 0;
		box-shadow: none;
	}
	button.navbar-toggler .navbar-toggler-icon {
		background-image: none;
		position: relative;
        width: 32px;
        height: 32px;
	}
	button.navbar-toggler .navbar-toggler-icon:before {
		content: "";
		background: url('/cdn/shop/files/bars.svg?v=1683094506');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 32px;
		width: 32px;
		display: block;
		position: absolute;
		z-index: 99;
        /* left: -15px;
		top: -8px; */
	}
	.navbar-collapse {
		position: fixed;
		width: 100%;
		background: #fff;
		top: 0%;
		padding: 15px 15px;
		left: -100%;
		z-index: 99;
		height: 100%!important;
		transition: 0.5s all;
	}
	.navbar-collapse ul li {
		border-bottom: 1px solid #252827;
		padding: 5px 0;
	}
	.navbar-collapse .button-close {
		display: block;
		position: relative;
		right: 15px;
		top: 0;
		font-size: 30px;
		color: #252827;
        text-align: end;
        cursor: pointer;
	}
    .navbar-collapse .button-close svg{
      width: 30px;
      height: 30px;
      
    }
	.collapse-toggled {
		left: 0;
		transition: 0.5s all;
        
	}
    .real-experiences .owl-theme .owl-nav {
      left: 36%;
      right: 10%;
      width: 48%;
    }
  .real-experience--nav{
    width: 46.3%;
    left: 37%;
  }
  .leftimg-section .content, .rightimg-section .content {
    padding: 0px 40px;
  }
  .strengthening-box {
    padding: 0px 20px;
  }
  .restoring-box{
    height: auto;
     padding: 30px 30px;
  }
  .aboutwork-content p{
    width: 100%;
  }
  .navbar .nav-item .dropdown-menu li a {
    padding: 10px 2px;
    line-height: 2;
  }
  .navbar .nav-item:hover .dropdown-menu:after{
    box-shadow: none;
  }
  .navbar .nav-item:hover .dropdown-menu .inner-dropdown li a.dropdown-item {
    line-height: 26px;
  }
  .header__heading-logo-wrapper{
    width: auto;
  }
  .account-bar ul li a .cart--num{
    top: 2px;
  }
  .hair-type-section{
    padding: 70px 0px;
  }
  .hair-type-section .row.align-items-center.mt70 {
    margin-top: 45px;
  }
  .verystraight-section {
    padding: 50px 0px;
  }
  #MainContent .shopify-section:last-child .verystraight-section{
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1240px) {
  .section-heading h2 {
    font-size: 35px;
    line-height: 45px;
  }
  #restoring .section-heading {
    padding-left: 20px;
  }
  .founder-section {
    padding: 0;
  }
  .about-founder {
    margin-top: 50px;
  }
  .about-founder h2 {
    font-size: 26px;
    line-height: 1.5;
  }
  .founder-image {
    position: relative;
    text-align: center;
    padding: 40px;
  }
  .founder-image:before {
    content: "";
    width: 80%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -65px;
    z-index: -1;
  }
  .standard-section {
    padding: 200px 0px 50px 0px;
  }
  .standard-section:before{
    top: 40px;
  }


}
@media only screen and (max-width: 767px) {

  #hero .banner-content p{
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .section-heading h2 {
    color: #252827;
    font-size: 26px;
    line-height: 36px;
  }
  .section-heading  P,
  #restoring .section-heading p, 
  #restoring .section-heading ul li{
    font-size: 16px;
  }
  a.shop-btn {
    padding: 6px 26px;
    font-size: 14px;
    
  }
  #restoring .section-heading {
    padding-left: 0;
    margin-top: 80px;
  }
  #restoring .section-heading h2{
    display: inline-block;
    rgin-right: 5px;
  }
  #restoring:before{
    height: 42%;
    width: 78%;
    top: calc(10% + 60px);
  }
  #restoring .section-heading ul {
    padding-left: 0px;
  }
  .product-btn--box .product--btn{
    padding: 6px 1rem;
    font-size: 14px;    
  }
  #hero .banner-content h1 {
    font-size: 28px;
    line-height: 1;
  }
  #hero .banner-content h4 {
    font-size: 20px;
    line-height: 1;
  }
  #hero .banner-content {
    max-width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }
  .image--wrapper{
    margin-bottom: 20px;
  }
  .hair-guide--wrapper{
    min-height: 280px;
  }
  .raiting .rating--star svg {
    width: 12px;
  }
  .review p {
    font-size: 14px;
  }
  .kl_reviews__star_rating_widget__label {
    font-size: 12px !important;
}
  .product,
  .awards{
    padding: 40px 0;
  }
  .as-seen-in {
    position: relative;
    padding: 40px 0 20px 0;
  }
  #founder,
  #restoring {
    padding: 50px 0 50px 0;
  }
  #restoring .img-fluid {
    max-width: 100%;
  }
  .image-effect--sec {
    padding: 30px 0 30px 0;
  }
  .hair-guide--wrapper{
    margin-top: 0px;
  }
  #founder .section-heading {
    padding-left: 0;
    margin-top: 15px;
  }
  #founder .section-heading h2 br {
    display: none;
  }
   #founder a.shop-btn{
     margin: 0;
   }

  #standard {
    padding: 30px 0px;
  }
  #standard .section-heading p {
    margin-bottom: 0;
  }
  .healthy--title h3 {
    font-size: 26px;
  }
  .as-seen-in ul li{
    margin-bottom: 10px;
  }
  .real-experiences {
    padding: 30px 0;
  }

  .navbar-brand img.img-fluid {
    max-width: 110px;
  }
  .custom-dropdown .tab--dropdown {
      width: 100%;
      border: 1px solid #252827;
      font-size: 18px;
      text-align: left;
      padding: 5px 15px;
      background: #ffffff;
      position: relative;
  }
  
  .product .nav.nav-pills {
      display: block;
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      z-index: 2;
      background: #ffffff;
      height: 0;
      overflow: auto;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease-in-out;
  }
 .product.dropdown--open .nav.nav-pills{
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .product .nav.nav-pills li.nav-item {
      border: 1px solid #252827;
      border-top: none;
  }
  .product .nav-pills .nav-link{
      padding: 5px 15px;
      width: 100%;
      text-align: left;
  }
  .product .tab-content {
      border-top: none;
  }
  .custom-dropdown .tab--dropdown::before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    border-bottom: 2px solid #252827;
    border-left: 2px solid #252827;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s ease-in-out;
  }
  .dropdown--open .custom-dropdown .tab--dropdown::before{
    transform: translateY(-50%) rotate(135deg);
  }
  .press-main-content:after{
    display: none;
  }
  .press-breadcrumb {
    padding: 0;
  }
  .press-main-content {
    width: 100%;
    padding: 30px;
    height: 100%;
  }
  .press-content {
    padding: 20px 0;
  }
  .press-content h1 {
      font-size: 4rem;
  }
  .rightimg-section:after,
  .leftimg-section:after {
    top: auto;
    bottom: 00px;
    width: 85%;
    height: 64%;
  }
  .leftimg-section .content, 
  .rightimg-section .content {
    padding: 0px;
    margin-bottom: 30px;
  }
  .leftimg-section .content a, 
  .rightimg-section .content a{
    margin-top: 30px;
  }
  .video-box h2,
  .press-content p,
  .leftimg-section .content a, 
  .rightimg-section .content a{
    font-size: 18px;
  }
  .video-box p {
    font-size: 16px;
  }
  .hair-type-box h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .hair-type-box .types {
    gap: 20px;
  }
  .circle-dot-outer {
    gap: 5px;
  }
  .circle-dot-outer a {
    width: 12px;
    height: 12px;
  }
  .hair-type-box .types span {
    font-size: 13px;
  }
  .hair-type-box .types:after {
    top: 6px;
  }
  .hair-type-image:after,
  .verystraight-image:after,
  .row.wavevolume-shape .col-md-4:nth-child(3) .recommendation-box:after,
  .row.CurlyVolume-shape .col-md-4:nth-child(2) .recommendation-box:after{
    display: none;
  }
  .guide-content {
    margin-left: 10px;
  }
  .guide-content h1 {
    font-size: 32px;
  }
  .hair-type-section {
    padding: 50px 0px 30px 0;
  }
  .hair-type-content {
    padding-left: 0;
    padding-top: 20px;
  }
  .hair-type-section .container .row.mt70 {
    margin-top: 40px;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  #MainContent .shopify-section:nth-child(even) .verystraight-section .row:nth-child(1) .type-circle img,
  .types-img{
    margin: 20px 0 30px 0;
  }
  #MainContent .shopify-section:last-child .verystraight-section {
    padding-bottom: 40px;
}
  .verystraight-section {
    padding: 20px 0px;
  }
  .verystraight-section .recommendation-box:nth-child(even){
    margin-top: 20px;
    position: relative;
  }
  .verystraight-section .recommendation-box:nth-child(even)::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #DFDEDB;
  }
  .hair-type-image img{
    height: auto;
  }
  .verystraight-section .col-md-10>.row .col-md-4:not(:first-child) .recommendation-box h3 {
    padding-top: 30px;
    position: relative;
  }
  .verystraight-section .col-md-10>.row .col-md-4:not(:first-child) .recommendation-box h3::before {
    content: "";
    position: absolute;
    top:5px;
    left: 0;
    right: 0;
    border-top: 2px solid #DFDEDB;
  }
  .verystraight-content h2 {
    font-size: 30px;
  }
  .founder-section {
    padding: 0;
    margin-top: 30px;
  }
  .founder-image{
    position: relative;
  }  
  .founder-image:before {
    left: -15px;
    width: 80%
  }
  .about-founder {
    padding: 25px 0 0 0;
  }
  .about-founder h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  .standard-content {
    padding-left: 0;
  }
  .standard-section:before {
    width: 70%;
    height: 130px;
    right: -3px;
    top: 30px;
  }
  .standard-section {
    padding: 150px 0px 50px 0px;
  }
  .founder-content h1 {
    font-size: 32px;
    line-height: 1.5;
  }
  .about-founder h2:nth-child(2) {
    margin-bottom: 25px;
  }
  .standard-content h2 {
    font-size: 32px;
  }
  .restoring-box{
    height: auto;
    border-right: 2px solid #252827;
    border-top: none;
  }
  .strengthening-image:after{
    display: none;
  }
  .restoring-box,
  .strengthening-box {
    padding: 30px 30px;
    border: 2px solid #252827;
    border-top: 0;
  }
  .strengthening-section {
    padding: 40px 0 70px 0;
  }
  .aboutwork-section {
    padding: 50px 0px;
  }
  .aboutwork-content p:last-child {
    margin-bottom: 20px;
  }
  .blog-section h2,
  .main-heading h2,
  .restoring-box h2,
  .breadcrumb-content h1,
  .strengthening-box h2,
  .aboutwork-content h2{
    font-size: 30px;
    line-height: 1.2;
  }
  .breadcrumb-content {
    width: 100%;
    height: auto;
    padding: 26px 20px;
  }
  .real-experience--nav{
    width: 96%;
    left: 3%;
  }
  .blog-carousel--nav,
  .video-carousel--nav {
    left: 0px;
    right: 0px;
  }
  .blog-carousel--nav [class*="blog-carousel-"],
  .video-carousel--nav [class*="video-carousel-"] {
    font-size: 24px;
    background: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
  }
  .rc-template__legacy-radio .rc-option__price.rc_widget__price{
    max-width: 100px;
  }
  .verystraight-content{
      padding-bottom: 50px;
  }
  .preservingwork-content{
    padding: 50px 30px 40px 30px;
    margin-top: -22px;
  }
  .collections-long-card .collections-content{
    padding: 0 20px 20px 20px;
    justify-content: end;
  }
  .collections-long-card figure img {
    height: 400px;
  }
  .product--name h6{
    font-size: 16px;
    height: 38px;
    overflow: hidden;
  }
  .restoring-section .col-md-6{
    padding: 0 8px;
  }
  section.healthy{
    padding: 50px 0 30px;
    margin-top: 50px;
  }
  #collections_all .col-lg-8{
    order: 5 !important;
  }
  #collections_all .col-lg-4:nth-child(5){
    order: 4 !important;
  }
  .shubha .col-md-4,
  .wavevolume-shape .col-md-4{
    padding: 0 8px;
  }
  .integrity .img-box img.img-fluid{
    display: none
  }
  #integrity .integrity-mobile--img {
      display: block;
  }
  #integrity {
    padding: 40px 0 !important;
    display: flex;
    flex-direction: column-reverse;
  }
  #integrity .integrity-content {
    background: #CDD0D5;
    text-align: center;
    text-wrap: balance;
    padding: 30px 0 20px 0;
  }
  .integrity-content h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .navbar-nav > li>a {
      padding-left: 6px;
  }
  #restoring:before{
    display: none;
  }
  #restoring .img-box::before{
    content: '';
    background: #F4F4F4;
    width: 90%;
    height: 100%;
    position: absolute;
    top: 10%;
    left: -10%;
    z-index: -1;
  }
  .as-seen-in ul li,
  .as-seen-in ul li:nth-child(5)~li{
    width: calc(100% / 3);
  }
  .product ul#pills-tab select {
    width: 100%;
    font-size: 18px;
    padding: 5px 10px;
  }
  .product ul#pills-tab select option.nav-item {
    font-size: 16px;
  }
  .product .tab-content {
    border-top: none;
    padding-top: 20px;
  }
  .footer-links {
    margin-bottom: 20px;
  }
  .footer-links.justify-content-center {
    justify-content: flex-start!important;
  }
  .footer-links ul.ms-75{
    margin-left: 0 !important;
  }
    .real-experiences .owl-theme .owl-nav {
    left: 5%;
    right: 5%;
    width: 90%;
  }

  .real-experiences .owl-theme .owl-nav button{
    background: transparent;
  }
  .real-experiences .owl-theme .owl-nav button span{
    color: #252827;
    font-size: 38px;
  }
  #founder .img-box {
    padding-left: 0px;
  }
  #founder .img-box img{
    margin-left: -15px;
  }
  #founder .img-box::before {
    width: calc(100% - 30px);
  }
  .container {
    padding: 0 15px;
  }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    background: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
  }
  .video-carousel .owl-prev{
    left: 10px
  }
   .video-carousel .owl-next{
    right: 10px
  }

  .owl-carousel .owl-nav button.owl-next::after {
      right: 0px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  }
  .owl-carousel .owl-nav button.owl-prev::after {
      left: 0px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
  }
   .owl-carousel .owl-nav button.owl-next{
     right: 10px
   }
  .owl-carousel .owl-nav button.owl-prev{
    left: 10px
  }
  .owl-carousel .owl-nav button.owl-next:hover,
  .owl-carousel .owl-nav button.owl-prev:hover{
    background: #F4F4F4 !important;
  }
  .restoring-box, 
  .strengthening-box {
      padding: 30px 20px;
  }
  .preservingwork-content{
      padding: 50px 20px 30px 20px;
  }
  .aboutwork-section {
    padding: 30px 0 50px 0px;
  }
  .restoring-section,
  .preservingwork-section {
    padding: 20px 0px;
  }
  .strengthening-section{
    padding: 20px 0px 40px 0;
  }
  .rc-template__legacy-radio .rc-option__price.rc_widget__price{
    width: auto;
  }
  #collections_all .row{
    margin: 0 -10px;
  }
  #collections_all .col-lg-4, 
  #collections_all .col-lg-8{
    padding: 0px 10px 30px 10px;
  }
  #collections_all button.kl_reviews__star_rating_widget svg {
    width: 16px !important;
    height: 16px !important;
  }
  footer [class*="pix-"]:last-child {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .recipe-box{
        padding: 45px 20px;
    }
    .recipe-box p{
        line-height: 30px;
    }
    .process-section .process-box img {
        width: 100%;
    }
}
@media (min-width: 768px) {
 .card_img_wrapper .swiper-wrapper {
    gap: 10px;
  }
  .card_img_wrapper .swiper-wrapper .swiper-slide {
    width: calc(100% /3 - 10px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recipe-box{
        padding: 45px 18px;
    }
    .recipe-box p{
        line-height: 28px;
    }
    .process-section-2 .container:after, .process-section .container:after {
        left: auto;
        margin-left: -3px;
    }
    #integrity .integrity-content {
      top: 50%;
      right: 0;
      width: 100%;
      padding: 0px 20px 0px 0px;
      max-width: 339px;
      transform: translateY(calc(-50% - 50px));
    }
    #integrity .integrity-content p br {
        display: none;
    }
    #integrity:before {
        width: 500px;
/*         top: -18px; */
    }
    #integrity {
      padding: 100px 0 100px 0;
    }
    .product-benefits-content {
    width: 90%;
}
}

@media (min-width: 992px) and (max-width: 1100px) {
    .process-section:after , .process-section-2:after{
        left: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .process-section:after , .process-section-2:after{
        left: 10px;
    }
}
@media only screen and (max-width: 991px) {
  .aboutwork-content h2 , .preservingwork-content h2 , .strengthening-box h2 {
        font-size: 26px;
        line-height: 36px;
    }
}
@media (min-width: 768px) and (max-width: 1048px) {
    .sustainability-group{
        padding-left: 0px;
    }
    .sustainability-box {
        align-items: start;
        padding: 10px;
        column-gap: 15px;
    }
    .sustainability-box .content-box p {
        padding-right: 0px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 767px) {
  .products-details-group {
		position: relative;
		padding: 0 0 0 0px;
	}
	.product-variation-group .variation-item {
		max-width: 100%;
	}
	.product-benefits-content {
		width: 100%;
		padding: 30px 0;
	}
	.product-benefits {
		position: relative;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.product-benefits:after {
		width: 100%;
		height: 100%;
	}
	.product-benefits-content .benefits {
		margin-top: 20px;
	}
	.ingredients-list {
		padding: 0 0;
	}
	.derived-ingredients {
		padding: 0 0 0 0px;
		margin-top: 0px;
	}
	.all-ingredients {
		grid-template-columns: repeat(2, 1fr);
        row-gap: 15px;
	}
	.ingredients-box:after {
		display: none;
	}
    .ingredients-box:before{
      top: 17px;
      left: -17px;
    }
	.ingredients-list-content {
		padding: 40px 0;
	}
	.process-section .container:after {
		left: 0;
        margin-left: 0;
	}
	.h-full {
		height: 100%;
		object-fit: cover;
	}
	.sustainability-section {
		padding: 40px 0 0 0;
	}
	.sustainability-group {
		position: relative;
		padding: 40px 15px;
	}
	.sustainability-box {
		flex-direction: column !important;
        padding: 15px;
	}
	.sustainability-box .img-box {
		margin-bottom: 15px;
	}
    .sustainability-box .content-box p{
        padding-right: 0;
    }
    .sustainability-section .sustainability-box:last-child {
        margin-bottom: 0;
    }
    a.shop-btn{
        padding: 6px 26px;
        font-size: 14px;
    }
    .add-to-cart-group input[type=submit].shop-btn{
        font-size: 14px;
        padding: 8px;
    }
	#integrity {
		position: relative;
		padding: 0 0 40px;
	}
	#integrity:before {
		display: none;
	}
	#integrity .integrity-content {
		position: relative;
		right: 0;
		max-width: 100%;
	}
  .product-grid-gallery .gallery-items{
        height: auto;
    }
    #single_collection{
        padding: 30px 0px;
    }
    .product-benefits-content h3{
        font-size: 17px;
        line-height: 27px;
    }
    .all-ingredients .single-ingredients p{
        font-size: 12px;
    }
    .derived-ingredients h2{
        font-size: 17px;
        line-height: 27px;
    }
    .ingredients-list-content h2{
        font-size: 20px;
        line-height: 26px;
    }
    .process-section-2 .container:after{
        margin-left: 0;
    }
    .ingredients-box{
        padding: 15px;
        margin-left: 15px;
    }
  .key-feature .key-features.icon_class:before{
    display: none;
  }
    .products-bottom-group .promise-card{
        padding: 15px; 
    }
    .process-section .process-box{
        padding: 0px 10px;
        margin-bottom: 20px;
    }
    .process-section .col-md-4:last-child .process-box {
        margin-bottom: 0px;
    }
   .add-to-cart-group.btn--fixed {
     display: block;
      position: fixed;
      bottom: 40px;
      width: calc(100% - 30px);
      z-index: 99;
  }
  .add-to-cart-group {
    position: fixed;
    bottom: 50px;
    width: calc(100vw - 30px);
    z-index: 999999;
    transition:position, 0.5s all;
  }
  .sticky_atc {
    position:unset !important;
  }
}
/* Responsive CSS END */

.recharge .rc_layout {
  margin: 40px 0;
}
.recharge .rc_layout a{
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease .1s;
  color:rgba(18,18,18,0.85);
}
span.ruk-rating-snippet-count {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  font-size: 15px !important;
}
.ruk_rating_snippet {
  display: flex;
  align-items: center;
  width: 100%;
}
.ElementsWidget__footer {
  display: none !important;
}

/*varun-css-start(31/05/2024)*/
.trial-find {
    display:none;
    position: relative;
}
.trial-find .trial-box {
    padding: 50px 0px 80px 0px;
    border-bottom: 1px solid #e2e2e2;
}
.trial-find .find-content {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position:relative;
}
.trial-find .find-content h3 {
    color: #252827;
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 0;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: 'Futura';
}
.trial-find .find-content p {
    color: #000000;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'Futura';
}
.trial-find .image--wrapper {
    margin-top: 80px;
}
.trial-find .image--wrapper .slider-button {
    width: 36px;
    height: 36px;
    background-color: #fffffff6;
}
.trial-find .image--wrapper .slider-button:after, .trial-find .image--wrapper .slider-button:before {
    display: none;
}
.trial-find .image--wrapper .slider-button i {
    font-size: 16px;
}
.trial-find .trial-content {
    margin: 30px 0px 0px 0px;
    text-align: center;
}
.trial-find .trial-content p {
    color: #252827;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: 'Futura';
}
.trial-find .trial-extra-content{
  margin-top:50px;
}
.trial-find .trial-extra-content p {
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0px;
    font-family: 'Futura';
    font-weight: 400;
}
.trial-find .section-heading, .hair-care .section-heading{
    text-align: center;
    margin-bottom: 60px;
}
.hair-care{
  padding:80px 0px 40px 0px;
}
.hair-care .accord-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.hair-care .accordion .accordion-item {
    margin-bottom: 20px;
    border: none;
}
.hair-care .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.hair-care .accordion .accordion-item .accordion-button {
    border-top: none;
    color: #150B1E;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
    font-family: 'Futura PT Book';
    padding: 10px 10px 10px 16px;
    background-color: #f5f5f5;
    border: 1px solid #000000;
    border-bottom: none;
    font-family: Futura;
    font-weight: 400;
}
.hair-care .accordion-body {
    background-color: #f5f5f5;
    padding: 10px 10px 10px 16px;
    border: 1px solid #000000;
    border-top: none;
}
.hair-care .accordion .accordion-item .accordion-button.collapsed {
    border: none;
}
.hair-care .accordion-body p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: Futura;
    color: #150B1E;
    font-weight: 400;
}
.products-details-group .breadcumb_product {
    display: flex;
    align-items: center;
    gap: 10px;
}
.products-details-group .BR_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 20px;
}
.description-tab {
    position: relative;
    margin: 50px 0px;
}
.description-tab .nav-tabs {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 18px;
}
.description-tab .nav-tabs .nav-link {
    text-transform: uppercase;
    border: none;
    color: #252827;
    font-size: 14px;
    line-height: 19px;
    padding: 8px 14px;
    background-color: transparent;
    transition: .5s all;
    border-radius: 7px 7px 0px 0px;
    font-family: 'Futura PT Book';
    font-weight: 500;
}
.description-tab .nav-tabs .nav-link.active, .description-tab .nav-tabs .nav-link:hover {
    transition: .5s all;
    background-color: #252827;
    color: #ffffff !important;
}
.description-tab .tab-pane {
    padding: 0;
}

.description-tab .tab-pane p, .description-tab .tab-pane li {
    color: #252827;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    font-family: 'Futura PT Book';
}
.description-tab .tab-pane ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}
.products-details-group .link-box {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    margin-bottom:30px;
}
.products-details-group .link-box .page-links {
    flex: 0 0 33%;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #252827 !important;
    background-color: #f5f5f5;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    text-align: center;
    transition: .5s all;
    font-weight:500;
}
.product-grid-gallery {
    position: sticky;
    top: 0;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    overflow:hidden;
    padding-right:20px;
}
.diet-content .diet-item {
    border: 1px solid #000000;
    border-radius: 4px;
    overflow: hidden;
}
.diet-content .diet-item .diet-image {
    width: 100%;
    height: 42px;
    margin: 10px 0px;
}
.diet-content .diet-item .diet-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.diet-content .diet-item .diet-heading {
    text-align: center;
    background-color: #f5f5f5;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
}
.diet-content .diet-item .diet-heading p {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0px;
    font-family: 'Futura PT Book';
    font-weight: 500;
    text-transform: uppercase;
}
.diet-content {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 2px solid #f5f5f5;
}
.products-details-group .pair-box .pairs-heading {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0px;
    margin: 20px 0px;
}
.product-variation-group .rc-radio {
    background-color: #f8f8f8;
    margin-bottom: 0 !important;
    padding: 10px 10px 10px 15px !important;
    border:1px solid transparent;
}
.product-variation-group .rc-radio.rc-option--active {
    border-color: #000000;
}
.breadcumb_product p a {
    color: #252827 !important;
}
.diet-carousel-pagination .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    margin: 0px 2px !important;
    border: 1px solid transparent !important;
    background-color: #d6d6d6 !important;
}
.diet-carousel-pagination .swiper-pagination-bullet-active {
  border-color: #000000 !important;
  background-color: #ffffff !important;
}
.product-quantity-group {
    margin-bottom: 0;
}
.product-quantity-group .quantity-box {
    width: 100%;
}
.pro-flex-box {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-quantity-group {
    margin-bottom: 0;
    flex: 0 0 30%;
}
.pro-flex-box .add-to-cart-group {
    flex: auto;
    border: 0.5px solid #000000;
}
.pair-content .product--name h6, .product--price p {
    font-size: 14px;
    height: 28px;
}
.pair-content .product-btn--box .product--btn {
    font-size: 14px;
    line-height: 19px;
    border-width: 1px;
}
.single-collection .select-box {
    position: relative;
    padding-bottom: 25px;
    margin: 10px 0px 25px -0px;
    border-bottom: 2px solid #f5f5f5;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.single-collection .select-box .form-check {
    position: relative;
    margin: 0;
    padding: 0;
    flex:0 0 auto;
}
.single-collection .select-box label {
    width: auto;
    height: 40px;
    border: 1.5px solid #000000;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 5px 25px !important;
    font-size: 16px;
    font-family: 'Futura PT Book';
    position: relative !important;
    z-index: 1;
    background-color: transparent;
    transition: .5s all;
    color:#000000;
}
.single-collection .select-box input[type=radio] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
    border-radius: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.single-collection .select-box label:after, .single-collection .select-box label:before {
    display: none;
}
.single-collection .select-box input[type=radio]:checked[aria-expanded="true"] + label, .single-collection .select-box input[type=radio]:hover[aria-expanded="true"] + label{
   background-color:#000000;
    color:#ffffff;
}
.gallery-thumb-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-thumb-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-thumbs .swiper-slide {
    height: 80px !important;
    width: 80px;
}
.product-gallery-carousel .product-gallery--pagination {
    display: none;
}
.pair-carousel-pagination 
{margin: 0 !important;
 display: none;
}
.pair-carousel-pagination .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    border-color: transparent !important;
    border-radius: 100% !important;
    background-color: #d6d6d6 !important;
}

.pair-carousel-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
    border-color: #000000 !important;
}
.product-grid-gallery .gallery-thumbs {
    /* height: 580px; */
    position:relative;
  padding:20px 0px;
}
.trial-find .find-content:after {
    width: 1px;
    height: 100px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/cdn/shop/files/line-image.png?v=1717234719);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.item-boxes .fint-item:last-child .find-content:after {
    display: none;
}
.pair-content .product--name h6{
  height:55px;
}
.pair-content .ruk_rating_snippet i {
    font-size: 13px;
}
.pair-content .ruk_rating_snippet .ruk-rating-snippet-count {
    line-height: normal;
}
.product-gallery-carousel .swiper-button-prev, .product-gallery-carousel .swiper-button-next {
    font-size: 20px;
    width: 36px;
    height: 36px;
    color: #ffffff;
    background-color: #9e9e9e;
    border-radius: 100%;
    display: flex !important;
}
.product-gallery-carousel .swiper-button-prev:after, .product-gallery-carousel .swiper-button-next:after {
    display: none;
}
.gallery-thumbs .swiper-button-next:after, .gallery-thumbs .swiper-button-prev:after {
    display: flex !important;
}
.swiper-container.gallery-thumbs .swiper-button-next, .swiper-container.gallery-thumbs .swiper-button-prev {
    display: block !important;
    position: absolute;
    width: auto;
    height: auto;
}
.swiper-container.gallery-thumbs .swiper-button-next:after, .swiper-container.gallery-thumbs .swiper-button-prev:after {
    color: #000000;
    font-size: 20px;
    font-weight: 900;
}
.swiper-container.gallery-thumbs .swiper-button-next {
    bottom: 0px;
    right: unset;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-container.gallery-thumbs .swiper-button-next:after {
    content: '\f078';
    font-family: 'FontAwesome';
}
.swiper-container.gallery-thumbs .swiper-button-prev {
    top: 25px;
    bottom: unset;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
}
.swiper-container.gallery-thumbs .swiper-button-prev:after {
    content: '\f077';
    font-family: 'FontAwesome';
}
.rc-template__legacy-radio .rc-option__price.rc_widget__price {
    text-align: right;
}
.trial-find .image-item-box .trial-content {
    padding: 0px 40px;
}
/*product-card-percent-box-and-description box-css-start  */
.product--card .percent-box {
    width: 100%;
    height: auto;
    text-align: center;
    border: 1px solid #e2e2e2;
    padding: 30px 20px;
}
.product--card .percent-box h3 {
    font-size: 32px;
    line-height: 32px;
    font-family: 'Futura';
    margin-bottom:10px;
    color: #150B1E;
    font-weight:600;
}
.product--card .percent-box p {
    font-size: 14px;
    line-height: 20px;
    color: #150B1E;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    height: 60px;
    font-family: 'Futura';
    font-weight: 400;
}
.daily-product--carousel .product--card .product--details {
    padding: 20px 12px;
    border: 1px solid #e2e2e2;
}
.product--card .review-box {
    padding: 20px 12px;
    border: 1px solid #e2e2e2;
    position: relative;
    border-top:none;
   height:100%;
  min-height:302px;
}
.product--card .review-box h4 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #212423;
    font-family: 'Futura';
    font-weight: 600;
}
.product--card .review-box p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    font-family: 'Futura';
    font-weight: 400;
}
.client-review .star {
    color: #E59A7A;
    font-size: 20px;
}
.product--card .client-review {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.client-review .client-name {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-transform: capitalize;
    font-family: 'Futura';
    display: block;
    font-weight: 400;
}
.daily-product--carousel .product--name h6 {
    font-family: 'Futura';
    font-weight: 600;
    font-size: 16px;
}
#restoring .section-heading p strong {
    font-weight: 400;
    text-decoration: line-through;
}
/*product-card-percent-box-and-description box-css-end*/

/*standard-page-css-start  */
.standard-hero, .standard-poster{
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.standard-poster{
  height:60vh;
}
.standard-hero .standard-figure, .standard-poster .stand-poster-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.standard-hero .standard-figure img, .standard-poster .stand-poster-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.standard-hero .standard-hero-content, .standard-poster .stand-poster-content {
    position: relative;
    z-index: 2;
    transform: translateY(-150px);
}
.standard-poster .stand-poster-content{
   transform: translateY(0px);
}
.standard-hero .standard-hero-content h1 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Futura';
    font-weight: 700;
    margin-bottom: 15px;
}
.standard-hero .standard-hero-content p {
    font-size: 18px;
    line-height: 26px;
    font-family: Futura;
    font-weight: 400;
    color: #252827;
}
.standard-poster .stand-poster-content p {
    line-height: 30px;
    font-family: Futura;
    font-weight: 400;
    margin-bottom: 50px;
}
.stand-poster-content .learn-btn {
    font-size: 18px;
    line-height: 23px;
    color: #252827;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 25px;
    border: 2px solid #252827;
    transition: .5s all;
}
.stand-poster-content .learn-btn:hover {
    border-color: #f26923;
}
.bond-repairing {
    position: relative;
    padding: 80px 0px;
}
.bond-repairing .bond-repairing-content {
    width: 100%;
    height: auto;
    text-align: center;
}
.bond-repairing .section-heading {
    margin-bottom: 50px;
}
.bond-repairing .section-heading h4 {
    line-height: 50px;
}
.bond-repairing .section-heading h2 {
    line-height: 55px;
}
.bond-repairing .section-heading span {
    text-decoration: line-through;
}
.bond-repairing .section-heading p {
    font-size: 18px;
    line-height: 23px;
    font-family: Futura;
    width: 75%;
    margin: 0 auto;
    color: #E59A7A;
}
.bond-repairing .bond-repairing-img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.bond-repairing p.repair-content {
    font-size: 18px;
    line-height: 23px;
    font-family: 'Futura';
    font-weight: 400;
}
.standard-faq {
    padding: 60px 0px 0px 0px;
}

.standard-faq .standart-faq-content {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #000000;
}
.standart-faq .accordion-item {
    margin-bottom: 12px;
}

.standard-faq .accordion-item {
    margin-bottom: 12px;
    border: none;
}
.standard-faq button.accordion-button {
    border: 1px solid #000000;
    background-color: #F5F5F5;
    padding: 12px 16px;
    font-size: 16px;
    color: #150B1E;
    line-height: 21px;
    font-family: Futura;
    font-weight: 400;
    box-shadow: none;
    border-bottom: none;
}
.standard-faq .accordion-body {
    padding: 16px;
    border: 1px solid #000000;
    border-top: none;
    background-color: #f5f5f5;
}
.standard-faq .accordion-body ul {
    padding: 0px 0px 0px 25px;
    margin: 0;
    list-style: upper-alpha;
}
.standard-faq .accordion-body p, .standard-faq .accordion-body li {
    font-size: 15px;
    line-height: 20px;
    font-family: Futura;
    color: #150B1E;
    margin-bottom:10px;
  font-weight:400;
}
.standard-faq .accordion-body p:last-child{
   margin-bottom:0px;
}
.standard-faq button.accordion-button.collapsed {
    border: none;
}
.standard-faq .section-heading {
    margin-bottom: 50px;
}
.standard-faq .section-heading h2 {
    margin-bottom: 0;
}
.standard-faq .section-heading p {
    color: #212423;
    font-size: 18px;
    line-height: 23px;
    font-family: Futura;
    font-weight: 400;
    width: 65%;
    margin-bottom: 0;
}
.standard-faq button.accordion-button:after,.hair-care .accordion .accordion-item .accordion-button:after {
    content: '\f078';
    font-family: fontawesome;
    transition: .5s all;
    font-size: 15px;
    transform: rotate(180deg);
    top: 4px;
}
.standard-faq button.accordion-button.collapsed:after, .hair-care .accordion .accordion-item .accordion-button.collapsed:after {
    transform: rotate(0deg);
    top: -6px;
    transition: .5s all;
}
#dirty-list .standart-faq-content {
    border: none ;
    padding-bottom: 120px ;
}
/*standard-page-css-end*/

/* how-work-css-start */
.breadcrumb-content p {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Futura';
    font-weight: 400;
    color: #252827;
}
.preservingwork-content {
    position: unset;
    padding: 40px;
    background-color: #f5f5f5;
}
.preservingwork-content h3 {
    font-size: 18px;
    line-height: 23px;
    color: #252827;
    font-weight: 700;
}
.preservingwork-content p {
    color: #252827;
    line-height: 25px;
    font-family: Futura;
    font-weight: 400;
    margin-bottom: 20px;
}
.preservingwork-section .main-heading h2 {
    font-family: Futura;
    font-weight: 700;
}
.preservingwork-content p:last-child {
    margin-bottom: 0;
}
.hair-damaged .hair-damged-list {
    padding: 0px 50px 0px 0px;
    margin: 20px auto 70px auto;
}
.hair-damaged .hair-damged-list li {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #000000;
}
.hair-damaged .hair-damged-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.hair-damaged .hair-damged-list .damaged-icon {
    margin-bottom: 0;
    width: 45px;
    height: 45px;
    background-color: #D8D7D5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.hair-damaged .hair-damged-list .damaged-text p {
    font-size: 17px;
    line-height: 23px;
    color: #252827;
    font-weight: 700;
    font-family: 'Futura';
}
.hair-damaged .hair-damged-list .damaged-text span {
    font-size: 16px;
    line-height: 25px;
    color: #252827;
    font-family: 'Futura';
    font-weight: 400;
}
.hair-damaged, #healty-hair, .nuele-store, .ingredients {
    padding: 50px 0px;
    position: relative;
}
.hair-damaged .hair-damaged-content {
    width: 100%;
    height: 100%;
    position: relative;
}
.hair-damaged-content .damage-img {
    width: 100%;
    height: 310px;
}
.hair-damaged-content .damage-img img, .hair-damaged .hair-damaged-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.hair-damaged .hair-damaged-image {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

#healty-hair .hair-damged-list {
    padding: 0;
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 50px;
}
#healty-hair .hair-damged-list li {
    padding: 0;
    border: none;
    break-inside: avoid;
    margin-bottom: 20px;
}
.nuele-store {
    position: relative;
    margin-bottom:60px;
}
.nuele-store .section-heading {
    text-align: center;
    margin-bottom: 100px;
}
.nuele-store .section-heading p {
    color: #212423;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Futura';
    font-weight: 400;
    width: 66%;
    text-align: center;
    margin: 0 auto;
}
.nuele-store .store-box {
    width: 100%;
    height: 100%;
}
.nuele-store .store-box .store-image {
    position: relative;
    width: 410px;
    height: 450px;
    margin: auto;
}
.nuele-store .store-box .store-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}
.nuele-store .store-box .store-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    bottom: -69px;
    left: -69px;
}
.nuele-store .store-content p {
    font-size: 18px;
    line-height: 28px;
    color: #252827;
    width: 80%;
    font-weight: 500;
    font-family: 'Futura' !important;
}
.nuele-store .reverse-row {
    margin-top: 80px;
}
.nuele-store .reverse-row .store-image::before {
    left: unset;
    right: -69px;
}
.nuele-store .reverse-row .store-content p {
    margin-left: auto;
}
.ingredients .section-heading {
    text-align: center;
    margin-bottom: 70px;
}
.ingredients .section-heading p {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Futura' !important;
    font-weight: 400;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.ingredient-item {
    position: relative;
    width: 100%;
    height: auto;
}
.ingredient-item .ingredient-image {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    transition: .5s all;
    padding: 20px;
}
.ingredient-item .ingredient-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.ingredient-item p {
    font-size: 16px;
    line-height: 24px;
    color: #212423;
    font-family: Futura;
    font-weight: 400;
}
.ingredients .ingredi-numbers-carousel {
    margin-bottom: 30px;
}
.ingredients .bullet-item {
    position: relative;
    width: 100%;
    height: auto;
}
.ingredients .bullet-item span {
    background-color: #D8D7D5;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 16px;
    font-family: Futura;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    z-index: 1;
}
.ingredients .bullet-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #D8D7D5;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#trial_find .section-heading {
    margin: 0px auto 50px auto;
    width: 75%;
}
#trial_find .section-heading p {
    font-size: 15.5px;
    line-height: 23px;
    font-family: 'Futura';
    font-weight: 400;
}
#trial_find .trial-extra-content p {
    font-size: 16px;
    line-height: 23px;
    width: 85%;
    margin: 0 auto;
}
#trial_find {
    padding: 80px 0px 50px 0px;
    background-color:#ffffff;
}
#hare_care{
  padding:30px 0px 100px 0px;
}
.image-dry-shampoo .trial-box .image--wrapper {
    padding: 21% 40%;
    margin-top: 0;
}
.image-dry-shampoo .image--wrapper .background-img {
    background-size: contain;
    background-repeat: no-repeat;
}
.image-dry-shampoo .row.g-5 {
    --bs-gutter-x: 12rem;
}
/* how-work-css-end */
.product--card .percent-box h6 {
    font-size: 24px;
    line-height: 32px;
    font-family: 'Futura';
    margin-bottom: 10px;
    color: #150B1E;
    font-weight: 600;
}
/* varun-responsive-css-start */
@media (min-width: 1600px){
  .standard-hero, .standard-poster{
      height: 85vh;
  }
  .standard-poster{
    height:80vh;
  }
}
@media (min-width: 991px) and (max-width: 1400px){
  .pair-content .ruk_rating_snippet i {
    font-size: 12px;
  }  
  .pair-content .ruk_rating_snippet .ruk-rating-snippet-count {
      font-size: 12px !important;
  }  
  .standard-hero{
    padding-top:100px;
  }
}
@media (max-width: 991px){
   .standard-faq .section-heading {
      margin-bottom: 35px;
  }  
    .standard-hero .standard-hero-content h1 br {
      display: none;
  }
    .standard-hero .standard-hero-content {
      transform: translateY(-80px);
  }
  .breadcrumb-content {
      width: 100%;
     text-align:center;
    padding:15px;
  } 
  .breadcrumb-content h1 {
      margin-bottom: 20px;
  }
  .work-breadcrumb {
      padding: 30px 0px;
      height: 50vh;
  }
  .hair-damaged .row {
    flex-direction: column-reverse;
  }  
  .hair-damaged-content .damage-img img {
      object-fit: cover;
  }  
  .hair-damaged .hair-damaged-content {
      display: flex;
      flex-direction: column;
      gap: 35px;
  }  
  .hair-damaged .hair-damaged-content .section-heading {
      order: 2;
  }  
  .hair-damaged .hair-damged-list {
      order: 3;
      margin: 0;
      padding: 0;
  }  
  .hair-damaged .hair-damaged-content .damage-img {
      order: 1;
  }
  #healty-hair .row {
      flex-direction: column;
  }  
  #healty-hair .damage-img {
      margin-top: 25px;
  }
  .nuele-store .section-heading p, .ingredients .section-heading p, #trial_find .trial-extra-content p, .nuele-store .store-content p {
      width: 100%;
       font-size:16px;
      line-height:24px;
  }
  .nuele-store .section-heading, #trial_find .section-heading, .ingredients .section-heading{
    margin-bottom:50px;
    width: 100%;
  }
  #healty-hair .hair-damged-list {
      margin-bottom: 0;
  }     
  .nuele-store .reverse-row {
      margin-top: 50px;
  }
  
}
@media (min-width: 767px) and (max-width: 991px){
  .trial-find .image-item-box .trial-content {
      padding: 0px 10px;
  }
  .standard-hero, .standard-poster {
      height: 40vh;
  }
  .bond-repairing {
    padding-bottom: 20px;
  }    
  #dirty-list .standart-faq-content {
      padding-bottom: 60px;
  }   
  .nuele-store .store-box .store-image {
      width: 90%;
      height: 350px;
  }  
  .nuele-store .store-box .store-image:before {
      bottom: -30px;
      left: -30px;
  }  
  .nuele-store .reverse-row .store-image::before {
      left: unset;
      right: -30px;
  } 
}
@media (max-width: 767px){
  .product-grid-gallery .gallery-thumbs {
    display: none;
}
.product-gallery-carousel .product-gallery--pagination {
    display: flex;
    position: absolute;
    bottom: 20px;
    justify-content: center;
}
.product-gallery-carousel .product-gallery--pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 100% !important;
    border: 1px solid transparent;
}
.product-gallery-carousel .product-gallery--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff !important;
    border-color: #000000;
}
.single-collection .select-box .form-check {
  flex: 0 0 48%;
}
.single-collection .select-box label {
    width: 100%;
}
  .products-details-group .link-box .page-links {
    flex: 0 0 100%;
    justify-content: space-between;
    padding: 12px 16px;
    width:100%;
}
  .diet-content {
    border: none;
    padding-bottom: 20px;
}
  .trial-find .find-content {
    min-height: 200px;
    width: 60%;
    margin: 0 auto;
}
  .trial-find .section-heading, .hair-care .section-heading {
      margin-bottom: 30px;
  }
  .pair-carousel-pagination {
      display: flex;
      justify-content: center;
  }
  .trial-find{
     padding:0px 10px;
  }
  .trial-find .trial-box{
    padding:60px 0px;
  }
  .trial-find .image--wrapper {
      margin-top: 20px;
  }  
  .trial-find .trial-content {
      text-align: left;
  }  
  .trial-find .trial-extra-content p {
      text-align: left;
  }
  .hair-care {
      padding: 60px 10px 20px 10px;
  }
  .hair-care .accord-boxes {
    grid-template-columns: repeat(1, 1fr);
}
  .trial-find .find-content:after {
    bottom: -50px;
    top: unset;
    left: 50%;
    transform: rotate(90deg) translateX(-50%);
}
.product .tab-content {
    padding-top: 40px;
}
  .product .tab-content {
    padding-top: 40px;
}
.product--card .product--details{
    padding: 20px;
}
.product--card .review-box{
    padding: 20px;
    min-height:unset;
}
.product--card .review-box p {
    -webkit-line-clamp: 7;
}
.trial-find .image-item-box .trial-content {
    padding: 0px 10px;
  margin-top:20px;
}
 .trial-find .image-item-box .trial-content {
    padding: 0px;
}
  .products-details-group .link-box {
    flex-direction: column;
}
  .description-tab {
    margin: 30px 0px 5px 0px;
}
  .standard-hero {
    height: 40vh;
}
.standard-hero .standard-hero-content {
    text-align: center;
}
.standard-hero .standard-hero-content h1 {
    font-size: 32px;
    line-height: 41px;
   margin-bottom:8px;
}
.bond-repairing {
    padding: 50px 0px 10px 0px;
}
.bond-repairing .section-heading h2 {
    line-height: 35px;
}
.bond-repairing .section-heading p {
    width: 100%;
}
.bond-repairing .section-heading, .bond-repairing .bond-repairing-img {
    margin-bottom: 30px;
}
.bond-repairing p.repair-content, .bond-repairing .section-heading p, .standard-faq .section-heading p {
    font-size: 16px;
    line-height: 21px;
}
.standard-faq .section-heading p{
  margin-top:12px;
  width:100%;
}
.standard-faq {
    padding: 40px 0px 0px 0px;
}
.standard-faq .standart-faq-content {
    padding-bottom: 30px;
}
  #dirty-list .standart-faq-content {
    padding-bottom: 50px;
}
.standard-poster {
    height: auto;
    padding: 50px 0px;
}
.standard-poster .section-heading h2 {
  font-size: 18px;
  line-height: 23px;
}
.standard-poster .stand-poster-content p {
    font-size: 12px;
    line-height: 16px;
    margin: 0px 0px 20px 12px;
}
.standard-poster .stand-poster-content {
    text-align: center;
}
.stand-poster-content .learn-btn {
    font-size: 12px;
    padding: 6px 10px;
}
.hair-damaged .hair-damaged-image {
    height: 570px;
}
.hair-damaged .hair-damaged-image img {
    object-fit: cover;
}
.hair-damaged .hair-damaged-content .damage-img {
   height: 230px;
}
.nuele-store .store-box .store-image {
    width: 87%;
    height: 350px;
    margin: 0px 0px 0px auto;
}
.nuele-store .store-box .store-image:before {
    bottom: -50px;
    left: -50px;
}
.nuele-store .store-content {
    margin-top: 50px;
}
.nuele-store .reverse-row {
    flex-direction: column-reverse;
    margin-top: 20px;
}
.nuele-store .reverse-row .store-content p {
    margin-left: unset;
}
.work-breadcrumb {
    height: 60vh;
}
#trial_find {
    padding: 50px 15px;
}
  .hair-damaged, #healty-hair, .nuele-store, .ingredients {
    padding: 30px 0px;
}
.nuele-store {
    margin-bottom: 0;
}
#hare_care {
    padding: 30px 0px 50px 5px;
}
.preservingwork-content {
    padding: 35px 25px 25px 25px;
}
.preservingwork-section .main-heading h2 {
  line-height: 36px;
  font-size: 26px;
}
}
/* varun-responsive-css-start */
/*varun-css-End*/
.hair-story-banner {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .hair-story-banner-main .guide-content.text-center {
    margin: 0;
}

.hair-story-banner-main .guide-content h1 {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.hair-story-tabs {
    padding: 50px 0;
}
  .hair-story-tabs-main {
    margin-bottom: 60px;
}

.hair-story-tabs-main ul.nav.nav-tabs {
    justify-content: center;
    gap: 20px;
}
.hair-story-tabs-main li.nav-item a.active {
    color: #E59A7A !important;
    border-color: #E59A7A !important;
    position: relative;
}
 
 
.hair-story-tabs-main li.nav-item a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    font-family: 'Futura';
    padding-bottom: 15px;
  border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
}
  .hair-story-tabs-main li.nav-item a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    left: 0;
    width: 100%;
    background: #E59A7A;
    border-radius: 2px 2px 0 0;
}

.hair-story-card {
    border: 1px solid #E2E2E2;
}

.hair-story-card-image {
    width: 100%;
}
.hair-story-card-image a {
    width: 100%;
    overflow: hidden;
    display: block;
}
.hair-story-card-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s;
}
.hair-story-card:hover .hair-story-card-image img {
    transform: scale(1.1);
}
.hair-story-card-content {
    padding: 15px 15px 20px 15px;
    transition: all 0.5s;
}
  .hair-story-card:hover .hair-story-card-content {
    background: #F5F5F5;
}

.hair-story-card-content span {
    font-family: 'Futura PT Book';
    font-size: 14px;
    display: block;
}
  .hair-story-card-content h5 {
    font-family: 'Futura';
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin: 10px 0;
    padding: 0;
    min-height:42px;
}

.hair-story-card-btn {
    margin-top: 15px;
}

.hair-story-card-btn a {
    font-size: 14px;
    font-family: 'Futura PT Book';
    line-height: 20px;
    color: #000000;
    transition: all 0.5s;
}
  .hair-story-card-btn a:hover {
    color: #E59A7A;
    text-decoration: underline;
}
.hair-storybtn a {
    margin-top: 50px;
}
.press-product-section {
    padding: 70px 0 100px;
}
/* mayur-css */

.hair-story-tabs-main .tabs-container nav {
  margin: 0 auto;
  background: #fff;
}

.hair-story-tabs-main .tabs-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
}

.hair-story-tabs-main .tabs-container nav ul li {
  padding: 1rem;
  cursor: pointer;
  color: #A7A7A7;
  border-top: 1px solid #eee;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 25px;
}

.hair-story-tabs-main .tabs-container nav ul li:hover { color: #3e4b58;}




/* the nitty gritty */

.hair-story-tabs-main .tabs-container {
  position: relative;
  height: 4em;
}

.hair-story-tabs-main .tabs-container nav {
  position: absolute;
  width: 100%;
}

.hair-story-tabs-main .tabs-container nav ul {
  display: flex;
  flex-direction: column;
}

.hair-story-tabs-main .tabs-container nav ul li {
  order: 1;
}

.hair-story-tabs-main .tabs-container nav ul li.active {
  order: 0;
}

.hair-story-tabs-main .tabs-container nav ul li.active:after {
    content: '\f107';
    font-size: 18px;
    position: absolute;
    right: 1rem;
    top: 8px;
    z-index: 9999;
    font-family: fontawesome;
}

.hair-story-tabs-main .tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}


.hair-story-tabs-main .tabs-container nav ul.expanded li.active:after{
  border-top-color: transparent;
  border-bottom-color: #555;
  /* top: 1em; */
}


.hair-story-tabs-main .tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

@media all and (min-width: 48em) {

  .hair-story-tabs-main nav {
    background: transparent;
  }

 .hair-story-tabs-main  .tabs-container nav ul li.active {
    box-shadow: inset 0 -3px 0 #E59A7A;
  }

 .hair-story-tabs-main  .tabs-container nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    padding: 0;
  }

 .hair-story-tabs-main  .tabs-container nav ul li {
    display: inline-block;
    margin: 0 1rem 0 1rem;
    padding: 0 0 .2rem 0;
    border: none;
  }

 .hair-story-tabs-main  .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  }

.hair-story-tabs-main   .tabs-container nav ul li.active {
    order: 1;
  }

.hair-story-tabs-main   .tabs-container nav ul li.active:after {
    display: none;
  }
}

/* .hair-story-tabs .storytab-content .tab-content>.tab-pane {
    display: block;
} */

.hair-story-tabs-main .tab-content{
    /* display: none; */
    padding: 15px;
}
.hair-story-tabs-main .tab-content.current{
    display: inherit;
}
 
.hair-story-tabs-main .tabs-container nav.tabs ul {
    border-bottom: 1px solid #dee2e6 !important;
    gap: 20px;
}
.hair-story-tabs-main .tabs-container nav.tabs ul li {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    font-family: 'Futura';
    border: none !important;
    margin: 0;
    padding: 5px 10px 15px;
}

.hair-story-tabs-main .tabs-container nav.tabs ul li.current.active {
    position: relative;
}
.hair-story-tabs-main .tabs-container nav.tabs ul li.active {
    border-top: none;
    color: #E59A7A !important;
    border-color: #E59A7A !important; 
}

 .hair-story-card-image img {
    aspect-ratio: 1.5/1;
}
  @media(max-width:767px){
  .hair-story-tabs-main .tabs-container nav.tabs ul li {padding:10px;}
  .hair-story-tabs-main .tabs-container nav.tabs ul li.active {color: #000000 !important;border-color: #000000 !important;}
  }
  /* ======================================================================================= */


  <style>

  #customer_tab_content .rc_header-settings__description > p {
    line-height: normal !important;
    margin: 10px 0 !important;
} 
.recharge .rc_layout a {
    font-size: 16px;
    font-family: 'GT America Regular';
    font-style: normal;
    font-weight: 400;
    color: #252827;
    line-height: 24px;
    text-decoration: none;
}
 
#content__customers__request-invite .rc_form__group.form__control.input-row.form-group.input-wrapper input {
    border: none;
    border-bottom: 1px solid #252827;
    background-color: #fff;
    max-width: 100%;
    border-radius: 0;
    font-size: 16px;
    font-family: 'GT America Regular';
    font-style: normal;
    font-weight: 400;
    color: #252827;
    line-height: 24px;
    margin-bottom: 19px;
}

#content__customers__request-invite .rc_form__group button.btn.btn-primary.btn--primary.button {
    user-select: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 15px;
    background-color: #3a3a3a;
    color: #fff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .45px;
    white-space: normal;
    font-size: 16px;
}

#content__customers__request-invite  .rc_header-settings__title.rc_title-bar__title h2 {
    font-size: 22px;
    font-weight: 800;
}

#content__customers__request-invite  p {
    color: #252827;
    margin: 14px 0;
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    font-family: 'GT America Regular';
}
</style>