:root {
    --purple: #4C4672;
    --black: #000;
    --blue: #161336;
    --blue-cta: #283C70;
    --peach: #FFE7D3;
    --white-dirty: #FFF6EE;
}
.influencer-page {
    position: relative;
    overflow: hidden;
    padding-top: 170px;
    background: linear-gradient(175deg, #ECB7D2 0%, #F0B7AE 27.91%, rgba(251, 227, 198, 0.90) 60.23%, #FF97B0 140.93%);
}
#influencer-product {
    position: relative;
}
#influencer-product h2 {
    font-family: 'editor-regular', serif;
    font-size: 40px;
    line-height: normal;
    color: var(--purple);
    margin-bottom: 12px;
}
#influencer-product .text p,
#influencer-product .visible-part p {
    font-family: 'gantari-regular', sans-serif;
    font-size: 16px;
    line-height: normal;
    color: var(--blue);
}
#influencer-product .ellipse {
    position: absolute;
    border-radius: 50%;
    user-select: none;
    pointer-events: none;
}
#influencer-product .ellipse.middle {
    top: 25%;
    right: -230px;
    width: 130vw;
    aspect-ratio: 1/1;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 232, 232, 0.80) 0%, rgba(239, 195, 196, 0.00) 100%);
}
#influencer-product .ellipse.bottom {
    left: -20vw;
    top: 63%;
    width: 100vw;
    aspect-ratio: 1/1;
    background: radial-gradient(50% 50% at 50% 50%, rgba(252, 255, 233, 0.54) 0%, rgba(252, 255, 233, 0.00) 100%);
}
#influencer-product section {
    position: relative;
}

/* INTRO */
#influencer-product .intro {
    padding-bottom: 190px;
}
#influencer-product .wrapper-title {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: 'editor-regular', serif;
    font-size: clamp(56px, 6vw, 60px);
    line-height: 45px;
    color: var(--purple);
    position: relative;
    margin-bottom: 20px;
    max-width: 365px;
    text-align: center;
    z-index: 1;
}
#influencer-product .wrapper-title span {
    font-size: 40px;
}
#influencer-product .wrapper-title img {
    position: absolute;
    right: -50%;
    top: 50%;
	max-width: 330px;
}
#influencer-product h1 {
    font-family: 'editor-regular', serif;
    font-size: clamp(56px, 6vw, 60px);
    line-height: 100%;
    color: var(--purple);
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}
#influencer-product .swiperInfluencer {
    padding-bottom: 60px;
    z-index: 0;
}
#influencer-product .swiperInfluencer .swiper-slide .wrapper-image {
    position: relative;
	aspect-ratio: 520 / 715;
    overflow: hidden;
    border-radius: 9px;
}
#influencer-product .swiperInfluencer .swiper-slide .wrapper-video-gallery {
    aspect-ratio: 520 / 715;
    overflow: hidden;
    border-radius: 9px;
}
#influencer-product .swiperInfluencer .swiper-slide .wrapper-video-gallery video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#influencer-product .swiperInfluencer .swiper-slide .wrapper-image::after {
    content: '';
    position: absolute;
    display: block;
    width: 80%;
    height: 95%;
    top: 2.5%;
    left: 10%;
    border-radius: 8.82px;
    background: linear-gradient(270deg, rgba(134, 0, 24, 0.25) 0%, #860018 50%, rgba(134, 0, 24, 0.25) 100%);
    filter: blur(23px);
    z-index: 0;
}
#influencer-product .swiperInfluencer .swiper-slide img {
    position: relative;
    z-index: 1;
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
#influencer-product .swiperInfluencer .swiper-button-prev {
    height: 27px;
    bottom: 3px;
    top: auto;
    left: 33%;
}
#influencer-product .swiperInfluencer .swiper-button-next {
    height: 27px;
    bottom: 3px;
    top: auto;
    right: 33%;
}
#influencer-product .swiperInfluencer .swiper-button-prev::after,
#influencer-product .swiperInfluencer .swiper-button-next::after {
    display: none;
}
#influencer-product .img-wrapper-shadow,
#influencer-product .img-wrapper-shadow img {
    position: relative;
    border-radius: 10px;
}
#influencer-product .intro .img-wrapper-shadow::before {
    content: "";
    width: 90%;
    height: 98%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(134, 0, 24, 0.25) 0%, #860018 50%, rgba(134, 0, 24, 0.25) 100%);
    filter: blur(23px);
}
#influencer-product img.featured {
    width: 100%;
    border-radius: 10px;
}
#influencer-product .info {
    padding: 0 42px;
}
#influencer-product .info .tags {
    font-family: 'editor-regular', serif;
    font-size: 32px;
    line-height: normal;
    color: var(--purple);
    text-transform: uppercase;
    margin-bottom: 8px;
}
#influencer-product .info .description p {
    font-family: 'gantari-regular', sans-serif;
    font-size: 20px;
    line-height: normal;
    color: var(--black);
    margin-bottom: 0;
}
#influencer-product .info .description p strong {
    font-weight: normal;
    color: var(--purple);
}
#influencer-product .info .price-influencer {
    color: var(--blue);
    letter-spacing: 2.24px;
    margin-top: 27px;
    margin-bottom: 0;
}
#influencer-product .info .price-influencer .unit {
    letter-spacing: 1.12px;
}
#influencer-product .info .add-to-cart-section .qty-wrapper {
    margin-bottom: 20px;
}
#influencer-product .info .add-to-cart-section .qty-wrapper button {
    background: var(--peach);
}
#influencer-product .info .add-to-cart-section .qty-wrapper input {
    background: var(--white-dirty);
    border: 1px solid var(--peach);
}
#influencer-product .info .add-to-cart-section .main-add .add-to-cart {
    background: var(--blue-cta);
}


/* FIRST PRODUCT */

#influencer-product .first-product .img-wrapper-shadow::before,
#influencer-product .third-product .img-wrapper-shadow::before{
    content: "";
    width: 80%;
    height: 100%;
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(255, 129, 152, 0.25) 0%, #FF5E7C 50%, rgba(255, 94, 124, 0.25) 100%);
    filter: blur(21px);
}
#influencer-product .first-product .wrapper-main {
    aspect-ratio: 387/535;
    border-radius: 9px;
    overflow: hidden;
}
#influencer-product .first-product .wrapper-main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}
#influencer-product .first-product .wrapper-right,
#influencer-product .first-product .wrapper-left,
#influencer-product .first-product .vertical-text {
    position: absolute;
}
#influencer-product .first-product .wrapper-right {
    width: 40%;
    right: -20%;
    bottom: 50%;
    max-width: 143px;
}
#influencer-product .first-product .wrapper-right::before,
#influencer-product .first-product .wrapper-left::before {
    content: "";
    width: 80%;
    height: 90%;
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 6.2px;
    background: linear-gradient(270deg, rgba(134, 0, 24, 0.25) 0%, #860018 50%, rgba(134, 0, 24, 0.25) 100%);
    filter: blur(7.664215564727783px);
}
#influencer-product .first-product .wrapper-left {
    width: 50%;
    bottom: 10%;
    left: -30%;
    max-width: 200px;
}
#influencer-product .first-product .wrapper-right img,
#influencer-product .first-product .wrapper-left img {
    width: 100%;
}
#influencer-product .first-product .margin-top-negative {
    margin-top: -36px;
}
#influencer-product .ingredients .margin-top-negative-15 {
    margin-top: -15px;
}

/* SECOND PRODUCT */

#influencer-product .second-product .img-wrapper-shadow {
    position: relative;
}
#influencer-product .second-product .img-wrapper-shadow::before {
    content: "";
    width: 90%;
    height: 98%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(134, 0, 24, 0.25) 0%, #860018 50%, rgba(134, 0, 24, 0.25) 100%);
    filter: blur(23px);
}

/* THIRD PRODUCT */

#influencer-product .third-product .row {
    position: relative;
	align-items: center;
}
#influencer-product .third-product .ellipse {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.00) 100%);
    width: 80vw;
    aspect-ratio: 1;
    top: -55%;
    left: -30%;
    z-index: 0;
}
#influencer-product .third-product .wrapper-main {
    aspect-ratio: 387 / 535;
    border-radius: 9px;
    overflow: hidden;
}
#influencer-product .third-product .wrapper-main img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}
#influencer-product .third-product .wrapper-right {
	position: absolute;
    width: 60%;
    top: 60%;
    right: -36%;
    transform: translateY(-50%);
}

/* OUTRO */
#influencer-product .first-product {
    padding-bottom: 150px;
}
#influencer-product .second-product {
    padding: 0 0 150px;
}
#influencer-product .third-product {
    padding: 0 0 150px;
}
#influencer-product .second-product img {
    width: 100%;
    border-radius: 10px;
}
#influencer-product .second-product .column-overlap {
    margin-left: calc(-100% / 12);
    z-index: 1;
}
#influencer-product .second-product .img-bottom-right {
    aspect-ratio: 305/210;
    max-width: 305px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
    margin-top: 30px;
}

/* INGREDIENTS */

#influencer-product .ingredients {
    position: relative;
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    background: linear-gradient(152deg, rgba(255, 237, 198, 0.00) 1.31%, rgba(255, 237, 198, 0.60) 56.26%, rgba(255, 58, 104, 0.00) 156.08%);
}
@media screen and (min-width: 1240px) {
    #influencer-product .ingredients {
        margin-left: calc((1240px - 100vw) / 2 - 20px);
        margin-right: calc((1240px - 100vw) / 2 - 20px);
    }
}
@media screen and (min-width: 1400px) {
    #influencer-product .ingredients {
        margin-left: calc((1320px - 100vw) / 2 - 20px);
        margin-right: calc((1320px - 100vw) / 2 - 20px);
    }
}
#influencer-product .gradient {
    background: linear-gradient(152deg, rgba(255, 237, 198, 0.00) 1.31%, rgba(255, 237, 198, 0.60) 56.26%, rgba(255, 58, 104, 0.00) 156.08%);
}
#influencer-product .ingredients img {
    width: 100%;
    border-radius: 10px;
}
#influencer-product .ingredients-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}
#influencer-product .ingredients-slider::-webkit-scrollbar {
    display: none;
}
#influencer-product .ingredients .slide {
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 160px;
	padding-bottom: 120px;
    width: 100vw;
    min-width: 100vw;
    scroll-snap-align: center;
}
#influencer-product .ingredients .slide h2,
#influencer-product .ingredients .slide .text {
    position: relative;
    z-index: 1;
}
#influencer-product .ingredients .slide h2.ingredients-title{
	font-size: 24px
}
#influencer-product .ingredients .slide .text.small-text p {
	font-size: 14px
}
#influencer-product .ingredients .img-wrapper-shadow::before {
    content: "";
    width: 90%;
    height: 96%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(134, 0, 24, 0.25) 0%, #860018 50%, rgba(134, 0, 24, 0.25) 100%);
    filter: blur(21px);
}
#influencer-product .ingredients .margin-top {
    margin-top: 36px;
}
#influencer-product .ingredients .vertical-text {
    max-width: 230px;
    width: 100%;
    right: -18px;
    bottom: 35px;
    transform: translateX(100%);
    font-family: 'editor-regular', serif;
    font-size: 30px;
    line-height: normal;
    color: var(--blue);
    text-transform: uppercase;
}
#influencer-product .ingredients .vertical-text div {
    transform: rotate(-90deg);
    transform-origin: bottom left;
}
#influencer-product .ingredients .navigation {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--black);
}
#influencer-product .ingredients .navigation .name {
    font-family: 'gantari-light';
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: var(--blue);
    position: relative;
    padding: 10px 25px;
    background: transparent;
}
#influencer-product .ingredients .navigation .active {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 146px;
    height: 5px;
    border-radius: 2px;
    background: var(--purple);
    transition: all 0.3s;
}

/* UPSELL, CROSS-SELL */
#influencer-product .related {
    padding-top: 120px;
}
#influencer-product .related h2 {
    margin-bottom: 32px;
}
#influencer-product .related-experiences {
    padding-bottom: 88px;
}
#influencer-product li.product.wc-product-card .product-footer .product-link,
#influencer-product .related .exp-wrapper .product-link {
    background: var(--purple);
}
#influencer-product li.product.wc-product-card .product-footer .add-to-cart svg rect,
#influencer-product li.product.wc-product-card .product-footer .add-to-cart svg path:not(#change-fill) {
    stroke: var(--purple)
}
#influencer-product li.product.wc-product-card .product-footer .add-to-cart svg #change-fill {
    fill: var(--purple);
}
#influencer-product .related .exp-wrapper {
    background: rgba(255, 248, 242, 0.6);
}

@media screen and (max-width: 1199px) {
    #influencer-product .intro .margin-top-negative {
        margin-top: -50px;
    }
}

@media screen and (max-width: 991px) {
    #influencer-product .ellipse.bottom {
        width: 140vw;
        top: 75%;
        background: radial-gradient(50% 50% at 50% 50%, rgba(252, 255, 233, 0.90) 0%, rgba(252, 255, 233, 0.00) 100%);
    }
    #influencer-product .wrapper-title {
        font-size: 45px;
    }
    #influencer-product .wrapper-title span {
        font-size: 32px;
    }
    #influencer-product .wrapper-title img {
        width: 200px;
        right: -12%;
        top: 60%;
    }
    #influencer-product .info {
        padding: 0 20px;
    }
    #influencer-product .swiperInfluencer .swiper-button-next {
        right: 24%;
    }
    #influencer-product .swiperInfluencer .swiper-button-prev {
        left: 24%;
    }
    #influencer-product .intro .margin-top-negative {
        margin-top: -40px;
    }
    #influencer-product h2 {
        font-size: 35px;
    }
    #influencer-product .mobile-reverse .text {
        padding-right: 35px;
    }
    #influencer-product .ingredients .margin-top-negative-15 {
        margin-top: 40px;
    }    
    #influencer-product .ingredients .slide .container {
        padding-left: 80px;
        padding-right: 80px;
    }
    #influencer-product .ingredients .texture .margin-top-negative {
        margin-top: 16px;
    }
    #influencer-product .ingredients .slide h2 {
        margin-bottom: 16px;
    }
    #influencer-product .ingredients .packaging .margin-top {
        order: -1;
        margin-top: 0;
        margin-bottom: 34px;
    }
    #influencer-product .ingredients .packaging .img-top-right {
        width: 150px;
        right: -75px;
        top: 85px;
    }
    #influencer-product .ingredients .packaging .img-bottom-left {
        width: 180px;
        left: -120px;
        bottom: 20px;
    }
    #influencer-product .ingredients .packaging .vertical-text {
        text-align: end;
        left: -8px;
        top: 20px;
        transform: translateX(-100%);
    }
    #influencer-product .ingredients .packaging .vertical-text div {
        transform-origin: top right;
    }
    #influencer-product .ingredients .composition .margin-mobile {
        margin-top: 36px;
    }
    #influencer-product .second-product .column-overlap {
        margin-left: calc(-100% / 5);
    }
}

@media screen and (max-width: 767px) {
    #influencer-product .mobile-reverse {
        flex-direction: column-reverse;
        gap: 32px;
    }
    .influencer-page {
        padding-top: 122px;
    }
    #influencer-product .wrapper-title {
        font-size: 35px;
        line-height: 28px;
        max-width: 270px;
    }
    #influencer-product .wrapper-title span {
        font-size: 22px;
    }
    #influencer-product .wrapper-title img {
        width: 180px;
        right: -26%;
    }
    #influencer-product h2 {
        font-size: 25px;
        margin-bottom: 22px;
    }
    #influencer-product .intro {
        padding-bottom: 125px;
    }
    #influencer-product .ingredients .gradient {
        background: transparent;
    }
    #influencer-product .mobile-reverse .text {
        padding-right: 0px;
    }
    .order-mobile-3 {
        order: 3;
    }
    .order-mobile-2 {
        order: 2;
    }
    .order-mobile-1 {
        order: 1;
        margin-bottom: 35px;
    }
    #influencer-product .intro .margin-top-negative {
        margin-top: -36px;
    }
    #influencer-product .info {
        padding: 32px 0 0 0;
    }
    #influencer-product .info .tags {
        font-size: 24px;
    }
    #influencer-product .info .description p {
        font-size: 16px;
    }
    #influencer-product .info .price-influencer {
        font-size: 20px;
        letter-spacing: 1.6px;
        margin-top: 24px;
    }
    #influencer-product .text p {
        font-size: 16px;
    }
	 #influencer-product .first-product {
        padding-bottom: 85px;
    }
    #influencer-product .second-product {
        padding: 0 0 35px;
    }
	#influencer-product .third-product {
        padding: 50px 0 35px;
    }
    #influencer-product .second-product .row {
        align-items: flex-end;
    }
    #influencer-product .second-product .col-4 {
        width: 40%;
        margin-left: -10%;
        z-index: 1;
        margin-bottom: -30px;
    }
    #influencer-product .second-product .img-bottom-right {
        aspect-ratio: 1/1;
        margin-top: 0px;
    }
	#influencer-product .third-product .row {
		align-items: flex-start;
	}
	#influencer-product .third-product .ellipse {
		width: 200vw;
		top: -7%;
	}
    #influencer-product .ingredients {
        background: transparent;
    }
    #influencer-product .ingredients .ingredients-slider {
        flex-direction: column;
        padding-bottom: 0;
    }
    #influencer-product .ingredients .slide {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #influencer-product .ingredients .slide.firstIngredient,
	#influencer-product .ingredients .slide.thirdIngredient {
        background: linear-gradient(152deg, rgba(255, 237, 198, 0.00) 1.31%, rgba(255, 237, 198, 0.60) 56.26%, rgba(255, 58, 104, 0.00) 156.08%);
    }
    #influencer-product .ingredients .slide.secondIngredient {
        padding-bottom: 35px;
    }
    #influencer-product .ingredients-slider .visible-part {
        height: 110px;
        overflow: hidden;
    }
    #influencer-product .ingredients-slider .expand .visible-part {
        height: 100%;
        overflow: hidden;
    }
    #influencer-product .ingredients-slider .read-more,
    #influencer-product .ingredients-slider .read-less {
        color: #695AE0;
        font-family: 'gantari-medium';
        font-size: 14px;
        font-style: normal;
        line-height: 23px;
        text-transform: uppercase;
        padding-top: 5px;
        cursor: pointer;
    }
    #influencer-product .ingredients-slider .read-less {
        display: none;
    }
    #influencer-product .ingredients-slider .expand .read-less {
        display: block;
    }
    #influencer-product .ingredients-slider .expand .read-more {
        display: none;
    }
    #influencer-product .ingredients .slide .indicator {
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 22px;
        font-family: 'gantari-regular';
        font-size: 20px;
        line-height: normal;
        color: var(--blue);
        text-transform: uppercase;
        border-bottom: 5px solid var(--purple);
        z-index: 1;
    }
    #influencer-product .ingredients .slide:first-of-type .indicator {
        left: 20px;
        transform: none;
    }
    #influencer-product .ingredients .slide:last-of-type .indicator {
        left: unset;
        right: 20px;
        transform: none;
    }
    #influencer-product .ingredients .slide .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    #influencer-product .ingredients .packaging .img-top-right {
        width: 90px;
        right: calc((100vw - 40px) / -12);
        top: 85px;
    }
    #influencer-product .ingredients .packaging .img-bottom-left {
        width: 108px;
        left: calc((100vw - 40px) / -6);
        bottom: 20px;
    }
    #influencer-product .ingredients .packaging .vertical-text {
        font-size: 20px;
    }
    #influencer-product .ingredients .navigation {
        display: none;
    }
    #influencer-product .second-product .column-overlap {
        margin-left: 0;
        margin-top: 36px;
        /* padding: 0 30px; */
    }
	#influencer-product .related {
		padding-top: 70px;
	}
    #influencer-product .related h2 {
        text-align: center;
    }
    #influencer-product ul.products {
        row-gap: 40px;
    }
    #influencer-product .related-experiences {
        padding-top: 62px;
        padding-bottom: 62px;
    }
}

.backorder-notice {
    font-family: 'gantari-regular', sans-serif;
    font-size: 18px;
    margin-top: 12px;
}
.backorder-notice-cart {
    font-family: 'gantari-regular', sans-serif;
    font-size: 12px;
}
@media screen and (max-width: 767px) {
    .backorder-notice {
        font-size: 16px;
    }
}

#single-product .hero .add-to-cart-section .add-to-cart:disabled,
#influencer-product .info .add-to-cart-section .main-add .add-to-cart:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}
#single-product .hero .add-to-cart-section .add-to-cart:disabled:hover,
#influencer-product .info .add-to-cart-section .main-add .add-to-cart:disabled:hover {
    background: #777;
}
