#CrCartPage{position:relative;min-height:70vh;padding:58px 0 88px;background:linear-gradient(180deg,color-mix(in srgb,var(--color-mint) 12%,var(--bg-page)) 0,var(--bg-page) 220px)}#CrCartPage *{box-sizing:border-box}#CrCartPage button,#CrCartPage a{font:inherit}.cr-cartpage__inner{width:min(1240px,calc(100% - 48px));margin:0 auto}.cr-cartpage__header{max-width:720px;margin-bottom:28px}.cr-cartpage__header .cr-overline{display:inline-flex;margin:0 0 10px;padding:7px 12px;border-radius:999px;background:color-mix(in srgb,var(--color-mint) 55%,var(--bg-page));color:var(--brand-hover)}.cr-cartpage__header .cr-h1{margin:0;font-size:clamp(42px,5vw,68px);line-height:.98}.cr-cartpage__intro{max-width:610px;margin:13px 0 0;font-size:17px;line-height:1.5;color:var(--text-secondary)}.cr-cartpage__ship{display:grid;grid-template-columns:52px minmax(0,1fr);gap:0 14px;align-items:center;margin:0 0 24px;padding:16px 18px;border:1px solid color-mix(in srgb,var(--brand) 26%,var(--border-default));border-radius:20px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-mint) 52%,var(--bg-page)),var(--bg-page));box-shadow:0 8px 22px #14342a0f}.cr-cartpage__ship--won{border-color:color-mix(in srgb,var(--brand) 42%,var(--border-default));background:linear-gradient(135deg,color-mix(in srgb,var(--color-mint) 70%,var(--bg-page)),var(--bg-page))}.cr-cartpage__ship-icon{display:grid;grid-row:1;place-items:center;width:52px;height:52px;border:1px solid color-mix(in srgb,var(--brand) 26%,var(--border-default));border-radius:50%;background:var(--bg-page);color:var(--brand-hover)}.cr-cartpage__ship-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cr-cartpage__ship-copy{display:flex;align-items:baseline;justify-content:space-between;gap:18px;min-width:0}.cr-cartpage__ship-copy strong{font-family:var(--font-display),sans-serif;font-size:21px;line-height:1.15;color:var(--brand-hover)}.cr-cartpage__ship-copy span{font-size:14px;line-height:1.35;color:var(--text-secondary)}.cr-cartpage__ship-copy b{color:var(--text-primary)}.cr-cartpage__ship-track{position:relative;grid-column:1/-1;height:10px;margin-top:14px;overflow:visible;border-radius:999px;background:color-mix(in srgb,var(--brand) 13%,var(--bg-page))}.cr-cartpage__ship-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand),var(--accent-sun))}.cr-cartpage__ship-track i{display:grid;place-items:center;position:absolute;right:-2px;top:50%;width:28px;height:28px;transform:translateY(-50%);border:2px solid var(--bg-page);border-radius:50%;background:var(--accent-sun);font-style:normal;font-weight:900;color:var(--brand-hover);box-shadow:0 2px 6px #14342a24}.cr-cartpage__grid{display:grid;grid-template-columns:minmax(0,1fr) 356px;gap:26px;align-items:start}.cr-cartpage__main{min-width:0}.cr-cartpage__lines{display:grid;gap:12px}.cr-cartpage__line{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:18px;align-items:center;padding:16px;border:1px solid var(--border-default);border-radius:20px;background:var(--bg-page);box-shadow:0 7px 22px #14342a0b}.cr-cartpage__line--gift{border:1px solid color-mix(in srgb,var(--brand) 56%,var(--border-default));background:linear-gradient(135deg,color-mix(in srgb,var(--color-mint) 76%,var(--bg-page)),color-mix(in srgb,var(--color-mint) 52%,var(--bg-page)));box-shadow:0 8px 22px #14342a14}.cr-cartpage__image{width:112px;height:112px;border-radius:16px;object-fit:cover;background:var(--bg-subtle)}.cr-cartpage__line--gift .cr-cartpage__image{object-fit:contain}.cr-cartpage__details{min-width:0}.cr-cartpage__line-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cr-cartpage__name{font-family:var(--font-display),sans-serif;font-size:22px;font-weight:800;line-height:1.14;color:var(--text-primary);text-decoration:none}.cr-cartpage__name:hover{text-decoration:underline}.cr-cartpage__meta{margin:5px 0 0;font-size:15px;line-height:1.35;color:var(--text-secondary)}.cr-cartpage__line--gift .cr-cartpage__meta{font-weight:700;color:var(--brand-hover)}.cr-cartpage__line--gift .cr-cartpage__meta strong{position:relative;z-index:0;font-weight:900;color:var(--brand-hover)}.cr-cartpage__line--gift .cr-cartpage__meta strong:after{content:"";position:absolute;z-index:-1;left:-2px;right:-2px;bottom:0;height:.42em;border-radius:3px;background:color-mix(in srgb,var(--accent-sun) 58%,transparent)}.cr-cartpage__discount{display:inline-flex;align-items:center;margin-top:9px;padding:5px 9px;border-radius:999px;background:color-mix(in srgb,var(--brand) 11%,var(--bg-page));font-size:13px;font-weight:800;line-height:1;color:var(--brand-hover)}.cr-cartpage__remove{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;padding:0;border:0;border-radius:50%;background:transparent;font-size:28px;line-height:1;color:var(--text-secondary);cursor:pointer}.cr-cartpage__remove:hover{background:var(--bg-subtle);color:var(--brand-hover)}.cr-cartpage__controls{display:flex;align-items:center;margin-top:16px}.cr-cartpage__qty{display:grid;grid-template-columns:44px 48px 44px;min-height:44px;overflow:hidden;border:1px solid var(--border-default);border-radius:999px;background:var(--bg-page)}.cr-cartpage__qty button,.cr-cartpage__qty span{display:grid;place-items:center;height:44px}.cr-cartpage__qty button{padding:0;border:0;background:transparent;font-size:22px;font-weight:800;color:var(--text-primary);cursor:pointer}.cr-cartpage__qty button:hover{background:var(--bg-subtle)}.cr-cartpage__qty span{border-right:1px solid var(--border-default);border-left:1px solid var(--border-default);font-family:var(--font-display),sans-serif;font-size:17px;font-weight:800;color:var(--text-primary)}.cr-cartpage__price{display:flex;flex-direction:column;align-items:flex-end;gap:5px;min-width:105px;text-align:right}.cr-cartpage__price span{font-size:14px;color:var(--text-secondary)}.cr-cartpage__price strong{font-family:var(--font-display),sans-serif;font-size:27px;line-height:1;color:var(--text-primary)}.cr-cartpage__price--gift strong{order:0;color:var(--brand-hover)}.cr-cartpage__price--gift span{order:1;font-weight:700}.cr-cartpage__bundle{margin-top:18px;padding:20px;border:1px solid color-mix(in srgb,var(--brand) 24%,var(--border-default));border-radius:22px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-mint) 48%,var(--bg-page)),var(--bg-page));box-shadow:0 8px 22px #14342a0e}.cr-cartpage__bundle-head{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:12px;align-items:center}.cr-cartpage__bundle-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:var(--brand);color:#fff}.cr-cartpage__bundle-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cr-cartpage__bundle h2{margin:0;font-family:var(--font-display),sans-serif;font-size:22px;line-height:1.08;color:var(--text-primary)}.cr-cartpage__bundle-head p{margin:4px 0 0;font-size:14px;color:var(--text-secondary)}.cr-cartpage__saving{display:inline-flex;align-items:center;min-height:36px;padding:7px 12px;border-radius:999px;background:var(--brand);font-size:13px;font-weight:850;line-height:1;color:#fff;white-space:nowrap}.cr-cartpage__bundle-msg{margin:14px 0 0;font-size:14px;font-weight:800;color:var(--brand-hover)}.cr-cartpage__tiers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.cr-cartpage__tier{position:relative;display:flex;flex-direction:column;align-items:flex-start;min-height:112px;padding:16px;border:1px solid var(--border-default);border-radius:18px;background:var(--bg-page);text-align:left;color:var(--text-primary);cursor:pointer}.cr-cartpage__tier:hover{border-color:var(--brand)}.cr-cartpage__tier.is-active{border:2px solid var(--brand);padding:15px;background:color-mix(in srgb,var(--color-mint) 58%,var(--bg-page));box-shadow:0 6px 14px #14342a17}.cr-cartpage__tier b{position:absolute;top:-9px;left:14px;padding:3px 8px;border-radius:999px;background:var(--brand);font-size:9px;font-weight:900;line-height:1;letter-spacing:.07em;text-transform:uppercase;color:#fff}.cr-cartpage__tier span{font-size:15px;font-weight:850;line-height:1.1}.cr-cartpage__tier strong{margin-top:8px;font-family:var(--font-display),sans-serif;font-size:29px;line-height:1;color:var(--brand-hover)}.cr-cartpage__tier small{margin-top:8px;font-size:13px;color:var(--text-secondary)}.cr-cartpage__bundle-note{margin:14px 0 0;font-size:13px;color:var(--text-secondary)}.cr-cartpage__offers{margin-top:18px;padding-top:18px;border-top:1px solid var(--border-default)}.cr-cartpage__offers-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.cr-cartpage__offers-head h2{margin:0;font-family:var(--font-display),sans-serif;font-size:19px;color:var(--text-primary)}.cr-cartpage__offers-head a{font-size:13px;font-weight:800;color:var(--brand-hover);text-decoration:none}.cr-cartpage__offer{display:grid;grid-template-columns:68px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px;border:1px solid var(--border-default);border-radius:16px;background:var(--bg-page)}.cr-cartpage__offer-image{width:68px;height:68px;border-radius:13px;object-fit:cover;background:var(--bg-subtle)}.cr-cartpage__offer h3{margin:0;font-size:15px;line-height:1.2;color:var(--text-primary)}.cr-cartpage__offer p{margin:4px 0 0;font-size:13px;line-height:1.35;color:var(--text-secondary)}.cr-cartpage__offer button{min-width:72px;min-height:44px;padding:0 16px;border:1px solid var(--brand);border-radius:999px;background:transparent;font-weight:800;color:var(--brand);cursor:pointer}.cr-cartpage__offer button:hover{background:var(--brand);color:#fff}.cr-cartpage__summary{position:sticky;top:24px;padding:24px;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--border-default));border-radius:22px;background:linear-gradient(145deg,color-mix(in srgb,var(--color-mint) 26%,var(--bg-page)),var(--bg-page));box-shadow:0 10px 28px #14342a13}.cr-cartpage__summary-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.cr-cartpage__summary-head span{font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-hover)}.cr-cartpage__summary-head strong{font-family:var(--font-display),sans-serif;font-size:32px;line-height:1;color:var(--text-primary)}.cr-cartpage__summary>p{margin:12px 0 18px;font-size:13px;line-height:1.45;color:var(--text-secondary)}.cr-cartpage__summary form{margin:0}.cr-cartpage__summary .cr-btn{width:100%;min-height:52px}.cr-cartpage__continue{display:flex;justify-content:center;margin-top:10px;padding:7px;font-size:13px;font-weight:800;color:var(--brand-hover);text-decoration:none}.cr-cartpage__continue:hover{text-decoration:underline}.cr-cartpage__trust{display:grid;gap:6px;margin-top:18px;padding-top:16px;border-top:1px solid var(--border-default);font-size:12px;color:var(--text-secondary)}.cr-cartpage__empty{display:grid;justify-items:center;max-width:680px;margin:42px auto 0;padding:44px;border:1px solid var(--border-default);border-radius:24px;background:var(--bg-page);text-align:center;box-shadow:0 10px 30px #14342a0f}.cr-cartpage__empty img{width:64px;height:64px}.cr-cartpage__empty h2{margin:18px 0 6px;font-family:var(--font-display),sans-serif;font-size:27px;color:var(--text-primary)}.cr-cartpage__empty p{max-width:450px;margin:0 0 20px;color:var(--text-secondary)}.cr-cartpage__busy{display:grid;place-items:center;position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;background:#f4f8f4a8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .15s ease}.cr-cartpage__busy[hidden]{display:none}.cr-cartpage__busy.is-visible{opacity:1;pointer-events:auto}.cr-cartpage__busy>span{display:grid;justify-items:center;gap:8px;padding:15px 20px;border:1px solid color-mix(in srgb,var(--brand) 26%,var(--border-default));border-radius:18px;background:var(--bg-page);box-shadow:0 14px 38px #14342a24;color:var(--brand-hover)}.cr-cartpage__busy img{width:48px;height:48px;animation:crCartPageFloat .85s ease-in-out infinite alternate}.cr-cartpage__busy b{font-size:13px}.cr-cartpage__status{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@keyframes crCartPageFloat{to{transform:translateY(-6px)}}@media(max-width:900px){#CrCartPage{padding-top:36px}.cr-cartpage__inner{width:min(760px,calc(100% - 32px))}.cr-cartpage__grid{grid-template-columns:1fr}.cr-cartpage__summary{position:static}}@media(max-width:600px){#CrCartPage{padding:24px 0 52px}.cr-cartpage__inner{width:calc(100% - 24px)}.cr-cartpage__header{margin-bottom:18px}.cr-cartpage__header .cr-overline{margin-bottom:7px;padding:5px 9px;font-size:10px}.cr-cartpage__header .cr-h1{font-size:40px}.cr-cartpage__intro{margin-top:8px;font-size:14px}.cr-cartpage__ship{grid-template-columns:40px minmax(0,1fr);gap:0 10px;margin-bottom:14px;padding:11px 12px;border-radius:16px}.cr-cartpage__ship-icon{width:40px;height:40px}.cr-cartpage__ship-icon svg{width:22px;height:22px}.cr-cartpage__ship-copy{display:block}.cr-cartpage__ship-copy strong{display:block;font-size:16px}.cr-cartpage__ship-copy span{display:block;margin-top:1px;font-size:12px}.cr-cartpage__ship-track{height:8px;margin-top:10px}.cr-cartpage__line{grid-template-columns:72px minmax(0,1fr);gap:11px;padding:10px;border-radius:16px}.cr-cartpage__line--gift{grid-template-columns:64px minmax(0,1fr) auto;padding:8px}.cr-cartpage__image{width:72px;height:72px;border-radius:13px}.cr-cartpage__line--gift .cr-cartpage__image{width:64px;height:64px}.cr-cartpage__name{font-size:17px}.cr-cartpage__meta{font-size:12.5px}.cr-cartpage__discount{margin-top:6px;padding:4px 7px;font-size:11px}.cr-cartpage__line:not(.cr-cartpage__line--gift) .cr-cartpage__price{grid-column:2;grid-row:2;justify-self:end;margin-top:-44px}.cr-cartpage__price{min-width:74px}.cr-cartpage__price span{font-size:11px}.cr-cartpage__price strong{font-size:21px}.cr-cartpage__controls{margin-top:10px}.cr-cartpage__qty{grid-template-columns:40px 44px 40px}.cr-cartpage__remove{width:38px;height:38px}.cr-cartpage__bundle{margin-top:14px;padding:13px;border-radius:18px}.cr-cartpage__bundle-head{grid-template-columns:40px minmax(0,1fr);gap:9px}.cr-cartpage__bundle-icon{width:40px;height:40px}.cr-cartpage__bundle-icon svg{width:21px;height:21px}.cr-cartpage__bundle h2{font-size:17px}.cr-cartpage__bundle-head p{font-size:12px}.cr-cartpage__saving{grid-column:1/-1;justify-self:start;min-height:28px;padding:5px 9px;font-size:11px}.cr-cartpage__bundle-msg{margin-top:10px;font-size:12px}.cr-cartpage__tiers{gap:8px;margin-top:10px}.cr-cartpage__tier{min-height:92px;padding:12px 10px 9px;border-radius:14px}.cr-cartpage__tier.is-active{padding:11px 9px 8px}.cr-cartpage__tier b{top:-7px;left:10px;padding:2px 6px;font-size:8px}.cr-cartpage__tier span{font-size:13px}.cr-cartpage__tier strong{margin-top:6px;font-size:23px}.cr-cartpage__tier small{margin-top:5px;font-size:11px}.cr-cartpage__bundle-note{margin-top:10px;font-size:11px}.cr-cartpage__offers{margin-top:14px;padding-top:14px}.cr-cartpage__offer{grid-template-columns:56px minmax(0,1fr) auto;gap:10px;padding:9px}.cr-cartpage__offer-image{width:56px;height:56px}.cr-cartpage__offer h3{font-size:13px}.cr-cartpage__offer p{font-size:11.5px}.cr-cartpage__offer button{min-width:62px;padding:0 12px}.cr-cartpage__summary{padding:17px;border-radius:18px}.cr-cartpage__summary-head strong{font-size:27px}.cr-cartpage__summary .cr-btn{min-height:48px}}@media(max-width:359px){.cr-cartpage__line--gift{grid-template-columns:54px minmax(0,1fr) auto;gap:7px;padding:6px}.cr-cartpage__line--gift .cr-cartpage__image{width:54px;height:54px}.cr-cartpage__line--gift .cr-cartpage__name{font-size:14px}.cr-cartpage__line--gift .cr-cartpage__meta{font-size:10.5px}.cr-cartpage__tiers{grid-template-columns:1fr}.cr-cartpage__tier{min-height:84px}.cr-cartpage__offer{grid-template-columns:50px minmax(0,1fr)}.cr-cartpage__offer-image{width:50px;height:50px}.cr-cartpage__offer button{grid-column:1/-1;width:100%}}@media(prefers-reduced-motion:no-preference){.cr-cartpage__ship-fill{transition:width .42s cubic-bezier(.23,1,.32,1)}.cr-cartpage__tier,.cr-cartpage__offer button,.cr-cartpage__remove,.cr-cartpage__qty button{transition:transform .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease}.cr-cartpage__tier:active,.cr-cartpage__offer button:active,.cr-cartpage__remove:active{transform:scale(.98)}}@media(prefers-reduced-motion:reduce){.cr-cartpage__busy img{animation:none}.cr-cartpage__busy{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/cappyroots-cart-page.css.map */
