body.template-cart{--sr-font: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sr-ink: #0c0d0e;--sr-ink-soft: #303236;--sr-muted: #6d7178;--sr-line: rgba(12, 13, 14, .09);--sr-line-strong: rgba(12, 13, 14, .14);--sr-surface: #ffffff;--sr-surface-soft: #f6f7f5;--sr-green: #137a3a;--sr-green-dark: #0d5f2b;--sr-green-soft: #eef8f1;--sr-shadow-sm: 0 10px 30px rgba(16, 24, 40, .055);--sr-shadow-md: 0 24px 70px -28px rgba(16, 24, 40, .22);--sr-ease: cubic-bezier(.22, .72, .2, 1);background:radial-gradient(circle at 88% 8%,rgba(19,122,58,.045),transparent 22rem),linear-gradient(180deg,#fff 0,#fafbf9 28rem,#f7f8f6);color:var(--sr-ink)}body.template-cart #MainContent,body.template-cart #MainContent button,body.template-cart #MainContent input,body.template-cart #MainContent textarea,body.template-cart #MainContent select{font-family:var(--sr-font)!important}body.template-cart #MainContent{min-height:72vh;overflow:clip}body.template-cart .sr-cart-hero .container,body.template-cart .sr-cart-container{width:min(100% - 40px,1320px);max-width:1320px;margin-inline:auto}body.template-cart .sr-cart-hero{position:relative;padding:42px 0 30px}body.template-cart .sr-cart-hero:after{content:"";position:absolute;left:50%;bottom:0;width:min(calc(100% - 40px),1320px);height:1px;background:linear-gradient(90deg,transparent,var(--sr-line-strong) 15%,var(--sr-line-strong) 85%,transparent);transform:translate(-50%)}body.template-cart .sr-cart-hero__back{display:inline-flex;align-items:center;gap:7px;margin-bottom:24px;color:var(--sr-muted);font-size:12px;line-height:1;font-weight:650;text-decoration:none;transition:color .18s ease,transform .18s ease}body.template-cart .sr-cart-hero__back svg{width:15px;height:15px;transition:transform .18s ease}body.template-cart .sr-cart-hero__back:hover{color:var(--sr-ink);transform:translate(-2px)}body.template-cart .sr-cart-hero__back:hover svg{transform:translate(-2px)}body.template-cart .sr-cart-hero__main{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}body.template-cart .sr-cart-hero__eyebrow,body.template-cart .sr-cart-summary__eyebrow{margin-bottom:7px;color:var(--sr-green);font-size:10px;line-height:1;font-weight:800;letter-spacing:.14em;text-transform:uppercase}body.template-cart .sr-cart-hero__title{margin:0;color:var(--sr-ink);font-family:var(--sr-font)!important;font-size:clamp(34px,4vw,52px);line-height:.98;font-weight:750;letter-spacing:-.055em}body.template-cart .sr-cart-hero__description{max-width:590px;margin:14px 0 0;color:var(--sr-muted);font-size:14px;line-height:1.65;font-weight:450}body.template-cart .sr-cart-hero__count{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 14px;border:1px solid var(--sr-line);border-radius:999px;background:#fffc;color:var(--sr-muted);box-shadow:0 8px 24px #10182809;font-size:12px;font-weight:600;white-space:nowrap;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}body.template-cart .sr-cart-hero__count span{display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--sr-ink);color:#fff;font-size:11px;font-weight:750}body.template-cart .sr-cart-container{padding-top:34px;padding-bottom:96px}body.template-cart .m-cart{position:relative;margin:0}body.template-cart .m-cart>form{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,408px);gap:clamp(28px,3.4vw,48px);align-items:start}body.template-cart .m-cart__wrapper{min-width:0}body.template-cart .m-cart__header{display:none!important}body.template-cart .m-cart__items{display:grid;gap:16px}body.template-cart .m-cart__footer{display:block!important;position:sticky;top:104px;align-self:start}body.template-cart .m-cart--empty>form{display:block}body.template-cart .m-cart--empty .m-cart__footer{display:none!important}body.template-cart .m-cart.al-loading-overlay:after{border-radius:26px;background:#fafbf9ad;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}body.template-cart .m-cart.al-loading-bar:before{top:-2px;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--sr-green),#23a858,var(--sr-green));box-shadow:0 0 16px #137a3a4d}body.template-cart .m-cart-item{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr) 104px 124px 112px;gap:18px;align-items:center;width:100%;padding:20px;overflow:hidden;border:1px solid var(--sr-line);border-radius:24px;background:#fffffff0;box-shadow:var(--sr-shadow-sm);isolation:isolate;transition:transform .28s var(--sr-ease),box-shadow .28s var(--sr-ease),border-color .28s ease;animation:srCartItemIn .56s var(--sr-ease) both}body.template-cart .m-cart-item:nth-child(2){animation-delay:60ms}body.template-cart .m-cart-item:nth-child(3){animation-delay:.12s}body.template-cart .m-cart-item:nth-child(4){animation-delay:.18s}body.template-cart .m-cart-item:nth-child(5){animation-delay:.24s}body.template-cart .m-cart-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:0;background:linear-gradient(120deg,transparent 15%,rgba(255,255,255,.88) 48%,transparent 72%);transform:translate(-120%);transition:opacity .25s ease,transform .7s var(--sr-ease);pointer-events:none}@media(hover:hover){body.template-cart .m-cart-item:hover{border-color:#0c0d0e29;box-shadow:var(--sr-shadow-md);transform:translateY(-4px)}body.template-cart .m-cart-item:hover:before{opacity:.55;transform:translate(120%)}}body.template-cart .m-cart-item>.m-cart__column{min-width:0;padding:0}body.template-cart .m-cart-item__product{display:flex;align-items:center;min-width:0}body.template-cart .m-cart-item__image{position:relative;flex:0 0 132px;width:132px;height:152px;overflow:hidden;border:1px solid rgba(12,13,14,.07);border-radius:18px;background:#f0f1ef}body.template-cart .m-cart-item__image>a,body.template-cart .m-cart-item__image .m-cart-item__image-media,body.template-cart .m-cart-item__image .m-image,body.template-cart .m-cart-item__image .m-image__img,body.template-cart .m-cart-item__image img{display:block;width:100%;height:100%}body.template-cart .m-cart-item__image img{object-fit:cover;object-position:center;transition:transform .52s var(--sr-ease),filter .35s ease}@media(hover:hover){body.template-cart .m-cart-item:hover .m-cart-item__image img{filter:saturate(1.03) contrast(1.02);transform:scale(1.045)}}body.template-cart .m-cart-item__info{min-width:0;padding-left:20px}body.template-cart .sr-promo-pill{display:inline-flex;align-items:center;gap:6px;min-height:24px;margin-bottom:9px;padding:0 9px;border:1px solid rgba(19,122,58,.17);border-radius:999px;background:var(--sr-green-soft);color:var(--sr-green-dark);font-size:9px;line-height:1;font-weight:750;letter-spacing:.045em;text-transform:uppercase}body.template-cart .sr-promo-pill svg{width:12px;height:12px}body.template-cart .m-cart-item__title{display:block;max-width:360px;color:var(--sr-ink);font-size:15px;line-height:1.4;font-weight:720;letter-spacing:-.018em;text-decoration:none;transition:color .18s ease}body.template-cart .m-cart-item__title:hover{color:var(--sr-green-dark);text-decoration:none}body.template-cart .sr-cart-item__details{display:flex;flex-wrap:wrap;gap:5px 14px;margin:10px 0 0;padding:0;list-style:none}body.template-cart .m-cart-item__option,body.template-cart .m-cart-item__property,body.template-cart .m-cart-item__selling-plan{display:inline-flex;align-items:center;gap:4px;margin:0;color:var(--sr-muted);font-size:11px;line-height:1.45;font-weight:500}body.template-cart .m-cart-item__option .m\:font-medium,body.template-cart .m-cart-item__property .m\:font-medium{color:var(--sr-ink-soft);font-weight:700}body.template-cart .m-cart-item__option .m\:font-medium:after,body.template-cart .m-cart-item__property .m\:font-medium:after{content:":"}body.template-cart m-cart-remove-button{display:inline-flex;margin-top:13px}body.template-cart .m-cart-item__remove{display:inline-flex;align-items:center;gap:6px;margin:0;padding:0;border:0;background:transparent;color:#7b7f85;font-size:10px;line-height:1;font-weight:650;text-decoration:none;cursor:pointer;transition:color .18s ease,transform .18s ease}body.template-cart .m-cart-item__remove svg{width:14px;height:14px}body.template-cart .m-cart-item__remove:hover{color:#ba1b1b;transform:translate(1px)}body.template-cart .sr-cart-item__field-label{display:block;margin-bottom:8px;color:#93969b;font-size:9px;line-height:1;font-weight:750;letter-spacing:.1em;text-transform:uppercase}body.template-cart .m-cart__column--price,body.template-cart .m-cart__column--quantity,body.template-cart .m-cart__column--subtotal{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}body.template-cart .m-cart__column--subtotal{align-items:flex-end}body.template-cart .m-cart__column--subtotal .sr-cart-item__field-label{text-align:right}body.template-cart .m-cart-item__price,body.template-cart .m-cart-item__price--regular,body.template-cart .m-cart-item__price--final,body.template-cart .m-cart__column--subtotal{color:var(--sr-ink);font-size:13px;line-height:1.25;font-weight:720;white-space:nowrap}body.template-cart .m-cart-item__price p,body.template-cart .m-cart-item__price--regular p,body.template-cart .m-cart-item__price--final p{margin:0}body.template-cart .m-cart-item__price-discounted{display:flex;flex-direction:column;gap:3px}body.template-cart .m-cart-item__price--regular s{color:#9a9da2;font-size:11px;font-weight:500}body.template-cart .m-cart-item__price--final{color:var(--sr-green-dark)}body.template-cart .m-cart-item__unit-price{margin-top:4px;color:var(--sr-muted);font-size:10px;font-weight:500}body.template-cart .m-cart-item .m-quantity{display:grid;grid-template-columns:34px 42px 34px;width:110px;min-height:42px;margin:0;overflow:hidden;border:1px solid var(--sr-line-strong);border-radius:13px;background:#fff;box-shadow:0 4px 14px #10182808}body.template-cart .m-cart-item .m-quantity__button,body.template-cart .m-cart-item .m-quantity__input{width:100%;min-width:0;height:40px;min-height:40px;border:0;background:transparent}body.template-cart .m-cart-item .m-quantity__button{display:grid;place-items:center;color:#4f5257;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}body.template-cart .m-cart-item .m-quantity__button svg{width:15px;height:15px}body.template-cart .m-cart-item .m-quantity__button:hover:not(:disabled){background:#f1f2f0;color:var(--sr-ink)}body.template-cart .m-cart-item .m-quantity__button:active:not(:disabled){transform:scale(.88)}body.template-cart .m-cart-item .m-quantity__input{padding:0;color:var(--sr-ink);font-size:12px;font-weight:750;text-align:center;-webkit-appearance:textfield;appearance:textfield}body.template-cart .m-cart-item .m-quantity__input::-webkit-outer-spin-button,body.template-cart .m-cart-item .m-quantity__input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}body.template-cart .m-cart-item .m-cart__discount{margin-top:6px;color:var(--sr-green-dark);font-size:9px;line-height:1.3;font-weight:650}body.template-cart .foxkit-incart-items{grid-column:1 / -1}body.template-cart .sr-l3p2{margin:0 0 18px;animation:srCartPromoIn .62s var(--sr-ease) both}body.template-cart .sr-l3p2__box{position:relative;overflow:hidden;padding:22px;border:1px solid var(--sr-line);border-radius:24px;background:radial-gradient(circle at 100% 0,rgba(19,122,58,.08),transparent 15rem),#fff;box-shadow:var(--sr-shadow-sm);isolation:isolate}body.template-cart .sr-l3p2__box:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,#1ba553,var(--sr-green-dark))}body.template-cart .sr-l3p2__top{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:15px;align-items:start}body.template-cart .sr-l3p2__icon{display:grid;width:46px;height:46px;place-items:center;border:1px solid rgba(19,122,58,.14);border-radius:15px;background:var(--sr-green-soft);color:var(--sr-green-dark);box-shadow:0 10px 24px #137a3a14}body.template-cart .sr-l3p2__icon svg{width:23px;height:23px}body.template-cart .sr-l3p2__eyebrow{margin:1px 0 6px;color:var(--sr-green);font-size:9px;line-height:1;font-weight:800;letter-spacing:.14em;text-transform:uppercase}body.template-cart .sr-l3p2__title{margin:0;color:var(--sr-ink);font-family:var(--sr-font)!important;font-size:17px;line-height:1.3;font-weight:740;letter-spacing:-.022em}body.template-cart .sr-l3p2__subtitle{margin:6px 0 0;color:var(--sr-muted);font-size:12px;line-height:1.5;font-weight:450}body.template-cart .sr-l3p2__badge{display:grid;min-width:68px;min-height:52px;place-items:center;align-content:center;padding:8px 11px;border:1px solid rgba(19,122,58,.16);border-radius:15px;background:#eef8f1eb;color:var(--sr-green-dark);font-size:8px;line-height:1.1;font-weight:700;letter-spacing:.08em;text-transform:uppercase}body.template-cart .sr-l3p2__badge strong{display:block;margin-bottom:3px;font-size:14px;line-height:1;font-weight:800;letter-spacing:-.02em}body.template-cart .sr-l3p2__progress{margin-top:18px}body.template-cart .sr-l3p2__progress-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;color:var(--sr-muted);font-size:9px;line-height:1.2;font-weight:650}body.template-cart .sr-l3p2__progress-head span:last-child{color:var(--sr-green-dark)}body.template-cart .sr-l3p2__bar-track{height:6px;overflow:hidden;border-radius:999px;background:#e9ece9}body.template-cart .sr-l3p2__bar-fill{position:relative;height:100%;overflow:hidden;border-radius:inherit;background:linear-gradient(90deg,#28ac5c,var(--sr-green));box-shadow:0 0 0 1px #ffffff2e inset;transform-origin:left;animation:srCartProgress .9s var(--sr-ease) .14s both}body.template-cart .sr-l3p2__bar-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 10%,rgba(255,255,255,.38) 48%,transparent 80%);transform:translate(-110%);animation:srCartProgressShine 2.8s ease-in-out 1.1s infinite}body.template-cart .sr-l3p2__reward{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:16px;padding:10px;border:1px solid rgba(19,122,58,.14);border-radius:16px;background:#eef8f1b8}body.template-cart .sr-l3p2__reward-image{width:56px;height:56px;overflow:hidden;border-radius:12px;background:#e6ede8}body.template-cart .sr-l3p2__reward-image img{width:100%;height:100%;object-fit:cover}body.template-cart .sr-l3p2__reward-copy{min-width:0}body.template-cart .sr-l3p2__reward-copy>span{display:block;margin-bottom:4px;color:var(--sr-green-dark);font-size:8px;line-height:1;font-weight:800;letter-spacing:.1em;text-transform:uppercase}body.template-cart .sr-l3p2__reward-copy a{display:block;overflow:hidden;color:var(--sr-ink);font-size:11px;line-height:1.35;font-weight:700;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}body.template-cart .sr-l3p2__reward-price{display:flex;flex-direction:column;align-items:flex-end;gap:3px;white-space:nowrap}body.template-cart .sr-l3p2__reward-price s{color:#92969b;font-size:9px;font-weight:500}body.template-cart .sr-l3p2__reward-price strong{color:var(--sr-green-dark);font-size:12px;font-weight:800}body.template-cart .sr-l3p2__hint{display:flex;align-items:center;gap:8px;margin-top:15px;padding:10px 12px;border-radius:12px;background:#f6f7f5;color:var(--sr-muted);font-size:10px;line-height:1.45;font-weight:500}body.template-cart .sr-l3p2__hint svg{flex:0 0 15px;width:15px;height:15px;color:var(--sr-green)}body.template-cart .m-cart__footer--wrapper{position:relative;width:100%;overflow:hidden;padding:27px;border:1px solid var(--sr-line);border-radius:26px;background:#fffffff0;box-shadow:var(--sr-shadow-md);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);animation:srCartSummaryIn .62s var(--sr-ease) 90ms both}body.template-cart .m-cart__footer--wrapper:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,transparent,var(--sr-green) 35%,#28ab5c 65%,transparent);opacity:.72}body.template-cart .sr-cart-summary__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:22px}body.template-cart .sr-cart-summary__title{color:var(--sr-ink);font-family:var(--sr-font)!important;font-size:21px;line-height:1.2;font-weight:750;letter-spacing:-.035em}body.template-cart .sr-cart-summary__secure{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:0 9px;border:1px solid var(--sr-line);border-radius:999px;background:#fafbf9;color:#60646a;font-size:8px;line-height:1;font-weight:750;letter-spacing:.08em;text-transform:uppercase}body.template-cart .sr-cart-summary__secure svg{width:13px;height:13px}body.template-cart .sr-cart-summary__discounts:empty{display:none}body.template-cart .sr-l3p2__applied{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;margin-bottom:18px;padding:12px;border:1px solid rgba(19,122,58,.15);border-radius:15px;background:var(--sr-green-soft)}body.template-cart .sr-l3p2__applied-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:11px;background:var(--sr-green);color:#fff;box-shadow:0 7px 18px #137a3a2e}body.template-cart .sr-l3p2__applied-icon svg{width:17px;height:17px}body.template-cart .sr-l3p2__applied-title{color:var(--sr-green-dark);font-size:11px;line-height:1.25;font-weight:750}body.template-cart .sr-l3p2__applied-subtitle{margin-top:2px;color:#4f6b59;font-size:9px;line-height:1.25;font-weight:500}body.template-cart .sr-l3p2__applied-amount{color:var(--sr-green-dark);font-size:12px;font-weight:800;white-space:nowrap}body.template-cart .m-cart__discount{margin:0 0 16px;padding:0;list-style:none}body.template-cart .m-cart__discount--item{display:flex;align-items:center;gap:9px;color:var(--sr-green-dark);font-size:10px;line-height:1.35;font-weight:650}body.template-cart .m-cart__discount--item svg{width:16px;height:16px}body.template-cart .m-cart__discount--item span{display:flex;justify-content:space-between;gap:14px;width:100%}body.template-cart .m-cart__summary{margin:0}body.template-cart .sr-cart-summary__totals{display:grid;gap:4px}body.template-cart .sr-cart-summary__row,body.template-cart .m-cart__subtotal{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:34px}body.template-cart .sr-cart-summary__row-label{display:inline-flex;align-items:center;gap:7px;color:var(--sr-muted);font-size:12px;line-height:1.35;font-weight:500}body.template-cart .sr-cart-summary__row-label svg{width:16px;height:16px;color:var(--sr-green)}body.template-cart .sr-cart-summary__row-value{color:var(--sr-ink);font-size:12px;font-weight:700;text-align:right;white-space:nowrap}body.template-cart .sr-cart-summary__shipping-free{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:var(--sr-green-soft);color:var(--sr-green-dark);font-size:10px;font-weight:800}body.template-cart .sr-cart-summary__divider{height:1px;margin:14px 0 13px;background:var(--sr-line)}body.template-cart .m-cart__subtotal{min-height:auto}body.template-cart .m-cart__subtotal--label{color:var(--sr-ink);font-family:var(--sr-font)!important;font-size:16px;font-weight:720;letter-spacing:-.02em}body.template-cart .m-cart__subtotal--price{color:var(--sr-ink);font-family:var(--sr-font)!important;font-size:25px;line-height:1;font-weight:780;letter-spacing:-.045em;white-space:nowrap}body.template-cart .sr-cart-summary__savings{display:flex;align-items:center;gap:7px;margin-top:13px;padding:10px 11px;border-radius:12px;background:#f6f7f5;color:#65696e;font-size:9px;line-height:1.35;font-weight:500}body.template-cart .sr-cart-summary__savings svg{width:15px;height:15px;color:var(--sr-green)}body.template-cart .sr-cart-summary__savings strong{color:var(--sr-green-dark);font-weight:800}body.template-cart .m-cart__checkout{margin-top:20px}body.template-cart .m-cart__checkout-button .m-button{position:relative;display:flex;width:100%;min-height:58px;align-items:center;justify-content:center;overflow:hidden;padding:0 20px;border:1px solid #000;border-radius:16px;background:#0a0a0a;color:#fff;box-shadow:0 16px 30px #0000002b;font-size:13px;font-weight:750;letter-spacing:-.01em;text-transform:none;isolation:isolate;transition:transform .22s var(--sr-ease),box-shadow .22s ease,background .22s ease}body.template-cart .m-cart__checkout-button .m-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(110deg,transparent 15%,rgba(255,255,255,.18) 48%,transparent 75%);transform:translate(-120%);transition:transform .72s var(--sr-ease)}body.template-cart .m-cart__checkout-button .m-button:after{content:"";position:absolute;inset:auto 12% -80% 12%;z-index:-1;height:100%;border-radius:50%;background:#ffffff1c;filter:blur(22px);transition:transform .3s var(--sr-ease)}body.template-cart .sr-cart-checkout__content{display:inline-flex;align-items:center;justify-content:center;gap:11px}body.template-cart .sr-cart-checkout__arrow{width:17px;height:17px;transition:transform .22s var(--sr-ease)}@media(hover:hover){body.template-cart .m-cart__checkout-button .m-button:hover{background:#151515;box-shadow:0 20px 38px #00000038;transform:translateY(-2px)}body.template-cart .m-cart__checkout-button .m-button:hover:before{transform:translate(120%)}body.template-cart .m-cart__checkout-button .m-button:hover:after{transform:translateY(-18%)}body.template-cart .m-cart__checkout-button .m-button:hover .sr-cart-checkout__arrow{transform:translate(4px)}}body.template-cart .m-cart__checkout-button .m-button:active{box-shadow:0 10px 20px #00000026;transform:translateY(0) scale(.992)}body.template-cart .m-cart__checkout-button .m-button:focus-visible,body.template-cart .m-cart-item__remove:focus-visible,body.template-cart .m-quantity__button:focus-visible,body.template-cart .sr-cart-continue:focus-visible,body.template-cart .sr-cart-hero__back:focus-visible{outline:3px solid rgba(19,122,58,.25);outline-offset:3px}body.template-cart .additional-checkout-buttons{margin-top:12px}body.template-cart .sr-cart-checkout-meta{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;color:#797d82;font-size:9px;line-height:1.2;font-weight:550}body.template-cart .sr-cart-checkout-meta>div{display:inline-flex;align-items:center;gap:5px}body.template-cart .sr-cart-checkout-meta>span{width:3px;height:3px;border-radius:50%;background:#b1b4b8}body.template-cart .sr-cart-checkout-meta svg{width:13px;height:13px}body.template-cart .sr-cart-continue{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:100%;margin-top:16px;color:#64686e;font-size:10px;font-weight:650;text-align:center;text-decoration:none;transition:color .18s ease,gap .18s ease}body.template-cart .sr-cart-continue svg{width:13px;height:13px}body.template-cart .sr-cart-continue:hover{gap:8px;color:var(--sr-ink)}body.template-cart .m-cart__trust-badge{margin-top:18px;opacity:.74}body.template-cart .m-cart__empty{display:grid;max-width:640px;min-height:360px;margin:12px auto 0;place-items:center;align-content:center;padding:44px;border:1px solid var(--sr-line);border-radius:26px;background:#fff;box-shadow:var(--sr-shadow-sm);text-align:center}body.template-cart .sr-cart-empty__icon{display:grid;width:64px;height:64px;margin-bottom:19px;place-items:center;border-radius:20px;background:#f3f4f2;color:var(--sr-ink)}body.template-cart .sr-cart-empty__icon svg{width:30px;height:30px}body.template-cart .m-cart__empty h2{margin:0;color:var(--sr-ink);font-size:25px;font-weight:750;letter-spacing:-.035em}body.template-cart .m-cart__empty p{max-width:420px;margin:10px 0 22px;color:var(--sr-muted);font-size:13px;line-height:1.6}body.template-cart .m-cart__empty .m-button{min-height:48px;padding:0 24px;border-radius:14px;font-size:12px;font-weight:700}@media(max-width:1199px){body.template-cart .m-cart>form{grid-template-columns:minmax(0,1fr) 350px;gap:26px}body.template-cart .m-cart-item{grid-template-columns:minmax(0,1fr) 108px 110px;gap:14px}body.template-cart .m-cart__column--price{display:none}body.template-cart .m-cart-item__image{flex-basis:116px;width:116px;height:138px}}@media(max-width:991px){body.template-cart .sr-cart-hero{padding-top:30px}body.template-cart .sr-cart-container{padding-top:26px}body.template-cart .m-cart>form{grid-template-columns:1fr}body.template-cart .m-cart__footer{position:static}body.template-cart .m-cart__footer--wrapper{max-width:none}}@media(max-width:767px){body.template-cart .sr-cart-hero .container,body.template-cart .sr-cart-container{width:min(100% - 28px,1320px)}body.template-cart .sr-cart-hero{padding:24px 0 22px}body.template-cart .sr-cart-hero:after{width:calc(100% - 28px)}body.template-cart .sr-cart-hero__back{margin-bottom:19px}body.template-cart .sr-cart-hero__main{align-items:flex-end;gap:14px}body.template-cart .sr-cart-hero__title{font-size:34px}body.template-cart .sr-cart-hero__description{margin-top:10px;font-size:12px;line-height:1.55}body.template-cart .sr-cart-hero__count{min-height:34px;padding:0 10px;font-size:10px}body.template-cart .sr-cart-container{padding-top:20px;padding-bottom:56px}body.template-cart .sr-l3p2__box{padding:18px;border-radius:20px}body.template-cart .sr-l3p2__top{grid-template-columns:40px minmax(0,1fr);gap:12px}body.template-cart .sr-l3p2__icon{width:40px;height:40px;border-radius:13px}body.template-cart .sr-l3p2__badge{grid-column:2;justify-self:start;min-width:auto;min-height:28px;margin-top:2px;padding:0 9px;display:inline-flex;gap:4px}body.template-cart .sr-l3p2__badge strong{display:inline;margin:0;font-size:10px}body.template-cart .sr-l3p2__title{font-size:15px}body.template-cart .sr-l3p2__reward{grid-template-columns:48px minmax(0,1fr)}body.template-cart .sr-l3p2__reward-image{width:48px;height:48px}body.template-cart .sr-l3p2__reward-price{grid-column:2;align-items:flex-start;flex-direction:row;margin-top:-2px}body.template-cart .m-cart__items{gap:12px}body.template-cart .m-cart-item{grid-template-columns:minmax(0,1fr) auto;gap:15px 12px;padding:15px;border-radius:20px}body.template-cart .m-cart__column--product{grid-column:1 / -1}body.template-cart .m-cart-item__image{flex-basis:102px;width:102px;height:124px;border-radius:15px}body.template-cart .m-cart-item__info{padding-left:14px}body.template-cart .m-cart-item__title{font-size:13px}body.template-cart .sr-promo-pill{margin-bottom:7px;font-size:8px}body.template-cart .sr-cart-item__details{gap:4px 10px;margin-top:8px}body.template-cart .m-cart-item__option,body.template-cart .m-cart-item__property,body.template-cart .m-cart-item__selling-plan{font-size:10px}body.template-cart m-cart-remove-button{margin-top:10px}body.template-cart .m-cart__column--price{display:none}body.template-cart .m-cart__column--quantity{grid-column:1;align-items:flex-start}body.template-cart .m-cart__column--subtotal{grid-column:2;align-items:flex-end;display:flex!important}body.template-cart .sr-cart-item__field-label{margin-bottom:6px;font-size:8px}body.template-cart .m-cart-item .m-quantity{grid-template-columns:32px 38px 32px;width:102px;min-height:39px}body.template-cart .m-cart-item .m-quantity__button,body.template-cart .m-cart-item .m-quantity__input{height:37px;min-height:37px}body.template-cart .m-cart__footer--wrapper{padding:22px 18px;border-radius:22px}body.template-cart .sr-cart-summary__title{font-size:19px}body.template-cart .m-cart__subtotal--price{font-size:23px}body.template-cart .m-cart__checkout-button .m-button{min-height:55px;border-radius:14px}}@media(max-width:420px){body.template-cart .sr-cart-hero__count{display:none}body.template-cart .m-cart-item__image{flex-basis:88px;width:88px;height:110px}body.template-cart .m-cart-item__info{padding-left:12px}body.template-cart .sr-cart-checkout-meta{gap:7px;font-size:8px}}@keyframes srCartPromoIn{0%{opacity:0;transform:translateY(16px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes srCartItemIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes srCartSummaryIn{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes srCartProgress{0%{width:0}to{width:var(--sr-progress)}}@keyframes srCartProgressShine{0%,55%{transform:translate(-120%)}75%,to{transform:translate(120%)}}@media(prefers-reduced-motion:reduce){body.template-cart *,body.template-cart *:before,body.template-cart *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/121/assets/sr-cart-professional.css.map */
