:root{--splash-upsell-bg: #faf9f7;--splash-upsell-card-bg: #ffffff;--splash-upsell-text-primary: #1a1a1a;--splash-upsell-text-secondary: #6b6b6b;--splash-upsell-text-muted: #9a9a9a;--splash-upsell-accent: #2d6a4f;--splash-upsell-price-sale: #1a1a1a;--splash-upsell-border: #e8e6e3;--splash-upsell-btn-border: #1a1a1a;--splash-upsell-btn-hover-bg: #1a1a1a;--splash-upsell-btn-hover-text: #ffffff;--splash-upsell-divider: #eee}.splash-upsell-product-list{width:100%;max-width:100%;padding:0 20px}.splash-upsell-title{display:block;text-align:center;font-weight:700;color:#000;font-size:18px;font-family:var(--prox-nova);text-decoration:underline}.splash-upsell-product-card{display:flex;align-items:center;gap:1.5rem;padding:1rem 0;border-bottom:1px solid var(--splash-upsell-divider);animation:splashUpsellFadeUp .5s ease both}.splash-upsell-product-card:first-child{padding-top:0}.splash-upsell-product-card:last-child{border-bottom:none}.splash-upsell-product-card:nth-child(1){animation-delay:0s}.splash-upsell-product-card:nth-child(2){animation-delay:.1s}.splash-upsell-product-card:nth-child(3){animation-delay:.2s}@keyframes splashUpsellFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.splash-upsell-product-image{flex-shrink:0;max-width:120px;height:auto;border-radius:10px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;position:relative}.splash-upsell-product-image img{width:100%;height:auto;object-fit:cover}.splash-upsell-placeholder{width:70px;height:auto;border-radius:6px;position:relative}.splash-upsell-placeholder--vanilla{background:linear-gradient(145deg,#d4c9a8,#c2b78f)}.splash-upsell-placeholder--collagen{background:linear-gradient(145deg,#c96b6b,#a84e4e)}.splash-upsell-placeholder:after{content:attr(data-label);position:absolute;bottom:8px;left:50%;transform:translate(-50%);font-size:6px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#ffffffd9;white-space:nowrap}.splash-upsell-product-info{flex:1;min-width:0}.splash-upsell-product-name{font-family:var(--prox-nova);font-size:16px;font-weight:600;color:var(--splash-upsell-text-primary);line-height:1.35;margin-bottom:.65rem}.splash-upsell-product-pricing{display:flex;align-items:center;gap:.6rem}.splash-upsell-price-original{font-size:13px;color:var(--splash-upsell-text-muted);text-decoration:line-through}.splash-upsell-price-sale{font-size:14px;font-weight:700;color:var(--splash-upsell-price-sale)}.splash-upsell-add-btn{flex-shrink:0;display:flex;align-items:center;gap:.4rem;padding:.65rem 1.4rem;border:1.5px solid var(--splash-upsell-btn-border);border-radius:50px;background:transparent;color:var(--splash-upsell-text-primary);font-family:DM Sans,sans-serif;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:all .25s ease}.splash-upsell-add-btn:hover{background:var(--splash-upsell-btn-hover-bg);color:var(--splash-upsell-btn-hover-text);transform:scale(1.03)}.splash-upsell-add-btn:active{transform:scale(.97)}.splash-upsell-add-btn .splash-upsell-plus{font-size:14px;font-weight:400;line-height:1}@media(max-width:480px){.splash-upsell-product-card{gap:1rem}.splash-upsell-product-image{max-width:60px;width:100%;height:auto}.splash-upsell-product-name{font-size:14px}.splash-upsell-add-btn{padding:.55rem 1rem;font-size:14px}}.va-plan-option{border:1px solid #d0d0e8;border-radius:10px;padding:0 20px 18px;margin-bottom:0;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;background:#fff;position:relative}.va-plan-option:hover{border-color:#202099}.va-plan-option.va-selected{border-color:#202099;background:#ededfa}.va-plan-top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:-1rem}.va-plan-left{display:flex;align-items:center;gap:10px}.va-radio{width:20px;height:20px;border-radius:50%;border:1px solid #202099;display:flex;align-items:center;justify-content:center;flex-shrink:0}.va-radio-inner{width:10px;height:10px;border-radius:50%;background:transparent;transition:background .15s}.va-selected .va-radio-inner{background:#202099}.va-plan-title{font-size:18px;font-weight:400;color:#111;margin:0;font-family:var(--kplr-std)}.va-save-badge{display:inline-block;background:#ededfa;color:#202099;font-size:16px;font-weight:700;padding:3px 10px;border-radius:4px;margin-left:8px;vertical-align:middle}.va-selected .va-save-badge{background:#fff}.va-plan-prices{text-align:right;flex-shrink:0;position:relative;top:1rem;height:36px}.va-price-current{font-size:20px;font-weight:500;color:#111;line-height:1}.va-price-compare{font-size:14px;color:#999;text-decoration:line-through;margin-top:1px}.va-per-serving{color:#d6336c;font-size:14px;font-weight:400;font-style:italic;margin-top:4px;padding-left:3rem}.va-plan-bullets{display:flex;flex-direction:column;padding-left:3rem}.va-plan-bullets span{font-size:14px;color:#666}.va-plan-bullets span:before{content:"\2713  ";color:#202099;font-weight:700}.mode-toggle{display:none;gap:10px;margin-bottom:1.2rem;flex-wrap:wrap}.mode-toggle.hidden{display:none}.mode-btn{padding:10px 18px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-weight:500;transition:all .15s}.mode-btn.active{background:#202099;color:#fff;border-color:#202099}.discounted-pricing-wrap{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;font-family:var(--prox-nova);padding:0 16px}.crossed-out-price{text-decoration:line-through;color:#c8202f;font-size:15px}.discounted-price{font-size:20px;font-weight:700}.price-savings{font-size:15px;color:#111;font-weight:700}.cta-button.loading:after{content:"\2026"}.min-quantity.complete{color:#28a745;font-weight:700}.color-selector{transform:translate(100%);transition:transform .4s ease}.color-selector.active{transform:translate(0)}@keyframes flash{0%,to{background:#dc3545}50%{background:#c82333}}[data-plan-key="3month"]{border-radius:8px 8px 0 0/8px 8px 0px 0px}[data-plan-key="1month"],[data-plan-key=monthly]{border-radius:0}.selection-info{padding:0 32px}.qty-controls{display:flex;align-items:center;gap:0}.qty-btn{width:64px;height:36px;border:1px solid #202099;background:#fff;color:#202099;font-size:24px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;padding:0;line-height:1;margin:0}.qty-btn:hover{background:#202099;color:#fff}.qty-btn.qty-minus{border-radius:6px 0 0 6px;border-right:none;margin:0;width:36px}.qty-btn.qty-plus{border-radius:6px;margin:0;width:36px}.qty-btn.qty-plus.has-qty{border-radius:0 6px 6px 0;border-left:none}.qty-count{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#111;border:1px solid #202099;border-left:none;border-right:none;background:#f7f7ff;-webkit-user-select:none;user-select:none}.qty-btn.flash-error{animation:flash .8s;color:#fff}.top-pill{background:#d0229e;width:120px;text-align:center;color:#fff;font-weight:500;display:none;border-radius:8px 8px 0 0/8px 8px 0px 0px;position:absolute;top:-14px;margin:0 auto;left:auto;right:-1px}.va-selected .top-pill{display:block}.va-plan-option{padding:8px}.va-price-current{font-size:15px}.va-save-badge{padding:3px 6px}.color-options{justify-content:start!important}.top-pill{font-size:12px;top:-22px}@media screen and (min-width:768px){.va-plan-option{padding:8px 20px}.va-price-current{font-size:20px}.va-save-badge{padding:3px 10px}.color-options{justify-content:start}.top-pill{font-size:14px;top:-25px;width:150px}}.grid--peek.slider .grid__item:first-of-type{margin-left:0}@media screen and (max-width:767px){.product__info-wrapper{padding-left:0!important}}.trust-badges-checkout{width:75vw;max-width:360px;margin:0 auto;display:block;margin-top:2rem;margin-bottom:2rem}@media screen and (min-width:768px){.trust-badges-checkout{margin-bottom:42px}.splash-upsell-product-list{padding:0 32px}}.splash-upsell-product-desc{line-height:1.3;display:block;font-size:12px;padding-bottom:1rem;max-width:200px;color:#333}.product-media-modal__content img{max-width:150%}.new-mega-menu{display:none}
/*# sourceMappingURL=/cdn/shop/t/130/assets/splash-v2.css.map */
