.tlr-pdpm{--tlr-pdp-gap-xs: 8px;--tlr-pdp-gap-sm: 12px;--tlr-pdp-gap-md: 16px;--tlr-pdp-gap-lg: 24px;--tlr-pdp-gap-xl: 32px;--tlr-pdp-gap-2xl: 48px;--tlr-pdp-divider: 1px solid rgba(11,11,11,.1);--tlr-pdpm-bg: var(--tlr-paper, #fafaf7);--tlr-pdpm-on-bg: var(--tlr-ink, #0b0b0b);--tlr-pdpm-accent: var(--tlr-lime, #d8ff5a);background:var(--tlr-pdpm-bg);color:var(--tlr-pdpm-on-bg)}.tlr-pdpm__topbar{display:none!important}.tlr-pdpm__topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--tlr-pdp-gap-md);flex-wrap:wrap}.tlr-pdpm__breadcrumb{display:flex;align-items:center;gap:6px;color:var(--tlr-pdpm-on-bg);flex-wrap:wrap}.tlr-pdpm__breadcrumb a,.tlr-pdpm__breadcrumb span,.tlr-pdpm__breadcrumb [aria-current]{color:var(--tlr-pdpm-on-bg)!important;text-decoration:none;transition:opacity var(--tlr-dur-base)}.tlr-pdpm__breadcrumb a:hover{opacity:.8}.tlr-pdpm__viewers{display:flex;align-items:center;gap:6px;color:var(--tlr-pdpm-on-bg);font-size:.6875rem}.tlr-pdpm__viewers-dot{width:6px;height:6px;border-radius:999px;background:var(--tlr-green-bright);box-shadow:0 0 0 0 currentColor;animation:tlr-pdpm-dot-pulse 3s ease-out infinite}@keyframes tlr-pdpm-dot-pulse{0%{box-shadow:0 0 #2bd47a59}70%{box-shadow:0 0 0 6px #2bd47a00}to{box-shadow:0 0 #2bd47a00}}.tlr-pdpm__viewers,.tlr-pdpm__viewers span,.tlr-pdpm__viewers strong{color:var(--tlr-pdpm-on-bg)!important}.tlr-pdpm__viewers strong{font-weight:700}.tlr-pdpm__layout{display:grid;gap:var(--tlr-pdp-gap-xl);padding-block:var(--tlr-pdp-gap-2xl)!important}@media(min-width:1024px){.tlr-pdpm__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;padding-block:56px!important}}@media(min-width:1280px){.tlr-pdpm__layout{gap:80px}}.tlr-pdpm__craft.tlr-pdpm__craft--desktop{display:none}.tlr-pdpm__craft.tlr-pdpm__craft--mobile{display:flex}@media(min-width:1024px){.tlr-pdpm__craft.tlr-pdpm__craft--desktop{display:flex}.tlr-pdpm__craft.tlr-pdpm__craft--mobile{display:none}}.tlr-pdpm__gallery{display:grid;gap:var(--tlr-pdp-gap-sm);align-self:start}.tlr-pdpm__gallery-frame{position:relative;aspect-ratio:1;background:transparent;border-radius:0;overflow-x:clip;overflow-y:visible;isolation:isolate}.tlr-pdpm__gallery-stage{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;overflow:hidden}@supports (clip-path: inset(-90px 0px)){.tlr-pdpm__gallery-stage{overflow:visible;clip-path:inset(-90px 0px)}swiper-container.tlr-pdpm__gallery-stage::part(container){overflow:visible}}.tlr-pdpm__slide{flex:0 0 100%;height:100%;display:grid;place-items:center}.tlr-pdpm__main-img{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain;display:block;margin:auto;filter:drop-shadow(0 30px 60px rgba(0,0,0,.18))}@media(max-width:768px){.tlr-pdpm__gallery-stage{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.tlr-pdpm__main-img{max-width:95%!important;max-height:95%!important;width:auto!important;height:auto!important;object-fit:contain!important;object-position:center!important}}.tlr-pdpm__stamp{position:absolute;top:clamp(8px,2vw,16px);left:clamp(8px,2vw,16px);width:clamp(80px,22vw,130px);height:clamp(80px,22vw,130px);border-radius:999px;z-index:2;background:conic-gradient(from 0deg,#ffd6f1 0%,var(--tlr-lime, #d8ff5a) 18%,#b8eaff 36%,#ffe8a3 54%,#d4ffd0 72%,#ffd6f1 100%);box-shadow:0 12px 32px #0b0b0b2e,inset 0 1px #fff9,inset 0 -1px #0b0b0b14;display:grid;place-items:center;isolation:isolate;animation:tlr-stamp-hue 7s linear infinite}.tlr-pdpm__stamp:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:inherit;background:radial-gradient(ellipse at 30% 20%,rgba(255,255,255,.55) 0%,transparent 55%),radial-gradient(ellipse at 70% 80%,rgba(255,255,255,.25) 0%,transparent 55%);pointer-events:none;z-index:1}.tlr-pdpm__stamp-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2;animation:tlr-stamp-spin 16s linear infinite}.tlr-pdpm__stamp-svg text{text-transform:uppercase}.tlr-pdpm__stamp-core{position:relative;z-index:3;width:70px;height:70px;border-radius:999px;background:var(--tlr-ink, #0b0b0b);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;box-shadow:0 4px 12px #00000040}.tlr-pdpm__stamp-pct{font-family:Bebas Neue,Anton,Druk Wide,system-ui,sans-serif;font-weight:700;font-size:1.5rem;line-height:1;letter-spacing:-.02em}.tlr-pdpm__stamp-tag{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--tlr-lime, #d8ff5a)}@keyframes tlr-stamp-spin{to{transform:rotate(360deg)}}@keyframes tlr-stamp-hue{0%,to{filter:hue-rotate(0deg)}50%{filter:hue-rotate(20deg)}}@media(max-width:768px){.tlr-pdpm__stamp{width:96px;height:96px;top:clamp(8px,3vw,14px);left:clamp(8px,3vw,14px)}.tlr-pdpm__stamp-core{width:48px;height:48px}.tlr-pdpm__stamp-pct{font-size:1rem}.tlr-pdpm__stamp-tag{font-size:.4375rem;letter-spacing:.1em}.tlr-pdpm__stamp-svg text{font-size:9px!important;letter-spacing:1.8px!important}}.tlr-pdpm__card{transform-origin:center}.tlr-pdpm__card:active:not(.is-out){animation:tlr-card-pop .32s cubic-bezier(.34,1.56,.64,1)}@keyframes tlr-card-pop{0%{transform:scale(1)}40%{transform:scale(.96)}to{transform:scale(1)}}.tlr-pdpm__card-badge{animation:tlr-badge-pop .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes tlr-badge-pop{0%{opacity:0;transform:scale(.4) translateY(-50%)}to{opacity:1;transform:scale(1) translateY(0)}}.tlr-pdpm__card-badge--popular{animation-name:tlr-badge-pop-center}@keyframes tlr-badge-pop-center{0%{opacity:0;transform:translate(-50%) scale(.4)}to{opacity:1;transform:translate(-50%) scale(1)}}.tlr-pdpm__stock-fill{position:relative;overflow:hidden}.tlr-pdpm__stock-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.5) 50%,transparent 100%);animation:tlr-shimmer 2.4s ease-in-out infinite}@keyframes tlr-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.tlr-pdpm__atc:not(:disabled){animation:tlr-atc-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes tlr-atc-pulse{0%,to{box-shadow:0 0 #d8ff5a00}50%{box-shadow:0 0 0 8px #d8ff5a38}}.tlr-pdpm__atc:hover{animation:none;box-shadow:0 0 0 6px #d8ff5a4d;transform:translateY(-1px) scale(1.01)}.tlr-pdpm__atc:active{transform:scale(.97);transition:transform .1s}.tlr-pdpm__sub-opt-tag{animation:tlr-tag-wiggle 4s ease-in-out infinite}@keyframes tlr-tag-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}.tlr-pdpm__sub-freq-pill.is-active{animation:tlr-freq-bounce .32s cubic-bezier(.34,1.56,.64,1)}@keyframes tlr-freq-bounce{0%{transform:scale(.92)}60%{transform:scale(1.06)}to{transform:scale(1)}}.tlr-pdpm__dual-btn[data-tlr-wish] .tlr-pdpm__dual-icon{transition:transform var(--tlr-dur-base) var(--tlr-ease)}.tlr-pdpm__dual-btn[data-tlr-wish]:hover .tlr-pdpm__dual-icon{transform:scale(1.05)}.tlr-pdpm__dual-btn[data-tlr-wish].is-active{color:var(--tlr-red, #ff2d2d);border-color:var(--tlr-red, #ff2d2d)}.tlr-pdpm__dual-btn[data-tlr-wish].is-popped .tlr-pdpm__dual-icon{animation:tlr-heart-pop .42s cubic-bezier(.34,1.56,.64,1)}@keyframes tlr-heart-pop{0%{transform:scale(1)}30%{transform:scale(.7)}60%{transform:scale(1.3)}to{transform:scale(1)}}.tlr-pdpm__promo{transition:border-color var(--tlr-dur-base) var(--tlr-ease),background var(--tlr-dur-base) var(--tlr-ease)}.tlr-pdpm__promo:hover{border-color:var(--tlr-lime, #d8ff5a);background:linear-gradient(90deg,#d8ff5a29,#d8ff5a0a)}.tlr-pdpm__promo-icon{animation:tlr-promo-spin 6s linear infinite}@keyframes tlr-promo-spin{to{transform:rotate(360deg)}}.tlr-pdpm__title{animation:tlr-title-rise .7s cubic-bezier(.22,.61,.36,1) both;animation-delay:.12s}@keyframes tlr-title-rise{0%{opacity:0;transform:translateY(20px);letter-spacing:.04em}to{opacity:1;transform:translateY(0);letter-spacing:-.01em}}.tlr-pdpm__price-discount{animation:tlr-discount-slide .5s cubic-bezier(.34,1.56,.64,1) both;animation-delay:.35s}@keyframes tlr-discount-slide{0%{opacity:0;transform:translate(-8px) scale(.85)}to{opacity:1;transform:translate(0) scale(1)}}@media(prefers-reduced-motion:reduce){.tlr-pdpm__atc,.tlr-pdpm__sub-opt-tag,.tlr-pdpm__promo-icon,.tlr-pdpm__viewers-dot,.tlr-pdpm__stock-fill:after{animation:none!important}}.tlr-pdpm__atc-text--desktop{display:inline}.tlr-pdpm__atc-text--mobile{display:none}@media(max-width:768px){.tlr-pdpm__atc-text--desktop{display:none}.tlr-pdpm__atc-text--mobile{display:inline}}.tlr-pdpm__drop-countdown{position:absolute;top:16px;right:16px;z-index:2;background:#0b0b0beb;color:var(--tlr-lime);padding:8px 12px;border-radius:999px;font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;display:flex;gap:6px;align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.tlr-pdpm__drop-countdown strong{background:#d8ff5a26;color:var(--tlr-lime);padding:2px 6px;border-radius:4px;font-weight:700;font-variant-numeric:tabular-nums}.tlr-pdpm__dots{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:0;padding:0}.tlr-pdpm__dot{inline-size:44px;block-size:44px;border:0;padding:0;background:none;cursor:pointer;display:grid;place-items:center}.tlr-pdpm__dot:before{content:"";inline-size:8px;block-size:8px;border-radius:999px;background:#0b0b0b40;transition:inline-size var(--tlr-dur-base, .2s) var(--tlr-ease, ease),background var(--tlr-dur-base, .2s) var(--tlr-ease, ease)}.tlr-pdpm__dot:hover:before{background:#0b0b0b8c}.tlr-pdpm__dot.is-active:before{inline-size:32px;background:var(--tlr-pdpm-on-bg, #0b0b0b)}.tlr-pdpm__craft{margin-top:16px;padding:24px;background:var(--craft-bg, var(--tlr-ink, #0b0b0b));color:var(--craft-text, #fff);border-radius:var(--tlr-radius-lg, 20px);display:flex;flex-direction:column;gap:24px;position:relative;overflow:hidden}.tlr-pdpm__craft:before{content:"";position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(216,255,90,.18) 0%,transparent 60%);pointer-events:none}.tlr-pdpm__craft-head{display:grid;gap:8px;position:relative;z-index:1}.tlr-pdpm__craft-eye{font-size:.6875rem;text-transform:uppercase;letter-spacing:.16em;color:var(--craft-eye, var(--tlr-lime));font-weight:700}.tlr-pdpm__craft-title{font-family:Bebas Neue,Anton,Druk Wide,system-ui,sans-serif;font-style:normal;font-weight:700;font-size:clamp(1.5rem,2.5vw,1.875rem);line-height:1;letter-spacing:-.01em;margin:0;color:var(--craft-text, #fff)}.tlr-pdpm__craft-title em{color:var(--craft-accent, var(--tlr-lime))}.tlr-pdpm__craft-steps{list-style:none;padding:0;margin:0;display:grid;gap:4px;position:relative;z-index:1}.tlr-pdpm__craft-steps li{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;align-items:start;padding:12px 0;position:relative}.tlr-pdpm__craft-steps li+li{border-top:1px solid rgba(255,255,255,.08)}.tlr-pdpm__craft-num{width:36px;height:36px;border-radius:999px;background:#ffffff0f;color:var(--craft-accent, var(--tlr-lime));display:grid;place-items:center;font-weight:800;font-size:.8125rem;font-variant-numeric:tabular-nums;border:1px solid color-mix(in srgb,var(--craft-accent, var(--tlr-lime)) 20%,transparent)}.tlr-pdpm__craft-body{display:flex;flex-direction:column;gap:2px}.tlr-pdpm__craft-body strong{font-weight:700;font-size:.9375rem;line-height:1.3}.tlr-pdpm__craft-body small{font-size:.6875rem;color:#ffffff8c;line-height:1.4}.tlr-pdpm__craft-sig{margin:0;padding:16px;background:#d8ff5a0f;border:1px solid rgba(216,255,90,.12);border-radius:12px;position:relative;z-index:1}.tlr-pdpm__craft-sig blockquote{margin:0 0 8px;font-family:Bebas Neue,Anton,Druk Wide,system-ui,sans-serif;font-style:normal;font-weight:400;font-size:.9375rem;line-height:1.45;color:#ffffffeb}.tlr-pdpm__craft-sig figcaption{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap}.tlr-pdpm__craft-sig-name{font-weight:700;font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;color:var(--craft-accent, var(--tlr-lime))}.tlr-pdpm__craft-sig-handle{font-size:.625rem;color:#fff6;text-transform:uppercase;letter-spacing:.08em}@media(max-width:1024px){.tlr-pdpm__craft{margin-top:24px;padding:20px}}.tlr-pdpm__ugc-video{margin-top:16px;display:none}@media(min-width:1024px){.tlr-pdpm__ugc-video{display:block}.tlr-pdpm__gallery{display:flex!important;flex-direction:column;align-self:stretch}}.tlr-pdpm__ugc-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media(max-width:480px){.tlr-pdpm__ugc-row{grid-template-columns:repeat(2,1fr);gap:8px}.tlr-pdpm__ugc-row>:nth-child(n+5){display:none}}.tlr-pdpm__ugc-frame{position:relative;aspect-ratio:9 / 16;border-radius:16px;overflow:hidden;background:var(--tlr-ink, #0b0b0b);box-shadow:0 8px 24px #0000002e;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.tlr-pdpm__ugc-frame:hover{transform:translateY(-1.5px);box-shadow:0 14px 32px #00000047}.tlr-pdpm__ugc-handle-mini{position:absolute;bottom:8px;left:8px;right:8px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:4px 8px;border-radius:999px;font-size:.625rem;font-weight:700;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:2}.tlr-pdpm__ugc-media{width:100%;height:100%;object-fit:cover;display:block}.tlr-pdpm__ugc-placeholder{width:100%;height:100%;display:grid;place-items:center;gap:14px;background:linear-gradient(135deg,#1a1a1a 0%,var(--tlr-ink, #0b0b0b) 100%);color:#fff6;text-align:center;padding:20px}.tlr-pdpm__ugc-emoji{font-size:4rem;opacity:.4}.tlr-pdpm__ugc-tagline{font-family:Bebas Neue,Anton,system-ui,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.06em;text-transform:uppercase}.tlr-pdpm__ugc-overlay{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;gap:8px;z-index:2}.tlr-pdpm__ugc-tag{background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:700}.tlr-pdpm__ugc-open{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer}.tlr-pdpm__ugc-mute{position:absolute;top:8px;right:8px;z-index:4;width:36px;height:36px;padding:0;border-radius:999px;border:0;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;display:inline-grid;place-items:center;transition:background .2s ease,transform .2s ease}.tlr-pdpm__ugc-mute:hover,.tlr-pdpm__ugc-mute.is-unmuted{background:var(--tlr-lime, #d8ff5a);color:var(--tlr-ink, #0b0b0b)}.tlr-pdpm__ugc-mute:hover{transform:scale(1.04)}.tlr-pdpm__ugc-mute svg{width:16px;height:16px}.tlr-pdpm__ugc-mute.is-unmuted line{display:none}@media(prefers-reduced-motion:reduce){.tlr-pdpm__ugc-mute{transition:none}.tlr-pdpm__ugc-mute:hover{transform:none}}.tlr-pdpm__ugc-bottom{position:absolute;bottom:0;left:0;right:0;padding:28px 14px 14px;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);color:#fff;display:flex;flex-direction:column;gap:4px;z-index:1}.tlr-pdpm__ugc-bottom strong{font-weight:800;font-size:.875rem}.tlr-pdpm__ugc-bottom span{font-size:.8125rem;color:#ffffffd9;line-height:1.3}.tlr-pdpm__buybox{display:flex;flex-direction:column;gap:var(--tlr-pdp-gap-md);align-self:start;background:#fff;border-radius:24px;padding:28px;box-shadow:0 1px #ffffff80 inset,0 30px 60px #0000001a,0 4px 16px #0000000a;color:var(--tlr-ink);animation:tlr-pdp-rise .6s cubic-bezier(.22,.61,.36,1) both}.tlr-pdpm__buybox>*{animation:tlr-pdp-fade-in .55s cubic-bezier(.22,.61,.36,1) both}.tlr-pdpm__buybox>:nth-child(1){animation-delay:.05s}.tlr-pdpm__buybox>:nth-child(2){animation-delay:.1s}.tlr-pdpm__buybox>:nth-child(3){animation-delay:.15s}.tlr-pdpm__buybox>:nth-child(4){animation-delay:.2s}.tlr-pdpm__buybox>:nth-child(5){animation-delay:.25s}.tlr-pdpm__buybox>:nth-child(6){animation-delay:.3s}.tlr-pdpm__buybox>:nth-child(7){animation-delay:.35s}.tlr-pdpm__buybox>:nth-child(8){animation-delay:.4s}.tlr-pdpm__buybox>:nth-child(9){animation-delay:.45s}.tlr-pdpm__buybox>form>*{animation:tlr-pdp-fade-in .5s cubic-bezier(.22,.61,.36,1) both;animation-delay:.18s}@keyframes tlr-pdp-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes tlr-pdp-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.tlr-pdpm__buybox,.tlr-pdpm__buybox>*,.tlr-pdpm__buybox>form>*{animation:none!important}}@media(max-width:1024px){.tlr-pdpm__buybox{padding:22px;border-radius:20px}}.tlr-pdpm__chips{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:4px}.tlr-pdpm__chip{display:inline-flex;align-items:center;padding:5px 11px;border-radius:999px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.2;background:#f0ece3;color:#5a4f3f}.tlr-pdpm__chip--eyebrow{background:#fde8d4;color:#a85e1f}.tlr-pdpm__chip--genetic{background:#ece8f5;color:#6a5cb3}.tlr-pdpm__chip--molecule{background:#dff5ea;color:#2f7a52}.tlr-pdpm__chip--rating{background:transparent;color:var(--tlr-ink);border:1px solid var(--tlr-color-line)}.tlr-pdpm__chip--lime{background:#dff5ea;color:#2f7a52}.tlr-pdpm__chip--ghost{background:transparent;color:var(--tlr-ink);border:1px solid var(--tlr-color-line)}.tlr-pdpm__brand{font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;color:var(--tlr-color-muted);font-weight:600;margin-bottom:-8px}.tlr-pdpm__title,.tlr-pdpm h1.tlr-pdpm__title,[data-template=product] .tlr-pdpm__title{font-family:Bebas Neue,Anton,Druk Wide,Bebas Neue Pro,Oswald,system-ui,sans-serif!important;font-style:normal!important;font-weight:700!important;font-size:clamp(3rem,7vw,5.5rem)!important;line-height:.92!important;letter-spacing:0!important;text-transform:uppercase!important;margin:0;color:var(--tlr-color-fg)}.tlr-pdpm__buybox>.tlr-pdpm__title{margin-block:-4px 0}.tlr-pdpm__buybox>.tlr-pdpm__meta-row{margin-block:-6px 0}.tlr-pdpm__buybox>.tlr-pdpm__intro-wrap{margin-block:-4px 0}.tlr-pdpm__price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-top:var(--tlr-pdp-gap-xs)}.tlr-pdpm__price{font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:clamp(1.625rem,3vw,2rem);color:var(--tlr-ink);font-variant-numeric:tabular-nums;line-height:1}.tlr-pdpm__price-compare{color:var(--tlr-color-muted);font-size:1.125rem;text-decoration:line-through}.tlr-pdpm__price-discount{background:var(--tlr-red);color:#fff;font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:999px;letter-spacing:.02em}.tlr-pdpm__alma{font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--tlr-color-muted);margin-top:-4px}.tlr-pdpm__alma strong{color:var(--tlr-color-fg);font-weight:700}.tlr-pdpm__variant-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:var(--tlr-pdp-gap-md);margin-bottom:8px}.tlr-pdpm__label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.tlr-pdpm__hint{font-size:.625rem;text-transform:uppercase;letter-spacing:.06em;color:var(--tlr-color-muted)}.tlr-pdpm__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 10px;row-gap:26px;border:0;padding:14px 0;margin:0;width:100%;box-sizing:border-box;overflow:visible}@media(max-width:480px){.tlr-pdpm__grid{grid-template-columns:repeat(2,1fr)}}.tlr-pdpm__card{position:relative;background:#fff;border:1.5px solid var(--tlr-color-line);border-radius:18px;padding:22px 16px 20px;cursor:pointer;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:140px;min-width:0;box-sizing:border-box;overflow:visible;container-type:inline-size;container-name:pdpm-card;transition:border-color var(--tlr-dur-base),background var(--tlr-dur-base),transform var(--tlr-dur-base)}.tlr-pdpm__grid{align-items:stretch}.tlr-pdpm__card-meta{display:flex;align-items:baseline;justify-content:center;gap:8px;width:100%;flex-wrap:wrap;margin-top:2px}.tlr-pdpm__card-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;width:100%;min-width:0;flex-wrap:wrap}.tlr-pdpm__card-pricing{display:flex;align-items:baseline;justify-content:space-between;gap:8px;width:100%;min-width:0}.tlr-pdpm__card:hover{border-color:var(--tlr-ink);transform:translateY(-1px)}.tlr-pdpm__card.is-active{border-color:var(--tlr-orange, #ff6a13);background:#ffe8d9}.tlr-pdpm__card.is-active .tlr-pdpm__card-price{color:var(--tlr-orange, #ff6a13)}.tlr-pdpm__card.is-out{opacity:.4;cursor:not-allowed}.tlr-pdpm__card input{position:absolute;opacity:0;pointer-events:none}.tlr-pdpm__grid--single{grid-template-columns:minmax(160px,240px);justify-content:start}.tlr-pdpm__card--static{cursor:default}.tlr-pdpm__card--static:hover{border-color:var(--tlr-orange, #ff6a13);transform:none}.tlr-pdpm__card-size{font-family:Bebas Neue,Inter,system-ui,sans-serif;font-weight:700;font-size:clamp(1.5rem,2.8vw,2.25rem);line-height:1;letter-spacing:.02em;text-transform:uppercase;color:var(--tlr-color-fg, #0b0b0b);white-space:normal;overflow-wrap:anywhere;text-wrap:balance;max-width:100%;display:block}@container pdpm-card (max-width: 200px){.tlr-pdpm__card-size{font-size:1.25rem;line-height:1.05}.tlr-pdpm__card-price{font-size:1rem}.tlr-pdpm__card-pergram,.tlr-pdpm__card-compare{font-size:.6875rem}}@container pdpm-card (min-width: 201px) and (max-width: 280px){.tlr-pdpm__card-size{font-size:1.625rem}}@container pdpm-card (min-width: 281px){.tlr-pdpm__card-size{font-size:2rem}}.tlr-pdpm__card.is-active .tlr-pdpm__card-size{color:var(--tlr-orange, #ff6a13)}.tlr-pdpm__card-price{font-family:Bebas Neue,Inter,system-ui,sans-serif;font-weight:700;font-size:clamp(1.125rem,2vw,1.375rem);font-variant-numeric:tabular-nums;color:var(--tlr-ink, #0b0b0b);line-height:1;letter-spacing:-.01em;white-space:nowrap;display:block;margin-top:4px}.tlr-pdpm__card-meta{margin-top:4px}.tlr-pdpm__card-pergram,.tlr-pdpm__card-compare{font-size:.8125rem;color:#0b0b0bb3;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.tlr-pdpm__card-compare{text-decoration:line-through;color:#0b0b0b80}.tlr-pdpm__card-out{font-size:.625rem;color:var(--tlr-red);font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-top:2px}.tlr-pdpm__card-badge{position:absolute;font-size:.75rem;font-weight:800;padding:6px 14px;border-radius:999px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;line-height:1;z-index:2;box-shadow:0 3px 10px #00000026;pointer-events:none;box-sizing:border-box;display:inline-block;width:auto;max-width:none;background-clip:padding-box}.tlr-pdpm__card-badge--discount{top:-12px;bottom:auto;left:50%!important;right:auto!important;transform:translate(-50%)!important}.tlr-pdpm__card-badge--popular,.tlr-pdpm__card-badge--pro{bottom:-12px;top:auto;left:50%!important;right:auto!important;transform:translate(-50%)!important}.tlr-pdpm__card:has(.tlr-pdpm__card-badge--popular) .tlr-pdpm__card-badge--discount,.tlr-pdpm__card:has(.tlr-pdpm__card-badge--pro) .tlr-pdpm__card-badge--discount{top:-12px;bottom:auto;left:50%!important;right:auto!important;transform:translate(-50%)!important}@media(max-width:768px){.tlr-pdpm__card-badge{font-size:.6875rem;padding:4px 9px;letter-spacing:.04em}}.tlr-pdpm__card-badge--discount{background:var(--tlr-red);color:#fff;left:50%;transform:translate(-50%);max-width:none}.tlr-pdpm__card-badge--popular{background:var(--tlr-lime);color:var(--tlr-ink);left:50%;transform:translate(-50%);max-width:none}.tlr-pdpm__card-badge--pro{background:var(--tlr-ink);color:var(--tlr-lime);left:50%;transform:translate(-50%);max-width:none}.tlr-pdpm__card:has(.tlr-pdpm__card-badge--discount) .tlr-pdpm__card-badge--popular,.tlr-pdpm__card:has(.tlr-pdpm__card-badge--discount) .tlr-pdpm__card-badge--pro{left:6px;right:auto;transform:none;max-width:none}.tlr-pdpm__card:has(.tlr-pdpm__card-badge--popular) .tlr-pdpm__card-badge--discount,.tlr-pdpm__card:has(.tlr-pdpm__card-badge--pro) .tlr-pdpm__card-badge--discount{left:auto;right:6px;transform:none;max-width:calc(50% - 8px)}.tlr-pdpm__sub{margin-top:12px;display:grid;gap:0}.tlr-pdpm__sub-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tlr-pdpm__sub-opt{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:14px 16px;border:1.5px solid var(--tlr-color-line, rgba(0,0,0,.12));border-radius:14px;background:#fff;cursor:pointer;transition:border-color var(--tlr-dur-base) var(--tlr-ease),background var(--tlr-dur-base) var(--tlr-ease),transform var(--tlr-dur-base) var(--tlr-ease)}.tlr-pdpm__sub-opt input[type=radio]{position:absolute;opacity:0;pointer-events:none}.tlr-pdpm__sub-opt:hover{border-color:var(--tlr-ink, #0b0b0b)}.tlr-pdpm__sub-opt.is-active{border-color:var(--tlr-ink, #0b0b0b);background:var(--tlr-ink, #0b0b0b);color:#fff;box-shadow:0 4px 16px #00000026}.tlr-pdpm__sub-opt-tag{position:absolute;top:-10px;right:12px;background:var(--tlr-lime, #d8ff5a);color:var(--tlr-ink, #0b0b0b);font-size:.625rem;font-weight:800;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em;animation:tlr-tag-blink 1.4s ease-in-out infinite;transform-origin:center;will-change:transform,box-shadow,opacity}@keyframes tlr-tag-blink{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #d8ff5a99}50%{opacity:.85;transform:scale(1.08);box-shadow:0 0 0 6px #d8ff5a00}}@media(prefers-reduced-motion:reduce){.tlr-pdpm__sub-opt-tag{animation:none}}.tlr-pdpm__sub-opt-title{font-weight:700;font-size:.875rem;line-height:1.2}.tlr-pdpm__sub-opt-price{font-size:.8125rem;color:#0000008c;font-variant-numeric:tabular-nums;display:flex;align-items:baseline;gap:6px}.tlr-pdpm__sub-opt.is-active .tlr-pdpm__sub-opt-price{color:#ffffff8c}.tlr-pdpm__sub-opt-price s{font-size:.6875rem;opacity:.7}.tlr-pdpm__sub-opt-price strong{font-weight:700;font-size:.875rem;color:var(--tlr-lime, #d8ff5a)}.tlr-pdpm__sub-opt[data-mode=subscription].is-active .tlr-pdpm__sub-opt-price strong{color:var(--tlr-lime, #d8ff5a)}.tlr-pdpm__sub-opt[data-mode=subscription]:not(.is-active) .tlr-pdpm__sub-opt-price strong{color:var(--tlr-ink, #0b0b0b)}.tlr-pdpm__sub-details{background:linear-gradient(180deg,rgba(216,255,90,.08),transparent 70%),var(--tlr-ink, #0b0b0b);border-radius:16px;color:#fff;position:relative;overflow:hidden;height:0;max-height:0;padding:0 18px;margin:0;border:0 solid transparent;opacity:0;visibility:hidden;transition:max-height .42s cubic-bezier(.22,.61,.36,1),padding .42s cubic-bezier(.22,.61,.36,1),margin .42s cubic-bezier(.22,.61,.36,1),opacity .3s ease-out,visibility 0s linear .42s,border-width .2s ease-out}.tlr-pdpm__sub-details>*{display:grid;gap:16px}.tlr-pdpm__sub-details.is-open{height:auto;max-height:600px;padding:18px;margin-top:12px;border:1px solid rgba(216,255,90,.25);opacity:1;visibility:visible;transition:max-height .42s cubic-bezier(.22,.61,.36,1),padding .42s cubic-bezier(.22,.61,.36,1),margin .42s cubic-bezier(.22,.61,.36,1),opacity .3s ease-out .05s,visibility 0s linear 0s,border-width .2s ease-out}.tlr-pdpm__sub-details:before{content:"";position:absolute;top:-50%;right:-20%;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(216,255,90,.18) 0%,transparent 60%);pointer-events:none}.tlr-pdpm__sub-details>*{position:relative;z-index:1}.tlr-pdpm__sub-frequency{display:grid;gap:8px}.tlr-pdpm__sub-freq-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:var(--tlr-lime, #d8ff5a)}.tlr-pdpm__sub-freq-pills{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;background:#ffffff0f;padding:4px;border-radius:999px}.tlr-pdpm__sub-freq-pill{display:grid;place-items:center;padding:10px 12px;border-radius:999px;cursor:pointer;font-size:.75rem;font-weight:700;color:#fff9;text-transform:uppercase;letter-spacing:.04em;transition:all var(--tlr-dur-base, .2s) var(--tlr-ease, ease);text-align:center;line-height:1}.tlr-pdpm__sub-freq-pill input{position:absolute;opacity:0;pointer-events:none}.tlr-pdpm__sub-freq-pill:hover{color:#fff;background:#ffffff0f}.tlr-pdpm__sub-freq-pill.is-active{background:var(--tlr-lime, #d8ff5a);color:var(--tlr-ink, #0b0b0b);box-shadow:0 4px 12px #d8ff5a40}@media(max-width:480px){.tlr-pdpm__sub-freq-pills{grid-template-columns:repeat(2,1fr);border-radius:16px}.tlr-pdpm__sub-freq-pill{border-radius:12px}}.tlr-pdpm__sub-perks{list-style:none;padding:14px 0 0;margin:16px 0 0;display:grid;gap:8px;border-top:1px solid rgba(255,255,255,.08)}.tlr-pdpm__sub-perks li{display:flex;align-items:center;gap:10px;font-size:.8125rem;color:#ffffffd9;line-height:1.3}.tlr-pdpm__sub-perks li span{width:18px;height:18px;border-radius:999px;background:var(--tlr-lime, #d8ff5a);color:var(--tlr-ink, #0b0b0b);display:grid;place-items:center;font-size:.625rem;font-weight:800;flex:none}.tlr-pdpm__stock{margin-top:12px;display:grid;gap:6px}.tlr-pdpm__stock-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:var(--tlr-color-muted)}.tlr-pdpm__stock-row strong{color:var(--tlr-orange);font-weight:700}.tlr-pdpm__stock-pct{color:var(--tlr-color-fg);font-weight:700}.tlr-pdpm__stock-bar{height:4px;border-radius:999px;background:#00000014;overflow:hidden}.tlr-pdpm__stock-fill{height:100%;background:linear-gradient(90deg,var(--tlr-orange),var(--tlr-red));transition:width var(--tlr-dur-base)}.tlr-pdpm__atc-row{display:block;margin-top:var(--tlr-pdp-gap-md)}.tlr-pdpm__atc{background:var(--tlr-lime);color:var(--tlr-ink);border:0;border-radius:999px;padding:0 22px;height:52px;width:100%;font-weight:700;font-size:.9375rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background var(--tlr-dur-base),transform var(--tlr-dur-base)}.tlr-pdpm__atc:hover{background:var(--tlr-green-bright);transform:translateY(-1px)}.tlr-pdpm__atc:active{transform:scale(.98)}.tlr-pdpm__atc[disabled]{opacity:.5;cursor:not-allowed}.tlr-pdpm__atc-text{font-weight:700}.tlr-pdpm__atc-price{opacity:.65;font-weight:600;font-variant-numeric:tabular-nums}.tlr-pdpm__atc-compare{display:inline;opacity:.65;font-weight:500;font-size:.8125rem;text-decoration:line-through;font-variant-numeric:tabular-nums}.tlr-pdpm__atc-compare[hidden]{display:none!important}.tlr-pdpm__dual{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.tlr-pdpm__dual-btn{height:44px;border-radius:999px;font-weight:700;font-size:.8125rem;cursor:pointer;border:1.5px solid var(--tlr-ink);transition:all var(--tlr-dur-base);display:inline-flex;align-items:center;justify-content:center;gap:6px}.tlr-pdpm__dual-btn--dark{background:var(--tlr-ink);color:#fff}.tlr-pdpm__dual-btn--dark:hover{background:#1a1a1a}.tlr-pdpm__dual-btn--ghost{background:transparent;color:var(--tlr-ink)}.tlr-pdpm__dual-btn--ghost:hover{background:var(--tlr-ink);color:#fff}.tlr-pdpm__dual-btn--applepay,.tlr-pdpm__dual-btn--googlepay{height:48px;padding:0 20px}.tlr-pdpm__dual-btn--applepay{background:#000;color:#fff;border-color:#000}.tlr-pdpm__dual-btn--applepay:hover{background:#1a1a1a;transform:translateY(-1px)}.tlr-pdpm__dual-btn--applepay svg{width:56px;height:auto}.tlr-pdpm__dual-btn--googlepay{background:#fff;color:#000;border:1.5px solid #dadce0}.tlr-pdpm__dual-btn--googlepay:hover{background:#f5f5f5;transform:translateY(-1px)}.tlr-pdpm__dual-btn--googlepay svg{width:64px;height:auto}.tlr-pdpm__wish-floating{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;border:0;color:#0b0b0b99;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;align-self:flex-end;margin-top:-4px;transition:color .2s ease}.tlr-pdpm__wish-floating:hover,.tlr-pdpm__wish-floating.is-active{color:var(--tlr-orange, #ff6a13)}.tlr-pdpm__wish-floating.is-active svg{fill:var(--tlr-orange, #ff6a13)}.tlr-pdpm__promo{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 14px;border:1px dashed var(--tlr-color-line);border-radius:12px;background:linear-gradient(90deg,#d8ff5a1a,#d8ff5a05);margin-top:var(--tlr-pdp-gap-sm)}.tlr-pdpm__promo-icon{width:32px;height:32px;border-radius:999px;background:var(--tlr-lime);color:var(--tlr-ink);font-weight:800;font-size:.875rem;display:grid;place-items:center}.tlr-pdpm__promo-body{display:flex;flex-direction:column;gap:2px;min-width:0}.tlr-pdpm__promo-body strong{font-family:ui-monospace,JetBrains Mono,monospace;font-size:.8125rem;letter-spacing:.04em;line-height:1.2}.tlr-pdpm__promo-body span{font-size:.6875rem;color:var(--tlr-color-muted);line-height:1.3}.tlr-pdpm__promo-copy{background:transparent;border:0;color:var(--tlr-ink);font-weight:700;font-size:.625rem;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;padding:6px 10px;border-radius:999px;transition:background var(--tlr-dur-base)}.tlr-pdpm__promo-copy:hover{background:var(--tlr-ink);color:var(--tlr-lime)}.tlr-pdpm__shipping{background:var(--tlr-paper-2);border-radius:12px;padding:12px 14px;display:grid;gap:6px}.tlr-pdpm__intro-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.tlr-pdpm__intro{margin:12px 0 4px;font-size:.9375rem;line-height:1.55;color:var(--tlr-color-fg, #0b0b0b);opacity:.9;max-width:60ch;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.tlr-pdpm__intro-wrap>.tlr-pdpm__intro{margin:0}.tlr-pdpm__intro.is-expanded{display:block;-webkit-line-clamp:none;overflow:visible}.tlr-pdpm__intro-toggle{padding:0;background:none;border:0;font:700 .75rem/1.2 system-ui,sans-serif;color:var(--tlr-color-fg, #0b0b0b);text-decoration:underline;text-underline-offset:3px;cursor:pointer;-webkit-tap-highlight-color:transparent}.tlr-pdpm__intro-toggle:hover{opacity:.7}.tlr-pdpm__intro-toggle[hidden],.tlr-pdpm__intro-toggle [hidden]{display:none!important}.tlr-pdpm__tasting{margin-top:8px;border:1px solid rgba(11,11,11,.12);border-radius:14px;background:#0b0b0b05;overflow:hidden}.tlr-pdpm__tasting>summary{list-style:none;cursor:pointer;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.04em}.tlr-pdpm__tasting>summary::-webkit-details-marker{display:none}.tlr-pdpm__tasting-chev{transition:transform .25s ease}.tlr-pdpm__tasting[open] .tlr-pdpm__tasting-chev{transform:rotate(180deg)}.tlr-pdpm__tasting-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:14px;border-top:1px solid rgba(11,11,11,.08)}.tlr-pdpm__tasting-row{display:flex;flex-direction:column;gap:6px}.tlr-pdpm__tasting-row strong{font-size:.6875rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#0b0b0b8c}.tlr-pdpm__tasting-pills{display:flex;flex-wrap:wrap;gap:6px}.tlr-pdpm__tasting-pills span{background:var(--tlr-lime, #d8ff5a);color:var(--tlr-ink);padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:700}.tlr-pdpm__tasting-rich{font-size:.875rem;line-height:1.6;color:var(--tlr-ink)}.tlr-pdpm__tasting-rich p{margin:0 0 8px}.tlr-pdpm__tasting-row--usage p{margin:0;font-size:.875rem;color:var(--tlr-ink);background:#d8ff5a26;padding:10px 12px;border-radius:8px;border-left:3px solid var(--tlr-lime, #d8ff5a)}.tlr-revs__featured{margin:16px 0;padding:16px;background:var(--tlr-lime, #d8ff5a);border-radius:12px;color:var(--tlr-ink)}.tlr-revs__featured-eye{display:block;font-size:.6875rem;font-weight:800;letter-spacing:.12em;margin-bottom:8px}.tlr-revs__featured p{margin:0 0 10px;font-size:1rem;font-weight:600;line-height:1.4}.tlr-revs__featured cite{font-size:.75rem;font-style:normal;font-weight:700;opacity:.8}.tlr-pdpm__meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-block:8px 12px;font-size:.8125rem}.tlr-pdpm__rating{display:inline-flex;align-items:center;gap:6px}a.tlr-pdpm__rating{color:inherit;text-decoration:none;cursor:pointer}a.tlr-pdpm__rating:hover .tlr-pdpm__reviews-count,a.tlr-pdpm__rating:focus-visible .tlr-pdpm__reviews-count{text-decoration:underline}.tlr-pdpm__stars{color:var(--tlr-orange, #ff6a13);letter-spacing:1px;font-size:.9375rem}.tlr-pdpm__rating strong{font-weight:800;color:var(--tlr-ink)}.tlr-pdpm__reviews-count{color:var(--tlr-color-muted, #6b6b6b);font-weight:500}.tlr-pdpm__viewers-inline{display:inline-flex;align-items:center;gap:6px;color:var(--tlr-color-muted, #6b6b6b);font-size:.75rem}.tlr-pdpm__viewers-inline strong{color:var(--tlr-ink);font-weight:700}.tlr-pdpm__viewers-inline .tlr-pdpm__viewers-dot{background:var(--tlr-green-bright, #2bd47a)}.tlr-pdpm__sticky{position:fixed;left:0;right:0;bottom:0;z-index:100;background:var(--tlr-ink, #0b0b0b);color:#fff;box-shadow:0 -8px 30px #0003;border-top:1px solid rgba(255,255,255,.08);transform:translateY(100%);transition:transform .35s cubic-bezier(.22,.61,.36,1);will-change:transform}.tlr-pdpm__sticky.is-visible{transform:translateY(0)}body:has(.tlr-pdpm__sticky.is-visible) #loyoly-widget-launcher,body:has(.tlr-pdpm__sticky.is-visible) .lds-widget-launcher,body:has(.tlr-pdpm__sticky.is-visible) #whatsapp-chat-container,body:has(.tlr-pdpm__sticky.is-visible) .whatsapp-chat-wrapper,body:has(.tlr-pdpm__sticky.is-visible) .aca-main-wrapper,body:has(.tlr-pdpm__sticky.is-visible) tlr-recent-purchases{translate:0 calc(-64px - env(safe-area-inset-bottom,0px))}#loyoly-widget-launcher,.lds-widget-launcher,#whatsapp-chat-container,.whatsapp-chat-wrapper,.aca-main-wrapper,tlr-recent-purchases{transition:translate .35s cubic-bezier(.22,.61,.36,1)}@media(prefers-reduced-motion:reduce){#loyoly-widget-launcher,.lds-widget-launcher,#whatsapp-chat-container,.whatsapp-chat-wrapper,.aca-main-wrapper,tlr-recent-purchases{transition:none}}.tlr-pdpm__sticky-inner{display:flex;align-items:center;gap:14px;padding:10px 16px;padding-bottom:max(10px,env(safe-area-inset-bottom));padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));max-width:1280px;margin:0 auto}.tlr-pdpm__sticky-thumb{width:52px!important;height:52px!important;max-width:52px!important;max-height:52px!important;border-radius:10px;object-fit:cover;background:var(--tlr-paper-2, #f7f5f0);flex:none;display:block}.tlr-pdpm__sticky-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.tlr-pdpm__sticky-title{font-family:Bebas Neue,Anton,system-ui,sans-serif;font-weight:700;font-size:clamp(1rem,2.4vw,1.25rem);line-height:1;letter-spacing:.01em;text-transform:uppercase;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tlr-pdpm__sticky-meta{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;color:#ffffffb3}.tlr-pdpm__sticky-meta strong{color:var(--tlr-lime, #d8ff5a);font-weight:800;font-variant-numeric:tabular-nums}.tlr-pdpm__sticky-sep{opacity:.4}.tlr-pdpm__sticky-cta{background:var(--tlr-lime, #d8ff5a);color:var(--tlr-ink, #0b0b0b);border:0;border-radius:999px;padding:12px 20px;font-weight:800;font-size:.9375rem;letter-spacing:.01em;cursor:pointer;flex:none;transition:transform .2s ease,background .2s ease;white-space:nowrap;min-block-size:44px;min-inline-size:44px;display:inline-flex;align-items:center;justify-content:center}.tlr-pdpm__sticky-cta:hover{background:var(--tlr-green-bright, #2bd47a);transform:scale(1.015)}.tlr-pdpm__sticky-cta:active{transform:scale(.97)}@media(max-width:480px){.tlr-pdpm__sticky-cta-text{font-size:.8125rem}.tlr-pdpm__sticky-cta{padding:10px 14px}.tlr-pdpm__sticky-thumb{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important}.tlr-pdpm__sticky-inner{gap:10px;padding:8px 12px}}.tlr-pdpm__weedelite{display:flex;align-items:center;gap:12px;padding:12px 14px;background:var(--tlr-ink, #0b0b0b);color:#fff;border-radius:14px;text-decoration:none;transition:all .2s ease;border:1.5px solid rgba(255,255,255,.08);position:relative;overflow:hidden}.tlr-pdpm__weedelite:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(216,255,90,.15),transparent 60%);pointer-events:none}.tlr-pdpm__weedelite:hover{border-color:var(--tlr-lime, #d8ff5a);transform:translateY(-1px)}.tlr-pdpm__weedelite-badge{width:38px;height:38px;flex:none;display:inline-grid;place-items:center;background:var(--tlr-lime, #d8ff5a);color:var(--tlr-ink, #0b0b0b);border-radius:999px;position:relative;z-index:1}.tlr-pdpm__weedelite-badge svg{width:20px;height:20px}.tlr-pdpm__weedelite-body{flex:1;display:flex;flex-direction:column;gap:2px;line-height:1.2;min-width:0;position:relative;z-index:1}.tlr-pdpm__weedelite-pts{font-family:Bebas Neue,Anton,system-ui,sans-serif;font-weight:700;font-size:1.0625rem;color:var(--tlr-lime, #d8ff5a);letter-spacing:.01em}.tlr-pdpm__weedelite-reward{font-size:.75rem;color:#ffffffb3}.tlr-pdpm__weedelite-reward strong{color:#fff;font-weight:700}.tlr-pdpm__weedelite-cta{width:28px;height:28px;display:inline-grid;place-items:center;background:#ffffff1a;color:#fff;border-radius:999px;font-size:1.125rem;font-weight:800;flex:none;transition:all .2s ease;position:relative;z-index:1}.tlr-pdpm__weedelite:hover .tlr-pdpm__weedelite-cta{background:var(--tlr-lime, #d8ff5a);color:var(--tlr-ink, #0b0b0b);transform:rotate(45deg)}.tlr-pdpm__weedelite--auth .tlr-pdpm__weedelite-tier{display:inline-block;margin-left:4px;padding:1px 8px;background:var(--tlr-lime, #d8ff5a);color:var(--tlr-ink, #0b0b0b);border-radius:999px;font-size:.625rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-family:system-ui,sans-serif;font-style:normal;vertical-align:middle}.tlr-pdpm__weedelite--auth:hover .tlr-pdpm__weedelite-cta{transform:translate(1px);background:var(--tlr-lime, #d8ff5a);color:var(--tlr-ink, #0b0b0b)}.tlr-pdpm__eta{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--tlr-paper-2, #f7f5f0);border-radius:999px;padding:10px 10px 10px 16px;color:var(--tlr-ink);font-size:.8125rem;line-height:1.2}.tlr-pdpm__eta-info{display:flex;align-items:center;gap:10px;min-width:0}.tlr-pdpm__eta-icon{width:20px;height:20px;flex:none;color:var(--tlr-ink)}.tlr-pdpm__eta-text{font-weight:500}.tlr-pdpm__eta-text strong{font-weight:800}.tlr-pdpm__eta-more{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid rgba(11,11,11,.12);border-radius:999px;padding:7px 14px;font-size:.8125rem;font-weight:700;color:var(--tlr-ink);cursor:pointer;flex:none;transition:all var(--tlr-dur-base, .2s) ease}.tlr-pdpm__eta-more:hover{background:var(--tlr-lime, #d8ff5a);border-color:var(--tlr-lime, #d8ff5a);transform:translateY(-1px)}.tlr-pdpm__eta-more svg{flex:none}.tlr-pdpm__eta-off{display:none}@media(max-width:480px){.tlr-pdpm__eta{flex-direction:column;align-items:stretch;border-radius:16px;padding:12px;gap:10px}.tlr-pdpm__eta-more{justify-content:center}}.tlr-pdpm__shipping-current{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:.75rem;line-height:1.3}.tlr-pdpm__shipping-delta{color:var(--tlr-orange);font-weight:700;white-space:nowrap}.tlr-pdpm__shipping-bar{height:4px;background:#00000014;border-radius:999px;overflow:hidden}.tlr-pdpm__shipping-fill{height:100%;width:0;background:linear-gradient(90deg,var(--tlr-green-bright),var(--tlr-lime));transition:width var(--tlr-dur-base)}.tlr-pdpm__shipping-rewards{font-size:.625rem;color:var(--tlr-color-muted);text-transform:uppercase;letter-spacing:.04em}.tlr-pdpm__trust{list-style:none;padding:var(--tlr-pdp-gap-sm) 0 0;margin:0;display:grid;gap:12px;border-top:var(--tlr-pdp-divider)}.tlr-pdpm__trust li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:12px;align-items:start}.tlr-pdpm__trust-icon{width:24px;height:24px;border-radius:6px;background:var(--tlr-ink);color:var(--tlr-lime);display:grid;place-items:center;font-weight:700;font-size:.75rem;flex:none;margin-top:1px}.tlr-pdpm__trust strong{display:block;font-weight:700;font-size:.875rem;line-height:1.25;margin-bottom:2px;color:var(--tlr-color-fg)}.tlr-pdpm__trust span{font-size:.75rem;color:var(--tlr-color-muted);line-height:1.4;display:block}[data-template=product] :is(.tlr-section--ugc,.tlr-section--fbt,.tlr-section--desc,.tlr-section--stats,.tlr-section--reviews,.tlr-section--strain,.tlr-section--lab,.tlr-section--compare,.tlr-section--faq,.tlr-section--bento){scroll-margin-top:100px;padding-block:clamp(56px,7vw,96px)!important}[data-template=product] :is(.tlr-section--ugc,.tlr-section--stats){padding-block:clamp(32px,5vw,56px)!important}[data-template=product] .tlr-container{max-width:1280px}[data-template=product] main,[data-template=product] main>*{margin:0!important;padding-block-start:0!important}[data-template=product] main>.shopify-section,[data-template=product] main>.shopify-section+.shopify-section,[data-template=product] main>.shopify-section--full-width,[data-template=product] main>div{margin:0!important;padding:0!important}[data-template=product] main>.shopify-section>section,[data-template=product] main>.shopify-section>div{margin-block:0!important}[data-template=product] main>.shopify-section>*{margin-block-start:0!important;margin-block-end:0!important}[data-template=product] :is(.tlr-section--fbt,.tlr-section--variety,.tlr-section--desc,.tlr-section--reviews,.tlr-section--faq,.tlr-section--bento){padding-block:clamp(40px,5vw,64px)!important}[data-template=product] .tlr-section--fbt,[data-template=product] .tlr-section--reviews,[data-template=product] .tlr-section--faq{background:var(--tlr-paper-2, #f7f5f0)}[data-template=product] .tlr-section--faq{padding-block-start:0!important}[data-template=product] .tlr-section--variety{background:transparent}[data-template=product] .tlr-section--bento{background:var(--tlr-ink, #0b0b0b)}[data-template=product] :is(.tlr-fbt__title,.tlr-strain__title,.tlr-lab__title,.tlr-compare__title,.tlr-bento__title,.tlr-revs__item-title,.tlr-faq__title,.tlr-desc__title){font-family:Bebas Neue,Anton,Druk Wide,system-ui,sans-serif;font-style:normal;font-weight:700;letter-spacing:-.01em;line-height:1}@media(max-width:768px){.tlr-pdpm__layout{grid-template-columns:1fr!important;gap:24px!important;padding-block:24px!important}.tlr-pdpm__buybox{padding:20px 18px;border-radius:18px;gap:12px}.tlr-pdpm__title{font-size:clamp(2.25rem,9vw,3.5rem)!important;line-height:.95!important}.tlr-pdpm__brand{font-size:.6875rem}.tlr-pdpm__chips{gap:4px}.tlr-pdpm__chip{font-size:.625rem;padding:3px 8px}.tlr-pdpm__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;row-gap:12px!important;padding-top:8px!important}.tlr-pdpm__card{min-height:72px;padding:10px 8px 8px}.tlr-pdpm__card-badge--discount{top:0!important;bottom:auto!important;right:10px!important;left:auto!important;transform:translateY(-50%)!important}.tlr-pdpm__card-badge--popular,.tlr-pdpm__card-badge--pro{bottom:0!important;top:auto!important;left:50%!important;right:auto!important;transform:translate(-50%,50%)!important}.tlr-pdpm__card:has(.tlr-pdpm__card-badge--discount) .tlr-pdpm__card-badge--popular,.tlr-pdpm__card:has(.tlr-pdpm__card-badge--discount) .tlr-pdpm__card-badge--pro{bottom:0!important;left:50%!important;right:auto!important;transform:translate(-50%,50%)!important}.tlr-pdpm__card:has(.tlr-pdpm__card-badge--popular) .tlr-pdpm__card-badge--discount,.tlr-pdpm__card:has(.tlr-pdpm__card-badge--pro) .tlr-pdpm__card-badge--discount{top:0!important;right:10px!important;left:auto!important;transform:translateY(-50%)!important}.tlr-pdpm__card-size{font-size:1.375rem}.tlr-pdpm__card-price{font-size:1.125rem}.tlr-pdpm__card-pergram,.tlr-pdpm__card-compare{font-size:.6875rem}.tlr-pdpm__card-meta{gap:6px}.tlr-pdpm__sub-toggle{grid-template-columns:1fr!important;gap:8px!important}.tlr-pdpm__sub-freq-pills{grid-template-columns:repeat(2,1fr)!important}.tlr-pdpm__price-row{flex-wrap:wrap;gap:8px}.tlr-pdpm__price-current{font-size:clamp(1.75rem,7vw,2.5rem)!important}.tlr-pdpm__atc{padding:14px 18px!important;font-size:.9375rem}.tlr-pdpm__dual-cta{grid-template-columns:1fr!important;gap:8px}.tlr-pdpm__meta-row{gap:10px;font-size:.75rem}.tlr-pdpm__weedelite{padding:10px 12px;gap:10px}.tlr-pdpm__weedelite-pts{font-size:.9375rem}.tlr-pdpm__weedelite-reward{font-size:.6875rem}.tlr-pdpm__eta{flex-direction:column;align-items:stretch;border-radius:14px;padding:10px 14px;gap:10px}.tlr-pdpm__eta-text{font-size:.75rem}.tlr-pdpm__eta-more{justify-content:center;font-size:.75rem}.tlr-pdpm__promo{gap:10px;padding:10px 12px}.tlr-pdpm__shipping{padding:10px 12px;font-size:.6875rem}.tlr-pdpm__shipping-current{font-size:.6875rem;flex-wrap:wrap}.tlr-pdpm__craft{padding:24px 20px;border-radius:18px}.tlr-pdpm__craft-title{font-size:clamp(1.5rem,6vw,2rem)}.tlr-pdpm__craft-steps li{gap:10px}.tlr-pdpm__gallery-frame{border-radius:18px;touch-action:pan-y}.tlr-pdpm__drop-countdown{font-size:.625rem;padding:6px 10px}.tlr-pdpm__sticky-inner{padding:8px 12px!important;gap:10px!important}.tlr-pdpm__sticky-title{font-size:.875rem!important}.tlr-pdpm__sticky-meta{font-size:.6875rem}.tlr-pdpm__sticky-cta{padding:10px 14px!important;font-size:.8125rem!important}.tlr-pdpm__card-badge{font-size:.625rem!important;padding:3px 8px!important}.tlr-pdpm__intro{font-size:.75rem}.tlr-pdpm__tasting-rich,.tlr-pdpm__tasting-row--usage p{font-size:.7rem}}@media(max-width:480px){.tlr-pdpm__buybox{padding:16px 14px}.tlr-pdpm__title{font-size:clamp(2rem,10vw,3rem)!important}.tlr-pdpm__sticky-cta-text{font-size:.75rem!important}}img.tlr-pdpm__sticky-thumb,.tlr-pdpm__sticky img.tlr-pdpm__sticky-thumb,[data-tlr-sticky-bar] img.tlr-pdpm__sticky-thumb{width:52px!important;height:52px!important;max-width:52px!important;max-height:52px!important;min-width:52px!important;min-height:52px!important;object-fit:cover!important;flex:none!important}@media(max-width:480px){img.tlr-pdpm__sticky-thumb,.tlr-pdpm__sticky img.tlr-pdpm__sticky-thumb,[data-tlr-sticky-bar] img.tlr-pdpm__sticky-thumb{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important;min-width:44px!important;min-height:44px!important}}.tlr-pdpm__upsell{margin-top:12px;padding:14px;background:var(--tlr-paper-2, #f7f5f0);border:1.5px solid rgba(11,11,11,.08);border-radius:14px;display:flex;flex-direction:column;gap:10px}.tlr-pdpm__upsell-head{display:flex;flex-direction:column;gap:2px;line-height:1.2}.tlr-pdpm__upsell-eyebrow{font-family:Bebas Neue,Anton,system-ui,sans-serif;font-weight:700;font-size:1.0625rem;letter-spacing:.02em;color:var(--tlr-ink, #0b0b0b);text-transform:uppercase}.tlr-pdpm__upsell-sub{font-size:.75rem;color:var(--tlr-color-muted, rgba(11, 11, 11, .6))}.tlr-pdpm__upsell-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.tlr-pdpm__upsell-grid:has(>:only-child){grid-template-columns:1fr}.tlr-pdpm__upsell-card{display:flex;align-items:center;gap:10px;padding:8px 10px 8px 8px;background:#fff;border:1.5px solid rgba(11,11,11,.1);border-radius:10px;cursor:pointer;text-align:left;font-family:inherit;transition:all .18s ease;min-height:64px;overflow:hidden;position:relative}.tlr-pdpm__upsell-card:hover{border-color:var(--tlr-ink, #0b0b0b);transform:translateY(-1px);box-shadow:0 4px 14px #0b0b0b14}.tlr-pdpm__upsell-card.is-loading{opacity:.7;pointer-events:none}.tlr-pdpm__upsell-card.is-added{border-color:var(--tlr-lime, #d8ff5a);background:var(--tlr-lime, #d8ff5a)}.tlr-pdpm__upsell-thumb{width:48px;height:48px;flex:none;border-radius:8px;overflow:hidden;background:var(--tlr-paper-2, #f7f5f0);display:inline-grid;place-items:center}.tlr-pdpm__upsell-thumb img{width:100%;height:100%;object-fit:cover;display:block}.tlr-pdpm__upsell-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px;line-height:1.2}.tlr-pdpm__upsell-name{font-size:.8125rem;font-weight:700;color:var(--tlr-ink, #0b0b0b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tlr-pdpm__upsell-price{font-size:.75rem;font-weight:600;color:var(--tlr-color-muted, rgba(11, 11, 11, .6))}.tlr-pdpm__upsell-add{width:28px;height:28px;flex:none;display:inline-grid;place-items:center;background:var(--tlr-ink, #0b0b0b);color:#fff;border-radius:999px;font-size:1rem;font-weight:800;transition:all .2s ease}.tlr-pdpm__upsell-card:hover .tlr-pdpm__upsell-add{background:var(--tlr-lime, #d8ff5a);color:var(--tlr-ink, #0b0b0b);transform:rotate(90deg)}.tlr-pdpm__upsell-card.is-added .tlr-pdpm__upsell-add{background:var(--tlr-ink, #0b0b0b);color:var(--tlr-lime, #d8ff5a);transform:none}@media(max-width:480px){.tlr-pdpm__upsell-grid{grid-template-columns:1fr}.tlr-pdpm__upsell-name{font-size:.875rem}}@media(max-width:768px){.tlr-pdpm__buybox>.tlr-pdpm__brand,.tlr-pdpm__buybox>.tlr-pdpm__title{text-align:center}.tlr-pdpm__chips{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/85/assets/tlr-pdp.css.map */
