/* CV2 Quick Buy — listing buttons + bottom sheet / desktop modal */

.cv2-search-card .cv2-search-card__add { display: none !important; }

.cv2-qb-card {
	position: relative;
	-webkit-transition: border-color 300ms ease, box-shadow 300ms ease;
	transition: border-color 300ms ease, box-shadow 300ms ease;
}
.cv2-search-card.cv2-qb-card.is-added {
	border: 1.5px solid #3EB075;
	box-shadow: 0 0 0 4px rgba(62,176,117,.18), 0 10px 24px rgba(62,176,117,.22);
}
.catalog-item.cv2-qb-card.is-added,
.pure-u-1-2 .cv2-qb-card.is-added {
	border: 1.5px solid #3EB075;
	box-shadow: 0 0 0 4px rgba(62,176,117,.18), 0 10px 24px rgba(62,176,117,.22);
	border-radius: 8px;
}

.cv2-qb-incart-badge { display: none !important; }

.cv2-qb-actions {
	display: flex;
	flex-direction: column;
	gap: 7px;
	width: 100%;
	margin-top: auto;
	box-sizing: border-box;
}
.cv2-qb-btn {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 8px;
	padding: 11px 12px;
	font-size: 13px;
	font-weight: 700;
	font-family: Manrope, Inter, Arial, sans-serif;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.2;
	-webkit-appearance: none;
	appearance: none;
	min-height: 40px;
}
.cv2-qb-btn--view {
	background: #fff;
	color: #1F1D1B !important;
	border: 1px solid #DDD7CD;
}
.cv2-qb-btn--buy {
	background: #A6004B;
	color: #fff !important;
	border: 1px solid #A6004B;
}
.cv2-qb-card.is-added .cv2-qb-btn--buy {
	background: #3EB075;
	border-color: #3EB075;
}
.cv2-qb-btn:disabled,
.cv2-qb-btn.is-busy {
	opacity: .72;
	cursor: wait;
}
.cv2-qb-card-error {
	display: block;
	color: #B42318;
	font-size: 12px;
	margin-top: 2px;
	text-align: center;
}
.cv2-qb-card-error[hidden] { display: none; }

.catalog-item .cv2-qb-actions {
	padding: 0 6px 10px;
	margin-top: 8px;
}

/* ===== Sheet / modal ===== */
.cv2-qb-root[hidden] { display: none !important; }
.cv2-qb-root {
	position: fixed;
	inset: 0;
	z-index: 200050;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.cv2-qb-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 16, 18, .42);
}
.cv2-qb-sheet {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: 86%;
	background: #fff;
	border-radius: 22px 22px 0 0;
	display: flex;
	flex-direction: column;
	-webkit-transform: translateY(105%);
	transform: translateY(105%);
	-webkit-transition: -webkit-transform 420ms cubic-bezier(.32,.72,0,1);
	transition: transform 420ms cubic-bezier(.32,.72,0,1);
	padding-bottom: env(safe-area-inset-bottom, 0px);
	box-shadow: 0 -12px 40px rgba(20,16,18,.18);
}
.cv2-qb-root.is-open .cv2-qb-sheet {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.cv2-qb-handle {
	width: 42px;
	height: 4px;
	border-radius: 999px;
	background: #D9D3C9;
	margin: 10px auto 0;
	flex-shrink: 0;
}
.cv2-qb-head {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px 10px;
	flex-shrink: 0;
}
.cv2-qb-head__img {
	width: 52px;
	height: 52px;
	border-radius: 10px;
	object-fit: contain;
	background: #F7F4EF;
	flex-shrink: 0;
}
.cv2-qb-head__meta { flex: 1; min-width: 0; }
.cv2-qb-head__name {
	font-size: 15px;
	font-weight: 700;
	color: #1F1D1B;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.cv2-qb-head__price {
	font-size: 14px;
	font-weight: 700;
	color: #1F1D1B;
	margin-top: 2px;
}
.cv2-qb-x {
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	color: #1F1D1B;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	flex-shrink: 0;
	border-radius: 50%;
}
.cv2-qb-progress {
	display: flex;
	gap: 6px;
	padding: 0 16px 10px;
	flex-shrink: 0;
}
.cv2-qb-progress__bar {
	flex: 1;
	height: 3px;
	border-radius: 999px;
	background: #E7E1D8;
}
.cv2-qb-progress__bar.is-on { background: #A6004B; }
.cv2-qb-live {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.cv2-qb-body {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 4px 16px 16px;
}
.cv2-qb-foot {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 10px 16px calc(12px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid #EFECE7;
	background: #fff;
}
.cv2-qb-see-size {
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 48px;
	padding: 12px 14px;
	border: 0;
	border-radius: 10px;
	background: #A6004B;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	line-height: 1.25;
	cursor: pointer;
	font-family: Manrope, Inter, Arial, sans-serif;
}
.cv2-qb-see-size:link,
.cv2-qb-see-size:visited,
.cv2-qb-see-size:hover,
.cv2-qb-see-size:active,
.cv2-qb-see-size:focus {
	color: #fff !important;
}
.cv2-qb-sn .cv2-qb-see-size { margin-top: 10px; }
.cv2-qb-cta {
	display: block;
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 10px;
	background: #A6004B;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	font-family: Manrope, Inter, Arial, sans-serif;
}
.cv2-qb-cta:disabled {
	background: #EFECE7;
	color: #A8A29A;
	cursor: not-allowed;
}
.cv2-qb-cta.is-success { background: #3EB075; color: #fff; }
.cv2-qb-cta.is-busy { cursor: wait; }

.cv2-qb-axis { margin-bottom: 16px; }
.cv2-qb-axis__label {
	font-size: 13px;
	font-weight: 700;
	color: #1F1D1B;
	margin-bottom: 8px;
}
.cv2-qb-opts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.cv2-qb-opt {
	min-width: 72px;
	min-height: 44px;
	padding: 10px 16px;
	border: 1px solid #DDD7CD;
	background: #fff;
	color: #1b1416;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	font-family: Manrope, Inter, Arial, sans-serif;
	box-sizing: border-box;
}
.cv2-qb-opt.is-on {
	background: #3EB075;
	border-color: #3EB075;
	color: #fff;
}
.cv2-qb-opt.is-oos {
	background: #fff;
	border-color: transparent;
	color: #B6B1A8;
	text-decoration: line-through;
	cursor: pointer;
}
.cv2-qb-opt.is-oos.is-on {
	background: #3EB075;
	border-color: #3EB075;
	color: #fff;
	text-decoration: none;
}
.cv2-qb-legend {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 10px 0 14px;
	font-size: 12px;
	color: #6B6560;
}
.cv2-qb-legend a { color: #A6004B; font-weight: 600; }
.cv2-qb-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 4px;
	vertical-align: middle;
}
.cv2-qb-dot--ok { background: #3EB075; }
.cv2-qb-dot--no { background: #B6B1A8; }

.cv2-qb-qty {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}
.cv2-qb-qty__lab { font-size: 13px; font-weight: 700; color: #1F1D1B; }
.cv2-qb-stepper {
	display: inline-flex;
	align-items: center;
	border: 1px solid #DDD7CD;
	border-radius: 8px;
	overflow: hidden;
}
.cv2-qb-stepper button {
	width: 44px;
	height: 44px;
	border: 0;
	background: #fff;
	color: #1F1D1B;
	font-size: 20px;
	cursor: pointer;
}
.cv2-qb-stepper button:disabled { color: #B6B1A8; cursor: not-allowed; }
.cv2-qb-stepper span {
	min-width: 36px;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
}

.cv2-qb-gift-head { margin-bottom: 12px; }
.cv2-qb-pill {
	display: inline-block;
	background: #111;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	padding: 3px 8px;
	border-radius: 999px;
	margin-right: 8px;
	vertical-align: middle;
}
.cv2-qb-gift-title { font-size: 16px; font-weight: 700; color: #1F1D1B; }
.cv2-qb-gift-valid { display: block; font-size: 12px; color: #6B6560; margin-top: 4px; }
.cv2-qb-gift-count { font-size: 13px; font-weight: 600; color: #A6004B; margin: 6px 0 10px; }
.cv2-qb-gifts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.cv2-qb-gift {
	position: relative;
	border: 1.5px solid #DDD7CD;
	border-radius: 12px;
	background: #fff;
	padding: 8px;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
}
.cv2-qb-gift.is-on {
	border-color: #A6004B;
	background: #FDF3F7;
	box-shadow: 0 0 0 3px rgba(166,0,75,.12);
}
.cv2-qb-gift.is-oos {
	background: #EFECE7;
	color: #B6B1A8;
	cursor: not-allowed;
}
.cv2-qb-gift.is-oos .cv2-qb-gift__name { text-decoration: line-through; }
.cv2-qb-gift__check {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	border: 1.5px solid #DDD7CD;
	background: #fff;
	z-index: 1;
}
.cv2-qb-gift.is-on .cv2-qb-gift__check {
	background: #A6004B;
	border-color: #A6004B;
}
.cv2-qb-gift.is-on .cv2-qb-gift__check:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cv2-qb-gift__img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: none;
	border-radius: 8px;
	display: block;
}
.cv2-qb-gift__name {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #1F1D1B;
	line-height: 1.25;
}
.cv2-qb-gift__val {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	color: #6B6560;
}
.cv2-qb-skip {
	display: inline-block;
	margin-top: 12px;
	color: #A6004B;
	font-size: 13px;
	font-weight: 600;
	background: none;
	border: 0;
	padding: 0;
	cursor: pointer;
	text-decoration: underline;
	font-family: inherit;
}

.cv2-qb-done { text-align: center; padding: 12px 0 8px; }
.cv2-qb-done__icon {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #3EB075;
	color: #fff;
	font-size: 26px;
	line-height: 52px;
	margin: 0 auto 10px;
}
.cv2-qb-done__title { font-size: 18px; font-weight: 800; color: #1F1D1B; }
.cv2-qb-sum {
	margin: 16px 0;
	text-align: left;
	background: #F7F4EF;
	border-radius: 12px;
	padding: 12px;
}
.cv2-qb-sum__row {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	font-size: 14px;
	color: #1F1D1B;
	padding: 4px 0;
}
.cv2-qb-sum__row--gift { color: #3EB075; font-weight: 600; }
.cv2-qb-done-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.cv2-qb-done-actions .cv2-qb-btn--buy { background: #3EB075; border-color: #3EB075; min-height: 48px; }

@media (min-width: 768px) {
	.cv2-qb-root { align-items: center; }
	.cv2-qb-sheet {
		width: 440px;
		max-width: calc(100% - 32px);
		max-height: 86vh;
		border-radius: 22px;
		-webkit-transform: translateY(16px);
		transform: translateY(16px);
		opacity: 0;
		-webkit-transition: opacity 280ms ease, -webkit-transform 280ms ease;
		transition: opacity 280ms ease, transform 280ms ease;
	}
	.cv2-qb-root.is-open .cv2-qb-sheet {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.cv2-qb-handle { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.cv2-qb-sheet,
	.cv2-qb-root.is-open .cv2-qb-sheet,
	.cv2-qb-card,
	.cv2-qb-card.is-added .cv2-qb-incart-badge {
		-webkit-transition: opacity 200ms ease;
		transition: opacity 200ms ease;
		-webkit-transform: none !important;
		transform: none !important;
	}
	.cv2-qb-sheet { opacity: 0; }
	.cv2-qb-root.is-open .cv2-qb-sheet { opacity: 1; }
}

.catalog-item img,
.catalog-item .p_image img,
.cv2-qb-card > a img,
.cv2-qb-card .p_image img {
	border-radius: 10px;
}

/* Catalog cards: same chrome as search + equal-height title/price/actions */
.catalog-container .pure-g {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
	column-gap: 10px;
	row-gap: 12px;
	gap: 12px 10px;
}
.catalog-container .pure-u-1-2,
.catalog-container .pure-u-sm-1-4 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.catalog-container .pure-u-1-2 {
	width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 568px) {
	.catalog-container .pure-u-sm-1-4 {
		width: calc((100% - 60px) / 4);
	}
}
.catalog-container .catalog-item.cv2-qb-card {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-width: 0;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 12px;
	box-shadow: 0 1px 10px rgb(0 0 0 / 17%);
	overflow: hidden;
}
.catalog-item.cv2-qb-card.is-added,
.pure-u-1-2 .cv2-qb-card.is-added {
	border-radius: 12px;
}
.catalog-container .catalog-item .cv2-search-card__media,
.catalog-container .catalog-item .cv2-search-card__img {
	display: block;
	width: 100%;
	position: relative;
}
.catalog-container .catalog-item .cv2-search-card__img img,
.catalog-container .catalog-item .cv2-search-card__photo {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.catalog-container .catalog-item .cv2-search-card__nav {
	opacity: 0.9;
}
.catalog-container .catalog-item .p_description {
	padding: 12px 14px 0;
}
.catalog-container .catalog-item .sub_desc_element a,
.catalog-container .catalog-item .sub_desc_element span[itemprop="name"] {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.5em;
	line-height: 1.25;
}
.catalog-container .catalog-item [itemprop="offers"] {
	margin-top: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
}
.p_price {
	margin-bottom: 0 !important;
}
.catalog-container .catalog-item .p_price {
	min-height: 2.6em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	box-sizing: border-box;
}
.catalog-container .catalog-item .cv2-qb-actions {
	margin-top: 10px;
	padding: 0 14px 14px;
}

.catalog-container .catalog-item.cv2-qb-card {
	margin-bottom: 0;
}
.catalog-container .catalog-item.cv2-qb-card > a,
.catalog-container .catalog-item .cv2-search-card__media {
	padding: 8px 8px 0;
	box-sizing: border-box;
}
.catalog-item .cv2-qb-actions {
	padding: 0 14px 14px;
}

/* no image border on catalog/search */
.catalog-item img,
.catalog-item img.element,
.catalog-item .element,
.catalog-container .catalog-item img,
.cv2-search-card img,
.cv2-search-card__img img,
.cv2-search-card__photo,
.cv2-qb-card img {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}
.catalog-container .catalog-item img.element,
.catalog-container .catalog-item .element {
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
	border-radius: 10px;
	display: block !important;
}

/* catalog must not overlap sidebar */
@media only screen and (min-width: 801px) {
	html body.webstore-main-body #main-container.main-container {
		display: -webkit-flex !important;
		display: flex !important;
		gap: 24px;
	}
	html body.webstore-main-body .main-menu {
		-webkit-flex: 0 0 250px;
		flex: 0 0 250px;
		-webkit-flex-shrink: 0;
		flex-shrink: 0;
		width: 250px !important;
		position: relative;
		z-index: 2;
	}
	html body.webstore-main-body #main-content.main-content {
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		width: 0 !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		overflow: hidden;
	}
	.catalog-container,
	.catalog-container .pure-g {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
	.cv2-qb-foot {
		border-bottom-left-radius: 22px !important;
		border-bottom-right-radius: 22px !important;
	}
}

.cv2-qb-cta.is-notify { background: #1F1D1B; color: #fff; }
.cv2-qb-opt--notify {
	flex: 1 0 100%;
	width: 100%;
	min-height: 44px;
	margin-top: 8px;
	border-style: dashed;
	border-color: #1F1D1B;
	background: #F7F4EF;
	color: #1F1D1B;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
}
.cv2-qb-opt.cv2-qb-opt--notify.is-on {
	background: #1F1D1B;
	border-style: solid;
	border-color: #1F1D1B;
	color: #fff;
	text-decoration: none;
}
.cv2-qb-notify-hint {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.4;
	color: #6B6560;
}
.cv2-qb-notify { margin: 4px 0 8px; }
.cv2-qb-notify__lab {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #1F1D1B;
	margin-bottom: 8px;
}
.cv2-qb-notify__email {
	display: block;
	width: 100%;
	box-sizing: border-box;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid #DDD7CD;
	border-radius: 8px;
	font-size: 15px;
	font-family: inherit;
	color: #1F1D1B;
	background: #fff;
}
.cv2-qb-notify__msg { margin: 8px 0 0; font-size: 13px; }
.cv2-qb-notify__msg.is-err { color: #a94442; }
.cv2-qb-notify-active {
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #1F1D1B;
}
.cv2-qb-toast,
.cv2-login-toast.cv2-qb-toast {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 24px;
	max-width: 488px;
	margin: 0 auto;
	z-index: 2147483640;
	background: #1E1E1E;
	color: #F7F2EC;
	border-radius: 14px;
	padding: 14px 16px;
	font-size: 14px;
	display: flex;
	gap: 10px;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
	font-family: Poppins, Helvetica, Arial, sans-serif;
}
.cv2-qb-toast.is-show,
.cv2-login-toast.cv2-qb-toast.is-show { opacity: 1; }
.cv2-qb-toast span:first-child { color: #F2C6D3; }

/* Listing card — stock notify CTA (not green) */
.cv2-qb-btn--notify {
	background: #1F1D1B;
	color: #fff !important;
	border: 1px solid #1F1D1B;
	min-height: 44px;
	white-space: normal;
	font-size: 12px;
	padding: 10px 8px;
}
.cv2-qb-btn--notify.is-active {
	opacity: .92;
}
.cv2-qb-card.is-notify-on .cv2-qb-btn--notify {
	background: #1F1D1B;
	border-color: #1F1D1B;
}

/* Compact listing notify sheet */
.cv2-qb-sn[hidden] { display: none !important; }
.cv2-qb-sn {
	position: fixed;
	inset: 0;
	z-index: 200060;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.cv2-qb-sn__back {
	position: absolute;
	inset: 0;
	background: rgba(20, 16, 18, .42);
}
.cv2-qb-sn__sheet {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: 86%;
	background: #fff;
	border-radius: 22px 22px 0 0;
	padding: 22px 18px calc(18px + env(safe-area-inset-bottom, 0px));
	box-shadow: 0 -12px 40px rgba(20,16,18,.18);
	-webkit-transform: translateY(105%);
	transform: translateY(105%);
	-webkit-transition: -webkit-transform 360ms cubic-bezier(.32,.72,0,1);
	transition: transform 360ms cubic-bezier(.32,.72,0,1);
	box-sizing: border-box;
}
.cv2-qb-sn.is-open .cv2-qb-sn__sheet {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.cv2-qb-sn__x {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	font-size: 20px;
	line-height: 1;
	color: #1F1D1B;
	cursor: pointer;
}
.cv2-qb-sn__title {
	font-family: Manrope, Inter, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1F1D1B;
	margin: 4px 40px 8px 0;
	line-height: 1.25;
}
.cv2-qb-sn__hint,
.cv2-qb-sn__name {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.4;
	color: #6B6560;
}
.cv2-qb-sn__name { color: #1F1D1B; font-weight: 600; }
.cv2-qb-sn__body { margin-bottom: 12px; }
.cv2-qb-sn__msg { margin: 0 0 10px; font-size: 13px; }
.cv2-qb-sn__msg.is-err { color: #a94442; }
.cv2-qb-sn__msg.is-ok { color: #1F1D1B; }
.cv2-qb-sn__cta {
	display: block;
	width: 100%;
	min-height: 48px;
	border-radius: 8px;
	border: 1px solid #1F1D1B;
	background: #1F1D1B;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: Manrope, Inter, Arial, sans-serif;
	cursor: pointer;
}
.cv2-qb-sn__cta:disabled,
.cv2-qb-sn__cta.is-active {
	opacity: .72;
	cursor: default;
}
body.cv2-qb-sn-open { overflow: hidden; }
@media (min-width: 760px) {
	.cv2-qb-sn { align-items: center; }
	.cv2-qb-sn__sheet {
		max-width: 420px;
		border-radius: 16px;
		-webkit-transform: none;
		transform: none;
		opacity: 0;
		-webkit-transition: opacity 200ms ease;
		transition: opacity 200ms ease;
	}
	.cv2-qb-sn.is-open .cv2-qb-sn__sheet { opacity: 1; }
}
