/* Evopure — the bag drawer (evopure-cart.php), v2. White panel over a blurred, dimmed page; one column; hairlines; DM Sans 300 body; New Spirit for the
   title and product names only; caps for labels; coral for savings and the free-delivery fill; the site button. No shadows. Tokens from chrome.css. */
.evo-header .evo-cart .elementor-menu-cart__container { display: none !important; }
.evo-bag { position: fixed; inset: 0; z-index: 100001; display: none; font-family: var(--e-global-typography-body-font-family), sans-serif; font-weight: 300; color: var(--evo-charcoal); }
.evo-bag.is-open { display: block; }
.evo-bag__scrim { position: absolute; inset: 0; background: color-mix(in srgb, var(--evo-navy-deep) 34%, transparent); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); opacity: 0; transition: opacity 420ms var(--evo-ease); }
.evo-bag.is-in .evo-bag__scrim { opacity: 1; }
.evo-bag__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(520px, 100vw); background: var(--evo-white); transform: translateX(40px); opacity: 0; transition: transform 420ms var(--evo-ease), opacity 320ms var(--evo-ease); outline: 0; display: flex; flex-direction: column; }
.evo-bag.is-in .evo-bag__panel { transform: none; opacity: 1; }
.evo-bag__inner { display: flex; flex-direction: column; height: 100%; overflow-y: auto; overscroll-behavior: contain; padding: 0 36px 28px; }
.evo-bag__head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 26px 0 18px; background: var(--evo-white); }
.evo-bag__title { margin: 0; font-family: var(--e-global-typography-h3-font-family), serif; font-weight: 700; font-style: italic; font-size: 28px; line-height: 1; color: var(--evo-navy); }
.evo-bag__count { display: inline-block; vertical-align: 6px; margin-left: 10px; min-width: 22px; height: 22px; padding: 0 7px; border-radius: 11px; background: var(--evo-navy); color: var(--evo-white); font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w); font-style: normal; font-size: 11px; line-height: 22px; text-align: center; }
.evo-bag__close, .evo-bag__remove { width: 36px; height: 36px; padding: 0; border: 0 !important; background: transparent !important; color: var(--evo-navy) !important; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; border-radius: 0 !important; box-shadow: none !important; outline: 0 !important; transition: opacity var(--evo-t-hover) var(--evo-ease); }
.evo-bag__close { margin-right: -8px; }
.evo-bag__close:hover, .evo-bag__close:focus-visible, .evo-bag__remove:hover, .evo-bag__remove:focus-visible { opacity: .55; background: transparent !important; color: var(--evo-navy) !important; }
/* skeleton while the first fetch lands */
.evo-bag__skel { padding: 20px 0; }
.evo-bag__skel i { display: block; height: 88px; margin: 0 0 18px; background: linear-gradient(90deg, var(--evo-page) 25%, var(--evo-white) 50%, var(--evo-page) 75%); background-size: 400% 100%; animation: evo-bag-skel 1.4s ease infinite; border-radius: 0 var(--evo-radius-sig) 0 0; }
.evo-bag__skel i:first-child { height: 40px; }
@keyframes evo-bag-skel { 0% { background-position: 100% 0; } 100% { background-position: 0 0; } }
/* free delivery */
.evo-bag__ship { padding: 4px 0 20px; border-bottom: 1px solid var(--evo-line); }
.evo-bag__ship p { margin: 0 0 12px; font-size: 15px; line-height: 1.4; color: var(--evo-charcoal); }
.evo-bag__ship p b { font-weight: 500; color: var(--evo-navy); }
.evo-bag__ship.is-done p { font-weight: 500; color: var(--evo-navy); }
.evo-bag__bar { display: block; height: 10px; border-radius: 0 var(--evo-radius-sig) 0 0; background: color-mix(in srgb, var(--evo-navy) 9%, transparent); overflow: hidden; }
.evo-bag__bar i { display: block; height: 100%; border-radius: 0 var(--evo-radius-sig) 0 0; background: var(--evo-offer); transition: width var(--evo-t-section) var(--evo-ease); }
.evo-bag__ship.is-done .evo-bag__bar i { background: var(--evo-navy); }
/* items */
.evo-bag__items { list-style: none; margin: 0; padding: 0; }
.evo-bag__item { display: grid; grid-template-columns: 92px minmax(0, 1fr) auto; column-gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--evo-line); }
.evo-bag__img { display: block; width: 92px; aspect-ratio: 1 / 1; overflow: hidden; background: var(--evo-page); border-radius: 0 var(--evo-radius-sig) 0 0; }
.evo-bag__img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.evo-bag__body { min-width: 0; }
.evo-bag__name { margin: 2px 0 0; font-family: var(--e-global-typography-h3-font-family), serif; font-weight: 700; font-style: italic; font-size: 20px; line-height: 1.1; color: var(--evo-navy); }
.evo-bag__name a { color: inherit; text-decoration: none; }
.evo-bag__variant { margin: 6px 0 0; font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--evo-slate); }
.evo-bag__plan { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; margin: 10px 0 0; font-size: 13.5px; line-height: 1.4; color: var(--evo-charcoal); }
.evo-bag__tag { display: inline-block; padding: 5px 8px 4px; background: var(--evo-page); color: var(--evo-navy); font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; line-height: 1; }
.evo-bag__tag--sub { background: var(--evo-navy); color: var(--evo-white); }
.evo-bag__every { font-weight: 300; color: var(--evo-charcoal); }
.evo-bag__plan.is-sub { display: grid; grid-template-columns: auto; justify-items: start; gap: 6px; }
.evo-bag__every { font-weight: 400; color: var(--evo-navy); }
.evo-bag__then { margin-top: -3px; font-size: 12.5px; color: var(--evo-slate); }
.evo-bag__row { display: flex; align-items: center; margin-top: 14px; }
.evo-bag__qty { display: inline-flex; align-items: center; height: 36px; border: 1px solid color-mix(in srgb, var(--evo-navy) 30%, transparent); }
.evo-bag__qty button { width: 34px; height: 100%; padding: 0; border: 0 !important; border-radius: 0 !important; background: transparent !important; color: var(--evo-slate) !important; font-size: 17px; line-height: 1; cursor: pointer; box-shadow: none !important; transition: color var(--evo-t-hover) var(--evo-ease); }
.evo-bag__qty button:hover, .evo-bag__qty button:focus-visible { color: var(--evo-navy) !important; background: transparent !important; outline: 0; }
.evo-bag__qty span { min-width: 30px; text-align: center; font-weight: 500; font-size: 15px; color: var(--evo-navy); }
.evo-bag__side { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.evo-bag__remove { margin: -6px -10px 0 0; width: 32px; height: 32px; color: var(--evo-slate) !important; }
.evo-bag__price { margin: 0; text-align: right; line-height: 1.25; }
.evo-bag__price s { display: block; font-size: 13px; color: var(--evo-slate); text-decoration: line-through; }
.evo-bag__price b { display: block; font-weight: 500; font-size: 17px; color: var(--evo-navy); font-variant-numeric: tabular-nums; }
.evo-bag__price em { display: block; margin-top: 3px; font-style: normal; font-size: 12px; font-weight: 500; color: var(--evo-offer); }
/* empty */
.evo-bag__empty { padding: 36px 0; }
.evo-bag__empty-title { margin: 0 0 8px; font-family: var(--e-global-typography-h3-font-family), serif; font-weight: 700; font-style: italic; font-size: 24px; color: var(--evo-navy); }
.evo-bag__empty p { margin: 0 0 22px; font-size: 16px; }
/* complete your routine: rows, not cards */
.evo-bag__upsell { padding: 24px 0 8px; }
.evo-bag__eyebrow { margin: 0 0 6px; font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--evo-navy); }
.evo-bag__ups { list-style: none; margin: 0; padding: 0; }
.evo-bag__up { display: grid; grid-template-columns: 64px minmax(0, 1fr); column-gap: 16px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--evo-line); }
.evo-bag__up:last-child { border-bottom: 0; }
.evo-bag__up-img { display: block; width: 64px; aspect-ratio: 1 / 1; overflow: hidden; background: var(--evo-page); border-radius: 0 var(--evo-radius-sig) 0 0; }
.evo-bag__up-img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.evo-bag__up-body { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: auto auto; column-gap: 12px; align-items: center; }
.evo-bag__up-name { grid-column: 1; margin: 0; font-family: var(--e-global-typography-h3-font-family), serif; font-weight: 700; font-style: italic; font-size: 16px; line-height: 1.15; color: var(--evo-navy); }
.evo-bag__up-name a { color: inherit; text-decoration: none; }
.evo-bag__up-price { grid-column: 1; margin: 3px 0 0; font-size: 13px; color: var(--evo-slate); }
.evo-bag__up-price b { font-weight: 500; color: var(--evo-navy); }
.evo-bag__up-price span { margin-left: 8px; }
.evo-bag__up-actions { grid-column: 2; grid-row: 1 / span 2; display: flex; gap: 6px; }
/* a PAIR of buttons: both outlined at rest, the one under the pointer fills navy with the signature corner (never two different fills side by side) */
.evo-bag__up-add, .evo-bag__up-add--sub { height: 34px; padding: 0 12px; border: 1px solid var(--evo-navy) !important; background: transparent !important; color: var(--evo-navy) !important; border-radius: 0 !important; cursor: pointer; box-shadow: none !important; font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif !important; font-weight: var(--evo-caps-w) !important; font-size: 10px !important; letter-spacing: .14em !important; text-transform: uppercase !important; transition: background-color var(--evo-t-hover) var(--evo-ease), color var(--evo-t-hover) var(--evo-ease), border-radius var(--evo-t-hover) var(--evo-ease); }
.evo-bag__up-add:is(:hover, :focus-visible, :active) { background: var(--evo-navy) !important; color: var(--evo-white) !important; border-radius: 0 var(--evo-radius-sig) 0 0 !important; outline: 0; }
/* footer */
.evo-bag__foot { position: sticky; bottom: 0; margin-top: auto; padding: 16px 0 0; background: var(--evo-white); border-top: 1px solid var(--evo-line); }
.evo-bag__subtotal, .evo-bag__saving { display: flex; justify-content: space-between; align-items: baseline; margin: 0; }
.evo-bag__subtotal span { font-family: var(--e-global-typography-body-font-family), sans-serif; font-weight: 500; font-size: 17px; color: var(--evo-navy); }
.evo-bag__subtotal b { font-weight: 500; font-size: 22px; color: var(--evo-navy); font-variant-numeric: tabular-nums; }
.evo-bag__saving { margin-top: 6px; }
.evo-bag__saving span { font-size: 14.5px; font-weight: 400; color: var(--evo-offer); }
.evo-bag__saving b { font-weight: 500; font-size: 14.5px; color: var(--evo-offer); }
.evo-bag__note { margin: 8px 0 16px; font-size: 13px; font-weight: 300; color: var(--evo-slate); }
.evo-bag .evo-btn.evo-bag__checkout { display: flex; width: 100%; min-height: 54px; }
.evo-bag__logos { display: flex; justify-content: center; gap: 8px; margin: 14px 0 0; }
.evo-bag__logos img { height: 20px; width: auto; opacity: .9; }
.evo-bag__trust { margin: 10px 0 0; font-family: var(--e-global-typography-subheadcaps-font-family), sans-serif; font-weight: var(--evo-caps-w); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; text-align: center; color: var(--evo-slate); }
.evo-bag.is-busy .evo-bag__items, .evo-bag.is-busy .evo-bag__upsell, .evo-bag.is-busy .evo-bag__foot { opacity: .55; pointer-events: none; transition: opacity var(--evo-t-hover) var(--evo-ease); }
html.evo-bag-open, html.evo-bag-open body { overflow: hidden; }
@media (max-width: 767px) {
	.evo-bag__panel { width: 100vw; }
	.evo-bag__inner { padding: 0 20px 20px; }
	.evo-bag__head { padding: 20px 0 14px; }
	.evo-bag__title { font-size: 26px; }
	.evo-bag__item { grid-template-columns: 76px minmax(0, 1fr) auto; column-gap: 14px; padding: 18px 0; }
	.evo-bag__img { width: 76px; }
	.evo-bag__name { font-size: 18px; }
	.evo-bag__up-body { grid-template-columns: minmax(0, 1fr); }
	.evo-bag__up-actions { grid-column: 1; grid-row: 3; margin-top: 8px; }
}
@media (prefers-reduced-motion: reduce) { .evo-bag__panel, .evo-bag__scrim, .evo-bag__bar i { transition: none; } .evo-bag__skel i { animation: none; } }
