/*
 * TikToker.love Commerce Surface V1
 * Light / pop / hard edge. No rounded corners.
 */

.tkl-commerce-home,
.tkl-commerce-ranking,
.tkl-commerce-single {
	--tkl-commerce-purple: #6d28d9;
	--tkl-commerce-yellow: #fbd56a;
	--tkl-commerce-pink: #ff2e78;
	--tkl-commerce-blue: #4c5fd4;
	--tkl-commerce-black: #090909;
	--tkl-commerce-line: #dedfe5;
}

.tkl-commerce-home {
	background: #fff;
}

.tkl-commerce-home__disclosure {
	color: #777980;
	font-size: 10px;
	font-weight: 700;
	margin: -20px 0 20px;
}

.tkl-commerce-home__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tkl-commerce-home-card {
	background: #fff;
	border: 1px solid var(--tkl-commerce-line);
	border-radius: 0 !important;
	min-width: 0;
}

.tkl-commerce-home-card__media {
	aspect-ratio: 4 / 3;
	background: #faf8ff;
	border-bottom: 1px solid var(--tkl-commerce-line);
	overflow: hidden;
	position: relative;
}

.tkl-commerce-home-card__image {
	display: block;
	height: 100% !important;
	object-fit: contain;
	padding: 18px;
	width: 100%;
}

.tkl-commerce-home-card__fallback {
	align-items: center;
	background:
		linear-gradient(130deg, transparent 0 46%, var(--tkl-commerce-purple) 46% 52%, transparent 52% 65%, var(--tkl-commerce-yellow) 65% 71%, transparent 71%),
		#fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.tkl-commerce-home-card__fallback span {
	color: var(--tkl-commerce-black);
	font-size: 36px;
	font-weight: 950;
	letter-spacing: -.05em;
	line-height: 1;
}

.tkl-commerce-home-card__fallback small {
	background: var(--tkl-commerce-black);
	color: #fff;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .18em;
	margin-top: 6px;
	padding: 5px 7px;
}

.tkl-commerce-home-card__sold {
	background: var(--tkl-commerce-yellow);
	border: 1px solid var(--tkl-commerce-black);
	bottom: 10px;
	color: var(--tkl-commerce-black);
	font-size: 10px;
	font-weight: 900;
	left: 10px;
	padding: 6px 8px;
	position: absolute;
}

.tkl-commerce-home-card__overlay-copy,
.tkl-commerce-article__hero-product > span {
	bottom: 13px;
	color: #fff;
	font-size: clamp(21px, 3vw, 36px);
	font-weight: 900;
	left: 14px;
	letter-spacing: -.04em;
	line-height: 1.05;
	max-width: calc(100% - 28px);
	paint-order: stroke fill;
	position: absolute;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .22);
	-webkit-text-stroke: 3px #5b3fd6;
}

.tkl-commerce-home-card__body {
	padding: 18px;
}

.tkl-commerce-home-card__brand {
	color: var(--tkl-commerce-purple);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	margin: 0 0 6px;
}

.tkl-commerce-home-card h3 {
	color: var(--tkl-commerce-black);
	font-size: 17px;
	font-weight: 900;
	letter-spacing: -.02em;
	line-height: 1.45;
	margin: 0;
}

.tkl-commerce-home-card__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.tkl-commerce-home-card__stats span {
	color: #5d5e64;
	font-size: 11px;
	font-weight: 800;
}

.tkl-commerce-home-card__price {
	color: var(--tkl-commerce-black);
	font-size: 24px;
	font-weight: 950;
	margin: 13px 0 0;
}

.tkl-commerce-home-card__actions {
	display: grid;
	gap: 7px;
	margin-top: 16px;
}

.tkl-commerce-home-card__detail,
.tkl-commerce-home-card__shop {
	align-items: center;
	border: 2px solid var(--tkl-commerce-black);
	border-radius: 0 !important;
	display: flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	min-height: 44px;
	padding: 8px 12px;
	text-decoration: none !important;
}

.tkl-commerce-home-card__detail {
	background: #fff;
	color: var(--tkl-commerce-black) !important;
}

.tkl-commerce-home-card__shop {
	background: var(--tkl-commerce-purple);
	color: #fff !important;
}

.tkl-commerce-home-card__shop:hover {
	background: var(--tkl-commerce-yellow);
	color: var(--tkl-commerce-black) !important;
}

.tkl-commerce-home-card__captured {
	color: #92939a;
	font-size: 9px;
	margin: 10px 0 0;
}

.tkl-commerce-ranking {
	background: #f8f7fc;
}

.tkl-commerce-ranking__list {
	border-top: 2px solid var(--tkl-commerce-black);
}

.tkl-commerce-ranking__row {
	align-items: stretch;
	background: #fff;
	border-bottom: 1px solid var(--tkl-commerce-line);
	display: grid;
	grid-template-columns: 86px 86px minmax(220px, 1fr) 120px 110px 130px 74px;
	min-height: 86px;
}

.tkl-commerce-ranking__row > * {
	align-items: center;
	border-right: 1px solid var(--tkl-commerce-line);
	display: flex;
	justify-content: center;
	min-width: 0;
	padding: 12px;
}

.tkl-commerce-ranking__rank {
	background: var(--tkl-commerce-black);
	color: #fff;
	flex-direction: column;
}

.tkl-commerce-ranking__rank span,
.tkl-commerce-ranking__row small {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
}

.tkl-commerce-ranking__rank strong {
	color: var(--tkl-commerce-yellow);
	font-size: 28px;
	line-height: 1;
}

.tkl-commerce-ranking__name {
	align-items: flex-start !important;
	flex-direction: column;
	justify-content: center !important;
}

.tkl-commerce-ranking__image {
	background: #faf8ff;
	padding: 8px !important;
}

.tkl-commerce-ranking__image img {
	display: block;
	height: 62px;
	max-width: 100%;
	object-fit: contain;
	width: 62px;
}

.tkl-commerce-ranking__name small {
	color: var(--tkl-commerce-purple);
}

.tkl-commerce-ranking__name strong {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.45;
	margin-top: 4px;
}

.tkl-commerce-ranking__sold,
.tkl-commerce-ranking__rating,
.tkl-commerce-ranking__price {
	flex-direction: column;
}

.tkl-commerce-ranking__sold strong,
.tkl-commerce-ranking__rating strong,
.tkl-commerce-ranking__price strong {
	font-size: 16px;
	font-weight: 900;
	margin-top: 3px;
}

.tkl-commerce-ranking__cta {
	background: var(--tkl-commerce-yellow);
	border-right: 0 !important;
	color: var(--tkl-commerce-black) !important;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none !important;
}

.tkl-commerce-ranking__note {
	color: #85868c;
	font-size: 10px;
	margin: 12px 0 0;
	text-align: right;
}

.tkl-commerce-single {
	background: #fff;
	padding: 50px 20px 90px;
}

.tkl-commerce-article {
	margin: 0 auto;
	max-width: 980px;
}

.tkl-commerce-article__header {
	border-bottom: 2px solid var(--tkl-commerce-black);
	padding-bottom: 26px;
}

.tkl-commerce-article__eyebrow,
.tkl-commerce-editorial-block__label {
	color: var(--tkl-commerce-purple);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .16em;
	margin: 0 0 10px;
}

.tkl-commerce-article__header h1 {
	color: var(--tkl-commerce-black);
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 950;
	letter-spacing: -.055em;
	line-height: 1.18;
	margin: 0;
}

.tkl-commerce-article__date {
	color: #85868c;
	font-size: 11px;
	margin: 14px 0 0;
}

.tkl-commerce-article__disclosure {
	background: #fff9dd;
	border-left: 5px solid var(--tkl-commerce-yellow);
	color: #55565c;
	font-size: 11px;
	margin: 20px 0;
	padding: 11px 13px;
}

.tkl-commerce-article__product {
	margin: 28px 0 48px;
}

.tkl-commerce-article__hero-product {
	background: #faf8ff;
	border: 1px solid var(--tkl-commerce-line);
	margin: 28px 0 0;
	min-height: 260px;
	overflow: hidden;
	position: relative;
}

.tkl-commerce-article__hero-product img {
	display: block;
	height: 100%;
	max-height: 560px;
	object-fit: contain;
	padding: 18px;
	width: 100%;
}

.tkl-commerce-editorial-block {
	border-bottom: 1px solid var(--tkl-commerce-line);
	border-top: 1px solid var(--tkl-commerce-line);
	margin: 46px 0;
	padding: 30px 0;
}

.tkl-commerce-editorial-block h2 {
	border: 0 !important;
	color: var(--tkl-commerce-black);
	font-size: 28px;
	font-weight: 950;
	margin: 0 0 12px;
	padding: 0 !important;
}

.tkl-commerce-editorial-block h2::after {
	display: none !important;
}

.tkl-commerce-editorial-block--video a {
	background: var(--tkl-commerce-purple);
	border: 2px solid var(--tkl-commerce-black);
	color: #fff !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	margin-top: 12px;
	padding: 11px 15px;
	text-decoration: none !important;
}

.tkl-commerce-review-summary__note {
	color: #7d7e84;
	font-size: 11px;
}

.tkl-commerce-review-summary__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 20px;
}

.tkl-commerce-review-summary__item {
	border: 2px solid var(--tkl-commerce-black);
	padding: 20px;
}

.tkl-commerce-review-summary__item--positive {
	border-top: 8px solid var(--tkl-commerce-yellow);
}

.tkl-commerce-review-summary__item--negative {
	border-top: 8px solid var(--tkl-commerce-purple);
}

.tkl-commerce-review-summary__item strong {
	font-size: 15px;
	font-weight: 900;
}

.tkl-commerce-review-summary__item p {
	color: #4f5056;
	font-size: 14px;
	line-height: 1.8;
	margin: 10px 0 0;
}

.tkl-commerce-content {
	font-size: 16px;
	line-height: 1.9;
	margin: 0 auto;
	max-width: 800px;
}

.tkl-commerce-content > p,
.tkl-commerce-content > ul,
.tkl-commerce-content > ol,
.tkl-commerce-content > blockquote {
	margin-bottom: 1.5em;
}

.tkl-commerce-content h2 {
	border-bottom: 2px solid var(--tkl-commerce-black) !important;
	border-left: 0 !important;
	color: var(--tkl-commerce-black);
	font-size: 28px;
	font-weight: 950;
	margin: 2.2em 0 .9em;
	padding: 0 0 10px !important;
}

.tkl-commerce-content h2::after {
	background: var(--tkl-commerce-yellow) !important;
	bottom: -2px;
	height: 5px !important;
	left: 0;
	max-width: none !important;
	width: 92px !important;
}

.tkl-commerce-content h3 {
	border-bottom: 1px solid var(--tkl-commerce-line);
	color: var(--tkl-commerce-purple);
	font-size: 20px;
	font-weight: 900;
	padding-bottom: 8px;
}

@media (max-width: 900px) {
	.tkl-commerce-home__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tkl-commerce-ranking__row {
		grid-template-columns: 70px 64px minmax(0, 1fr) 110px 74px;
	}

	.tkl-commerce-ranking__rating,
	.tkl-commerce-ranking__price {
		display: none;
	}
}

@media (max-width: 600px) {
	.tkl-commerce-home__grid {
		grid-template-columns: 1fr;
	}

	.tkl-commerce-home-card__media {
		aspect-ratio: 16 / 10;
	}

	.tkl-commerce-ranking__row {
		grid-template-columns: 56px 52px minmax(0, 1fr) 82px 54px;
		min-height: 78px;
	}

	.tkl-commerce-ranking__row > * {
		padding: 8px;
	}

	.tkl-commerce-ranking__rank strong {
		font-size: 22px;
	}

	.tkl-commerce-ranking__name strong {
		font-size: 12px;
	}

	.tkl-commerce-ranking__sold strong {
		font-size: 13px;
	}

	.tkl-commerce-ranking__cta {
		font-size: 10px;
	}

	.tkl-commerce-ranking__image img {
		height: 42px;
		width: 42px;
	}

	.tkl-commerce-home-card__overlay-copy,
	.tkl-commerce-article__hero-product > span {
		bottom: 10px;
		font-size: 23px;
		left: 10px;
		-webkit-text-stroke: 2px #5b3fd6;
	}

	.tkl-commerce-single {
		padding: 28px 14px 60px;
	}

	.tkl-commerce-article__header h1 {
		font-size: 34px;
	}

	.tkl-commerce-review-summary__grid {
		grid-template-columns: 1fr;
	}
}

/* TYPE C V2 — scoped, hard-edge editorial surface for the golden pilot. */
.tkl-typec-single { background: #fff; overflow: hidden; padding: 56px 24px 96px; }
.tkl-typec-article { margin: 0 auto; max-width: 1040px; }
.tkl-typec-reading { margin-left: auto; margin-right: auto; max-width: 780px; }
.tkl-typec-header { border-bottom: 2px solid #050505; padding-bottom: 28px; }
.tkl-typec-header__eyebrow,
.tkl-typec-section-heading > p { color: #5b3fd6; font-size: 11px; font-weight: 900; letter-spacing: .14em; margin: 0 0 12px; }
.tkl-typec-header__eyebrow a { color: inherit; text-decoration: none; }
.tkl-typec-header h1 { color: #050505; font-size: clamp(32px, 3vw, 38px); font-weight: 950; letter-spacing: -.045em; line-height: 1.35; margin: 0; }
.tkl-typec-header__date { color: #777980; font-size: 12px; margin: 18px 0 0; }
.tkl-typec-disclosure { border-left: 5px solid #fbd56a; color: #686970; font-size: 12px; margin-top: 24px; padding: 8px 12px; }
.tkl-typec-hero { background: #fff; border: 2px solid #050505; border-radius: 0 !important; margin: 38px auto; max-width: 1000px; overflow: hidden; position: relative; }
.tkl-typec-hero img { display: block; height: auto; max-height: 680px; object-fit: contain; width: 100%; }
.tkl-typec-hero figcaption { bottom: 16px; color: #fff; font-size: clamp(26px, 4vw, 52px); font-weight: 950; left: 18px; line-height: 1.05; margin: 0; position: absolute; -webkit-text-stroke: 3px #5b3fd6; paint-order: stroke fill; text-shadow: 2px 2px 0 #5b3fd6; }
.tkl-typec-metrics { border: 2px solid #050505; border-radius: 0 !important; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 30px 0; }
.tkl-typec-metrics__item { border-right: 1px solid #d9d9df; min-width: 0; padding: 14px 12px; }
.tkl-typec-metrics__item:last-of-type { border-right: 0; }
.tkl-typec-metrics__item span { color: #74757c; display: block; font-size: 10px; font-weight: 800; margin-bottom: 6px; }
.tkl-typec-metrics__item strong { color: #050505; display: block; font-size: clamp(15px, 2.4vw, 21px); font-weight: 950; overflow-wrap: anywhere; }
.tkl-typec-metrics__date { border-top: 1px solid #d9d9df; color: #777980; font-size: 11px; grid-column: 1 / -1; margin: 0; padding: 8px 12px; }
.tkl-typec-section { color: #28292e; font-size: 18px; line-height: 1.9; margin-top: 82px; }
.tkl-typec-intro { margin-top: 0; }
.tkl-typec-section p,
.tkl-typec-section ul { margin: 0 0 1.55em; }
.tkl-typec-section-heading { margin: 0 0 30px; }
.tkl-typec-section-heading h2,
.tkl-typec-purchase h2 { border: 0 !important; color: #050505; font-size: clamp(28px, 2.55vw, 32px); font-weight: 900; letter-spacing: -.035em; line-height: 1.35; margin: 0; padding: 0 !important; }
.tkl-typec-section-heading h2::after,
.tkl-typec-purchase h2::after { display: none !important; }
.tkl-typec-section-heading > span { background: #fbd56a; display: block; height: 6px; margin-top: 16px; width: 72px; }
.tkl-typec-section h3 { color: #050505; font-size: 21px; font-weight: 800; line-height: 1.45; margin: 0 0 14px; padding: 0; }
.tkl-typec-marker { background: #fbd56a; box-decoration-break: clone; color: #050505; font-weight: 900; padding: .12em .24em; -webkit-box-decoration-break: clone; }
.tkl-typec-purple-bold { color: #5b3fd6; font-weight: 900; }
.tkl-typec-lead-quote { background: #fff; border-left: 6px solid #5b3fd6; color: #050505; font-size: 20px; font-weight: 800; line-height: 1.7; margin: 36px 0; padding: 6px 0 6px 24px; }
.tkl-typec-lead-quote p { margin-bottom: .55em; }
.tkl-typec-lead-quote p:last-child { margin-bottom: 0; }
.tkl-typec-reasons { border-top: 1px solid #050505; }
.tkl-typec-reasons > section { border-bottom: 1px solid #050505; padding: 26px 0 20px; }
.tkl-typec-reasons__number { color: #5b3fd6; font-size: 13px; font-weight: 900; letter-spacing: .12em; margin-bottom: 8px !important; }
.tkl-typec-video .tiktok-embed { border-radius: 0 !important; display: block; margin: 28px auto 0 !important; max-width: 520px !important; min-width: 0 !important; width: 100% !important; }
.tkl-typec-review-grid,
.tkl-typec-buying-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tkl-typec-review-grid > div,
.tkl-typec-buying-grid > section { background: #fff; border: 1px solid #050505; border-radius: 0 !important; padding: 24px; }
.tkl-typec-review-grid > div:first-child { border-top: 7px solid #fbd56a; }
.tkl-typec-review-grid > div:last-child { border-top: 7px solid #5b3fd6; }
.tkl-typec-review-grid p:last-child,
.tkl-typec-buying-grid ul:last-child { margin-bottom: 0; }
.tkl-typec-source { color: #777980; font-size: 12px; margin: 18px 0 0 !important; }
.tkl-typec-buying-grid > section:first-child { border-top: 7px solid #fbd56a; }
.tkl-typec-buying-grid > section:last-child { border-top: 7px solid #5b3fd6; }
.tkl-typec-buying-grid ul { margin-bottom: 0; padding-left: 1.25em; }
.tkl-typec-closing { font-size: 18px; }
.tkl-typec-purchase { margin: 86px -110px 0; max-width: 1000px; }
.tkl-typec-purchase .tkl-product-card__media { display: none; }
.tkl-typec-purchase .tkl-product-card,
.tkl-typec-purchase .tkl-product-card__body { border-radius: 0 !important; }

@media (max-width: 600px) {
	.tkl-typec-single { padding: 30px 16px 64px; }
	.tkl-typec-header { padding-bottom: 24px; }
	.tkl-typec-header h1 { font-size: clamp(26px, 7.2vw, 30px); line-height: 1.35; }
	.tkl-typec-header__date { font-size: 11px; line-height: 1.7; }
	.tkl-typec-hero { margin: 28px 0; }
	.tkl-typec-hero figcaption { bottom: 11px; font-size: 30px; left: 12px; -webkit-text-stroke-width: 2px; }
	.tkl-typec-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tkl-typec-metrics__item:nth-child(2) { border-right: 0; }
	.tkl-typec-metrics__item:nth-child(-n + 2) { border-bottom: 1px solid #d9d9df; }
	.tkl-typec-section { font-size: 16px; line-height: 1.85; margin-top: 70px; }
	.tkl-typec-section-heading { margin-bottom: 26px; }
	.tkl-typec-section-heading h2,
	.tkl-typec-purchase h2 { font-size: clamp(26px, 7.2vw, 30px); }
	.tkl-typec-section h3 { font-size: 20px; }
	.tkl-typec-lead-quote { font-size: 18px; margin: 30px 0; padding-left: 18px; }
	.tkl-typec-review-grid,
	.tkl-typec-buying-grid { grid-template-columns: 1fr; }
	.tkl-typec-review-grid > div,
	.tkl-typec-buying-grid > section { padding: 20px; }
	.tkl-typec-purchase { margin: 72px 0 0; }
}
