/** Shopify CDN: Minification failed

Line 207:14 Expected ":"
Line 208:130 Expected identifier but found "rgba("

**/
@font-face {
    font-family: 'Gelica Lt';
    src: url('//cdn.shopify.com/s/files/1/0433/9544/8992/files/Gelica-LightItalic.woff2?v=1736106432') format('woff2'),
        url('//cdn.shopify.com/s/files/1/0433/9544/8992/files/Gelica-LightItalic.woff?v=1736106433') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Surt Normal';
    src: url('//cdn.shopify.com/s/files/1/0433/9544/8992/files/SurtNormal-Regular.woff2?v=1736106432') format('woff2'),
        url('//cdn.shopify.com/s/files/1/0433/9544/8992/files/SurtNormal-Regular.woff?v=1736106432') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Surt Normal';
    src: url('//cdn.shopify.com/s/files/1/0433/9544/8992/files/SurtNormal-Semibold.woff2?v=1736106430') format('woff2'),
        url('//cdn.shopify.com/s/files/1/0433/9544/8992/files/SurtNormal-Semibold.woff?v=1736106432') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


:root{
  --font-heading-family:Surt Normal;
  --font-body-family:Surt Normal;
}

i,em {
    font-family: 'Gelica Lt';
    font-weight: 300;
}

.footer__content-bottom {
    display: none;
}

.page-width {
    width: 100%;
}

.jc-overflow-hidden{
  overflow:hidden;
  padding:40px 0;
}

.fwe_heading {
    margin: 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
  letter-spacing:0px;
}

.accordian-header {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    letter-spacing: 0;
    font-weight: 500;
}

.accordian-item {
    border-radius: 16px;
    background: #fff;
}

.accordian-header {
    padding: 16px;
  cursor:pointer;
}

.accordian-content {
    gap: 16px;
    padding: 16px;
    padding-top: 6px;
    display: flex;
    flex-direction: column;
    letter-spacing: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.accordian-content p {
    margin: 0;
}

.fwe_accordian_row{
  margin-top:40px;
  gap:16px;
}

.accordian-item + .accordian-item {
    margin-top: 16px;
}

.accordian-content-wrapper {
    overflow: hidden;
    transition: height .2s ease;
    height: 0;
}

.accordion_icon:before, .accordion_icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #d82164;
    transform-origin: 50% 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .3s ease;
}

.accordion_icon:before {
    transform: rotate(0);
}

.accordion_icon:after {
    transform: rotate(90deg);
}

.accordion_icon {
    position: relative;
    display: flex;
    min-width: 32px;
    min-height: 32px;
    border: 2px #d82164 solid;
    border-radius: 9999px;
}

.accordian-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.accordian-item.open .accordion_icon:before, .accordian-item.open .accordion_icon:after {
    transform: rotate(360deg);
}

.review_slider h3 {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    justify-content: center;
}

span.star-group {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.review_slider h3 svg {
    width: 24px;
    height: 24px;
}

.review_slider h3 span.star-group {
    margin-left: 10px;
}

.review_slider h4 {
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.review_slider h4 span{
  text-decoration:underline;
}

.review_slider h4 svg {
    margin-left: 10px;
}

.review_slider h4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-box {
    box-shadow rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(218, 242, 204, 0.8) 0px 0px 20px contain-intrinsic-block-size: auto 100px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(218, 242, 204, 0.8) 0px 0px 20px 0px;    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(218, 242, 204, 0.8) 0px 0px 20px
    contain-intrinsic-block-size: auto 100px;
    background: #fff;
    padding: 32px 40px;
    border-radius: 16px;
}

.review_slider .swiper-button-next:after, .review_slider .swiper-button-prev:after {
    font-size: 21px;
    font-weight: 900;
    color: #1a1a1a;
}

.review-box h5 {
    font-weight: 400;
    letter-spacing: 0;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    justify-content: center;
}

.review-box h5 span.star-group {
    margin-right: 10px;
}

.review-box p {
    letter-spacing: 0;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
}

.review_slider .swiper-button-next:after,.review_slider .swiper-button-prev:after {
    font-weight: 900;
}

.review_slider_inner.page-width {
    max-width: 117rem;
}
.review_slider_inner{
     --swiper-pagination-bullet-height: 12px;
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-color: #1a1a1a;
    --swiper-navigation-size:21px;
   --swiper-theme-color: #1a1a1a;
}

.review-slider .swiper-pagination {
    position: static;
    margin-top: 15px;
}

.image-with-text__text p {
    font-size: 16px;
    line-height: 25px;
    color: rgb(64, 64, 64);
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
}

.image-with-text__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}

.image-with-text__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.image-with-text__text *{
  margin:0px;
}

.image-with-text__content:after{
  content:none !important;
}

.image-with-text__media {
    --media-radius: 16px;
}

.icon-box h4 {
    font-size: 16px;
    margin: 5px 0 3px;
    margin: 0;
}

.icon-box p {
    margin: 0;
    font-size: 14px;
}

.icon-slider {
    margin-top: 40px;
}

.lilyahair-review-item-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.eg-play-icon {width: 65px;height: 65px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);cursor: pointer;z-index: 1;}

.lilyahair-review-item-image {
    position: relative;
}

.lilyahair-section-reviews-slider {
    margin-top: 30px;
}

.lilyahair-review-item.active .eg-play-icon {
    opacity: 0;
}

.icon-with-text--custom {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.icon-with-text--custom .icon-with-text__item {
    width: calc(50% - 10px);
}

.icon-with-text--custom .icon-with-text__item img {
    margin-right: 9px;
}

.icon-with-text--custom .icon-with-text__item .h4 {
    font-size: 16px;
    line-height: 24px;
}

.testimonial-box {
    display: flex;
    padding: 10px;
    border-radius: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.testimonial-title h4 {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    margin-right: 10px;
}

.testimonial-image {
    width: 60px;
    height: 60px;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-content {
    width: calc(100% - 70px);
}

.testimonial-content p {
    letter-spacing: 0;
    font-size: 12px;
    margin: 0;
}

.testimonial-title {
    display: flex;
}

.testimonial-title img {
    max-height: 16px;
}

.offer-text {
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    gap: 8px;
    line-height: 20px;
    font-size: 16px;
    align-items: center;
}

.offer-icon {
    background-color: #00b67a1a;
    padding: 0px 4px;
    border-radius: 9999px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-icon {
    animation: blink 1.2s ease infinite;
    transition: opacity .2s ease;
}

.delivery-icon {
  animation: blink 1.2s ease infinite;
  transition: opacity 0.2s ease;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



.header__menu-item {
    color: rgba(var(--color-foreground),1);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: 'Surt Normal';
}

.main-banner h2 {
    font-size: 64px;
    line-height: 64px;
    margin: 0;
    letter-spacing: 0;
   font-weight:600;
}

.main-banner h3 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
    margin: 0;
    margin-top: 16px;
    font-weight: 400;
}

.inner-main-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

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

.left-main-banner {
    width: calc(50% - 8px);
}

.inner-left-banner{
   padding:24px 60px;
  display:flex;
  justify-content:center;
  align-items:center;
      height: 100%;
}

.right-main-banner {
    width: calc(50% - 8px);
}
.right-main-banner {
    display: flex;
}

.main-banner .button--primary{
  margin-top:32px;
}

.main-banner .button--primary {
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 600;
    padding: 17px 36px;
    text-transform: uppercase;
}

.main-banner .button--primary:after,.main-banner .button--primary:before, .main-banner .button--primary{
    border-radius: 9999px;
}

.banner-custom-review {
    margin-top: 32px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    display: flex;
    gap: 16px;
    justify-content: center;
}

.banner-custom-review .star-group svg {
    width: 24px;
    height: 24px;
}
.right-main-banner {
    display: flex;
}

.right-main-banner {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.left-banner-wrap {
    max-width: 600px;
    margin: 0 auto;
}

.inner_lilyahair-section-marquee-usps {
    display: flex;
    align-items: center;
}

.lilihair-usps-marquee-icon svg {
    width: 100%;
    height: auto;
}

.lilihair-usps-marquee-icon {
    width: 2rem;
    height: 2rem;
}

.lilihair-usps-marquee-title {
    font-size: 12px;
    font-weight: 500;
    line-height:normal;
}



.lilihair-usps-marquee-item {
    width:auto;
}


.inner_lilyahair-section-marquee-usps .swiper-wrapper{
    -webkit-transition-timing-function: linear!important;
    transition-timing-function:linear!important;
  align-items:center;
}

.announcement-bar__message.h5 {
    font-family: 'Surt Normal';
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
}

.collection__title h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
}

.card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-top .card__heading {
    font-size: 18px;
}

.card-top .price {
    letter-spacing: 0;
}

.card-information .card-subtitle {
    margin: 0;
    letter-spacing: 1.7px;
    margin-top: 10px;
}

.card-description {
    font-size: 15px;
    letter-spacing: 0;
}

.inner-nos-engagement {
    display: flex;
    gap: 50px;
    border-radius: 30px;
}

.left-engagement {
    width: 55%;
}

.right-engagement {
    width: 45%;
}

.right-engagement img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    max-width:100%;
}

.engagement-item {
    display: flex;
    gap: 16px;
}

.engagement-icon {
    width: 32px;
}

.engagement-icon img {
    max-width: 100%;
}

.engagement-info h3 {
    margin: 0;
}

.engagement-info p {
    margin: 0;
}

.left-engagement {
    padding: 40px;
}

.left-engagement h2 {
    margin-bottom: 30px;
}

.engagement-list {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.engagement-item {
    border-bottom: 1px rgb(163,163,163) solid;
    padding-bottom: 15px;
}

.jc-overflow-hidden svg {
    display: none;
}

.brand-info {
    display: inline-flex;
    gap: 10px;
   margin-top:0px !important;
}

.brand-info img {
    max-width: 100px;
}

.eg-main {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 40px;
}

.eg-main .fwe_heading {
    margin-bottom: 30px;
}

.eg-table table tbody tr:first-child td:nth-child(2) img {
    max-height: 39px;
    max-width:100px;
    object-fit:contain;
}

.eg-table>table td {
    border: 1px solid black;
    padding: 5px;
    line-height: 1.2 !important;
}

.eg-table>table>tbody>tr>td {
    width: 34% !important;
}

.eg-table>table>tbody>tr>td:not(:nth-child(2)) {
    border-left: none !important;
    border-right: none !important;
}

.eg-table>table>tbody>tr:first-child>td {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.eg-table table {
    box-shadow: none;
}

.eg-table>table>tbody>tr:first-child>td:nth-child(2) {
    border-radius: 15px 15px 0px 0px;
}

.eg-table td:nth-child(2) {
    background: #fdd1ab !important;
    text-align: center !important;
    padding: 15px !important;
    color: white !important;
    border: 1px solid white !important;
}

.eg-table table {
    width: 100%;
}

p.product__text.inline-richtext {
    font-size: 14px;
    margin-bottom: 10px;
}
p.product__text.inline-richtext img {
    max-width: 65px;
    margin: 0 5px;
      position: relative;
    top: 4px;
}

.fwe-heading h2 {
    font-size: 42px;
    line-height: 58px;
    color: #3b3b3b;
    font-weight: 300;
    margin: 0;
}

.fwe-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fwe-heading a {
    font-size: 15px;
    line-height: 25px;
    text-decoration: underline;
    display: inline-block;
    color: #3b3b3b;
    letter-spacing: 1px;
}

.fwe-product-form .btn {
    text-align: left;
    border-radius:30px;
  display:flex;
  justify-content:space-between;
}

.fwe-product-card {
    scroll-snap-align: start;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 0;
    display: grid;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 18px 2px #0000001a;
    padding: 0px;
}

.fwe-product-cardinfo {
    padding-top:0px;
    padding: 18px;
  padding-bottom:25px;
}
.fwe-product-img {
    display: flex;
}

.product-slider .swiper {
    padding: 40px 0;
}

.fwe-product-cardinfo h3 {
    font-size: 18px;
    margin:0px;
    margin-bottom:20px;
   min-height:47px;
}

.fwe-product-form .product-single__form {
    margin: 0;
}

.fwe-product-img {
    background: #fcf9f7;
    border-radius: 12px;
    overflow: hidden;
}

.fwe-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fwe-swiper-nav {
    cursor:pointer;
    position: absolute;
    top: calc(50% - 42px);
    z-index: 3;
    color: #fff !important;
    background: #69b358;
    height: fit-content;
    transition: .2s ease-out;
}

.swiper-next:before, .swiper-next:after, .swiper-prev:before, .swiper-prev:after {
    content: "";
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    left: 0;
    top: -67%;
    background: url(https://cdn.shopify.com/s/files/1/0433/9544/8992/files/left-arrow.svg?v=1735746392);
    background-size: cover;
}

.swiper-next {
    padding: 30px 30px 30px 14px;
    border-radius: 160px 0 0 160px;
    right: 0 !important;
}

.swiper-next:before {
    left: 0;
    top: -60%;
}

.swiper-next:after {
    left: 0;
    top: 86%;
    transform: scaleY(-1);
}

.swiper-prev {
    padding: 30px 14px 30px 30px;
    border-radius: 0 160px 160px 0;
    left: 0 !important;
}

.swiper-prev:before {
    left: 0;
    top: -60%;
    transform: scaleX(-1);
}

.swiper-prev:after {
    left: 0;
    top: 86%;
    transform: rotate(180deg);
}

.fwe-swiper-nav svg {
    width: 24px;
}

.swiper-button-disabled {
    opacity: 0 !important;
}

.fwe-secondary-image {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
          opacity: 0;
        display: block;
}

.fwe-product-img {
    position: relative;
}

.fwe-product-img img {
    object-position: center;
    margin-inline: auto;
    transition: opacity .1s ease-in-out;
}

.fwe-product-card:hover .fwe-secondary-image {
    opacity: 1;
}

.avisImg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 40px;
}

.btn{
  font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.2;
    display: inline-block;
    padding: 9px 20px;
    margin: 0;
    width: auto;
    min-width: 90px;
    line-height: 1.42;
    font-size: 1.14286em;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    color: #fff;
    background: #69b358;
    transition: padding-right .3s, background .3s;
}
.btn--full {
    width: 100%;
    padding: 9px 20px;
    font-size: 1.14286em;
    box-sizing: border-box;
}

.fwe-product-cardinfo h3 a{
  color:#000;
  font-weight:700;
  text-decoration:none;
}

.product-slider .swiper-slide {
    height: auto;
}

.fwe-product-card {
    height: 100%;
}
.icon-with-text__item{
  gap:10px;
}

img{
  max-width:100%;
}

h3.fwe_subheading {
    font-size: 18px;
    line-height: 28px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ingredient-box {
    background: #fff;
    border: 1px #372747 solid;
    border-radius: 20px;
    padding: 20px;
}

.ingredient-box figure {
    margin: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
}

.ingredient-box figure img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.ingredient-box-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Archivo';
    margin: 0;
}

.ingredient-box-content p {
    font-size: 16px;
    margin-top: 8px;
    line-height: normal;
    margin-bottom: 0;
}

.ingredient-loop{
  margin-top:30px;
}
@media(min-width:990px){
  .banner-reverse {
    flex-direction: row-reverse;
}
}

@media(min-width:750px){
.fwe_accordian_row.grid--2-col-tablet .grid__item {
    width: calc(50% - 8px);
}
}

@media(max-width:989px){
.inner-main-banner {
    flex-direction: column-reverse;
    gap: 0;
}

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

.right-main-banner {
    width: 100%;
}

.main-banner h2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 100%;
}

.banner-custom-review .star-group svg {
    width: 20px;
    height: 20px;
}

.banner-custom-review {
    font-size: 16px;
}

.left-banner-wrap{
  max-width:100%;
}  

.inner-left-banner {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
}
}

@media(max-width:749px){
.image-with-text__media--small {
    height: 0;
    aspect-ratio: 1;
    padding-top: 100%;
}
  
.fwe_heading, .image-with-text__heading,.multicolumn .title {
    font-size: 24px;
    line-height: 35px;
}

.multicolumn-card__info h4 {
    font-size: 36px;
}

.image-with-text__content {
    padding-left: 0;
    padding-right: 0;
    gap: 10px;
    padding-bottom: 0;
}

.image-with-text__text {
    gap: 10px;
}

.image-with-text__text p {
    font-size: 16px;
    line-height: 25px;
}

.review_slider h3 {
    font-size: 18px;
    margin: 0;
    margin-top: 10px;
}

.review_slider h3 svg {
    width: 18px;
    height: 18px;
}

.review_slider h4 {
    font-size: 16px;
    margin-top: 8px;
    flex-direction: column;
}

.review_slider h4 svg {
    margin: 0;
    margin-top: 5px;
}

.accordian-header {
    font-size: 16px;
    line-height: 24px;
    gap: 10px;
}

.accordion_icon {
    min-width: 25px;
    min-height: 25px;
}

.fwe_accordian_row {
    margin-top: 20px;
}  

.main-banner h2 {
    font-size: 32px;
    line-height: 40px;
}

.main-banner h3 {
    font-size: 16px;
    line-height: 24px;
}

.main-banner .button--primary {
    font-size: 16px;
    line-height: 20px;
    padding: 11px 25px;
}

.banner-custom-review {
    flex-direction: column;
    align-items: center;
}

.inner-nos-engagement {
    flex-direction: column-reverse;
    gap: 0;
}

.left-engagement {
    width: 100%;
}

.right-engagement {
    width: 100%;
    display:flex;
}

.right-engagement img {
    border-radius: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.review-slider .swiper-slide {
    height: auto;
}

.review-box {
    height: calc(100% - 30px);
}

.collection__title h2{
  font-size:21px;
}

.eg-main{
  padding:0 20px;
}

.eg-table table tbody tr:first-child td:nth-child(2) img {
  max-width:100%;
}
.eg-table>table td {
    letter-spacing: 0;
    font-size: 12px;
    word-break: break-word;
}

span.variant-box-right > span {display: inline;margin: 0;}

span.variant-box-right {
    display: block;
    width: 100%;
}  

.ingredient-box figure {
    width: 100%;
    height: auto;
}

.ingredient-box figure img {
    aspect-ratio: 1;
    object-fit: contain;
}  
.ingredient-box{
  padding:10px;
}
.ingredient-box-content h4 {
    font-size: 14px;
}
}

@media(max-width:480px){
 .swiper-prev {
    padding: 10px 7px 2px 6px;
    border-radius: 0;
    left: 5px !important;
}
.swiper-prev:before {
    content: none;
}
.swiper-prev:after {
    content: none;
}

.swiper-next {
    padding: 10px 7px 2px 6px;
    border-radius: 0;
    right: 5px !important;
}
.swiper-next:before {
    content: none;
}
.swiper-next:after {
    content: none;
}
.btn--full {
    font-size: 14px;
}
.fwe-product-cardinfo h3{
  font-size:16px;
  margin-bottom:15px;
  min-height:unset;
}  
.fwe-heading h2 {
    font-size: 26px;
    line-height: 50px;
}
.fwe-heading {
    flex-direction: column;
}
.product-slider .swiper {
    padding: 40px 20px;
}  
}