:root{--sp-color-page-bg: #272626;--sp-color-black: #272626;--sp-color-sage: #637C5A;--sp-color-sage-hover: #56704E;--sp-color-mint: #BED0A2;--sp-color-watermelon: #F5785A;--sp-color-watermelon-hover: #E86A4E;--sp-color-beige: #F2EDE0;--sp-color-light-beige: #F7F4EB;--sp-color-taupe: #DCD2BD;--sp-color-off-white: #FAF9F6;--sp-color-success: #BED0A2;--sp-color-error: #EF4444;--sp-color-text-primary: #FAF9F6;--sp-color-text-secondary: rgba(250, 249, 246, .85);--sp-color-text-muted: rgba(250, 249, 246, .55);--sp-color-text-faint: rgba(250, 249, 246, .35);--sp-color-text-ghost: rgba(250, 249, 246, .15);--sp-color-text-dark: #272626;--sp-color-text-dark-muted: rgba(39, 38, 38, .45);--sp-color-surface: rgba(250, 249, 246, .06);--sp-color-surface-hover: rgba(250, 249, 246, .1);--sp-color-surface-selected: #637C5A;--sp-color-border: rgba(250, 249, 246, .1);--sp-color-border-hover: rgba(250, 249, 246, .18);--sp-color-border-selected: #637C5A;--sp-font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif;--sp-font-size-xs: 14px;--sp-font-size-sm: 16px;--sp-font-size-base: 18px;--sp-font-size-lg: 20px;--sp-font-size-xl: 32px;--sp-font-size-2xl: 38px;--sp-spacing-xs: 4px;--sp-spacing-sm: 8px;--sp-spacing-md: 16px;--sp-spacing-lg: 24px;--sp-spacing-xl: 32px;--sp-spacing-2xl: 48px;--sp-radius-sm: 8px;--sp-radius-md: 12px;--sp-radius-lg: 14px;--sp-radius-xl: 20px;--sp-radius-full: 9999px;--sp-shadow-sm: none;--sp-shadow-md: none;--sp-shadow-lg: none}.sp-result{font-family:var(--sp-font-family);color:var(--sp-color-text-primary);background:var(--sp-color-page-bg);max-width:480px;margin:0 auto;padding:0;min-height:calc(100dvh - var(--sp-header-height, 60px))}.sp-result h1,.sp-result h2,.sp-result h3,.sp-result p{font-family:var(--sp-font-family);letter-spacing:normal;text-transform:none}.sp-result button{font-family:var(--sp-font-family);letter-spacing:normal}.sp-result a{color:var(--sp-color-mint);opacity:.7;text-decoration:underline}.sp-result a:hover{color:var(--sp-color-mint);opacity:1}.sp-result *,.sp-result *:before,.sp-result *:after{box-sizing:border-box}.sp-result__step{display:flex;flex-direction:column;min-height:calc(100dvh - var(--sp-header-height, 60px));padding:var(--sp-spacing-xl) var(--sp-spacing-lg) var(--sp-spacing-lg)}.sp-result__step[hidden]{display:none}.sp-result__step--loading{align-items:center;justify-content:center}.sp-result__loading-animation{display:flex;flex-direction:column;align-items:center;gap:var(--sp-spacing-lg)}.sp-result__loading-spinner{width:56px;height:56px;border:3px solid var(--sp-color-border);border-top-color:var(--sp-color-sage);border-radius:50%;animation:sp-result-spin .8s linear infinite}@keyframes sp-result-spin{to{transform:rotate(360deg)}}.sp-result__loading-text{font-size:var(--sp-font-size-lg);color:var(--sp-color-text-secondary);margin:0}.sp-result__reveal-header{text-align:center;padding:var(--sp-spacing-md) 0 var(--sp-spacing-lg);position:relative}.sp-result__reveal-header:before{display:none}.sp-result__pack-badge{display:none}.sp-result__pack-name{font-size:30px;font-weight:600;margin:0 0 4px;color:var(--sp-color-text-primary);position:relative;z-index:1}.sp-result__pack-subtitle{font-size:var(--sp-font-size-sm);color:var(--sp-color-text-muted);margin:0;position:relative;z-index:1}.sp-result__product-list{display:flex;flex-direction:column;gap:var(--sp-spacing-sm);flex:1}.sp-result__product-card{display:flex;align-items:center;gap:var(--sp-spacing-md);padding:14px 16px;background:var(--sp-color-light-beige);border:1.5px solid var(--sp-color-border);border-radius:var(--sp-radius-md);box-shadow:none}.sp-result__product-card-image-wrap{width:48px;height:48px;border-radius:10px;flex-shrink:0;overflow:hidden;background:var(--sp-color-beige)}.sp-result__product-card-image{width:100%;height:100%;object-fit:contain;transform:scale(1.4)}.sp-result__product-card-image--bulk{transform:scale(1.2)}.sp-result__product-card-body{flex:1;min-width:0}.sp-result__product-card-title{font-size:var(--sp-font-size-sm);font-weight:500;margin:0 0 2px;color:#1c1c1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-result__product-card-reason{font-size:var(--sp-font-size-xs);color:#1c1c1a99;margin:0;line-height:1.4}.sp-result__product-card-remove{background:none;border:none;color:#1c1c1a66;cursor:pointer;padding:var(--sp-spacing-sm);font-size:18px;line-height:1;-webkit-tap-highlight-color:transparent;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s}.sp-result__product-card-remove:hover{color:var(--sp-color-error)}.sp-result__instruction{margin-top:20px;padding:16px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.sp-result__instruction-icon{width:100px!important;height:auto!important;max-width:100px!important;flex-shrink:0;filter:brightness(0) invert(1)}.sp-result__instruction-text{font-size:10px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--sp-color-text-secondary);margin:0}.sp-result__reveal-footer{padding-top:var(--sp-spacing-lg)}.sp-result__step-title{font-size:var(--sp-font-size-xl);font-weight:600;margin:0 0 6px;color:var(--sp-color-text-primary);line-height:1.25}.sp-result__step-desc{font-size:var(--sp-font-size-sm);color:var(--sp-color-text-muted);margin:0 0 var(--sp-spacing-lg) 0}.sp-result__addon-list{display:flex;flex-direction:column;gap:var(--sp-spacing-sm);flex:1}.sp-result__addon-card{display:flex;align-items:center;gap:var(--sp-spacing-md);padding:14px 16px;background:var(--sp-color-light-beige);border:2px solid var(--sp-color-border);border-radius:var(--sp-radius-md);transition:border-color .2s,background .2s}.sp-result__addon-card--added{opacity:.85}.sp-result__addon-card-image{width:44px;height:44px;object-fit:contain;border-radius:10px;flex-shrink:0;background:var(--sp-color-beige)}.sp-result__addon-card-body{flex:1;min-width:0}.sp-result__addon-card-title{font-size:var(--sp-font-size-sm);font-weight:500;margin:0 0 2px;color:var(--sp-color-text-dark)}.sp-result__addon-card-reason{font-size:var(--sp-font-size-xs);color:var(--sp-color-text-dark-muted);margin:0}.sp-result__addon-card-price{font-size:var(--sp-font-size-xs);color:var(--sp-color-text-dark);opacity:.6;font-weight:600;margin:0 0 4px;text-align:right}.sp-result__addon-btn{width:36px;height:36px;min-width:36px;min-height:36px;background:#2726260f;border:2px solid rgba(39,38,38,.12);border-radius:var(--sp-radius-sm);color:var(--sp-color-text-dark);cursor:pointer;padding:0;font-size:var(--sp-font-size-lg);font-weight:300;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent;flex-shrink:0;transition:background .2s,border-color .2s}.sp-result__addon-btn--added{background:var(--sp-color-sage);border-color:var(--sp-color-sage);color:#fff;font-size:14px;font-weight:500}.sp-result__addon-actions{display:flex;flex-direction:column;gap:var(--sp-spacing-sm);padding-top:var(--sp-spacing-lg)}.sp-result__freq-options{display:flex;flex-direction:column;gap:12px;padding-bottom:var(--sp-spacing-md)}.sp-result__freq-card{display:flex;align-items:center;justify-content:space-between;padding:23px 12px;background:var(--sp-color-surface);border:2px solid var(--sp-color-border);border-radius:var(--sp-radius-lg);cursor:pointer;transition:border-color .2s,background .2s;-webkit-tap-highlight-color:transparent;width:100%;text-align:left;font-family:var(--sp-font-family);position:relative;min-height:72px}.sp-result__freq-card--selected{border-color:var(--sp-color-mint);background:var(--sp-color-mint)}.sp-result__freq-card-left{display:flex;flex-direction:column;justify-content:flex-end;gap:3px;position:relative;top:2px}.sp-result__freq-card-label{font-size:18px;font-weight:500;color:var(--sp-color-text-secondary);position:relative;top:5px}.sp-result__freq-card--selected .sp-result__freq-card-label{color:#1c1c1a}.sp-result__freq-card-desc{font-size:12px;color:var(--sp-color-text-faint);position:relative;top:-5px}.sp-result__freq-card-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:3px;flex-shrink:0;overflow:hidden}.sp-result__freq-card-price{font-size:18px;font-weight:600;color:var(--sp-color-text-secondary);position:relative;top:10px}.sp-result__freq-card--selected .sp-result__freq-card-price{color:#1c1c1a}.sp-result__freq-card--selected .sp-result__freq-card-desc{color:#1c1c1a99}.sp-result__freq-card-badge{display:inline-block;background:var(--sp-color-watermelon);color:#fff;padding:2px 8px;border-radius:8px;font-size:10px;font-weight:600;letter-spacing:.4px;line-height:1.4;text-transform:uppercase;position:absolute;top:-10px;right:16px}.sp-result__freq-card-savings{font-size:12px;color:var(--sp-color-mint);font-weight:500}.sp-result__freq-card-ship{font-size:11px;color:var(--sp-color-text-faint)}.sp-result__freq-card--selected .sp-result__freq-card-savings{color:#1c1c1a;font-weight:600}.sp-result__freq-card--selected .sp-result__freq-card-ship{color:#1c1c1a99}.sp-result__summary{padding-bottom:var(--sp-spacing-lg)}.sp-result__summary-heading{font-size:var(--sp-font-size-lg);font-weight:600;margin:0 0 var(--sp-spacing-md) 0;color:var(--sp-color-text-primary)}.sp-result__summary-box{background:#f7f4eb;border:1.5px solid rgba(39,38,38,.08);border-radius:var(--sp-radius-md);padding:14px 16px;margin-bottom:var(--sp-spacing-lg)}.sp-result__summary-item{display:flex;justify-content:space-between;align-items:center;padding:var(--sp-spacing-sm) 0;font-size:var(--sp-font-size-sm);border-bottom:none}.sp-result__summary-item-name{color:#272626bf;flex:1;margin-right:var(--sp-spacing-sm)}.sp-result__summary-item-price{color:#272626bf;font-weight:500}.sp-result__summary-item--discount .sp-result__summary-item-name,.sp-result__summary-item--discount .sp-result__summary-item-price{color:var(--sp-color-sage)}.sp-result__summary-item--welcome .sp-result__summary-item-name,.sp-result__summary-item--welcome .sp-result__summary-item-price{color:var(--sp-color-watermelon)}.sp-result__summary-item--shipping .sp-result__summary-item-price{color:var(--sp-color-sage)}.sp-result__summary-total{display:flex;justify-content:space-between;align-items:baseline;padding:10px 0 0;margin-top:var(--sp-spacing-sm);border-top:1px solid var(--sp-color-taupe)}.sp-result__summary-total-label{font-size:var(--sp-font-size-base);font-weight:600;color:var(--sp-color-text-dark)}.sp-result__summary-total-right{display:flex;flex-direction:column;align-items:flex-end}.sp-result__summary-total-price{font-size:28px;font-weight:600;color:var(--sp-color-text-dark)}.sp-result__summary-original-price{text-decoration:line-through;color:var(--sp-color-text-dark-muted);font-weight:400;font-size:var(--sp-font-size-sm);margin-left:var(--sp-spacing-sm)}.sp-result__summary-per-day{font-size:var(--sp-font-size-xs);color:var(--sp-color-text-dark-muted);margin:2px 0 0;text-align:right}.sp-result__summary-note{font-size:13px;color:#2726268c;text-align:center;margin:12px 0 0}.sp-result__cta-btn{width:100%;padding:16px var(--sp-spacing-md);background:var(--sp-color-sage);color:#fff;border:none;border-radius:9999px;font-size:var(--sp-font-size-lg);font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s;-webkit-tap-highlight-color:transparent;font-family:var(--sp-font-family);min-height:56px}.sp-result__cta-btn:hover{opacity:.9}.sp-result__cta-btn:active{transform:scale(.98)}.sp-result__cta-btn:disabled{opacity:.3;cursor:not-allowed}.sp-result__cta-btn--checkout{background:var(--sp-color-watermelon);font-size:var(--sp-font-size-lg);padding:18px var(--sp-spacing-lg);min-height:60px;font-weight:700}.sp-result__cta-btn--checkout:hover{background:var(--sp-color-watermelon-hover);opacity:1}.sp-result__skip-btn{background:none;border:none;color:var(--sp-color-text-muted);font-size:var(--sp-font-size-sm);cursor:pointer;padding:10px;text-decoration:underline;text-align:center;width:100%;font-family:var(--sp-font-family);-webkit-tap-highlight-color:transparent;display:block}.sp-result__checkout-cta{display:flex;flex-direction:column;gap:var(--sp-spacing-sm);align-items:center}.sp-result__checkout-disclaimer{font-size:var(--sp-font-size-xs, 11px);color:var(--sp-color-text-muted);text-align:center;margin:0;line-height:1.4}.sp-result__checkout-disclaimer a{color:var(--sp-color-text-muted);text-decoration:underline}.sp-result__step--error{align-items:center;justify-content:center;text-align:center}.sp-result__error-content{display:flex;flex-direction:column;align-items:center;gap:var(--sp-spacing-md);max-width:320px}.sp-result__error-title{font-size:var(--sp-font-size-xl);font-weight:600;margin:0;color:var(--sp-color-error)}.sp-result__error-text{font-size:var(--sp-font-size-sm);color:var(--sp-color-text-muted);margin:0;line-height:1.5}.sp-result__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--sp-spacing-lg)}.sp-result__modal[hidden]{display:none}.sp-result__modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.sp-result__modal-content{position:relative;background:#333;border:1px solid var(--sp-color-border);border-radius:var(--sp-radius-lg);padding:var(--sp-spacing-xl);width:100%;max-width:360px;max-height:calc(100dvh - 48px);overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;box-shadow:none}.sp-result__modal-content::-webkit-scrollbar{display:none}.sp-result__modal-title{font-size:var(--sp-font-size-lg);font-weight:600;margin:0 0 var(--sp-spacing-sm) 0;color:var(--sp-color-text-primary)}.sp-result__modal-text{font-size:var(--sp-font-size-sm);color:var(--sp-color-text-muted);margin:0 0 var(--sp-spacing-lg) 0;line-height:1.5}.sp-result__modal-actions{display:flex;flex-direction:column;gap:var(--sp-spacing-sm)}.sp-result__disclaimer-content{max-width:420px}.sp-result__disclaimer-body{font-size:var(--sp-font-size-sm);color:var(--sp-color-text-muted);line-height:1.6;margin:0 0 var(--sp-spacing-lg) 0}.sp-result__disclaimer-body p{margin:0 0 var(--sp-spacing-sm) 0}.sp-result__disclaimer-body a{color:var(--sp-color-mint);text-decoration:underline}.sp-result__summary-item-price s{color:var(--sp-color-text-faint);text-decoration:line-through}.sp-result__step--frequency{min-height:auto}.sp-result__step--reveal,.sp-result__step--addons,.sp-result__step--frequency{padding-top:22px;padding-bottom:22px}@media(min-width:768px){.sp-result{max-width:560px;padding:var(--sp-spacing-2xl)}}.sp-result__product-card{flex-wrap:wrap}.sp-result__product-card-header{display:flex;align-items:center;gap:var(--sp-spacing-md);flex:1;cursor:pointer;-webkit-tap-highlight-color:transparent}.sp-result__product-card-more{display:inline-block;font-size:11px;color:#1c1c1a73;margin-top:4px;cursor:pointer;letter-spacing:.02em}.sp-result__product-card-action{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.sp-result__price-per-day{font-size:12px;color:#1c1c1a8c;font-weight:600;text-align:center;white-space:nowrap}.sp-result__product-card-remove{position:static}.sp-result__detail-panel{flex:1 1 100%;padding:12px 0 4px;border-top:1px solid rgba(28,28,26,.08);margin-top:10px}.sp-result__detail-desc{font-size:12px;color:#1c1c1aa6;line-height:1.5;margin:0 0 12px}.sp-result__detail-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.sp-result__detail-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#1c1c1ab3;background:#1c1c1a0a;border-radius:4px;padding:3px 7px}.sp-result__detail-badge img{width:18px;height:18px;object-fit:contain}.sp-result__detail-section{margin-bottom:10px}.sp-result__detail-section strong{display:block;font-size:11px;font-weight:600;color:#1c1c1a;margin-bottom:2px;text-transform:uppercase;letter-spacing:.3px}.sp-result__detail-section p{font-size:12px;color:#1c1c1aa6;line-height:1.5;margin:0}.sp-result__detail-label-link{display:inline-block;font-size:12px;color:#637c5a;text-decoration:underline;margin-top:4px;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.sp-result__detail-label-link:hover,.sp-result__detail-label-link:active,.sp-result__detail-label-link:focus{color:#637c5a;text-decoration:underline}.sp-result__label-modal-content{position:relative;max-width:90vw;max-height:85dvh;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #000;border-radius:var(--sp-radius-md);padding:0;box-shadow:none;overflow:hidden}.sp-result__label-modal-image{max-width:100%;max-height:85dvh;object-fit:contain;background:#fff}.sp-result__label-modal-close{position:absolute;top:8px;right:8px;background:none;border:none;color:#000;font-size:24px;line-height:1;cursor:pointer;padding:4px}.sp-result__addon-card{flex-wrap:wrap}.sp-result__addon-card-body{cursor:pointer;-webkit-tap-highlight-color:transparent}.sp-result__addon-card-more{display:inline-block;font-size:11px;color:#1c1c1a73;margin-top:4px;cursor:pointer;letter-spacing:.02em}.sp-result__addon-card>.sp-result__detail-panel{flex:1 1 100%;order:10}.sp-result__summary-products{padding:6px 0 10px;border-top:1px solid rgba(28,28,26,.06);margin-top:6px}.sp-result__summary-product-row{display:flex;align-items:center;gap:6px;padding:1px 0;font-size:13px;line-height:1;color:#1c1c1aa6}.sp-result__summary-product-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;color:#1c1c1abf}.sp-result__summary-product-price{flex-shrink:0;font-size:13px;font-weight:600;color:#1c1c1a99;white-space:nowrap}.sp-result__summary-product-remove{flex-shrink:0;background:none;border:none;padding:2px;cursor:pointer;color:#1c1c1a59;transition:color .2s;display:flex;align-items:center;justify-content:center;min-height:0;line-height:1}.sp-result__summary-product-remove:hover{color:var(--sp-color-error, #D94040)}
/*# sourceMappingURL=/cdn/shop/t/100/assets/starter-pack-result.css.map */
