html,body{overflow-x:hidden}.sticky-pdp-bar{position:fixed;left:0;right:0;bottom:0;width:100%;max-width:100vw;overflow:hidden;background:#fffffff5;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -4px 18px #0000000f;z-index:40;transform:translateY(110%);transition:transform .25s ease,opacity .2s ease,visibility .2s ease;box-sizing:border-box}.sticky-pdp-bar.is-visible{transform:translateY(0)}.sticky-pdp-bar__inner{width:100%;max-width:1400px;margin:0 auto;padding:10px 20px;display:grid;grid-template-columns:minmax(0,1.3fr) auto minmax(220px,.9fr);align-items:center;gap:18px;box-sizing:border-box}.sticky-pdp-bar__left,.sticky-pdp-bar__right{min-width:0}.sticky-pdp-bar__left{display:flex;align-items:center;gap:12px;flex:1 1 auto}.sticky-pdp-bar__image img{width:52px;height:52px;object-fit:cover;border-radius:10px;display:block}.sticky-pdp-bar__meta,.sticky-pdp-bar__content{min-width:0}.sticky-pdp-bar__title{font-size:15px;line-height:1.2;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sticky-pdp-bar__subline{margin-top:4px;display:flex;flex-wrap:wrap;gap:4px;font-size:13px;line-height:1.3}.sticky-pdp-bar__availability.is-available{color:#2f5f3c}.sticky-pdp-bar__availability.is-unavailable{color:#a23b3b}.sticky-pdp-bar__plan{margin-top:2px;font-size:13px;line-height:1.3;color:#5a6b57;font-weight:500}.sticky-pdp-bar__plan.is-subscription{color:#4a7c59;font-weight:600}.sticky-pdp-bar__plan.is-onetime{color:#6f6f6f;font-weight:500}.sticky-pdp-bar__nav{display:flex;flex-wrap:nowrap;justify-content:center;gap:14px;white-space:nowrap}.sticky-pdp-bar__nav a{color:#2b2b2b;text-decoration:none;font-size:14px}.sticky-pdp-bar__nav a:hover{color:#4a7c59}.sticky-pdp-bar__right{display:flex;align-items:center;justify-content:flex-end;gap:14px;flex:0 0 auto}.sticky-pdp-bar__prices,.sticky-pdp-bar__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sticky-pdp-bar__prices{justify-content:flex-end}.sticky-pdp-bar__old-price{text-decoration:line-through;opacity:.55}.sticky-pdp-bar__new-price,.sticky-pdp-bar__price{font-weight:700}.sticky-pdp-bar__purchase-type{margin-top:4px;font-size:12px;line-height:1.3;color:#4a7c59;font-weight:600}.sticky-pdp-bar__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;border:0;background:#4a7c59;color:#fff;border-radius:10px;padding:12px 18px;font-weight:600;cursor:pointer}.sticky-pdp-bar__cta-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:16px}.sticky-pdp-bar__cta-icon i{font-size:14px}.sticky-pdp-bar__cta-text{display:inline-block}@media screen and (max-width:1100px){.sticky-pdp-bar__inner{grid-template-columns:minmax(0,1fr) auto;gap:14px}.sticky-pdp-bar__nav{display:none}.sticky-pdp-bar__title{font-size:14px}.sticky-pdp-bar__cta{min-width:210px}}@media screen and (max-width:767px){.sticky-pdp-bar{padding-bottom:env(safe-area-inset-bottom)}.sticky-pdp-bar__inner{grid-template-columns:1fr;gap:10px;padding:10px 14px}.sticky-pdp-bar__left{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px}.sticky-pdp-bar__image{width:52px;height:52px;flex:0 0 52px}.sticky-pdp-bar__image img{width:52px;height:52px;object-fit:cover;border-radius:8px}.sticky-pdp-bar__title{font-size:14px;-webkit-line-clamp:2}.sticky-pdp-bar__subline{margin-top:2px;gap:2px 6px;font-size:12px}.sticky-pdp-bar__plan{margin-top:1px;font-size:12px;line-height:1.25}.sticky-pdp-bar__nav{display:none}.sticky-pdp-bar__right{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px}.sticky-pdp-bar__prices{justify-content:flex-start;gap:4px 8px}.sticky-pdp-bar__price{font-size:20px;line-height:1}.sticky-pdp-bar__old-price{font-size:12px}.sticky-pdp-bar__discount{font-size:11px}.sticky-pdp-bar__cta{width:100%;min-width:0;min-height:46px;padding:0 14px;gap:6px;font-size:15px}.sticky-pdp-bar__cta-icon{font-size:15px}}@media screen and (max-width:480px){.sticky-pdp-bar__right{grid-template-columns:1fr}.sticky-pdp-bar__prices{justify-content:flex-start}.sticky-pdp-bar__cta{width:100%}}.sticky-pdp-bar,.gp-sticky-bar,.product-sticky-bar{position:fixed!important;left:0;right:0;bottom:0;z-index:40!important}@supports (padding-bottom: env(safe-area-inset-bottom)){.sticky-pdp-bar,.gp-sticky-bar,.product-sticky-bar{padding-bottom:calc(12px + env(safe-area-inset-bottom))}}.sticky-pdp-bar__close{-webkit-appearance:none;appearance:none;border:0;background:#ffffffe6;color:#6f6f6f;position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:999px;display:none;align-items:center;justify-content:center;padding:0;line-height:1;cursor:pointer;z-index:12;box-shadow:0 1px 4px #00000014;transition:background .18s ease,color .18s ease,transform .18s ease,opacity .18s ease}.sticky-pdp-bar__close span{display:block;font-size:16px;line-height:1;transform:translateY(-.5px)}.sticky-pdp-bar__close:hover,.sticky-pdp-bar__close:focus-visible{background:#fffffffa;color:#2f2f2f;transform:scale(1.04)}@media screen and (max-width:767px){.sticky-pdp-bar__close{display:inline-flex}.sticky-pdp-bar.is-dismissed{display:none!important}}.sticky-pdp-bar.is-hidden-by-cart,.gp-sticky-bar.is-hidden-by-cart,.product-sticky-bar.is-hidden-by-cart{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(16px)}.sticky-pdp-bar.is-hidden-by-cart,.gp-sticky-bar.is-hidden-by-cart,.product-sticky-bar.is-hidden-by-cart,body.cart-open .sticky-pdp-bar,body.cart-drawer-open .sticky-pdp-bar,body.drawer-open .sticky-pdp-bar,body.js-drawer-open .sticky-pdp-bar,cart-drawer.is-open~.sticky-pdp-bar,.cart-drawer.is-open~.sticky-pdp-bar,.cart-drawer.open~.sticky-pdp-bar,.drawer--cart.is-open~.sticky-pdp-bar,.drawer--cart.open~.sticky-pdp-bar,[data-cart-drawer].is-open~.sticky-pdp-bar,[data-cart-drawer].open~.sticky-pdp-bar{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(24px)!important}
/*# sourceMappingURL=/cdn/shop/t/25/assets/sticky-pdp-bar.css.map */
