.jl-page{background:var(--jl-bg);color:var(--jl-fg);font-family:var(--jl-font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-bottom:var(--jl-sticky-bar-height)}.jl-page .section+.section{margin-top:0}.jl-lp-header{background:var(--jl-bg);padding:18px 16px 8px;text-align:center}.jl-lp-wordmark{display:inline-block;font-family:var(--jl-font-display);font-size:22px;font-weight:600;letter-spacing:-.02em;color:var(--jl-fg);text-decoration:none;text-transform:lowercase;line-height:1}.jl-lp-footer{padding:32px 16px 24px;text-align:center;margin-top:24px}.jl-lp-footer-inner{font-size:11px;color:var(--jl-fg-secondary);display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px}.jl-lp-footer-inner a{color:var(--jl-fg-secondary);text-decoration:none}.jl-lp-footer-inner a:hover{text-decoration:underline}.jl-lp-footer-divider{opacity:.4}.jl-lp-footer-trust{font-size:11px;color:var(--jl-fg-tertiary);margin-top:8px}.jl-main{width:100%;max-width:100%;margin:0 auto}.jl-divider{height:1px;background:var(--jl-border);margin:0 24px}.jl-section-label{font-family:var(--jl-font-body);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--jl-fg-tertiary);font-weight:600;padding:0 16px 6px}.jl-section-headline{font-family:var(--jl-font-display);font-size:24px;font-weight:600;color:var(--jl-fg);margin:0 0 18px;padding:0 16px;letter-spacing:-.015em;line-height:1.2}.jl-badge{display:inline-block;font-family:var(--jl-font-body);font-size:11px;font-weight:500;padding:5px 11px;border-radius:999px;background:var(--jl-success-bg);color:var(--jl-success);letter-spacing:.01em;white-space:nowrap}.jl-pdp{padding:16px 0 32px}.jl-pdp-grid{display:grid;grid-template-columns:1fr;gap:24px;padding:0 16px}.jl-pdp-gallery-col,.jl-pdp-info-col{min-width:0}.jl-pdp-reviews-bar{display:flex;align-items:center;gap:10px;margin:0}.jl-pdp-stars{color:#ef9f27;letter-spacing:1px;font-size:24px}.jl-pdp-reviews-count{font-family:var(--jl-font-body);font-size:12px;color:var(--jl-fg-secondary);font-weight:500}.jl-pdp-headline{font-family:var(--jl-font-display);font-size:30px;font-weight:600;line-height:1.15;color:var(--jl-fg);margin:0 0 18px;letter-spacing:-.015em}.jl-pdp-headline-accent{color:var(--jl-rose)}.jl-pdp-subhead{font-family:var(--jl-font-body);font-size:14px;line-height:1.55;color:var(--jl-fg-secondary);margin:0 0 20px}.jl-checkbox-benefits{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px}.jl-checkbox-benefit{display:flex;align-items:flex-start;gap:10px;font-family:var(--jl-font-body);font-size:14px;line-height:1.4;color:var(--jl-fg)}.jl-checkbox-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--jl-success-bg);color:var(--jl-success);display:inline-flex;align-items:center;justify-content:center;margin-top:1px}.jl-checkbox-text{flex:1}.jl-pdp-trust-stamp{display:inline-flex;align-items:center;gap:8px;margin:16px 0 0;padding:10px 16px;background:var(--jl-success-bg);color:var(--jl-success);border-radius:999px;font-family:var(--jl-font-body);font-size:13px;font-weight:500}.jl-pdp-trust-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.jl-gallery{display:flex;flex-direction:column;gap:10px}.jl-gallery-main{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;background:linear-gradient(140deg,#ffe5ec,#f0e5ff,#e5f4ec 70%,#e5eff7)}.jl-gallery-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease;pointer-events:none}.jl-gallery-slide.is-active{opacity:1;pointer-events:auto}.jl-gallery-img{width:100%;height:100%;object-fit:cover;display:block}.jl-gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.jl-gallery-placeholder-rose{background:linear-gradient(140deg,#ffe5ec,#ffd0da)}.jl-gallery-placeholder-taro{background:linear-gradient(140deg,#f0e5ff,#dcc9f0)}.jl-gallery-placeholder-matcha{background:linear-gradient(140deg,#e5f4ec,#cfe6d5)}.jl-gallery-placeholder-blue{background:linear-gradient(140deg,#e5eff7,#c9deee)}.jl-gallery-placeholder-collection{background:linear-gradient(140deg,#ffe5ec,#f0e5ff,#e5f4ec 66%,#e5eff7)}.jl-gallery-dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.jl-gallery-dot{width:8px;height:8px;border-radius:50%;background:#ffffff8c;border:0;padding:0;cursor:pointer;transition:background .15s ease,transform .15s ease}.jl-gallery-dot.is-active{background:#fffffff2;transform:scale(1.2)}.jl-gallery-thumbs{display:none;gap:8px}.jl-gallery-thumb{width:64px;height:64px;border-radius:10px;overflow:hidden;border:2px solid transparent;background:transparent;padding:0;cursor:pointer;transition:border-color .15s ease,transform .15s ease;flex-shrink:0}.jl-gallery-thumb.is-active{border-color:var(--jl-fg);transform:scale(1.02)}.jl-gallery-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.jl-gallery-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.jl-pdp-offer,.jl-tier{display:block}.jl-tier-hero{position:relative;background:#2b1f2d;border-radius:16px;padding:22px 18px 18px;color:#fff;margin-top:20px;border:0}.jl-tier-hero-badge{position:absolute;top:-10px;right:18px;background:#ddbfea;color:#620256;font-family:var(--jl-font-body);font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:999px}.jl-tier-hero-title{font-family:var(--jl-font-display);font-size:22px;font-weight:600;margin:0 0 4px;letter-spacing:-.01em}.jl-tier-hero-sub{font-family:var(--jl-font-body);font-size:13px;color:#ffffffb3;margin:0 0 16px}.jl-tier-hero-hearts{display:flex;gap:8px}.jl-tier-hero-price{display:flex;align-items:baseline;gap:10px;margin-bottom:4px;flex-wrap:wrap}.jl-tier-hero-price-big{font-family:var(--jl-font-display);font-size:30px;font-weight:600;letter-spacing:-.02em}.jl-tier-hero-price-strike{font-family:var(--jl-font-body);font-size:14px;color:#ffffff73;text-decoration:line-through}.jl-tier-hero-price-save{font-family:var(--jl-font-body);font-size:11px;font-weight:600;color:#620256;background:#ddbfea;padding:3px 8px;border-radius:999px;letter-spacing:.02em}.jl-tier-hero-shipping{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:12px;font-family:var(--jl-font-body);font-size:11px;color:#ffffff8c}.jl-tier-hero-shipping-dot{opacity:.4}.jl-or-divider{display:flex;align-items:center;gap:12px;margin:18px 4px;padding:0 4px}.jl-or-divider-line{flex:1;height:1px;background:var(--jl-border)}.jl-or-divider-text{font-family:var(--jl-font-body);font-size:10px;font-weight:600;letter-spacing:.18em;color:var(--jl-fg-tertiary);text-transform:uppercase}.jl-tier-secondary{background:var(--jl-bg-card);border:1px solid var(--jl-border);border-radius:16px;padding:18px}.jl-tier-sec-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.jl-tier-sec-title{font-family:var(--jl-font-display);font-size:18px;font-weight:600;color:var(--jl-fg);margin:0 0 2px;letter-spacing:-.01em}.jl-tier-sec-sub{font-family:var(--jl-font-body);font-size:12px;color:var(--jl-fg-tertiary);margin:0}.jl-tier-sec-price-block{text-align:right}.jl-tier-sec-price-big{font-family:var(--jl-font-display);font-size:18px;font-weight:600;color:var(--jl-fg);letter-spacing:-.01em}.jl-tier-sec-price-sub{font-family:var(--jl-font-body);font-size:10px;color:var(--jl-success);font-weight:500;letter-spacing:.04em}.jl-duo-picker{margin-top:14px}.jl-duo-picker-label{font-family:var(--jl-font-body);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--jl-fg-tertiary);font-weight:600;margin-bottom:6px}.jl-duo-picker-row{display:flex;gap:8px;margin-bottom:12px}.jl-duo-picker-row:last-child{margin-bottom:0}.jl-heart-btn{background:transparent;border:0;padding:4px;cursor:pointer;border-radius:8px;transition:box-shadow .15s ease,transform .15s ease}.jl-heart-btn[aria-pressed=true]{transform:scale(1.05);box-shadow:0 0 0 2px var(--jl-fg),0 0 0 4px var(--jl-bg)}.jl-tier-sec-shipping{text-align:center;font-family:var(--jl-font-body);font-size:10px;color:var(--jl-fg-tertiary);margin-top:10px;letter-spacing:.02em}.jl-tier-shadow{text-align:center;font-family:var(--jl-font-body);font-size:11px;color:var(--jl-fg-tertiary);padding:16px 0 8px}.jl-tier-shadow a{color:var(--jl-fg-tertiary);text-decoration:underline;text-underline-offset:3px}.jl-tier-shadow a:hover{color:var(--jl-fg-secondary)}.jl-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:15px 20px;border:0;border-radius:10px;font-family:var(--jl-font-display);font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;letter-spacing:.01em;transition:opacity .15s ease,transform .05s ease}.jl-btn:active{transform:scale(.99)}.jl-btn:disabled{opacity:.4;cursor:not-allowed}.jl-btn-light{background:#fff;color:var(--jl-fg)}.jl-btn-light:hover{opacity:.92}.jl-btn-outline{background:transparent;color:var(--jl-fg);border:1.5px solid var(--jl-fg);padding:13px 20px;font-size:14px}.jl-ingredients{padding:30px 0}.jl-ingr-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 16px}.jl-ingr-card{border-radius:14px;padding:14px;position:relative}.jl-ingr-card-bad{background:var(--jl-error-bg);border:1px solid #F0999920}.jl-ingr-card-good{background:var(--jl-success-bg);border:1px solid #5DCAA540}.jl-ingr-card-title{font-family:var(--jl-font-display);font-size:13px;font-weight:600;margin-bottom:8px}.jl-ingr-card-bad .jl-ingr-card-title{color:var(--jl-error)}.jl-ingr-card-good .jl-ingr-card-title{color:var(--jl-success)}.jl-ingr-card-list{font-family:var(--jl-font-body);font-size:10px;line-height:1.55;color:var(--jl-fg-secondary);margin-bottom:12px}.jl-ingr-card-good .jl-ingr-card-list{font-size:11px;line-height:1.6}.jl-ingr-card-count{font-family:var(--jl-font-display);font-size:13px;font-weight:600;padding-top:8px}.jl-ingr-card-bad .jl-ingr-card-count{color:var(--jl-error);border-top:1px dashed rgba(163,45,45,.25)}.jl-ingr-card-good .jl-ingr-card-count{color:var(--jl-success);border-top:1px dashed rgba(15,110,86,.25)}.jl-social{padding:30px 0}.jl-ugc-row{display:flex;gap:10px;padding:0 16px 22px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.jl-ugc-row::-webkit-scrollbar{display:none}.jl-ugc-tile{position:relative;min-width:110px;aspect-ratio:9/16;border-radius:12px;flex-shrink:0;scroll-snap-align:start}.jl-ugc-tile-rose{background:linear-gradient(160deg,#e8607a2e,#e8607a52);border:1px solid rgba(232,96,122,.18)}.jl-ugc-tile-taro{background:linear-gradient(160deg,#9b7ec82e,#9b7ec852);border:1px solid rgba(155,126,200,.18)}.jl-ugc-tile-matcha{background:linear-gradient(160deg,#8db5802e,#8db58052);border:1px solid rgba(141,181,128,.18)}.jl-ugc-tile-blue{background:linear-gradient(160deg,#5ba4c92e,#5ba4c952);border:1px solid rgba(91,164,201,.18)}.jl-ugc-tile-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:36px;height:36px;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center}.jl-ugc-tile-handle{position:absolute;bottom:8px;left:8px;font-family:var(--jl-font-body);font-size:10px;font-weight:500;color:#fff;background:#00000080;padding:3px 7px;border-radius:999px}.jl-reviews{display:flex;flex-direction:column;gap:10px;padding:0 16px}.jl-review-card{background:var(--jl-bg-card);border:1px solid var(--jl-border);border-radius:12px;padding:14px}.jl-review-stars{display:flex;gap:2px;margin-bottom:8px;color:#ef9f27;letter-spacing:1px;font-size:12px}.jl-review-text{font-family:var(--jl-font-body);font-size:13px;line-height:1.5;color:var(--jl-fg);margin:0 0 8px}.jl-review-meta{display:flex;align-items:center;gap:6px;font-family:var(--jl-font-body);font-size:11px;color:var(--jl-fg-tertiary)}.jl-review-verified{display:inline-flex;align-items:center;gap:3px;color:var(--jl-success);font-weight:500}.jl-how{padding:30px 0}.jl-how-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 16px}.jl-how-step{background:var(--jl-bg-card);border:1px solid var(--jl-border);border-radius:12px;padding:14px}.jl-how-step-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.jl-how-step-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.jl-how-step-icon-1{background:var(--jl-rose)}.jl-how-step-icon-2{background:var(--jl-taro)}.jl-how-step-icon-3{background:var(--jl-matcha)}.jl-how-step-icon-4{background:var(--jl-blue)}.jl-how-step-num{font-family:var(--jl-font-display);font-size:16px;font-weight:600;color:var(--jl-fg);line-height:1}.jl-how-step-title{font-family:var(--jl-font-display);font-size:14px;font-weight:600;color:var(--jl-fg);margin-bottom:4px}.jl-how-step-text{font-family:var(--jl-font-body);font-size:11px;line-height:1.5;color:var(--jl-fg-secondary)}.jl-guarantee{padding:8px 0 24px}.jl-guarantee-box{background:#fbe6f77d;border-radius:14px;padding:16px;margin:0 16px;display:flex;align-items:flex-start;gap:12px}.jl-guarantee-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.jl-guarantee-text{font-family:var(--jl-font-body);font-size:12.5px;line-height:1.55;color:#7c0c35}.jl-guarantee-text strong{font-weight:600}.jl-faq{padding:30px 0}.jl-faq-list{padding:0 16px;display:flex;flex-direction:column;gap:0}.jl-faq-item{border-bottom:1px solid var(--jl-border);padding:0}.jl-faq-item:first-child{border-top:1px solid var(--jl-border)}.jl-faq-item[open] .jl-faq-icon svg{transform:rotate(180deg)}.jl-faq-question{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 4px;cursor:pointer;font-family:var(--jl-font-display);font-size:15px;font-weight:600;color:var(--jl-fg);list-style:none;-webkit-user-select:none;user-select:none}.jl-faq-question::-webkit-details-marker{display:none}.jl-faq-question:hover{color:var(--jl-fg-secondary)}.jl-faq-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--jl-fg-tertiary);transition:transform .2s ease}.jl-faq-icon svg{transition:transform .2s ease}.jl-faq-answer{font-family:var(--jl-font-body);font-size:13px;line-height:1.6;color:var(--jl-fg-secondary);padding:0 4px 18px}.jl-repeat{padding:10px 16px 0}.jl-repeat-shadow-links{text-align:center;font-family:var(--jl-font-body);font-size:11px;color:var(--jl-fg-tertiary);padding:14px 0 100px}.jl-repeat-shadow-links a{color:var(--jl-fg-tertiary);text-decoration:underline;text-underline-offset:3px}.jl-repeat-shadow-links a:hover{color:var(--jl-fg-secondary)}.jl-sticky{position:fixed;bottom:0;left:0;right:0;background:var(--jl-fg);padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:50;box-shadow:0 -4px 24px #0000001a;margin:0;border:0;transform:translateY(100%);transition:transform .25s ease}.jl-sticky.is-visible{transform:translateY(0)}.jl-sticky-price{color:#fff;font-family:var(--jl-font-body);font-size:12.5px;line-height:1.3}.jl-sticky-price strong{font-family:var(--jl-font-display);font-weight:600;font-size:14px}.jl-sticky-price-light{color:#ffffff8c;font-size:11px}.jl-sticky-btn{background:#fff;color:var(--jl-fg);border:0;padding:10px 18px;border-radius:8px;font-family:var(--jl-font-display);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.jl-sticky-btn:active{transform:scale(.98)}@media screen and (min-width:750px)and (max-width:989px){.jl-main{max-width:600px}.jl-pdp-headline{font-size:32px}.jl-section-headline{font-size:28px}.jl-tier-hero-title{font-size:24px}.jl-tier-hero-price-big{font-size:34px}}@media screen and (min-width:990px){.jl-page{background:radial-gradient(ellipse 900px 700px at 15% 5%,rgba(232,96,122,.05) 0%,transparent 55%),radial-gradient(ellipse 700px 600px at 95% 35%,rgba(155,126,200,.05) 0%,transparent 55%),radial-gradient(ellipse 800px 600px at 5% 75%,rgba(141,181,128,.04) 0%,transparent 55%),radial-gradient(ellipse 600px 500px at 90% 95%,rgba(91,164,201,.04) 0%,transparent 55%),var(--jl-bg);min-height:100vh}.jl-main{max-width:1100px;padding:0 32px}@media screen and (min-width:1440px){.jl-main{max-width:100%}}.jl-lp-header{padding:32px 16px 24px}.jl-lp-wordmark{font-size:28px}.jl-pdp{padding:24px 0 64px}.jl-pdp-grid{grid-template-columns:1.1fr 1fr;gap:48px;padding:0;align-items:start}.jl-pdp-info-col{position:sticky;top:32px;align-self:start}.jl-pdp-headline{font-size:38px;line-height:1.12}.jl-pdp-subhead{font-size:16px}.jl-checkbox-benefit{font-size:15px}.jl-gallery-dots{display:none}.jl-gallery-thumbs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.jl-gallery-thumbs::-webkit-scrollbar{height:0}.jl-gallery-thumb{width:88px;height:88px}.jl-below-hero{grid-column:1 / -1}.jl-below-hero-inner{max-width:720px;margin:0 auto;padding:32px 0 0}.jl-tier-hero{padding:28px 24px 24px}.jl-tier-hero-title{font-size:26px}.jl-tier-hero-price-big{font-size:36px}.jl-section-headline{font-size:30px}.jl-sticky{max-width:600px;left:50%;right:auto;transform:translate(-50%,100%);border-radius:16px 16px 0 0}.jl-sticky.is-visible{transform:translate(-50%)}.jl-lp-footer{padding:48px 24px 32px}}@media screen and (min-width:1440px){.jl-main{max-width:1200px}}.jl-tier-secondary-compact{padding:14px 16px;background:var(--jl-bg);border:1px dashed var(--jl-border);margin-top:4px}.jl-tier-secondary-compact .jl-tier-sec-title{font-size:16px}.jl-tier-secondary-compact .jl-tier-sec-sub{font-size:11px}.jl-tier-secondary-compact .jl-tier-sec-price-big{font-size:16px}.jl-tier-secondary-compact .jl-heart-btn{padding:2px}.jl-tier-secondary-compact .jl-duo-picker{margin-top:10px}.jl-tier-secondary-compact .jl-duo-picker-row{gap:6px;margin-bottom:8px}.jl-tier-secondary-compact .jl-btn-outline{padding:11px 18px;font-size:13px}.jl-or-divider{margin:12px 4px 8px}.jl-or-divider-text{font-size:9px}.jl-pdp-reviews-tagline{font-size:14px}@media screen and (min-width:990px){.jl-pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:1400px;margin:0 auto}.jl-pdp-gallery-col{position:sticky;top:100px;height:fit-content}}@media screen and (max-width:989px){.jl-pdp-grid{display:block}.jl-pdp-gallery-col{margin-bottom:30px}}.jl-btn-hero{margin-top:16px;min-height:60px;padding:18px 28px;font-size:18px;font-weight:700;border-radius:14px}.jl-tier-hero{background:#2b1f2d;color:#f8efe8;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 30px #2b1f2d2e}.jl-tier-hero-title{color:#f8efe8;font-size:26px}.jl-tier-hero-badge{background:#b58aa3;color:#fff7f2}.jl-tier-hero-price-save{color:#620256;background:#ddbfea}.jl-btn-outline{Background:#2b1f2d;color:#fff7f2}.jl-sticky{background:#fff;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -2px 16px #0000000f;padding:12px clamp(16px,4vw,32px);gap:clamp(12px,3vw,20px);transition:transform .3s cubic-bezier(.4,0,.2,1)}.jl-sticky-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#2d2d2d;font-family:var(--jl-font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;line-height:1.4;font-weight:400}.jl-sticky-price strong{font-family:var(--jl-font-display),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}.jl-sticky-price-light{color:#737373;font-size:12px;font-weight:400}.jl-sticky-btn{background:#a87c8f;color:#fff;border:0;border-radius:8px;padding:11px clamp(20px,5vw,32px);font-family:var(--jl-font-display),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;font-weight:600;letter-spacing:.01em;text-transform:none;white-space:nowrap;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #a87c8f40}.jl-sticky-btn:hover{background:#996f81;box-shadow:0 4px 12px #a87c8f59;transform:translateY(-1px)}.jl-sticky-btn:active{transform:translateY(0) scale(.98);box-shadow:0 1px 4px #a87c8f4d}@media(max-width:640px){.jl-sticky{padding:10px 16px;gap:10px}.jl-sticky-price{font-size:12px}.jl-sticky-price strong{font-size:15px}.jl-sticky-btn{padding:10px 18px;font-size:13px}}.jl-sticky-product-image{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f5f5f5;border:1px solid rgba(0,0,0,.06)}.jl-sticky-product-image img{width:100%;height:100%;object-fit:cover}.jl-sticky:has(.jl-sticky-product-image){display:grid;grid-template-columns:auto 1fr auto;align-items:center}@media(max-width:640px){.jl-sticky:has(.jl-sticky-product-image){grid-template-columns:auto 1fr;grid-template-areas:"image price" "button button"}.jl-sticky-product-image{grid-area:image;width:48px;height:48px}.jl-sticky-price{grid-area:price}.jl-sticky-btn{grid-area:button;width:100%;margin-top:8px}}.jl-tier-hero .jl-btn-light{background:#f8efe8;color:#2b1f2d;margin-top:16px}.jl-tier-hero .jl-btn-light:hover{background:#fff}.jl-pdp-info-col{background-color:#fff5f0;border-radius:16px;padding:24px 20px}.jl-pdp{padding-top:32px}.shopify-section:has(.jl-pdp){max-width:100%!important;padding:0!important;margin:0!important}.jl-pdp-grid{max-width:1200px;margin:0 auto;padding:0 32px}.jl-pdp-headline{font-family:"Fraunces, serif";color:#d94c74;Font-size:32px}.jl-tier-hero{background:#fff;border:1px solid#D94C74;box-shadow:none}.jl-tier-hero-title{color:#4b1528;font-family:"Fraunces, serif"}.jl-tier-hero-sub{color:#d94c74}.jl-tier-hero-price-big{color:#4b1528}.jl-tier-hero-price-strike{color:#d94c74}.jl-tier-hero-price-save{background:#ffd6e6;color:#d94c74}.jl-tier-hero-badge{background:#d8c7ff;color:#4a234a}.jl-tier-hero .jl-btn-light{background:#d94c74;border-radius:10px;padding:5px;text-align:center;margin-top:10px;font-size:16px;font-weight:500;color:#fff}.jl-tier-hero .jl-btn-light:hover{background:#d94c74}.jl-btn-hero{min-height:50px}.jl-tier-hero-shipping{color:#d94c74}.jl-tier-secondary-compact{border:1px dashed #E7A8B8;Background:#fff}.jl-tier-hero-price{gap:15px}.jl-tier-secondary-compact .jl-tier-sec-price-big{font-size:20px}.jl-tier-shadow a{color:#8b6673;text-decoration:none}.jl-tier-hero-shipping-dot{width:1px;height:14px;background:currentColor;opacity:.25;display:inline-block;vertical-align:middle}.jl-guarantee-box{margin:10px 16px}.jl-accordion{margin-top:24px;border-top:1px solid #e8e0e2}.jl-accordion-item{border-bottom:1px solid #e8e0e2}.jl-accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;font-size:14px;font-weight:600;color:#1a1a1a;gap:12px}.jl-accordion-trigger:hover{color:#d94c74}.jl-accordion-icon{flex-shrink:0;transition:transform .2s ease;color:#999}.jl-accordion-trigger[aria-expanded=true] .jl-accordion-icon{transform:rotate(180deg)}.jl-accordion-panel{overflow:hidden}.jl-accordion-panel[hidden]{display:none}.jl-accordion-body{padding-bottom:16px;font-size:13px;line-height:1.7;color:#d94c74}.jl-accordion-body p{margin:0 0 8px}.jl-accordion-body p:last-child{margin-bottom:0}.jl-pdp-grid{padding:0 22px}.jl-btn-outline{Background:#4a234a;color:#fff7f2}.jl-btn-full{display:block;width:100%;box-sizing:border-box}.jl-tier-shadow .jl-btn-text-link{display:block;width:100%;text-align:center;padding:10px 0;font-size:.85rem;color:#555;text-decoration:underline;text-underline-offset:2px;background:transparent;border:none}.jl-tier-shadow .jl-btn-text-link:hover{color:#222}.jl-tier-hero-price-row{display:inline-flex;align-items:center;gap:8px;margin-top:4px}.jl-tier-hero-price-strike{font-size:1.15rem;color:#888;text-decoration:line-through;text-decoration-thickness:1px;font-weight:500}.jl-tier-hero-price-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:4px;background:#1a1a1a;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.03em;line-height:1;white-space:nowrap}.jl-swatch-wrap{display:inline-flex;flex-direction:column;align-items:center;gap:5px;position:relative}.jl-swatch-label{font-size:.65rem;font-weight:500;color:#555;text-align:center;line-height:1.2;white-space:nowrap;pointer-events:none;transition:color .15s ease}.jl-heart-btn[aria-pressed=true]+.jl-swatch-label,.jl-heart-btn.active+.jl-swatch-label{color:#1a1a1a;font-weight:700}.jl-swatch-wrap:after{content:attr(data-tooltip);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1a1a1a;color:#fff;font-size:.7rem;font-weight:600;white-space:nowrap;padding:4px 8px;border-radius:4px;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:10}.jl-swatch-wrap:before{content:"";position:absolute;bottom:calc(100% + 3px);left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1a1a1a;pointer-events:none;opacity:0;transition:opacity .15s ease;z-index:10}.jl-swatch-wrap:hover:after,.jl-swatch-wrap:hover:before{opacity:1}.jl-heart-btn[aria-pressed=true],.jl-heart-btn.active{outline:3px solid #1a1a1a;outline-offset:3px;border-radius:50%}.jl-tier-single{background:#fff;border:1.5px solid #e8e8e8;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;width:100%;box-sizing:border-box}.jl-tier-single-top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.jl-tier-single-title{font-size:15px;font-weight:700;color:#1a1a1a;line-height:1.3}.jl-tier-single-sub{font-size:12px;color:#888;margin-top:2px}.jl-tier-single-price{font-size:15px;font-weight:700;color:#1a1a1a;white-space:nowrap;flex-shrink:0}.jl-tier-single-swatches{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start}.jl-tier-single-shipping{font-size:11.5px;color:#999}.jl-btn-single-full{display:block;width:100%;padding:12px 20px;text-align:center;border:1.5px solid #d94060;border-radius:8px;color:#d94060;font-size:14px;font-weight:600;text-decoration:none;box-sizing:border-box;transition:background .2s ease,color .2s ease}.jl-btn-single-full:hover{background:#d94060;color:#fff}.jl-free-products{margin:16px 0 20px;padding:14px 14px 16px;background:#fff8f9;border:1.5px dashed #f0b8c4;border-radius:10px}.jl-free-products__heading{display:flex;align-items:center;gap:5px;margin:0 0 12px;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#b03050}.jl-free-products__heading-icon{flex-shrink:0;color:#b03050}.jl-free-products__list{display:flex;gap:10px;list-style:none;margin:0;padding:0 2px 4px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.jl-free-products__list::-webkit-scrollbar{display:none}.jl-free-products__item{display:flex;flex-direction:column;align-items:center;gap:5px;flex:0 0 auto;width:70px;text-align:center}.jl-free-products__img-wrap{width:68px;height:68px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #f0d0d8;border-radius:8px;padding:4px}.jl-free-products__img{width:100%;height:100%;object-fit:contain;display:block}.jl-free-products__value{font-size:.72rem;font-weight:600;color:#b03050;text-decoration:line-through;text-decoration-thickness:1.5px;line-height:1}.jl-free-products__label{font-size:10px;color:#5a3040;line-height:1.3;word-break:break-word}@media(min-width:480px){.jl-free-products__item{width:78px}.jl-free-products__img-wrap{width:74px;height:74px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/jl-landing.css.map */
