/* =========================================================
   Voniko — Catálogo, preços e área do cliente
   Complementa landing.css e usa exatamente os mesmos tokens.
   ========================================================= */

/* --------- avisos --------- */
.vk-flash {
	margin-top: 22px;
	padding: 14px 20px;
	border-radius: var(--vk-radius-sm);
	font-size: .92rem;
	font-weight: 600;
}

.vk-flash--ok {
	background: #e9f7ee;
	border: 1px solid #cbe8d3;
	color: #23703c;
}

.vk-flash--erro {
	background: #fdf0f0;
	border: 1px solid #f6d5d5;
	color: #a72a2a;
}

/* --------- faixa de bloqueio de preço --------- */
.vk-gate {
	display: flex;
	align-items: center;
	gap: clamp(16px, 2.4vw, 24px);
	padding: clamp(18px, 2.4vw, 26px) clamp(20px, 2.6vw, 30px);
	margin-bottom: clamp(26px, 3vw, 36px);
	border-radius: var(--vk-radius);
	background: #fff;
	border: 1px solid var(--vk-blue-100);
	box-shadow: var(--vk-shadow-sm);
}

.vk-gate__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	flex: none;
	border-radius: 14px;
	background: var(--vk-blue-50);
	color: var(--vk-blue);
}

.vk-gate__text { display: grid; gap: 4px; min-width: 0; }

.vk-gate__text strong {
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: -.015em;
	color: var(--vk-ink);
}

.vk-gate__text span {
	font-size: .9rem;
	line-height: 1.5;
	color: var(--vk-muted);
}

.vk-gate__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-left: auto;
}

.vk-gate--stack {
	flex-direction: column;
	align-items: flex-start;
	margin-top: 30px;
}

.vk-gate--stack .vk-gate__actions { margin-left: 0; }

/* --------- preços no card --------- */
.vk-card { position: relative; }

.vk-card__link {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
}

.vk-card__link:focus-visible { outline-offset: -3px; }

/* botões dentro do card precisam ficar acima do link que cobre tudo */
.vk-card__locked button { position: relative; z-index: 3; }

.vk-card__prices {
	display: grid;
	gap: 6px;
	margin-top: 18px !important;
	padding-top: 14px;
	border-top: 1px solid var(--vk-line-soft);
}

.vk-card__prices li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	padding: 5px 11px;
	border-radius: 9px;
	background: var(--vk-blue-50);
}

.vk-card__pack {
	font-size: .76rem;
	font-weight: 700;
	color: var(--vk-blue-dark);
}

.vk-card__price {
	font-size: .95rem;
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--vk-ink);
}

.vk-card__locked {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 12px !important;
	font-size: .78rem;
	line-height: 1.4;
	color: var(--vk-muted);
}

.vk-card__locked svg { flex: none; color: var(--vk-blue); }

.vk-card__locked button {
	font-size: inherit;
	font-weight: 700;
	color: var(--vk-blue);
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* --------- catálogo --------- */
.vk-catalog { background: var(--vk-surface); }

.vk-empty {
	padding: 60px 24px;
	text-align: center;
	border: 1px dashed var(--vk-line);
	border-radius: var(--vk-radius);
	background: #fff;
}

.vk-empty strong { display: block; color: var(--vk-ink); font-size: 1.05rem; font-weight: 800; }
.vk-empty p { margin-top: 8px !important; font-size: .92rem; color: var(--vk-muted); }

/* --------- página do produto --------- */
.vk-breadcrumb {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: clamp(24px, 3vw, 36px);
	font-size: .85rem;
	color: var(--vk-muted);
}

.vk-breadcrumb a { font-weight: 600; color: var(--vk-blue); }
.vk-breadcrumb a:hover { color: var(--vk-blue-dark); }

.vk-single__inner {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	gap: clamp(30px, 5vw, 70px);
	align-items: start;
}

.vk-single__media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(26px, 4vw, 48px);
	border-radius: clamp(20px, 3vw, 28px);
	background: linear-gradient(180deg, #fbfdff 0%, #fff 100%);
	border: 1px solid var(--vk-line);
}

.vk-single__media img {
	width: auto;
	max-width: 100%;
	max-height: clamp(280px, 34vw, 420px);
	object-fit: contain;
	filter: drop-shadow(0 26px 36px rgba(6, 37, 74, .16));
}

.vk-single__code {
	margin-top: 6px !important;
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--vk-blue);
}

.vk-single__packs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 24px !important;
}

.vk-single__packs li {
	padding: 7px 14px;
	border-radius: 9px;
	background: var(--vk-blue-50);
	color: var(--vk-blue-dark);
	font-size: .8rem;
	font-weight: 700;
}

/* --------- tabela de preços --------- */
.vk-pricebox {
	margin-top: clamp(26px, 3.4vw, 38px);
	padding: clamp(22px, 2.8vw, 30px);
	border-radius: var(--vk-radius);
	background: #fff;
	border: 1px solid var(--vk-line);
	box-shadow: var(--vk-shadow-sm);
}

.vk-pricebox__title {
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--vk-blue);
	margin-bottom: 16px !important;
}

.vk-pricetable {
	width: 100%;
	border-collapse: collapse;
}

.vk-pricetable th {
	padding: 0 0 10px;
	text-align: left;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	color: var(--vk-muted);
	border-bottom: 1px solid var(--vk-line);
}

.vk-pricetable td {
	padding: 13px 0;
	font-size: .95rem;
	color: var(--vk-ink);
	border-bottom: 1px solid var(--vk-line-soft);
}

.vk-pricetable tr:last-child td { border-bottom: 0; }

.vk-pricetable th:last-child,
.vk-pricetable td:last-child { text-align: right; }

.vk-pricetable__sku {
	font-size: .82rem !important;
	color: var(--vk-muted) !important;
}

.vk-pricetable__price {
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--vk-blue-dark) !important;
	white-space: nowrap;
}

.vk-pricebox__note {
	margin-top: 16px !important;
	font-size: .8rem;
	line-height: 1.5;
	color: var(--vk-muted);
}

/* --------- relacionados --------- */
.vk-related { margin-top: clamp(50px, 7vw, 90px); }

.vk-related__title {
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--vk-ink);
	margin-bottom: clamp(20px, 2.5vw, 28px) !important;
}

/* --------- entrar --------- */
.vk-auth { background: var(--vk-surface); }

.vk-auth__wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .85fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: stretch;
}

.vk-auth__card {
	padding: clamp(28px, 4vw, 46px);
	border-radius: clamp(20px, 3vw, 28px);
	background: #fff;
	border: 1px solid var(--vk-line);
	box-shadow: var(--vk-shadow);
	display: grid;
	gap: 18px;
	align-content: start;
}

.vk-auth__title {
	font-size: clamp(1.7rem, 3vw, 2.2rem);
	font-weight: 800;
	letter-spacing: -.025em;
	color: var(--vk-ink);
	line-height: 1.1;
}

.vk-auth__sub {
	margin-top: -8px !important;
	margin-bottom: 6px !important;
	font-size: .95rem;
	color: var(--vk-muted);
}

.vk-auth__remember { margin-top: -4px; }

.vk-auth__foot {
	font-size: .86rem;
	color: var(--vk-muted);
	text-align: center;
}

.vk-auth__foot a { color: var(--vk-blue); font-weight: 600; }

.vk-auth__aside {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: clamp(28px, 4vw, 46px);
	border-radius: clamp(20px, 3vw, 28px);
	background:
		radial-gradient(110% 90% at 85% 10%, rgba(31, 163, 255, .2) 0%, rgba(31, 163, 255, 0) 55%),
		linear-gradient(150deg, var(--vk-navy) 0%, var(--vk-navy-deep) 100%);
	color: #fff;
	overflow: hidden;
}

.vk-auth__aside h2 {
	font-size: 1.2rem;
	font-weight: 800;
	letter-spacing: -.02em;
	color: #fff;
}

.vk-auth__aside img {
	width: clamp(150px, 20vw, 220px);
	margin: auto auto -10% ;
	filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .3));
}

.vk-checks--dark { margin-top: 24px !important; }

/* --------- área do cliente --------- */
.vk-account__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: clamp(28px, 3.4vw, 40px);
}

.vk-status {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 18px;
	border-radius: 999px;
	font-size: .85rem;
	font-weight: 700;
}

.vk-status::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: currentColor;
}

.vk-status--aprovado { background: #e8f6ec; color: #23703c; }
.vk-status--pendente { background: #fff4e2; color: #8a5a12; }
.vk-status--recusado { background: #fdf0f0; color: #a72a2a; }

.vk-account__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 22px);
	align-items: start;
}

.vk-account__panel {
	padding: clamp(24px, 3vw, 34px);
	border-radius: var(--vk-radius);
	background: #fff;
	border: 1px solid var(--vk-line);
}

.vk-account__panel h2 {
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	color: var(--vk-blue);
	margin-bottom: 14px !important;
}

.vk-account__panel .vk-btn { margin-top: 22px; }

.vk-account__dl { display: grid; gap: 2px; }

.vk-account__dl > div {
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 16px;
	padding: 11px 0;
	border-bottom: 1px solid var(--vk-line-soft);
}

.vk-account__dl > div:last-child { border-bottom: 0; }

.vk-account__dl dt {
	font-size: .78rem;
	font-weight: 700;
	color: var(--vk-muted);
}

.vk-account__dl dd {
	font-size: .92rem;
	color: var(--vk-ink);
	word-break: break-word;
}

.vk-account__hint {
	margin-top: 18px !important;
	font-size: .8rem;
	color: var(--vk-muted);
}

/* --------- menu ativo --------- */
.vk-nav a.is-current { color: var(--vk-blue); }
.vk-nav a.is-current::after { width: 100%; }

/* =========================================================
   Vendedor
   ========================================================= */
.vk-seller-tag {
	display: grid;
	gap: 1px;
	padding-right: 14px;
	margin-right: 2px;
	border-right: 1px solid var(--vk-line);
	text-align: right;
}

.vk-seller-tag span {
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--vk-muted);
}

.vk-seller-tag strong {
	font-size: .88rem;
	font-weight: 700;
	letter-spacing: -.01em;
	color: var(--vk-ink);
	white-space: nowrap;
}

.vk-gate--seller { border-color: var(--vk-blue-100); }
.vk-gate--warn { border-color: #f0d9b0; background: #fffaf2; }
.vk-gate--warn .vk-gate__icon { background: #fdf0dc; color: #9a6416; }

/* =========================================================
   Encarte
   ========================================================= */
.vk-flyer {
	padding-block: clamp(46px, 6vw, 84px);
	background:
		radial-gradient(110% 90% at 82% 12%, rgba(31, 163, 255, .24) 0%, rgba(31, 163, 255, 0) 55%),
		linear-gradient(150deg, var(--vk-navy) 0%, var(--vk-navy-deep) 100%);
	color: #fff;
}

.vk-flyer__head { max-width: 760px; }

.vk-flyer__title {
	font-size: clamp(2.1rem, 4.6vw, 3.4rem);
	line-height: 1.08;
	letter-spacing: -.025em;
	font-weight: 800;
	color: #fff;
}

.vk-flyer__text {
	margin-top: 18px !important;
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, .78);
	max-width: 56ch;
}

.vk-flyer__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.vk-flyer__valid,
.vk-flyer__seller {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .16);
	font-size: .86rem;
	color: rgba(255, 255, 255, .8);
}

.vk-flyer__valid strong,
.vk-flyer__seller strong { color: #fff; font-weight: 700; }

.vk-flyer__valid.is-expired {
	background: rgba(255, 180, 180, .12);
	border-color: rgba(255, 180, 180, .3);
}

.vk-flyer-items { background: var(--vk-surface); }

.vk-card--offer { position: relative; overflow: visible; }

.vk-card__tag {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	padding: 6px 13px;
	border-radius: 999px;
	background: var(--vk-blue);
	color: #fff;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: -.01em;
	box-shadow: 0 8px 18px -8px rgba(1, 103, 213, .9);
}

.vk-offer {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--vk-line-soft);
}

.vk-offer__from {
	font-size: .84rem;
	color: var(--vk-muted);
	text-decoration: line-through;
}

.vk-offer__price {
	font-size: 1.4rem;
	font-weight: 800;
	letter-spacing: -.03em;
	color: var(--vk-blue-dark);
}

.vk-card--offer .vk-btn { margin-top: 16px; }

.vk-flyer__foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: clamp(34px, 4vw, 50px);
	padding-top: clamp(24px, 3vw, 34px);
	border-top: 1px solid var(--vk-line);
}

.vk-flyer__foot p {
	max-width: 56ch;
	font-size: .84rem;
	line-height: 1.55;
	color: var(--vk-muted);
}

/* =========================================================
   Responsivo
   ========================================================= */
@media (max-width: 980px) {
	.vk-single__inner,
	.vk-auth__wrap,
	.vk-account__grid { grid-template-columns: 1fr; }

	.vk-auth__aside { display: none; }

	.vk-gate {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.vk-gate__actions {
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 720px) {
	.vk-gate__icon { width: 40px; height: 40px; }
	.vk-account__dl > div { grid-template-columns: 1fr; gap: 2px; }
	.vk-pricetable td { font-size: .88rem; }

	.vk-seller-tag { display: none; }


	.vk-flyer__foot { flex-direction: column; align-items: flex-start; }
}

/* =========================================================
   Pedido / carrinho
   ========================================================= */
.vk-cart-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 13px;
	border: 1px solid var(--vk-blue-100);
	border-radius: 14px;
	background: #fff;
	color: var(--vk-ink);
	font-size: .82rem;
	font-weight: 800;
	box-shadow: 0 8px 24px -18px rgba(5, 38, 73, .45);
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.vk-cart-button:hover {
	transform: translateY(-1px);
	border-color: var(--vk-blue);
	box-shadow: 0 12px 24px -16px rgba(1, 103, 213, .45);
}

.vk-cart-button svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vk-cart-button b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding-inline: 6px;
	border-radius: 999px;
	background: var(--vk-blue);
	color: #fff;
	font-size: .7rem;
	line-height: 1;
}

.vk-cart-button b.is-empty { background: var(--vk-blue-100); color: var(--vk-blue-dark); }

.vk-cart-button.is-pulsing {
	animation: vk-cart-pulse 1.15s ease both;
}

@keyframes vk-cart-pulse {
	0%, 100% { transform: translateY(0) scale(1); box-shadow: 0 8px 24px -18px rgba(5, 38, 73, .45); }
	35% { transform: translateY(-2px) scale(1.08); box-shadow: 0 12px 30px -12px rgba(1, 103, 213, .55); }
	65% { transform: translateY(0) scale(.98); }
}

.vk-cart-toast {
	position: fixed;
	top: 92px;
	right: clamp(16px, 3vw, 30px);
	z-index: 290;
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: min(360px, calc(100vw - 32px));
	padding: 14px 18px 14px 14px;
	border: 1px solid var(--vk-blue-100);
	border-radius: 18px;
	background: rgba(255, 255, 255, .98);
	color: var(--vk-ink);
	box-shadow: 0 22px 55px -24px rgba(3, 24, 48, .58);
	opacity: 0;
	transform: translateY(-10px) scale(.98);
	pointer-events: none;
	transition: opacity .22s ease, transform .22s ease;
}

.vk-cart-toast[hidden] { display: none; }
.vk-cart-toast.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
	animation: vk-reminder-blink 1.45s ease 2;
}

@keyframes vk-reminder-blink {
	0%, 100% { box-shadow: 0 22px 55px -24px rgba(3, 24, 48, .58); }
	50% { box-shadow: 0 18px 48px -14px rgba(1, 103, 213, .72); }
}

.vk-cart-toast__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex: none;
	border-radius: 13px;
	background: var(--vk-blue);
	color: #fff;
}

.vk-cart-toast__icon svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vk-cart-toast > span:last-child { display: grid; gap: 2px; text-align: left; }
.vk-cart-toast strong { font-size: .88rem; line-height: 1.25; }
.vk-cart-toast small { color: var(--vk-muted); font-size: .73rem; line-height: 1.35; }

.vk-card__media { position: relative; }

.vk-card__add.is-added {
	background: #e9f7ee;
	border-color: #bfe4ca;
	color: #23703c;
	transform: scale(1.05);
}

.vk-card__add {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(1, 103, 213, .13);
	border-radius: 15px;
	background: rgba(255, 255, 255, .96);
	color: var(--vk-blue-dark);
	font-size: 1.65rem;
	font-weight: 400;
	line-height: 1;
	box-shadow: 0 12px 28px -16px rgba(6, 37, 74, .5);
	transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.vk-card__add:hover,
.vk-card__add:focus-visible {
	transform: translateY(-2px) scale(1.03);
	background: var(--vk-blue);
	color: #fff;
	box-shadow: 0 14px 30px -14px rgba(1, 103, 213, .7);
}

.vk-product-purchase {
	margin-top: clamp(26px, 3.4vw, 38px);
	padding: clamp(22px, 2.8vw, 30px);
	border: 1px solid var(--vk-blue-100);
	border-radius: var(--vk-radius);
	background: #fff;
	box-shadow: var(--vk-shadow-sm);
}

.vk-product-purchase__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 22px;
	padding-bottom: 19px;
	border-bottom: 1px solid var(--vk-line-soft);
}

.vk-product-purchase__top > div { display: grid; gap: 4px; }
.vk-product-purchase__label { font-size: .9rem; font-weight: 800; color: var(--vk-ink); }
.vk-product-purchase__top small { font-size: .76rem; color: var(--vk-muted); }
.vk-product-purchase__price { font-size: clamp(1.8rem, 3vw, 2.35rem); line-height: 1; letter-spacing: -.045em; color: var(--vk-ink); }

.vk-product-purchase__actions {
	display: grid;
	grid-template-columns: 138px minmax(0, 1fr);
	gap: 12px;
	margin-top: 20px;
}

.vk-product-qty {
	display: grid;
	grid-template-columns: 40px 1fr 40px;
	align-items: center;
	min-height: 48px;
	border: 1px solid var(--vk-line);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.vk-product-qty button {
	height: 100%;
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--vk-blue-dark);
}

.vk-product-qty button:hover { background: var(--vk-blue-50); }

.vk-product-qty input {
	width: 100%;
	min-width: 0;
	border: 0;
	background: transparent;
	text-align: center;
	font-weight: 800;
	color: var(--vk-ink);
	appearance: textfield;
}

.vk-product-qty input::-webkit-outer-spin-button,
.vk-product-qty input::-webkit-inner-spin-button { margin: 0; appearance: none; }

.vk-product-purchase__button { width: 100%; min-height: 48px; }
.vk-product-purchase__note { margin-top: 13px !important; font-size: .76rem; line-height: 1.5; color: var(--vk-muted); }

.vk-cart {
	position: fixed;
	inset: 0;
	z-index: 300;
	display: grid;
	grid-template-columns: 1fr minmax(340px, 470px);
	width: 100%;
	height: var(--vk-cart-viewport-height, 100dvh);
	max-height: var(--vk-cart-viewport-height, 100dvh);
	visibility: hidden;
	pointer-events: none;
	overflow: hidden;
}

.vk-cart[hidden] { display: none; }

.vk-cart.is-open {
	visibility: visible;
	pointer-events: auto;
}

.vk-cart__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(4, 20, 38, .58);
	backdrop-filter: blur(3px);
	opacity: 0;
	transition: opacity .3s ease;
}

.vk-cart.is-open .vk-cart__backdrop { opacity: 1; }

.vk-cart__panel {
	position: relative;
	grid-column: 2;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 0;
	max-height: 100%;
	overflow: hidden;
	background: #fff;
	box-shadow: -24px 0 70px -35px rgba(3, 24, 48, .65);
	transform: translateX(104%);
	transition: transform .32s cubic-bezier(.22, .8, .24, 1);
	outline: 0;
}

.vk-cart.is-open .vk-cart__panel { transform: translateX(0); }

.vk-cart__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding: 28px clamp(22px, 4vw, 34px) 20px;
	border-bottom: 1px solid var(--vk-line-soft);
}

.vk-cart__header h2 { margin-top: 3px; font-size: 1.45rem; line-height: 1.15; letter-spacing: -.03em; color: var(--vk-ink); }

.vk-cart__header-actions {
	display: flex;
	align-items: center;
	gap: 9px;
	flex: none;
}

.vk-cart__back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 42px;
	padding: 9px 14px;
	border: 1px solid var(--vk-blue-100);
	border-radius: 14px;
	background: var(--vk-blue-50);
	color: var(--vk-blue-dark);
	font-size: .78rem;
	font-weight: 800;
	white-space: nowrap;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.vk-cart__back:hover {
	transform: translateY(-1px);
	border-color: var(--vk-blue);
	background: #fff;
}

.vk-cart__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	flex: none;
	border: 1px solid var(--vk-line);
	border-radius: 14px;
	background: #fff;
	color: var(--vk-muted);
	font-size: 1.65rem;
	line-height: 1;
}

.vk-cart__close:hover { color: var(--vk-ink); border-color: var(--vk-blue-100); }
.vk-cart__body { flex: 1 1 auto; min-height: 0; overflow-x: hidden; overflow-y: auto; padding: 18px clamp(18px, 4vw, 30px) 28px; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; }
.vk-cart__items { display: grid; gap: 12px; }

.vk-cart__empty {
	display: grid;
	place-items: center;
	align-content: center;
	min-height: 320px;
	padding: 30px;
	text-align: center;
	color: var(--vk-muted);
}

.vk-cart__empty[hidden] { display: none; }

.vk-cart__empty-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 16px;
	border-radius: 18px;
	background: var(--vk-blue-50);
	color: var(--vk-blue);
}

.vk-cart__empty-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.vk-cart__empty strong { color: var(--vk-ink); font-size: 1rem; }
.vk-cart__empty p { max-width: 31ch; margin-top: 7px !important; font-size: .84rem; line-height: 1.5; }

.vk-cart-item {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 13px;
	align-items: center;
	padding: 13px 40px 13px 13px;
	border: 1px solid var(--vk-line-soft);
	border-radius: 18px;
	background: #fff;
}

.vk-cart-item__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 82px;
	padding: 7px;
	border-radius: 13px;
	background: var(--vk-surface);
}

.vk-cart-item__media img { width: 100%; height: 100%; object-fit: contain; }
.vk-cart-item__info { display: grid; gap: 4px; min-width: 0; }
.vk-cart-item__info strong { overflow: hidden; color: var(--vk-ink); font-size: .88rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.vk-cart-item__info span { color: var(--vk-muted); font-size: .72rem; }
.vk-cart-item__controls { display: grid; justify-items: end; gap: 8px; }

.vk-cart-item__qty {
	display: grid;
	grid-template-columns: 28px 28px 28px;
	align-items: center;
	border: 1px solid var(--vk-line);
	border-radius: 10px;
	overflow: hidden;
}

.vk-cart-item__qty button { height: 30px; color: var(--vk-blue-dark); font-size: 1rem; }
.vk-cart-item__qty button:hover { background: var(--vk-blue-50); }
.vk-cart-item__qty b { text-align: center; color: var(--vk-ink); font-size: .78rem; }
.vk-cart-item__subtotal { color: var(--vk-ink); font-size: .82rem; white-space: nowrap; }

.vk-cart-item__remove {
	position: absolute;
	top: 9px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	color: var(--vk-muted);
	font-size: 1.15rem;
}

.vk-cart-item__remove:hover { background: #fff1f1; color: #a72a2a; }

.vk-cart__footer {
	position: relative;
	z-index: 3;
	flex: 0 0 auto;
	padding: 16px clamp(22px, 4vw, 34px) max(16px, env(safe-area-inset-bottom));
	border-top: 1px solid var(--vk-line-soft);
	background: #fff;
	box-shadow: 0 -18px 36px -32px rgba(3, 24, 48, .8);
}

.vk-cart__total { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.vk-cart__total span { color: var(--vk-muted); font-size: .82rem; font-weight: 600; }
.vk-cart__total strong { color: var(--vk-ink); font-size: 1.55rem; letter-spacing: -.035em; }
.vk-cart__disclaimer { margin-top: 7px !important; font-size: .7rem; line-height: 1.45; color: var(--vk-muted); }
.vk-cart__checkout { width: 100%; margin-top: 15px; min-height: 50px; }
.vk-cart__checkout:disabled { opacity: .48; cursor: not-allowed; transform: none; }
.vk-cart__contact { margin-top: 10px !important; text-align: center; color: var(--vk-muted); font-size: .68rem; }

@media (max-width: 720px) {
	.vk-cart-button span { display: none; }
	.vk-cart-button { padding: 8px 10px; gap: 5px; }
	.vk-card__add { width: 39px; height: 39px; border-radius: 13px; }
	.vk-product-purchase__actions { grid-template-columns: 1fr; }
	.vk-cart { grid-template-columns: 1fr; }
	.vk-cart__panel { grid-column: 1; max-width: none; height: 100%; min-height: 0; }
	.vk-cart__header { padding-top: max(22px, env(safe-area-inset-top)); }
	.vk-cart__header { align-items: center; flex-wrap: wrap; gap: 12px; }
	.vk-cart__header > div:first-child { order: 2; width: 100%; }
	.vk-cart__header-actions { order: 1; width: 100%; justify-content: space-between; gap: 6px; }
	.vk-cart__back { min-height: 40px; padding: 8px 11px; font-size: .74rem; }
	.vk-cart__close { width: 40px; height: 40px; }
	.vk-cart-toast { top: 96px; right: 12px; left: 12px; max-width: none; }
	.vk-cart__body { padding-bottom: 24px; }
	.vk-cart__footer { padding-top: 13px; padding-bottom: max(12px, env(safe-area-inset-bottom)); }
	.vk-cart__total strong { font-size: 1.3rem; }
	.vk-cart__disclaimer { display: none; }
	.vk-cart__checkout { min-height: 48px; margin-top: 10px; }
	.vk-cart__contact { margin-top: 6px !important; }
	.vk-cart-item { grid-template-columns: 62px minmax(0, 1fr); }
	.vk-cart-item__media { width: 62px; height: 72px; }
	.vk-cart-item__controls { grid-column: 2; grid-template-columns: auto 1fr; align-items: center; justify-items: start; }
	.vk-cart-item__subtotal { justify-self: end; }
}

/* =========================================================
   Correção 1.7.4 — ações e acesso ao produto
   ========================================================= */
.vk-card__media-link {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: inherit;
	text-decoration: none;
}

.vk-card__title a {
	color: inherit;
	text-decoration: none;
}

.vk-card__title a:hover,
.vk-card__title a:focus-visible {
	color: var(--vk-blue-dark);
}

.vk-card__details {
	position: relative;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 14px;
	color: var(--vk-blue-dark);
	font-size: .78rem;
	font-weight: 800;
	text-decoration: none;
}

.vk-card__details:hover,
.vk-card__details:focus-visible {
	color: var(--vk-blue);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.vk-card__add {
	z-index: 8;
	cursor: pointer;
}

/* =========================================================
 * Venda B2B por caixa fechada — v1.8.3
 * ======================================================= */
.vk-card__commerce {
	display: grid;
	gap: 5px;
	margin-top: 18px;
	padding: 14px;
	border: 1px solid var(--vk-blue-100);
	border-radius: 14px;
	background: var(--vk-blue-50);
}
.vk-card__box {
	font-size: .8rem;
	font-weight: 850;
	color: var(--vk-blue-dark);
}
.vk-card__box-price {
	display: flex;
	align-items: baseline;
	gap: 6px;
}
.vk-card__box-price strong {
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: -.035em;
	color: var(--vk-ink);
}
.vk-card__box-price span {
	font-size: .74rem;
	font-weight: 700;
	color: var(--vk-muted);
}
.vk-card__unit-price {
	font-size: .76rem;
	color: var(--vk-ink-soft, var(--vk-muted));
}
.vk-card__unit-price strong { color: var(--vk-ink); }
.vk-card__commerce small {
	font-size: .69rem;
	line-height: 1.4;
	color: var(--vk-muted);
}

.vk-product-purchase__price-wrap {
	display: grid !important;
	justify-items: end;
	gap: 3px !important;
}
.vk-product-purchase__price-wrap > span {
	font-size: .76rem;
	font-weight: 700;
	color: var(--vk-muted);
}
.vk-product-purchase__unit {
	margin-top: 14px !important;
	font-size: .88rem;
	color: var(--vk-muted);
}
.vk-product-purchase__unit strong { color: var(--vk-ink); }
.vk-product-purchase__sale-note {
	margin-top: 16px !important;
	padding: 11px 13px;
	border-radius: 12px;
	background: var(--vk-blue-50);
	font-size: .76rem;
	line-height: 1.5;
	color: var(--vk-blue-dark);
}
.vk-product-purchase__sale-note strong { color: var(--vk-ink); }

.vk-product-specs {
	margin-top: clamp(30px, 5vw, 56px);
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid var(--vk-line-soft);
	border-radius: var(--vk-radius);
	background: #fff;
	box-shadow: var(--vk-shadow-sm);
}
.vk-product-specs h2 {
	margin: 0 0 18px;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	letter-spacing: -.025em;
	color: var(--vk-ink);
}
.vk-product-specs dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--vk-line-soft);
	border-radius: 14px;
	background: var(--vk-line-soft);
}
.vk-product-specs dl > div {
	display: grid;
	gap: 5px;
	padding: 13px 14px;
	background: #fff;
}
.vk-product-specs dt {
	font-size: .7rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: var(--vk-muted);
}
.vk-product-specs dd {
	margin: 0;
	font-size: .86rem;
	font-weight: 750;
	color: var(--vk-ink);
}
.vk-product-specs > p {
	margin-top: 14px !important;
	font-size: .78rem;
	line-height: 1.55;
	color: var(--vk-muted);
}
.vk-cart-item__info small {
	color: var(--vk-muted);
	font-size: .68rem;
	line-height: 1.35;
}

@media (max-width: 760px) {
	.vk-product-purchase__top { align-items: flex-start; }
	.vk-product-purchase__price-wrap { justify-items: start; }
	.vk-product-specs dl { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
	.vk-product-purchase__top { flex-direction: column; }
	.vk-product-specs dl { grid-template-columns: 1fr; }
}

/* =========================================================
 * Cards e precos responsivos — v1.8.4
 * ======================================================= */
.vk-card__commerce {
	min-width: 0;
}
.vk-card__box-price {
	min-width: 0;
	flex-wrap: nowrap;
}
.vk-card__box-price strong {
	white-space: nowrap;
}
.vk-card__box-price span {
	white-space: nowrap;
}
.vk-card__unit-price {
	display: block;
	line-height: 1.38;
}

@media (max-width: 720px) {
	.vk-card__commerce {
		gap: 4px;
		margin-top: 14px;
		padding: 11px 10px;
		border-radius: 12px;
	}
	.vk-card__box {
		font-size: .73rem;
		line-height: 1.25;
	}
	.vk-card__box-price {
		align-items: baseline;
		gap: 4px;
	}
	.vk-card__box-price strong {
		font-size: clamp(1rem, 3.75vw, 1.14rem);
		letter-spacing: -.025em;
	}
	.vk-card__box-price span {
		font-size: .68rem;
	}
	.vk-card__unit-price {
		font-size: .69rem;
		line-height: 1.35;
	}
	.vk-card__commerce small {
		font-size: .63rem;
		line-height: 1.35;
	}
}

@media (max-width: 480px) {
	.vk-card__commerce { padding: 10px 9px; }
	.vk-card__box-price strong { font-size: 1rem; }
	.vk-card__box-price span { font-size: .64rem; }
	.vk-card__unit-price { font-size: .66rem; }
	.vk-card__commerce small { font-size: .61rem; }
}

@media (max-width: 380px) {
	.vk-card__commerce { padding: 13px; }
	.vk-card__box-price strong { font-size: 1.18rem; }
	.vk-card__box-price span { font-size: .72rem; }
	.vk-card__unit-price { font-size: .74rem; }
	.vk-card__commerce small { font-size: .67rem; }
}

