/** Shopify CDN: Minification failed

Line 1160:23 Expected identifier but found "!"
Line 1167:19 Expected identifier but found "!"
Line 1172:20 Expected identifier but found "!"
Line 1289:20 Expected identifier but found "!"
Line 1294:19 Expected identifier but found "!"
Line 1300:19 Expected identifier but found "!"
Line 1305:20 Expected identifier but found "!"
Line 1641:22 Expected identifier but found "!"
Line 1646:21 Expected identifier but found "!"
Line 2418:0 Unexpected "}"

**/
.swiper-slide {
    background: #fafafa;
}
.featured-collection-slider__inner .product-item__meta{
    background: #f7f2ec;
    border-radius: 0 0 25px 25px;
    padding: 10px;
    min-height: 150px;
}
.m-top-5{
    margin-top: 5px;
}
.featured-collection-slider .featured-collection-slider__product{
    height: 100%;
        display: flex;
            border-radius: 0 0 25px 25px;
}
.featured-collection-slider .product-item__inner {
        height: 100%;
    }
.featured-collection-slider__product .product-item__swatch-count, .featured-collection-slider__product .product-item__variant-info{
        display: none;
}
.multi-column__grid-item {
    background: transparent !important;
}
.btn.btn--primary, .shopify-challenge__button {
    padding: 16px;
    min-width: 300px;
    border-radius: 7px;
    color: #fff;
    text-transform: uppercase !important;
    font-size: 19px;
}
.btn.btn--primary:before, .shopify-challenge__button:before {
   
    background-color: #96AC9D;
    background: #96AC9D;
    /*background: linear-gradient(59deg, rgba(150, 172, 157, 1) 0%, rgba(101, 128, 109, 1) 100%);*/
     /*background-image: url('/cdn/shop/files/noice-30.png?v=1765290148');*/
}
.product__details .product__policies{
    display: none !important;
}
.btn.btn--primary.btn--overlay:before, .shopify-challenge__button.btn--overlay:before {
    background-color: #96AC9D !important;
    background: #96AC9D  !important;
}
.btn.btn--primary.btn--overlay:after, .shopify-challenge__button.btn--overlay:after {
    background-color: var(--color-background-button-hover)  !important;
}

.multi-column__grid-item-inner img{
     border-radius: 25px 25px;
}
.product__price{
    font-size: 30px;
    font-weight: 500;
    align-items: baseline;
}
footer {
    position: relative;
    background: #f7f2ec;
}
footer:before{
     content: "";
    background: url(/cdn/shop/files/footer-img.png?v=1765271327) no-repeat center center;
    width: 100%;
    height: 90px;
    background-size: cover;
    display: block;
    top: -64px;
    position: absolute;
    z-index: 0;
    left: 0;
}
.footer__bottom-left{
    width: 100%;
}
.footer__credits{
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.footer__heading{
        font-size: 20px;
    font-weight: 500;
}
.footer__newsletter p{
    font-size: 14px;
}
.footer__newsletter .input[type=email], .footer__newsletter .input[type=text] {
    padding: 16px 20px !important;
    border: 1px solid currentColor;
}
.footer__newsletter .footer__newsletter-button {
    right: 20px;
}
.footer__links ul, .footer__group-content p {
    font-size: 16px;
}
.header__icon-touch--search{
    display: none;
}
.rating-stars__container {
    display: flex;
}
.rating-stars__container--underlay {
    position: relative;
}
.rating-stars__container svg:first-of-type {
    margin-left: 0;
}
.rating-stars-and-text {
    justify-content: var(--alignment);
        display: flex;
            align-items: center;
}
.rating-stars a {
    color: rgb(var(--color-foreground));
    text-decoration: none;
}
.rating-stars__container svg:first-of-type {
    margin-left: 0;
}
.rating-stars__container--underlay svg {
    color: var(--bg-star-color);
}
.rating-stars__container--overlay svg {
    color: var(--star-color);
}
.rating-stars__container svg {
    width: 1em;
    height: 1em;
    margin-left: .125em;
    flex-shrink: 0;
}
.rating-stars__container--overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: calc(100% / 5 * var(--rating));
}
.rating-star {--percent: calc( ( var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size))) ) * 100% );letter-spacing: calc(var(--letter-spacing) * 1rem);font-size: calc(var(--font-size) * 1rem);line-height: 1;display: inline-block;font-family: Times;margin: 0;}.rating-star::before {content: "★★★★★";background: linear-gradient( 90deg, var(--color-icon) var(--percent), rgba(var(--color-foreground), 0.15) var(--percent) );-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.rating-text {display: none;}.rating-count {display: inline-block;margin: 0;}@media (forced-colors: active) {.rating {display: none;}.rating-text {display: block;}}
.product__callouts-item-1{
    display: flex;
    flex-direction: row;
}
.product__callouts-item-1 img{
    width: 30px !important;
    height: 30px !important;
}
.product__details .product__callouts-item-icon-1, .product__details .product__callouts-item-icon-1.icon, .product__details .product__callouts-item-icon-1.image {
        width: 35px;
        height: 35px;
    }
.product__meta {
    padding-top: 0;
}
.product__meta .product-block-custom-liquid:first-child{
    margin-bottom: 0;
}
.rte h5, .shopify-policy__body h5 {
    font-size: 20px;
}
.t-subdued {
    opacity: 0.6;
    color: #555555;
}
.product-item__price .sale{
    color: #222222;
}
.product-item__price .displayed-discount {
    color: #9AAE9F;
    font-weight: 600;
}
.product-badge--sold-out{
    color: #fff;
    background: #9AAE9F;
    border-color: #9AAE9F;
    border-radius: 5px;
}
.product-badge {
    color: #fff;
    background: #9AAE9F;
    border-color: #9AAE9F;
    border-radius: 5px;
}
.featured-collection-slider__inner .product-item{
    width: 100%;
}
.cart-timer{
        background: #96ad9d;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.quick-cart__footer-tax-note{
    font-size: 13px; 
    text-align: center;
}
.yousave, .badge-normal{
 font-size: 16px;
     font-weight: 600;
}
.quick-cart__footer-subtotal_total{
    margin-top: 0;
}
.swiper-backface-hidden .swiper-slide {
    background: #fff;
}
.badge {
       font-size: 16px !important;
    padding: 5px 10px;
    font-size: var(--text-sm);
    background: #96ad9d;
    border-radius: 25px;
    color: #fff;
    }
    .visually-hidden {
    position: absolute!important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal!important;
}
  .list-payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -.5rem 0;
    padding-top: 1rem;
    padding-left: 0;
}  
.list-payment__item {
    align-items: center;
    display: flex;
    padding: .5rem;
}
.contact-form__button{
    width: 100%;
}
.animation--item:has(.contact-form__button) {
grid-column: 1 / -1;
}

.contact-form__recaptcha-terms{
    text-align: center;
}
.sticky-atc-bar{
    display: none !important;
}
header.is-sticky{
    z-index: 99 !important;
}
.product__details .accordion__label{
    align-items: center;
}    
.product__details .accordion__label h3{
    font-size: 16px;
}
.testimonials__item-product-image{
    border-radius: 25px;
}
.quick-cart__item-image {
    width: 80px;
    flex-shrink: 0;
}
.quick-cart__item-price-wrapper{
    display: flex;
}
.quick-cart__item-bottom {
    margin-top: 8px !important;
}
.quick-cart__item-bottom .quantity-input {
    height: 29px;
    border-radius: 14px;
    background: #96ad9d7d;
}
.quick-cart__item-top .quick-cart__item-discounts {
    font-size: 9px !important;
    padding: 4px;
    margin-top: 0 !important;
}
.quick-cart__item-discount {
    display: flex;
    font-size: 9px !important;
    padding: 0;
}
.product__price s {
   color: #a3a3a3;
   margin-left: 10px;
   font-size: 24px;
   font-weight: 500;
}
quick-cart__item-price {
   color: #000;
}

.product__price s:not(:empty)+[data-price], .product__price .product__price-displayed-discount{
        color: #fff;
    background: #96AC9D;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 15px;
    position: relative;
    top: -4px;
}
.quick-cart__item-price.sale-price {
    color: #5959599e;
    font-weight: 600;
    text-decoration: line-through;
    font-weight: 500;
}
.quick-cart__item-price-wrapper s{
    color: #222 !important;
    font-weight: 600;
    text-decoration: none;
}
.quick-cart__item-discounts {
    color: #000;
}
.quantity-input__button {
    padding: 3px var(--spacing-3);
    z-index: 1;
}
.d-none{
    display: none !important;
}
.product__callouts-items{
    display: flex;
}
.product__details .product__callouts-item {
        width: 25%;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
.product__details .product__callouts-item-icon, .product__details .product__callouts-item-icon.icon, .product__details .product__callouts-item-icon.image {
        width: 90px;
        height: 90px;
        margin: 0 0 5px;
    }
    .accordion__label[aria-expanded="true"] .icon.icon-arrow-down,
  .accordion__label[aria-expanded="false"] .icon.icon-arrow-up{
    display:none;
  }
  .accordion__label {
    padding: 10px 0 !important;
}
.product__block h2{
    font-size: 30px !important;
}
.product-template-product-skin .product__price-and-ratings{
    display: none !important;
}
.testimonials__item-stars .icon svg {
    color: #ffcc00;
}
.collapsible-row-list-item__trigger {
    padding: 16px 0 !important;
}
.product__description ul {
    padding: 0 !important
}
.product__description ul li{
    list-style: none;
    display: flex;
    justify-content: center;
}
.product__description ul li::before {
  content: '\2022';
  margin-right: 8px; 
}
.product__details .product__controls-group.product__variants-wrapper{
    height: 1px;
    width: 1px;
    opacity: 0;
    z-index: -2;
    position: absolute;
    visibility: hidden;
}
.rapi-disabled .product__controls-group.product__variants-wrapper{
     height: auto;
    width: auto;
    opacity: 1;
    z-index: 0;
    position: relative;
    visibility: visible;
}
.rapi-enabled .product__details .product__controls-group.product__variants-wrapper{
    height: 1px;
    width: 1px;
    opacity: 0;
    z-index: -2;
    position: absolute;
    visibility: hidden;
}

.custom-benefits-section .custom-benefits-list, .custom-benefits-section-wrapper .custom-benefits-list {
    background: #96ad9d !important;
    border-radius: 20px !important;
    padding: 14px !important;
    max-width: 450px !important;
    margin: 0 auto !important;
    border: 1px solid #e0e0e0 !important;
}
.custom-benefits-section .custom-benefits-list p{
    text-align: left !important;
}
.custom-benefit-item {
    margin-bottom: 17px;
}
.custom-benefit-header {
    display: flex
;
    align-items: center;
    margin-bottom: 5px;
}
.custom-benefit-icon {
    margin-right: 10px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.custom-benefit-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}
.custom-benefits-section .custom-benefit-title, .custom-benefits-section-wrapper .custom-benefit-title, .custom-benefits-section-wrapper h3.custom-benefit-title {
    font-size: 16px !important;
    letter-spacing: var(--letter-spacing-body) !important;
    margin-bottom: 0px !important;
    font-weight: var(--font-weight-bold) !important;
}
.custom-benefit-description-container {
    padding-left: 0;
}
.custom-benefits-section-wrapper, .custom-benefits-section-wrapper * {
    box-sizing: border-box;
}
.custom-benefits-section .custom-benefit-description, .custom-benefits-section-wrapper .custom-benefit-description {
    font-size: 14px !important;
    letter-spacing: var(--letter-spacing-body);
}
.custom-benefit-description {
    margin: 0;
}
.guarantee-section__wrapper {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    letter-spacing: -0.2px;
    padding: 5px 0px;
    margin-top: var(--margin-top-mobile);
    margin-bottom: var(--margin-bottom-mobile);
    overflow: hidden;
    position: relative;
}
.guarantee-section__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    background:linear-gradient(360deg,rgba(150, 172, 157, 0.36) 54%,  #96ac9d 100%);
    border: 1px solid #96ac9d;
    border-radius: 8px;
}
.guarantee-section__mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 500px;
    margin: 0 auto;
    padding: 25px 15px 30px;
    position: relative;
}
.guarantee-section__photos-mobile {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 250px;
    height: 180px;
    margin-top: -8px;
    margin-bottom: -40px;
    z-index: 1;
}
.guarantee-section__photos-mobile .polaroid-photo-1 {
    transform: rotate(-8deg);
    left: 0;
    z-index: 1;
    top: 0;
}
.guarantee-section__photos-mobile .polaroid-photo-2 {
    transform: rotate(0deg);
    left: 50%;
    margin-left: calc(100px / -2);
    z-index: 2;
    top: 10px;
}
.guarantee-section__photos-mobile .polaroid-photo-4 {
    transform: rotate(8deg);
    right: 0;
    z-index: 1;
    top: 0;
}
.guarantee-section__photos-mobile .polaroid-photo {
    position: absolute;
    transform-origin: center;
    box-shadow: 0 4px 15px rgb(0 0 0 / .15);
    width: 100px;
    height: calc(100px * 1.2);
    background: #fff;
    padding: 8px 8px 15px 8px;
}
.polaroid-photo {
    background: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1);
    padding: 8px 8px 15px 8px;
    width: 100px;
    height: calc(100px * 1.2);
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: auto;
}
.polaroid-photo img {
    width: calc(100% - 16px);
    height: calc(100% - 23px);
    object-fit: cover;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
}
.guarantee-section__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
.shield-icon {
    margin-bottom: 10px;
    transform: scale(1);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
    color: #96ac9d;
}
.shield-icon svg {
    fill: #96ac9d;
    color: #96ac9d;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.guarantee-section__heading {
    color: #484f4a !important;
}
.guarantee-section .accent-text {
    font-weight: 300 !important;
    margin-left: 4px !important;
    background: #484f4a !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    line-height: 1.3 !important;
    padding-right: 0px !important;
    display: inline-block !important;
}
.guarantee-section__description {
    font-size: 14px;
    color: #484f4a;
    line-height: 1.5;
    margin-bottom: 24px;
}
.guarantee-section__cta {
    padding: 17px 12px 20px !important;
    letter-spacing: var(0, 1px) !important;
    background-color: #96ac9d !important;
    color: #fff !important;
    border: 0 solid #0000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 30px !important;    
}
.guarantee-section__cta {
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 0;
    cursor: pointer;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.guarantee-section__benefits {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    color: #484f4a;
}
.benefit {
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkmark-icon {
    margin-right: 4px;
    flex-shrink: 0;
    color:  #96ac9d;
}
.guarantee-section__desktop {
    display: none;
}
.stats-grid-section {
    text-align: center;
    width: 100%;
    padding: 60px 40px 60px 40px;
    background-color: #f7f2ec;
}
.page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.stats-grid-section__container {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stats-grid-section-header {
    margin-bottom: 0px;
    width: 100%;
}
.stats-grid-section-title {
    margin-bottom: 15px;
    letter-spacing: -0.5px !important;
    color:  #222222 !important;
    font-size: 36px;
}
.stats-grid-section-subheading {
    max-width: 600px;
    margin: 0 auto;
    color:  #222222 !important;
    font-size: 18px;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: min(20px, 2vw);
    margin-top: 30px;
    width: 100%;
    max-width: min(900px, 100%);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    place-items: center;
    justify-content: center;
}
.stats-grid-item {
    aspect-ratio: 1 / 1.15;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}
.stats-grid-card {
    background-color: #96ac9d;
    border-radius: 10px;
    padding: clamp(12px, 2.5vw, 17.5px) clamp(8px, 2vw, 15px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1.15;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 0;
}
.stats-grid-circle-container {
    margin-bottom: 5px;
    width: clamp(40px, 50%, 100px);
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stats-grid-circle {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.stats-grid-circle-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.stats-grid-circle-bg {
    fill: none;
    stroke-width: 8;
}
.stats-grid-circle-progress {
    fill: none;
    stroke: url(https://getyumi.co/products/glow-go-cutting-jelly-2-0#circleGradient-1);
    stroke-width: 8;
    stroke-dasharray: 314;
    stroke-dashoffset: 314;
    transition: stroke-dashoffset 1s ease-in-out;
}
.stats-grid-percentage-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(16px, 3.5vw, 22px);
    font-weight: 600 !important;
    color: #484f4a !important;
}
.stats-grid-title {
    font-size: clamp(14px, 2.5vw, 18px);
    font-weight: bold;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
    color: inherit !important;
    text-align: center;
    word-wrap: break-word;
    hyphens: auto;
}
.stats-grid-description {
    font-size: clamp(11px, 2vw, 14px);
    line-height: 1.4;
    letter-spacing: var(--letter-spacing-body);
    color: inherit !important;
    text-align: center;
    word-wrap: break-word;
    hyphens: auto;
    color: #484f4a !important;
}
.bg-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px !important;
    max-width: 450px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 15px;
    padding-right: 10px;
}
.bg-benefit-item {
    display: flex;
    align-items: center;
    gap: 7px;
}
.bg-benefit-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bg-benefit-text{
    color: #96ac9d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.3px;
    line-height: 1.4;
}
.custom-text-description {
    font-size: 16px;
    margin-top: 2px;
    color: #222;
    opacity: 1;
    text-align: left;
}
 .custom-text-main  {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    justify-content: flex-start;
    flex-shrink: 0;
}
.custom-text-description p {
    margin-top: 0;
    margin-bottom: 00px;
}
.custom-text-main-text-content {
    text-align: left;
    width: 100%;
    font-weight: 400;
}
.custom-text-block-custom_text_tpdhL4 {
        margin-top: 2px;
    margin-bottom: -3px;
    text-align: left;
    width: 100%;
    align-items: center;
    justify-content: start;
    display: flex
;
}
.trustpilot-rating-container{
    display: flex;
    align-items: center;
    margin: 5px 0 0px 0;
    justify-content: start;
    border: 1px solid #b6b6b6;
    border-radius: 4px;
}
.custom-text-content {
    color:  #484f4a ;
    margin: 0;
    width: 100%;
}
#block-trustpilot_rating_73wT76 .rating-container {
    display: flex;
    align-items: center;
    /* font-family: Arial, Helvetica, sans-serif; */
    flex-wrap: wrap;
    font-weight: 500;
    letter-spacing: -0.2px;
}
#block-trustpilot_rating_73wT76 .trustpilot-block-rating-text {
    color: #484f4a !important;
    font-size: 14px;
    margin: 0;
    padding: 4px 7px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    letter-spacing: -0.2px;
}
#block-trustpilot_rating_73wT76 .trustpilot-star-five {
    height: 18px;
    width: auto;
    margin: 0 8px 0 0;
    vertical-align: middle;
}
#block-trustpilot_rating_73wT76 .rating-excellent {
    font-weight: bold;
    margin-right: 5px;
}
#block-trustpilot_rating_73wT76 .rating-score {
    margin-right: 0px;
    font-weight: 400;
    letter-spacing: -0.2px;
}
.custom-text-icon{
        align-items: center;
    display: flex
;
}
 .custom-text-icon svg {
    width: 100%;
    height: 100%;
    fill: #96ac9d;
    stroke: #96ac9d;
}
html {
  scroll-behavior: smooth;
}
.custom-hero-wrapper:has(.section .shopify-section), #shopify-section-template--21283558162521__custom_liquid_LDmmbC, #shopify-section-template--21304657379417__custom_liquid_LDmmbC, section:has(.custom-hero-wrapper) {
    background: #f7f2ec;
    width: 100%;
}
#shopify-section-template--21283558162521__rich_text_mDgHYN, #shopify-section-template--21304657379417__rich_text_mDgHYN, #shopify-section-template--21360478519385__rich_text_mDgHYN{
    background: #88a792;
}
#shopify-section-template--21283558162521__custom_liquid_AYA6yX, #shopify-section-template--21304657379417__custom_liquid_AYA6yX, #shopify-section-template--21360478519385__custom_liquid_AYA6yX, .shopify-section:has(.stats-grid-section){
    background: #f7f2ec;
}
.custom-hero {
    background-color: #f7f2ec;
    padding: 60px 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-hero__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.custom-hero__flex {
    align-items: center;
    gap: 40px;
}
.custom-hero__flex--image-right {
    flex-direction: row-reverse;
}
.custom-hero__flex {
    display: flex;
}
.custom-hero__image-wrapper {
    width: 50%;
    position: relative;
}
.custom-hero__content {
    padding: 20px 20px !important;
    text-align: left;
}
.custom-hero__content {
    width: 50%;
    padding: 5px 0;
}
.custom-hero__image {
    border-radius: 8px;
}
.custom-hero__image {
    width: 100%;
    height: auto;
    display: block;
}
.custom-hero__content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100%;
    gap: 0;
}
.custom-hero__rating-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}
.custom-hero__rating-container {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
    padding: 4px 0;
    border-radius: 8px;
    display: inline-flex;
    clear: both;
    width: fit-content;
}
.custom-hero__profile-images {
    display: flex;
    margin-right: 10px;
}
.custom-hero__profile-image {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: -8px;
    object-fit: cover;
}
.custom-hero .custom-hero__rating-stars {
    color: #96ac9d;
    font-size: 16px !important;
    --hero-star-size: 16px;
}
.custom-hero .custom-hero__rating-stars svg {
    width: 16px !important;
    height: 16px !important;
    display: inline-block;
}
.custom-hero .hero-star-icon {
    color: #96ac9d;
    fill: #96ac9d;
    width: 16px !important;
    height: 16px !important;
}
.custom-hero .custom-hero__rating-text {
    color: #484f4a;
    font-size: 12px !important;
    display: inline-block;
    letter-spacing: -0.5px;
    margin: 0 2px;
    vertical-align: middle;
}
.custom-hero .custom-hero__title {
    color: #222;
    font-size: 42px;
    line-height: 1.5;
    letter-spacing: -0.5px;
    overflow: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}
.custom-hero .custom-hero__subtitle, section.custom-hero .custom-hero__subtitle, .custom-hero .custom-hero__content .custom-hero__subtitle, .custom-hero__container .custom-hero__content .custom-hero__subtitle {
    color: #484f4a !important;
    font-size: 18px !important;
    line-height: 1.5em !important;
    letter-spacing: -0.5px !important;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}
.custom-hero .custom-hero__subtitle p, section.custom-hero .custom-hero__subtitle p, .custom-hero .custom-hero__content .custom-hero__subtitle p, .custom-hero__container .custom-hero__content .custom-hero__subtitle p {
    margin: 0 !important;
    padding: 0 !important;
}
.custom-hero__benefits {
    text-align: left;
}
.custom-hero__benefits {
    margin-bottom: 20px;
    padding-right: 50px;
}
.custom-hero__benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: -0.5px; 
}
.custom-hero .custom-hero__benefit-item {
    color: #484f4a;
    font-size: 18px !important;
    justify-content: flex-start;
}
.custom-hero .custom-hero__benefit-icon {
    color:  #96ac9d;
    font-size: 18px !important;
}
.custom-hero__benefit-icon {
    margin-right: 4px;
    font-size: 20px;
    min-width: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-hero .custom-hero__benefit-icon svg {
    width: 18px !important;
    height: 18px !important;
}
.custom-hero__benefit-icon svg {
    width: 18px !important;
    height: 18px !important;
    fill: #96ac9d;
}
.custom-hero .custom-hero__button {
    display: inline-block;
    width: 100% !important;
    padding: 17px 20px !important;
    letter-spacing: 0 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none !important;
    text-align: center;
    box-shadow: none !important;
    background-color: #96ac9d;
    color: #fff;
    font-size: 16px !important;
    border: none;
    border-radius: 35px;
}
.custom-hero__guarantee {
    text-align: center;
    margin-top: 1px;
    margin-bottom: 12px;
}
.custom-hero .custom-hero__guarantee {
    width: 100% !important;
    text-align: center;
    flex-shrink: 0;
}
.custom-hero .custom-hero__guarantee-icon {
    color: #96ac9d;
    font-size: 18px !important;
}
.custom-hero__guarantee-icon {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
}
.custom-hero__guarantee-icon svg {
    width: 18px !important;
    height: 18px !important;
    fill: #96ac9d;
}
.custom-hero__guarantee-text {
    font-size: 12px;
    letter-spacing: -0.2px;
    font-weight: 4000;
    vertical-align: middle;
}
.custom-hero .custom-hero__guarantee-text {
    color: #484f4a;
    font-size: 12px !important;
}
.custom-hero__rating-stars {
    display: flex;
    margin-right: 8px;
    font-size: 15px;
    letter-spacing: 1.5px;
}
.product-template-promo-template .shopify-section-group-header-group{
    display: none;
}
  
  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .global-accent-text,
  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .custom-accent-text {    
    margin-left: 0px !important;  
      color:  #484f4a; !important; 
      letter-spacing: -0.5px !important;    
  }

  /* Dynamic font sizes and colors */
  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .section-heading {
    font-size: 36px !important;
    color:#96ac9d; !important;
  }

  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .section-subtitle {
    font-size: 18px !important;
    color: #484f4a; !important;
  }

  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .icon-container {    
      border: 5px solid rgba(0,0,0,0);
    
  }  
  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .icon {
    color: #484f4a;;
  }

  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-icon-image {
    object-fit: contain;
  }

  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .section-image {
    border-radius: 8px !important;
  }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_UPwncV"] .icon {
      width: 60px;
      height: 60px;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_UPwncV"] .icon svg {
      width: 100%;
      height: 100%;
      fill: currentColor;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_UPwncV"] .benefit-icon-image {
      width: 60px;
      height: 60px;
    }
    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_UPwncV"] .icon-container {
      margin-bottom: 10px !important;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_UPwncV"] .benefit-title {
      margin-bottom: 4.0px !important;
    }
  
    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_KyPit8"] .icon {
      width: 60px;
      height: 60px;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_KyPit8"] .icon svg {
      width: 100%;
      height: 100%;
      fill: currentColor;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_KyPit8"] .benefit-icon-image {
      width: 60px;
      height: 60px;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_KyPit8"] .icon-container {
      margin-bottom: 10px !important;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_KyPit8"] .benefit-title {
      margin-bottom: 4.0px !important;
    }
  
    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_Ed4daA"] .icon {
      width: 60px;
      height: 60px;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_Ed4daA"] .icon svg {
      width: 100%;
      height: 100%;
      fill: currentColor;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_Ed4daA"] .benefit-icon-image {
      width: 60px;
      height: 60px;
    }

    /* Vertical spacing for each benefit block */
    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_Ed4daA"] .icon-container {
      margin-bottom: 10px !important;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_Ed4daA"] .benefit-title {
      margin-bottom: 4.0px !important;
    }
  
    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_tww9xU"] .icon {
      width: 60px;
      height: 60px;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_tww9xU"] .icon svg {
      width: 100%;
      height: 100%;
      fill: currentColor;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_tww9xU"] .benefit-icon-image {
      width: 60px;
      height: 60px;
    }
    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_tww9xU"] .icon-container {
      margin-bottom: 10px !important;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_tww9xU"] .benefit-title {
      margin-bottom: 4.0px !important;
    }
  

  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-title {
    font-size: 18px;
    color: #484f4a; !important;
  }

  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-description {
    font-size: 18px;
    color: #484f4a;!important;
  }

  /* Mobile-specific styles */
  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .mobile-benefits-section .benefit-title {
    font-size: 18px !important;
    color: #484f4a;!important;
  }

  .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .mobile-benefits-section .benefit-description {
    font-size: 18px !important;
    color: #484f4a; !important;
  }
 .four-benefits-section {
        max-width: 1200px;
        margin: 0 auto;
    }
.four-benefits-container {
    width: 100%;
    padding: 0 0;
}
.mobile-header {
    text-align: center;
    margin-bottom: 30px;
}
.section-heading {
    letter-spacing: -0.5px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}
.section-subtitle {
    letter-spacing:-0.2px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    font-weight: 500;
}
.mobile-image-container {
    margin-bottom: 30px;
    text-align: center;
}
.section-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.mobile-benefits-section {
    display: none;
}
.mobile-benefits-section .benefit-item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 120px;
}
.benefit-item {
    text-align: center;
    min-height: 120px;
}
.icon-container {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
}
.benefit-icon-image {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.mobile-benefits-section .benefit-title {
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.2px;
}
.mobile-benefits-section .benefit-description {
    line-height: 1.4 !important;
    margin: 0 !important;
    letter-spacing: -0.2px;
}
.benefits-wrapper {
    width: 100%;
}
.desktop-header {
    text-align: center;
    margin-bottom: 35px;
}
.desktop-image-container {
    margin-bottom: 30px;
}
.benefits-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}
.quick-cart__savings{
    display: flex;
    width: 100%;
}
.quick-cart__savings .ms-auto{
    margin-left: auto;
}
.product-template-promo-template .product__price-and-ratings, .product-template-flexsculpt .product__price-and-ratings, .product-template-areliaa-cervirelief-pill .product__price-and-ratings, .product-template-lipstick-new-landing .product__price-and-ratings{
    display: none !important;
}
.product-template-areliaa-sculptfit-backle .product__price-and-ratings, .product-template-areliaa-softlounge .product__price-and-ratings, .product-template-areliaa-baby-food-blender .product__price-and-ratings{
    display: none !important;
}
.product-template-areliaa-signature-lipsti .product__price-and-ratings, .product-template-arelia-lipsti-goda-celsio .product__price-and-ratings{
    display: none !important;
}
.rapi-dropdown .rapi-dropdown-content{
        width: 400px !important;
        height: 500px  !important;
}
.checkmark-product{
   display: inline-flex !important;
    margin: 0 !important;
    position: relative;
    top: 5px;
    width: 27px;
    height: 23px;
}
.remove-dots li:before{
    display: none;
}
.quick-cart__item-variant span{margin-right: 5px;}
.product__information-popup {
    margin-bottom: 10px !important;
    display: flex;
    height: 1px;
    margin-top: 0;
}
.product-form__controls-group--submit{
        margin-top: var(--spacing-1);
}
.rapi-disabled .product-form__controls-group--submit{
        margin-top: var(--spacing-6);
}
.quick-cart__header {
    align-items: center;
}
.cart-promo-banner{
    font-size: 14px;
    background: #e9e9e9;
    padding: 7px;
}
.btn.btn--text-link.quick-cart__item-remove {
    margin-left: auto;
}
.quick-cart__footer-tax-note {
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
;
    align-items: center;
}
.free-shipping-icon-cart{
    width: 15px;
    top: 3px;
    position: relative;
}
.review_slider_bottom_text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.5px;
    padding-top: 0;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
  /* Desktop responsive font sizes and padding */
 @media (min-width: 719px){
    .mobile_only {
        display: none !important;
    }
     .section-template--25155951427868__richtextlp_UxaF6k-padding {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .mobile-header {
        display: none;
    }
        .mobile-image-container {
        display: none;
    }
        .benefit-item {
        max-width: 220px;
        margin: 0 auto;
    }
        .section-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 400px;
    }
        .icon-container {
        width: 80px;
        height: 80px;
    }
        .mobile-benefits-section {
        display: none !important;
    }
        .content-layout {
        display: flex;
        flex-direction: row;
        gap: 40px;
        align-items: stretch;
    }
        .benefits-wrapper {
        display: flex;
        flex-direction: column;
        flex: 1;
        max-width: 500px;
        justify-content: center;
    }
        .desktop-image-container {
        margin-bottom: 0;
        flex: 1;
        display: flex;
        align-items: stretch;
    }
    .four-benefits-section {
        padding: 80px 40px;
    }
   
    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .section-heading {
      font-size: 32px !important;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .section-subtitle {
      font-size: 16px !important;
    }    
      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_UPwncV"] .icon {
        width: 60px;
        height: 60px;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_UPwncV"] .icon svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_UPwncV"] .benefit-icon-image {
        width: 60px;
        height: 60px;
      }

      /* Desktop vertical spacing for each benefit block */
      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_UPwncV"] .icon-container {
        margin-bottom: 10px !important;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_UPwncV"] .benefit-title {
        margin-bottom: 4.0px !important;
      }
    
      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_KyPit8"] .icon {
        width: 60px;
        height: 60px;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_KyPit8"] .icon svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_KyPit8"] .benefit-icon-image {
        width: 60px;
        height: 60px;
      }

      /* Desktop vertical spacing for each benefit block */
      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_KyPit8"] .icon-container {
        margin-bottom: 10px !important;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_KyPit8"] .benefit-title {
        margin-bottom: 4.0px !important;
      }
    
      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_Ed4daA"] .icon {
        width: 60px;
        height: 60px;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_Ed4daA"] .icon svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_Ed4daA"] .benefit-icon-image {
        width: 60px;
        height: 60px;
      }

      /* Desktop vertical spacing for each benefit block */
      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_Ed4daA"] .icon-container {
        margin-bottom: 10px !important;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_Ed4daA"] .benefit-title {
        margin-bottom: 4.0px !important;
      }
    
      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_tww9xU"] .icon {
        width: 60px;
        height: 60px;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_tww9xU"] .icon svg {
        width: 100%;
        height: 100%;
        fill: currentColor;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_tww9xU"] .benefit-icon-image {
        width: 60px;
        height: 60px;
      }

      /* Desktop vertical spacing for each benefit block */
      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_tww9xU"] .icon-container {
        margin-bottom: 10px !important;
      }

      .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-item[data-block-id="benefit_tww9xU"] .benefit-title {
        margin-bottom: 4.0px !important;
      }
    

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-title {
      font-size: 18px;
      color: #484f4a; !important;
    }

    .four-benefits-wrapper-template--15853797769296__4_benefits_6wcUx7 .benefit-description {
      font-size: 18px;
      color: #484f4a;!important;
    }   
    
  }
  @media screen and (min-width: 1200px) {
    .benefit-item {
        max-width: 240px;
    }
    .content-layout {
        gap: 50px;
    }
        .benefits-wrapper {
        max-width: 550px;
    }
}
.mini-cart-title{
     display: flex;
    align-items: self-start;
    line-height: 18px;
}
.mini-cart-title .icon{
    width: 20px;
    height: 21px;
}
.cart-drawer-item__saving {
    font-size: 14px;
    margin-top: .3rem;
    margin-left: auto;
}
.quick-cart__item-bottom{    
        display: flex;
}
.section-template--25361140777227__statistics_column_qD6Hnb-padding .stats-column-container{       
          padding: 30px 15px 20px 15px;
          border-radius: 20px;
          background: #96ac9d;
          color: #fff;
}
.stats-column-section-header.mobile-header {
    display: block;
}

.stats-column-section-header {
    text-align: center;
    margin-bottom: 0;
}
.section-template--25361140777227__statistics_column_qD6Hnb .stats-section-title {
    font-size: 44px;
    font-weight: 700;
    color: #fdffff !important;
    margin: 0 0 1rem 0;
    letter-spacing: -0.9px;
}
.section-template--25361140777227__statistics_column_qD6Hnb .stats-section-title .global-accent-text, .section-template--25361140777227__statistics_column_qD6Hnb .stats-section-title .custom-accent-text {
    margin-left: 0px !important;
    color: #fffefd !important;
    font-style: italic !important;
    font-weight: 300 !important;
}
.stats-column.two-column-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.stats-column-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.stats-column-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 0;
    width: 100%;
}
.stats-column-item:not(:last-child) {
    border-bottom: 1px solid #fdffff;
}
.section-template--25361140777227__statistics_column_qD6Hnb .stats-column-number {
    font-size: 36px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, rgba(255, 254, 253, 1), rgba(255, 254, 253, 1) 100%) !important;
    background-image: linear-gradient(135deg, rgba(255, 254, 253, 1), rgba(255, 254, 253, 1) 100%) !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -moz-text-fill-color: transparent !important;
    color: transparent !important;
    line-height: 1;
    flex-shrink: 0;
    min-width: 4rem;
    letter-spacing: -0.3px;
}
.stats-column-text {
    flex: 1;
    text-align: left;
}
.section-template--25361140777227__statistics_column_qD6Hnb .stats-column-title {
    font-size: 18px;
    color: #fdffff;
    line-height: 1.2;
    font-weight: 700 !important;
}
.section-template--25361140777227__statistics_column_qD6Hnb .stats-column-description {
    font-size: 16px;
    color: #fdffff;
    line-height: 1.3;
}
.stats-column-number {
    font-weight: 700 !important;
    line-height: 1;
    flex-shrink: 0;
    min-width: 4rem;
    letter-spacing: -0.3px;
}
.stats-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-container {
    max-width: 1200px;
}
.comparison-container {
    margin: 0 auto;
    position: relative;
    overflow: visible;
    height: auto;
}
.comparison-header {
    text-align: center;
    margin-bottom: 15px;
    padding: 20px;
    line-height: 20px;
    position: relative;
    z-index: 2;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-header {
    display: none;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-heading {
    font-size: 34px;
    font-family: var(--font-heading-family);
    font-weight: var(--font-weight-bold);
    font-style: var(--font-heading-style);
    letter-spacing: var(--font-heading-letter-spacing);
    text-transform: var(--font-heading-text-transform);
    line-height: 1.2;
}
.comparison-heading {
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--letter-spacing-heading);
    margin: 0 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1px;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-heading .accent-text {
    display: inline-block !important;
    line-height: 1 !important;
    margin-left: 8px !important;
    background: #96ac9d !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    font-style: italic !important;
    font-weight: 300 !important;
    letter-spacing: 0.1px !important;
    text-transform: lowercase !important;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-text-column-wrapper {
    width: 100%;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-text-column {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-text-column .comparison-heading {
    margin-bottom: 15px;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-heading {
    font-size: 34px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-table-column {
    width: 100%;
    flex: 1;
}
.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    position: relative;
    table-layout: fixed;
    margin: 0 auto;
}
.section-template--25361140777227__product_comparison_Cd6Yga .table-header th, .section-template--25361140777227__product_comparison_Cd6Yga .feature-row td {
    border-bottom: 1px solid rgba(72, 72, 72, 0.15);
}
.feature-header {
    text-align: left;
    width: 180px;
    position: relative;
    z-index: 1;
}
.product-header.highlighted {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 30px;
    border: none !important;
}
td.highlighted, th.highlighted {
    border-bottom: 0 !important;
}
.table-header th {
    position: relative;
}
.product-header {
    padding: 20px 12px;
    text-align: center;
    width: 140px;
}
.section-template--25361140777227__product_comparison_Cd6Yga .table-header th, .section-template--25361140777227__product_comparison_Cd6Yga .feature-row td {
    border-bottom: 1px solid rgba(72, 72, 72, 0.15);
}
.section-template--25361140777227__product_comparison_Cd6Yga .product-header.highlighted:before {
    border-radius: 16px 16px 0 0;
}
.section-template--25361140777227__product_comparison_Cd6Yga .product-header.highlighted:before, .section-template--25361140777227__product_comparison_Cd6Yga .value-cell.highlighted:before {
    background: #96ac9d ;
}
.product-header.highlighted:before, .value-cell.highlighted:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-product-title {
    font-size: 21px;
}
.section-template--25361140777227__product_comparison_Cd6Yga .column-1 .product-subtitle {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.section-template--25361140777227__product_comparison_Cd6Yga .product-subtitle {
    font-size: 10px;
}
.product-subtitle {
    font-weight: 400;
    letter-spacing: -0.3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    gap: 0;
    padding: 0 10px;
    background: rgb(255 255 255 / .2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(0 0 0 / .1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / .3);
}
.subtitle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 1;
}
.subtitle-icon svg {
    width: 13px;
    height: 13px;
    display: block;
}
.section-template--25361140777227__product_comparison_Cd6Yga .column-1 .subtitle-icon {
    color: #fffefd !important;
}
.section-template--25361140777227__product_comparison_Cd6Yga .comparison-product-title {
    font-size: 21px;
}
.comparison-product-title {
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.3px;
    margin-bottom: 6px;
}
.feature-cell {
    padding: 16px 12px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.section-template--25361140777227__product_comparison_Cd6Yga .table-header th, .section-template--25361140777227__product_comparison_Cd6Yga .feature-row td {
    border-bottom: 1px solid rgba(72, 72, 72, 0.15);
}
.value-cell.highlighted {
    position: relative;
    z-index: 2;
    border: none !important;
}
.check-no {
    font-size: 24px;
    font-weight: 700;
}
.section-template--25361140777227__product_comparison_Cd6Yga .check-no {
    color: #484848;
}
.check-yes {
    font-size: 24px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-template--25361140777227__product_comparison_Cd6Yga .check-yes {
    color: #96ac9d ;
}
.section-template--25361140777227__product_comparison_Cd6Yga .product-header.highlighted .comparison-product-title, .section-template--25361140777227__product_comparison_Cd6Yga .product-header.highlighted .product-subtitle, .section-template--25361140777227__product_comparison_Cd6Yga .value-cell.highlighted .text-value, .section-template--25361140777227__product_comparison_Cd6Yga .value-cell.highlighted .check-yes, .section-template--25361140777227__product_comparison_Cd6Yga .value-cell.highlighted .check-no {
    color: #fffefd !important;
}
.check-yes svg {
    width: 28px;
    height: 28px;
}
.value-cell {
    padding: 16px 12px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.feature-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.feature-icon {
    margin-right: 14px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}
.feature-icon svg {
    width: 24px;
    height: 24px;
    stroke: #96ac9d;
}
.custom-benefits-section .product-benefits-heading, .custom-benefits-section-wrapper .product-benefits-heading, .custom-benefits-section-wrapper h2.product-benefits-heading {
    font-size: 34px !important;
    color: #272727 !important;
    letter-spacing: -0.9px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    margin-top: 0px !important;
    margin-bottom: 12px !important;
}
.custom-benefits-section .custom-subtitle, .custom-benefits-section-wrapper .custom-subtitle {
    font-size: 17px !important;
    letter-spacing: var(--letter-spacing-body);
    color: #272727 !important;
}
.custom-benefits-section .global-accent-text, .custom-benefits-section-wrapper .global-accent-text, .custom-benefits-section .custom-accent-text, .custom-benefits-section-wrapper .custom-accent-text {
    padding: 2px 4px !important;
    margin: -2px -4px !important;
    display: inline-block !important;
    margin-left: 0px !important;
    background: #96ac9d !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
    line-height: 1.3 !important;
    font-style: italic !important;
    font-weight: 300 !important;
    letter-spacing: 0.1px !important;
    text-transform: lowercase !important;
}
.custom-benefits-section-wrapper,.custom-benefits-section-wrapper *{box-sizing:border-box}.custom-benefits-section-wrapper{display:block;width:100%}.custom-benefits-section{max-width:1200px;margin:0 auto;padding:0;width:100%;display:block}.custom-feature-image{width:100%;height:0;padding-bottom:100%;position:relative;border-radius:8px;overflow:hidden}.custom-feature-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:8px}.custom-placeholder-image{width:100%;height:0;padding-bottom:100%;margin:0 auto;background-color:#f5f5f5;border-radius:8px;position:relative;overflow:hidden}.custom-placeholder-svg{position:absolute;top:0;left:0;width:100%;height:100%;fill:#d0d0d0}.custom-benefit-item{margin-bottom:17px}.custom-benefit-item:last-child{margin-bottom:0}.custom-benefit-header{display:flex;align-items:center;margin-bottom:5px}.custom-benefit-icon{margin-right:10px;flex-shrink:0;width:24px;height:24px}[dir=rtl] .custom-benefit-icon{margin-left:10px}.custom-benefit-icon svg{width:100%;height:100%;fill:currentColor}.custom-benefit-description-container{padding-left:0}.custom-benefit-description{margin:0}.custom-icon-image{width:100%;height:100%;object-fit:contain;display:block}.custom-benefits-container{display:flex;flex-direction:column;gap:20px}.custom-header-section{order:1;text-align:center}.custom-image-column{order:2}.custom-content-column{order:3}.custom-section-header.desktop-header{display:none}@media screen and (min-width: 768px){.custom-benefits-container{flex-direction:row;align-items:center;gap:40px}.custom-header-section{display:none}.custom-content-column,.custom-image-column{flex:1;order:0}.custom-section-header.desktop-header{display:block;text-align:center;margin-bottom:30px}}
.custom-testimonials-title{
    padding-top: 40px;
}
.custom-testimonials-title .custom-content-column{
    margin-bottom: 0;
}
.scrolling-content {
    padding: 0 0 25px !important;
}
.product__information-popup{
        justify-content: center;
}
.modal__content .ff-heading{
    display: none;
}
.modal__content table tr:nth-child(even) {
  background-color: #f5f5f5;
}

.modal__content table tr:nth-child(odd) {
  background-color: #ffffff;
}
.modal__content table {
   width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 2px solid #000;
}
.modal__content table th,
.modal__content table td {
  width: 1% !important;
  white-space: normal;
  padding: 0.4em;
  text-align: center;
}
.modal__content table th{
    font-weight: 700;
}
.custom-product-grid-itemcard-shadow{
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.custom-product-grid-itemcard-shadow img{
    border-radius: 6px 6px 0 0;
}
.custom-product-button{
    text-transform: uppercase;
    font-weight: 600;
}
.gallery-carousel__inner{
    overflow: hidden;
}
.carousel-arrows{
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 5px;
}
.gallery-title-center{
    width: 100%;
}
.gallery-title-center h2{
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.after-btn-product-safety{
    text-align: center;
}
.product-item .product-item__inner{    
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08) ;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    --spacing-calc: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-item .product-item__inner:hover {
    transform: translateY(-4px) !important;
     box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
}
.product-item .product-item__image{
    border-radius: 12px 12px 0 0;
}
.custom-product-button{
    width: 100%;
    display: inline-block;
    padding: 12px 24px;
    background-color: #9aae9f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    transition: background-color 0.3s ease;
    margin-top: auto;
    font-size: 18px;
}
.product-item .product-item__meta{
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
        flex: 1;
    display: flex;
    height: 100%;
}
.product-item .product-item__meta .product-item__text {
    width: 100%;
    margin: 16px auto 8px;
    margin: 0;
    text-align: left;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product-item .product-item__meta .product-item__text h4{
    font-size: 20px;
    color: #222222;
    margin: 0;
    line-height: 1.3;
    font-weight: 500;
    text-align: left;
}
.product-item .product-item__meta .product-item__price{
    font-size: 20px;
    color: #242526;
    font-weight: 600;
    margin: 10px 0;
    margin-top: auto;
}
.title-compliment-slider{
    text-align: center;
}
 .button-complient-slider{
        font-weight: 500 !important;
    }
    .lp_pdp_heading {
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 45px;
        padding-bottom: 40px;
    }
.lp_pdp_heading strong {
    color: #9aae9f;
    font-weight: unset;
}
.slider_text {
    display: flex;
    align-items: center;
    gap: 7.8px;
    padding-top: 0;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.slider_text img {
    width: 20.8px;
    height: 20.8px;
    object-fit: contain;
}
.slider_text strong {
    font-weight: unset;
    color: #9aae9f;
    font-size: 14px;
}
.slider_richtext {
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    padding-top: 0;
}
.slider_richtext ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16.9px;
    align-items: center;
    padding: 0;
}
.slider_richtext ul li {
    background:rgb(209, 229, 214);
    color:rgb(114, 131, 118);
    font-size: 15.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 34px;
    border: .5px solid rgba(0, 0, 0, .13);
}
 .sliderbox-btn a{
    width: 440px;
    text-align: center;
    font-size: 22px;
 }
 .container_hk {
    width: 1508px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}
.inside_text1 p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 20px;
}
.inside_img{
    text-align: center;
}
.inside_img img {
    width: 881px;
    margin: 5px auto -8px !important;
}
.container_hk h2{
    padding-bottom: 0;
    text-align: center; 
}
.container_hk .inside_text1{
text-align: center; 
}
.new-h2-riskfree{
    text-align: left !important;
    margin-bottom: 20px;
}
.pdp_her_feel .image_with_text_flex {
    border-radius: 15px;
    background: #849781;
    color: #fff;
    padding: 20px 0 0 109px;
    align-items: center;
}
.image-new-feelrigth{
    overflow: hidden;
}
.image-new-feelrigth img{
    position: relative;
    bottom: -8px;
    border-radius: 0 0 15px 0;
}
.color-dark{
    color: #111112;
}
.image_with_text_flex_template--25155951427868__image_with_text_lp_Y66k9R {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.risk_heading {
    padding-bottom: 20.05px;
}
.risk_text_1 {
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.4px;
    padding-bottom: 35px;
    width: 497px;
    max-width: 100%;
}
.risk_text_2 {
    border-radius: 6.5px;
    border: .65px solid rgba(255, 255, 255, .25);
    background: #ffffff0d;
    padding: 15.6px;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 13px;
}
.risk_text_2 p {
    text-align: center;
    width: 351px;
    max-width: 100%;
    margin: 0 auto;
}
span.c-timer {
    color: #fff;
}
.risk_button .custom_hk_button {
    width: 100%;
}
.white_button .custom_hk_button {
    background: #fff;
    color: #000;
    border-color: #fff;
    width: 480px;
}
.custom_hk_button {
    background: #222;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    color: #fff;
    width: 480px;
    height: 73px;
    margin: 0 auto;
    max-width: 100%;
    border: 2px solid #222;
}
.custom_hk_button {
    cursor: pointer;
    transition: all .3s;
    border-radius: 6.5px;
    background: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    color: #000;
    width: 480px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    border: 2px solid #fff;
}
.risk_list1 .icons_with_text_flex {
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    gap: 6.5px;
}
.risk_list1 .icons_with_text_flex .icons_with_text_item:nth-child(1) {
    width: 42%;
}
.risk_list1 .icons_with_text_item {
    border-radius: 6.5px;
    border: .65px solid rgba(255, 255, 255, .25);
    background: #ffffff0d;
    font-size: 15.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.5px;
    width: 58%;
}
.risk_list1 .icons_with_text_flex .icons_with_text_item:nth-child(1) img {
    height: 20.8px;
}
.risk_list1 .icons_with_text_item img {
    width: auto;
    height: 15.6px;
}
.image_block_template--25155951427868__image_with_text_lp_Y66k9R img{
        max-width: min(var(--image-mobile-max-width, var(--image-max-width, 100%)), 100%);
    object-fit: inherit;
    object-position: inherit;
    height: auto;
}
}
.table_heading {
    padding-bottom: 40px;
}
    .section-template--25155951427868__richtextlp_FGDnNr-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .table_img_1{
        width: 870px;
    }
    .table1_box .icons_with_text_item {
    margin: 0 auto;
}
.money_back_box .icons_with_text_item {
    font-size: 18.2px;
    padding-top: 19px;
    gap: 6.5px;
    width: 480px;
    max-width: 100%;
}
.money_back_box .icons_with_text_item {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 21px;
    gap: 6.5px;
}
.table_button {
    padding-top: 50px;
}
.custom_hk_button {
    background: #9aae9f;
    font-size: 20.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.8px;
    color: #fff;
    width: 480px;
    height: 73px;
    margin: 0 auto;
    max-width: 100%;
}
.section_bg_template--25155951427868__richtextlp_FGDnNr {
    background-image: url(/cdn/shop/files/Website-Content-_2.jpg?v=1771801797);
    background-size: cover;
    background-attachment: unset;
    background-repeat: no-repeat;
    background-position: bottom;
}
.custom_arelia_outlast{
    margin-top: 40px;
}
.custom_arelia_outlast .product-header.highlighted{
    background: #9aae9f;
    border-radius: 15px 15px 0 0;
}
.custom_arelia_outlast .product-header.column-2{
    background:rgba(204, 204, 204, 0.20);
    border-radius: 15px 15px 0 0;
}
.custom_arelia_outlast .value-cell.highlighted{
     background: #9aae9f;
}
.custom_arelia_outlast .value-cell.column-2{
    background:rgba(204, 204, 204, 0.20);
}
.new_compare_areliatable .check-yes svg {
    color: #ffffff;
}
.new_compare_areliatable .check-no svg {
    color: #9aae9f;
}
.upcart-internal-component-upsell-tile__subtitle{
  color: rgb(86, 86, 86);
  font-size: 12px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
      white-space: normal;
}
.cross-sells__item-title {
    font-size: 16px !important;
    font-weight: 600;
    padding-right: 0;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    margin-bottom: 0;
    line-height: 16px;
}
.cross-sells__item-button button {
    display: flex;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    padding: 8px 26px !important;
    border-radius: 5px !important;
    color: #152515 !important;
    border: none !important;
    font-weight: 900;
}
.cross-sells__item-price-wrapper .sale {
    color: #152515;
    font-weight: 600;
}
.cross-sells__item-price-wrapper .t-subdued{
    color: #222222;
}
.quick-cart__footer-inner{
   padding-top: 6px !important; 
   padding-bottom: 6px !important;
}
.quick-cart__submit {
    margin-top: 8px !important;
}
.text-bold{
    font-weight: 600;
}
.custom-product-info{
    padding: 0 16px 16px;
    gap: 6px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.custom-product-info h3{
     margin: 0 0 8px;
        line-height: 1.25;
}
.custom-product-button{
  margin-top: 0 !important;   
}
.custom-product-price {
        margin-top: auto;
    }
.cross-sells .cross-sells__item {
    background: #96ad9d;    
}
.cross-sells__item-title a, .cross-sells__item-price{
    color: #152515;
}
.upcart-internal-component-upsell-tile__subtitle{
    color: #233b23;
}
 .cross-sells__item-price{
    font-weight: 600;
 }
 .product-template-areliaa-lipstick .header__outer-wrapper, .product-template-areliaa-lipstick .shopify-section-group-footer-group, .product-template-areliaa-lipstick-v2 .header__outer-wrapper, .product-template-areliaa-lipstick-v2 .shopify-section-group-footer-group{
    display: none;
 }
 .product-template-areliaa-lipstick-v3 .header__outer-wrapper, .product-template-areliaa-lipstick-v3 .shopify-section-group-footer-group, .product-template-areliaa-lipstick-v4 .header__outer-wrapper, .product-template-areliaa-lipstick-v4 .shopify-section-group-footer-group, .product-template-areliaa-lipstick-v8 .header__outer-wrapper, .product-template-areliaa-lipstick-v8 .shopify-section-group-footer-group{
    display: none;
 }
  .product-template-areliaa-lipstick-v5 .header__outer-wrapper, .product-template-areliaa-lipstick-v5 .shopify-section-group-footer-group, .product-template-areliaa-lipstick-v6 .header__outer-wrapper, .product-template-areliaa-lipstick-v6 .shopify-section-group-footer-group{
    display: none;
 }
 .product-template-areliaa-lipstick-v2 img{
    border-radius: 10px;
 }
 .product-template-areliaa-lipstick-v2 .template-logo img{
    border-radius: 0;
 }
 .template-logo{
    margin: 15px auto;
    text-align: center;
 }
 .product-template-areliaa-lipstick .main{
    max-width: 900px;
    margin: 0 auto;
    }
    .review-badge{
         margin-bottom: 20px;
    }
    .review-button{
         margin-top: 30px;
    }
    .review-button a {
    display: block;
    padding: 18px 50px;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
}
.review-button.mt-5{
    margin-top: 5px;
}
.reviews_rating_html{
    display: block;
}
.reviews_rating_html a {
    margin: 0 auto !important;
    padding: 0 !important;
}
.loox-rating-content {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-top: 5px;
}
.reviews_rating_html .loox-rating-content svg {
    color: #fcd461;
    width: 100px;
    margin-top: 8px;
}
.article-faq-question{
    padding-bottom: 20px;
}
.loox-rating-content span {
    font-size: 14px;
    padding-left: 7px;
}
.section-text p{
    margin: 20px 0;
    text-align: left;
}
.quote-part{
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 3px solid #96ad9d;
}
.section-text{
    padding: 0 0;
}
.article-quote{
    margin-left: 20px;
}
.section-text h3{
    font-size: 24px;
    font-weight: 700;
}
.product-template-areliaa-lipstick .rich-text,.product-template-areliaa-lipstick .section--vertical-padding-top-bottom,.product-template-areliaa-lipstick .section--vertical-padding-top-only{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.product-template-areliaa-lipstick img{
    border-radius: 10px !important;
}
.reviews-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.review-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
}
.review-rating {
    font-size: 20px;
    color: #f5c518;
    margin-bottom: 10px;
}
.review-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.reviewer-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.review-avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #96ad9d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.reviewer-role {
    font-size: 14px;
    color: #666;
}
.section-text.text-center{
    text-align: center !important;
}
.review-badge-v2{
    text-align:left;
    margin-bottom: 0px;
}
.review-badge-v2.color-white{
    color: #fff;
}
.review-badge-v2 svg{
    width: 160px !important;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.review-badge-v2 .loox-rating-content {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #fff;
    margin-top: 10px;
    
}
.review-badge-v2 .loox-rating-content span{
    font-size: 18px;
}
.text_content_v3 p{
    margin-bottom: 20px;
}
.v3-list{
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.v3-list li{
    font-size: 16px;
        list-style: none;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.v3-list li svg{
    width: 25px !important;
    stroke: #96ad9d !important;
    color: #96ad9d !important;
    margin-right: 10px;
}
.gift-content-wraper {
    padding: 4px 8px !important;
}
.rapi-gift-image{
    height: 28px !important;
    --rapi-gift-height: 28px !important;
}
.product-template-arelia-lispti-stepprs .scrolling-text{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.product-template-arelia-lispti-stepprs .page{
    padding-top: 56px;
}

.results__row:first-of-type {
    border-top: 2px solid #f3f3f3;
}
.results__row {
    display: flex;
    align-items: center;
    padding: 8px 0px;
    border-bottom: 2px solid #f3f3f3;
}
.results__percentage {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    --border-width: 8px;
    flex-shrink: 0;
    margin-right: 15px;
    z-index: 0;
    border-radius: 50%;
}
.results__percentage::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -2;
    border-radius: 50%;
    background: conic-gradient(from 0deg at 50% 50%, #96ad9d 0%, #96ad9d 94%,#fff 94%,#fff 100%);
}
.results__percentage.results__percentage92::before{
    background: conic-gradient(from 0deg at 50% 50%, #96ad9d 0%, #96ad9d 92%,#fff 92%,#fff 100%);
}
.results__percentage.results__percentage90::before{
    background: conic-gradient(from 0deg at 50% 50%, #96ad9d 0%, #96ad9d 90%,#fff 90%,#fff 100%);
}
.results__percentage p {
    color: #96ad9d;
    font-size: 20px;
    font-weight: 700;
    margin: 0px;
}
.results__percentage::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    z-index: -1;
    border-radius: 50%;
    background: #fff;
}
.results__caption p {
    font-size: 14px;
    margin: 10px 0 0;
}
.results__text p {
    margin: 0px;
}
.review-item--padding {
    padding: 8px 12px 10px;
}
.review-item__image {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}
.review-item__right {
    flex-grow: 1;
}
.review-item__text p:last-of-type {
    margin-bottom: 0px;
}
.review-item__text p {
    margin-top: 0px;
    line-height: 1.3;
    font-size: 14px;
    color: #000;
}
.review-item__author {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 6.24px;
    padding-top: 9.6px;
    line-height: 1.3;
    color: rgba(0,0,0, .5);
    font-size: 13px;
    margin: 8px 0px 0px;
    border-top: solid 1px rgba(0,0,0, .06);
}
.rating-stars__container{
        transform: translateY(0%);
    font-size: 9px !important;
    color: #ffcc00 !important;
}
.review-item__image img{
    border-radius: 50%;
}
.rating-stars__container svg:first-of-type {
    margin-left: 0px;
}
.rating-stars__container svg {
    width: 10px;
    height: 10px;
    margin-left: 1.425px;
    flex-shrink: 0;
}
.review-item__author .verified-icon {
    width: 10px;
    height: 10px;
    color: #2c64f6;
}
.review-item {
    display: flex;
}
.custom-bg {
    background: #f2f2f2;
}
.custom-border-radius {
    border-radius: 12px;
}
.custom-border-hex {
    border: solid 1 #ccc;
}
.pricing-table {
    align-items: center;
    column-gap: 0px;
}
.pricing-table {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 50px;
}
.plan-card-style-2 {
    padding-bottom: 0;
    border-radius: 10px;
}
.plan-card {
    width: 100%;
    max-width: 320px;
    box-shadow: 3px 3px 10px rgba(0,0,0, .2);
    position: relative;
}
.plan-card__badge {
    position: absolute;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    padding: 0 8px;
    border-radius: 3.6px;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000 !important;
    color: #fff !important;
}
.plan-card-style-2 .plan-card__top {
    padding-top: 15px;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin: 0 -3px;
    background: none;
}

.plan-card-style-2 .plan-card__title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.plan-card-style-1 .plan-card__title, .plan-card-style-2 .plan-card__title {
       text-align: center;
    margin: 0;
    padding: 0 20px 20px;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: bold;
    color: #fff !important;
}
.pricing-plan__benefit-item__icon svg {
    height: 15px;
    width: 15px;
    margin-right: 3px;
}
.plan-card__title {
    margin: 0;
    font-size: 20px;
}
.plan-card-style-2 .plan-card__title:before {
    content: "";
    display: block;
    --circle-size: 800px;
    width: var(--circle-size);
    height: var(--circle-size);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 11px 10px -7.5px rgba(0,0,0, .2);
    background: #96ad9d;
}
.plan-card-style-2 .plan-card__price-container {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 12px;
}
.plan-card-style-2 .plan-card__price-container {
    background: none;
}
.plan-card-style-2 .plan-card__price-container span, .plan-card-style-3 .plan-card__price-container span {
    display: inline;
}
.plan-card__price {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 1;
}
.plan-card__price-text {
    color: #000;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 1;
}
.pricing-plan__benefits {
    padding-left: 22px;
}
.pricing-plan__desc, .pricing-plan__benefits {
    padding: 0 20px;
    margin-bottom: 20px;
}
.pricing-plan__benefit-item {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 10px;
}
.pricing-plan__benefit-item__icon {
    margin-right: 5px;
    color: #96ad9d;
    background: none;
    flex-shrink: 0;
    height: 21px;
    display: flex;
    align-items: center;
}
.pricing-plan__benefit-item__text {
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    text-align: left;
}
.plan-card__btn {
    display: flex;
    justify-content: center;
    padding: 10px 20px;
    background: #96ad9d;
    color: #fff;
    border-radius: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}
.plan-card__btn span{
    font-size: 12px;
}
.small-text-ebook{
    font-size: 11px; 
    text-align: center;
    margin-top: 8px;
}
.multicolumn-card.color-bg-overlay {
    background: rgb(255,255,255) linear-gradient(rgba(0,0,0, .04), rgba(0,0,0, .04));
    border-radius: 20px;
}
.multicolumn-card__image{
    border-radius: 20px 20px 0 0;
}
.multicolumn-card:not(.multicolumn-card--media-bottom)>.multicolumn-card__image-wrapper--full-width:not(.multicolumn-card-spacing) {
    border-top-left-radius: calc(24px - 24px);
    border-top-right-radius: calc(24px - 0);
    overflow: hidden;
}
.testimonial-card--has-author .multicolumn-card__info {
    padding-bottom: 12px;
}
.testimonial-card .testimonial-card__info--image-no-stars {
    padding-top: 12px;
}
.testimonial-card .multicolumn-card__info {
    padding: 12px 20px 20px;
    position: relative;
}
.testimonial-card__info--image-no-stars .testimonial-card__quotes {
        font-size: 28px;
    text-align: center;
}
.testimonial-card__quotes {
       font-size: 50px;
    position: absolute;
    top: -10px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    background: #96ad9d;
    color: #fff !important;
}
.testimonial-card__quotes svg {
    width: 55%;
}
.center .testimonial-card__author-container {
    justify-content: center;
}
.testimonial-card__author-container {
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin-top: 7.5px;
    border-top: solid 1px rgba(0,0,0, .06);
}
.multicolumn-card h3, .multicolumn-card p {
    margin: 0;
}
.testimonial-card__author {
    font-size: 14px;
    line-height: 1.1;
}
.title-future{
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 30px;
    padding: 15px;
    line-height: 36px;
}
.color-green{
    color: #96ad9d;
}
.product-template-lipstick-black-women .product__title{
font-size: 24px;
    font-family: Poppins !important;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 7px;
}
.product-template-lipstick-black-women .product__subtitle{
    font-size: 40px;
    font-family: "Playfair Display", serif !important;;
    line-height: 1.1 !important;;
    letter-spacing: -0.75px !important;;
    margin-top: 6px;
    text-transform: none;
    font-weight: 700;
}

.product-template-lipstick-black-women .icons_with_text_item, .product-template-areliaa-signature-lipsti .icons_with_text_item, .product-template-quilted-vanity-set .icons_with_text_item, .products-new-list .icons_with_text_item {
    font-size: 18.2px;
    display: flex;
    align-items: center;
    gap: 10.4px;
    font-style: normal;
    line-height: 28px;

}
.product-template-lipstick-black-women .icons_with_text_item svg, .product-template-areliaa-signature-lipsti .icons_with_text_item svg, .product-template-quilted-vanity-set .icons_with_text_item svg, .products-new-list .icons_with_text_item svg{
    width: 18px;
    height: 18px;
}
.product-template-lipstick-black-women .icons_with_text_item svg *,.product-template-areliaa-signature-lipsti .icons_with_text_item svg * ,.product-template-quilted-vanity-set .icons_with_text_item svg *,.products-new-list .icons_with_text_item svg *{
    fill: #96ad9d;
}
.product-template-lipstick-black-women .rating-stars svg, .product-template-areliaa-signature-lipsti .rating-stars svg,  .product-template-quilted-vanity-set .rating-stars svg{
    width: 18px;
    height: 18px;
}
.rating-stars-new svg{
    width: 18px;
    height: 18px;
}
.lt-summary__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    padding: 3px 0;
}
.lt-summary__doctor {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #96ad9d;
    flex-shrink: 0;
}
.lt-summary__byline {
    display: flex;
    flex-direction: column;
    gap: 0;
}
  .lt-summary__byline-name {
    font-size: 17px;
    color: #222;
    font-weight: 600;
    font-style: italic;
    margin: 0;
} 
.lt-summary__text {
    font-size: 16px;
    color: #222;
    line-height: 1.6;
    margin: 0 0 16px 0;
}
.lt-summary__byline-date {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    font-style: italic;
    margin: 0;
}
.lt-summary__callout {
    border-left: 3px solid #96ad9d;
    background-color: #F7F2EC;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
    font-family: inherit;
}
.product-template-areliaa-lipstick-v8 .image-with-text img{
    border-radius: 8px;
} 
.product-template-areliaa-lipstick-v8 .image-with-text .lt-summary__doctor {
    display: none !important;
} 
.product-template-areliaa-lipstick-v8 .btn.btn--primary,.product-template-areliaa-lipstick-v8 .shopify-challenge__button {
    min-width: 100%;
    width: 100%;
    font-size: 17px;
    letter-spacing: -0.2px;
    padding: 16px 10px;
}
/*MEDIAQUERY*/
@media (min-width: 719px){
    .content_block_template--25155951427868__image_with_text_lp_Y66k9R {
        max-width: 45%;
        width: 100%;
    }
        .image_block_template--25155951427868__image_with_text_lp_Y66k9R {
        max-width: 50%;
        width: 100%;
    }
        .custom-benefits-section .product-benefits-heading, .custom-benefits-section-wrapper .product-benefits-heading, .custom-benefits-section-wrapper h2.product-benefits-heading {
        font-size: 35px !important;
        letter-spacing: -0.9px !important;
    }
        .custom-benefits-section .custom-subtitle, .custom-benefits-section-wrapper .custom-subtitle {
        font-size: 13px !important;
    }
    .section-template--25361140777227__product_comparison_Cd6Yga .comparison-layout {
        flex-direction: row;
        align-items: stretch;
        gap: 4rem;
        min-height: 400px;
    }
        .section-template--25361140777227__product_comparison_Cd6Yga .feature-header {
        width: 100px;
        padding: 10px 6px;
    }
        .section-template--25361140777227__product_comparison_Cd6Yga .value-cell {
        padding: 10px 6px;
    }
    .section-template--25361140777227__product_comparison_Cd6Yga .feature-cell {
        padding: 10px 6px;
    }
        .section-template--25361140777227__product_comparison_Cd6Yga .comparison-text-column-wrapper {
        flex: 1;
        max-width: 60%;
        order: 1;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
        .section-template--25361140777227__product_comparison_Cd6Yga .comparison-product-title {
        margin-bottom: 4px;
    }
        .section-template--25361140777227__product_comparison_Cd6Yga .comparison-table-column {
        order: 2;
        flex: 0 0 40%;
        max-width: 40%;
    }
        .section-template--25361140777227__product_comparison_Cd6Yga .table-wrapper {
        width: 100%;
    }
    .section-template--25361140777227__product_comparison_Cd6Yga .comparison-table-column {
        width: auto;
    }
        .section-template--25361140777227__product_comparison_Cd6Yga .product-header {
        padding: 12px 6px;
        width: 80px;
    }
        .section-template--25361140777227__product_comparison_Cd6Yga .comparison-text-column {
        width: auto;
        padding-left: 40px;
        padding-right: 40px;
    }
       .section-template--25361140777227__statistics_column_qD6Hnb .stats-section-title {
        font-size: 48px;
    }       
        .stats-column.two-column-layout {
        flex-direction: row;
        align-items: center;
        gap: 4rem;
    }
        .stats-column {
        flex-direction: row;
        align-items: center;
        gap: 4rem;
    }
        .stats-column-number {
        min-width: 6rem;
    }
    .stats-column.two-column-layout .stats-column-header-section {
        flex: 1;
        max-width: 50%;
        min-width: 50%;
    }
        .stats-column.two-column-layout .stats-column-header-section {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100%;
    }
    
        .stats-column-section-header.desktop-header {
        display: block;
    }
    .testimonials .testimonials__item-stars+.testimonials__item-quote {
        font-size: 20px;
    }
        .section-template--25361140777227__statistics_column_qD6Hnb .stats-column-number {
        font-size: 48px !important;
        min-width: 6rem;
        background: linear-gradient(135deg, rgba(255, 254, 253, 1), rgba(255, 254, 253, 1) 100%) !important;
        background-image: linear-gradient(135deg, rgba(255, 254, 253, 1), rgba(255, 254, 253, 1) 100%) !important;
        -webkit-background-clip: text !important;
        -moz-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        -moz-text-fill-color: transparent !important;
        color: transparent !important;
    }
        .section-template--25361140777227__statistics_column_qD6Hnb .stats-column-title {
        font-size: 22px;
    }
        .section-template--25361140777227__statistics_column_qD6Hnb .stats-column-description {
        font-size: 16px;
        line-height: 1.4;
    }
    .testimonials__item {
        background: transparent !important;
    }
        .guarantee-section__mobile {
        display: none;
    }
        .guarantee-section__content {
        width: 50%;
        max-width: 600px;
        padding-left: 5px;
        padding-right: 5px;
    }
        .checkmark-icon {
        width: 14px;
        height: 14px;
        margin-right: 3px;
    }
    .guarantee-section__wrapper {
        padding: 45px 50px;
    }
        .guarantee-section__heading {
        font-size:  32px;
        margin-bottom: 12px;
        letter-spacing: -0.5px;
    }
        .guarantee-section__description {
        font-size: 12px;
        max-width: 500px;
        margin-bottom: 20px;
        line-height: 1.5;
        letter-spacing: -0.2px !important;
    }
        .guarantee-section__benefits {
        font-size: 12px;
        margin-top: 10px;
    }
        .guarantee-section__desktop {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 30px;
        position: relative;
        min-height: 320px;
        overflow: hidden;
    }
    .guarantee-section__photos-left {
        padding-right: 30px;
        align-items: flex-start;
    }
        .guarantee-section__photos-left, .guarantee-section__photos-right {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 25%;
        position: relative;
        z-index: 1;
        margin-top: 9px;
        margin-bottom: -9px;
        z-index: 1;
    }
        .guarantee-section__photos-left .polaroid-photo-1 {
        transform: rotate(6deg);
        margin-left: 5%;
    }
        .polaroid-photo {
        width: 180px;
        height: calc(180px * 1.2);
    }
        .guarantee-section__photos-right .polaroid-photo-2 {
        transform: rotate(-6deg);
        margin-right: 5%;
    }
        .guarantee-section__photos-right .polaroid-photo-3 {
        transform: rotate(8deg);
    }
        .guarantee-section__photos-right {
        padding-left: 30px;
        align-items: flex-end;
    }
        
    .custom-image-column.mobile-only{
        display: none;
    }
    .ai-text-image-image-wrapper-athfooxlrqkt0ekv0raigenblock597aac1jfnyrr img{
        display: block;
    }
            .stats-column-section-header.mobile-header {
        display: none;
    }
    .custom-testimonials-title .custom-section-header.desktop-header{
        margin-bottom: 0 !important;
    }
      .custom-testimonials-title h2.product-benefits-heading{
        margin-bottom: 0 !important;
     }
     .new_compare_areliatable .feature-header {
            width: 340px;
        }
        .new_compare_areliatable .feature-cell{
             padding: 30px 12px;    padding: 30px 12px;
        }
           
    .new_compare_areliatable .feature-row td{
        border-bottom: 2px solid #d7d7d7 !important;
    }
    .new_compare_areliatable .feature-row:last-child td{
        border-bottom: 0 solid #d7d7d7 !important;
    }
   
}
@media (min-width: 750px){
.list-payment {
    justify-content: center;
    margin: -.5rem;
    padding-top: 0;
}
.footer__payment {
    margin-top: 1.5rem;
}
}
@media (min-width: 992px){
.footer__group--2, .footer__group--newsletter{
    width: 30%;
}
.product__details .product__callouts-items{
        display: flex;
    gap: 10px;
    text-align: center;
    align-items: start;
        justify-content: center;
}
.product__details  .product__callouts-item {
    display: flex;
    padding: 8px 0;
    padding: var(--spacing-2) 0;
    flex-direction: column;
    align-items: center;
}
.product__details .product__callouts-item-icon,.product__details .product__callouts-item-icon.icon, .product__details .product__callouts-item-icon.image {
    width: 52px;
    height: 52px;
}
    .product__details .product__callouts-item {
        width: 25%;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
.product__details .product__callouts-item-icon, .product__details .product__callouts-item-icon.icon, .product__details .product__callouts-item-icon.image {
        width: 90px;
        height: 90px;
        margin: 0 0 5px;
    }
    .testimonials__item{
        background:transparent !important;
    }
}
@media (min-width: 1024px) {
    .video-slider-template--21184087031897__ss_product_videos_4_FdUAzJ {
        padding: 0 !important;
    }
}
@media (max-width: 992px){
.product__callouts-item-1 .product__callouts-item-text{
    width: 100%;
}
.sticky-atc-bar__details{
    display: none !important;
}
.sticky-atc-bar[data-divider-style=border--thin]:before {
    box-shadow: none;
}
.sticky-atc-bar{
    border-radius: 25px 25px 0 0;
}
.quick-cart__container {
    max-width: 100% !important;
}
.drawer-menu__overlay {
    background-color: #00000073;
}
.drawer-menu__panel {
    width: 90vw;
}
.product-template-areliaa-lipstick .rich-text,.product-template-areliaa-lipstick .section--vertical-padding-top-bottom,.product-template-areliaa-lipstick .section--vertical-padding-top-only{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
    .reasons-list__heading {
        line-height: 1.4;
        font-size: 23px !important;
    }
    .product-template-areliaa-lipstick .image-hero__inner {
        position: relative;
        padding: 0 20px;
    }
}
@media (max-width: 719px) {
    .reviews_rating_html .loox-rating-content svg {
        width: 80px;
    }
    .loox-rating-content span {
        font-size: 13px;
        padding-left: 4px;
    }
    .cross-sells{
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-product-info{
        padding: 0 8px 8px;
        gap: 2px !important;
    }
    .custom-product-grid-itemcard-shadow a{
        margin-bottom: 8px;
    }
    .quick-cart__item-bottom {
        position: relative;
    }
        .stats-column-title {
        font-size: 18px;
        color: #fdffff !important;
        margin: 0 0 0.5rem 0;
    }
    .btn.btn--text-link.quick-cart__item-remove {
        display: flex;
        margin-top: 8px;
        margin-top: var(--spacing-2);
        position: relative;
        top: -8px;
        right: 0;
    }
    .desktop-image-container, .desktop-header{display: none;}
    .testimonials .testimonials__item-stars+.testimonials__item-quote {
    font-size: 16px;
}
.testimonials__item-content{
    padding: 15px;
    margin-top: 10px !important;
}
.product__block h2 {
    font-size: 22px !important;
}
.quick-cart__wrapper {
    padding-left: 0 !important;
}
    .quick-cart__container {
        padding: 0 !important;
    }
    .quick-cart__header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 0;
}
    .quick-cart__item {
        padding: 12px 10px !important;
        border-bottom: 1px solid #ebebeb;
    }
.quick-cart__close-icon .icon-button.icon-button--small .icon {
    width: 23px;
    height: 23px;
}
.rating-stars__label{
    font-size: 12px;
}
.product__title {
    margin-top: 6px;
    font-size: 30px !important;
    letter-spacing: -0.025em !important;
}
 .product-thumbnails__list {
    display: flex;
  }

  .product-thumbnail {
    flex: 0 0 auto;
  }
     .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        gap: 8px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
        .stats-grid-item {
        max-width: 245px;
        margin: 0 auto;
        width: 100%;
        max-width: 180px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
        .stats-grid-card {
        max-width: none;
        max-height: none;
        padding: 14.5px 8px;
        margin: 0 auto;
        width: 100%;
    }
        .stats-grid-circle-container {
        width: 60%;
        margin-bottom: 0px;
    }
        .stats-grid-percentage-text {
        font-size: clamp(16px, 5vw, 22px);
    }
        .stats-grid-title {
        font-size: clamp(13px, 3.5vw, 17px);
        margin-bottom: 4px;
        margin-top: 8px;
    }
        .stats-grid-description {
        font-size: clamp(10px, 2.8vw, 14px);
        line-height: 1.3;
    }
     .stats-grid-title {
        font-size: 15px;
        line-height: 17px;
    }
    .page-width {
    padding: 0 0;
}
.stats-grid-section {
    padding: 40px 20px;
}
    .custom-hero {
        padding: 25px 5px;
    }
        .custom-hero__flex {
        gap: 20px;
    }
        .custom-hero__flex {
        flex-direction: column;
    }
        .custom-hero__image-wrapper, .custom-hero__content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .custom-hero__content {
        padding: 15px !important;
        text-align: left;
    }
        .custom-hero__content-wrapper {
        align-items: flex-start;
    }
        .custom-hero .custom-hero__title {
        font-size: 32px !important;
        line-height: 1.5;
        overflow: visible !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        margin-bottom: 15px !important;
    }
        .custom-hero__content-wrapper .custom-hero__subtitle {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }
        .custom-hero__content-wrapper .custom-hero__subtitle p {
        margin: 0 !important;
        padding: 0 !important;
    }
    .custom-hero__benefits {
        text-align: left;
    }
        .custom-hero .custom-hero__benefit-item {
        font-size: 18px !important;
        justify-content: flex-start;
    }
    .custom-hero .custom-hero__benefit-icon svg {
        width: 18px !important;
        height: 18px !important;
    }
    .custom-hero .custom-hero__button {
        font-size: 14px !important;
    }
        .custom-hero__guarantee {
        width: 100%;
    }
    .custom-hero .custom-hero__guarantee-text {
        font-size: 12px !important;
    }
    .custom-image-column.mobile-only{
        display: block;
    }
    .custom-image-column.mobile-only img{
        border-radius: 10px;
         width: 100%;
        margin-bottom: 15px;
    }
    .ai-text-image-image-athfooxlrqkt0ekv0raigenblock597aac1jfnyrr{
        display: none !important;
    }
    .stats-grid-section-title {   
        font-size: 28px;
    font-weight: 500;
    line-height: 34px;
}
.modal__inner {
    max-height: 100% !important;
    height: auto !important;
}
.quick-cart__item-bottom{
    display: flex !important;
}
    .comparison-table {
        width: 100% !important;
        table-layout: fixed !important;
                min-width: 0;
                max-width: 100%;
    }
    .product-header {
        width: 80px;
        padding: 12px 4px;
    }
        .product-header {
        width: 80px;
        padding: 12px 4px;
    }
    .section-template--25268808548619__product_comparison_Cd6Yga .comparison-product-title {
        font-size: 16px !important;
    }
        .section-template--25268808548619__product_comparison_Cd6Yga .feature-name {
        font-size: 16px !important;
    }
        .stats-column-list {
        margin: 0;
        padding: 0;
        width: 100%;
    }
        .stats-column-item {
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 1rem;
        padding: 1.5rem 0;
        max-height: 230px;
        margin: 0;
        width: 100%;
    }
        .section-template--25268808548619__statistics_column_qD6Hnb .stats-column-number {
        font-size: 52px !important;
        min-width: 6rem;
        text-align: left;
        margin: 0;
        padding: 0;
        background: linear-gradient(135deg, rgba(255, 254, 253, 1), rgba(255, 254, 253, 1) 100%) !important;
        background-image: linear-gradient(135deg, rgba(255, 254, 253, 1), rgba(255, 254, 253, 1) 100%) !important;
        -webkit-background-clip: text !important;
        -moz-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        -moz-text-fill-color: transparent !important;
        color: transparent !important;
                min-width: 115px;
    }
    .check-yes, .check-no {
        font-size: 22px;
    }
    .feature-header, .feature-cell {
        width: 110px !important;
        max-width: 110px;
    }
    .feature-content {
        flex-direction: row !important;
        align-items: center !important;
    }
    .custom-testimonials-title .custom-benefits-container {
        gap: 0 !important;
    }
    .custom-testimonials-title {
    padding-top: 30px;
}
    .custom-testimonials-title h2.product-benefits-heading{
    margin-bottom: 0 !important;
    }
    .scrolling-content .scrolling-content__inner{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    }
    .scrolling-content .scrolling-content__item .image-block__inner{
        max-width: 80px !important;
    }
    .image-with-text__text-container h2, .image-with-text__text-container h3{
        transition: none !important;
    }
    .custom-product-h3-title{
        font-size: 16px !important;
    }
    .custom-product-price{
        font-size: 18px !important;
    }
     .custom-product-button {
        font-size: 15px !important;
        padding: 10px 4px !important;
    }
    .custom-grid-items{
            gap: 15px !important;
    }
    .review_slider_bottom_text {
        font-size: 14.2px;
    }
    .button-complient-slider, .button-video-icons{
        padding: 18px 30px !important;
        font-size: 14px !important;
        font-weight: 500;
    }
    .desired_heading {
        padding-bottom: 33px;
        width: 302px;
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
        font-size: 30px;
        line-height: 35px;
    }
   .title-icons-desired {
        font-size: 20px !important;
        line-height: 24px !important;
        padding-bottom: 6px;
        max-width: 90%;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }
    .desired-icons-sec{
            text-align: center;
            margin: 0 auto !important;
    }
        .content-icons-desired {
       font-size: 16px !important;
        line-height: 20px !important;
        text-align: center;
    }
        .desired-icons-sec img {
        width: 54px  !important;
        height: 54px  !important;
        margin: 0 auto 0;
    }
    .slider_richtext {
        padding-top: 0;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
        .slider_richtext ul {
        gap: 11px;
    }
    .slider_richtext ul li {
        min-height: 31px;
        padding: 0 15px;
        font-size: 12px;
        line-height: 20px;
    }
        .desktop_only {
        display: none !important;
    }
    .custom-section-whatmakes{
        padding-top: 30px;
    }
    .lp_pdp_heading-new {
        font-size: 30px;
        line-height: 35px;
    }
    .slider_text {
        padding-top: 0;
        font-size: 16px;
        line-height: 20px;
        gap: 6px;
    }
        .slider_text img {
        width: 16px;
        height: 16px;
    }
        .inside_text1 p {
        padding-top: 15px;
        font-size: 16px;
    }
    .slider_text strong {
    font-weight: unset;
    color: #9AAE9F;
}
        .inside_img img {
        width: auto;
        transform: unset;
        max-width: 115%;
        margin: 37px auto -8px -8% !important;
    }
    .container_hk {
        padding-left: 20px;
        padding-right: 20px;
    }
        .pdp_her_feel .image_with_text_flex {
        border-radius: 5px;
        padding: 30px 0 0;
        align-items: center;
    }
        .pdp_her_feel .richtext_blocks_custom.left {
        padding: 0 16px;
    }
        .risk_heading {
        padding-bottom: 15px;
    }
    .risk_heading {
        text-align: center;
        width: 250px;
        max-width: 100%;
        margin: 0 auto;
    }
        .risk_text_1 {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        padding-bottom: 15px;
        width: 497px;
        max-width: 100%;
        text-align: center;
    }
    .risk_text_2 {
        border-radius: 5px;
        border: .65px solid rgba(255, 255, 255, .25);
        background: #ffffff0d;
        padding: 12px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 10px;
    }
    .pdp_her_feel .risk_list1 .icons_with_text_flex {
        padding-top: 10px;
        gap: 5px;
    }
        .risk_list1 .icons_with_text_flex .icons_with_text_item:nth-child(1) {
        width: 45%;
    }
        .risk_list1 .icons_with_text_item {
        border-radius: 5px;
        font-size: 10px;
        height: 38px;
        gap: 6.5px;
        width: 55%;
    }
        .risk_list1 .icons_svg_main {
        display: none;
    }
        .risk_list1 .icons_with_text_flex .icons_with_text_item:nth-child(1) img {
        height: 16px;
    }
        .risk_list1 .icons_with_text_item img {
        width: auto;
        height: 12px;
    }
        .image_block_template--25155951427868__image_with_text_lp_Y66k9R {
        max-width: 100%;
        width: 100%;
    }
    .risk_heading{
   font-size: 30px;
        line-height: 35px;
        text-align: center !important;
        margin-bottom: 20px; 
    }
        .custom_hk_button {
        font-size: 16px;
        line-height: 16px;
    }
    .image_block_template--25155951427868__image_with_text_lp_Y66k9R img {
        margin-bottom: -8px;
    }
    .table_img_1 {
        width: 100%;
    }
    .section-text h3 {
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
    }
         .review-badge{
        margin-bottom: 20px;
    }
    .flexible-section{
        padding: 0 0 30px 0 !important;
    }
    .review-badge-v2{
        align-items: center;
        justify-content: center;
                display: flex;
        margin-bottom: 0;
    }
    .review-badge-v2 svg{
    width: 80px !important;
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.review-badge-v2 .loox-rating-content {
    margin-top: 10px;
    
}
.review-badge-v2 .loox-rating-content span{
    font-size: 13px;
    padding-left:0;
}
.text_content_v3 p{
    margin-bottom: 15px;
}
.v3-list li{
    font-size: 14px;
}
.v3-list li svg{
    width: 19px !important;
    margin-right: 7px;
}
}
/*MOBILE QUERY*/
@media (max-width: 480px){
    .modal__content table th,
    .modal__content table td {
    padding: .8em .2em;
    font-size: 12px;
    }
    .sliderbox-btn a{
    width: 100%;
    text-align: center;
            font-size: 16px;
        line-height: 16px;
 }
        .check-yes, .check-no {
        font-size: 18px;
    }
        .product-header {
        width: 80px;
        padding: 12px 4px;
    }
        .check-yes svg {
        width: 20px;
        height: 20px;
    }
        .feature-cell, .value-cell {
        padding: 10px 4px;
    }
        .feature-icon {
        width: 16px !important;
        height: 16px !important;
        margin-right: 8px !important;
    }
    .product__details .product__callouts-item-icon-1, .product__details .product__callouts-item-icon-1.icon, .product__details .product__callouts-item-icon-1.image {
    width: 25px;
    height: 25px;
}
    .feature-icon svg {
        width: 16px !important;
        height: 16px !important;
    }
.product__callouts-item-1 img {
    width: 20px !important;
    height: 20px !important;
    top: 4px;
    position: relative;
}
.product__callouts-item-1 {
    font-size: 14px;
}
.product__price {
    font-size: 26px;
}
.product__block--product-header {
    margin-bottom: 10px;
}
.product__price-and-ratings {
    margin-top: 5px;
}
.quick-cart__item-discount {
    font-size: 8px !important;
}
.quick-cart__item-price {
    margin-right: 6px;
    font-size: 13px;
}
.quick-cart__item-image {
    width: 70px;
    flex-shrink: 0;
}
.quick-cart__item-details {
    margin-left: 10px;
}
.product__details .product__callouts-item {
    justify-content: start;
            padding: 0;
}
.product__details .image.product__callouts-item-icon::first-child{
    margin-top: calc(-1 * var(--spacing-1));
}
    .stats-grid-title {
        font-size: 13px;
        line-height: 14px;
    }
    .new_compare_areliatable .check-yes svg {
        width: 29px;
        height: 29px;
    }
    .new_compare_areliatable .check-no svg {
       width: 29px;
        height: 29px;
    }
    .new_compare_areliatable .product-subtitle {
        font-size: 12px;
        padding: 0 5px;
    }
     .new_compare_areliatable .feature-header,  .new_compare_areliatable .feature-cell {
        width: 128px !important;
        max-width: 128px;
    }
    .new_compare_areliatable .custom_hk_button {
        background: #9aae9f;
        font-size: 20.8px;
        font-style: normal;
        font-weight: 500;
        line-height: 20.8px;
        color: #fff;
        width: auto;
        height: 60px;
        margin: 0 auto;
        max-width: 70% !important;
    }
    
    .new_compare_areliatable .money_back_box .icons_with_text_item {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px;
        gap: 6.5px;
    }
    .new_compare_areliatable .icons_with_text_item_svg svg{
        width: 20px;
        top: 2px;
        position: relative;
    }
    
    .section_bg_template--25155951427868__richtextlp_FGDnNr {
            background: #fbf5f5 !important;
    }
    /* Fixing rapid app for mobile - product-template-arelia-lispti-stepprs */
    /* .product-template-arelia-lispti-stepprs .rapi-full-width-bar.rapi-content-outer-wrapper:first-child{
        padding: 10px !important;
    }
   .product-template-arelia-lispti-stepprs .rapi-bundles.rapi-prestige-bundles .rapi-bundles__bar-pricing-column {
        align-items: end !important;
    }
   .product-template-arelia-lispti-stepprs .rapi-bundles__bar-price{
        font-size: 16px !important;
      --rapi-title-size: 16px !important;
    }
    .product-template-arelia-lispti-stepprs .rapi-bundles__bar-full-price{
        font-size: 13px !important;
      --rapi-title-size: 13px !important;
    }
  .product-template-arelia-lispti-stepprs  .rapi-bundles .rapi-bundles__bar-main {
        gap: 10px !important;
    }
  .product-template-arelia-lispti-stepprs  .rapi-bundles__bar-title{
        font-size: 16px !important;
      --rapi-title-size: 16px !important;
    }
  .product-template-arelia-lispti-stepprs .rapi-bundles__bar-subtitle{
        font-size: 13px !important;
      --rapi-title-size: 13px !important;
    }
  .product-template-arelia-lispti-stepprs  .rapi-bundles__bar-radio {
        height: 10px !important;
        width: 10px !important;
    }
  .product-template-arelia-lispti-stepprs  .rapi-bundles__bar :checked+label .rapi-bundles__bar-radio, .product-template-arelia-lispti-stepprs .rapi-subscription__bar :checked+label .rapi-bundles__bar-radio {
        border: 2px solid var(--rapi-check-mark-color) !important; 
    } */
    /* END fixing rapid app for mobile - END */

    .product-template-signaturel-tilte-small .product__title {
        margin-top: 6px;
        font-size: 26px !important;
    letter-spacing: -0.75px !important;
    line-height: 32px;
    font-weight: 600;
    }
    .product-template-lipstick-black-women .product__title{
    font-size: 17px !important;
    font-weight: 400;
}
.product-template-lipstick-black-women .product__subtitle{
       font-size: 25px;
    line-height: 28px !important;
    font-weight: 700;
    letter-spacing: -0.75px !important;
    margin-top: 6px;
    text-transform: none;
}
 .product-template-lipstick-black-women  .rating-stars__label, .product-template-areliaa-signature-lipsti .rating-stars__label,.product-template-quilted-vanity-set .rating-stars__label  {
        font-size: 15px;
    }
    .rating-stars-new .rating-stars__label{
    font-size: 15px;
    }
   
    .product-template-lipstick-black-women .back-to-top.back-to-top--bottom-right {
    bottom: 95px;
    }
    .product-template-areliaa-lipstick-v8 .btn.btn--primary,.product-template-areliaa-lipstick-v8 .shopify-challenge__button {
    min-width: 100%;
    width: 100%;
    font-size: 17px;
    letter-spacing: -0.2px;
    padding: 16px 10px;
}
.product-template-areliaa-lipstick-v8 p{
    font-size: 17px;
}
.lt-summary__byline-date {
    font-size: 15px !important;
}
}


@media (max-width: 400px) {
    .quick-cart__item-price {
        margin-right: 4px;
        font-size: 12px;
    }
    .product__details .product__callouts-item-icon, .product__details .product__callouts-item-icon.icon, .product__details .product__callouts-item-icon.image {
    width: 65px;
    height: 65px;
    margin: 0 0 5px;
    }
     .product-template-signaturel-tilte-small .product__title {
        margin-top: 6px;
        font-size: 24px !important;
        line-height: 30px;
    }
    .product-template-lipstick-black-women .rating-stars svg, .product-template-areliaa-signature-lipsti .rating-stars svg{
    width: 16px;
    height: 16px;
}
.rating-stars-new svg{
    width: 16px;
    height: 16px;
}


     .product-template-lipstick-black-women  .rating-stars__label, .product-template-areliaa-signature-lipsti .rating-stars__label,.product-template-quilted-vanity-set .rating-stars__label  {
        font-size: 14px;
    }
    .rating-stars-new .rating-stars__label{
    font-size: 14px;
    }
}
@media (max-width: 360px) {
 .product-template-signaturel-tilte-small .product__title {
        margin-top: 6px;
        font-size: 21px !important;
        line-height: 27px;
    }
    .product-template-lipstick-black-women  .rating-stars__label, .product-template-areliaa-signature-lipsti .rating-stars__label, .product-template-quilted-vanity-set .rating-stars__label {
        font-size: 12px;
    }
    .rating-stars-new .rating-stars__label{
    font-size: 12px;
    }
}
@media (max-width: 340px) {
.product-template-arelia-lipsti-goda-celsio .rapi-bundles__bar-price{
        font-size: 14px !important;
      --rapi-title-size: 14px !important;
    }
    .product-template-arelia-lipsti-goda-celsio .rapi-bundles__bar-full-price{
        font-size: 12px !important;
      --rapi-title-size: 12px !important;
    }
    .product-template-arelia-lipsti-goda-celsio .rapi-bundles .rapi-bundles__bar-main {
        gap: 8px !important;
    }
     .product-template-arelia-lipsti-goda-celsio .rapi-bundles__bar-title{
        font-size: 14px !important;
      --rapi-title-size: 14px !important;
    }
    .product-template-arelia-lipsti-goda-celsio .rapi-bundles__bar-subtitle{
        font-size: 12px !important;
      --rapi-title-size: 12px !important;
    }
    .product-template-lipstick-black-women .rating-stars svg, .product-template-areliaa-signature-lipsti .rating-stars svg, .product-template-quilted-vanity-set .rating-stars svg{
    width: 14px;
    height: 14px;
}
.rating-stars-new svg{
    width: 14px;
    height: 14px;
}

     .product-template-lipstick-black-women  .rating-stars__label, .product-template-areliaa-signature-lipsti .rating-stars__label, .product-template-quilted-vanity-set .rating-stars__label  {
        font-size: 12px;
    }
    .rating-stars-new .rating-stars__label{
    font-size: 12px;
    }

}

@media (max-width: 719px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 720px) {
  .hide-desktop {
    display: none !important;
  }
}