.product-section{padding:32px}.product-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:start}.product-gallery{position:sticky;top:24px}.product-gallery>.gallery-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px}.product-gallery>.gallery-grid>.gallery-item{grid-column:auto!important;aspect-ratio:5 / 3!important;border-radius:16px;overflow:hidden;background:var(--ui-surface, #f1f1f4);cursor:pointer}.product-gallery>.gallery-grid>.gallery-item.large{grid-column:1 / -1!important;aspect-ratio:5 / 3!important}.product-gallery .gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.product-gallery .gallery-item:hover img{transform:scale(1.04)}.product-info{display:flex;flex-direction:column;gap:20px}.product-header{display:flex;flex-direction:row;align-items:baseline;gap:10px;flex-wrap:wrap}.product-header .badge{white-space:nowrap;flex-shrink:0}.product-info .product-title{font-size:clamp(28px,3.5vw,44px);font-weight:500;line-height:1.15;letter-spacing:-.02em}.product-description{font-size:15px;line-height:1.6;color:#666674}.price-old{font-size:15px;color:#666674;text-decoration:line-through}.price-current{font-size:20px;font-weight:600}.cta-group{display:flex;flex-direction:column;gap:10px}.btn-buy{width:100%;padding:16px 24px;font-family:inherit;font-size:15px;font-weight:500;border-radius:999px;cursor:pointer;transition:opacity .25s ease;background:#000;color:#fff;border:none}.btn-buy:hover{opacity:.7}.benefits-list{list-style:none;display:flex;flex-direction:column;gap:12px;padding-bottom:4px}.benefits-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5}.benefits-list li:before{content:"";flex-shrink:0;width:18px;height:18px;margin-top:1px;border-radius:50%;background:#fbe7f0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23c13c78' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / 10px}.ingredients{border-top:1px solid #e6e6ec;border-bottom:1px solid #e6e6ec}.ingredients+.ingredients{border-top:none}.ingredients-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;font-family:inherit;font-size:14px;font-weight:500;color:#1f1f27;cursor:pointer;padding:16px 0}.ingredients-toggle:after{content:"+";font-size:20px;font-weight:300;color:#666674;transition:transform .2s ease}.ingredients-toggle[aria-expanded=true]:after{transform:rotate(45deg)}.ingredients-content{font-size:14px;color:#666674;line-height:1.6;padding-bottom:16px}.upsell-box{border-radius:20px;background:#fff;display:flex;flex-direction:row;align-items:flex-start;gap:16px;padding:16px;box-shadow:0 1px 3px #1f1f2712;position:relative}.upsell-img{flex-shrink:0;width:100px;aspect-ratio:1 / 1;object-fit:cover;display:block;border-radius:12px}.upsell-info{flex:1;padding:8px 0;display:flex;flex-direction:column;gap:6px}.upsell-info strong{font-size:14px;font-weight:600;color:#1f1f27}.upsell-info p{font-size:13px;color:#666674;line-height:1.4}.product-pricing{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.upsell-add{position:absolute;bottom:16px;right:16px;width:36px;height:36px;background:#000;color:#fff;font-size:22px;line-height:1;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.upsell-add:hover{opacity:.7}.product-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#000000d9;align-items:center;justify-content:center;padding:24px}.product-lightbox.is-open{display:flex}.product-lightbox img{max-width:90vw;max-height:85vh;border-radius:12px;object-fit:contain;box-shadow:0 24px 80px #0006}.product-lightbox-close{position:fixed;top:20px;right:24px;background:none;border:none;color:#fff;font-size:32px;line-height:1;cursor:pointer;opacity:.7;transition:opacity .2s ease}.product-lightbox-close:hover{opacity:1}@media(max-width:768px){.product-section{padding:0 20px}.product-container{grid-template-columns:1fr;gap:32px}.product-gallery{position:static;order:1}.product-info{order:2}}*{margin:0;padding:0;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-weight:400}:root{--ui-white: #fafafb;--ui-surface: #f1f1f4;--ui-surface-2: #e6e6ec;--ui-text: #1f1f27;--ui-muted: #666674;--ui-pink: #e85d9c;--ui-pink-strong: #c13c78;--ui-pink-soft: #fbe7f0;--text-dark: #1f1f27;--text-light: #ffffff;--space-section-x-desktop: 32px;--space-section-y-desktop: 32px;--space-section-x-mobile: 20px;--space-section-y-mobile: 24px;--space-block-desktop: 32px;--space-block-mobile: 20px;--space-group-desktop: 24px;--space-group-mobile: 16px}body{font-family:Inter,sans-serif;color:var(--ui-text);font-weight:400;background:var(--ui-white)}.page-wrap{width:100%;padding:0}.hero{width:100%;display:flex;justify-content:center;background:#f2f2f2}.hero-inner{width:100%;border-radius:20px;overflow:hidden;background-color:#f2f2f2;background-image:url(https://cdn.shopify.com/s/files/1/0673/0950/2681/files/Droplets-desktop_webp.png?v=1776178545);background-repeat:no-repeat;background-position:center;background-size:cover;min-height:560px;display:flex;align-items:center}.hero-text{max-width:520px}.hero-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.hero-meta .product-title{font-size:14px;font-weight:400;line-height:1.2}.hero-meta .badge{margin-bottom:0}.badge{display:inline-block;font-size:12px;padding:4px 10px;border-radius:999px;border:1px solid var(--ui-text);color:var(--ui-text);background:transparent;margin-bottom:4px}.subtitle{display:block;font-size:14px;margin-bottom:12px;color:var(--ui-muted)}.hero-text h1{font-size:48px;line-height:1.1;margin-bottom:16px;font-weight:400}.hero-text p{font-size:16px;line-height:1.5}.cta{display:flex;gap:12px;margin-top:20px}.btn-primary{display:inline-flex;align-items:center;gap:0;padding:16px 24px;background:#000;color:#fff;text-decoration:none;border-radius:999px;transition:all .25s ease}.btn-primary:after{content:"\2192";width:0;opacity:0;overflow:hidden;transform:translate(-6px);transition:width .25s ease,opacity .25s ease,transform .25s ease,margin-left .25s ease}.btn-primary:hover:after{width:1em;opacity:1;margin-left:8px;transform:translate(0)}.btn-primary .arrow{display:none}.btn-link{text-decoration:none;display:inline-flex;align-items:center;gap:6px;color:var(--ui-text);padding:0 0 6px;border:none;background:transparent;position:relative}.btn-link:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--ui-text);opacity:.6}.btn-link:after{content:"\2192";font-size:14px;transition:transform .25s ease}.btn-link:hover{opacity:.7}.btn-link:hover:after{transform:translate(4px)}.products{padding:32px;background:#f9f9fa}.products-header{width:100%;margin-bottom:40px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px}.products-header-content{display:flex;flex-direction:row;align-items:baseline;gap:16px;flex-wrap:nowrap;flex:0 0 auto;min-width:0}.products-header-cta{flex:0 0 auto;min-width:fit-content}.products-header-content h2{font-size:36px;word-break:break-word;font-weight:400}.products-header-content p{font-size:16px;color:var(--ui-muted);max-width:none;margin:0;white-space:nowrap;word-break:break-word}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-item{display:flex;flex-direction:column;gap:10px}.product-card{position:relative;padding:22px 18px 18px;border-radius:20px;background:#fff;transition:min-height .28s ease,box-shadow .28s ease,border-color .28s ease,padding .28s ease,margin-top .28s ease;overflow:hidden;min-height:420px}.product-card.active{border-color:#e85d9c59;box-shadow:none}@media(min-width:769px){.product-card:hover,.product-card.active{min-height:470px;margin-top:-25px;padding-bottom:22px;box-shadow:none}}.product-tag{font-size:12px;font-weight:500;padding:5px 10px;background:#111;color:#fff;border-radius:999px;letter-spacing:.01em;white-space:nowrap}.product-tag--soft{background:#f2f2f4;color:var(--ui-text)}.product-tags{position:absolute;top:14px;left:14px;right:auto;display:flex;justify-content:flex-start;flex-wrap:wrap;gap:6px;z-index:2}.product-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;height:100%;justify-content:flex-start;padding-top:56px}.product-content .badge{margin-bottom:0}.product-price-old{font-size:13px;color:var(--ui-muted);text-decoration:line-through}.product-price-current{font-size:28px;font-weight:600;line-height:1.2;margin-top:-4px}.product-installment{font-size:13px;line-height:1.35;color:var(--ui-text);margin-top:-2px}.product-benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.product-benefit{font-size:11px;line-height:1;padding:6px 10px;border-radius:999px;border:1px solid rgba(31,31,39,.2);color:var(--ui-text);background:#fff}.product-name{font-weight:400;margin-bottom:12px}.product-media img,.product-media video{width:100%;aspect-ratio:1 / 1;object-fit:contain;border-radius:12px;margin-bottom:8px;background:#fff;transition:transform .35s ease}.product-media{width:100%;margin-bottom:auto}@media(min-width:769px){.product-card:hover .product-media img,.product-card.active .product-media img{transform:scale(1.2)}}.product-bonus-outside{width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:0}.product-bonus-thumb{width:56px;aspect-ratio:1 / 1;border-radius:12px;background:#fff;border:1px solid rgba(31,31,39,.12);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.product-bonus-thumb img{width:100%;height:100%;object-fit:contain}.product-bonus-copy{display:flex;flex-direction:column;gap:4px}.product-bonus-title{font-size:12px;line-height:1.3;font-weight:600;color:var(--ui-text)}.product-bonus-text{font-size:11px;line-height:1.35;color:var(--ui-muted)}.product-bonus{width:100%;display:flex;align-items:center;gap:10px;text-align:left;padding:8px 10px;border-radius:10px;border:1px solid rgba(31,31,39,.12);background:#f7f7f9}.product-bonus img{width:42px;height:auto;object-fit:contain;flex-shrink:0}.product-bonus p{font-size:11px;line-height:1.35;color:var(--ui-text)}.product-card .btn-primary{width:100%;justify-content:center;margin-top:auto}.product-desc{font-size:12px;line-height:1.4;color:var(--ui-muted);margin-top:auto}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.products-header-content{flex-direction:column;align-items:flex-start;width:100%}.products-header-content p{max-width:100%}.product-title{font-size:22px}.product-price-current{font-size:20px}.product-price-old{font-size:12px}.product-installment{font-size:11px}.product-benefit{font-size:10px;padding:5px 8px}.products-header-content h2{width:100%}.products-header-cta{display:none}.hero{padding:12px}.hero-inner{width:100%;aspect-ratio:9 / 16;background:url(https://cdn.shopify.com/s/files/1/0673/0950/2681/files/Droplets-mobilebp.png?v=1776178545) no-repeat center/cover;align-items:flex-end}.hero-text{max-width:100%}.cta{flex-wrap:nowrap}.cta a{flex:0 0 auto;width:auto;text-align:center}.product-card{padding:44px 14px 14px;min-height:340px}.product-desc{font-size:11px}.product-bonus-thumb{width:44px}.product-bonus-title{font-size:11px}.product-bonus-text{font-size:10px}.pdrn-eyebrow{order:1}.pdrn-title{order:2}.pdrn-media{order:3}.pdrn-callouts{order:4}.pdrn-metric{order:5}.pdrn-note{order:6}}.pdrn-section{padding:32px;background-position:center;background-size:100%;background-color:#f2f2f2}.pdrn-container{max-width:1200px;margin:0 auto;border-radius:20px;overflow:hidden;isolation:isolate;padding:40px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:transparent;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative}.pdrn-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(to right,#f9f9f96e,#fff 50%);z-index:0;pointer-events:none}.pdrn-container>*{position:relative;z-index:1}.pdrn-left{display:flex;flex-direction:column;gap:30px;color:var(--ui-text);height:80%;text-align:left;align-items:flex-start}.pdrn-eyebrow{font-size:12px;text-transform:uppercase;opacity:.7}.pdrn-title{font-size:36px;line-height:1.1}.pdrn-metric{display:flex;align-items:center;justify-content:space-between;padding:32px;border-radius:12px;border:1px solid rgba(31,31,39,.2);max-width:360px;margin:0;gap:30px}.pdrn-pill{font-size:12px;border:1px solid var(--ui-text);border-radius:999px;padding:2px 8px;margin-right:8px}.pdrn-metric-text{font-size:14px}.pdrn-metric-value{display:inline-flex;align-items:center;gap:10px;font-size:28px;font-weight:300}.pdrn-metric-arrow{display:inline-flex;align-items:center;justify-content:center;width:36px;aspect-ratio:1 / 1;height:auto;flex-shrink:0;border-radius:50%;background:#fff;color:var(--ui-pink-strong);font-size:18px;font-weight:700;line-height:1}.pdrn-metric-number{line-height:1}.pdrn-note{font-size:12px;opacity:.6}.pdrn-media{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.pdrn-media video{mix-blend-mode:normal;display:block;width:100%;max-height:450px;max-width:380px;object-fit:contain;transform:scale(1.03);transform-origin:center;pointer-events:none;opacity:.95}.pdrn-callouts{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.pdrn-callout{position:absolute;max-width:200px;font-size:12px;color:var(--ui-text)}.pdrn-callout h4{font-size:11px;text-transform:uppercase;margin-bottom:4px}.pdrn-callout-line{width:60px;height:1px;border-top:1px solid rgba(31,31,39,.3);margin:8px 0;opacity:.6}.pdrn-callout.left{top:20%;left:0}.pdrn-callout.right{bottom:20%;right:0}@media(max-width:768px){.pdrn-container{display:flex;flex-direction:column;padding:24px;gap:24px}.pdrn-container:before{background:linear-gradient(to bottom,#f9f9f96e,#fff 50%)}.pdrn-left{height:auto;justify-content:flex-start;gap:16px;text-align:left}.pdrn-title{font-size:24px}.pdrn-media video{max-width:220px;max-height:300px;margin:0 auto}.pdrn-media{max-height:300px}.pdrn-callouts{position:static;display:flex;flex-direction:column;gap:16px;margin-top:16px}.pdrn-callout{position:static;max-width:100%}.pdrn-metric{width:100%;justify-content:space-between;padding:16px}}.feature-video-hud{position:relative;margin-top:32px}.feature-video{width:100%;border-radius:16px;object-fit:cover}.feature-hud{position:absolute;bottom:16px;right:16px;max-width:260px;padding:16px;background:#00000080;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;color:#fff}.hud-tag{font-size:10px;opacity:.6;margin-bottom:6px;letter-spacing:1px}.hud-text{font-size:12px;line-height:1.4}.highlight{padding:32px;background:transparent}.highlight-container{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.highlight-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.highlight-content .btn-primary,.highlight-content .btn-link{display:inline-flex;align-items:center;align-self:flex-start;width:auto}.highlight-badge{display:inline-flex;align-items:center;align-self:flex-start;padding:8px 14px;border-radius:999px;background:var(--ui-pink-soft);color:var(--ui-pink-strong);font-size:12px;font-weight:600;line-height:1;letter-spacing:.02em;white-space:nowrap}.highlight-title{font-size:32px;line-height:1.2;max-width:80%}.highlight-description{font-size:16px;line-height:1.5;color:var(--ui-muted);max-width:80%}.highlight-gallery{width:100%}.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.gallery-item{grid-column:span 2;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden}.gallery-item.large{grid-column:1 / -1;aspect-ratio:16 / 9}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.05)}@media(max-width:768px){.highlight{padding:32px}.highlight-container{grid-template-columns:1fr;gap:24px}.highlight-content{height:auto;justify-content:flex-start;gap:24px}.highlight-title{font-size:24px}.gallery-grid{gap:8px}}.spotlight-grid{width:min(100%,1200px);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:32px 0}.spotlight-grid>*{max-width:none;margin:0}.spotlight-item{position:relative;width:100%;aspect-ratio:1 / 1;padding:32px;border-radius:16px;overflow:hidden}.spotlight-item--menu{background:var(--ui-surface);color:var(--ui-text);display:flex;align-items:stretch}.spotlight-menu__inner{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center}.spotlight-menu__eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--ui-muted);margin-bottom:0}.spotlight-menu__triggers{width:min(100%,460px)}.spotlight-trigger{width:100%;position:relative;border:0;border-top:0;background:transparent;color:var(--ui-text);text-align:center;padding:18px 0;font-size:clamp(22px,3vw,34px);line-height:1.1;letter-spacing:-.02em;opacity:.35;cursor:pointer;transition:opacity .3s ease}.spotlight-trigger:after{content:"";position:absolute;left:50%;bottom:8px;width:88px;height:2px;background:currentColor;opacity:0;transform:translate(-50%) scaleX(0);transform-origin:left center}.spotlight-trigger[aria-current=true]{opacity:1}.spotlight-trigger[aria-current=true]:after{opacity:1;animation:spotlightTriggerBar .35s ease forwards}.spotlight-trigger:focus-visible{outline:2px solid var(--ui-pink);outline-offset:4px}.spotlight-menu__note{max-width:460px;font-size:14px;line-height:1.45;color:var(--ui-muted);margin:0}@keyframes spotlightTriggerBar{0%{transform:translate(-50%) scaleX(0)}to{transform:translate(-50%) scaleX(1)}}.spotlight-item--stage{padding:0;position:relative}.spotlight-panel{position:absolute;top:0;right:0;bottom:0;left:0;padding:32px;color:#fff;display:flex;align-items:flex-end;justify-content:flex-start;opacity:0;pointer-events:none;transition:opacity .38s ease;overflow:hidden;z-index:1}.spotlight-panel--rosto{background:url(https://cdn.shopify.com/s/files/1/0673/0950/2681/files/Foto-PDRN8.png?v=1776178555) no-repeat center/cover}.spotlight-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.spotlight-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#00000094,#0000002e 45%,#0000);z-index:1}.spotlight-panel.is-active{opacity:1;pointer-events:auto}.spotlight-item__body{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:70%}.spotlight-item__body--split{width:100%;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:20px}.spotlight-item__content{max-width:300px}.spotlight-item__label{position:absolute;top:20px;left:20px;font-size:12px;letter-spacing:2px;opacity:.7}.spotlight-item__heading{font-size:24px;margin-bottom:12px;color:#fff}.spotlight-item__body .btn-primary,.spotlight-item__body .btn-link{justify-content:flex-start}.spotlight-item__body .btn-primary{background:#fff;color:#000}.spotlight-item__media{width:140px;margin-bottom:20px}@media(max-width:768px){.spotlight-grid{grid-template-columns:1fr}.spotlight-item,.spotlight-panel{padding:12px}.spotlight-trigger{font-size:24px}.spotlight-item__heading{font-size:20px}.spotlight-item__body--split{flex-direction:column;align-items:flex-start;gap:12px}.spotlight-item__video{width:120px}}.timeline{color:var(--ui-text);padding:60px 0}.timeline-header{margin-bottom:56px;text-align:left}.timeline-header h2{font-family:Inter,sans-serif;font-size:32px;font-weight:350;letter-spacing:-.64px;line-height:110%;margin-bottom:12px}.timeline-header p{font-family:Inter,sans-serif;font-size:16px;font-weight:350;line-height:140%;opacity:.7}.timeline-header a{margin-top:12px;display:inline-block;color:var(--ui-pink-strong);text-decoration:none;font-size:14px}.timeline-layout{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.timeline-left{position:relative;width:100%;max-width:420px;justify-self:center}.timeline-step{position:relative;text-align:left;padding-left:48px;margin-bottom:32px}.timeline-step:before{content:"";position:absolute;left:6px;top:8px;width:9px;height:9px;border-radius:50%;border:1px solid var(--ui-pink);background:var(--ui-pink)}.timeline-step:after{content:"";position:absolute;left:10px;top:17px;bottom:-56px;width:1px;background:#1f1f2740}.timeline-step:last-child{margin-bottom:0}.timeline-step:last-child:after{display:none}.timeline-time{display:inline-flex;align-items:center;font-size:14px;letter-spacing:1px;font-weight:500;background:var(--ui-pink-soft);color:var(--ui-pink-strong);padding:8px 12px;border-radius:25px;margin:0 10px 0 0;vertical-align:middle}.timeline-step h3{display:inline;font-family:Inter,sans-serif;font-size:18px;font-weight:400;margin-bottom:0;vertical-align:middle}.timeline-step ul{display:block;padding-left:16px;margin-top:10px}.timeline-step li{font-family:Inter,sans-serif;font-size:14px;line-height:1.5;opacity:.7;margin-bottom:4px}.timeline-right{display:flex;align-items:flex-start;width:100%;max-width:640px;justify-self:center}.timeline-media-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.timeline-media-grid video{grid-column:1 / -1;width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:16px}.timeline-media-grid img{width:100%;aspect-ratio:1 / 1;height:auto;object-fit:cover;border-radius:16px;display:block}.timeline-media-grid .timeline-media-hero{grid-column:1 / -1;aspect-ratio:16 / 9}@media(max-width:768px){.timeline{padding:32px}.timeline-layout{grid-template-columns:1fr;gap:40px}.timeline-left{max-width:none;justify-self:stretch}.timeline-step{padding-left:24px;margin-bottom:40px}.timeline-step:before{display:block;left:10px}.timeline-step:after{display:block;left:14px;bottom:-40px}}.comparison{padding:32px;position:relative;--comparison-text-primary: #ffffff;--comparison-text-muted: rgb(255, 255, 255);--comparison-text-subtle: rgba(255, 255, 255, .72);--comparison-overlay: rgba(232, 93, 156, .34);--comparison-table-overlay: rgba(255, 255, 255, .2);--comparison-table-border: rgba(255, 255, 255, .44);--comparison-col-b: rgba(255, 255, 255, .24);--comparison-dot: #ffffff}.comparison:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://cdn.shopify.com/s/files/1/0673/0950/2681/files/Rename-bubbles.png?v=1);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:0;pointer-events:none}.comparison:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--comparison-overlay);z-index:1;pointer-events:none}.comparison-wrapper{display:flex;gap:60px;position:relative;z-index:2}.comparison-left{flex:.7}.comparison-right{flex:1.5}.comparison-title{font-family:Inter,sans-serif;font-size:48px;font-weight:350;letter-spacing:-1px;line-height:110%;color:var(--comparison-text-primary)}.comparison-table{width:100%;border-collapse:separate;border-spacing:0;background:#bd507d28;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid var(--comparison-table-border);border-radius:20px;padding:20px 40px;color:var(--comparison-text-primary)}.comparison-table thead th{font-size:14px;font-weight:400;color:var(--comparison-text-muted);padding:22px 0;text-align:center}.comparison-table thead th:first-child{text-align:left}.comparison-table th:nth-child(2),.comparison-table td:nth-child(2){background:var(--comparison-col-b);text-align:center;width:120px}.comparison-table thead th:nth-child(2){border-top-left-radius:16px;border-top-right-radius:16px}.comparison-table tbody tr:last-child td:nth-child(2){border-bottom-left-radius:16px;border-bottom-right-radius:16px}.comparison-table td{padding:22px 0;vertical-align:middle}.comparison-table td:first-child{padding-right:24px}.comparison-table td:last-child{padding-left:24px}.comparison-table th:first-child{padding-right:24px}.comparison-table th:last-child{padding-left:24px;text-align:center}.comparison-feature{font-size:16px;color:var(--comparison-text-primary)}.comparison-dot{width:12px;height:12px;background:#fff;border:1px solid rgba(255,255,255,.65);border-radius:50%;margin:0 auto;display:block;box-shadow:0 0 0 2px #ffffff2e}.comparison-cell--highlight .comparison-dot{display:inline-block;background:#fff;border:1px solid rgba(255,255,255,.85);box-shadow:0 0 0 2px #00000014}.comparison-table td:last-child{text-align:center;font-size:14px;color:var(--comparison-text-subtle)}@media(max-width:768px){.comparison-wrapper{flex-direction:column;gap:24px}.comparison-left{width:80%}.comparison-right{width:100%}.comparison-title{font-size:32px;text-align:left}.comparison:before{background-position:center;background-size:cover}.comparison-table{padding:20px}.comparison-table td,.comparison-table th{padding:14px 0}.comparison-table td:first-child,.comparison-table th:first-child{padding-right:16px}.comparison-table td:last-child,.comparison-table th:last-child{padding-left:16px}}.faq{padding:32px;background:var(--ui-white);color:var(--ui-text)}.faq-container{display:grid;grid-template-columns:1fr 1.5fr;gap:60px}.faq-title{font-family:Inter,sans-serif;font-size:48px;font-weight:350;letter-spacing:-1px;line-height:110%}.faq-list{border-top:1px solid rgba(31,31,39,.15)}.faq-item{border-bottom:1px solid rgba(31,31,39,.15)}.faq-question{width:100%;background:none;border:none;color:var(--ui-text);text-align:left;padding:24px 0;font-size:18px;font-weight:400;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-question:after{content:"+";font-size:20px;transition:transform .3s ease}.faq-item.active .faq-question:after{content:"\2212"}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,opacity .25s ease;opacity:0;font-size:14px;line-height:1.5;color:var(--ui-muted);padding-right:40px}.faq-item.active .faq-answer{max-height:300px;opacity:1;padding-bottom:20px}.faq-question:hover{opacity:.7}@media(max-width:768px){.faq-container{grid-template-columns:1fr;gap:32px}.faq-title{font-size:32px}.faq-question{font-size:16px;padding:20px 0}}.strains-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px}.strains-title{font-size:32px;line-height:1.2;max-width:600px}.strains-link{text-decoration:none;color:var(--ui-text);position:relative;padding-bottom:6px}.strains-link:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--ui-text);opacity:.6}.strains-link:after{content:"\2192";margin-left:6px;transition:transform .25s ease}.strains-link:hover:after{transform:translate(4px)}.strains-content{display:grid;grid-template-columns:1fr 1fr;gap:40px}.strains-media img{width:100%;max-width:300px;max-height:300px;height:auto;object-fit:contain;border-radius:16px}.strains-options{display:flex;flex-direction:column;gap:16px}.strain-card{border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:16px;cursor:pointer}.strain-card-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.strain-card-header:after{content:"+";font-size:18px;transition:transform .3s ease}.strain-card.active .strain-card-header:after{content:"\2212"}.strain-card-header strong{font-size:16px}.strain-card-header span{font-size:12px;color:var(--ui-muted)}.strain-card-body{max-height:0;overflow:hidden;opacity:0;transition:max-height .35s ease,opacity .25s ease}.strain-card.active .strain-card-body{max-height:400px;opacity:1;margin-top:12px}.strain-card-body p{font-size:14px;margin-bottom:6px}.strains-features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}.feature-item{display:flex;align-items:center;gap:8px;font-size:14px;flex-wrap:nowrap;line-height:1.3}.feature-item span{white-space:nowrap}.feature-item img{width:24px}.strains-disclaimer{margin-top:40px;font-size:12px;color:var(--ui-muted)}@media(max-width:768px){.strains-header{flex-direction:column;align-items:flex-start;gap:16px}.strains-content{grid-template-columns:1fr;gap:24px}.strains-features{grid-template-columns:repeat(2,1fr)}.strains-title{font-size:24px}}.container{width:100%;max-width:1200px;margin:0 auto}section{width:100%;padding:0;background:var(--section-white);color:var(--text-dark)}.section-light{background:var(--section-light);color:var(--text-dark)}.section-dark{background:var(--section-dark);color:var(--text-light)}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4,.section-dark p,.section-dark span{color:var(--text-light)}section>*{max-width:1200px;margin-left:auto;margin-right:auto}.strains-section{padding:32px;background:var(--ui-surface)}.ds-section{width:100%;background:#f9f9fa}.ds-container{max-width:1200px;margin:0 auto}.ds-title{font-size:36px;margin-bottom:32px}.ds-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ds-card{display:grid;grid-template-columns:1.1fr 1fr;border-radius:28px;padding:20px;background:linear-gradient(135deg,#f4f4f4,#e7e7e7);color:#000;min-height:420px;overflow:hidden;gap:24px;align-items:stretch}.ds-media{width:100%;height:100%}.ds-media img{width:100%;height:100%;object-fit:cover;border-radius:20px}.ds-content{padding:32px 8px;display:flex;flex-direction:column;justify-content:space-between;background:transparent;border-radius:20px}.ds-content h3{font-size:24px;line-height:1.2;font-weight:600;letter-spacing:-.3px}.ds-sub{font-size:15px;opacity:.75;margin-top:10px;line-height:1.5}.ds-list{display:flex;flex-direction:column;gap:18px;margin-top:28px}.ds-item{display:flex;gap:14px;align-items:center;border-radius:12px;transition:all .2s ease}.ds-item:hover{background:#0000000a}.ds-list>.ds-item{flex:1}.ds-item>div{display:flex;flex-direction:column;justify-content:center;height:100%}.ds-item img{width:42px;aspect-ratio:1 / 1;height:auto;object-fit:contain;flex-shrink:0;display:block}.ds-item strong{display:block;font-size:14px}.ds-item span{font-size:12px;opacity:.7}.bundle-section{width:100%}.bundle-header{max-width:1200px;margin:0 auto 24px;display:flex;flex-direction:column;gap:8px}.bundle-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 2fr;column-gap:0;row-gap:16px}.bundle-fixed,.bundle-preview{border-radius:0;overflow:hidden;background:#f3f3f3}.bundle-fixed img,.bundle-preview img{width:100%;height:auto;min-height:0;object-fit:contain;display:block}.bundle-options{border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:0;background:var(--section-light);margin-left:16px}.bundle-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--ui-muted)}.bundle-title{font-size:clamp(24px,3vw,34px);line-height:1.15;max-width:24ch;margin:0}.bundle-protocol-copy{display:flex;flex-direction:column;gap:8px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(31,31,39,.12)}.bundle-option-list{display:flex;flex-direction:column;margin-top:22px;padding-top:18px}.bundle-option{border:0;border-top:1px solid rgba(31,31,39,.14);background:transparent;text-align:left;padding:16px 0;font-size:clamp(18px,2vw,28px);line-height:1.15;letter-spacing:-.02em;opacity:.45;color:var(--ui-text);cursor:pointer;transition:opacity .25s ease}.bundle-option.is-active{opacity:1}.bundle-option:focus-visible{outline:2px solid var(--ui-pink);outline-offset:4px}.bundle-preview{display:grid;grid-template-rows:1fr}.bundle-preview-media{position:relative;overflow:hidden;border-radius:0;min-height:0}.bundle-preview-image{width:100%;min-height:0;transform:translateY(0);opacity:1;transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .3s ease;will-change:transform,opacity}.bundle-preview-image--incoming{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateY(12%);opacity:0}.bundle-preview-image.is-out{transform:translateY(-12%);opacity:0}.bundle-preview-image--incoming.is-in{transform:translateY(0);opacity:1}.bundle-preview-copy{padding:16px;border-top:1px solid rgba(31,31,39,.08);background:#fff}.bundle-preview-title{font-size:22px;line-height:1.2;margin-bottom:6px}.bundle-active-desc{font-size:14px;line-height:1.45;color:var(--ui-muted);max-width:42ch;margin:0}.bundle-active-link{margin-top:10px;align-self:flex-start}.products-header-content h2,.pdrn-title,.highlight-title,.timeline-header h2,.comparison-title,.faq-title,.strains-title,.ds-title{font-family:Inter,sans-serif;font-size:36px;line-height:1.15;font-weight:400;letter-spacing:-.02em}@media(max-width:768px){.bundle-header{margin-bottom:16px}.bundle-grid{grid-template-columns:1fr 1fr;column-gap:0;row-gap:20px}.bundle-fixed img,.bundle-preview img{min-height:0;aspect-ratio:auto}.bundle-options{grid-column:1 / -1;padding:20px;margin-left:0}.bundle-title{font-size:28px;line-height:1.2}.bundle-option{font-size:16px;padding:12px 14px}.bundle-preview{grid-template-rows:1fr}.bundle-preview-media{border-radius:0;min-height:0}.bundle-preview-copy{display:none}.ds-grid,.ds-card{grid-template-columns:1fr}.ds-media{height:260px}.products-header-content h2,.pdrn-title,.highlight-title,.timeline-header h2,.comparison-title,.faq-title,.strains-title,.ds-title{font-size:28px;line-height:1.2}}.hero,.highlight,.pdrn-section,.timeline,.comparison,.products,.strains-section,.ds-section,.faq,.bundle-section{padding:var(--space-section-y-desktop) var(--space-section-x-desktop)}.spotlight-grid{padding-top:var(--space-section-y-desktop);padding-bottom:var(--space-section-y-desktop)}.highlight-container,.pdrn-container,.timeline-layout,.comparison-wrapper,.faq-container,.strains-content{gap:var(--space-block-desktop)}.products-header,.timeline-header,.strains-header,.bundle-options{gap:var(--space-group-desktop)}.products-header,.timeline-header{margin-bottom:var(--space-block-desktop)}@media(max-width:768px){.hero,.highlight,.pdrn-section,.timeline,.comparison,.products,.strains-section,.ds-section,.faq,.bundle-section{padding:var(--space-section-y-mobile) var(--space-section-x-mobile)}.spotlight-grid{padding-top:var(--space-section-y-mobile);padding-bottom:var(--space-section-y-mobile)}.highlight-container,.pdrn-container,.timeline-layout,.comparison-wrapper,.faq-container,.strains-content{gap:var(--space-block-mobile)}.products-header,.timeline-header,.strains-header,.bundle-options{gap:var(--space-group-mobile)}.products-header,.timeline-header{margin-bottom:var(--space-block-mobile)}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/lp-pdrn.css.map */
