.buy-panel{--color-primary: black;background:#ecfbfa;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;text-align:center;padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);padding-left:var(--padding-left);padding-right:var(--padding-right);border-radius:var(--border-radius-sm);display:flex;flex-direction:column;gap:var(--spacing-2xs);transform:translateY(100%);transition:opacity .3s ease,transform .3s ease;min-height:600px}.buy-panel-actions{text-align:right}.buy-panel.is-open{z-index:10;pointer-events:auto;opacity:1;transform:translateY(0)}.buy-panel-content{display:flex;flex-direction:column;gap:var(--spacing-sm)}.buy-panel__features{text-align:left}.buy-panel__price-group{display:flex;align-items:stretch;justify-content:center;width:100%}.buy-panel__price-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-4xs);padding:0 var(--spacing-xs);line-height:1.3}.buy-panel__price-item--subscription{border-left:1px solid #a1a1a1}.buy-panel__price{--text-padding-top: 0;--text-padding-bottom: 0;--text-padding-top-desktop: 0;--text-padding-bottom-desktop: 0}.buy-panel__price-serving{font-size:var(--font-size-xs, 16px);font-family:var(--font-family-body, "Proxima Nova", sans-serif);font-weight:var(--font-weight-regular);line-height:1.3;margin:0}.buy-panel__price-group--just-once .buy-panel__price-item--subscription{display:none}.buy-panel__price-group--just-once .buy-panel__price-item--onetime{border-left:none}.buy-panel__price-group--just-once .buy-panel__price-item--onetime .price-v3-strikethrough s{-webkit-text-decoration:none;text-decoration:none}.buy-panel__featuresList{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--spacing-3xs);max-width:80%;margin:0 auto}.buy-panel__feature-item{display:flex;align-items:flex-start;gap:var(--spacing-3xs)}.buy-panel__feature-icon{flex-shrink:0;width:16px;height:16px;display:inline-block;background-repeat:no-repeat;background-position:center;background-size:contain;margin-top:2px}.buy-panel__feature-text{flex:1}.buy-panel__features--subscribe .buy-panel__feature-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.3332 4L5.99984 11.3333L2.6665 8" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.buy-panel__features--just-once [data-feature=subscription-only] .buy-panel__feature-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M12 4L4 12" stroke="%23e74c3c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 4L12 12" stroke="%23e74c3c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.buy-panel__features--just-once [data-feature=subscription-only] .buy-panel__feature-text{color:var(--color-neutral-dark);opacity:.6}.buy-panel__features--just-once [data-feature=always-available] .buy-panel__feature-icon{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.3332 4L5.99984 11.3333L2.6665 8" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}@media (min-width: 1024px){.buy-panel{padding-top:var(--padding-desktop-top);padding-bottom:var(--padding-desktop-bottom);padding-left:var(--padding-desktop-left);padding-right:var(--padding-desktop-right)}}
