.sticky{--sticky-accent: #039869;--sticky-accent-light: color-mix(in srgb, var(--sticky-accent) 20%, white);--sticky-cta-text: #ffffff;--sticky-cta-compare: #ecffe8;--sticky-border: #e6e6e6;--sticky-text: #000000;--sticky-muted: #b3b3b3;--sticky-radius: 12px;position:fixed;left:0;right:0;bottom:0;z-index:99999999999;pointer-events:none;transform:translateY(100%);opacity:0;transition:transform .35s ease,opacity .3s ease}.sticky--visible{pointer-events:auto;transform:translateY(0);opacity:1}.sticky__inner{position:relative;background:#fff;box-shadow:0 -6px 41.6px #00000026}.sticky__panel{display:grid;grid-template-rows:0fr;width:100%;opacity:0;overflow:hidden;visibility:hidden;transition:grid-template-rows .3s ease,opacity .25s ease,visibility 0s linear .3s}.sticky--panel-open .sticky__panel{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows .3s ease,opacity .25s ease,visibility 0s linear 0s}.sticky__panel>*{overflow:hidden;min-height:0}[inert]{pointer-events:none}.sticky__mobile{display:flex;flex-direction:column;width:100%;padding:16px 0}.sticky__desktop{display:none}.sticky__mobile-head{margin-bottom:16px}.sticky__mobile .sticky__panel{margin-bottom:0;transition:grid-template-rows .3s ease,opacity .25s ease,visibility 0s linear .3s,margin-bottom .3s ease}.sticky--panel-open .sticky__mobile .sticky__panel{margin-bottom:16px}.sticky__chevron{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--sticky-text);transform:rotate(180deg);transition:transform .2s ease}.sticky--panel-open .sticky__chevron{transform:rotate(0)}.sticky__chevron svg{display:block;width:100%;height:100%}.sticky__mobile .sticky__chevron{width:20px;height:20px}.sticky__offers{display:flex;flex-direction:column;gap:8px;width:100%}.sticky__offer{display:flex;flex-direction:column;gap:8px;align-items:flex-start;justify-content:center;width:100%;padding:12px;border:1px solid var(--sticky-border);border-radius:var(--sticky-radius);background:#fff;cursor:pointer;text-align:left;transition:border-color .2s ease,background-color .2s ease}.sticky__offer--selected{border:2px solid var(--sticky-accent);background:var(--sticky-accent-light)}.sticky__offer-top{display:flex;gap:12px;align-items:flex-start;width:100%}.sticky__offer-radio{width:26px;height:26px;flex-shrink:0;border:2px solid var(--sticky-accent);border-radius:50%}.sticky__offer-body{display:flex;flex-direction:column;gap:4px;min-width:0}.sticky__offer-title{font-family:Nunito,sans-serif;font-size:16px;font-weight:600;line-height:1.3;letter-spacing:.6px;color:var(--sticky-text)}.sticky__offer-info{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;line-height:1.3;letter-spacing:.6px;color:var(--sticky-text)}.sticky__offer-prices{display:flex;gap:12px;align-items:center;padding-left:38px}.sticky__offer-price{font-family:Nunito,sans-serif;font-size:16px;font-weight:600;line-height:1.3;letter-spacing:.6px;color:var(--sticky-text)}.sticky__offer-compare{font-family:Nunito,sans-serif;font-size:14px;font-weight:400;line-height:1.3;letter-spacing:.6px;color:#000000bf;text-decoration:line-through}.sticky__cta{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px 12px;border:0;border-radius:var(--sticky-radius);background:var(--sticky-accent);color:var(--sticky-cta-text);cursor:pointer;transition:opacity .2s ease}.sticky__cta:hover{opacity:.88}.sticky__cta-label{font-family:Nunito,sans-serif;font-size:16px;font-weight:700}.sticky__cta-prices{display:flex;align-items:baseline;gap:8px;flex-shrink:0}.sticky__price{font-family:Nunito,sans-serif;font-size:16px;font-weight:700}.sticky__compare{font-family:Nunito,sans-serif;font-size:12px;font-weight:400;color:var(--sticky-cta-compare);text-decoration:line-through}.sticky__mobile-head{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:0;background:transparent;padding:0;cursor:pointer;text-align:left}.sticky__mobile-title{flex:1 0 0;min-width:0;font-family:Lora,serif;font-size:16px;font-weight:500;line-height:1.2;letter-spacing:.08px;color:var(--sticky-text)}.sticky__mobile-value{font-family:Nunito,sans-serif;font-size:14px;font-weight:700;letter-spacing:.6px;color:var(--sticky-accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky--panel-open .sticky__mobile-value{display:none}@media screen and (min-width:768px){.sticky__mobile{display:none}.sticky__desktop{display:block;width:100%}.sticky__desktop .sticky__chevron{width:24px;height:24px}.sticky__panel-content{display:flex;flex-direction:column;gap:16px;width:100%;padding:24px 0}.sticky__panel-head{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.sticky__panel-title{flex:1 0 0;font-family:Lora,serif;font-size:20px;font-weight:500;line-height:1.2;letter-spacing:.1px;color:var(--sticky-text)}.sticky__panel-subtitle{flex:1 0 0;text-align:right;font-family:Nunito,sans-serif;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.07px;color:var(--sticky-muted)}.sticky__desktop .sticky__offers{flex-direction:row;align-items:center;gap:8px}.sticky__desktop .sticky__offer{flex:1 0 0;min-width:0;padding:16px}.sticky__bar{display:flex;align-items:center;gap:16px;width:100%;padding:16px 0;border-top:1px solid var(--sticky-border)}.sticky__toggle{display:flex;flex:1 0 0;min-width:0;align-items:center;gap:16px;border:0;background:transparent;padding:0;cursor:pointer;text-align:left}.sticky__toggle-copy{display:flex;flex-direction:column;gap:8px;flex:1 0 0;min-width:0}.sticky__toggle-label{font-family:Lora,serif;font-size:14px;font-weight:500;line-height:1.2;letter-spacing:.07px;color:var(--sticky-muted)}.sticky__toggle-value{font-family:Nunito,sans-serif;font-size:16px;font-weight:700;line-height:1.3;letter-spacing:.6px;color:var(--sticky-accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky__bar .sticky__cta{flex:1 1 420px;max-width:509px;height:56px;padding:20px 24px}.sticky__bar .sticky__cta-label,.sticky__bar .sticky__price{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/dynamic-sticky.css.map */
