body.beshghabak-shop-ui {
	--besh-surface: #101419;
	--besh-surface-strong: #0b0f13;
	--besh-border: rgba(255, 255, 255, 0.08);
	--besh-border-strong: rgba(255, 255, 255, 0.12);
	--besh-text-soft: rgba(244, 247, 251, 0.74);
	--besh-text-muted: rgba(244, 247, 251, 0.52);
}

body.beshghabak-shop-ui .woo-listing-top {
	margin-bottom: 28px;
	padding: 18px 22px;
	border: 1px solid var(--besh-border);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
		var(--besh-surface-strong);
	box-shadow: 0 22px 50px -38px rgba(0, 0, 0, 0.65);
}

body.beshghabak-shop-ui .woo-listing-top .woocommerce-result-count {
	color: var(--besh-text-soft);
	font-size: 0.88rem;
}

body.beshghabak-shop-ui .woo-listing-top .woocommerce-ordering {
	position: relative;
}

body.beshghabak-shop-ui .woo-listing-top .woocommerce-ordering select {
	min-height: 48px;
	padding-inline: 18px 48px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.02);
	color: #f8fbff;
	box-shadow: none;
}

body.beshghabak-shop-ui .woo-listing-top .woocommerce-ordering .ct-sort-icon {
	inset-inline-start: 18px;
	inset-inline-end: auto;
	color: rgba(255, 255, 255, 0.7);
}

body.beshghabak-shop-ui [data-products] {
	--shop-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

body.beshghabak-shop-ui .ct-container[data-sidebar]:not([data-sidebar="none"]) [data-products] {
	--shop-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card {
	--plan-accent-rgb: 52, 211, 152;
	--plan-glow: rgba(var(--plan-accent-rgb), 0.22);
	--theme-button-text-initial-color: #081016;
	--theme-button-text-hover-color: #061015;
	--theme-button-background-initial-color: rgb(var(--plan-accent-rgb));
	--theme-button-background-hover-color: rgba(var(--plan-accent-rgb), 0.88);
	--theme-button-border: 1px solid rgba(var(--plan-accent-rgb), 0.22);
	--theme-button-border-hover-color: rgba(var(--plan-accent-rgb), 0.32);
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 16px;
	border: 1px solid var(--besh-border);
	border-radius: 8px;
	background:
		radial-gradient(circle at top right, rgba(var(--plan-accent-rgb), 0.16), transparent 38%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.01)),
		var(--besh-surface);
	box-shadow: 0 26px 60px -38px rgba(0, 0, 0, 0.78);
	overflow: hidden;
	text-align: right;
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card:hover {
	transform: translateY(-4px);
	border-color: rgba(var(--plan-accent-rgb), 0.34);
	box-shadow:
		0 30px 70px -40px rgba(0, 0, 0, 0.86),
		0 14px 34px -24px var(--plan-glow);
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-top: 3px solid rgba(var(--plan-accent-rgb), 0.9);
	pointer-events: none;
}

body.beshghabak-shop-ui [data-products] > .product.is-featured-card {
	box-shadow:
		0 34px 80px -44px rgba(0, 0, 0, 0.88),
		0 18px 42px -28px rgba(var(--plan-accent-rgb), 0.36);
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card > * {
	position: relative;
	z-index: 1;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card figure {
	position: relative;
	margin: 0 0 18px;
	border-radius: 8px;
	overflow: hidden;
	background: #0c1116;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card figure::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(5, 8, 11, 0.58) 100%);
	pointer-events: none;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card figure > a,
body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card figure [class*="ct-media-container"] {
	display: block;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card figure [class*="ct-media-container"] {
	aspect-ratio: 1 / 1;
	background: rgba(255, 255, 255, 0.02);
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform 260ms ease;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card:hover figure img {
	transform: scale(1.045);
}

body.beshghabak-shop-ui .beshghabak-card-overlay {
	position: absolute;
	inset: 14px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	pointer-events: none;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card figure .onsale {
	position: absolute;
	top: 14px;
	inset-inline-start: auto;
	inset-inline-end: 14px;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	min-height: 34px;
	margin: 0;
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(52, 211, 152, 0.94);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.1;
	box-shadow: 0 18px 34px -24px rgba(52, 211, 152, 0.46);
}

body.beshghabak-shop-ui .beshghabak-card-ribbon,
body.beshghabak-shop-ui .beshghabak-card-duration {
	border: 1px solid rgba(var(--plan-accent-rgb), 0.34);
	background: rgba(8, 12, 16, 0.7);
	backdrop-filter: blur(8px);
	color: #f7fbff;
}

body.beshghabak-shop-ui .beshghabak-card-ribbon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: min(calc(100% - 92px), 210px);
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 0.74rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

body.beshghabak-shop-ui .beshghabak-card-duration {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	min-width: 76px;
	padding: 10px 10px 8px;
	border-radius: 8px;
	box-shadow: 0 18px 34px -26px var(--plan-glow);
}

body.beshghabak-shop-ui .beshghabak-card-duration strong {
	font-size: 2rem;
	line-height: 1;
	font-weight: 900;
	color: rgb(var(--plan-accent-rgb));
}

body.beshghabak-shop-ui .beshghabak-card-duration span {
	font-size: 0.78rem;
	color: rgba(247, 251, 255, 0.88);
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card .woocommerce-loop-product__title {
	margin: 0 0 10px;
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1.35;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card .woocommerce-loop-product__title a {
	display: -webkit-box;
	overflow: hidden;
	color: #f8fbff;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card .woocommerce-loop-product__title a:hover {
	color: rgb(var(--plan-accent-rgb));
}

body.beshghabak-shop-ui .beshghabak-card-summary {
	display: -webkit-box;
	min-height: 4.9em;
	margin: 0 0 14px;
	overflow: hidden;
	color: var(--besh-text-soft);
	font-size: 0.95rem;
	line-height: 1.75;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.beshghabak-shop-ui .beshghabak-card-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

body.beshghabak-shop-ui .beshghabak-card-pills span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(248, 251, 255, 0.88);
	font-size: 0.77rem;
	line-height: 1.2;
}

body.beshghabak-shop-ui .beshghabak-card-pricebox {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.beshghabak-shop-ui .beshghabak-card-pricebox .price {
	margin: 0;
	color: #ffffff;
	font-size: 1.28rem;
	font-weight: 800;
	line-height: 1.45;
}

body.beshghabak-shop-ui .beshghabak-card-pricebox .price .amount,
body.beshghabak-shop-ui .beshghabak-card-pricebox .price .woocommerce-Price-currencySymbol {
	color: #ffffff;
}

body.beshghabak-shop-ui .beshghabak-card-pricebox .price del {
	color: rgba(255, 255, 255, 0.28);
}

body.beshghabak-shop-ui .beshghabak-card-pricebox .price ins {
	text-decoration: none;
}

body.beshghabak-shop-ui .beshghabak-card-caption {
	color: var(--besh-text-muted);
	font-size: 0.82rem;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card .ct-woo-card-actions {
	margin-top: 18px;
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card .ct-woo-card-actions .button,
body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card .ct-woo-card-actions .added_to_cart {
	width: 100%;
	justify-content: center;
	min-height: 48px;
	padding: 10px 18px;
	border: var(--theme-button-border) !important;
	border-radius: 8px;
	background-color: var(--theme-button-background-initial-color) !important;
	background-image: linear-gradient(135deg, rgba(var(--plan-accent-rgb), 0.98), rgba(var(--plan-accent-rgb), 0.8)) !important;
	color: var(--theme-button-text-initial-color) !important;
	font-size: 0.92rem;
	font-weight: 800;
	box-shadow: 0 14px 28px -18px rgba(var(--plan-accent-rgb), 0.72);
}

body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card .ct-woo-card-actions .button:hover,
body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card .ct-woo-card-actions .added_to_cart:hover {
	border-color: var(--theme-button-border-hover-color) !important;
	background-color: var(--theme-button-background-hover-color) !important;
	background-image: linear-gradient(135deg, rgba(var(--plan-accent-rgb), 1), rgba(var(--plan-accent-rgb), 0.88)) !important;
	color: var(--theme-button-text-hover-color) !important;
	transform: none;
}

body.beshghabak-shop-ui .beshghabak-card-note {
	display: -webkit-box;
	margin-top: 12px;
	overflow: hidden;
	color: var(--besh-text-muted);
	font-size: 0.8rem;
	line-height: 1.75;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

body.beshghabak-shop-ui .ct-container[data-sidebar]:not([data-sidebar="none"]) > aside {
	align-self: start;
}

body.beshghabak-shop-ui .ct-sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

body.beshghabak-shop-ui .ct-sidebar .ct-widget {
	padding: 18px;
	border: 1px solid var(--besh-border-strong);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.01)),
		var(--besh-surface-strong);
	box-shadow: 0 20px 42px -34px rgba(0, 0, 0, 0.72);
}

body.beshghabak-shop-ui .ct-sidebar .widget-title {
	margin-bottom: 14px;
	font-size: 1rem;
	font-weight: 800;
	color: #f8fbff;
}

body.beshghabak-shop-ui .ct-sidebar a {
	color: rgba(248, 251, 255, 0.82);
}

body.beshghabak-shop-ui .ct-sidebar a:hover {
	color: rgb(var(--plan-accent-rgb));
}

body.beshghabak-shop-ui .ct-sidebar input[type="search"],
body.beshghabak-shop-ui .ct-sidebar input[type="text"],
body.beshghabak-shop-ui .ct-sidebar select {
	min-height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.03);
	color: #f8fbff;
}

body.beshghabak-shop-ui .ct-sidebar .button,
body.beshghabak-shop-ui .ct-sidebar button {
	border-radius: 8px;
}

@media (max-width: 1199.98px) {
	body.beshghabak-shop-ui [data-products] {
		--shop-columns: repeat(2, minmax(0, 1fr));
	}

	body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card .woocommerce-loop-product__title {
		font-size: 1.6rem;
	}
}

@media (max-width: 999.98px) {
	body.beshghabak-shop-ui .ct-container[data-sidebar]:not([data-sidebar="none"]) [data-products],
	body.beshghabak-shop-ui [data-products] {
		--shop-columns: repeat(2, minmax(0, 1fr));
	}

	body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card {
		padding: 15px;
	}
}

@media (max-width: 689.98px) {
	body.beshghabak-shop-ui .woo-listing-top {
		padding: 16px;
	}

	body.beshghabak-shop-ui .woo-listing-top .woocommerce-ordering {
		width: 100%;
		max-width: 100%;
	}

	body.beshghabak-shop-ui .woo-listing-top .woocommerce-ordering select {
		width: 100%;
		max-width: 100%;
		min-height: 46px;
		padding-inline: 44px 36px;
		font-size: 0.88rem;
		line-height: 1.4;
	}

	body.beshghabak-shop-ui .ct-container[data-sidebar]:not([data-sidebar="none"]) [data-products],
	body.beshghabak-shop-ui [data-products] {
		--shop-columns: repeat(1, minmax(0, 1fr));
		gap: 18px;
	}

	body.beshghabak-shop-ui [data-products] > .product.beshghabak-shop-card .woocommerce-loop-product__title {
		font-size: 1.45rem;
	}

	body.beshghabak-shop-ui .beshghabak-card-summary {
		min-height: auto;
	}
}

body.beshghabak-single-product-ui {
	--besh-surface: #101419;
	--besh-surface-strong: #0b0f13;
	--besh-border: rgba(255, 255, 255, 0.08);
	--besh-border-strong: rgba(255, 255, 255, 0.12);
	--besh-text-soft: rgba(244, 247, 251, 0.74);
	--besh-text-muted: rgba(244, 247, 251, 0.52);
}

body.beshghabak-single-product-ui .beshghabak-related-products {
	margin-top: 48px;
	padding-top: 10px;
}

body.beshghabak-single-product-ui .beshghabak-related-products > h2 {
	margin-bottom: 22px;
	font-size: clamp(1.45rem, 2vw, 2rem);
	font-weight: 850;
	color: #f8fbff;
}

body.beshghabak-single-product-ui .beshghabak-related-products > .products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
	justify-content: start;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.beshghabak-single-product-ui .beshghabak-related-card {
	--plan-accent-rgb: 52, 211, 152;
	--plan-glow: rgba(var(--plan-accent-rgb), 0.22);
	margin: 0;
}

body.beshghabak-single-product-ui .beshghabak-related-card::before {
	display: none;
}

body.beshghabak-single-product-ui .beshghabak-related-card-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
	height: 100%;
	padding: 14px;
	border: 1px solid var(--besh-border);
	border-radius: 8px;
	background:
		radial-gradient(circle at top right, rgba(var(--plan-accent-rgb), 0.08), transparent 32%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.008)),
		var(--besh-surface);
	box-shadow: 0 18px 40px -34px rgba(0, 0, 0, 0.72);
	overflow: hidden;
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease;
}

body.beshghabak-single-product-ui .beshghabak-related-card-inner::after {
	content: "";
	position: absolute;
	inset: 0;
	border-top: 3px solid rgba(var(--plan-accent-rgb), 0.9);
	pointer-events: none;
}

body.beshghabak-single-product-ui .beshghabak-related-card:hover .beshghabak-related-card-inner {
	transform: translateY(-2px);
	border-color: rgba(var(--plan-accent-rgb), 0.34);
	box-shadow:
		0 22px 44px -34px rgba(0, 0, 0, 0.8),
		0 10px 22px -22px var(--plan-glow);
}

body.beshghabak-single-product-ui .beshghabak-related-card a {
	text-decoration: none;
}

body.beshghabak-single-product-ui .beshghabak-related-figure {
	position: relative;
	display: block;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	background: #0c1116;
	aspect-ratio: 1 / 1;
}

body.beshghabak-single-product-ui .beshghabak-related-figure::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(5, 8, 11, 0.52) 100%);
	pointer-events: none;
}

body.beshghabak-single-product-ui .beshghabak-related-figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 240ms ease;
}

body.beshghabak-single-product-ui .beshghabak-related-card:hover .beshghabak-related-figure img {
	transform: scale(1.04);
}

body.beshghabak-single-product-ui .beshghabak-related-card .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 2.85em;
	margin: 0;
	overflow: hidden;
	color: #f8fbff;
	font-size: 1.14rem;
	font-weight: 820;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.beshghabak-single-product-ui .beshghabak-related-title-link:hover .woocommerce-loop-product__title,
body.beshghabak-single-product-ui .beshghabak-related-card:hover .woocommerce-loop-product__title {
	color: rgb(var(--plan-accent-rgb));
}

body.beshghabak-single-product-ui .beshghabak-related-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

body.beshghabak-single-product-ui .beshghabak-related-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px 10px;
}

body.beshghabak-single-product-ui .beshghabak-related-label {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 4px 10px;
	border: 1px solid rgba(var(--plan-accent-rgb), 0.2);
	border-radius: 999px;
	background: rgba(var(--plan-accent-rgb), 0.1);
	color: rgb(var(--plan-accent-rgb));
	font-size: 0.7rem;
	font-weight: 780;
	line-height: 1.2;
}

body.beshghabak-single-product-ui .beshghabak-related-rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 20px;
	color: #ffd76c;
	font-size: 0.82rem;
}

body.beshghabak-single-product-ui .beshghabak-related-rating .star-rating {
	margin: 0;
}

body.beshghabak-single-product-ui .beshghabak-related-rating .count {
	color: var(--besh-text-muted);
	font-size: 0.76rem;
}

body.beshghabak-single-product-ui .beshghabak-related-card .beshghabak-card-pricebox {
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.beshghabak-single-product-ui .beshghabak-related-card .beshghabak-card-pricebox .price {
	margin: 0;
	color: #ffffff;
	font-size: 1.04rem;
	font-weight: 820;
	line-height: 1.45;
}

body.beshghabak-single-product-ui .beshghabak-related-actions {
	margin-top: 2px;
}

body.beshghabak-single-product-ui .beshghabak-related-cta {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 44px;
	margin-top: 0;
	padding: 9px 14px;
	border-radius: 8px;
	color: #081016 !important;
	font-size: 0.88rem;
	font-weight: 820;
}

body.beshghabak-single-product-ui .beshghabak-related-cta:hover {
	transform: none;
}

@media (max-width: 999.98px) {
	body.beshghabak-single-product-ui .beshghabak-related-products > .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 689.98px) {
	body.beshghabak-single-product-ui .beshghabak-related-products > .products {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
		justify-content: center;
	}

	body.beshghabak-single-product-ui .beshghabak-related-card {
		width: 100%;
		max-width: 360px;
		margin-inline: auto;
	}

	body.beshghabak-single-product-ui .beshghabak-related-card-inner {
		padding: 12px;
	}

	body.beshghabak-single-product-ui .beshghabak-related-card .woocommerce-loop-product__title {
		font-size: 1rem;
	}
}
