:root{--rf-pink: #FE4CA5;--rf-pink-2: #FF6EC7;--rf-grad: linear-gradient(135deg, #FE4CA5 0%, #FF6EC7 100%);--rf-pink-tint: #FFF5FB;--rf-pink-soft: #FFB6DC;--rf-ink: #020202;--rf-ink-2: #121212;--rf-dark-grad: linear-gradient(180deg, #0C0C0C 0%, #191919 100%);--rf-gray-1: #FAFAFA;--rf-gray-2: #F5F5F7;--rf-gray-3: #EDEDED;--rf-muted: #666666;--rf-muted-2: #999999;--rf-green: #00B67A;--rf-error: #B4231F;--rf-white: #FFFFFF;--rf-tint-grad: linear-gradient(180deg, #FFF5FB 0%, #FFFFFF 100%);--rf-chip-pink-bg: #FFF0F7;--rf-chip-pink-text: #FE4CA5;--rf-chip-green-bg: #E6F4ED;--rf-chip-green-text: #00875A;--rf-chip-pink-text-aa: #C4136F;--rf-font-display: var(--font-heading-family, "Montserrat", system-ui, sans-serif);--rf-font-body: var(--font-body-family, "Inter", system-ui, sans-serif);--rf-text-h1: clamp(32px, 2.5vw + 22px, 56px);--rf-text-h2: clamp(28px, 1.8vw + 20px, 42px);--rf-text-h3: clamp(24px, 1.2vw + 19px, 30px);--rf-text-body: 16px;--rf-text-sm: 14px;--rf-text-chip: 13px;--rf-ls-tight: -.9px;--rf-radius-card: 20px;--rf-radius-card-lg: 24px;--rf-radius-pill: 50px;--rf-shadow-cta: 0 4px 16px rgba(254, 76, 165, .4);--rf-shadow-card: 0 8px 32px rgba(2, 2, 2, .08);--rf-shadow-card-hover: 0 4px 12px rgba(254, 76, 165, .15);--rf-container-max: 1280px;--rf-gutter: clamp(20px, 4vw, 48px);--rf-section-pad: clamp(42px, 8vw, 110px);--rf-head-gap: clamp(20px, 3vw, 28px);--rf-ease-primary: var(--animation-primary, .5s cubic-bezier(.3, 1, .3, 1));--rf-ease-smooth: var(--animation-smooth, .7s cubic-bezier(.7, 0, .3, 1))}.rf-container{width:100%;max-width:var(--rf-container-max);margin-inline:auto;padding-inline:var(--rf-gutter)}.rf-h1,.rf-h2,.rf-h3{font-family:var(--rf-font-display);color:var(--rf-ink-2);line-height:1.2;margin:0}.rf-h1{font-size:var(--rf-text-h1);font-weight:900;letter-spacing:var(--rf-ls-tight)}.rf-h2{font-size:var(--rf-text-h2);font-weight:900;letter-spacing:var(--rf-ls-tight)}.rf-h3{font-size:var(--rf-text-h3);font-weight:800;letter-spacing:var(--rf-ls-tight)}.rf-eyebrow{display:inline-block;font-family:var(--rf-font-body);font-size:var(--rf-text-chip);font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--rf-pink);margin-bottom:12px}.rf-accent-word{background:var(--rf-grad);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;padding-inline:.04em .09em;margin-inline:-.04em -.09em;box-decoration-break:clone;-webkit-box-decoration-break:clone}.rf-body{font-family:var(--rf-font-body);font-size:var(--rf-text-body);color:var(--rf-ink);line-height:1.5}.rf-muted{color:var(--rf-muted)}.rf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--rf-radius-pill);padding:18px 32px;font-family:var(--rf-font-body);font-size:18px;font-weight:800;line-height:1;text-decoration:none;text-align:center;border:2px solid transparent;cursor:pointer;transition:transform var(--rf-ease-primary),box-shadow var(--rf-ease-primary),opacity var(--rf-ease-primary)}.rf-btn:hover{transform:translateY(-2px)}.rf-btn:active{transform:translateY(0)}.rf-btn--primary{background:var(--rf-grad);color:var(--rf-white);box-shadow:var(--rf-shadow-cta)}.rf-btn--primary:hover{box-shadow:0 6px 24px #fe4ca58c}.rf-btn--secondary{background:var(--rf-ink);color:var(--rf-white)}.rf-btn--outline{background:transparent;color:var(--rf-ink);border-color:var(--rf-ink)}.rf-btn--sm{padding:12px 22px;font-size:14px}.rf-chip{display:inline-flex;align-items:center;gap:6px;border-radius:var(--rf-radius-pill);padding:6px 14px;font-family:var(--rf-font-body);font-size:var(--rf-text-chip);font-weight:700;line-height:1.3}.rf-chip--pink{background:var(--rf-chip-pink-bg);color:var(--rf-chip-pink-text)}.rf-chip--green{background:var(--rf-chip-green-bg);color:var(--rf-chip-green-text)}.rf-chip--dark{background:var(--rf-ink);color:var(--rf-white)}.rf-chip--grad{background:var(--rf-grad);color:var(--rf-white)}.rf-card{border-radius:var(--rf-radius-card);background:var(--rf-gray-2);overflow:hidden}.rf-card--lg{border-radius:var(--rf-radius-card-lg)}.rf-card--tint{background:var(--rf-pink-tint)}.rf-card--dark{background:var(--rf-dark-grad);color:var(--rf-white)}.rf-card--white{background:var(--rf-white);box-shadow:var(--rf-shadow-card)}.rf-section{padding-block:var(--rf-section-pad)}.rf-section--tint{background:var(--rf-pink-tint)}.rf-section--tint-grad{background:var(--rf-tint-grad)}.rf-section--dark{background:var(--rf-dark-grad);color:var(--rf-white)}.rf-section--dark .rf-h1,.rf-section--dark .rf-h2,.rf-section--dark .rf-h3{color:var(--rf-white)}.rf-section--flush{padding-block:0}.rf-btn:focus-visible,.rf-chip a:focus-visible,a.rf-card:focus-visible{outline:3px solid var(--rf-pink);outline-offset:3px}.rf-visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){.rf-btn,.rf-btn:hover{transition:none;transform:none}[class^=rf-],[class*=" rf-"]{animation-duration:.01ms!important;transition-duration:.01ms!important}}:root{--rf-curve: 22px;--rf-header-curve: var(--rf-curve)}.rf-section--tint{background:var(--rf-tint-grad)}.rf-section--gray{background:linear-gradient(180deg,#fafafa,#fff)}.rf-section--dark{position:relative}.rf-section--dark:before{content:"";position:absolute;top:0;left:0;width:100%;height:140px;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.04) 40%,transparent 60%);pointer-events:none}.rf-section--dark>*{position:relative}.rf-glow{position:relative}.rf-glow:after{content:"";position:absolute;top:var(--rf-glow-y, 20%);left:var(--rf-glow-x, 50%);width:var(--rf-glow-size, 640px);height:var(--rf-glow-size, 640px);transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(254,76,165,var(--rf-glow-a, .08)),#fe4ca500 70%);filter:blur(32px);pointer-events:none;z-index:0}.rf-poster-num{font-family:var(--rf-font-display);font-weight:900;font-style:italic}.rf-btn--primary:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 28px #fe4ca58c}[data-rf-reveal]{transition:opacity var(--rf-ease-primary),transform var(--rf-ease-primary)}.rf-pre{opacity:0;transform:translateY(14px)}.rf-home-hero-section+.rf-home-trust-marquee-section{margin-top:calc(-1 * var(--rf-curve));position:relative;z-index:2}.rf-home-hero-section+.rf-home-trust-marquee-section .rf-section{border-top-left-radius:var(--rf-curve);border-top-right-radius:var(--rf-curve)}.rf-home-product-picks-section{position:relative;z-index:2}.rf-home-product-picks-section .rf-section{border-bottom-left-radius:var(--rf-curve);border-bottom-right-radius:var(--rf-curve);background:var(--rf-white)}.rf-home-product-picks-section+.rf-home-text-marquee-section{margin-top:calc(-1 * var(--rf-curve))}.rf-home-tiktok-proof-section+.rf-home-how-it-works-section{margin-top:calc(-1 * var(--rf-curve));position:relative;z-index:2}.rf-home-tiktok-proof-section+.rf-home-how-it-works-section .rf-section{border-top-left-radius:var(--rf-curve);border-top-right-radius:var(--rf-curve)}.rf-home-how-it-works-section{position:relative;z-index:2}.rf-home-how-it-works-section .rf-section{border-bottom-left-radius:var(--rf-curve);border-bottom-right-radius:var(--rf-curve)}.rf-home-how-it-works-section+.rf-home-comparison-teaser-section{margin-top:calc(-1 * var(--rf-curve))}.rf-home-comparison-teaser-section+.rf-home-before-after-section{margin-top:calc(-1 * var(--rf-curve));position:relative;z-index:2}.rf-home-comparison-teaser-section+.rf-home-before-after-section .rf-section{border-top-left-radius:var(--rf-curve);border-top-right-radius:var(--rf-curve);background:var(--rf-tint-grad)}.rf-home-creator-marquee-section{position:relative;z-index:2}.rf-home-creator-marquee-section .rf-section{border-bottom-left-radius:var(--rf-curve);border-bottom-right-radius:var(--rf-curve);background:var(--rf-white)}.rf-home-creator-marquee-section+.rf-home-stat-band-section{margin-top:calc(-1 * var(--rf-curve))}.rf-home-stat-band-section+.rf-home-reviews-section{margin-top:calc(-1 * var(--rf-curve));position:relative;z-index:2}.rf-home-stat-band-section+.rf-home-reviews-section .rf-section{border-top-left-radius:var(--rf-curve);border-top-right-radius:var(--rf-curve)}.rf-home-tiktok-proof-section .rf-section,.rf-home-comparison-teaser-section .rf-section{padding-bottom:calc(var(--rf-section-pad) + var(--rf-curve))}@media(prefers-reduced-motion:reduce){.rf-btn--primary:hover{transform:none}}.rf-home-text-marquee-section+.rf-home-tiktok-proof-section .rf-section--dark:before{display:none}.rf-home-text-marquee-section .rf-section--dark{background:#0c0c0c}.rf-pcard{display:flex;flex-direction:column;width:100%;background:var(--rf-white);overflow:visible;transition:transform var(--rf-ease-primary),box-shadow var(--rf-ease-primary)}.rf-pcard__media{display:block;position:relative;aspect-ratio:1 / 1;background:var(--rf-gray-2);border-radius:var(--rf-radius-card) var(--rf-radius-card) 0 0}.rf-pcard__img{display:block;width:100%;height:100%;object-fit:cover;border-radius:var(--rf-radius-card) var(--rf-radius-card) 0 0}.rf-pcard__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;object-fit:cover;padding:0;border-radius:var(--rf-radius-card) var(--rf-radius-card) 0 0;opacity:0;transition:opacity var(--rf-ease-primary);background:var(--rf-gray-2)}.rf-pcard__badge{position:absolute;top:12px;left:12px;z-index:3}.rf-pcard .badges{display:none!important}.rf-pbadge--sheen:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.04) 40%,transparent 60%);border-radius:inherit;pointer-events:none}.rf-pcard__body{display:flex;flex-direction:column;gap:6px;padding:14px;flex-grow:1}.rf-pcard__title{font-family:var(--rf-font-display);font-size:15px;font-weight:800;letter-spacing:-.2px;margin:0}.rf-pcard__title a{color:var(--rf-ink-2);text-decoration:none}.rf-pcard__title a:focus-visible{outline:3px solid var(--rf-pink);outline-offset:3px}.rf-pcard__rating{display:flex;align-items:center;gap:6px}.rf-pcard__rating-text{font-family:var(--rf-font-body);font-size:12px;font-weight:600;color:var(--rf-muted)}.rf-pcard__price{margin:0;font-family:var(--rf-font-body);font-weight:700;font-size:16px;color:var(--rf-ink);display:flex;align-items:baseline;gap:8px}.rf-pcard__price-was{color:var(--rf-muted-2);font-weight:500;font-size:14px}.rf-pcard__cta{margin-top:auto;width:100%;letter-spacing:.08em;font-size:13px}@media(hover:hover){.rf-pcard:hover{transform:translateY(-2px);box-shadow:var(--rf-shadow-card-hover)}.rf-pcard:hover .rf-pcard__img--hover{opacity:1}}@media(prefers-reduced-motion:reduce){.rf-pcard:hover{transform:none}}@media screen and (max-width:767px){.newsletter-form .input,.cart-drawer :is(.input,.select,.textarea,.quantity__input),body[class*=template-cart] :is(.input,.select,.textarea,.quantity__input){font-size:max(var(--text-sm, 14px),16px)}}.rf-footer__loc-select,.rf-sb__variant{font-size:16px!important}@media screen and (max-width:767.98px){:root{--rf-header-curve: 16px}}.header-section .section.header{--border-radius: var(--rf-header-curve)}.header-section .section.header.section--rounded{background-color:rgb(var(--color-background) / var(--header-background-opacity, 1))}.header-section.header-scrolled .section.header.section--rounded{border-start-start-radius:0;border-start-end-radius:0}@supports (rf-b60-squircle: enabled){@supports (corner-shape: squircle){.header-section .section.header.section--rounded,.js .header-section .section.header.section--rounded:before{corner-shape:squircle}}@supports (mask: linear-gradient(#000,#000) 0 0 / 4px 4px no-repeat,linear-gradient(#000,#000) 0 4px / 100% calc(100% - 4px) no-repeat) and (not (corner-shape: squircle)){.js .header-section .section.header.section--rounded:before{border-start-start-radius:0;border-start-end-radius:0;-webkit-mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cpath%20d='M0,100L0.01,87.21L0.03,81.91L0.06,77.85L0.11,74.43L0.17,71.41L0.24,68.69L0.33,66.19L0.43,63.87L0.54,61.69L0.67,59.64L0.81,57.69L0.97,55.83L1.13,54.05L1.31,52.35L1.51,50.71L1.72,49.13L1.94,47.6L2.18,46.12L2.43,44.69L2.69,43.3L2.97,41.96L3.26,40.65L3.56,39.38L3.88,38.14L4.21,36.93L4.56,35.76L4.92,34.61L5.3,33.5L5.69,32.41L6.09,31.34L6.51,30.3L6.94,29.29L7.39,28.3L7.85,27.33L8.32,26.39L8.82,25.46L9.32,24.56L9.84,23.68L10.38,22.82L10.93,21.98L11.5,21.15L12.08,20.35L12.68,19.57L13.29,18.8L13.92,18.05L14.57,17.32L15.23,16.61L15.91,15.91L16.61,15.23L17.32,14.57L18.05,13.92L18.8,13.29L19.57,12.68L20.35,12.08L21.15,11.5L21.98,10.93L22.82,10.38L23.68,9.84L24.56,9.32L25.46,8.82L26.39,8.32L27.33,7.85L28.3,7.39L29.29,6.94L30.3,6.51L31.34,6.09L32.41,5.69L33.5,5.3L34.61,4.92L35.76,4.56L36.93,4.21L38.14,3.88L39.38,3.56L40.65,3.26L41.96,2.97L43.3,2.69L44.69,2.43L46.12,2.18L47.6,1.94L49.13,1.72L50.71,1.51L52.35,1.31L54.05,1.13L55.83,0.97L57.69,0.81L59.64,0.67L61.69,0.54L63.87,0.43L66.19,0.33L68.69,0.24L71.41,0.17L74.43,0.11L77.85,0.06L81.91,0.03L87.21,0.01L100,0L100,100Z'/%3E%3C/svg%3E") left top / var(--rf-header-curve) var(--rf-header-curve) no-repeat,url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cpath%20d='M100,100L99.99,87.21L99.97,81.91L99.94,77.85L99.89,74.43L99.83,71.41L99.76,68.69L99.67,66.19L99.57,63.87L99.46,61.69L99.33,59.64L99.19,57.69L99.03,55.83L98.87,54.05L98.69,52.35L98.49,50.71L98.28,49.13L98.06,47.6L97.82,46.12L97.57,44.69L97.31,43.3L97.03,41.96L96.74,40.65L96.44,39.38L96.12,38.14L95.79,36.93L95.44,35.76L95.08,34.61L94.7,33.5L94.31,32.41L93.91,31.34L93.49,30.3L93.06,29.29L92.61,28.3L92.15,27.33L91.68,26.39L91.18,25.46L90.68,24.56L90.16,23.68L89.62,22.82L89.07,21.98L88.5,21.15L87.92,20.35L87.32,19.57L86.71,18.8L86.08,18.05L85.43,17.32L84.77,16.61L84.09,15.91L83.39,15.23L82.68,14.57L81.95,13.92L81.2,13.29L80.43,12.68L79.65,12.08L78.85,11.5L78.02,10.93L77.18,10.38L76.32,9.84L75.44,9.32L74.54,8.82L73.61,8.32L72.67,7.85L71.7,7.39L70.71,6.94L69.7,6.51L68.66,6.09L67.59,5.69L66.5,5.3L65.39,4.92L64.24,4.56L63.07,4.21L61.86,3.88L60.62,3.56L59.35,3.26L58.04,2.97L56.7,2.69L55.31,2.43L53.88,2.18L52.4,1.94L50.87,1.72L49.29,1.51L47.65,1.31L45.95,1.13L44.17,0.97L42.31,0.81L40.36,0.67L38.31,0.54L36.13,0.43L33.81,0.33L31.31,0.24L28.59,0.17L25.57,0.11L22.15,0.06L18.09,0.03L12.79,0.01L0,0L0,100Z'/%3E%3C/svg%3E") right top / var(--rf-header-curve) var(--rf-header-curve) no-repeat,linear-gradient(#000,#000) calc(var(--rf-header-curve) - 1px) 0 / calc(100% - 2 * var(--rf-header-curve) + 2px) calc(var(--rf-header-curve) + 1px) no-repeat,linear-gradient(#000,#000) 0 calc(var(--rf-header-curve) - 1px) / 100% calc(100% - var(--rf-header-curve) + 1px) no-repeat;mask:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cpath%20d='M0,100L0.01,87.21L0.03,81.91L0.06,77.85L0.11,74.43L0.17,71.41L0.24,68.69L0.33,66.19L0.43,63.87L0.54,61.69L0.67,59.64L0.81,57.69L0.97,55.83L1.13,54.05L1.31,52.35L1.51,50.71L1.72,49.13L1.94,47.6L2.18,46.12L2.43,44.69L2.69,43.3L2.97,41.96L3.26,40.65L3.56,39.38L3.88,38.14L4.21,36.93L4.56,35.76L4.92,34.61L5.3,33.5L5.69,32.41L6.09,31.34L6.51,30.3L6.94,29.29L7.39,28.3L7.85,27.33L8.32,26.39L8.82,25.46L9.32,24.56L9.84,23.68L10.38,22.82L10.93,21.98L11.5,21.15L12.08,20.35L12.68,19.57L13.29,18.8L13.92,18.05L14.57,17.32L15.23,16.61L15.91,15.91L16.61,15.23L17.32,14.57L18.05,13.92L18.8,13.29L19.57,12.68L20.35,12.08L21.15,11.5L21.98,10.93L22.82,10.38L23.68,9.84L24.56,9.32L25.46,8.82L26.39,8.32L27.33,7.85L28.3,7.39L29.29,6.94L30.3,6.51L31.34,6.09L32.41,5.69L33.5,5.3L34.61,4.92L35.76,4.56L36.93,4.21L38.14,3.88L39.38,3.56L40.65,3.26L41.96,2.97L43.3,2.69L44.69,2.43L46.12,2.18L47.6,1.94L49.13,1.72L50.71,1.51L52.35,1.31L54.05,1.13L55.83,0.97L57.69,0.81L59.64,0.67L61.69,0.54L63.87,0.43L66.19,0.33L68.69,0.24L71.41,0.17L74.43,0.11L77.85,0.06L81.91,0.03L87.21,0.01L100,0L100,100Z'/%3E%3C/svg%3E") left top / var(--rf-header-curve) var(--rf-header-curve) no-repeat,url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%20100'%3E%3Cpath%20d='M100,100L99.99,87.21L99.97,81.91L99.94,77.85L99.89,74.43L99.83,71.41L99.76,68.69L99.67,66.19L99.57,63.87L99.46,61.69L99.33,59.64L99.19,57.69L99.03,55.83L98.87,54.05L98.69,52.35L98.49,50.71L98.28,49.13L98.06,47.6L97.82,46.12L97.57,44.69L97.31,43.3L97.03,41.96L96.74,40.65L96.44,39.38L96.12,38.14L95.79,36.93L95.44,35.76L95.08,34.61L94.7,33.5L94.31,32.41L93.91,31.34L93.49,30.3L93.06,29.29L92.61,28.3L92.15,27.33L91.68,26.39L91.18,25.46L90.68,24.56L90.16,23.68L89.62,22.82L89.07,21.98L88.5,21.15L87.92,20.35L87.32,19.57L86.71,18.8L86.08,18.05L85.43,17.32L84.77,16.61L84.09,15.91L83.39,15.23L82.68,14.57L81.95,13.92L81.2,13.29L80.43,12.68L79.65,12.08L78.85,11.5L78.02,10.93L77.18,10.38L76.32,9.84L75.44,9.32L74.54,8.82L73.61,8.32L72.67,7.85L71.7,7.39L70.71,6.94L69.7,6.51L68.66,6.09L67.59,5.69L66.5,5.3L65.39,4.92L64.24,4.56L63.07,4.21L61.86,3.88L60.62,3.56L59.35,3.26L58.04,2.97L56.7,2.69L55.31,2.43L53.88,2.18L52.4,1.94L50.87,1.72L49.29,1.51L47.65,1.31L45.95,1.13L44.17,0.97L42.31,0.81L40.36,0.67L38.31,0.54L36.13,0.43L33.81,0.33L31.31,0.24L28.59,0.17L25.57,0.11L22.15,0.06L18.09,0.03L12.79,0.01L0,0L0,100Z'/%3E%3C/svg%3E") right top / var(--rf-header-curve) var(--rf-header-curve) no-repeat,linear-gradient(#000,#000) calc(var(--rf-header-curve) - 1px) 0 / calc(100% - 2 * var(--rf-header-curve) + 2px) calc(var(--rf-header-curve) + 1px) no-repeat,linear-gradient(#000,#000) 0 calc(var(--rf-header-curve) - 1px) / 100% calc(100% - var(--rf-header-curve) + 1px) no-repeat}.js .header-section.header-scrolled .section.header.section--rounded:before{-webkit-mask:none;mask:none}}}
/*# sourceMappingURL=/cdn/shop/t/60/assets/rf-tokens.css.map */
