:root{--font-family: "Poppins", sans-serif;--title-font-size: 2.5rem;--title-font-weight: 700;--header-font-size: 1.75rem;--header-font-weight: 700;--header-medium-font-size: 1.5rem;--header-medium-font-weight: 700;--header-small-font-size: 1.35rem;--header-small-font-weight: 700;--body-font-size: 1.25rem;--body-font-weight: 400;--small-font-size: 1rem;--small-font-weight: 400;--primary-text-color: hsl(180, 5%, 4%);--inverted-text-color: hsl(0, 0%, 100%);--neutral-text-color: hsl(0, 0%, 65%);--link-text-color: hsl(97, 100%, 35%);--link-hover-text-color: hsl(200, 100%, 38%);--bg-alpha:1;--bg-dark-color: hsl(175, 41%, 57%);--bg-anecdote-color: hsl(5, 5%, 95%);--color-bg-neutral-light: 340, 25%, 98%;--bg-neutral-color: hsl(0, 0%, 70%);--bg-neutral-hover-color: hsl(0, 0%, 50%);--shadow-anecdote-color: hsl(5, 5%, 75%);--transition: all .2s ease-in-out;--max-width: 1200px;--font-size-sm: .875rem;--font-size-md: 1rem;--color-text-secondary: 0, 0%, 45%;--text-alpha: 1}*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-block-end:0;margin:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5;font-family:var(--font-family)}h1,h2,h3,h4,button,input,label,small{padding-inline:.75rem;line-height:1.1}p{padding-inline:.75rem}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}header,main{max-width:1050px;margin:0 auto;color:var(--primary-text-color)}header{display:flex;flex-direction:column;justify-content:space-between;align-items:center;column-gap:1rem;margin-bottom:1rem}.header__img{max-width:315px}.header__phone{font-size:var(--small-font-size);font-weight:var(--small-font-weight)}.header__phone p{margin:0;text-align:center}.header__phone a{color:var(--link-text-color);text-decoration:none}.header__phone a:hover{color:var(--link-hover-text-color)}@media (min-width: 650px){header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:0}}footer{background-color:hsla(var(--color-bg-neutral-light),var(--bg-alpha))}footer>*{max-width:var(--max-width);margin-inline:auto;padding-inline:1rem}.hero{margin-top:2rem}.hero h1{font-size:var(--title-font-size);font-weight:var(--title-font-weight);text-align:center;text-transform:capitalize}.hero__img{grid-area:image}.hero__img-wrapper{display:grid;place-items:center}.hero__img img{height:auto}.hero__grid{display:grid;column-gap:1rem;grid-template-columns:repeat(3,1fr);grid-template-areas:"image image image"}.hero__review-list{list-style:none;padding:0;margin:0;margin-block:1rem;display:none;grid-template-rows:auto;grid-tempalte-columns:repeat(3,1fr);grid-area:review;grid-template-areas:"review_1" "review_2" "review_3"}.hero__review-list li:nth-of-type(1){grid-area:review_1}.hero__review-list li:nth-of-type(2){grid-area:review_2}.hero__review-list li:nth-of-type(3){grid-area:review_3}.hero__review-card{display:grid;place-content:center;max-width:50ch;margin-inline:auto;padding-block:.75rem}.hero__review-card:not(:last-child){border-bottom:4px solid #e5e7eb}.hero hr{margin-block:1rem}.hero small{display:flex;justify-content:center;flex-wrap:wrap;color:var(--neutral-text-color);text-align:center;text-transform:capitalize;gap:1ch;margin-bottom:1rem}.hero small span{font-size:var(--small-font-size);font-weight:var(--small-font-weight);color:var(--neutral-text-color)}.hero h3{font-size:var(--header-small-font-size);font-weight:var(--header-small-font-weight);text-align:center;text-transform:capitalize;margin-bottom:1rem}.hero h2{font-size:var(--header-font-size);font-weight:var(--header-font-weight);text-align:left;text-transform:capitalize;margin-block:1rem}.hero p{font-size:var(--body-font-size);font-weight:var(--body-font-weight);text-align:left;margin-bottom:2rem}.hero__review-card h3{margin-bottom:0}.hero__review-star img{width:100px;height:auto;margin-inline:auto}.hero__review-card p{font-size:14px;font-style:italic;margin:0 auto;text-align:center;padding-inline:.75rem}.hero__review-author-flex{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-block:.5rem}.hero__review-author-flex>img{border-radius:50%;box-shadow:1px 1px 1px 1px #00000026}.hero__review-name{text-align:center;padding-inline:.75rem}@media (min-width: 1050px){.hero__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-areas:"image image image review" "image image image review" "image image image review"}.hero h2{font-size:var(--header-font-size);font-weight:var(--header-font-weight);text-align:left;text-transform:capitalize;margin-block:1rem}.hero__review-list{list-style:none;padding:0;margin:0;display:grid;grid-template-rows:repeat(3,1fr);grid-area:review;grid-template-areas:"review_1" "review_2" "review_3"}.hero__review-card h3{margin-bottom:0}.hero__review-star img{width:100px;height:auto;margin-inline:auto;margin-block:1rem}.hero__review-card p{font-size:14px;font-style:italic;margin:0 auto;text-align:center;padding-inline:.75rem}.hero__review-name{text-align:center;padding-inline:.75rem}}.reasons__header{background:var(--bg-dark-color);color:var(--inverted-text-color);text-align:center}.reasons__header h2{font-size:var(--header-font-size);font-weight:var(--header-font-weight);text-align:center;text-transform:capitalize;padding:15px}.reasons__link{color:var(--bg-dark-color)}.reasons__grid--text{margin-bottom:1rem;font-size:var(--body-font-size)}.reasons__grid--text h3{margin-bottom:2rem;font-size:var(--header-small-font-size);font-weight:var(--header-small-font-weight);text-transform:capitalize}.reasons__grid--text p{font-size:var(--body-font-size);margin-bottom:2rem}.reasons__grid--text p:last-of-type{margin-bottom:0rem}.reasons__grid--img-1{grid-area:reasons__grid__img-1;height:auto}.reasons__grid--text-1{grid-area:reasons__grid__text-1}.reasons__grid--img-2{grid-area:reasons__grid__img-2;height:auto}.reasons__grid--text-2{grid-area:reasons__grid__text-2}.reasons__grid--img-3{grid-area:reasons__grid__img-3;width:100%;height:auto;padding-inline:1.5rem}.reasons__grid--text-3{grid-area:reasons__grid__text-3}.reasons__grid--img-4{grid-area:reasons__grid__img-4;height:auto}.reasons__grid--text-4{grid-area:reasons__grid__text-4}.reasons__grid--img-5{grid-area:reasons__grid__img-5;height:auto}.reasons__grid--text-5{grid-area:reasons__grid__text-5;margin-bottom:0rem}.reasons__grid--text-5>p:last-of-type{margin-bottom:0rem}.reasons__grid{display:grid;justify-items:center;grid-template-areas:"reasons__grid__img-1" "reasons__grid__text-1" "reasons__grid__img-2" "reasons__grid__text-2" "reasons__grid__img-3" "reasons__grid__text-3" "reasons__grid__img-4" "reasons__grid__text-4" "reasons__grid__img-5" "reasons__grid__text-5";gap:1rem}@media (min-width: 650px){.reasons__header h2{margin-bottom:2rem}.reasons__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-areas:"reasons__grid__img-1 reasons__grid__text-1" "reasons__grid__text-2 reasons__grid__img-2" "reasons__grid__img-3 reasons__grid__text-3" "reasons__grid__text-4 reasons__grid__img-4" "reasons__grid__img-5 reasons__grid__text-5";gap:1rem;margin-bottom:2rem}.reasons__grid--text{margin-bottom:0}.reasons__grid--img-3{padding-inline:1rem}}.article__header{background:var(--bg-dark-color);color:var(--inverted-text-color);text-align:center}.article__scarcity-flex-text{display:flex;flex-direction:column;gap:1rem}.article__scarcity-flex-text>a{display:inline-block;flex-basis:30%;margin-inline:auto}.article__scarcity-flex-text-body{flex-basis:100%}.article__scarcity-flex-img{display:flex;flex-direction:column;flex:1;gap:1rem;justify-content:center;align-items:center}.article__scarcity-flex-img a:nth-of-type(1) img{filter:saturate(1.1)}.article__scarcity-flex-img a:nth-of-type(2) img{filter:saturate(1.1) brightness(1.1) contrast(1.1)}.article__anecdote{background-color:var(--bg-anecdote-color);box-shadow:0 0 5px var(--shadow-anecdote-color);border-radius:4px;padding-bottom:1rem}.article__header h2{font-size:var(--header-font-size);font-weight:var(--header-font-weight);text-align:center;text-transform:capitalize;margin-block:2rem;padding:15px}.article h3{font-size:var(--header-medium-font-size);font-weight:var(--header-medium-font-weight);text-align:left;text-transform:capitalize;margin-bottom:1rem;margin-top:3rem}.article h4,.options h4{margin:2.5rem 0 1rem 3rem}.article p{font-size:var(--body-font-size);font-weight:var(--body-font-weight);text-align:left;margin-bottom:1rem}.wistia__video{margin-block:2rem}.article__block-quote{margin-block:2rem;padding:14px 24px;background-color:var(--bg-neutral-color);color:var(--inverted-text-color);transition:var(--transition)}.article__block-quote:hover{background-color:var(--bg-neutral-hover-color)}.article__block-quote p{font-size:var(--header-font-size);font-weight:var(--body-font-weight);text-align:center;font-style:italic;margin:0}.article__flex{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.article__flex--img{margin-block:1rem}.article__flex--img img{height:auto}.article__flex--text p:first-of-type{margin-top:0}.article__flex--text p:last-of-type{margin-bottom:0}.article__refund{max-width:600px;margin:0 auto;margin-top:2rem}.article__refund img{height:auto}.article hr{margin-block:1rem}.article__img-flex img,.article__graph-flex img{height:auto}.article__graph-flex{display:flex;flex-direction:column;justify-content:center;align-items:center;column-gap:1rem}@media (min-width: 650px){.article__flex{flex-direction:row;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem}.article__flex--img{flex:1;margin-block:0}.article__flex--text{flex:1}.article__graph-flex{flex-direction:row}.article__scarcity-flex-text,.article__scarcity-flex-img{display:flex;flex-direction:row}}.options__header{background:var(--bg-dark-color);color:var(--inverted-text-color);text-align:center}.options h2{font-size:var(--header-font-size);font-weight:var(--header-font-weight);text-align:center;text-transform:capitalize;margin-bottom:2rem;padding:15px}.options h4{color:var(--neutral-text-color)}.options p{font-size:var(--body-font-size);font-weight:var(--body-font-weight);text-align:left;margin-bottom:1rem}.reviews h2{font-size:var(--header-font-size);font-weight:var(--header-font-weight);text-align:left;text-transform:capitalize;margin-bottom:2rem;text-align:center}.reviews__flex{display:flex;flex-direction:column;gap:3rem}.reviews__flex--card{display:flex;flex-direction:column;align-items:center;column-gap:2rem;row-gap:1rem}.reviews__flex--card--img img{max-width:200px;border-radius:50%}.reviews__flex--card--text img{display:flex;margin:0 auto}.reviews__flex--card--text p{font-size:var(--body-font-size);font-weight:var(--body-font-weight);text-align:left;margin-bottom:1rem;padding-inline:2rem}.reviews__flex--card--text p+p{text-align:center}.reviews small{display:flex;justify-content:center;font-size:var(--small-font-size);margin-block:2rem}@media (min-width: 650px){.reviews h2{text-align:left}.reviews__flex--card{flex-direction:row}.reviews__flex--card--text img{display:block;margin:0}.reviews__flex--card--text p{padding-inline:0}.reviews__flex--card--text p+p{text-align:left}.reviews__flex--card{row-gap:2rem}}footer{text-align:center}.footer_bottom{max-width:40ch;margin-inline:auto;padding-top:1rem}.footer_flex{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-block:1rem;row-gap:2rem;margin-inline:auto}.footer_content-left{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:1rem;max-width:30ch}.footer_content-right{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:4rem}.footer_content-right h3{font-size:1.05rem;font-weight:700;color:hsla(var(--color-text-primary),var(--text-alpha));text-align:left;padding-bottom:1.5rem;padding-inline:0}.footer_content-right p{font-size:var(--font-size-sm);color:hsla(var(--color-text-primary),var(--text-alpha));text-align:left;padding:0}.footer_content-right a{font-size:var(--font-size-sm);color:hsla(var(--color-text-secondary),var(--text-alpha));text-align:left}footer hr{margin-inline:auto}.footer_bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-inline:auto}.footer_bottom ul{display:flex;gap:1rem}.footer_contact-message{max-width:30ch}#contacts a{transition:all .2s}#contacts a:hover{color:hsla(var(--color-accent-dark),var(--accent-alpha))}.footer_terms-flex{display:flex;flex-direction:column}@media screen and (min-width: 798px){footer{text-align:left}.footer_flex{flex-direction:row;justify-content:space-between;align-items:start;column-gap:3rem;max-width:var(--max-width);padding-block:4rem}.footer_content-right{flex-direction:row;column-gap:4rem}.footer_content-right ul{max-width:30ch;display:flex;flex-direction:column;gap:1rem}.footer_content-right h3{font-size:1.15rem}.footer_content-right p,.footer_content-right a{font-size:var(--font-size-md)}.footer_bottom{flex-direction:row;justify-content:space-between;align-items:center;column-gap:3rem;max-width:var(--max-width);padding-block:2rem}}.desktop-only{display:none}@media (min-width: 650px){.desktop-only{display:block}}.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.cta-btn{display:block;background:var(--link-text-color);color:var(--inverted-text-color);text-align:center;text-transform:uppercase;padding:15px;border-radius:5px;text-decoration:none;font-size:var(--header-font-size);font-weight:var(--header-font-weight);max-width:750px;margin:3rem 1rem;box-shadow:0 4px 12px #00000080;transition:var(--transition)}.cta-btn:hover{background:var(--link-hover-text-color)}@media (min-width: 650px){.cta-btn{margin-inline:auto}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/lp-reason-vit-c-serum-vibes-v2.css.map */
