/**
 * CreatorsServices — Shop / Product Archive
 * shop.css
 *
 * Matches archive-product.php classes and the dark violet identity.
 */

/* ==========================================================================
   TOKENS
   ========================================================================== */

.cs-shop {
	--cs-bg: #070714;
	--cs-panel: #12102a;
	--cs-line: rgba(148, 130, 255, 0.14);
	--cs-line-strong: rgba(167, 139, 250, 0.28);
	--cs-text: #f4f1ff;
	--cs-text-soft: #b7b0d6;
	--cs-text-muted: #7d77a0;
	--cs-violet: #8b5cf6;
	--cs-violet-2: #a78bfa;
	--cs-success: #34d399;
	--cs-max: 1240px;
	--cs-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--cs-font: Inter, "Segoe UI", Roboto, Arial, sans-serif;
	--cs-display: "Iowan Old Style", Palatino, Georgia, serif;
	position: relative;
	isolation: isolate;
	min-height: 70vh;
	overflow: hidden;
	background:
		radial-gradient(900px 480px at 85% -8%, rgba(139, 92, 246, 0.16), transparent 55%),
		radial-gradient(700px 420px at 0% 18%, rgba(76, 29, 149, 0.16), transparent 50%),
		linear-gradient(180deg, #070714 0%, #0b0918 100%);
	color: var(--cs-text);
	font-family: var(--cs-font);
}

.cs-shop *,
.cs-shop *::before,
.cs-shop *::after {
	box-sizing: border-box;
}

.cs-shop a {
	color: inherit;
	text-decoration: none;
}

.cs-shop img {
	max-width: 100%;
	display: block;
}

.cs-shop svg {
	width: 18px;
	height: 18px;
	display: block;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cs-shop svg path,
.cs-shop svg rect,
.cs-shop svg circle,
.cs-shop svg line,
.cs-shop svg polyline,
.cs-shop svg polygon {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cs-shop .cs-container {
	width: min(100% - 40px, var(--cs-max));
	margin-inline: auto;
}

.cs-shop-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: var(--cs-violet-2);
}

.cs-shop-eyebrow__line {
	width: 22px;
	height: 2px;
	border-radius: 99px;
	background: linear-gradient(90deg, var(--cs-violet), transparent);
}

/* ==========================================================================
   BACKGROUND
   ========================================================================== */

.cs-shop__background {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: -1;
}

.cs-shop__grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(139, 92, 246, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(139, 92, 246, 0.045) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
}

.cs-shop__glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(70px);
}

.cs-shop__glow--one {
	top: -80px;
	right: 8%;
	width: 380px;
	height: 380px;
	background: rgba(139, 92, 246, 0.24);
}

.cs-shop__glow--two {
	top: 180px;
	left: -80px;
	width: 280px;
	height: 280px;
	background: rgba(76, 29, 149, 0.3);
}

/* ==========================================================================
   HERO
   ========================================================================== */

.cs-shop-hero {
	padding: 36px 0 28px;
}

.cs-shop-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
	font-size: 13px;
	color: var(--cs-text-muted);
}

.cs-shop-breadcrumb a:hover {
	color: #fff;
}

.cs-shop-breadcrumb__separator {
	opacity: 0.5;
}

.cs-shop-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 40px;
	align-items: center;
}

.cs-shop-hero__title {
	margin: 0 0 16px;
	font-family: var(--cs-display);
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1.02;
	letter-spacing: -0.03em;
	font-weight: 600;
}

.cs-shop-hero__title span {
	display: inline-block;
	background: linear-gradient(90deg, #f8f5ff, #c4b5fd 40%, #8b5cf6);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.cs-shop-hero__description {
	margin: 0 0 22px;
	max-width: 560px;
	color: var(--cs-text-soft);
	font-size: 16px;
	line-height: 1.7;
}

.cs-shop-hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
}

.cs-shop-hero__trust span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--cs-text-soft);
	font-size: 13px;
	font-weight: 650;
}

.cs-shop-hero__trust svg {
	width: 16px;
	height: 16px;
	color: var(--cs-violet-2);
}

.cs-shop-hero__visual {
	position: relative;
	min-height: 280px;
}

.cs-shop-hero-card {
	overflow: hidden;
	border-radius: 22px;
	background: #100e22;
	border: 1px solid var(--cs-line-strong);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.cs-shop-hero-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	background: rgba(255, 255, 255, 0.03);
	border-bottom: 1px solid var(--cs-line);
	color: var(--cs-text-muted);
	font-size: 12px;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.cs-shop-hero-card__dots {
	display: flex;
	gap: 6px;
}

.cs-shop-hero-card__dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3a3658;
}

.cs-shop-hero-card__dots span:nth-child(1) { background: #ff5f57; }
.cs-shop-hero-card__dots span:nth-child(2) { background: #febc2e; }
.cs-shop-hero-card__dots span:nth-child(3) { background: #28c840; }

.cs-shop-hero-card__body {
	padding: 22px 20px 24px;
}

.cs-shop-hero-card__badge {
	display: inline-block;
	margin-bottom: 16px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(139, 92, 246, 0.16);
	color: var(--cs-violet-2);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1.2px;
}

.cs-shop-hero-card__headline {
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
}

.cs-shop-hero-card__headline span {
	height: 12px;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.1);
}

.cs-shop-hero-card__headline span:first-child { width: 78%; }
.cs-shop-hero-card__headline span:last-child { width: 54%; }

.cs-shop-hero-card__blocks {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr;
	gap: 8px;
	margin-bottom: 18px;
}

.cs-shop-hero-card__blocks span {
	height: 72px;
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(167, 139, 250, 0.18), rgba(139, 92, 246, 0.05));
	border: 1px solid var(--cs-line);
}

.cs-shop-hero-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cs-shop-hero-card__footer div {
	display: grid;
	gap: 6px;
	width: 46%;
}

.cs-shop-hero-card__footer span {
	height: 8px;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.08);
}

.cs-shop-hero-card__footer i {
	width: 84px;
	height: 32px;
	border-radius: 999px;
	background: linear-gradient(180deg, #a78bfa, #7c3aed);
}

.cs-shop-hero-float {
	position: absolute;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 210px;
	padding: 11px 13px;
	border-radius: 16px;
	background: rgba(16, 13, 36, 0.92);
	border: 1px solid var(--cs-line);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(14px);
	z-index: 2;
}

.cs-shop-hero-float small {
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1px;
	color: var(--cs-text-muted);
	margin-bottom: 2px;
}

.cs-shop-hero-float strong {
	display: block;
	font-size: 13px;
}

.cs-shop-hero-float__icon {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(139, 92, 246, 0.14);
	border: 1px solid var(--cs-line);
	color: var(--cs-violet-2);
	flex-shrink: 0;
}

.cs-shop-hero-float__icon svg {
	width: 18px;
	height: 18px;
}

.cs-shop-hero-float--license {
	top: 18px;
	left: -18px;
}

.cs-shop-hero-float--license i {
	width: 8px;
	height: 8px;
	margin-left: auto;
	border-radius: 50%;
	background: var(--cs-success);
	box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.16);
}

.cs-shop-hero-float--update {
	right: -8px;
	bottom: 28px;
}

/* ==========================================================================
   LIBRARY
   ========================================================================== */

.cs-shop-library {
	padding: 28px 0 64px;
}

.cs-shop-library__heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.cs-shop-library__heading h2 {
	margin: 0;
	font-family: var(--cs-display);
	font-size: clamp(28px, 3.6vw, 44px);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.cs-shop-library__heading h2 span {
	background: linear-gradient(90deg, #f8f5ff, #8b5cf6);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.cs-shop-library__count {
	min-width: 120px;
	padding: 12px 16px;
	border-radius: 16px;
	background: rgba(16, 14, 36, 0.8);
	border: 1px solid var(--cs-line);
	text-align: center;
}

.cs-shop-library__count strong {
	display: block;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 4px;
}

.cs-shop-library__count span {
	font-size: 12px;
	color: var(--cs-text-muted);
	font-weight: 650;
}

/* Toolbar */
.cs-shop-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	margin-bottom: 16px;
}

.cs-shop-search {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 52px;
	padding: 6px 6px 6px 14px;
	border-radius: 16px;
	background: rgba(16, 14, 36, 0.86);
	border: 1px solid var(--cs-line);
}

.cs-shop-search__icon {
	color: var(--cs-violet-2);
	flex-shrink: 0;
}

.cs-shop-search input[type="search"] {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	font-size: 14px;
	outline: none;
}

.cs-shop-search input[type="search"]::placeholder {
	color: var(--cs-text-muted);
}

.cs-shop-search__submit {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(180deg, #a78bfa, #7c3aed);
	color: #fff;
	cursor: pointer;
}

.cs-shop-sort {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 8px 0 14px;
	border-radius: 16px;
	background: rgba(16, 14, 36, 0.86);
	border: 1px solid var(--cs-line);
}

.cs-shop-sort__label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--cs-text-muted);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.cs-shop-sort__label svg {
	width: 16px;
	height: 16px;
}

.cs-shop-sort__select {
	min-height: 40px;
	padding: 0 12px;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	font: inherit;
	font-size: 13px;
	font-weight: 650;
	outline: none;
	cursor: pointer;
}

.cs-shop-sort__select option {
	color: #120f24;
}

/* Categories */
.cs-shop-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 6px 0 22px;
}

.cs-shop-category {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(16, 14, 36, 0.7);
	border: 1px solid var(--cs-line);
	font-size: 13px;
	font-weight: 700;
	color: var(--cs-text-soft);
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.cs-shop-category small {
	color: var(--cs-text-muted);
	font-weight: 750;
}

.cs-shop-category:hover,
.cs-shop-category.is-active {
	background: rgba(139, 92, 246, 0.16);
	border-color: var(--cs-line-strong);
	color: #fff;
}

.cs-shop-category.is-active small {
	color: var(--cs-violet-2);
}

/* Hide default WooCommerce loop chrome inside custom notices slot */
.cs-shop-notices .woocommerce-result-count,
.cs-shop-notices .woocommerce-ordering,
.cs-shop-notices .woocommerce-products-header {
	display: none;
}

.cs-shop-notices .woocommerce-info,
.cs-shop-notices .woocommerce-message,
.cs-shop-notices .woocommerce-error {
	border: 1px solid var(--cs-line);
	border-radius: 14px;
	background: rgba(16, 14, 36, 0.86);
	color: var(--cs-text);
	padding: 14px 16px;
	margin-bottom: 16px;
}

/* Product grid — works with default WC li.product or custom cards */
.cs-shop-products,
.cs-shop ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
}

.cs-shop ul.products::before,
.cs-shop ul.products::after {
	display: none;
}

.cs-shop ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
	padding: 0;
	background: #12102a;
	border: 1px solid var(--cs-line);
	border-radius: 22px;
	overflow: hidden;
	transition: transform 0.22s var(--cs-ease), border-color 0.22s;
}

.cs-shop ul.products li.product:hover {
	transform: translateY(-4px);
	border-color: var(--cs-line-strong);
}

.cs-shop ul.products li.product img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-bottom: 1px solid var(--cs-line);
}

.cs-shop ul.products li.product .woocommerce-loop-product__title {
	padding: 14px 16px 6px;
	font-size: 18px;
	color: #fff;
}

.cs-shop ul.products li.product .price {
	display: block;
	padding: 0 16px 8px;
	color: var(--cs-violet-2);
	font-weight: 750;
}

.cs-shop ul.products li.product .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 16px 16px;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	background: linear-gradient(180deg, #a78bfa, #7c3aed) !important;
	border: 0 !important;
	color: #fff !important;
	font-weight: 750;
}

/* Pagination */
.cs-shop-pagination {
	margin-top: 28px;
}

.cs-shop-pagination .woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.cs-shop-pagination .woocommerce-pagination li {
	border: 0;
	overflow: visible;
}

.cs-shop-pagination .woocommerce-pagination a,
.cs-shop-pagination .woocommerce-pagination span {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border-radius: 12px;
	background: rgba(16, 14, 36, 0.86);
	border: 1px solid var(--cs-line);
	color: var(--cs-text-soft);
	font-weight: 750;
}

.cs-shop-pagination .woocommerce-pagination .current,
.cs-shop-pagination .woocommerce-pagination a:hover {
	background: linear-gradient(180deg, #a78bfa, #7c3aed);
	border-color: transparent;
	color: #fff;
}

/* Empty */
.cs-shop-empty {
	text-align: center;
	padding: 56px 20px;
	border-radius: 24px;
	background: rgba(16, 14, 36, 0.7);
	border: 1px dashed var(--cs-line);
}

.cs-shop-empty__icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	border-radius: 18px;
	background: rgba(139, 92, 246, 0.12);
	color: var(--cs-violet-2);
}

.cs-shop-empty__icon svg {
	width: 28px;
	height: 28px;
}

.cs-shop-empty h2 {
	margin: 0 0 8px;
	font-family: var(--cs-display);
	font-size: 32px;
}

.cs-shop-empty p {
	margin: 0 auto 22px;
	max-width: 460px;
	color: var(--cs-text-soft);
}

.cs-shop-empty__button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	background: linear-gradient(180deg, #a78bfa, #7c3aed);
	color: #fff;
	font-weight: 750;
}

/* ==========================================================================
   BOTTOM TRUST
   ========================================================================== */

.cs-shop-bottom {
	padding: 0 0 80px;
}

.cs-shop-bottom__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
	gap: 28px;
	padding: 32px;
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(28, 20, 58, 0.88), rgba(14, 11, 32, 0.96));
	border: 1px solid var(--cs-line-strong);
}

.cs-shop-bottom__copy h2 {
	margin: 0 0 12px;
	font-family: var(--cs-display);
	font-size: clamp(28px, 3.2vw, 40px);
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.cs-shop-bottom__copy h2 span {
	background: linear-gradient(90deg, #f8f5ff, #8b5cf6);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.cs-shop-bottom__copy p {
	margin: 0;
	color: var(--cs-text-soft);
	line-height: 1.7;
}

.cs-shop-bottom__features {
	display: grid;
	gap: 12px;
}

.cs-shop-bottom__features > div {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--cs-line);
}

.cs-shop-bottom__features > div > span {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(139, 92, 246, 0.14);
	color: var(--cs-violet-2);
	flex-shrink: 0;
}

.cs-shop-bottom__features strong {
	display: block;
	margin-bottom: 3px;
}

.cs-shop-bottom__features small {
	display: block;
	color: var(--cs-text-muted);
	line-height: 1.45;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1100px) {
	.cs-shop-hero__layout,
	.cs-shop-bottom__inner,
	.cs-shop-products,
	.cs-shop ul.products {
		grid-template-columns: 1fr 1fr;
	}

	.cs-shop-hero__layout,
	.cs-shop-bottom__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.cs-shop .cs-container {
		width: min(100% - 28px, var(--cs-max));
	}

	.cs-shop-toolbar,
	.cs-shop-library__heading,
	.cs-shop-products,
	.cs-shop ul.products {
		grid-template-columns: 1fr;
	}

	.cs-shop-hero-float--license,
	.cs-shop-hero-float--update {
		position: static;
		margin-top: 10px;
	}

	.cs-shop-bottom__inner {
		padding: 22px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cs-shop *,
	.cs-shop *::before,
	.cs-shop *::after {
		transition: none !important;
	}
}

/* ==========================================================================
   THEME CARD (content-product.php)
   ========================================================================== */

.cs-shop-products .cs-theme-card,
.cs-shop ul.products .cs-theme-card,
.cs-theme-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #12102a;
	border: 1px solid rgba(148, 130, 255, 0.14);
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.22s;
}

.cs-theme-card:hover {
	transform: translateY(-5px);
	border-color: rgba(167, 139, 250, 0.32);
}

.cs-theme-card__glow {
	position: absolute;
	right: -40px;
	bottom: -50px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: rgba(139, 92, 246, 0.16);
	filter: blur(22px);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.25s;
}

.cs-theme-card:hover .cs-theme-card__glow {
	opacity: 1;
}

.cs-theme-card__preview {
	position: relative;
	padding: 14px 14px 0;
}

.cs-theme-card__browser {
	overflow: hidden;
	border-radius: 16px 16px 0 0;
	background: #090814;
	border: 1px solid rgba(148, 130, 255, 0.14);
	border-bottom: 0;
}

.cs-theme-card__browser-bar {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 9px 12px;
	background: rgba(255, 255, 255, 0.03);
}

.cs-theme-card__browser-dots {
	display: flex;
	gap: 5px;
}

.cs-theme-card__browser-dots span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #3a3658;
}

.cs-theme-card__browser-dots span:nth-child(1) { background: #ff5f57; }
.cs-theme-card__browser-dots span:nth-child(2) { background: #febc2e; }
.cs-theme-card__browser-dots span:nth-child(3) { background: #28c840; }

.cs-theme-card__browser-address {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: #7d77a0;
	font-size: 11px;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.cs-theme-card__browser-address svg {
	width: 12px;
	height: 12px;
	color: #34d399;
}

.cs-theme-card__browser-menu {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.cs-theme-card__browser-menu i {
	display: block;
	width: 12px;
	height: 2px;
	border-radius: 2px;
	background: #4a4668;
}

.cs-theme-card__image-link {
	position: relative;
	display: block;
	overflow: hidden;
}

.cs-theme-card__image {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.cs-theme-card:hover .cs-theme-card__image {
	transform: scale(1.04);
}

.cs-theme-card__image-shade {
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(180deg, transparent, rgba(7, 7, 20, 0.55));
}

.cs-theme-card__view {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: rgba(7, 7, 20, 0.42);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	opacity: 0;
	transition: opacity 0.22s;
}

.cs-theme-card:hover .cs-theme-card__view {
	opacity: 1;
}

.cs-theme-card__view span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	color: #120f24;
}

.cs-theme-card__view svg {
	width: 14px;
	height: 14px;
}

.cs-theme-card__badges {
	position: absolute;
	top: 26px;
	left: 26px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	z-index: 2;
}

.cs-theme-card__badge {
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(10, 8, 24, 0.72);
	border: 1px solid rgba(148, 130, 255, 0.16);
	font-size: 11px;
	font-weight: 750;
	backdrop-filter: blur(8px);
}

.cs-theme-card__badge--featured {
	background: linear-gradient(180deg, #a78bfa, #7c3aed);
	border-color: transparent;
}

.cs-theme-card__badge--sale {
	background: #f04438;
	border-color: transparent;
}

.cs-theme-card__version {
	position: absolute;
	top: 26px;
	right: 26px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(10, 8, 24, 0.72);
	border: 1px solid rgba(148, 130, 255, 0.16);
	font-size: 11px;
	font-weight: 750;
	z-index: 2;
}

.cs-theme-card__version span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #34d399;
}

.cs-theme-card__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 16px 16px 18px;
	flex: 1;
}

.cs-theme-card__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.cs-theme-card__category {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #7d77a0;
}

.cs-theme-card__title {
	margin: 0;
	font-size: 20px;
	line-height: 1.25;
}

.cs-theme-card__price {
	text-align: end;
	flex-shrink: 0;
}

.cs-theme-card__price-label {
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #7d77a0;
	margin-bottom: 2px;
}

.cs-theme-card__price .amount,
.cs-theme-card__price .woocommerce-Price-amount {
	color: #c4b5fd;
	font-weight: 800;
	font-size: 16px;
}

.cs-theme-card__description {
	margin: 0;
	color: #b7b0d6;
	font-size: 13px;
	line-height: 1.6;
}

.cs-theme-card__benefits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.cs-theme-card__benefit {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(148, 130, 255, 0.12);
}

.cs-theme-card__benefit-icon {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: rgba(139, 92, 246, 0.14);
	color: #c4b5fd;
	flex-shrink: 0;
}

.cs-theme-card__benefit-icon svg {
	width: 15px;
	height: 15px;
}

.cs-theme-card__benefit small {
	display: block;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.8px;
	color: #7d77a0;
	margin-bottom: 2px;
}

.cs-theme-card__benefit strong {
	display: block;
	font-size: 12px;
	line-height: 1.25;
}

.cs-theme-card__features {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.cs-theme-card__feature {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(139, 92, 246, 0.1);
	border: 1px solid rgba(148, 130, 255, 0.12);
	font-size: 11px;
	font-weight: 700;
	color: #d6d0f5;
}

.cs-theme-card__feature svg {
	width: 13px;
	height: 13px;
	color: #a78bfa;
}

.cs-theme-card__requirements {
	display: flex;
	gap: 8px;
}

.cs-theme-card__requirements span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(148, 130, 255, 0.1);
	font-size: 11px;
	color: #b7b0d6;
}

.cs-theme-card__requirements strong {
	color: #a78bfa;
}

.cs-theme-card__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
}

.cs-theme-card__details {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	background: linear-gradient(180deg, #a78bfa, #7c3aed);
	color: #fff;
	font-size: 13px;
	font-weight: 750;
	flex: 1;
}

.cs-theme-card__details svg {
	width: 15px;
	height: 15px;
}

.cs-theme-card__demo {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 42px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(148, 130, 255, 0.18);
	color: #b7b0d6;
	font-size: 13px;
	font-weight: 750;
}

.cs-theme-card__demo:hover {
	color: #fff;
}

.cs-theme-card__demo svg {
	width: 14px;
	height: 14px;
}

@media (max-width: 720px) {
	.cs-theme-card__benefits,
	.cs-theme-card__actions {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: stretch;
	}

	.cs-theme-card__heading {
		flex-direction: column;
	}

	.cs-theme-card__price {
		text-align: start;
	}
}
