/**
 * Simple Package card — shop card design (collapsed "Choose your package" card +
 * popup of simple variant cards).
 *
 * SHOP-ONLY, scoped under .sbr-sp (collapsed card) and .sbr-sp-popup (modal).
 * Two collapsed views from one markup: .sbr-sp--small (vertical grid) and
 * .sbr-sp--wide (full-width horizontal). Per-family tint via
 * .sbr-sp--{lasso|highlighter|whitening|sensitive|floss}; ribbon tone via
 * .sbr-sp-ribbon--{navy|berry|purple|green}. The popup variant cards reuse the
 * same Simple-Shelf visual language; each carries the real add-to-cart contract.
 */

.sbr-sp, .sbr-sp *,
.sbr-sp-popup, .sbr-sp-popup * { box-sizing: border-box; }

.sbr-sp {
	--sp-ui: 'Open Sans', sans-serif;
	--sp-disp: 'Montserrat', sans-serif;
	--sp-ink: #1f2524;
	--sp-ink2: #3f4d4c;
	--sp-slate: #6b7877;
	--sp-faint: #9aa7a6;
	--sp-line: #e9eceb;
	--sp-pink: var(--shop-action, #fa319e);
	/* tint defaults (lasso) */
	--sp-from: #e6f4f6;
	--sp-to: #cfe7ec;
	--sp-accent: var(--shop-card-accent, #0e9aa6);

	display: block;
	font-family: var(--sp-ui);
	color: var(--sp-ink);
	text-align: left;
}
.sbr-sp--lasso       { --sp-from:#e6f4f6; --sp-to:#cfe7ec; --sp-accent:var(--shop-card-accent,#0e9aa6); }
.sbr-sp--highlighter { --sp-from:#f1ecf7; --sp-to:#e4d7ef; --sp-accent:var(--shop-card-accent,#7a4f9c); }
.sbr-sp--whitening   { --sp-from:#f7e8f1; --sp-to:#eed4e6; --sp-accent:var(--shop-card-accent,#9e1e82); }
.sbr-sp--sensitive   { --sp-from:#e8f6f3; --sp-to:#d3e9e6; --sp-accent:var(--shop-card-accent,#0e8f86); }
.sbr-sp--floss       { --sp-from:#e8f6f3; --sp-to:#d3e9e6; --sp-accent:var(--shop-card-accent,#0e8f86); }

.sbr-sp-col .vc_column-inner,
.sbr-sp-col .wpb_wrapper { padding: 0; margin: 0; }
.sbr-sp a { text-decoration: none; }
.sbr-sp img, .sbr-sp-popup img { display: block; max-width: 100%; }
.sbr-sp-stars { display: inline-flex; gap: 1.5px; color: #ffc53d; line-height: 0; }

/* ====================== collapsed card shell ====================== */
.sbr-sp-card {
	display: flex; flex-direction: column; background: #fff; overflow: hidden;
	border: 1px solid var(--sp-line); border-radius: 22px;
	box-shadow: 0 14px 40px -18px rgba(20, 40, 40, .28), 0 4px 12px -6px rgba(20, 40, 40, .12); height: 100%;
	width: 100%; max-width: 100%;
	transition: box-shadow .3s cubic-bezier(.16, 1, .3, 1), transform .3s cubic-bezier(.16, 1, .3, 1);
}
.sbr-sp--small .sbr-sp-card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -22px rgba(20, 40, 40, .34); }
.sbr-sp--wide .sbr-sp-card:hover { box-shadow: 0 30px 60px -28px rgba(20, 40, 40, .36); }

/* ---- product stage ---- */
.sbr-sp-stage { position: relative; background: var(--shop-card-fill, linear-gradient(150deg, var(--sp-from), var(--sp-to))); overflow: hidden; }
.sbr-sp--small .sbr-sp-stage { padding: 18px; min-height: 248px; }
.sbr-sp-stage::before { content: ''; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: none; top: 12%; left: 50%; transform: translateX(-50%); }
.sbr-sp-stage__img { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 52px 26px 22px; }
.sbr-sp-stage__img img { width: auto; max-width: 86%; max-height: 100%; object-fit: contain; mix-blend-mode: normal; }

.sbr-sp-ribbon {
	position: absolute; top: 16px; left: 16px; z-index: 4; font-weight: 800; font-size: 10.5px;
	letter-spacing: .6px; text-transform: uppercase; border-radius: 7px; padding: 6px 11px;
	box-shadow: 0 4px 12px rgba(20, 40, 40, .16);
	/* never run under the "N sizes" badge (top-right); degrade with ellipsis. */
	max-width: calc(100% - 110px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sbr-sp-ribbon--navy   { background: #002244; color: #fff; }
.sbr-sp-ribbon--berry  { background: #9e1e82; color: #fff; }
.sbr-sp-ribbon--purple { background: #875aa3; color: #fff; }
.sbr-sp-ribbon--green  { background: #e7f6ee; color: #1f8a5b; }

.sbr-sp-sizes {
	position: absolute; top: 14px; right: 16px; z-index: 4; display: inline-flex; align-items: center; gap: 6px;
	background: #fff; border-radius: 999px; padding: 6px 12px; box-shadow: 0 6px 16px rgba(20, 40, 40, .14);
	font-weight: 800; font-size: 10.5px; letter-spacing: .4px; text-transform: uppercase; color: var(--sp-accent);
}
.sbr-sp-sizes svg { color: var(--sp-accent); }

/* ---- body ---- */
.sbr-sp-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.sbr-sp-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 11px; flex-wrap: wrap; }
.sbr-sp-rating { font-weight: 700; font-size: 12.5px; color: var(--sp-ink2); }
.sbr-sp-social { font-weight: 600; font-size: 11.5px; color: var(--sp-slate); }

.sbr-sp-eyebrow { font-weight: 800; font-size: 10px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--sp-accent); margin-bottom: 5px; }
.sbr-sp-name { font-family: var(--sp-disp); font-weight: 700; font-size: 21px; line-height: 1.08; letter-spacing: -.4px; margin: 0 0 7px; }
.sbr-sp-name a { color: var(--sp-ink); }
.sbr-sp-tagline { font-weight: 500; font-size: 12.8px; line-height: 1.45; color: var(--sp-slate); margin: 0 0 14px; }

.sbr-sp-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 4px; }
.sbr-sp-chip { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; font-size: 11px; color: var(--sp-ink2); background: color-mix(in srgb, var(--sp-accent) 10%, #fff); border-radius: 999px; padding: 5px 10px; }
.sbr-sp-chip svg { color: var(--sp-accent); }

/* ---- from-price + CTA ---- */
.sbr-sp-buy { margin-top: auto; padding-top: 20px; display: flex; flex-direction: column; gap: 0; }
.sbr-sp-from { display: flex; align-items: baseline; gap: 9px; flex-wrap: wrap; }
.sbr-sp-from__lbl { font-weight: 700; font-size: 12px; letter-spacing: .3px; text-transform: uppercase; color: var(--sp-faint); }
.sbr-sp-from__price { font-family: var(--sp-disp); font-weight: 800; font-size: 30px; color: var(--sp-ink); letter-spacing: -1px; }
.sbr-sp-from__price sup { font-size: 16px; vertical-align: super; }

.sbr-sp-choose {
	width: 100%; border: 0; cursor: pointer; border-radius: 12px; padding: 15px;
	background: var(--shop-action, #1cb9bd); transition: filter .22s ease; margin-top: 16px;
	display: flex; align-items: center; justify-content: center; gap: 9px;
}
.sbr-sp-choose:hover { filter: brightness(.9); }
.sbr-sp-choose__lbl { font-weight: 800; font-size: 15.5px; color: #fff; letter-spacing: .2px; }
.sbr-sp-choose svg { stroke: #fff; }

.sbr-sp-trust { display: flex; justify-content: center; gap: 14px; margin-top: 12px; flex-wrap: wrap; }
.sbr-sp-trust__i { display: inline-flex; align-items: center; gap: 4px; font-weight: 600; font-size: 10.5px; color: var(--sp-slate); }
.sbr-sp-trust__i svg { color: var(--sp-accent); }

/* ====================== WIDE (full-width) ====================== */
.sbr-sp--wide { display: block; max-width: 1180px; margin-left: auto; margin-right: auto; }
.sbr-sp--wide .sbr-sp-card { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); border-radius: 26px; }
.sbr-sp--wide .sbr-sp-stage, .sbr-sp--wide .sbr-sp-body { min-width: 0; }
.sbr-sp--wide .sbr-sp-stage { min-height: 380px; }
.sbr-sp--wide .sbr-sp-stage::before { width: 320px; height: 320px; top: 40%; left: 46%; transform: translate(-50%, -50%); }
.sbr-sp--wide .sbr-sp-stage__img { padding: 60px 44px 44px; }
.sbr-sp--wide .sbr-sp-stage__img img { max-width: 380px; }
.sbr-sp--wide .sbr-sp-ribbon { top: 20px; left: 20px; font-size: 11px; padding: 7px 13px; }
.sbr-sp--wide .sbr-sp-sizes { top: 18px; right: 20px; font-size: 11px; padding: 7px 13px; }
.sbr-sp--wide .sbr-sp-body { padding: 40px 44px; justify-content: center; }
.sbr-sp--wide .sbr-sp-name { font-family: var(--sp-disp); font-weight: 800; font-size: clamp(28px, 3vw, 42px); line-height: 1; letter-spacing: -1.2px; margin-bottom: 12px; }
.sbr-sp--wide .sbr-sp-tagline { font-size: 15.5px; line-height: 1.55; margin-bottom: 20px; max-width: 520px; }
.sbr-sp--wide .sbr-sp-chips { gap: 8px; margin-bottom: 22px; }
.sbr-sp--wide .sbr-sp-chip { font-size: 12px; padding: 7px 13px; }
.sbr-sp--wide .sbr-sp-buy { margin-top: 0; padding-top: 0; flex-direction: row; align-items: center; gap: 22px; flex-wrap: wrap; }
.sbr-sp--wide .sbr-sp-from__price { font-size: 40px; letter-spacing: -1.4px; }
.sbr-sp--wide .sbr-sp-from__price sup { font-size: 21px; }
.sbr-sp--wide .sbr-sp-choose { flex: 1 1 240px; min-width: 220px; width: auto; border-radius: 14px; padding: 18px 24px; margin-top: 0; }
.sbr-sp--wide .sbr-sp-choose__lbl { font-size: 16px; }
.sbr-sp--wide .sbr-sp-trust { justify-content: flex-start; gap: 20px; margin-top: 18px; }
.sbr-sp--wide .sbr-sp-trust__i { font-size: 11.5px; }

/* ====================== POPUP ====================== */
body.sbr-sp-lock { overflow: hidden; }
/* Header-clearance fix: the popup lives inside #main-content — a flex child
   with z-index:30 that forms a stacking context — so its own z-index:100000
   can't rise above the fixed site header (z-index:1030) and the panel renders
   behind it (seen on shorter / mobile viewports). While the popup is open,
   lift the content layer above the header so the modal paints over it. */
body.sbr-sp-lock #main-content { position: relative; z-index: 100000; }
.sbr-sp-popup {
	position: fixed; inset: 0; z-index: 100000; display: none;
	align-items: flex-start; justify-content: center; overflow-y: auto;
	/* padding-top clears the 96px fixed site header (#sbr-header); the modal is
	   z-trapped below it. Mobile (≤820px) resets this — the header is hidden. */
	padding: 116px 24px 44px;
	font-family: 'Open Sans', sans-serif; color: #1f2524;
	-webkit-overflow-scrolling: touch;
}
.sbr-sp-popup.is-open { display: flex; }
.sbr-sp-popup__overlay { position: fixed; inset: 0; background: rgba(20, 30, 30, .5); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
.sbr-sp-popup__panel {
	position: relative; width: 100%; max-width: 1080px; margin: auto;
	background: linear-gradient(180deg, #f6f8f7, #eef2f1); border-radius: 26px;
	padding: 44px 44px 38px; box-shadow: 0 40px 100px -30px rgba(20, 30, 30, .55);
}
.sbr-sp-popup__close {
	position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; border-radius: 999px;
	border: 2px solid #fa319e; background: #fff; cursor: pointer; color: #1f2524;
	display: flex; align-items: center; justify-content: center; z-index: 2; padding: 0;
}
.sbr-sp-popup__close:hover { background: #fff0f7; }

.sbr-sp-popup__head { text-align: center; max-width: 720px; margin: 0 auto 28px; }
.sbr-sp-popup__title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 38px; color: #1f2524; margin: 0 0 6px; letter-spacing: -1px; text-transform: uppercase; line-height: 1.02; }
.sbr-sp-popup__sub { display: inline-block; position: relative; font-weight: 800; font-size: 15px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--sp-accent); padding: 0 2px 8px; }
.sbr-sp-popup__sub::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 999px; background: var(--sp-accent); }
.sbr-sp-popup__desc { font-weight: 500; font-size: 15.5px; line-height: 1.55; color: #6b7877; margin: 16px auto 0; max-width: 620px; }

.sbr-sp-popup__rail { display: grid; gap: 26px; align-items: stretch; }
.sbr-sp-popup__rail--2 { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin: 0 auto; }
.sbr-sp-popup__rail--3 { grid-template-columns: repeat(3, 1fr); }
.sbr-sp-popup__dots, .sbr-sp-popup__swipe { display: none; }

/* ---- variant card (simple-shelf look) ---- */
.sbr-sp-vcard {
	display: flex; flex-direction: column; background: #fff; border-radius: 22px; overflow: hidden;
	border: 0; box-shadow: 0 2px 10px rgba(20, 40, 40, .05);
	transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s cubic-bezier(.16, 1, .3, 1);
}
.sbr-sp-vcard:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -22px rgba(20, 40, 40, .34); }

.sbr-sp-vstage { position: relative; background: var(--shop-card-fill, linear-gradient(150deg, var(--sp-from), var(--sp-to))); padding: 18px; min-height: 250px; overflow: hidden; }
.sbr-sp-vstage::before { content: ''; position: absolute; width: 150px; height: 150px; border-radius: 50%; background: none; top: 10%; left: 50%; transform: translateX(-50%); }
.sbr-sp-vstage__img { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 40px 14px 14px; }
.sbr-sp-vstage__img img { width: auto; max-width: 94%; max-height: 100%; object-fit: contain; mix-blend-mode: normal; }
.sbr-sp-vribbon { position: absolute; top: 14px; left: 14px; z-index: 4; font-weight: 800; font-size: 10.5px; letter-spacing: .6px; text-transform: uppercase; border-radius: 7px; padding: 6px 11px; box-shadow: 0 4px 12px rgba(20, 40, 40, .16); }
.sbr-sp-voff { position: absolute; top: 12px; right: 14px; z-index: 4; width: 50px; height: 50px; border-radius: 50%; background: #fff; box-shadow: 0 6px 16px rgba(20, 40, 40, .2); display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; }
.sbr-sp-voff b { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 15px; color: var(--sp-pink); }
.sbr-sp-voff small { font-weight: 700; font-size: 7.5px; letter-spacing: .5px; text-transform: uppercase; color: #6b7877; }

.sbr-sp-vbody { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.sbr-sp-vmeta { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.sbr-sp-vrating { font-weight: 700; font-size: 12px; color: #3f4d4c; }
.sbr-sp-veyebrow { font-weight: 800; font-size: 9.5px; letter-spacing: 1.3px; text-transform: uppercase; color: var(--sp-accent); margin-bottom: 4px; }
.sbr-sp-vname { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 17px; line-height: 1.12; letter-spacing: -.3px; color: #1f2524; margin: 0 0 9px; }
.sbr-sp-vname__sz { font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 12px; color: #6b7877; white-space: nowrap; }
.sbr-sp-vchips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.sbr-sp-vchip { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; font-size: 10.5px; color: #3f4d4c; background: color-mix(in srgb, var(--sp-accent) 10%, #fff); border-radius: 999px; padding: 5px 9px; }
.sbr-sp-vchip svg { color: var(--sp-accent); }

.sbr-sp-vprice { margin-top: auto; padding-top: 10px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.sbr-sp-vprice__now { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 28px; color: #1f2524; letter-spacing: -1px; }
.sbr-sp-vprice__now sup { font-size: 15px; vertical-align: super; }
.sbr-sp-vprice__was { font-weight: 600; font-size: 13.5px; color: #9aa7a6; text-decoration: line-through; }
.sbr-sp-vprice__off { font-weight: 800; font-size: 11.5px; color: var(--sp-pink); }

/* the real add-to-cart button — restyled, contract untouched */
.sbr-sp-add {
	width: 100%; border: 0; cursor: pointer; border-radius: 12px; padding: 14px;
	background: var(--shop-action, #1cb9bd); transition: filter .22s ease;
	display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none;
	font-family: 'Open Sans', sans-serif; height: auto; line-height: 1.1;
}
.sbr-sp-add:hover, .sbr-sp-add:focus { filter: brightness(.9); color: #fff; }
.sbr-sp-add svg { flex: 0 0 auto; }
.sbr-sp-add__lbl { font-weight: 800; font-size: 14.5px; color: #fff; letter-spacing: .2px; }
.sbr-sp-add__total { font-weight: 700; font-size: 13px; color: rgba(255, 255, 255, .82); }

.sbr-sp-vtrust { display: flex; justify-content: center; gap: 14px; margin-top: 14px; flex-wrap: wrap; }
.sbr-sp-vtrust__i { display: inline-flex; align-items: center; gap: 4px; font-weight: 600; font-size: 10px; color: #6b7877; }
.sbr-sp-vtrust__i svg { color: var(--sp-accent); }

/* ====================== RESPONSIVE ====================== */
@media (max-width: 880px) {
	.sbr-sp--wide .sbr-sp-card { grid-template-columns: 1fr; border-radius: 18px; }
	.sbr-sp--wide .sbr-sp-stage { min-height: 240px; }
	.sbr-sp--wide .sbr-sp-body { padding: 24px 20px 26px; }
	.sbr-sp--wide .sbr-sp-name { font-size: 27px; }
	.sbr-sp--wide .sbr-sp-buy { flex-direction: column; align-items: stretch; gap: 14px; }
	.sbr-sp--wide .sbr-sp-choose { flex: 1 1 100%; min-width: 0; }
	.sbr-sp--wide .sbr-sp-trust { justify-content: center; }
}

/* Popup → mobile: FULL-SCREEN carousel modal (grid rail becomes a scroll-snap
   track). Edge-to-edge — overlay takes the panel's base color (#eef2f1 = the
   panel gradient's bottom stop) so a short panel fills the screen seamlessly, and
   the panel drops its cap/margin/radius. shop-popup-fit.js still scales it down if
   the content is taller than the viewport (no scroll). */
@media (max-width: 820px) {
	/* No scrolling inside the popup: the fit script zooms the panel to the
	   viewport, so the root's overflow-y:auto only enabled pointless scroll/bounce. */
	.sbr-sp-popup { padding: 0; align-items: flex-start; overflow: hidden; overscroll-behavior: contain; }
	.sbr-sp-popup__overlay { background: #eef2f1; backdrop-filter: none; -webkit-backdrop-filter: none; }
	/* min-height fills the viewport so a short panel leaves no seam below; the
	   desktop drop shadow would otherwise paint a dark band onto the overlay there. */
	.sbr-sp-popup__panel { max-width: none; width: 100%; border-radius: 0; padding: 48px 0 22px; margin: 0; min-height: 100vh; min-height: 100dvh; min-height: 100%; box-shadow: none; }
	.sbr-sp-popup__close { top: calc(env(safe-area-inset-top, 0px) + 22px); right: 16px; width: 38px; height: 38px; }
	.sbr-sp-popup__head { padding: 0 18px; margin-bottom: 22px; }
	.sbr-sp-popup__title { font-size: 26px; }
	.sbr-sp-popup__sub { font-size: 13px; }
	.sbr-sp-popup__desc { font-size: 14px; }

	.sbr-sp-popup__rail,
	.sbr-sp-popup__rail--2,
	.sbr-sp-popup__rail--3 {
		display: flex; grid-template-columns: none; gap: 14px; max-width: none; margin: 0;
		overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 7% 10px;
		-webkit-overflow-scrolling: touch; scrollbar-width: none;
	}
	.sbr-sp-popup__rail::-webkit-scrollbar { display: none; }
	.sbr-sp-popup__rail > .sbr-sp-vcard {
		flex: 0 0 86%; scroll-snap-align: center;
		transform: scale(.94); opacity: .58; transition: transform .3s cubic-bezier(.16, 1, .3, 1), opacity .3s ease;
	}
	.sbr-sp-popup__rail > .sbr-sp-vcard.is-current { transform: scale(1); opacity: 1; }
	.sbr-sp-vcard:hover { transform: scale(.94); box-shadow: 0 2px 10px rgba(20, 40, 40, .05); }
	.sbr-sp-popup__rail > .sbr-sp-vcard.is-current:hover { transform: scale(1); }

	.sbr-sp-popup__dots { display: flex; justify-content: center; gap: 7px; margin-top: 6px; }
	.sbr-sp-dot { width: 8px; height: 8px; border-radius: 999px; border: 0; cursor: pointer; padding: 0; background: #cfd9d7; transition: all .25s ease; }
	.sbr-sp-dot.is-on { width: 24px; background: var(--sp-accent); }
	.sbr-sp-popup__swipe { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 12px; font-weight: 700; font-size: 11px; letter-spacing: .4px; text-transform: uppercase; color: #6b7877; }
	.sbr-sp-popup__swipe svg { color: var(--sp-accent); opacity: .55; }
}

@media (max-width: 480px) {
	.sbr-sp-name { font-size: 20px; }
	.sbr-sp--wide .sbr-sp-from__price { font-size: 32px; }
}

/* Variant Add to Cart keeps the storefront cart classes (.btn .add_to_cart_button
   product_type_composite) so the WooCommerce ajax contract is byte-identical —
   but that pulls the storefront's amber #f0c23a button look + 325px cap
   (sale-products-styles-top.css, id/3-class rule, no !important). Re-assert the
   design look; !important beats that rule without having to match its selector. */
.sbr-sp .sbr-sp-add,
.sbr-sp-popup .sbr-sp-add {
	background: var(--shop-action, #1cb9bd) !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 14px !important;
	border-radius: 12px !important;
	text-transform: none !important;
	letter-spacing: .2px !important;
}
.sbr-sp .sbr-sp-add:hover,
.sbr-sp-popup .sbr-sp-add:hover {
	background: var(--shop-action, #1cb9bd) !important;
	color: #fff !important;
	filter: brightness(.9);
}
.sbr-sp .sbr-sp-add__lbl,
.sbr-sp .sbr-sp-add__total { color: #fff !important; }
